@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-124 .tc-wp-content-root img, .wpc-scope-124 .tc-wp-content-root video, .wpc-scope-124 .tc-wp-content-root svg, .wpc-scope-124 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap{
  width: 100%;
  overflow: hidden;
  color: #182233;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap, .wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap *{
  box-sizing: border-box;
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-section{
  position: relative;
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-section-white{
  background: #ffffff;
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-section-soft{
  background:
    radial-gradient(circle at 10% 10%, rgba(0, 164, 132, 0.08), transparent 32%),
    radial-gradient(circle at 90% 20%, rgba(244, 184, 64, 0.12), transparent 30%),
    #f7faf8;
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(0, 130, 108, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 164, 132, 0.1), rgba(244, 184, 64, 0.14));
  color: #057461;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-eyebrow::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #00a884, #f4b840);
  box-shadow: 0 0 0 4px rgba(0, 168, 132, 0.12);
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-section-head h2{
  margin: 0;
  color: #121a27;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-section-head p{
  margin: 16px auto 0;
  max-width: 710px;
  color: #5b6678;
  font-weight: 450;
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-info-card, .wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-use-card, .wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-trust-card, .wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-step-card{
  position: relative;
  border: 1px solid rgba(18, 26, 39, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(20, 32, 50, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-info-card, .wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-use-card, .wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-trust-card{
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border-radius: 22px;
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-info-card::after, .wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-use-card::after, .wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(0, 168, 132, 0.12), transparent 38%, rgba(244, 184, 64, 0.12));
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-info-card:hover, .wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-use-card:hover, .wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-trust-card:hover, .wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(0, 150, 122, 0.24);
  box-shadow: 0 24px 64px rgba(20, 32, 50, 0.12);
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-info-card:hover::after, .wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-use-card:hover::after, .wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-trust-card:hover::after{
  opacity: 1;
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-info-card h3, .wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-use-card h3, .wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-trust-card h3, .wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-step-content h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #172132;
  font-weight: 780;
  line-height: 1.22;
  letter-spacing: 0;
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-info-card p, .wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-use-card p, .wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-trust-card p, .wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-step-content p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5b6678;
  font-weight: 440;
  line-height: 1.66;
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-icon{
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #00a884, #f4b840);
  box-shadow: 0 14px 28px rgba(0, 145, 118, 0.18);
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-icon::before, .wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-icon-coin::before{
  inset: 13px;
  border-radius: 999px;
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-icon-coin::after{
  left: 22px;
  top: 11px;
  width: 3px;
  height: 24px;
  border-radius: 4px;
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-icon-line::before{
  left: 11px;
  right: 11px;
  bottom: 13px;
  height: 4px;
  border-radius: 99px;
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-icon-line::after{
  left: 12px;
  top: 12px;
  width: 22px;
  height: 16px;
  clip-path: polygon(0 70%, 34% 46%, 56% 58%, 100% 12%, 100% 32%, 58% 82%, 34% 68%, 0 94%);
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-icon-shield::before{
  left: 14px;
  top: 10px;
  width: 18px;
  height: 24px;
  clip-path: polygon(50% 0, 100% 16%, 88% 72%, 50% 100%, 12% 72%, 0 16%);
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-icon-speed::before{
  left: 10px;
  top: 17px;
  width: 26px;
  height: 15px;
  border-radius: 30px 30px 4px 4px;
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-icon-speed::after{
  left: 23px;
  top: 17px;
  width: 3px;
  height: 13px;
  border-radius: 8px;
  transform: rotate(38deg);
  transform-origin: bottom center;
  background: #00a884;
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-icon-mobile::before{
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border-radius: 5px;
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-icon-mobile::after{
  left: 21px;
  bottom: 12px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #00a884;
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-icon-map::before{
  left: 13px;
  top: 11px;
  width: 20px;
  height: 24px;
  clip-path: polygon(50% 0, 100% 38%, 50% 100%, 0 38%);
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-icon-map::after{
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #00a884;
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  overflow: hidden;
  border-radius: 24px;
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-step-card::before{
  content: "";
  position: absolute;
  left: 35px;
  top: 74px;
  bottom: -24px;
  width: 2px;
  background: linear-gradient(180deg, rgba(0, 168, 132, 0.36), rgba(244, 184, 64, 0));
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-step-card:last-child::before{
  display: none;
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 22px;
  background: linear-gradient(135deg, #006b5a, #00a884 58%, #f4b840);
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 16px 36px rgba(0, 124, 102, 0.22);
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(0, 168, 132, 0.1);
  color: #06715f;
  font-size: 12px;
  font-weight: 760;
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-trust-dot{
  position: relative;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #00a884;
  box-shadow: 0 0 0 8px rgba(0, 168, 132, 0.1), 0 0 0 16px rgba(244, 184, 64, 0.08);
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.wpc-scope-124 .tc-wp-content-root .nitc-editorial-wrap .nitc-reveal.nitc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .nitc-editorial-wrap .nitc-section{
    padding: 52px 0;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-container{
    padding: 0 14px;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-section-head h2{
    font-size: 27px;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-card-grid, .tc-wp-content-root .nitc-editorial-wrap .nitc-steps{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-info-card, .tc-wp-content-root .nitc-editorial-wrap .nitc-use-card, .tc-wp-content-root .nitc-editorial-wrap .nitc-trust-card{
    padding: 22px;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-step-card::before{
    display: none;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-info-card h3, .tc-wp-content-root .nitc-editorial-wrap .nitc-use-card h3, .tc-wp-content-root .nitc-editorial-wrap .nitc-trust-card h3, .tc-wp-content-root .nitc-editorial-wrap .nitc-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-info-card p, .tc-wp-content-root .nitc-editorial-wrap .nitc-use-card p, .tc-wp-content-root .nitc-editorial-wrap .nitc-trust-card p, .tc-wp-content-root .nitc-editorial-wrap .nitc-step-content p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .nitc-editorial-wrap .nitc-section{
    padding: 58px 0;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-container{
    padding: 0 18px;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-section-head h2{
    font-size: 30px;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-card-grid, .tc-wp-content-root .nitc-editorial-wrap .nitc-steps{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-info-card, .tc-wp-content-root .nitc-editorial-wrap .nitc-use-card, .tc-wp-content-root .nitc-editorial-wrap .nitc-trust-card{
    padding: 24px;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-step-card::before{
    display: none;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-info-card h3, .tc-wp-content-root .nitc-editorial-wrap .nitc-use-card h3, .tc-wp-content-root .nitc-editorial-wrap .nitc-trust-card h3, .tc-wp-content-root .nitc-editorial-wrap .nitc-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-info-card p, .tc-wp-content-root .nitc-editorial-wrap .nitc-use-card p, .tc-wp-content-root .nitc-editorial-wrap .nitc-trust-card p, .tc-wp-content-root .nitc-editorial-wrap .nitc-step-content p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .nitc-editorial-wrap .nitc-section{
    padding: 64px 0;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-container{
    padding: 0 22px;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-section-head h2{
    font-size: 34px;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-card-grid, .tc-wp-content-root .nitc-editorial-wrap .nitc-steps{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-info-card, .tc-wp-content-root .nitc-editorial-wrap .nitc-use-card, .tc-wp-content-root .nitc-editorial-wrap .nitc-trust-card{
    padding: 26px;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-step-card::before{
    display: none;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-info-card h3, .tc-wp-content-root .nitc-editorial-wrap .nitc-use-card h3, .tc-wp-content-root .nitc-editorial-wrap .nitc-trust-card h3, .tc-wp-content-root .nitc-editorial-wrap .nitc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-info-card p, .tc-wp-content-root .nitc-editorial-wrap .nitc-use-card p, .tc-wp-content-root .nitc-editorial-wrap .nitc-trust-card p, .tc-wp-content-root .nitc-editorial-wrap .nitc-step-content p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .nitc-editorial-wrap .nitc-section{
    padding: 78px 0;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-container{
    padding: 0 34px;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-card-grid{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-grid-six, .tc-wp-content-root .nitc-editorial-wrap .nitc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-steps{
    gap: 20px;
    margin-top: 44px;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-info-card, .tc-wp-content-root .nitc-editorial-wrap .nitc-use-card, .tc-wp-content-root .nitc-editorial-wrap .nitc-trust-card{
    padding: 28px;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-step-card{
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-info-card h3, .tc-wp-content-root .nitc-editorial-wrap .nitc-use-card h3, .tc-wp-content-root .nitc-editorial-wrap .nitc-trust-card h3, .tc-wp-content-root .nitc-editorial-wrap .nitc-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-info-card p, .tc-wp-content-root .nitc-editorial-wrap .nitc-use-card p, .tc-wp-content-root .nitc-editorial-wrap .nitc-trust-card p, .tc-wp-content-root .nitc-editorial-wrap .nitc-step-content p{
    font-size: 15.5px;
  }}@media (min-width: 1024px){.tc-wp-content-root .nitc-editorial-wrap .nitc-section{
    padding: 96px 0;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-container{
    padding: 0 32px;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-card-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-grid-six, .tc-wp-content-root .nitc-editorial-wrap .nitc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-steps{
    gap: 22px;
    margin-top: 50px;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-info-card, .tc-wp-content-root .nitc-editorial-wrap .nitc-use-card, .tc-wp-content-root .nitc-editorial-wrap .nitc-trust-card{
    padding: 30px;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-step-card{
    gap: 26px;
    padding: 30px;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-info-card h3, .tc-wp-content-root .nitc-editorial-wrap .nitc-use-card h3, .tc-wp-content-root .nitc-editorial-wrap .nitc-trust-card h3, .tc-wp-content-root .nitc-editorial-wrap .nitc-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .nitc-editorial-wrap .nitc-info-card p, .tc-wp-content-root .nitc-editorial-wrap .nitc-use-card p, .tc-wp-content-root .nitc-editorial-wrap .nitc-trust-card p, .tc-wp-content-root .nitc-editorial-wrap .nitc-step-content p{
    font-size: 16px;
  }}