@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-99 .tc-wp-content-root img, .wpc-scope-99 .tc-wp-content-root video, .wpc-scope-99 .tc-wp-content-root svg, .wpc-scope-99 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content, .wpc-scope-99 .tc-wp-content-root .mt-tax-content div, .wpc-scope-99 .tc-wp-content-root .mt-tax-content section, .wpc-scope-99 .tc-wp-content-root .mt-tax-content article{
  box-sizing: border-box;
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__section{
  position: relative;
  width: 100%;
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__section--white{
  background:
    radial-gradient(circle at 12% 8%, rgba(25, 118, 210, 0.08), transparent 28%),
    #ffffff;
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__section--soft{
  background:
    linear-gradient(135deg, rgba(246, 180, 84, 0.10), rgba(25, 118, 210, 0.08)),
    #f8faf7;
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__header{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(25, 118, 210, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(25, 118, 210, 0.10), rgba(246, 180, 84, 0.12));
  color: #1f5f99;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__header h2{
  margin: 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__header p{
  margin: 16px auto 0;
  color: #536073;
  line-height: 1.72;
  font-weight: 450;
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__grid--three, .wpc-scope-99 .tc-wp-content-root .mt-tax-content__grid--trust{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__card, .wpc-scope-99 .tc-wp-content-root .mt-tax-content__trust-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.10);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 42px rgba(23, 32, 51, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__card::before, .wpc-scope-99 .tc-wp-content-root .mt-tax-content__trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(25, 118, 210, 0.12), rgba(246, 180, 84, 0.10));
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__card:hover, .wpc-scope-99 .tc-wp-content-root .mt-tax-content__trust-card:hover, .wpc-scope-99 .tc-wp-content-root .mt-tax-content__step:hover{
  transform: translateY(-5px);
  border-color: rgba(25, 118, 210, 0.26);
  box-shadow: 0 24px 58px rgba(23, 32, 51, 0.12);
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__card:hover::before, .wpc-scope-99 .tc-wp-content-root .mt-tax-content__trust-card:hover::before{
  opacity: 1;
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__card h3, .wpc-scope-99 .tc-wp-content-root .mt-tax-content__trust-card h3, .wpc-scope-99 .tc-wp-content-root .mt-tax-content__step-copy h3{
  position: relative;
  margin: 0;
  color: #162033;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__card p, .wpc-scope-99 .tc-wp-content-root .mt-tax-content__trust-card p, .wpc-scope-99 .tc-wp-content-root .mt-tax-content__step-copy p{
  position: relative;
  margin: 10px 0 0;
  color: #5a6678;
  line-height: 1.68;
  font-weight: 440;
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1976d2, #f6b454);
  box-shadow: 0 12px 26px rgba(25, 118, 210, 0.22);
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__icon::before, .wpc-scope-99 .tc-wp-content-root .mt-tax-content__icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  opacity: 0.95;
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__icon--calc::before{
  width: 22px;
  height: 4px;
  left: 13px;
  top: 14px;
  border-radius: 4px;
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__icon--calc::after{
  width: 22px;
  height: 14px;
  left: 13px;
  top: 24px;
  border-radius: 3px;
  background: repeating-linear-gradient(90deg, #ffffff 0 4px, transparent 4px 7px), repeating-linear-gradient(0deg, rgba(255,255,255,0.85) 0 4px, transparent 4px 7px);
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__icon--speed::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border: 4px solid #ffffff;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  background: transparent;
  transform: rotate(45deg);
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__icon--speed::after{
  width: 14px;
  height: 4px;
  left: 22px;
  top: 24px;
  border-radius: 4px;
  transform: rotate(-28deg);
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__icon--preview::before{
  width: 26px;
  height: 18px;
  left: 11px;
  top: 15px;
  border: 3px solid #ffffff;
  border-radius: 12px;
  background: transparent;
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__icon--preview::after{
  width: 8px;
  height: 8px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__icon--steps::before{
  width: 6px;
  height: 6px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__icon--steps::after{
  width: 18px;
  height: 4px;
  left: 24px;
  top: 14px;
  border-radius: 4px;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__icon--mobile::before{
  width: 18px;
  height: 28px;
  left: 15px;
  top: 10px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__icon--mobile::after{
  width: 6px;
  height: 2px;
  left: 21px;
  bottom: 14px;
  border-radius: 2px;
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__icon--daily::before{
  width: 24px;
  height: 18px;
  left: 12px;
  top: 18px;
  border-radius: 5px;
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__icon--daily::after{
  width: 4px;
  height: 24px;
  left: 22px;
  top: 12px;
  border-radius: 4px;
  transform: rotate(45deg);
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__step{
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  border: 1px solid rgba(25, 118, 210, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.84)),
    #ffffff;
  box-shadow: 0 20px 48px rgba(23, 32, 51, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__step::after{
  content: "";
  position: absolute;
  left: 38px;
  top: 100%;
  width: 2px;
  height: 22px;
  background: linear-gradient(180deg, rgba(25, 118, 210, 0.35), rgba(246, 180, 84, 0.25));
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__step:last-child::after{
  display: none;
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 22px;
  background: linear-gradient(135deg, #1976d2, #f6b454);
  color: #ffffff;
  font-size: 22px;
  font-weight: 850;
  box-shadow: 0 16px 34px rgba(25, 118, 210, 0.24);
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__badge{
  position: relative;
  display: inline-flex;
  margin: 0 0 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(25, 118, 210, 0.09);
  color: #1f5f99;
  font-size: 12px;
  font-weight: 780;
  line-height: 1;
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__card--use{
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.88)),
    #ffffff;
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__trust-card{
  overflow: hidden;
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__trust-dot{
  position: relative;
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: #1976d2;
  box-shadow: 0 0 0 8px rgba(25, 118, 210, 0.10), 0 0 0 16px rgba(246, 180, 84, 0.10);
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-99 .tc-wp-content-root .mt-tax-content__reveal.mt-tax-content__is-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 .mt-tax-content__section{
    padding: 52px 0;
  }.tc-wp-content-root .mt-tax-content__container{
    padding: 0 16px;
  }.tc-wp-content-root .mt-tax-content__header h2{
    font-size: 28px;
  }.tc-wp-content-root .mt-tax-content__header p{
    font-size: 15px;
  }.tc-wp-content-root .mt-tax-content__grid, .tc-wp-content-root .mt-tax-content__grid--three, .tc-wp-content-root .mt-tax-content__grid--trust{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .mt-tax-content__card, .tc-wp-content-root .mt-tax-content__trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .mt-tax-content__card h3, .tc-wp-content-root .mt-tax-content__trust-card h3, .tc-wp-content-root .mt-tax-content__step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .mt-tax-content__card p, .tc-wp-content-root .mt-tax-content__trust-card p, .tc-wp-content-root .mt-tax-content__step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .mt-tax-content__steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .mt-tax-content__step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .mt-tax-content__step::after{
    display: none;
  }.tc-wp-content-root .mt-tax-content__step-number{
    width: 60px;
    height: 60px;
    border-radius: 18px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .mt-tax-content__section{
    padding: 58px 0;
  }.tc-wp-content-root .mt-tax-content__container{
    padding: 0 20px;
  }.tc-wp-content-root .mt-tax-content__header h2{
    font-size: 31px;
  }.tc-wp-content-root .mt-tax-content__header p{
    font-size: 15.5px;
  }.tc-wp-content-root .mt-tax-content__grid, .tc-wp-content-root .mt-tax-content__grid--three, .tc-wp-content-root .mt-tax-content__grid--trust{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .mt-tax-content__card, .tc-wp-content-root .mt-tax-content__trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .mt-tax-content__card h3, .tc-wp-content-root .mt-tax-content__trust-card h3, .tc-wp-content-root .mt-tax-content__step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .mt-tax-content__card p, .tc-wp-content-root .mt-tax-content__trust-card p, .tc-wp-content-root .mt-tax-content__step-copy p{
    font-size: 14.5px;
  }.tc-wp-content-root .mt-tax-content__steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .mt-tax-content__step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .mt-tax-content__step::after{
    display: none;
  }.tc-wp-content-root .mt-tax-content__step-number{
    width: 64px;
    height: 64px;
    border-radius: 19px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .mt-tax-content__section{
    padding: 64px 0;
  }.tc-wp-content-root .mt-tax-content__container{
    padding: 0 24px;
  }.tc-wp-content-root .mt-tax-content__header h2{
    font-size: 34px;
  }.tc-wp-content-root .mt-tax-content__header p{
    font-size: 16px;
  }.tc-wp-content-root .mt-tax-content__grid, .tc-wp-content-root .mt-tax-content__grid--three, .tc-wp-content-root .mt-tax-content__grid--trust{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .mt-tax-content__card, .tc-wp-content-root .mt-tax-content__trust-card{
    padding: 26px;
  }.tc-wp-content-root .mt-tax-content__card h3, .tc-wp-content-root .mt-tax-content__trust-card h3, .tc-wp-content-root .mt-tax-content__step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .mt-tax-content__card p, .tc-wp-content-root .mt-tax-content__trust-card p, .tc-wp-content-root .mt-tax-content__step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .mt-tax-content__steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .mt-tax-content__step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .mt-tax-content__step::after{
    display: none;
  }.tc-wp-content-root .mt-tax-content__step-number{
    width: 68px;
    height: 68px;
    border-radius: 20px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .mt-tax-content__section{
    padding: 82px 0;
  }.tc-wp-content-root .mt-tax-content__container{
    padding: 0 32px;
  }.tc-wp-content-root .mt-tax-content__header h2{
    font-size: 40px;
  }.tc-wp-content-root .mt-tax-content__header p{
    font-size: 17px;
  }.tc-wp-content-root .mt-tax-content__grid, .tc-wp-content-root .mt-tax-content__grid--three, .tc-wp-content-root .mt-tax-content__grid--trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .mt-tax-content__card, .tc-wp-content-root .mt-tax-content__trust-card{
    padding: 28px;
  }.tc-wp-content-root .mt-tax-content__card h3, .tc-wp-content-root .mt-tax-content__trust-card h3, .tc-wp-content-root .mt-tax-content__step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .mt-tax-content__card p, .tc-wp-content-root .mt-tax-content__trust-card p, .tc-wp-content-root .mt-tax-content__step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .mt-tax-content__steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .mt-tax-content__step{
    gap: 24px;
    padding: 30px;
  }}@media (min-width: 1024px){.tc-wp-content-root .mt-tax-content__section{
    padding: 96px 0;
  }.tc-wp-content-root .mt-tax-content__container{
    padding: 0 36px;
  }.tc-wp-content-root .mt-tax-content__header h2{
    font-size: 46px;
  }.tc-wp-content-root .mt-tax-content__header p{
    font-size: 17px;
  }.tc-wp-content-root .mt-tax-content__grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .mt-tax-content__grid--three, .tc-wp-content-root .mt-tax-content__grid--trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .mt-tax-content__card, .tc-wp-content-root .mt-tax-content__trust-card{
    padding: 30px;
  }.tc-wp-content-root .mt-tax-content__card h3, .tc-wp-content-root .mt-tax-content__trust-card h3, .tc-wp-content-root .mt-tax-content__step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .mt-tax-content__card p, .tc-wp-content-root .mt-tax-content__trust-card p, .tc-wp-content-root .mt-tax-content__step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .mt-tax-content__steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .mt-tax-content__step{
    gap: 28px;
    padding: 32px;
  }}