.hero{width:100%;position:relative;background-position:center center;background-size:cover;background-repeat:no-repeat}.hero:after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .2)}.hero.full{height:100vh}.hero.half{height:50vh}.hero.editor.full{height:70vh}.hero.editor.half{height:40vh}.hero__icon{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);width:10%;max-width:120px;aspect-ratio:2;z-index:1}.hero__icon img{width:100%;height:100%;filter:invert(100%) sepia(6%) saturate(252%) hue-rotate(173deg) brightness(116%) contrast(100%);object-fit:fill}.hero__content{position:relative;display:inline-block;width:auto;top:50%;left:0;transform:translateY(-50%);color:var(--white);z-index:1;padding-left:4%;background-color:rgb(0 0 0 / .2);box-shadow:0 0 60px 60px rgb(0 0 0 / .2)}.hero__content h1,.hero__content h2{color:var(--white)}