.faqItem{width:100%;max-width:100%;margin:1rem auto auto;position:static;z-index:auto;transform:none;filter:none;isolation:auto;overflow:visible}.faqQuestionBtn{width:100%;padding:5px 10px 0 0;display:flex;align-items:center;justify-content:space-between;background:none;border:none;font-size:1.4rem!important;font-weight:700;cursor:pointer;transition:background 0.2s;user-select:text;text-align:left}.faqQuestionBtn.open{border-bottom:2px solid hsl(215 73% 38%)!important;}.chevron{margin-left:.7rem;transition:transform 0.3s;font-size:1.6rem;flex-shrink:0}.chevronOpen{transform:rotate(180deg)}.faqAnswerWrapper{transition:max-height 0.035s cubic-bezier(.4,0,.2,1),opacity 0.2s;overflow:hidden;max-height:0;opacity:0;will-change:max-height,opacity}.faqAnswerWrapper.open{max-height:100%;opacity:1}.faqAnswer{padding:.5rem 1rem .5rem}