#moove_gdpr_cookie_info_bar{
	-webkit-text-size-adjust: 100%;
	line-height: 1.6;
	font-size: 16px;
	font-weight: 400;
	box-sizing: inherit;
	display: block;
	content-visibility: auto;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 60px;
	max-height: 400px;
	color: #fff;
	z-index: 9900;
	transition: bottom .3s cubic-bezier(.17,.04,.03,.94);
	font-family: Nunito,sans-serif;
	text-align: center;
	background-color: #202020;
	border-top: 1px solid #fff;
}
.moove-gdpr-info-bar-container{
	-webkit-text-size-adjust: 100%;
	line-height: 1.6;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	font-family: inherit;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	padding: 10px 40px;
	position: static;
	display: inline-block;
}
@media (max-width: 768px) { /* < Tablet Portait */
	.moove-gdpr-info-bar-container{
		padding: 10px 10px;
	}
}
.moove-gdpr-info-bar-content{
	-webkit-text-size-adjust: 100%;
	line-height: 1.6;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	font-family: inherit;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
	display: flex;
	align-items: center;
	width: 100%;
}
@media (max-width: 768px) { /* < Tablet Portait */
	.moove-gdpr-info-bar-content{
		padding-left: 0px;
		padding-right: 0px;
	}
}
.moove-gdpr-cookie-notice{
	-webkit-text-size-adjust: 100%;
	line-height: 1.6;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: left;
	font-family: inherit;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
}
.moove-gdpr-cookie-notice > p{
	-webkit-text-size-adjust: 100%;
	text-align: left;
	font-family: inherit;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	padding-bottom: 0;
	color: #fff;
}
.moove-gdpr-button-holder{
	-webkit-text-size-adjust: 100%;
	line-height: 1.6;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: left;
	font-family: inherit;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding-left: 3vw;
}

@media (max-width: 768px) { /* < Tablet Portait */
	.moove-gdpr-button-holder{
		display: unset;
	}
}
.mgbutton{
	-webkit-text-size-adjust: 100%;
	overflow: visible;
	-webkit-appearance: button;
	font-family: inherit;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	outline: none;
	font-size: 14px;
	line-height: 20px;
}
.mgbutton:hover{
	background-color: #fff;
}
.moove-gdpr-infobar-allow-all{
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	border-radius: 150px;
	padding: 8px 30px;
	transition: all .3s ease;
	border: none;
	display: inline-block;
	margin: 3px 4px;
	white-space: nowrap;
	text-transform: none;
	letter-spacing: 0;
	cursor: pointer;
	background-color: #0c4da2;
}
.moove-gdpr-infobar-allow-all:hover{
	color: #0c4da2;
}
.moove-gdpr-infobar-settings-btn{
	font-weight: 700;
	text-decoration: none;
	border-radius: 150px;
	padding: 8px 30px;
	transition: all .3s ease;
	border: none;
	display: inline-block;
	margin: 3px 4px;
	white-space: nowrap;
	text-transform: none;
	letter-spacing: 0;
	border-color: transparent;
	cursor: pointer;
	background-color: transparent;
	box-shadow: inset 0 0 0 1px currentColor;
	opacity: .7;
	color: #fff;
}
.moove-gdpr-infobar-settings-btn:hover{
	color: #202020;
}
.change-settings-button{
	-webkit-text-size-adjust: 100%;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	color: #fff;
	font-family: inherit;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	text-decoration: underline;
	cursor: pointer;
	transition: all .2s ease;
}

.cookiePopoutWrap{
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	outline: none!important;
	background: rgba(0,0,0,.9);
	display: none;
}
.cookiePopoutContainer{
	z-index: 9992;
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	max-width: 100%;
	max-height: 100%;
	outline: none!important;
}
.cookiePopoutContent{
	color: #000;
	background-color: #fff;
	width: 900px;
	width: 70vw;
	max-width: 1170px;
	min-height: 600px;
	border-radius: 10px;
	position: relative;
	margin: 0 auto;
	display: flex;
}
@media (max-width: 768px) { /* < Tablet Portait */
	.cookiePopoutContent{
		width: 90vw;
	}
}
.cookiePopoutCenter{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 30%);
}
@media (max-width: 768px) { /* < Tablet Portait */
	.cookiePopoutCenter{
		transform: translate(-50%, 4%);
	}
}
.cookiePopoutClose{
	position: absolute;
	top: 0%;
	right: 0%;
	width: 50px;
	height: 50px;
	transform: translate(50%, -50%);
	background-color: #0c4da2;
	border: 1px solid #0c4da2;
	color: #fff;
	border-radius: 100%;
	font-size: 40px;
}
.cookiePopoutClose:hover{
	background-color: #fff;
	color: #0c4da2;
}
.cookiePopoutClose > span{
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
}
.cookiePopoutBody{
	padding: 20px;
	padding-top: 10px;
	display: flex;
	flex-direction: column;
}
.cookiePopoutMain{
	width: 100%;
	overflow: hidden;
	flex: 7;
}
.cookiePopoutMain > p, .cookiePopoutText > p{
	padding-right: 30%;
	padding-bottom: 10px;
}
@media (max-width: 768px) { /* < Tablet Portait */
	.cookiePopoutMain > p, .cookiePopoutText > p{
		padding-right: unset;
		font-size: 0.85em;
	}
}
.cookiePopoutTitle{
	display: flex;
}

.cookiePopoutTitle > h2{
	margin-top: 0;
}
@media (max-width: 768px) { /* < Tablet Portait */
	.cookiePopoutTitle > h2{
		margin-bottom: 10px;
	}
	.cookiePopoutMain > h3{
		margin-bottom: 5px;
	}
}

.cookiePopoutTitle > img {
	margin-left: auto;
	margin-right: 2%;
	display: inline-block;
	width: auto;
	max-height: 75px;
}
@media (max-width: 768px) { /* < Tablet Portait */
	.cookiePopoutTitle > img {
		max-height: 60px;
	}
}
.cookiePopoutText {
	display: flex;
}
.cookiePopoutBarContainer {
	margin-top: 11px;
}
.cookiePopoutBarSwitch{
	position: relative;
	display: inline-block;
	width: 50px;
	height: 30px;
}
.cookiePopoutBarSwitch > input {
	display: none;
}
.cookiePopoutBarSlider{
	position: relative;
	width: 50px;
	height: 30px;
	display: block;
	border-radius: 34px;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: red;
	transition: .4s;
	margin: 0;
	padding: 0;
	overflow: visible;
	box-sizing: border-box;
}
.cookiePopoutBarSlider:before {
	background-color: #fff;
	bottom: 1px;
	content: "";
	height: 28px;
	left: 1px;
	position: absolute;
	transition: .4s;
	width: 28px;
	border-radius: 34px;
}
.cookiePopoutBarSwitch > input:checked + .cookiePopoutBarSlider {
	background-color: #2e9935;
}
.cookiePopoutBarSwitch > input:checked + .cookiePopoutBarSlider::before {
	transform: translateX(20px);
}
.cookiePopoutBarSwitch > input:checked + .cookiePopoutBarSlider::after{
	content: attr(data-text-enable);
	color: #2e9935;
}
.cookiePopoutBarSlider::after{
	content: attr(data-text-disabled);
	position: absolute;
	top: 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	color: red;
	display: block;
	white-space: nowrap;
	text-align: right;
	left: auto;
	right: 60px;
	transition: .4s;
}
@media (max-width: 768px) { /* < Tablet Portait */
	.cookiePopoutBarSlider::after{
		content: unset;
	}
	.cookiePopoutBarSwitch > input:checked + .cookiePopoutBarSlider::after{
		content: unset;
	}
}
.cookiePopoutFooter{
	width: 100%;
	flex: 2;
	align-items: center;
	display: flex;
}

.cookiePopoutFooter::before{
	content: "";
	position: absolute;
	bottom: 130px;
	left: 60px;
	right: 60px;
	height: 1px;
	display: block;
	background-color: #c9c8c8;
}
.cookiePopoutFooterButtons > button{
	border: 2px solid #0c4da2;
}
.hide-button{
	display: none;
}
