@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 .tdc-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .tdc-bottom-content .tdc-section{
  position: relative;
  overflow: hidden;
}.tc-wp-content-root .tdc-bottom-content .tdc-section-white{
  background: #ffffff;
}.tc-wp-content-root .tdc-bottom-content .tdc-section-soft{
  background:
    radial-gradient(circle at top left, rgba(31, 132, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #f5f7fb 100%);
}.tc-wp-content-root .tdc-bottom-content .tdc-container{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .tdc-bottom-content .tdc-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .tdc-bottom-content .tdc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(31, 132, 255, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(31, 132, 255, 0.1), rgba(20, 184, 166, 0.1));
  color: #0b6fcf;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .tdc-bottom-content .tdc-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .tdc-bottom-content .tdc-heading p{
  margin: 16px auto 0;
  color: #5a6475;
  line-height: 1.7;
}.tc-wp-content-root .tdc-bottom-content .tdc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .tdc-bottom-content .tdc-card, .tc-wp-content-root .tdc-bottom-content .tdc-benefit-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .tdc-bottom-content .tdc-card::before, .tc-wp-content-root .tdc-bottom-content .tdc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(31, 132, 255, 0.45), rgba(20, 184, 166, 0.22), rgba(255, 255, 255, 0));
  opacity: 0;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: opacity 220ms ease;
}.tc-wp-content-root .tdc-bottom-content .tdc-card:hover, .tc-wp-content-root .tdc-bottom-content .tdc-benefit-card:hover, .tc-wp-content-root .tdc-bottom-content .tdc-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(31, 132, 255, 0.22);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.12);
}.tc-wp-content-root .tdc-bottom-content .tdc-card:hover::before, .tc-wp-content-root .tdc-bottom-content .tdc-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tdc-bottom-content .tdc-card h3, .tc-wp-content-root .tdc-bottom-content .tdc-benefit-card h3, .tc-wp-content-root .tdc-bottom-content .tdc-step-copy h3{
  margin: 0;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tdc-bottom-content .tdc-card p, .tc-wp-content-root .tdc-bottom-content .tdc-benefit-card p, .tc-wp-content-root .tdc-bottom-content .tdc-step-copy p{
  margin: 10px 0 0;
  color: #5b6678;
  line-height: 1.68;
}.tc-wp-content-root .tdc-bottom-content .tdc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1f84ff 0%, #14b8a6 100%);
  box-shadow: 0 14px 28px rgba(31, 132, 255, 0.24);
}.tc-wp-content-root .tdc-bottom-content .tdc-icon::before, .tc-wp-content-root .tdc-bottom-content .tdc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .tdc-bottom-content .tdc-icon-calendar::before{
  width: 22px;
  height: 18px;
  left: 12px;
  top: 15px;
  border-radius: 4px;
}.tc-wp-content-root .tdc-bottom-content .tdc-icon-calendar::after{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 19px;
  background: #1f84ff;
}.tc-wp-content-root .tdc-bottom-content .tdc-icon-clock::before{
  width: 23px;
  height: 23px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .tdc-bottom-content .tdc-icon-clock::after{
  width: 10px;
  height: 3px;
  left: 23px;
  top: 22px;
  border-radius: 999px;
  transform-origin: left center;
  transform: rotate(28deg);
}.tc-wp-content-root .tdc-bottom-content .tdc-icon-brief::before{
  width: 24px;
  height: 18px;
  left: 11px;
  top: 17px;
  border-radius: 5px;
}.tc-wp-content-root .tdc-bottom-content .tdc-icon-brief::after{
  width: 12px;
  height: 6px;
  left: 17px;
  top: 12px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  background: transparent;
}.tc-wp-content-root .tdc-bottom-content .tdc-icon-route::before{
  width: 24px;
  height: 15px;
  left: 11px;
  top: 16px;
  border: 3px solid #ffffff;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 12px 0 0;
  background: transparent;
}.tc-wp-content-root .tdc-bottom-content .tdc-icon-route::after{
  width: 8px;
  height: 8px;
  left: 11px;
  top: 24px;
  border-radius: 50%;
}.tc-wp-content-root .tdc-bottom-content .tdc-icon-note::before{
  width: 22px;
  height: 25px;
  left: 12px;
  top: 10px;
  border-radius: 5px;
}.tc-wp-content-root .tdc-bottom-content .tdc-icon-note::after{
  width: 12px;
  height: 3px;
  left: 17px;
  top: 20px;
  border-radius: 999px;
  background: #1f84ff;
  box-shadow: 0 6px 0 #1f84ff;
}.tc-wp-content-root .tdc-bottom-content .tdc-icon-check::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
}.tc-wp-content-root .tdc-bottom-content .tdc-icon-check::after{
  width: 15px;
  height: 8px;
  left: 15px;
  top: 18px;
  border-left: 3px solid #1f84ff;
  border-bottom: 3px solid #1f84ff;
  background: transparent;
  transform: rotate(-45deg);
}.tc-wp-content-root .tdc-bottom-content .tdc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .tdc-bottom-content .tdc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(31, 132, 255, 0.14);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(250, 253, 255, 0.92));
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .tdc-bottom-content .tdc-step-card::after{
  content: "";
  position: absolute;
  left: 43px;
  top: 100%;
  width: 2px;
  height: 22px;
  background: linear-gradient(180deg, rgba(31, 132, 255, 0.45), rgba(20, 184, 166, 0));
}.tc-wp-content-root .tdc-bottom-content .tdc-step-card:last-child::after{
  display: none;
}.tc-wp-content-root .tdc-bottom-content .tdc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: linear-gradient(135deg, #1f84ff 0%, #14b8a6 100%);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 30px rgba(31, 132, 255, 0.24);
}.tc-wp-content-root .tdc-bottom-content .tdc-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.1);
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .tdc-bottom-content .tdc-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at top right, rgba(31, 132, 255, 0.12), transparent 34%);
}.tc-wp-content-root .tdc-bottom-content .tdc-benefit-card{
  overflow: hidden;
}.tc-wp-content-root .tdc-bottom-content .tdc-benefit-mark{
  display: block;
  width: 54px;
  height: 6px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1f84ff, #14b8a6);
}.tc-wp-content-root .tdc-bottom-content .tdc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tdc-bottom-content .tdc-reveal.tdc-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms ease, transform 600ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tdc-bottom-content .tdc-section{
    padding: 48px 0;
  }.tc-wp-content-root .tdc-bottom-content .tdc-container{
    padding: 0 14px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-heading{
    margin-bottom: 28px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-heading p{
    font-size: 14px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-card, .tc-wp-content-root .tdc-bottom-content .tdc-benefit-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-card h3, .tc-wp-content-root .tdc-bottom-content .tdc-benefit-card h3, .tc-wp-content-root .tdc-bottom-content .tdc-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-card p, .tc-wp-content-root .tdc-bottom-content .tdc-benefit-card p, .tc-wp-content-root .tdc-bottom-content .tdc-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-steps{
    gap: 16px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-step-card::after{
    display: none;
  }.tc-wp-content-root .tdc-bottom-content .tdc-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tdc-bottom-content .tdc-section{
    padding: 54px 0;
  }.tc-wp-content-root .tdc-bottom-content .tdc-container{
    padding: 0 18px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-heading{
    margin-bottom: 30px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-card, .tc-wp-content-root .tdc-bottom-content .tdc-benefit-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-card h3, .tc-wp-content-root .tdc-bottom-content .tdc-benefit-card h3, .tc-wp-content-root .tdc-bottom-content .tdc-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-card p, .tc-wp-content-root .tdc-bottom-content .tdc-benefit-card p, .tc-wp-content-root .tdc-bottom-content .tdc-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-steps{
    gap: 18px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-step-card::after{
    display: none;
  }.tc-wp-content-root .tdc-bottom-content .tdc-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tdc-bottom-content .tdc-section{
    padding: 60px 0;
  }.tc-wp-content-root .tdc-bottom-content .tdc-container{
    padding: 0 22px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-heading{
    margin-bottom: 34px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-card, .tc-wp-content-root .tdc-bottom-content .tdc-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-card h3, .tc-wp-content-root .tdc-bottom-content .tdc-benefit-card h3, .tc-wp-content-root .tdc-bottom-content .tdc-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-card p, .tc-wp-content-root .tdc-bottom-content .tdc-benefit-card p, .tc-wp-content-root .tdc-bottom-content .tdc-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-steps{
    gap: 20px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-step-card::after{
    display: none;
  }.tc-wp-content-root .tdc-bottom-content .tdc-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tdc-bottom-content .tdc-section{
    padding: 74px 0;
  }.tc-wp-content-root .tdc-bottom-content .tdc-container{
    padding: 0 32px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-heading{
    margin-bottom: 42px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-grid-three, .tc-wp-content-root .tdc-bottom-content .tdc-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-card, .tc-wp-content-root .tdc-bottom-content .tdc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-card h3, .tc-wp-content-root .tdc-bottom-content .tdc-benefit-card h3, .tc-wp-content-root .tdc-bottom-content .tdc-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-card p, .tc-wp-content-root .tdc-bottom-content .tdc-benefit-card p, .tc-wp-content-root .tdc-bottom-content .tdc-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-steps{
    gap: 22px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-step-card{
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .tdc-bottom-content .tdc-section{
    padding: 92px 0;
  }.tc-wp-content-root .tdc-bottom-content .tdc-container{
    padding: 0 36px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-heading{
    margin-bottom: 48px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-heading h2{
    font-size: 44px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-heading p{
    font-size: 18px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-grid-three, .tc-wp-content-root .tdc-bottom-content .tdc-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-card, .tc-wp-content-root .tdc-bottom-content .tdc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-card h3, .tc-wp-content-root .tdc-bottom-content .tdc-benefit-card h3, .tc-wp-content-root .tdc-bottom-content .tdc-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-card p, .tc-wp-content-root .tdc-bottom-content .tdc-benefit-card p, .tc-wp-content-root .tdc-bottom-content .tdc-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-steps{
    gap: 22px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-step-card{
    gap: 26px;
    padding: 30px;
  }.tc-wp-content-root .tdc-bottom-content .tdc-step-number{
    font-size: 20px;
  }}