.gallery-modal{z-index:9999;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.gallery-modal__backdrop{cursor:default;background:#000000eb;border:0;width:100%;height:100%;padding:0;position:absolute;inset:0}.gallery-modal__content{z-index:1;flex-direction:column;align-items:center;width:min(90vw,1200px);max-height:90vh;padding-top:50px;display:flex;position:relative}.gallery-modal__image{justify-content:center;width:100%;height:75vh;display:flex;position:relative;overflow:hidden}.gallery-modal__image img{object-fit:contain;max-width:100%;max-height:75vh;display:block}.gallery-modal__info{color:#fff;width:100%;margin-top:20px}.gallery-modal__info h2{margin:0 0 8px;font-size:20px;font-weight:400}.gallery-modal__info h2 a{color:#fff;align-items:center;gap:10px;display:inline-flex}.gallery-modal__info h2 a i{font-size:1em}.gallery-modal__info p{color:#fff9;white-space:pre-line;margin:0 0 10px;font-size:14px;line-height:1.6}.gallery-modal__info span{color:#fff6;font-size:12px}.gallery-modal__close{z-index:2;color:#fff;cursor:pointer;background:0 0;border:0;width:40px;height:40px;padding:0;font-size:38px;font-weight:200;line-height:1;position:absolute;top:0;right:0}.gallery-modal__close>span{font-size:1em}.gallery-modal__prev,.gallery-modal__next{z-index:2;color:#fff;cursor:pointer;opacity:.5;background:0 0;border:0;justify-content:center;align-items:center;width:60px;height:100px;font-size:60px;font-weight:200;transition:opacity .3s;display:flex;position:fixed;top:50%;transform:translateY(-50%)}.gallery-modal__prev>span,.gallery-modal__next>span{font-size:1em}.gallery-modal__prev:hover,.gallery-modal__next:hover{opacity:1}.gallery-modal__prev{left:0}.gallery-modal__next{right:0}@media (max-width:767px){.gallery-modal__content{width:calc(100vw - 30px)}.gallery-modal__image{height:65vh}.gallery-modal__image img{max-height:65vh}.gallery-modal__close{font-size:32px}.gallery-modal__prev,.gallery-modal__next{width:40px;height:50px;font-size:40px}.gallery-modal__info h2{font-size:18px}}
.gallery{width:100%}.gallery__grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.gallery__item{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0;display:block}.gallery__item:hover .gallery__image img{transform:scale(1.04)}.gallery__item:hover .gallery__info h3{opacity:1}.gallery__image{aspect-ratio:3/4;background:var(--background-sec-color);border:1px solid var(--border-color);border-radius:15px;position:relative;overflow:hidden}.gallery__image .label{z-index:1;background-color:var(--secondary-color);color:#fff;border-bottom-right-radius:15px;justify-content:center;align-items:center;min-width:50px;height:25px;padding:0 15px;font-size:11px;line-height:1;display:flex;position:absolute;top:0;left:0}.gallery__image img{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.2,.7,.2,1);display:block}.gallery__info{padding-top:14px}.gallery__info h3{color:var(--font-color);opacity:.75;margin:0;font-size:16px;font-weight:400;transition:opacity .3s}.gallery__empty{color:var(--font-sec-color);text-align:center;grid-column:1/-1;padding:100px 0}.gallery__sentinel{width:100%;height:1px}@media (max-width:640px){.gallery__grid{grid-template-columns:repeat(2,1fr);gap:20px 15px}.gallery__info{padding-top:8px}.gallery__info h3{font-size:13px}}
