@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-6 .tc-wp-content-root img, .wpc-scope-6 .tc-wp-content-root video, .wpc-scope-6 .tc-wp-content-root svg, .wpc-scope-6 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: #182033;
  background: #ffffff;
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap, .wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap div, .wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap section, .wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap article{
  box-sizing: border-box;
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-section{
  position: relative;
  width: 100%;
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-section-white{
  background: #ffffff;
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f4f8f6 100%);
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-heading-block{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 14px;
  margin: 0 0 14px;
  border: 1px solid rgba(18, 126, 100, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(18, 126, 100, 0.1), rgba(30, 107, 210, 0.1));
  color: #116c59;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap h2{
  margin: 0;
  color: #142033;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-heading-block p{
  margin: 14px auto 0;
  color: #596477;
  line-height: 1.72;
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-card-grid{
  display: grid;
  width: 100%;
  align-items: stretch;
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(24, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(20, 32, 51, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-card::before{
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(18, 126, 100, 0.12), rgba(30, 107, 210, 0.1));
  opacity: 0;
  content: "";
  pointer-events: none;
  transition: opacity 220ms ease;
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-card:hover{
  transform: translateY(-5px);
  border-color: rgba(18, 126, 100, 0.22);
  box-shadow: 0 24px 60px rgba(20, 32, 51, 0.12);
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-card:hover::before{
  opacity: 1;
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-card h3{
  position: relative;
  margin: 0;
  color: #182033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5a6475;
  line-height: 1.68;
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #127e64 0%, #1e6bd2 100%);
  box-shadow: 0 12px 26px rgba(18, 126, 100, 0.2);
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-icon::before, .wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-icon::after{
  position: absolute;
  content: "";
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-icon-chart::before{
  left: 13px;
  bottom: 13px;
  width: 5px;
  height: 12px;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 8px -5px 0 #ffffff, 16px -10px 0 #ffffff;
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-icon-dollar::before{
  left: 19px;
  top: 10px;
  width: 8px;
  height: 24px;
  border-radius: 8px;
  border: 2px solid #ffffff;
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-icon-dollar::after{
  left: 22px;
  top: 8px;
  width: 2px;
  height: 30px;
  border-radius: 4px;
  background: #ffffff;
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-icon-shield::before{
  left: 13px;
  top: 10px;
  width: 20px;
  height: 24px;
  border-radius: 12px 12px 16px 16px;
  background: #ffffff;
  clip-path: polygon(50% 0%, 100% 18%, 88% 78%, 50% 100%, 12% 78%, 0% 18%);
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-icon-speed::before{
  left: 11px;
  top: 21px;
  width: 24px;
  height: 12px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-icon-speed::after{
  left: 23px;
  top: 21px;
  width: 3px;
  height: 12px;
  border-radius: 4px;
  background: #ffffff;
  transform: rotate(42deg);
  transform-origin: bottom center;
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-icon-file::before{
  left: 14px;
  top: 10px;
  width: 18px;
  height: 25px;
  border-radius: 4px;
  background: #ffffff;
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-icon-file::after{
  left: 18px;
  top: 18px;
  width: 12px;
  height: 2px;
  border-radius: 4px;
  background: #127e64;
  box-shadow: 0 6px 0 #127e64;
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-icon-mobile::before{
  left: 15px;
  top: 8px;
  width: 16px;
  height: 30px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-icon-mobile::after{
  left: 21px;
  bottom: 11px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(24, 32, 51, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(20, 32, 51, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(30, 107, 210, 0.2);
  box-shadow: 0 24px 60px rgba(20, 32, 51, 0.12);
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: linear-gradient(135deg, #127e64 0%, #1e6bd2 100%);
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(30, 107, 210, 0.18);
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-step-content h3{
  margin: 0;
  color: #182033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-step-content p{
  margin: 8px 0 0;
  color: #5a6475;
  line-height: 1.68;
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-use-card{
  overflow: hidden;
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-dot{
  position: relative;
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: #127e64;
  box-shadow: 0 0 0 8px rgba(18, 126, 100, 0.1), 18px 0 0 rgba(30, 107, 210, 0.45);
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(18, 126, 100, 0.1);
  color: #116c59;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-trust-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-6 .tc-wp-content-root .us-tax-content-wrap .us-tax-reveal.us-tax-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 .us-tax-content-wrap .us-tax-section{
    padding: 48px 0;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-container{
    padding: 0 14px;
  }.tc-wp-content-root .us-tax-content-wrap h2{
    font-size: 25px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-heading-block p{
    font-size: 14px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-card{
    padding: 22px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-card h3, .tc-wp-content-root .us-tax-content-wrap .us-tax-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-card p, .tc-wp-content-root .us-tax-content-wrap .us-tax-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .us-tax-content-wrap .us-tax-section{
    padding: 54px 0;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-container{
    padding: 0 18px;
  }.tc-wp-content-root .us-tax-content-wrap h2{
    font-size: 28px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-card{
    padding: 24px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-card h3, .tc-wp-content-root .us-tax-content-wrap .us-tax-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-card p, .tc-wp-content-root .us-tax-content-wrap .us-tax-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-step-number{
    width: 64px;
    height: 64px;
    font-size: 20px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .us-tax-content-wrap .us-tax-section{
    padding: 60px 0;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-container{
    padding: 0 22px;
  }.tc-wp-content-root .us-tax-content-wrap h2{
    font-size: 31px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-card{
    padding: 26px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-card h3, .tc-wp-content-root .us-tax-content-wrap .us-tax-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-card p, .tc-wp-content-root .us-tax-content-wrap .us-tax-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-step-number{
    width: 68px;
    height: 68px;
    font-size: 21px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .us-tax-content-wrap .us-tax-section{
    padding: 76px 0;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-container{
    padding: 0 30px;
  }.tc-wp-content-root .us-tax-content-wrap h2{
    font-size: 38px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-final-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-card{
    padding: 28px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-card h3, .tc-wp-content-root .us-tax-content-wrap .us-tax-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-card p, .tc-wp-content-root .us-tax-content-wrap .us-tax-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-step-card{
    gap: 24px;
    padding: 30px;
  }}@media (min-width: 1024px){.tc-wp-content-root .us-tax-content-wrap .us-tax-section{
    padding: 92px 0;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-container{
    padding: 0 32px;
  }.tc-wp-content-root .us-tax-content-wrap h2{
    font-size: 44px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-heading-block p{
    font-size: 18px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-card{
    padding: 30px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-card h3, .tc-wp-content-root .us-tax-content-wrap .us-tax-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-card p, .tc-wp-content-root .us-tax-content-wrap .us-tax-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .us-tax-content-wrap .us-tax-step-card{
    gap: 28px;
    padding: 32px;
  }}