@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 .schv-editorial{
  width: 100%;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
  background: #ffffff;
}.tc-wp-content-root .schv-editorial, .tc-wp-content-root .schv-editorial section, .tc-wp-content-root .schv-editorial div, .tc-wp-content-root .schv-editorial article, .tc-wp-content-root .schv-editorial span, .tc-wp-content-root .schv-editorial h2, .tc-wp-content-root .schv-editorial h3, .tc-wp-content-root .schv-editorial p{
  box-sizing: border-box;
}.tc-wp-content-root .schv-editorial .schv-section{
  position: relative;
  width: 100%;
  overflow: hidden;
}.tc-wp-content-root .schv-editorial .schv-section-white{
  background: #ffffff;
}.tc-wp-content-root .schv-editorial .schv-section-soft{
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 252, 0, 0.16), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(0, 198, 255, 0.13), transparent 30%),
    #f8fafc;
}.tc-wp-content-root .schv-editorial .schv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .schv-editorial .schv-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .schv-editorial .schv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 13px;
  margin: 0 0 14px;
  border: 1px solid rgba(20, 29, 48, 0.09);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 252, 0, 0.26), rgba(0, 198, 255, 0.14));
  color: #253047;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .schv-editorial .schv-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.12;
}.tc-wp-content-root .schv-editorial .schv-heading p{
  margin: 16px auto 0;
  color: #596579;
  font-weight: 450;
  line-height: 1.72;
}.tc-wp-content-root .schv-editorial .schv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .schv-editorial .schv-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(22, 34, 55, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.86)),
    #ffffff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .schv-editorial .schv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 252, 0, 0.2), rgba(0, 198, 255, 0.14), rgba(255, 61, 129, 0.08));
  opacity: 0;
  transition: opacity 240ms ease;
}.tc-wp-content-root .schv-editorial .schv-card:hover{
  transform: translateY(-5px);
  border-color: rgba(0, 198, 255, 0.28);
  box-shadow: 0 24px 62px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .schv-editorial .schv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .schv-editorial .schv-card h3{
  position: relative;
  margin: 18px 0 8px;
  color: #151f32;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .schv-editorial .schv-card p{
  position: relative;
  margin: 0;
  color: #5e687a;
  line-height: 1.7;
}.tc-wp-content-root .schv-editorial .schv-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff600, #00c6ff);
  box-shadow: 0 12px 24px rgba(0, 198, 255, 0.18);
}.tc-wp-content-root .schv-editorial .schv-icon::before, .tc-wp-content-root .schv-editorial .schv-icon::after{
  content: "";
  position: absolute;
  transition: transform 240ms ease;
}.tc-wp-content-root .schv-editorial .schv-card:hover .schv-icon::before{
  transform: translateX(2px);
}.tc-wp-content-root .schv-editorial .schv-icon-play::before{
  left: 19px;
  top: 15px;
  width: 0;
  height: 0;
  border-left: 13px solid #152033;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}.tc-wp-content-root .schv-editorial .schv-icon-speed::before{
  left: 13px;
  top: 24px;
  width: 22px;
  height: 12px;
  border: 3px solid #152033;
  border-top: 0;
  border-radius: 0 0 16px 16px;
}.tc-wp-content-root .schv-editorial .schv-icon-speed::after{
  left: 25px;
  top: 18px;
  width: 12px;
  height: 3px;
  border-radius: 999px;
  background: #152033;
  transform: rotate(-28deg);
}.tc-wp-content-root .schv-editorial .schv-icon-frame::before{
  left: 13px;
  top: 13px;
  width: 22px;
  height: 22px;
  border: 3px solid #152033;
  border-radius: 8px;
}.tc-wp-content-root .schv-editorial .schv-icon-steps::before{
  left: 13px;
  top: 14px;
  width: 22px;
  height: 4px;
  border-radius: 999px;
  background: #152033;
  box-shadow: 0 8px 0 #152033, 0 16px 0 #152033;
}.tc-wp-content-root .schv-editorial .schv-icon-mobile::before{
  left: 16px;
  top: 10px;
  width: 16px;
  height: 28px;
  border: 3px solid #152033;
  border-radius: 8px;
}.tc-wp-content-root .schv-editorial .schv-icon-daily::before{
  left: 13px;
  top: 13px;
  width: 22px;
  height: 22px;
  border: 3px solid #152033;
  border-radius: 50%;
}.tc-wp-content-root .schv-editorial .schv-icon-daily::after{
  left: 23px;
  top: 18px;
  width: 3px;
  height: 12px;
  background: #152033;
  border-radius: 999px;
  transform-origin: bottom;
  transform: rotate(42deg);
}.tc-wp-content-root .schv-editorial .schv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .schv-editorial .schv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(22, 34, 55, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 54px rgba(15, 23, 42, 0.07);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .schv-editorial .schv-step-card::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, #fff600, #00c6ff, #ff3d81);
}.tc-wp-content-root .schv-editorial .schv-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 61, 129, 0.18);
  box-shadow: 0 26px 66px rgba(15, 23, 42, 0.1);
}.tc-wp-content-root .schv-editorial .schv-step-number{
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827, #26324a);
  color: #fff600;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 18px 30px rgba(17, 24, 39, 0.18);
}.tc-wp-content-root .schv-editorial .schv-step-content h3{
  margin: 0 0 8px;
  color: #151f32;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .schv-editorial .schv-step-content p{
  margin: 0;
  color: #5d6879;
  line-height: 1.7;
}.tc-wp-content-root .schv-editorial .schv-use-card{
  background: linear-gradient(180deg, #ffffff, #fbfdff);
}.tc-wp-content-root .schv-editorial .schv-dot{
  position: relative;
  display: inline-flex;
  width: 15px;
  height: 15px;
  border-radius: 999px;
  background: #00c6ff;
  box-shadow: 0 0 0 8px rgba(0, 198, 255, 0.11), 18px 0 0 -5px #fff600;
}.tc-wp-content-root .schv-editorial .schv-benefit-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    #ffffff;
}.tc-wp-content-root .schv-editorial .schv-badge{
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 11px;
  border-radius: 999px;
  background: #111827;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .schv-editorial .schv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .schv-editorial .schv-reveal.schv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .schv-editorial .schv-section{
    padding: 48px 0;
  }.tc-wp-content-root .schv-editorial .schv-container{
    padding: 0 14px;
  }.tc-wp-content-root .schv-editorial .schv-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .schv-editorial .schv-heading p{
    font-size: 14px;
  }.tc-wp-content-root .schv-editorial .schv-card-grid, .tc-wp-content-root .schv-editorial .schv-steps{
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .schv-editorial .schv-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .schv-editorial .schv-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .schv-editorial .schv-card h3{
    font-size: 18px;
  }.tc-wp-content-root .schv-editorial .schv-card p, .tc-wp-content-root .schv-editorial .schv-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .schv-editorial .schv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 18px 22px 22px;
  }.tc-wp-content-root .schv-editorial .schv-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }.tc-wp-content-root .schv-editorial .schv-step-content h3{
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .schv-editorial .schv-section{
    padding: 54px 0;
  }.tc-wp-content-root .schv-editorial .schv-container{
    padding: 0 18px;
  }.tc-wp-content-root .schv-editorial .schv-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .schv-editorial .schv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .schv-editorial .schv-card-grid, .tc-wp-content-root .schv-editorial .schv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .schv-editorial .schv-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .schv-editorial .schv-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .schv-editorial .schv-card h3{
    font-size: 19px;
  }.tc-wp-content-root .schv-editorial .schv-card p, .tc-wp-content-root .schv-editorial .schv-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .schv-editorial .schv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 20px 24px 24px;
  }.tc-wp-content-root .schv-editorial .schv-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .schv-editorial .schv-step-content h3{
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .schv-editorial .schv-section{
    padding: 60px 0;
  }.tc-wp-content-root .schv-editorial .schv-container{
    padding: 0 22px;
  }.tc-wp-content-root .schv-editorial .schv-heading h2{
    font-size: 31px;
  }.tc-wp-content-root .schv-editorial .schv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .schv-editorial .schv-card-grid, .tc-wp-content-root .schv-editorial .schv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .schv-editorial .schv-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .schv-editorial .schv-card{
    padding: 24px;
  }.tc-wp-content-root .schv-editorial .schv-card h3{
    font-size: 20px;
  }.tc-wp-content-root .schv-editorial .schv-card p, .tc-wp-content-root .schv-editorial .schv-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .schv-editorial .schv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 22px 26px 26px;
  }.tc-wp-content-root .schv-editorial .schv-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }.tc-wp-content-root .schv-editorial .schv-step-content h3{
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .schv-editorial .schv-section{
    padding: 76px 0;
  }.tc-wp-content-root .schv-editorial .schv-container{
    padding: 0 32px;
  }.tc-wp-content-root .schv-editorial .schv-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .schv-editorial .schv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .schv-editorial .schv-card-grid, .tc-wp-content-root .schv-editorial .schv-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .schv-editorial .schv-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .schv-editorial .schv-card{
    padding: 26px;
  }.tc-wp-content-root .schv-editorial .schv-card h3{
    font-size: 20px;
  }.tc-wp-content-root .schv-editorial .schv-card p, .tc-wp-content-root .schv-editorial .schv-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .schv-editorial .schv-step-card{
    grid-template-columns: 76px 1fr;
    gap: 22px;
    padding: 28px 30px;
  }.tc-wp-content-root .schv-editorial .schv-step-number{
    width: 64px;
    height: 64px;
    font-size: 20px;
  }.tc-wp-content-root .schv-editorial .schv-step-content h3{
    font-size: 21px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .schv-editorial .schv-section{
    padding: 92px 0;
  }.tc-wp-content-root .schv-editorial .schv-container{
    padding: 0 34px;
  }.tc-wp-content-root .schv-editorial .schv-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .schv-editorial .schv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .schv-editorial .schv-card-grid, .tc-wp-content-root .schv-editorial .schv-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .schv-editorial .schv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .schv-editorial .schv-card{
    padding: 30px;
  }.tc-wp-content-root .schv-editorial .schv-card h3{
    font-size: 21px;
  }.tc-wp-content-root .schv-editorial .schv-card p, .tc-wp-content-root .schv-editorial .schv-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .schv-editorial .schv-step-card{
    grid-template-columns: 88px 1fr;
    gap: 26px;
    padding: 32px 36px;
  }.tc-wp-content-root .schv-editorial .schv-step-number{
    width: 72px;
    height: 72px;
    font-size: 21px;
  }.tc-wp-content-root .schv-editorial .schv-step-content h3{
    font-size: 23px;
  }}

.tc-wp-content-root .schv-benefits {}