.gallery_listing .gallery_wrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--gap-s)}.gallery_listing .gallery_wrapper a{aspect-ratio:1/1;background:center / cover no-repeat;position:relative}.gallery_listing .gallery_wrapper a:after{content:'';background:center / 50px 45px no-repeat transparent;display:block;position:absolute;inset:0;z-index:2;transition:.3s}.gallery_listing .gallery_wrapper img{height:100%;width:100%;object-fit:cover}.gallery_listing .gallery_wrapper a.has_video:after{background:center / 123px 77px no-repeat url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='123' height='77' fill='none'%3e%3crect width='123' height='76.1' fill='%230090D2' rx='5'/%3e%3cpath fill='white' d='m83.5 38-33-19v38.1l33-19Z'/%3e%3c/svg%3e")}.gallery_listing .gallery_wrapper a:hover:after{content:'';background:center / 50px 45px no-repeat rgba(0,0,0,.5) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='50' height='45' fill='none'%3e%3cpath fill='white' fill-rule='evenodd' d='m29.1 29.6 18 15.4 2.9-3-18-15.5.9-1-2.4-2.2A15.4 15.4 0 0 0 27 4C20.4-1.8 10.1-1.2 4.1 5.2c-6 6.5-5.4 16.5 1.3 22.3 5.8 5 14.3 5.3 20.4 1l2.3 2 1-1ZM25.8 24c4.7-5.2 4.2-13-1-17.6a13 13 0 0 0-18.1 1c-4.7 5-4.3 13 1 17.5a13 13 0 0 0 18-1Z' clip-rule='evenodd'/%3e%3c/svg%3e")}.gallery_listing .gallery_wrapper a.has_video:hover:after{background:center / 123px 77px no-repeat rgba(0,0,0,.5) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='123' height='77' fill='none'%3e%3crect width='123' height='76.1' fill='%230090D2' rx='5'/%3e%3cpath fill='white' d='m83.5 38-33-19v38.1l33-19Z'/%3e%3c/svg%3e")}.gallery_listing ul{display:flex;list-style:none;align-items:center;flex-wrap:wrap;padding:0;margin-bottom:var(--gap-l);border-bottom:2px solid var(--light-blue)}.gallery_listing ul li{cursor:pointer;padding:10px 0}.gallery_listing ul li a{text-decoration:none;padding:10px clamp(10px, 1.5vw, 25px);border-top-right-radius:15px;border-top-left-radius:15px;margin-bottom:10px}.gallery_listing ul li a:hover{border-bottom:2px solid var(--light-blue)}.gallery_listing ul li a.active{color:#fff;font-weight:700;border-bottom:2px solid var(--light-blue);background:var(--light-blue)}.gallery_listing .gallery_wrapper a.active{display:block}.gallery_listing{position:relative}#the_gallery_anchor{position:absolute;margin-top:-120px}@media(max-width:1000px){.gallery_listing .gallery_wrapper{grid-template-columns:repeat(3,1fr)}.gallery_listing ul{border:none;justify-content:center;gap:15px}.gallery_listing ul li{margin:5px 2px}.gallery_listing ul li a{text-decoration:none;padding:10px clamp(10px, 1.5vw, 25px);border-radius:15px;margin-bottom:10px;border:1px solid var(--light-blue)}.gallery_listing ul li a:hover{border-bottom:1px solid var(--light-blue)}}@media(max-width:800px){.gallery_listing .gallery_wrapper{grid-template-columns:repeat(2,1fr)}}@media(max-width:450px){.gallery_listing .gallery_wrapper{grid-template-columns:1fr}}