
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: 300px;
  height: 250px;
  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: 159px;
    right: 0;
    bottom: 46px;
}
.bg-back1,
.bg-back2,
.bg-back3,
.bg-back4{
width: 112px;
    right: 0;
    bottom: 0;
}

.logo{
    top: 18px;
    left: 18px;
    width: 264px;
}
.logo-last{
    top: 18px;
    left: 18px;
    width: 264px;
}
.star{
  top: 145px;
    left: 16px;
    width: 15px;
    z-index: 1;
}
.text-1{
    bottom: 18px;
    left: 16px;
    width: 109px;
}

.cta{
  position: absolute;
    width: 78px;
    bottom: 14px;
    right: 17px;
}