/* line 5, ../../../../../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes scale-down {
  0% {
    opacity: 0;
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-down {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-down {
  0% {
    opacity: 0;
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes scale-up {
  0% {
    opacity: 0;
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up {
  0% {
    opacity: 0;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes slide-top-anim {
  0% {
    opacity: 0;
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-top-anim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-top-anim {
  0% {
    opacity: 0;
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes slide-bottom-anim {
  0% {
    opacity: 0;
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-bottom-anim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-bottom-anim {
  0% {
    opacity: 0;
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes slide-left-anim {
  0% {
    opacity: 0;
    -moz-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slide-left-anim {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slide-left-anim {
  0% {
    opacity: 0;
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes slide-right-anim {
  0% {
    opacity: 0;
    -moz-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slide-right-anim {
  0% {
    opacity: 0;
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slide-right-anim {
  0% {
    opacity: 0;
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes line-anim {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 28px;
  }
}
@-webkit-keyframes line-anim {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 28px;
  }
}
@keyframes line-anim {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 28px;
  }
}
@-moz-keyframes cell-01-anim {
  0% {
    -moz-transform: rotateX(30deg) scale(4);
    transform: rotateX(30deg) scale(4);
  }
  100% {
    -moz-transform: rotateX(0) scale(1);
    transform: rotateX(0) scale(1);
  }
}
@-webkit-keyframes cell-01-anim {
  0% {
    -webkit-transform: rotateX(30deg) scale(4);
    transform: rotateX(30deg) scale(4);
  }
  100% {
    -webkit-transform: rotateX(0) scale(1);
    transform: rotateX(0) scale(1);
  }
}
@keyframes cell-01-anim {
  0% {
    -moz-transform: rotateX(30deg) scale(4);
    -ms-transform: rotateX(30deg) scale(4);
    -webkit-transform: rotateX(30deg) scale(4);
    transform: rotateX(30deg) scale(4);
  }
  100% {
    -moz-transform: rotateX(0) scale(1);
    -ms-transform: rotateX(0) scale(1);
    -webkit-transform: rotateX(0) scale(1);
    transform: rotateX(0) scale(1);
  }
}
@-moz-keyframes cells-left-anim {
  0% {
    -moz-transform: rotateX(10deg) translateX(-5px);
    transform: rotateX(10deg) translateX(-5px);
  }
  50% {
    -moz-transform: rotateX(-10deg) translateX(5px);
    transform: rotateX(-10deg) translateX(5px);
  }
  100% {
    -moz-transform: rotateX(0) translateX(0);
    transform: rotateX(0) translateX(0);
  }
}
@-webkit-keyframes cells-left-anim {
  0% {
    -webkit-transform: rotateX(10deg) translateX(-5px);
    transform: rotateX(10deg) translateX(-5px);
  }
  50% {
    -webkit-transform: rotateX(-10deg) translateX(5px);
    transform: rotateX(-10deg) translateX(5px);
  }
  100% {
    -webkit-transform: rotateX(0) translateX(0);
    transform: rotateX(0) translateX(0);
  }
}
@keyframes cells-left-anim {
  0% {
    -moz-transform: rotateX(10deg) translateX(-5px);
    -ms-transform: rotateX(10deg) translateX(-5px);
    -webkit-transform: rotateX(10deg) translateX(-5px);
    transform: rotateX(10deg) translateX(-5px);
  }
  50% {
    -moz-transform: rotateX(-10deg) translateX(5px);
    -ms-transform: rotateX(-10deg) translateX(5px);
    -webkit-transform: rotateX(-10deg) translateX(5px);
    transform: rotateX(-10deg) translateX(5px);
  }
  100% {
    -moz-transform: rotateX(0) translateX(0);
    -ms-transform: rotateX(0) translateX(0);
    -webkit-transform: rotateX(0) translateX(0);
    transform: rotateX(0) translateX(0);
  }
}
@-moz-keyframes cells-right-anim {
  0% {
    -moz-transform: rotateX(-10deg) translateX(5px);
    transform: rotateX(-10deg) translateX(5px);
  }
  50% {
    -moz-transform: rotateX(10deg) translateX(-5px);
    transform: rotateX(10deg) translateX(-5px);
  }
  100% {
    -moz-transform: rotateX(0) translateX(0);
    transform: rotateX(0) translateX(0);
  }
}
@-webkit-keyframes cells-right-anim {
  0% {
    -webkit-transform: rotateX(-10deg) translateX(5px);
    transform: rotateX(-10deg) translateX(5px);
  }
  50% {
    -webkit-transform: rotateX(10deg) translateX(-5px);
    transform: rotateX(10deg) translateX(-5px);
  }
  100% {
    -webkit-transform: rotateX(0) translateX(0);
    transform: rotateX(0) translateX(0);
  }
}
@keyframes cells-right-anim {
  0% {
    -moz-transform: rotateX(-10deg) translateX(5px);
    -ms-transform: rotateX(-10deg) translateX(5px);
    -webkit-transform: rotateX(-10deg) translateX(5px);
    transform: rotateX(-10deg) translateX(5px);
  }
  50% {
    -moz-transform: rotateX(10deg) translateX(-5px);
    -ms-transform: rotateX(10deg) translateX(-5px);
    -webkit-transform: rotateX(10deg) translateX(-5px);
    transform: rotateX(10deg) translateX(-5px);
  }
  100% {
    -moz-transform: rotateX(0) translateX(0);
    -ms-transform: rotateX(0) translateX(0);
    -webkit-transform: rotateX(0) translateX(0);
    transform: rotateX(0) translateX(0);
  }
}
/* line 4, ../sass/partials/_richmedia.scss */
.video-c {
  cursor: pointer;
  width: 300px;
  height: 250px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 14, ../sass/partials/_richmedia.scss */
.video-controls-c {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
}

/* line 22, ../sass/partials/_richmedia.scss */
#play-toggle {
  position: absolute;
  background: url("../imgs/icon-pause.png") transparent no-repeat;
  width: 16px;
  height: 14px;
  right: 18px;
  bottom: -20px;
}
/* line 30, ../sass/partials/_richmedia.scss */
#play-toggle.playing {
  background: url("../imgs/icon-play.png") transparent no-repeat;
}

/* line 35, ../sass/partials/_richmedia.scss */
#audio-toggle {
  position: absolute;
  background: url("../imgs/icon-volume-on.png") transparent no-repeat;
  width: 16px;
  height: 14px;
  right: 3px;
  bottom: -20px;
}
/* line 43, ../sass/partials/_richmedia.scss */
#audio-toggle.off {
  background: url("../imgs/icon-volume-off.png") transparent no-repeat;
}

/* line 10, ../sass/screen.scss */
body,
body * {
  position: relative;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 21, ../sass/screen.scss */
:focus {
  outline: none;
}

/* line 25, ../sass/screen.scss */
::-moz-focus-inner {
  border: 0;
}

/* line 29, ../sass/screen.scss */
button {
  cursor: pointer;
}

/* line 33, ../sass/screen.scss */
.exit {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  cursor: pointer;
}

/* line 45, ../sass/screen.scss */
#container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  background-color: #091134;
  width: 300px;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

/* line 57, ../sass/screen.scss */
section {
  width: 300px;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 67, ../sass/screen.scss */
#intro-panel.intro {
  -moz-animation: fade-out 0.3s ease-out;
  -webkit-animation: fade-out 0.3s ease-out;
  animation: fade-out 0.3s ease-out;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  pointer-events: none;
}

/* line 75, ../sass/screen.scss */
.progressive-c {
  background-color: #000;
}
/* line 78, ../sass/screen.scss */
.progressive .progressive-c {
  pointer-events: auto;
  -moz-animation: fade-in 0.3s ease-out;
  -webkit-animation: fade-in 0.3s ease-out;
  animation: fade-in 0.3s ease-out;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 84, ../sass/screen.scss */
.resolve .progressive-c {
  pointer-events: none;
  -moz-animation: fade-out 0.3s ease-out;
  -webkit-animation: fade-out 0.3s ease-out;
  animation: fade-out 0.3s ease-out;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 94, ../sass/screen.scss */
#replay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background: url("../imgs/replay.png") no-repeat;
  position: absolute;
  top: 1px;
  left: 3px;
  width: 17px;
  height: 17px;
}
/* line 103, ../sass/screen.scss */
.resolve #replay {
  -moz-animation: fade-in 1s ease-out;
  -webkit-animation: fade-in 1s ease-out;
  animation: fade-in 1s ease-out;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/* line 110, ../sass/screen.scss */
.flash {
  background: #80b4d2;
  background: -moz-linear-gradient(23deg, #80b4d2 0%, white 38%);
  background: -webkit-linear-gradient(23deg, #80b4d2 0%, white 38%);
  background: linear-gradient(23deg, #80b4d2 0%, #ffffff 38%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80b4d2",endColorstr="#ffffff",GradientType=1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 121, ../sass/screen.scss */
.resolve .flash {
  -moz-animation: fade-out 3.5s ease-out;
  -webkit-animation: fade-out 3.5s ease-out;
  animation: fade-out 3.5s ease-out;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

/* line 128, ../sass/screen.scss */
.darken {
  background: url("../imgs/darken.png") bottom left no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 137, ../sass/screen.scss */
.cell-01-c {
  -moz-transform: rotateX(10deg) translateX(-5px);
  -ms-transform: rotateX(10deg) translateX(-5px);
  -webkit-transform: rotateX(10deg) translateX(-5px);
  transform: rotateX(10deg) translateX(-5px);
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  background: url("../imgs/cell-01.png") no-repeat;
  position: absolute;
  top: 45px;
  left: 88px;
  width: 106px;
  height: 186px;
}
/* line 147, ../sass/screen.scss */
.resolve .cell-01-c {
  -moz-animation: cells-left-anim 3.5s ease-out;
  -webkit-animation: cells-left-anim 3.5s ease-out;
  animation: cells-left-anim 3.5s ease-out;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
/* line 152, ../sass/screen.scss */
.cell-01-c .cell-01 {
  -moz-transform: rotateX(30deg) scale(4);
  -ms-transform: rotateX(30deg) scale(4);
  -webkit-transform: rotateX(30deg) scale(4);
  transform: rotateX(30deg) scale(4);
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  background: url("../imgs/cell-01.png") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 162, ../sass/screen.scss */
.resolve .cell-01-c .cell-01 {
  -moz-animation: cell-01-anim 2s ease-out;
  -webkit-animation: cell-01-anim 2s ease-out;
  animation: cell-01-anim 2s ease-out;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* line 169, ../sass/screen.scss */
.cell-02 {
  -moz-transform: rotateX(-10deg) translateX(5px);
  -ms-transform: rotateX(-10deg) translateX(5px);
  -webkit-transform: rotateX(-10deg) translateX(5px);
  transform: rotateX(-10deg) translateX(5px);
  background: url("../imgs/cell-02.png") no-repeat;
  position: absolute;
  bottom: 0;
  left: 144px;
  width: 130px;
  height: 141px;
}
/* line 178, ../sass/screen.scss */
.resolve .cell-02 {
  -moz-animation: cells-right-anim 3.5s ease-out;
  -webkit-animation: cells-right-anim 3.5s ease-out;
  animation: cells-right-anim 3.5s ease-out;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

/* line 185, ../sass/screen.scss */
.cell-03 {
  -moz-transform: rotateX(10deg) translateX(-5px);
  -ms-transform: rotateX(10deg) translateX(-5px);
  -webkit-transform: rotateX(10deg) translateX(-5px);
  transform: rotateX(10deg) translateX(-5px);
  background: url("../imgs/cell-03.png") no-repeat;
  position: absolute;
  bottom: 0px;
  left: 29px;
  width: 133px;
  height: 127px;
}
/* line 194, ../sass/screen.scss */
.resolve .cell-03 {
  -moz-animation: cells-left-anim 3.5s ease-out;
  -webkit-animation: cells-left-anim 3.5s ease-out;
  animation: cells-left-anim 3.5s ease-out;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

/* line 201, ../sass/screen.scss */
.cell-04 {
  -moz-transform: rotateX(10deg) translateX(-5px);
  -ms-transform: rotateX(10deg) translateX(-5px);
  -webkit-transform: rotateX(10deg) translateX(-5px);
  transform: rotateX(10deg) translateX(-5px);
  background: url("../imgs/cell-04.png") no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 134px;
  height: 187px;
}
/* line 210, ../sass/screen.scss */
.resolve .cell-04 {
  -moz-animation: cells-left-anim 3.5s ease-out;
  -webkit-animation: cells-left-anim 3.5s ease-out;
  animation: cells-left-anim 3.5s ease-out;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

/* line 217, ../sass/screen.scss */
.cell-05 {
  -moz-transform: rotateX(-10deg) translateX(5px);
  -ms-transform: rotateX(-10deg) translateX(5px);
  -webkit-transform: rotateX(-10deg) translateX(5px);
  transform: rotateX(-10deg) translateX(5px);
  background: url("../imgs/cell-05.png") no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 187px;
  height: 101px;
}
/* line 226, ../sass/screen.scss */
.resolve .cell-05 {
  -moz-animation: cells-right-anim 3.5s ease-out;
  -webkit-animation: cells-right-anim 3.5s ease-out;
  animation: cells-right-anim 3.5s ease-out;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

/* line 233, ../sass/screen.scss */
.cell-06 {
  -moz-transform: rotateX(-10deg) translateX(5px);
  -ms-transform: rotateX(-10deg) translateX(5px);
  -webkit-transform: rotateX(-10deg) translateX(5px);
  transform: rotateX(-10deg) translateX(5px);
  background: url("../imgs/cell-06.png") no-repeat;
  position: absolute;
  top: 63px;
  right: 18px;
  width: 187px;
  height: 126px;
}
/* line 242, ../sass/screen.scss */
.resolve .cell-06 {
  -moz-animation: cells-right-anim 3.5s ease-out;
  -webkit-animation: cells-right-anim 3.5s ease-out;
  animation: cells-right-anim 3.5s ease-out;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

/* line 249, ../sass/screen.scss */
.cell-07 {
  -moz-transform: rotateX(10deg) translateX(-5px);
  -ms-transform: rotateX(10deg) translateX(-5px);
  -webkit-transform: rotateX(10deg) translateX(-5px);
  transform: rotateX(10deg) translateX(-5px);
  background: url("../imgs/cell-07.png") no-repeat;
  position: absolute;
  top: 0px;
  left: 50px;
  width: 208px;
  height: 80px;
}
/* line 258, ../sass/screen.scss */
.resolve .cell-07 {
  -moz-animation: cells-left-anim 3.5s ease-out;
  -webkit-animation: cells-left-anim 3.5s ease-out;
  animation: cells-left-anim 3.5s ease-out;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

/* line 265, ../sass/screen.scss */
.cell-08 {
  -moz-transform: rotateX(10deg) translateX(-5px);
  -ms-transform: rotateX(10deg) translateX(-5px);
  -webkit-transform: rotateX(10deg) translateX(-5px);
  transform: rotateX(10deg) translateX(-5px);
  background: url("../imgs/cell-08.png") no-repeat;
  position: absolute;
  bottom: 0px;
  left: 13px;
  width: 188px;
  height: 106px;
}
/* line 274, ../sass/screen.scss */
.resolve .cell-08 {
  -moz-animation: cells-left-anim 3.5s ease-out;
  -webkit-animation: cells-left-anim 3.5s ease-out;
  animation: cells-left-anim 3.5s ease-out;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

/* line 281, ../sass/screen.scss */
.cell-09 {
  -moz-transform: rotateX(-10deg) translateX(5px);
  -ms-transform: rotateX(-10deg) translateX(5px);
  -webkit-transform: rotateX(-10deg) translateX(5px);
  transform: rotateX(-10deg) translateX(5px);
  background: url("../imgs/cell-09.png") no-repeat;
  position: absolute;
  bottom: 0px;
  left: 75px;
  width: 116px;
  height: 22px;
}
/* line 290, ../sass/screen.scss */
.resolve .cell-09 {
  -moz-animation: cells-right-anim 3.5s ease-out;
  -webkit-animation: cells-right-anim 3.5s ease-out;
  animation: cells-right-anim 3.5s ease-out;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

/* line 297, ../sass/screen.scss */
.hbomax-og {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background: url("../imgs/hbomax-og.png") bottom left no-repeat;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
/* line 306, ../sass/screen.scss */
.resolve .hbomax-og {
  -moz-animation: fade-in 1s ease-out;
  -webkit-animation: fade-in 1s ease-out;
  animation: fade-in 1s ease-out;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
/* line 312, ../sass/screen.scss */
.progressive .hbomax-og {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 317, ../sass/screen.scss */
.tt {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background: url("../imgs/tt.png") bottom left no-repeat;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
/* line 326, ../sass/screen.scss */
.resolve .tt {
  -moz-animation: fade-in 1s ease-out;
  -webkit-animation: fade-in 1s ease-out;
  animation: fade-in 1s ease-out;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
/* line 332, ../sass/screen.scss */
.progressive .tt {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 337, ../sass/screen.scss */
.tunein {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
  background: url("../imgs/tunein-01.png") bottom left no-repeat;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
/* line 347, ../sass/screen.scss */
.resolve .tunein {
  -moz-animation: slide-left-anim 1s ease-out;
  -webkit-animation: slide-left-anim 1s ease-out;
  animation: slide-left-anim 1s ease-out;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
/* line 353, ../sass/screen.scss */
.ddt1 .tunein {
  background: url("../imgs/tunein-01.png") bottom left no-repeat;
}
/* line 356, ../sass/screen.scss */
.ddt2 .tunein {
  background: url("../imgs/tunein-02.png") bottom left no-repeat;
}
/* line 359, ../sass/screen.scss */
.ddt3 .tunein {
  background: url("../imgs/tunein-03.png") bottom left no-repeat;
}

/* line 364, ../sass/screen.scss */
.line-c {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 107px;
  height: 0;
  overflow: hidden;
}
/* line 373, ../sass/screen.scss */
.resolve .line-c {
  -moz-animation: line-anim 1s ease-out;
  -webkit-animation: line-anim 1s ease-out;
  animation: line-anim 1s ease-out;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
/* line 379, ../sass/screen.scss */
.line-c .line {
  background: url("../imgs/line-02.png") bottom left no-repeat;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
/* line 387, ../sass/screen.scss */
.ddt1 .line-c .line {
  background: url("../imgs/line-01.png") bottom left no-repeat;
}
/* line 390, ../sass/screen.scss */
.ddt2 .line-c .line {
  background: url("../imgs/line-02.png") bottom left no-repeat;
}
/* line 393, ../sass/screen.scss */
.ddt3 .line-c .line {
  background: url("../imgs/line-03.png") bottom left no-repeat;
}

/* line 399, ../sass/screen.scss */
.hbomax-logo {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
  background: url("../imgs/hbomax-logo-02.png") bottom left no-repeat;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
/* line 409, ../sass/screen.scss */
.resolve .hbomax-logo {
  -moz-animation: slide-right-anim 1s ease-out;
  -webkit-animation: slide-right-anim 1s ease-out;
  animation: slide-right-anim 1s ease-out;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
/* line 415, ../sass/screen.scss */
.ddt1 .hbomax-logo {
  background: url("../imgs/hbomax-logo-01.png") bottom left no-repeat;
}
/* line 418, ../sass/screen.scss */
.ddt2 .hbomax-logo {
  background: url("../imgs/hbomax-logo-02.png") bottom left no-repeat;
}
/* line 421, ../sass/screen.scss */
.ddt3 .hbomax-logo {
  background: url("../imgs/hbomax-logo-03.png") bottom left no-repeat;
}

/* line 426, ../sass/screen.scss */
.cta-c {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* line 434, ../sass/screen.scss */
.resolve .cta-c {
  -moz-animation: fade-in 1s ease-out;
  -webkit-animation: fade-in 1s ease-out;
  animation: fade-in 1s ease-out;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
/* line 440, ../sass/screen.scss */
.progressive .cta-c {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 444, ../sass/screen.scss */
.cta-c .cta {
  background: url("../imgs/cta-01.png") bottom right no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* line 452, ../sass/screen.scss */
.ddt1 .cta-c .cta {
  background: url("../imgs/cta-01.png") bottom right no-repeat;
}
/* line 455, ../sass/screen.scss */
.ddt2 .cta-c .cta {
  background: url("../imgs/cta-02.png") bottom right no-repeat;
}
/* line 458, ../sass/screen.scss */
.ddt3 .cta-c .cta {
  background: url("../imgs/cta-03.png") bottom right no-repeat;
}
/* line 463, ../sass/screen.scss */
.cta-c .cta-inv {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  background: url("../imgs/cta-inv-01png") bottom right no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* line 473, ../sass/screen.scss */
.ddt1 .cta-c .cta-inv {
  background: url("../imgs/cta-inv-01.png") bottom right no-repeat;
}
/* line 476, ../sass/screen.scss */
.ddt2 .cta-c .cta-inv {
  background: url("../imgs/cta-inv-02.png") bottom right no-repeat;
}
/* line 479, ../sass/screen.scss */
.ddt3 .cta-c .cta-inv {
  background: url("../imgs/cta-inv-03.png") bottom right no-repeat;
}

/* line 487, ../sass/screen.scss */
#resolve-c:hover .cta-inv {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 495, ../sass/screen.scss */
#click-overlay {
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 505, ../sass/screen.scss */
.first-click {
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 515, ../sass/screen.scss */
.first-click-img {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

/* line 525, ../sass/screen.scss */
.video-c {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 529, ../sass/screen.scss */
.video-c:hover .video-controls-c {
  -moz-animation: fade-in 0s ease-out;
  -webkit-animation: fade-in 0s ease-out;
  animation: fade-in 0s ease-out;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 536, ../sass/screen.scss */
.video-controls-c {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-animation: fade-out 0s ease-out;
  -webkit-animation: fade-out 0s ease-out;
  animation: fade-out 0s ease-out;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
