.gallery_grid{margin:0 auto 100px;max-width:1280px}.gallery_grid-filters{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin:0 auto 90px;position:relative;z-index:9}.gallery_grid-filter{background-color:transparent;border:1px solid #080808;color:#080808;cursor:pointer;font-family:Avenir,Sans-serif;font-size:12px;font-weight:400;line-height:14px;padding:15px 30px;text-transform:uppercase}.gallery_grid-filter.active,.gallery_grid-filter:active,.gallery_grid-filter:focus,.gallery_grid-filter:hover{background-color:#080808;color:#fff}.gallery_grid-images{display:grid;gap:25px;grid-template-columns:1fr}.gallery_grid-image{position:relative}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.gallery_grid-image.is-visible{animation-duration:.5s;animation-fill-mode:both;animation-name:fadeIn}@media (prefers-reduced-motion:reduce),print{.gallery_grid-image.is-visible{animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}}.gallery_grid-image:before{content:"";display:block;padding-top:100%;width:100%}.gallery_grid-image:nth-child(8n-5):before,.gallery_grid-image:nth-child(8n-6):before{padding-top:48.5207%}.gallery_grid-image:nth-child(8n):before,.gallery_grid-image:nth-child(8n-1):before{padding-top:65.3907%}.gallery_grid-image img{display:block;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.gslide-image img{max-height:80vh!important}@media (min-width:1024px){.gallery_grid{margin-bottom:140px}.gallery_grid-images{grid-template-columns:1fr .5fr .5fr 1fr}.gallery_grid-image:nth-child(8n-7){grid-column:span 1;grid-row:span 1}.gallery_grid-image:nth-child(8n-5),.gallery_grid-image:nth-child(8n-6){grid-column:span 3;grid-row:span 1}.gallery_grid-image:nth-child(8n-4){grid-column:span 1;grid-row:span 2}.gallery_grid-image:nth-child(8n),.gallery_grid-image:nth-child(8n-1),.gallery_grid-image:nth-child(8n-2){grid-column:span 2;grid-row:span 1}}