@charset "utf-8";

.__nuxt-error-page { align-items: center; background: rgb(247, 248, 251); color: rgb(71, 73, 78); display: flex; flex-direction: column; font-family: sans-serif; justify-content: center; padding: 1rem; text-align: center; text-size-adjust: 100%; -webkit-font-smoothing: antialiased; inset: 0px; position: absolute; font-weight: 100 !important; }

.__nuxt-error-page .error { max-width: 450px; }

.__nuxt-error-page .title { color: rgb(71, 73, 78); font-size: 1.5rem; margin-bottom: 8px; margin-top: 15px; }

.__nuxt-error-page .description { color: rgb(127, 130, 139); line-height: 21px; margin-bottom: 10px; }

.__nuxt-error-page a { text-decoration: none; color: rgb(127, 130, 139) !important; }

.__nuxt-error-page .logo { bottom: 12px; left: 12px; position: fixed; }