@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-69 .tc-wp-content-root img, .wpc-scope-69 .tc-wp-content-root video, .wpc-scope-69 .tc-wp-content-root svg, .wpc-scope-69 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections, .wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections div, .wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections section, .wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections article, .wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections span, .wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections h2, .wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections h3, .wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections p{
  box-sizing: border-box;
}.wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  background: #ffffff;
}.wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-section{
  position: relative;
  width: 100%;
}.wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-section-white{
  background:
    radial-gradient(circle at 10% 0%, rgba(33, 127, 112, 0.08), transparent 30%),
    #ffffff;
}.wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-section-soft{
  background:
    radial-gradient(circle at 88% 12%, rgba(30, 111, 168, 0.09), transparent 32%),
    linear-gradient(180deg, #f7fbfa 0%, #f3f7f5 100%);
}.wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-heading{
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  margin: 0 0 14px;
  padding: 6px 13px;
  border: 1px solid rgba(33, 127, 112, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(33, 127, 112, 0.12), rgba(30, 111, 168, 0.10));
  color: #217f70;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}.wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-heading h2{
  margin: 0;
  color: #142032;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-heading p{
  margin: 14px auto 0;
  max-width: 690px;
  color: #5b6676;
  font-weight: 400;
}.wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-card, .wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(29, 46, 70, 0.10);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(23, 32, 51, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-card::before, .wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(33, 127, 112, 0.42), rgba(30, 111, 168, 0.06), rgba(245, 164, 37, 0.22));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-card:hover, .wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-trust-card:hover{
  transform: translateY(-5px);
  border-color: rgba(33, 127, 112, 0.22);
  box-shadow: 0 24px 58px rgba(23, 32, 51, 0.12);
}.wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-card:hover::before, .wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-trust-card:hover::before{
  opacity: 1;
}.wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-card h3, .wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-trust-card h3, .wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-step h3{
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-card p, .wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-trust-card p, .wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-step p{
  margin: 10px 0 0;
  color: #5b6676;
  font-weight: 400;
}.wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-icon{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #217f70, #1e6fa8);
  box-shadow: 0 12px 26px rgba(33, 127, 112, 0.22);
}.wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-icon::before, .wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-icon-bars::before{
  left: 11px;
  bottom: 10px;
  width: 5px;
  height: 12px;
  border-radius: 3px;
  box-shadow: 8px -5px 0 #ffffff, 16px -10px 0 #ffffff;
}.wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-icon-check::before{
  left: 12px;
  top: 20px;
  width: 17px;
  height: 8px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-icon-doc::before{
  left: 12px;
  top: 9px;
  width: 18px;
  height: 24px;
  border-radius: 4px;
}.wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-icon-doc::after{
  left: 16px;
  top: 16px;
  width: 10px;
  height: 2px;
  border-radius: 3px;
  background: #217f70;
  box-shadow: 0 6px 0 #217f70;
}.wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-icon-path::before{
  left: 10px;
  top: 19px;
  width: 22px;
  height: 4px;
  border-radius: 999px;
}.wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-icon-path::after{
  right: 10px;
  top: 14px;
  width: 12px;
  height: 12px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  background: transparent;
  transform: rotate(45deg);
}.wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-icon-phone::before{
  left: 14px;
  top: 8px;
  width: 14px;
  height: 26px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-icon-shield::before{
  left: 12px;
  top: 9px;
  width: 18px;
  height: 22px;
  border-radius: 10px 10px 12px 12px;
  clip-path: polygon(50% 0%, 100% 18%, 86% 80%, 50% 100%, 14% 80%, 0% 18%);
}.wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(33, 127, 112, 0.16);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(250, 253, 252, 0.92)),
    #ffffff;
  box-shadow: 0 18px 42px rgba(23, 32, 51, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease;
}.wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-step:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(23, 32, 51, 0.11);
}.wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #217f70, #1e6fa8);
  box-shadow: 0 14px 30px rgba(30, 111, 168, 0.22);
}.wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-step-copy{
  min-width: 0;
}.wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 27px;
  margin: 0 0 16px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(245, 164, 37, 0.13);
  color: #8b5a08;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-trust-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.90)),
    #ffffff;
}.wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-trust-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #ffffff 0 31%, transparent 32%),
    conic-gradient(from 160deg, #217f70, #1e6fa8, #f5a425, #217f70);
  box-shadow: 0 12px 26px rgba(33, 127, 112, 0.20);
}.wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-69 .tc-wp-content-root .pa-tax-content-sections .pa-tax-reveal.pa-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 .pa-tax-content-sections .pa-tax-section{
    padding: 46px 0;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-container{
    padding: 0 14px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-heading p{
    font-size: 14px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-grid{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-card, .tc-wp-content-root .pa-tax-content-sections .pa-tax-trust-card{
    padding: 20px;
    border-radius: 16px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-card h3, .tc-wp-content-root .pa-tax-content-sections .pa-tax-trust-card h3, .tc-wp-content-root .pa-tax-content-sections .pa-tax-step h3{
    font-size: 17px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-card p, .tc-wp-content-root .pa-tax-content-sections .pa-tax-trust-card p, .tc-wp-content-root .pa-tax-content-sections .pa-tax-step p{
    font-size: 14px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-steps{
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-step{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-step-number{
    width: 48px;
    height: 48px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .pa-tax-content-sections .pa-tax-section{
    padding: 52px 0;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-container{
    padding: 0 18px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-heading p{
    font-size: 15px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-card, .tc-wp-content-root .pa-tax-content-sections .pa-tax-trust-card{
    padding: 22px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-card h3, .tc-wp-content-root .pa-tax-content-sections .pa-tax-trust-card h3, .tc-wp-content-root .pa-tax-content-sections .pa-tax-step h3{
    font-size: 18px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-card p, .tc-wp-content-root .pa-tax-content-sections .pa-tax-trust-card p, .tc-wp-content-root .pa-tax-content-sections .pa-tax-step p{
    font-size: 14.5px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-step{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-step-number{
    width: 50px;
    height: 50px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .pa-tax-content-sections .pa-tax-section{
    padding: 58px 0;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-container{
    padding: 0 22px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-heading h2{
    font-size: 31px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-card, .tc-wp-content-root .pa-tax-content-sections .pa-tax-trust-card{
    padding: 24px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-card h3, .tc-wp-content-root .pa-tax-content-sections .pa-tax-trust-card h3, .tc-wp-content-root .pa-tax-content-sections .pa-tax-step h3{
    font-size: 19px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-card p, .tc-wp-content-root .pa-tax-content-sections .pa-tax-trust-card p, .tc-wp-content-root .pa-tax-content-sections .pa-tax-step p{
    font-size: 15px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .pa-tax-content-sections .pa-tax-section{
    padding: 72px 0;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-container{
    padding: 0 28px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-heading p{
    font-size: 16px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 40px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-trust-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-card, .tc-wp-content-root .pa-tax-content-sections .pa-tax-trust-card{
    padding: 26px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-card h3, .tc-wp-content-root .pa-tax-content-sections .pa-tax-trust-card h3, .tc-wp-content-root .pa-tax-content-sections .pa-tax-step h3{
    font-size: 20px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-card p, .tc-wp-content-root .pa-tax-content-sections .pa-tax-trust-card p, .tc-wp-content-root .pa-tax-content-sections .pa-tax-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-steps{
    gap: 18px;
    margin-top: 40px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-step{
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-step-number{
    width: 60px;
    height: 60px;
    font-size: 17px;
  }}@media (min-width: 1024px){.tc-wp-content-root .pa-tax-content-sections .pa-tax-section{
    padding: 88px 0;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-container{
    padding: 0 32px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-heading h2{
    font-size: 44px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-heading p{
    font-size: 17px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-card, .tc-wp-content-root .pa-tax-content-sections .pa-tax-trust-card{
    padding: 30px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-card h3, .tc-wp-content-root .pa-tax-content-sections .pa-tax-trust-card h3, .tc-wp-content-root .pa-tax-content-sections .pa-tax-step h3{
    font-size: 21px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-card p, .tc-wp-content-root .pa-tax-content-sections .pa-tax-trust-card p, .tc-wp-content-root .pa-tax-content-sections .pa-tax-step p{
    font-size: 16px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-steps{
    gap: 20px;
    margin-top: 46px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-step{
    gap: 26px;
    padding: 32px;
  }.tc-wp-content-root .pa-tax-content-sections .pa-tax-step-number{
    width: 66px;
    height: 66px;
    font-size: 18px;
  }}