.hero_slide{position:relative;display:flex;align-items:center;overflow:hidden;
            min-height:calc(100svh - var(--uslider-header-h,0px))}
@supports not (height:100svh){
  .hero_slide{min-height:calc(100vh - var(--uslider-header-h,0px))}
}
.hero_slide--noanim .reveal{transition:none!important}
.hero_bg{position:absolute;inset:0;width:100%;height:100%}
.hero_bg picture{display:block;height:100%}
.hero_content_title{position:relative;z-index:2;padding:3rem 0}
.hero .hero_content_title h1{width:auto;max-width:856px}
.hero .hero_content_title p{max-width:680px;font-size:1.25rem;color:rgba(255,255,255,.5)}
.hero .carousel-control-prev,.hero .carousel-control-next,.hero .carousel-indicators{z-index:3}
@media (prefers-reduced-motion:reduce){
  .hero .reveal{opacity:1;transform:none;transition:none}
}
