@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-90 .tc-wp-content-root img, .wpc-scope-90 .tc-wp-content-root video, .wpc-scope-90 .tc-wp-content-root svg, .wpc-scope-90 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-90 .tc-wp-content-root .ntc-bottom-content{
  width: 100%;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}.wpc-scope-90 .tc-wp-content-root .ntc-bottom-content, .wpc-scope-90 .tc-wp-content-root .ntc-bottom-content section, .wpc-scope-90 .tc-wp-content-root .ntc-bottom-content div, .wpc-scope-90 .tc-wp-content-root .ntc-bottom-content article{
  box-sizing: border-box;
}.wpc-scope-90 .tc-wp-content-root .ntc-bottom-content .ntc-section{
  position: relative;
}.wpc-scope-90 .tc-wp-content-root .ntc-bottom-content .ntc-section-white{
  background: #ffffff;
}.wpc-scope-90 .tc-wp-content-root .ntc-bottom-content .ntc-section-soft{
  background:
    radial-gradient(circle at 12% 8%, rgba(22, 163, 74, 0.08), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(14, 165, 233, 0.08), transparent 30%),
    #f7faf8;
}.wpc-scope-90 .tc-wp-content-root .ntc-bottom-content .ntc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-90 .tc-wp-content-root .ntc-bottom-content .ntc-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-90 .tc-wp-content-root .ntc-bottom-content .ntc-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(22, 163, 74, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(22, 163, 74, 0.1), rgba(14, 165, 233, 0.08));
  color: #087447;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.wpc-scope-90 .tc-wp-content-root .ntc-bottom-content .ntc-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #16a34a, #0ea5e9);
  box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.12);
}.wpc-scope-90 .tc-wp-content-root .ntc-bottom-content h2{
  margin: 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-90 .tc-wp-content-root .ntc-bottom-content .ntc-section-head p{
  margin: 14px auto 0;
  max-width: 690px;
  color: #5b6472;
  line-height: 1.72;
  font-weight: 450;
}.wpc-scope-90 .tc-wp-content-root .ntc-bottom-content .ntc-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-90 .tc-wp-content-root .ntc-bottom-content .ntc-card, .wpc-scope-90 .tc-wp-content-root .ntc-bottom-content .ntc-trust-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-90 .tc-wp-content-root .ntc-bottom-content .ntc-card::before, .wpc-scope-90 .tc-wp-content-root .ntc-bottom-content .ntc-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(22, 163, 74, 0.12), rgba(14, 165, 233, 0.08), transparent 52%);
  opacity: 0;
  transition: opacity 240ms ease;
  pointer-events: none;
}.wpc-scope-90 .tc-wp-content-root .ntc-bottom-content .ntc-card:hover, .wpc-scope-90 .tc-wp-content-root .ntc-bottom-content .ntc-trust-card:hover{
  transform: translateY(-5px);
  border-color: rgba(22, 163, 74, 0.24);
  box-shadow: 0 20px 52px rgba(15, 23, 42, 0.11);
}.wpc-scope-90 .tc-wp-content-root .ntc-bottom-content .ntc-card:hover::before, .wpc-scope-90 .tc-wp-content-root .ntc-bottom-content .ntc-trust-card:hover::before{
  opacity: 1;
}.wpc-scope-90 .tc-wp-content-root .ntc-bottom-content .ntc-icon{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #16a34a, #0ea5e9);
  box-shadow: 0 12px 24px rgba(22, 163, 74, 0.22);
}.wpc-scope-90 .tc-wp-content-root .ntc-bottom-content .ntc-icon::after{
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 7px;
  border: 2px solid rgba(255, 255, 255, 0.86);
}.wpc-scope-90 .tc-wp-content-root .ntc-bottom-content .ntc-icon-b::after{
  border-radius: 999px;
}.wpc-scope-90 .tc-wp-content-root .ntc-bottom-content .ntc-icon-c::after{
  border-width: 0;
  background: linear-gradient(90deg, #ffffff 0 35%, transparent 35% 47%, #ffffff 47% 100%);
}.wpc-scope-90 .tc-wp-content-root .ntc-bottom-content .ntc-icon-d::after{
  inset: 13px 10px;
  border-radius: 999px;
}.wpc-scope-90 .tc-wp-content-root .ntc-bottom-content .ntc-icon-e::after{
  inset: 9px 14px;
  border-radius: 8px;
}.wpc-scope-90 .tc-wp-content-root .ntc-bottom-content .ntc-icon-f::after{
  inset: 11px;
  transform: rotate(45deg);
}.wpc-scope-90 .tc-wp-content-root .ntc-bottom-content h3{
  position: relative;
  margin: 0;
  color: #152033;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-90 .tc-wp-content-root .ntc-bottom-content .ntc-card p, .wpc-scope-90 .tc-wp-content-root .ntc-bottom-content .ntc-trust-card p, .wpc-scope-90 .tc-wp-content-root .ntc-bottom-content .ntc-step-copy p{
  position: relative;
  margin: 10px 0 0;
  color: #5d6675;
  line-height: 1.68;
  font-weight: 430;
}.wpc-scope-90 .tc-wp-content-root .ntc-bottom-content .ntc-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-90 .tc-wp-content-root .ntc-bottom-content .ntc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(22, 163, 74, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
    linear-gradient(135deg, rgba(22, 163, 74, 0.12), rgba(14, 165, 233, 0.1));
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.075);
  transition: transform 240ms ease, box-shadow 240ms ease;
}.wpc-scope-90 .tc-wp-content-root .ntc-bottom-content .ntc-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 22px 58px rgba(15, 23, 42, 0.11);
}.wpc-scope-90 .tc-wp-content-root .ntc-bottom-content .ntc-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  border-radius: 20px;
  background: linear-gradient(135deg, #15803d, #0284c7);
  box-shadow: 0 14px 28px rgba(2, 132, 199, 0.2);
}.wpc-scope-90 .tc-wp-content-root .ntc-bottom-content .ntc-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(22, 163, 74, 0.1);
  color: #087447;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-90 .tc-wp-content-root .ntc-bottom-content .ntc-trust-dot{
  display: block;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 24%, transparent 25%),
    linear-gradient(135deg, #16a34a, #0ea5e9);
  box-shadow: 0 12px 26px rgba(22, 163, 74, 0.2);
}.wpc-scope-90 .tc-wp-content-root .ntc-bottom-content .ntc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-90 .tc-wp-content-root .ntc-bottom-content .ntc-reveal.ntc-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .ntc-bottom-content .ntc-section{
    padding: 48px 0;
  }.tc-wp-content-root .ntc-bottom-content .ntc-container{
    padding: 0 14px;
  }.tc-wp-content-root .ntc-bottom-content h2{
    font-size: 26px;
  }.tc-wp-content-root .ntc-bottom-content .ntc-section-head p{
    font-size: 14.5px;
  }.tc-wp-content-root .ntc-bottom-content .ntc-card-grid, .tc-wp-content-root .ntc-bottom-content .ntc-step-list{
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .ntc-bottom-content .ntc-grid-six, .tc-wp-content-root .ntc-bottom-content .ntc-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ntc-bottom-content .ntc-card, .tc-wp-content-root .ntc-bottom-content .ntc-trust-card{
    padding: 20px;
  }.tc-wp-content-root .ntc-bottom-content .ntc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }.tc-wp-content-root .ntc-bottom-content .ntc-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }.tc-wp-content-root .ntc-bottom-content h3{
    font-size: 18px;
  }.tc-wp-content-root .ntc-bottom-content .ntc-card p, .tc-wp-content-root .ntc-bottom-content .ntc-trust-card p, .tc-wp-content-root .ntc-bottom-content .ntc-step-copy p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ntc-bottom-content .ntc-section{
    padding: 54px 0;
  }.tc-wp-content-root .ntc-bottom-content .ntc-container{
    padding: 0 18px;
  }.tc-wp-content-root .ntc-bottom-content h2{
    font-size: 29px;
  }.tc-wp-content-root .ntc-bottom-content .ntc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ntc-bottom-content .ntc-card-grid, .tc-wp-content-root .ntc-bottom-content .ntc-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ntc-bottom-content .ntc-grid-six, .tc-wp-content-root .ntc-bottom-content .ntc-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ntc-bottom-content .ntc-card, .tc-wp-content-root .ntc-bottom-content .ntc-trust-card{
    padding: 22px;
  }.tc-wp-content-root .ntc-bottom-content .ntc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ntc-bottom-content .ntc-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }.tc-wp-content-root .ntc-bottom-content h3{
    font-size: 19px;
  }.tc-wp-content-root .ntc-bottom-content .ntc-card p, .tc-wp-content-root .ntc-bottom-content .ntc-trust-card p, .tc-wp-content-root .ntc-bottom-content .ntc-step-copy p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ntc-bottom-content .ntc-section{
    padding: 60px 0;
  }.tc-wp-content-root .ntc-bottom-content .ntc-container{
    padding: 0 22px;
  }.tc-wp-content-root .ntc-bottom-content h2{
    font-size: 32px;
  }.tc-wp-content-root .ntc-bottom-content .ntc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ntc-bottom-content .ntc-card-grid, .tc-wp-content-root .ntc-bottom-content .ntc-step-list{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ntc-bottom-content .ntc-grid-six, .tc-wp-content-root .ntc-bottom-content .ntc-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ntc-bottom-content .ntc-card, .tc-wp-content-root .ntc-bottom-content .ntc-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ntc-bottom-content .ntc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .ntc-bottom-content .ntc-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }.tc-wp-content-root .ntc-bottom-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ntc-bottom-content .ntc-card p, .tc-wp-content-root .ntc-bottom-content .ntc-trust-card p, .tc-wp-content-root .ntc-bottom-content .ntc-step-copy p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ntc-bottom-content .ntc-section{
    padding: 76px 0;
  }.tc-wp-content-root .ntc-bottom-content .ntc-container{
    padding: 0 28px;
  }.tc-wp-content-root .ntc-bottom-content h2{
    font-size: 40px;
  }.tc-wp-content-root .ntc-bottom-content .ntc-section-head p{
    font-size: 16.5px;
  }.tc-wp-content-root .ntc-bottom-content .ntc-card-grid, .tc-wp-content-root .ntc-bottom-content .ntc-step-list{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ntc-bottom-content .ntc-grid-six, .tc-wp-content-root .ntc-bottom-content .ntc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ntc-bottom-content .ntc-card, .tc-wp-content-root .ntc-bottom-content .ntc-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ntc-bottom-content .ntc-step-card{
    gap: 22px;
    padding: 26px;
  }.tc-wp-content-root .ntc-bottom-content .ntc-step-number{
    width: 64px;
    height: 64px;
    font-size: 20px;
  }.tc-wp-content-root .ntc-bottom-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ntc-bottom-content .ntc-card p, .tc-wp-content-root .ntc-bottom-content .ntc-trust-card p, .tc-wp-content-root .ntc-bottom-content .ntc-step-copy p{
    font-size: 15.5px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ntc-bottom-content .ntc-section{
    padding: 92px 0;
  }.tc-wp-content-root .ntc-bottom-content .ntc-container{
    padding: 0 32px;
  }.tc-wp-content-root .ntc-bottom-content h2{
    font-size: 46px;
  }.tc-wp-content-root .ntc-bottom-content .ntc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ntc-bottom-content .ntc-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ntc-bottom-content .ntc-step-list{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .ntc-bottom-content .ntc-grid-six, .tc-wp-content-root .ntc-bottom-content .ntc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ntc-bottom-content .ntc-card, .tc-wp-content-root .ntc-bottom-content .ntc-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ntc-bottom-content .ntc-step-card{
    gap: 26px;
    padding: 30px;
  }.tc-wp-content-root .ntc-bottom-content .ntc-step-number{
    width: 72px;
    height: 72px;
    font-size: 22px;
  }.tc-wp-content-root .ntc-bottom-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ntc-bottom-content .ntc-card p, .tc-wp-content-root .ntc-bottom-content .ntc-trust-card p, .tc-wp-content-root .ntc-bottom-content .ntc-step-copy p{
    font-size: 15.8px;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .ntc-bottom-content .ntc-card, .tc-wp-content-root .ntc-bottom-content .ntc-trust-card, .tc-wp-content-root .ntc-bottom-content .ntc-step-card, .tc-wp-content-root .ntc-bottom-content .ntc-reveal, .tc-wp-content-root .ntc-bottom-content .ntc-reveal.ntc-visible{
    transition: none;
    transform: none;
  }.tc-wp-content-root .ntc-bottom-content .ntc-reveal{
    opacity: 1;
  }}.wpc-scope-90 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .ntc-icon-a{}