:root{--red: #c0272d;--red-dark: #9b1e23;--red-light: #e8393f;--navy: #1b2a4a;--navy-dark: #111d33;--navy-mid: #243659;--white: #ffffff;--off-white: #f5f4f1;--gray-light: #e8e6e1;--gray-mid: #9a9690;--gray-dark: #4a4845;--text: #1e1c1a;--global-body-font-family: "Manrope", sans-serif;--global-heading-font-family: "Bebas Neue", sans-serif;--global-palette-btn-bg: #c0272d;--global-palette-btn-bg-hover: #9b1e23;--global-palette-btn: #ffffff;--global-palette-btn-hover: #ffffff}.gallery-section{padding:75px 15px}.mpp-gallery-root{--red: $red;--red-dark: $red-dark;--red-light: $red-light;--navy: $navy;--navy-dark: $navy-dark;--white: $white;--off-white: $off-white;--gray-light: $gray-light;--gray-mid: $gray-mid;--gray-dark: $gray-dark;--text: $text;--mpp-transition: 0.22s ease}.mpp-gallery-root .btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;font-family:"Outfit",sans-serif;font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease}.mpp-gallery-root .btn-navy{background:#1b2a4a;color:#fff}.mpp-gallery-root .btn-navy:hover{background:#111d33;transform:translateY(-1px)}.mpp-gallery-root .btn-red{background:#c0272d;color:#fff}.mpp-gallery-root .btn-red:hover{background:#9b1e23;transform:translateY(-1px)}.mpp-gallery-root .gallery-filters{display:flex;gap:4px;margin-bottom:24px;flex-wrap:wrap}.mpp-gallery-root .filter-btn{padding:8px 18px;font-family:"Outfit",sans-serif;font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:#fff;border:1px solid #e8e6e1;color:#4a4845;cursor:pointer;transition:all .2s ease}.mpp-gallery-root .filter-btn:hover{border-color:#1b2a4a;color:#1b2a4a}.mpp-gallery-root .filter-btn.active{background:#1b2a4a;border-color:#1b2a4a;color:#fff}.mpp-gallery-root .gallery-grid{display:flex;flex-wrap:wrap;align-items:stretch;gap:4px;transition:max-height .3s ease}.mpp-gallery-root .gallery-grid.is-collapsed{overflow:hidden}.mpp-gallery-root .gallery-expand{display:none;margin-top:4px}.mpp-gallery-root .gallery-expand.is-visible{display:block}.mpp-gallery-root .gallery-expand .btn{width:100%;justify-content:center;padding:18px 28px}.mpp-gallery-root .g-wide{flex:1 1 calc(50% - 2px);min-width:min(100%,360px);min-height:clamp(360px,42vw,488px)}.mpp-gallery-root .g-tall{flex:1 1 calc(50% - 2px);min-width:min(100%,360px);min-height:clamp(360px,42vw,488px)}.mpp-gallery-root .g-half{flex:1 1 calc(33.333% - 3px);min-width:min(100%,240px);min-height:clamp(220px,22vw,260px)}.mpp-gallery-root .g-third{flex:1 1 calc(33.333% - 3px);min-width:min(100%,240px);min-height:clamp(220px,22vw,260px)}.mpp-gallery-root .g-wide-s{flex:1 1 calc(50% - 2px);min-width:min(100%,360px);min-height:clamp(220px,22vw,260px)}.mpp-gallery-root .g-full{flex:1 1 100%;min-width:100%;min-height:clamp(220px,22vw,260px)}.mpp-gallery-root .gallery-card{position:relative;overflow:hidden;background:#e8e6e1;cursor:pointer;max-width:100%}.mpp-gallery-root .gallery-card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.mpp-gallery-root .gallery-card>img{position:absolute;inset:0}.mpp-gallery-root .gallery-card:hover img{transform:scale(1.04)}.mpp-gallery-root .card-overlay{position:absolute;inset:0;background:linear-gradient(to top, rgba(17, 29, 51, 0.88) 0%, rgba(17, 29, 51, 0.4) 50%, transparent 100%);opacity:0;transition:opacity .3s;display:flex;flex-direction:column;justify-content:flex-end;padding:24px;z-index:5}.mpp-gallery-root .gallery-card:hover .card-overlay{opacity:1}.mpp-gallery-root .ba-card .card-overlay{pointer-events:none}.mpp-gallery-root .overlay-tag{font-family:"Outfit",sans-serif;font-size:12px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#e8393f;margin-bottom:6px}.mpp-gallery-root .overlay-title{font-family:"Bebas Neue",sans-serif;font-size:26px;color:#fff;line-height:1.1;margin-bottom:4px}.mpp-gallery-root .overlay-location{font-size:13px;color:hsla(0,0%,100%,.8);display:flex;align-items:center;gap:5px;letter-spacing:.03em}.mpp-gallery-root .overlay-location svg{width:12px;height:12px;stroke:hsla(0,0%,100%,.56);fill:none;stroke-width:2;flex-shrink:0}.mpp-gallery-root .ba-badge{position:absolute;top:16px;left:16px;background:#c0272d;color:#fff;font-family:"Outfit",sans-serif;font-size:12px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;padding:4px 10px;z-index:12}.mpp-gallery-root .ba-before,.mpp-gallery-root .ba-after{position:absolute;inset:0;overflow:hidden}.mpp-gallery-root .ba-before img,.mpp-gallery-root .ba-after img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mpp-gallery-root .ba-before{z-index:1}.mpp-gallery-root .ba-after{z-index:2;clip-path:inset(0 0 0 50%);transition:clip-path .05s}.mpp-gallery-root .ba-divider{position:absolute;top:0;bottom:0;left:50%;width:3px;background:#fff;z-index:8;transform:translateX(-50%);cursor:ew-resize;transition:left .05s}.mpp-gallery-root .ba-divider::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:42px;height:42px;background:#fff;border-radius:50%;box-shadow:0 2px 8px rgba(17,29,51,.08)}.mpp-gallery-root .ba-divider::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:24px;height:16px;background:center/contain no-repeat url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 3L4 8L9 13' stroke='%231B2A4A' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 3L20 8L15 13' stroke='%231B2A4A' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");z-index:1;pointer-events:none}.mpp-gallery-root .ba-labels{position:absolute;bottom:50%;transform:translateY(50%);left:0;right:0;display:flex;justify-content:space-between;padding:0 20px;z-index:7;pointer-events:none}.mpp-gallery-root .ba-label{font-family:"Outfit",sans-serif;font-size:12px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#fff;background:rgba(0,0,0,.45);padding:4px 10px;backdrop-filter:blur(4px)}.mpp-gallery-root .lightbox{position:fixed;inset:0;background:rgba(27,42,74,.9);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;visibility:hidden;transition:opacity var(--mpp-transition),visibility var(--mpp-transition);padding:32px}.mpp-gallery-root .lightbox.open{opacity:1;pointer-events:all;visibility:visible}.mpp-gallery-root .lightbox.ba-mode .lightbox-img{display:none}.mpp-gallery-root .lightbox.ba-mode .lightbox-ba{display:block}.mpp-gallery-root .lightbox-inner{position:relative;max-width:960px;width:100%;--lightbox-media-height: min(72vh, 680px)}.mpp-gallery-root .lightbox-media-wrap{position:relative}.mpp-gallery-root .lightbox-media{position:relative;width:100%;height:var(--lightbox-media-height);min-height:360px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#111d33}.mpp-gallery-root .lightbox-img{width:auto;height:100%;max-width:none;display:block;flex:0 0 auto}.mpp-gallery-root .lightbox-ba{position:relative;display:none;width:100%;height:100%;overflow:hidden;background:#111d33}.mpp-gallery-root .lightbox-ba .ba-before,.mpp-gallery-root .lightbox-ba .ba-after{inset:0}.mpp-gallery-root .lightbox-ba .ba-before{clip-path:inset(0 50% 0 0)}.mpp-gallery-root .lightbox-ba .ba-after{clip-path:inset(0 0 0 50%)}.mpp-gallery-root .lightbox-ba .ba-before img,.mpp-gallery-root .lightbox-ba .ba-after img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.mpp-gallery-root .lightbox-caption{margin-top:16px;display:flex;justify-content:space-between;align-items:flex-end}.mpp-gallery-root .lightbox-caption-left .lc-tag{font-family:"Outfit",sans-serif;font-size:14px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#e8393f;margin-bottom:4px}.mpp-gallery-root .lightbox-caption-left .lc-title{font-family:"Bebas Neue",sans-serif;font-size:32px;color:#fff;line-height:1}.mpp-gallery-root .lightbox-caption-left .lc-location{font-size:16px;color:hsla(0,0%,100%,.5);margin-top:4px}.mpp-gallery-root .lightbox-close{position:fixed;top:24px;right:24px;width:48px;height:48px;background:#c0272d;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s;z-index:1001}.mpp-gallery-root .lightbox-close:hover{background:#9b1e23;transform:scale(1.04)}.mpp-gallery-root .lightbox-close svg{width:18px;height:18px;stroke:#fff;fill:none;stroke-width:2.5}.mpp-gallery-root .lightbox-nav{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-between;pointer-events:none;z-index:5}.mpp-gallery-root .lnav-btn{width:56px;height:100%;min-height:240px;background:rgba(17,29,51,.62);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s;pointer-events:auto}.mpp-gallery-root .lnav-btn:hover{background:#c0272d;transform:scaleX(1.06)}.mpp-gallery-root .lnav-btn svg{width:28px;height:28px;stroke:#fff;fill:none;stroke-width:3}.mpp-gallery-root .lightbox-filters{display:flex;gap:4px;justify-content:center;margin-bottom:16px}.mpp-gallery-root .lb-filter-btn{padding:5px 10px;font-family:"Outfit",sans-serif;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.35);color:hsla(0,0%,100%,.75);cursor:pointer;transition:all .2s ease;white-space:nowrap}.mpp-gallery-root .lb-filter-btn:hover{border-color:#e8393f;color:hsla(0,0%,100%,.8)}.mpp-gallery-root .lb-filter-btn.active{background:#c0272d;border-color:#c0272d;color:#fff}.mpp-gallery-root .gallery-load-more{margin-top:4px}@media(max-width: 991.98px){.mpp-gallery-root .g-wide,.mpp-gallery-root .g-wide-s{flex-basis:430px;min-width:min(100%,360px)}.mpp-gallery-root .g-tall,.mpp-gallery-root .g-half,.mpp-gallery-root .g-third{flex-basis:260px;min-width:min(100%,220px)}.mpp-gallery-root .g-wide,.mpp-gallery-root .g-tall{min-height:clamp(320px,50vw,420px)}}@media(max-width: 767.98px){.mpp-gallery-root .g-wide,.mpp-gallery-root .g-tall,.mpp-gallery-root .g-half,.mpp-gallery-root .g-third,.mpp-gallery-root .g-wide-s,.mpp-gallery-root .g-full{flex:1 1 220px;min-width:min(100%,180px);min-height:210px}.mpp-gallery-root .g-wide,.mpp-gallery-root .g-wide-s,.mpp-gallery-root .g-full{flex-basis:100%;min-width:100%}.mpp-gallery-root .lightbox{padding:24px}.mpp-gallery-root .lightbox-close{top:24px;right:24px}.mpp-gallery-root .lnav-btn{width:48px;background:rgba(17,29,51,.64)}.mpp-gallery-root .lb-filter-btn{font-size:10px;padding:4px 8px}}@media(max-width: 575.98px){.mpp-gallery-root .g-wide,.mpp-gallery-root .g-tall,.mpp-gallery-root .g-half,.mpp-gallery-root .g-third,.mpp-gallery-root .g-wide-s,.mpp-gallery-root .g-full{flex:1 1 100%;min-width:100%;min-height:280px}.mpp-gallery-root .gallery-filters{gap:4px}.mpp-gallery-root .filter-btn{font-size:14px;padding:6px 12px}.mpp-gallery-root .lightbox{padding:18px}.mpp-gallery-root .lightbox-media{height:55vh;min-height:unset}.mpp-gallery-root .lightbox-img{width:100%;height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.mpp-gallery-root .lightbox-close{top:18px;right:18px;width:44px;height:44px}.mpp-gallery-root .lnav-btn{width:42px;min-height:180px}.mpp-gallery-root .lnav-btn svg{width:24px;height:24px}}/*# sourceMappingURL=gallery.min.css.map */