.faqs{display:grid;grid-gap:var(--gap);margin:0 auto;max-width:78rem}.faqs__faq{border:1px solid transparent;padding:2.4rem}.faqs__faq--cream{background-color:var(--cream);border:1px solid var(--cream)}.faqs__faq--white{background-color:var(--white);border:1px solid var(--white)}.faqs__question{display:grid;grid-template-columns:1fr auto;grid-gap:var(--gap);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;color:var(--base-color);font-size:2rem;font-weight:500;line-height:1.5;padding:0;text-align:left;width:100%}.faqs__question:hover{cursor:pointer}.faqs__question>svg{-ms-flex-negative:0;flex-shrink:0;height:1.5rem;pointer-events:none;width:1.5rem}.faqs__faq.is-active{border-color:var(--light-green)}.faqs__faq.is-active>.faqs__question>svg>path:first-child{display:none}.faqs__answer{display:none;font-size:2rem;line-height:1.5;margin-top:2rem;padding-right:3.5rem}.faqs__faq.is-active .faqs__answer{display:block}