@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-46 .tc-wp-content-root img, .wpc-scope-46 .tc-wp-content-root video, .wpc-scope-46 .tc-wp-content-root svg, .wpc-scope-46 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap, .wpc-scope-46 .tc-wp-content-root .tbv-content-wrap div, .wpc-scope-46 .tc-wp-content-root .tbv-content-wrap section, .wpc-scope-46 .tc-wp-content-root .tbv-content-wrap article{
  box-sizing: border-box;
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-section{
  position: relative;
  width: 100%;
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-section-white{
  background: #ffffff;
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-section-soft{
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 0, 86, 0.08), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(37, 244, 238, 0.12), transparent 26%),
    #f8fafc;
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 0, 86, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 86, 0.1), rgba(37, 244, 238, 0.12));
  color: #c01452;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-heading p{
  margin: 16px auto 0;
  color: #5b6475;
  line-height: 1.7;
  font-weight: 400;
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-card-grid{
  display: grid;
  width: 100%;
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-card::before{
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(135deg, rgba(255, 0, 86, 0.08), transparent 34%, rgba(37, 244, 238, 0.08));
  opacity: 0;
  transition: opacity 220ms ease;
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 0, 86, 0.2);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.11);
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-card:hover::before{
  opacity: 1;
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-card h3{
  position: relative;
  margin: 0;
  color: #121826;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-card p{
  position: relative;
  margin: 12px 0 0;
  color: #5f6878;
  line-height: 1.68;
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-icon{
  position: relative;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 15px;
  background: linear-gradient(135deg, #ff0056, #7a2cff 52%, #25f4ee);
  box-shadow: 0 14px 28px rgba(255, 0, 86, 0.18);
  transition: transform 220ms ease;
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-card:hover .tbv-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-icon::before, .wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-icon::after{
  position: absolute;
  content: "";
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-icon-eye::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-icon-eye::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-bottom-color: transparent;
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-icon-speed::after{
  width: 12px;
  height: 2px;
  left: 23px;
  top: 23px;
  border-radius: 99px;
  background: #ffffff;
  transform: rotate(-35deg);
  transform-origin: left center;
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-icon-preview::before{
  width: 24px;
  height: 18px;
  left: 11px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-icon-preview::after{
  width: 12px;
  height: 2px;
  left: 17px;
  top: 23px;
  border-radius: 99px;
  background: #ffffff;
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-icon-steps::before{
  width: 6px;
  height: 6px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-icon-steps::after{
  width: 16px;
  height: 2px;
  left: 23px;
  top: 14px;
  border-radius: 99px;
  background: #ffffff;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-icon-mobile::before{
  width: 17px;
  height: 26px;
  left: 14px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-icon-mobile::after{
  width: 5px;
  height: 2px;
  left: 20px;
  top: 30px;
  border-radius: 99px;
  background: #ffffff;
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-icon-daily::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-icon-daily::after{
  width: 9px;
  height: 9px;
  left: 22px;
  top: 15px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-step-list{
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-step-card{
  position: relative;
  display: grid;
  min-width: 0;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff, #ffffff 58%, rgba(37, 244, 238, 0.08));
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-step-card::after{
  position: absolute;
  width: 140px;
  height: 140px;
  right: -52px;
  top: -62px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 86, 0.16), rgba(37, 244, 238, 0.18));
  content: "";
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(37, 244, 238, 0.32);
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.11);
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-step-number{
  position: relative;
  z-index: 1;
  display: flex;
  width: 74px;
  height: 74px;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: linear-gradient(135deg, #111827, #ff0056);
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(255, 0, 86, 0.2);
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-step-copy{
  position: relative;
  z-index: 1;
  min-width: 0;
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-step-copy h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-step-copy p{
  margin: 10px 0 0;
  color: #5f6878;
  line-height: 1.68;
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-use-card{
  background: linear-gradient(180deg, #ffffff, #fbfdff);
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-badge-dot{
  position: relative;
  width: 38px;
  height: 38px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: rgba(255, 0, 86, 0.1);
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-badge-dot::before{
  position: absolute;
  width: 14px;
  height: 14px;
  left: 12px;
  top: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff0056, #25f4ee);
  content: "";
  box-shadow: 0 0 0 7px rgba(37, 244, 238, 0.1);
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-trust-card{
  align-items: flex-start;
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-trust-mark{
  position: relative;
  display: flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #25f4ee, #ff0056);
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(37, 244, 238, 0.2);
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-46 .tc-wp-content-root .tbv-content-wrap .tbv-reveal.tbv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .tbv-content-wrap .tbv-card, .tc-wp-content-root .tbv-content-wrap .tbv-step-card, .tc-wp-content-root .tbv-content-wrap .tbv-icon, .tc-wp-content-root .tbv-content-wrap .tbv-reveal, .tc-wp-content-root .tbv-content-wrap .tbv-reveal.tbv-visible{
    transition: none;
    transform: none;
  }.tc-wp-content-root .tbv-content-wrap .tbv-reveal{
    opacity: 1;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .tbv-content-wrap .tbv-section{
    padding: 48px 0;
  }.tc-wp-content-root .tbv-content-wrap .tbv-container{
    padding: 0 14px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-heading h2{
    font-size: 27px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-card h3, .tc-wp-content-root .tbv-content-wrap .tbv-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-card p, .tc-wp-content-root .tbv-content-wrap .tbv-step-copy p{
    font-size: 14.5px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .tbv-content-wrap .tbv-section{
    padding: 54px 0;
  }.tc-wp-content-root .tbv-content-wrap .tbv-container{
    padding: 0 18px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-heading h2{
    font-size: 30px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-card h3, .tc-wp-content-root .tbv-content-wrap .tbv-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-card p, .tc-wp-content-root .tbv-content-wrap .tbv-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-step-list{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .tbv-content-wrap .tbv-section{
    padding: 62px 0;
  }.tc-wp-content-root .tbv-content-wrap .tbv-container{
    padding: 0 22px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-heading h2{
    font-size: 34px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-card{
    padding: 28px;
    border-radius: 22px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-card h3, .tc-wp-content-root .tbv-content-wrap .tbv-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-card p, .tc-wp-content-root .tbv-content-wrap .tbv-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-step-list{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-step-card{
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .tbv-content-wrap .tbv-section{
    padding: 76px 0;
  }.tc-wp-content-root .tbv-content-wrap .tbv-container{
    padding: 0 30px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-heading h2{
    font-size: 42px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-card{
    padding: 30px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-card h3, .tc-wp-content-root .tbv-content-wrap .tbv-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-card p, .tc-wp-content-root .tbv-content-wrap .tbv-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-step-list{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-step-card{
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 24px;
    padding: 30px;
  }}@media (min-width: 1024px){.tc-wp-content-root .tbv-content-wrap .tbv-section{
    padding: 92px 0;
  }.tc-wp-content-root .tbv-content-wrap .tbv-container{
    padding: 0 34px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-heading h2{
    font-size: 48px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-heading p{
    font-size: 18px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tbv-content-wrap .tbv-card{
    padding: 32px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-card h3, .tc-wp-content-root .tbv-content-wrap .tbv-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-card p, .tc-wp-content-root .tbv-content-wrap .tbv-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-step-list{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .tbv-content-wrap .tbv-step-card{
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 28px;
    padding: 34px;
  }}.wpc-scope-46 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .tbv-trust-grid{}