* {
    margin: 0;
    padding: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

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

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

* {
    font-size: 100%;
    font-family: 'Montserrat', sans-serif;
}

div {
    position: absolute;
}

sup {
    line-height: 0px;
}
u{
    text-decoration: underline;
}

.hotspot {
  position: absolute;
  width: 728px;
  height: 90px;
  top: -1px;
  left: -1px;
  cursor: pointer;
}

.wrapper {
    width: 728px;
    height: 90px;
    top: -1px;
    left: -1px;
    pointer-events: none;
}

.adSize {
    background-repeat: no-repeat;
    background-size: contain;
    width: 728px;
    height: 90px;
    top: 0px;
    left: 0px;
}

.transition {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.slowTransition {
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}

#container {
    width: 728px;
    height: 90px;
    border: 1px solid #5b5e5f; /* cecece */
    box-sizing: border-box;
    overflow: hidden;
    visibility: hidden;
    background: #FFFFFF;
}

#bg {
    position: absolute;
    width: 835px;
    height: 547px;
    top: -322px;
    left: -53px;
    transform-origin: 50% 50%;
    transform: translate(93px, 94px) scale(1.1) rotate(0.02deg);
}

#gm {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 121px;
    height: 37px;
    top: 236px;
    left: 163px;
    transform: scale(0.91) translateZ(0) rotate(0.02deg);
}

#yes {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 74px;
    height: 40px;
    top: 265px;
    left: 251px;
    transform: scale(0) rotate(0.02deg) translateZ(0);
}

#sun {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 25px;
    top: 313px;
    left: 171px;
    transform: scale(0) rotate(0.02deg) translateZ(0);
}

#emoji {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 48px;
    height: 48px;
    top: 378px;
    left: 268px;
    transform: scale(0) rotate(0.02deg) translateZ(0);
}

#copy1 {
    opacity: 0;
    position: absolute;
    top: 13px;
    right: 145px;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    line-height: 16px;
    letter-spacing: -0.1px;
}

#copy2 {
    opacity: 0;
    position: absolute;
    top: 53px;
    right: 192px;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    line-height: 14px;
    letter-spacing: -0.1px;
}

#legal {
    opacity: 0;
    position: absolute;
    bottom: 3px;
    right: 19px;
    color: #FFFFFF;
    font-size: 10px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    letter-spacing: -0.1px;
    line-height: 10px;
    text-shadow: 0px 0px 4px #000000;
}

#legal span {
    font-size: 10px;
    font-family: Arial, sans-serif;
    font-weight: 400;
}

#cta {
    position: absolute;
    top: 38px;
    right: 16px;
    width: 100px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    transform-origin: 50% 50%;
    transform: scale(0) rotate(0.02deg);
}

#cta_text {
    color: #007298;
    font-size: 14px;
    font-weight: 700;
    margin-top: 6px;
    margin-left: 11px;
}