@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* tc-scoped:tc-wp-content-root */

.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-138 .tc-wp-content-root img, .wpc-scope-138 .tc-wp-content-root video, .wpc-scope-138 .tc-wp-content-root svg, .wpc-scope-138 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content{
  width: 100%;
  overflow: hidden;
  color: #182033;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content, .wpc-scope-138 .tc-wp-content-root .ma-tax-content div, .wpc-scope-138 .tc-wp-content-root .ma-tax-content section, .wpc-scope-138 .tc-wp-content-root .ma-tax-content article{
  box-sizing: border-box;
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-section{
  position: relative;
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-section-white{
  background: #ffffff;
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-section-soft{
  background:
    radial-gradient(circle at 14% 8%, rgba(21, 128, 127, 0.08), transparent 28%),
    radial-gradient(circle at 86% 20%, rgba(46, 91, 255, 0.07), transparent 30%),
    #f7faf9;
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: #0f766e;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-kicker::before, .wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-kicker::after{
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #14b8a6, #2563eb);
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-heading h2{
  margin: 0;
  color: #121827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-heading p{
  margin: 14px auto 0;
  max-width: 700px;
  color: #566173;
  line-height: 1.7;
  letter-spacing: 0;
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-card, .wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-trust-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(18, 24, 39, 0.08);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-card::before, .wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.14), rgba(37, 99, 235, 0.1));
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-card:hover, .wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-trust-card:hover, .wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-step:hover{
  transform: translateY(-5px);
  border-color: rgba(20, 184, 166, 0.32);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-card:hover::before, .wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-trust-card:hover::before{
  opacity: 1;
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-card h3, .wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-trust-card h3, .wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-step h3{
  position: relative;
  margin: 0;
  color: #151c2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-card p, .wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-trust-card p, .wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-step p{
  position: relative;
  margin: 10px 0 0;
  color: #5b6678;
  line-height: 1.65;
  letter-spacing: 0;
}.wpc-scope-138 .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, #14b8a6, #2563eb);
  box-shadow: 0 14px 28px rgba(20, 184, 166, 0.22);
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-icon::before, .wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-icon-calc::before{
  width: 22px;
  height: 24px;
  left: 12px;
  top: 11px;
  border-radius: 5px;
  opacity: 0.95;
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-icon-calc::after{
  width: 14px;
  height: 3px;
  left: 16px;
  top: 17px;
  border-radius: 99px;
  box-shadow: 0 7px 0 rgba(37, 99, 235, 0.72), 0 14px 0 rgba(37, 99, 235, 0.72);
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-icon-speed::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 4px solid #ffffff;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  background: transparent;
  transform: rotate(45deg);
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-icon-preview::before{
  width: 24px;
  height: 16px;
  left: 11px;
  top: 15px;
  border-radius: 12px;
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-icon-preview::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #2563eb;
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-icon-steps::before{
  width: 6px;
  height: 6px;
  left: 13px;
  top: 12px;
  border-radius: 50%;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-icon-steps::after{
  width: 14px;
  height: 3px;
  left: 23px;
  top: 14px;
  border-radius: 99px;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-icon-mobile::before{
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border-radius: 6px;
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-icon-mobile::after{
  width: 6px;
  height: 2px;
  left: 20px;
  bottom: 14px;
  border-radius: 99px;
  background: #2563eb;
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-icon-help::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-icon-help::after{
  width: 4px;
  height: 13px;
  left: 21px;
  top: 17px;
  border-radius: 99px;
  background: #2563eb;
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(20, 184, 166, 0.18);
  border-radius: 22px;
  background: linear-gradient(135deg, #ffffff, #fbfefd);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-step::after{
  content: "";
  position: absolute;
  left: 38px;
  top: 100%;
  width: 2px;
  height: 18px;
  background: linear-gradient(180deg, rgba(20, 184, 166, 0.45), transparent);
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-step:last-child::after{
  display: none;
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-step-number{
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border-radius: 24px;
  color: #ffffff;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  background: linear-gradient(135deg, #0f766e, #2563eb);
  box-shadow: 0 16px 30px rgba(37, 99, 235, 0.2);
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-badge{
  position: relative;
  display: inline-flex;
  width: max-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #0f766e;
  font-weight: 800;
  line-height: 1;
  background: rgba(20, 184, 166, 0.1);
  border: 1px solid rgba(20, 184, 166, 0.18);
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-card-light{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(20, 184, 166, 0.35), rgba(37, 99, 235, 0.18)) border-box;
  border: 1px solid transparent;
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-trust-card{
  text-align: left;
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-trust-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #14b8a6, #2563eb);
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-trust-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-138 .tc-wp-content-root .ma-tax-content .ma-tax-reveal.ma-tax-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .ma-tax-content .ma-tax-section{
    padding: 48px 0;
  }.tc-wp-content-root .ma-tax-content .ma-tax-container{
    padding: 0 14px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-heading p{
    font-size: 14px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-kicker{
    font-size: 12px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-grid, .tc-wp-content-root .ma-tax-content .ma-tax-steps{
    gap: 16px;
    margin-top: 28px;
  }.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: 1fr;
  }.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 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 p{
    font-size: 14px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-step-number{
    width: 60px;
    height: 60px;
    border-radius: 18px;
    font-size: 18px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-step::after{
    left: 30px;
    height: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ma-tax-content .ma-tax-section{
    padding: 54px 0;
  }.tc-wp-content-root .ma-tax-content .ma-tax-container{
    padding: 0 18px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-kicker{
    font-size: 12px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-grid, .tc-wp-content-root .ma-tax-content .ma-tax-steps{
    gap: 18px;
    margin-top: 30px;
  }.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: 1fr;
  }.tc-wp-content-root .ma-tax-content .ma-tax-card, .tc-wp-content-root .ma-tax-content .ma-tax-trust-card{
    padding: 24px;
  }.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 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 p{
    font-size: 15px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-step-number{
    width: 64px;
    height: 64px;
    border-radius: 19px;
    font-size: 19px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-step::after{
    left: 32px;
    height: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ma-tax-content .ma-tax-section{
    padding: 60px 0;
  }.tc-wp-content-root .ma-tax-content .ma-tax-container{
    padding: 0 22px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-heading h2{
    font-size: 31px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-heading p{
    font-size: 16px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-kicker{
    font-size: 13px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-grid, .tc-wp-content-root .ma-tax-content .ma-tax-steps{
    gap: 20px;
    margin-top: 34px;
  }.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: 1fr;
  }.tc-wp-content-root .ma-tax-content .ma-tax-card, .tc-wp-content-root .ma-tax-content .ma-tax-trust-card{
    padding: 26px;
  }.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 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 p{
    font-size: 15px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-step{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-step-number{
    width: 68px;
    height: 68px;
    border-radius: 20px;
    font-size: 20px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-step::after{
    left: 34px;
    height: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ma-tax-content .ma-tax-section{
    padding: 76px 0;
  }.tc-wp-content-root .ma-tax-content .ma-tax-container{
    padding: 0 30px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-kicker{
    font-size: 13px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-grid, .tc-wp-content-root .ma-tax-content .ma-tax-steps{
    gap: 22px;
    margin-top: 42px;
  }.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));
  }.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 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 p{
    font-size: 15px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-step{
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-step-number{
    font-size: 21px;
  }}@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 .ma-tax-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-kicker{
    font-size: 13px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-grid, .tc-wp-content-root .ma-tax-content .ma-tax-steps{
    gap: 24px;
    margin-top: 48px;
  }.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));
  }.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 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 p{
    font-size: 15px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-step{
    gap: 26px;
    padding: 30px;
  }.tc-wp-content-root .ma-tax-content .ma-tax-step-number{
    font-size: 22px;
  }}.wpc-scope-138 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .ma-tax-step-copy{}