@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 .sfsc-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .sfsc-content-wrap, .tc-wp-content-root .sfsc-content-wrap div, .tc-wp-content-root .sfsc-content-wrap section, .tc-wp-content-root .sfsc-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .sfsc-content-wrap .sfsc-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .sfsc-content-wrap .sfsc-section-white{
  background: #ffffff;
}.tc-wp-content-root .sfsc-content-wrap .sfsc-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f4f8fb 100%);
}.tc-wp-content-root .sfsc-content-wrap .sfsc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .sfsc-content-wrap .sfsc-heading-block{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .sfsc-content-wrap .sfsc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  padding: 7px 14px;
  border: 1px solid rgba(21, 112, 239, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(21, 112, 239, 0.1), rgba(20, 184, 166, 0.1));
  color: #0f5fc6;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .sfsc-content-wrap .sfsc-heading-block h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .sfsc-content-wrap .sfsc-heading-block p{
  margin: 14px auto 0;
  color: #526071;
  font-weight: 450;
}.tc-wp-content-root .sfsc-content-wrap .sfsc-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .sfsc-content-wrap .sfsc-card, .tc-wp-content-root .sfsc-content-wrap .sfsc-benefit-card{
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .sfsc-content-wrap .sfsc-card::before, .tc-wp-content-root .sfsc-content-wrap .sfsc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #1570ef, #14b8a6);
  opacity: 0.9;
}.tc-wp-content-root .sfsc-content-wrap .sfsc-card:hover, .tc-wp-content-root .sfsc-content-wrap .sfsc-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(21, 112, 239, 0.22);
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.12);
}.tc-wp-content-root .sfsc-content-wrap .sfsc-card h3, .tc-wp-content-root .sfsc-content-wrap .sfsc-step-card h3, .tc-wp-content-root .sfsc-content-wrap .sfsc-benefit-card h3{
  margin: 0;
  color: #162033;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .sfsc-content-wrap .sfsc-card p, .tc-wp-content-root .sfsc-content-wrap .sfsc-step-card p, .tc-wp-content-root .sfsc-content-wrap .sfsc-benefit-card p{
  margin: 10px 0 0;
  color: #5a6678;
  font-weight: 440;
}.tc-wp-content-root .sfsc-content-wrap .sfsc-icon{
  position: relative;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(21, 112, 239, 0.12), rgba(20, 184, 166, 0.14));
  box-shadow: inset 0 0 0 1px rgba(21, 112, 239, 0.13);
}.tc-wp-content-root .sfsc-content-wrap .sfsc-icon::before, .tc-wp-content-root .sfsc-content-wrap .sfsc-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.tc-wp-content-root .sfsc-content-wrap .sfsc-card:hover .sfsc-icon::before, .tc-wp-content-root .sfsc-content-wrap .sfsc-card:hover .sfsc-icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .sfsc-content-wrap .sfsc-icon-graph::before{
  left: 13px;
  bottom: 13px;
  width: 22px;
  height: 16px;
  border-left: 2px solid #1570ef;
  border-bottom: 2px solid #1570ef;
}.tc-wp-content-root .sfsc-content-wrap .sfsc-icon-graph::after{
  left: 15px;
  top: 16px;
  width: 22px;
  height: 2px;
  background: #14b8a6;
  transform: rotate(-28deg);
  transform-origin: left center;
}.tc-wp-content-root .sfsc-content-wrap .sfsc-icon-steps::before{
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border: 2px solid #1570ef;
  border-radius: 50%;
}.tc-wp-content-root .sfsc-content-wrap .sfsc-icon-steps::after{
  left: 23px;
  top: 10px;
  width: 2px;
  height: 26px;
  background: #14b8a6;
  border-radius: 2px;
}.tc-wp-content-root .sfsc-content-wrap .sfsc-icon-axis::before{
  left: 14px;
  top: 12px;
  width: 2px;
  height: 24px;
  background: #1570ef;
}.tc-wp-content-root .sfsc-content-wrap .sfsc-icon-axis::after{
  left: 11px;
  top: 24px;
  width: 25px;
  height: 2px;
  background: #14b8a6;
}.tc-wp-content-root .sfsc-content-wrap .sfsc-icon-fraction::before{
  left: 13px;
  top: 21px;
  width: 21px;
  height: 2px;
  background: #1570ef;
}.tc-wp-content-root .sfsc-content-wrap .sfsc-icon-fraction::after{
  left: 16px;
  top: 12px;
  width: 15px;
  height: 22px;
  border-top: 2px solid #14b8a6;
  border-bottom: 2px solid #14b8a6;
}.tc-wp-content-root .sfsc-content-wrap .sfsc-icon-note::before{
  left: 14px;
  top: 12px;
  width: 18px;
  height: 23px;
  border: 2px solid #1570ef;
  border-radius: 4px;
}.tc-wp-content-root .sfsc-content-wrap .sfsc-icon-note::after{
  left: 18px;
  top: 19px;
  width: 13px;
  height: 2px;
  background: #14b8a6;
  box-shadow: 0 6px 0 #14b8a6;
}.tc-wp-content-root .sfsc-content-wrap .sfsc-icon-time::before{
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border: 2px solid #1570ef;
  border-radius: 50%;
}.tc-wp-content-root .sfsc-content-wrap .sfsc-icon-time::after{
  left: 23px;
  top: 17px;
  width: 8px;
  height: 9px;
  border-left: 2px solid #14b8a6;
  border-bottom: 2px solid #14b8a6;
}.tc-wp-content-root .sfsc-content-wrap .sfsc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .sfsc-content-wrap .sfsc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(21, 112, 239, 0.13);
  border-radius: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #f9fcff 100%);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
}.tc-wp-content-root .sfsc-content-wrap .sfsc-step-card::after{
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 52px;
  width: 1px;
  background: linear-gradient(180deg, rgba(21, 112, 239, 0.22), rgba(20, 184, 166, 0.04));
}.tc-wp-content-root .sfsc-content-wrap .sfsc-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(135deg, #1570ef, #14b8a6);
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 14px 30px rgba(21, 112, 239, 0.23);
}.tc-wp-content-root .sfsc-content-wrap .sfsc-step-content{
  min-width: 0;
}.tc-wp-content-root .sfsc-content-wrap .sfsc-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.tc-wp-content-root .sfsc-content-wrap .sfsc-badge{
  display: inline-flex;
  margin: 0 0 18px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.1);
  color: #0f766e;
  font-size: 12px;
  font-weight: 780;
  line-height: 1;
}.tc-wp-content-root .sfsc-content-wrap .sfsc-benefit-card{
  background: #ffffff;
}.tc-wp-content-root .sfsc-content-wrap .sfsc-benefit-mark{
  width: 44px;
  height: 44px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(21, 112, 239, 0.12), rgba(20, 184, 166, 0.15));
  position: relative;
}.tc-wp-content-root .sfsc-content-wrap .sfsc-benefit-mark::before{
  content: "";
  position: absolute;
  left: 15px;
  top: 12px;
  width: 10px;
  height: 17px;
  border-right: 3px solid #14b8a6;
  border-bottom: 3px solid #1570ef;
  transform: rotate(40deg);
  border-radius: 2px;
}.tc-wp-content-root .sfsc-content-wrap .sfsc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.tc-wp-content-root .sfsc-content-wrap .sfsc-reveal.sfsc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .sfsc-content-wrap .sfsc-section{
    padding: 48px 0;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-container{
    padding: 0 14px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-heading-block h2{
    font-size: 26px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-card, .tc-wp-content-root .sfsc-content-wrap .sfsc-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-card h3, .tc-wp-content-root .sfsc-content-wrap .sfsc-step-card h3, .tc-wp-content-root .sfsc-content-wrap .sfsc-benefit-card h3{
    font-size: 18px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-card p, .tc-wp-content-root .sfsc-content-wrap .sfsc-step-card p, .tc-wp-content-root .sfsc-content-wrap .sfsc-benefit-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-step-card::after{
    display: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .sfsc-content-wrap .sfsc-section{
    padding: 54px 0;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-container{
    padding: 0 18px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-heading-block h2{
    font-size: 29px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-heading-block p{
    font-size: 15.5px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-card, .tc-wp-content-root .sfsc-content-wrap .sfsc-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-card h3, .tc-wp-content-root .sfsc-content-wrap .sfsc-step-card h3, .tc-wp-content-root .sfsc-content-wrap .sfsc-benefit-card h3{
    font-size: 19px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-card p, .tc-wp-content-root .sfsc-content-wrap .sfsc-step-card p, .tc-wp-content-root .sfsc-content-wrap .sfsc-benefit-card p{
    font-size: 15px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-step-card::after{
    display: none;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .sfsc-content-wrap .sfsc-section{
    padding: 60px 0;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-container{
    padding: 0 22px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-heading-block h2{
    font-size: 32px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-card, .tc-wp-content-root .sfsc-content-wrap .sfsc-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-card h3, .tc-wp-content-root .sfsc-content-wrap .sfsc-step-card h3, .tc-wp-content-root .sfsc-content-wrap .sfsc-benefit-card h3{
    font-size: 20px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-card p, .tc-wp-content-root .sfsc-content-wrap .sfsc-step-card p, .tc-wp-content-root .sfsc-content-wrap .sfsc-benefit-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-step-card::after{
    display: none;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .sfsc-content-wrap .sfsc-section{
    padding: 76px 0;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-container{
    padding: 0 32px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-heading-block h2{
    font-size: 40px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-grid-six, .tc-wp-content-root .sfsc-content-wrap .sfsc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-card, .tc-wp-content-root .sfsc-content-wrap .sfsc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-card h3, .tc-wp-content-root .sfsc-content-wrap .sfsc-step-card h3, .tc-wp-content-root .sfsc-content-wrap .sfsc-benefit-card h3{
    font-size: 21px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-card p, .tc-wp-content-root .sfsc-content-wrap .sfsc-step-card p, .tc-wp-content-root .sfsc-content-wrap .sfsc-benefit-card p{
    font-size: 15.8px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-step-card{
    gap: 24px;
    padding: 30px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .sfsc-content-wrap .sfsc-section{
    padding: 92px 0;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-container{
    padding: 0 32px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-heading-block h2{
    font-size: 46px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-heading-block p{
    font-size: 18px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-grid-six, .tc-wp-content-root .sfsc-content-wrap .sfsc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-card, .tc-wp-content-root .sfsc-content-wrap .sfsc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-card h3, .tc-wp-content-root .sfsc-content-wrap .sfsc-step-card h3, .tc-wp-content-root .sfsc-content-wrap .sfsc-benefit-card h3{
    font-size: 22px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-card p, .tc-wp-content-root .sfsc-content-wrap .sfsc-step-card p, .tc-wp-content-root .sfsc-content-wrap .sfsc-benefit-card p{
    font-size: 16px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .sfsc-content-wrap .sfsc-step-card{
    gap: 28px;
    padding: 34px;
  }}