@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 .ttwv-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #151821;
  font-family: inherit;
  --ttwv-ink: #151821;
  --ttwv-muted: #5f6675;
  --ttwv-soft: #f7f8fb;
  --ttwv-line: rgba(21, 24, 33, 0.1);
  --ttwv-pink: #ff2d75;
  --ttwv-cyan: #12d8d1;
  --ttwv-violet: #6c5ce7;
  --ttwv-gradient: linear-gradient(135deg, #ff2d75 0%, #6c5ce7 48%, #12d8d1 100%);
  --ttwv-shadow: 0 18px 46px rgba(21, 24, 33, 0.09);
  --ttwv-shadow-soft: 0 10px 28px rgba(21, 24, 33, 0.07);
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-section{
  position: relative;
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-section-soft{
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 45, 117, 0.08), transparent 28%),
    radial-gradient(circle at 84% 20%, rgba(18, 216, 209, 0.09), transparent 30%),
    #f7f8fb;
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #382a9f;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.2;
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-kicker::before, .tc-wp-content-root .ttwv-editorial-wrap .ttwv-kicker::after{
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: var(--ttwv-gradient);
}.tc-wp-content-root .ttwv-editorial-wrap h2{
  margin: 0;
  color: var(--ttwv-ink);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-section-head p{
  margin: 16px auto 0;
  color: var(--ttwv-muted);
  line-height: 1.75;
  max-width: 700px;
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-card, .tc-wp-content-root .ttwv-editorial-wrap .ttwv-step-card{
  position: relative;
  box-sizing: border-box;
  height: 100%;
  border: 1px solid var(--ttwv-line);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--ttwv-shadow-soft);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-card::before, .tc-wp-content-root .ttwv-editorial-wrap .ttwv-step-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-top: 3px solid transparent;
  border-image: var(--ttwv-gradient) 1;
  opacity: 0;
  transition: opacity 240ms ease;
  pointer-events: none;
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-card:hover, .tc-wp-content-root .ttwv-editorial-wrap .ttwv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(108, 92, 231, 0.22);
  box-shadow: var(--ttwv-shadow);
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-card:hover::before, .tc-wp-content-root .ttwv-editorial-wrap .ttwv-step-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-card h3, .tc-wp-content-root .ttwv-editorial-wrap .ttwv-step-card h3{
  margin: 0;
  color: var(--ttwv-ink);
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-card p, .tc-wp-content-root .ttwv-editorial-wrap .ttwv-step-card p{
  margin: 12px 0 0;
  color: var(--ttwv-muted);
  line-height: 1.7;
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-icon{
  display: inline-flex;
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    var(--ttwv-gradient) border-box;
  border: 1px solid transparent;
  box-shadow: 0 10px 24px rgba(108, 92, 231, 0.14);
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-icon::before, .tc-wp-content-root .ttwv-editorial-wrap .ttwv-icon::after{
  content: "";
  position: absolute;
  transition: transform 240ms ease;
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-feature-card:hover .ttwv-icon::before{
  transform: translateX(2px) scale(1.04);
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-icon-play::before{
  left: 18px;
  top: 14px;
  width: 0;
  height: 0;
  border-left: 13px solid var(--ttwv-pink);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-icon-speed::before{
  left: 12px;
  top: 15px;
  width: 21px;
  height: 14px;
  border-radius: 14px 14px 4px 4px;
  border: 3px solid var(--ttwv-violet);
  border-bottom: 0;
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-icon-speed::after{
  left: 23px;
  top: 23px;
  width: 12px;
  height: 3px;
  border-radius: 999px;
  background: var(--ttwv-cyan);
  transform: rotate(-28deg);
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-icon-preview::before{
  left: 11px;
  top: 13px;
  width: 24px;
  height: 18px;
  border-radius: 8px;
  border: 3px solid var(--ttwv-cyan);
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-icon-preview::after{
  left: 18px;
  top: 19px;
  width: 10px;
  height: 6px;
  border-radius: 999px;
  background: var(--ttwv-pink);
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-icon-flow::before{
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border: 3px solid var(--ttwv-violet);
  border-left-color: transparent;
  border-radius: 50%;
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-icon-flow::after{
  right: 11px;
  top: 12px;
  width: 7px;
  height: 7px;
  border-top: 3px solid var(--ttwv-pink);
  border-right: 3px solid var(--ttwv-pink);
  transform: rotate(45deg);
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-icon-phone::before{
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 3px solid var(--ttwv-violet);
  border-radius: 7px;
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-icon-phone::after{
  left: 21px;
  bottom: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ttwv-cyan);
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-icon-daily::before{
  left: 11px;
  top: 11px;
  width: 24px;
  height: 24px;
  border-radius: 9px;
  background: linear-gradient(135deg, rgba(255, 45, 117, 0.18), rgba(18, 216, 209, 0.18));
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-icon-daily::after{
  left: 17px;
  top: 18px;
  width: 13px;
  height: 8px;
  border-left: 3px solid var(--ttwv-violet);
  border-bottom: 3px solid var(--ttwv-violet);
  transform: rotate(-45deg);
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-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.84)),
    linear-gradient(135deg, rgba(255, 45, 117, 0.08), rgba(18, 216, 209, 0.08));
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  background: var(--ttwv-gradient);
  box-shadow: 0 14px 32px rgba(108, 92, 231, 0.22);
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-use-card{
  padding-top: 34px;
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-dot{
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--ttwv-gradient);
  box-shadow: 0 0 0 7px rgba(108, 92, 231, 0.08);
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(108, 92, 231, 0.08);
  color: #382a9f;
  font-weight: 800;
  line-height: 1;
  border: 1px solid rgba(108, 92, 231, 0.14);
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-trust-card{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 45, 117, 0.45), rgba(18, 216, 209, 0.45)) border-box;
  border: 1px solid transparent;
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .ttwv-editorial-wrap .ttwv-reveal.ttwv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttwv-editorial-wrap .ttwv-section{
    padding: 46px 0;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ttwv-editorial-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-grid, .tc-wp-content-root .ttwv-editorial-wrap .ttwv-steps{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-step-number{
    width: 48px;
    height: 48px;
    border-radius: 16px;
    font-size: 15px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-card h3, .tc-wp-content-root .ttwv-editorial-wrap .ttwv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-card p, .tc-wp-content-root .ttwv-editorial-wrap .ttwv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-badge{
    padding: 9px 12px;
    font-size: 12px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttwv-editorial-wrap .ttwv-section{
    padding: 52px 0;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttwv-editorial-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-grid, .tc-wp-content-root .ttwv-editorial-wrap .ttwv-steps{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-card{
    padding: 24px;
    border-radius: 22px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
    border-radius: 22px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-step-number{
    width: 52px;
    height: 52px;
    border-radius: 17px;
    font-size: 16px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-card h3, .tc-wp-content-root .ttwv-editorial-wrap .ttwv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-card p, .tc-wp-content-root .ttwv-editorial-wrap .ttwv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-badge{
    padding: 9px 13px;
    font-size: 12px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttwv-editorial-wrap .ttwv-section{
    padding: 58px 0;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttwv-editorial-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-grid, .tc-wp-content-root .ttwv-editorial-wrap .ttwv-steps{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-card{
    padding: 28px;
    border-radius: 24px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
    border-radius: 24px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-step-number{
    width: 56px;
    height: 56px;
    border-radius: 18px;
    font-size: 17px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-card h3, .tc-wp-content-root .ttwv-editorial-wrap .ttwv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-card p, .tc-wp-content-root .ttwv-editorial-wrap .ttwv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-badge{
    padding: 10px 14px;
    font-size: 12px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttwv-editorial-wrap .ttwv-section{
    padding: 76px 0;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttwv-editorial-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-grid{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-grid-six, .tc-wp-content-root .ttwv-editorial-wrap .ttwv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-steps{
    gap: 20px;
    margin-top: 44px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-card{
    padding: 28px;
    border-radius: 24px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-step-card{
    gap: 22px;
    padding: 30px;
    border-radius: 24px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-step-number{
    width: 62px;
    height: 62px;
    border-radius: 20px;
    font-size: 18px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-card h3, .tc-wp-content-root .ttwv-editorial-wrap .ttwv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-card p, .tc-wp-content-root .ttwv-editorial-wrap .ttwv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-badge{
    padding: 10px 14px;
    font-size: 12px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttwv-editorial-wrap .ttwv-section{
    padding: 92px 0;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-container{
    padding: 0 34px;
  }.tc-wp-content-root .ttwv-editorial-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-grid-six, .tc-wp-content-root .ttwv-editorial-wrap .ttwv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-steps{
    gap: 22px;
    margin-top: 50px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-card{
    padding: 30px;
    border-radius: 24px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-step-card{
    gap: 26px;
    padding: 34px;
    border-radius: 26px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-step-number{
    width: 68px;
    height: 68px;
    border-radius: 22px;
    font-size: 19px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-card h3, .tc-wp-content-root .ttwv-editorial-wrap .ttwv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-card p, .tc-wp-content-root .ttwv-editorial-wrap .ttwv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttwv-editorial-wrap .ttwv-badge{
    padding: 10px 15px;
    font-size: 12px;
  }}

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