@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

 

.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-89 .tc-wp-content-root img, .wpc-scope-89 .tc-wp-content-root video, .wpc-scope-89 .tc-wp-content-root svg, .wpc-scope-89 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap{
  width: 100%;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap, .wpc-scope-89 .tc-wp-content-root .nitc-content-wrap section, .wpc-scope-89 .tc-wp-content-root .nitc-content-wrap div, .wpc-scope-89 .tc-wp-content-root .nitc-content-wrap article{
  box-sizing: border-box;
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-section{
  position: relative;
  width: 100%;
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-section-white{
  background: #ffffff;
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-section-soft{
  background:
    radial-gradient(circle at top left, rgba(36, 128, 104, 0.08), transparent 32%),
    linear-gradient(180deg, #f8fbf9 0%, #f4f7f5 100%);
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-section-head{
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 13px;
  border: 1px solid rgba(36, 128, 104, 0.2);
  border-radius: 999px;
  background: rgba(36, 128, 104, 0.07);
  color: #1b6f5b;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1e7f66, #d7a645);
  box-shadow: 0 0 0 5px rgba(36, 128, 104, 0.11);
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.13;
  letter-spacing: 0;
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-section-head p{
  margin: 14px auto 0;
  max-width: 720px;
  color: #5a6475;
  font-weight: 450;
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-card, .wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-trust-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(36, 128, 104, 0.25), rgba(215, 166, 69, 0.18)) border-box;
  box-shadow: 0 18px 42px rgba(21, 31, 45, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-card::after, .wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-trust-card::after{
  content: "";
  position: absolute;
  inset: auto 18px 18px auto;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(36, 128, 104, 0.1), rgba(215, 166, 69, 0.1));
  opacity: 0.8;
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-card:hover, .wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-trust-card:hover{
  transform: translateY(-5px);
  border-color: rgba(36, 128, 104, 0.25);
  box-shadow: 0 24px 58px rgba(21, 31, 45, 0.12);
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-card h3, .wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-step-card h3, .wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-trust-card h3{
  position: relative;
  margin: 0;
  color: #172033;
  font-weight: 790;
  line-height: 1.24;
  letter-spacing: 0;
  z-index: 1;
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-card p, .wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-step-card p, .wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-trust-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5c6677;
  z-index: 1;
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-icon{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #1e7f66, #d7a645);
  box-shadow: 0 12px 24px rgba(36, 128, 104, 0.18);
  transition: transform 240ms ease;
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-card:hover .nitc-icon{
  transform: translateY(-2px) rotate(-3deg);
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-icon::before, .wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-icon-chart::before{
  left: 12px;
  bottom: 11px;
  width: 5px;
  height: 13px;
  border-radius: 4px;
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-icon-chart::after{
  left: 21px;
  bottom: 11px;
  width: 5px;
  height: 20px;
  border-radius: 4px;
  box-shadow: 9px 6px 0 rgba(255, 255, 255, 0.92);
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-icon-clock::before{
  inset: 11px;
  border: 3px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: transparent;
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-icon-clock::after{
  width: 11px;
  height: 3px;
  left: 21px;
  top: 21px;
  border-radius: 4px;
  transform-origin: left center;
  transform: rotate(-45deg);
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-icon-preview::before{
  inset: 13px 10px;
  border-radius: 999px;
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.92);
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-icon-preview::after{
  width: 8px;
  height: 8px;
  left: 18px;
  top: 18px;
  border-radius: 50%;
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-icon-steps::before{
  left: 12px;
  top: 12px;
  width: 20px;
  height: 4px;
  border-radius: 4px;
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.92), 0 16px 0 rgba(255, 255, 255, 0.92);
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-icon-mobile::before{
  left: 14px;
  top: 9px;
  width: 16px;
  height: 26px;
  border: 3px solid rgba(255, 255, 255, 0.92);
  border-radius: 7px;
  background: transparent;
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-icon-mobile::after{
  left: 20px;
  bottom: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-icon-wallet::before{
  left: 10px;
  top: 14px;
  width: 24px;
  height: 18px;
  border-radius: 7px;
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-icon-wallet::after{
  right: 9px;
  top: 19px;
  width: 10px;
  height: 8px;
  border-radius: 8px 0 0 8px;
  background: rgba(30, 127, 102, 0.86);
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(36, 128, 104, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 42px rgba(21, 31, 45, 0.07);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease;
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-step-card::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, #1e7f66, #d7a645);
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(21, 31, 45, 0.11);
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #1e7f66, #d7a645);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 14px 30px rgba(36, 128, 104, 0.2);
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(36, 128, 104, 0.08);
  color: #1b6f5b;
  font-size: 12px;
  font-weight: 780;
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-trust-card{
  text-align: left;
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-trust-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(36, 128, 104, 0.13), rgba(215, 166, 69, 0.14));
  position: relative;
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-trust-mark::before{
  content: "";
  position: absolute;
  left: 15px;
  top: 11px;
  width: 10px;
  height: 17px;
  border-right: 3px solid #1e7f66;
  border-bottom: 3px solid #1e7f66;
  transform: rotate(42deg);
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-89 .tc-wp-content-root .nitc-content-wrap .nitc-reveal.nitc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .nitc-content-wrap .nitc-section{
    padding: 46px 0;
  }.tc-wp-content-root .nitc-content-wrap .nitc-container{
    padding: 0 14px;
  }.tc-wp-content-root .nitc-content-wrap h2{
    font-size: 25px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-card, .tc-wp-content-root .nitc-content-wrap .nitc-trust-card{
    padding: 22px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-card h3, .tc-wp-content-root .nitc-content-wrap .nitc-step-card h3, .tc-wp-content-root .nitc-content-wrap .nitc-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-card p, .tc-wp-content-root .nitc-content-wrap .nitc-step-card p, .tc-wp-content-root .nitc-content-wrap .nitc-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .nitc-content-wrap .nitc-section{
    padding: 52px 0;
  }.tc-wp-content-root .nitc-content-wrap .nitc-container{
    padding: 0 18px;
  }.tc-wp-content-root .nitc-content-wrap h2{
    font-size: 28px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-card, .tc-wp-content-root .nitc-content-wrap .nitc-trust-card{
    padding: 24px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-card h3, .tc-wp-content-root .nitc-content-wrap .nitc-step-card h3, .tc-wp-content-root .nitc-content-wrap .nitc-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-card p, .tc-wp-content-root .nitc-content-wrap .nitc-step-card p, .tc-wp-content-root .nitc-content-wrap .nitc-trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 24px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .nitc-content-wrap .nitc-section{
    padding: 58px 0;
  }.tc-wp-content-root .nitc-content-wrap .nitc-container{
    padding: 0 22px;
  }.tc-wp-content-root .nitc-content-wrap h2{
    font-size: 31px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-card, .tc-wp-content-root .nitc-content-wrap .nitc-trust-card{
    padding: 26px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-card h3, .tc-wp-content-root .nitc-content-wrap .nitc-step-card h3, .tc-wp-content-root .nitc-content-wrap .nitc-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-card p, .tc-wp-content-root .nitc-content-wrap .nitc-step-card p, .tc-wp-content-root .nitc-content-wrap .nitc-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .nitc-content-wrap .nitc-section{
    padding: 76px 0;
  }.tc-wp-content-root .nitc-content-wrap .nitc-container{
    padding: 0 32px;
  }.tc-wp-content-root .nitc-content-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .nitc-content-wrap .nitc-card, .tc-wp-content-root .nitc-content-wrap .nitc-trust-card{
    padding: 28px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-card h3, .tc-wp-content-root .nitc-content-wrap .nitc-step-card h3, .tc-wp-content-root .nitc-content-wrap .nitc-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-card p, .tc-wp-content-root .nitc-content-wrap .nitc-step-card p, .tc-wp-content-root .nitc-content-wrap .nitc-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-step-number{
    width: 70px;
    height: 70px;
    font-size: 22px;
  }}@media (min-width: 1024px){.tc-wp-content-root .nitc-content-wrap .nitc-section{
    padding: 92px 0;
  }.tc-wp-content-root .nitc-content-wrap .nitc-container{
    padding: 0 32px;
  }.tc-wp-content-root .nitc-content-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-grid-three, .tc-wp-content-root .nitc-content-wrap .nitc-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .nitc-content-wrap .nitc-card, .tc-wp-content-root .nitc-content-wrap .nitc-trust-card{
    padding: 30px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-card h3, .tc-wp-content-root .nitc-content-wrap .nitc-step-card h3, .tc-wp-content-root .nitc-content-wrap .nitc-trust-card h3{
    font-size: 22px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-card p, .tc-wp-content-root .nitc-content-wrap .nitc-step-card p, .tc-wp-content-root .nitc-content-wrap .nitc-trust-card p{
    font-size: 16px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-step-card{
    gap: 28px;
    padding: 32px 34px;
  }.tc-wp-content-root .nitc-content-wrap .nitc-step-number{
    width: 76px;
    height: 76px;
    font-size: 24px;
  }}.wpc-scope-89 .tc-wp-content-root .nitc-step-copy{}