@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 .utmc-content-wrap{
  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 .utmc-content-wrap, .tc-wp-content-root .utmc-content-wrap section, .tc-wp-content-root .utmc-content-wrap div, .tc-wp-content-root .utmc-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .utmc-content-wrap .utmc-section{
  position: relative;
}.tc-wp-content-root .utmc-content-wrap .utmc-section-white{
  background: #ffffff;
}.tc-wp-content-root .utmc-content-wrap .utmc-section-soft{
  background:
    radial-gradient(circle at 12% 10%, rgba(33, 150, 243, 0.08), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}.tc-wp-content-root .utmc-content-wrap .utmc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .utmc-content-wrap .utmc-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .utmc-content-wrap .utmc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  padding: 7px 13px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(20, 184, 166, 0.1));
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}.tc-wp-content-root .utmc-content-wrap h2{
  margin: 0;
  color: #101827;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}.tc-wp-content-root .utmc-content-wrap .utmc-section-head p{
  margin: 14px auto 0;
  max-width: 680px;
  color: #526071;
  font-weight: 450;
}.tc-wp-content-root .utmc-content-wrap .utmc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .utmc-content-wrap .utmc-card, .tc-wp-content-root .utmc-content-wrap .utmc-step-card, .tc-wp-content-root .utmc-content-wrap .utmc-benefit-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(31, 45, 61, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 50px rgba(18, 32, 55, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .utmc-content-wrap .utmc-card::before, .tc-wp-content-root .utmc-content-wrap .utmc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.34), rgba(20, 184, 166, 0.22), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 240ms ease;
  pointer-events: none;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}.tc-wp-content-root .utmc-content-wrap .utmc-card:hover, .tc-wp-content-root .utmc-content-wrap .utmc-step-card:hover, .tc-wp-content-root .utmc-content-wrap .utmc-benefit-card:hover{
  transform: translateY(-5px);
  border-color: rgba(37, 99, 235, 0.22);
  box-shadow: 0 24px 70px rgba(18, 32, 55, 0.13);
}.tc-wp-content-root .utmc-content-wrap .utmc-card:hover::before, .tc-wp-content-root .utmc-content-wrap .utmc-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .utmc-content-wrap h3{
  margin: 0;
  color: #111827;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .utmc-content-wrap .utmc-card p, .tc-wp-content-root .utmc-content-wrap .utmc-step-card p, .tc-wp-content-root .utmc-content-wrap .utmc-benefit-card p{
  margin: 10px 0 0;
  color: #5b6678;
  font-weight: 430;
}.tc-wp-content-root .utmc-content-wrap .utmc-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2563eb, #14b8a6);
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.23);
}.tc-wp-content-root .utmc-content-wrap .utmc-icon::before, .tc-wp-content-root .utmc-content-wrap .utmc-icon::after{
  content: "";
  position: absolute;
}.tc-wp-content-root .utmc-content-wrap .utmc-icon{
  position: relative;
}.tc-wp-content-root .utmc-content-wrap .utmc-icon-diagonal::before{
  width: 22px;
  height: 3px;
  top: 21px;
  left: 12px;
  background: #ffffff;
  transform: rotate(-35deg);
  border-radius: 99px;
}.tc-wp-content-root .utmc-content-wrap .utmc-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 .utmc-content-wrap .utmc-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-top-color: transparent;
  border-radius: 50%;
}.tc-wp-content-root .utmc-content-wrap .utmc-icon-det::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border-left: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}.tc-wp-content-root .utmc-content-wrap .utmc-icon-study::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border: 3px solid #ffffff;
  border-radius: 5px;
}.tc-wp-content-root .utmc-content-wrap .utmc-icon-proof::before{
  width: 20px;
  height: 24px;
  left: 13px;
  top: 11px;
  border: 3px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .utmc-content-wrap .utmc-badge{
  display: inline-flex;
  margin: 0 0 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.1);
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
}.tc-wp-content-root .utmc-content-wrap .utmc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .utmc-content-wrap .utmc-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
}.tc-wp-content-root .utmc-content-wrap .utmc-step-card::after{
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -70px;
  top: -70px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(20, 184, 166, 0.12));
}.tc-wp-content-root .utmc-content-wrap .utmc-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #1d4ed8, #0f766e);
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.24);
}.tc-wp-content-root .utmc-content-wrap .utmc-step-body{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .utmc-content-wrap .utmc-benefit-card{
  text-align: left;
}.tc-wp-content-root .utmc-content-wrap .utmc-benefit-mark{
  width: 54px;
  height: 6px;
  margin: 0 0 20px;
  border-radius: 99px;
  background: linear-gradient(90deg, #2563eb, #14b8a6);
}.tc-wp-content-root .utmc-content-wrap .utmc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .utmc-content-wrap .utmc-reveal.utmc-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .utmc-content-wrap .utmc-section{
    padding: 48px 0;
  }.tc-wp-content-root .utmc-content-wrap .utmc-container{
    padding: 0 14px;
  }.tc-wp-content-root .utmc-content-wrap h2{
    font-size: 26px;
  }.tc-wp-content-root .utmc-content-wrap .utmc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .utmc-content-wrap .utmc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .utmc-content-wrap .utmc-card, .tc-wp-content-root .utmc-content-wrap .utmc-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .utmc-content-wrap h3{
    font-size: 18px;
  }.tc-wp-content-root .utmc-content-wrap .utmc-card p, .tc-wp-content-root .utmc-content-wrap .utmc-step-card p, .tc-wp-content-root .utmc-content-wrap .utmc-benefit-card p{
    font-size: 14px;
  }.tc-wp-content-root .utmc-content-wrap .utmc-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .utmc-content-wrap .utmc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .utmc-content-wrap .utmc-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .utmc-content-wrap .utmc-section{
    padding: 54px 0;
  }.tc-wp-content-root .utmc-content-wrap .utmc-container{
    padding: 0 18px;
  }.tc-wp-content-root .utmc-content-wrap h2{
    font-size: 29px;
  }.tc-wp-content-root .utmc-content-wrap .utmc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .utmc-content-wrap .utmc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .utmc-content-wrap .utmc-card, .tc-wp-content-root .utmc-content-wrap .utmc-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .utmc-content-wrap h3{
    font-size: 18.5px;
  }.tc-wp-content-root .utmc-content-wrap .utmc-card p, .tc-wp-content-root .utmc-content-wrap .utmc-step-card p, .tc-wp-content-root .utmc-content-wrap .utmc-benefit-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .utmc-content-wrap .utmc-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .utmc-content-wrap .utmc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .utmc-content-wrap .utmc-step-number{
    width: 60px;
    height: 60px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .utmc-content-wrap .utmc-section{
    padding: 60px 0;
  }.tc-wp-content-root .utmc-content-wrap .utmc-container{
    padding: 0 22px;
  }.tc-wp-content-root .utmc-content-wrap h2{
    font-size: 32px;
  }.tc-wp-content-root .utmc-content-wrap .utmc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .utmc-content-wrap .utmc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .utmc-content-wrap .utmc-card, .tc-wp-content-root .utmc-content-wrap .utmc-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .utmc-content-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .utmc-content-wrap .utmc-card p, .tc-wp-content-root .utmc-content-wrap .utmc-step-card p, .tc-wp-content-root .utmc-content-wrap .utmc-benefit-card p{
    font-size: 15px;
  }.tc-wp-content-root .utmc-content-wrap .utmc-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .utmc-content-wrap .utmc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .utmc-content-wrap .utmc-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .utmc-content-wrap .utmc-section{
    padding: 76px 0;
  }.tc-wp-content-root .utmc-content-wrap .utmc-container{
    padding: 0 32px;
  }.tc-wp-content-root .utmc-content-wrap h2{
    font-size: 38px;
  }.tc-wp-content-root .utmc-content-wrap .utmc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .utmc-content-wrap .utmc-grid-six, .tc-wp-content-root .utmc-content-wrap .utmc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .utmc-content-wrap .utmc-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .utmc-content-wrap .utmc-card, .tc-wp-content-root .utmc-content-wrap .utmc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .utmc-content-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .utmc-content-wrap .utmc-card p, .tc-wp-content-root .utmc-content-wrap .utmc-step-card p, .tc-wp-content-root .utmc-content-wrap .utmc-benefit-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .utmc-content-wrap .utmc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .utmc-content-wrap .utmc-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .utmc-content-wrap .utmc-step-number{
    width: 70px;
    height: 70px;
    font-size: 22px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .utmc-content-wrap .utmc-section{
    padding: 92px 0;
  }.tc-wp-content-root .utmc-content-wrap .utmc-container{
    padding: 0 32px;
  }.tc-wp-content-root .utmc-content-wrap h2{
    font-size: 44px;
  }.tc-wp-content-root .utmc-content-wrap .utmc-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .utmc-content-wrap .utmc-grid-six, .tc-wp-content-root .utmc-content-wrap .utmc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .utmc-content-wrap .utmc-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .utmc-content-wrap .utmc-card, .tc-wp-content-root .utmc-content-wrap .utmc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .utmc-content-wrap h3{
    font-size: 21px;
  }.tc-wp-content-root .utmc-content-wrap .utmc-card p, .tc-wp-content-root .utmc-content-wrap .utmc-step-card p, .tc-wp-content-root .utmc-content-wrap .utmc-benefit-card p{
    font-size: 16px;
  }.tc-wp-content-root .utmc-content-wrap .utmc-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .utmc-content-wrap .utmc-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .utmc-content-wrap .utmc-step-number{
    width: 76px;
    height: 76px;
    font-size: 24px;
  }}