@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-64 .tc-wp-content-root img, .wpc-scope-64 .tc-wp-content-root video, .wpc-scope-64 .tc-wp-content-root svg, .wpc-scope-64 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content, .wpc-scope-64 .tc-wp-content-root .ks-tax-content div, .wpc-scope-64 .tc-wp-content-root .ks-tax-content section, .wpc-scope-64 .tc-wp-content-root .ks-tax-content article, .wpc-scope-64 .tc-wp-content-root .ks-tax-content span, .wpc-scope-64 .tc-wp-content-root .ks-tax-content h2, .wpc-scope-64 .tc-wp-content-root .ks-tax-content h3, .wpc-scope-64 .tc-wp-content-root .ks-tax-content p{
  box-sizing: border-box;
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content{
  width: 100%;
  overflow: hidden;
  color: #14213d;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__section{
  position: relative;
  width: 100%;
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__section--white{
  background: #ffffff;
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__section--soft{
  background:
    radial-gradient(circle at 12% 8%, rgba(34, 197, 94, 0.10), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(20, 184, 166, 0.10), transparent 28%),
    #f7faf7;
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__header{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  padding: 7px 12px;
  border: 1px solid rgba(20, 184, 166, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.10), rgba(20, 184, 166, 0.10));
  color: #047857;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content h2{
  margin: 0;
  color: #102033;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__header p{
  margin: 14px auto 0;
  max-width: 680px;
  color: #536174;
  font-weight: 500;
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__card, .wpc-scope-64 .tc-wp-content-root .ks-tax-content__trust-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__card::before, .wpc-scope-64 .tc-wp-content-root .ks-tax-content__trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.16), rgba(20, 184, 166, 0.05), transparent 54%);
  opacity: 0;
  transition: opacity 220ms ease;
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__card:hover, .wpc-scope-64 .tc-wp-content-root .ks-tax-content__trust-card:hover, .wpc-scope-64 .tc-wp-content-root .ks-tax-content__step:hover{
  transform: translateY(-4px);
  border-color: rgba(20, 184, 166, 0.30);
  box-shadow: 0 22px 58px rgba(15, 23, 42, 0.11);
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__card:hover::before, .wpc-scope-64 .tc-wp-content-root .ks-tax-content__trust-card:hover::before{
  opacity: 1;
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #16a34a, #14b8a6);
  box-shadow: 0 12px 24px rgba(20, 184, 166, 0.24);
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__icon::before, .wpc-scope-64 .tc-wp-content-root .ks-tax-content__icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__icon--calc::before{
  width: 20px;
  height: 24px;
  left: 13px;
  top: 11px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.95);
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__icon--calc::after{
  width: 4px;
  height: 4px;
  left: 18px;
  top: 22px;
  border-radius: 50%;
  box-shadow: 8px 0 0 #16a34a, 0 8px 0 #16a34a, 8px 8px 0 #16a34a;
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__icon--speed::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 4px solid #ffffff;
  border-left-color: transparent;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__icon--speed::after{
  width: 12px;
  height: 4px;
  right: 10px;
  top: 21px;
  border-radius: 999px;
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__icon--preview::before{
  width: 24px;
  height: 16px;
  left: 11px;
  top: 15px;
  border: 3px solid #ffffff;
  border-radius: 10px;
  background: transparent;
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__icon--preview::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__icon--steps::before{
  width: 5px;
  height: 5px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__icon--steps::after{
  width: 16px;
  height: 3px;
  left: 22px;
  top: 14px;
  border-radius: 999px;
  box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__icon--mobile::before{
  width: 16px;
  height: 25px;
  left: 15px;
  top: 10px;
  border: 3px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__icon--mobile::after{
  width: 4px;
  height: 4px;
  left: 21px;
  bottom: 13px;
  border-radius: 50%;
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__icon--daily::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.95);
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__icon--daily::after{
  width: 14px;
  height: 3px;
  left: 16px;
  top: 20px;
  border-radius: 999px;
  background: #16a34a;
  box-shadow: 0 7px 0 #16a34a;
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content h3{
  position: relative;
  margin: 0;
  color: #14213d;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__card p, .wpc-scope-64 .tc-wp-content-root .ks-tax-content__step p, .wpc-scope-64 .tc-wp-content-root .ks-tax-content__trust-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5c6878;
  font-weight: 500;
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(20, 184, 166, 0.16);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(240, 253, 244, 0.88));
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #0f766e, #22c55e);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 30px rgba(20, 184, 166, 0.25);
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__badge{
  position: relative;
  display: inline-flex;
  margin: 0 0 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.10);
  color: #047857;
  font-size: 12px;
  font-weight: 800;
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__card--accent{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(34, 197, 94, 0.38), rgba(20, 184, 166, 0.16), rgba(15, 23, 42, 0.08)) border-box;
  border: 1px solid transparent;
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__trust-card{
  overflow: hidden;
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__trust-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.14), rgba(20, 184, 166, 0.14));
  border: 1px solid rgba(20, 184, 166, 0.22);
  position: relative;
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__trust-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #059669;
  border-bottom: 3px solid #059669;
  transform: rotate(-45deg);
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__reveal.ks-tax-content__reveal--visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .ks-tax-content__section{
    padding: 54px 0;
  }.tc-wp-content-root .ks-tax-content__container{
    padding: 0 14px;
  }.tc-wp-content-root .ks-tax-content h2{
    font-size: 26px;
  }.tc-wp-content-root .ks-tax-content__header p{
    font-size: 15px;
  }.tc-wp-content-root .ks-tax-content__grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ks-tax-content__card, .tc-wp-content-root .ks-tax-content__trust-card{
    padding: 22px;
  }.tc-wp-content-root .ks-tax-content h3{
    font-size: 18px;
  }.tc-wp-content-root .ks-tax-content__card p, .tc-wp-content-root .ks-tax-content__step p, .tc-wp-content-root .ks-tax-content__trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .ks-tax-content__steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ks-tax-content__step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ks-tax-content__step-number{
    width: 48px;
    height: 48px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ks-tax-content__section{
    padding: 60px 0;
  }.tc-wp-content-root .ks-tax-content__container{
    padding: 0 18px;
  }.tc-wp-content-root .ks-tax-content h2{
    font-size: 29px;
  }.tc-wp-content-root .ks-tax-content__header p{
    font-size: 15.5px;
  }.tc-wp-content-root .ks-tax-content__grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ks-tax-content__card, .tc-wp-content-root .ks-tax-content__trust-card{
    padding: 24px;
  }.tc-wp-content-root .ks-tax-content h3{
    font-size: 18.5px;
  }.tc-wp-content-root .ks-tax-content__card p, .tc-wp-content-root .ks-tax-content__step p, .tc-wp-content-root .ks-tax-content__trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .ks-tax-content__steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ks-tax-content__step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ks-tax-content__step-number{
    width: 50px;
    height: 50px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ks-tax-content__section{
    padding: 66px 0;
  }.tc-wp-content-root .ks-tax-content__container{
    padding: 0 22px;
  }.tc-wp-content-root .ks-tax-content h2{
    font-size: 32px;
  }.tc-wp-content-root .ks-tax-content__header p{
    font-size: 16px;
  }.tc-wp-content-root .ks-tax-content__grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ks-tax-content__card, .tc-wp-content-root .ks-tax-content__trust-card{
    padding: 26px;
  }.tc-wp-content-root .ks-tax-content h3{
    font-size: 19px;
  }.tc-wp-content-root .ks-tax-content__card p, .tc-wp-content-root .ks-tax-content__step p, .tc-wp-content-root .ks-tax-content__trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .ks-tax-content__steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ks-tax-content__step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .ks-tax-content__step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ks-tax-content__section{
    padding: 78px 0;
  }.tc-wp-content-root .ks-tax-content__container{
    padding: 0 28px;
  }.tc-wp-content-root .ks-tax-content h2{
    font-size: 40px;
  }.tc-wp-content-root .ks-tax-content__header p{
    font-size: 17px;
  }.tc-wp-content-root .ks-tax-content__grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ks-tax-content__grid--three, .tc-wp-content-root .ks-tax-content__grid--trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ks-tax-content__card, .tc-wp-content-root .ks-tax-content__trust-card{
    padding: 28px;
  }.tc-wp-content-root .ks-tax-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ks-tax-content__card p, .tc-wp-content-root .ks-tax-content__step p, .tc-wp-content-root .ks-tax-content__trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ks-tax-content__steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ks-tax-content__step{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .ks-tax-content__step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ks-tax-content__section{
    padding: 92px 0;
  }.tc-wp-content-root .ks-tax-content__container{
    padding: 0 32px;
  }.tc-wp-content-root .ks-tax-content h2{
    font-size: 46px;
  }.tc-wp-content-root .ks-tax-content__header p{
    font-size: 18px;
  }.tc-wp-content-root .ks-tax-content__grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .ks-tax-content__grid--three, .tc-wp-content-root .ks-tax-content__grid--trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ks-tax-content__card, .tc-wp-content-root .ks-tax-content__trust-card{
    padding: 30px;
  }.tc-wp-content-root .ks-tax-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ks-tax-content__card p, .tc-wp-content-root .ks-tax-content__step p, .tc-wp-content-root .ks-tax-content__trust-card p{
    font-size: 16px;
  }.tc-wp-content-root .ks-tax-content__steps{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .ks-tax-content__step{
    gap: 24px;
    padding: 34px;
  }.tc-wp-content-root .ks-tax-content__step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}.wpc-scope-64 .tc-wp-content-root .ks-tax-content__step-body{}