/* Primary imports */
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'GT Cinetype Trial';
  src: url("/assets/fonts/GTCinetypeTrial-Mono.eot");
  src: url("/assets/fonts/GTCinetypeTrial-Mono.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/GTCinetypeTrial-Mono.woff2") format('woff2'), url("/assets/fonts/GTCinetypeTrial-Mono.woff") format('woff'), url("/assets/fonts/GTCinetypeTrial-Mono.ttf") format('truetype'), url("/assets/fonts/GTCinetypeTrial-Mono.svg#GTCinetypeTrial-Mono") format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'GT Cinetype Trial', 'Courier New', monospace;
}
.font-size-_6em {
  font-size: 0.6em;
}
.font-size-_8em {
  font-size: 0.8em;
}
.font-size-1_2em {
  font-size: 1.2em;
}
.font-size-1_5em {
  font-size: 1.5em;
}
.font-size-2em {
  font-size: 2em;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-700 {
  font-weight: 700;
}
@-webkit-keyframes line-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(80deg);
  }
  80% {
    -webkit-transform: rotate(110deg);
  }
  90% {
    -webkit-transform: rotate(100deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
  }
}
@-webkit-keyframes spinner-webkit {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@-moz-keyframes line-rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  25% {
    transform: rotate(80deg);
    -webkit-transform: rotate(80deg);
  }
  80% {
    transform: rotate(110deg);
    -webkit-transform: rotate(110deg);
  }
  90% {
    transform: rotate(100deg);
    -webkit-transform: rotate(100deg);
  }
  100% {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
}
@-webkit-keyframes line-rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  25% {
    transform: rotate(80deg);
    -webkit-transform: rotate(80deg);
  }
  80% {
    transform: rotate(110deg);
    -webkit-transform: rotate(110deg);
  }
  90% {
    transform: rotate(100deg);
    -webkit-transform: rotate(100deg);
  }
  100% {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
}
@-o-keyframes line-rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  25% {
    transform: rotate(80deg);
    -webkit-transform: rotate(80deg);
  }
  80% {
    transform: rotate(110deg);
    -webkit-transform: rotate(110deg);
  }
  90% {
    transform: rotate(100deg);
    -webkit-transform: rotate(100deg);
  }
  100% {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
}
@keyframes line-rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  25% {
    transform: rotate(80deg);
    -webkit-transform: rotate(80deg);
  }
  80% {
    transform: rotate(110deg);
    -webkit-transform: rotate(110deg);
  }
  90% {
    transform: rotate(100deg);
    -webkit-transform: rotate(100deg);
  }
  100% {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
}
@-moz-keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes pulsate {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@-o-keyframes pulsate {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes pulsate {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.center-both {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.center-both-force {
  left: 50% !important;
  position: absolute !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
.display-none {
  display: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-1 {
  opacity: 1 !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.pointer_events-none {
  pointer-events: none !important;
}
.position-absolute {
  position: absolute !important;
}
.visibility-hidden {
  visibility: hidden !important;
}
/* Links */
a {
  color: #dcdcdc;
  text-decoration: none;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
a:hover {
  opacity: 0.25;
}
:focus {
  outline: 0;
}
*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}
/* Old shadow dom for play button */
*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}
/* New shadow dom for play button */
/* This one works */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
/* Resets */
html,
body {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
button {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  cursor: pointer;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button; /* for input */
  -webkit-user-select: none; /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.browser-update {
  color: #fff;
  text-align: center;
  width: 340px;
  margin: 200px auto 0;
  line-height: 1.7em;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 14px;
}
.browser-update h2 {
  margin-bottom: 40px;
  letter-spacing: 6px;
  font-size: 17px;
}
.browser-update h2 span,
.browser-update a span {
  letter-spacing: 0;
}
.browser-update a {
  text-decoration: underline;
}
.browser-update p {
  margin-bottom: 16px;
}
.browser-update p.browser-msg {
  margin-bottom: 32px;
}
#introAnimation.ui-element {
  opacity: 0;
}
#introAnimation.ui-element.show {
  opacity: 1;
}
.hidden-home-toggle {
  width: 150px;
  position: fixed;
  top: 30px;
  height: 50px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.ui-element {
  opacity: 0;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.ui-element.show {
  transition: none;
  -webkit-transition: none;
  opacity: 1;
}
.ui-element.show.tickets,
.ui-element.show.about {
  opacity: 0.5;
}
.ui-element.show.tickets:hover,
.ui-element.show.about:hover {
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  opacity: 1;
}
.ui-element.showFirst {
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  opacity: 1;
}
.ui-element.showFirst.tickets,
.ui-element.showFirst.about {
  opacity: 0.5;
}
.ui-element.showFirst.tickets:hover,
.ui-element.showFirst.about:hover {
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  opacity: 1;
}
#playPauseButton {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4;
  cursor: pointer;
  pointer-events: none;
}
#playPauseButton.play {
  margin-top: -40px;
}
#playPauseButton.play .icon {
  margin-bottom: 0;
  width: auto;
}
#playPauseButton.play .icon .icon-img {
  background-position: bottom center;
}
#playPauseButton.play .icon .play-copy {
  display: none;
}
#playPauseButton .icon {
  position: relative;
  width: 800px;
  margin-bottom: 20px;
}
#playPauseButton .icon .icon-img {
  background-image: url("/assets/images/playpause-icon.png");
  background-position: top center;
  background-size: 36px 81px;
  width: 36px;
  height: 40px;
  margin: 30px auto 10px;
}
#playPauseButton .icon .play-copy {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 3em;
  letter-spacing: 4px;
}
#playPauseButton .caption {
  position: relative;
  width: 100%;
  font-size: 10px;
  color: #fff;
  letter-spacing: 4px;
  padding-bottom: 2px;
  display: inline;
  pointer-events: none;
}
#playPauseButton .caption span {
  letter-spacing: 0;
}
/* General (elements and rules alphabetized) */
html,
body {
  width: 100%;
  height: 100%;
  min-height: 700px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #000;
  position: relative;
}
.videoContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.videoContainer.playing #videoElement {
  filter: blur(0px);
}
.videoContainer #videoElement {
  object-fit: cover;
  position: relative;
  width: 100%;
  height: 100%;
  transition: filter 1s ease;
  -webkit-transition: filter 1s ease;
  filter: blur(40px);
}
header,
footer {
  color: #fff;
  font-size: 0.625em;
  z-index: 10;
}
header button,
footer button,
header a,
footer a {
  letter-spacing: 4px;
}
header {
  position: absolute;
  top: 23px;
  width: calc(100% - 98px);
  margin-left: 50px;
}
header .tickets {
  position: relative;
  float: left;
  padding: 20px;
  padding-left: 0;
  cursor: pointer;
}
header .about {
  position: relative;
  float: right;
  padding: 20px;
  padding-right: 0;
  cursor: pointer;
}
footer {
  position: absolute;
  bottom: 40px;
  z-index: 10;
  width: calc(100% - 98px);
  margin-left: 50px;
}
footer .careers,
footer .instagram {
  position: relative;
  float: left;
  line-height: 1;
  opacity: 0.5;
  margin: 20px;
  margin-top: 0;
  z-index: 11;
}
footer .careers:hover,
footer .instagram:hover {
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  opacity: 1;
}
footer .careers {
  margin-left: 0;
}
footer .mute {
  position: relative;
  float: right;
  opacity: 0.5;
  display: inline-block;
  background-image: url("/assets/images/audio-icon.png");
  width: 15px;
  height: 22px;
  background-position: bottom center;
  background-size: 100%;
  top: -11px;
  margin-left: 20px;
}
footer .mute:hover {
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  opacity: 1;
}
footer .mute.muted {
  background-position: top center;
}
footer .instagram {
  float: right;
  margin-right: 0;
}
.stats {
  position: fixed;
  text-transform: uppercase;
  bottom: 60px;
  left: 0;
  font-size: 0.625em;
  z-index: 10;
  line-height: 1;
  width: 60%;
  text-align: center;
  letter-spacing: 2px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  opacity: 0.5;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.stats:hover {
  opacity: 1;
}
.stats:hover a {
  opacity: 1;
}
#about {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 700px;
  overflow: hidden;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0s linear 0.4s;
  -webkit-transition: opacity 0.4s ease, visibility 0s linear 0.4s;
  background-color: #000;
}
.about-content-page {
  position: relative;
  width: 100%;
  height: 100%;
}
.about-content-page .cloud-effect {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  opacity: 0;
  filter: blur(20px);
  -webkit-filter: blur(20px);
  transition: opacity 3s linear;
  -webkit-transition: opacity 3s linear;
}
.about-content-page .cloud-effect.in {
  opacity: 0.3;
}
.about-content-page .cloud-effect svg {
  width: 100%;
  height: 100%;
}
.bg-image-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.bg-image {
  position: absolute;
  width: 120%;
  height: 120%;
  top: -10%;
  left: -10%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 1.5s linear;
  -webkit-transition: opacity 1.5s linear;
  opacity: 0;
  background-image: url("/assets/images/about-bg.jpg");
}
.bg-image.bg-image-1 {
  background-image: url("/assets/images/about-bg.jpg");
}
.bg-image.bg-image-2 {
  background-image: url("/assets/images/about-bg-2.jpg");
}
.bg-image.active {
  transition: opacity 1.5s linear 1s;
  -webkit-transition: opacity 1.5s linear 1s;
  opacity: 1;
}
.content-block-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 0.75em;
  line-height: 2.5em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  transform: translateY(40px) translateZ(0);
  -webkit-transform: translateY(40px) translateZ(0);
  opacity: 0;
  transition: opacity 0.5s ease-out 0s, transform 2.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  -webkit-transition: opacity 0.5s ease-out 0s, -webkit-transform 2.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}
.content-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1.5s linear 0s;
  -webkit-transition: opacity 1.5s linear 0s;
}
.content-block.active {
  transition: opacity 1.5s linear 1.8s;
  -webkit-transition: opacity 1.5s linear 1.8s;
  z-index: 50;
  opacity: 1;
}
.content-block.detail .content-block-center p.readmore {
  visibility: hidden;
}
.content-block.detail .content-block-center p.more {
  display: block;
  padding-bottom: 80px;
  margin-top: -80px;
}
.content-block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -5px;
}
.content-block p {
  font-size: 10px;
  letter-spacing: 3px;
  line-height: 2.9em;
  max-width: 760px;
  margin: 0 auto;
}
.content-block p.readmore {
  padding-bottom: 40px;
  display: inline-block;
  line-height: 1.3em;
  margin-top: 40px;
  cursor: pointer;
  position: relative;
}
.content-block p.readmore::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-image: url("/assets/images/arrow-down.png");
  width: 29px;
  height: 17px;
  background-size: cover;
  left: 50%;
  margin-left: -15px;
}
.content-block p.more {
  height: 0;
  display: none;
}
.content-block h2 {
  font-size: 12px;
  letter-spacing: 6px;
  max-width: 760px;
  margin: 0 auto;
}
.content-block h1 {
  font-size: 24px;
  letter-spacing: 9px;
  line-height: 1.3em;
  max-width: 760px;
  margin: 0 auto;
  margin-top: 8px;
  margin-bottom: 19px;
}
.content-block-center {
  position: relative;
  padding-left: 7px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 50px;
  padding-bottom: 50px;
  transition: opacity 1s ease, visibility 0s linear 0s;
  -webkit-transition: opacity 1s ease, visibility 0s linear 0s;
  opacity: 1;
  height: auto;
  overflow: auto;
  width: 80%;
  box-sizing: border-box;
}
#about.in {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.4s ease, visibility 0s linear 0s;
  -webkit-transition: opacity 0.4s ease, visibility 0s linear 0s;
}
#about.in .about-content-page .content-block-container {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  -webkit-transform: translateY(0) translateZ(0);
  transition: opacity 0.7s ease-out 0.4s, transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
  -webkit-transition: opacity 0.7s ease-out 0.4s, -webkit-transform 1.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s;
}
#about #about-pagination {
  position: absolute;
  width: calc(100% - 100px);
  left: 50px;
  top: 50%;
  margin-top: -30px;
  font-size: 10px;
  color: #fff;
  z-index: 10001;
}
#about #about-pagination #paginate-next {
  position: relative;
  float: right;
  padding-left: 56px;
  cursor: pointer;
  z-index: 10;
  opacity: 0.3;
  transition: opacity 0.7s ease;
  -webkit-transition: opacity 0.7s ease;
}
#about #about-pagination #paginate-next:hover {
  opacity: 1;
}
#about #about-pagination .arrowTouch {
  position: absolute;
  width: 71px;
  height: 2px;
  background-image: url("/assets/images/mobilearrowabout.png");
  background-size: contain;
  right: 0;
  top: 50%;
  margin-top: -1px;
}
#about #about-pagination #paginate-prev {
  position: relative;
  float: left;
  padding-right: 56px;
  cursor: pointer;
  z-index: 10;
  opacity: 0.3;
  transition: opacity 0.7s ease;
  -webkit-transition: opacity 0.7s ease;
  display: none;
}
#about #about-pagination #paginate-prev .arrowTouch {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}
#about #about-pagination #paginate-prev:hover {
  opacity: 1;
}
#about #about-pagination #paginate-prev.im-back {
  display: block;
}
#about #about-pagination .total-pages {
  margin-top: 41px;
}
.highlight {
  display: block;
  -webkit-animation: pulsate 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation: pulsate 2s ease-out;
  animation-iteration-count: infinite;
  opacity: 0.5;
}
.aboutArrows {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  z-index: 0;
}
.videocanvas {
  min-height: 700px;
  cursor: pointer !important;
}
#introAnimation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 6;
}
#introAnimation.up {
  pointer-events: none;
}
.proxy-background {
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -100;
}
.letter {
  position: absolute;
/*display: inline-block;*/
  width: 135px;
  height: 50px;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: calc(50% + 25px);
}
.letter img {
  display: block;
}
.logo-letters {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  margin-left: -1px;
  margin-top: 0;
  align-items: center;
}
* {
  -webkit-tap-highlight-color: transparent;
}
#mobileVideo {
  opacity: 1;
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  overflow: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  background-image: url("/assets/images/mobilevid-bg.jpg");
  background-size: cover;
  background-repeat: none;
}
#mobileVideo.pause video {
  opacity: 0;
}
#mobileVideo.show {
  opacity: 1;
}
#mobileVideo video {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  transition: filter 1s ease;
  -webkit-transition: filter 1s ease;
}
#cleanVideo {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
#cleanVideo.show {
  opacity: 1;
}
#cleanVideo video {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: filter 0.6s ease;
  -webkit-transition: filter 0.6s ease;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  filter: blur(0);
}
#cleanVideo video.blur {
  filter: blur(10px);
}
.touch #cleanVideo {
  display: none;
}
.touch #mobileVideo {
  display: block;
}
html.touch {
  min-height: 0;
}
html.touch #about #about-pagination .arrowTouch {
  display: block;
}
html.touch footer {
  pointer-events: none;
}
html.touch footer.show {
  pointer-events: auto;
}
@media only screen and (max-height: 700px) {
  .no-touch #about .about-content-page .content-block-container .content-block .content-block-center.detail,
  .ie #about .about-content-page .content-block-container .content-block .content-block-center.detail {
    margin-top: -700px;
  }
  .ie #mobileVideo {
    min-height: 700px;
  }
}
/* Mobile overrides */
@media only screen and (max-width: 640px) {
  header {
    z-index: 1000001;
  }
  .hidden-home-toggle {
    top: 0;
  }
  #about .about-content-page .content-block-container .content-block .content-block-center {
    width: 100%;
    padding: 50px 10%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  footer {
    bottom: 20px;
    width: 88%;
    margin-left: 7%;
  }
  footer .stats {
    position: absolute;
    bottom: 30px;
    margin-bottom: 18px;
    padding-bottom: 10px;
    font-size: 8px;
    width: 100%;
  }
  footer .stats .city {
    display: none;
  }
  footer .mute {
    display: none;
  }
  footer .instagram {
    padding-right: 0;
  }
  .touch body {
    min-height: 0;
  }
  .touch #about {
    min-height: 0;
  }
  .touch header {
    top: 0;
    width: 86%;
    margin-left: 7%;
  }
  .touch #introAnimation {
    -webkit-transform: scale(0.8) translateY(0);
    transform: scale(0.8) translateY(0);
    transition: opacity 1s ease, top 1.1s ease 1.4s;
  }
  #playPauseButton .icon {
    width: 280px;
  }
  #playPauseButton .icon .play-copy {
    font-size: 8px;
    letter-spacing: 1px;
  }
  #playPauseButton .icon .play-copy br {
    width: 3px;
    display: inline;
  }
  #about {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #about .about-content-page .bg-image-container {
    display: none;
  }
  #about .about-content-page .cloud-effect {
    display: none !important;
  }
  #about .about-content-page #about-pagination {
    display: none;
  }
  #about .about-content-page .bg-image.content-block-image-mobile {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
  }
  #about .about-content-page .content-block-container .content-block {
    position: relative;
    overflow: hidden;
    height: calc(100vh + 100px);
    opacity: 1;
  }
  #about .about-content-page .content-block-container .content-block:before {
    content: none;
  }
  #about .about-content-page .content-block-container .content-block.detail .content-block-center {
    display: none;
  }
  #about .about-content-page .content-block-container .content-block.detail .content-block-center.detail {
    display: inline-block;
  }
  #about .about-content-page .content-block-container .content-block .content-block-center.detail {
    display: none;
    margin-top: 0;
  }
  #about .about-content-page .content-block-container .content-block p.readmore {
    display: none;
  }
  #about .about-content-page .content-block-container .content-block:first-child p.more {
    display: block;
    height: auto;
  }
}
@media only screen and (max-device-width: 769px) {
  footer .mute {
    display: none;
  }
}
@media only screen and (max-device-width: 732px) and (orientation: landscape) {
  html,
  body {
    min-height: auto;
  }
  #introAnimation {
    top: -20px;
  }
  header .tickets,
  footer .careers,
  footer .instagram {
    padding: 10px;
  }
  footer .mute {
    display: none;
  }
  header {
    top: 15px;
    margin-left: 20px;
  }
  footer {
    bottom: 20px;
    margin-left: 20px;
    width: calc(100% - 48px);
  }
  #playPauseButton .icon {
    width: 560px;
    margin-bottom: 10px;
  }
  #playPauseButton .icon .play-copy,
  #playPauseButton .caption {
    font-size: 8px;
  }
  #playPauseButton .icon .play-copy br:nth-child(2n) {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #playPauseButton .icon {
    width: 530px;
  }
}
@media only screen and (min-device-width: 319px) and (max-device-width: 667px) and (orientation: landscape) {
  #playPauseButton .icon {
    width: 440px;
  }
  #playPauseButton .icon .play-copy {
    font-size: 4px;
  }
}
