.not-found__layout{background-color:var(--color-blue-99);justify-content:center;align-items:center;height:100vh;padding:30px;display:flex}.not-found__container{width:100%;max-width:800px}.not-found{color:#fff;aspect-ratio:.8;background-color:#000;border-radius:10px;flex-direction:column;justify-content:flex-end;align-items:center;padding:50px 30px;display:flex;position:relative;overflow:hidden;box-shadow:0 0 40px #0006}.not-found h1{font-size:var(--headline-main);color:#fff;margin:0;line-height:1.1}.not-found p{font-size:var(--headline-small);margin:0;font-weight:550}.not-found a{transition:opacity .2s ease-in-out}.not-found a:hover{opacity:.6}@media screen and (min-width:768px){.not-found{aspect-ratio:1.6}}.not-found__image{opacity:.5;z-index:2}.not-found__content{z-index:3;text-align:center;position:relative}.not-found__footer{justify-content:center;align-items:center;padding:20px 30px;display:flex}.not-found__footer a{color:#fff;font-weight:500;text-decoration:none}.not-found__logo{z-index:3;display:block;position:absolute;top:30px;left:30px}.not-found__logo svg{width:auto;height:40px}.not-found__logo svg path{fill:#fff}