@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-128 .tc-wp-content-root img, .wpc-scope-128 .tc-wp-content-root video, .wpc-scope-128 .tc-wp-content-root svg, .wpc-scope-128 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-128 .tc-wp-content-root .dtc-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.wpc-scope-128 .tc-wp-content-root .dtc-bottom-content, .wpc-scope-128 .tc-wp-content-root .dtc-bottom-content div, .wpc-scope-128 .tc-wp-content-root .dtc-bottom-content section, .wpc-scope-128 .tc-wp-content-root .dtc-bottom-content article{
  box-sizing: border-box;
}.wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-section{
  position: relative;
  width: 100%;
}.wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-section-white{
  background: #ffffff;
}.wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-section-soft{
  background:
    radial-gradient(circle at 12% 18%, rgba(46, 125, 111, 0.08), transparent 30%),
    linear-gradient(180deg, #f8fbf9 0%, #f4f8f6 100%);
}.wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(46, 125, 111, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(46, 125, 111, 0.1), rgba(198, 145, 55, 0.1));
  color: #256f62;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-128 .tc-wp-content-root .dtc-bottom-content h2{
  margin: 0;
  color: #121a2b;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-section-head p{
  margin: 14px auto 0;
  max-width: 720px;
  color: #536074;
  line-height: 1.7;
}.wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-card, .wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-trust-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%);
  box-shadow: 0 18px 45px rgba(20, 38, 56, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-card::before, .wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #2e7d6f, #d0a34b, #5d8fd6);
  opacity: 0.85;
}.wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-card:hover, .wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-trust-card:hover, .wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(46, 125, 111, 0.24);
  box-shadow: 0 24px 60px rgba(20, 38, 56, 0.12);
}.wpc-scope-128 .tc-wp-content-root .dtc-bottom-content h3{
  margin: 0;
  color: #162033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-card p, .wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-trust-card p, .wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-step-copy p{
  margin: 10px 0 0;
  color: #5b6678;
  line-height: 1.65;
}.wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(46, 125, 111, 0.14), rgba(208, 163, 75, 0.14));
  box-shadow: inset 0 0 0 1px rgba(46, 125, 111, 0.14);
}.wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-icon::before, .wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-icon::after{
  content: "";
  position: absolute;
  background: #2e7d6f;
}.wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-icon-bars::before{
  left: 13px;
  bottom: 12px;
  width: 5px;
  height: 14px;
  border-radius: 4px;
  box-shadow: 9px -6px 0 #d0a34b, 18px -11px 0 #5d8fd6;
}.wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-icon-percent::before{
  left: 14px;
  top: 14px;
  width: 18px;
  height: 3px;
  border-radius: 4px;
  transform: rotate(-45deg);
}.wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-icon-percent::after{
  left: 13px;
  top: 12px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  box-shadow: 14px 14px 0 #d0a34b;
}.wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-icon-check::before{
  left: 14px;
  top: 21px;
  width: 18px;
  height: 9px;
  border-left: 4px solid #2e7d6f;
  border-bottom: 4px solid #2e7d6f;
  background: transparent;
  transform: rotate(-45deg);
}.wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-icon-path::before{
  left: 12px;
  top: 20px;
  width: 22px;
  height: 4px;
  border-radius: 8px;
  background: linear-gradient(90deg, #2e7d6f, #d0a34b);
}.wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-icon-path::after{
  right: 10px;
  top: 16px;
  width: 10px;
  height: 10px;
  border-top: 4px solid #d0a34b;
  border-right: 4px solid #d0a34b;
  background: transparent;
  transform: rotate(45deg);
}.wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-icon-mobile::before{
  left: 15px;
  top: 10px;
  width: 16px;
  height: 26px;
  border: 3px solid #2e7d6f;
  border-radius: 7px;
  background: transparent;
}.wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-icon-mobile::after{
  left: 21px;
  bottom: 13px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #d0a34b;
}.wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-icon-wallet::before{
  left: 11px;
  top: 16px;
  width: 24px;
  height: 17px;
  border-radius: 6px;
  background: #2e7d6f;
}.wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-icon-wallet::after{
  right: 10px;
  top: 21px;
  width: 12px;
  height: 8px;
  border-radius: 5px;
  background: #d0a34b;
}.wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(46, 125, 111, 0.14);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(20, 38, 56, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-step-card::after{
  content: "";
  position: absolute;
  left: 34px;
  top: 100%;
  width: 2px;
  height: 24px;
  background: linear-gradient(180deg, rgba(46, 125, 111, 0.28), transparent);
}.wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-step-card:last-child::after{
  display: none;
}.wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  border-radius: 18px;
  background: linear-gradient(135deg, #2e7d6f, #d0a34b);
  box-shadow: 0 14px 30px rgba(46, 125, 111, 0.2);
}.wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(46, 125, 111, 0.1);
  color: #256f62;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-dot{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #ffffff 0 28%, transparent 30%),
    linear-gradient(135deg, #2e7d6f, #d0a34b);
  box-shadow: 0 14px 30px rgba(46, 125, 111, 0.18);
}.wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-128 .tc-wp-content-root .dtc-bottom-content .dtc-reveal.dtc-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .dtc-bottom-content .dtc-section{
    padding: 48px 0;
  }.tc-wp-content-root .dtc-bottom-content .dtc-container{
    padding: 0 14px;
  }.tc-wp-content-root .dtc-bottom-content h2{
    font-size: 26px;
  }.tc-wp-content-root .dtc-bottom-content .dtc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .dtc-bottom-content .dtc-grid, .tc-wp-content-root .dtc-bottom-content .dtc-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .dtc-bottom-content .dtc-grid-three, .tc-wp-content-root .dtc-bottom-content .dtc-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .dtc-bottom-content .dtc-card, .tc-wp-content-root .dtc-bottom-content .dtc-trust-card{
    padding: 24px 20px;
  }.tc-wp-content-root .dtc-bottom-content .dtc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .dtc-bottom-content .dtc-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }.tc-wp-content-root .dtc-bottom-content h3{
    font-size: 18px;
  }.tc-wp-content-root .dtc-bottom-content .dtc-card p, .tc-wp-content-root .dtc-bottom-content .dtc-trust-card p, .tc-wp-content-root .dtc-bottom-content .dtc-step-copy p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .dtc-bottom-content .dtc-section{
    padding: 54px 0;
  }.tc-wp-content-root .dtc-bottom-content .dtc-container{
    padding: 0 18px;
  }.tc-wp-content-root .dtc-bottom-content h2{
    font-size: 29px;
  }.tc-wp-content-root .dtc-bottom-content .dtc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .dtc-bottom-content .dtc-grid, .tc-wp-content-root .dtc-bottom-content .dtc-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .dtc-bottom-content .dtc-grid-three, .tc-wp-content-root .dtc-bottom-content .dtc-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .dtc-bottom-content .dtc-card, .tc-wp-content-root .dtc-bottom-content .dtc-trust-card{
    padding: 26px 22px;
  }.tc-wp-content-root .dtc-bottom-content .dtc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .dtc-bottom-content .dtc-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }.tc-wp-content-root .dtc-bottom-content h3{
    font-size: 19px;
  }.tc-wp-content-root .dtc-bottom-content .dtc-card p, .tc-wp-content-root .dtc-bottom-content .dtc-trust-card p, .tc-wp-content-root .dtc-bottom-content .dtc-step-copy p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .dtc-bottom-content .dtc-section{
    padding: 60px 0;
  }.tc-wp-content-root .dtc-bottom-content .dtc-container{
    padding: 0 22px;
  }.tc-wp-content-root .dtc-bottom-content h2{
    font-size: 32px;
  }.tc-wp-content-root .dtc-bottom-content .dtc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .dtc-bottom-content .dtc-grid, .tc-wp-content-root .dtc-bottom-content .dtc-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .dtc-bottom-content .dtc-grid-three, .tc-wp-content-root .dtc-bottom-content .dtc-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .dtc-bottom-content .dtc-card, .tc-wp-content-root .dtc-bottom-content .dtc-trust-card{
    padding: 28px 24px;
  }.tc-wp-content-root .dtc-bottom-content .dtc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px;
  }.tc-wp-content-root .dtc-bottom-content .dtc-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }.tc-wp-content-root .dtc-bottom-content h3{
    font-size: 20px;
  }.tc-wp-content-root .dtc-bottom-content .dtc-card p, .tc-wp-content-root .dtc-bottom-content .dtc-trust-card p, .tc-wp-content-root .dtc-bottom-content .dtc-step-copy p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .dtc-bottom-content .dtc-section{
    padding: 76px 0;
  }.tc-wp-content-root .dtc-bottom-content .dtc-container{
    padding: 0 28px;
  }.tc-wp-content-root .dtc-bottom-content h2{
    font-size: 40px;
  }.tc-wp-content-root .dtc-bottom-content .dtc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .dtc-bottom-content .dtc-grid, .tc-wp-content-root .dtc-bottom-content .dtc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .dtc-bottom-content .dtc-grid-three, .tc-wp-content-root .dtc-bottom-content .dtc-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .dtc-bottom-content .dtc-card, .tc-wp-content-root .dtc-bottom-content .dtc-trust-card{
    padding: 30px 26px;
  }.tc-wp-content-root .dtc-bottom-content .dtc-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .dtc-bottom-content .dtc-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }.tc-wp-content-root .dtc-bottom-content h3{
    font-size: 21px;
  }.tc-wp-content-root .dtc-bottom-content .dtc-card p, .tc-wp-content-root .dtc-bottom-content .dtc-trust-card p, .tc-wp-content-root .dtc-bottom-content .dtc-step-copy p{
    font-size: 15.5px;
  }}@media (min-width: 1024px){.tc-wp-content-root .dtc-bottom-content .dtc-section{
    padding: 92px 0;
  }.tc-wp-content-root .dtc-bottom-content .dtc-container{
    padding: 0 32px;
  }.tc-wp-content-root .dtc-bottom-content h2{
    font-size: 46px;
  }.tc-wp-content-root .dtc-bottom-content .dtc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .dtc-bottom-content .dtc-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .dtc-bottom-content .dtc-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .dtc-bottom-content .dtc-grid-three, .tc-wp-content-root .dtc-bottom-content .dtc-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .dtc-bottom-content .dtc-card, .tc-wp-content-root .dtc-bottom-content .dtc-trust-card{
    padding: 32px 28px;
  }.tc-wp-content-root .dtc-bottom-content .dtc-step-card{
    gap: 24px;
    padding: 34px;
  }.tc-wp-content-root .dtc-bottom-content .dtc-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }.tc-wp-content-root .dtc-bottom-content h3{
    font-size: 22px;
  }.tc-wp-content-root .dtc-bottom-content .dtc-card p, .tc-wp-content-root .dtc-bottom-content .dtc-trust-card p, .tc-wp-content-root .dtc-bottom-content .dtc-step-copy p{
    font-size: 15.5px;
  }}