@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-105 .tc-wp-content-root img, .wpc-scope-105 .tc-wp-content-root video, .wpc-scope-105 .tc-wp-content-root svg, .wpc-scope-105 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content{
  width: 100%;
  overflow-x: hidden;
  color: #17211b;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content, .wpc-scope-105 .tc-wp-content-root .vt-tax-content section, .wpc-scope-105 .tc-wp-content-root .vt-tax-content div, .wpc-scope-105 .tc-wp-content-root .vt-tax-content article{
  box-sizing: border-box;
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-section{
  position: relative;
  width: 100%;
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-section-white{
  background: #ffffff;
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-section-soft{
  background:
    radial-gradient(circle at 12% 18%, rgba(29, 128, 86, 0.09), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(220, 169, 68, 0.10), transparent 30%),
    #f7faf7;
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #1f7a55;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-kicker::before, .wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-kicker::after{
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1f7a55, #dca944);
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-heading h2{
  margin: 0;
  color: #122017;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-heading p{
  margin: 14px auto 0;
  color: #546159;
  line-height: 1.7;
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-card, .wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-trust-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(31, 122, 85, 0.13);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfb 100%);
  box-shadow: 0 16px 42px rgba(21, 50, 34, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-card::before, .wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(31, 122, 85, 0.16), transparent 34%, rgba(220, 169, 68, 0.14));
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-card:hover, .wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(31, 122, 85, 0.26);
  box-shadow: 0 24px 54px rgba(21, 50, 34, 0.12);
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-card:hover::before, .wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-trust-card:hover::before{
  opacity: 1;
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-card h3, .wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-trust-card h3, .wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-step h3{
  position: relative;
  margin: 0;
  color: #15231a;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-card p, .wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-trust-card p, .wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-step p{
  position: relative;
  margin: 10px 0 0;
  color: #56645b;
  line-height: 1.68;
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1f7a55, #4aa36f);
  box-shadow: 0 12px 24px rgba(31, 122, 85, 0.24);
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-icon::before, .wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  opacity: 0.95;
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-icon-calc::before{
  left: 14px;
  top: 12px;
  width: 20px;
  height: 5px;
  border-radius: 5px;
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-icon-calc::after{
  left: 14px;
  top: 23px;
  width: 20px;
  height: 12px;
  border-radius: 3px;
  background: repeating-linear-gradient(90deg, #ffffff 0 4px, transparent 4px 8px);
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-icon-map::before{
  left: 13px;
  top: 10px;
  width: 22px;
  height: 28px;
  border-radius: 12px 12px 12px 2px;
  transform: rotate(45deg);
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-icon-map::after{
  left: 20px;
  top: 17px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1f7a55;
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-icon-speed::before{
  left: 12px;
  top: 16px;
  width: 24px;
  height: 16px;
  border-radius: 16px 16px 4px 4px;
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-icon-speed::after{
  left: 23px;
  top: 18px;
  width: 3px;
  height: 14px;
  border-radius: 4px;
  transform: rotate(42deg);
  transform-origin: bottom;
  background: #1f7a55;
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-icon-clean::before{
  left: 13px;
  top: 13px;
  width: 22px;
  height: 22px;
  border-radius: 6px;
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-icon-clean::after{
  left: 18px;
  top: 22px;
  width: 14px;
  height: 3px;
  border-radius: 4px;
  background: #1f7a55;
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-icon-mobile::before{
  left: 16px;
  top: 9px;
  width: 16px;
  height: 30px;
  border-radius: 5px;
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-icon-mobile::after{
  left: 22px;
  top: 33px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #1f7a55;
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-icon-lock::before{
  left: 14px;
  top: 21px;
  width: 20px;
  height: 15px;
  border-radius: 4px;
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-icon-lock::after{
  left: 18px;
  top: 11px;
  width: 12px;
  height: 14px;
  border: 4px solid #ffffff;
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  background: transparent;
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(31, 122, 85, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(21, 50, 34, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-step::after{
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 38px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(31, 122, 85, 0.35), rgba(220, 169, 68, 0.35));
  opacity: 0.5;
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-step:hover{
  transform: translateY(-4px);
  border-color: rgba(31, 122, 85, 0.28);
  box-shadow: 0 24px 56px rgba(21, 50, 34, 0.12);
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 900;
  background: linear-gradient(135deg, #1f7a55, #dca944);
  box-shadow: 0 14px 28px rgba(31, 122, 85, 0.22);
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-step-copy{
  position: relative;
  z-index: 1;
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  border: 1px solid rgba(31, 122, 85, 0.17);
  border-radius: 999px;
  color: #1f7a55;
  font-weight: 800;
  background: rgba(31, 122, 85, 0.07);
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-trust-card{
  overflow: hidden;
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-trust-dot{
  position: relative;
  width: 12px;
  height: 12px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #dca944;
  box-shadow: 0 0 0 8px rgba(220, 169, 68, 0.14), 0 0 0 16px rgba(31, 122, 85, 0.06);
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-105 .tc-wp-content-root .vt-tax-content .vt-tax-reveal.vt-tax-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .vt-tax-content .vt-tax-section{
    padding: 46px 0;
  }.tc-wp-content-root .vt-tax-content .vt-tax-container{
    padding: 0 14px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-heading p{
    font-size: 14px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-kicker{
    font-size: 11px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-card, .tc-wp-content-root .vt-tax-content .vt-tax-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-card h3, .tc-wp-content-root .vt-tax-content .vt-tax-trust-card h3, .tc-wp-content-root .vt-tax-content .vt-tax-step h3{
    font-size: 18px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-card p, .tc-wp-content-root .vt-tax-content .vt-tax-trust-card p, .tc-wp-content-root .vt-tax-content .vt-tax-step p{
    font-size: 14px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-step::after{
    display: none;
  }.tc-wp-content-root .vt-tax-content .vt-tax-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-badge{
    padding: 7px 11px;
    font-size: 12px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .vt-tax-content .vt-tax-section{
    padding: 52px 0;
  }.tc-wp-content-root .vt-tax-content .vt-tax-container{
    padding: 0 18px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-heading p{
    font-size: 15px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-kicker{
    font-size: 11px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-card, .tc-wp-content-root .vt-tax-content .vt-tax-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-card h3, .tc-wp-content-root .vt-tax-content .vt-tax-trust-card h3, .tc-wp-content-root .vt-tax-content .vt-tax-step h3{
    font-size: 19px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-card p, .tc-wp-content-root .vt-tax-content .vt-tax-trust-card p, .tc-wp-content-root .vt-tax-content .vt-tax-step p{
    font-size: 14.5px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-step::after{
    display: none;
  }.tc-wp-content-root .vt-tax-content .vt-tax-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-badge{
    padding: 7px 12px;
    font-size: 12px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .vt-tax-content .vt-tax-section{
    padding: 60px 0;
  }.tc-wp-content-root .vt-tax-content .vt-tax-container{
    padding: 0 22px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-heading h2{
    font-size: 33px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-heading p{
    font-size: 16px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-kicker{
    font-size: 12px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-card, .tc-wp-content-root .vt-tax-content .vt-tax-trust-card{
    padding: 28px;
    border-radius: 22px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-card h3, .tc-wp-content-root .vt-tax-content .vt-tax-trust-card h3, .tc-wp-content-root .vt-tax-content .vt-tax-step h3{
    font-size: 20px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-card p, .tc-wp-content-root .vt-tax-content .vt-tax-trust-card p, .tc-wp-content-root .vt-tax-content .vt-tax-step p{
    font-size: 15px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-step::after{
    display: none;
  }.tc-wp-content-root .vt-tax-content .vt-tax-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-badge{
    padding: 8px 13px;
    font-size: 12px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .vt-tax-content .vt-tax-section{
    padding: 74px 0;
  }.tc-wp-content-root .vt-tax-content .vt-tax-container{
    padding: 0 28px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-heading p{
    font-size: 17px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-kicker{
    font-size: 12px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-grid-three, .tc-wp-content-root .vt-tax-content .vt-tax-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .vt-tax-content .vt-tax-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-card, .tc-wp-content-root .vt-tax-content .vt-tax-trust-card{
    padding: 30px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-card h3, .tc-wp-content-root .vt-tax-content .vt-tax-trust-card h3, .tc-wp-content-root .vt-tax-content .vt-tax-step h3{
    font-size: 21px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-card p, .tc-wp-content-root .vt-tax-content .vt-tax-trust-card p, .tc-wp-content-root .vt-tax-content .vt-tax-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-step{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-badge{
    padding: 8px 14px;
    font-size: 12px;
  }}@media (min-width: 1024px){.tc-wp-content-root .vt-tax-content .vt-tax-section{
    padding: 92px 0;
  }.tc-wp-content-root .vt-tax-content .vt-tax-container{
    padding: 0 32px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-heading p{
    font-size: 18px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-kicker{
    font-size: 12px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-grid-three, .tc-wp-content-root .vt-tax-content .vt-tax-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .vt-tax-content .vt-tax-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-card, .tc-wp-content-root .vt-tax-content .vt-tax-trust-card{
    padding: 32px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-card h3, .tc-wp-content-root .vt-tax-content .vt-tax-trust-card h3, .tc-wp-content-root .vt-tax-content .vt-tax-step h3{
    font-size: 22px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-card p, .tc-wp-content-root .vt-tax-content .vt-tax-trust-card p, .tc-wp-content-root .vt-tax-content .vt-tax-step p{
    font-size: 16px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-step{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-step-number{
    width: 68px;
    height: 68px;
    font-size: 18px;
  }.tc-wp-content-root .vt-tax-content .vt-tax-badge{
    padding: 8px 14px;
    font-size: 12px;
  }}