@charset "utf-8";

/*	version: "v8.0"	*/
/* CSS Document */

body, html {
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}

body {
	display: none;
}

#unit-container {
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.panel {
	overflow: hidden;
}

#main-panel {
	background-color: #fc2929;
}

img, svg {
	width: 100%;
	height: 100%;
}

.full-col { width: 970px; height: 250px; }

.free {
	position: absolute;
}

.centered {
	text-align: center;
}

.no-point {
	pointer-events: none !important;
}

.headline, #endhead, #legal {
	color: #fff;
}

.headline, #endhead {
	opacity: 0;
    letter-spacing: 0.25px;
	font-family: 'Mecherle-Sans';
	font-size: 52px;
	line-height: 54px;
	font-weight: 600;
	letter-spacing: -0.25px;
	top: 36px;
	left: 36px;
}

.headline {
	transform-origin: 50% 50%;
	transform: translateX(-15px);
}

.headline span, #endhead span {
	position: relative;
}
.headline sup, #endhead sup {
	font-size: 18px;
	line-height: 18px;
	top: 0;
	right: -9px;
}

#cta {
	left: 36px;
	width: 121px;
	height: 36px;
	opacity: 0;
}

#legal {
	font: normal 13px/14px 'Mecherle-Legal';
	transform-origin: 100% 0%;
	bottom: 33px;
	left: 36px;
}

#logo {
	width: 243px;
	height: 34px;
	bottom: 33px;
	right: 36px;
}