@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 .sndc-content{
  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 .sndc-content, .tc-wp-content-root .sndc-content div, .tc-wp-content-root .sndc-content section, .tc-wp-content-root .sndc-content article{
  box-sizing: border-box;
}.tc-wp-content-root .sndc-content .sndc-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .sndc-content .sndc-section-white{
  background: #ffffff;
}.tc-wp-content-root .sndc-content .sndc-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}.tc-wp-content-root .sndc-content .sndc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .sndc-content .sndc-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .sndc-content .sndc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 13px;
  border: 1px solid rgba(48, 115, 246, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(48, 115, 246, 0.1), rgba(18, 194, 194, 0.1));
  color: #245edb;
  font-weight: 700;
  line-height: 1;
}.tc-wp-content-root .sndc-content .sndc-heading h2{
  margin: 16px 0 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .sndc-content .sndc-heading p{
  margin: 16px auto 0;
  max-width: 700px;
  color: #526071;
  line-height: 1.72;
}.tc-wp-content-root .sndc-content .sndc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .sndc-content .sndc-card, .tc-wp-content-root .sndc-content .sndc-benefit-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(31, 42, 68, 0.1);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(25, 39, 70, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .sndc-content .sndc-card::before, .tc-wp-content-root .sndc-content .sndc-benefit-card::before{
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(48, 115, 246, 0.14), rgba(18, 194, 194, 0.1));
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .sndc-content .sndc-card:hover, .tc-wp-content-root .sndc-content .sndc-benefit-card:hover{
  transform: translateY(-5px);
  border-color: rgba(48, 115, 246, 0.28);
  box-shadow: 0 24px 64px rgba(25, 39, 70, 0.13);
}.tc-wp-content-root .sndc-content .sndc-card:hover::before, .tc-wp-content-root .sndc-content .sndc-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .sndc-content .sndc-card h3, .tc-wp-content-root .sndc-content .sndc-benefit-card h3, .tc-wp-content-root .sndc-content .sndc-step-card h3{
  position: relative;
  margin: 0;
  color: #121a2a;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .sndc-content .sndc-card p, .tc-wp-content-root .sndc-content .sndc-benefit-card p, .tc-wp-content-root .sndc-content .sndc-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5b6878;
  line-height: 1.68;
}.tc-wp-content-root .sndc-content .sndc-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  flex: 0 0 auto;
  border-radius: 16px;
  background: linear-gradient(135deg, #2f73f6, #13c2c2);
  box-shadow: 0 12px 30px rgba(47, 115, 246, 0.26);
}.tc-wp-content-root .sndc-content .sndc-icon::before, .tc-wp-content-root .sndc-content .sndc-icon::after{
  position: absolute;
  content: "";
}.tc-wp-content-root .sndc-content .sndc-icon-curve::before{
  left: 10px;
  top: 25px;
  width: 28px;
  height: 12px;
  border-top: 3px solid #ffffff;
  border-radius: 50% 50% 0 0;
}.tc-wp-content-root .sndc-content .sndc-icon-area::before{
  left: 12px;
  top: 14px;
  width: 24px;
  height: 22px;
  border-radius: 50% 50% 4px 4px;
  background: rgba(255, 255, 255, 0.28);
  border-bottom: 3px solid #ffffff;
}.tc-wp-content-root .sndc-content .sndc-icon-percent::before{
  left: 14px;
  top: 13px;
  width: 20px;
  height: 20px;
  border-top: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .sndc-content .sndc-icon-percent::after{
  left: 12px;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 18px 18px 0 #ffffff;
}.tc-wp-content-root .sndc-content .sndc-icon-study::before{
  left: 12px;
  top: 14px;
  width: 24px;
  height: 18px;
  border: 3px solid #ffffff;
  border-radius: 4px;
}.tc-wp-content-root .sndc-content .sndc-icon-report::before{
  left: 14px;
  top: 11px;
  width: 20px;
  height: 26px;
  border-radius: 4px;
  background: #ffffff;
}.tc-wp-content-root .sndc-content .sndc-icon-report::after{
  left: 18px;
  top: 18px;
  width: 12px;
  height: 2px;
  background: #2f73f6;
  box-shadow: 0 6px 0 #13a9c2;
}.tc-wp-content-root .sndc-content .sndc-icon-table::before{
  left: 12px;
  top: 12px;
  width: 24px;
  height: 24px;
  border: 3px solid #ffffff;
  border-radius: 5px;
}.tc-wp-content-root .sndc-content .sndc-icon-table::after{
  left: 23px;
  top: 13px;
  width: 3px;
  height: 22px;
  background: #ffffff;
  box-shadow: -10px 10px 0 -1px #ffffff, 10px 10px 0 -1px #ffffff;
}.tc-wp-content-root .sndc-content .sndc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .sndc-content .sndc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(31, 42, 68, 0.1);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(25, 39, 70, 0.08);
}.tc-wp-content-root .sndc-content .sndc-step-card::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  content: "";
  background: linear-gradient(180deg, #2f73f6, #13c2c2);
}.tc-wp-content-root .sndc-content .sndc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #172033, #2f73f6);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 12px 34px rgba(47, 115, 246, 0.22);
}.tc-wp-content-root .sndc-content .sndc-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.tc-wp-content-root .sndc-content .sndc-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(47, 115, 246, 0.1);
  color: #245edb;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .sndc-content .sndc-benefit-card{
  overflow: hidden;
}.tc-wp-content-root .sndc-content .sndc-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #13c2c2, #2f73f6);
  box-shadow: 0 12px 30px rgba(19, 194, 194, 0.24);
}.tc-wp-content-root .sndc-content .sndc-benefit-mark::before{
  position: absolute;
  left: 14px;
  top: 12px;
  width: 13px;
  height: 8px;
  content: "";
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .sndc-content .sndc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.tc-wp-content-root .sndc-content .sndc-reveal.sndc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .sndc-content .sndc-section{
    padding: 48px 0;
  }.tc-wp-content-root .sndc-content .sndc-container{
    padding: 0 14px;
  }.tc-wp-content-root .sndc-content .sndc-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .sndc-content .sndc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .sndc-content .sndc-kicker{
    font-size: 12px;
  }.tc-wp-content-root .sndc-content .sndc-grid{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .sndc-content .sndc-grid-three, .tc-wp-content-root .sndc-content .sndc-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .sndc-content .sndc-card, .tc-wp-content-root .sndc-content .sndc-benefit-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .sndc-content .sndc-card h3, .tc-wp-content-root .sndc-content .sndc-benefit-card h3, .tc-wp-content-root .sndc-content .sndc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .sndc-content .sndc-card p, .tc-wp-content-root .sndc-content .sndc-benefit-card p, .tc-wp-content-root .sndc-content .sndc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .sndc-content .sndc-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .sndc-content .sndc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .sndc-content .sndc-step-number{
    width: 50px;
    height: 50px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .sndc-content .sndc-section{
    padding: 54px 0;
  }.tc-wp-content-root .sndc-content .sndc-container{
    padding: 0 18px;
  }.tc-wp-content-root .sndc-content .sndc-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .sndc-content .sndc-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .sndc-content .sndc-kicker{
    font-size: 12.5px;
  }.tc-wp-content-root .sndc-content .sndc-grid{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .sndc-content .sndc-grid-three, .tc-wp-content-root .sndc-content .sndc-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .sndc-content .sndc-card, .tc-wp-content-root .sndc-content .sndc-benefit-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .sndc-content .sndc-card h3, .tc-wp-content-root .sndc-content .sndc-benefit-card h3, .tc-wp-content-root .sndc-content .sndc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .sndc-content .sndc-card p, .tc-wp-content-root .sndc-content .sndc-benefit-card p, .tc-wp-content-root .sndc-content .sndc-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .sndc-content .sndc-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .sndc-content .sndc-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }.tc-wp-content-root .sndc-content .sndc-step-number{
    width: 52px;
    height: 52px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .sndc-content .sndc-section{
    padding: 60px 0;
  }.tc-wp-content-root .sndc-content .sndc-container{
    padding: 0 22px;
  }.tc-wp-content-root .sndc-content .sndc-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .sndc-content .sndc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .sndc-content .sndc-kicker{
    font-size: 13px;
  }.tc-wp-content-root .sndc-content .sndc-grid{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .sndc-content .sndc-grid-three, .tc-wp-content-root .sndc-content .sndc-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .sndc-content .sndc-card, .tc-wp-content-root .sndc-content .sndc-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .sndc-content .sndc-card h3, .tc-wp-content-root .sndc-content .sndc-benefit-card h3, .tc-wp-content-root .sndc-content .sndc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .sndc-content .sndc-card p, .tc-wp-content-root .sndc-content .sndc-benefit-card p, .tc-wp-content-root .sndc-content .sndc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .sndc-content .sndc-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .sndc-content .sndc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .sndc-content .sndc-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .sndc-content .sndc-section{
    padding: 76px 0;
  }.tc-wp-content-root .sndc-content .sndc-container{
    padding: 0 30px;
  }.tc-wp-content-root .sndc-content .sndc-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .sndc-content .sndc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .sndc-content .sndc-kicker{
    font-size: 13px;
  }.tc-wp-content-root .sndc-content .sndc-grid{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .sndc-content .sndc-grid-three, .tc-wp-content-root .sndc-content .sndc-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .sndc-content .sndc-card, .tc-wp-content-root .sndc-content .sndc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .sndc-content .sndc-card h3, .tc-wp-content-root .sndc-content .sndc-benefit-card h3, .tc-wp-content-root .sndc-content .sndc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .sndc-content .sndc-card p, .tc-wp-content-root .sndc-content .sndc-benefit-card p, .tc-wp-content-root .sndc-content .sndc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .sndc-content .sndc-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .sndc-content .sndc-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .sndc-content .sndc-step-number{
    width: 62px;
    height: 62px;
    font-size: 17px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .sndc-content .sndc-section{
    padding: 92px 0;
  }.tc-wp-content-root .sndc-content .sndc-container{
    padding: 0 32px;
  }.tc-wp-content-root .sndc-content .sndc-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .sndc-content .sndc-heading p{
    font-size: 17.5px;
  }.tc-wp-content-root .sndc-content .sndc-kicker{
    font-size: 13px;
  }.tc-wp-content-root .sndc-content .sndc-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .sndc-content .sndc-grid-three, .tc-wp-content-root .sndc-content .sndc-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .sndc-content .sndc-card, .tc-wp-content-root .sndc-content .sndc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .sndc-content .sndc-card h3, .tc-wp-content-root .sndc-content .sndc-benefit-card h3, .tc-wp-content-root .sndc-content .sndc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .sndc-content .sndc-card p, .tc-wp-content-root .sndc-content .sndc-benefit-card p, .tc-wp-content-root .sndc-content .sndc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .sndc-content .sndc-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .sndc-content .sndc-step-card{
    gap: 26px;
    padding: 34px 36px;
  }.tc-wp-content-root .sndc-content .sndc-step-number{
    width: 68px;
    height: 68px;
    font-size: 18px;
  }}

.tc-wp-content-root .sndc-step-content {}