@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-2 .tc-wp-content-root img, .wpc-scope-2 .tc-wp-content-root video, .wpc-scope-2 .tc-wp-content-root svg, .wpc-scope-2 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #162033;
  font-family: inherit;
  background: #ffffff;
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap, .wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap section, .wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap div, .wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-section{
  position: relative;
  width: 100%;
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-section-white{
  background: #ffffff;
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-section-soft{
  background:
    radial-gradient(circle at 12% 12%, rgba(32, 178, 151, 0.1), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(42, 112, 255, 0.08), transparent 30%),
    #f7faf9;
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-heading-block{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 13px;
  border: 1px solid rgba(28, 143, 122, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(32, 178, 151, 0.12), rgba(42, 112, 255, 0.1));
  color: #127763;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #20b297, #2a70ff);
  box-shadow: 0 0 0 5px rgba(32, 178, 151, 0.12);
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-heading-block p{
  margin: 16px auto 0;
  color: #536174;
  line-height: 1.72;
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-info-card, .wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-use-card, .wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-benefit-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(18, 32, 54, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-info-card::after, .wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-use-card::after, .wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-benefit-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(32, 178, 151, 0.14), rgba(42, 112, 255, 0.1));
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-info-card:hover, .wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-use-card:hover, .wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(32, 178, 151, 0.28);
  box-shadow: 0 24px 60px rgba(18, 32, 54, 0.12);
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-info-card:hover::after, .wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-use-card:hover::after, .wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-benefit-card:hover::after{
  opacity: 1;
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-info-card h3, .wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-use-card h3, .wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-benefit-card h3, .wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-step-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #151f31;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-info-card p, .wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-use-card p, .wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-benefit-card p, .wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-step-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5b6879;
  line-height: 1.68;
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #20b297, #2a70ff);
  box-shadow: 0 14px 26px rgba(32, 178, 151, 0.22);
  transition: transform 260ms ease;
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-info-card:hover .usatax-icon{
  transform: translateY(-3px) rotate(-2deg);
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-icon::before, .wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-icon-lines::before{
  width: 22px;
  height: 3px;
  top: 15px;
  left: 12px;
  border-radius: 8px;
  box-shadow: 0 8px 0 rgba(255,255,255,0.85);
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-icon-lines::after{
  width: 10px;
  height: 3px;
  top: 31px;
  left: 12px;
  border-radius: 8px;
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-icon-percent::before{
  width: 4px;
  height: 26px;
  top: 10px;
  left: 21px;
  border-radius: 8px;
  transform: rotate(38deg);
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-icon-percent::after{
  width: 8px;
  height: 8px;
  top: 12px;
  left: 12px;
  border-radius: 50%;
  box-shadow: 14px 14px 0 #ffffff;
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-icon-wallet::before{
  width: 24px;
  height: 18px;
  left: 11px;
  top: 15px;
  border-radius: 5px;
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-icon-wallet::after{
  width: 7px;
  height: 7px;
  right: 12px;
  top: 20px;
  border-radius: 50%;
  background: #20b297;
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-icon-check::before{
  width: 18px;
  height: 9px;
  left: 13px;
  top: 17px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-icon-mobile::before{
  width: 18px;
  height: 27px;
  left: 14px;
  top: 9px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 21px;
  bottom: 13px;
  border-radius: 50%;
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-icon-shield::before{
  width: 22px;
  height: 25px;
  top: 10px;
  left: 12px;
  clip-path: polygon(50% 0, 92% 16%, 82% 72%, 50% 100%, 18% 72%, 8% 16%);
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(248,252,251,0.98));
  box-shadow: 0 18px 45px rgba(18, 32, 54, 0.08);
  overflow: hidden;
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-step-card::before{
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  right: -54px;
  top: -58px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(32, 178, 151, 0.16), rgba(42, 112, 255, 0.14));
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: linear-gradient(135deg, #127763, #2a70ff);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 30px rgba(42, 112, 255, 0.18);
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-step-content{
  min-width: 0;
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-dot{
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #ffffff 0 24%, transparent 25%),
    linear-gradient(135deg, #20b297, #2a70ff);
  box-shadow: 0 0 0 8px rgba(32, 178, 151, 0.08);
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-badge{
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(18, 119, 99, 0.09);
  color: #127763;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-2 .tc-wp-content-root .usatax-editorial-wrap .usatax-reveal.usatax-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .usatax-editorial-wrap .usatax-section{
    padding: 48px 0;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-container{
    padding: 0 14px;
  }.tc-wp-content-root .usatax-editorial-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-info-card, .tc-wp-content-root .usatax-editorial-wrap .usatax-use-card, .tc-wp-content-root .usatax-editorial-wrap .usatax-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-info-card h3, .tc-wp-content-root .usatax-editorial-wrap .usatax-use-card h3, .tc-wp-content-root .usatax-editorial-wrap .usatax-benefit-card h3, .tc-wp-content-root .usatax-editorial-wrap .usatax-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-info-card p, .tc-wp-content-root .usatax-editorial-wrap .usatax-use-card p, .tc-wp-content-root .usatax-editorial-wrap .usatax-benefit-card p, .tc-wp-content-root .usatax-editorial-wrap .usatax-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .usatax-editorial-wrap .usatax-section{
    padding: 54px 0;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-container{
    padding: 0 18px;
  }.tc-wp-content-root .usatax-editorial-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-heading-block p{
    font-size: 15.5px;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-info-card, .tc-wp-content-root .usatax-editorial-wrap .usatax-use-card, .tc-wp-content-root .usatax-editorial-wrap .usatax-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-info-card h3, .tc-wp-content-root .usatax-editorial-wrap .usatax-use-card h3, .tc-wp-content-root .usatax-editorial-wrap .usatax-benefit-card h3, .tc-wp-content-root .usatax-editorial-wrap .usatax-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-info-card p, .tc-wp-content-root .usatax-editorial-wrap .usatax-use-card p, .tc-wp-content-root .usatax-editorial-wrap .usatax-benefit-card p, .tc-wp-content-root .usatax-editorial-wrap .usatax-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-step-list{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .usatax-editorial-wrap .usatax-section{
    padding: 60px 0;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-container{
    padding: 0 22px;
  }.tc-wp-content-root .usatax-editorial-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-info-card, .tc-wp-content-root .usatax-editorial-wrap .usatax-use-card, .tc-wp-content-root .usatax-editorial-wrap .usatax-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-info-card h3, .tc-wp-content-root .usatax-editorial-wrap .usatax-use-card h3, .tc-wp-content-root .usatax-editorial-wrap .usatax-benefit-card h3, .tc-wp-content-root .usatax-editorial-wrap .usatax-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-info-card p, .tc-wp-content-root .usatax-editorial-wrap .usatax-use-card p, .tc-wp-content-root .usatax-editorial-wrap .usatax-benefit-card p, .tc-wp-content-root .usatax-editorial-wrap .usatax-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-step-list{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .usatax-editorial-wrap .usatax-section{
    padding: 76px 0;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-container{
    padding: 0 30px;
  }.tc-wp-content-root .usatax-editorial-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-info-card, .tc-wp-content-root .usatax-editorial-wrap .usatax-use-card, .tc-wp-content-root .usatax-editorial-wrap .usatax-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-info-card h3, .tc-wp-content-root .usatax-editorial-wrap .usatax-use-card h3, .tc-wp-content-root .usatax-editorial-wrap .usatax-benefit-card h3, .tc-wp-content-root .usatax-editorial-wrap .usatax-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-info-card p, .tc-wp-content-root .usatax-editorial-wrap .usatax-use-card p, .tc-wp-content-root .usatax-editorial-wrap .usatax-benefit-card p, .tc-wp-content-root .usatax-editorial-wrap .usatax-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-step-list{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-step-card{
    gap: 22px;
    padding: 30px;
  }}@media (min-width: 1024px){.tc-wp-content-root .usatax-editorial-wrap .usatax-section{
    padding: 92px 0;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-container{
    padding: 0 32px;
  }.tc-wp-content-root .usatax-editorial-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-info-card, .tc-wp-content-root .usatax-editorial-wrap .usatax-use-card, .tc-wp-content-root .usatax-editorial-wrap .usatax-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-info-card h3, .tc-wp-content-root .usatax-editorial-wrap .usatax-use-card h3, .tc-wp-content-root .usatax-editorial-wrap .usatax-benefit-card h3, .tc-wp-content-root .usatax-editorial-wrap .usatax-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-info-card p, .tc-wp-content-root .usatax-editorial-wrap .usatax-use-card p, .tc-wp-content-root .usatax-editorial-wrap .usatax-benefit-card p, .tc-wp-content-root .usatax-editorial-wrap .usatax-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-step-list{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .usatax-editorial-wrap .usatax-step-card{
    gap: 26px;
    padding: 32px;
  }}