@keyframes translateWobble{0%{opacity:0;transform:translate3d(calc(var(--z) * 0px), calc(var(--z) * 0px), calc(var(--z) * 0px))}100%{opacity:1;transform:translate3d(calc(var(--z) * 100px), calc(var(--z) * 100px), calc(var(--z) * 100px))}}.simple-hero__wrapper h1{position:relative}.simple-hero__wrapper h1::before{content:"";clip-path:polygon(60% 0, 100% 0%, 40% 100%, 0 100%);background:rgba(191,47,56,.4);position:absolute;top:-2rem;left:-2.75rem;height:135px;width:135px;z-index:-1}
