
* {
  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: 300px;
  left: -1px;
  top: -1px;
}

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

}

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

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

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

.white {
  color: #FFFFFF;
}

.green {
  color: #76BC21;
}

/*-----text-----*/
#line1 {
  letter-spacing: -0.1px;
  line-height: 11px;
  font-size: 10px;
  left: 10px;
  top: 6px;
}

#line2 {
  letter-spacing: -0.1px;
  font-size: 10px;
  left: 10px;
  top: 31.4px;
}

#cta-text {
  font-size: 9px;
  color: #007298;
  left: 5px;
  top: 2px;
}

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

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

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