html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  margin: 0;
}

a {
  background-color: transparent;
  color: #000;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}


img {
  position: absolute;
  display: inline-block;
}

p {
  margin: 0;
}

.creative {
  position: relative;
  width: 728px;
  height: 90px;
  overflow: hidden;
  cursor: pointer;
  visibility: hidden;
}

.overlay {
  background-color: transparent;
  height: 100%;
  width: 100%;
}

.frame {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0B5ED7;
  color: #fff;
  font: 16px/1.2 "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  z-index: -1;
}

.bg1,
.bg2,
.bg3,
.bg4 {
  width: 180px;
  height: 75px;
  left: 209px;
}


.bg-back1,
.bg-back2,
.bg-back3,
.bg-back4 {
  width: 107px;
  height: 90px;
  left: 282px;
  top: 0;
}

.logo {
  top: 8px;
  left: 8px;
  width: 182px;
}

.logo-last {
  top: 18px;
  left: 18px;
  width: 264px;
}

.star {
  top: 15px;
  right: 313px;
  width: 15px;
  z-index: 1;
}

.text-1 {
  bottom: 31px;
  right: 28px;
  width: 299px;
}

.cta {
  width: 65px;
  bottom: 8px;
  right: 27px;
}