.hero{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;background:#262524;color:#fff;padding:8em 0 5em;position:relative;overflow:clip;z-index:1}@media (min-width:990px){.hero{padding:10em 0}}.hero:has(img):before{content:"";display:inline-block;background:rgba(38,37,36,.5);width:100%;height:100%;position:absolute;inset:0;z-index:-1}.hero__image{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:block;height:100%;width:100%;object-fit:cover;position:absolute;inset:0;z-index:-2;transform:scale(1.5);animation:20s kenburnEffect forwards .3s}@keyframes kenburnEffect{0%{transform:scale(1.5)}to{transform:scale(1)}}@media (min-width:990px){.hero__content{width:100%;max-width:950px}}.hero__content-title{margin:0 0 .5em}@media (min-width:990px){.hero__content-title{max-width:20ch}}.hero__content-text{max-width:60ch;margin:0 0 1.5em}@media (min-width:990px){.hero--compact{padding:10em 0}}