.cookie-consent
{
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(26, 29, 32, .9);
	z-index: 201;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 15px;
	overflow: hidden;

	display: flex;
	flex-wrap: wrap;

	-webkit-transition: opacity ease-in-out .4s, visibility ease-in-out .4s;
	-moz-transition: opacity ease-in-out .4s, visibility ease-in-out .4s;
	-o-transition: opacity ease-in-out .4s, visibility ease-in-out .4s;
	transition: opacity ease-in-out .4s, visibility ease-in-out .4s;
}

.no-scroll .cookie-consent
{
	overflow-y: scroll;
}

.cookie-consent--show
{
	opacity: 1;
	visibility: visible;
}

.cookie-consent h1,
.cookie-consent h2,
.cookie-consent h3,
.cookie-consent h4,
.cookie-consent h5,
.cookie-consent h6
{
	color: inherit;
}

.cookie-consent__wrap
{
	width: 100%;
	padding-top: 10vh;
	padding-bottom: 10vh;
	margin: auto;
}

.cookie-consent__intro-text
{
	text-align: center;
	font-weight: lighter;
}

.cookie-consent__icon
{
	display: block;
	margin: 0 auto;
}

.cookie-consent__icon .fa-lock
{
	color: #1A1D20;
}

.cookie-consent__headline
{
	margin: 35px 0 20px;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
}

@media (max-width: 575px)
{
	.cookie-consent__headline
	{
		font-size: 40px;
	}
}

.cookie-consent__list
{
	margin: 50px 0 0;
}

.cookie-consent__list-group,
.cookie-consent__list-entry,
.cookie-consent__list-cookie,
.cookie-consent__list-group > li,
.cookie-consent__list-entry > li,
.cookie-consent__list-cookie > li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.cookie-consent__list-group > li
{
	margin: 40px 0 0;
}

.cookie-consent__list-group > li:first-child
{
	margin-top: 0;
}

.cookie-consent__list-group--horizontal
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -20px 0 0;
}

.cookie-consent__list-group--horizontal > li,
.cookie-consent__list-group--horizontal > li:first-child
{
	margin: 20px 10px 0 10px;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.cookie-consent__list-entry,
.cookie-consent__list-cookie
{
	margin: 49px 0 0;
}

.cookie-consent__list-entry > li
{
	background-color: #fff;
	border-radius: 10px;
	padding: 14px 24px;
	margin: 15px 0 0;
	color: #1A1D20;
}

.cookie-consent__list-entry > li:first-child
{
	margin-top: 0;
}

.cookie-consent__list-cookie > li
{
	position: relative;
	padding: 71px 0 0;
}

.cookie-consent__list-cookie > li:first-child
{
	padding-top: 0;
}

.cookie-consent__list-cookie > li:before
{
	content: '';
	position: absolute;
	left: 10.625em;
	top: 35px;
	right: 0;
	height: 1px;
	background-color: #1A1D20;
}

@media (max-width: 767px)
{
	.cookie-consent__list-cookie > li:before
	{
		left: 0;
	}
}

.cookie-consent__list-cookie > li:first-child:before
{
	display: none;
}

.cookie-consent__cookie-data,
.cookie-consent__cookie-data > dt,
.cookie-consent__cookie-data > dd
{
	margin: 0;
	padding: 0;
}

.cookie-consent__cookie-data > dt
{
	float: left;
	min-width: 10.625em;
	margin: 10px 0 0;
}

.cookie-consent__cookie-data > dd
{
	margin-left: 10.625em;
}

.cookie-consent__cookie-data > dt,
.cookie-consent__cookie-data > dd
{
	margin-top: 10px;
}

@media (max-width: 767px)
{
	.cookie-consent__cookie-data > dt
	{
		float: none;
		margin: 24px 0 0;
	}

	.cookie-consent__cookie-data > dd
	{
		margin-left: 0;
		margin-top: 0;
	}
}

.cookie-consent__list-group-headline,
.cookie-consent__list-entry-headline
{
	font-weight: bold;
}

.cookie-consent__list-group-count,
.cookie-consent__list-entry-count
{
	font-weight: 300;
}

.cookie-consent__list-group-head-inner,
.cookie-consent__list-entry-head-inner
{
	border-bottom: 1px solid currentColor;
	padding: 0 0 11px;
	margin: 0 0 11px;
}

a.cookie-consent__list-group-more-button,
a.cookie-consent__list-entry-more-button
{
	color: inherit;
	text-decoration: none;
}

.cookie-consent__list-group-more,
.cookie-consent__list-entry-more
{
	overflow: hidden;
	height: 0;
	opacity: 0;

	-webkit-transition: opacity ease-in-out .4s;
	-moz-transition: opacity ease-in-out .4s;
	-o-transition: opacity ease-in-out .4s;
	transition: opacity ease-in-out .4s;
}

.cookie-consent__list-group-more.open,
.cookie-consent__list-entry-more.open
{
	opacity: 1;
}

.cookie-consent__button
{
	display: inline-block;
	text-align: center;
	background: #fff;
	color: #1A1D20;
	box-shadow: none;
	border-radius: 15px;
	border: 0;
	padding: 17px 16px;
	line-height: 1.11111;
	font-weight: bold;
	white-space: normal;
	width: 188px;
}

.cookie-consent__button--outline
{
	color: #fff;
	box-shadow: 0 1px 0 0 #fff inset, 0 -1px 0 0 #fff inset, -1px 0 0 0 #fff inset, 1px 0 0 0 #fff inset;
	background: transparent;
	font-weight: 300;
	text-transform: none;
}

.cookie-consent__save-options
{
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 200px;
}

.cookie-consent__button-wrap
{
	display: flex;
	margin: 30px 0 0;
	justify-content: center;
}

.cookie-consent__button
{
	margin: 0 10px;
}

.cookie-consent__footer-inner
{
	margin: 50px 0 0;
	text-align: center;
}

.cookie-consent__footer-outer
{
	margin: 13px 0 0;
	text-align: center;
}

a.cookie-consent__options-link,
a.cookie-consent__back,
a.cookie-consent__footer-link
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a.cookie-consent__footer-link
{
	font-weight: 300;
}

.cookie-consent__options,
.cookie-consent--show-options .cookie-consent__main
{
	display: none;
}

.cookie-consent--show-options .cookie-consent__options
{
	display: block;
}

/* Designs */
/* design-light */

.cookie-consent--design-light
{
	color: #1A1D20;
	background: rgba(253, 253, 253, .9);
}

.cookie-consent--design-light .cookie-consent__icon .fa-lock
{
	color: #fff;
}

.cookie-consent--design-light .cookie-consent__list-entry > li
{
	background-color: #1A1D20;
	color: #fff;
}

.cookie-consent--design-light .cookie-consent__list-cookie > li:before
{
	background-color: #fff;
}

.cookie-consent--design-light .cookie-consent__button
{
	background: #1A1D20;
	color: #fff;
}

.cookie-consent--design-light .cookie-consent__button--outline
{
	color: #1A1D20;
	box-shadow: 0 1px 0 0 #1A1D20 inset, 0 -1px 0 0 #1A1D20 inset, -1px 0 0 0 #1A1D20 inset, 1px 0 0 0 #1A1D20 inset;
	background-color: transparent;
}

.cookie-consent--design-light a.cookie-consent__options-link,
.cookie-consent--design-light a.cookie-consent__back,
.cookie-consent--design-light a.cookie-consent__footer-link
{
	color: #1A1D20;
}

.cookie-consent--design-light .custom-switch-2-button
{
	box-shadow: 0 1px 0 0 #1A1D20 inset, 0 -1px 0 0 #1A1D20 inset, -1px 0 0 0 #1A1D20 inset, 1px 0 0 0 #1A1D20 inset;
}

.cookie-consent--design-light .custom-switch-2.dark .custom-switch-2-button
{
	box-shadow: 0 1px 0 0 #fff inset, 0 -1px 0 0 #fff inset, -1px 0 0 0 #fff inset, 1px 0 0 0 #fff inset;
}

.cookie-consent--design-light .custom-switch-2-button:before
{
	background-color: #1A1D20;
}

.cookie-consent--design-light .custom-switch-2.dark .custom-switch-2-button:before
{
	background-color: #fff;
}

.cookie-consent--design-light .custom-switch-2-button-active,
.cookie-consent--design-light .custom-switch-2.dark .custom-switch-2-button-inactive,
.cookie-consent--design-light .custom-switch-2 input:checked ~ .custom-switch-2-button .custom-switch-2-button-inactive,
.cookie-consent--design-light .custom-switch-2.dark input:checked ~ .custom-switch-2-button .custom-switch-2-button-active,
.cookie-consent--design-light .custom-switch-2.dark input:indeterminate ~ .custom-switch-2-button .custom-switch-2-button-active,
.cookie-consent--design-light .custom-switch-2.dark input:indeterminate ~ .custom-switch-2-button .custom-switch-2-button-inactive
{
	color: #1A1D20;
}

.cookie-consent--design-light .custom-switch-2-button-inactive,
.cookie-consent--design-light .custom-switch-2.dark .custom-switch-2-button-active,
.cookie-consent--design-light .custom-switch-2.dark input:checked ~ .custom-switch-2-button .custom-switch-2-button-inactive,
.cookie-consent--design-light .custom-switch-2 input:checked ~ .custom-switch-2-button .custom-switch-2-button-active,
.cookie-consent--design-light .custom-switch-2 input:indeterminate ~ .custom-switch-2-button .custom-switch-2-button-active,
.cookie-consent--design-light .custom-switch-2 input:indeterminate ~ .custom-switch-2-button .custom-switch-2-button-inactive
{
	color: #fff;
}

/* design-red */

.cookie-consent--design-red
{
	background: rgba(255, 0, 0, .9);
}