@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 .tts-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .tts-content-wrap, .tc-wp-content-root .tts-content-wrap section, .tc-wp-content-root .tts-content-wrap div, .tc-wp-content-root .tts-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .tts-content-wrap .tts-section{
  position: relative;
}.tc-wp-content-root .tts-content-wrap .tts-section-white{
  background: #ffffff;
}.tc-wp-content-root .tts-content-wrap .tts-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}.tc-wp-content-root .tts-content-wrap .tts-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .tts-content-wrap .tts-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .tts-content-wrap .tts-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(36, 122, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(36, 122, 255, 0.1), rgba(0, 194, 168, 0.1));
  color: #1160d6;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.tc-wp-content-root .tts-content-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .tts-content-wrap .tts-section-head p{
  margin: 14px auto 0;
  max-width: 690px;
  color: #5f6878;
  line-height: 1.7;
}.tc-wp-content-root .tts-content-wrap .tts-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .tts-content-wrap .tts-card, .tc-wp-content-root .tts-content-wrap .tts-benefit-card, .tc-wp-content-root .tts-content-wrap .tts-step-card{
  position: relative;
  border: 1px solid rgba(23, 39, 68, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(18, 38, 63, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .tts-content-wrap .tts-card{
  min-height: 100%;
}.tc-wp-content-root .tts-content-wrap .tts-card::before, .tc-wp-content-root .tts-content-wrap .tts-benefit-card::before, .tc-wp-content-root .tts-content-wrap .tts-step-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(36, 122, 255, 0.15), rgba(0, 194, 168, 0.12));
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .tts-content-wrap .tts-card:hover, .tc-wp-content-root .tts-content-wrap .tts-benefit-card:hover, .tc-wp-content-root .tts-content-wrap .tts-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(36, 122, 255, 0.22);
  box-shadow: 0 24px 62px rgba(18, 38, 63, 0.12);
}.tc-wp-content-root .tts-content-wrap .tts-card:hover::before, .tc-wp-content-root .tts-content-wrap .tts-benefit-card:hover::before, .tc-wp-content-root .tts-content-wrap .tts-step-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tts-content-wrap h3{
  position: relative;
  margin: 0;
  color: #162033;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tts-content-wrap .tts-card p, .tc-wp-content-root .tts-content-wrap .tts-benefit-card p, .tc-wp-content-root .tts-content-wrap .tts-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: #606b7c;
  line-height: 1.68;
}.tc-wp-content-root .tts-content-wrap .tts-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #247aff, #00c2a8);
  box-shadow: 0 14px 28px rgba(36, 122, 255, 0.2);
}.tc-wp-content-root .tts-content-wrap .tts-icon::before, .tc-wp-content-root .tts-content-wrap .tts-icon::after{
  content: "";
  position: absolute;
  inset: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .tts-content-wrap .tts-icon::after{
  inset: auto;
  left: 22px;
  top: 12px;
  width: 2px;
  height: 13px;
  border: 0;
  border-radius: 3px;
  background: #ffffff;
  transform-origin: bottom;
  transform: rotate(35deg);
}.tc-wp-content-root .tts-content-wrap .tts-icon-pace::before{
  inset: 14px 10px;
  border-radius: 999px;
}.tc-wp-content-root .tts-content-wrap .tts-icon-target::before{
  inset: 10px;
}.tc-wp-content-root .tts-content-wrap .tts-icon-target::after{
  left: 18px;
  top: 18px;
  width: 10px;
  height: 10px;
  transform: none;
}.tc-wp-content-root .tts-content-wrap .tts-icon-calendar::before{
  inset: 13px 10px 10px;
  border-radius: 5px;
}.tc-wp-content-root .tts-content-wrap .tts-icon-check::before{
  border: 0;
  border-radius: 0;
  width: 18px;
  height: 10px;
  left: 13px;
  top: 16px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .tts-content-wrap .tts-icon-flow::before{
  inset: 13px;
  border-radius: 7px;
}.tc-wp-content-root .tts-content-wrap .tts-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .tts-content-wrap .tts-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
}.tc-wp-content-root .tts-content-wrap .tts-step-number{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 850;
  background: linear-gradient(135deg, #247aff, #00c2a8);
  box-shadow: 0 16px 34px rgba(36, 122, 255, 0.22);
}.tc-wp-content-root .tts-content-wrap .tts-mini-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef7ff;
  color: #1160d6;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .tts-content-wrap .tts-benefit-card{
  overflow: hidden;
  min-height: 100%;
}.tc-wp-content-root .tts-content-wrap .tts-benefit-mark{
  position: relative;
  width: 52px;
  height: 6px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, #247aff, #00c2a8);
}.tc-wp-content-root .tts-content-wrap .tts-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .tts-content-wrap .tts-reveal.tts-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tts-content-wrap .tts-section{
    padding: 48px 0;
  }.tc-wp-content-root .tts-content-wrap .tts-container{
    padding: 0 14px;
  }.tc-wp-content-root .tts-content-wrap h2{
    font-size: 26px;
  }.tc-wp-content-root .tts-content-wrap .tts-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .tts-content-wrap .tts-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .tts-content-wrap .tts-card, .tc-wp-content-root .tts-content-wrap .tts-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .tts-content-wrap h3{
    font-size: 18px;
  }.tc-wp-content-root .tts-content-wrap .tts-card p, .tc-wp-content-root .tts-content-wrap .tts-benefit-card p, .tc-wp-content-root .tts-content-wrap .tts-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .tts-content-wrap .tts-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .tts-content-wrap .tts-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .tts-content-wrap .tts-step-number{
    width: 52px;
    height: 52px;
    border-radius: 16px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tts-content-wrap .tts-section{
    padding: 54px 0;
  }.tc-wp-content-root .tts-content-wrap .tts-container{
    padding: 0 18px;
  }.tc-wp-content-root .tts-content-wrap h2{
    font-size: 29px;
  }.tc-wp-content-root .tts-content-wrap .tts-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .tts-content-wrap .tts-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .tts-content-wrap .tts-card, .tc-wp-content-root .tts-content-wrap .tts-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .tts-content-wrap h3{
    font-size: 18.5px;
  }.tc-wp-content-root .tts-content-wrap .tts-card p, .tc-wp-content-root .tts-content-wrap .tts-benefit-card p, .tc-wp-content-root .tts-content-wrap .tts-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .tts-content-wrap .tts-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .tts-content-wrap .tts-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .tts-content-wrap .tts-step-number{
    width: 54px;
    height: 54px;
    border-radius: 17px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tts-content-wrap .tts-section{
    padding: 60px 0;
  }.tc-wp-content-root .tts-content-wrap .tts-container{
    padding: 0 22px;
  }.tc-wp-content-root .tts-content-wrap h2{
    font-size: 32px;
  }.tc-wp-content-root .tts-content-wrap .tts-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .tts-content-wrap .tts-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .tts-content-wrap .tts-card, .tc-wp-content-root .tts-content-wrap .tts-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .tts-content-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .tts-content-wrap .tts-card p, .tc-wp-content-root .tts-content-wrap .tts-benefit-card p, .tc-wp-content-root .tts-content-wrap .tts-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .tts-content-wrap .tts-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .tts-content-wrap .tts-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .tts-content-wrap .tts-step-number{
    width: 58px;
    height: 58px;
    border-radius: 18px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tts-content-wrap .tts-section{
    padding: 74px 0;
  }.tc-wp-content-root .tts-content-wrap .tts-container{
    padding: 0 28px;
  }.tc-wp-content-root .tts-content-wrap h2{
    font-size: 38px;
  }.tc-wp-content-root .tts-content-wrap .tts-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .tts-content-wrap .tts-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .tts-content-wrap .tts-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .tts-content-wrap .tts-card, .tc-wp-content-root .tts-content-wrap .tts-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .tts-content-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .tts-content-wrap .tts-card p, .tc-wp-content-root .tts-content-wrap .tts-benefit-card p, .tc-wp-content-root .tts-content-wrap .tts-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .tts-content-wrap .tts-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .tts-content-wrap .tts-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .tts-content-wrap .tts-step-number{
    width: 66px;
    height: 66px;
    border-radius: 20px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .tts-content-wrap .tts-section{
    padding: 92px 0;
  }.tc-wp-content-root .tts-content-wrap .tts-container{
    padding: 0 32px;
  }.tc-wp-content-root .tts-content-wrap h2{
    font-size: 44px;
  }.tc-wp-content-root .tts-content-wrap .tts-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .tts-content-wrap .tts-grid{
    gap: 26px;
    margin-top: 48px;
  }.tc-wp-content-root .tts-content-wrap .tts-grid-three, .tc-wp-content-root .tts-content-wrap .tts-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tts-content-wrap .tts-card, .tc-wp-content-root .tts-content-wrap .tts-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .tts-content-wrap h3{
    font-size: 21px;
  }.tc-wp-content-root .tts-content-wrap .tts-card p, .tc-wp-content-root .tts-content-wrap .tts-benefit-card p, .tc-wp-content-root .tts-content-wrap .tts-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .tts-content-wrap .tts-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .tts-content-wrap .tts-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .tts-content-wrap .tts-step-number{
    width: 74px;
    height: 74px;
    border-radius: 22px;
    font-size: 20px;
  }}

.tc-wp-content-root .tts-icon-clock {}
.tc-wp-content-root .tts-step-copy {}