@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-115 .tc-wp-content-root img, .wpc-scope-115 .tc-wp-content-root video, .wpc-scope-115 .tc-wp-content-root svg, .wpc-scope-115 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial, .wpc-scope-115 .tc-wp-content-root .pa-tax-editorial div, .wpc-scope-115 .tc-wp-content-root .pa-tax-editorial section, .wpc-scope-115 .tc-wp-content-root .pa-tax-editorial article, .wpc-scope-115 .tc-wp-content-root .pa-tax-editorial span, .wpc-scope-115 .tc-wp-content-root .pa-tax-editorial h2, .wpc-scope-115 .tc-wp-content-root .pa-tax-editorial h3, .wpc-scope-115 .tc-wp-content-root .pa-tax-editorial p{
  box-sizing: border-box;
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
  --pa-tax-blue: #0f6fbd;
  --pa-tax-teal: #12a88a;
  --pa-tax-ink: #172033;
  --pa-tax-muted: #5f6b7a;
  --pa-tax-soft: #f6f9fc;
  --pa-tax-border: #dfe8f1;
  --pa-tax-shadow: 0 18px 45px rgba(19, 50, 83, 0.1);
  --pa-tax-shadow-hover: 0 24px 60px rgba(15, 111, 189, 0.16);
  --pa-tax-gradient: linear-gradient(135deg, #0f6fbd 0%, #12a88a 100%);
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-section{
  position: relative;
  width: 100%;
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-section-white{
  background: #ffffff;
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-section-soft{
  background:
    radial-gradient(circle at top left, rgba(18, 168, 138, 0.08), transparent 34%),
    radial-gradient(circle at bottom right, rgba(15, 111, 189, 0.08), transparent 34%),
    var(--pa-tax-soft);
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 12px;
  margin-bottom: 14px;
  border: 1px solid rgba(15, 111, 189, 0.18);
  border-radius: 999px;
  background: rgba(15, 111, 189, 0.07);
  color: #0b5f9f;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-heading h2{
  margin: 0;
  color: var(--pa-tax-ink);
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-heading p{
  margin: 14px auto 0;
  color: var(--pa-tax-muted);
  font-weight: 450;
  line-height: 1.72;
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--pa-tax-border);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 28px rgba(21, 46, 76, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: var(--pa-tax-gradient);
  opacity: 0.9;
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-card:hover{
  transform: translateY(-5px);
  border-color: rgba(15, 111, 189, 0.28);
  box-shadow: var(--pa-tax-shadow-hover);
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-card h3{
  margin: 0;
  color: var(--pa-tax-ink);
  font-weight: 780;
  line-height: 1.24;
  letter-spacing: 0;
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-card p{
  margin: 10px 0 0;
  color: var(--pa-tax-muted);
  line-height: 1.68;
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(15, 111, 189, 0.12), rgba(18, 168, 138, 0.14));
  border: 1px solid rgba(15, 111, 189, 0.12);
  transition: transform 220ms ease;
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-card:hover .pa-tax-icon{
  transform: translateY(-2px) scale(1.04);
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-icon::before, .wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-icon::after{
  content: "";
  position: absolute;
  display: block;
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-icon-calc::before{
  width: 19px;
  height: 24px;
  left: 13px;
  top: 10px;
  border: 2px solid var(--pa-tax-blue);
  border-radius: 5px;
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-icon-calc::after{
  width: 4px;
  height: 4px;
  left: 18px;
  top: 20px;
  border-radius: 50%;
  background: var(--pa-tax-teal);
  box-shadow: 8px 0 0 var(--pa-tax-teal), 0 8px 0 var(--pa-tax-blue), 8px 8px 0 var(--pa-tax-blue);
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-icon-speed::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border: 2px solid var(--pa-tax-blue);
  border-radius: 50%;
  border-left-color: transparent;
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-icon-speed::after{
  width: 14px;
  height: 2px;
  left: 21px;
  top: 21px;
  background: var(--pa-tax-teal);
  transform: rotate(-28deg);
  transform-origin: left center;
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-icon-preview::before{
  width: 25px;
  height: 17px;
  left: 10px;
  top: 14px;
  border: 2px solid var(--pa-tax-blue);
  border-radius: 8px;
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-icon-preview::after{
  width: 7px;
  height: 7px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: var(--pa-tax-teal);
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-icon-steps::before{
  width: 6px;
  height: 6px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: var(--pa-tax-blue);
  box-shadow: 0 10px 0 var(--pa-tax-teal), 0 20px 0 var(--pa-tax-blue);
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-icon-steps::after{
  width: 17px;
  height: 2px;
  left: 22px;
  top: 14px;
  background: rgba(23, 32, 51, 0.34);
  box-shadow: 0 10px 0 rgba(23, 32, 51, 0.28), 0 20px 0 rgba(23, 32, 51, 0.22);
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-icon-mobile::before{
  width: 18px;
  height: 27px;
  left: 14px;
  top: 8px;
  border: 2px solid var(--pa-tax-blue);
  border-radius: 7px;
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 21px;
  top: 28px;
  border-radius: 50%;
  background: var(--pa-tax-teal);
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-icon-help::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  background: conic-gradient(from 180deg, var(--pa-tax-blue), var(--pa-tax-teal), var(--pa-tax-blue));
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-icon-help::after{
  width: 14px;
  height: 14px;
  left: 16px;
  top: 16px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: inset 0 0 0 3px rgba(15, 111, 189, 0.14);
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-icon-lock::before{
  width: 22px;
  height: 17px;
  left: 12px;
  top: 18px;
  border-radius: 6px;
  background: var(--pa-tax-gradient);
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-icon-lock::after{
  width: 14px;
  height: 13px;
  left: 16px;
  top: 9px;
  border: 2px solid var(--pa-tax-blue);
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-icon-clean::before{
  width: 23px;
  height: 26px;
  left: 12px;
  top: 10px;
  border: 2px solid var(--pa-tax-blue);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.45);
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-icon-clean::after{
  width: 13px;
  height: 2px;
  left: 17px;
  top: 18px;
  background: var(--pa-tax-teal);
  box-shadow: 0 7px 0 rgba(15, 111, 189, 0.6), 0 14px 0 rgba(18, 168, 138, 0.55);
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-icon-check::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  background: var(--pa-tax-gradient);
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-icon-check::after{
  width: 12px;
  height: 7px;
  left: 17px;
  top: 20px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(15, 111, 189, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--pa-tax-shadow);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: var(--pa-tax-gradient);
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(18, 168, 138, 0.28);
  box-shadow: var(--pa-tax-shadow-hover);
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: var(--pa-tax-gradient);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 14px 26px rgba(15, 111, 189, 0.22);
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-step-content h3{
  margin: 0;
  color: var(--pa-tax-ink);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-step-content p{
  margin: 8px 0 0;
  color: var(--pa-tax-muted);
  line-height: 1.7;
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-mini-badge{
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 10px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(15, 111, 189, 0.1), rgba(18, 168, 138, 0.12));
  color: #0b5f9f;
  font-size: 12px;
  font-weight: 800;
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-trust-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at top right, rgba(18, 168, 138, 0.16), transparent 42%);
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-115 .tc-wp-content-root .pa-tax-editorial .pa-tax-reveal.pa-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 .pa-tax-editorial .pa-tax-section{
    padding: 44px 0;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-container{
    padding: 0 14px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-heading p{
    font-size: 14px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-grid, .tc-wp-content-root .pa-tax-editorial .pa-tax-grid-six, .tc-wp-content-root .pa-tax-editorial .pa-tax-grid-three{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 26px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-card h3, .tc-wp-content-root .pa-tax-editorial .pa-tax-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-card p, .tc-wp-content-root .pa-tax-editorial .pa-tax-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-steps{
    gap: 14px;
    margin-top: 26px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-step-number{
    width: 56px;
    height: 50px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .pa-tax-editorial .pa-tax-section{
    padding: 50px 0;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-container{
    padding: 0 18px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-heading p{
    font-size: 15px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-grid, .tc-wp-content-root .pa-tax-editorial .pa-tax-grid-six, .tc-wp-content-root .pa-tax-editorial .pa-tax-grid-three{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-card{
    padding: 24px;
    border-radius: 19px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-card h3, .tc-wp-content-root .pa-tax-editorial .pa-tax-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-card p, .tc-wp-content-root .pa-tax-editorial .pa-tax-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-step-number{
    width: 58px;
    height: 52px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .pa-tax-editorial .pa-tax-section{
    padding: 58px 0;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-container{
    padding: 0 22px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-heading h2{
    font-size: 31px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-heading p{
    font-size: 16px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-grid, .tc-wp-content-root .pa-tax-editorial .pa-tax-grid-six, .tc-wp-content-root .pa-tax-editorial .pa-tax-grid-three{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-card{
    padding: 26px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-card h3, .tc-wp-content-root .pa-tax-editorial .pa-tax-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-card p, .tc-wp-content-root .pa-tax-editorial .pa-tax-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-step-number{
    width: 62px;
    height: 54px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .pa-tax-editorial .pa-tax-section{
    padding: 74px 0;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-container{
    padding: 0 28px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-heading p{
    font-size: 17px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-grid-six, .tc-wp-content-root .pa-tax-editorial .pa-tax-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-card{
    padding: 28px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-card h3, .tc-wp-content-root .pa-tax-editorial .pa-tax-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-card p, .tc-wp-content-root .pa-tax-editorial .pa-tax-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-step-card{
    gap: 24px;
    padding: 28px 30px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-step-number{
    width: 68px;
    height: 60px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .pa-tax-editorial .pa-tax-section{
    padding: 92px 0;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-container{
    padding: 0 32px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-heading h2{
    font-size: 44px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-heading p{
    font-size: 17px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-grid-six{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-card{
    padding: 30px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-card h3{
    font-size: 21px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-card p{
    font-size: 15px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-step-card{
    gap: 28px;
    padding: 30px 34px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-step-number{
    width: 72px;
    height: 64px;
    font-size: 21px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .pa-tax-editorial .pa-tax-step-content p{
    font-size: 16px;
  }}