@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-45 .tc-wp-content-root img, .wpc-scope-45 .tc-wp-content-root video, .wpc-scope-45 .tc-wp-content-root svg, .wpc-scope-45 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap{
  width: 100%;
  overflow: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap, .wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap div, .wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap section, .wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap article{
  box-sizing: border-box;
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-section{
  position: relative;
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-section-white{
  background: #ffffff;
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-section-soft{
  background:
    radial-gradient(circle at 12% 8%, rgba(0, 132, 112, 0.08), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(18, 103, 181, 0.08), transparent 34%),
    #f7faf9;
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(0, 132, 112, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 132, 112, 0.1), rgba(18, 103, 181, 0.08));
  color: #08715f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-eyebrow::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #008470, #1267b5);
  box-shadow: 0 0 0 5px rgba(0, 132, 112, 0.1);
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-heading h2{
  margin: 0;
  color: #142033;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-heading p{
  margin: 16px auto 0;
  color: #546276;
  line-height: 1.7;
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-card, .wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-trust-card, .wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-step{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(20, 32, 51, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 42px rgba(20, 32, 51, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-card, .wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-trust-card{
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 22px;
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-card::after, .wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(0, 132, 112, 0.12), transparent 35%, rgba(18, 103, 181, 0.1));
  opacity: 0;
  transition: opacity 240ms ease;
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-card:hover, .wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-trust-card:hover, .wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-step:hover{
  transform: translateY(-5px);
  border-color: rgba(0, 132, 112, 0.24);
  box-shadow: 0 22px 56px rgba(20, 32, 51, 0.12);
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-card:hover::after, .wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-trust-card:hover::after{
  opacity: 1;
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-card h3, .wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-trust-card h3, .wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-step h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-card p, .wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-trust-card p, .wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-step p{
  position: relative;
  z-index: 1;
  margin: 11px 0 0;
  color: #5a6677;
  line-height: 1.68;
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #008470, #1267b5);
  box-shadow: 0 12px 26px rgba(0, 132, 112, 0.22);
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-icon::before, .wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-icon-bar::before{
  left: 13px;
  bottom: 12px;
  width: 5px;
  height: 14px;
  border-radius: 6px;
  box-shadow: 8px -5px 0 rgba(255, 255, 255, 0.75), 16px -10px 0 rgba(255, 255, 255, 0.62);
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-icon-calc::before{
  inset: 12px 13px 21px;
  border-radius: 3px;
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-icon-calc::after{
  left: 13px;
  bottom: 11px;
  width: 5px;
  height: 5px;
  border-radius: 2px;
  box-shadow: 8px 0 0 rgba(255, 255, 255, 0.82), 16px 0 0 rgba(255, 255, 255, 0.7);
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-icon-doc::before{
  left: 14px;
  top: 11px;
  width: 18px;
  height: 24px;
  border-radius: 4px;
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-icon-doc::after{
  left: 18px;
  top: 18px;
  width: 12px;
  height: 2px;
  border-radius: 5px;
  box-shadow: 0 6px 0 rgba(255, 255, 255, 0.88);
  background: rgba(0, 132, 112, 0.62);
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-icon-path::before{
  left: 12px;
  top: 21px;
  width: 22px;
  height: 4px;
  border-radius: 8px;
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-icon-path::after{
  right: 10px;
  top: 17px;
  width: 10px;
  height: 10px;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-right: 4px solid rgba(255, 255, 255, 0.9);
  background: transparent;
  transform: rotate(45deg);
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-icon-phone::before{
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border-radius: 5px;
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-icon-phone::after{
  left: 21px;
  bottom: 12px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(0, 132, 112, 0.62);
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-icon-shield::before{
  left: 12px;
  top: 10px;
  width: 22px;
  height: 25px;
  border-radius: 12px 12px 14px 14px;
  clip-path: polygon(50% 0, 100% 18%, 88% 78%, 50% 100%, 12% 78%, 0 18%);
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-step{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border-radius: 24px;
  overflow: hidden;
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-step::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, #008470, #1267b5);
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #008470, #1267b5);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 15px 30px rgba(18, 103, 181, 0.2);
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 132, 112, 0.09);
  color: #08715f;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-trust-mark{
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  margin: 0 0 20px;
  border-radius: 50%;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, #008470, #1267b5) border-box;
  border: 2px solid transparent;
  box-shadow: 0 14px 28px rgba(20, 32, 51, 0.09);
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-trust-mark::before{
  content: "";
  position: absolute;
  left: 17px;
  top: 14px;
  width: 13px;
  height: 21px;
  border-right: 4px solid #008470;
  border-bottom: 4px solid #008470;
  transform: rotate(42deg);
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-45 .tc-wp-content-root .ct-tax-content-wrap .ct-tax-reveal.ct-tax-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .ct-tax-content-wrap .ct-tax-section{
    padding: 46px 0;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-container{
    padding: 0 14px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-heading p{
    font-size: 14px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-card, .tc-wp-content-root .ct-tax-content-wrap .ct-tax-trust-card{
    padding: 22px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-card h3, .tc-wp-content-root .ct-tax-content-wrap .ct-tax-trust-card h3, .tc-wp-content-root .ct-tax-content-wrap .ct-tax-step h3{
    font-size: 18px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-card p, .tc-wp-content-root .ct-tax-content-wrap .ct-tax-trust-card p, .tc-wp-content-root .ct-tax-content-wrap .ct-tax-step p{
    font-size: 14px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-step-number{
    width: 52px;
    height: 52px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ct-tax-content-wrap .ct-tax-section{
    padding: 52px 0;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-container{
    padding: 0 18px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-card, .tc-wp-content-root .ct-tax-content-wrap .ct-tax-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-card h3, .tc-wp-content-root .ct-tax-content-wrap .ct-tax-trust-card h3, .tc-wp-content-root .ct-tax-content-wrap .ct-tax-step h3{
    font-size: 19px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-card p, .tc-wp-content-root .ct-tax-content-wrap .ct-tax-trust-card p, .tc-wp-content-root .ct-tax-content-wrap .ct-tax-step p{
    font-size: 14.5px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ct-tax-content-wrap .ct-tax-section{
    padding: 60px 0;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-container{
    padding: 0 22px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-heading p{
    font-size: 16px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-card, .tc-wp-content-root .ct-tax-content-wrap .ct-tax-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-card h3, .tc-wp-content-root .ct-tax-content-wrap .ct-tax-trust-card h3, .tc-wp-content-root .ct-tax-content-wrap .ct-tax-step h3{
    font-size: 20px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-card p, .tc-wp-content-root .ct-tax-content-wrap .ct-tax-trust-card p, .tc-wp-content-root .ct-tax-content-wrap .ct-tax-step p{
    font-size: 15px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-step-number{
    width: 56px;
    height: 56px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ct-tax-content-wrap .ct-tax-section{
    padding: 76px 0;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-container{
    padding: 0 30px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-card, .tc-wp-content-root .ct-tax-content-wrap .ct-tax-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-card h3, .tc-wp-content-root .ct-tax-content-wrap .ct-tax-trust-card h3, .tc-wp-content-root .ct-tax-content-wrap .ct-tax-step h3{
    font-size: 21px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-card p, .tc-wp-content-root .ct-tax-content-wrap .ct-tax-trust-card p, .tc-wp-content-root .ct-tax-content-wrap .ct-tax-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-step{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ct-tax-content-wrap .ct-tax-section{
    padding: 92px 0;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-container{
    padding: 0 32px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-card, .tc-wp-content-root .ct-tax-content-wrap .ct-tax-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-card h3, .tc-wp-content-root .ct-tax-content-wrap .ct-tax-trust-card h3, .tc-wp-content-root .ct-tax-content-wrap .ct-tax-step h3{
    font-size: 22px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-card p, .tc-wp-content-root .ct-tax-content-wrap .ct-tax-trust-card p, .tc-wp-content-root .ct-tax-content-wrap .ct-tax-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-step{
    gap: 26px;
    padding: 32px 34px;
  }.tc-wp-content-root .ct-tax-content-wrap .ct-tax-step-number{
    width: 66px;
    height: 66px;
    font-size: 21px;
  }}.wpc-scope-45 .tc-wp-content-root .ct-tax-step-content{}