.page404{background-color:var(--background-color-primary)}.page404__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:var(--site-max-width);margin-inline:auto;padding:var(--spacing-8xl) var(--spacing-sm-5xl);text-align:center;min-height:60vh}.page404__inner h1{color:var(--text-midnight);text-wrap:balance}.page404__inner p{color:var(--text-primary-coal)}.page404__inner .button{color:var(--text-white);font-weight:600;text-transform:uppercase}.page404 .illustration svg path{stroke-dasharray:1000;stroke-dashoffset:1000;animation:stroke 2s ease-in-out forwards}.page404 .illustration svg path:first-child{animation-delay:0s}.page404 .illustration svg path:nth-child(2){animation-delay:.2s}.page404 .illustration svg path:nth-child(3){animation-delay:.4s}.page404 .illustration svg path:nth-child(4){animation-delay:.6s}.page404 .illustration svg path:nth-child(5){animation-delay:.8s}.page404 .illustration svg path:nth-child(6){animation-delay:1s}@keyframes stroke{to{stroke-dashoffset:0}}