@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 .tdv-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .tdv-editorial-wrap, .tc-wp-content-root .tdv-editorial-wrap div, .tc-wp-content-root .tdv-editorial-wrap section, .tc-wp-content-root .tdv-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .tdv-editorial-wrap .tdv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .tdv-editorial-wrap .tdv-section-white{
  background: #ffffff;
}.tc-wp-content-root .tdv-editorial-wrap .tdv-section-soft{
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 45, 85, 0.08), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(37, 244, 238, 0.1), transparent 30%),
    #f8fafc;
}.tc-wp-content-root .tdv-editorial-wrap .tdv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .tdv-editorial-wrap .tdv-section-head{
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .tdv-editorial-wrap .tdv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 45, 85, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 45, 85, 0.1), rgba(37, 244, 238, 0.1));
  color: #b31545;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .tdv-editorial-wrap h2{
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .tdv-editorial-wrap .tdv-section-head p{
  margin: 16px auto 0;
  color: #586174;
  line-height: 1.72;
}.tc-wp-content-root .tdv-editorial-wrap .tdv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .tdv-editorial-wrap .tdv-card, .tc-wp-content-root .tdv-editorial-wrap .tdv-trust-card, .tc-wp-content-root .tdv-editorial-wrap .tdv-step-card{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .tdv-editorial-wrap .tdv-card{
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border-radius: 24px;
}.tc-wp-content-root .tdv-editorial-wrap .tdv-card::before, .tc-wp-content-root .tdv-editorial-wrap .tdv-trust-card::before{
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  content: "";
  background: linear-gradient(90deg, #ff2d55, #8b5cf6, #25f4ee);
  opacity: 0.9;
}.tc-wp-content-root .tdv-editorial-wrap .tdv-card:hover, .tc-wp-content-root .tdv-editorial-wrap .tdv-trust-card:hover, .tc-wp-content-root .tdv-editorial-wrap .tdv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 45, 85, 0.24);
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.12);
}.tc-wp-content-root .tdv-editorial-wrap h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tdv-editorial-wrap .tdv-card p, .tc-wp-content-root .tdv-editorial-wrap .tdv-trust-card p, .tc-wp-content-root .tdv-editorial-wrap .tdv-step-card p{
  margin: 10px 0 0;
  color: #5d6678;
  line-height: 1.68;
}.tc-wp-content-root .tdv-editorial-wrap .tdv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 45, 85, 0.14), rgba(37, 244, 238, 0.16));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}.tc-wp-content-root .tdv-editorial-wrap .tdv-icon::after{
  position: absolute;
  content: "";
  transition: transform 220ms ease;
}.tc-wp-content-root .tdv-editorial-wrap .tdv-card:hover .tdv-icon::after{
  transform: translateX(2px) translateY(-2px);
}.tc-wp-content-root .tdv-editorial-wrap .tdv-icon-play::after{
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #ff2d55;
  margin-left: 3px;
}.tc-wp-content-root .tdv-editorial-wrap .tdv-icon-speed::after{
  width: 18px;
  height: 18px;
  border: 3px solid #25a7b8;
  border-top-color: transparent;
  border-radius: 50%;
}.tc-wp-content-root .tdv-editorial-wrap .tdv-icon-preview::after{
  width: 22px;
  height: 15px;
  border: 3px solid #7c3aed;
  border-radius: 7px;
}.tc-wp-content-root .tdv-editorial-wrap .tdv-icon-steps::after{
  width: 20px;
  height: 20px;
  border-radius: 7px;
  background: linear-gradient(135deg, #ff2d55 0 45%, #25f4ee 45% 100%);
}.tc-wp-content-root .tdv-editorial-wrap .tdv-icon-mobile::after{
  width: 15px;
  height: 24px;
  border: 3px solid #ff2d55;
  border-radius: 7px;
}.tc-wp-content-root .tdv-editorial-wrap .tdv-icon-daily::after{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: conic-gradient(from 90deg, #25f4ee, #8b5cf6, #ff2d55, #25f4ee);
}.tc-wp-content-root .tdv-editorial-wrap .tdv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .tdv-editorial-wrap .tdv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
    radial-gradient(circle at 8% 50%, rgba(255, 45, 85, 0.16), transparent 34%);
}.tc-wp-content-root .tdv-editorial-wrap .tdv-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: linear-gradient(135deg, #ff2d55, #8b5cf6 54%, #25f4ee);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(255, 45, 85, 0.22);
}.tc-wp-content-root .tdv-editorial-wrap .tdv-step-content{
  min-width: 0;
}.tc-wp-content-root .tdv-editorial-wrap .tdv-badge-dot{
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin: 0 0 18px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 20%, transparent 22%),
    linear-gradient(135deg, #ff2d55, #8b5cf6, #25f4ee);
  box-shadow: 0 14px 28px rgba(139, 92, 246, 0.18);
}.tc-wp-content-root .tdv-editorial-wrap .tdv-trust-card{
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border-radius: 24px;
}.tc-wp-content-root .tdv-editorial-wrap .tdv-trust-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #0f172a, #293249);
  color: #25f4ee;
  font-size: 20px;
  font-weight: 900;
}.tc-wp-content-root .tdv-editorial-wrap .tdv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tdv-editorial-wrap .tdv-reveal.tdv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tdv-editorial-wrap .tdv-section{
    padding: 52px 0;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-container{
    padding: 0 14px;
  }.tc-wp-content-root .tdv-editorial-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-card-grid, .tc-wp-content-root .tdv-editorial-wrap .tdv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-grid-six, .tc-wp-content-root .tdv-editorial-wrap .tdv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-card, .tc-wp-content-root .tdv-editorial-wrap .tdv-trust-card{
    padding: 24px 20px;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 18px;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .tdv-editorial-wrap h3{
    font-size: 18px;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-card p, .tc-wp-content-root .tdv-editorial-wrap .tdv-trust-card p, .tc-wp-content-root .tdv-editorial-wrap .tdv-step-card p{
    font-size: 14.5px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tdv-editorial-wrap .tdv-section{
    padding: 58px 0;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-container{
    padding: 0 18px;
  }.tc-wp-content-root .tdv-editorial-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-card-grid, .tc-wp-content-root .tdv-editorial-wrap .tdv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-grid-six, .tc-wp-content-root .tdv-editorial-wrap .tdv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-card, .tc-wp-content-root .tdv-editorial-wrap .tdv-trust-card{
    padding: 26px 22px;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 20px;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }.tc-wp-content-root .tdv-editorial-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-card p, .tc-wp-content-root .tdv-editorial-wrap .tdv-trust-card p, .tc-wp-content-root .tdv-editorial-wrap .tdv-step-card p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tdv-editorial-wrap .tdv-section{
    padding: 64px 0;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-container{
    padding: 0 22px;
  }.tc-wp-content-root .tdv-editorial-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-card-grid, .tc-wp-content-root .tdv-editorial-wrap .tdv-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-grid-six, .tc-wp-content-root .tdv-editorial-wrap .tdv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-card, .tc-wp-content-root .tdv-editorial-wrap .tdv-trust-card{
    padding: 28px 24px;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }.tc-wp-content-root .tdv-editorial-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-card p, .tc-wp-content-root .tdv-editorial-wrap .tdv-trust-card p, .tc-wp-content-root .tdv-editorial-wrap .tdv-step-card p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tdv-editorial-wrap .tdv-section{
    padding: 78px 0;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-container{
    padding: 0 32px;
  }.tc-wp-content-root .tdv-editorial-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-card-grid, .tc-wp-content-root .tdv-editorial-wrap .tdv-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-grid-six, .tc-wp-content-root .tdv-editorial-wrap .tdv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-card, .tc-wp-content-root .tdv-editorial-wrap .tdv-trust-card{
    padding: 30px 26px;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-step-number{
    width: 72px;
    height: 72px;
    font-size: 21px;
  }.tc-wp-content-root .tdv-editorial-wrap h3{
    font-size: 21px;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-card p, .tc-wp-content-root .tdv-editorial-wrap .tdv-trust-card p, .tc-wp-content-root .tdv-editorial-wrap .tdv-step-card p{
    font-size: 16px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .tdv-editorial-wrap .tdv-section{
    padding: 92px 0;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-container{
    padding: 0 28px;
  }.tc-wp-content-root .tdv-editorial-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-card-grid, .tc-wp-content-root .tdv-editorial-wrap .tdv-steps{
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-grid-six, .tc-wp-content-root .tdv-editorial-wrap .tdv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-card, .tc-wp-content-root .tdv-editorial-wrap .tdv-trust-card{
    padding: 32px 28px;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-step-card{
    gap: 26px;
    padding: 34px 36px;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-step-number{
    width: 78px;
    height: 78px;
    font-size: 22px;
  }.tc-wp-content-root .tdv-editorial-wrap h3{
    font-size: 22px;
  }.tc-wp-content-root .tdv-editorial-wrap .tdv-card p, .tc-wp-content-root .tdv-editorial-wrap .tdv-trust-card p, .tc-wp-content-root .tdv-editorial-wrap .tdv-step-card p{
    font-size: 16px;
  }}