@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-16 .tc-wp-content-root img, .wpc-scope-16 .tc-wp-content-root video, .wpc-scope-16 .tc-wp-content-root svg, .wpc-scope-16 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-16 .tc-wp-content-root .sc-tax-content{
  width: 100%;
  overflow: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.wpc-scope-16 .tc-wp-content-root .sc-tax-content, .wpc-scope-16 .tc-wp-content-root .sc-tax-content div, .wpc-scope-16 .tc-wp-content-root .sc-tax-content section, .wpc-scope-16 .tc-wp-content-root .sc-tax-content article{
  box-sizing: border-box;
}.wpc-scope-16 .tc-wp-content-root .sc-tax-content .sc-tax-section{
  position: relative;
}.wpc-scope-16 .tc-wp-content-root .sc-tax-content .sc-tax-section-white{
  background: #ffffff;
}.wpc-scope-16 .tc-wp-content-root .sc-tax-content .sc-tax-section-soft{
  background:
    radial-gradient(circle at 12% 8%, rgba(27, 128, 98, 0.08), transparent 34%),
    radial-gradient(circle at 88% 14%, rgba(90, 122, 255, 0.08), transparent 30%),
    #f7faf8;
}.wpc-scope-16 .tc-wp-content-root .sc-tax-content .sc-tax-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-16 .tc-wp-content-root .sc-tax-content .sc-tax-heading{
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-16 .tc-wp-content-root .sc-tax-content .sc-tax-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 13px;
  border: 1px solid rgba(27, 128, 98, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(27, 128, 98, 0.1), rgba(90, 122, 255, 0.08));
  color: #1b8062;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.wpc-scope-16 .tc-wp-content-root .sc-tax-content .sc-tax-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-16 .tc-wp-content-root .sc-tax-content .sc-tax-heading p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #5f6b7a;
  line-height: 1.7;
}.wpc-scope-16 .tc-wp-content-root .sc-tax-content .sc-tax-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-16 .tc-wp-content-root .sc-tax-content .sc-tax-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(28, 43, 65, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-16 .tc-wp-content-root .sc-tax-content .sc-tax-card::before{
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(27, 128, 98, 0.14), rgba(90, 122, 255, 0.12));
  opacity: 0;
  transition: opacity 220ms ease;
  content: "";
  pointer-events: none;
}.wpc-scope-16 .tc-wp-content-root .sc-tax-content .sc-tax-card:hover{
  transform: translateY(-5px);
  border-color: rgba(27, 128, 98, 0.24);
  box-shadow: 0 24px 60px rgba(28, 43, 65, 0.12);
}.wpc-scope-16 .tc-wp-content-root .sc-tax-content .sc-tax-card:hover::before{
  opacity: 1;
}.wpc-scope-16 .tc-wp-content-root .sc-tax-content .sc-tax-card h3{
  position: relative;
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-16 .tc-wp-content-root .sc-tax-content .sc-tax-card p{
  position: relative;
  margin: 10px 0 0;
  color: #647084;
  line-height: 1.65;
}.wpc-scope-16 .tc-wp-content-root .sc-tax-content .sc-tax-icon{
  position: relative;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1b8062, #4f8cff);
  box-shadow: 0 12px 28px rgba(27, 128, 98, 0.22);
}.wpc-scope-16 .tc-wp-content-root .sc-tax-content .sc-tax-icon::after{
  position: absolute;
  top: 11px;
  left: 12px;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-top-color: transparent;
  border-radius: 50%;
  content: "";
}.wpc-scope-16 .tc-wp-content-root .sc-tax-content .sc-tax-icon-alt{
  background: linear-gradient(135deg, #0f9f7a, #79b64b);
}.wpc-scope-16 .tc-wp-content-root .sc-tax-content .sc-tax-icon-third{
  background: linear-gradient(135deg, #3b82f6, #18a37a);
}.wpc-scope-16 .tc-wp-content-root .sc-tax-content .sc-tax-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-16 .tc-wp-content-root .sc-tax-content .sc-tax-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff, #fbfdfc);
  box-shadow: 0 18px 50px rgba(28, 43, 65, 0.08);
}.wpc-scope-16 .tc-wp-content-root .sc-tax-content .sc-tax-step-card::after{
  position: absolute;
  top: 50%;
  left: 38px;
  width: 2px;
  height: calc(100% + 18px);
  background: linear-gradient(180deg, rgba(27, 128, 98, 0.25), rgba(79, 140, 255, 0.08));
  content: "";
  transform: translateY(28px);
}.wpc-scope-16 .tc-wp-content-root .sc-tax-content .sc-tax-step-card:last-child::after{
  display: none;
}.wpc-scope-16 .tc-wp-content-root .sc-tax-content .sc-tax-step-number{
  position: relative;
  z-index: 1;
  display: flex;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: linear-gradient(135deg, #1b8062, #4f8cff);
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 16px 34px rgba(27, 128, 98, 0.24);
}.wpc-scope-16 .tc-wp-content-root .sc-tax-content .sc-tax-step-copy h3{
  margin: 0;
  color: #172033;
  font-weight: 820;
  line-height: 1.25;
}.wpc-scope-16 .tc-wp-content-root .sc-tax-content .sc-tax-step-copy p{
  margin: 8px 0 0;
  color: #647084;
  line-height: 1.65;
}.wpc-scope-16 .tc-wp-content-root .sc-tax-content .sc-tax-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(27, 128, 98, 0.1);
  color: #1b8062;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.wpc-scope-16 .tc-wp-content-root .sc-tax-content .sc-tax-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    linear-gradient(135deg, rgba(27, 128, 98, 0.08), rgba(79, 140, 255, 0.08));
}.wpc-scope-16 .tc-wp-content-root .sc-tax-content .sc-tax-trust-card{
  overflow: hidden;
}.wpc-scope-16 .tc-wp-content-root .sc-tax-content .sc-tax-trust-dot{
  position: relative;
  width: 12px;
  height: 12px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #1b8062;
  box-shadow: 0 0 0 8px rgba(27, 128, 98, 0.1), 0 0 0 16px rgba(79, 140, 255, 0.06);
}.wpc-scope-16 .tc-wp-content-root .sc-tax-content .sc-tax-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-16 .tc-wp-content-root .sc-tax-content .sc-tax-reveal.sc-tax-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .sc-tax-content .sc-tax-section{
    padding: 48px 0;
  }.tc-wp-content-root .sc-tax-content .sc-tax-container{
    padding: 0 14px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-heading p{
    font-size: 14px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-card{
    padding: 22px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-card h3, .tc-wp-content-root .sc-tax-content .sc-tax-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-card p, .tc-wp-content-root .sc-tax-content .sc-tax-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-step-card::after{
    display: none;
  }.tc-wp-content-root .sc-tax-content .sc-tax-step-number{
    width: 62px;
    height: 62px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .sc-tax-content .sc-tax-section{
    padding: 54px 0;
  }.tc-wp-content-root .sc-tax-content .sc-tax-container{
    padding: 0 18px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-heading p{
    font-size: 15px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-card{
    padding: 24px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-card h3, .tc-wp-content-root .sc-tax-content .sc-tax-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-card p, .tc-wp-content-root .sc-tax-content .sc-tax-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-step-card::after{
    display: none;
  }.tc-wp-content-root .sc-tax-content .sc-tax-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .sc-tax-content .sc-tax-section{
    padding: 60px 0;
  }.tc-wp-content-root .sc-tax-content .sc-tax-container{
    padding: 0 22px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-heading p{
    font-size: 16px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-card{
    padding: 26px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-card h3, .tc-wp-content-root .sc-tax-content .sc-tax-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-card p, .tc-wp-content-root .sc-tax-content .sc-tax-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-step-card::after{
    display: none;
  }.tc-wp-content-root .sc-tax-content .sc-tax-step-number{
    width: 68px;
    height: 68px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .sc-tax-content .sc-tax-section{
    padding: 76px 0;
  }.tc-wp-content-root .sc-tax-content .sc-tax-container{
    padding: 0 30px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-heading p{
    font-size: 17px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-grid-three, .tc-wp-content-root .sc-tax-content .sc-tax-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .sc-tax-content .sc-tax-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-card{
    padding: 28px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-card h3, .tc-wp-content-root .sc-tax-content .sc-tax-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-card p, .tc-wp-content-root .sc-tax-content .sc-tax-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-step-card{
    gap: 24px;
    padding: 28px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-step-number{
    width: 74px;
    height: 74px;
    font-size: 19px;
  }}@media (min-width: 1024px){.tc-wp-content-root .sc-tax-content .sc-tax-section{
    padding: 92px 0;
  }.tc-wp-content-root .sc-tax-content .sc-tax-container{
    padding: 0 32px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-heading h2{
    font-size: 44px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-heading p{
    font-size: 17px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-grid-three, .tc-wp-content-root .sc-tax-content .sc-tax-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .sc-tax-content .sc-tax-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-card{
    padding: 30px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-card h3, .tc-wp-content-root .sc-tax-content .sc-tax-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-card p, .tc-wp-content-root .sc-tax-content .sc-tax-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-step-card{
    gap: 28px;
    padding: 30px;
  }.tc-wp-content-root .sc-tax-content .sc-tax-step-number{
    width: 76px;
    height: 76px;
    font-size: 20px;
  }}