section.gallery .wrapper .filters{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;flex-wrap:auto;gap:16px;margin-bottom:24px}section.gallery .wrapper .filters h4{margin-bottom:0;min-width:100px}section.gallery .wrapper .filters .tab{padding:6px 32px;border-radius:24px;font-weight:600;text-transform:capitalize;text-decoration:none;transition:all .3s ease}section.gallery .wrapper .filters .tab.dark_green{color:#145f48;border:solid 2px #145F48}section.gallery .wrapper .filters .tab.dark_green:hover{background:#145F48;color:#fff}section.gallery .wrapper .filters .tab.dark_green.active{color:#fff;background:#145F48}section.gallery .wrapper .filters .tab.orange{color:#145f48;border:solid 2px #F5933C}section.gallery .wrapper .filters .tab.orange:hover{background:#F5933C;color:#fff}section.gallery .wrapper .filters .tab.orange.active{color:#fff;background:#F5933C}section.gallery .wrapper .filters .tab.green{color:#145f48;border:solid 2px #2AA048}section.gallery .wrapper .filters .tab.green:hover{background:#2AA048;color:#fff}section.gallery .wrapper .filters .tab.green.active{color:#fff;background:#2AA048}section.gallery .wrapper .filters .tab.light_green{color:#145f48;border:solid 2px #AED141}section.gallery .wrapper .filters .tab.light_green:hover{background:#AED141}section.gallery .wrapper .filters .tab.light_green.active{background:#AED141}section.gallery .wrapper .filters .tab.red{color:#145f48;border:solid 2px #BB2040}section.gallery .wrapper .filters .tab.red:hover{background:#BB2040;color:#fff}section.gallery .wrapper .filters .tab.red.active{background:#BB2040;color:#fff}section.gallery .wrapper .filters .tab.yellow{color:#145f48;border:solid 2px #F7C914}section.gallery .wrapper .filters .tab.yellow:hover{background:#F7C914}section.gallery .wrapper .filters .tab.yellow.active{background:#F7C914}section.gallery .wrapper .grid{display:grid;grid-template-columns:1fr 1fr;column-gap:auto;row-gap:auto;gap:16px;margin-top:48px}section.gallery .wrapper .grid.no-grid{display:grid;grid-template-columns:1fr;column-gap:auto;row-gap:auto}section.gallery .wrapper .grid .image{width:100%;aspect-ratio:1/1;border-radius:10px;overflow:hidden}section.gallery .wrapper .grid .image img{width:100%;height:100%;object-fit:cover;object-position:center}@media only screen and (min-width: 601px){section.gallery .wrapper .grid{grid-template-columns:1fr 1fr 1fr}}@media only screen and (min-width: 992px){section.gallery .wrapper .grid{grid-template-columns:1fr 1fr 1fr 1fr}}[lightbox-toggle]{cursor:zoom-in}[lightbox-toggle]:after{position:absolute;content:url("data:image/svg+xml; utf8, ");height:32px;width:32px;bottom:0;right:0;opacity:0;will-change:opacity;transition:opacity .2s}[lightbox-toggle]:hover:after{opacity:1;filter:drop-shadow(2px 4px 6px black)}.c-lightbox{font-family:Arial,Helvetica Neue,Helvetica,sans-serif;pointer-events:none;position:fixed;opacity:0;width:100vw;height:100vh;z-index:9000000;top:0;left:0;right:0;bottom:0;background-color:#000000d9;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:opacity .3s}.c-lightbox.open{opacity:1;pointer-events:all}.c-lightbox .c-lightbox__container{width:100%;height:100%}.c-lightbox .c-lightbox__close{z-index:999999;position:absolute;cursor:pointer;top:1vh;right:1vw}.c-lightbox .c-lightbox__close svg{width:48px;height:48px}.c-lightbox .c-lightbox__close svg path{fill:#fff}.c-lightbox .c-lightbox__close:hover svg path{fill:#2aa048}.c-lightbox .swiper-container{width:100%;height:100%}.c-lightbox .swiper-slide{display:flex;justify-content:center;align-items:center}.c-lightbox .swiper-pagination{color:#fff;position:absolute;top:12px;left:12px;bottom:auto;right:auto;width:fit-content;font-size:1.2rem;font-weight:300}.c-lightbox .swiper-button-next,.c-lightbox .swiper-button-prev{color:#fff}.c-lightbox .swiper-button-next:hover,.c-lightbox .swiper-button-prev:hover{color:#2aa048}.c-lightbox .swiper-button-next:after,.c-lightbox .swiper-button-prev:after{font-size:30px}.c-lightbox .c-lightbox__image{display:flex;justify-content:center;align-items:center;position:relative;height:75%;width:75%;text-align:center;cursor:zoom-in}.c-lightbox .c-lightbox__image img{width:auto;height:auto;max-height:90vh;max-width:90vw}
