.not-found-section{background-color:var(--color-primary);color:var(--color-primary-contrast)}.not-found-section .container{padding-top:var(--section-padding-block);padding-bottom:var(--section-padding-block);gap:var(--spacing-4);text-align:center;flex-direction:column;justify-content:center;align-items:center;height:65vh;display:flex}.not-found-section .container .img{max-width:768px}.not-found-section .container .title{font-size:var(--headline6);line-height:var(--headline6-line-height);font-family:var(--font-family-accent);font-weight:var(--font-weight-accent);font-style:var(--font-style-accent);text-transform:var(--text-transform-accent);letter-spacing:var(--letter-spacing-accent);font-weight:700}.not-found-section .container .description a{font-family:var(--font-family-accent);font-weight:var(--font-weight-accent);font-style:var(--font-style-accent);text-transform:var(--text-transform-accent);letter-spacing:var(--letter-spacing-accent);white-space:nowrap;font-weight:700;-webkit-text-decoration:underline;text-decoration:underline}@media (min-width:1024px){.not-found-section .container{height:75vh}.not-found-section .container .title{font-size:var(--headline5);line-height:var(--headline5-line-height)}}