
* {
  margin: 0;
  padding: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-font-smoothing: subpixel-antialiased;;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

body {
  -moz-user-select: none;
}

div {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transform: translateZ(0);
}

#container {
  box-sizing: border-box;
  border: 1px solid #5b5e5f;
  visibility: hidden;
  overflow: hidden;
  height: 50px;
  width: 320px;
}

#bg {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 50px;
  width: 320px;

}

/*-----fonts-----*/
.Arial {
  font-family: Arial, sans-serif;
  font-weight: 400;
}

.MontB {
  font-family: Montserrat;
  font-weight: 700;
}

.MontEB {
  font-family: Montserrat;
  font-weight: 800;
}

.MontBlk {
  font-family: Montserrat;
  font-weight: 900;
}

.white {
  color: #FFFFFF;
}

.blue {
  color: #007298;
}

.green {
  color: #40B652;
}

/*-----text-----*/
#linebg {
  font-size: 80px;
  opacity: 50%;
  left: -1.5px;
  top: -23px;
}

#line1 {
  letter-spacing: -0.1px;
  font-size: 12px;
  left: 7px;
  top: 13px;
}

#line2 {
  letter-spacing: -0.1px;
  font-size: 12px;
  left: 7px;
  top: 25px;
}

#cta-text {
  font-size: 9px;
  left: 5px;
  top: 2.4px;
}

#legal {
  filter: drop-shadow(0px 0px 4px #000000);
  letter-spacing: -0.1px;
  font-size: 10px;
  width: 150px;
  left: 210px;
  top: 6px;
  line-height: 10px;
}

/*-----images-----*/

#cta {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 16px;
  width: 56px;
  left: 145px;
  top: 29px;
}
