@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 .smec-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .smec-content-wrap, .tc-wp-content-root .smec-content-wrap section, .tc-wp-content-root .smec-content-wrap div, .tc-wp-content-root .smec-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .smec-content-wrap .smec-section{
  position: relative;
}.tc-wp-content-root .smec-content-wrap .smec-section-white{
  background: #ffffff;
}.tc-wp-content-root .smec-content-wrap .smec-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}.tc-wp-content-root .smec-content-wrap .smec-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .smec-content-wrap .smec-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .smec-content-wrap .smec-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(34, 126, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(33, 132, 255, 0.1), rgba(22, 196, 162, 0.1));
  color: #1262c6;
  font-weight: 700;
  line-height: 1.1;
}.tc-wp-content-root .smec-content-wrap .smec-section-head h2{
  margin: 0;
  color: #101827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .smec-content-wrap .smec-section-head p{
  margin: 14px auto 0;
  color: #5c687a;
  line-height: 1.7;
}.tc-wp-content-root .smec-content-wrap .smec-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .smec-content-wrap .smec-card, .tc-wp-content-root .smec-content-wrap .smec-benefit-card, .tc-wp-content-root .smec-content-wrap .smec-step-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(30, 53, 86, 0.1);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 42px rgba(19, 42, 74, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .smec-content-wrap .smec-card{
  overflow: hidden;
  border-radius: 22px;
}.tc-wp-content-root .smec-content-wrap .smec-card::before, .tc-wp-content-root .smec-content-wrap .smec-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(33, 132, 255, 0.16), rgba(26, 205, 164, 0.12), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 240ms ease;
}.tc-wp-content-root .smec-content-wrap .smec-card:hover, .tc-wp-content-root .smec-content-wrap .smec-benefit-card:hover, .tc-wp-content-root .smec-content-wrap .smec-step-card:hover{
  transform: translateY(-6px);
  border-color: rgba(33, 132, 255, 0.26);
  box-shadow: 0 22px 56px rgba(19, 42, 74, 0.13);
}.tc-wp-content-root .smec-content-wrap .smec-card:hover::before, .tc-wp-content-root .smec-content-wrap .smec-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .smec-content-wrap .smec-card h3, .tc-wp-content-root .smec-content-wrap .smec-benefit-card h3, .tc-wp-content-root .smec-content-wrap .smec-step-card h3{
  position: relative;
  margin: 0;
  color: #101827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .smec-content-wrap .smec-card p, .tc-wp-content-root .smec-content-wrap .smec-benefit-card p, .tc-wp-content-root .smec-content-wrap .smec-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5b6678;
  line-height: 1.68;
}.tc-wp-content-root .smec-content-wrap .smec-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #1f78ff, #19c6a3);
  box-shadow: 0 12px 24px rgba(31, 120, 255, 0.22);
}.tc-wp-content-root .smec-content-wrap .smec-icon::before, .tc-wp-content-root .smec-content-wrap .smec-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .smec-content-wrap .smec-icon-calc::before{
  width: 22px;
  height: 4px;
  top: 13px;
  left: 12px;
  border-radius: 6px;
}.tc-wp-content-root .smec-content-wrap .smec-icon-calc::after{
  width: 22px;
  height: 16px;
  left: 12px;
  bottom: 10px;
  border-radius: 5px;
  background: repeating-linear-gradient(90deg, #fff 0 4px, rgba(255,255,255,0.45) 4px 7px);
}.tc-wp-content-root .smec-content-wrap .smec-icon-steps::before{
  width: 22px;
  height: 3px;
  top: 14px;
  left: 12px;
  border-radius: 6px;
  box-shadow: 0 8px 0 #fff, 0 16px 0 #fff;
}.tc-wp-content-root .smec-content-wrap .smec-icon-steps::after{
  width: 5px;
  height: 5px;
  top: 13px;
  left: 7px;
  border-radius: 50%;
  box-shadow: 0 8px 0 #fff, 0 16px 0 #fff;
}.tc-wp-content-root .smec-content-wrap .smec-icon-grid::before{
  width: 24px;
  height: 24px;
  inset: 11px;
  border: 2px solid #fff;
  background: transparent;
  border-radius: 5px;
}.tc-wp-content-root .smec-content-wrap .smec-icon-grid::after{
  width: 2px;
  height: 24px;
  top: 11px;
  left: 22px;
  box-shadow: -8px 0 0 rgba(255,255,255,0.75), 8px 0 0 rgba(255,255,255,0.75);
}.tc-wp-content-root .smec-content-wrap .smec-icon-check::before{
  width: 20px;
  height: 10px;
  left: 13px;
  top: 16px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  background: transparent;
  transform: rotate(-45deg);
}.tc-wp-content-root .smec-content-wrap .smec-icon-check::after{
  display: none;
}.tc-wp-content-root .smec-content-wrap .smec-icon-learn::before{
  width: 24px;
  height: 18px;
  top: 13px;
  left: 11px;
  border: 2px solid #fff;
  border-radius: 4px;
  background: transparent;
}.tc-wp-content-root .smec-content-wrap .smec-icon-learn::after{
  width: 2px;
  height: 18px;
  top: 13px;
  left: 22px;
}.tc-wp-content-root .smec-content-wrap .smec-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .smec-content-wrap .smec-icon-speed::after{
  width: 11px;
  height: 3px;
  left: 23px;
  top: 21px;
  border-radius: 8px;
  transform: rotate(-35deg);
}.tc-wp-content-root .smec-content-wrap .smec-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .smec-content-wrap .smec-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fbfdff 100%);
}.tc-wp-content-root .smec-content-wrap .smec-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 34px;
  width: 2px;
  background: linear-gradient(180deg, rgba(31, 120, 255, 0), rgba(31, 120, 255, 0.32), rgba(25, 198, 163, 0));
}.tc-wp-content-root .smec-content-wrap .smec-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #1f78ff, #19c6a3);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(31, 120, 255, 0.23);
}.tc-wp-content-root .smec-content-wrap .smec-step-content{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .smec-content-wrap .smec-badge, .tc-wp-content-root .smec-content-wrap .smec-benefit-mark{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(31, 120, 255, 0.09);
  color: #1262c6;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .smec-content-wrap .smec-benefit-card{
  overflow: hidden;
  border-radius: 22px;
}.tc-wp-content-root .smec-content-wrap .smec-benefit-mark{
  background: linear-gradient(135deg, #1f78ff, #19c6a3);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(31, 120, 255, 0.2);
}.tc-wp-content-root .smec-content-wrap .smec-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .smec-content-wrap .smec-reveal.smec-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 .smec-content-wrap .smec-section{
    padding: 52px 0;
  }.tc-wp-content-root .smec-content-wrap .smec-container{
    padding: 0 14px;
  }.tc-wp-content-root .smec-content-wrap .smec-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .smec-content-wrap .smec-kicker{
    font-size: 11px;
  }.tc-wp-content-root .smec-content-wrap .smec-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .smec-content-wrap .smec-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .smec-content-wrap .smec-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .smec-content-wrap .smec-card, .tc-wp-content-root .smec-content-wrap .smec-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .smec-content-wrap .smec-card h3, .tc-wp-content-root .smec-content-wrap .smec-benefit-card h3, .tc-wp-content-root .smec-content-wrap .smec-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .smec-content-wrap .smec-card p, .tc-wp-content-root .smec-content-wrap .smec-benefit-card p, .tc-wp-content-root .smec-content-wrap .smec-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .smec-content-wrap .smec-steps{
    gap: 16px;
  }.tc-wp-content-root .smec-content-wrap .smec-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .smec-content-wrap .smec-step-card::after{
    display: none;
  }.tc-wp-content-root .smec-content-wrap .smec-step-number{
    width: 52px;
    height: 52px;
    font-size: 15px;
  }.tc-wp-content-root .smec-content-wrap .smec-badge, .tc-wp-content-root .smec-content-wrap .smec-benefit-mark{
    padding: 8px 11px;
    font-size: 11px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .smec-content-wrap .smec-section{
    padding: 58px 0;
  }.tc-wp-content-root .smec-content-wrap .smec-container{
    padding: 0 18px;
  }.tc-wp-content-root .smec-content-wrap .smec-section-head{
    margin-bottom: 32px;
  }.tc-wp-content-root .smec-content-wrap .smec-kicker{
    font-size: 12px;
  }.tc-wp-content-root .smec-content-wrap .smec-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .smec-content-wrap .smec-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .smec-content-wrap .smec-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .smec-content-wrap .smec-card, .tc-wp-content-root .smec-content-wrap .smec-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .smec-content-wrap .smec-card h3, .tc-wp-content-root .smec-content-wrap .smec-benefit-card h3, .tc-wp-content-root .smec-content-wrap .smec-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .smec-content-wrap .smec-card p, .tc-wp-content-root .smec-content-wrap .smec-benefit-card p, .tc-wp-content-root .smec-content-wrap .smec-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .smec-content-wrap .smec-steps{
    gap: 18px;
  }.tc-wp-content-root .smec-content-wrap .smec-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .smec-content-wrap .smec-step-card::after{
    display: none;
  }.tc-wp-content-root .smec-content-wrap .smec-step-number{
    width: 54px;
    height: 54px;
    font-size: 15px;
  }.tc-wp-content-root .smec-content-wrap .smec-badge, .tc-wp-content-root .smec-content-wrap .smec-benefit-mark{
    padding: 8px 12px;
    font-size: 12px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .smec-content-wrap .smec-section{
    padding: 64px 0;
  }.tc-wp-content-root .smec-content-wrap .smec-container{
    padding: 0 22px;
  }.tc-wp-content-root .smec-content-wrap .smec-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .smec-content-wrap .smec-kicker{
    font-size: 12px;
  }.tc-wp-content-root .smec-content-wrap .smec-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .smec-content-wrap .smec-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .smec-content-wrap .smec-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .smec-content-wrap .smec-card, .tc-wp-content-root .smec-content-wrap .smec-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .smec-content-wrap .smec-card h3, .tc-wp-content-root .smec-content-wrap .smec-benefit-card h3, .tc-wp-content-root .smec-content-wrap .smec-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .smec-content-wrap .smec-card p, .tc-wp-content-root .smec-content-wrap .smec-benefit-card p, .tc-wp-content-root .smec-content-wrap .smec-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .smec-content-wrap .smec-steps{
    gap: 20px;
  }.tc-wp-content-root .smec-content-wrap .smec-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .smec-content-wrap .smec-step-card::after{
    display: none;
  }.tc-wp-content-root .smec-content-wrap .smec-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }.tc-wp-content-root .smec-content-wrap .smec-badge, .tc-wp-content-root .smec-content-wrap .smec-benefit-mark{
    padding: 8px 12px;
    font-size: 12px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .smec-content-wrap .smec-section{
    padding: 78px 0;
  }.tc-wp-content-root .smec-content-wrap .smec-container{
    padding: 0 32px;
  }.tc-wp-content-root .smec-content-wrap .smec-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .smec-content-wrap .smec-kicker{
    font-size: 12px;
  }.tc-wp-content-root .smec-content-wrap .smec-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .smec-content-wrap .smec-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .smec-content-wrap .smec-grid-3, .tc-wp-content-root .smec-content-wrap .smec-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .smec-content-wrap .smec-card, .tc-wp-content-root .smec-content-wrap .smec-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .smec-content-wrap .smec-card h3, .tc-wp-content-root .smec-content-wrap .smec-benefit-card h3, .tc-wp-content-root .smec-content-wrap .smec-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .smec-content-wrap .smec-card p, .tc-wp-content-root .smec-content-wrap .smec-benefit-card p, .tc-wp-content-root .smec-content-wrap .smec-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .smec-content-wrap .smec-steps{
    gap: 20px;
  }.tc-wp-content-root .smec-content-wrap .smec-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .smec-content-wrap .smec-step-number{
    width: 62px;
    height: 62px;
    font-size: 17px;
  }.tc-wp-content-root .smec-content-wrap .smec-badge, .tc-wp-content-root .smec-content-wrap .smec-benefit-mark{
    padding: 8px 13px;
    font-size: 12px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .smec-content-wrap .smec-section{
    padding: 92px 0;
  }.tc-wp-content-root .smec-content-wrap .smec-container{
    padding: 0 28px;
  }.tc-wp-content-root .smec-content-wrap .smec-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .smec-content-wrap .smec-kicker{
    font-size: 12px;
  }.tc-wp-content-root .smec-content-wrap .smec-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .smec-content-wrap .smec-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .smec-content-wrap .smec-grid-3, .tc-wp-content-root .smec-content-wrap .smec-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .smec-content-wrap .smec-card, .tc-wp-content-root .smec-content-wrap .smec-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .smec-content-wrap .smec-card h3, .tc-wp-content-root .smec-content-wrap .smec-benefit-card h3, .tc-wp-content-root .smec-content-wrap .smec-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .smec-content-wrap .smec-card p, .tc-wp-content-root .smec-content-wrap .smec-benefit-card p, .tc-wp-content-root .smec-content-wrap .smec-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .smec-content-wrap .smec-steps{
    gap: 22px;
  }.tc-wp-content-root .smec-content-wrap .smec-step-card{
    gap: 28px;
    padding: 32px;
  }.tc-wp-content-root .smec-content-wrap .smec-step-number{
    width: 68px;
    height: 68px;
    font-size: 18px;
  }.tc-wp-content-root .smec-content-wrap .smec-badge, .tc-wp-content-root .smec-content-wrap .smec-benefit-mark{
    padding: 9px 14px;
    font-size: 12px;
  }}