@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 .ttd-content-sections{
  width: 100%;
  overflow: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .ttd-content-sections .ttd-section{
  position: relative;
}.tc-wp-content-root .ttd-content-sections .ttd-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttd-content-sections .ttd-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f5f7fb 100%);
}.tc-wp-content-root .ttd-content-sections .ttd-container{
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ttd-content-sections .ttd-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttd-content-sections .ttd-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 13px;
  border: 1px solid rgba(21, 112, 239, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.12), rgba(20, 184, 166, 0.12));
  color: #0f6f9f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}.tc-wp-content-root .ttd-content-sections .ttd-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0ea5e9, #14b8a6);
  box-shadow: 0 0 0 5px rgba(20, 184, 166, 0.12);
}.tc-wp-content-root .ttd-content-sections h2{
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}.tc-wp-content-root .ttd-content-sections .ttd-section-head p{
  margin: 14px auto 0;
  color: #536176;
  font-weight: 400;
}.tc-wp-content-root .ttd-content-sections .ttd-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttd-content-sections .ttd-card, .tc-wp-content-root .ttd-content-sections .ttd-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ttd-content-sections .ttd-card::after, .tc-wp-content-root .ttd-content-sections .ttd-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  opacity: 0;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.16), rgba(20, 184, 166, 0.12));
  transition: opacity 220ms ease;
}.tc-wp-content-root .ttd-content-sections .ttd-card:hover, .tc-wp-content-root .ttd-content-sections .ttd-trust-card:hover{
  transform: translateY(-5px);
  border-color: rgba(14, 165, 233, 0.35);
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .ttd-content-sections .ttd-card:hover::after, .tc-wp-content-root .ttd-content-sections .ttd-trust-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .ttd-content-sections .ttd-card h3, .tc-wp-content-root .ttd-content-sections .ttd-trust-card h3, .tc-wp-content-root .ttd-content-sections .ttd-step-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #111827;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ttd-content-sections .ttd-card p, .tc-wp-content-root .ttd-content-sections .ttd-trust-card p, .tc-wp-content-root .ttd-content-sections .ttd-step-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5d6b7f;
  line-height: 1.65;
}.tc-wp-content-root .ttd-content-sections .ttd-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0ea5e9, #14b8a6);
  box-shadow: 0 12px 26px rgba(14, 165, 233, 0.22);
}.tc-wp-content-root .ttd-content-sections .ttd-icon::before, .tc-wp-content-root .ttd-content-sections .ttd-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .ttd-content-sections .ttd-icon-route::before{
  left: 12px;
  top: 23px;
  width: 22px;
  height: 3px;
  border-radius: 99px;
  transform: rotate(-24deg);
}.tc-wp-content-root .ttd-content-sections .ttd-icon-route::after{
  right: 10px;
  top: 11px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}.tc-wp-content-root .ttd-content-sections .ttd-icon-clock::before{
  inset: 11px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .ttd-content-sections .ttd-icon-clock::after{
  left: 23px;
  top: 15px;
  width: 3px;
  height: 13px;
  border-radius: 99px;
  box-shadow: 5px 8px 0 -1px #ffffff;
}.tc-wp-content-root .ttd-content-sections .ttd-icon-speed::before{
  left: 11px;
  bottom: 12px;
  width: 24px;
  height: 13px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
  background: transparent;
}.tc-wp-content-root .ttd-content-sections .ttd-icon-speed::after{
  left: 23px;
  top: 22px;
  width: 13px;
  height: 3px;
  border-radius: 99px;
  transform: rotate(-35deg);
}.tc-wp-content-root .ttd-content-sections .ttd-icon-map::before{
  left: 11px;
  top: 10px;
  width: 24px;
  height: 26px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}.tc-wp-content-root .ttd-content-sections .ttd-icon-map::after{
  left: 21px;
  top: 10px;
  width: 3px;
  height: 26px;
  opacity: 0.9;
}.tc-wp-content-root .ttd-content-sections .ttd-icon-focus::before{
  inset: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .ttd-content-sections .ttd-icon-focus::after{
  left: 21px;
  top: 21px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}.tc-wp-content-root .ttd-content-sections .ttd-icon-check::before{
  left: 13px;
  top: 23px;
  width: 9px;
  height: 4px;
  border-radius: 99px;
  transform: rotate(45deg);
}.tc-wp-content-root .ttd-content-sections .ttd-icon-check::after{
  left: 19px;
  top: 20px;
  width: 17px;
  height: 4px;
  border-radius: 99px;
  transform: rotate(-45deg);
}.tc-wp-content-root .ttd-content-sections .ttd-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttd-content-sections .ttd-step-card{
  position: relative;
  display: grid;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(14, 165, 233, 0.18);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ttd-content-sections .ttd-step-card::before{
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 18px;
  width: 4px;
  border-radius: 99px;
  background: linear-gradient(180deg, #0ea5e9, #14b8a6);
}.tc-wp-content-root .ttd-content-sections .ttd-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(20, 184, 166, 0.34);
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.1);
}.tc-wp-content-root .ttd-content-sections .ttd-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: linear-gradient(135deg, #0ea5e9, #14b8a6);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(14, 165, 233, 0.22);
}.tc-wp-content-root .ttd-content-sections .ttd-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.1);
  color: #0f6f9f;
  font-size: 12px;
  font-weight: 800;
}.tc-wp-content-root .ttd-content-sections .ttd-trust-card{
  text-align: center;
}.tc-wp-content-root .ttd-content-sections .ttd-trust-mark{
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  margin: 0 auto 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0ea5e9, #14b8a6);
  box-shadow: 0 14px 30px rgba(20, 184, 166, 0.2);
}.tc-wp-content-root .ttd-content-sections .ttd-trust-mark::before{
  content: "";
  position: absolute;
  left: 16px;
  top: 26px;
  width: 10px;
  height: 4px;
  border-radius: 99px;
  background: #ffffff;
  transform: rotate(45deg);
}.tc-wp-content-root .ttd-content-sections .ttd-trust-mark::after{
  content: "";
  position: absolute;
  left: 23px;
  top: 22px;
  width: 18px;
  height: 4px;
  border-radius: 99px;
  background: #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .ttd-content-sections .ttd-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .ttd-content-sections .ttd-reveal.ttd-is-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttd-content-sections .ttd-section{
    padding: 52px 0;
  }.tc-wp-content-root .ttd-content-sections .ttd-container{
    padding: 0 16px;
  }.tc-wp-content-root .ttd-content-sections h2{
    font-size: 25px;
  }.tc-wp-content-root .ttd-content-sections .ttd-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ttd-content-sections .ttd-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttd-content-sections .ttd-card, .tc-wp-content-root .ttd-content-sections .ttd-trust-card{
    padding: 22px;
  }.tc-wp-content-root .ttd-content-sections .ttd-card h3, .tc-wp-content-root .ttd-content-sections .ttd-trust-card h3, .tc-wp-content-root .ttd-content-sections .ttd-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ttd-content-sections .ttd-card p, .tc-wp-content-root .ttd-content-sections .ttd-trust-card p, .tc-wp-content-root .ttd-content-sections .ttd-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .ttd-content-sections .ttd-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttd-content-sections .ttd-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px 24px 34px;
  }.tc-wp-content-root .ttd-content-sections .ttd-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttd-content-sections .ttd-section{
    padding: 58px 0;
  }.tc-wp-content-root .ttd-content-sections .ttd-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttd-content-sections h2{
    font-size: 28px;
  }.tc-wp-content-root .ttd-content-sections .ttd-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttd-content-sections .ttd-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ttd-content-sections .ttd-card, .tc-wp-content-root .ttd-content-sections .ttd-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ttd-content-sections .ttd-card h3, .tc-wp-content-root .ttd-content-sections .ttd-trust-card h3, .tc-wp-content-root .ttd-content-sections .ttd-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ttd-content-sections .ttd-card p, .tc-wp-content-root .ttd-content-sections .ttd-trust-card p, .tc-wp-content-root .ttd-content-sections .ttd-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .ttd-content-sections .ttd-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ttd-content-sections .ttd-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 24px 26px 36px;
  }.tc-wp-content-root .ttd-content-sections .ttd-step-number{
    width: 60px;
    height: 60px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttd-content-sections .ttd-section{
    padding: 64px 0;
  }.tc-wp-content-root .ttd-content-sections .ttd-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttd-content-sections h2{
    font-size: 31px;
  }.tc-wp-content-root .ttd-content-sections .ttd-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ttd-content-sections .ttd-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ttd-content-sections .ttd-card, .tc-wp-content-root .ttd-content-sections .ttd-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ttd-content-sections .ttd-card h3, .tc-wp-content-root .ttd-content-sections .ttd-trust-card h3, .tc-wp-content-root .ttd-content-sections .ttd-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ttd-content-sections .ttd-card p, .tc-wp-content-root .ttd-content-sections .ttd-trust-card p, .tc-wp-content-root .ttd-content-sections .ttd-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .ttd-content-sections .ttd-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ttd-content-sections .ttd-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 26px 28px 38px;
  }.tc-wp-content-root .ttd-content-sections .ttd-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttd-content-sections .ttd-section{
    padding: 78px 0;
  }.tc-wp-content-root .ttd-content-sections .ttd-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttd-content-sections h2{
    font-size: 38px;
  }.tc-wp-content-root .ttd-content-sections .ttd-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ttd-content-sections .ttd-grid-six{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ttd-content-sections .ttd-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ttd-content-sections .ttd-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttd-content-sections .ttd-card, .tc-wp-content-root .ttd-content-sections .ttd-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ttd-content-sections .ttd-card h3, .tc-wp-content-root .ttd-content-sections .ttd-trust-card h3, .tc-wp-content-root .ttd-content-sections .ttd-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ttd-content-sections .ttd-card p, .tc-wp-content-root .ttd-content-sections .ttd-trust-card p, .tc-wp-content-root .ttd-content-sections .ttd-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttd-content-sections .ttd-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttd-content-sections .ttd-step-card{
    grid-template-columns: 84px 1fr;
    gap: 22px;
    padding: 30px 32px 30px 42px;
  }.tc-wp-content-root .ttd-content-sections .ttd-step-number{
    width: 68px;
    height: 68px;
    font-size: 21px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttd-content-sections .ttd-section{
    padding: 92px 0;
  }.tc-wp-content-root .ttd-content-sections .ttd-container{
    padding: 0 34px;
  }.tc-wp-content-root .ttd-content-sections h2{
    font-size: 44px;
  }.tc-wp-content-root .ttd-content-sections .ttd-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ttd-content-sections .ttd-grid-six, .tc-wp-content-root .ttd-content-sections .ttd-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttd-content-sections .ttd-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttd-content-sections .ttd-card, .tc-wp-content-root .ttd-content-sections .ttd-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ttd-content-sections .ttd-card h3, .tc-wp-content-root .ttd-content-sections .ttd-trust-card h3, .tc-wp-content-root .ttd-content-sections .ttd-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .ttd-content-sections .ttd-card p, .tc-wp-content-root .ttd-content-sections .ttd-trust-card p, .tc-wp-content-root .ttd-content-sections .ttd-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .ttd-content-sections .ttd-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttd-content-sections .ttd-step-card{
    grid-template-columns: 92px 1fr;
    gap: 26px;
    padding: 34px 38px 34px 46px;
  }.tc-wp-content-root .ttd-content-sections .ttd-step-number{
    font-size: 22px;
  }}

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