.lightbox-btn{background-color:rgba(0,0,0,.82);border:none;border-radius:50%;cursor:pointer;height:2.2em;position:absolute;transition:all .3s;width:2.2em}.lightbox-btn:focus-visible{outline:2px solid #fff;outline-offset:2px}.lightbox-btn:disabled{display:none;pointer-events:none}.lightbox-btn-close{right:-1em;top:-1em}.lightbox-btn-close:after,.lightbox-btn-close:before{background-color:#fff;content:"";height:.12em;left:50%;position:absolute;top:50%;transform-origin:center;width:1em}.lightbox-btn-close:before{transform:translate(-50%,-50%) rotate(45deg)}.lightbox-btn-close:after{transform:translate(-50%,-50%) rotate(-45deg)}.lightbox-btn-next,.lightbox-btn-previous{top:calc(50% - 1.1em)}.lightbox-btn-next:before,.lightbox-btn-previous:before{border-right:.18em solid #fff;border-top:.18em solid #fff;content:"";height:.65em;left:50%;position:absolute;top:50%;width:.65em}.lightbox-btn-previous{left:-1.5em}.lightbox-btn-previous:before{transform:translate(-35%,-50%) rotate(-135deg)}.lightbox-btn-next{right:-1.5em}.lightbox-btn-next:before{transform:translate(-65%,-50%) rotate(45deg)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes createBox{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes deleteBox{0%{transform:scale(1)}to{transform:scale(0)}}@media only screen and (min-width:0rem){.lightbox-gallery{padding:var(--sectionPadding)}.lightbox-gallery .cs-title{max-width:80rem}.lightbox-content{text-align:center}.lightbox-content img{height:auto;max-width:100%}.gallery-item img{border-radius:8px;max-width:100%;transition:transform .2s ease-in-out,filter .2s ease-in-out}.gallery-item img:hover{filter:drop-shadow(0 5px 4px #00000054);transform:scale(1.02)}.remove-scroll{overflow:hidden}.lightbox-hide{left:-9999px;position:absolute;top:-9999px;visibility:hidden}.gallery{-moz-column-gap:.5rem;column-gap:.5rem;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;justify-items:center}.lightbox-container{align-items:center;background-color:#1d1d1d;background-color:rgba(29,29,29,.8);bottom:0;display:flex;justify-content:center;left:0;padding:4rem 2rem;position:fixed;right:0;top:0;z-index:99999}.lightbox-wrapper{position:relative}.lightbox-image{max-height:calc(100vh - 4rem);vertical-align:middle}}@media only screen and (min-width:48rem){.gallery{-moz-column-gap:10px;column-gap:10px;grid-template-columns:1fr 1fr 1fr}.lightbox-btn-previous{left:.5em}.lightbox-btn-next{right:.5em}}@media only screen and (min-width:64rem){.gallery{grid-template-columns:1fr 1fr 1fr 1fr;margin:auto;max-width:80rem}.lightbox-wrapper{max-width:75%}}@media only screen and (min-width:80rem){.lightbox-wrapper{max-width:50%}}