#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: 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: 300px;
    font-weight: 600;
    font-size: 18px;
	color: #333333;
	text-align: center;
	opacity: 0;
}
#text1 {
    left: 300px;
	top: 28px;
}
#apy {
    font-weight: 700;
}
.line {
    position: absolute;
    width: 279px;
    height: 1px;
    background-color: #dddddd;
    left: 10px;
    top: 58px;
    opacity: 0;
}
#sliderlabel {
	position: absolute;
	width: 300px;
	height: auto;
	top: 66px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #333333;
	opacity: 0;
}
#sliderarea {
    position: absolute;
    width: 280px;
    height: 80px;
    top: 90px;
    left: 10px;
    overflow: hidden; 
}
.label {
    position: absolute;
    width: 280px;
    height: 15px;
    font-size: 11px;
    color: #2c94d2;
    font-weight: 600;
}
#label1 {
    text-align: left;
    top: 55px;
}
#label2 {
    text-align: right;
    top: 55px;
}
#slider {
	position: absolute;
	width: 280px;
	height: 4px;
	top: 44px;
	left: 0px;
	opacity: 0;
}
#pivot {
	position: absolute;
	top: -33px;
	left: 15px;
}
#pivotline {
    position: absolute;
    background-image: url(curve.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 500px;
    height: 44px;
    margin-top: -5px;
    margin-left: -234px;
}
#pivotbg {
    position: absolute;
	width: 32px;
	height: 32px;
    border-radius: 50%;
    background: #1f538a;
	opacity: 1;
}
#pivotdollar {
    position: absolute;
    width: 32px;
    line-height: 32px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
#pivotbgover {
	position: absolute;
	width: 32px;
	height: 32px;
    border-radius: 50%;
    background: #2a6da8;
    top: 0;
	opacity: 0;
}
#sliderhit {
	position: absolute;
	width: 280px;
	height: 46px;
	top: -39px;
	left: 0px;
	z-index: 100;
}
#slideroutput {
	position: absolute;
	width: 100px;
	height: 70px;
	top: 38px;
	left: -34px;
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	color: #1f538a;
    opacity: 0;
}
#cta {
	position: absolute;
	width: 280px;
	height: 47px;
	right: 10px;
    margin-bottom: -40px;
	bottom: 16px;
    opacity: 0;
	background-color: #fbaa29;
	border-radius: 5px;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
    letter-spacing: 0.1px;
	line-height: 46px;
	color: #fff;
	overflow: hidden;
}
#ctatopbg {
	position: absolute;
    width: inherit;
    height: 47px;
	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: 7px solid #fff;
	bottom: 17px;
    margin-right: -170px;
	right: 39px;
	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: 370px;
	height: 280px;
	left: -30px;
	top: -154px;
    background-repeat: no-repeat;
	background-image: url('logo.svg');
}
#terms {
    position: absolute;
    width: 100%;
    bottom: 4px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 8.5px;
    letter-spacing: -0.2px;
    color: #A3A3A3;
    opacity: 1;
}
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 99;
}