.blog-post .content-overview .container{padding:0}.content-overview{position:relative}.content-overview__inner{background:var(--Beige-200,#f0e8e1);border-radius:1rem;display:flex;flex-direction:column;overflow:hidden;padding:40px 60px}.content-overview__header{align-items:center;display:flex;gap:12px;justify-content:space-between}.content-overview__title{color:var(--secondary);font-size:var(--h4-font-size);font-weight:500;line-height:130%}.content-overview__icon{align-items:center;display:inline-flex;flex-shrink:0;height:15px;justify-content:center;width:15px}.content-overview__icon svg{display:block;height:100%;position:static;width:100%}.content-overview__toggle{align-items:center;border-radius:100%;display:flex;flex-shrink:0;gap:8.125px;height:48px;justify-content:center;margin:0;padding:9.75px;transform:rotate(0deg);transition:background .2s ease,transform .25s ease;width:48px}.content-overview__toggle:focus-visible{outline:2px solid var(--secondary);outline-offset:2px}.content-overview__toggle-icon{font-size:14px}.content-overview.is-open .content-overview__toggle{transform:rotate(180deg)}.content-overview__list-wrapper{max-height:0;opacity:0;transition:max-height .35s ease,opacity .25s ease,margin-top .25s ease}.content-overview.is-open .content-overview__list-wrapper{margin-top:1.5rem;max-height:1200px;opacity:1}.content-overview__list{display:flex;flex-direction:column;gap:1rem;list-style:none;margin:0;padding:0}.content-overview__title{align-items:center;display:flex;gap:12px}.content-overview__item{align-items:flex-start;display:flex;padding-bottom:5px}.content-overview__link{align-items:center;color:rgba(0,0,0,.8);display:flex;font-size:18px;gap:12px;line-height:150%;position:relative;text-decoration:none}.content-overview__text,.content-overview__text:focus{align-items:flex-start;border-bottom:1px solid #000;color:var(--body-color);display:inline-flex;font-size:18px;gap:12px;line-height:1;position:relative;text-decoration:none}.content-overview__text:after{background:var(--Beige-200,#f0e8e1);bottom:-1px;content:"";height:1px;left:0;position:absolute;width:0}.content-overview__text:focus-visible:after,.content-overview__text:hover:after{animation:underlineWhite .5s ease-in-out forwards}.content-overview__text:hover{color:#000}.content-overview__list-wrapper .button{margin-top:12px}@keyframes underlineWhite{0%{left:0;width:0}50%{left:0;width:100%}to{left:100%;width:0}}@media(max-width:991px){.content-overview__inner{padding:40px}}@media(max-width:767px){.content-overview.is-open .content-overview__list-wrapper{max-height:none!important}.content-overview__inner{padding:20px}.content-overview__title{align-items:flex-start;font-size:18px}.content-overview__toggle{height:32px;padding:5px;width:32px}.content-overview__link{font-size:16px}}