@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-84 .tc-wp-content-root img, .wpc-scope-84 .tc-wp-content-root video, .wpc-scope-84 .tc-wp-content-root svg, .wpc-scope-84 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content, .wpc-scope-84 .tc-wp-content-root .ma-tax-content div, .wpc-scope-84 .tc-wp-content-root .ma-tax-content section, .wpc-scope-84 .tc-wp-content-root .ma-tax-content article{
  box-sizing: border-box;
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-section{
  width: 100%;
  position: relative;
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-section-white{
  background: #ffffff;
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-section-soft{
  background:
    radial-gradient(circle at 10% 10%, rgba(29, 120, 139, 0.09), transparent 28%),
    linear-gradient(180deg, #f7faf9 0%, #f2f7f5 100%);
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(20, 111, 124, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(20, 111, 124, 0.1), rgba(201, 143, 48, 0.12));
  color: #0f6876;
  font-weight: 750;
  line-height: 1.2;
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #15798a, #c98f30);
  box-shadow: 0 0 0 5px rgba(21, 121, 138, 0.1);
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content h2{
  margin: 0;
  color: #132033;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-heading p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #566276;
  line-height: 1.7;
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-card, .wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-trust-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(20, 32, 51, 0.09);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(28, 47, 68, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-card::after, .wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(21, 121, 138, 0.08), rgba(201, 143, 48, 0.08));
  opacity: 0;
  transition: opacity 220ms ease;
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-card:hover, .wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-trust-card:hover, .wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(21, 121, 138, 0.24);
  box-shadow: 0 24px 56px rgba(28, 47, 68, 0.12);
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-card:hover::after, .wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-trust-card:hover::after{
  opacity: 1;
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-card h3, .wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-trust-card h3, .wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-step-copy h3{
  position: relative;
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  z-index: 1;
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-card p, .wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-trust-card p, .wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-step-copy p{
  position: relative;
  margin: 10px 0 0;
  color: #5c6678;
  line-height: 1.68;
  z-index: 1;
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #15798a, #c98f30);
  box-shadow: 0 14px 28px rgba(21, 121, 138, 0.2);
  z-index: 1;
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-icon::before, .wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-icon-bars::before{
  left: 13px;
  bottom: 12px;
  width: 5px;
  height: 12px;
  border-radius: 5px;
  box-shadow: 9px -5px 0 rgba(255,255,255,0.92), 18px -10px 0 rgba(255,255,255,0.92);
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-icon-clock::before{
  inset: 12px;
  border: 3px solid rgba(255,255,255,0.92);
  border-radius: 50%;
  background: transparent;
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-icon-clock::after{
  left: 22px;
  top: 16px;
  width: 3px;
  height: 10px;
  border-radius: 4px;
  transform-origin: bottom;
  transform: rotate(-38deg);
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-icon-card::before{
  left: 11px;
  top: 13px;
  width: 24px;
  height: 18px;
  border-radius: 5px;
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-icon-card::after{
  left: 14px;
  top: 18px;
  width: 18px;
  height: 3px;
  border-radius: 4px;
  background: rgba(21, 121, 138, 0.7);
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-icon-path::before{
  left: 12px;
  top: 21px;
  width: 22px;
  height: 4px;
  border-radius: 6px;
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-icon-path::after{
  right: 11px;
  top: 16px;
  width: 12px;
  height: 12px;
  border-top: 4px solid rgba(255,255,255,0.92);
  border-right: 4px solid rgba(255,255,255,0.92);
  background: transparent;
  transform: rotate(45deg);
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-icon-phone::before{
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 3px solid rgba(255,255,255,0.92);
  border-radius: 7px;
  background: transparent;
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-icon-phone::after{
  left: 21px;
  bottom: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-icon-note::before{
  left: 13px;
  top: 11px;
  width: 20px;
  height: 24px;
  border-radius: 5px;
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-icon-note::after{
  left: 17px;
  top: 18px;
  width: 12px;
  height: 3px;
  border-radius: 4px;
  background: rgba(21, 121, 138, 0.72);
  box-shadow: 0 7px 0 rgba(21, 121, 138, 0.72);
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(20, 32, 51, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 44px rgba(28, 47, 68, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-step-card::before{
  content: "";
  position: absolute;
  left: 35px;
  top: -18px;
  bottom: -18px;
  width: 2px;
  background: linear-gradient(180deg, rgba(21, 121, 138, 0), rgba(21, 121, 138, 0.34), rgba(201, 143, 48, 0));
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-step-card:first-child::before{
  top: 50%;
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-step-card:last-child::before{
  bottom: 50%;
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-step-number{
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #0f6876, #c98f30);
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 16px 34px rgba(21, 121, 138, 0.22);
  z-index: 1;
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 15px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(21, 121, 138, 0.09);
  color: #0f6876;
  font-weight: 780;
  line-height: 1.2;
  z-index: 1;
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-card-soft{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(21, 121, 138, 0.24), rgba(201, 143, 48, 0.18)) border-box;
  border-color: transparent;
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-trust-card{
  overflow: hidden;
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-trust-dot{
  position: relative;
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #15798a;
  box-shadow: 0 0 0 8px rgba(21, 121, 138, 0.1), 0 0 0 16px rgba(201, 143, 48, 0.07);
  z-index: 1;
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-84 .tc-wp-content-root .ma-tax-content .ma-tax-reveal.ma-tax-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .ma-tax-content .ma-tax-section{
    padding: 52px 0;
  }.tc-wp-content-root .ma-tax-content .ma-tax-container{
    padding: 0 14px;
  }.tc-wp-content-root .ma-tax-content h2{
    font-size: 26px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-kicker, .tc-wp-content-root .ma-tax-content .ma-tax-badge{
    font-size: 12px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-card, .tc-wp-content-root .ma-tax-content .ma-tax-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-card h3, .tc-wp-content-root .ma-tax-content .ma-tax-trust-card h3, .tc-wp-content-root .ma-tax-content .ma-tax-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-card p, .tc-wp-content-root .ma-tax-content .ma-tax-trust-card p, .tc-wp-content-root .ma-tax-content .ma-tax-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-step-card::before{
    display: none;
  }.tc-wp-content-root .ma-tax-content .ma-tax-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ma-tax-content .ma-tax-section{
    padding: 58px 0;
  }.tc-wp-content-root .ma-tax-content .ma-tax-container{
    padding: 0 18px;
  }.tc-wp-content-root .ma-tax-content h2{
    font-size: 29px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-kicker, .tc-wp-content-root .ma-tax-content .ma-tax-badge{
    font-size: 12.5px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-card, .tc-wp-content-root .ma-tax-content .ma-tax-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-card h3, .tc-wp-content-root .ma-tax-content .ma-tax-trust-card h3, .tc-wp-content-root .ma-tax-content .ma-tax-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-card p, .tc-wp-content-root .ma-tax-content .ma-tax-trust-card p, .tc-wp-content-root .ma-tax-content .ma-tax-step-copy p{
    font-size: 14.5px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-step-card::before{
    display: none;
  }.tc-wp-content-root .ma-tax-content .ma-tax-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ma-tax-content .ma-tax-section{
    padding: 64px 0;
  }.tc-wp-content-root .ma-tax-content .ma-tax-container{
    padding: 0 22px;
  }.tc-wp-content-root .ma-tax-content h2{
    font-size: 32px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-heading p{
    font-size: 16px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-kicker, .tc-wp-content-root .ma-tax-content .ma-tax-badge{
    font-size: 13px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-card, .tc-wp-content-root .ma-tax-content .ma-tax-trust-card{
    padding: 26px;
    border-radius: 22px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-card h3, .tc-wp-content-root .ma-tax-content .ma-tax-trust-card h3, .tc-wp-content-root .ma-tax-content .ma-tax-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-card p, .tc-wp-content-root .ma-tax-content .ma-tax-trust-card p, .tc-wp-content-root .ma-tax-content .ma-tax-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 26px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-step-card::before{
    display: none;
  }.tc-wp-content-root .ma-tax-content .ma-tax-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ma-tax-content .ma-tax-section{
    padding: 78px 0;
  }.tc-wp-content-root .ma-tax-content .ma-tax-container{
    padding: 0 30px;
  }.tc-wp-content-root .ma-tax-content h2{
    font-size: 38px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-kicker, .tc-wp-content-root .ma-tax-content .ma-tax-badge{
    font-size: 13px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-grid-three, .tc-wp-content-root .ma-tax-content .ma-tax-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-card, .tc-wp-content-root .ma-tax-content .ma-tax-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-card h3, .tc-wp-content-root .ma-tax-content .ma-tax-trust-card h3, .tc-wp-content-root .ma-tax-content .ma-tax-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-card p, .tc-wp-content-root .ma-tax-content .ma-tax-trust-card p, .tc-wp-content-root .ma-tax-content .ma-tax-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-step-card{
    gap: 24px;
    padding: 28px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ma-tax-content .ma-tax-section{
    padding: 92px 0;
  }.tc-wp-content-root .ma-tax-content .ma-tax-container{
    padding: 0 32px;
  }.tc-wp-content-root .ma-tax-content h2{
    font-size: 44px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-heading p{
    font-size: 18px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-kicker, .tc-wp-content-root .ma-tax-content .ma-tax-badge{
    font-size: 13px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-grid-three, .tc-wp-content-root .ma-tax-content .ma-tax-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-card, .tc-wp-content-root .ma-tax-content .ma-tax-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-card h3, .tc-wp-content-root .ma-tax-content .ma-tax-trust-card h3, .tc-wp-content-root .ma-tax-content .ma-tax-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-card p, .tc-wp-content-root .ma-tax-content .ma-tax-trust-card p, .tc-wp-content-root .ma-tax-content .ma-tax-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-step-card{
    gap: 28px;
    padding: 30px 34px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-step-number{
    width: 72px;
    height: 72px;
    font-size: 20px;
  }}