@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 .sac-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .sac-bottom-content, .tc-wp-content-root .sac-bottom-content div, .tc-wp-content-root .sac-bottom-content section, .tc-wp-content-root .sac-bottom-content article{
  box-sizing: border-box;
}.tc-wp-content-root .sac-bottom-content .sac-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .sac-bottom-content .sac-section-white{
  background: #ffffff;
}.tc-wp-content-root .sac-bottom-content .sac-section-soft{
  background: #f7f9fc;
}.tc-wp-content-root .sac-bottom-content .sac-container{
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .sac-bottom-content .sac-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .sac-bottom-content .sac-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(45, 110, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(45, 110, 255, 0.1), rgba(22, 196, 167, 0.1));
  color: #235bd6;
  font-weight: 700;
  line-height: 1;
}.tc-wp-content-root .sac-bottom-content .sac-section-head h2{
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .sac-bottom-content .sac-section-head p{
  margin: 14px auto 0;
  color: #516071;
  line-height: 1.7;
}.tc-wp-content-root .sac-bottom-content .sac-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .sac-bottom-content .sac-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(24, 34, 54, 0.08);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(25, 38, 66, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .sac-bottom-content .sac-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(45, 110, 255, 0.13), rgba(22, 196, 167, 0.1));
  opacity: 0;
  transition: opacity 240ms ease;
}.tc-wp-content-root .sac-bottom-content .sac-card:hover{
  transform: translateY(-5px);
  border-color: rgba(45, 110, 255, 0.24);
  box-shadow: 0 24px 60px rgba(25, 38, 66, 0.13);
}.tc-wp-content-root .sac-bottom-content .sac-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .sac-bottom-content .sac-card h3{
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .sac-bottom-content .sac-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5b6677;
  line-height: 1.65;
}.tc-wp-content-root .sac-bottom-content .sac-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #2d6eff, #16c4a7);
  box-shadow: 0 12px 28px rgba(45, 110, 255, 0.2);
}.tc-wp-content-root .sac-bottom-content .sac-icon::before, .tc-wp-content-root .sac-bottom-content .sac-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .sac-bottom-content .sac-icon-lines::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 15px;
  border-radius: 8px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.tc-wp-content-root .sac-bottom-content .sac-icon-check::before{
  width: 20px;
  height: 10px;
  left: 12px;
  top: 16px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.tc-wp-content-root .sac-bottom-content .sac-icon-grid::before{
  width: 6px;
  height: 6px;
  left: 12px;
  top: 12px;
  border-radius: 2px;
  box-shadow: 12px 0 0 #ffffff, 24px 0 0 #ffffff, 0 12px 0 #ffffff, 12px 12px 0 #ffffff, 24px 12px 0 #ffffff, 0 24px 0 #ffffff, 12px 24px 0 #ffffff, 24px 24px 0 #ffffff;
}.tc-wp-content-root .sac-bottom-content .sac-icon-spark::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  background: #ffffff;
  clip-path: polygon(50% 0%, 61% 36%, 100% 50%, 61% 64%, 50% 100%, 39% 64%, 0% 50%, 39% 36%);
}.tc-wp-content-root .sac-bottom-content .sac-icon-book::before{
  width: 22px;
  height: 24px;
  left: 12px;
  top: 11px;
  border: 3px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.tc-wp-content-root .sac-bottom-content .sac-icon-book::after{
  width: 3px;
  height: 24px;
  left: 23px;
  top: 11px;
  border-radius: 4px;
}.tc-wp-content-root .sac-bottom-content .sac-icon-eye::before{
  width: 25px;
  height: 16px;
  left: 10px;
  top: 15px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .sac-bottom-content .sac-icon-eye::after{
  width: 7px;
  height: 7px;
  left: 20px;
  top: 22px;
  border-radius: 50%;
}.tc-wp-content-root .sac-bottom-content .sac-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .sac-bottom-content .sac-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(45, 110, 255, 0.13);
  border-radius: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #f9fbff 100%);
  box-shadow: 0 18px 50px rgba(29, 44, 78, 0.08);
}.tc-wp-content-root .sac-bottom-content .sac-step-card::after{
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(45, 110, 255, 0.12), rgba(22, 196, 167, 0.12));
}.tc-wp-content-root .sac-bottom-content .sac-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #2d6eff, #16c4a7);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 16px 35px rgba(45, 110, 255, 0.22);
}.tc-wp-content-root .sac-bottom-content .sac-step-content{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .sac-bottom-content .sac-step-content h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .sac-bottom-content .sac-step-content p{
  margin: 8px 0 0;
  color: #5b6677;
  line-height: 1.65;
}.tc-wp-content-root .sac-bottom-content .sac-badge{
  position: relative;
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(45, 110, 255, 0.09);
  color: #235bd6;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .sac-bottom-content .sac-benefit-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}.tc-wp-content-root .sac-bottom-content .sac-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2d6eff, #16c4a7);
}.tc-wp-content-root .sac-bottom-content .sac-benefit-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  left: 10px;
  top: 12px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .sac-bottom-content .sac-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .sac-bottom-content .sac-reveal.sac-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .sac-bottom-content .sac-section{
    padding: 54px 0;
  }.tc-wp-content-root .sac-bottom-content .sac-container{
    padding: 0 14px;
  }.tc-wp-content-root .sac-bottom-content .sac-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .sac-bottom-content .sac-kicker{
    font-size: 11px;
  }.tc-wp-content-root .sac-bottom-content .sac-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .sac-bottom-content .sac-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .sac-bottom-content .sac-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .sac-bottom-content .sac-card{
    padding: 22px;
    border-radius: 16px;
  }.tc-wp-content-root .sac-bottom-content .sac-card h3, .tc-wp-content-root .sac-bottom-content .sac-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .sac-bottom-content .sac-card p, .tc-wp-content-root .sac-bottom-content .sac-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .sac-bottom-content .sac-steps{
    gap: 16px;
  }.tc-wp-content-root .sac-bottom-content .sac-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .sac-bottom-content .sac-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .sac-bottom-content .sac-section{
    padding: 60px 0;
  }.tc-wp-content-root .sac-bottom-content .sac-container{
    padding: 0 18px;
  }.tc-wp-content-root .sac-bottom-content .sac-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .sac-bottom-content .sac-kicker{
    font-size: 12px;
  }.tc-wp-content-root .sac-bottom-content .sac-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .sac-bottom-content .sac-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .sac-bottom-content .sac-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .sac-bottom-content .sac-card{
    padding: 24px;
  }.tc-wp-content-root .sac-bottom-content .sac-card h3, .tc-wp-content-root .sac-bottom-content .sac-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .sac-bottom-content .sac-card p, .tc-wp-content-root .sac-bottom-content .sac-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .sac-bottom-content .sac-steps{
    gap: 18px;
  }.tc-wp-content-root .sac-bottom-content .sac-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .sac-bottom-content .sac-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .sac-bottom-content .sac-section{
    padding: 66px 0;
  }.tc-wp-content-root .sac-bottom-content .sac-container{
    padding: 0 22px;
  }.tc-wp-content-root .sac-bottom-content .sac-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .sac-bottom-content .sac-kicker{
    font-size: 12px;
  }.tc-wp-content-root .sac-bottom-content .sac-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .sac-bottom-content .sac-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .sac-bottom-content .sac-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .sac-bottom-content .sac-card{
    padding: 26px;
  }.tc-wp-content-root .sac-bottom-content .sac-card h3, .tc-wp-content-root .sac-bottom-content .sac-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .sac-bottom-content .sac-card p, .tc-wp-content-root .sac-bottom-content .sac-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .sac-bottom-content .sac-steps{
    gap: 20px;
  }.tc-wp-content-root .sac-bottom-content .sac-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .sac-bottom-content .sac-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .sac-bottom-content .sac-section{
    padding: 82px 0;
  }.tc-wp-content-root .sac-bottom-content .sac-container{
    padding: 0 32px;
  }.tc-wp-content-root .sac-bottom-content .sac-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .sac-bottom-content .sac-kicker{
    font-size: 12px;
  }.tc-wp-content-root .sac-bottom-content .sac-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .sac-bottom-content .sac-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .sac-bottom-content .sac-grid-three, .tc-wp-content-root .sac-bottom-content .sac-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .sac-bottom-content .sac-card{
    padding: 28px;
  }.tc-wp-content-root .sac-bottom-content .sac-card h3, .tc-wp-content-root .sac-bottom-content .sac-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .sac-bottom-content .sac-card p, .tc-wp-content-root .sac-bottom-content .sac-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .sac-bottom-content .sac-steps{
    gap: 22px;
  }.tc-wp-content-root .sac-bottom-content .sac-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .sac-bottom-content .sac-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .sac-bottom-content .sac-section{
    padding: 96px 0;
  }.tc-wp-content-root .sac-bottom-content .sac-container{
    padding: 0 28px;
  }.tc-wp-content-root .sac-bottom-content .sac-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .sac-bottom-content .sac-kicker{
    font-size: 13px;
  }.tc-wp-content-root .sac-bottom-content .sac-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .sac-bottom-content .sac-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .sac-bottom-content .sac-grid-three, .tc-wp-content-root .sac-bottom-content .sac-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .sac-bottom-content .sac-card{
    padding: 30px;
  }.tc-wp-content-root .sac-bottom-content .sac-card h3, .tc-wp-content-root .sac-bottom-content .sac-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .sac-bottom-content .sac-card p, .tc-wp-content-root .sac-bottom-content .sac-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .sac-bottom-content .sac-steps{
    gap: 24px;
  }.tc-wp-content-root .sac-bottom-content .sac-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .sac-bottom-content .sac-step-number{
    width: 76px;
    height: 76px;
    font-size: 22px;
  }}