.gallery-grid{margin:auto;padding:20px;width:100%}.gallery-grid .gallery-grid-item img{animation:zoomIn .3s ease-out forwards;transform-origin:center}@keyframes zoomIn{0%{opacity:0;transform:scale(.3)}to{opacity:1;transform:scale(1)}}.gallery-grid .gallery-grid-filters{font-size:0;margin-bottom:10px;text-align:center}.gallery-grid .gallery-grid-filter-btn{background:transparent;border:none;border-bottom:1px solid rgba(48,69,79,.2);border-radius:0;color:#30454f;cursor:pointer;display:inline-block;font-size:16px;margin:0 0 20px;min-width:130px;overflow-wrap:normal;padding:11px 15px;text-decoration:none;transition:.3s;white-space:nowrap;word-break:keep-all}.gallery-grid .gallery-grid-filter-btn.active,.gallery-grid .gallery-grid-filter-btn:hover{border-bottom:1px solid var(--primary-color);color:var(--primary-color)}.gallery-grid.equal-grid .gallery-grid-wrapper{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.gallery-grid.masonry .gallery-grid-wrapper{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[4];gap:1rem;grid-auto-flow:row dense;grid-auto-rows:200px;grid-template-columns:repeat(4,1fr)}.gallery-grid.masonry .gallery-grid-item img{height:100%}.gallery-grid .gallery-grid-span-2-col{grid-column:span 2}.gallery-grid .gallery-grid-span-3-col{grid-column:span 3}.gallery-grid .gallery-grid-span-4-col{grid-column:span 4}.gallery-grid .gallery-grid-span-2-row{grid-row:span 2}.gallery-grid .gallery-grid-span-3-row{grid-row:span 3}@media(max-width:767px){.gallery-grid.masonry .gallery-grid-wrapper{grid-template-columns:repeat(2,1fr)}.gallery-grid .gallery-grid-span-3-col,.gallery-grid .gallery-grid-span-4-col{grid-column:span 2/span 2}}.gallery-grid.equal-grid .gallery-grid-item img{cursor:pointer;display:block;height:280px;object-fit:cover;width:100%}.gallery-grid.masonry .gallery-grid-item img{cursor:pointer;display:block;height:auto;object-fit:cover;width:100%}.gallery-grid-popup{align-items:center;background:rgba(0,0,0,.8);display:none;inset:0;justify-content:center;overflow:auto;position:fixed;z-index:9999}.gallery-grid-popup .gallery-grid-popup-content{max-height:90vh;max-width:90vw;position:relative}.gallery-grid-popup img{display:block;height:auto;max-height:90vh;width:100%}.gallery-grid-popup .gallery-grid-close-btn{align-items:center;background-color:#000;color:#fff;cursor:pointer;display:flex;font-size:25px;height:20px;justify-content:center;padding:10px;position:absolute;right:15px;top:10px;width:20px}@media (max-width:767px){.gallery-grid-filters-wrapper{align-items:center;display:flex;gap:10px;justify-content:center;margin-bottom:15px}.gallery-grid .gallery-grid-filter-btn{margin:0}.gallery-grid-filters.gallery-grid-scroller{display:flex;overflow-x:auto;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}.gallery-grid-filters.gallery-grid-scroller::-webkit-scrollbar{display:none}.gallery-grid-filters-wrapper .gallery-grid-arrow{background:var(--primary-color-10);border:none;cursor:pointer;height:30px;line-height:1;padding:7px;text-align:center;user-select:none;width:30px}.gallery-grid-filters-wrapper .gallery-grid-arrow svg{height:18px;width:16px}.gallery-grid-filters-wrapper .gallery-grid-arrow svg path{fill:var(--primary-color)}.gallery-grid-filters-wrapper .gallery-grid-arrow[disabled]{cursor:default;opacity:.3}}@media (min-width:768px){.gallery-grid-filters-wrapper .gallery-grid-arrow{display:none}}