@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 .biv-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  background: #ffffff;
}.tc-wp-content-root .biv-content-wrap, .tc-wp-content-root .biv-content-wrap div, .tc-wp-content-root .biv-content-wrap section, .tc-wp-content-root .biv-content-wrap article, .tc-wp-content-root .biv-content-wrap h2, .tc-wp-content-root .biv-content-wrap h3, .tc-wp-content-root .biv-content-wrap p, .tc-wp-content-root .biv-content-wrap span{
  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:
    radial-gradient(circle at 12% 8%, rgba(236, 72, 153, 0.08), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(99, 102, 241, 0.08), transparent 32%),
    #ffffff;
}.tc-wp-content-root .biv-content-wrap .biv-section-soft{
  background:
    linear-gradient(135deg, rgba(255, 247, 251, 0.95), rgba(248, 250, 255, 0.98)),
    #f8fafc;
}.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;
  gap: 8px;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(217, 70, 239, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.1), rgba(99, 102, 241, 0.1));
  color: #8a2be2;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .biv-content-wrap .biv-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ec4899, #6366f1);
  box-shadow: 0 0 0 5px rgba(236, 72, 153, 0.12);
}.tc-wp-content-root .biv-content-wrap h2{
  margin: 0;
  color: #101828;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .biv-content-wrap .biv-section-head p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #586174;
  font-weight: 500;
}.tc-wp-content-root .biv-content-wrap .biv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .biv-content-wrap .biv-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .biv-content-wrap .biv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.16), rgba(99, 102, 241, 0.12), transparent 58%);
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .biv-content-wrap .biv-card:hover{
  transform: translateY(-6px);
  border-color: rgba(217, 70, 239, 0.28);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}.tc-wp-content-root .biv-content-wrap .biv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .biv-content-wrap .biv-card h3{
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .biv-content-wrap .biv-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5d6678;
  font-weight: 500;
}.tc-wp-content-root .biv-content-wrap .biv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ec4899, #6366f1);
  box-shadow: 0 14px 34px rgba(99, 102, 241, 0.24);
  transition: transform 260ms ease;
}.tc-wp-content-root .biv-content-wrap .biv-card:hover .biv-icon{
  transform: translateY(-2px) rotate(-3deg);
}.tc-wp-content-root .biv-content-wrap .biv-icon::before, .tc-wp-content-root .biv-content-wrap .biv-icon::after{
  content: "";
  position: absolute;
  display: block;
}.tc-wp-content-root .biv-content-wrap .biv-icon-lens::before{
  width: 17px;
  height: 17px;
  top: 12px;
  left: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .biv-content-wrap .biv-icon-lens::after{
  width: 12px;
  height: 3px;
  top: 29px;
  left: 28px;
  border-radius: 999px;
  background: #ffffff;
  transform: rotate(45deg);
}.tc-wp-content-root .biv-content-wrap .biv-icon-bolt::before{
  width: 14px;
  height: 25px;
  top: 10px;
  left: 16px;
  background: #ffffff;
  clip-path: polygon(55% 0, 100% 0, 62% 43%, 100% 43%, 34% 100%, 48% 55%, 0 55%);
}.tc-wp-content-root .biv-content-wrap .biv-icon-frame::before{
  inset: 12px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .biv-content-wrap .biv-icon-frame::after{
  width: 10px;
  height: 10px;
  right: 13px;
  bottom: 13px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .biv-content-wrap .biv-icon-path::before{
  width: 22px;
  height: 3px;
  top: 15px;
  left: 12px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.tc-wp-content-root .biv-content-wrap .biv-icon-phone::before{
  width: 17px;
  height: 26px;
  top: 9px;
  left: 14px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .biv-content-wrap .biv-icon-phone::after{
  width: 5px;
  height: 5px;
  left: 21px;
  bottom: 12px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .biv-content-wrap .biv-icon-daily::before{
  width: 23px;
  height: 23px;
  top: 12px;
  left: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .biv-content-wrap .biv-icon-daily::after{
  width: 3px;
  height: 11px;
  top: 16px;
  left: 22px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 6px 6px 0 #ffffff;
}.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{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.07);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .biv-content-wrap .biv-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #ec4899, #6366f1);
}.tc-wp-content-root .biv-content-wrap .biv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(99, 102, 241, 0.28);
  box-shadow: 0 24px 68px rgba(15, 23, 42, 0.1);
}.tc-wp-content-root .biv-content-wrap .biv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  border-radius: 20px;
  background: linear-gradient(135deg, #ec4899, #6366f1);
  box-shadow: 0 14px 36px rgba(99, 102, 241, 0.24);
}.tc-wp-content-root .biv-content-wrap .biv-step-copy h3{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .biv-content-wrap .biv-step-copy p{
  margin: 8px 0 0;
  color: #5d6678;
  font-weight: 500;
}.tc-wp-content-root .biv-content-wrap .biv-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(236, 72, 153, 0.09);
  color: #9b2acf;
  font-size: 12px;
  font-weight: 850;
}.tc-wp-content-root .biv-content-wrap .biv-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(252, 253, 255, 0.92)),
    #ffffff;
}.tc-wp-content-root .biv-content-wrap .biv-trust-card{
  background: #ffffff;
}.tc-wp-content-root .biv-content-wrap .biv-trust-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.14), rgba(99, 102, 241, 0.14));
  border: 1px solid rgba(99, 102, 241, 0.16);
}.tc-wp-content-root .biv-content-wrap .biv-trust-mark::before{
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #7c3aed;
  border-bottom: 3px solid #7c3aed;
  transform: rotate(-45deg);
  border-radius: 2px;
}.tc-wp-content-root .biv-content-wrap .biv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .biv-content-wrap .biv-reveal.biv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@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 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{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .biv-content-wrap .biv-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .biv-content-wrap .biv-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-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .biv-content-wrap .biv-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .biv-content-wrap .biv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .biv-content-wrap .biv-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@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 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{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .biv-content-wrap .biv-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .biv-content-wrap .biv-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-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .biv-content-wrap .biv-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .biv-content-wrap .biv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .biv-content-wrap .biv-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@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 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{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .biv-content-wrap .biv-card{
    padding: 26px;
  }.tc-wp-content-root .biv-content-wrap .biv-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-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .biv-content-wrap .biv-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .biv-content-wrap .biv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .biv-content-wrap .biv-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@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 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{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.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{
    padding: 28px;
  }.tc-wp-content-root .biv-content-wrap .biv-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-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .biv-content-wrap .biv-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .biv-content-wrap .biv-step-card{
    gap: 24px;
    padding: 30px 32px;
  }.tc-wp-content-root .biv-content-wrap .biv-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@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 h2{
    font-size: 46px;
  }.tc-wp-content-root .biv-content-wrap .biv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .biv-content-wrap .biv-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .biv-content-wrap .biv-grid-3, .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{
    padding: 30px;
  }.tc-wp-content-root .biv-content-wrap .biv-card h3, .tc-wp-content-root .biv-content-wrap .biv-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .biv-content-wrap .biv-card p, .tc-wp-content-root .biv-content-wrap .biv-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .biv-content-wrap .biv-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .biv-content-wrap .biv-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .biv-content-wrap .biv-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}