#banner {
	font-family: 'Lato', sans-serif;
	position: absolute;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	width: 970px;
	height: 250px;
    background: #fff;
    background-repeat: no-repeat;
	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;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#unclick {
    position: absolute;
    width: 80px;
    height: 60px;
    z-index: 800;
}
.text {
	position: absolute;
	width: 436px;
	top: 21px;
    left: 300px;
	text-align: left;
    margin-left: 152px;
	color: #101f30;
	font-weight: 700;
    font-size: 25.5px;
    letter-spacing: 0.1px;
    z-index: 5;
	opacity: 0;
}
#line {
    position: absolute;
    width: 908px;
    height: 2px;
    background: #08c177;
    left: 31px;
    top: 67px;
    z-index: 999;
    pointer-events: none;
    opacity: 0;
}
#tableclick {
	position: absolute;
	width: 100%;
	top: 88px;
    left: 0px;
	margin: 0 auto;
	text-align: center;
	z-index: 400 !important;
    pointer-events: all;
}
.table {
	display: inline-block;
	margin: 0px 9px;
    width: 288px;
    height: 143px;
    top: 53px;
    font-weight: 400;
    background-color: #f1f3f8;
	color: #333;
    border-radius: 6px;
    z-index: 120;
    opacity: 0;
}
.ttexttop {
    position: absolute;
    width: inherit;
    height: inherit;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 62px;
}
.ttextbottom {
    position: absolute;
    width: inherit;
    height: inherit;
    font-size: 50px;
    line-height: 132px;
    font-weight: 700;
}
.ttext2bottom {
    position: absolute;
    width: inherit;
    height: inherit;
    font-size: 15.5px;
    line-height: 220px;
}
#boxhighlight {
    position: absolute;
    width: 288px;
    height: 143px;
    left: 31px;
    top: 88px;
    background: #a7d3ff;
    border-radius: 6px;
    opacity: 0;
    z-index: 600;
    pointer-events: none;
    mix-blend-mode: multiply;
}
#cta {
	position: absolute;
	width: 289px;
	height: 48px;
	right: 30px;
	bottom: 193px;
    margin-bottom: -40px;
    opacity: 0;
	background-color: #2f86d4;
	border-radius: 4px;
	font-size: 19px;
	font-weight: 700;
	text-align: center;
	line-height: 48px;
	color: #fff;
	overflow: hidden;
}
#ctatopbg {
	position: absolute;
    width: inherit;
    height: 48px;
	background-color: #2f86d4;
	border-radius: 4px;
}
#ctatext {
	position: absolute;
    left: 170px;
	width: 93%;
    opacity: 0;
}
#ctaarrow {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #fff;
	bottom: 18px;
	right: -170px;
    margin-right: 56px;
	z-index: 450;
	pointer-events: none;
}
#shine {
	position: absolute;
	width: 215px;
	height: 65px;
	left: -310px;
	top: 0;
	background-image: url('shine.png');
	background-size: cover;
}
#logo {
	position: absolute;
	width: 182px;
	height: 105px;
	left: 0px;
	top: -20px;
    background-repeat: no-repeat;
    background-size: contain;
	background-image: url('logo.gif');
}
#terms {
	position: absolute;
	width: 336px;
    right: 33px;
	bottom: 4px;
	color: #333;
    text-align: right;
	font-family: Arial, sans-serif;
	font-size: 10px;
    opacity: 0.4;
}
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 99;
}