.faqs-1__search-form{margin-bottom:4rem}.faqs-1__search-form input[type=search]{margin-bottom:0}.faqs-1__list{list-style:none;margin:0;padding:0;text-wrap:balance}.faqs-1__list .faqs-1__item{display:inline-block;margin:.5rem .2rem}.faqs-1__category-title{font-weight:700;margin-top:4rem}.faqs-1__category-text{font-size:1.4rem;margin-top:.8rem}.faqs-1__faq{border-bottom:1px solid var(--medium-gray)}.faqs-1__question{align-items:center;background:none;border:none;display:flex;font-family:var(--primary-font-family);gap:var(--gap);justify-content:space-between;line-height:1.4;padding:3rem 0;width:100%}.faqs-1__question:hover{cursor:pointer}.faqs-1__question>svg{-ms-flex-negative:0;flex-shrink:0;height:1rem;pointer-events:none;-webkit-transition:all .2s ease;transition:all .2s ease}.faqs-1__question[aria-expanded=true]>svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.faqs-1__answer{display:none;margin-bottom:3rem}.faqs-1__question[aria-expanded=true]~.faqs-1__answer{display:block}.faqs-1--boxed .faqs-1__faq{background-color:#f8fafc;border-bottom:none;border-radius:1.6rem}.faqs-1--boxed .faqs-1__faq+.faqs-1__faq{margin-top:1.6rem}.faqs-1--boxed .faqs-1__question{font-size:18px;font-weight:600;padding:2.4rem}.faqs-1--boxed .faqs-1__question svg{color:var(--medium-gray)}.faqs-1--boxed .faqs-1__answer{padding:0 2.4rem 2.4rem}@media (min-width:600px){.faqs-1__search-form{align-items:stretch;display:flex}.faqs-1__search-form input[type=search]{border-bottom-left-radius:1.2rem;border-top-left-radius:1.2rem}.faqs-1__search-form button{border-bottom-left-radius:0;border-top-left-radius:0}}