:root {
	--color01: #000;
	--color02: #AEAEAE;
	--color03: #BDBDBD;
	--color04: #ffffff;
	--color05: #888888;
	--bgColor: #EDEDED;
	--lateralMargin: 20px;
	--headerHeight: 44px;
	--vh: 100vh;
}


/* START: Global tags */
html {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	height:100%;
}

body {
	width: 100%;
	height: 100%;
	background: var(--bgColor);
	font-size: 0;
}

* {
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

*:focus {
	outline: none;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

::selection {
	background: black;
	color: white;
}

::-moz-selection {
	background: black;
	color: white;
}

p {
	margin-bottom: 0px;
}

a, a:hover, a:link {
	text-decoration: none;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
}

.transition {
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
}

.slowTransition {
	transition: all .8s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transition: all .8s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all .8s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all .8s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}


/* TEXT */
.black {
	color: var(--color01);
}

.white {
	color: var(--color04);
}

.grey-05 {
	color: var(--color05);
}

.title-l {
	font-family: 'century-schoolbook-regular';
	font-size: 72px;
	line-height: 87px;
	letter-spacing: 24px;
}

.title-s {
	font-family: 'century-schoolbook-regular';
	font-size: 30px;
	line-height: 1;
	letter-spacing: 8px;
}

.quote {
    font-family: 'century-schoolbook-italic';
	font-size: 30px;
	line-height: 116.7%;
}

.body-l {
	font-family: 'century-schoolbook-regular';
	font-size: 64px;
	line-height: 116.7%;
}

.body-s {
	font-family: 'century-schoolbook-regular';
	font-size: 16px;
	line-height: 125%;
}

.body-xs {
	font-family: 'century-schoolbook-regular';
	font-size: 15px;
	line-height: 18px;
}

.body-xxs {
	font-family: 'century-schoolbook-regular';
	font-size: 12px;
	line-height: 16px;
}

.body-l em,
.body-l i,
.body-s em,
.body-s i {
	font-family: 'century-schoolbook-italic';
	font-style: normal;
}

.small-text {
    font-family: 'centurysupremeLL-book';
	font-size: 9px;
	line-height: 140%;
	letter-spacing: 2px;
}

.cta {
	position: relative;
	display: flex;
	width: fit-content;
	font-family: 'centurysupremeLL-book';
	font-size: 9px;
	color: #000;
	letter-spacing: 2px;
	border: 1px solid var(--color01);
	padding: 0px 11px 0px 14px;
	border-radius: 30px;
	background-color: transparent;
	height: 28px;
	line-height: 1;
	align-items: center;
}
.cta:hover {
	color: var(--bgColor);
	background-color: var(--color01);
}

.uppercase {
	text-transform: uppercase;
}

/* WRAPPER */
.container {
	width: 100%;
	padding: 20px;
	clear: both;
	position: relative;
	overflow: hidden;
}

.page-wrapper {
    padding-top: var(--headerHeight);
}

/* HEADER */
#hamburger,
.hamburger-menu {
	display: none;
}

header {
	position: fixed;
	display: block;
	width: 100%;
	height: var(--headerHeight);
	border-bottom: 1px solid var(--color01);	
	background-color: var(--bgColor);
	z-index: 999;
}

.home header {
	border-bottom: 1px solid var(--color02);	
}

header .logo {
	position: absolute;
	height: 50%;
	top: 50%;
	transform: translate(0,-50%);
	left: 20px;
	z-index: 1;
}

header .logo svg {
	position: relative;
	width: auto;
	height: 100%;
}

header .nav-wrapper {
	position: absolute;
	display: flex;
	right: 20px;
	height: 100%;
	align-items: center;
}


header nav.header-menu ul {
	position: relative; 
	display: flex;
	width: fit-content;
    font-family: 'centurysupremeLL-book';
	font-size: 9px;
	line-height: 140%;
	letter-spacing: 2px;
	flex-wrap: wrap;
	text-transform: uppercase;
}

header nav.header-menu ul li { 
	position: relative;
	padding: 0 29px 0 0;
	color: var(--color01);
}

header nav.header-menu ul li a {
	color: var(--color01);
}

header .languages-wrapper {
	height: 20px;
	width: 48px;
}

header .languages-wrapper .languages-inner {
	position: absolute;
	display: block;
	width: 48px;
	height: fit-content;
	min-height: 20px;
	border-radius: 10px;
	border: 1px solid var(--color01);
	padding: 4px 0px 0px 7px;
	background-color: var(--bgColor);
}

header .languages-wrapper .languages-inner svg {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 8px;
	height: 5px;
	object-fit: contain;
}

header .languages-wrapper .languages-inner ul li {
	font-family: 'centurysupremeLL-book';
	font-size: 8px;
	line-height: 140%;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 7px;
	list-style: none;
	display: none;
	text-transform: uppercase;
}

header .languages-wrapper .languages-inner:hover ul li,
header .languages-wrapper .languages-inner ul li.wpml-ls-current-language {
	display: block;
}
header .languages-wrapper .languages-inner ul li.wpml-ls-current-language:last-child,
header .languages-wrapper .languages-inner ul li.wpml-ls-current-language {
	margin-bottom: 0px;
}

header .languages-wrapper .languages-inner ul li:last-child {
	margin-bottom: 4px;
}

header .languages-wrapper .languages-inner:hover ul li:nth-child(2) {
	margin-top: 7px;
}

header .languages-wrapper .languages-inner ul li a { 
	color: var(--color01);
}

header .languages-wrapper .languages-inner:hover .wpml-ls-sub-menu li:first-child { 
	margin-top: 8px;
}


/* FOOTER */
footer {
	position: relative;
	display: block;
	width: 100%;
	border-top: 1px solid var(--color01);
	padding-bottom: var(--lateralMargin);
	margin-top: -1px;
  	padding-top: 1px;
}

footer .footer-newsletter-a {
	text-decoration: underline;
	cursor: pointer;
}

footer .columns {
	position: relative;
	display: flex;
	column-gap: var(--lateralMargin);
}

footer .columns .column:first-child {
	position: relative;
	display: inline-block;
	width: calc((100% / 12) * 2);
	padding-top: calc(3 * var(--lateralMargin));
	padding-left: var(--lateralMargin);
}

footer .columns .column:last-child {
	position: relative;
	display: inline-block;
	width: calc((100% / 12) * 10);
}

footer .columns .column svg {
	position: relative;
	display: block;
	/*height: 142px;*/
	height: 9.39vw;
	width: auto;
}

footer .columns .column .footer-nav {
	position: absolute;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	bottom: 0px;
	padding-right: var(--lateralMargin);
}

footer .columns .column .footer-nav .footer-nav-column {
	flex: 1 1 auto;
}

footer .columns .column .footer-nav .footer-nav-column,
footer .columns .column .footer-nav .footer-nav-column a {
	color: var(--color01);
}

/* PAGE TRANSITION */
#pageTransition {
	z-index: 99999999;
	background: var(--bgColor);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	transition-duration: .2s;
}

#pageTransition.opened {
	opacity: 1;
	pointer-events: initial;
}

#pageTransition.closed {
	pointer-events: none;
	opacity: 0 !important;
}

#pageTransition.show {
	opacity: 1 !important;
	pointer-events: initial;
}


/* 404 */
#e404 {
	position: relative;
	display: flex;
	width: 100%;
    min-height: calc(100vh - 256px);
	justify-content: center;
	align-items: center;
}

#e404 .inner {
	color: var(--color01);
}

#e404 .inner a {
	color: var(--color01);
}

#e404 .inner h1 {
	margin-bottom: 10px;
}


/* REVEAL */
.revealElement.revealOpacity {
	opacity: 0;
}
.revealElement.revealOpacity.revealed {
	opacity: 1;
}


/* MARGINS */
.margin-x1 {
	position: relative;
	display: inline-block;
	padding-left: 28px;
}

.margin-x1::before {
	content: "•";
	position: absolute;
	top: 0;
	left: 10px;
}

.margin-x2 {
	position: relative;
	display: inline-block;
	padding-left: 58px;
}

.margin-x2 span {
	position: relative;
	position: absolute;
	top: 0;
	left: 38px;
}


/* COOKIES POPUP */
#cmplz-manage-consent .cmplz-manage-consent {
	display: none;
}

.cmplz-cookiebanner.cmplz-show {
	box-shadow: none !important;
}

.cmplz-cookiebanner {
	padding-top: 10px !important;
	bottom: 43px !important;
	left: 43px !important;

	width: fit-content !important;
	overflow: hidden !important;
	min-width: auto !important;
	max-width: 440px !important;
}

.cmplz-cookiebanner .cmplz-header {
	width: fit-content !important;
	position: absolute !important;
	right: 11px !important; 
	top: 13px !important;
	z-index: -1 !important;
}

.cmplz-cookiebanner .cmplz-close {
	width: 12px !important;
	height: 12px !important;
}

.cmplz-cookiebanner .cmplz-close::before {
	content: "";
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	background-image: url('../images/cross-white.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.cmplz-cookiebanner .cmplz-close svg {
	display: none !important;
}

.cmplz-cookiebanner .cmplz-buttons {
	flex-flow: row-reverse !important;
  	justify-content: left !important;
	column-gap: 5px !important;
}

.cmplz-cookiebanner .cmplz-message {
	font-size: 16px !important;
	font-family: 'century-schoolbook-regular' !important;
	line-height: 1.17 !important;
	width: 400px;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences {
	text-transform: uppercase !important;
	font-size: 9px !important;
	font-family: 'centurysupremeLL-book' !important;
	letter-spacing: 2px !important;
	height: 28px !important;
	padding: 0px 10px !important;
	width: fit-content !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
	color: #fff !important;
}

.cmplz-cookiebanner .cmplz-categories {
	padding-top: 23px !important;
	width: 400px;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header {
	padding: 10px 6px 10px 0px !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
	padding: 10px 60px 14px 0px !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open {
	width: 14px !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon svg {
	fill: #fff !important;
	width: 100% !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description,
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active,
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title {
	font-size: 16px !important;
	font-family: 'century-schoolbook-regular' !important;
	line-height: 1.17 !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category {
	background-color: #000 !important;
	border-bottom: 1px solid var(--color02);
}


/* NEWSLETTER POPUP */
.newsletter-modal {
	position: fixed;
	display: none;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 750px;
	height: fit-content;
	border-radius: 12px;
	background: var(--color01);
	z-index: 100000;
	padding: 17px var(--lateralMargin) 22px;
}

.cookiesBannerClosed .newsletter-modal {
	display: flex;
}

.cookiesBannerClosed .newsletter-modal.hide {
	display: none !important;
}

.newsletter-modal .newsletter-modal-close {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	right: 18px;
	top: 18px;
	z-index: 1;
	cursor: pointer;
}

.newsletter-modal .newsletter-modal-close svg {
	position: a;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: top right;
	pointer-events: none;
}

.newsletter-modal .column-text {
	position: relative;
	display: inline-block;
	width: 230px;
}

.newsletter-modal .column-form {
	position: relative;
	display: inline-block;
	width: calc(100% - 230px);
	padding: 0 29px 0 30px;
}

.newsletter-modal #mc_embed_signup form {
	margin: 0px !important;
}

.newsletter-modal .newsletter-form-inner input[type='text'],
.newsletter-modal .newsletter-form-inner input[type='tel'],
.newsletter-modal .newsletter-form-inner input[type='email'] {
	position: relative;
	display: inline-block;
    width: 100%;
	border: 0px solid var(--color05);
    border-bottom: 1px solid var(--color05);
	background-color: transparent;
    font-family: 'century-schoolbook-regular';
	font-size: 16px;
	padding: 0px;
	height: 29px;
    color: var(--color04);
	margin-bottom: 22px;
}

.newsletter-modal .newsletter-form-inner input[type='text']::placeholder,
.newsletter-modal .newsletter-form-inner input[type='tel']::placeholder,
.newsletter-modal .newsletter-form-inner input[type='email']::placeholder {
	color: var(--color05);
	opacity: 1;
}

.newsletter-modal .newsletter-form-inner input[type='text']::-webkit-input-placeholder,
.newsletter-modal .newsletter-form-inner input[type='tel']::-webkit-input-placeholder,
.newsletter-modal .newsletter-form-inner input[type='email']::-webkit-input-placeholder {
	color: var(--color05);
	opacity: 1;
}

.newsletter-modal .newsletter-form-inner input[type='text']:-ms-input-placeholder,
.newsletter-modal .newsletter-form-inner input[type='tel']:-ms-input-placeholder,
.newsletter-modal .newsletter-form-inner input[type='email']:-ms-input-placeholder {
	color: var(--color05);
	opacity: 1;
}

.newsletter-modal .newsletter-form-inner input[type='text'].mce_inline_error::placeholder,
.newsletter-modal .newsletter-form-inner input[type='tel'].mce_inline_error::placeholder,
.newsletter-modal .newsletter-form-inner input[type='email'].mce_inline_error::placeholder {
	color: #bf1010;
}

.newsletter-modal .newsletter-form-inner input[type='text'].mce_inline_error::-webkit-input-placeholder,
.newsletter-modal .newsletter-form-inner input[type='tel'].mce_inline_error::-webkit-input-placeholder,
.newsletter-modal .newsletter-form-inner input[type='email'].mce_inline_error::-webkit-input-placeholder {
	color: #bf1010;
}

.newsletter-modal .newsletter-form-inner input[type='text'].mce_inline_error:-ms-input-placeholder,
.newsletter-modal .newsletter-form-inner input[type='tel'].mce_inline_error:-ms-input-placeholder,
.newsletter-modal .newsletter-form-inner input[type='email'].mce_inline_error:-ms-input-placeholder {
	color: #bf1010;
}

#mc_embed_signup input.mce_inline_error {
	border-color: #bf1010 !important;
}

.newsletter-modal .newsletter-form-inner .mc-field-group {
	position: relative;
	display: block;
}

.newsletter-modal .newsletter-form-inner #mc_embed_signup div.mce_inline_error {
	/* display: none !important; */
	font-size: 12px !important;
	color: white !important;
	border: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	background: transparent !important;
	font-family: 'century-schoolbook-regular' !important;
	position: absolute;
	bottom: 7px;
	font-weight: normal !important;
}

.newsletter-modal .newsletter-form-inner input[type="submit"] {
	position: relative;
	display: flex;
	width: fit-content;
	font-family: 'centurysupremeLL-book';
	font-size: 9px;
	color: var(--color04);
	letter-spacing: 2px;
	border: 1px solid var(--color04);
	padding: 0px 11px 0px 14px;
	border-radius: 30px;
	background-color: transparent;
	height: 28px;
	line-height: 1;
	align-items: center;
    cursor: pointer;
    text-transform: uppercase;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
    appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
    font-weight: 400 !important;
	margin: 78px 0 18px;
	justify-content: center;
}
.newsletter-modal .newsletter-form-inner input[type="submit"]:hover {
	color: var(--color01);
	background-color: var(--color04);
}

.newsletter-modal .newsletter-form-inner #mce-responses {
	color: var(--color04);
	font-size: 16px;
	line-height: 18px;
	position: absolute;
	font-family: 'century-schoolbook-regular';
	margin-top: 1px;
}

.newsletter-modal .grey-05 a {
	color: var(--color05);
	text-decoration: underline;
}


/* LAZY */
video.lazy {
	display: block;
	overflow: hidden;
	transition: opacity .4s ease;
	opacity: 0;
}

video.lazy.lazyloaded {
	opacity: 1;
}

picture.lazy {
	display: block;
	overflow: hidden;
	transition: opacity .4s ease;
	opacity: 1;
}

picture.lazy.lazyloaded {
	opacity: 1;
}

picture.lazy img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: opacity .4s ease;
	opacity: 0;
}

picture.lazy.lazyloaded img {
	opacity: 1;
}

.aspect-container {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.aspect-container picture {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.aspect-container picture img,
.aspect-container video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}


.grecaptcha-badge { 
    visibility: hidden;
}


@media (max-height: 730px) {
	.newsletter-modal .newsletter-form-inner input[type="submit"] {
		margin: 54px 0 18px;
	}

	.cmplz-cookiebanner {
		padding-top: 10px !important;
		bottom: 20px !important;
		left: 20px !important;
	}
}