@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-108 .tc-wp-content-root img, .wpc-scope-108 .tc-wp-content-root video, .wpc-scope-108 .tc-wp-content-root svg, .wpc-scope-108 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-108 .tc-wp-content-root .utah-tax-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Arial, Helvetica, sans-serif;
}.wpc-scope-108 .tc-wp-content-root .utah-tax-content .utah-tax-section{
  position: relative;
}.wpc-scope-108 .tc-wp-content-root .utah-tax-content .utah-tax-section-white{
  background: #ffffff;
}.wpc-scope-108 .tc-wp-content-root .utah-tax-content .utah-tax-section-soft{
  background: linear-gradient(180deg, #f8fbf8 0%, #f4f8f5 100%);
}.wpc-scope-108 .tc-wp-content-root .utah-tax-content .utah-tax-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-108 .tc-wp-content-root .utah-tax-content .utah-tax-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-108 .tc-wp-content-root .utah-tax-content .utah-tax-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(21, 128, 61, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(22, 163, 74, 0.1), rgba(14, 165, 233, 0.08));
  color: #166534;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-108 .tc-wp-content-root .utah-tax-content h2{
  margin: 0;
  color: #122033;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-108 .tc-wp-content-root .utah-tax-content .utah-tax-heading p{
  margin: 14px auto 0;
  color: #58657a;
  line-height: 1.7;
}.wpc-scope-108 .tc-wp-content-root .utah-tax-content .utah-tax-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-108 .tc-wp-content-root .utah-tax-content .utah-tax-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(27, 50, 78, 0.1);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfb 100%);
  box-shadow: 0 18px 42px rgba(17, 32, 51, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-108 .tc-wp-content-root .utah-tax-content .utah-tax-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(22, 163, 74, 0.13), rgba(14, 165, 233, 0.09));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.wpc-scope-108 .tc-wp-content-root .utah-tax-content .utah-tax-card:hover{
  transform: translateY(-6px);
  border-color: rgba(22, 163, 74, 0.32);
  box-shadow: 0 24px 54px rgba(17, 32, 51, 0.12);
}.wpc-scope-108 .tc-wp-content-root .utah-tax-content .utah-tax-card:hover::before{
  opacity: 1;
}.wpc-scope-108 .tc-wp-content-root .utah-tax-content .utah-tax-icon{
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #16a34a, #0ea5e9);
  box-shadow: 0 12px 24px rgba(22, 163, 74, 0.22);
}.wpc-scope-108 .tc-wp-content-root .utah-tax-content .utah-tax-icon::after{
  content: "";
  position: absolute;
  width: 15px;
  height: 8px;
  left: 13px;
  top: 15px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-108 .tc-wp-content-root .utah-tax-content .utah-tax-card h3{
  position: relative;
  margin: 0;
  color: #182235;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}.wpc-scope-108 .tc-wp-content-root .utah-tax-content .utah-tax-card p{
  position: relative;
  margin: 11px 0 0;
  color: #5b6678;
  line-height: 1.65;
}.wpc-scope-108 .tc-wp-content-root .utah-tax-content .utah-tax-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-108 .tc-wp-content-root .utah-tax-content .utah-tax-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(21, 128, 61, 0.16);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(17, 32, 51, 0.075);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-108 .tc-wp-content-root .utah-tax-content .utah-tax-step:hover{
  transform: translateY(-4px);
  border-color: rgba(14, 165, 233, 0.28);
  box-shadow: 0 24px 52px rgba(17, 32, 51, 0.11);
}.wpc-scope-108 .tc-wp-content-root .utah-tax-content .utah-tax-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #14532d, #16a34a 52%, #0ea5e9);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(22, 163, 74, 0.24);
}.wpc-scope-108 .tc-wp-content-root .utah-tax-content .utah-tax-step-copy h3{
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-108 .tc-wp-content-root .utah-tax-content .utah-tax-step-copy p{
  margin: 9px 0 0;
  color: #5b6678;
  line-height: 1.65;
}.wpc-scope-108 .tc-wp-content-root .utah-tax-content .utah-tax-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(22, 163, 74, 0.09);
  color: #166534;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.wpc-scope-108 .tc-wp-content-root .utah-tax-content .utah-tax-trust{
  background: linear-gradient(180deg, #ffffff 0%, #fafffb 100%);
}.wpc-scope-108 .tc-wp-content-root .utah-tax-content .utah-tax-dot{
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #16a34a;
  box-shadow: 0 0 0 8px rgba(22, 163, 74, 0.1), 0 0 0 16px rgba(14, 165, 233, 0.06);
}.wpc-scope-108 .tc-wp-content-root .utah-tax-content .utah-tax-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-108 .tc-wp-content-root .utah-tax-content .utah-tax-reveal.utah-tax-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 .utah-tax-content .utah-tax-section{
    padding: 46px 0;
  }.tc-wp-content-root .utah-tax-content .utah-tax-container{
    padding: 0 14px;
  }.tc-wp-content-root .utah-tax-content h2{
    font-size: 26px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-heading p{
    font-size: 14px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-card h3, .tc-wp-content-root .utah-tax-content .utah-tax-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-card p, .tc-wp-content-root .utah-tax-content .utah-tax-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .utah-tax-content .utah-tax-section{
    padding: 54px 0;
  }.tc-wp-content-root .utah-tax-content .utah-tax-container{
    padding: 0 18px;
  }.tc-wp-content-root .utah-tax-content h2{
    font-size: 29px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-heading p{
    font-size: 15px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-card h3, .tc-wp-content-root .utah-tax-content .utah-tax-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-card p, .tc-wp-content-root .utah-tax-content .utah-tax-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .utah-tax-content .utah-tax-section{
    padding: 62px 0;
  }.tc-wp-content-root .utah-tax-content .utah-tax-container{
    padding: 0 22px;
  }.tc-wp-content-root .utah-tax-content h2{
    font-size: 33px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-heading p{
    font-size: 16px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-card{
    padding: 28px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-card h3, .tc-wp-content-root .utah-tax-content .utah-tax-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-card p, .tc-wp-content-root .utah-tax-content .utah-tax-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .utah-tax-content .utah-tax-section{
    padding: 74px 0;
  }.tc-wp-content-root .utah-tax-content .utah-tax-container{
    padding: 0 32px;
  }.tc-wp-content-root .utah-tax-content h2{
    font-size: 40px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-heading p{
    font-size: 17px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-card{
    padding: 30px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-card h3, .tc-wp-content-root .utah-tax-content .utah-tax-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-card p, .tc-wp-content-root .utah-tax-content .utah-tax-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-step{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .utah-tax-content .utah-tax-section{
    padding: 90px 0;
  }.tc-wp-content-root .utah-tax-content .utah-tax-container{
    padding: 0 34px;
  }.tc-wp-content-root .utah-tax-content h2{
    font-size: 46px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-heading p{
    font-size: 18px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-card{
    padding: 32px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-card h3, .tc-wp-content-root .utah-tax-content .utah-tax-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-card p, .tc-wp-content-root .utah-tax-content .utah-tax-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-step{
    grid-template-columns: auto 1fr;
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .utah-tax-content .utah-tax-step-number{
    width: 74px;
    height: 74px;
    font-size: 21px;
  }}