.section-faqs{position:relative}.section-faqs__inner{display:grid;grid-template-columns:1fr 1fr;gap:5em}@media (max-width:1024px){.section-faqs__inner{grid-template-columns:100%;gap:1em}}.section-faqs__content p{font-size:.875em}.section-faqs__content p:last-child{margin-bottom:0}.section-faqs__item{border-bottom:1px solid rgba(var(--color-black),1)}.section-faqs__item.open .item-header svg{transform:rotate(-90deg)}.section-faqs__item.open .item-content{display:block}.section-faqs .item-header{height:6em;display:flex;align-items:center;justify-content:space-between;gap:1em;cursor:pointer}.section-faqs .item-header span{font:1.375em Denton,arial,sans-serif;font-weight:400}.section-faqs .item-header svg{box-sizing:border-box;background-color:rgba(var(--color-secondary),1);width:2.5em;height:2.5em;transform:rotate(90deg);transition:transform .15s linear;border-radius:50%;padding:1em}.section-faqs .item-header svg circle,.section-faqs .item-header svg line,.section-faqs .item-header svg path,.section-faqs .item-header svg polygon,.section-faqs .item-header svg polyline{fill:none;stroke:rgba(var(--color-black),1);stroke-width:2;stroke-miterlimit:10;stroke-linecap:round;stroke-linejoin:round}.section-faqs .item-content{display:none;padding:1em 0 .5em 0}.section-faqs .item-content ol,.section-faqs .item-content ul{margin:0 0 1em 0;padding:0 0 0 2em}.section-faqs .item-content ul{list-style-type:disc}.section-faqs .item-content ol{list-style-type:decimal}.section-faqs .item-content li,.section-faqs .item-content p{font-size:.875em}