.elementor-1600 .elementor-element.elementor-element-645aeb7{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-13f97b5 */:root{
  --cx-faq-ink:#161327;
  --cx-faq-soft:#4B4763;
  --cx-faq-muted:#7A768F;
  --cx-faq-white:#FFFFFF;
  --cx-faq-bg:#FAFAFE;
  --cx-faq-border:#E8E6F3;
  --cx-faq-teal:#04D3B3;
  --cx-faq-teal-deep:#039E87;
  --cx-faq-purple:#735CF3;
  --cx-faq-purple-deep:#5A45D6;
  --cx-faq-gradient:linear-gradient(135deg,#04D3B3,#735CF3);
  --cx-faq-shadow:0 14px 34px rgba(22,19,39,.07);
  --cx-faq-shadow-hover:0 20px 44px rgba(22,19,39,.11);
  --cx-faq-radius:20px;
  --cx-faq-display:'Fraunces',Georgia,serif;
  --cx-faq-body:'Inter',Arial,sans-serif;
  --cx-faq-code:'IBM Plex Mono','Courier New',monospace;
}

.cx-faq-page,
.cx-faq-page *,
.cx-faq-page *::before,
.cx-faq-page *::after{
  box-sizing:border-box;
}

.cx-faq-page{
  width:100%;
  background:var(--cx-faq-bg);
  color:var(--cx-faq-soft);
  font-family:var(--cx-faq-body);
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
}

.cx-faq-page h1,
.cx-faq-page h2,
.cx-faq-page h3{
  margin:0;
  font-family:var(--cx-faq-display);
  color:var(--cx-faq-ink);
  font-weight:600;
  letter-spacing:-.02em;
}

.cx-faq-page a{
  color:inherit;
  text-decoration:none;
}

.cx-faq-container{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  padding:0 22px;
}

.cx-faq-hero{
  position:relative;
  max-width:820px;
  margin:0 auto;
  padding:86px 0 48px;
  text-align:center;
}

.cx-faq-hero::before{
  content:"";
  position:absolute;
  width:520px;
  height:300px;
  top:15px;
  left:50%;
  transform:translateX(-50%);
  background:
    radial-gradient(
      circle at 35% 45%,
      rgba(4,211,179,.16),
      transparent 58%
    ),
    radial-gradient(
      circle at 70% 40%,
      rgba(115,92,243,.14),
      transparent 60%
    );
  filter:blur(8px);
  pointer-events:none;
}

.cx-faq-eyebrow{
  position:relative;
  display:inline-flex;
  align-items:center;
  margin-bottom:18px;
  padding:7px 13px;
  border:1px solid rgba(115,92,243,.2);
  border-radius:999px;
  background:rgba(115,92,243,.07);
  color:var(--cx-faq-purple-deep);
  font-family:var(--cx-faq-code);
  font-size:11px;
  font-weight:600;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.cx-faq-hero h1{
  position:relative;
  font-size:clamp(40px,6vw,64px);
  line-height:1.06;
}

.cx-faq-hero p{
  position:relative;
  max-width:720px;
  margin:20px auto 0;
  color:var(--cx-faq-soft);
  font-size:17px;
  line-height:1.78;
}

.cx-faq-jump{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:9px;
  max-width:960px;
  margin:0 auto 55px;
  padding:16px;
  border:1px solid var(--cx-faq-border);
  border-radius:16px;
  background:rgba(255,255,255,.82);
  box-shadow:var(--cx-faq-shadow);
}

.cx-faq-jump a{
  padding:8px 13px;
  border:1px solid var(--cx-faq-border);
  border-radius:999px;
  background:var(--cx-faq-white);
  color:var(--cx-faq-soft);
  font-size:12.5px;
  font-weight:700;
  transition:.2s ease;
}

.cx-faq-jump a:hover{
  border-color:var(--cx-faq-teal);
  background:rgba(4,211,179,.08);
  color:var(--cx-faq-teal-deep);
  transform:translateY(-1px);
}

.cx-faq-section{
  padding:78px 0;
}

.cx-faq-section + .cx-faq-section{
  border-top:1px solid var(--cx-faq-border);
}

.cx-faq-tinted{
  position:relative;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding-left:max(22px,calc((100vw - 1180px) / 2 + 22px));
  padding-right:max(22px,calc((100vw - 1180px) / 2 + 22px));
  background:#F5F5FB;
}

.cx-faq-section-heading{
  max-width:760px;
  margin:0 auto 34px;
  text-align:center;
}

.cx-faq-section-label{
  display:inline-block;
  margin-bottom:11px;
  color:var(--cx-faq-teal-deep);
  font-family:var(--cx-faq-code);
  font-size:11px;
  font-weight:600;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.cx-faq-section-heading h2{
  font-size:clamp(29px,4vw,43px);
  line-height:1.12;
}

.cx-faq-section-heading p{
  max-width:690px;
  margin:13px auto 0;
  color:var(--cx-faq-soft);
  font-size:15.5px;
}

.cx-faq-list{
  max-width:880px;
  margin:0 auto;
}

.cx-faq-list details{
  margin-bottom:13px;
  border:1px solid var(--cx-faq-border);
  border-radius:15px;
  background:var(--cx-faq-white);
  box-shadow:0 5px 18px rgba(22,19,39,.035);
  overflow:hidden;
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}

.cx-faq-list details:hover{
  border-color:#D8D4EC;
}

.cx-faq-list details[open]{
  border-color:rgba(4,211,179,.55);
  box-shadow:var(--cx-faq-shadow);
}

.cx-faq-list summary{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  min-height:68px;
  padding:19px 22px;
  cursor:pointer;
  list-style:none;
  color:var(--cx-faq-ink);
  font-size:15px;
  font-weight:750;
  line-height:1.45;
}

.cx-faq-list summary::-webkit-details-marker{
  display:none;
}

.cx-faq-list summary::after{
  content:"+";
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 30px;
  width:30px;
  height:30px;
  border:1px solid var(--cx-faq-border);
  border-radius:50%;
  background:var(--cx-faq-bg);
  color:var(--cx-faq-purple-deep);
  font-family:Arial,sans-serif;
  font-size:19px;
  font-weight:400;
  line-height:1;
  transition:.2s ease;
}

.cx-faq-list details[open] summary::after{
  content:"−";
  border-color:rgba(4,211,179,.35);
  background:rgba(4,211,179,.09);
  color:var(--cx-faq-teal-deep);
}

.cx-faq-answer{
  padding:0 22px 23px;
  border-top:1px solid var(--cx-faq-border);
}

.cx-faq-answer p{
  margin:15px 0 0;
  color:var(--cx-faq-soft);
  font-size:14.5px;
  line-height:1.78;
}

.cx-faq-answer p:first-child{
  margin-top:17px;
}

.cx-faq-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  margin:65px 0 80px;
  padding:34px 38px;
  border-radius:24px;
  background:var(--cx-faq-gradient);
  color:#fff;
  box-shadow:0 20px 45px rgba(115,92,243,.2);
}

.cx-faq-cta-label{
  display:block;
  margin-bottom:7px;
  color:rgba(255,255,255,.82);
  font-family:var(--cx-faq-code);
  font-size:10px;
  font-weight:600;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.cx-faq-cta h2{
  color:#fff;
  font-size:clamp(25px,3vw,34px);
  line-height:1.15;
}

.cx-faq-cta p{
  max-width:650px;
  margin:9px 0 0;
  color:rgba(255,255,255,.87);
  font-size:14px;
}

.cx-faq-cta-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  flex:none;
  min-height:48px;
  padding:0 21px;
  border-radius:10px;
  background:#fff;
  color:var(--cx-faq-ink)!important;
  font-size:13.5px;
  font-weight:800;
  transition:.2s ease;
}

.cx-faq-cta-button:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(0,0,0,.15);
}

.cx-faq-cta-button span{
  font-size:18px;
  transition:transform .2s ease;
}

.cx-faq-cta-button:hover span{
  transform:translateX(3px);
}

.cx-faq-page a:focus-visible,
.cx-faq-page summary:focus-visible{
  outline:3px solid rgba(115,92,243,.35);
  outline-offset:3px;
}

@media(max-width:767px){
  .cx-faq-container{
    padding:0 16px;
  }

  .cx-faq-hero{
    padding:58px 0 38px;
  }

  .cx-faq-hero h1{
    font-size:42px;
  }

  .cx-faq-hero p{
    font-size:15px;
    line-height:1.7;
  }

  .cx-faq-jump{
    justify-content:flex-start;
    margin-bottom:28px;
    padding:12px;
  }

  .cx-faq-jump a{
    font-size:11.5px;
  }

  .cx-faq-section{
    padding:58px 0;
  }

  .cx-faq-tinted{
    padding-left:16px;
    padding-right:16px;
  }

  .cx-faq-section-heading{
    margin-bottom:25px;
  }

  .cx-faq-section-heading h2{
    font-size:31px;
  }

  .cx-faq-section-heading p{
    font-size:14px;
  }

  .cx-faq-list summary{
    min-height:64px;
    padding:17px 17px;
    font-size:14px;
  }

  .cx-faq-list summary::after{
    flex-basis:27px;
    width:27px;
    height:27px;
    font-size:17px;
  }

  .cx-faq-answer{
    padding:0 17px 20px;
  }

  .cx-faq-answer p{
    font-size:13.5px;
    line-height:1.72;
  }

  .cx-faq-cta{
    align-items:stretch;
    flex-direction:column;
    margin:45px 0 55px;
    padding:28px 23px;
    border-radius:20px;
  }

  .cx-faq-cta-button{
    width:100%;
  }
}

@media(max-width:480px){
  .cx-faq-hero h1{
    font-size:37px;
  }

  .cx-faq-jump a{
    padding:7px 10px;
  }

  .cx-faq-section-heading h2{
    font-size:28px;
  }

  .cx-faq-list summary{
    gap:12px;
  }

  .cx-faq-cta h2{
    font-size:26px;
  }
}

@media(prefers-reduced-motion:reduce){
  .cx-faq-page *,
  .cx-faq-page *::before,
  .cx-faq-page *::after{
    transition:none!important;
  }
}/* End custom CSS */