@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-56 .tc-wp-content-root img, .wpc-scope-56 .tc-wp-content-root video, .wpc-scope-56 .tc-wp-content-root svg, .wpc-scope-56 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-56 .tc-wp-content-root .mn-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-56 .tc-wp-content-root .mn-tax-content, .wpc-scope-56 .tc-wp-content-root .mn-tax-content section, .wpc-scope-56 .tc-wp-content-root .mn-tax-content div, .wpc-scope-56 .tc-wp-content-root .mn-tax-content article{
  box-sizing: border-box;
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-section{
  position: relative;
  overflow: hidden;
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-section-white{
  background: #ffffff;
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f4f8f5 100%);
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-container{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #0f8a64;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-kicker::before, .wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-kicker::after{
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0f8a64, #3f8cff);
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-heading p{
  margin: 16px auto 0;
  color: #5a6576;
  line-height: 1.7;
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-card{
  position: relative;
  min-width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(30, 99, 85, 0.12);
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(20, 42, 70, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(15, 138, 100, 0.28), rgba(63, 140, 255, 0.22), rgba(255, 255, 255, 0));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-card:hover{
  transform: translateY(-6px);
  border-color: rgba(15, 138, 100, 0.28);
  box-shadow: 0 24px 58px rgba(20, 42, 70, 0.13);
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-card:hover::before{
  opacity: 1;
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-card h3{
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-card p{
  margin: 10px 0 0;
  color: #637083;
  line-height: 1.68;
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #e7fff5, #eaf2ff);
  border: 1px solid rgba(15, 138, 100, 0.12);
  position: relative;
  transition: transform 260ms ease;
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-card:hover .mn-tax-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-icon::before, .wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-icon::after{
  content: "";
  position: absolute;
  background: linear-gradient(135deg, #0f8a64, #3f8cff);
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-icon-calc::before{
  width: 20px;
  height: 24px;
  left: 13px;
  top: 11px;
  border-radius: 5px;
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-icon-calc::after{
  width: 12px;
  height: 2px;
  left: 17px;
  top: 18px;
  box-shadow: 0 6px 0 rgba(255, 255, 255, 0.95), 0 12px 0 rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.95);
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-icon-speed::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-icon-speed::after{
  width: 14px;
  height: 3px;
  left: 21px;
  top: 22px;
  border-radius: 999px;
  transform: rotate(-35deg);
  background: #ffffff;
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-icon-preview::before{
  width: 24px;
  height: 18px;
  left: 11px;
  top: 14px;
  border-radius: 6px;
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-icon-preview::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-icon-steps::before{
  width: 24px;
  height: 4px;
  left: 11px;
  top: 14px;
  border-radius: 999px;
  box-shadow: 0 8px 0 #3f8cff, 0 16px 0 #0f8a64;
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-icon-steps::after{
  width: 4px;
  height: 4px;
  left: 7px;
  top: 14px;
  border-radius: 50%;
  box-shadow: 0 8px 0 #3f8cff, 0 16px 0 #0f8a64;
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-icon-mobile::before{
  width: 18px;
  height: 28px;
  left: 14px;
  top: 9px;
  border-radius: 7px;
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-icon-mobile::after{
  width: 6px;
  height: 2px;
  left: 20px;
  top: 31px;
  border-radius: 999px;
  background: #ffffff;
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-icon-daily::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 8px;
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-icon-daily::after{
  width: 12px;
  height: 7px;
  left: 17px;
  top: 18px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  position: relative;
  min-width: 0;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(30, 99, 85, 0.13);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(20, 42, 70, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-step-card::after{
  content: "";
  position: absolute;
  left: 42px;
  bottom: -26px;
  width: 2px;
  height: 26px;
  background: linear-gradient(180deg, rgba(15, 138, 100, 0.36), rgba(63, 140, 255, 0));
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-step-card:last-child::after{
  display: none;
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(63, 140, 255, 0.26);
  box-shadow: 0 24px 58px rgba(20, 42, 70, 0.12);
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 850;
  border-radius: 18px;
  background: linear-gradient(135deg, #0f8a64 0%, #3f8cff 100%);
  box-shadow: 0 14px 30px rgba(15, 138, 100, 0.22);
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-step-body h3{
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-step-body p{
  margin: 8px 0 0;
  color: #637083;
  line-height: 1.68;
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-badge{
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #0e7255;
  background: linear-gradient(135deg, #e7fff5, #edf4ff);
  border: 1px solid rgba(15, 138, 100, 0.15);
  font-weight: 800;
  line-height: 1;
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-trust-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-dot{
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #0f8a64;
  box-shadow: 0 0 0 8px rgba(15, 138, 100, 0.1), 0 0 30px rgba(63, 140, 255, 0.28);
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-56 .tc-wp-content-root .mn-tax-content .mn-tax-reveal.mn-tax-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms ease, transform 600ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .mn-tax-content .mn-tax-section{
    padding: 54px 0;
  }.tc-wp-content-root .mn-tax-content .mn-tax-container{
    padding: 0 14px;
  }.tc-wp-content-root .mn-tax-content h2{
    font-size: 28px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-heading p{
    font-size: 15px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-kicker{
    font-size: 11px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-grid, .tc-wp-content-root .mn-tax-content .mn-tax-grid-three, .tc-wp-content-root .mn-tax-content .mn-tax-grid-trust{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-card h3, .tc-wp-content-root .mn-tax-content .mn-tax-step-body h3{
    font-size: 18px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-card p, .tc-wp-content-root .mn-tax-content .mn-tax-step-body p{
    font-size: 14px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-step-card::after{
    display: none;
  }.tc-wp-content-root .mn-tax-content .mn-tax-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .mn-tax-content .mn-tax-section{
    padding: 60px 0;
  }.tc-wp-content-root .mn-tax-content .mn-tax-container{
    padding: 0 18px;
  }.tc-wp-content-root .mn-tax-content h2{
    font-size: 31px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-kicker{
    font-size: 11px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-grid, .tc-wp-content-root .mn-tax-content .mn-tax-grid-three, .tc-wp-content-root .mn-tax-content .mn-tax-grid-trust{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-card{
    padding: 24px;
    border-radius: 19px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-card h3, .tc-wp-content-root .mn-tax-content .mn-tax-step-body h3{
    font-size: 19px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-card p, .tc-wp-content-root .mn-tax-content .mn-tax-step-body p{
    font-size: 14.5px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-step-card::after{
    display: none;
  }.tc-wp-content-root .mn-tax-content .mn-tax-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .mn-tax-content .mn-tax-section{
    padding: 66px 0;
  }.tc-wp-content-root .mn-tax-content .mn-tax-container{
    padding: 0 22px;
  }.tc-wp-content-root .mn-tax-content h2{
    font-size: 34px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-heading p{
    font-size: 16px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-kicker{
    font-size: 12px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-grid, .tc-wp-content-root .mn-tax-content .mn-tax-grid-three, .tc-wp-content-root .mn-tax-content .mn-tax-grid-trust{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-card{
    padding: 26px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-card h3, .tc-wp-content-root .mn-tax-content .mn-tax-step-body h3{
    font-size: 20px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-card p, .tc-wp-content-root .mn-tax-content .mn-tax-step-body p{
    font-size: 15px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-step-card::after{
    display: none;
  }.tc-wp-content-root .mn-tax-content .mn-tax-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .mn-tax-content .mn-tax-section{
    padding: 82px 0;
  }.tc-wp-content-root .mn-tax-content .mn-tax-container{
    padding: 0 30px;
  }.tc-wp-content-root .mn-tax-content h2{
    font-size: 42px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-heading p{
    font-size: 17px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-kicker{
    font-size: 12px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-grid-three, .tc-wp-content-root .mn-tax-content .mn-tax-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-card{
    padding: 28px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-card h3, .tc-wp-content-root .mn-tax-content .mn-tax-step-body h3{
    font-size: 21px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-card p, .tc-wp-content-root .mn-tax-content .mn-tax-step-body p{
    font-size: 15.5px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-step-card{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 1024px){.tc-wp-content-root .mn-tax-content .mn-tax-section{
    padding: 96px 0;
  }.tc-wp-content-root .mn-tax-content .mn-tax-container{
    padding: 0 32px;
  }.tc-wp-content-root .mn-tax-content h2{
    font-size: 48px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-heading p{
    font-size: 18px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-kicker{
    font-size: 12px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-grid-three, .tc-wp-content-root .mn-tax-content .mn-tax-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-card{
    padding: 30px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-card h3, .tc-wp-content-root .mn-tax-content .mn-tax-step-body h3{
    font-size: 22px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-card p, .tc-wp-content-root .mn-tax-content .mn-tax-step-body p{
    font-size: 16px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-step-card{
    grid-template-columns: auto 1fr;
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-step-number{
    width: 66px;
    height: 66px;
    font-size: 18px;
  }}