@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-12 .tc-wp-content-root img, .wpc-scope-12 .tc-wp-content-root video, .wpc-scope-12 .tc-wp-content-root svg, .wpc-scope-12 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap{
  width: 100%;
  overflow: hidden;
  color: #17211b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap, .wpc-scope-12 .tc-wp-content-root .oitc-content-wrap div, .wpc-scope-12 .tc-wp-content-root .oitc-content-wrap section, .wpc-scope-12 .tc-wp-content-root .oitc-content-wrap article{
  box-sizing: border-box;
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-section{
  position: relative;
  width: 100%;
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-section-white{
  background: #ffffff;
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-section-soft{
  background:
    radial-gradient(circle at top left, rgba(45, 125, 80, 0.09), transparent 34%),
    linear-gradient(180deg, #f8fbf7 0%, #f3f7f1 100%);
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(45, 125, 80, 0.18);
  border-radius: 999px;
  background: rgba(45, 125, 80, 0.08);
  color: #246b45;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-section-head h2{
  margin: 0;
  color: #142119;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.12;
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-section-head p{
  margin: 16px auto 0;
  color: #5d6b61;
  line-height: 1.72;
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(36, 107, 69, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    #ffffff;
  box-shadow: 0 18px 46px rgba(28, 57, 38, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(45, 125, 80, 0.12), rgba(245, 158, 11, 0.08), transparent 42%);
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-card:hover{
  transform: translateY(-5px);
  border-color: rgba(45, 125, 80, 0.28);
  box-shadow: 0 24px 60px rgba(28, 57, 38, 0.13);
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-card:hover::before{
  opacity: 1;
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-card h3{
  position: relative;
  margin: 0;
  color: #16231a;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-card p{
  position: relative;
  margin: 11px 0 0;
  color: #617067;
  line-height: 1.68;
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 19px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2d7d50 0%, #7aa95c 58%, #f0b429 100%);
  box-shadow: 0 14px 28px rgba(45, 125, 80, 0.2);
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-icon::before, .wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-icon-calc::before{
  width: 22px;
  height: 5px;
  top: 12px;
  left: 13px;
  border-radius: 8px;
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-icon-calc::after{
  width: 22px;
  height: 18px;
  left: 13px;
  bottom: 10px;
  border-radius: 4px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.92) 2px, transparent 3px) 0 0 / 9px 9px;
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-icon-map::before{
  width: 24px;
  height: 24px;
  top: 12px;
  left: 12px;
  clip-path: polygon(50% 0, 85% 18%, 100% 58%, 50% 100%, 0 58%, 15% 18%);
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-icon-map::after{
  width: 7px;
  height: 7px;
  top: 21px;
  left: 21px;
  border-radius: 50%;
  background: #2d7d50;
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-icon-pay::before{
  width: 25px;
  height: 18px;
  top: 15px;
  left: 12px;
  border-radius: 5px;
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-icon-pay::after{
  width: 9px;
  height: 9px;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  background: #2d7d50;
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-icon-steps::before{
  width: 7px;
  height: 7px;
  top: 13px;
  left: 13px;
  border-radius: 50%;
  box-shadow: 0 9px 0 rgba(255, 255, 255, 0.9), 0 18px 0 rgba(255, 255, 255, 0.9);
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-icon-steps::after{
  width: 17px;
  height: 3px;
  top: 15px;
  right: 11px;
  border-radius: 10px;
  box-shadow: 0 9px 0 rgba(255, 255, 255, 0.9), 0 18px 0 rgba(255, 255, 255, 0.9);
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-icon-mobile::before{
  width: 18px;
  height: 28px;
  top: 10px;
  left: 15px;
  border-radius: 6px;
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-icon-mobile::after{
  width: 6px;
  height: 2px;
  bottom: 14px;
  left: 21px;
  border-radius: 10px;
  background: #2d7d50;
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-icon-shield::before{
  width: 24px;
  height: 27px;
  top: 10px;
  left: 12px;
  clip-path: polygon(50% 0, 90% 14%, 84% 62%, 50% 100%, 16% 62%, 10% 14%);
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-icon-shield::after{
  width: 13px;
  height: 7px;
  top: 20px;
  left: 18px;
  border-left: 3px solid #2d7d50;
  border-bottom: 3px solid #2d7d50;
  transform: rotate(-45deg);
  background: transparent;
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(45, 125, 80, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 50px rgba(28, 57, 38, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(45, 125, 80, 0.3);
  box-shadow: 0 26px 64px rgba(28, 57, 38, 0.12);
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #245f40 0%, #2d7d50 58%, #f0b429 100%);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 16px 34px rgba(45, 125, 80, 0.24);
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-step-content h3{
  margin: 0;
  color: #16231a;
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.25;
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-step-content p{
  margin: 9px 0 0;
  color: #617067;
  line-height: 1.7;
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 253, 249, 0.98)),
    #ffffff;
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-dot{
  position: relative;
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin: 0 0 20px;
  border-radius: 50%;
  background: #2d7d50;
  box-shadow: 0 0 0 8px rgba(45, 125, 80, 0.11), 0 0 0 15px rgba(240, 180, 41, 0.09);
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(240, 180, 41, 0.14);
  color: #7a5613;
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0;
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-trust-card{
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 252, 246, 0.94)),
    #ffffff;
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-12 .tc-wp-content-root .oitc-content-wrap .oitc-reveal.oitc-is-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 650ms ease, transform 650ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .oitc-content-wrap .oitc-section{
    padding: 48px 0;
  }.tc-wp-content-root .oitc-content-wrap .oitc-container{
    padding: 0 14px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-card h3, .tc-wp-content-root .oitc-content-wrap .oitc-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-card p, .tc-wp-content-root .oitc-content-wrap .oitc-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .oitc-content-wrap .oitc-section{
    padding: 54px 0;
  }.tc-wp-content-root .oitc-content-wrap .oitc-container{
    padding: 0 18px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-card h3, .tc-wp-content-root .oitc-content-wrap .oitc-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-card p, .tc-wp-content-root .oitc-content-wrap .oitc-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-step-list{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .oitc-content-wrap .oitc-section{
    padding: 60px 0;
  }.tc-wp-content-root .oitc-content-wrap .oitc-container{
    padding: 0 22px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-card{
    padding: 26px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-card h3, .tc-wp-content-root .oitc-content-wrap .oitc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-card p, .tc-wp-content-root .oitc-content-wrap .oitc-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-step-list{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .oitc-content-wrap .oitc-section{
    padding: 74px 0;
  }.tc-wp-content-root .oitc-content-wrap .oitc-container{
    padding: 0 30px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-card-grid{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .oitc-content-wrap .oitc-trust-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .oitc-content-wrap .oitc-card{
    padding: 28px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-card h3, .tc-wp-content-root .oitc-content-wrap .oitc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-card p, .tc-wp-content-root .oitc-content-wrap .oitc-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-step-list{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-step-number{
    width: 68px;
    height: 68px;
    font-size: 21px;
  }}@media (min-width: 1024px){.tc-wp-content-root .oitc-content-wrap .oitc-section{
    padding: 92px 0;
  }.tc-wp-content-root .oitc-content-wrap .oitc-container{
    padding: 0 34px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-card-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-grid-three, .tc-wp-content-root .oitc-content-wrap .oitc-trust-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .oitc-content-wrap .oitc-card{
    padding: 30px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-card h3, .tc-wp-content-root .oitc-content-wrap .oitc-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-card p, .tc-wp-content-root .oitc-content-wrap .oitc-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-step-list{
    gap: 22px;
    margin-top: 50px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .oitc-content-wrap .oitc-step-number{
    width: 74px;
    height: 74px;
    font-size: 22px;
  }}