* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#banner,
#banner * {
  box-sizing: content-box !important;
}
#banner {
  pointer-events: all;
}
#banner {
  font-family: "Lato", 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: 100%;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #666;
  opacity: 0;
}
#text1, #text2 {
  left: 300px;
  top: 66px;
  color: #101f30;
  font-weight: 700;
}
#text2 {
  color: #08c177;
  font-size: 50px;
  left: -300px;
  top: 91px;
}
#text3 {
  font-size: 26px;
  color: #666;
  font-size: 13px;
  top: 146px;
  left: 300px;
}
#text4 {
  color: #2f86d4;
  left: 0px;
  top: 173px;
  width: 180px;
  margin-left: 60px;
  font-size: 15px;
  letter-spacing: -0.1px;
  z-index: 888;
}
#text4:hover {
    text-decoration: underline;
}
#text5, #text6, #text7 {
  top: 216px;
  font-size: 14px;
}
#text6 {
  top: 267px;
  text-align: left;
  margin-left: 21px;
  font-size: 14.5px;
}
#text7 {
  top: 426px;
  text-align: left;
  margin-left: 21px;
  font-size: 14.5px;
}
.line {
  position: absolute;
  width: 276px;
  height: 1px;
  background-color: #ddd;
  left: 12px;
}
#line1 {
  top: 51px;
}
#line2 {
  top: 203px;
}
#line3 {
  top: 245px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #333;
  top: 23px;
  right: 30px;
  z-index: 650;
  pointer-events: none;
}
#loanstable {
  position: absolute;
  width: 270px;
  height: auto;
  top: 288px;
  left: 15px;
  margin: 0 auto;
  text-align: center;
  z-index: 400 !important;
  pointer-events: all;
}
.circle {
  position: relative;
  display: inline-block;
  margin: 2.5px 3.5px;
  pointer-events: all;
  font-size: 14px;
  font-weight: 400;
  color: #2f86d4;
  text-align: center;
  letter-spacing: -0.1px;
  background: #f1f3f8;
  border-radius: 6px;
  width: 80px;
  height: 35px;
  line-height: 35px;
  z-index: 50;
  opacity: 0;
}
#termtable {
  position: absolute;
  width: 100%;
  height: auto;
  top: 450px;
  text-align: center;
  z-index: 400 !important;
  pointer-events: all;
}
.bigcircle {
  position: relative;
  display: inline-block;
  margin: 0px 3.5px;
  pointer-events: all;
  font-size: 14px;
  font-weight: 400;
  color: #2f86d4;
  text-align: center;
  letter-spacing: -0.1px;
  background: #f1f3f8;
  border-radius: 6px;
  width: 125px;
  height: 35px;
  line-height: 35px;
  z-index: 50;
  opacity: 0;
}
#cta {
  position: absolute;
  width: 275px;
  height: 55px;
  opacity: 0;
  left: 12px;
  bottom: -10px;
  background-color: #2f86d4;
  border-radius: 4px;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.3px;
  line-height: 55px;
  color: #fff;
  overflow: hidden;
}
#ctatopbg {
  position: absolute;
  width: inherit;
  height: 55px;
  background-color: #2f86d4;
  border-radius: 4px;
}
#ctatext {
  position: absolute;
  left: 170px;
  width: 92%;
  opacity: 0;
}
#arrow1 {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #fff;
  bottom: 20px;
  right: -154px;
  z-index: 450;
  pointer-events: none;
}
#shine {
  position: absolute;
  width: 200px;
  height: 56px;
  left: -280px;
  top: 0;
  background-image: url("shine.png");
  background-size: cover;
}
#logo {
  position: absolute;
  width: 161px;
  height: 81px;
  left: 82px;
  top: -15px;
  background-repeat: no-repeat;
  background-image: url("logo.gif");
  background-size: contain;
}
#terms {
  position: absolute;
  width: 100%;
  bottom: 9px;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #333;
  opacity: 0.3;
}
#hit {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 99;
}