@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))}}.hero-one{position:relative}@media(min-width: 768px){.hero-one::before{content:"";position:absolute;top:-1px;right:left;width:69px;height:125px;background:var(--wp--preset--color--tertiary-600);clip-path:polygon(0.068% 100%, 0% 100%, 0% 0%, 100% 0%, 0.068% 100%);z-index:2}}.hero-one::after{content:"";position:absolute;bottom:-1px;right:0;width:69px;height:125px;background:var(--wp--preset--color--tertiary-600);clip-path:polygon(99.932% 0%, 100% 0%, 100% 100%, 0% 100%, 99.932% 0%);z-index:2}
