html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
body {
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#banner {
	position: absolute;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	width: 336px;
	height: 280px;
	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;
}
#line {
    position: absolute;
    width: 307px;
    height: 1px;
    background: #cecece;
    left: 17px;
    top: 44px;
    opacity: 0;
}
.text {
	position: absolute;
	text-align: left;
	opacity: 0;
	width: 100%;
    margin-left: 150px;
	font-size: 17px;
	font-weight: 700;
	color: #000;
}
#text1 {
	top: 16px;
	width: 380px;
    left: 134px;
}
#text2 {
    font-size: 25px;
    color: #08c177;
    top: 54px;
    left: 25px;
    
} 
#text3 {
    left: 102px;
    font-size: 18px;
    letter-spacing: 0.4px;
    top: 58px;
    
} 
#text4 {
    font-size: 25px;
    top: 54px;
    left: 197px;
    color: #08c177;
    
} 
#text5 {
    left: 272px;
    font-size: 18px;
    letter-spacing: 0.4px;
    top: 58px;
}
#label {
	position: absolute;
	width: 336px;
	height: auto;
	top: 106px;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color: #454545;
	opacity: 0;
}
.circle {
    position: absolute;
    left: 128px;
    top: 131px;
	height: 40px;
	width: 80px;
	opacity: 0;
    z-index: 120;
    pointer-events: all;
}
.circle_inner {
	position: absolute;
    background: #f1f3f8;
    border: 5px solid #f1f3f8;
	border-radius: 34px;
	width: 70px;
	height: 30px;
}
.circle_toggle {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #08c177;
    border-radius: 50%;
}
.amt {
    position: absolute;
    width: 250px;
    height: 40px;
	font-size: 15px;
	font-weight: 700;
    margin-top: -5px;
    margin-left: -86px;
    text-align: center;
    z-index: 200;
    pointer-events: all;
    overflow: hidden;
}
.small {
    font-size: 12px;
}
.option {
    position: absolute;
    height: 38px;
    z-index: 160;
    line-height: 16px;
    padding-top: 2px;
    border-radius: 20px;
    color: #08c177;
}
#option1 {
    width: 71px;
    padding-right: 54px;
    
}
#option2 {
    width: 88px;
    margin-left: 125px;
    padding-left: 37px;
    color: #a3a3a3;
}
#cta {
	position: absolute;
	width: 310px;
	height: 48px;
	left: 14px;
	bottom: 19px;
    margin-bottom: -40px;
    opacity: 0;
	background-color: #2f86d4;
	border-radius: 4px;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	line-height: 48px;
	color: #fff;
	overflow: hidden;
    z-index: 509;
    pointer-events: none;
}
#ctatopbg {
	position: absolute;
    width: inherit;
    height: 48px;
	background-color: #2f86d4;
	border-radius: 4px;
}
#ctatext {
	position: absolute;
    left: 170px;
    letter-spacing: -0.1px;
	width: 94%;
    opacity: 0;
}
#ctaarrow {
    position: absolute;
    width: 0; 
    height: 0; 
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
    bottom: 19px;
	right: 75px;
    margin-right: -170px;
    z-index: 150;
    pointer-events: none;
}
#shine {
	position: absolute;
	width: 250px;
	height: 65px;
	left: -320px;
	top: 0;
	background-image: url('shine.png');
	background-size: cover;
}
#logo {
	position: absolute;
	width: 163px;
	height: 77px;
	left: 21px;
	top: -17px;
	background-image: url('logo.gif');
    background-repeat: no-repeat;
    background-size: contain;
}
#terms {
    position: absolute;
    width: 100%;
	left: 0;
    bottom: 4px;
    font-family: Arial, sans-serif;
    font-size: 10px;
	text-align: center;
    color: #666;
    opacity: 0.3;
}
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 99;
}