@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;
}.wpc-scope-147 .tc-wp-content-root img, .wpc-scope-147 .tc-wp-content-root video, .wpc-scope-147 .tc-wp-content-root svg, .wpc-scope-147 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #151827;
  font-family: inherit;
  background: #ffffff;
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial, .wpc-scope-147 .tc-wp-content-root .ttvv-editorial div, .wpc-scope-147 .tc-wp-content-root .ttvv-editorial section, .wpc-scope-147 .tc-wp-content-root .ttvv-editorial article{
  box-sizing: border-box;
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-section{
  position: relative;
  width: 100%;
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-section-white{
  background: #ffffff;
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-section-soft{
  background: linear-gradient(180deg, #fbfbfd 0%, #f6f7fb 100%);
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 0, 92, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 92, 0.08), rgba(0, 242, 234, 0.1));
  color: #b10f54;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff005c, #00d7d2);
  box-shadow: 0 0 0 5px rgba(255, 0, 92, 0.08);
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial h2{
  margin: 0;
  color: #111421;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-heading p{
  margin: 16px auto 0;
  color: #5c6375;
  line-height: 1.72;
  font-weight: 500;
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-card, .wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-trust-card, .wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(21, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(18, 24, 40, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-card{
  height: 100%;
  border-radius: 22px;
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-card::after, .wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  opacity: 0;
  background: linear-gradient(135deg, rgba(255, 0, 92, 0.08), rgba(0, 242, 234, 0.08));
  transition: opacity 260ms ease;
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-card:hover, .wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-trust-card:hover, .wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 0, 92, 0.18);
  box-shadow: 0 24px 60px rgba(18, 24, 40, 0.12);
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-card:hover::after, .wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-trust-card:hover::after{
  opacity: 1;
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff005c, #00d7d2);
  box-shadow: 0 12px 28px rgba(255, 0, 92, 0.18);
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-icon::before, .wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-card:hover .ttvv-icon::before, .wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-card:hover .ttvv-icon::after{
  transform: translateY(-1px) scale(1.04);
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-icon-play::before{
  left: 18px;
  top: 14px;
  border-left: 13px solid #ffffff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-icon-bolt::before{
  left: 18px;
  top: 10px;
  width: 10px;
  height: 24px;
  background: #ffffff;
  clip-path: polygon(45% 0, 100% 0, 62% 42%, 100% 42%, 34% 100%, 48% 54%, 0 54%);
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-icon-frame::before{
  left: 12px;
  top: 13px;
  width: 22px;
  height: 18px;
  border: 3px solid #ffffff;
  border-radius: 6px;
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-icon-route::before{
  left: 11px;
  top: 13px;
  width: 24px;
  height: 18px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-radius: 0 10px 0 0;
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-icon-route::after{
  right: 10px;
  bottom: 11px;
  width: 8px;
  height: 8px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-icon-mobile::before{
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-icon-calendar::before{
  left: 12px;
  top: 14px;
  width: 22px;
  height: 20px;
  border: 3px solid #ffffff;
  border-radius: 6px;
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-icon-calendar::after{
  left: 15px;
  top: 20px;
  width: 16px;
  height: 3px;
  background: #ffffff;
  border-radius: 2px;
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #141827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-card p, .wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-trust-card p, .wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-step-card p{
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  color: #5f6678;
  line-height: 1.68;
  font-weight: 500;
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  overflow: hidden;
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff005c, #00d7d2);
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: #111421;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(17, 20, 33, 0.16);
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-step-number::after{
  content: "";
  position: absolute;
  inset: -5px;
  z-index: -1;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 0, 92, 0.22), rgba(0, 242, 234, 0.22));
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-step-content{
  min-width: 0;
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-badge-dot{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 22px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffffff 0 14%, #00d7d2 15% 36%, #ff005c 37% 100%);
  box-shadow: 0 14px 30px rgba(0, 215, 210, 0.18);
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-trust-card{
  height: 100%;
  border-radius: 22px;
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-trust-mark{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0 0 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 0, 92, 0.12), rgba(0, 242, 234, 0.16));
  color: #bd0b57;
  font-size: 15px;
  font-weight: 900;
  border: 1px solid rgba(255, 0, 92, 0.14);
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-147 .tc-wp-content-root .ttvv-editorial .ttvv-reveal.ttvv-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 .ttvv-editorial .ttvv-section{
    padding: 48px 0;
  }.tc-wp-content-root .ttvv-editorial .ttvv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ttvv-editorial h2{
    font-size: 25px;
  }.tc-wp-content-root .ttvv-editorial .ttvv-heading p{
    font-size: 14px;
  }.tc-wp-content-root .ttvv-editorial .ttvv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttvv-editorial .ttvv-card, .tc-wp-content-root .ttvv-editorial .ttvv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .ttvv-editorial .ttvv-card h3, .tc-wp-content-root .ttvv-editorial .ttvv-trust-card h3, .tc-wp-content-root .ttvv-editorial .ttvv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ttvv-editorial .ttvv-card p, .tc-wp-content-root .ttvv-editorial .ttvv-trust-card p, .tc-wp-content-root .ttvv-editorial .ttvv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .ttvv-editorial .ttvv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttvv-editorial .ttvv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ttvv-editorial .ttvv-section{
    padding: 54px 0;
  }.tc-wp-content-root .ttvv-editorial .ttvv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttvv-editorial h2{
    font-size: 28px;
  }.tc-wp-content-root .ttvv-editorial .ttvv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ttvv-editorial .ttvv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ttvv-editorial .ttvv-card, .tc-wp-content-root .ttvv-editorial .ttvv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ttvv-editorial .ttvv-card h3, .tc-wp-content-root .ttvv-editorial .ttvv-trust-card h3, .tc-wp-content-root .ttvv-editorial .ttvv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ttvv-editorial .ttvv-card p, .tc-wp-content-root .ttvv-editorial .ttvv-trust-card p, .tc-wp-content-root .ttvv-editorial .ttvv-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .ttvv-editorial .ttvv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ttvv-editorial .ttvv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ttvv-editorial .ttvv-section{
    padding: 60px 0;
  }.tc-wp-content-root .ttvv-editorial .ttvv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttvv-editorial h2{
    font-size: 31px;
  }.tc-wp-content-root .ttvv-editorial .ttvv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttvv-editorial .ttvv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ttvv-editorial .ttvv-card, .tc-wp-content-root .ttvv-editorial .ttvv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ttvv-editorial .ttvv-card h3, .tc-wp-content-root .ttvv-editorial .ttvv-trust-card h3, .tc-wp-content-root .ttvv-editorial .ttvv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ttvv-editorial .ttvv-card p, .tc-wp-content-root .ttvv-editorial .ttvv-trust-card p, .tc-wp-content-root .ttvv-editorial .ttvv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .ttvv-editorial .ttvv-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ttvv-editorial .ttvv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ttvv-editorial .ttvv-section{
    padding: 76px 0;
  }.tc-wp-content-root .ttvv-editorial .ttvv-container{
    padding: 0 30px;
  }.tc-wp-content-root .ttvv-editorial h2{
    font-size: 38px;
  }.tc-wp-content-root .ttvv-editorial .ttvv-heading p{
    font-size: 16.5px;
  }.tc-wp-content-root .ttvv-editorial .ttvv-grid-six, .tc-wp-content-root .ttvv-editorial .ttvv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .ttvv-editorial .ttvv-card, .tc-wp-content-root .ttvv-editorial .ttvv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ttvv-editorial .ttvv-card h3, .tc-wp-content-root .ttvv-editorial .ttvv-trust-card h3, .tc-wp-content-root .ttvv-editorial .ttvv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ttvv-editorial .ttvv-card p, .tc-wp-content-root .ttvv-editorial .ttvv-trust-card p, .tc-wp-content-root .ttvv-editorial .ttvv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttvv-editorial .ttvv-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .ttvv-editorial .ttvv-step-card{
    grid-template-columns: 82px 1fr;
    gap: 24px;
    padding: 30px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ttvv-editorial .ttvv-section{
    padding: 92px 0;
  }.tc-wp-content-root .ttvv-editorial .ttvv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttvv-editorial h2{
    font-size: 46px;
  }.tc-wp-content-root .ttvv-editorial .ttvv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ttvv-editorial .ttvv-grid-six, .tc-wp-content-root .ttvv-editorial .ttvv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .ttvv-editorial .ttvv-card, .tc-wp-content-root .ttvv-editorial .ttvv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ttvv-editorial .ttvv-card h3, .tc-wp-content-root .ttvv-editorial .ttvv-trust-card h3, .tc-wp-content-root .ttvv-editorial .ttvv-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .ttvv-editorial .ttvv-card p, .tc-wp-content-root .ttvv-editorial .ttvv-trust-card p, .tc-wp-content-root .ttvv-editorial .ttvv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttvv-editorial .ttvv-steps{
    gap: 22px;
    margin-top: 52px;
  }.tc-wp-content-root .ttvv-editorial .ttvv-step-card{
    grid-template-columns: 92px 1fr;
    gap: 28px;
    padding: 34px 38px;
  }}