@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-63 .tc-wp-content-root img, .wpc-scope-63 .tc-wp-content-root video, .wpc-scope-63 .tc-wp-content-root svg, .wpc-scope-63 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content{
  width: 100%;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: #17302a;
  background: #ffffff;
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-section{
  position: relative;
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-section-white{
  background: #ffffff;
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-section-soft{
  background: linear-gradient(180deg, #f7fbf7 0%, #f2f8f5 100%);
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-container{
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-heading-block{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(25, 129, 92, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(26, 158, 108, 0.11), rgba(245, 184, 75, 0.13));
  color: #13724f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: linear-gradient(135deg, #1aa66f, #f2b64f);
  box-shadow: 0 0 0 5px rgba(26, 166, 111, 0.1);
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-heading-block h2{
  margin: 0;
  color: #102821;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-heading-block p{
  margin: 16px auto 0;
  color: #52665f;
  line-height: 1.7;
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-card, .wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-trust-card, .wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-step-card{
  position: relative;
  box-sizing: border-box;
  border: 1px solid rgba(28, 81, 66, 0.1);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(19, 63, 49, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-card{
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border-radius: 24px;
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-card::after, .wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(26, 166, 111, 0.08), rgba(245, 184, 75, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-card:hover, .wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-trust-card:hover, .wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(26, 142, 96, 0.26);
  box-shadow: 0 24px 60px rgba(18, 73, 54, 0.13);
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-card:hover::after, .wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-trust-card:hover::after{
  opacity: 1;
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-card h3, .wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-trust-card h3, .wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-step-copy h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #102821;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-card p, .wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-trust-card p, .wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-step-copy p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #52665f;
  line-height: 1.65;
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #149467, #f1b64e);
  box-shadow: 0 14px 28px rgba(20, 148, 103, 0.22);
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-icon::before, .wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-icon-sun::before{
  width: 17px;
  height: 17px;
  top: 15px;
  left: 15px;
  border-radius: 50%;
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-icon-sun::after{
  width: 28px;
  height: 2px;
  top: 24px;
  left: 10px;
  border-radius: 99px;
  opacity: 0.88;
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-icon-check::before{
  width: 22px;
  height: 11px;
  top: 15px;
  left: 12px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-icon-chart::before{
  width: 5px;
  height: 22px;
  bottom: 12px;
  left: 14px;
  border-radius: 99px;
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-icon-chart::after{
  width: 5px;
  height: 30px;
  bottom: 12px;
  left: 25px;
  border-radius: 99px;
  box-shadow: 11px 8px 0 #ffffff;
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-icon-steps::before{
  width: 24px;
  height: 4px;
  top: 14px;
  left: 12px;
  border-radius: 99px;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-icon-mobile::before{
  width: 19px;
  height: 28px;
  top: 9px;
  left: 14px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-icon-mobile::after{
  width: 5px;
  height: 5px;
  bottom: 8px;
  left: 22px;
  border-radius: 50%;
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-icon-wallet::before{
  width: 27px;
  height: 20px;
  top: 15px;
  left: 11px;
  border-radius: 7px;
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-icon-wallet::after{
  width: 10px;
  height: 10px;
  top: 20px;
  right: 10px;
  border-radius: 99px;
  background: #149467;
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 26px;
  overflow: hidden;
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-step-card::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, #149467, #f1b64e);
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #123d32, #159a6b);
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 0 16px 34px rgba(18, 61, 50, 0.22);
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(26, 166, 111, 0.1);
  color: #13724f;
  font-size: 12px;
  font-weight: 800;
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-trust-card{
  height: 100%;
  border-radius: 24px;
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-trust-mark{
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: radial-gradient(circle at 30% 25%, #f7c766, #149467 62%, #123d32);
  box-shadow: 0 16px 34px rgba(20, 148, 103, 0.2);
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-trust-mark::before{
  content: "";
  position: absolute;
  width: 22px;
  height: 11px;
  top: 17px;
  left: 14px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.wpc-scope-63 .tc-wp-content-root .fitc-bottom-content .fitc-reveal.fitc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .fitc-bottom-content .fitc-section{
    padding: 54px 0;
  }.tc-wp-content-root .fitc-bottom-content .fitc-container{
    padding: 0 16px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-heading-block h2{
    font-size: 27px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-heading-block p{
    font-size: 14px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-card, .tc-wp-content-root .fitc-bottom-content .fitc-trust-card{
    padding: 22px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-card h3, .tc-wp-content-root .fitc-bottom-content .fitc-trust-card h3, .tc-wp-content-root .fitc-bottom-content .fitc-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-card p, .tc-wp-content-root .fitc-bottom-content .fitc-trust-card p, .tc-wp-content-root .fitc-bottom-content .fitc-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .fitc-bottom-content .fitc-section{
    padding: 60px 0;
  }.tc-wp-content-root .fitc-bottom-content .fitc-container{
    padding: 0 18px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-heading-block h2{
    font-size: 30px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-card, .tc-wp-content-root .fitc-bottom-content .fitc-trust-card{
    padding: 24px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-card h3, .tc-wp-content-root .fitc-bottom-content .fitc-trust-card h3, .tc-wp-content-root .fitc-bottom-content .fitc-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-card p, .tc-wp-content-root .fitc-bottom-content .fitc-trust-card p, .tc-wp-content-root .fitc-bottom-content .fitc-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-step-list{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .fitc-bottom-content .fitc-section{
    padding: 66px 0;
  }.tc-wp-content-root .fitc-bottom-content .fitc-container{
    padding: 0 22px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-heading-block h2{
    font-size: 34px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-card, .tc-wp-content-root .fitc-bottom-content .fitc-trust-card{
    padding: 26px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-card h3, .tc-wp-content-root .fitc-bottom-content .fitc-trust-card h3, .tc-wp-content-root .fitc-bottom-content .fitc-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-card p, .tc-wp-content-root .fitc-bottom-content .fitc-trust-card p, .tc-wp-content-root .fitc-bottom-content .fitc-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-step-list{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-step-card{
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 26px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .fitc-bottom-content .fitc-section{
    padding: 78px 0;
  }.tc-wp-content-root .fitc-bottom-content .fitc-container{
    padding: 0 30px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-heading-block h2{
    font-size: 40px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-card, .tc-wp-content-root .fitc-bottom-content .fitc-trust-card{
    padding: 28px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-card h3, .tc-wp-content-root .fitc-bottom-content .fitc-trust-card h3, .tc-wp-content-root .fitc-bottom-content .fitc-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-card p, .tc-wp-content-root .fitc-bottom-content .fitc-trust-card p, .tc-wp-content-root .fitc-bottom-content .fitc-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-step-list{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-step-number{
    width: 72px;
    height: 72px;
    font-size: 21px;
  }}@media (min-width: 1024px){.tc-wp-content-root .fitc-bottom-content .fitc-section{
    padding: 92px 0;
  }.tc-wp-content-root .fitc-bottom-content .fitc-container{
    padding: 0 32px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-heading-block h2{
    font-size: 46px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-card-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .fitc-bottom-content .fitc-card, .tc-wp-content-root .fitc-bottom-content .fitc-trust-card{
    padding: 30px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-card h3, .tc-wp-content-root .fitc-bottom-content .fitc-trust-card h3, .tc-wp-content-root .fitc-bottom-content .fitc-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-card p, .tc-wp-content-root .fitc-bottom-content .fitc-trust-card p, .tc-wp-content-root .fitc-bottom-content .fitc-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-step-list{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .fitc-bottom-content .fitc-step-number{
    width: 78px;
    height: 78px;
    font-size: 22px;
  }}