.carousel{display:flex;max-width:-moz-fit-content;max-width:fit-content;height:100%;justify-content:center;align-items:center;position:relative;overflow:hidden}.carousel img{max-width:100%;height:auto;object-fit:contain;border-radius:5px}.carousel .next,.carousel .prev{position:absolute;color:#000;top:50%;transform:translateY(-50%);width:40px;height:40px;background-color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:1}.carousel .prev{left:10px}.carousel .next{right:10px}.carousel .dots{position:absolute;bottom:5px;width:100%;text-align:center}.carousel .dots span{display:inline-block;width:10px;height:10px;border-radius:50%;margin:0 5px;cursor:pointer;background-color:hsl(158,100%,78%);opacity:.8}.carousel .dots span.active{opacity:1;outline:2px solid hsl(0,0%,33%)}.gallery-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:.2rem}.gallery-grid .gallery-item{position:relative}.gallery-grid .gallery-item svg{position:absolute;top:.5rem;right:.5rem;stroke:#fff}.gallery-grid .gallery-image{justify-self:center;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);border:1px solid rgba(0,0,0,0)}.gallery-grid .gallery-image:hover{cursor:pointer;opacity:.8;border:1px solid hsl(158,100%,78%);box-shadow:0 4px 8px rgba(0,0,0,.2)}.gallery-dialog{position:relative;margin:auto;max-width:90vw;max-height:-moz-fit-content;max-height:fit-content}@media screen and (min-width:768px){.gallery-dialog{max-width:70vw}}.gallery-dialog::-webkit-backdrop{background-color:rgba(0,0,0,.7)}.gallery-dialog::backdrop{background-color:rgba(0,0,0,.7)}.gallery-dialog .btn-close{position:absolute;top:4px;right:4px;z-index:100;outline:none;width:2rem;height:2rem}.gallery-dialog .btn-close svg{stroke:hsl(0,0%,33%);stroke-width:5px;width:2rem;height:2rem;fill:hsl(158,100%,78%)}.studio-content{display:flex;flex-direction:column;width:100%}.studio-content .line-title{gap:0}.studio-content .equipments-list{list-style-position:inside;list-style-type:square;padding-left:1rem}.studio-content .equipments-badgelist{list-style:none;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;gap:10px;padding:1rem}.studio-content .equipments-badgelist li{border:1px solid hsl(0,0%,33%);border-radius:5px;padding:.2rem .5rem;font-size:1.1rem;box-shadow:2px 2px 3px 1px rgba(0,0,0,.25)}