@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 .ssc-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .ssc-editorial-content, .tc-wp-content-root .ssc-editorial-content section, .tc-wp-content-root .ssc-editorial-content div, .tc-wp-content-root .ssc-editorial-content article{
  box-sizing: border-box;
}.tc-wp-content-root .ssc-editorial-content .ssc-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ssc-editorial-content .ssc-section-white{
  background: #ffffff;
}.tc-wp-content-root .ssc-editorial-content .ssc-section-soft{
  background:
    radial-gradient(circle at top left, rgba(42, 123, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #f6f8fb 100%);
}.tc-wp-content-root .ssc-editorial-content .ssc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ssc-editorial-content .ssc-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ssc-editorial-content .ssc-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #246bfe;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}.tc-wp-content-root .ssc-editorial-content .ssc-kicker::before, .tc-wp-content-root .ssc-editorial-content .ssc-kicker::after{
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #246bfe, #17bebb);
}.tc-wp-content-root .ssc-editorial-content h2{
  margin: 0;
  color: #101827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ssc-editorial-content .ssc-section-head p{
  margin: 14px auto 0;
  color: #5a667a;
  line-height: 1.75;
}.tc-wp-content-root .ssc-editorial-content .ssc-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ssc-editorial-content .ssc-card, .tc-wp-content-root .ssc-editorial-content .ssc-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(35, 78, 130, 0.12);
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(20, 38, 70, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ssc-editorial-content .ssc-card::before, .tc-wp-content-root .ssc-editorial-content .ssc-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #246bfe, #17bebb, #7c5cff);
  opacity: 0.9;
}.tc-wp-content-root .ssc-editorial-content .ssc-card:hover, .tc-wp-content-root .ssc-editorial-content .ssc-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(36, 107, 254, 0.28);
  box-shadow: 0 24px 60px rgba(20, 38, 70, 0.13);
}.tc-wp-content-root .ssc-editorial-content .ssc-card h3, .tc-wp-content-root .ssc-editorial-content .ssc-step-card h3, .tc-wp-content-root .ssc-editorial-content .ssc-trust-card h3{
  margin: 0;
  color: #111a2c;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}.tc-wp-content-root .ssc-editorial-content .ssc-card p, .tc-wp-content-root .ssc-editorial-content .ssc-step-card p, .tc-wp-content-root .ssc-editorial-content .ssc-trust-card p{
  margin: 10px 0 0;
  color: #5c687a;
  line-height: 1.7;
}.tc-wp-content-root .ssc-editorial-content .ssc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(36, 107, 254, 0.13), rgba(23, 190, 187, 0.16));
}.tc-wp-content-root .ssc-editorial-content .ssc-icon::before, .tc-wp-content-root .ssc-editorial-content .ssc-icon::after{
  content: "";
  position: absolute;
  border-radius: 99px;
}.tc-wp-content-root .ssc-editorial-content .ssc-icon-mean::before{
  width: 22px;
  height: 3px;
  top: 22px;
  left: 12px;
  background: #246bfe;
}.tc-wp-content-root .ssc-editorial-content .ssc-icon-mean::after{
  width: 3px;
  height: 24px;
  top: 11px;
  left: 22px;
  background: #17bebb;
}.tc-wp-content-root .ssc-editorial-content .ssc-icon-range::before{
  width: 26px;
  height: 26px;
  top: 10px;
  left: 10px;
  border: 3px solid #246bfe;
}.tc-wp-content-root .ssc-editorial-content .ssc-icon-range::after{
  width: 8px;
  height: 8px;
  top: 19px;
  left: 19px;
  background: #17bebb;
}.tc-wp-content-root .ssc-editorial-content .ssc-icon-chart::before{
  width: 5px;
  height: 20px;
  left: 13px;
  bottom: 11px;
  background: #246bfe;
}.tc-wp-content-root .ssc-editorial-content .ssc-icon-chart::after{
  width: 5px;
  height: 28px;
  left: 26px;
  bottom: 11px;
  background: #17bebb;
}.tc-wp-content-root .ssc-editorial-content .ssc-icon-study::before{
  width: 24px;
  height: 18px;
  top: 13px;
  left: 11px;
  border: 3px solid #246bfe;
  border-radius: 7px;
}.tc-wp-content-root .ssc-editorial-content .ssc-icon-study::after{
  width: 18px;
  height: 3px;
  top: 23px;
  left: 14px;
  background: #17bebb;
}.tc-wp-content-root .ssc-editorial-content .ssc-icon-speed::before{
  width: 24px;
  height: 24px;
  top: 11px;
  left: 11px;
  border: 3px solid #246bfe;
}.tc-wp-content-root .ssc-editorial-content .ssc-icon-speed::after{
  width: 13px;
  height: 3px;
  top: 22px;
  left: 22px;
  background: #17bebb;
  transform: rotate(-35deg);
  transform-origin: left center;
}.tc-wp-content-root .ssc-editorial-content .ssc-icon-check::before{
  width: 22px;
  height: 12px;
  left: 12px;
  top: 16px;
  border-left: 4px solid #17bebb;
  border-bottom: 4px solid #17bebb;
  border-radius: 2px;
  transform: rotate(-45deg);
}.tc-wp-content-root .ssc-editorial-content .ssc-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #1558df;
  background: rgba(36, 107, 254, 0.1);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}.tc-wp-content-root .ssc-editorial-content .ssc-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ssc-editorial-content .ssc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(35, 78, 130, 0.12);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(20, 38, 70, 0.08);
}.tc-wp-content-root .ssc-editorial-content .ssc-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 36px;
  width: 2px;
  background: linear-gradient(180deg, rgba(36, 107, 254, 0.22), rgba(23, 190, 187, 0));
}.tc-wp-content-root .ssc-editorial-content .ssc-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #246bfe, #17bebb);
  box-shadow: 0 14px 28px rgba(36, 107, 254, 0.22);
  font-weight: 900;
  letter-spacing: 0;
}.tc-wp-content-root .ssc-editorial-content .ssc-step-copy{
  min-width: 0;
}.tc-wp-content-root .ssc-editorial-content .ssc-trust-card{
  text-align: center;
}.tc-wp-content-root .ssc-editorial-content .ssc-trust-mark{
  position: relative;
  width: 48px;
  height: 48px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #246bfe, #17bebb);
  box-shadow: 0 16px 30px rgba(36, 107, 254, 0.22);
}.tc-wp-content-root .ssc-editorial-content .ssc-trust-mark::before{
  content: "";
  position: absolute;
  width: 22px;
  height: 12px;
  left: 13px;
  top: 15px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  border-radius: 2px;
  transform: rotate(-45deg);
}.tc-wp-content-root .ssc-editorial-content .ssc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ssc-editorial-content .ssc-reveal.ssc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ssc-editorial-content .ssc-section{
    padding: 44px 0;
  }.tc-wp-content-root .ssc-editorial-content .ssc-container{
    padding: 0 14px;
  }.tc-wp-content-root .ssc-editorial-content h2{
    font-size: 25px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-card, .tc-wp-content-root .ssc-editorial-content .ssc-trust-card{
    padding: 22px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-card h3, .tc-wp-content-root .ssc-editorial-content .ssc-step-card h3, .tc-wp-content-root .ssc-editorial-content .ssc-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-card p, .tc-wp-content-root .ssc-editorial-content .ssc-step-card p, .tc-wp-content-root .ssc-editorial-content .ssc-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-step-list{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-step-card::after{
    display: none;
  }.tc-wp-content-root .ssc-editorial-content .ssc-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ssc-editorial-content .ssc-section{
    padding: 50px 0;
  }.tc-wp-content-root .ssc-editorial-content .ssc-container{
    padding: 0 18px;
  }.tc-wp-content-root .ssc-editorial-content h2{
    font-size: 28px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-card, .tc-wp-content-root .ssc-editorial-content .ssc-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-card h3, .tc-wp-content-root .ssc-editorial-content .ssc-step-card h3, .tc-wp-content-root .ssc-editorial-content .ssc-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-card p, .tc-wp-content-root .ssc-editorial-content .ssc-step-card p, .tc-wp-content-root .ssc-editorial-content .ssc-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-step-list{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-step-card::after{
    display: none;
  }.tc-wp-content-root .ssc-editorial-content .ssc-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ssc-editorial-content .ssc-section{
    padding: 56px 0;
  }.tc-wp-content-root .ssc-editorial-content .ssc-container{
    padding: 0 22px;
  }.tc-wp-content-root .ssc-editorial-content h2{
    font-size: 31px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-card, .tc-wp-content-root .ssc-editorial-content .ssc-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-card h3, .tc-wp-content-root .ssc-editorial-content .ssc-step-card h3, .tc-wp-content-root .ssc-editorial-content .ssc-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-card p, .tc-wp-content-root .ssc-editorial-content .ssc-step-card p, .tc-wp-content-root .ssc-editorial-content .ssc-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-step-list{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-step-card::after{
    display: none;
  }.tc-wp-content-root .ssc-editorial-content .ssc-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ssc-editorial-content .ssc-section{
    padding: 72px 0;
  }.tc-wp-content-root .ssc-editorial-content .ssc-container{
    padding: 0 32px;
  }.tc-wp-content-root .ssc-editorial-content h2{
    font-size: 38px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-grid-three, .tc-wp-content-root .ssc-editorial-content .ssc-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ssc-editorial-content .ssc-card, .tc-wp-content-root .ssc-editorial-content .ssc-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-card h3, .tc-wp-content-root .ssc-editorial-content .ssc-step-card h3, .tc-wp-content-root .ssc-editorial-content .ssc-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-card p, .tc-wp-content-root .ssc-editorial-content .ssc-step-card p, .tc-wp-content-root .ssc-editorial-content .ssc-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-step-list{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ssc-editorial-content .ssc-section{
    padding: 88px 0;
  }.tc-wp-content-root .ssc-editorial-content .ssc-container{
    padding: 0 32px;
  }.tc-wp-content-root .ssc-editorial-content h2{
    font-size: 44px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-grid-three, .tc-wp-content-root .ssc-editorial-content .ssc-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ssc-editorial-content .ssc-card, .tc-wp-content-root .ssc-editorial-content .ssc-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-card h3, .tc-wp-content-root .ssc-editorial-content .ssc-step-card h3, .tc-wp-content-root .ssc-editorial-content .ssc-trust-card h3{
    font-size: 22px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-card p, .tc-wp-content-root .ssc-editorial-content .ssc-step-card p, .tc-wp-content-root .ssc-editorial-content .ssc-trust-card p{
    font-size: 16px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-step-list{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .ssc-editorial-content .ssc-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }}