html,
body,
object,
img {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

a,
a:active,
a:hover {
  outline: none;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

a.click-through {
  cursor: pointer !important;
  position: absolute;
  width: 160px;
  height: 600px;
  top: 0px;
  left: 0px;
  opacity: 0;
  background: transparent;
}

#content {
  position: absolute;
  display: block;
  width: 160px;
  height: 600px;
}

#banner {
  background-color: #ffffff;
  overflow: hidden;
  visibility: hidden;
}

#content::after {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 600px;
  top: 0px;
  left: 0px;
  border: 1px;
  border-style: solid;
  border-color: #999999;
  opacity: 0.5;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.format {
  position: absolute;
  display: block;
  width: 160px;
  height: 600px;
  opacity: 1;
  top: 0;
  left: 0;
}

#logo {
  background: url(./images/logo.png) 0px 0px no-repeat;
  background-size: 160px 600px;
}

#logo2 {
  background: url(./images/logo2.png) 0px 0px no-repeat;
  background-size: 160px 600px;
}

#bg1 {
  background: url(./images/bg1.jpg) 0px 0px no-repeat;
  background-size: 160px 600px;
}

#bg2 {
  background: url(./images/bg2.jpg) 0px 0px no-repeat;
  background-size: 160px 600px;
}

#bg3 {
  background: url(./images/bg3.jpg) 0px 0px no-repeat;
  background-size: 160px 600px;
}

#bg4 {
  background: url(./images/bg1.jpg) 0px 0px no-repeat;
  background-size: 160px 600px;
}

#box {
  position: absolute;
  width: 160px;
  height: 0;
  overflow: hidden;
}

#footer {
  position: absolute;
  display: block;
  bottom: 0px;
  width: 160px;
  height: 30px;
  background-color: #000000;
}

#ball {
  position: absolute;
  display: block;
  width: 97px;
  height: 97px;
  background: url(./images/ball.png) 0px 0px no-repeat;
  background-size: 97px 97px;
}

#shadow {
  position: absolute;
  display: block;
  width: 109px;
  height: 227px;
  top: -70px;
  left: 10px;
  background: url(./images/shadow.png) 0px 0px no-repeat;
}

#spoon {
  position: absolute;
  display: block;
  width: 191px;
  height: 223px;
  background: url(./images/spoon.png) 0px 0px no-repeat;
  background-size: 191px 223px;
}

#copy1 {
  background: url(./images/copy1.png) 0px 0px no-repeat;
  background-size: 160px 600px;
}

#copy2 {
  background: url(./images/copy2.png) 0px 0px no-repeat;
  background-size: 160px 600px;
}

#copy3 {
  background: url(./images/copy3.png) 0px 0px no-repeat;
  background-size: 160px 600px;
}

#copy4 {
  background: url(./images/copy1.png) 0px 0px no-repeat;
  background-size: 160px 600px;
}

#cta {
  background: url(./images/cta.png) 0px 0px no-repeat;
  background-size: 160px 600px;
}

#seta {
  background: url(./images/seta.png) 0px 0px no-repeat;
  background-size: 160px 600px;
}

.fhc {
  transform: translate3d(0, 0, 0);
}/*# sourceMappingURL=style.css.map */