@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 .tpv-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #162033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .tpv-editorial-wrap, .tc-wp-content-root .tpv-editorial-wrap div, .tc-wp-content-root .tpv-editorial-wrap section, .tc-wp-content-root .tpv-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-section{
  position: relative;
  width: 100%;
  isolation: isolate;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-section-white{
  background: #ffffff;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-section-soft{
  background:
    radial-gradient(circle at 12% 10%, rgba(37, 244, 238, 0.12), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(255, 0, 80, 0.1), transparent 30%),
    #f8fafc;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 0, 80, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(255, 0, 80, 0.1));
  color: #c50046;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25f4ee, #ff0050);
  box-shadow: 0 0 0 5px rgba(37, 244, 238, 0.14);
}.tc-wp-content-root .tpv-editorial-wrap h2{
  margin: 0;
  color: #121827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-section-head p{
  margin: 16px auto 0;
  max-width: 700px;
  color: #5d6678;
  line-height: 1.7;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-card, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-card{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(22, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(18, 24, 39, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-card::after, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card::after{
  content: "";
  position: absolute;
  inset: auto 18px 0 18px;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #25f4ee, #ff0050);
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-card:hover, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card:hover, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 0, 80, 0.2);
  box-shadow: 0 24px 60px rgba(18, 24, 39, 0.12);
}.tc-wp-content-root .tpv-editorial-wrap .tpv-card:hover::after, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-card h3{
  margin: 0;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-card p{
  margin: 10px 0 0;
  color: #647084;
  line-height: 1.68;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-icon{
  display: inline-block;
  position: relative;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.16), rgba(255, 0, 80, 0.14));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}.tc-wp-content-root .tpv-editorial-wrap .tpv-icon::before, .tc-wp-content-root .tpv-editorial-wrap .tpv-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-card:hover .tpv-icon::before, .tc-wp-content-root .tpv-editorial-wrap .tpv-card:hover .tpv-icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .tpv-editorial-wrap .tpv-icon-play::before{
  left: 18px;
  top: 14px;
  border-left: 13px solid #ff0050;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-icon-bolt::before{
  left: 17px;
  top: 10px;
  width: 11px;
  height: 26px;
  background: #25bdb8;
  clip-path: polygon(48% 0, 100% 0, 66% 43%, 100% 43%, 34% 100%, 48% 55%, 0 55%);
}.tc-wp-content-root .tpv-editorial-wrap .tpv-icon-frame::before{
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border: 3px solid #ff0050;
  border-radius: 7px;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-icon-path::before{
  left: 12px;
  top: 21px;
  width: 22px;
  height: 4px;
  border-radius: 999px;
  background: #25bdb8;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-icon-path::after{
  right: 11px;
  top: 17px;
  width: 12px;
  height: 12px;
  border-top: 4px solid #ff0050;
  border-right: 4px solid #ff0050;
  transform: rotate(45deg);
}.tc-wp-content-root .tpv-editorial-wrap .tpv-icon-device::before{
  left: 14px;
  top: 9px;
  width: 18px;
  height: 28px;
  border: 3px solid #25bdb8;
  border-radius: 8px;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-icon-calendar::before{
  left: 12px;
  top: 13px;
  width: 22px;
  height: 22px;
  border: 3px solid #ff0050;
  border-radius: 7px;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-icon-calendar::after{
  left: 17px;
  top: 23px;
  width: 12px;
  height: 3px;
  border-radius: 999px;
  background: #25bdb8;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(255, 0, 80, 0.12));
}.tc-wp-content-root .tpv-editorial-wrap .tpv-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827, #273248);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 15px 35px rgba(18, 24, 39, 0.18);
}.tc-wp-content-root .tpv-editorial-wrap .tpv-badge-dot, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-mark{
  display: inline-block;
  position: relative;
  width: 38px;
  height: 38px;
  margin: 0 0 17px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(255, 0, 80, 0.16));
}.tc-wp-content-root .tpv-editorial-wrap .tpv-badge-dot::before{
  content: "";
  position: absolute;
  left: 13px;
  top: 13px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25f4ee, #ff0050);
}.tc-wp-content-root .tpv-editorial-wrap .tpv-trust-mark::before{
  content: "";
  position: absolute;
  left: 13px;
  top: 10px;
  width: 10px;
  height: 17px;
  border-right: 3px solid #25bdb8;
  border-bottom: 3px solid #25bdb8;
  transform: rotate(45deg);
}.tc-wp-content-root .tpv-editorial-wrap .tpv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tpv-editorial-wrap .tpv-reveal.tpv-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 .tpv-editorial-wrap .tpv-section{
    padding: 48px 0;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-container{
    padding: 0 14px;
  }.tc-wp-content-root .tpv-editorial-wrap h2{
    font-size: 25px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card-grid, .tc-wp-content-root .tpv-editorial-wrap .tpv-steps{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-card p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tpv-editorial-wrap .tpv-section{
    padding: 54px 0;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-container{
    padding: 0 18px;
  }.tc-wp-content-root .tpv-editorial-wrap h2{
    font-size: 28px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card-grid, .tc-wp-content-root .tpv-editorial-wrap .tpv-steps{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 24px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-card p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tpv-editorial-wrap .tpv-section{
    padding: 62px 0;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-container{
    padding: 0 22px;
  }.tc-wp-content-root .tpv-editorial-wrap h2{
    font-size: 32px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card-grid, .tc-wp-content-root .tpv-editorial-wrap .tpv-steps{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-card p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tpv-editorial-wrap .tpv-section{
    padding: 76px 0;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-container{
    padding: 0 30px;
  }.tc-wp-content-root .tpv-editorial-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-card p{
    font-size: 16px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .tpv-editorial-wrap .tpv-section{
    padding: 92px 0;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-container{
    padding: 0 32px;
  }.tc-wp-content-root .tpv-editorial-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-grid-three, .tc-wp-content-root .tpv-editorial-wrap .tpv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card{
    min-height: 100%;
    padding: 30px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-step-card{
    gap: 24px;
    padding: 32px 34px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-card p{
    font-size: 16px;
  }}

.tc-wp-content-root .tpv-step-content {}