.faq{font-size:1.2rem;transition:0.3s ease-in-out}.faq:hover,.faq.active{border-color:#7b9a6e}.faq__item{background:#fff;border-top-left-radius:5rem;border-bottom-left-radius:5rem}.faq__item:not(:last-child){margin-bottom:2rem}.faq>summary{padding:1.25rem 2rem;font-weight:400;font-size:1.3rem;position:relative;list-style:none;display:flex;align-items:center;justify-content:space-between;cursor:pointer;color:#383838;gap:1rem;transition:0.2s ease-in-out}.faq>summary::-webkit-details-marker{display:none}.faq>summary .faq-opener{display:block;height:24px;width:24px;border-radius:100%;position:relative;flex-shrink:0;background-color:transparent;margin-right:1rem}.faq>summary .faq-opener::before{content:"";width:4px;height:17.5px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#f7ae2b;transition:0.2s ease-in-out}.faq>summary .faq-opener::after{content:"";width:17.5px;height:4px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#f7ae2b;transition:0.2s ease-in-out;opacity:1}.faq>summary .faq-opener:hover::before,.faq>summary .faq-opener:hover::after{background-color:#b8ceaa}.faq .content{padding:0 2rem 1rem}.faq .content p{margin:0 0 0!important;font-size:1.2rem;font-style:italic}.faq[open]{border-color:#7b9a6e}.faq[open]>summary{font-weight:700}.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}