* {
    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: 160px;
  height: 600px;
  top: -1px;
  left: -1px;
  cursor: pointer;
}

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

.adSize {
    background-repeat: no-repeat;
    background-size: contain;
    width: 160px;
    height: 600px;
    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: 160px;
    height: 600px;
    border: 1px solid #5b5e5f; /* cecece */
    box-sizing: border-box;
    overflow: hidden;
    visibility: hidden;
    background: #FFFFFF;
}

#bg {
    position: absolute;
    width: 714px;
    height: 725px;
    top: -124px;
    left: -181px;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px) scale(1) rotate(0.02deg);
}

#gm {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 108px;
    height: 34px;
    top: 370px;
    left: 175px;
    transform: rotate(0.02deg);
}

#yes {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 66px;
    height: 31px;
    top: 405px;
    left: 246px;
    transform: scale(0) rotate(0.02deg) translateZ(0);
}

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

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

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

#copy2 {
    opacity: 0;
    position: absolute;
    top: 70px;
    right: 60px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    line-height: 16px;
}

#legal {
    opacity: 0;
    position: absolute;
    bottom: 12px;
    left: 11px;
    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;
}

#cta {
    position: absolute;
    top: 110px;
    right: -16px;
    width: 110px;
    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: 12px;
}