#faq{max-width:850px;margin:auto}.faq{font-size:1.2rem;transition:0.3s ease-in-out;font-family:"Gill Sans";margin-bottom:.5rem}.faq>summary{padding:1.25rem 1.5rem 1.25rem 2.5rem;font-weight:400;position:relative;list-style:none;display:flex;align-items:center;justify-content:space-between;cursor:pointer;gap:1rem;background-color:#f3f6f4;border-radius:10px;transition:0.25s ease-in-out}.faq>summary::-webkit-details-marker{display:none}.faq>summary .faq-opener{display:block;height:30px;width:30px;border-radius:100%;position:relative;flex-shrink:0;background-color:#142546;margin-right:0;transition:0.25s ease-in-out}.faq>summary .faq-opener::before{content:"";width:2px;height:10px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#fff;transition:0.2s ease-in-out}.faq>summary .faq-opener::after{content:"";width:10px;height:2px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#fff;transition:0.2s ease-in-out;opacity:1}.faq>summary .faq-opener:hover{background-color:#b89440}.faq .content{padding:1rem 4rem 2rem;font-family:"Proxima Nova"}.faq .content p{margin:0 0 0!important}.faq[open]>summary{background-color:#142546;color:#fff}.faq[open]>summary .faq-opener{background-color:#b89440}.faq[open]>summary .faq-opener::before{transform:translate(-50%,-50%) rotate(90deg)}.faq[open]>summary .faq-opener::after{opacity:0}.faq-wrap.faq__extended{overflow:hidden;position:relative}.faq-wrap.faq__extended::after{content:"";display:block;position:absolute;bottom:0;left:0;height:85px;width:100%;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.7) 30%,white 70%,white 100%)}.faq-wrap.faq__extended.open{overflow:visible;height:auto!important}.faq-wrap.faq__extended.open::after{content:none}