.component--expanded_content{margin:0 auto 0;max-width:99rem;margin-bottom:5rem;margin-top:5rem;padding:0 2.5rem}.component--expanded_content h2{text-align:center}.component--expanded_content .field--name-field-expanded-content-cta-intro{text-align:center;padding:2rem}.component--expanded_content .paragraph--type--expanded-content-item{margin-bottom:2rem}.component--expanded_content details{background-color:var(--sand);border-radius:5.7rem;transition:all .2s;padding:2rem 4rem}.component--expanded_content details[open] summary~*{animation:sweep .25s ease-in-out}@keyframes sweep{0%{opacity:0;margin-top:-2rem}100%{opacity:1;margin-top:0}}.component--expanded_content summary{align-items:center;cursor:pointer;display:grid;grid-template-columns:1fr .1fr;font-size:2rem;font-family:"Josefin Sans"}.component--expanded_content summary::after{background-image:url(/themes/custom/mmg8_cog/dist/images/details-arrow.svg);background-position:center;background-repeat:no-repeat;background-size:100%;filter:brightness(0) saturate(100%) invert(42%) sepia(62%) saturate(2074%) hue-rotate(153deg) brightness(94%) contrast(101%);content:"";display:block;height:25px;width:25px;transition:all .2s;margin:1rem}.component--expanded_content summary::-webkit-details-marker{display:none}.component--expanded_content summary:first-of-type{list-style-type:none}.component--expanded_content details[open] summary::after{transform:scale(-1)}html.no-details details>summary::before{display:none!important}