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

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

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

#bg {
    position: absolute;
    width: 801px;
    height: 813px;
    top: -213px;
    left: -118px;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px) scale(1) rotate(0.02deg);
}

#gm {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 113px;
    height: 35px;
    top: 474px;
    left: 184px;
    transform: rotate(0.02deg);
}

#yes {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    height: 37px;
    top: 511px;
    left: 272px;
    transform: scale(0) rotate(0.02deg) translateZ(0);
}

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

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

#copy1 {
    opacity: 0;
    position: absolute;
    top: 32px;
    right: 101px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    line-height: 20px;
    letter-spacing: -0.1px;
}

#copy2 {
    opacity: 0;
    position: absolute;
    top: 107px;
    right: 61px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    line-height: 14px;
    letter-spacing: -0.15px;
}

#legal {
    opacity: 0;
    position: absolute;
    bottom: 6px;
    left: 25px;
    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: 151px;
    right: 0px;
    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;
}