@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 .spc-editorial-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 .spc-editorial-wrap, .tc-wp-content-root .spc-editorial-wrap div, .tc-wp-content-root .spc-editorial-wrap section, .tc-wp-content-root .spc-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .spc-editorial-wrap .spc-section{
  position: relative;
}.tc-wp-content-root .spc-editorial-wrap .spc-section-white{
  background: #ffffff;
}.tc-wp-content-root .spc-editorial-wrap .spc-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}.tc-wp-content-root .spc-editorial-wrap .spc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .spc-editorial-wrap .spc-heading-block{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .spc-editorial-wrap .spc-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(38, 116, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(38, 116, 255, 0.1), rgba(25, 199, 161, 0.1));
  color: #225ac8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .spc-editorial-wrap .spc-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2674ff, #19c7a1);
  box-shadow: 0 0 0 5px rgba(38, 116, 255, 0.1);
}.tc-wp-content-root .spc-editorial-wrap h2{
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .spc-editorial-wrap .spc-heading-block p{
  margin: 16px auto 0;
  color: #5b667a;
  line-height: 1.7;
}.tc-wp-content-root .spc-editorial-wrap .spc-card-grid, .tc-wp-content-root .spc-editorial-wrap .spc-benefit-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .spc-editorial-wrap .spc-info-card, .tc-wp-content-root .spc-editorial-wrap .spc-use-card, .tc-wp-content-root .spc-editorial-wrap .spc-benefit-card, .tc-wp-content-root .spc-editorial-wrap .spc-step-card{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(151, 164, 184, 0.22);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .spc-editorial-wrap .spc-info-card, .tc-wp-content-root .spc-editorial-wrap .spc-use-card, .tc-wp-content-root .spc-editorial-wrap .spc-benefit-card{
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border-radius: 22px;
}.tc-wp-content-root .spc-editorial-wrap .spc-info-card::before, .tc-wp-content-root .spc-editorial-wrap .spc-use-card::before, .tc-wp-content-root .spc-editorial-wrap .spc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #2674ff, #19c7a1);
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .spc-editorial-wrap .spc-info-card:hover, .tc-wp-content-root .spc-editorial-wrap .spc-use-card:hover, .tc-wp-content-root .spc-editorial-wrap .spc-benefit-card:hover, .tc-wp-content-root .spc-editorial-wrap .spc-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(38, 116, 255, 0.32);
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.11);
}.tc-wp-content-root .spc-editorial-wrap .spc-info-card:hover::before, .tc-wp-content-root .spc-editorial-wrap .spc-use-card:hover::before, .tc-wp-content-root .spc-editorial-wrap .spc-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .spc-editorial-wrap h3{
  margin: 0;
  color: #132033;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .spc-editorial-wrap .spc-info-card p, .tc-wp-content-root .spc-editorial-wrap .spc-use-card p, .tc-wp-content-root .spc-editorial-wrap .spc-benefit-card p, .tc-wp-content-root .spc-editorial-wrap .spc-step-card p{
  margin: 12px 0 0;
  color: #5f6b7d;
  line-height: 1.68;
}.tc-wp-content-root .spc-editorial-wrap .spc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(38, 116, 255, 0.13), rgba(25, 199, 161, 0.13));
  border: 1px solid rgba(38, 116, 255, 0.16);
}.tc-wp-content-root .spc-editorial-wrap .spc-icon::before, .tc-wp-content-root .spc-editorial-wrap .spc-icon::after{
  content: "";
  position: absolute;
  background: linear-gradient(135deg, #2674ff, #19c7a1);
}.tc-wp-content-root .spc-editorial-wrap .spc-icon-axis::before{
  width: 24px;
  height: 2px;
  left: 11px;
  top: 22px;
}.tc-wp-content-root .spc-editorial-wrap .spc-icon-axis::after{
  width: 2px;
  height: 24px;
  left: 22px;
  top: 11px;
}.tc-wp-content-root .spc-editorial-wrap .spc-icon-rotation::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border: 3px solid #2674ff;
  border-right-color: transparent;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .spc-editorial-wrap .spc-icon-rotation::after{
  width: 8px;
  height: 8px;
  right: 11px;
  top: 13px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}.tc-wp-content-root .spc-editorial-wrap .spc-icon-target::before{
  width: 26px;
  height: 26px;
  left: 10px;
  top: 10px;
  border: 2px solid #2674ff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .spc-editorial-wrap .spc-icon-target::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
}.tc-wp-content-root .spc-editorial-wrap .spc-icon-check::before{
  width: 20px;
  height: 10px;
  left: 13px;
  top: 17px;
  border-left: 3px solid #19c7a1;
  border-bottom: 3px solid #19c7a1;
  transform: rotate(-45deg);
  background: transparent;
}.tc-wp-content-root .spc-editorial-wrap .spc-icon-plane::before{
  width: 26px;
  height: 18px;
  left: 10px;
  top: 14px;
  border-left: 2px solid #2674ff;
  border-bottom: 2px solid #2674ff;
  background: transparent;
}.tc-wp-content-root .spc-editorial-wrap .spc-icon-plane::after{
  width: 18px;
  height: 2px;
  left: 17px;
  top: 18px;
  transform: rotate(-28deg);
}.tc-wp-content-root .spc-editorial-wrap .spc-icon-spark::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}.tc-wp-content-root .spc-editorial-wrap .spc-icon-spark::after{
  width: 7px;
  height: 7px;
  right: 10px;
  top: 9px;
  border-radius: 50%;
}.tc-wp-content-root .spc-editorial-wrap .spc-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .spc-editorial-wrap .spc-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.96)),
    #ffffff;
}.tc-wp-content-root .spc-editorial-wrap .spc-step-card::before{
  content: "";
  position: absolute;
  left: 34px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(38, 116, 255, 0), rgba(38, 116, 255, 0.22), rgba(25, 199, 161, 0));
}.tc-wp-content-root .spc-editorial-wrap .spc-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: linear-gradient(135deg, #2674ff, #19c7a1);
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 14px 30px rgba(38, 116, 255, 0.24);
}.tc-wp-content-root .spc-editorial-wrap .spc-step-content{
  min-width: 0;
}.tc-wp-content-root .spc-editorial-wrap .spc-mini-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(38, 116, 255, 0.09);
  color: #235bc9;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .spc-editorial-wrap .spc-benefit-mark{
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #2674ff, #19c7a1);
  box-shadow: 0 12px 28px rgba(38, 116, 255, 0.2);
}.tc-wp-content-root .spc-editorial-wrap .spc-benefit-mark::before{
  content: "";
  width: 16px;
  height: 8px;
  margin: 13px auto 0;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .spc-editorial-wrap .spc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .spc-editorial-wrap .spc-reveal.spc-is-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .spc-editorial-wrap .spc-section{
    padding: 54px 0;
  }.tc-wp-content-root .spc-editorial-wrap .spc-container{
    padding: 0 14px;
  }.tc-wp-content-root .spc-editorial-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .spc-editorial-wrap .spc-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .spc-editorial-wrap .spc-card-grid, .tc-wp-content-root .spc-editorial-wrap .spc-benefit-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .spc-editorial-wrap .spc-info-card, .tc-wp-content-root .spc-editorial-wrap .spc-use-card, .tc-wp-content-root .spc-editorial-wrap .spc-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .spc-editorial-wrap h3{
    font-size: 18px;
  }.tc-wp-content-root .spc-editorial-wrap .spc-info-card p, .tc-wp-content-root .spc-editorial-wrap .spc-use-card p, .tc-wp-content-root .spc-editorial-wrap .spc-benefit-card p, .tc-wp-content-root .spc-editorial-wrap .spc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .spc-editorial-wrap .spc-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .spc-editorial-wrap .spc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }.tc-wp-content-root .spc-editorial-wrap .spc-step-card::before{
    display: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .spc-editorial-wrap .spc-section{
    padding: 60px 0;
  }.tc-wp-content-root .spc-editorial-wrap .spc-container{
    padding: 0 18px;
  }.tc-wp-content-root .spc-editorial-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .spc-editorial-wrap .spc-heading-block p{
    font-size: 15.5px;
  }.tc-wp-content-root .spc-editorial-wrap .spc-card-grid, .tc-wp-content-root .spc-editorial-wrap .spc-benefit-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .spc-editorial-wrap .spc-info-card, .tc-wp-content-root .spc-editorial-wrap .spc-use-card, .tc-wp-content-root .spc-editorial-wrap .spc-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .spc-editorial-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .spc-editorial-wrap .spc-info-card p, .tc-wp-content-root .spc-editorial-wrap .spc-use-card p, .tc-wp-content-root .spc-editorial-wrap .spc-benefit-card p, .tc-wp-content-root .spc-editorial-wrap .spc-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .spc-editorial-wrap .spc-step-list{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .spc-editorial-wrap .spc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .spc-editorial-wrap .spc-step-card::before{
    display: none;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .spc-editorial-wrap .spc-section{
    padding: 66px 0;
  }.tc-wp-content-root .spc-editorial-wrap .spc-container{
    padding: 0 22px;
  }.tc-wp-content-root .spc-editorial-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .spc-editorial-wrap .spc-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .spc-editorial-wrap .spc-card-grid, .tc-wp-content-root .spc-editorial-wrap .spc-benefit-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .spc-editorial-wrap .spc-info-card, .tc-wp-content-root .spc-editorial-wrap .spc-use-card, .tc-wp-content-root .spc-editorial-wrap .spc-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .spc-editorial-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .spc-editorial-wrap .spc-info-card p, .tc-wp-content-root .spc-editorial-wrap .spc-use-card p, .tc-wp-content-root .spc-editorial-wrap .spc-benefit-card p, .tc-wp-content-root .spc-editorial-wrap .spc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .spc-editorial-wrap .spc-step-list{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .spc-editorial-wrap .spc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .spc-editorial-wrap .spc-step-card::before{
    display: none;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .spc-editorial-wrap .spc-section{
    padding: 82px 0;
  }.tc-wp-content-root .spc-editorial-wrap .spc-container{
    padding: 0 30px;
  }.tc-wp-content-root .spc-editorial-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .spc-editorial-wrap .spc-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .spc-editorial-wrap .spc-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .spc-editorial-wrap .spc-benefit-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .spc-editorial-wrap .spc-info-card, .tc-wp-content-root .spc-editorial-wrap .spc-use-card, .tc-wp-content-root .spc-editorial-wrap .spc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .spc-editorial-wrap h3{
    font-size: 21px;
  }.tc-wp-content-root .spc-editorial-wrap .spc-info-card p, .tc-wp-content-root .spc-editorial-wrap .spc-use-card p, .tc-wp-content-root .spc-editorial-wrap .spc-benefit-card p, .tc-wp-content-root .spc-editorial-wrap .spc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .spc-editorial-wrap .spc-step-list{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .spc-editorial-wrap .spc-step-card{
    gap: 24px;
    padding: 30px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .spc-editorial-wrap .spc-section{
    padding: 96px 0;
  }.tc-wp-content-root .spc-editorial-wrap .spc-container{
    padding: 0 32px;
  }.tc-wp-content-root .spc-editorial-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .spc-editorial-wrap .spc-heading-block p{
    font-size: 18px;
  }.tc-wp-content-root .spc-editorial-wrap .spc-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .spc-editorial-wrap .spc-benefit-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .spc-editorial-wrap .spc-info-card, .tc-wp-content-root .spc-editorial-wrap .spc-use-card, .tc-wp-content-root .spc-editorial-wrap .spc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .spc-editorial-wrap h3{
    font-size: 22px;
  }.tc-wp-content-root .spc-editorial-wrap .spc-info-card p, .tc-wp-content-root .spc-editorial-wrap .spc-use-card p, .tc-wp-content-root .spc-editorial-wrap .spc-benefit-card p, .tc-wp-content-root .spc-editorial-wrap .spc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .spc-editorial-wrap .spc-step-list{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .spc-editorial-wrap .spc-step-card{
    gap: 28px;
    padding: 34px;
  }}

.tc-wp-content-root .spc-grid-six {}