@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 .ttpav-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .ttpav-content, .tc-wp-content-root .ttpav-content section, .tc-wp-content-root .ttpav-content div, .tc-wp-content-root .ttpav-content article{
  box-sizing: border-box;
}.tc-wp-content-root .ttpav-content .ttpav-section{
  position: relative;
  isolation: isolate;
}.tc-wp-content-root .ttpav-content .ttpav-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttpav-content .ttpav-section-soft{
  background: linear-gradient(180deg, #fbfcff 0%, #f6f8fb 100%);
}.tc-wp-content-root .ttpav-content .ttpav-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ttpav-content .ttpav-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttpav-content .ttpav-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 13px;
  border: 1px solid rgba(37, 244, 238, 0.34);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.13), rgba(254, 44, 85, 0.1));
  color: #0f6f78;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.2;
}.tc-wp-content-root .ttpav-content .ttpav-heading h2{
  margin: 14px 0 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ttpav-content .ttpav-heading p{
  margin: 14px auto 0;
  color: #5c667a;
  line-height: 1.72;
}.tc-wp-content-root .ttpav-content .ttpav-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttpav-content .ttpav-card, .tc-wp-content-root .ttpav-content .ttpav-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(37, 244, 238, 0.12), transparent 34%),
    #ffffff;
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ttpav-content .ttpav-card::before, .tc-wp-content-root .ttpav-content .ttpav-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.65), rgba(254, 44, 85, 0.5), rgba(17, 24, 39, 0));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
}.tc-wp-content-root .ttpav-content .ttpav-card:hover, .tc-wp-content-root .ttpav-content .ttpav-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(37, 244, 238, 0.28);
  box-shadow: 0 24px 64px rgba(17, 24, 39, 0.1);
}.tc-wp-content-root .ttpav-content .ttpav-card:hover::before, .tc-wp-content-root .ttpav-content .ttpav-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ttpav-content .ttpav-card h3, .tc-wp-content-root .ttpav-content .ttpav-step h3, .tc-wp-content-root .ttpav-content .ttpav-trust-card h3{
  margin: 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.24;
  letter-spacing: 0;
}.tc-wp-content-root .ttpav-content .ttpav-card p, .tc-wp-content-root .ttpav-content .ttpav-step p, .tc-wp-content-root .ttpav-content .ttpav-trust-card p{
  margin: 10px 0 0;
  color: #606b80;
  line-height: 1.68;
}.tc-wp-content-root .ttpav-content .ttpav-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 12px 30px rgba(254, 44, 85, 0.18);
  position: relative;
  transition: transform 260ms ease;
}.tc-wp-content-root .ttpav-content .ttpav-card:hover .ttpav-icon{
  transform: translateY(-2px) rotate(-2deg);
}.tc-wp-content-root .ttpav-content .ttpav-icon::before, .tc-wp-content-root .ttpav-content .ttpav-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .ttpav-content .ttpav-icon-play::before{
  width: 0;
  height: 0;
  left: 18px;
  top: 14px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #ffffff;
  background: transparent;
}.tc-wp-content-root .ttpav-content .ttpav-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 13px;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .ttpav-content .ttpav-icon-speed::after{
  width: 11px;
  height: 3px;
  left: 23px;
  top: 21px;
  border-radius: 10px;
  transform: rotate(-28deg);
}.tc-wp-content-root .ttpav-content .ttpav-icon-preview::before{
  width: 24px;
  height: 16px;
  left: 11px;
  top: 15px;
  border: 3px solid #ffffff;
  border-radius: 10px;
  background: transparent;
}.tc-wp-content-root .ttpav-content .ttpav-icon-preview::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
}.tc-wp-content-root .ttpav-content .ttpav-icon-steps::before{
  width: 22px;
  height: 3px;
  left: 14px;
  top: 14px;
  border-radius: 10px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.tc-wp-content-root .ttpav-content .ttpav-icon-steps::after{
  width: 5px;
  height: 5px;
  left: 8px;
  top: 13px;
  border-radius: 50%;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.tc-wp-content-root .ttpav-content .ttpav-icon-mobile::before{
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}.tc-wp-content-root .ttpav-content .ttpav-icon-mobile::after{
  width: 5px;
  height: 2px;
  left: 21px;
  top: 31px;
  border-radius: 10px;
}.tc-wp-content-root .ttpav-content .ttpav-icon-daily::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .ttpav-content .ttpav-icon-daily::after{
  width: 8px;
  height: 8px;
  left: 20px;
  top: 17px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background: transparent;
}.tc-wp-content-root .ttpav-content .ttpav-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttpav-content .ttpav-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  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.82)),
    radial-gradient(circle at 96% 18%, rgba(254, 44, 85, 0.12), transparent 30%),
    radial-gradient(circle at 4% 88%, rgba(37, 244, 238, 0.16), transparent 34%);
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ttpav-content .ttpav-step:hover{
  transform: translateY(-5px);
  border-color: rgba(254, 44, 85, 0.18);
  box-shadow: 0 24px 64px rgba(17, 24, 39, 0.1);
}.tc-wp-content-root .ttpav-content .ttpav-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  border-radius: 18px;
  background: linear-gradient(135deg, #101827, #fe2c55 58%, #25f4ee);
  box-shadow: 0 14px 34px rgba(254, 44, 85, 0.18);
}.tc-wp-content-root .ttpav-content .ttpav-badge{
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  margin-bottom: 16px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.12);
  color: #0f6f78;
  font-size: 12px;
  font-weight: 780;
  line-height: 1.2;
}.tc-wp-content-root .ttpav-content .ttpav-trust-card{
  background:
    radial-gradient(circle at 18% 0%, rgba(254, 44, 85, 0.1), transparent 34%),
    #ffffff;
}.tc-wp-content-root .ttpav-content .ttpav-trust-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.17), rgba(254, 44, 85, 0.14));
  position: relative;
}.tc-wp-content-root .ttpav-content .ttpav-trust-mark::before{
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #0f8f91;
  border-bottom: 3px solid #0f8f91;
  transform: rotate(-45deg);
}.tc-wp-content-root .ttpav-content .ttpav-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ttpav-content .ttpav-reveal.ttpav-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttpav-content .ttpav-section{
    padding: 50px 0;
  }.tc-wp-content-root .ttpav-content .ttpav-container{
    padding: 0 14px;
  }.tc-wp-content-root .ttpav-content .ttpav-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .ttpav-content .ttpav-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ttpav-content .ttpav-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ttpav-content .ttpav-card, .tc-wp-content-root .ttpav-content .ttpav-trust-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .ttpav-content .ttpav-card h3, .tc-wp-content-root .ttpav-content .ttpav-step h3, .tc-wp-content-root .ttpav-content .ttpav-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ttpav-content .ttpav-card p, .tc-wp-content-root .ttpav-content .ttpav-step p, .tc-wp-content-root .ttpav-content .ttpav-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .ttpav-content .ttpav-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ttpav-content .ttpav-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ttpav-content .ttpav-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttpav-content .ttpav-section{
    padding: 56px 0;
  }.tc-wp-content-root .ttpav-content .ttpav-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttpav-content .ttpav-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .ttpav-content .ttpav-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttpav-content .ttpav-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ttpav-content .ttpav-card, .tc-wp-content-root .ttpav-content .ttpav-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ttpav-content .ttpav-card h3, .tc-wp-content-root .ttpav-content .ttpav-step h3, .tc-wp-content-root .ttpav-content .ttpav-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ttpav-content .ttpav-card p, .tc-wp-content-root .ttpav-content .ttpav-step p, .tc-wp-content-root .ttpav-content .ttpav-trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .ttpav-content .ttpav-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ttpav-content .ttpav-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ttpav-content .ttpav-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttpav-content .ttpav-section{
    padding: 62px 0;
  }.tc-wp-content-root .ttpav-content .ttpav-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttpav-content .ttpav-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .ttpav-content .ttpav-heading p{
    font-size: 16px;
  }.tc-wp-content-root .ttpav-content .ttpav-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ttpav-content .ttpav-card, .tc-wp-content-root .ttpav-content .ttpav-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ttpav-content .ttpav-card h3, .tc-wp-content-root .ttpav-content .ttpav-step h3, .tc-wp-content-root .ttpav-content .ttpav-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ttpav-content .ttpav-card p, .tc-wp-content-root .ttpav-content .ttpav-step p, .tc-wp-content-root .ttpav-content .ttpav-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .ttpav-content .ttpav-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ttpav-content .ttpav-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .ttpav-content .ttpav-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttpav-content .ttpav-section{
    padding: 76px 0;
  }.tc-wp-content-root .ttpav-content .ttpav-container{
    padding: 0 30px;
  }.tc-wp-content-root .ttpav-content .ttpav-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .ttpav-content .ttpav-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ttpav-content .ttpav-grid-six, .tc-wp-content-root .ttpav-content .ttpav-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttpav-content .ttpav-card, .tc-wp-content-root .ttpav-content .ttpav-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ttpav-content .ttpav-card h3, .tc-wp-content-root .ttpav-content .ttpav-step h3, .tc-wp-content-root .ttpav-content .ttpav-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ttpav-content .ttpav-card p, .tc-wp-content-root .ttpav-content .ttpav-step p, .tc-wp-content-root .ttpav-content .ttpav-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttpav-content .ttpav-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttpav-content .ttpav-step{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .ttpav-content .ttpav-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttpav-content .ttpav-section{
    padding: 92px 0;
  }.tc-wp-content-root .ttpav-content .ttpav-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttpav-content .ttpav-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .ttpav-content .ttpav-heading p{
    font-size: 17.5px;
  }.tc-wp-content-root .ttpav-content .ttpav-grid-six, .tc-wp-content-root .ttpav-content .ttpav-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttpav-content .ttpav-card, .tc-wp-content-root .ttpav-content .ttpav-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ttpav-content .ttpav-card h3, .tc-wp-content-root .ttpav-content .ttpav-step h3, .tc-wp-content-root .ttpav-content .ttpav-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ttpav-content .ttpav-card p, .tc-wp-content-root .ttpav-content .ttpav-step p, .tc-wp-content-root .ttpav-content .ttpav-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttpav-content .ttpav-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttpav-content .ttpav-step{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .ttpav-content .ttpav-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .ttpav-content .ttpav-card, .tc-wp-content-root .ttpav-content .ttpav-trust-card, .tc-wp-content-root .ttpav-content .ttpav-step, .tc-wp-content-root .ttpav-content .ttpav-icon, .tc-wp-content-root .ttpav-content .ttpav-reveal, .tc-wp-content-root .ttpav-content .ttpav-reveal.ttpav-visible{
    transition: none;
    transform: none;
  }.tc-wp-content-root .ttpav-content .ttpav-reveal{
    opacity: 1;
  }}

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