@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 .ttuv-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .ttuv-content, .tc-wp-content-root .ttuv-content div, .tc-wp-content-root .ttuv-content section, .tc-wp-content-root .ttuv-content article{
  box-sizing: border-box;
}.tc-wp-content-root .ttuv-content .ttuv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ttuv-content .ttuv-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttuv-content .ttuv-section-soft{
  background:
    radial-gradient(circle at top left, rgba(37, 244, 238, 0.12), transparent 34%),
    radial-gradient(circle at bottom right, rgba(255, 0, 80, 0.1), transparent 32%),
    #f8fafc;
}.tc-wp-content-root .ttuv-content .ttuv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ttuv-content .ttuv-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttuv-content .ttuv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 0, 80, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.14), rgba(255, 0, 80, 0.1));
  color: #9b123f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .ttuv-content .ttuv-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25f4ee, #ff0050);
  box-shadow: 0 0 16px rgba(255, 0, 80, 0.45);
}.tc-wp-content-root .ttuv-content .ttuv-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ttuv-content .ttuv-heading p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #5b6475;
  font-weight: 400;
  line-height: 1.72;
}.tc-wp-content-root .ttuv-content .ttuv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttuv-content .ttuv-card, .tc-wp-content-root .ttuv-content .ttuv-trust-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 50px rgba(17, 24, 39, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ttuv-content .ttuv-card::after, .tc-wp-content-root .ttuv-content .ttuv-trust-card::after{
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  opacity: 0;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.42), rgba(255, 0, 80, 0.34));
  transition: opacity 220ms ease;
  pointer-events: none;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  padding: 1px;
}.tc-wp-content-root .ttuv-content .ttuv-card:hover, .tc-wp-content-root .ttuv-content .ttuv-trust-card:hover, .tc-wp-content-root .ttuv-content .ttuv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 0, 80, 0.18);
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.12);
}.tc-wp-content-root .ttuv-content .ttuv-card:hover::after, .tc-wp-content-root .ttuv-content .ttuv-trust-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .ttuv-content .ttuv-card h3, .tc-wp-content-root .ttuv-content .ttuv-trust-card h3, .tc-wp-content-root .ttuv-content .ttuv-step-copy h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .ttuv-content .ttuv-card p, .tc-wp-content-root .ttuv-content .ttuv-trust-card p, .tc-wp-content-root .ttuv-content .ttuv-step-copy p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5b6475;
  line-height: 1.68;
}.tc-wp-content-root .ttuv-content .ttuv-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.2), rgba(255, 0, 80, 0.16));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}.tc-wp-content-root .ttuv-content .ttuv-icon::before, .tc-wp-content-root .ttuv-content .ttuv-icon::after{
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}.tc-wp-content-root .ttuv-content .ttuv-card:hover .ttuv-icon::before{
  transform: translateX(2px);
}.tc-wp-content-root .ttuv-content .ttuv-icon-play::before{
  top: 14px;
  left: 18px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #ff0050;
}.tc-wp-content-root .ttuv-content .ttuv-icon-speed::before{
  width: 20px;
  height: 20px;
  top: 13px;
  left: 13px;
  border: 3px solid #1f9f9b;
  border-radius: 50%;
  border-bottom-color: transparent;
}.tc-wp-content-root .ttuv-content .ttuv-icon-preview::before{
  width: 22px;
  height: 14px;
  top: 16px;
  left: 12px;
  border: 3px solid #ff0050;
  border-radius: 12px;
}.tc-wp-content-root .ttuv-content .ttuv-icon-preview::after{
  width: 6px;
  height: 6px;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  background: #1f9f9b;
}.tc-wp-content-root .ttuv-content .ttuv-icon-steps::before{
  width: 22px;
  height: 3px;
  top: 14px;
  left: 12px;
  background: #ff0050;
  box-shadow: 0 8px 0 #1f9f9b, 0 16px 0 #ff0050;
  border-radius: 999px;
}.tc-wp-content-root .ttuv-content .ttuv-icon-mobile::before{
  width: 17px;
  height: 25px;
  top: 10px;
  left: 15px;
  border: 3px solid #1f9f9b;
  border-radius: 7px;
}.tc-wp-content-root .ttuv-content .ttuv-icon-daily::before{
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  border-radius: 8px;
  background: linear-gradient(135deg, #25f4ee, #ff0050);
}.tc-wp-content-root .ttuv-content .ttuv-badge-dot{
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, #25f4ee, #ff0050) border-box;
  border: 2px solid transparent;
}.tc-wp-content-root .ttuv-content .ttuv-badge-dot::after{
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 12px;
  left: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #ff0050);
}.tc-wp-content-root .ttuv-content .ttuv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttuv-content .ttuv-step-card{
  position: relative;
  display: grid;
  min-width: 0;
  align-items: center;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.84)),
    linear-gradient(135deg, rgba(37, 244, 238, 0.08), rgba(255, 0, 80, 0.08));
  box-shadow: 0 18px 55px rgba(17, 24, 39, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ttuv-content .ttuv-step-card::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #25f4ee, #ff0050);
}.tc-wp-content-root .ttuv-content .ttuv-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #111827;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.2);
}.tc-wp-content-root .ttuv-content .ttuv-trust-card{
  overflow: hidden;
}.tc-wp-content-root .ttuv-content .ttuv-trust-mark{
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  margin: 0 0 18px;
  border-radius: 17px;
  background: linear-gradient(135deg, #25f4ee, #ff0050);
}.tc-wp-content-root .ttuv-content .ttuv-trust-mark::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  top: 16px;
  left: 14px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .ttuv-content .ttuv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .ttuv-content .ttuv-reveal.ttuv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttuv-content .ttuv-section{
    padding: 50px 0;
  }.tc-wp-content-root .ttuv-content .ttuv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ttuv-content .ttuv-heading h2{
    font-size: 27px;
  }.tc-wp-content-root .ttuv-content .ttuv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ttuv-content .ttuv-grid, .tc-wp-content-root .ttuv-content .ttuv-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ttuv-content .ttuv-grid-six, .tc-wp-content-root .ttuv-content .ttuv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ttuv-content .ttuv-card, .tc-wp-content-root .ttuv-content .ttuv-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ttuv-content .ttuv-card h3, .tc-wp-content-root .ttuv-content .ttuv-trust-card h3, .tc-wp-content-root .ttuv-content .ttuv-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .ttuv-content .ttuv-card p, .tc-wp-content-root .ttuv-content .ttuv-trust-card p, .tc-wp-content-root .ttuv-content .ttuv-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .ttuv-content .ttuv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 22px 22px 26px;
  }.tc-wp-content-root .ttuv-content .ttuv-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttuv-content .ttuv-section{
    padding: 56px 0;
  }.tc-wp-content-root .ttuv-content .ttuv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttuv-content .ttuv-heading h2{
    font-size: 30px;
  }.tc-wp-content-root .ttuv-content .ttuv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttuv-content .ttuv-grid, .tc-wp-content-root .ttuv-content .ttuv-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ttuv-content .ttuv-grid-six, .tc-wp-content-root .ttuv-content .ttuv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ttuv-content .ttuv-card, .tc-wp-content-root .ttuv-content .ttuv-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .ttuv-content .ttuv-card h3, .tc-wp-content-root .ttuv-content .ttuv-trust-card h3, .tc-wp-content-root .ttuv-content .ttuv-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .ttuv-content .ttuv-card p, .tc-wp-content-root .ttuv-content .ttuv-trust-card p, .tc-wp-content-root .ttuv-content .ttuv-step-copy p{
    font-size: 14.5px;
  }.tc-wp-content-root .ttuv-content .ttuv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 24px 24px 28px;
  }.tc-wp-content-root .ttuv-content .ttuv-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttuv-content .ttuv-section{
    padding: 64px 0;
  }.tc-wp-content-root .ttuv-content .ttuv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttuv-content .ttuv-heading h2{
    font-size: 34px;
  }.tc-wp-content-root .ttuv-content .ttuv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .ttuv-content .ttuv-grid, .tc-wp-content-root .ttuv-content .ttuv-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ttuv-content .ttuv-grid-six, .tc-wp-content-root .ttuv-content .ttuv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ttuv-content .ttuv-card, .tc-wp-content-root .ttuv-content .ttuv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ttuv-content .ttuv-card h3, .tc-wp-content-root .ttuv-content .ttuv-trust-card h3, .tc-wp-content-root .ttuv-content .ttuv-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .ttuv-content .ttuv-card p, .tc-wp-content-root .ttuv-content .ttuv-trust-card p, .tc-wp-content-root .ttuv-content .ttuv-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .ttuv-content .ttuv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 26px 26px 30px;
  }.tc-wp-content-root .ttuv-content .ttuv-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttuv-content .ttuv-section{
    padding: 78px 0;
  }.tc-wp-content-root .ttuv-content .ttuv-container{
    padding: 0 28px;
  }.tc-wp-content-root .ttuv-content .ttuv-heading h2{
    font-size: 42px;
  }.tc-wp-content-root .ttuv-content .ttuv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ttuv-content .ttuv-grid, .tc-wp-content-root .ttuv-content .ttuv-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttuv-content .ttuv-grid-six, .tc-wp-content-root .ttuv-content .ttuv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ttuv-content .ttuv-card, .tc-wp-content-root .ttuv-content .ttuv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ttuv-content .ttuv-card h3, .tc-wp-content-root .ttuv-content .ttuv-trust-card h3, .tc-wp-content-root .ttuv-content .ttuv-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .ttuv-content .ttuv-card p, .tc-wp-content-root .ttuv-content .ttuv-trust-card p, .tc-wp-content-root .ttuv-content .ttuv-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttuv-content .ttuv-step-card{
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 24px;
    padding: 30px 34px 30px 38px;
  }.tc-wp-content-root .ttuv-content .ttuv-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttuv-content .ttuv-section{
    padding: 92px 0;
  }.tc-wp-content-root .ttuv-content .ttuv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttuv-content .ttuv-heading h2{
    font-size: 48px;
  }.tc-wp-content-root .ttuv-content .ttuv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ttuv-content .ttuv-grid, .tc-wp-content-root .ttuv-content .ttuv-steps{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .ttuv-content .ttuv-grid-six, .tc-wp-content-root .ttuv-content .ttuv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttuv-content .ttuv-card, .tc-wp-content-root .ttuv-content .ttuv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ttuv-content .ttuv-card h3, .tc-wp-content-root .ttuv-content .ttuv-trust-card h3, .tc-wp-content-root .ttuv-content .ttuv-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .ttuv-content .ttuv-card p, .tc-wp-content-root .ttuv-content .ttuv-trust-card p, .tc-wp-content-root .ttuv-content .ttuv-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttuv-content .ttuv-step-card{
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 28px;
    padding: 34px 40px 34px 44px;
  }.tc-wp-content-root .ttuv-content .ttuv-step-number{
    width: 74px;
    height: 74px;
    font-size: 21px;
  }}