.article-gallery{width:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:var(--baseline);margin-bottom:var(--baseline)}.article-gallery__cell figcaption{margin-top:calc(var(--baseline)*.5)}.article-gallery__cell__image{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:.75rem}@keyframes underline{0%{background-position:100% 0;background-size:100% 100%}50%{background-position:100% 0;background-size:0 100%}51%{background-position:0 0;background-size:0 100%}to{background-position:0 0;background-size:100% 100%}}.cta-banner{border-radius:.75rem;background-color:var(--contrast);border:2px solid var(--contrastSoft);padding:var(--baseline);padding-bottom:0;margin-bottom:var(--baseline)}.cta-banner,.cta-banner h1,.cta-banner h2,.cta-banner h3,.cta-banner h4{color:var(--bg)}
