@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 .cmc-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 .cmc-content-wrap, .tc-wp-content-root .cmc-content-wrap section, .tc-wp-content-root .cmc-content-wrap div, .tc-wp-content-root .cmc-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .cmc-content-wrap .cmc-section{
  position: relative;
}.tc-wp-content-root .cmc-content-wrap .cmc-section-white{
  background: #ffffff;
}.tc-wp-content-root .cmc-content-wrap .cmc-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f5f7fb 100%);
}.tc-wp-content-root .cmc-content-wrap .cmc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .cmc-content-wrap .cmc-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .cmc-content-wrap .cmc-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(46, 111, 240, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(46, 111, 240, 0.1), rgba(0, 190, 166, 0.1));
  color: #2357c6;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .cmc-content-wrap .cmc-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2e6ff0, #00bea6);
  box-shadow: 0 0 0 5px rgba(46, 111, 240, 0.1);
}.tc-wp-content-root .cmc-content-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .cmc-content-wrap .cmc-section-head p{
  margin: 14px auto 0;
  color: #5d6b82;
  line-height: 1.7;
}.tc-wp-content-root .cmc-content-wrap .cmc-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .cmc-content-wrap .cmc-info-card, .tc-wp-content-root .cmc-content-wrap .cmc-use-card, .tc-wp-content-root .cmc-content-wrap .cmc-benefit-card, .tc-wp-content-root .cmc-content-wrap .cmc-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(139, 152, 174, 0.2);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .cmc-content-wrap .cmc-info-card, .tc-wp-content-root .cmc-content-wrap .cmc-use-card, .tc-wp-content-root .cmc-content-wrap .cmc-benefit-card{
  height: 100%;
}.tc-wp-content-root .cmc-content-wrap .cmc-info-card::after, .tc-wp-content-root .cmc-content-wrap .cmc-use-card::after, .tc-wp-content-root .cmc-content-wrap .cmc-benefit-card::after{
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  opacity: 0;
  background: linear-gradient(135deg, rgba(46, 111, 240, 0.5), rgba(0, 190, 166, 0.42));
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .cmc-content-wrap .cmc-info-card > *, .tc-wp-content-root .cmc-content-wrap .cmc-use-card > *, .tc-wp-content-root .cmc-content-wrap .cmc-benefit-card > *{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .cmc-content-wrap .cmc-info-card:hover, .tc-wp-content-root .cmc-content-wrap .cmc-use-card:hover, .tc-wp-content-root .cmc-content-wrap .cmc-benefit-card:hover, .tc-wp-content-root .cmc-content-wrap .cmc-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(46, 111, 240, 0.28);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.11);
}.tc-wp-content-root .cmc-content-wrap .cmc-info-card:hover::after, .tc-wp-content-root .cmc-content-wrap .cmc-use-card:hover::after, .tc-wp-content-root .cmc-content-wrap .cmc-benefit-card:hover::after{
  opacity: 0.08;
}.tc-wp-content-root .cmc-content-wrap .cmc-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2e6ff0, #00bea6);
  box-shadow: 0 14px 30px rgba(46, 111, 240, 0.22);
}.tc-wp-content-root .cmc-content-wrap .cmc-icon::before, .tc-wp-content-root .cmc-content-wrap .cmc-icon::after{
  content: "";
  position: absolute;
}.tc-wp-content-root .cmc-content-wrap .cmc-icon-check, .tc-wp-content-root .cmc-content-wrap .cmc-icon-cross, .tc-wp-content-root .cmc-content-wrap .cmc-icon-target, .tc-wp-content-root .cmc-content-wrap .cmc-icon-balance, .tc-wp-content-root .cmc-content-wrap .cmc-icon-score, .tc-wp-content-root .cmc-content-wrap .cmc-icon-report{
  position: relative;
}.tc-wp-content-root .cmc-content-wrap .cmc-icon-check::before{
  width: 18px;
  height: 10px;
  left: 14px;
  top: 15px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .cmc-content-wrap .cmc-icon-cross::before, .tc-wp-content-root .cmc-content-wrap .cmc-icon-cross::after{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 22px;
  border-radius: 4px;
  background: #ffffff;
}.tc-wp-content-root .cmc-content-wrap .cmc-icon-cross::before{
  transform: rotate(45deg);
}.tc-wp-content-root .cmc-content-wrap .cmc-icon-cross::after{
  transform: rotate(-45deg);
}.tc-wp-content-root .cmc-content-wrap .cmc-icon-target::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 999px;
}.tc-wp-content-root .cmc-content-wrap .cmc-icon-target::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .cmc-content-wrap .cmc-icon-balance::before{
  width: 24px;
  height: 3px;
  left: 11px;
  top: 17px;
  border-radius: 4px;
  background: #ffffff;
}.tc-wp-content-root .cmc-content-wrap .cmc-icon-balance::after{
  width: 18px;
  height: 11px;
  left: 14px;
  top: 25px;
  border: 3px solid #ffffff;
  border-top: 0;
  border-radius: 0 0 12px 12px;
}.tc-wp-content-root .cmc-content-wrap .cmc-icon-score::before{
  width: 5px;
  height: 18px;
  left: 13px;
  top: 18px;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 8px -6px 0 #ffffff, 16px -12px 0 #ffffff;
}.tc-wp-content-root .cmc-content-wrap .cmc-icon-report::before{
  width: 22px;
  height: 26px;
  left: 12px;
  top: 10px;
  border: 3px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .cmc-content-wrap .cmc-icon-report::after{
  width: 12px;
  height: 3px;
  left: 17px;
  top: 19px;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff;
}.tc-wp-content-root .cmc-content-wrap h3{
  margin: 0;
  color: #132033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .cmc-content-wrap .cmc-info-card p, .tc-wp-content-root .cmc-content-wrap .cmc-use-card p, .tc-wp-content-root .cmc-content-wrap .cmc-benefit-card p, .tc-wp-content-root .cmc-content-wrap .cmc-step-card p{
  margin: 10px 0 0;
  color: #5e6b7f;
  line-height: 1.65;
}.tc-wp-content-root .cmc-content-wrap .cmc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .cmc-content-wrap .cmc-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(46, 111, 240, 0.36), rgba(0, 190, 166, 0.34)) border-box;
}.tc-wp-content-root .cmc-content-wrap .cmc-step-card::before{
  content: "";
  position: absolute;
  left: 42px;
  top: 76px;
  bottom: -28px;
  width: 2px;
  background: linear-gradient(180deg, rgba(46, 111, 240, 0.28), rgba(0, 190, 166, 0));
}.tc-wp-content-root .cmc-content-wrap .cmc-step-card:last-child::before{
  display: none;
}.tc-wp-content-root .cmc-content-wrap .cmc-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827, #2e6ff0);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(46, 111, 240, 0.2);
}.tc-wp-content-root .cmc-content-wrap .cmc-use-card{
  background:
    radial-gradient(circle at top right, rgba(0, 190, 166, 0.08), transparent 34%),
    #ffffff;
}.tc-wp-content-root .cmc-content-wrap .cmc-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 32px;
  margin-bottom: 18px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(46, 111, 240, 0.09);
  color: #245bd4;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .cmc-content-wrap .cmc-benefit-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at top left, rgba(46, 111, 240, 0.12), transparent 38%);
}.tc-wp-content-root .cmc-content-wrap .cmc-benefit-mark{
  display: inline-block;
  width: 48px;
  height: 6px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2e6ff0, #00bea6);
}.tc-wp-content-root .cmc-content-wrap .cmc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.tc-wp-content-root .cmc-content-wrap .cmc-reveal.cmc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .cmc-content-wrap .cmc-section{
    padding: 54px 0;
  }.tc-wp-content-root .cmc-content-wrap .cmc-container{
    padding: 0 14px;
  }.tc-wp-content-root .cmc-content-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .cmc-content-wrap .cmc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .cmc-content-wrap .cmc-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .cmc-content-wrap .cmc-info-card, .tc-wp-content-root .cmc-content-wrap .cmc-use-card, .tc-wp-content-root .cmc-content-wrap .cmc-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .cmc-content-wrap h3{
    font-size: 18px;
  }.tc-wp-content-root .cmc-content-wrap .cmc-info-card p, .tc-wp-content-root .cmc-content-wrap .cmc-use-card p, .tc-wp-content-root .cmc-content-wrap .cmc-benefit-card p, .tc-wp-content-root .cmc-content-wrap .cmc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .cmc-content-wrap .cmc-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .cmc-content-wrap .cmc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }.tc-wp-content-root .cmc-content-wrap .cmc-step-card::before{
    display: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .cmc-content-wrap .cmc-section{
    padding: 58px 0;
  }.tc-wp-content-root .cmc-content-wrap .cmc-container{
    padding: 0 18px;
  }.tc-wp-content-root .cmc-content-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .cmc-content-wrap .cmc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .cmc-content-wrap .cmc-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .cmc-content-wrap .cmc-info-card, .tc-wp-content-root .cmc-content-wrap .cmc-use-card, .tc-wp-content-root .cmc-content-wrap .cmc-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .cmc-content-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .cmc-content-wrap .cmc-info-card p, .tc-wp-content-root .cmc-content-wrap .cmc-use-card p, .tc-wp-content-root .cmc-content-wrap .cmc-benefit-card p, .tc-wp-content-root .cmc-content-wrap .cmc-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .cmc-content-wrap .cmc-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .cmc-content-wrap .cmc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .cmc-content-wrap .cmc-step-card::before{
    display: none;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .cmc-content-wrap .cmc-section{
    padding: 64px 0;
  }.tc-wp-content-root .cmc-content-wrap .cmc-container{
    padding: 0 22px;
  }.tc-wp-content-root .cmc-content-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .cmc-content-wrap .cmc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .cmc-content-wrap .cmc-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .cmc-content-wrap .cmc-info-card, .tc-wp-content-root .cmc-content-wrap .cmc-use-card, .tc-wp-content-root .cmc-content-wrap .cmc-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .cmc-content-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .cmc-content-wrap .cmc-info-card p, .tc-wp-content-root .cmc-content-wrap .cmc-use-card p, .tc-wp-content-root .cmc-content-wrap .cmc-benefit-card p, .tc-wp-content-root .cmc-content-wrap .cmc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .cmc-content-wrap .cmc-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .cmc-content-wrap .cmc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .cmc-content-wrap .cmc-step-card::before{
    display: none;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .cmc-content-wrap .cmc-section{
    padding: 78px 0;
  }.tc-wp-content-root .cmc-content-wrap .cmc-container{
    padding: 0 30px;
  }.tc-wp-content-root .cmc-content-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .cmc-content-wrap .cmc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .cmc-content-wrap .cmc-grid-six, .tc-wp-content-root .cmc-content-wrap .cmc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .cmc-content-wrap .cmc-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .cmc-content-wrap .cmc-info-card, .tc-wp-content-root .cmc-content-wrap .cmc-use-card, .tc-wp-content-root .cmc-content-wrap .cmc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .cmc-content-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .cmc-content-wrap .cmc-info-card p, .tc-wp-content-root .cmc-content-wrap .cmc-use-card p, .tc-wp-content-root .cmc-content-wrap .cmc-benefit-card p, .tc-wp-content-root .cmc-content-wrap .cmc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .cmc-content-wrap .cmc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .cmc-content-wrap .cmc-step-card{
    gap: 24px;
    padding: 30px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .cmc-content-wrap .cmc-section{
    padding: 96px 0;
  }.tc-wp-content-root .cmc-content-wrap .cmc-container{
    padding: 0 34px;
  }.tc-wp-content-root .cmc-content-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .cmc-content-wrap .cmc-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .cmc-content-wrap .cmc-grid-six, .tc-wp-content-root .cmc-content-wrap .cmc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .cmc-content-wrap .cmc-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .cmc-content-wrap .cmc-info-card, .tc-wp-content-root .cmc-content-wrap .cmc-use-card, .tc-wp-content-root .cmc-content-wrap .cmc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .cmc-content-wrap h3{
    font-size: 21px;
  }.tc-wp-content-root .cmc-content-wrap .cmc-info-card p, .tc-wp-content-root .cmc-content-wrap .cmc-use-card p, .tc-wp-content-root .cmc-content-wrap .cmc-benefit-card p, .tc-wp-content-root .cmc-content-wrap .cmc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .cmc-content-wrap .cmc-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .cmc-content-wrap .cmc-step-card{
    gap: 28px;
    padding: 34px;
  }}

.tc-wp-content-root .cmc-step-content {}