@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-54 .tc-wp-content-root img, .wpc-scope-54 .tc-wp-content-root video, .wpc-scope-54 .tc-wp-content-root svg, .wpc-scope-54 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content{
  width: 100%;
  overflow-x: hidden;
  color: #1d2939;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content, .wpc-scope-54 .tc-wp-content-root .utah-tax-content div, .wpc-scope-54 .tc-wp-content-root .utah-tax-content section, .wpc-scope-54 .tc-wp-content-root .utah-tax-content article{
  box-sizing: border-box;
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__section{
  position: relative;
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__section--white{
  background: #ffffff;
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__section--soft{
  background:
    radial-gradient(circle at 12% 8%, rgba(37, 99, 235, 0.08), transparent 30%),
    radial-gradient(circle at 88% 22%, rgba(20, 184, 166, 0.08), transparent 28%),
    #f7faf9;
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__container{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__header{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 12px;
  border: 1px solid rgba(20, 184, 166, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.12), rgba(37, 99, 235, 0.1));
  color: #0f766e;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__eyebrow::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #14b8a6, #2563eb);
  box-shadow: 0 0 0 5px rgba(20, 184, 166, 0.12);
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content h2{
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__header p{
  margin: 14px auto 0;
  color: #526071;
  max-width: 720px;
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__grid{
  display: grid;
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__card, .wpc-scope-54 .tc-wp-content-root .utah-tax-content__trust-card{
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(16, 24, 40, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__card::after, .wpc-scope-54 .tc-wp-content-root .utah-tax-content__trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.12), rgba(37, 99, 235, 0.08), transparent 42%);
  opacity: 0;
  transition: opacity 220ms ease;
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__card:hover, .wpc-scope-54 .tc-wp-content-root .utah-tax-content__trust-card:hover{
  transform: translateY(-5px);
  border-color: rgba(20, 184, 166, 0.26);
  box-shadow: 0 24px 56px rgba(16, 24, 40, 0.12);
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__card:hover::after, .wpc-scope-54 .tc-wp-content-root .utah-tax-content__trust-card:hover::after{
  opacity: 1;
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__icon{
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #14b8a6, #2563eb);
  box-shadow: 0 14px 24px rgba(37, 99, 235, 0.2);
  position: relative;
  flex: 0 0 auto;
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__icon::before, .wpc-scope-54 .tc-wp-content-root .utah-tax-content__icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__icon--calc::before{
  width: 22px;
  height: 4px;
  left: 12px;
  top: 12px;
  border-radius: 8px;
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__icon--calc::after{
  width: 22px;
  height: 14px;
  left: 12px;
  bottom: 10px;
  border-radius: 4px;
  opacity: 0.9;
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__icon--speed::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 4px solid #ffffff;
  border-top-color: transparent;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__icon--speed::after{
  width: 14px;
  height: 4px;
  right: 9px;
  top: 20px;
  border-radius: 8px;
  transform: rotate(-24deg);
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__icon--preview::before{
  width: 24px;
  height: 16px;
  left: 11px;
  top: 15px;
  border-radius: 10px;
  opacity: 0.95;
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__icon--preview::after{
  width: 7px;
  height: 7px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #2563eb;
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__icon--steps::before{
  width: 6px;
  height: 6px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__icon--steps::after{
  width: 16px;
  height: 4px;
  right: 10px;
  top: 13px;
  border-radius: 8px;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__icon--mobile::before{
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__icon--mobile::after{
  width: 5px;
  height: 5px;
  left: 21px;
  bottom: 12px;
  border-radius: 50%;
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__icon--daily::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  opacity: 0.95;
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__icon--daily::after{
  width: 12px;
  height: 12px;
  left: 17px;
  top: 17px;
  border-radius: 3px;
  background: #14b8a6;
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__card p, .wpc-scope-54 .tc-wp-content-root .utah-tax-content__trust-card p, .wpc-scope-54 .tc-wp-content-root .utah-tax-content__step p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #526071;
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__card--use{
  overflow: hidden;
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__card--use::before{
  content: "";
  width: 42px;
  height: 5px;
  border-radius: 999px;
  margin-bottom: 18px;
  background: linear-gradient(90deg, #14b8a6, #2563eb);
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__step{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  position: relative;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(16, 24, 40, 0.08);
  overflow: hidden;
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__step::before{
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -70px;
  top: -85px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20, 184, 166, 0.2), rgba(37, 99, 235, 0.08), transparent 68%);
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0f766e, #2563eb);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 26px rgba(37, 99, 235, 0.22);
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__step-copy{
  position: relative;
  z-index: 1;
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__badge{
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.1);
  color: #0f766e;
  font-size: 13px;
  font-weight: 800;
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-54 .tc-wp-content-root .utah-tax-content__reveal.utah-tax-content__reveal--visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .utah-tax-content__section{
    padding: 44px 0;
  }.tc-wp-content-root .utah-tax-content__container{
    padding: 0 14px;
  }.tc-wp-content-root .utah-tax-content h2{
    font-size: 26px;
  }.tc-wp-content-root .utah-tax-content__header p{
    font-size: 15px;
  }.tc-wp-content-root .utah-tax-content__grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .utah-tax-content__card, .tc-wp-content-root .utah-tax-content__trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .utah-tax-content h3{
    font-size: 18px;
  }.tc-wp-content-root .utah-tax-content__card p, .tc-wp-content-root .utah-tax-content__trust-card p, .tc-wp-content-root .utah-tax-content__step p{
    font-size: 14px;
  }.tc-wp-content-root .utah-tax-content__steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .utah-tax-content__step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .utah-tax-content__step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .utah-tax-content__section{
    padding: 50px 0;
  }.tc-wp-content-root .utah-tax-content__container{
    padding: 0 18px;
  }.tc-wp-content-root .utah-tax-content h2{
    font-size: 29px;
  }.tc-wp-content-root .utah-tax-content__header p{
    font-size: 15.5px;
  }.tc-wp-content-root .utah-tax-content__grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .utah-tax-content__card, .tc-wp-content-root .utah-tax-content__trust-card{
    padding: 24px;
  }.tc-wp-content-root .utah-tax-content h3{
    font-size: 19px;
  }.tc-wp-content-root .utah-tax-content__card p, .tc-wp-content-root .utah-tax-content__trust-card p, .tc-wp-content-root .utah-tax-content__step p{
    font-size: 14.5px;
  }.tc-wp-content-root .utah-tax-content__steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .utah-tax-content__step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .utah-tax-content__step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .utah-tax-content__section{
    padding: 58px 0;
  }.tc-wp-content-root .utah-tax-content__container{
    padding: 0 22px;
  }.tc-wp-content-root .utah-tax-content h2{
    font-size: 32px;
  }.tc-wp-content-root .utah-tax-content__header p{
    font-size: 16px;
  }.tc-wp-content-root .utah-tax-content__grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .utah-tax-content__card, .tc-wp-content-root .utah-tax-content__trust-card{
    padding: 26px;
  }.tc-wp-content-root .utah-tax-content h3{
    font-size: 20px;
  }.tc-wp-content-root .utah-tax-content__card p, .tc-wp-content-root .utah-tax-content__trust-card p, .tc-wp-content-root .utah-tax-content__step p{
    font-size: 15px;
  }.tc-wp-content-root .utah-tax-content__steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .utah-tax-content__step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .utah-tax-content__step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .utah-tax-content__section{
    padding: 76px 0;
  }.tc-wp-content-root .utah-tax-content__container{
    padding: 0 32px;
  }.tc-wp-content-root .utah-tax-content h2{
    font-size: 40px;
  }.tc-wp-content-root .utah-tax-content__header p{
    font-size: 17px;
  }.tc-wp-content-root .utah-tax-content__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .utah-tax-content__grid--trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .utah-tax-content__card, .tc-wp-content-root .utah-tax-content__trust-card{
    padding: 28px;
  }.tc-wp-content-root .utah-tax-content h3{
    font-size: 20px;
  }.tc-wp-content-root .utah-tax-content__card p, .tc-wp-content-root .utah-tax-content__trust-card p, .tc-wp-content-root .utah-tax-content__step p{
    font-size: 15.5px;
  }.tc-wp-content-root .utah-tax-content__steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .utah-tax-content__step{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .utah-tax-content__step-number{
    font-size: 18px;
  }}@media (min-width: 1024px){.tc-wp-content-root .utah-tax-content__section{
    padding: 92px 0;
  }.tc-wp-content-root .utah-tax-content__container{
    padding: 0 36px;
  }.tc-wp-content-root .utah-tax-content h2{
    font-size: 46px;
  }.tc-wp-content-root .utah-tax-content__header p{
    font-size: 18px;
  }.tc-wp-content-root .utah-tax-content__grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .utah-tax-content__grid--three, .tc-wp-content-root .utah-tax-content__grid--trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .utah-tax-content__card, .tc-wp-content-root .utah-tax-content__trust-card{
    padding: 30px;
  }.tc-wp-content-root .utah-tax-content h3{
    font-size: 21px;
  }.tc-wp-content-root .utah-tax-content__card p, .tc-wp-content-root .utah-tax-content__trust-card p, .tc-wp-content-root .utah-tax-content__step p{
    font-size: 16px;
  }.tc-wp-content-root .utah-tax-content__steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .utah-tax-content__step{
    gap: 26px;
    padding: 32px;
  }.tc-wp-content-root .utah-tax-content__step-number{
    font-size: 18px;
  }}