.hero-module .swiper-slide{height:calc(100vh - 240px);position:relative}.hero-module .label{background-color:var(--header-label-bgcolor);color:var(--header-label-txtcolor);font-weight:600;left:0;letter-spacing:-.02em;max-width:var(--header-label-max-width);padding:4rem calc(2rem + var(--container-gutter-x));position:absolute;top:0;width:var(--header-label-width);z-index:2}.hero-module .inner{height:100%;z-index:0}.hero-module .swiper .btn-prev-wrapper{left:calc(var(--container-gutter-x) - 1rem);position:absolute;top:50%;transform:translateY(-50%);z-index:2}.hero-module .swiper .btn-next-wrapper{position:absolute;right:calc(var(--container-gutter-x) - 1rem);top:50%;transform:translateY(-50%);z-index:2}.hero-module picture{display:block;height:100%;overflow:hidden;width:100%}.hero-module picture img{display:block;height:100%;object-fit:cover;width:100%}@media (max-width:768px){.hero-module{display:flex;flex-direction:column}.hero-module .swiper{order:1}.hero-module .swiper-slide{height:calc(70vh - var(--header-height) - 100px);position:relative}.hero-module .label{order:2;padding:2rem;position:relative;width:100%}}