@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .sba-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .sba-content-wrap, .tc-wp-content-root .sba-content-wrap div, .tc-wp-content-root .sba-content-wrap section, .tc-wp-content-root .sba-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .sba-content-wrap .sba-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .sba-content-wrap .sba-section-white{
  background: #ffffff;
}.tc-wp-content-root .sba-content-wrap .sba-section-soft{
  background:
    radial-gradient(circle at 10% 0%, rgba(37, 99, 235, 0.08), transparent 32%),
    radial-gradient(circle at 90% 10%, rgba(20, 184, 166, 0.08), transparent 30%),
    #f7f9fc;
}.tc-wp-content-root .sba-content-wrap .sba-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .sba-content-wrap .sba-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .sba-content-wrap .sba-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 13px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.09), rgba(20, 184, 166, 0.09));
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .sba-content-wrap .sba-heading h2{
  margin: 0;
  color: #101827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .sba-content-wrap .sba-heading p{
  margin: 16px auto 0;
  color: #536070;
  font-weight: 400;
  line-height: 1.7;
}.tc-wp-content-root .sba-content-wrap .sba-grid{
  display: grid;
  width: 100%;
}.tc-wp-content-root .sba-content-wrap .sba-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid rgba(24, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .sba-content-wrap .sba-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.38), rgba(20, 184, 166, 0.2), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}.tc-wp-content-root .sba-content-wrap .sba-card:hover{
  transform: translateY(-5px);
  border-color: rgba(37, 99, 235, 0.2);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.11);
}.tc-wp-content-root .sba-content-wrap .sba-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .sba-content-wrap .sba-card h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .sba-content-wrap .sba-card p{
  margin: 10px 0 0;
  color: #566273;
  line-height: 1.65;
}.tc-wp-content-root .sba-content-wrap .sba-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 15px;
  background: linear-gradient(135deg, #2563eb, #14b8a6);
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.23);
  transition: transform 220ms ease;
}.tc-wp-content-root .sba-content-wrap .sba-card:hover .sba-icon{
  transform: translateY(-2px) rotate(-2deg);
}.tc-wp-content-root .sba-content-wrap .sba-icon::before, .tc-wp-content-root .sba-content-wrap .sba-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .sba-content-wrap .sba-icon-lines::before{
  width: 21px;
  height: 3px;
  top: 16px;
  left: 12px;
  border-radius: 999px;
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.78);
}.tc-wp-content-root .sba-content-wrap .sba-icon-lines::after{
  width: 8px;
  height: 8px;
  right: 11px;
  bottom: 10px;
  border-radius: 50%;
}.tc-wp-content-root .sba-content-wrap .sba-icon-equals::before{
  width: 22px;
  height: 3px;
  top: 16px;
  left: 12px;
  border-radius: 999px;
  box-shadow: 0 11px 0 rgba(255, 255, 255, 0.9);
}.tc-wp-content-root .sba-content-wrap .sba-icon-equals::after{
  width: 4px;
  height: 4px;
  right: 10px;
  top: 10px;
  border-radius: 50%;
}.tc-wp-content-root .sba-content-wrap .sba-icon-check::before{
  width: 18px;
  height: 9px;
  left: 13px;
  top: 16px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.tc-wp-content-root .sba-content-wrap .sba-icon-spark::before{
  width: 4px;
  height: 24px;
  top: 11px;
  left: 21px;
  border-radius: 999px;
}.tc-wp-content-root .sba-content-wrap .sba-icon-spark::after{
  width: 24px;
  height: 4px;
  top: 21px;
  left: 11px;
  border-radius: 999px;
}.tc-wp-content-root .sba-content-wrap .sba-icon-grid::before{
  width: 8px;
  height: 8px;
  top: 12px;
  left: 12px;
  border-radius: 3px;
  box-shadow: 14px 0 0 #ffffff, 0 14px 0 rgba(255, 255, 255, 0.82), 14px 14px 0 rgba(255, 255, 255, 0.82);
}.tc-wp-content-root .sba-content-wrap .sba-icon-focus::before{
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .sba-content-wrap .sba-icon-focus::after{
  width: 8px;
  height: 3px;
  right: 9px;
  bottom: 11px;
  border-radius: 999px;
  transform: rotate(45deg);
}.tc-wp-content-root .sba-content-wrap .sba-steps{
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}.tc-wp-content-root .sba-content-wrap .sba-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(24, 32, 51, 0.09);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.96));
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease;
}.tc-wp-content-root .sba-content-wrap .sba-step-card::after{
  content: "";
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 79px;
  width: 1px;
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.24), rgba(20, 184, 166, 0.08));
}.tc-wp-content-root .sba-content-wrap .sba-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.1);
}.tc-wp-content-root .sba-content-wrap .sba-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 78px;
  height: 78px;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: linear-gradient(135deg, #2563eb, #14b8a6);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.24);
}.tc-wp-content-root .sba-content-wrap .sba-step-copy{
  min-width: 0;
}.tc-wp-content-root .sba-content-wrap .sba-step-copy h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
}.tc-wp-content-root .sba-content-wrap .sba-step-copy p{
  margin: 10px 0 0;
  color: #566273;
  line-height: 1.7;
}.tc-wp-content-root .sba-content-wrap .sba-badge{
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.1);
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .sba-content-wrap .sba-benefit-card{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(37, 99, 235, 0.32), rgba(20, 184, 166, 0.26)) border-box;
  border-color: transparent;
}.tc-wp-content-root .sba-content-wrap .sba-benefit-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(20, 184, 166, 0.14));
  position: relative;
}.tc-wp-content-root .sba-content-wrap .sba-benefit-mark::before{
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #2563eb;
  border-bottom: 3px solid #14b8a6;
  transform: rotate(-45deg);
}.tc-wp-content-root .sba-content-wrap .sba-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .sba-content-wrap .sba-reveal.sba-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 .sba-content-wrap .sba-section{
    padding: 46px 0;
  }.tc-wp-content-root .sba-content-wrap .sba-container{
    padding: 0 14px;
  }.tc-wp-content-root .sba-content-wrap .sba-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .sba-content-wrap .sba-heading p{
    font-size: 14px;
  }.tc-wp-content-root .sba-content-wrap .sba-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .sba-content-wrap .sba-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .sba-content-wrap .sba-card h3, .tc-wp-content-root .sba-content-wrap .sba-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .sba-content-wrap .sba-card p, .tc-wp-content-root .sba-content-wrap .sba-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .sba-content-wrap .sba-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .sba-content-wrap .sba-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }.tc-wp-content-root .sba-content-wrap .sba-step-card::after{
    display: none;
  }.tc-wp-content-root .sba-content-wrap .sba-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .sba-content-wrap .sba-section{
    padding: 52px 0;
  }.tc-wp-content-root .sba-content-wrap .sba-container{
    padding: 0 18px;
  }.tc-wp-content-root .sba-content-wrap .sba-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .sba-content-wrap .sba-heading p{
    font-size: 15px;
  }.tc-wp-content-root .sba-content-wrap .sba-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .sba-content-wrap .sba-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .sba-content-wrap .sba-card h3, .tc-wp-content-root .sba-content-wrap .sba-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .sba-content-wrap .sba-card p, .tc-wp-content-root .sba-content-wrap .sba-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .sba-content-wrap .sba-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .sba-content-wrap .sba-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .sba-content-wrap .sba-step-card::after{
    display: none;
  }.tc-wp-content-root .sba-content-wrap .sba-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .sba-content-wrap .sba-section{
    padding: 58px 0;
  }.tc-wp-content-root .sba-content-wrap .sba-container{
    padding: 0 22px;
  }.tc-wp-content-root .sba-content-wrap .sba-heading h2{
    font-size: 31px;
  }.tc-wp-content-root .sba-content-wrap .sba-heading p{
    font-size: 16px;
  }.tc-wp-content-root .sba-content-wrap .sba-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .sba-content-wrap .sba-card{
    padding: 26px;
  }.tc-wp-content-root .sba-content-wrap .sba-card h3, .tc-wp-content-root .sba-content-wrap .sba-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .sba-content-wrap .sba-card p, .tc-wp-content-root .sba-content-wrap .sba-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .sba-content-wrap .sba-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .sba-content-wrap .sba-step-card{
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 26px;
  }.tc-wp-content-root .sba-content-wrap .sba-step-card::after{
    display: none;
  }.tc-wp-content-root .sba-content-wrap .sba-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .sba-content-wrap .sba-section{
    padding: 72px 0;
  }.tc-wp-content-root .sba-content-wrap .sba-container{
    padding: 0 28px;
  }.tc-wp-content-root .sba-content-wrap .sba-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .sba-content-wrap .sba-heading p{
    font-size: 17px;
  }.tc-wp-content-root .sba-content-wrap .sba-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .sba-content-wrap .sba-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .sba-content-wrap .sba-card{
    padding: 28px;
  }.tc-wp-content-root .sba-content-wrap .sba-card h3, .tc-wp-content-root .sba-content-wrap .sba-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .sba-content-wrap .sba-card p, .tc-wp-content-root .sba-content-wrap .sba-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .sba-content-wrap .sba-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .sba-content-wrap .sba-step-card{
    gap: 26px;
    padding: 30px;
  }.tc-wp-content-root .sba-content-wrap .sba-step-number{
    font-size: 21px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .sba-content-wrap .sba-section{
    padding: 88px 0;
  }.tc-wp-content-root .sba-content-wrap .sba-container{
    padding: 0 32px;
  }.tc-wp-content-root .sba-content-wrap .sba-heading h2{
    font-size: 44px;
  }.tc-wp-content-root .sba-content-wrap .sba-heading p{
    font-size: 18px;
  }.tc-wp-content-root .sba-content-wrap .sba-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .sba-content-wrap .sba-card{
    padding: 30px;
  }.tc-wp-content-root .sba-content-wrap .sba-card h3, .tc-wp-content-root .sba-content-wrap .sba-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .sba-content-wrap .sba-card p, .tc-wp-content-root .sba-content-wrap .sba-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .sba-content-wrap .sba-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .sba-content-wrap .sba-step-card{
    gap: 30px;
    padding: 34px;
  }.tc-wp-content-root .sba-content-wrap .sba-step-number{
    font-size: 22px;
  }}