.heroelement{--font-clr: var(--white)}.heroelement .hero__slide{--headline-clr: var(--white);position:relative;height:clamp(250px, 85rem, 70svh);background:black;background:linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%)}.heroelement .hero__media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-1}.heroelement .hero__media img,.heroelement .hero__media video{width:100%;height:100%;object-fit:cover}.heroelement .hero__content{position:absolute;inset:0;bottom:8rem;display:flex;flex-direction:column;justify-content:end;align-items:center;color:var(--white);z-index:1}.heroelement .swiper__controls{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);width:100%;justify-content:start;margin-inline:auto}.heroelement .element__subtitle *,.heroelement .element__subtitle{--size: 2rem;font-size:var(--size);position:relative;text-transform:uppercase;padding-inline:calc(var(--size) * 2);white-space:nowrap;margin-bottom:1rem;display:inline-block;line-height:var(--size);font-weight:bold}@media screen and (max-width:767.98px){.heroelement .element__subtitle *,.heroelement .element__subtitle{--size: 0.938rem}}.heroelement .element__subtitle *:before,.heroelement .element__subtitle *:after,.heroelement .element__subtitle:before,.heroelement .element__subtitle:after{content:"";position:absolute;width:var(--size);height:var(--size);background-color:var(--clr-accent);display:inline-block}.heroelement .element__subtitle *:before,.heroelement .element__subtitle:before{left:0}.heroelement .element__subtitle *:after,.heroelement .element__subtitle:after{left:calc(100% - var(--size));width:calc(var(--size) * 8)}