@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-101 .tc-wp-content-root img, .wpc-scope-101 .tc-wp-content-root video, .wpc-scope-101 .tc-wp-content-root svg, .wpc-scope-101 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-section{
  position: relative;
  isolation: isolate;
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-section-white{
  background: #ffffff;
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-section-soft{
  background:
    radial-gradient(circle at 12% 12%, rgba(0, 242, 234, 0.10), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(255, 0, 80, 0.08), transparent 30%),
    #f8fafc;
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-container{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 7px 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: #b30d45;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #00d7d0, #ff2a68);
  box-shadow: 0 0 18px rgba(255, 42, 104, 0.45);
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-heading h2{
  margin: 0;
  color: #101828;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-heading p{
  margin: 16px auto 0;
  color: #5a6577;
  line-height: 1.7;
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-card, .wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(0, 242, 234, 0.42), rgba(255, 0, 80, 0.24), rgba(16, 24, 40, 0.08)) border-box;
  box-shadow: 0 18px 48px rgba(16, 24, 40, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-card::after, .wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.08), transparent 35%, rgba(255, 0, 80, 0.06));
  opacity: 0;
  transition: opacity 220ms ease;
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-card:hover, .wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-trust-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.12);
  border-color: rgba(255, 0, 80, 0.18);
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-card:hover::after, .wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-trust-card:hover::after{
  opacity: 1;
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-card h3, .wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-step-card h3, .wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-trust-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-card p, .wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-step-card p, .wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-trust-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5b6678;
  line-height: 1.68;
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.18), rgba(255, 0, 80, 0.14));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75), 0 12px 26px rgba(255, 0, 80, 0.10);
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-icon::before, .wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-icon::after{
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-card:hover .ttvd-icon::before, .wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-card:hover .ttvd-icon::after{
  transform: translateY(-1px);
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-icon-play::before{
  left: 17px;
  top: 13px;
  border-left: 13px solid #ff2a68;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-icon-flash::before{
  left: 17px;
  top: 10px;
  width: 10px;
  height: 24px;
  background: linear-gradient(135deg, #00c9c2, #ff2a68);
  clip-path: polygon(45% 0, 100% 0, 68% 42%, 100% 42%, 28% 100%, 42% 55%, 0 55%);
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-icon-frame::before{
  inset: 12px;
  border: 2px solid #00aaa5;
  border-radius: 7px;
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-icon-frame::after{
  width: 8px;
  height: 8px;
  right: 13px;
  bottom: 13px;
  border-radius: 999px;
  background: #ff2a68;
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-icon-steps::before{
  left: 12px;
  top: 13px;
  width: 20px;
  height: 18px;
  border-left: 3px solid #00aaa5;
  border-bottom: 3px solid #ff2a68;
  border-radius: 0 0 0 8px;
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-icon-steps::after{
  right: 12px;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ff2a68;
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-icon-mobile::before{
  left: 15px;
  top: 9px;
  width: 14px;
  height: 25px;
  border: 2px solid #00aaa5;
  border-radius: 6px;
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-icon-mobile::after{
  left: 20px;
  bottom: 12px;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #ff2a68;
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-icon-bookmark::before{
  left: 15px;
  top: 10px;
  width: 15px;
  height: 24px;
  background: linear-gradient(135deg, #00c9c2, #ff2a68);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 74%, 0 100%);
  border-radius: 3px 3px 0 0;
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(16, 24, 40, 0.07);
  backdrop-filter: blur(10px);
  transition: transform 220ms ease, box-shadow 220ms ease;
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-step-card::before{
  content: "";
  position: absolute;
  left: 32px;
  top: -16px;
  width: 2px;
  height: 32px;
  background: linear-gradient(180deg, rgba(0, 242, 234, 0), rgba(255, 0, 80, 0.26));
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-step-card:first-child::before{
  display: none;
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(16, 24, 40, 0.11);
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  border-radius: 20px;
  background: linear-gradient(135deg, #00bdb6, #ff2a68);
  box-shadow: 0 18px 34px rgba(255, 0, 80, 0.20);
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin: 0 0 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 242, 234, 0.10);
  color: #0b7772;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-trust-card{
  overflow: hidden;
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-trust-mark{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 18px;
  border-radius: 18px;
  background: #101828;
  box-shadow: 0 16px 34px rgba(16, 24, 40, 0.18);
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-trust-mark::before{
  content: "";
  position: absolute;
  left: 15px;
  top: 13px;
  width: 16px;
  height: 10px;
  border-left: 3px solid #00f2ea;
  border-bottom: 3px solid #ff2a68;
  transform: rotate(-45deg);
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial.ttvd-ready .ttvd-reveal{
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-101 .tc-wp-content-root .ttvd-editorial .ttvd-reveal.ttvd-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .ttvd-editorial .ttvd-section{
    padding: 54px 0;
  }.tc-wp-content-root .ttvd-editorial .ttvd-container{
    padding: 0 14px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-grid, .tc-wp-content-root .ttvd-editorial .ttvd-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-grid-six, .tc-wp-content-root .ttvd-editorial .ttvd-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ttvd-editorial .ttvd-card, .tc-wp-content-root .ttvd-editorial .ttvd-trust-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-card h3, .tc-wp-content-root .ttvd-editorial .ttvd-step-card h3, .tc-wp-content-root .ttvd-editorial .ttvd-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-card p, .tc-wp-content-root .ttvd-editorial .ttvd-step-card p, .tc-wp-content-root .ttvd-editorial .ttvd-trust-card p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ttvd-editorial .ttvd-section{
    padding: 60px 0;
  }.tc-wp-content-root .ttvd-editorial .ttvd-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-grid, .tc-wp-content-root .ttvd-editorial .ttvd-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-grid-six, .tc-wp-content-root .ttvd-editorial .ttvd-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ttvd-editorial .ttvd-card, .tc-wp-content-root .ttvd-editorial .ttvd-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-card h3, .tc-wp-content-root .ttvd-editorial .ttvd-step-card h3, .tc-wp-content-root .ttvd-editorial .ttvd-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-card p, .tc-wp-content-root .ttvd-editorial .ttvd-step-card p, .tc-wp-content-root .ttvd-editorial .ttvd-trust-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ttvd-editorial .ttvd-section{
    padding: 66px 0;
  }.tc-wp-content-root .ttvd-editorial .ttvd-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-heading p{
    font-size: 16px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-grid, .tc-wp-content-root .ttvd-editorial .ttvd-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-grid-six, .tc-wp-content-root .ttvd-editorial .ttvd-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ttvd-editorial .ttvd-card, .tc-wp-content-root .ttvd-editorial .ttvd-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-card h3, .tc-wp-content-root .ttvd-editorial .ttvd-step-card h3, .tc-wp-content-root .ttvd-editorial .ttvd-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-card p, .tc-wp-content-root .ttvd-editorial .ttvd-step-card p, .tc-wp-content-root .ttvd-editorial .ttvd-trust-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ttvd-editorial .ttvd-section{
    padding: 78px 0;
  }.tc-wp-content-root .ttvd-editorial .ttvd-container{
    padding: 0 28px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-grid, .tc-wp-content-root .ttvd-editorial .ttvd-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-grid-six, .tc-wp-content-root .ttvd-editorial .ttvd-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ttvd-editorial .ttvd-card, .tc-wp-content-root .ttvd-editorial .ttvd-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-step-card{
    grid-template-columns: auto 1fr;
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-card h3, .tc-wp-content-root .ttvd-editorial .ttvd-step-card h3, .tc-wp-content-root .ttvd-editorial .ttvd-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-card p, .tc-wp-content-root .ttvd-editorial .ttvd-step-card p, .tc-wp-content-root .ttvd-editorial .ttvd-trust-card p{
    font-size: 15.5px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ttvd-editorial .ttvd-section{
    padding: 96px 0;
  }.tc-wp-content-root .ttvd-editorial .ttvd-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-heading p{
    font-size: 17.5px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-grid, .tc-wp-content-root .ttvd-editorial .ttvd-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-grid-six, .tc-wp-content-root .ttvd-editorial .ttvd-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttvd-editorial .ttvd-card, .tc-wp-content-root .ttvd-editorial .ttvd-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-step-card{
    grid-template-columns: auto 1fr;
    gap: 26px;
    padding: 30px 34px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-card h3, .tc-wp-content-root .ttvd-editorial .ttvd-step-card h3, .tc-wp-content-root .ttvd-editorial .ttvd-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ttvd-editorial .ttvd-card p, .tc-wp-content-root .ttvd-editorial .ttvd-step-card p, .tc-wp-content-root .ttvd-editorial .ttvd-trust-card p{
    font-size: 15.5px;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .ttvd-editorial .ttvd-card, .tc-wp-content-root .ttvd-editorial .ttvd-trust-card, .tc-wp-content-root .ttvd-editorial .ttvd-step-card, .tc-wp-content-root .ttvd-editorial .ttvd-reveal, .tc-wp-content-root .ttvd-editorial.ttvd-ready .ttvd-reveal{
    transition: none;
    transform: none;
  }.tc-wp-content-root .ttvd-editorial .ttvd-reveal{
    opacity: 1;
  }}.wpc-scope-101 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .ttvd-step-content{}