  body {
    overflow-x: hidden;
    background: #fff;
    margin: 0;
    text-align: center;
    color: #fff;
    font-family: "franklin-gothic-atf", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-repeat: no-repeat;
    font-size: 0;
    text-transform: initial;
    line-height: 1;
}
div#privacy-statement-eu {
	max-width: 100%;
	width: 80%;
	margin: 0 auto;
	font-size: 15px;
	color: #100C0E;
	padding: 50px;
	background: #fff;
}
#privacy-statement-eu a{
	color: #000;
	text-decoration: underline;
}
#privacy-statement-eu h2 {
	font-weight: 600 !important;
	font-size: 35px;
	color: #F8F7EB;
	color: #100C0E;
	margin: 2vw auto;
}
.cmplz-subtitle{
	font-weight: bold;
}
.email-list {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0vw auto;
	padding-left: 5vw;
	padding-bottom: 3vw;
}

.header-mlist li.mail a {
	color: #F8F7EB;
	background: transparent;
}

.header-mlist li.mail:hover {
	opacity: .5;
}

.header-mlist li.mail {
	width: 100%;
}

.mailing-text {
	color: #000;
	font-family: gill-sans-nova, sans-serif;
	font-weight: 400;
	font-size: 1.250vw;
}

.header-mlist {
	text-align: left;
	background: #100C0E;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: 0.5vw 0vw;
	width: 35%;
	margin-left: 4vw;
	font-family: "franklin-gothic-atf", sans-serif;
	font-weight: 700;
	color: #F8F7EB;
}
@media only screen and (max-width:1023px) {
	a span.my-mail {
		margin-inline: 20px;
	}
	li.mail {
	    width: 46%;
	    margin-right: 5%;
	}
	li.mail a {
	    font-size: 19px;
	    height: 35px;
	    line-height: 35px;
	    letter-spacing: 0;
	    width: 100%;
	    font-weight: 700;
	    font-family: "franklin-gothic-atf", sans-serif;
	}
}
@media only screen and (max-width:1023px) and (orientation : portrait) {
	div#privacy-statement-eu {
		margin-top: 0vh;
		overflow-x: hidden;
	}
	img.video-image.mob {
		position: fixed;
	}
	#privacy-statement-eu h2 {
		margin: 0 auto;
	}
	.header-mlist {
		width: 100%;
		/* padding: 10px 0px; */
		margin: 0;
		font-family: "franklin-gothic-atf", sans-serif;
		font-weight: 700;
		line-height: 0;
		font-size: 20px;
		color: #F8F7EB;
		padding: 0 0 0 0;
	}
	.mailing-text {
		margin: 15px auto;
		font-size: 16px;
	}
	.email-list {
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 0vw auto;
	}
}
.navInner {
	/* padding: 2vh 0;
            background: rgba( 255, 173, 152, 0.4);
            backdrop-filter: blur(5px); */
	display: flex;
	flex-direction: row;
	position: fixed;
	width: 100%;
	top: 0%;
}

.navInner .leftWrapper {
	width: 35%;
	/* display: inline-block;
            vertical-align: middle; */
	font-size: 0;
	/* margin-left: 2.5%; */
	background: #100C0E;
	/* padding: 1.5vw; */
}

.navInner .rightWrapper {
	justify-content: center;
	width: 65%;
	/* display: inline-block; */
	/* vertical-align: middle; */
	text-align: right;
	font-size: 0;
	/* margin-right: 2.5%; */
	background: #100c0e;
	/* padding: 1.5vw; */
	align-items: center;
	display: flex;
}

.rightWrapper a {
	font-size: 1.563vw;
	font-size: 1.3vw;
	color: #F8F7EB;
	letter-spacing: 0;
	margin-right: 4vw;
	font-weight: 600;
	text-transform: initial;
	/* width: 100%; */
}

.rightWrapper a:last-child {
	margin-right: 0;
}

.rightWrapper a:hover, .leftWrapper a:hover {
	opacity: 0.7
}

.navInner .leftWrapper {
	padding: 1.5vw 3vw;
	box-sizing: border-box;
	display: block;
}

.navInner {
	/* padding: 2vh 0;
            background: rgba( 255, 173, 152, 0.4);
            backdrop-filter: blur(5px); */
	display: flex;
	flex-direction: row;
	position: fixed;
	width: 100%;
}

.rightWrapper a:last-child {
	margin-right: 0;
}

.rightWrapper a:hover, .leftWrapper a:hover {
	opacity: 0.7
}

.navInner {
    display: flex;
    flex-direction: row;
    position: fixed;
    width: 100%;
    top: 0%;
    background: url(../assets/Rule.svg) center top;
    background-size: cover;
    padding-bottom: 0.2vw;
    background-repeat: repeat;
}
.navInner .leftWrapper {
	box-sizing: border-box;
	display: block;
}
.header-mailiniglist a {
    background: #F8F7EB;
    color: #100C0E;
    background: url(../assets/bkgd-white-text.png) no-repeat;
    background-size: cover;
}
a.mail {
    font-size: 1.3vw;
    line-height: 2.031vw;
    padding: 0.6vw 1vw;
    font-weight: 700;
    text-transform: capitalize;
}
.navInner {
	/* padding: 2vh 0;
            background: rgba( 255, 173, 152, 0.4);
            backdrop-filter: blur(5px); */
	display: flex;
	flex-direction: row;
	position: fixed;
	width: 100%;
}


.header-mailiniglist {
	width: 18.727vw;
}

span.icon-envelop {
	margin-right: 0.781vw;
}
main.main {
    text-align: left;
        margin-top: 10vh;
}
#privacy-statement-eu a:hover{
	opacity: .5;
}
@media only screen and (max-width: 1023px) {
	.header-mailiniglist {
		width: 100%;
		display: block;
		position: fixed;
		bottom: 0;
		z-index: 9999;
	}
	a.mail {
		background: #000;
		color: #F8F7EB;
		font-size: 20px;
		line-height: 28px;
		padding: 1vw;
		width: 100%;
		display: block;
		text-align: center;
		padding: 10px 0;
	}
	/*header CSS*/
	.navInner {
		padding: 0px 0;
		display: flex;
		flex-direction: column;
	}
	.navInner .leftWrapper {
		width: 100%;
		font-size: 0;
		/* margin-left: 2.5%; */
		display: none;
	}
	.navInner .rightWrapper {
		width: 100%;
	}
	.rightWrapper a {
		font-size: 11px;
		color: #F8F7EB;
		letter-spacing: 0;
		margin-right: 20px;
		padding: 11px 5px;
	}
	.navInner .leftWrapper {
		padding: 25px 20px;
		width: 100%;
		box-sizing: border-box;
		display: block;
	}
	.krewspass {
		margin-right: 0 !important;
	}
	span.icon-envelop {
		margin-right: 15px;
	}
}

.rightWrapper a,.button a span,.tourtext h2 span,.wrapper-title span,.last-button1 a span,
.last-button2 a span,a span.my-mail,.vinyl h2 span,.button-mobile a span{
    background: url(../assets/bkgd-white-text.png) no-repeat;
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.header-mailiniglist a{
    background: #F8F7EB;
    color: #100C0E;
    background: url(../assets/bkgd-white-text.png) no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 1023px){
    .header-mailiniglist a{
        background: #000;
    color: #F8F7EB;
    }
}