/* 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 .spv-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  background: #ffffff;
}.tc-wp-content-root .spv-editorial-wrap, .tc-wp-content-root .spv-editorial-wrap .spv-section, .tc-wp-content-root .spv-editorial-wrap .spv-container, .tc-wp-content-root .spv-editorial-wrap .spv-card, .tc-wp-content-root .spv-editorial-wrap .spv-step-card, .tc-wp-content-root .spv-editorial-wrap .spv-trust-card{
  box-sizing: border-box;
}.tc-wp-content-root .spv-editorial-wrap .spv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .spv-editorial-wrap .spv-section-white{
  background: #ffffff;
}.tc-wp-content-root .spv-editorial-wrap .spv-section-soft{
  background:
    radial-gradient(circle at top left, rgba(255, 252, 0, 0.16), transparent 30%),
    radial-gradient(circle at bottom right, rgba(0, 196, 255, 0.12), transparent 34%),
    #f8fafc;
}.tc-wp-content-root .spv-editorial-wrap .spv-container{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}.tc-wp-content-root .spv-editorial-wrap .spv-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .spv-editorial-wrap .spv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 14px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 252, 0, 0.22), rgba(0, 196, 255, 0.14));
  border: 1px solid rgba(23, 32, 51, 0.08);
  color: #253047;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}.tc-wp-content-root .spv-editorial-wrap .spv-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .spv-editorial-wrap .spv-heading p{
  margin: 16px auto 0;
  color: #596579;
  max-width: 680px;
}.tc-wp-content-root .spv-editorial-wrap .spv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .spv-editorial-wrap .spv-grid-three, .tc-wp-content-root .spv-editorial-wrap .spv-grid-trust{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .spv-editorial-wrap .spv-card, .tc-wp-content-root .spv-editorial-wrap .spv-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .spv-editorial-wrap .spv-card::before, .tc-wp-content-root .spv-editorial-wrap .spv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 252, 0, 0.62), rgba(0, 196, 255, 0.28), rgba(255, 255, 255, 0));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}.tc-wp-content-root .spv-editorial-wrap .spv-card:hover, .tc-wp-content-root .spv-editorial-wrap .spv-trust-card:hover, .tc-wp-content-root .spv-editorial-wrap .spv-step-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.13);
  border-color: rgba(0, 196, 255, 0.28);
}.tc-wp-content-root .spv-editorial-wrap .spv-card:hover::before, .tc-wp-content-root .spv-editorial-wrap .spv-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .spv-editorial-wrap .spv-card h3, .tc-wp-content-root .spv-editorial-wrap .spv-step-card h3, .tc-wp-content-root .spv-editorial-wrap .spv-trust-card h3{
  margin: 0;
  color: #151d2f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .spv-editorial-wrap .spv-card p, .tc-wp-content-root .spv-editorial-wrap .spv-step-card p, .tc-wp-content-root .spv-editorial-wrap .spv-trust-card p{
  margin: 10px 0 0;
  color: #5c6678;
  line-height: 1.65;
}.tc-wp-content-root .spv-editorial-wrap .spv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fffc00, #00c4ff);
  box-shadow: 0 12px 28px rgba(0, 196, 255, 0.18);
  transition: transform 260ms ease;
}.tc-wp-content-root .spv-editorial-wrap .spv-card:hover .spv-icon{
  transform: translateY(-2px) rotate(-3deg);
}.tc-wp-content-root .spv-editorial-wrap .spv-icon::before, .tc-wp-content-root .spv-editorial-wrap .spv-icon::after{
  content: "";
  position: absolute;
  background: #172033;
}.tc-wp-content-root .spv-editorial-wrap .spv-icon-view::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #172033;
}.tc-wp-content-root .spv-editorial-wrap .spv-icon-view::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 22px;
  border-radius: 50%;
}.tc-wp-content-root .spv-editorial-wrap .spv-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #172033;
  border-top-color: transparent;
}.tc-wp-content-root .spv-editorial-wrap .spv-icon-speed::after{
  width: 12px;
  height: 2px;
  left: 22px;
  top: 22px;
  transform: rotate(-35deg);
  transform-origin: left center;
}.tc-wp-content-root .spv-editorial-wrap .spv-icon-preview::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border-radius: 6px;
  background: transparent;
  border: 2px solid #172033;
}.tc-wp-content-root .spv-editorial-wrap .spv-icon-preview::after{
  width: 10px;
  height: 2px;
  left: 18px;
  top: 23px;
}.tc-wp-content-root .spv-editorial-wrap .spv-icon-steps::before{
  width: 5px;
  height: 5px;
  left: 13px;
  top: 12px;
  border-radius: 50%;
  box-shadow: 0 10px 0 #172033, 0 20px 0 #172033;
}.tc-wp-content-root .spv-editorial-wrap .spv-icon-steps::after{
  width: 16px;
  height: 2px;
  left: 22px;
  top: 14px;
  box-shadow: 0 10px 0 #172033, 0 20px 0 #172033;
}.tc-wp-content-root .spv-editorial-wrap .spv-icon-mobile::before{
  width: 16px;
  height: 26px;
  left: 15px;
  top: 10px;
  border-radius: 6px;
  background: transparent;
  border: 2px solid #172033;
}.tc-wp-content-root .spv-editorial-wrap .spv-icon-mobile::after{
  width: 5px;
  height: 2px;
  left: 21px;
  top: 31px;
  border-radius: 999px;
}.tc-wp-content-root .spv-editorial-wrap .spv-icon-daily::before{
  width: 22px;
  height: 20px;
  left: 12px;
  top: 14px;
  border-radius: 7px;
  background: transparent;
  border: 2px solid #172033;
}.tc-wp-content-root .spv-editorial-wrap .spv-icon-daily::after{
  width: 12px;
  height: 2px;
  left: 17px;
  top: 21px;
  box-shadow: 0 6px 0 #172033;
}.tc-wp-content-root .spv-editorial-wrap .spv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .spv-editorial-wrap .spv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92));
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.075);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .spv-editorial-wrap .spv-step-card::after{
  content: "";
  position: absolute;
  left: 37px;
  top: 100%;
  width: 2px;
  height: 22px;
  background: linear-gradient(180deg, rgba(0, 196, 255, 0.55), rgba(255, 252, 0, 0));
}.tc-wp-content-root .spv-editorial-wrap .spv-step-card:last-child::after{
  display: none;
}.tc-wp-content-root .spv-editorial-wrap .spv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 22px;
  background: #111827;
  color: #fffc00;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 14px 32px rgba(17, 24, 39, 0.18);
}.tc-wp-content-root .spv-editorial-wrap .spv-step-content{
  min-width: 0;
}.tc-wp-content-root .spv-editorial-wrap .spv-badge-dot{
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #172033 0 4px, transparent 5px),
    linear-gradient(135deg, rgba(255, 252, 0, 0.92), rgba(0, 196, 255, 0.72));
  box-shadow: 0 12px 26px rgba(0, 196, 255, 0.16);
}.tc-wp-content-root .spv-editorial-wrap .spv-trust-card{
  text-align: center;
}.tc-wp-content-root .spv-editorial-wrap .spv-trust-mark{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fffc00, #00c4ff);
  color: #172033;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(0, 196, 255, 0.17);
}.tc-wp-content-root .spv-editorial-wrap .spv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .spv-editorial-wrap .spv-reveal.spv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .spv-editorial-wrap .spv-section{
    padding: 54px 0;
  }.tc-wp-content-root .spv-editorial-wrap .spv-container{
    padding: 0 14px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-heading h2{
    font-size: 27px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-grid, .tc-wp-content-root .spv-editorial-wrap .spv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-grid-three, .tc-wp-content-root .spv-editorial-wrap .spv-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .spv-editorial-wrap .spv-card, .tc-wp-content-root .spv-editorial-wrap .spv-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-step-card::after{
    display: none;
  }.tc-wp-content-root .spv-editorial-wrap .spv-card h3, .tc-wp-content-root .spv-editorial-wrap .spv-step-card h3, .tc-wp-content-root .spv-editorial-wrap .spv-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-card p, .tc-wp-content-root .spv-editorial-wrap .spv-step-card p, .tc-wp-content-root .spv-editorial-wrap .spv-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
    border-radius: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .spv-editorial-wrap .spv-section{
    padding: 60px 0;
  }.tc-wp-content-root .spv-editorial-wrap .spv-container{
    padding: 0 18px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-heading h2{
    font-size: 30px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-grid, .tc-wp-content-root .spv-editorial-wrap .spv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-grid-three, .tc-wp-content-root .spv-editorial-wrap .spv-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .spv-editorial-wrap .spv-card, .tc-wp-content-root .spv-editorial-wrap .spv-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-step-card::after{
    display: none;
  }.tc-wp-content-root .spv-editorial-wrap .spv-card h3, .tc-wp-content-root .spv-editorial-wrap .spv-step-card h3, .tc-wp-content-root .spv-editorial-wrap .spv-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-card p, .tc-wp-content-root .spv-editorial-wrap .spv-step-card p, .tc-wp-content-root .spv-editorial-wrap .spv-trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
    border-radius: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .spv-editorial-wrap .spv-section{
    padding: 66px 0;
  }.tc-wp-content-root .spv-editorial-wrap .spv-container{
    padding: 0 22px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-heading h2{
    font-size: 34px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-grid, .tc-wp-content-root .spv-editorial-wrap .spv-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-grid-three, .tc-wp-content-root .spv-editorial-wrap .spv-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .spv-editorial-wrap .spv-card, .tc-wp-content-root .spv-editorial-wrap .spv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-step-card::after{
    display: none;
  }.tc-wp-content-root .spv-editorial-wrap .spv-card h3, .tc-wp-content-root .spv-editorial-wrap .spv-step-card h3, .tc-wp-content-root .spv-editorial-wrap .spv-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-card p, .tc-wp-content-root .spv-editorial-wrap .spv-step-card p, .tc-wp-content-root .spv-editorial-wrap .spv-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .spv-editorial-wrap .spv-section{
    padding: 78px 0;
  }.tc-wp-content-root .spv-editorial-wrap .spv-container{
    padding: 0 28px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-grid{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-grid-three, .tc-wp-content-root .spv-editorial-wrap .spv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .spv-editorial-wrap .spv-card, .tc-wp-content-root .spv-editorial-wrap .spv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-step-card{
    gap: 24px;
    padding: 28px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-card h3, .tc-wp-content-root .spv-editorial-wrap .spv-step-card h3, .tc-wp-content-root .spv-editorial-wrap .spv-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-card p, .tc-wp-content-root .spv-editorial-wrap .spv-step-card p, .tc-wp-content-root .spv-editorial-wrap .spv-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-step-number{
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .spv-editorial-wrap .spv-section{
    padding: 92px 0;
  }.tc-wp-content-root .spv-editorial-wrap .spv-container{
    padding: 0 32px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-heading p{
    font-size: 18px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-grid-three, .tc-wp-content-root .spv-editorial-wrap .spv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .spv-editorial-wrap .spv-card, .tc-wp-content-root .spv-editorial-wrap .spv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-step-card{
    gap: 28px;
    padding: 30px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-card h3, .tc-wp-content-root .spv-editorial-wrap .spv-step-card h3, .tc-wp-content-root .spv-editorial-wrap .spv-trust-card h3{
    font-size: 22px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-card p, .tc-wp-content-root .spv-editorial-wrap .spv-step-card p, .tc-wp-content-root .spv-editorial-wrap .spv-trust-card p{
    font-size: 16px;
  }.tc-wp-content-root .spv-editorial-wrap .spv-step-number{
    font-size: 21px;
  }}