@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 .ttf-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .ttf-content-wrap, .tc-wp-content-root .ttf-content-wrap section, .tc-wp-content-root .ttf-content-wrap div, .tc-wp-content-root .ttf-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .ttf-content-wrap .ttf-section{
  position: relative;
}.tc-wp-content-root .ttf-content-wrap .ttf-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttf-content-wrap .ttf-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f6f8fb 100%);
}.tc-wp-content-root .ttf-content-wrap .ttf-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ttf-content-wrap .ttf-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttf-content-wrap .ttf-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(36, 117, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(36, 117, 255, 0.1), rgba(0, 196, 167, 0.12));
  color: #1164d8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .ttf-content-wrap .ttf-section-head h2{
  margin: 0;
  color: #121a2b;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .ttf-content-wrap .ttf-section-head p{
  margin: 14px auto 0;
  color: #5d687a;
  line-height: 1.72;
}.tc-wp-content-root .ttf-content-wrap .ttf-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttf-content-wrap .ttf-card, .tc-wp-content-root .ttf-content-wrap .ttf-benefit-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(25, 42, 70, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 42px rgba(22, 34, 58, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .ttf-content-wrap .ttf-card::before, .tc-wp-content-root .ttf-content-wrap .ttf-benefit-card::before{
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(36, 117, 255, 0.12), rgba(0, 196, 167, 0.1));
  opacity: 0;
  content: "";
  pointer-events: none;
  transition: opacity 240ms ease;
}.tc-wp-content-root .ttf-content-wrap .ttf-card:hover, .tc-wp-content-root .ttf-content-wrap .ttf-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(36, 117, 255, 0.24);
  box-shadow: 0 22px 54px rgba(22, 34, 58, 0.13);
}.tc-wp-content-root .ttf-content-wrap .ttf-card:hover::before, .tc-wp-content-root .ttf-content-wrap .ttf-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ttf-content-wrap .ttf-card h3, .tc-wp-content-root .ttf-content-wrap .ttf-step-card h3, .tc-wp-content-root .ttf-content-wrap .ttf-benefit-card h3{
  position: relative;
  margin: 0;
  color: #152033;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .ttf-content-wrap .ttf-card p, .tc-wp-content-root .ttf-content-wrap .ttf-step-card p, .tc-wp-content-root .ttf-content-wrap .ttf-benefit-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5c6879;
  line-height: 1.68;
}.tc-wp-content-root .ttf-content-wrap .ttf-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #2475ff, #00c4a7);
  box-shadow: 0 12px 28px rgba(36, 117, 255, 0.22);
}.tc-wp-content-root .ttf-content-wrap .ttf-icon::before, .tc-wp-content-root .ttf-content-wrap .ttf-icon::after{
  position: absolute;
  content: "";
}.tc-wp-content-root .ttf-content-wrap .ttf-icon-wave::before{
  top: 22px;
  left: 10px;
  width: 26px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .ttf-content-wrap .ttf-icon-pulse::before{
  top: 22px;
  left: 9px;
  width: 28px;
  height: 3px;
  background: #ffffff;
}.tc-wp-content-root .ttf-content-wrap .ttf-icon-pulse::after{
  top: 13px;
  left: 21px;
  width: 3px;
  height: 20px;
  background: #ffffff;
}.tc-wp-content-root .ttf-content-wrap .ttf-icon-scale::before{
  top: 12px;
  left: 13px;
  width: 20px;
  height: 20px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .ttf-content-wrap .ttf-icon-circuit::before{
  top: 14px;
  left: 14px;
  width: 18px;
  height: 18px;
  border: 3px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .ttf-content-wrap .ttf-icon-sound::before{
  top: 13px;
  left: 12px;
  width: 20px;
  height: 20px;
  border-right: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .ttf-content-wrap .ttf-icon-check::before{
  top: 14px;
  left: 13px;
  width: 20px;
  height: 12px;
  border-bottom: 4px solid #ffffff;
  border-left: 4px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .ttf-content-wrap .ttf-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttf-content-wrap .ttf-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(36, 117, 255, 0.14);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(22, 34, 58, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .ttf-content-wrap .ttf-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(0, 196, 167, 0.32);
  box-shadow: 0 24px 58px rgba(22, 34, 58, 0.12);
}.tc-wp-content-root .ttf-content-wrap .ttf-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #2475ff, #00c4a7);
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 14px 30px rgba(36, 117, 255, 0.24);
}.tc-wp-content-root .ttf-content-wrap .ttf-step-copy{
  min-width: 0;
}.tc-wp-content-root .ttf-content-wrap .ttf-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 196, 167, 0.11);
  color: #087d70;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
}.tc-wp-content-root .ttf-content-wrap .ttf-benefit-card{
  overflow: hidden;
}.tc-wp-content-root .ttf-content-wrap .ttf-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(36, 117, 255, 0.14), rgba(0, 196, 167, 0.16));
}.tc-wp-content-root .ttf-content-wrap .ttf-benefit-mark::before{
  position: absolute;
  top: 13px;
  left: 12px;
  width: 18px;
  height: 10px;
  border-bottom: 3px solid #1164d8;
  border-left: 3px solid #1164d8;
  content: "";
  transform: rotate(-45deg);
}.tc-wp-content-root .ttf-content-wrap .ttf-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.tc-wp-content-root .ttf-content-wrap .ttf-reveal.ttf-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttf-content-wrap .ttf-section{
    padding: 48px 0;
  }.tc-wp-content-root .ttf-content-wrap .ttf-container{
    padding: 0 14px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-card, .tc-wp-content-root .ttf-content-wrap .ttf-benefit-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-card h3, .tc-wp-content-root .ttf-content-wrap .ttf-step-card h3, .tc-wp-content-root .ttf-content-wrap .ttf-benefit-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-card p, .tc-wp-content-root .ttf-content-wrap .ttf-step-card p, .tc-wp-content-root .ttf-content-wrap .ttf-benefit-card p{
    font-size: 14px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-step-number{
    width: 52px;
    height: 52px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttf-content-wrap .ttf-section{
    padding: 54px 0;
  }.tc-wp-content-root .ttf-content-wrap .ttf-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-card, .tc-wp-content-root .ttf-content-wrap .ttf-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-card h3, .tc-wp-content-root .ttf-content-wrap .ttf-step-card h3, .tc-wp-content-root .ttf-content-wrap .ttf-benefit-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-card p, .tc-wp-content-root .ttf-content-wrap .ttf-step-card p, .tc-wp-content-root .ttf-content-wrap .ttf-benefit-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttf-content-wrap .ttf-section{
    padding: 60px 0;
  }.tc-wp-content-root .ttf-content-wrap .ttf-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-card, .tc-wp-content-root .ttf-content-wrap .ttf-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-card h3, .tc-wp-content-root .ttf-content-wrap .ttf-step-card h3, .tc-wp-content-root .ttf-content-wrap .ttf-benefit-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-card p, .tc-wp-content-root .ttf-content-wrap .ttf-step-card p, .tc-wp-content-root .ttf-content-wrap .ttf-benefit-card p{
    font-size: 15px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttf-content-wrap .ttf-section{
    padding: 74px 0;
  }.tc-wp-content-root .ttf-content-wrap .ttf-container{
    padding: 0 30px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-grid-3, .tc-wp-content-root .ttf-content-wrap .ttf-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 40px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-card, .tc-wp-content-root .ttf-content-wrap .ttf-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-card h3, .tc-wp-content-root .ttf-content-wrap .ttf-step-card h3, .tc-wp-content-root .ttf-content-wrap .ttf-benefit-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-card p, .tc-wp-content-root .ttf-content-wrap .ttf-step-card p, .tc-wp-content-root .ttf-content-wrap .ttf-benefit-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-steps{
    gap: 22px;
    margin-top: 40px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttf-content-wrap .ttf-section{
    padding: 92px 0;
  }.tc-wp-content-root .ttf-content-wrap .ttf-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-card, .tc-wp-content-root .ttf-content-wrap .ttf-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-card h3, .tc-wp-content-root .ttf-content-wrap .ttf-step-card h3, .tc-wp-content-root .ttf-content-wrap .ttf-benefit-card h3{
    font-size: 22px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-card p, .tc-wp-content-root .ttf-content-wrap .ttf-step-card p, .tc-wp-content-root .ttf-content-wrap .ttf-benefit-card p{
    font-size: 16px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-steps{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-step-card{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .ttf-content-wrap .ttf-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}