.gallery-module__NCUE0q__pageWrapper{background-color:#f9f9f9;flex-direction:column;min-height:100vh;display:flex}.gallery-module__NCUE0q__galleryContainer{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;width:100%;max-width:1200px;margin:0 auto;padding:2rem;animation:.5s ease-in-out gallery-module__NCUE0q__fadeInPage;display:grid}.gallery-module__NCUE0q__galleryItem{aspect-ratio:4/3;background-color:#fff;border-radius:12px;justify-content:center;align-items:center;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 16px #0000001a}.gallery-module__NCUE0q__galleryItem:hover{transform:scale(1.03);box-shadow:0 8px 20px #00000026}.gallery-module__NCUE0q__media{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .3s;animation:.6s forwards gallery-module__NCUE0q__fadeIn;display:block}.gallery-module__NCUE0q__videoWrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.gallery-module__NCUE0q__playButton{color:#fff;pointer-events:none;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#0009;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:2rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gallery-module__NCUE0q__galleryItem:hover .gallery-module__NCUE0q__playButton{background-color:var(--accent-color)}.gallery-module__NCUE0q__sentinel{visibility:hidden;width:100%;height:1px}@keyframes gallery-module__NCUE0q__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes gallery-module__NCUE0q__fadeInPage{0%{opacity:0}to{opacity:1}}
