<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.imageGallery{margin-bottom:30px}@media (min-width: 320px){.imageGallery{margin-bottom:calc(2.7777777778vw + 21.1111111111px)}}@media (min-width: 1400px){.imageGallery{margin-bottom:60px}}.imageGallery.expanded .slide-container{display:block}.imageGallery ul{display:flex;flex-wrap:wrap;gap:20px}.imageGallery ul li{border-radius:5px;overflow:hidden;flex:1 0 auto;max-width:100%}@media (hover: hover){.imageGallery ul li picture{transition:.3s background-color ease,.3s opacity ease}.imageGallery ul li img{transition:.3s transform ease,.3s opacity ease}.imageGallery ul li:hover picture{background-color:#b6b6b6}.imageGallery ul li:hover img{transform:scale(1.1);opacity:.55}}.imageGallery ul img{border-radius:5px;width:100%;height:300px;object-fit:cover}@media (max-width: 1400px){.imageGallery ul{grid-gap:20px 15px}}@media (max-width: 1125px){.imageGallery ul img{height:250px}}@media (max-width: 992px){.imageGallery ul img{height:200px}}
</pre></body></html>