.category-galleries{min-width:0}.gallery-category[hidden]{display:none!important}.gallery-category{min-width:0;animation:galleryFade .35s ease}.gallery-category__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:28px 0 22px}.gallery-category__heading span{color:#003596;font-size:.62rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.gallery-category__heading h2{margin:4px 0 2px;color:#001b4d;font-size:2.2rem}.gallery-category__heading p{margin:0;color:#7a8597;font-size:.72rem}.gallery-category__controls{display:flex;align-items:center;gap:9px}.gallery-category__controls button{width:44px;height:44px;border:1px solid #d8dfeb;border-radius:50%;display:grid;place-items:center;color:#001b4d;background:#fff;font-size:1rem;transition:.2s}.gallery-category__controls button:hover{color:#fff;border-color:#003596;background:#003596}.gallery-category__controls>span{min-width:48px;color:#687386;text-align:center;font-size:.68rem;font-weight:800;letter-spacing:0}.gallery-photo-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(310px,calc((100% - 36px)/3));gap:18px;overflow-x:auto;padding:5px 3px 25px;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#b9c5d8 transparent}.gallery-photo-slide{min-width:0;overflow:hidden;border:1px solid #e0e5ed;border-radius:18px;scroll-snap-align:start;background:#fff;box-shadow:0 15px 40px #001b4d10}.gallery-photo-slide>button{position:relative;width:100%;height:330px;overflow:hidden;border:0;padding:0;background:#dbe3ef;cursor:zoom-in}.gallery-photo-slide img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.gallery-photo-slide>button:hover img{transform:scale(1.035)}.gallery-photo-slide__number{position:absolute;left:13px;top:13px;padding:6px 9px;border-radius:8px;color:#001b4d;background:#ffcc00;font-size:.65rem;font-weight:900}.gallery-photo-slide__zoom{position:absolute;right:13px;bottom:13px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;color:#fff;background:#001b4dd9;font-size:1rem}.gallery-photo-slide>div{padding:16px 18px;display:flex;flex-direction:column}.gallery-photo-slide>div span{color:#003596;font-size:.59rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.gallery-photo-slide>div strong{overflow:hidden;margin-top:3px;color:#001b4d;font-size:.9rem;text-overflow:ellipsis;white-space:nowrap}@keyframes galleryFade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media(max-width:991px){.gallery-photo-carousel{grid-auto-columns:minmax(290px,calc((100% - 18px)/2))}}@media(max-width:575px){.gallery-category__heading{align-items:flex-start;flex-direction:column}.gallery-category__heading h2{font-size:1.8rem}.gallery-category__controls{width:100%;justify-content:flex-end}.gallery-photo-carousel{grid-auto-columns:88%;gap:14px}.gallery-photo-slide>button{height:360px}}
