.faqs__inner{display:grid;margin-bottom:54px}html body .faq-card{background-position:center bottom;background-repeat:no-repeat;background-size:100% auto;overflow:hidden;position:relative;border-bottom:1px solid rgba(0,0,0,.2)}html body .faq-card__question{margin:0;color:var(--bb-brand-primary);align-items:center;cursor:pointer;display:flex;gap:16px;justify-content:space-between;padding:24px 0px;user-select:none;width:100%;transition:all 300ms ease-in-out;font-size:clamp(1.625rem,-2.5rem + 5.3333vw,1.75rem);list-style:none}html body .faq-card__question:hover .faq-card__question-text{color:var(--bb-brand-secondary, #eb3d2f)}html body .faq-card__question:hover .faq-card__question-icon svg{transform:rotate(180deg);fill:var(--bb-brand-secondary, #eb3d2f)}html body .faq-card__question-text{color:var(--bb-brand-primary);transition:inherit;margin-bottom:0 !important;font-size:28px !important}html body .faq-card__question-icon{align-items:center;display:inline-flex}html body .faq-card__question-icon svg{transition:all 300ms ease-in-out;width:28px;height:28px;fill:currentColor}html body .faq-card__answer{gap:10px;max-height:0;opacity:0;overflow:hidden;padding:0}@media(max-width: 1199.98px){html body .faq-card__answer{padding:0 30px 0 0px}}html body .faq-card__answer{transition:max-height 300ms ease,opacity 300ms ease,padding 300ms ease;color:var(--fs-body, #333);line-height:27px}html body .faq-card__answer p{margin:0;color:var(--fs-body, #333)}html body .faq-card__answer p a{color:var(--fs-accent-blue, #eb3d2f) !important}html body .faq-card__answer a{color:var(--bb-brand-secondary, #eb3d2f) !important}html body .faq-card__answer a:hover{color:var(--bb-button-hover)}html body .faq-card__answer ul,html body .faq-card__answer ol{padding-top:12px;padding-bottom:12px;margin-bottom:0 !important}html body .faq-card__answer ul li,html body .faq-card__answer ol li{margin-bottom:6px;margin-left:16px !important}html body .faq-card__answer ul li:last-child,html body .faq-card__answer ol li:last-child{margin-bottom:0 !important}html body .faq-card__answer ol{padding-left:16px;margin-left:16px}html body .faq-card__answer ol li{padding-left:6px;margin-bottom:6px}html body .faq-card--active>.faq-card__answer{max-height:var(--faq-height, 400px);opacity:1;padding:0 0 24px 0}@media(max-width: 1199.98px){html body .faq-card--active>.faq-card__answer{padding:0 30px 24px 0px}}html body .faq-card--active>.faq-card__question .faq-card__question-icon svg{transform:rotate(180deg);fill:var(--bb-brand-secondary)}html body .faq-card--active>.faq-card__question .faq-card__question-text{color:var(--bb-brand-secondary)}body:not(.logged-in) .admin-only{display:none}