div.gdpr header {
	position: relative;
}

.gdpr-hidden {
	display: none;
}

.gdpr-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 99999999;
	display: none;
	backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
}

.gdpr * {
	font-family: 'Onest', Arial, sans-serif !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
    color: #17345B !important;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	outline: none;
	border: none;
	margin: 0;
	padding: 0;
}

.gdpr button {
	color: #000;
	font-weight: normal;
	font-size: 14px;
	margin: 0;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	line-height: 1.5;
	display: block;
}

.gdpr button:before,.gdpr button:after {
	display: inline-block;
	margin: 0;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	background: none;
}

.gdpr button:hover,.gdpr button:active,.gdpr button:focus {
	margin: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.gdpr img {
	width: 100% !important;
}

.gdpr.gdpr-privacy-bar {
	position: fixed;
	left: 0;
	width: 100%;
	color: #fff;
	z-index: 9999999;
    background-color: #96C2E8;
    color: #17345B;
    width: calc(100% - 2rem);
    margin: 0 1rem;
    left: 0;
    font-size: .875rem;
    right: 0;
    bottom: .75rem;
    border-radius: 1rem;
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper {
	padding: 1.5625rem 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
	.gdpr.gdpr-privacy-bar .gdpr-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 1.5rem;
	}
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper p {
	margin: 0;
	font-size: 14px;
	font-weight: normal;
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-content p {
	color: #ffffff;
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-content a {
	color: #fff;
	text-decoration: underline;
}

@media screen and (max-width: 1024px) {
	.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-content {
		padding: 0 0 1rem;
	}
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 640px) {
	.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right button:first-of-type {
	margin-left: 10px;
}

@media screen and (max-width: 640px) {
	.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right button:first-of-type {
		margin: 0 0 1.5rem;
	}
	.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right button:first-of-type:before {
		left: -7px;
	}
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right button:last-of-type {
	margin-right: 0;
	margin-left: 20px;
}

@media screen and (max-width: 640px) {
	.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right button:last-of-type {
		margin: 0
	}
}

.gdpr.gdpr-privacy-bar .gdpr-preferences {
	position: relative;
    display: inline-flex;
    align-items: center;
    font-family: "Onest", sans-serif;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 1rem;
    border-bottom: 2px solid;
    overflow: hidden;
    padding: .375rem .375rem .25rem;
    border-radius: .5rem;
    color: #0C1A31;
    border-bottom-color: #17345B;
}

.gdpr.gdpr-privacy-bar .gdpr-preferences:after {
	content: "";
    width: 0.75em;
    height: 0.75em;
    margin-left: 0.5em;
    margin-top: -0.05em;
    line-height: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../img/icons/arrow-down.svg);
    transform: rotate(-90deg) translateY(0);
}

.gdpr.gdpr-privacy-bar .gdpr-preferences:hover,.gdpr.gdpr-privacy-bar .gdpr-preferences:active,.gdpr.gdpr-privacy-bar 
.gdpr-preferences:focus,.gdpr.gdpr-privacy-bar .gdpr-preferences:focus-within,.gdpr.gdpr-privacy-bar .gdpr-preferences:visited
	{
	background: white;
}

.gdpr.gdpr-privacy-bar button {
	margin: 0 5px;
	padding: 9px 10px;
}

@media screen and (max-width: 640px) {
	.gdpr.gdpr-privacy-bar button {
		margin: 0;
	}
}

.gdpr.gdpr-privacy-bar .gdpr-agreement {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-family: "Onest", sans-serif;
    text-decoration: none;
    margin-left: .75rem;
    font-weight: 400;
    text-align: center;
    font-size: 1rem;
    padding: 1rem 2rem;
    transition: background-color 0.2scubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.2scubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 1rem;
    color: #0C1A31 !important;
    background-color: #fff !important;
	border: 1px solid #6B90B8;
}

@media (max-width: 768.98px) {
	.gdpr.gdpr-privacy-bar .gdpr-agreement {
        padding: .625rem 1.5rem;
    }
}

.gdpr.gdpr-privacy-bar .gdpr-agreement:hover {
	color: #0C1A31 !important;
    background-color: #C0DAF1 !important;
}

.gdpr.gdpr-privacy-bar .gdpr-agreement:active,.gdpr.gdpr-privacy-bar .gdpr-agreement:focus {
	border-color: #0C1A31;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper,.gdpr.gdpr-general-confirmation .gdpr-wrapper
	{
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 999999999;
	width: 100%;
	max-width: 900px;
	height: 100%;
	max-height: 560px;
	overflow: hidden;
	display: none;
	border-radius: 2.5px;
	padding: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper form,.gdpr.gdpr-general-confirmation .gdpr-wrapper form {
	position: relative;
	border-radius: 1rem;
	overflow: hidden;
	height: 100%;
	background-color: #fff;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper form>header,.gdpr.gdpr-general-confirmation .gdpr-wrapper form>header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 75px;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper form>header .logo,.gdpr.gdpr-general-confirmation .gdpr-wrapper form>header .logo
	{
	max-width: 30%;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper form>header .logo a,.gdpr.gdpr-general-confirmation .gdpr-wrapper form>header .logo a
	{
	padding: 0;
	margin: 0;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper form>header .logo a img,.gdpr.gdpr-general-confirmation .gdpr-wrapper form>header .logo a img
	{
	display: block;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper form>header .gdpr-box-title,.gdpr.gdpr-general-confirmation .gdpr-wrapper form>header .gdpr-box-title
	{
	padding: 3rem 2rem 2rem;
	background: #ffffff;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	position: relative;
}

@media screen and (max-width: 640px) {
	.gdpr.gdpr-privacy-preferences .gdpr-wrapper form>header .gdpr-box-title,.gdpr.gdpr-general-confirmation .gdpr-wrapper form>header .gdpr-box-title
	{
		padding: 2rem 1rem;
	}
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper form>header .gdpr-box-title h3,.gdpr.gdpr-general-confirmation .gdpr-wrapper form>header .gdpr-box-title h3
	{
	margin: 0 !important;
	padding: 0 !important;
	font-size: 32px !important;
}

@media screen and (max-width: 640px) {
	.gdpr.gdpr-privacy-preferences .gdpr-wrapper form>header .gdpr-box-title h3,.gdpr.gdpr-general-confirmation .gdpr-wrapper form>header .gdpr-box-title h3
		{
		font-size: 28px !important;
	}
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper form>header .gdpr-box-title .gdpr-close,.gdpr.gdpr-general-confirmation .gdpr-wrapper form>header .gdpr-box-title .gdpr-close
	{
	color: #fff;
	position: absolute;
	top: 1.5rem;
	right: 2rem;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
    height: 2rem;
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .5rem;
    border: 1px solid #0C1A31;
}

@media screen and (max-width: 640px) {
	.gdpr.gdpr-privacy-preferences .gdpr-wrapper form>header .gdpr-box-title .gdpr-close,.gdpr.gdpr-general-confirmation .gdpr-wrapper form>header .gdpr-box-title .gdpr-close
	{
		top: 1.125rem;
		right: 1rem;
	}
}


.gdpr.gdpr-privacy-preferences .gdpr-wrapper form>header .gdpr-box-title .gdpr-close:hover:before,.gdpr.gdpr-general-confirmation .gdpr-wrapper form>header .gdpr-box-title .gdpr-close:hover:before
	{
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper form>header .gdpr-box-title .gdpr-close:before,.gdpr.gdpr-general-confirmation .gdpr-wrapper form>header .gdpr-box-title .gdpr-close:before
	{
	content: '\00D7';
	line-height: 12.5px;
	font-size: 25px;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper form>footer,.gdpr.gdpr-general-confirmation .gdpr-wrapper form>footer
	{
	position: absolute;
	padding: 15px 32px 20px 270px;
	bottom: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: center;
	flex-direction: row-reverse;
}

@media screen and (max-width: 640px) {
	.gdpr.gdpr-privacy-preferences .gdpr-wrapper form>footer,.gdpr.gdpr-general-confirmation .gdpr-wrapper form>footer
		{
		left: 0;
		bottom: 5px;
		padding: 1rem;
	}
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper form>footer input,.gdpr.gdpr-general-confirmation .gdpr-wrapper form>footer input
	{
	    position: relative;
    display: inline-flex;
    align-items: center;
    font-family: "Onest", sans-serif;
    text-decoration: none;
    font-weight: 400;
    text-align: center;
    font-size: 1rem;
    padding: 1rem 2rem;
    transition: background-color 0.2scubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.2scubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 1rem;
    color: #0C1A31;
    background-color: #96C2E8;
	border: 1px solid #6B90B8;
}


@media (max-width: 768.98px) {
	.gdpr.gdpr-privacy-preferences .gdpr-wrapper form>footer input,.gdpr.gdpr-general-confirmation .gdpr-wrapper form>footer input {
        padding: .625rem 1.5rem;
    }
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper form>footer input:hover,.gdpr.gdpr-general-confirmation .gdpr-wrapper form>footer input:hover
	{
		color: #0C1A31;
		background-color: #6B90B8;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper form>footer input:active,.gdpr.gdpr-privacy-preferences .gdpr-wrapper form>footer input.focus,.gdpr.gdpr-general-confirmation .gdpr-wrapper form>footer input:active,.gdpr.gdpr-general-confirmation .gdpr-wrapper form>footer input.focus
	{
		color: #0C1A31;
		background-color: #6B90B8;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper form>footer span,.gdpr.gdpr-general-confirmation .gdpr-wrapper form>footer span
	{
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper form>footer span a,.gdpr.gdpr-general-confirmation .gdpr-wrapper form>footer span a
	{
		position: relative;
		display: inline-flex;
		align-items: center;
		font-family: "Onest", sans-serif;
		text-decoration: none !important;
		font-weight: 600;
		font-size: 1rem;
		border-bottom: 2px solid;
		overflow: hidden;
		padding: .375rem .375rem .25rem;
		border-radius: .5rem;
		color: #0C1A31;
		border-bottom-color: #17345B;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper form>footer span a::after,.gdpr.gdpr-general-confirmation .gdpr-wrapper form>footer span a::after
	{
		content: "";
		width: 0.75em;
		height: 0.75em;
		margin-left: 0.5em;
		margin-top: -0.05em;
		line-height: 0;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url(../../img/icons/arrow-down.svg);
		transform: rotate(-90deg) translateY(0);
	}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper form>footer span a:hover,.gdpr.gdpr-general-confirmation .gdpr-wrapper form>footer span a:hover
	{
	background-color: white;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-mobile-menu,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-mobile-menu
	{
	display: none;
}

@media screen and (max-width: 640px) {
	.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-mobile-menu,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-mobile-menu
		{
		padding: 0 1rem;;
		display: block;
	}
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-mobile-menu button,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-mobile-menu button
	{
	width: 100%;
	background-color: #fff;
	color: #0C1A31;
	font-size: 14px;
	text-align: left;
	padding: 0 1rem;
	border-radius: 1rem;
	border: 1px solid #C2C2C2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 0;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-mobile-menu button:hover,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-mobile-menu button:hover
	{
	font-weight: 600;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-mobile-menu button:hover:after,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-mobile-menu button:hover:after
	{
	
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-mobile-menu button:after,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-mobile-menu button:after
	{
    content: '';
    width: 1.5rem;
    height: 2.5rem;
    margin-left: 0.5em;
    margin-top: -0.05em;
    line-height: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    background-image: url(../../img/icons/arrow-down.svg);
    background-size: 1rem;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-mobile-menu button.gdpr-active:after,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-mobile-menu button.gdpr-active:after
	{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 1rem;
	height: calc(100% - 125px);
	background: #fff;
}

@media screen and (max-width: 640px) {
	.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content
		{
		position: relative;
		padding: 0 1rem;
		height: calc(100% - 125px);
	}
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs
	{
	border: 1px solid #6B90B8;
	min-width: 210px;
	padding: 0.5rem;
	overflow: hidden;
	border-radius: 1rem;
	margin: 0 2rem;
	overflow-y: auto;
	background-color: #96C2E8;
	position: relative;
}

@media screen and (max-width: 640px) {
	.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs
		{
			position: absolute;
			right: 16px;
			left: 16px;
			height: -moz-fit-content;
			height: fit-content;
			width: calc(100% - 32px);
			margin: 0;
			margin-top: 0.5rem;
			display: none;
			z-index: 1;
	}
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li
	{
	list-style: none;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li button,.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li a,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li button,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li a
	{
	display: block;
	width: 100%;
	padding: 0.5rem 0;
	text-align: left;
	font-size: 1rem;
}

@media screen and (max-width: 640px) {
	.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li button,.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li a,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li button,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li a
		{
		padding: 15px;
		line-height: 1;
	}
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li button:hover,.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li a:hover,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li button:hover,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li a:hover
	{
	font-weight: 600;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li button.gdpr-active,.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li a.gdpr-active,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li button.gdpr-active,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li a.gdpr-active
	{
	font-weight: 600;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li button.gdpr-active:hover,.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li a.gdpr-active:hover,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li button.gdpr-active:hover,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li a.gdpr-active:hover
	{
	color: #fff;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li button.gdpr-active:after,.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li a.gdpr-active:after,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li button.gdpr-active:after,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li a.gdpr-active:after
	{
	
}

@media screen and (max-width: 640px) {
	.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li button.gdpr-active:after,.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li a.gdpr-active:after,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li button.gdpr-active:after,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li a.gdpr-active:after
		{
		display: none;
	}
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li .gdpr-subtabs,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li .gdpr-subtabs
	{
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	border: 0;
	margin: 0 0 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li .gdpr-subtabs li button,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li .gdpr-subtabs li button
	{
	background-color: transparent;
	font-size: 1rem;
	line-height: 18px;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li .gdpr-subtabs li button.gdpr-active,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li .gdpr-subtabs li button.gdpr-active
	{
	font-weight: 600;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tabs li .gdpr-subtabs li button.gdpr-active:after,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tabs li .gdpr-subtabs li button.gdpr-active:after
	{
	border: none;
	content: '';
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content
	{
	width: 100%;
	padding-bottom: 68px;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content>div,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content>div
	{
	display: none;
	padding: 20px 32px 0 0;
	overflow-y: auto;
	font-size: 13px;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content>div,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content>div
		{
			padding: 1.125rem 0;
	}
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content>div header,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content>div header
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content>div header h4,.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content>div header label,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content>div header h4,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content>div header label
	{
	margin: 0;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content>div header h4,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content>div header h4
	{
	font-size: 1.75rem;
	font-weight: 600 !important;
	padding-right: 10px;
}

@media screen and (max-width: 640px) {
	.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content>div header h4,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content>div header h4
	{
		font-size: 1.5rem !important;
	}
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info
	{
	height: 100%;
	overflow-y: auto;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-top: 20px;
	position: relative;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info>p,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info>p
	{
	margin-bottom: 16px;
	font-size: 1rem;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info strong,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info strong
	{
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	display: block;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info .gdpr-cookies-used,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info .gdpr-cookies-used
	{
	font-family: 'Onest', Arial, sans-serif;
	border-radius: 1rem;
	margin-bottom: 10px;
	background-color: #F9F4EB;
	font-size: 1rem;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info .gdpr-cookies-used:first-of-type,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info .gdpr-cookies-used:first-of-type
	{
	padding-top: 0;
	overflow: hidden;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title
	{
	padding: 1rem 1.125rem;
	color: #32373c;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title p,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title p
	{
	margin: 0;
	font-weight: 600 !important;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title .gdpr-always-active,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title .gdpr-always-active
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 16px;
	min-height: 24px;
	text-align: center;
	border-radius: 50px;
	line-height: 16px;
	background-color: #DFEDF8;
	color: #fff;
	font-style: normal;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title a,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title a
	{
	color: #0073aa;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title a:hover,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info .gdpr-cookies-used .gdpr-cookie-title a:hover
	{
	color: #00a0d2;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info .gdpr-cookies-used .gdpr-cookies,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info .gdpr-cookies-used .gdpr-cookies
	{
	background-color: #F9F4EB;
	padding: 1rem 1.125rem;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info .gdpr-cookies-used .gdpr-cookies span,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content>div .gdpr-info .gdpr-cookies-used .gdpr-cookies span
	{
	font-style: italic;
}

.gdpr.gdpr-privacy-preferences .gdpr-wrapper .gdpr-content .gdpr-tab-content .gdpr-active,.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content .gdpr-tab-content .gdpr-active
	{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.gdpr.gdpr-general-confirmation .gdpr-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 400px;
	min-height: 250px;
}

.gdpr.gdpr-general-confirmation .gdpr-wrapper>header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.gdpr.gdpr-general-confirmation .gdpr-wrapper>header .logo {
	max-width: 30%;
}

.gdpr.gdpr-general-confirmation .gdpr-wrapper>header .logo a {
	padding: 0;
	margin: 0;
}

.gdpr.gdpr-general-confirmation .gdpr-wrapper>header .logo a img {
	display: block;
}

.gdpr.gdpr-general-confirmation .gdpr-wrapper>header .gdpr-box-title {
	background: #23282d;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.gdpr.gdpr-general-confirmation .gdpr-wrapper>header .gdpr-box-title h3
	{
	margin: 0 !important;
	padding: 0 !important;
	text-align: center !important;
	color: #fff !important;
	font-weight: 600 !important;
	font-size: 22px !important;
}

@media screen and (max-width: 640px) {
	.gdpr.gdpr-general-confirmation .gdpr-wrapper>header .gdpr-box-title h3
		{
		font-size: 18px !important;
	}
}

.gdpr.gdpr-general-confirmation .gdpr-wrapper>header .gdpr-box-title .gdpr-close
	{
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding: 15px 15px;
	line-height: 0;
}

.gdpr.gdpr-general-confirmation .gdpr-wrapper>header .gdpr-box-title .gdpr-close:hover:before
	{
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

.gdpr.gdpr-general-confirmation .gdpr-wrapper>header .gdpr-box-title .gdpr-close:before
	{
	content: '\00D7';
	line-height: 12.5px;
	font-size: 25px;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gdpr.gdpr-general-confirmation .gdpr-wrapper>footer {
	background: #f1f1f1;
	padding: 20px;
}

.gdpr.gdpr-general-confirmation .gdpr-wrapper>footer button {
	font-size: 13px;
	font-weight: normal;
	line-height: 26px;
	height: 28px;
	margin: 0;
	padding: 0 10px 1px;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #0085ba;
	border-color: #0073aa #006799 #006799;
	-webkit-box-shadow: 0 1px 0 #006799;
	box-shadow: 0 1px 0 #006799;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799,
		-1px 0 1px #006799;
	display: inline;
}

.gdpr.gdpr-general-confirmation .gdpr-wrapper>footer button:hover {
	background: #008ec2;
	border-color: #006799;
}

.gdpr.gdpr-general-confirmation .gdpr-wrapper>footer button:active,.gdpr.gdpr-general-confirmation .gdpr-wrapper>footer button.focus
	{
	background: #0073aa;
	border-color: #006799;
	-webkit-box-shadow: inset 0 2px 0 #006799;
	box-shadow: inset 0 2px 0 #006799;
	vertical-align: top;
}

.gdpr.gdpr-general-confirmation .gdpr-wrapper>footer button.gdpr-cancel
	{
	color: #555;
	border-color: #ccc;
	background: #f7f7f7;
	-webkit-box-shadow: 0 1px 0 #ccc;
	box-shadow: 0 1px 0 #ccc;
	text-shadow: none;
}

.gdpr.gdpr-general-confirmation .gdpr-wrapper>footer button.gdpr-cancel:hover
	{
	background: #fafafa;
	border-color: #999;
	color: #23282d;
	-webkit-box-shadow: 0 1px 0 #ccc;
	box-shadow: 0 1px 0 #ccc;
}

.gdpr.gdpr-general-confirmation .gdpr-wrapper>footer button.gdpr-cancel:active,.gdpr.gdpr-general-confirmation .gdpr-wrapper>footer button.gdpr-cancel:focus
	{
	background: #eee;
	border-color: #999;
	-webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
	-webkit-transform: translateY(1px);
	-ms-transform: translateY(1px);
	transform: translateY(1px);
	color: #23282d;
}

.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content {
	padding: 20px 20px 0 20px;
	height: auto;
}

.gdpr.gdpr-general-confirmation .gdpr-wrapper .gdpr-content p {
	margin: 0;
}

.gdpr-switch {
	position: relative;
	display: inline-block;
	min-width: 45px;
	height: 24px;
	margin-bottom: 0;
}

.gdpr-switch input {
	display: none;
}

.gdpr-switch .gdpr-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.gdpr-switch .gdpr-slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.gdpr-switch .gdpr-slider.round {
	border-radius: 34px;
}

.gdpr-switch .gdpr-slider.round:before {
	border-radius: 50%;
}

.gdpr-switch input:checked+.gdpr-slider {
	background-color: #96C2E8;
}

.gdpr-switch input:checked+.gdpr-slider:before {
	-webkit-transform: translateX(21px);
	-ms-transform: translateX(21px);
	transform: translateX(21px);
}

.gdpr-switch input:focus+.gdpr-slider {
	-webkit-box-shadow: 0 0 1px #00b9eb;
	box-shadow: 0 0 1px #00b9eb;
}

.gdpr-reconsent-modal {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 99999;
}

.gdpr-reconsent-modal .gdpr-reconsent-modal-content {
	width: 90%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media screen and (min-width: 640px) {
	.gdpr-reconsent-modal .gdpr-reconsent-modal-content {
		width: 50%;
	}
}

.gdpr-reconsent-modal .gdpr-reconsent-modal-content .gdpr-privacy-viewer
	{
	height: 50vh;
	width: 100%;
	border: 1px solid #cecece;
	padding: 20px;
	overflow: auto;
}

.gdpr-reconsent-modal .gdpr-reconsent-modal-content textarea {
	resize: none;
}

.gdpr-reconsent-modal .gdpr-reconsent-modal-content .gdpr-consent-buttons
	{
	text-align: center;
	margin: 15px 0;
}

.gdpr-reconsent-modal .gdpr-reconsent-modal-content .gdpr-consent-buttons a
	{
	padding: 10px 20px;
	display: inline-block;
	margin: 0 10px;
	color: #fff;
	border-radius: 5px;
}

.gdpr-reconsent-modal .gdpr-reconsent-modal-content .gdpr-consent-buttons a.gdpr-agree {
	background: #28a745;
}

.gdpr-reconsent-modal .gdpr-reconsent-modal-content .gdpr-consent-buttons a.gdpr-disagree {
	color: #455561;
	padding: 0;
}

.gdpr-reconsent-modal .gdpr-reconsent-modal-content .gdpr-consent-loading {
	display: none;
	text-align: center;
	margin: 15px 0;
}

.gdpr-reconsent-modal .gdpr-reconsent-modal-content .gdpr-consent-loading .gdpr-loading {
	padding: 10px 20px;
	display: inline-block;
	margin: 0 10px;
}