.gallery,.gallery-viewport{border-radius:inherit;position:relative;width:100%}.gallery-viewport{aspect-ratio:4/3;background:#0f172a;overflow:hidden}.gallery-track{display:flex;height:100%;transition:transform .45s cubic-bezier(.4,0,.2,1);will-change:transform}.gallery-slide{flex:0 0 100%;height:100%;margin:0;min-width:100%;position:relative}.gallery .gallery-slide img{display:block;height:100%;object-fit:cover;width:100%}.gallery-caption{background:linear-gradient(0deg,rgba(2,6,23,.78),transparent);bottom:0;color:#fff;font-size:.82rem;font-weight:600;left:0;padding:2.2rem 1.1rem .9rem;position:absolute;right:0}.gallery-nav{align-items:center;background:hsla(0,0%,100%,.92);border:none;border-radius:50%;box-shadow:0 4px 14px rgba(2,6,23,.28);color:#0f172a;cursor:pointer;display:inline-flex;height:40px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:background .2s ease,transform .2s ease;width:40px;z-index:3}.gallery-nav:hover{background:#fff;transform:translateY(-50%) scale(1.08)}.gallery-prev{left:12px}.gallery-next{right:12px}.gallery-dots{bottom:12px;display:flex;gap:7px;justify-content:center;left:0;position:absolute;right:0;z-index:3}.gallery-dot{background:hsla(0,0%,100%,.55);border:none;border-radius:50%;cursor:pointer;height:8px;padding:0;transition:all .2s ease;width:8px}.gallery-dot:hover{background:hsla(0,0%,100%,.85)}.gallery-dot.is-active{background:#fff;border-radius:5px;width:22px}@media (max-width:480px){.gallery-nav{height:34px;width:34px}}