.fp{position:relative;margin:22px 0 0;max-width:100%;padding:0}.fp-viewport{overflow:hidden}.fp-track{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1)}.fp-cell{min-width:100%}.fp-cell img{display:block;width:100%;height:82vh;object-fit:cover;background:#111}@media (min-width:761px){.fp{margin:26px auto 0;max-width:1200px;padding:0 20px}.fp-cell img{height:auto;aspect-ratio:16/9}.fp-cell img[src*=facility-06]{object-position:center 82%}}.fp-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:4;display:flex;align-items:center;justify-content:center;width:46px;height:46px;border:none;background:none;cursor:pointer;font-family:var(--display,"Bebas Neue",Impact,sans-serif);font-size:44px;line-height:0;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.6);transition:color .18s ease}.fp-btn:hover{color:var(--accent,#ff522b)}.fp-prev{left:16px}.fp-next{right:16px}.fp-dots{position:absolute;bottom:14px;left:0;right:0;z-index:4;display:flex;justify-content:center;gap:9px}.fp-dot{width:9px;height:9px;border-radius:50%;border:none;padding:0;background:hsla(0,0%,100%,.6);cursor:pointer;transition:.18s;box-shadow:0 1px 4px rgba(0,0,0,.5)}.fp-dot.on{background:var(--accent,#ff522b);transform:scale(1.3)}