.Lightbox-module__kP4XIW__overlay{z-index:1000;box-sizing:border-box;cursor:pointer;background-color:#000000d9;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.Lightbox-module__kP4XIW__modal{cursor:default;touch-action:pan-y;background-color:#1a1a1a;border-radius:8px;flex-direction:column;width:auto;max-width:90vw;max-height:90vh;padding:20px;transition:transform .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 5px 15px #00000080}.Lightbox-module__kP4XIW__imageContainer{justify-content:center;align-items:center;width:100%;max-height:75vh;margin-bottom:15px;transition:transform .3s;display:flex;position:relative;overflow:hidden}.Lightbox-module__kP4XIW__imagePlaceholder{background-color:#2a2a2a;justify-content:center;align-items:center;width:100%;min-height:75vh;max-height:75vh;display:flex}.Lightbox-module__kP4XIW__loader{border:5px solid #3a3a3a;border-top-color:#888;border-radius:50%;width:50px;height:50px;animation:1s linear infinite Lightbox-module__kP4XIW__spin}@keyframes Lightbox-module__kP4XIW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Lightbox-module__kP4XIW__imageContainer img{object-fit:contain;max-width:100%;max-height:75vh}.Lightbox-module__kP4XIW__caption{color:#ccc;text-align:center;max-height:10vh;font-size:.9em;overflow-y:auto}.Lightbox-module__kP4XIW__closeButton{color:#fff;cursor:pointer;z-index:1010;text-align:center;background:0 0;border:none;justify-content:center;align-items:center;width:50px;height:50px;padding:0;font-size:2.5rem;line-height:1;transition:all .5s;display:flex;position:fixed;top:40px;right:40px}.Lightbox-module__kP4XIW__closeButton:before{content:"";background-color:#e0e0e01a;width:100%;height:100%;transition:all .3s;position:absolute;top:0;left:0}.Lightbox-module__kP4XIW__closeButton:after{content:"";opacity:0;border:1px solid #e0e0e080;width:100%;height:100%;transition:all .3s;position:absolute;top:0;left:0;transform:scale(1.2)}.Lightbox-module__kP4XIW__closeButton:hover:before{opacity:0;transform:scale(.5)}.Lightbox-module__kP4XIW__closeButton:hover:after{opacity:1;transform:scale(1)}.Lightbox-module__kP4XIW__closeButton:active{transform:scale(.95)}.Lightbox-module__kP4XIW__navButton{color:#e0e0e0;cursor:pointer;z-index:1010;text-align:center;-webkit-user-select:none;user-select:none;background:0 0;border:none;width:60px;height:60px;padding:0;font-size:2rem;line-height:50px;transition:all .5s;position:fixed;top:50%;transform:translateY(-50%)}.Lightbox-module__kP4XIW__navButton:before{content:"";background-color:#e0e0e01a;width:100%;height:100%;transition:all .3s;position:absolute;top:0;left:0}.Lightbox-module__kP4XIW__navButton:after{content:"";opacity:0;border:1px solid #e0e0e080;width:100%;height:100%;transition:all .3s;position:absolute;top:0;left:0;transform:scale(1.2)}.Lightbox-module__kP4XIW__navButton:hover:before{opacity:0;transform:scale(.5)}.Lightbox-module__kP4XIW__navButton:hover:after{opacity:1;transform:scale(1)}.Lightbox-module__kP4XIW__navButton:active{transform:translateY(-50%)scale(.95)}.Lightbox-module__kP4XIW__prevButton{left:5%}.Lightbox-module__kP4XIW__nextButton{right:5%}.Lightbox-module__kP4XIW__swipeLeft{animation:.3s ease-out Lightbox-module__kP4XIW__slideToLeft}.Lightbox-module__kP4XIW__swipeRight{animation:.3s ease-out Lightbox-module__kP4XIW__slideToRight}@keyframes Lightbox-module__kP4XIW__slideToLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-30px)}}@keyframes Lightbox-module__kP4XIW__slideToRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(30px)}}@keyframes Lightbox-module__kP4XIW__slideFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes Lightbox-module__kP4XIW__slideFromLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.Lightbox-module__kP4XIW__swipeIndicator{justify-content:center;margin-top:15px;display:flex;position:relative}.Lightbox-module__kP4XIW__modalSwipeLeft{animation:.3s ease-out Lightbox-module__kP4XIW__modalSlideToLeft}.Lightbox-module__kP4XIW__modalSwipeRight{animation:.3s ease-out Lightbox-module__kP4XIW__modalSlideToRight}.Lightbox-module__kP4XIW__modalSlideFromRight{animation:.3s ease-out Lightbox-module__kP4XIW__modalSlideFromRight}.Lightbox-module__kP4XIW__modalSlideFromLeft{animation:.3s ease-out Lightbox-module__kP4XIW__modalSlideFromLeft}@keyframes Lightbox-module__kP4XIW__modalSlideToLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-50px)}}@keyframes Lightbox-module__kP4XIW__modalSlideToRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(50px)}}@keyframes Lightbox-module__kP4XIW__modalSlideFromRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes Lightbox-module__kP4XIW__modalSlideFromLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@media (max-width:768px){.Lightbox-module__kP4XIW__modal{max-width:95vw;max-height:95vh;padding:15px}.Lightbox-module__kP4XIW__imageContainer,.Lightbox-module__kP4XIW__imageContainer img{max-height:70vh}.Lightbox-module__kP4XIW__closeButton{font-size:2rem;top:5px;right:10px}.Lightbox-module__kP4XIW__navButton{display:none}.Lightbox-module__kP4XIW__prevButton{left:10px}.Lightbox-module__kP4XIW__nextButton{right:10px}.Lightbox-module__kP4XIW__imagePlaceholder{min-width:95vw;min-height:30vh}}
.Photos-module___JnOaa__container{pointer-events:none;background-color:#121212;flex-flow:wrap;justify-content:center;align-items:center;gap:20px;max-width:100vw;padding:10px;display:flex}.Photos-module___JnOaa__imageWrapper{pointer-events:auto;cursor:pointer;transition:all .3s;position:relative}.Photos-module___JnOaa__image{width:auto;height:auto;max-height:45vh;object-fit:contain!important}@media only screen and (min-width:767px){.Photos-module___JnOaa__imageWrapper{justify-content:center;width:auto;height:45vh;display:flex}.Photos-module___JnOaa__container:hover .Photos-module___JnOaa__imageWrapper{filter:grayscale()}.Photos-module___JnOaa__container .Photos-module___JnOaa__imageWrapper:hover{filter:grayscale(0);transform:scale(1.05)}}@media only screen and (max-width:767px){.Photos-module___JnOaa__container{flex-direction:column;align-items:center;gap:15px}.Photos-module___JnOaa__imageWrapper{justify-content:center;width:90vw;margin-bottom:0;display:flex}.Photos-module___JnOaa__image{width:90vw;height:auto;object-fit:contain!important}}
