@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 .ttvv-content{
  width: 100%;
  overflow-x: hidden;
  color: #151821;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #ffffff;
}.tc-wp-content-root .ttvv-content, .tc-wp-content-root .ttvv-content div, .tc-wp-content-root .ttvv-content section, .tc-wp-content-root .ttvv-content article{
  box-sizing: border-box;
}.tc-wp-content-root .ttvv-content .ttvv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ttvv-content .ttvv-section-white{
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 242, 234, 0.08), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(255, 0, 80, 0.07), transparent 28%),
    #ffffff;
}.tc-wp-content-root .ttvv-content .ttvv-section-soft{
  background:
    linear-gradient(135deg, rgba(0, 242, 234, 0.06), transparent 32%),
    linear-gradient(315deg, rgba(255, 0, 80, 0.055), transparent 34%),
    #f7f8fb;
}.tc-wp-content-root .ttvv-content .ttvv-container{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}.tc-wp-content-root .ttvv-content .ttvv-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttvv-content .ttvv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 5px 12px;
  border: 1px solid rgba(255, 0, 80, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.12), rgba(255, 0, 80, 0.10));
  color: #364054;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
}.tc-wp-content-root .ttvv-content .ttvv-heading h2{
  margin: 14px 0 0;
  color: #11131a;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ttvv-content .ttvv-heading p{
  margin: 14px auto 0;
  color: #5c6475;
  line-height: 1.7;
}.tc-wp-content-root .ttvv-content .ttvv-grid{
  display: grid;
  width: 100%;
  align-items: stretch;
}.tc-wp-content-root .ttvv-content .ttvv-card, .tc-wp-content-root .ttvv-content .ttvv-benefit-card, .tc-wp-content-root .ttvv-content .ttvv-step-card{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(20, 24, 35, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 55px rgba(17, 19, 26, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ttvv-content .ttvv-card::before, .tc-wp-content-root .ttvv-content .ttvv-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #00d8d2, #ff2f6d, #11131a);
  opacity: 0.85;
}.tc-wp-content-root .ttvv-content .ttvv-card:hover, .tc-wp-content-root .ttvv-content .ttvv-benefit-card:hover, .tc-wp-content-root .ttvv-content .ttvv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 0, 80, 0.22);
  box-shadow: 0 24px 70px rgba(17, 19, 26, 0.12);
}.tc-wp-content-root .ttvv-content .ttvv-card h3, .tc-wp-content-root .ttvv-content .ttvv-benefit-card h3, .tc-wp-content-root .ttvv-content .ttvv-step-content h3{
  margin: 0;
  color: #151821;
  font-weight: 790;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ttvv-content .ttvv-card p, .tc-wp-content-root .ttvv-content .ttvv-benefit-card p, .tc-wp-content-root .ttvv-content .ttvv-step-content p{
  margin: 10px 0 0;
  color: #5b6372;
  line-height: 1.7;
}.tc-wp-content-root .ttvv-content .ttvv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.18), rgba(255, 0, 80, 0.16));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65), 0 12px 24px rgba(0, 216, 210, 0.14);
}.tc-wp-content-root .ttvv-content .ttvv-icon::before, .tc-wp-content-root .ttvv-content .ttvv-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.tc-wp-content-root .ttvv-content .ttvv-card:hover .ttvv-icon::before, .tc-wp-content-root .ttvv-content .ttvv-card:hover .ttvv-icon::after{
  transform: translateY(-1px) scale(1.04);
}.tc-wp-content-root .ttvv-content .ttvv-icon-play::before{
  width: 0;
  height: 0;
  left: 18px;
  top: 13px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #151821;
}.tc-wp-content-root .ttvv-content .ttvv-icon-bolt::before{
  width: 14px;
  height: 24px;
  left: 16px;
  top: 10px;
  background: linear-gradient(180deg, #151821, #ff2f6d);
  clip-path: polygon(48% 0, 100% 0, 62% 42%, 100% 42%, 35% 100%, 47% 55%, 0 55%);
}.tc-wp-content-root .ttvv-content .ttvv-icon-frame::before{
  width: 24px;
  height: 18px;
  left: 11px;
  top: 14px;
  border: 2px solid #151821;
  border-radius: 7px;
}.tc-wp-content-root .ttvv-content .ttvv-icon-frame::after{
  width: 7px;
  height: 7px;
  right: 12px;
  top: 12px;
  border-radius: 50%;
  background: #ff2f6d;
}.tc-wp-content-root .ttvv-content .ttvv-icon-path::before{
  width: 24px;
  height: 10px;
  left: 11px;
  top: 18px;
  border-top: 3px solid #151821;
  border-right: 3px solid #151821;
  border-radius: 0 10px 0 0;
}.tc-wp-content-root .ttvv-content .ttvv-icon-path::after{
  width: 8px;
  height: 8px;
  right: 12px;
  top: 14px;
  border-radius: 50%;
  background: #00c9c3;
}.tc-wp-content-root .ttvv-content .ttvv-icon-mobile::before{
  width: 17px;
  height: 25px;
  left: 14px;
  top: 9px;
  border: 2px solid #151821;
  border-radius: 7px;
}.tc-wp-content-root .ttvv-content .ttvv-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 21px;
  bottom: 10px;
  border-radius: 50%;
  background: #ff2f6d;
}.tc-wp-content-root .ttvv-content .ttvv-icon-check::before{
  width: 20px;
  height: 11px;
  left: 13px;
  top: 15px;
  border-left: 3px solid #151821;
  border-bottom: 3px solid #151821;
  transform: rotate(-45deg);
}.tc-wp-content-root .ttvv-content .ttvv-icon-check::after{
  width: 8px;
  height: 8px;
  right: 11px;
  top: 11px;
  border-radius: 50%;
  background: #00c9c3;
}.tc-wp-content-root .ttvv-content .ttvv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttvv-content .ttvv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82)),
    linear-gradient(90deg, rgba(0, 216, 210, 0.10), rgba(255, 47, 109, 0.10));
}.tc-wp-content-root .ttvv-content .ttvv-step-card::before{
  content: "";
  position: absolute;
  left: 35px;
  top: 78px;
  bottom: -24px;
  width: 2px;
  background: linear-gradient(180deg, rgba(0, 216, 210, 0.45), rgba(255, 47, 109, 0));
}.tc-wp-content-root .ttvv-content .ttvv-step-card:last-child::before{
  display: none;
}.tc-wp-content-root .ttvv-content .ttvv-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 820;
  line-height: 1;
  border-radius: 20px;
  background: linear-gradient(135deg, #11131a 0%, #00c9c3 48%, #ff2f6d 100%);
  box-shadow: 0 16px 34px rgba(255, 47, 109, 0.18);
}.tc-wp-content-root .ttvv-content .ttvv-use-card{
  padding-top: 34px;
}.tc-wp-content-root .ttvv-content .ttvv-dot{
  position: absolute;
  top: 18px;
  right: 18px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #00d8d2;
  box-shadow: -10px 8px 0 rgba(255, 47, 109, 0.82), 0 0 0 8px rgba(0, 216, 210, 0.10);
}.tc-wp-content-root .ttvv-content .ttvv-benefit-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.86)),
    radial-gradient(circle at 22% 18%, rgba(0, 216, 210, 0.12), transparent 34%);
}.tc-wp-content-root .ttvv-content .ttvv-benefit-mark{
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: #151821;
  position: relative;
  box-shadow: 12px 12px 0 rgba(0, 216, 210, 0.15), -8px -8px 0 rgba(255, 47, 109, 0.10);
}.tc-wp-content-root .ttvv-content .ttvv-benefit-mark::before{
  content: "";
  position: absolute;
  width: 22px;
  height: 12px;
  left: 15px;
  top: 18px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .ttvv-content .ttvv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ttvv-content .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-content .ttvv-section{
    padding: 48px 0;
  }.tc-wp-content-root .ttvv-content .ttvv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ttvv-content .ttvv-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .ttvv-content .ttvv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ttvv-content .ttvv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .ttvv-content .ttvv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ttvv-content .ttvv-card, .tc-wp-content-root .ttvv-content .ttvv-benefit-card{
    padding: 24px 20px;
  }.tc-wp-content-root .ttvv-content .ttvv-card h3, .tc-wp-content-root .ttvv-content .ttvv-benefit-card h3, .tc-wp-content-root .ttvv-content .ttvv-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .ttvv-content .ttvv-card p, .tc-wp-content-root .ttvv-content .ttvv-benefit-card p, .tc-wp-content-root .ttvv-content .ttvv-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .ttvv-content .ttvv-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ttvv-content .ttvv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .ttvv-content .ttvv-step-card::before{
    display: none;
  }.tc-wp-content-root .ttvv-content .ttvv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttvv-content .ttvv-section{
    padding: 54px 0;
  }.tc-wp-content-root .ttvv-content .ttvv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttvv-content .ttvv-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .ttvv-content .ttvv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttvv-content .ttvv-kicker{
    font-size: 12.5px;
  }.tc-wp-content-root .ttvv-content .ttvv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ttvv-content .ttvv-card, .tc-wp-content-root .ttvv-content .ttvv-benefit-card{
    padding: 26px 22px;
  }.tc-wp-content-root .ttvv-content .ttvv-card h3, .tc-wp-content-root .ttvv-content .ttvv-benefit-card h3, .tc-wp-content-root .ttvv-content .ttvv-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .ttvv-content .ttvv-card p, .tc-wp-content-root .ttvv-content .ttvv-benefit-card p, .tc-wp-content-root .ttvv-content .ttvv-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .ttvv-content .ttvv-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ttvv-content .ttvv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .ttvv-content .ttvv-step-card::before{
    display: none;
  }.tc-wp-content-root .ttvv-content .ttvv-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttvv-content .ttvv-section{
    padding: 60px 0;
  }.tc-wp-content-root .ttvv-content .ttvv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttvv-content .ttvv-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .ttvv-content .ttvv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .ttvv-content .ttvv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .ttvv-content .ttvv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ttvv-content .ttvv-card, .tc-wp-content-root .ttvv-content .ttvv-benefit-card{
    padding: 28px 24px;
  }.tc-wp-content-root .ttvv-content .ttvv-card h3, .tc-wp-content-root .ttvv-content .ttvv-benefit-card h3, .tc-wp-content-root .ttvv-content .ttvv-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ttvv-content .ttvv-card p, .tc-wp-content-root .ttvv-content .ttvv-benefit-card p, .tc-wp-content-root .ttvv-content .ttvv-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .ttvv-content .ttvv-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ttvv-content .ttvv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 24px;
  }.tc-wp-content-root .ttvv-content .ttvv-step-card::before{
    display: none;
  }.tc-wp-content-root .ttvv-content .ttvv-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttvv-content .ttvv-section{
    padding: 76px 0;
  }.tc-wp-content-root .ttvv-content .ttvv-container{
    padding: 0 30px;
  }.tc-wp-content-root .ttvv-content .ttvv-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .ttvv-content .ttvv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ttvv-content .ttvv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .ttvv-content .ttvv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttvv-content .ttvv-benefits-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ttvv-content .ttvv-card, .tc-wp-content-root .ttvv-content .ttvv-benefit-card{
    padding: 30px 26px;
  }.tc-wp-content-root .ttvv-content .ttvv-card h3, .tc-wp-content-root .ttvv-content .ttvv-benefit-card h3, .tc-wp-content-root .ttvv-content .ttvv-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ttvv-content .ttvv-card p, .tc-wp-content-root .ttvv-content .ttvv-benefit-card p, .tc-wp-content-root .ttvv-content .ttvv-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttvv-content .ttvv-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttvv-content .ttvv-step-card{
    gap: 24px;
    padding: 30px 28px;
  }.tc-wp-content-root .ttvv-content .ttvv-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttvv-content .ttvv-section{
    padding: 92px 0;
  }.tc-wp-content-root .ttvv-content .ttvv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttvv-content .ttvv-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .ttvv-content .ttvv-heading p{
    font-size: 18px;
  }.tc-wp-content-root .ttvv-content .ttvv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .ttvv-content .ttvv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttvv-content .ttvv-card, .tc-wp-content-root .ttvv-content .ttvv-benefit-card{
    min-height: 250px;
    padding: 32px 28px;
  }.tc-wp-content-root .ttvv-content .ttvv-benefit-card{
    min-height: 238px;
  }.tc-wp-content-root .ttvv-content .ttvv-card h3, .tc-wp-content-root .ttvv-content .ttvv-benefit-card h3, .tc-wp-content-root .ttvv-content .ttvv-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .ttvv-content .ttvv-card p, .tc-wp-content-root .ttvv-content .ttvv-benefit-card p, .tc-wp-content-root .ttvv-content .ttvv-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .ttvv-content .ttvv-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttvv-content .ttvv-step-card{
    gap: 28px;
    min-height: 152px;
    padding: 34px 34px;
  }.tc-wp-content-root .ttvv-content .ttvv-step-number{
    width: 70px;
    height: 70px;
    font-size: 19px;
  }}