/* V2 image gallery: CSS autoplay with native scroll-snap manual mode. */
.v2-gallery-hero:after{z-index:0;pointer-events:none}.v2-gallery-hero .hero-content{position:relative;z-index:1;pointer-events:none}.v2-gallery-hero .hero-content a{pointer-events:auto}.v2-gallery-hero .hero-foot{z-index:2;pointer-events:none}.v2-gallery-hero .hero-foot a{pointer-events:auto}
.v2-auto-gallery,.v2-manual-gallery{position:absolute;inset:0;width:100%;height:100%;overflow:hidden}.v2-auto-gallery{display:none;pointer-events:none}.v2-auto-track{display:flex;width:100%;height:100%;animation:v2-gallery-cycle 24s infinite cubic-bezier(.65,0,.35,1)}.v2-auto-track>div,.v2-manual-gallery figure{flex:0 0 100%;height:100%;margin:0}.v2-gallery-hero img{width:100%;height:100%;object-fit:cover;object-position:60% center}.v2-manual-gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#a3c8e5 #132436}.v2-manual-gallery figure{scroll-snap-align:start}
@keyframes v2-gallery-cycle{0%,25%{transform:translateX(0)}33.333%,58.333%{transform:translateX(-100%)}66.666%,91.666%{transform:translateX(-200%)}100%{transform:translateX(-300%)}}
.v2-auto-switch{position:absolute;z-index:3;right:calc(5% + 135px);bottom:90px;width:18px;height:18px;margin:0;accent-color:#176cac;cursor:pointer}.v2-auto-label{position:absolute;z-index:3;right:5%;bottom:85px;padding:3px 8px;border-radius:6px;background:#0b2036d9;color:#fff;font-size:14px;margin:0;cursor:pointer}.v2-gallery-dots{position:absolute;z-index:2;right:5%;bottom:135px;display:flex;gap:10px}.v2-gallery-dots a{padding:5px 15px;border:1px solid #ffffff80;border-radius:6px;background:#0b2036a6;color:white}.v2-gallery-dots a:hover{background:#176cac}.v2-auto-switch:checked~.v2-auto-gallery{display:block}.v2-auto-switch:checked~.v2-manual-gallery,.v2-auto-switch:checked~.v2-gallery-dots{visibility:hidden}
@media(max-width:768px){.v2-gallery-hero img{object-position:66% center}.v2-auto-switch{bottom:75px}.v2-auto-label{bottom:70px}.v2-gallery-dots{bottom:115px}}
@media(prefers-reduced-motion:reduce){.v2-auto-switch,.v2-auto-label,.v2-auto-switch:checked~.v2-auto-gallery{display:none}.v2-auto-switch:checked~.v2-manual-gallery,.v2-auto-switch:checked~.v2-gallery-dots{visibility:visible}.v2-manual-gallery{scroll-behavior:auto}.v2-auto-track{animation:none}}
