/* Source Themes Academic v4.1.0 | https://sourcethemes.com/academic/ */
.carousel-indicators .active{background-color:#7e7e7e}.carousel-indicators li{background-color:rgba(126,126,126,.5)}.wg-hero{background-size:}.gallery-block{margin-top:2rem}.gallery-title{margin:0 0 1rem;font-size:1rem;font-weight:600}.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.events-row{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin-top:2rem}.events-row .gallery-block{margin-top:0}.events-row .gallery{grid-template-columns:1fr}@media(max-width:800px){.events-row{grid-template-columns:1fr}}.gallery-item{position:relative;display:block;border-radius:18px;overflow:hidden;background:#f3f3f3;box-shadow:0 10px 30px rgba(0,0,0,.1);text-decoration:none;aspect-ratio:3/2}.gallery-item img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;transition:transform .35s ease,filter .35s ease}.gallery-item:hover img{transform:scale(1.05);filter:brightness(0.75)}.gallery-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;padding:1rem;opacity:0;transition:opacity .35s ease;background:linear-gradient( to top,rgba(0,0,0,0.65),rgba(0,0,0,0.05) )}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-overlay span{color:#fff;font-weight:600;font-size:.95rem;letter-spacing:.01em}@media(max-width:600px){.gallery{grid-template-columns:1fr}}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.88);display:none;align-items:center;justify-content:center;z-index:10000;padding:2rem}.lightbox.is-open{display:flex;animation:lightbox-fade .2s ease}@keyframes lightbox-fade{from{opacity:0}to{opacity:1}}.lightbox-content{margin:0;max-width:92vw;max-height:88vh;display:flex;flex-direction:column;align-items:center}.lightbox-content img{max-width:92vw;max-height:80vh;width:auto;height:auto;border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,.5);background:#111}.lightbox-content figcaption{color:#f5f5f5;margin-top:.9rem;font-size:.95rem;text-align:center;letter-spacing:.02em}.lightbox-close,.lightbox-nav{position:absolute;background:rgba(255,255,255,.08);color:#fff;border:none;cursor:pointer;font-size:1.6rem;line-height:1;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease}.lightbox-close:hover,.lightbox-nav:hover{background:rgba(255,255,255,.2);transform:scale(1.08)}.lightbox-close{top:1.25rem;right:1.25rem;font-size:2rem}.lightbox-prev{left:1.25rem;top:50%;transform:translateY(-50%)}.lightbox-next{right:1.25rem;top:50%;transform:translateY(-50%)}.lightbox-prev:hover{transform:translateY(-50%) scale(1.08)}.lightbox-next:hover{transform:translateY(-50%) scale(1.08)}@media(max-width:600px){.lightbox-close,.lightbox-nav{width:40px;height:40px;font-size:1.3rem}.lightbox-prev{left:.5rem}.lightbox-next{right:.5rem}}