#banner {
	position: absolute;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
    font-family: 'Helvetica', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    width: 300px;
    height: 600px;
    left: 0px;
    top: 0px;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    box-sizing: border-box;
	margin: auto;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
	opacity: 0;
}
.title {
    position: absolute;
    width: 300px;
    height: 30px;
    color: #2E2E27;
    font-weight: 500;
    left: 15px;
    font-size: 24px;
    letter-spacing: 0.2px;
    text-align: left;
    opacity: 0;
}
#title1 {
    top: 70px;
}
#title2 {
    top: 100px;
}
#title3 {
    top: 130px;
}
.label {
    position: absolute;
    width: 298px;
    height: 20px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
    color: #676563;
    opacity: 0;
}
#label1 {
    top: 206px;
}
#label2 {
    top: 335px;
}
#label3 {
    top: 274px;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 16px;
    color: #292827;
}
#label4 {
    top: 368px;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 16px;
    color: #292827;
}
.rangeslider {
    position: absolute;
    width: 245px;
    height: 30px;
    top: 238px;
    left: 13px;
    overflow: visible;
    z-index: 210;
}
#sliderRange {
    opacity: 0;
}
.slider {
    -webkit-appearance: none !important;
    background: #F3F2EC;
    width: 267px;
    height: 9px;
    -ms-height: 20px;
    border-radius: 29px; 
    overflow: visible;
}
.slider::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    cursor: pointer;
    background: transparent;
    border: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    z-index: 320;
}
.slider::-ms-thumb {
    -ms-appearance: none;
    cursor: pointer;
    background: transparent;
    border: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
input:focus {
    outline:none;
}
#sliderfill {
	position: relative;
	width: 0;
    max-width: 247px;
	height: 9px;
	left: 2px;
	top: -13px;
    background: #C4C3C2;
    border-radius: 29px;
    z-index: 24;
    pointer-events: none;
    opacity: 0;
}
#sliderbtn {
	position: absolute;
	top: -10px;
	right: -24px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #3C332E;
	opacity: 1;
}
#savingsbox {
    position: absolute;
    width: 268px;
    height: 71px;
    left: 15px;
    top: 400px;
    background: rgba(196, 195, 194, 0.2);
    border-radius: 2px;
    opacity: 0;
}
.savingstext {
    position: absolute;
    width: 134px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #292827;
}
#savingstext1 {
    top: 17px;
    letter-spacing: 0.2px;
}
#savingstext2 {
    top: 38px;
    font-size: 14px;
    color: #676563;
    font-weight: 400;
}
#savingstext3 {
    top: 17px;
    left: 134px;
    letter-spacing: 0.2px;
}
#savingstext4 {
    top: 38px;
    left: 134px;
    font-size: 14px;
    color: #676563;
    font-weight: 400;
}
#divider {
    position: absolute;
    width: 1px;
    height: 29px;
    background-color: #C4C3C2;
    left: 133px;
    top: 21px;
}
#logo {
    position: absolute;
    width: 81px;
    height: 22px;
    left: 15px;
    top: 23px;
    background-image: url(ramplogo.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
#cta {
    position: absolute;
    width: 268px;
    height: 56px;
    bottom: 30px;
    left: 15px;
    text-decoration: none;
    background-color: #2E2E27;
    color: #FFFFFF;
    box-shadow: none;
    letter-spacing: -0.2px;
    border-radius: 4px;
    z-index: 120;
    opacity: 0;
}
#ctatext {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.4px;
    text-align: center;
    line-height: 58px;
}
#terms {
    position: absolute;
    width: 298px;
    color: #000;
    opacity: 0.3;
    text-align: center;
    font-size: 8px;
    bottom: 4px;
}
#hit {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}