.faqs-2{background:#ebeae8;padding:4.8rem 2rem}.faqs-2__faq:not(:last-child){border-bottom:1px solid var(--medium-gray)}.faqs-2__question{align-items:center;color:var(--black);display:flex;gap:var(--gap);padding:3rem 0;width:100%}.faqs-2__question:hover{cursor:pointer}.faqs-2__question>img{height:auto;pointer-events:none;width:5rem}.faqs-2__question>svg{height:3rem;margin-left:auto;pointer-events:none}.faqs-2__question>svg rect:last-child{transform-origin:center center;transition:all .2s ease}.faqs-2__faq.is-active .faqs-2__question>svg rect:last-child{transform:rotate(90deg)}.faqs-2__answer{display:none}.faqs-2__answer,.faqs-2__answer p,.faqs-2__answer ul,.faqs-2__answer ul li{font-size:1.8rem}.faqs-2__faq.is-active .faqs-2__answer{display:block}.faqs-2__faq:not(.is-shown){display:none}.faqs-2__load-more{text-align:center}@media (min-width:940px){.faqs-2{padding:10rem 2rem}}