:root {
  --banner-width: 160px;
  --banner-height: 600px;
}
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: var(--banner-width);
  height: var(--banner-height);
  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: 80px;
  height: 60px;
  z-index: 800;
}
#logo {
  position: absolute;
  width: 85px;
  height: 26px;
  left: 42px;
  top: 20px;
  background-image: url('logo.svg');
  background-repeat: no-repeat;
}
#title {
  position: absolute;
  width: 100%;

  top: 64px;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  color: #101f30;
  opacity: 0;
  line-height: 24px;
}
#rateDisplayContainer {
  position: absolute;
  top: 126px;
  width: var(--banner-width);
  height: 94px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
#rateDisplay {
  color: #08c177;
  font-size: 46px;
  font-weight: 800;
  opacity: 0;
}
.rateDisplayText {
  font-size: 14px;
  line-height: 10px;
  font-weight: 600;
  color: #666;
  letter-spacing: -0.2px;
}
.text {
  position: absolute;
  opacity: 0;
  text-align: center;
  width: 100%;
}
#text1 {
  top: 147px;
  font-size: 17px;
  font-weight: 600;
  color: #08c177;
}

#text3 {
  width: 100%;
  top: 229px;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2px;
  color: #666;
}
#banner .divider {
  position: absolute;
  width: 160px;
  height: 1px;
  left: 0px;
  background-color: #eee;
  opacity: 0;
}
#divider1 {
  top: 56px;
}
#divider2 {
  top: 126px;
}
#divider3 {
  top: 220px;
}
#divider4 {
  top: 260px;
}

#loanstable {
  position: absolute;
  width: 100%;
  top: 268px;
  left: 5px;
  margin: 0 auto;
  text-align: center;
  z-index: 110;
  pointer-events: all;
}
.amount {
  display: inline-block;
  padding: 5px 0 4px 30px;
  height: 30px;
  width: 160px;
  opacity: 0;
  z-index: 820;
  pointer-events: all;
}
#toggleWrapper {
  width: inherit;
  height: inherit;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
}

.amount_toggle {
  width: 12px;
  height: 12px;
  background: #fff;
  border: solid 1px rgb(220, 220, 220);
  pointer-events: none;
}
.selected {
  border: solid 1px rgb(72, 132, 206);
}
.amt {
  font-size: 14px;
  font-weight: 800;
  color: #333;
  pointer-events: none;
}

.loadCircle {
  position: absolute;
  width: 7px;
  height: 7px;
  background: #08c177;
  border-radius: 50%;
  left: 11px;
  top: 195px;
  margin-left: 45px;
  margin-top: -23px;
}
#loadCircle2 {
  left: 31px;
}
#loadCircle3 {
  left: 51px;
}
#cta {
  position: absolute;
  width: 150px;
  height: 42px;
  left: 5px;
  bottom: 48px;
  background-color: #2f86d4;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 41px;
  opacity: 0;
}
#cta .ctatopbg {
  position: relative;
  width: inherit;
  height: inherit;
  background-color: #2f86d4;
  border-radius: 4px;
}
#cta .ctatext {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#cta .shine {
  position: absolute;
  width: 275px;
  height: 77px;
  left: -320px;
  top: 0;
  background-image: url('shine.png');
  background-size: cover;
}
#terms {
  position: absolute;
  width: 100%;
  bottom: 9px;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #333;
  opacity: 0.5;
}
#hit {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 99;
}
