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}
#banner {
	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;
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#unclick {
    position: absolute;
    width: 60px;
    height: 40px;
    z-index: 800;
}
#logo {
	position: absolute;
	width: 72px;
	height: 25px;
	left: 13px;
	top: 7px;
	background-image: url('logo.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
/*hamburger menu & popup*/
#hmenubutton {
	position: absolute;
	width: 45px;
	height: 45px;
	right: 0;
	top: 0;
	opacity: 0;
	z-index: 100;
}
#hmenubutton .hline {
	position: absolute;
	height: 1px;
	right: 14px;
	background-color: #2f86d4;
    width: 0;
}
#hmenubutton .hline.line1 {
	top: 15px;
}
#hmenubutton .hline.line2 {
	top: 20px;
}
#hmenubutton .hline.line3 {
	top: 25px;
}
#hmenubutton .hoveroutline {
	position: absolute;
	width: 33px;
	height: 33px;
	top: 4px;
	left: 5px;
	background-color: #f1f1f5;
	border-radius: 50%;
}
#hmenuoverlay {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgb(0, 0, 0, 0.6);
	z-index: 699;
}
#hmenupopup {
	position: absolute;
	width: 278px;
	height: 224px;
	right: 0;
	top: 0;
	background-color: #fff;
	border: 1px solid #a3a3a3;
	box-shadow: 0 0 10px 0 #333;
	opacity: 0;
	z-index: 700;
}
#hmenubg {
    width: 100%;
    height: 100%;
    z-index: 98;
}
#xbtn {
	position: absolute;
	width: 43px;
	height: 43px;
	top: 3px;
	right: 4px;
	background-image: url('x.svg');
	background-size: 30%;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 100;
}
#xbtn:hover {
	background-image: url('x_active.svg');
}
body::after{ /*preload*/
   position:absolute;
   width: 0;
   height: 0;
   overflow: hidden;
   z-index: -1;
   content: url('x_active.svg');
}
#htitle {
	position: absolute;
	width: 260px;
	top: 16px;
	left: 10px;
	font-size: 15px;
	font-weight: 600;
	color: #101f30;
}
#hdivider {
	position: absolute;
	width: 256px;
	height: 1px;
	left: 12px;
	top: 44px;
	background-color: #cecece;
}
#hcaption {
	position: absolute;
	width: 260px;
	top: 57px;
	left: 10px;
	font-size: 14px;
	font-weight: 600;
	color: #101f30;
	letter-spacing: -0.1px;
}
#hmenupopup .hcta {
	position: absolute;
	width: 257px;
	height: 37px;
	left: 10px;
	background-color: #08c177;
	border-radius: 4px;
	color: #fff;
	overflow: hidden;
	font-size: 15px;
	font-weight: 600;
	text-align: left;
	line-height: 37px;
	z-index: 900;
}
#hmenupopup .hcta .hctatopbg {
	position: absolute;
	width: inherit;
	height: 37px;
	background-color: #08c177;
	border-radius: 4px;
}
#hmenupopup .hcta .hctatext {
	position: absolute;
	top: 0;
	left: 10px;
	width: 247px;
}
#hmenupopup .hcta .harrow {
	position: absolute;
	width: 0;
	height: 0;
	right: 14px;
	bottom: 14px;
	margin-left: 200px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6.5px solid #fff;
	pointer-events: none;
}

#hcta1 {
	bottom: 100px;
}
#hcta2 {
	bottom: 56px;
}
#hcta3 {
	bottom: 12px;
}
/*ad elements*/
#line {
    position: absolute;
    width: 276px;
    height: 1px;
    background: #d93551;
    left: 12px;
    top: 38px;
    opacity: 0;
}
.text {
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 15px;
	font-weight: 700;
	color: #222;
	opacity: 0;
}
#title {
	width: 325px;
    left: 200px;
	top: 13px;
    text-align: left;
}
#title2 {
    color: #2f86d4;
    top: 35px;
    left: 12px;
    text-align: left;
    font-size: 17px;
}
#title3, #title4, #title5, #title6, #title7 {
    font-size: 22px;
    font-weight: 700;
    top: 45px;
    left: 150px;
}
#title3, #title5, #title7 span {
    color: #2f86d4;
}
#title4, #title6 {
    font-size: 16px;
    letter-spacing: 0.4px;
    top: 48px;
}
#title5, #title6 {
    left: 250px;
}
#title7 {
    font-size: 25.5px;
    left: 0;
    top: 74px;
}
#banner .label {
	position: absolute;
	width: 200px;
	height: 15px;
	left: 13px;
	font-size: 14px;
	font-weight: 400;
	color: #828280;
	letter-spacing: -0.1px;
	opacity: 0;
}
#label1 {
	top: 84px;
}
#label2 {
	top: 124px;
}
#label3 {
	top: 164px;
}
#inputsbg {
	position: absolute;
	width: 188px;
	height: 114px;
	left: 99px;
	top: 73px;
	z-index: 100;
}
#banner .inputdiv {
    position: absolute;
    right: 13px;
    width: 186px;
    height: 32px;
    top: 73px;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    opacity: 0;
    z-index: 105;
}
#banner .inputdiv input {
    width: 172px;
    height: 30px;
    padding-left: 12px;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    background-color: #fff;
    color: #2f86d4;
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#banner .inputdiv:hover input {
	background-color: #f1f1f5;
}
#dropdown, #dropdown2, #dropdown3 {
    position: absolute;
    width: 186px;
    height: 32px;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    top: 113px;
    right: 13px;
    opacity: 0;
}
#dropdown2 {
    top: 153px;
}
#purposeselector, #purposeselector2, #purposeselector3 {
    position: absolute;
	font-family: 'Lato', sans-serif;
    width: 186px;
    height: 32px;
    top: 0px;
    right: 0px;
    padding-left: 12px;
    border: none;
	background-color: #fff;
    z-index: 505;
    font-weight: 400;
    letter-spacing: -0.1px;
    border-radius: 3px;
    font-size: 16px;
    color: #2f86d4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
}
#purposeselector:hover, #purposeselector2:hover, #purposeselector3:hover {
    background-color: #f1f1f5;
}
select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
select:focus {
    outline:0;
}
#arrow1, #arrow2, #arrow3 {
    position: absolute;
    width: 0; 
    height: 0; 
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #222;
    top: 14px;
    right: 12px;
    z-index: 650;
    pointer-events: none;
}
#cta {
	position: absolute;
	width: 275px;
	height: 40px;
	left: 12px;
	bottom: 16px;
	background-color: #2f86d4;
	border-radius: 4px;
	color: #fff;
	overflow: hidden;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	line-height: 40px;
	opacity: 0;
}
#cta .ctatopbg {
	position: absolute;
	width: inherit;
	height: 40px;
	background-color: #2f86d4;
	border-radius: 4px;
}
#cta .ctatext {
	position: absolute;
	top: 0;
	left: 0;
	width: 260px;
}
#cta .arrow {
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	bottom: 14px;
	margin-left: 200px;
	border-top: 4.5px solid transparent;
	border-bottom: 4.5px solid transparent;
	border-left: 7.5px solid #fff;
	pointer-events: none;
}
#cta .shine {
	position: absolute;
	width: 275px;
	height: 77px;
	left: -300px;
	top: 0;
	background-image: url('shine.png');
	background-size: cover;
}
#terms {
	position: absolute;
	width: 300px;
	height: 10px;
	bottom: 2px;
	left: 0;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 9px;
	color: #333;
	opacity: 0.4;
	letter-spacing: 0.1px;
}
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 99;
}