.error-page{min-height:100vh;display:grid;align-items:center;justify-items:center;place-items:center;background:linear-gradient(135deg,var(--brand-primary-dark),var(--brand-secondary))}.error-panel{width:100%;padding:90px 0;text-align:center}.error-panel span{display:block;color:var(--brand-primary-light);font-size:max(4rem, min(12vw, 9rem));font-weight:800;line-height:1}.error-panel h1,.error-panel p{color:var(--brand-text-inverse)}.error-panel p{max-width:520px;margin:0 auto 28px}