@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-144 .tc-wp-content-root img, .wpc-scope-144 .tc-wp-content-root video, .wpc-scope-144 .tc-wp-content-root svg, .wpc-scope-144 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #111827;
  font-family: inherit;
  --tvnw-text: #111827;
  --tvnw-muted: #5f6b7a;
  --tvnw-soft: #f8fafc;
  --tvnw-line: rgba(17, 24, 39, 0.1);
  --tvnw-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  --tvnw-shadow-hover: 0 24px 60px rgba(15, 23, 42, 0.13);
  --tvnw-grad: linear-gradient(135deg, #00f2ea 0%, #7c3aed 48%, #ff0050 100%);
  --tvnw-grad-soft: linear-gradient(135deg, rgba(0, 242, 234, 0.1), rgba(255, 0, 80, 0.1));
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-section{
  position: relative;
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-section-white{
  background: #ffffff;
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-section-soft{
  background:
    radial-gradient(circle at 12% 20%, rgba(0, 242, 234, 0.08), transparent 28%),
    radial-gradient(circle at 86% 12%, rgba(255, 0, 80, 0.08), transparent 26%),
    #f8fafc;
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 14px;
  border: 1px solid rgba(124, 58, 237, 0.18);
  border-radius: 999px;
  background: var(--tvnw-grad-soft);
  color: #5b21b6;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-section-head h2{
  margin: 16px 0 0;
  color: var(--tvnw-text);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-section-head p{
  margin: 16px auto 0;
  color: var(--tvnw-muted);
  line-height: 1.7;
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-card, .wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-trust-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--tvnw-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--tvnw-shadow);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-card::before, .wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--tvnw-grad);
  opacity: 0.9;
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-card:hover, .wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-trust-card:hover, .wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(124, 58, 237, 0.28);
  box-shadow: var(--tvnw-shadow-hover);
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-card h3, .wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-trust-card h3, .wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-step-content h3{
  margin: 0;
  color: var(--tvnw-text);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-card p, .wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-trust-card p, .wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-step-content p{
  margin: 10px 0 0;
  color: var(--tvnw-muted);
  line-height: 1.68;
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: var(--tvnw-grad-soft);
  border: 1px solid rgba(124, 58, 237, 0.14);
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-icon::before, .wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-card:hover .tvnw-icon::before, .wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-card:hover .tvnw-icon::after{
  transform: translateX(2px);
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-icon-play::before{
  left: 19px;
  top: 15px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #ff0050;
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-icon-speed::before{
  left: 13px;
  top: 24px;
  width: 22px;
  height: 3px;
  border-radius: 99px;
  background: #00a8a2;
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-icon-speed::after{
  left: 25px;
  top: 14px;
  width: 3px;
  height: 14px;
  border-radius: 99px;
  background: #7c3aed;
  transform: rotate(38deg);
  transform-origin: bottom center;
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-icon-clean::before{
  left: 14px;
  top: 14px;
  width: 20px;
  height: 20px;
  border: 3px solid #7c3aed;
  border-radius: 8px;
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-icon-clean::after{
  left: 20px;
  top: 23px;
  width: 13px;
  height: 3px;
  border-radius: 99px;
  background: #00a8a2;
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-icon-steps::before{
  left: 13px;
  top: 13px;
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: #ff0050;
  box-shadow: 0 10px 0 #7c3aed, 0 20px 0 #00a8a2;
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-icon-steps::after{
  left: 25px;
  top: 15px;
  width: 12px;
  height: 3px;
  border-radius: 99px;
  background: rgba(17, 24, 39, 0.55);
  box-shadow: 0 10px 0 rgba(17, 24, 39, 0.4), 0 20px 0 rgba(17, 24, 39, 0.28);
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-icon-mobile::before{
  left: 16px;
  top: 10px;
  width: 16px;
  height: 27px;
  border: 3px solid #7c3aed;
  border-radius: 7px;
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-icon-mobile::after{
  left: 22px;
  top: 31px;
  width: 4px;
  height: 4px;
  border-radius: 99px;
  background: #ff0050;
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-icon-daily::before{
  left: 12px;
  top: 12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: conic-gradient(from 90deg, #00f2ea, #7c3aed, #ff0050, #00f2ea);
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-icon-daily::after{
  left: 18px;
  top: 18px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-steps{
  position: relative;
  display: grid;
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-step-card::after{
  content: "";
  position: absolute;
  right: -36px;
  top: -36px;
  width: 112px;
  height: 112px;
  border-radius: 999px;
  background: var(--tvnw-grad-soft);
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: var(--tvnw-grad);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(124, 58, 237, 0.24);
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-step-content{
  position: relative;
  z-index: 1;
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 100% 0%, rgba(0, 242, 234, 0.14), transparent 34%);
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-dot{
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--tvnw-grad);
  box-shadow: 0 0 0 8px rgba(124, 58, 237, 0.08);
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-badge{
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 242, 234, 0.1);
  border: 1px solid rgba(0, 168, 162, 0.18);
  color: #06756f;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.wpc-scope-144 .tc-wp-content-root .tvnw-editorial-wrap .tvnw-reveal.tvnw-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .tvnw-editorial-wrap .tvnw-section{
    padding: 54px 0;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-container{
    padding: 0 14px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-section-head h2{
    font-size: 27px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-card, .tc-wp-content-root .tvnw-editorial-wrap .tvnw-trust-card{
    padding: 24px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-card h3, .tc-wp-content-root .tvnw-editorial-wrap .tvnw-trust-card h3, .tc-wp-content-root .tvnw-editorial-wrap .tvnw-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-card p, .tc-wp-content-root .tvnw-editorial-wrap .tvnw-trust-card p, .tc-wp-content-root .tvnw-editorial-wrap .tvnw-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .tvnw-editorial-wrap .tvnw-section{
    padding: 60px 0;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-container{
    padding: 0 18px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-section-head h2{
    font-size: 30px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-card, .tc-wp-content-root .tvnw-editorial-wrap .tvnw-trust-card{
    padding: 26px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-card h3, .tc-wp-content-root .tvnw-editorial-wrap .tvnw-trust-card h3, .tc-wp-content-root .tvnw-editorial-wrap .tvnw-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-card p, .tc-wp-content-root .tvnw-editorial-wrap .tvnw-trust-card p, .tc-wp-content-root .tvnw-editorial-wrap .tvnw-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .tvnw-editorial-wrap .tvnw-section{
    padding: 66px 0;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-container{
    padding: 0 22px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-section-head h2{
    font-size: 34px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-card, .tc-wp-content-root .tvnw-editorial-wrap .tvnw-trust-card{
    padding: 28px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-card h3, .tc-wp-content-root .tvnw-editorial-wrap .tvnw-trust-card h3, .tc-wp-content-root .tvnw-editorial-wrap .tvnw-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-card p, .tc-wp-content-root .tvnw-editorial-wrap .tvnw-trust-card p, .tc-wp-content-root .tvnw-editorial-wrap .tvnw-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-step-card{
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-step-number{
    width: 60px;
    height: 60px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .tvnw-editorial-wrap .tvnw-section{
    padding: 78px 0;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-container{
    padding: 0 32px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-section-head h2{
    font-size: 42px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-card, .tc-wp-content-root .tvnw-editorial-wrap .tvnw-trust-card{
    padding: 30px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-card h3, .tc-wp-content-root .tvnw-editorial-wrap .tvnw-trust-card h3, .tc-wp-content-root .tvnw-editorial-wrap .tvnw-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-card p, .tc-wp-content-root .tvnw-editorial-wrap .tvnw-trust-card p, .tc-wp-content-root .tvnw-editorial-wrap .tvnw-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-step-card{
    gap: 22px;
    padding: 32px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }}@media (min-width: 1024px){.tc-wp-content-root .tvnw-editorial-wrap .tvnw-section{
    padding: 92px 0;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-container{
    padding: 0 36px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-section-head h2{
    font-size: 48px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-grid-3, .tc-wp-content-root .tvnw-editorial-wrap .tvnw-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-card, .tc-wp-content-root .tvnw-editorial-wrap .tvnw-trust-card{
    padding: 32px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-card h3, .tc-wp-content-root .tvnw-editorial-wrap .tvnw-trust-card h3, .tc-wp-content-root .tvnw-editorial-wrap .tvnw-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-card p, .tc-wp-content-root .tvnw-editorial-wrap .tvnw-trust-card p, .tc-wp-content-root .tvnw-editorial-wrap .tvnw-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-steps{
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-step-card{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .tvnw-editorial-wrap .tvnw-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }}