.__nuxt-error-page {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	align-items: center;
	background: #f7f8fb;
	bottom: 0;
	color: #47494e;
	display: flex;
	flex-direction: column;
	font-family: sans-serif;
	font-weight: 100 !important;
	justify-content: center;
	left: 0;
	padding: 1rem;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0
}

.__nuxt-error-page .error {
	max-width: 450px
}

.__nuxt-error-page .title {
	color: #47494e;
	font-size: 1.5rem;
	margin-bottom: 8px;
	margin-top: 15px
}

.__nuxt-error-page .description {
	color: #7f828b;
	line-height: 21px;
	margin-bottom: 10px
}

.__nuxt-error-page a {
	color: #7f828b !important;
	-webkit-text-decoration: none;
	text-decoration: none
}

.__nuxt-error-page .logo {
	bottom: 12px;
	left: 12px;
	position: fixed
}
