@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .dtf-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .dtf-editorial-content, .tc-wp-content-root .dtf-editorial-content div, .tc-wp-content-root .dtf-editorial-content section, .tc-wp-content-root .dtf-editorial-content article{
  box-sizing: border-box;
}.tc-wp-content-root .dtf-editorial-content .dtf-section{
  position: relative;
  isolation: isolate;
}.tc-wp-content-root .dtf-editorial-content .dtf-section-white{
  background: #ffffff;
}.tc-wp-content-root .dtf-editorial-content .dtf-section-soft{
  background:
    radial-gradient(circle at top left, rgba(22, 163, 184, 0.08), transparent 34%),
    linear-gradient(180deg, #f8fbfc 0%, #f3f7f8 100%);
}.tc-wp-content-root .dtf-editorial-content .dtf-container{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}.tc-wp-content-root .dtf-editorial-content .dtf-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .dtf-editorial-content .dtf-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(22, 163, 184, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(22, 163, 184, 0.12), rgba(245, 158, 11, 0.1));
  color: #0f7180;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .dtf-editorial-content .dtf-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #16a3b8, #f59e0b);
  box-shadow: 0 0 0 5px rgba(22, 163, 184, 0.12);
}.tc-wp-content-root .dtf-editorial-content h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .dtf-editorial-content .dtf-section-head p{
  margin: 16px auto 0;
  color: #5b6678;
  line-height: 1.75;
}.tc-wp-content-root .dtf-editorial-content .dtf-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .dtf-editorial-content .dtf-card, .tc-wp-content-root .dtf-editorial-content .dtf-trust-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(22, 163, 184, 0.28), rgba(245, 158, 11, 0.2)) border-box;
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .dtf-editorial-content .dtf-card::after, .tc-wp-content-root .dtf-editorial-content .dtf-trust-card::after{
  content: "";
  position: absolute;
  inset: auto -28px -42px auto;
  width: 118px;
  height: 118px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(22, 163, 184, 0.12), transparent 68%);
  pointer-events: none;
}.tc-wp-content-root .dtf-editorial-content .dtf-card:hover, .tc-wp-content-root .dtf-editorial-content .dtf-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(22, 163, 184, 0.28);
  box-shadow: 0 24px 64px rgba(17, 24, 39, 0.13);
}.tc-wp-content-root .dtf-editorial-content .dtf-card h3, .tc-wp-content-root .dtf-editorial-content .dtf-trust-card h3, .tc-wp-content-root .dtf-editorial-content .dtf-step-card h3{
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .dtf-editorial-content .dtf-card p, .tc-wp-content-root .dtf-editorial-content .dtf-trust-card p, .tc-wp-content-root .dtf-editorial-content .dtf-step-card p{
  position: relative;
  margin: 12px 0 0;
  color: #5b6678;
  line-height: 1.72;
}.tc-wp-content-root .dtf-editorial-content .dtf-icon{
  display: inline-block;
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #16a3b8, #f59e0b);
  box-shadow: 0 12px 28px rgba(22, 163, 184, 0.22);
  transition: transform 260ms ease;
}.tc-wp-content-root .dtf-editorial-content .dtf-card:hover .dtf-icon{
  transform: translateY(-2px) rotate(-3deg);
}.tc-wp-content-root .dtf-editorial-content .dtf-icon::before, .tc-wp-content-root .dtf-editorial-content .dtf-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}.tc-wp-content-root .dtf-editorial-content .dtf-icon-ruler::before{
  width: 24px;
  height: 5px;
  left: 11px;
  top: 20px;
  border-radius: 99px;
}.tc-wp-content-root .dtf-editorial-content .dtf-icon-ruler::after{
  width: 4px;
  height: 15px;
  left: 20px;
  top: 14px;
  border-radius: 99px;
}.tc-wp-content-root .dtf-editorial-content .dtf-icon-scale::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .dtf-editorial-content .dtf-icon-scale::after{
  width: 12px;
  height: 3px;
  left: 23px;
  top: 14px;
  border-radius: 99px;
  transform: rotate(42deg);
}.tc-wp-content-root .dtf-editorial-content .dtf-icon-check::before{
  width: 18px;
  height: 9px;
  left: 14px;
  top: 17px;
  border-left: 4px solid rgba(255, 255, 255, 0.9);
  border-bottom: 4px solid rgba(255, 255, 255, 0.9);
  background: transparent;
  transform: rotate(-45deg);
}.tc-wp-content-root .dtf-editorial-content .dtf-icon-plan::before{
  width: 22px;
  height: 26px;
  left: 12px;
  top: 10px;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  background: transparent;
}.tc-wp-content-root .dtf-editorial-content .dtf-icon-plan::after{
  width: 14px;
  height: 3px;
  left: 16px;
  top: 19px;
  border-radius: 99px;
}.tc-wp-content-root .dtf-editorial-content .dtf-icon-time::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .dtf-editorial-content .dtf-icon-time::after{
  width: 10px;
  height: 3px;
  left: 22px;
  top: 22px;
  border-radius: 99px;
  transform-origin: left center;
  transform: rotate(-48deg);
}.tc-wp-content-root .dtf-editorial-content .dtf-icon-note::before{
  width: 22px;
  height: 26px;
  left: 12px;
  top: 10px;
  border-radius: 5px;
}.tc-wp-content-root .dtf-editorial-content .dtf-icon-note::after{
  width: 12px;
  height: 3px;
  left: 17px;
  top: 18px;
  border-radius: 99px;
  background: rgba(22, 163, 184, 0.8);
  box-shadow: 0 7px 0 rgba(22, 163, 184, 0.8);
}.tc-wp-content-root .dtf-editorial-content .dtf-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .dtf-editorial-content .dtf-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(22, 163, 184, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 56px rgba(17, 24, 39, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .dtf-editorial-content .dtf-step-card::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, #16a3b8, #f59e0b);
}.tc-wp-content-root .dtf-editorial-content .dtf-step-card:hover{
  transform: translateX(4px);
  box-shadow: 0 24px 64px rgba(17, 24, 39, 0.12);
}.tc-wp-content-root .dtf-editorial-content .dtf-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #0f7180, #16a3b8);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(22, 163, 184, 0.25);
}.tc-wp-content-root .dtf-editorial-content .dtf-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  min-width: 58px;
  height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(22, 163, 184, 0.13), rgba(245, 158, 11, 0.12));
  color: #0f7180;
  font-weight: 800;
  line-height: 1;
  border: 1px solid rgba(22, 163, 184, 0.18);
}.tc-wp-content-root .dtf-editorial-content .dtf-trust-card{
  text-align: left;
}.tc-wp-content-root .dtf-editorial-content .dtf-trust-mark{
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #16a3b8, #f59e0b);
  position: relative;
  box-shadow: 0 14px 30px rgba(245, 158, 11, 0.18);
}.tc-wp-content-root .dtf-editorial-content .dtf-trust-mark::before{
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .dtf-editorial-content .dtf-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.tc-wp-content-root .dtf-editorial-content .dtf-reveal.dtf-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .dtf-editorial-content .dtf-section{
    padding: 48px 0;
  }.tc-wp-content-root .dtf-editorial-content .dtf-container{
    padding: 0 14px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-kicker{
    font-size: 12px;
  }.tc-wp-content-root .dtf-editorial-content h2{
    font-size: 26px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-grid, .tc-wp-content-root .dtf-editorial-content .dtf-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-grid-six, .tc-wp-content-root .dtf-editorial-content .dtf-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .dtf-editorial-content .dtf-card, .tc-wp-content-root .dtf-editorial-content .dtf-trust-card{
    padding: 22px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-card h3, .tc-wp-content-root .dtf-editorial-content .dtf-trust-card h3, .tc-wp-content-root .dtf-editorial-content .dtf-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-card p, .tc-wp-content-root .dtf-editorial-content .dtf-trust-card p, .tc-wp-content-root .dtf-editorial-content .dtf-step-card p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .dtf-editorial-content .dtf-section{
    padding: 56px 0;
  }.tc-wp-content-root .dtf-editorial-content .dtf-container{
    padding: 0 18px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-kicker{
    font-size: 12px;
  }.tc-wp-content-root .dtf-editorial-content h2{
    font-size: 29px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-grid, .tc-wp-content-root .dtf-editorial-content .dtf-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-grid-six, .tc-wp-content-root .dtf-editorial-content .dtf-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .dtf-editorial-content .dtf-card, .tc-wp-content-root .dtf-editorial-content .dtf-trust-card{
    padding: 24px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-card h3, .tc-wp-content-root .dtf-editorial-content .dtf-trust-card h3, .tc-wp-content-root .dtf-editorial-content .dtf-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-card p, .tc-wp-content-root .dtf-editorial-content .dtf-trust-card p, .tc-wp-content-root .dtf-editorial-content .dtf-step-card p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .dtf-editorial-content .dtf-section{
    padding: 64px 0;
  }.tc-wp-content-root .dtf-editorial-content .dtf-container{
    padding: 0 22px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-kicker{
    font-size: 13px;
  }.tc-wp-content-root .dtf-editorial-content h2{
    font-size: 33px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-grid, .tc-wp-content-root .dtf-editorial-content .dtf-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-grid-six, .tc-wp-content-root .dtf-editorial-content .dtf-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .dtf-editorial-content .dtf-card, .tc-wp-content-root .dtf-editorial-content .dtf-trust-card{
    padding: 26px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-card h3, .tc-wp-content-root .dtf-editorial-content .dtf-trust-card h3, .tc-wp-content-root .dtf-editorial-content .dtf-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-card p, .tc-wp-content-root .dtf-editorial-content .dtf-trust-card p, .tc-wp-content-root .dtf-editorial-content .dtf-step-card p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .dtf-editorial-content .dtf-section{
    padding: 76px 0;
  }.tc-wp-content-root .dtf-editorial-content .dtf-container{
    padding: 0 28px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-kicker{
    font-size: 13px;
  }.tc-wp-content-root .dtf-editorial-content h2{
    font-size: 40px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-grid, .tc-wp-content-root .dtf-editorial-content .dtf-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-grid-six{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .dtf-editorial-content .dtf-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .dtf-editorial-content .dtf-card, .tc-wp-content-root .dtf-editorial-content .dtf-trust-card{
    padding: 28px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-step-number{
    width: 74px;
    height: 74px;
    font-size: 22px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-card h3, .tc-wp-content-root .dtf-editorial-content .dtf-trust-card h3, .tc-wp-content-root .dtf-editorial-content .dtf-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-card p, .tc-wp-content-root .dtf-editorial-content .dtf-trust-card p, .tc-wp-content-root .dtf-editorial-content .dtf-step-card p{
    font-size: 16px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .dtf-editorial-content .dtf-section{
    padding: 92px 0;
  }.tc-wp-content-root .dtf-editorial-content .dtf-container{
    padding: 0 32px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-kicker{
    font-size: 13px;
  }.tc-wp-content-root .dtf-editorial-content h2{
    font-size: 46px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-grid, .tc-wp-content-root .dtf-editorial-content .dtf-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-grid-six, .tc-wp-content-root .dtf-editorial-content .dtf-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .dtf-editorial-content .dtf-card, .tc-wp-content-root .dtf-editorial-content .dtf-trust-card{
    padding: 30px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-step-number{
    width: 82px;
    height: 82px;
    font-size: 24px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-card h3, .tc-wp-content-root .dtf-editorial-content .dtf-trust-card h3, .tc-wp-content-root .dtf-editorial-content .dtf-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .dtf-editorial-content .dtf-card p, .tc-wp-content-root .dtf-editorial-content .dtf-trust-card p, .tc-wp-content-root .dtf-editorial-content .dtf-step-card p{
    font-size: 16px;
  }}

.tc-wp-content-root .dtf-step-copy {}