body {
  margin: 0;
}
.element {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
#banner {
  overflow: hidden;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 728px;
  height: 90px;
  cursor: pointer;
  box-sizing: border-box;
  opacity: 0;
  background-color: #000;
}
#image_mask {
  left: 0;
  top: 0;
  width: 364px;
  height: 90px;
}
#image {
  left: 1px;
  top: 0;
  background-image: url(image.jpg);
  width: 363px;
  height: 90px;
}
#cta {
  left: 556px;
  top: 25px;
  width: 132px;
  height: 41px;
}
#txt_0 {
  left: 154px;
  top: 34px;
  width: 345px;
  height: 28px;
}
#txt_0_0_mask {
  left: -14px;
  top: -10px;
  width: 379px;
  height: 45px;
}
#txt_0_0 {
  left: 9px;
  top: 5px;
  background-image: url(txt_0_0.png);
  width: 355px;
  height: 37px;
}
#txt_1 {
  left: 497px;
  top: 35px;
  width: 99px;
  height: 28px;
}
#txt_1_mask {
  left: -30px;
  top: -4px;
  width: 160px;
  height: 35px;
}
#txt_1_0 {
  left: 22px;
  top: -2px;
  background-image: url(txt_1_0.png);
  width: 114px;
  height: 39px;
}
#txt_2 {
  left: 492px;
  top: 35px;
  width: 107px;
  height: 28px;
}
#txt_2_mask {
  left: -25px;
  top: -4px;
  width: 160px;
  height: 35px;
}
#txt_2_0 {
  left: 22px;
  top: -2px;
  background-image: url(txt_2_0.png);
  width: 114px;
  height: 39px;
}
#txt_3 {
  left: 221px;
  top: 34px;
  width: 372px;
  height: 28px;
}
#txt_3_0_mask {
  left: -8px;
  top: -12px;
  width: 390px;
  height: 50px;
}
#txt_3_0 {
  left: 3px;
  top: 7px;
  background-image: url(txt_3_0.png);
  width: 382px;
  height: 37px;
}
#phone {
  left: 133px;
  top: 18px;
  width: 54px;
  height: 54px;
}
#cashout_svg {
  left: 0;
  top: 0;
  width: 54px;
  height: 54px;
}
#txt_legal {
  left: 40px;
  top: 75px;
  width: 265px;
  height: 10px;
}
#txt_legal_mask {
  left: -8px;
  top: -5px;
  width: 360px;
  height: 19px;
}
#txt_legal_0 {
  left: 5px;
  top: 1px;
  background-image: url(txt_legal_0.png);
  width: 352px;
  height: 14px;
}
#watermark {
  left: 12px;
  top: 11px;
  width: 38px;
  height: 14px;
}
#watermark_mask {
  left: 0;
  top: 0;
  width: 38px;
  height: 15px;
}
#watermarkLogo_img {
  left: 2px;
  top: 0;
  background-image: url(watermarkLogo_img.png);
  width: 33px;
  height: 13px;
}
#logo {
  left: 40px;
  top: 34px;
  width: 64px;
  height: 23px;
}
#logo_mask {
  left: -5px;
  top: -6px;
  width: 74px;
  height: 34px;
}
#logo_svg {
  left: 5px;
  top: 6px;
  width: 64px;
  height: 23px;
}
#banner * {
  overflow: hidden;
}
#border {
  width: 728px;
  height: 90px;
  border: 1px solid #ddd;
  overflow: hidden;
  box-sizing: border-box;
  pointer-events: none;
}
#cover {
  width: 728px;
  height: 90px;
  background-color: #000;
  pointer-events: none;
}