/* Banner slider generated from the Admin content module. */
.hero-image-wrap{position:relative}
.hero-slider{position:relative;display:grid;overflow:hidden;background:#d9edf7;isolation:isolate}
.hero-slides{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto}
.hero-slide{grid-area:1/1;min-width:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .45s ease,visibility .45s ease}
.hero-slide.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:1}
.hero-slide>a,.hero-slide>div,.hero-slide picture{display:block;width:100%}
.hero-slide img{display:block;width:100%;height:auto}
.hero-slide a:focus-visible{position:relative;z-index:3;outline:4px solid rgba(255,255,255,.9);outline-offset:-6px}
.hero-slider-controls{position:absolute;z-index:5;left:50%;bottom:14px;display:flex;align-items:center;gap:8px;max-width:calc(100% - 24px);padding:7px 9px;border:1px solid rgba(255,255,255,.36);border-radius:999px;background:rgba(5,35,71,.68);box-shadow:0 8px 22px rgba(0,0,0,.18);backdrop-filter:blur(8px);transform:translateX(-50%)}
.hero-slider-button,.hero-slider-pause,.hero-slider-dot{border:0;color:#fff;background:transparent}
.hero-slider-button,.hero-slider-pause{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;font-size:1.25rem;line-height:1}
.hero-slider-button:hover,.hero-slider-pause:hover,.hero-slider-button:focus-visible,.hero-slider-pause:focus-visible{background:rgba(255,255,255,.18)}
.hero-slider-dots{display:flex;align-items:center;gap:7px}
.hero-slider-dot{width:10px;height:10px;padding:0;border:2px solid rgba(255,255,255,.9);border-radius:50%}
.hero-slider-dot.is-active{background:#fff;box-shadow:0 0 0 3px rgba(255,255,255,.2)}
.hero-slider-live{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:640px){
  .hero-slider-controls{bottom:8px;gap:5px;padding:5px 7px}
  .hero-slider-button,.hero-slider-pause{width:30px;height:30px;font-size:1.05rem}
  .hero-slider-dot{width:9px;height:9px}
}
@media(prefers-reduced-motion:reduce){
  .hero-slide{transition:none}
}
