.lightbox__default-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:-1}.lightbox__default-loader__element{-webkit-animation:LightboxDefaultLoaderAnimation 1s linear infinite;animation:LightboxDefaultLoaderAnimation 1s linear infinite;border:3px solid #292929;border-top:3px solid #fff;border-radius:50%;height:75px;width:75px}@-webkit-keyframes LightboxDefaultLoaderAnimation{to{border-top-color:#fff;transform:rotate(1turn)}}@keyframes LightboxDefaultLoaderAnimation{to{border-top-color:#fff;transform:rotate(1turn)}}.lightbox{position:fixed;top:0;left:0;background:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:1}.lightbox,.lightbox__thumbnail{width:100%;height:100%}.lightbox__thumbnail img{width:100%}.lightbox__close{position:fixed;right:0;top:0;padding:1rem;font-size:1.5rem;cursor:pointer;color:#fff;width:4rem;height:4rem}.lightbox__arrow--invisible{visibility:hidden}.lightbox__element{width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.lightbox__arrow,.lightbox__element{display:flex}.lightbox__arrow{padding:0 2rem;cursor:pointer;justify-content:center;align-items:center}.lightbox__arrow svg{fill:#fff;pointer-events:none}.lightbox__image{flex:1}.lightbox__image img{width:100%;height:auto!important}@media screen and (max-width:720px){.lightbox__arrow{padding:0 1rem}}@media screen and (max-width:500px){.lightbox__element{position:relative}.lightbox__arrow{position:absolute;padding:0 2rem;height:100%}.lightbox__arrow--right{right:0;background:linear-gradient(90deg,transparent,rgba(0,0,0,.3))}.lightbox__arrow--left{left:0;background:linear-gradient(270deg,transparent,rgba(0,0,0,.3))}}.lightbox{z-index:99999999}.fade-enter-active,.fade-leave-active{transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}.gallery__images{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;width:100%}.gallery__item{height:auto;width:100%;margin-bottom:.5rem}@media(min-width:900px){.gallery__item{width:calc(33.33333% - 1rem);margin:.5rem}}.gallery__pagination-title{font-weight:700;text-transform:uppercase;margin-bottom:.5rem}.gallery__pagination-years{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;margin-bottom:0}@media(min-width:900px){.gallery__pagination-years{margin-bottom:2rem}}.gallery__pagination-item{margin-right:2rem;position:relative;text-transform:uppercase;cursor:pointer;margin-bottom:1rem;width:100%}@media(min-width:900px){.gallery__pagination-item{width:unset;margin-bottom:0}}.gallery__pagination-item--active:after{width:70%!important}.gallery__pagination-item:after{position:absolute;content:"";bottom:-5px;left:0;width:0;transition:all .5s;height:3px;background:#e1393c}.gallery__pagination-item:hover:after{width:70%}