/* 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 .biv-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}.tc-wp-content-root .biv-content-wrap, .tc-wp-content-root .biv-content-wrap section, .tc-wp-content-root .biv-content-wrap div, .tc-wp-content-root .biv-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .biv-content-wrap .biv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .biv-content-wrap .biv-section-white{
  background: #ffffff;
}.tc-wp-content-root .biv-content-wrap .biv-section-soft{
  background: linear-gradient(180deg, #faf7ff 0%, #fffaf7 100%);
}.tc-wp-content-root .biv-content-wrap .biv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .biv-content-wrap .biv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .biv-content-wrap .biv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(212, 78, 143, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 90, 138, 0.1), rgba(126, 92, 255, 0.1));
  color: #9b2d68;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .biv-content-wrap .biv-section-head h2{
  margin: 0;
  color: #121827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .biv-content-wrap .biv-section-head p{
  margin: 16px auto 0;
  max-width: 680px;
  color: #5d6678;
  line-height: 1.7;
}.tc-wp-content-root .biv-content-wrap .biv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .biv-content-wrap .biv-card, .tc-wp-content-root .biv-content-wrap .biv-trust-card, .tc-wp-content-root .biv-content-wrap .biv-step-card{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(31, 41, 55, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(29, 37, 60, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .biv-content-wrap .biv-card{
  min-height: 100%;
  border-radius: 22px;
}.tc-wp-content-root .biv-content-wrap .biv-card::before, .tc-wp-content-root .biv-content-wrap .biv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #ff5a8a, #8b5cf6, #22c7a9);
  opacity: 0.88;
}.tc-wp-content-root .biv-content-wrap .biv-card:hover, .tc-wp-content-root .biv-content-wrap .biv-trust-card:hover, .tc-wp-content-root .biv-content-wrap .biv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(212, 78, 143, 0.22);
  box-shadow: 0 24px 60px rgba(29, 37, 60, 0.13);
}.tc-wp-content-root .biv-content-wrap .biv-card h3, .tc-wp-content-root .biv-content-wrap .biv-trust-card h3, .tc-wp-content-root .biv-content-wrap .biv-step-copy h3{
  margin: 0;
  color: #182033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .biv-content-wrap .biv-card p, .tc-wp-content-root .biv-content-wrap .biv-trust-card p, .tc-wp-content-root .biv-content-wrap .biv-step-copy p{
  margin: 10px 0 0;
  color: #606a7d;
  line-height: 1.68;
}.tc-wp-content-root .biv-content-wrap .biv-icon{
  display: inline-flex;
  position: relative;
  width: 48px;
  height: 48px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 90, 138, 0.14), rgba(139, 92, 246, 0.14));
  transition: transform 240ms ease;
}.tc-wp-content-root .biv-content-wrap .biv-card:hover .biv-icon{
  transform: translateY(-2px) scale(1.04);
}.tc-wp-content-root .biv-content-wrap .biv-icon::before, .tc-wp-content-root .biv-content-wrap .biv-icon::after{
  content: "";
  position: absolute;
  border-radius: 999px;
}.tc-wp-content-root .biv-content-wrap .biv-icon-view::before{
  width: 24px;
  height: 14px;
  left: 12px;
  top: 17px;
  border: 2px solid #d94686;
  border-radius: 50%;
}.tc-wp-content-root .biv-content-wrap .biv-icon-view::after{
  width: 7px;
  height: 7px;
  left: 20px;
  top: 20px;
  background: #8b5cf6;
}.tc-wp-content-root .biv-content-wrap .biv-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border: 2px solid #8b5cf6;
  border-bottom-color: transparent;
}.tc-wp-content-root .biv-content-wrap .biv-icon-speed::after{
  width: 13px;
  height: 3px;
  left: 21px;
  top: 24px;
  background: #ff5a8a;
  transform: rotate(-30deg);
}.tc-wp-content-root .biv-content-wrap .biv-icon-preview::before{
  width: 24px;
  height: 18px;
  left: 12px;
  top: 15px;
  border: 2px solid #d94686;
  border-radius: 8px;
}.tc-wp-content-root .biv-content-wrap .biv-icon-preview::after{
  width: 10px;
  height: 10px;
  left: 19px;
  top: 19px;
  background: #22c7a9;
}.tc-wp-content-root .biv-content-wrap .biv-icon-steps::before{
  width: 6px;
  height: 6px;
  left: 13px;
  top: 13px;
  background: #ff5a8a;
  box-shadow: 0 10px 0 #8b5cf6, 0 20px 0 #22c7a9;
}.tc-wp-content-root .biv-content-wrap .biv-icon-steps::after{
  width: 16px;
  height: 2px;
  left: 24px;
  top: 15px;
  background: #9aa3b2;
  box-shadow: 0 10px 0 #9aa3b2, 0 20px 0 #9aa3b2;
}.tc-wp-content-root .biv-content-wrap .biv-icon-mobile::before{
  width: 18px;
  height: 28px;
  left: 15px;
  top: 10px;
  border: 2px solid #8b5cf6;
  border-radius: 8px;
}.tc-wp-content-root .biv-content-wrap .biv-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 22px;
  top: 31px;
  background: #ff5a8a;
}.tc-wp-content-root .biv-content-wrap .biv-icon-daily::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border: 2px solid #22c7a9;
}.tc-wp-content-root .biv-content-wrap .biv-icon-daily::after{
  width: 12px;
  height: 8px;
  left: 18px;
  top: 20px;
  border-left: 3px solid #ff5a8a;
  border-bottom: 3px solid #ff5a8a;
  border-radius: 2px;
  transform: rotate(-45deg);
}.tc-wp-content-root .biv-content-wrap .biv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .biv-content-wrap .biv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 90, 138, 0.12), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #fffafd 100%);
}.tc-wp-content-root .biv-content-wrap .biv-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff5a8a 0%, #8b5cf6 58%, #22c7a9 100%);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(139, 92, 246, 0.24);
}.tc-wp-content-root .biv-content-wrap .biv-step-copy{
  min-width: 0;
}.tc-wp-content-root .biv-content-wrap .biv-mini-dot{
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 0 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff5a8a, #8b5cf6);
  box-shadow: 0 0 0 8px rgba(255, 90, 138, 0.1);
}.tc-wp-content-root .biv-content-wrap .biv-trust-card{
  min-height: 100%;
  border-radius: 22px;
}.tc-wp-content-root .biv-content-wrap .biv-badge{
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(34, 199, 169, 0.1);
  color: #087c6d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-content-root .biv-content-wrap .biv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.tc-wp-content-root .biv-content-wrap .biv-reveal.biv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .biv-content-wrap .biv-section{
    padding: 48px 0;
  }.tc-wp-content-root .biv-content-wrap .biv-container{
    padding: 0 14px;
  }.tc-wp-content-root .biv-content-wrap .biv-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .biv-content-wrap .biv-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .biv-content-wrap .biv-grid, .tc-wp-content-root .biv-content-wrap .biv-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .biv-content-wrap .biv-grid-three, .tc-wp-content-root .biv-content-wrap .biv-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .biv-content-wrap .biv-card, .tc-wp-content-root .biv-content-wrap .biv-trust-card{
    padding: 24px 20px;
  }.tc-wp-content-root .biv-content-wrap .biv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .biv-content-wrap .biv-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }.tc-wp-content-root .biv-content-wrap .biv-card h3, .tc-wp-content-root .biv-content-wrap .biv-trust-card h3, .tc-wp-content-root .biv-content-wrap .biv-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .biv-content-wrap .biv-card p, .tc-wp-content-root .biv-content-wrap .biv-trust-card p, .tc-wp-content-root .biv-content-wrap .biv-step-copy p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .biv-content-wrap .biv-section{
    padding: 54px 0;
  }.tc-wp-content-root .biv-content-wrap .biv-container{
    padding: 0 18px;
  }.tc-wp-content-root .biv-content-wrap .biv-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .biv-content-wrap .biv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .biv-content-wrap .biv-grid, .tc-wp-content-root .biv-content-wrap .biv-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .biv-content-wrap .biv-grid-three, .tc-wp-content-root .biv-content-wrap .biv-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .biv-content-wrap .biv-card, .tc-wp-content-root .biv-content-wrap .biv-trust-card{
    padding: 26px 22px;
  }.tc-wp-content-root .biv-content-wrap .biv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .biv-content-wrap .biv-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }.tc-wp-content-root .biv-content-wrap .biv-card h3, .tc-wp-content-root .biv-content-wrap .biv-trust-card h3, .tc-wp-content-root .biv-content-wrap .biv-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .biv-content-wrap .biv-card p, .tc-wp-content-root .biv-content-wrap .biv-trust-card p, .tc-wp-content-root .biv-content-wrap .biv-step-copy p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .biv-content-wrap .biv-section{
    padding: 60px 0;
  }.tc-wp-content-root .biv-content-wrap .biv-container{
    padding: 0 22px;
  }.tc-wp-content-root .biv-content-wrap .biv-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .biv-content-wrap .biv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .biv-content-wrap .biv-grid, .tc-wp-content-root .biv-content-wrap .biv-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .biv-content-wrap .biv-grid-three, .tc-wp-content-root .biv-content-wrap .biv-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .biv-content-wrap .biv-card, .tc-wp-content-root .biv-content-wrap .biv-trust-card{
    padding: 28px 24px;
  }.tc-wp-content-root .biv-content-wrap .biv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px;
  }.tc-wp-content-root .biv-content-wrap .biv-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }.tc-wp-content-root .biv-content-wrap .biv-card h3, .tc-wp-content-root .biv-content-wrap .biv-trust-card h3, .tc-wp-content-root .biv-content-wrap .biv-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .biv-content-wrap .biv-card p, .tc-wp-content-root .biv-content-wrap .biv-trust-card p, .tc-wp-content-root .biv-content-wrap .biv-step-copy p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .biv-content-wrap .biv-section{
    padding: 76px 0;
  }.tc-wp-content-root .biv-content-wrap .biv-container{
    padding: 0 30px;
  }.tc-wp-content-root .biv-content-wrap .biv-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .biv-content-wrap .biv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .biv-content-wrap .biv-grid, .tc-wp-content-root .biv-content-wrap .biv-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .biv-content-wrap .biv-grid-three, .tc-wp-content-root .biv-content-wrap .biv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .biv-content-wrap .biv-card, .tc-wp-content-root .biv-content-wrap .biv-trust-card{
    padding: 30px 26px;
  }.tc-wp-content-root .biv-content-wrap .biv-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .biv-content-wrap .biv-step-number{
    width: 66px;
    height: 66px;
    font-size: 21px;
  }.tc-wp-content-root .biv-content-wrap .biv-card h3, .tc-wp-content-root .biv-content-wrap .biv-trust-card h3, .tc-wp-content-root .biv-content-wrap .biv-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .biv-content-wrap .biv-card p, .tc-wp-content-root .biv-content-wrap .biv-trust-card p, .tc-wp-content-root .biv-content-wrap .biv-step-copy p{
    font-size: 15.5px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .biv-content-wrap .biv-section{
    padding: 92px 0;
  }.tc-wp-content-root .biv-content-wrap .biv-container{
    padding: 0 32px;
  }.tc-wp-content-root .biv-content-wrap .biv-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .biv-content-wrap .biv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .biv-content-wrap .biv-grid, .tc-wp-content-root .biv-content-wrap .biv-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .biv-content-wrap .biv-grid-three, .tc-wp-content-root .biv-content-wrap .biv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .biv-content-wrap .biv-card, .tc-wp-content-root .biv-content-wrap .biv-trust-card{
    padding: 32px 28px;
  }.tc-wp-content-root .biv-content-wrap .biv-step-card{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .biv-content-wrap .biv-step-number{
    width: 72px;
    height: 72px;
    font-size: 22px;
  }.tc-wp-content-root .biv-content-wrap .biv-card h3, .tc-wp-content-root .biv-content-wrap .biv-trust-card h3, .tc-wp-content-root .biv-content-wrap .biv-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .biv-content-wrap .biv-card p, .tc-wp-content-root .biv-content-wrap .biv-trust-card p, .tc-wp-content-root .biv-content-wrap .biv-step-copy p{
    font-size: 15.5px;
  }}