@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;
}.wpc-scope-147 .tc-wp-content-root img, .wpc-scope-147 .tc-wp-content-root video, .wpc-scope-147 .tc-wp-content-root svg, .wpc-scope-147 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  background: #ffffff;
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap, .wpc-scope-147 .tc-wp-content-root .scitc-content-wrap div, .wpc-scope-147 .tc-wp-content-root .scitc-content-wrap section, .wpc-scope-147 .tc-wp-content-root .scitc-content-wrap article{
  box-sizing: border-box;
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-section{
  position: relative;
  width: 100%;
  isolation: isolate;
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-section-white{
  background: #ffffff;
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-section-soft{
  background:
    radial-gradient(circle at 12% 18%, rgba(34, 197, 94, 0.09), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(14, 165, 233, 0.08), transparent 34%),
    #f7faf8;
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 14px;
  margin: 0 0 14px;
  border: 1px solid rgba(20, 184, 166, 0.28);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.12), rgba(34, 197, 94, 0.12));
  color: #0f766e;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-heading p{
  margin: 16px auto 0;
  color: #526070;
  line-height: 1.7;
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-card, .wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-trust-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfefd 100%);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-card::before, .wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #0f766e, #22c55e, #38bdf8);
  opacity: 0.86;
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-card:hover, .wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(20, 184, 166, 0.32);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.12);
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-card h3, .wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-trust-card h3, .wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-step-copy h3{
  margin: 0;
  color: #132033;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-card p, .wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-trust-card p, .wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-step-copy p{
  margin: 10px 0 0;
  color: #5b6878;
  line-height: 1.68;
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-icon{
  width: 48px;
  height: 48px;
  display: inline-flex;
  position: relative;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0f766e, #22c55e);
  box-shadow: 0 12px 24px rgba(15, 118, 110, 0.22);
  transition: transform 260ms ease;
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-card:hover .scitc-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-icon::before, .wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-icon-calc::before{
  width: 22px;
  height: 24px;
  left: 13px;
  top: 12px;
  border-radius: 5px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.92);
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-icon-calc::after{
  width: 14px;
  height: 2px;
  left: 17px;
  top: 20px;
  box-shadow: 0 7px 0 rgba(255, 255, 255, 0.92);
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-icon-speed::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.92);
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-icon-speed::after{
  width: 13px;
  height: 2px;
  left: 24px;
  top: 23px;
  transform: rotate(-35deg);
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-icon-preview::before{
  width: 26px;
  height: 18px;
  left: 11px;
  top: 15px;
  border-radius: 10px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.92);
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-icon-preview::after{
  width: 8px;
  height: 8px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-icon-steps::before{
  width: 6px;
  height: 6px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  box-shadow: 0 10px 0 rgba(255, 255, 255, 0.92), 0 20px 0 rgba(255, 255, 255, 0.92);
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-icon-steps::after{
  width: 18px;
  height: 2px;
  left: 24px;
  top: 15px;
  box-shadow: 0 10px 0 rgba(255, 255, 255, 0.92), 0 20px 0 rgba(255, 255, 255, 0.92);
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-icon-mobile::before{
  width: 18px;
  height: 28px;
  left: 15px;
  top: 10px;
  border-radius: 6px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.92);
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-icon-mobile::after{
  width: 6px;
  height: 2px;
  left: 21px;
  top: 32px;
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-icon-guide::before{
  width: 24px;
  height: 18px;
  left: 12px;
  top: 15px;
  border-radius: 4px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.92);
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-icon-guide::after{
  width: 2px;
  height: 18px;
  left: 24px;
  top: 15px;
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(240, 253, 250, 0.88)),
    #ffffff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-step-card::after{
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -70px;
  top: -74px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.13), rgba(56, 189, 248, 0.13));
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(20, 184, 166, 0.34);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.12);
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #064e3b, #0f766e 48%, #22c55e);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 16px 32px rgba(15, 118, 110, 0.25);
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-step-copy{
  position: relative;
  z-index: 1;
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfffd 100%);
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-dot{
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 8px rgba(34, 197, 94, 0.12), 0 0 0 16px rgba(20, 184, 166, 0.07);
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 12px;
  margin: 0 0 16px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.09);
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-reveal{
  opacity: 0;
  transform: translateY(22px);
}.wpc-scope-147 .tc-wp-content-root .scitc-content-wrap .scitc-reveal.scitc-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .scitc-content-wrap .scitc-section{
    padding: 52px 0;
  }.tc-wp-content-root .scitc-content-wrap .scitc-container{
    padding: 0 14px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-heading p{
    font-size: 14px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-card, .tc-wp-content-root .scitc-content-wrap .scitc-trust-card{
    padding: 24px 20px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-card h3, .tc-wp-content-root .scitc-content-wrap .scitc-trust-card h3, .tc-wp-content-root .scitc-content-wrap .scitc-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-card p, .tc-wp-content-root .scitc-content-wrap .scitc-trust-card p, .tc-wp-content-root .scitc-content-wrap .scitc-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .scitc-content-wrap .scitc-section{
    padding: 58px 0;
  }.tc-wp-content-root .scitc-content-wrap .scitc-container{
    padding: 0 18px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-card, .tc-wp-content-root .scitc-content-wrap .scitc-trust-card{
    padding: 26px 22px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-card h3, .tc-wp-content-root .scitc-content-wrap .scitc-trust-card h3, .tc-wp-content-root .scitc-content-wrap .scitc-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-card p, .tc-wp-content-root .scitc-content-wrap .scitc-trust-card p, .tc-wp-content-root .scitc-content-wrap .scitc-step-copy p{
    font-size: 14.5px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .scitc-content-wrap .scitc-section{
    padding: 64px 0;
  }.tc-wp-content-root .scitc-content-wrap .scitc-container{
    padding: 0 22px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-card, .tc-wp-content-root .scitc-content-wrap .scitc-trust-card{
    padding: 28px 24px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-card h3, .tc-wp-content-root .scitc-content-wrap .scitc-trust-card h3, .tc-wp-content-root .scitc-content-wrap .scitc-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-card p, .tc-wp-content-root .scitc-content-wrap .scitc-trust-card p, .tc-wp-content-root .scitc-content-wrap .scitc-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .scitc-content-wrap .scitc-section{
    padding: 78px 0;
  }.tc-wp-content-root .scitc-content-wrap .scitc-container{
    padding: 0 30px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-grid-three, .tc-wp-content-root .scitc-content-wrap .scitc-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .scitc-content-wrap .scitc-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-card, .tc-wp-content-root .scitc-content-wrap .scitc-trust-card{
    padding: 30px 26px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-card h3, .tc-wp-content-root .scitc-content-wrap .scitc-trust-card h3, .tc-wp-content-root .scitc-content-wrap .scitc-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-card p, .tc-wp-content-root .scitc-content-wrap .scitc-trust-card p, .tc-wp-content-root .scitc-content-wrap .scitc-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-step-number{
    width: 74px;
    height: 74px;
    font-size: 22px;
  }}@media (min-width: 1024px){.tc-wp-content-root .scitc-content-wrap .scitc-section{
    padding: 92px 0;
  }.tc-wp-content-root .scitc-content-wrap .scitc-container{
    padding: 0 32px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-heading p{
    font-size: 18px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-grid-three, .tc-wp-content-root .scitc-content-wrap .scitc-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .scitc-content-wrap .scitc-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-card, .tc-wp-content-root .scitc-content-wrap .scitc-trust-card{
    padding: 32px 28px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-card h3, .tc-wp-content-root .scitc-content-wrap .scitc-trust-card h3, .tc-wp-content-root .scitc-content-wrap .scitc-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-card p, .tc-wp-content-root .scitc-content-wrap .scitc-trust-card p, .tc-wp-content-root .scitc-content-wrap .scitc-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-step-card{
    gap: 28px;
    padding: 32px;
  }.tc-wp-content-root .scitc-content-wrap .scitc-step-number{
    width: 80px;
    height: 80px;
    font-size: 23px;
  }}