.prefooter__wrapper{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-gap:4vw;gap:4vw}@media screen and (max-width:47.99rem){.prefooter__wrapper>*{grid-column:span 12;justify-self:center}}@media screen and (min-width:64rem){.prefooter__wrapper{gap:2vw}}.prefooter__content{grid-column:1/span 12}@media screen and (min-width:75rem){.prefooter__content{grid-column:2/span 10}}.prefooter{position:relative}.prefooter__content{align-items:center;background:var(--accent-color);border-radius:var(--border-radius);display:flex;flex-direction:column;max-width:100%;padding:2rem}.prefooter__blurb,.prefooter__title{color:var(--white);text-align:center}.prefooter__image{margin:unset;position:relative;width:auto}.prefooter__image img{border-radius:var(--border-radius);display:block;height:18.5941rem;object-fit:cover;width:18.5941rem;min-width:18.5941rem;aspect-ratio:1/1}@media screen and (min-width:48rem){.prefooter__content{padding-inline:2.5rem}.prefooter__blurb{-webkit-margin-after:unset;margin-block-end:unset;text-align:left}.prefooter__text{align-items:flex-end;display:flex;gap:1rem}}@media screen and (min-width:64rem){.prefooter__content{flex-direction:row;padding-block:unset}.prefooter__image{-webkit-margin-after:-1.5rem;margin-block-end:-1.5rem;-webkit-margin-start:1rem;margin-inline-start:1rem;min-width:15.9378rem}.prefooter__image img{height:15.9378rem;width:15.9378rem;min-width:15.9378rem}.prefooter__image:before{inset-inline-start:15.9378rem!important}}.prefooter .prefooter__button.button--no-color,.prefooter .prefooter__button.no-style{background:var(--accent-color);color:var(--white)}.prefooter__content{justify-content:space-between}.prefooter__image .button{border-width:0;font-weight:500;inset-block-start:calc(50% - 1rem);inset-inline-end:0;inset-inline-end:20%;inset-inline-start:20%;position:absolute;text-align:center}.prefooter__image:before{background:var(--secondary-color);height:6rem;inset-block-start:-.5rem;inset-inline-start:-1rem;width:6rem}.prefooter__image:after,.prefooter__image:before{border-radius:55px;content:"";display:block;position:absolute}.prefooter__image:after{background:var(--tertiary-color);height:3rem;inset-block-start:calc(100% - 3rem);inset-inline-start:-3rem;width:3rem}.prefooter:after{background:var(--bg-dark);content:"";height:50%;inset-block-start:50%;inset-inline:0;position:absolute}@media screen and (min-width:48rem){.prefooter__title{margin-block:unset;text-align:left}.prefooter__text{align-items:flex-start;flex-direction:column;-webkit-margin-after:2rem;margin-block-end:2rem}}@media screen and (min-width:64rem){.prefooter__content{padding-inline:var(--container-padding)}.prefooter__image{-webkit-padding-start:6rem;padding-inline-start:6rem}.prefooter__image .button{inset-inline-end:unset;inset-inline-start:0}.prefooter__image:before{inset-block-start:-3rem;inset-inline-end:0;inset-inline-start:unset}.prefooter__image:after{inset-inline-start:3rem}.prefooter__text{-webkit-margin-after:0;margin-block-end:0}}body:has(aside.social-prefooter) .prefooter:after{opacity:.9}