@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-8 .tc-wp-content-root img, .wpc-scope-8 .tc-wp-content-root video, .wpc-scope-8 .tc-wp-content-root svg, .wpc-scope-8 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-8 .tc-wp-content-root .co-tax-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.wpc-scope-8 .tc-wp-content-root .co-tax-content, .wpc-scope-8 .tc-wp-content-root .co-tax-content div, .wpc-scope-8 .tc-wp-content-root .co-tax-content section, .wpc-scope-8 .tc-wp-content-root .co-tax-content article{
  box-sizing: border-box;
}.wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-section{
  position: relative;
  width: 100%;
}.wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-section--white{
  background: #ffffff;
}.wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-section--soft{
  background:
    radial-gradient(circle at 12% 10%, rgba(16, 185, 129, 0.08), transparent 34%),
    linear-gradient(180deg, #f8fbf8 0%, #f3f7f4 100%);
}.wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 12px;
  border: 1px solid rgba(16, 185, 129, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.12), rgba(59, 130, 246, 0.1));
  color: #0f766e;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-heading h2{
  margin: 0;
  color: #132033;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-heading p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #536071;
  font-weight: 450;
  line-height: 1.7;
}.wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-card, .wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-trust-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 45px rgba(22, 33, 55, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-card::before, .wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.11), transparent 36%, rgba(59, 130, 246, 0.08));
  opacity: 0;
  transition: opacity 220ms ease;
}.wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-card:hover, .wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-trust-card:hover, .wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-step:hover{
  transform: translateY(-5px);
  border-color: rgba(16, 185, 129, 0.28);
  box-shadow: 0 24px 60px rgba(22, 33, 55, 0.12);
}.wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-card:hover::before, .wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-trust-card:hover::before{
  opacity: 1;
}.wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-card h3, .wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-trust-card h3, .wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-step h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #172033;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-card p, .wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-trust-card p, .wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-step p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5b6677;
  font-weight: 440;
  line-height: 1.65;
}.wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #10b981, #2563eb);
  box-shadow: 0 12px 24px rgba(16, 185, 129, 0.2);
}.wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-icon::before, .wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-icon--mountain::before{
  width: 22px;
  height: 14px;
  left: 12px;
  bottom: 13px;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}.wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-icon--speed::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
}.wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-icon--preview::before{
  width: 24px;
  height: 16px;
  left: 11px;
  top: 15px;
  border: 3px solid #ffffff;
  border-radius: 9px;
  background: transparent;
}.wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-icon--steps::before{
  width: 24px;
  height: 4px;
  left: 11px;
  top: 13px;
  border-radius: 999px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-icon--mobile::before{
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border: 3px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}.wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-icon--daily::before{
  width: 23px;
  height: 23px;
  left: 12px;
  top: 12px;
  border-radius: 7px;
  border: 3px solid #ffffff;
  background: transparent;
}.wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(22, 33, 55, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-step::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #10b981, #2563eb);
}.wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-step__number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #0f766e, #2563eb);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 26px rgba(37, 99, 235, 0.18);
}.wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-card--accent{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(16, 185, 129, 0.42), rgba(37, 99, 235, 0.3)) border-box;
  border-color: transparent;
}.wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-dot{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #10b981;
  box-shadow: 0 0 0 8px rgba(16, 185, 129, 0.11), 0 0 24px rgba(37, 99, 235, 0.18);
}.wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.1);
  color: #0f766e;
  font-size: 12px;
  font-weight: 820;
  line-height: 1;
}.wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-8 .tc-wp-content-root .co-tax-content .co-tax-reveal.co-tax-is-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .co-tax-content .co-tax-section{
    padding: 48px 0;
  }.tc-wp-content-root .co-tax-content .co-tax-container{
    padding: 0 14px;
  }.tc-wp-content-root .co-tax-content .co-tax-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .co-tax-content .co-tax-heading p{
    font-size: 14px;
  }.tc-wp-content-root .co-tax-content .co-tax-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .co-tax-content .co-tax-card, .tc-wp-content-root .co-tax-content .co-tax-trust-card{
    padding: 22px;
  }.tc-wp-content-root .co-tax-content .co-tax-card h3, .tc-wp-content-root .co-tax-content .co-tax-trust-card h3, .tc-wp-content-root .co-tax-content .co-tax-step h3{
    font-size: 18px;
  }.tc-wp-content-root .co-tax-content .co-tax-card p, .tc-wp-content-root .co-tax-content .co-tax-trust-card p, .tc-wp-content-root .co-tax-content .co-tax-step p{
    font-size: 14px;
  }.tc-wp-content-root .co-tax-content .co-tax-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .co-tax-content .co-tax-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .co-tax-content .co-tax-step__number{
    width: 48px;
    height: 48px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .co-tax-content .co-tax-section{
    padding: 54px 0;
  }.tc-wp-content-root .co-tax-content .co-tax-container{
    padding: 0 18px;
  }.tc-wp-content-root .co-tax-content .co-tax-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .co-tax-content .co-tax-heading p{
    font-size: 15px;
  }.tc-wp-content-root .co-tax-content .co-tax-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .co-tax-content .co-tax-card, .tc-wp-content-root .co-tax-content .co-tax-trust-card{
    padding: 24px;
  }.tc-wp-content-root .co-tax-content .co-tax-card h3, .tc-wp-content-root .co-tax-content .co-tax-trust-card h3, .tc-wp-content-root .co-tax-content .co-tax-step h3{
    font-size: 19px;
  }.tc-wp-content-root .co-tax-content .co-tax-card p, .tc-wp-content-root .co-tax-content .co-tax-trust-card p, .tc-wp-content-root .co-tax-content .co-tax-step p{
    font-size: 15px;
  }.tc-wp-content-root .co-tax-content .co-tax-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .co-tax-content .co-tax-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .co-tax-content .co-tax-step__number{
    width: 50px;
    height: 50px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .co-tax-content .co-tax-section{
    padding: 62px 0;
  }.tc-wp-content-root .co-tax-content .co-tax-container{
    padding: 0 22px;
  }.tc-wp-content-root .co-tax-content .co-tax-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .co-tax-content .co-tax-heading p{
    font-size: 16px;
  }.tc-wp-content-root .co-tax-content .co-tax-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .co-tax-content .co-tax-card, .tc-wp-content-root .co-tax-content .co-tax-trust-card{
    padding: 26px;
  }.tc-wp-content-root .co-tax-content .co-tax-card h3, .tc-wp-content-root .co-tax-content .co-tax-trust-card h3, .tc-wp-content-root .co-tax-content .co-tax-step h3{
    font-size: 20px;
  }.tc-wp-content-root .co-tax-content .co-tax-card p, .tc-wp-content-root .co-tax-content .co-tax-trust-card p, .tc-wp-content-root .co-tax-content .co-tax-step p{
    font-size: 15px;
  }.tc-wp-content-root .co-tax-content .co-tax-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .co-tax-content .co-tax-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .co-tax-content .co-tax-step__number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .co-tax-content .co-tax-section{
    padding: 78px 0;
  }.tc-wp-content-root .co-tax-content .co-tax-container{
    padding: 0 32px;
  }.tc-wp-content-root .co-tax-content .co-tax-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .co-tax-content .co-tax-heading p{
    font-size: 17px;
  }.tc-wp-content-root .co-tax-content .co-tax-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .co-tax-content .co-tax-grid--trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .co-tax-content .co-tax-card, .tc-wp-content-root .co-tax-content .co-tax-trust-card{
    padding: 28px;
  }.tc-wp-content-root .co-tax-content .co-tax-card h3, .tc-wp-content-root .co-tax-content .co-tax-trust-card h3, .tc-wp-content-root .co-tax-content .co-tax-step h3{
    font-size: 21px;
  }.tc-wp-content-root .co-tax-content .co-tax-card p, .tc-wp-content-root .co-tax-content .co-tax-trust-card p, .tc-wp-content-root .co-tax-content .co-tax-step p{
    font-size: 16px;
  }.tc-wp-content-root .co-tax-content .co-tax-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .co-tax-content .co-tax-step{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .co-tax-content .co-tax-step__number{
    width: 60px;
    height: 60px;
    font-size: 17px;
  }}@media (min-width: 1024px){.tc-wp-content-root .co-tax-content .co-tax-section{
    padding: 92px 0;
  }.tc-wp-content-root .co-tax-content .co-tax-container{
    padding: 0 32px;
  }.tc-wp-content-root .co-tax-content .co-tax-heading h2{
    font-size: 48px;
  }.tc-wp-content-root .co-tax-content .co-tax-heading p{
    font-size: 18px;
  }.tc-wp-content-root .co-tax-content .co-tax-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .co-tax-content .co-tax-grid--three, .tc-wp-content-root .co-tax-content .co-tax-grid--trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .co-tax-content .co-tax-card, .tc-wp-content-root .co-tax-content .co-tax-trust-card{
    padding: 30px;
  }.tc-wp-content-root .co-tax-content .co-tax-card h3, .tc-wp-content-root .co-tax-content .co-tax-trust-card h3, .tc-wp-content-root .co-tax-content .co-tax-step h3{
    font-size: 22px;
  }.tc-wp-content-root .co-tax-content .co-tax-card p, .tc-wp-content-root .co-tax-content .co-tax-trust-card p, .tc-wp-content-root .co-tax-content .co-tax-step p{
    font-size: 16px;
  }.tc-wp-content-root .co-tax-content .co-tax-steps{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .co-tax-content .co-tax-step{
    gap: 26px;
    padding: 32px 34px;
  }.tc-wp-content-root .co-tax-content .co-tax-step__number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }}.wpc-scope-8 .tc-wp-content-root .co-tax-step__content{}