/* Cookie Consent */
.cookie-consent {
	background: #fff;
	padding: 24px 10px;
	z-index: 2;
}

.cookie-consent a,
.cookie-consent a:hover {
	color: #4d80cf;;
}
.cookie-consent a {
	text-decoration: none;
}

.cookie-consent a:hover {
	text-decoration: underline;
}

.cookie-consent .full {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 1024px;
}

.cookie-consent .confirm-button {
	background: #413f6f;
	color: #fff;
	padding: 10px 30px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
}

.cookie-consent .confirm-button:hover {
	background-color: #4A4371 !important;
}

.cookie-consent .full > div:first-child {
	margin-right: auto;
	color: #707070;
	line-height: 23px;
}

@media (max-width: 1024px) {
	.cookie-consent .full {
		width: 100% !important;
		padding: 0 10px !important;
		box-sizing: border-box;
	}
	.cookie-consent .full > div:first-child {
		margin-right: 0;
		margin-bottom: 10px;
	}
}