/*#########################################################
########### Delete Before Uploading #############
#########################################################*/

#ad {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

/*#########################################################
###########################################################
#########################################################*/

#banner {
    display: block;
    border: rgb(0,0,0) 1px solid;
    width: 298px; height: 248px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-color: #ffffff;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    visibility: hidden;
}

.banner {
  cursor: pointer;
}

#bg-exit {
  background-color: rgba(255,255,255,0);
  cursor: pointer;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}

#background {
    background-color: #ffffff;
    position: absolute;
    width: 300px;
    height: 250px;
    top: 0px;
    left: 0px;
}

.text1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 250px;
}
.van {
  background-image: url("../images/van.png");
  position: absolute;
  left: 126px;
  top: 154px;
  width: 173px;
  height: 96px;
}
.head1 {
  background-image: url("../images/head1.png");
  position: absolute;
  left: 37px;
  top: 92px;
  width: 131px;
  height: 117px;
}
.bluePanel {
  background-color: rgb(191, 230, 255);
  position: absolute;
  left: 21px;
  top: 78px;
  width: 280px;
  height: 150px;
}
.logo {
  background-image: url("../images/logo.png");
  position: absolute;
  left: 23px;
  top: 18px;
  width: 112px;
  height: 39px;
}

.text2 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 250px;
}
.head2 {
  background-image: url("../images/head2.png");
  position: absolute;
  left: 26px;
  top: 76px;
  width: 115px;
  height: 97px;
}
.cta {
  background-image: url("../images/cta.png");
  position: absolute;
  left: 162px;
  top: 201px;
  width: 128px;
  height: 30px;
}
.cta2 {
  background-image: url("../images/cta2.png");
  position: absolute;
  left: 162px;
  top: 201px;
  width: 128px;
  height: 30px;
  opacity: 0;
}
.disclaimer {
  background-image: url("../images/disclaimer.png");
  position: absolute;
  left: 20px;
  top: 190px;
  width: 124px;
  height: 52px;
}
.unit {
  background-image: url("../images/unit.png");
  position: absolute;
  left: 160px;
  top: 17px;
  width: 134px;
  height: 161px;
}

.purplePanel {
  background-color: rgb(217, 219, 255);
  position: absolute;
  left: 0px;
  top: 68px;
  width: 296px;
  height: 115px;
}
