@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-81 .tc-wp-content-root img, .wpc-scope-81 .tc-wp-content-root video, .wpc-scope-81 .tc-wp-content-root svg, .wpc-scope-81 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial{
  width: 100%;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: #172033;
  background: #ffffff;
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial, .wpc-scope-81 .tc-wp-content-root .ma-tax-editorial div, .wpc-scope-81 .tc-wp-content-root .ma-tax-editorial section, .wpc-scope-81 .tc-wp-content-root .ma-tax-editorial article{
  box-sizing: border-box;
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-section{
  position: relative;
  width: 100%;
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-section-white{
  background: #ffffff;
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-section-soft{
  background: linear-gradient(180deg, #f7fbfa 0%, #f4f7fb 100%);
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(22, 137, 109, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(22, 137, 109, 0.1), rgba(39, 110, 241, 0.08));
  color: #13735d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-heading p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #586276;
  line-height: 1.7;
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(22, 137, 109, 0.12), rgba(39, 110, 241, 0.08));
  opacity: 0;
  transition: opacity 220ms ease;
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-card:hover{
  transform: translateY(-5px);
  border-color: rgba(22, 137, 109, 0.24);
  box-shadow: 0 20px 46px rgba(17, 24, 39, 0.12);
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-card:hover::before{
  opacity: 1;
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-card h3, .wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-step h3{
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-card p, .wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-step p{
  position: relative;
  margin: 10px 0 0;
  color: #5f6879;
  line-height: 1.65;
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #16896d 0%, #276ef1 100%);
  box-shadow: 0 10px 22px rgba(22, 137, 109, 0.22);
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-icon::before, .wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-icon-bars::before{
  width: 20px;
  height: 4px;
  left: 13px;
  top: 14px;
  border-radius: 99px;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-icon-check::before{
  width: 20px;
  height: 10px;
  left: 13px;
  top: 15px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg);
  background: transparent;
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-icon-shield::before{
  width: 18px;
  height: 22px;
  left: 14px;
  top: 11px;
  border-radius: 10px 10px 12px 12px;
  clip-path: polygon(50% 0, 100% 18%, 88% 78%, 50% 100%, 12% 78%, 0 18%);
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 4px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-icon-mobile::before{
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border: 3px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-icon-note::before{
  width: 20px;
  height: 24px;
  left: 13px;
  top: 11px;
  border-radius: 4px;
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-icon-lock::before{
  width: 22px;
  height: 17px;
  left: 12px;
  top: 20px;
  border-radius: 4px;
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-icon-lock::after{
  width: 14px;
  height: 13px;
  left: 16px;
  top: 10px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: transparent;
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-icon-clean::before{
  width: 24px;
  height: 4px;
  left: 11px;
  top: 14px;
  border-radius: 99px;
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.9), 0 16px 0 rgba(255, 255, 255, 0.75);
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-icon-info::before{
  width: 6px;
  height: 18px;
  left: 20px;
  top: 18px;
  border-radius: 99px;
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-icon-info::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 10px;
  border-radius: 50%;
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(22, 137, 109, 0.14);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(17, 24, 39, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-step::after{
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  right: -56px;
  top: -62px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(39, 110, 241, 0.16), rgba(22, 137, 109, 0));
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-step:hover{
  transform: translateY(-4px);
  border-color: rgba(39, 110, 241, 0.22);
  box-shadow: 0 22px 46px rgba(17, 24, 39, 0.12);
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #16896d 0%, #276ef1 100%);
  color: #ffffff;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 12px 26px rgba(39, 110, 241, 0.2);
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(22, 137, 109, 0.1);
  color: #13735d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-trust-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfefd 100%);
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-81 .tc-wp-content-root .ma-tax-editorial .ma-tax-reveal.ma-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 .ma-tax-editorial .ma-tax-section{
    padding: 52px 0;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-container{
    padding: 0 14px;
  }.tc-wp-content-root .ma-tax-editorial h2{
    font-size: 26px;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-heading p{
    font-size: 14px;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-grid, .tc-wp-content-root .ma-tax-editorial .ma-tax-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-grid-three, .tc-wp-content-root .ma-tax-editorial .ma-tax-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-card{
    padding: 22px;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-card h3, .tc-wp-content-root .ma-tax-editorial .ma-tax-step h3{
    font-size: 18px;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-card p, .tc-wp-content-root .ma-tax-editorial .ma-tax-step p{
    font-size: 14px;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-step-number{
    width: 54px;
    height: 54px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ma-tax-editorial .ma-tax-section{
    padding: 58px 0;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-container{
    padding: 0 18px;
  }.tc-wp-content-root .ma-tax-editorial h2{
    font-size: 29px;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-grid, .tc-wp-content-root .ma-tax-editorial .ma-tax-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-grid-three, .tc-wp-content-root .ma-tax-editorial .ma-tax-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-card{
    padding: 24px;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-card h3, .tc-wp-content-root .ma-tax-editorial .ma-tax-step h3{
    font-size: 19px;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-card p, .tc-wp-content-root .ma-tax-editorial .ma-tax-step p{
    font-size: 15px;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-step-number{
    width: 56px;
    height: 56px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ma-tax-editorial .ma-tax-section{
    padding: 64px 0;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-container{
    padding: 0 22px;
  }.tc-wp-content-root .ma-tax-editorial h2{
    font-size: 32px;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-heading p{
    font-size: 16px;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-grid, .tc-wp-content-root .ma-tax-editorial .ma-tax-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-grid-three, .tc-wp-content-root .ma-tax-editorial .ma-tax-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-card{
    padding: 26px;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-card h3, .tc-wp-content-root .ma-tax-editorial .ma-tax-step h3{
    font-size: 20px;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-card p, .tc-wp-content-root .ma-tax-editorial .ma-tax-step p{
    font-size: 15px;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-step{
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-step-number{
    width: 58px;
    height: 58px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ma-tax-editorial .ma-tax-section{
    padding: 78px 0;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-container{
    padding: 0 30px;
  }.tc-wp-content-root .ma-tax-editorial h2{
    font-size: 38px;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-grid, .tc-wp-content-root .ma-tax-editorial .ma-tax-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-grid-three, .tc-wp-content-root .ma-tax-editorial .ma-tax-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-card{
    padding: 28px;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-card h3, .tc-wp-content-root .ma-tax-editorial .ma-tax-step h3{
    font-size: 21px;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-card p, .tc-wp-content-root .ma-tax-editorial .ma-tax-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-step{
    grid-template-columns: auto 1fr;
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-step-number{
    width: 64px;
    height: 64px;
    font-size: 17px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ma-tax-editorial .ma-tax-section{
    padding: 92px 0;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-container{
    padding: 0 32px;
  }.tc-wp-content-root .ma-tax-editorial h2{
    font-size: 44px;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-grid, .tc-wp-content-root .ma-tax-editorial .ma-tax-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-grid-three, .tc-wp-content-root .ma-tax-editorial .ma-tax-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-card{
    padding: 30px;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-card h3, .tc-wp-content-root .ma-tax-editorial .ma-tax-step h3{
    font-size: 22px;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-card p, .tc-wp-content-root .ma-tax-editorial .ma-tax-step p{
    font-size: 16px;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-step{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 34px;
  }.tc-wp-content-root .ma-tax-editorial .ma-tax-step-number{
    width: 68px;
    height: 68px;
    font-size: 18px;
  }}.wpc-scope-81 .tc-wp-content-root .ma-tax-step-content{}.wpc-scope-81 .tc-wp-content-root .ma-tax-use-card{}