* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#banner, #banner * {
    box-sizing: content-box !important;
}
#banner {
    pointer-events: all;
}
#banner {
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	width: 300px;
	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: 80px;
    height: 60px;
    z-index: 800;
}
.text {
	position: absolute;
	width: 100%;
    text-align: center;
	color: #101f30;
    font-size: 18px;
    font-weight: 700;
	opacity: 0;
}
#text1 {
    top: 15px;
    margin-left: 14px;
    left: 300px;
}
#text2 {
    top: 55px;
    letter-spacing: 0.2px;
}
#line {
    position: absolute;
    width: 275px;
    height: 2px;
    background-color: #08c177;
    left: 13px;
    top: 42px;
    opacity: 0;
    
}
#butnsbg {
	position: absolute;
	width: 300px;
	height: 70px;
	left: 0px;
	top: 90px;
    z-index: 400;
}
.boxbutn {
    position: absolute;
    width: 131px;
    height: 70px;
    left: 14px;
    top: 90px;
    background: #f1f3f8;
    border-radius: 4px;
    color: #333;
    z-index: 500;
    opacity: 0;
}
#boxbutn2 {
    left: 156px;
}
.butntext {
    position: absolute;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
}
#boxhighlight {
    position: absolute;
    width: 131px;
    height: 70px;
    left: 14px;
    top: 90px;
    background: #a7d3ff;
    border-radius: 4px;
    opacity: 0;
    z-index: 600;
    pointer-events: none;
    mix-blend-mode: multiply;
}
#cta {
	position: absolute;
	width: 275px;
	height: 43px;
	left: 13px;
    margin-bottom: -40px;
	bottom: 29px;
    opacity: 0;
	background-color: #2f86d4;
	border-radius: 4px;
    letter-spacing: -0.1px;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	line-height: 43px;
	color: #fff;
	overflow: hidden;
}
#ctatopbg {
	position: absolute;
    width: inherit;
    height: 43px;
	background-color: #2f86d4;
	border-radius: 4px;
}
#ctatext {
	position: absolute;
    left: 170px;
	width: 92%;
    opacity: 0;
}
#ctaarrow {
    position: absolute;
    width: 0; 
    height: 0; 
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
    bottom: 15px;
	right: 59px;
    margin-right: -170px;
    z-index: 150;
    pointer-events: none;
}
#shine {
	position: absolute;
	width: 200px;
	height: 56px;
	left: -300px;
	top: 0;
	background-image: url('shine.png');
	background-size: cover;
}
#logo {
	position: absolute;
	width: 150px;
	height: 78px;
	left: -9px;
	top: -16px;
    background-repeat: no-repeat;
    background-size: contain;
	background-image: url('logo.gif');
}
#terms {
    position: absolute;
    width: 100%;
    bottom: 8px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 9px;
    color: #333;
	opacity: 0.3;
}
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 99;
}