.faq{transition:0.3s ease-in-out}.faq:hover,.faq.active{border-color:#9ac882}.faq>summary{padding:1.25rem 0;font-weight:700;position:relative;list-style:none;display:flex;align-items:center;justify-content:space-between;cursor:pointer;gap:1rem;max-width:41rem;white-space:nowrap}@media (max-width:1280px){.faq>summary{max-width:100%;white-space:wrap}}.faq>summary::after{content:"";width:100%;height:1px;border-bottom:1px dotted #000;order:1}@media (max-width:1280px){.faq>summary::after{width:20%}}.faq>summary::-webkit-details-marker{display:none}.faq>summary .faq-opener{display:block;height:40px;width:40px;border-radius:100%;position:relative;flex-shrink:0;background-color:transparent;margin-right:1rem;order:2;border:1px solid #9ac882}.faq>summary .faq-opener::before{content:"";width:3px;height:17.5px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#9ac882;transition:0.2s ease-in-out}.faq>summary .faq-opener::after{content:"";width:17.5px;height:3px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#9ac882;transition:0.2s ease-in-out;opacity:1}.faq>summary .faq-opener:hover::before,.faq>summary .faq-opener:hover::after{background-color:#cbd898}.faq .content{padding:0 7rem 1rem 0;font-style:italic}.faq .content p{margin:0 0 0!important}.faq[open]{border-color:#9ac882}.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}