@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 .sdc-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .sdc-editorial-wrap, .tc-wp-content-root .sdc-editorial-wrap section, .tc-wp-content-root .sdc-editorial-wrap div, .tc-wp-content-root .sdc-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-section-white{
  background: #ffffff;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-section-soft{
  background:
    radial-gradient(circle at 12% 8%, rgba(27, 118, 255, 0.08), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(0, 190, 154, 0.08), transparent 28%),
    #f7f9fc;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(27, 118, 255, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(27, 118, 255, 0.09), rgba(0, 190, 154, 0.09));
  color: #1557b0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head p{
  margin: 16px auto 0;
  max-width: 680px;
  color: #526071;
  font-weight: 400;
  line-height: 1.7;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-card, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(20, 31, 51, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(27, 118, 255, 0.26), rgba(0, 190, 154, 0.16)) border-box;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-card::before, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(27, 118, 255, 0.055), rgba(0, 190, 154, 0.04));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-card:hover, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card:hover, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .sdc-editorial-wrap .sdc-card:hover::before, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card h3{
  position: relative;
  margin: 0;
  color: #121a2a;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: #596678;
  line-height: 1.68;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1b76ff, #00be9a);
  box-shadow: 0 14px 28px rgba(27, 118, 255, 0.22);
  transition: transform 260ms ease;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-card:hover .sdc-icon{
  transform: translateY(-2px) rotate(-2deg);
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon::before, .tc-wp-content-root .sdc-editorial-wrap .sdc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon-chart::before{
  left: 13px;
  bottom: 12px;
  width: 5px;
  height: 13px;
  border-radius: 5px;
  box-shadow: 8px -6px 0 #ffffff, 16px -2px 0 #ffffff;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon-sigma::before{
  left: 14px;
  top: 12px;
  width: 18px;
  height: 22px;
  clip-path: polygon(0 0, 100% 0, 56% 50%, 100% 100%, 0 100%, 38% 50%);
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon-sample::before{
  left: 12px;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  box-shadow: 14px 0 0 #ffffff, 7px 13px 0 #ffffff;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon-check::before{
  left: 13px;
  top: 19px;
  width: 20px;
  height: 10px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon-average::before{
  left: 11px;
  top: 21px;
  width: 24px;
  height: 4px;
  border-radius: 4px;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon-average::after{
  left: 21px;
  top: 11px;
  width: 4px;
  height: 24px;
  border-radius: 4px;
  opacity: 0.85;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon-speed::before{
  left: 11px;
  top: 23px;
  width: 24px;
  height: 4px;
  border-radius: 4px;
  transform: rotate(-24deg);
}.tc-wp-content-root .sdc-editorial-wrap .sdc-icon-speed::after{
  left: 14px;
  top: 14px;
  width: 18px;
  height: 18px;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(20, 31, 51, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  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 .sdc-editorial-wrap .sdc-step-card::after{
  content: "";
  position: absolute;
  left: 38px;
  top: 74px;
  bottom: -22px;
  width: 2px;
  background: linear-gradient(180deg, rgba(27, 118, 255, 0.26), rgba(0, 190, 154, 0));
}.tc-wp-content-root .sdc-editorial-wrap .sdc-step-card:last-child::after{
  display: none;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 22px;
  background: linear-gradient(135deg, #1b76ff, #00be9a);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(27, 118, 255, 0.23);
}.tc-wp-content-root .sdc-editorial-wrap .sdc-step-content{
  min-width: 0;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-badge{
  display: inline-flex;
  align-items: center;
  width: max-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 190, 154, 0.1);
  color: #047c69;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card{
  overflow: hidden;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-mark{
  position: relative;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(27, 118, 255, 0.12), rgba(0, 190, 154, 0.14));
}.tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-mark::before{
  content: "";
  position: absolute;
  left: 13px;
  top: 10px;
  width: 15px;
  height: 9px;
  border-left: 3px solid #1b76ff;
  border-bottom: 3px solid #00a98c;
  transform: rotate(-45deg);
}.tc-wp-content-root .sdc-editorial-wrap .sdc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.tc-wp-content-root .sdc-editorial-wrap .sdc-reveal.sdc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .sdc-editorial-wrap .sdc-section{
    padding: 54px 0;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-container{
    padding: 0 14px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head h2{
    font-size: 27px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-card::after{
    display: none;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
    border-radius: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .sdc-editorial-wrap .sdc-section{
    padding: 60px 0;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-container{
    padding: 0 18px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head h2{
    font-size: 30px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card{
    padding: 24px;
    border-radius: 21px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-card::after{
    display: none;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
    border-radius: 19px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .sdc-editorial-wrap .sdc-section{
    padding: 66px 0;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-container{
    padding: 0 22px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head h2{
    font-size: 34px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-card::after{
    display: none;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .sdc-editorial-wrap .sdc-section{
    padding: 82px 0;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-container{
    padding: 0 30px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-grid-three, .tc-wp-content-root .sdc-editorial-wrap .sdc-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-card{
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-number{
    width: 72px;
    height: 72px;
    font-size: 21px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .sdc-editorial-wrap .sdc-section{
    padding: 96px 0;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-container{
    padding: 0 32px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-grid-three, .tc-wp-content-root .sdc-editorial-wrap .sdc-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card h3, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-benefit-card p, .tc-wp-content-root .sdc-editorial-wrap .sdc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-card{
    gap: 26px;
    padding: 30px;
  }.tc-wp-content-root .sdc-editorial-wrap .sdc-step-number{
    width: 76px;
    height: 76px;
    font-size: 22px;
  }}