@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-68 .tc-wp-content-root img, .wpc-scope-68 .tc-wp-content-root video, .wpc-scope-68 .tc-wp-content-root svg, .wpc-scope-68 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  background: #ffffff;
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections, .wpc-scope-68 .tc-wp-content-root .md-tax-content-sections div, .wpc-scope-68 .tc-wp-content-root .md-tax-content-sections section, .wpc-scope-68 .tc-wp-content-root .md-tax-content-sections article{
  box-sizing: border-box;
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-section{
  position: relative;
  width: 100%;
  overflow: hidden;
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-section-white{
  background:
    radial-gradient(circle at 10% 10%, rgba(0, 123, 167, 0.08), transparent 34%),
    #ffffff;
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-section-soft{
  background:
    radial-gradient(circle at 88% 18%, rgba(212, 143, 45, 0.12), transparent 34%),
    linear-gradient(180deg, #fbfcfd 0%, #f5f8fa 100%);
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-section-header{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  margin: 0 0 14px;
  padding: 7px 12px;
  border: 1px solid rgba(0, 123, 167, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #006d8f;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
  box-shadow: 0 10px 25px rgba(23, 32, 51, 0.06);
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-eyebrow::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #007ba7, #d48f2d);
  box-shadow: 0 0 0 5px rgba(0, 123, 167, 0.09);
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-section-header h2{
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-section-header p{
  margin: 14px auto 0;
  max-width: 680px;
  color: #566174;
  font-weight: 450;
  line-height: 1.7;
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-card, .wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-benefit-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 45px rgba(23, 32, 51, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-card::after, .wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-benefit-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(0, 123, 167, 0.1), transparent 35%, rgba(212, 143, 45, 0.08));
  opacity: 0;
  transition: opacity 240ms ease;
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-card:hover, .wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-benefit-card:hover{
  transform: translateY(-5px);
  border-color: rgba(0, 123, 167, 0.22);
  box-shadow: 0 24px 60px rgba(23, 32, 51, 0.12);
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-card:hover::after, .wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-benefit-card:hover::after{
  opacity: 1;
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-card h3, .wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-benefit-card h3, .wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-step-copy h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-card p, .wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-benefit-card p, .wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-step-copy p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5d6878;
  line-height: 1.68;
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(0, 123, 167, 0.12), rgba(212, 143, 45, 0.12));
  border: 1px solid rgba(0, 123, 167, 0.16);
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-icon::before, .wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-icon::after{
  content: "";
  position: absolute;
  background: linear-gradient(135deg, #007ba7, #d48f2d);
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-icon-bars::before{
  left: 13px;
  bottom: 12px;
  width: 5px;
  height: 13px;
  border-radius: 8px;
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-icon-bars::after{
  right: 13px;
  bottom: 12px;
  width: 5px;
  height: 21px;
  border-radius: 8px;
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-icon-map::before{
  left: 12px;
  top: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50% 50% 50% 4px;
  transform: rotate(-45deg);
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-icon-map::after{
  left: 18px;
  top: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-icon-clock::before{
  left: 11px;
  top: 11px;
  width: 22px;
  height: 22px;
  border: 3px solid #007ba7;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-icon-clock::after{
  left: 22px;
  top: 16px;
  width: 3px;
  height: 11px;
  border-radius: 8px;
  transform-origin: bottom;
  transform: rotate(35deg);
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-icon-check::before{
  left: 13px;
  top: 20px;
  width: 18px;
  height: 9px;
  border-left: 4px solid #007ba7;
  border-bottom: 4px solid #d48f2d;
  background: transparent;
  transform: rotate(-45deg);
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-icon-phone::before{
  left: 14px;
  top: 9px;
  width: 16px;
  height: 26px;
  border: 3px solid #007ba7;
  border-radius: 7px;
  background: transparent;
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-icon-phone::after{
  left: 20px;
  bottom: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-icon-shield::before{
  left: 12px;
  top: 10px;
  width: 20px;
  height: 24px;
  border-radius: 12px 12px 14px 14px;
  clip-path: polygon(50% 0, 92% 16%, 84% 76%, 50% 100%, 16% 76%, 8% 16%);
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-icon-shield::after{
  left: 18px;
  top: 19px;
  width: 10px;
  height: 6px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(0, 123, 167, 0.14);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(247, 251, 252, 0.95));
  box-shadow: 0 20px 48px rgba(23, 32, 51, 0.08);
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-step-card::before{
  content: "";
  position: absolute;
  left: 28px;
  top: -18px;
  bottom: -18px;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(0, 123, 167, 0.24), transparent);
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-step-card:first-child::before{
  top: 50%;
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-step-card:last-child::before{
  bottom: 50%;
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(212, 143, 45, 0.34);
  box-shadow: 0 26px 62px rgba(23, 32, 51, 0.11);
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, #007ba7, #d48f2d);
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 14px 30px rgba(0, 123, 167, 0.22);
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-badge-dot, .wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-benefit-mark{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #007ba7, #d48f2d);
  box-shadow: 0 0 0 8px rgba(0, 123, 167, 0.08);
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-benefit-mark{
  width: 34px;
  height: 34px;
  border-radius: 12px;
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-benefit-mark::before{
  content: "";
  position: absolute;
  left: 10px;
  top: 13px;
  width: 12px;
  height: 7px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.wpc-scope-68 .tc-wp-content-root .md-tax-content-sections .md-tax-reveal.md-tax-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .md-tax-content-sections .md-tax-section{
    padding: 48px 0;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-container{
    padding: 0 14px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-section-header h2{
    font-size: 28px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-section-header p{
    font-size: 15px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-card, .tc-wp-content-root .md-tax-content-sections .md-tax-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-card h3, .tc-wp-content-root .md-tax-content-sections .md-tax-benefit-card h3, .tc-wp-content-root .md-tax-content-sections .md-tax-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-card p, .tc-wp-content-root .md-tax-content-sections .md-tax-benefit-card p, .tc-wp-content-root .md-tax-content-sections .md-tax-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-step-card::before{
    display: none;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .md-tax-content-sections .md-tax-section{
    padding: 54px 0;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-container{
    padding: 0 18px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-section-header h2{
    font-size: 31px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-section-header p{
    font-size: 15.5px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-card, .tc-wp-content-root .md-tax-content-sections .md-tax-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-card h3, .tc-wp-content-root .md-tax-content-sections .md-tax-benefit-card h3, .tc-wp-content-root .md-tax-content-sections .md-tax-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-card p, .tc-wp-content-root .md-tax-content-sections .md-tax-benefit-card p, .tc-wp-content-root .md-tax-content-sections .md-tax-step-copy p{
    font-size: 14.5px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-step-card::before{
    display: none;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .md-tax-content-sections .md-tax-section{
    padding: 60px 0;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-container{
    padding: 0 22px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-section-header h2{
    font-size: 34px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-section-header p{
    font-size: 16px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-card, .tc-wp-content-root .md-tax-content-sections .md-tax-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-card h3, .tc-wp-content-root .md-tax-content-sections .md-tax-benefit-card h3, .tc-wp-content-root .md-tax-content-sections .md-tax-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-card p, .tc-wp-content-root .md-tax-content-sections .md-tax-benefit-card p, .tc-wp-content-root .md-tax-content-sections .md-tax-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-step-card::before{
    display: none;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .md-tax-content-sections .md-tax-section{
    padding: 78px 0;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-container{
    padding: 0 28px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-section-header h2{
    font-size: 42px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-section-header p{
    font-size: 17px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-grid-three, .tc-wp-content-root .md-tax-content-sections .md-tax-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-card, .tc-wp-content-root .md-tax-content-sections .md-tax-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-card h3, .tc-wp-content-root .md-tax-content-sections .md-tax-benefit-card h3, .tc-wp-content-root .md-tax-content-sections .md-tax-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-card p, .tc-wp-content-root .md-tax-content-sections .md-tax-benefit-card p, .tc-wp-content-root .md-tax-content-sections .md-tax-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-steps{
    gap: 20px;
    margin-top: 44px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-step-card{
    gap: 22px;
    padding: 28px;
  }}@media (min-width: 1024px){.tc-wp-content-root .md-tax-content-sections .md-tax-section{
    padding: 92px 0;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-container{
    padding: 0 32px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-section-header h2{
    font-size: 48px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-section-header p{
    font-size: 17px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-grid-three, .tc-wp-content-root .md-tax-content-sections .md-tax-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-card, .tc-wp-content-root .md-tax-content-sections .md-tax-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-card h3, .tc-wp-content-root .md-tax-content-sections .md-tax-benefit-card h3, .tc-wp-content-root .md-tax-content-sections .md-tax-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-card p, .tc-wp-content-root .md-tax-content-sections .md-tax-benefit-card p, .tc-wp-content-root .md-tax-content-sections .md-tax-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .md-tax-content-sections .md-tax-step-card{
    gap: 24px;
    padding: 30px;
  }}