@charset "utf-8";

/*	version: "v4.3"	*/
/* CSS Document */

.copy-bold {
	font-weight: 600;
	font-size: 30px;
	line-height: 31px;
	color: #fff;
	
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-text-size-adjust: 100%;
    letter-spacing: 0.5px;
}

.copy-reg {
	color: #fff;
	font-size: 23px;
	line-height: 24px;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* End Font Styles */


body, html {
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}

body {
	display: none;
}

#unit-container {
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

#main-panel {
	background-color: #e81e1e;
}

.panel {
	overflow: hidden;
}

img, svg {
    width: 100%;
    height: 100%;
    position: absolute;
}

.full-col {
	width: 728px;
	height: 90px;
}

.full-exp {
	
}

.free {
	position: absolute;
}

.centered {
	text-align: center;
}

.no-point {
	pointer-events: none !important;
}




#intro {
	z-index: 2;
	left: 20px;
    top: 13px;
	width: 800px;
}

.intro {
	left: 0;
	top: 0;
    transform-origin: 50% 50%;
	transform: translateX(-28px);
    opacity: 0;
}

.intro span {
    display: inline-block;
    position: relative;
    margin-right: 3px;
}
sup {
    position: absolute;
    font: normal 16px/28px 'Mecherle-Legal';
    top: -5px;
}
.intro sup {
    font-size: 0.55em;
    line-height: 1.2em;
    top: 0;
    right: -6px;
}

.intro .tm {
    right: -10px;
}

#mobile {
	width: 275px;
	height: 85px;
	margin-left: 255px;
	margin-top: 5px;
	overflow: hidden;
	transform-origin: 0% 0%;
	transform: translateY(300px);
	display: inline-block;
    z-index: 2;
}

#orb {
    width: 250px;
    height: 85px;
    left: 5px;
    bottom: 0;
    background: url(../images/orb.png) top left no-repeat;
}

#car, .carImg {
    width: 228px;
	height: 83px;
}

#car {
	left: 40px;
	top: 1px;
	transform-origin: 20% 50%;
	transform: scale(0);
	z-index: 2;
}

#car1 {
    background: url(../images/car1.png) top left no-repeat;
}

#car2 {
    background: url(../images/car2.png) top left no-repeat;
    transform: translateX(-350px);
    opacity: 0;
}

#cta svg {
    overflow: visible;
}
#cta {
	width: 127px;
	height: 32px;
	left: 337px;
	top: 29px;
    opacity: 0;
}

p {
	margin: 0;
}

#legal {
	font: normal 8px/9px 'Mecherle-Legal';
	transform-origin: 100% 0%;
	bottom: 3px;
	right: 25px;
    opacity: 0;
    color: #fff;
    text-align: right;
}

#logo {
	width: 146px;
	height: 21px;
	top: 35px;
	right: 20px;
}