<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content-gallery{background-color:var(--black);color:var(--white)}.content-gallery__inner{grid-gap:var(--gap-md);display:grid}.content-gallery__content-rich-text h3{color:var(--teal);font-size:2.4rem}.content-gallery__content-social-links{display:-webkit-box;display:-ms-flexbox;display:flex;gap:var(--gap)}.content-gallery__content-social-link svg{fill:var(--teal);height:2.6rem;-webkit-transition:all .2s ease;transition:all .2s ease}.content-gallery__content-social-link:active svg,.content-gallery__content-social-link:focus svg,.content-gallery__content-social-link:hover svg{fill:var(--primary-color)}.content-gallery__gallery-images{grid-gap:2rem;align-self:start;display:grid;grid-template-columns:repeat(7,1fr);grid-template-rows:repeat(5,auto)}.content-gallery__gallery-image{aspect-ratio:1/1;position:relative}.content-gallery__gallery-image:after{background-color:var(--teal);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;width:100%;z-index:2}.content-gallery__gallery-image:hover:after{opacity:.5}.content-gallery__gallery-image&gt;img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%;z-index:2}.content-gallery__gallery-image&gt;svg{height:60%;left:-2rem;position:absolute;top:-2rem}.content-gallery__gallery-image:first-child{grid-area:1/4/2/6}.content-gallery__gallery-image:nth-child(2){grid-area:2/2/3/4}.content-gallery__gallery-image:nth-child(3){grid-area:2/4/3/6}.content-gallery__gallery-image:nth-child(4){grid-area:2/6/3/8}.content-gallery__gallery-image:nth-child(5){grid-area:3/2/4/4}.content-gallery__gallery-image:nth-child(6){grid-area:3/4/4/6}.content-gallery__gallery-image:nth-child(7){grid-area:3/6/4/8}.content-gallery__gallery-image:nth-child(8){grid-area:4/1/5/3}.content-gallery__gallery-image:nth-child(9){aspect-ratio:inherit;grid-area:4/3/5/7}.content-gallery__gallery-image:nth-child(10){grid-area:5/3/6/5}.content-gallery__gallery-text{align-self:center;aspect-ratio:inherit;color:#40ffdc;font-family:var(--secondary-font-family);font-size:3rem;font-weight:700;grid-area:5/5/6/8;line-height:1}@media (min-width:992px){.content-gallery__inner{grid-gap:0;display:grid;grid-template-columns:38rem 12rem 1fr}.content-gallery__content{grid-area:1/1/2/3;padding-right:6rem;padding-top:16rem}.content-gallery__gallery-images{grid-area:1/2/2/4}.content-gallery__gallery-text{font-size:5rem}}</pre></body></html>