#banner {
	position: absolute;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 970px;
	height: 250px;
	background-color: #fff;
	top: 0;
	left: 0;
	margin: auto;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
	opacity: 0;
}
#unclick {
    position: absolute;
    width: 60px;
    height: 40px;
    z-index: 800;
}
#spring1 {
    position: absolute;
    background-image: url(spring.png);
    background-repeat: no-repeat;
    width: 159px;
    height: 260px;
    right: -20px;
    bottom: -28px;
    margin-top: 20px;
    z-index: 10;
    opacity: 0;
    transform-origin: 79px 260px;
}
#spring2 {
    position: absolute;
    background-image: url(spring.png);
    background-repeat: no-repeat;
    width: 159px;
    height: 260px;
    right: 14px;
    bottom: -99px;
    transform: rotate(-15deg) rotateY(3.142rad) scale(0.8);
    z-index: 10;
    opacity: 0;
    transform-origin: 79px 260px;
}
#bgblur {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 20px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 0px 20px 20px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 20px 20px rgba(255, 255, 255, 1);
    left: 850px;
    top: 50px;
}
#title {
    position: absolute;
    width: 300px;
    height: 21px;
    left: 300px;
    top: 20px;
    font-size: 26.5px;
    color: #101f30;
    text-align: center;
    font-weight: 700;
    margin-left: 88px;
    opacity: 0;
    z-index: 5;
}
.line {
    position: absolute;
    width: 827px;
    height: 3px;
    background-color: #dbdfe8;
    top: 66px;
    opacity: 0;
    z-index: 5;
}
#line1 {
    left: 27px;
}
.text {
    position: absolute;
    width: 623px;
    height: 25px;
    color: #000;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    opacity: 0;
    z-index: 5;
}
#text1 {
    top: 20px;
    left: 283px;
}
.ttext {
	position: absolute;
	text-align: left;
	opacity: 0;
	width: 100%;
    left: 150px;
	font-size: 67px;
	font-weight: 700;
	color: #000000;
}
#ttext1 {
    top: 81px;
    margin-left: 87px;
} 
#ttext2 {
    width: 50px;
    top: 106px;
    font-size: 18px;
    line-height: 16px;
    font-weight: 700;
    text-align: left;
    margin-left: 225px;
}
span {
    font-size: 45px;
}
#slider {
	position: absolute;
	width: 521px;
	height: 15px;
	top: 123px;
	left: 360px;
	background-color: #d5efe7;
	border: 1px solid #d5efe7;
	border-radius: 15px;
	opacity: 0;
}
#sliderfill {
	position: relative;
	width: 0;
	min-width: 16px;
	height: 15px;
	left: -2px;
	top: -1px;
	background-color: #23c577;
	border: 1px solid #23c577;
	border-radius: 16px;
}
#pivot {
	position: absolute;
	top: -17px;
	margin-left: -9px;
    z-index: 50;
}
#pivotbg {
	position: absolute;
	width: 51px;
	height: 51px;
    border-radius: 50%;
	background: #ff5174; 
    box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5);
    -webkit-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5);
    -moz-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5);
    -o-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5);
    opacity: 1;
}
#pivotdollar {
    position: absolute;
    width: 51px;
    line-height: 51px;
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
#pivotbgover {
	position: absolute;
	width: 51px;
	height: 51px;
    border-radius: 50%;
	background: #ff668d; 
    box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5);
    -webkit-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5);
    -moz-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5);
    -o-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5);
    top: 0;
    opacity: 0;
}
#slideroutput {
	position: absolute;
	width: 450px;
	height: 50px;
	top: 45px;
    font-size: 41px;
	font-weight: 400;
	text-align: center;
	color: #23c577;
    opacity: 0;
}
#sliderhit {
	position: absolute;
	width: 527px;
	height: 52px;
	top: -18px;
	left: -3px;
	z-index: 100;
}
#cta {
	position: absolute;
	width: 311px;
	height: 57px;
	left: 20px;
    margin-bottom: -40px;
	bottom: 16px;
    opacity: 0;
	background-color: #2f86d4;
	border-radius: 4px;
	font-size: 23px;
    letter-spacing: -0.2px;
	font-weight: 700;
	text-align: center;
	line-height: 56px;
    z-index: 50;
	color: #fff;
	overflow: hidden;
}
#ctatopbg {
	position: absolute;
    width: inherit;
    height: 57px;
	background-color: #2f86d4;
	border-radius: 4px;
}
#ctatext {
	position: absolute;
    left: 170px;
	width: 93%;
    opacity: 0;
}
#ctaarrow {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #fff;
	bottom: 21px;
	right: -170px;
    margin-right: 51px;
	z-index: 450;
	pointer-events: none;
}
#shine {
	position: absolute;
	width: 210px;
	height: 62px;
	left: -315px;
	top: 0;
	background-image: url('shine.png');
	background-size: cover;
}
#logo {
	position: absolute;
	width: 200px;
	height: 120px;
	left: 12px;
	top: -29px;
	background-size: contain;
    background-repeat: no-repeat;
	background-image: url('logo.gif');
}
#terms {
    position: absolute;
    width: 311px;
	height: 9px;
    bottom: 4px;
    left: 19px;
    font-family: Arial, sans-serif;
    font-size: 10px;
	text-align: center;
    color: #000;
    opacity: 0.3;
}
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 99;
}