.not-found{height:100dvh}@layer mixins{.not-found{flex-direction:column;justify-content:center;align-items:center;display:flex}.not-found__content-container{justify-content:center;align-items:center;display:flex}}.not-found__image{max-width:min(690px,100vw);height:auto;margin:max(-105px,-15vw) 0}@media (max-width:999px) and (orientation:landscape) and (hover:none){.not-found__image{display:none}}.not-found__content-container{text-align:center;gap:var(--spacing-xs);flex-direction:column}.not-found__title{font:var(--title-md-black);padding:0 var(--spacing-2xl);margin:0}@media (min-width:1000px){.not-found__title{font:var(--title-lg-black)}}.not-found__description{font:var(--body-md-regular);padding:0 var(--spacing-2xl);margin:0}@media (min-width:1000px){.not-found__description{font:var(--body-lg-regular)}}.not-found__home-button{margin-top:var(--spacing-xl)}body:has(.not-found){background-color:var(--dark-purple-500)}:is(body:has(.not-found) .widgets-wrapper,body:has(.not-found) .header-wrapper,body:has(.not-found) .main-footer,body:has(.not-found) .right-side-buttons){display:none}