@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-159 .tc-wp-content-root img, .wpc-scope-159 .tc-wp-content-root video, .wpc-scope-159 .tc-wp-content-root svg, .wpc-scope-159 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #17202f;
  font-family: inherit;
  background: #ffffff;
  --tav-accent-a: #ff2f6d;
  --tav-accent-b: #19d3c5;
  --tav-accent-c: #7c4dff;
  --tav-text: #17202f;
  --tav-muted: #667085;
  --tav-line: rgba(23, 32, 47, 0.1);
  --tav-soft: #f7f9fc;
  --tav-shadow: 0 18px 45px rgba(21, 32, 52, 0.09);
  --tav-shadow-hover: 0 24px 60px rgba(21, 32, 52, 0.14);
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-section{
  position: relative;
  width: 100%;
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-section-white{
  background: #ffffff;
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-section-soft{
  background:
    radial-gradient(circle at 12% 8%, rgba(25, 211, 197, 0.1), transparent 28%),
    radial-gradient(circle at 88% 14%, rgba(255, 47, 109, 0.08), transparent 30%),
    #f7f9fc;
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 47, 109, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 47, 109, 0.09), rgba(25, 211, 197, 0.09));
  color: #334155;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--tav-accent-a), var(--tav-accent-b));
  box-shadow: 0 0 0 5px rgba(255, 47, 109, 0.1);
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-section-head h2{
  margin: 0;
  color: var(--tav-text);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-section-head p{
  margin: 16px auto 0;
  color: var(--tav-muted);
  line-height: 1.72;
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid var(--tav-line);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 47, 109, 0.24), rgba(25, 211, 197, 0.18), rgba(124, 77, 255, 0.16)) border-box;
  box-shadow: var(--tav-shadow);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-card::after{
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--tav-accent-a), var(--tav-accent-b), var(--tav-accent-c));
  opacity: 0;
  transition: opacity 240ms ease, transform 240ms ease;
  transform: scaleX(0.7);
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-card:hover{
  transform: translateY(-6px);
  box-shadow: var(--tav-shadow-hover);
  border-color: rgba(255, 47, 109, 0.22);
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-card:hover::after{
  opacity: 1;
  transform: scaleX(1);
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-card h3{
  margin: 0;
  color: var(--tav-text);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-card p{
  margin: 10px 0 0;
  color: var(--tav-muted);
  line-height: 1.68;
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 47, 109, 0.12), rgba(25, 211, 197, 0.16));
  box-shadow: inset 0 0 0 1px rgba(23, 32, 47, 0.06);
  transition: transform 240ms ease;
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-card:hover .tav-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-icon::before, .wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-icon::after{
  content: "";
  position: absolute;
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-icon-play::before{
  left: 18px;
  top: 14px;
  border-left: 13px solid var(--tav-accent-a);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-icon-speed::before{
  left: 12px;
  top: 23px;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: var(--tav-accent-b);
  box-shadow: 5px -9px 0 rgba(255, 47, 109, 0.75), -3px 9px 0 rgba(124, 77, 255, 0.65);
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-icon-frame::before{
  inset: 12px;
  border: 3px solid var(--tav-accent-c);
  border-radius: 9px;
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-icon-route::before{
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border: 3px solid transparent;
  border-top-color: var(--tav-accent-a);
  border-right-color: var(--tav-accent-b);
  border-radius: 50%;
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-icon-mobile::before{
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 3px solid var(--tav-accent-c);
  border-radius: 8px;
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-icon-mobile::after{
  left: 21px;
  bottom: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--tav-accent-a);
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-icon-daily::before{
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--tav-accent-a), var(--tav-accent-b));
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-icon-daily::after{
  left: 19px;
  top: 9px;
  width: 9px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  transform: rotate(35deg);
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-steps{
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(23, 32, 47, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--tav-shadow);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease;
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-step-card::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--tav-accent-a), var(--tav-accent-b));
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-step-card:hover{
  transform: translateY(-4px);
  box-shadow: var(--tav-shadow-hover);
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-step-number{
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--tav-accent-a), var(--tav-accent-b));
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(255, 47, 109, 0.22);
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-step-content h3{
  margin: 0;
  color: var(--tav-text);
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-step-content p{
  margin: 9px 0 0;
  color: var(--tav-muted);
  line-height: 1.7;
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-badge-dot{
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 68% 32%, #ffffff 0 10%, transparent 11%),
    linear-gradient(135deg, var(--tav-accent-a), var(--tav-accent-b));
  box-shadow: 0 14px 28px rgba(25, 211, 197, 0.2);
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-trust-card{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(25, 211, 197, 0.32), rgba(255, 47, 109, 0.2)) border-box;
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-trust-mark{
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--tav-accent-b), var(--tav-accent-a));
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(25, 211, 197, 0.22);
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap .tav-reveal{
  opacity: 1;
  transform: translateY(0);
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap.tav-js-ready .tav-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-159 .tc-wp-content-root .tav-editorial-wrap.tav-js-ready .tav-reveal.tav-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .tav-editorial-wrap .tav-section{
    padding: 48px 0;
  }.tc-wp-content-root .tav-editorial-wrap .tav-container{
    padding: 0 14px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-card h3, .tc-wp-content-root .tav-editorial-wrap .tav-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-card p, .tc-wp-content-root .tav-editorial-wrap .tav-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .tav-editorial-wrap .tav-section{
    padding: 54px 0;
  }.tc-wp-content-root .tav-editorial-wrap .tav-container{
    padding: 0 18px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-card h3, .tc-wp-content-root .tav-editorial-wrap .tav-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-card p, .tc-wp-content-root .tav-editorial-wrap .tav-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .tav-editorial-wrap .tav-section{
    padding: 62px 0;
  }.tc-wp-content-root .tav-editorial-wrap .tav-container{
    padding: 0 22px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-card{
    padding: 26px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-card h3, .tc-wp-content-root .tav-editorial-wrap .tav-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-card p, .tc-wp-content-root .tav-editorial-wrap .tav-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .tav-editorial-wrap .tav-section{
    padding: 76px 0;
  }.tc-wp-content-root .tav-editorial-wrap .tav-container{
    padding: 0 30px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-card{
    padding: 28px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-card h3, .tc-wp-content-root .tav-editorial-wrap .tav-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-card p, .tc-wp-content-root .tav-editorial-wrap .tav-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-trust-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 1024px){.tc-wp-content-root .tav-editorial-wrap .tav-section{
    padding: 92px 0;
  }.tc-wp-content-root .tav-editorial-wrap .tav-container{
    padding: 0 34px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tav-editorial-wrap .tav-card{
    padding: 30px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-card h3, .tc-wp-content-root .tav-editorial-wrap .tav-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-card p, .tc-wp-content-root .tav-editorial-wrap .tav-step-content p{
    font-size: 15.8px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-step-card{
    gap: 28px;
    padding: 32px 34px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-step-number{
    width: 76px;
    height: 76px;
    font-size: 21px;
  }}