#banner {
    font-family: 'Titillium Web', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	width: 728px;
	height: 90px;
	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: 80px;
    height: 60px;
    z-index: 800;
}
.text {
	position: absolute;
	width: 300px;
    font-weight: 700;
    font-size: 14px;
	color: #1e548b;
    margin-left: 10px;
	text-align: left;
	opacity: 0;
}
#text1 {
    left: 300px;
    font-size: 21px;
	top: 31px;
}
#text2 {
    left: -300px;
    font-size: 21px;
	top: 55px;
}
#text3 {
    top: 20px;
    margin-left: 203px;
    font-weight: 400;
    color: #333333;
}
#text4 {
    top: 46px;
    height: 10px;
    margin-left: 196px;
    font-weight: 400;
    letter-spacing: 0.1px;
    color: #333333;
}
span {
    width: auto;
    height: 10px;
    background: #2e94d1;
    text-align: center;
    letter-spacing: -0.1px;
    font-weight: 700;
    color: #fff;
    padding: 0px 7px 1px 5px;
}
.line {
    position: absolute;
    width: 280px;
    height: 1px;
    background-color: #dddddd;
    left: 185px;
    top: 11px;
    opacity: 0;
}
#line2 {
    top: 78px;
}
#cta {
	position: absolute;
	width: 217px;
	height: 44px;
	right: 9px;
    margin-bottom: -40px;
	bottom: 29px;
    opacity: 0;
	background-color: #fbaa29;
	border-radius: 5px;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
    letter-spacing: 0.1px;
	line-height: 44px;
	color: #fff;
	overflow: hidden;
}
#ctatopbg {
	position: absolute;
    width: inherit;
    height: 44px;
	background-color: #fbaa29;
	border-radius: 5px;
}
#ctatext {
	position: absolute;
    left: 170px;
	width: 100%;
    opacity: 0;
}
#shine {
	position: absolute;
	width: 214px;
	height: 64px;
	left: -280px;
	top: 0;
	background-image: url('shine.png');
	background-size: cover;
}
#logo {
	position: absolute;
	width: 469px;
	height: 417px;
	left: -143px;
	top: -202px;
    background-repeat: no-repeat;
	background-image: url('logo.svg');
}
#terms {
    position: absolute;
    width: 100%;
    bottom: 12px;
    right: 8px;
    text-align: right;
    font-family: Arial, sans-serif;
    font-size: 9px;
    color: #333;
    opacity: 0.4;
}
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 99;
}