@charset "UTF-8";.block-faqs{padding:var(--section-pad) 0}.block-faqs--dark{background:var(--navy-deep)}.block-faqs--light{background:var(--white)}.block-faqs__heading{font-size:32px;font-weight:600;margin-bottom:40px}.block-faqs--dark .block-faqs__heading{color:#fff}.block-faqs__list{max-width:800px}.block-faqs__item{border-bottom:1px solid rgba(255,255,255,.06)}.block-faqs--light .block-faqs__item{border-bottom-color:#e5e7eb}.block-faqs__question{width:100%;background:none;border:none;text-align:left;padding:24px 0;font-family:var(--font);font-size:17px;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;transition:color .2s}.block-faqs__question:hover{color:var(--pink)}.block-faqs--dark .block-faqs__question{color:#fff}.block-faqs--light .block-faqs__question{color:var(--text-dark)}.block-faqs__icon{font-size:24px;font-weight:300;color:var(--pink);flex-shrink:0;transition:transform .3s;line-height:1}.block-faqs__item.is-open .block-faqs__icon{transform:rotate(45deg)}.block-faqs__answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease}.block-faqs__answer p{padding-bottom:24px;font-size:15px;line-height:1.7}.block-faqs__item.is-open .block-faqs__answer{max-height:300px}.block-faqs--dark .block-faqs__answer p{color:var(--text-light)}.block-faqs--light .block-faqs__answer p{color:var(--text-muted)}@media (max-width: 768px){.block-faqs{padding:var(--section-pad-mobile) 0}}
