#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;
}
#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: 87px;
    z-index: 5;
}
.line {
    position: absolute;
    width: 317px;
    height: 2px;
    background-color: #dbdfe8;
    top: 66px;
    opacity: 0;
    z-index: 5;
}
#line1 {
    left: 17px;
}
#line2 {
    width: 597px;
    left: 352px;
}
.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: 339px;
}
.ttext {
	position: absolute;
	text-align: left;
	opacity: 0;
	width: 100%;
    left: 150px;
	font-size: 67px;
	font-weight: 700;
	color: #222;
}
#ttext1 {
    top: 80px;
    color: #08C177;
    margin-left: 87px;
} 
#ttext2 {
    width: 50px;
    top: 107px;
    font-size: 18px;
    line-height: 16px;
    font-weight: 700;
    text-align: left;
    margin-left: 225px;
}
span {
    font-size: 45px;
}
#btntable {
	position: absolute;
	width: 624px;
	top: 83px;
    left: 339px;
	margin: 0 auto;
	text-align: center;
    z-index: 110;
    pointer-events: all;
}
.btn {
	display: inline-block;
	margin: 6.5px 6px;
	height: 25px;
	width: 110px;
    line-height: 25px; 
    font-size: 18px;
    border-radius: 4px;
	font-weight: 400;
    overflow: hidden;
	color: #101f30;
    background-color: #fff;
	opacity: 0;
    z-index: 120;
}
#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: 13px;
	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.2;
}
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 99;
}