.Gallery{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;color:#fff}.GalleryButtonsContainer{min-height:90px;position:sticky;top:0;display:flex;width:100%;justify-content:center;padding-top:10px;z-index:20;margin:0;background-color:rgba(4,19,65,.714)}@media(max-width:1100px){.GalleryButtonsContainer{width:100%;display:flex;flex-wrap:nowrap;overflow-x:auto;width:auto;justify-content:left;top:90px}}.GalleryButtons{background-color:rgba(0,0,0,0);margin:5px;color:#fff;border:5px solid #fff;width:154px;height:73px;font-size:2em;cursor:pointer;transition:color .3s,border-color .3s;text-transform:none;font-weight:700;opacity:.4}@media(max-width:1100px){.GalleryButtons{flex-basis:154px;flex-grow:0;flex-shrink:0}}.GalleryButtons:hover:not(:disabled){opacity:.8}.GalleryButtons:disabled{cursor:not-allowed;pointer-events:all!important;opacity:1}.GalleryImagesContainer{margin:10px 30px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px}@media(max-width:1100px){.GalleryImagesContainer{margin:30px 10px;width:100%}}.GalleryImagesContainer #LGBalatroT span{text-transform:none}@media(min-width:1100px){.GalleryImagesContainer span{flex:30%}}.GalleryImagesContainer .GalleryItem{margin-bottom:20px;background-color:hsla(0,0%,100%,.307);border:4px solid #fff;border-radius:10px;padding:10px 20px 20px;box-shadow:0 2px 5px rgba(0,0,0,.2);position:relative}.GalleryImagesContainer .GalleryItem .GalleryAudioContainer{display:flex;align-items:center;justify-content:center;margin-top:10px}.GalleryImagesContainer .GalleryItem .GalleryAudioContainer .GalleryAudioIcon{width:30px;filter:invert(100%) sepia(4%) saturate(7461%) hue-rotate(186deg) brightness(110%) contrast(102%);margin-right:10px;cursor:pointer}.GalleryImagesContainer .GalleryItem .GalleryAudioContainer .GalleryAudioIcon:hover{filter:invert(85%) sepia(90%) saturate(2421%) hue-rotate(278deg) brightness(105%) contrast(109%)}.GalleryImagesContainer .GalleryItem .GalleryAudioContainer p{display:inline;margin-bottom:13px}.GalleryImagesContainer .GalleryItem .GalleryText{display:block;text-transform:uppercase;font-weight:700;font-size:1.5em;text-align:center;padding-bottom:10px}.GalleryImagesContainer .GalleryItem .PixelArtImage{image-rendering:pixelated}.GalleryImagesContainer .GalleryItem .GalleryImage{max-width:100%;max-height:100%;object-fit:contain;height:auto;display:block;width:100%;cursor:zoom-in}.GalleryImagesContainer .GalleryItem .GalleryImage:before{content:"";position:absolute;top:5px;right:5px;bottom:5px;left:5px;border:2px solid rgba(0,0,0,0);transition:border-color .3s ease}.GalleryImagesContainer .GalleryItem .GalleryImage:hover{filter:brightness(70%) sepia(100%) hue-rotate(260deg)}.GalleryImagesContainer .GalleryItem .GalleryVideo{display:block}.GalleryImagesContainer .GalleryItem .GalleryVideo iframe{width:100%}.GalleryImagesContainer .GalleryItem .GalleryLink{font-size:2em;display:block;text-align:center;font-weight:700;margin-top:25px}.GalleryImagesContainer .GalleryItem .GalleryLink img{width:30px;margin-right:10px}.GalleryImagesContainer .GalleryItem .GalleryImageOverlay{position:relative;background:aqua;display:inline-block}.GalleryImagesContainer .GalleryItem .GalleryImageOverlay>img{vertical-align:middle}.GalleryImagesContainer .GalleryItem .GalleryImageOverlay:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;transition:.5s ease}.GalleryImagesContainer .GalleryItem .GalleryImageOverlay::beforehover{opacity:.23}.GalleryLoadMoreButton{width:100%;height:100px;margin:40px;background-color:rgba(0,0,0,0);color:#fff;border:2px solid #fff;padding:10px 20px;font-size:30px;cursor:pointer;transition:color .3s,border-color .3s;text-transform:uppercase;font-weight:700}.GalleryLoadMoreButton:hover{color:#ffb3f3;border:2px solid #ffb3f3}