@charset "UTF-8";

body, body * {
	vertical-align: baseline;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}

@font-face {
	font-family: "EENobblee-Light";
	src: url("../fonts/EENobblee-Light.woff") format("woff");
}

@font-face {
	font-family: "Rubrik-Regular";
	src: url("../fonts/Rubrik-Regular.woff") format("woff");
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}



#preloader {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.spinner {
	animation: spin 1200ms linear infinite;
	height: 40px;
	width: 40px;
	border: 4px solid #00b6b5;
	border-bottom-color: #ffec00;
	border-radius: 50%;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}



#container {
	border: black solid 1px;
	width: 298px;
	height: 598px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

#content {
	position: absolute;
	left: -1px;
	top: -1px;
	width: 300px;
	height: 600px;
}

.hidden {
	display: none;
	opacity: 0;
}

.full {
	width: 100%;
	height: 100%;
}

.shadowed {
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12,Color='#444')";
	filter: url(#drop-shadow);
	-webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.25));
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.25));
}

.asset {
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	transform-style: preserve-3d;
	backface-visibility: hidden;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.copyContainer {
	position: absolute;
	left: 15px;
	top: 24px;
	width: auto;
	height: auto;
	overflow: visible;
	display: inline-block;
}

.copy {
	font-family: "EENobblee-Light";
	font-size: 24px;
	line-height: 1;
	width: auto;
	height: auto;
}

.rubrik {
	font-family: "Rubrik-Regular";
	width: auto;
	height: auto;
}

.subcopy {
	font-size: 10px;
	line-height: 1.2;
}

.legals {
	font-size: 10px;
	line-height: 1.5;
}

.offerEnds {
	padding-top:8px;
	font-size: 10px;
	line-height: 1;
}

.white {
	color: white;
}

.yellow {
	color: #ffec00;
}

.terms {
	font-family: "Rubrik-Regular";
	font-size: 10px;
	line-height: 1.75;
	width: auto;
	height: auto;
	bottom: 3px;
	right: 10px;
}

#termsText {
	position: absolute;
}

#intro {
	width: 300px;
	height: 7200px;
	background-size:contain;
}

.circle {
	height: 25px;
	width: 25px;
	border-radius: 50%;
	background: #ffec00;
	display: inline-block;
  }

#ctaButton {
	position: absolute;
	left:10px;
	top:160px;
	width:auto;
	height:auto;
}

#cta {
	font-family: "Rubrik-Regular";
	position: absolute;
	left: 0px;
	line-height: 25px;
	border-radius: 20px;
	background: #ffec00;
	width:80px;
	top: -20px;
	text-align: center;
	font-size: 12px;
	color: #009c9c;
	-webkit-font-smoothing: subpixel-antialiased;
	background-position: "left top";
	overflow:hidden;
}

#snowflakes {
	position:absolute;
	width:100%;
	height:100%;
}

.sf {
	position:absolute;
	width:29px;
	height:600px;
	background-size:contain;
}

#spaceman {
	position: absolute;
	left:-22px;
	top:-45px;
	width: 300px;
	height: 18600px;
	background-size:contain;
}

#truck {
	width: 300px;
	height: 14400px;
}

#background, #logo, #appleMusic {
	left: 0;
	top: 0;
}