.help-faq{display:flex;flex-direction:column;gap:42px;justify-content:space-around;margin-top:42px}.help-faq h2{font-size:60px;margin-bottom:36px}.help-faq .faq{display:flex;gap:112px;width:100%}.help-faq .faq_right{flex:1}.help-faq .faq__item{backdrop-filter:blur(10px);background:rgba(0,0,0,.5);border:1px solid hsla(0,0%,100%,.2);border-radius:30px;margin-bottom:12px;padding:25px 27px}.help-faq .faq__item--question{flex:1;font-size:32px;font-weight:500}.help-faq .faq__item .faq__chev{transition:transform .6s}.help-faq .faq__item[open]{backdrop-filter:blur(10px);background:rgba(250,40,40,.3);border:1px solid rgba(250,40,40,.5)}.help-faq .faq__item[open] .faq__content{max-height:1000px}.help-faq .faq__item[open] .faq__chev{color:#fa2828;transform:rotate(630deg)}.help-faq .faq__summary{align-items:center;cursor:pointer;display:flex;gap:74px;justify-content:flex-start}.help-faq .faq__summary::-webkit-details-marker{display:none}.help-faq .faq__content{animation:open .6s ease;color:#ccc;font-size:18px;max-height:0;max-width:650px;overflow:hidden;padding-top:14px}.help-faq .faq .mobile{display:none}@keyframes open{0%{max-height:0}to{max-height:1000px}}@media(max-width:768px){.help-faq .faq__item--question{font-size:22px}}