#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: 300px;
	height: 600px;
	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;
}
.text {
	position: absolute;
	width: 300px;
    font-weight: 700;
    font-size: 20px;
	color: #111;
	text-align: center;
	opacity: 0;
}
#text1 {
    left: 300px;
    font-size: 26px;
    letter-spacing: -0.4px;
	top: 101px;
}
#text2 {
    left: -300px;
    font-size: 26px;
    letter-spacing: -0.4px;
	top: 132px;
}
#text3 {
    left: 300px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    letter-spacing: -0.4px;
	top: 200px;
}
#text4 {
    left: -300px;
    top: 207px;
    font-size: 46px;
    letter-spacing: -0.3px;
}
#text5, #text6, #text7 {
    border-radius: 5px;
    background: #2c94d2;
    font-size: 14px;
    height: 28px;
    line-height: 26px;
    color: #fff;
    width: 210px;
    margin-left: 45px;
    letter-spacing: -0.5px;
	top: 277px;
    left: 300px;
}
#text6 {
    top: 297px;
    width: 196px;
    margin-left: 52px;
    left: -300px;
}
#text7 {
    top: 317px;
    width: 136px;
    margin-left: 82px;
}
#text8 {
    font-size: 21px;
    letter-spacing: -0.4px;
	top: 380px;
}
.line {
    position: absolute;
    width: 280px;
    height: 1px;
    background-color: #e5e5e5;
    left: 10px;
    top: 89px;
    opacity: 0;
}
#line2 {
    top: 184px;
}
#dropdown {
    position: absolute;
    width: 275px;
    height: 56px;
    top: 417px;
    opacity: 0;
}
#purposeselector {
    position: absolute;
    font-family: 'Titillium Web', sans-serif;
    width: 231px;
    height: 48px;
    top: 1px;
    left: 35px;
    padding-left: 13px;
    border: 1px solid #ddd;
	background-color: #fff;
    z-index: 505;
    font-weight: 400;
    border-radius: 4px;
    font-size: 20px;
    color: #111;
    line-height: 40px;
	cursor: pointer;
}
#purposeselector:hover {
    background-color: #f1f1f5;
}
select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
#arrow1 {
    position: absolute;
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #2babe2;
    top: 23px;
    right: 25px;
    z-index: 650;
    pointer-events: none;
}
#cta {
	position: absolute;
	width: 280px;
	height: 52px;
	left: 10px;
	bottom: 10px;
    opacity: 0;
	background-color: #fbaa29;
	border-radius: 5px;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	line-height: 52px;
	color: #fff;
	overflow: hidden;
}
#ctatopbg {
	position: absolute;
    width: inherit;
    height: 52px;
	background-color: #fbaa29;
	border-radius: 5px;
}
#ctatext {
	position: absolute;
    left: 170px;
	width: 94%;
    opacity: 0;
}
#arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #fff;
	bottom: 19px;
	right: -124px;
	z-index: 450;
	pointer-events: none;
}
#shine {
	position: absolute;
	width: 214px;
	height: 64px;
	left: -280px;
	top: 0;
	background-image: url('shine.png');
	background-size: cover;
}
#logo {
	position: absolute;
	width: 530px;
	height: 440px;
	left: -106px;
	top: -202px;
	background-image: url('logo.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
#terms {
    position: absolute;
    width: 100%;
    bottom: 9px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 11px;
    letter-spacing: -0.1px;
    color: #a3a3a3;
}
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 99;
}