@import url(https://fonts.googleapis.com/css2?family=Anton&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Krona+One&display=swap);
.dummy-panel {
  height: 100vh;
  margin-bottom: 99vh; }

.panel:not(.current-panel) {
  visibility: hidden; }

.current-panel {
  visibility: visible;
  z-index: 1;
  position: fixed;
  top: 0; }

@keyframes stripe-gone {
  from {
    transform: scale(0); }
  to {
    transform: scale(0); } }

@keyframes stripe-slidein-from-left {
  from {
    transform: translateX(-200vw); }
  to {
    transform: translateX(0); } }

@keyframes stripe-slidein-from-right {
  from {
    transform: translateX(200vw); }
  to {
    transform: translateX(0); } }

@keyframes stripe-slideout-to-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(100vw) scaleX(0); } }

@keyframes stripe-slideout-to-right {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100vw) scaleX(0); } }

@keyframes stripe-widen {
  from {
    transform: scale(1, 0); }
  to {
    transform: scale(1, 1); } }

@keyframes stripe-shrink {
  from {
    transform: scale(1, 1); }
  to {
    transform: scale(1, 0); } }

@keyframes stripe-rotate-out {
  from {
    transform: rotate(0deg);
    transform-origin: left; }
  to {
    transform: rotate(90deg);
    transform-origin: left; } }

@keyframes stripe-fly-up-and-in {
  from {
    transform: translateY(100vh);
    transform-origin: bottom; }
  to {
    transform: translateY(0);
    transform-origin: bottom; } }

@keyframes stripe-fly-down-and-in {
  from {
    transform: translateY(100vh);
    transform-origin: bottom; }
  to {
    transform: translateY(0);
    transform-origin: bottom; } }

@keyframes stripe-fly-up-and-out {
  from {
    transform: translateY(0);
    transform-origin: bottom; }
  to {
    transform: translateY(-100vh);
    transform-origin: bottom; } }

@keyframes stripe-fly-down-and-out {
  from {
    transform: translateY(0);
    transform-origin: bottom; }
  to {
    transform: translateY(100vh);
    transform-origin: bottom; } }

.aphex-container {
  position: relative;
  display: flex;
  flex-direction: column;
  transform: rotate(-45deg);
  margin-top: -9rem; }

.aphex-header {
  font-size: 1.5rem;
  margin: 0 auto 0.5rem auto;
  text-transform: uppercase; }
  .aphex-header .aphex-title {
    font-family: 'Krona One', sans-serif;
    font-size: 1.1em;
    font-weight: 800;
    padding-left: 0.5em;
    color: #e5dbd1;
    transform: scale(1.5, 1);
    transform-origin: left; }
  .aphex-header .aphex-subtitle {
    font-family: 'Anton', sans-serif;
    font-size: 3em;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #e5dbd1; }

.aphex-stripes {
  position: relative; }

.aphex-stripe {
  width: 200vw;
  height: 1.5rem;
  position: absolute;
  left: -100vw; }
  .aphex-stripe.yellow {
    background-color: #ebb904; }
  .aphex-stripe.orange {
    background-color: #dd4401; }
  .aphex-stripe.red {
    background-color: #db0020; }
  .aphex-stripe.purple {
    background-color: #ae0076; }
  .aphex-stripe.blue {
    background-color: #01479a; }
  .aphex-stripe.green {
    background-color: #019935; }
  .aphex-stripe:nth-child(2) {
    top: 1.5rem; }
  .aphex-stripe:nth-child(3) {
    top: 3rem; }
  .aphex-stripe:nth-child(4) {
    top: 4.5rem; }
  .aphex-stripe:nth-child(5) {
    top: 6rem; }
  .aphex-stripe:nth-child(6) {
    top: 7.5rem; }

/* Animating in */
.current-panel:not(.fading-panel) .aphex-header {
  animation-name: stripe-gone, stripe-widen;
  animation-delay: 0s, 1s;
  animation-duration: 1s, 0.5s; }

.current-panel:not(.fading-panel) .aphex-stripe:nth-child(1) {
  animation-name: stripe-slidein-from-left;
  animation-duration: 1s;
  animation-timing-function: linear;
  transform-origin: left; }

.current-panel:not(.fading-panel) .aphex-stripe:nth-child(2) {
  animation-name: stripe-gone, stripe-widen;
  animation-delay: 0s, 1s;
  animation-duration: 1s, 0.5s;
  transform-origin: top; }

.current-panel:not(.fading-panel) .aphex-stripe:nth-child(3) {
  animation-name: stripe-gone, stripe-widen;
  animation-delay: 0s, 1.15s;
  animation-duration: 1.15s, 0.5s;
  transform-origin: top; }

.current-panel:not(.fading-panel) .aphex-stripe:nth-child(4) {
  animation-name: stripe-gone, stripe-widen;
  animation-delay: 0s, 1.3s;
  animation-duration: 1.3s, 0.5s;
  transform-origin: top; }

.current-panel:not(.fading-panel) .aphex-stripe:nth-child(5) {
  animation-name: stripe-gone, stripe-widen;
  animation-delay: 0s, 1.45s;
  animation-duration: 1.45s, 0.5s;
  transform-origin: top; }

.current-panel:not(.fading-panel) .aphex-stripe:nth-child(6) {
  animation-name: stripe-gone, stripe-widen;
  animation-delay: 0s, 1.6s;
  animation-duration: 1.6s, 0.5s;
  transform-origin: top; }

/* Animating out */
.fading-panel .aphex-header {
  animation-name: stripe-fly-up-and-out;
  animation-delay: 0s;
  animation-duration: 1.5s; }

.fading-panel .aphex-stripe {
  animation-delay: 0s;
  animation-duration: 1.5s; }
  .fading-panel .aphex-stripe:nth-child(1) {
    animation-name: stripe-fly-up-and-out; }
  .fading-panel .aphex-stripe:nth-child(2) {
    animation-name: stripe-fly-down-and-out;
    animation-delay: 0.66667s; }
  .fading-panel .aphex-stripe:nth-child(3) {
    animation-name: stripe-fly-down-and-out;
    animation-delay: 0.5s; }
  .fading-panel .aphex-stripe:nth-child(4) {
    animation-name: stripe-fly-down-and-out;
    animation-delay: 0.33333s; }
  .fading-panel .aphex-stripe:nth-child(5) {
    animation-name: stripe-fly-down-and-out;
    animation-delay: 0.16667s; }
  .fading-panel .aphex-stripe:nth-child(6) {
    animation-name: stripe-fly-down-and-out;
    animation-delay: 0s; }

@keyframes stripe-gone {
  from {
    transform: scale(0); }
  to {
    transform: scale(0); } }

@keyframes stripe-slidein-from-left {
  from {
    transform: translateX(-200vw); }
  to {
    transform: translateX(0); } }

@keyframes stripe-slidein-from-right {
  from {
    transform: translateX(200vw); }
  to {
    transform: translateX(0); } }

@keyframes stripe-slideout-to-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(100vw) scaleX(0); } }

@keyframes stripe-slideout-to-right {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100vw) scaleX(0); } }

@keyframes stripe-widen {
  from {
    transform: scale(1, 0); }
  to {
    transform: scale(1, 1); } }

@keyframes stripe-shrink {
  from {
    transform: scale(1, 1); }
  to {
    transform: scale(1, 0); } }

@keyframes stripe-rotate-out {
  from {
    transform: rotate(0deg);
    transform-origin: left; }
  to {
    transform: rotate(90deg);
    transform-origin: left; } }

@keyframes stripe-fly-up-and-in {
  from {
    transform: translateY(100vh);
    transform-origin: bottom; }
  to {
    transform: translateY(0);
    transform-origin: bottom; } }

@keyframes stripe-fly-down-and-in {
  from {
    transform: translateY(100vh);
    transform-origin: bottom; }
  to {
    transform: translateY(0);
    transform-origin: bottom; } }

@keyframes stripe-fly-up-and-out {
  from {
    transform: translateY(0);
    transform-origin: bottom; }
  to {
    transform: translateY(-100vh);
    transform-origin: bottom; } }

@keyframes stripe-fly-down-and-out {
  from {
    transform: translateY(0);
    transform-origin: bottom; }
  to {
    transform: translateY(100vh);
    transform-origin: bottom; } }

.supertape-container {
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  transform: rotate(-15deg); }

.supertape-title {
  font-size: 3.7rem;
  color: #FFFFEE; }

.supertape-subtitle {
  color: #E4BC07; }

.supertape-footer {
  color: #FFFFEE; }

.supertape-stripes {
  position: relative; }

.supertape-stripe {
  width: 200vw;
  height: 1rem;
  position: absolute;
  left: -100vw; }
  .supertape-stripe.red {
    background-color: #E12D36; }
  .supertape-stripe.green {
    background-color: #94C637; }
  .supertape-stripe.blue {
    background-color: #028BBB; }
  .supertape-stripe:nth-child(1) {
    top: 0rem; }
  .supertape-stripe:nth-child(2) {
    top: 1rem; }
  .supertape-stripe:nth-child(3) {
    top: 2rem; }

.supertape-footer-container {
  position: relative;
  top: 3rem;
  line-height: 1; }
  .supertape-footer-container .supertape-subtitle-t120 {
    font-size: 2.5rem; }
  .supertape-footer-container .supertape-subtitle-hour {
    padding-left: 0.5em;
    font-size: 1.5rem; }
  .supertape-footer-container .supertape-footer {
    font-size: 2.55rem; }

/* Animating in */
.current-panel:not(.fading-panel) .supertape-title {
  animation-name: stripe-fly-down-and-in;
  animation-duration: 1s; }

.current-panel:not(.fading-panel) .supertape-footer-container {
  animation-name: stripe-fly-up-and-in;
  animation-duration: 1s; }

.current-panel:not(.fading-panel) .supertape-stripe:nth-child(2) {
  animation-name: stripe-slidein-from-left;
  animation-timing-function: linear;
  transform-origin: left;
  animation-duration: 1s; }

.current-panel:not(.fading-panel) .supertape-stripe:nth-child(1), .current-panel:not(.fading-panel) .supertape-stripe:nth-child(3) {
  animation-name: stripe-gone, stripe-widen;
  animation-timing-function: ease;
  animation-delay: 0s, 1s;
  animation-duration: 1s, 1s; }

.current-panel:not(.fading-panel) .supertape-stripe:nth-child(1) {
  transform-origin: bottom; }

.current-panel:not(.fading-panel) .supertape-stripe:nth-child(3) {
  transform-origin: top; }

.fading-panel .supertape-title {
  animation-name: stripe-slideout-to-left;
  animation-duration: 1.25s; }

.fading-panel .supertape-footer-container {
  animation-name: stripe-slideout-to-right;
  animation-duration: 1.25s; }

.fading-panel .supertape-stripe {
  animation-timing-function: linear;
  animation-duration: 1.25s; }
  .fading-panel .supertape-stripe:nth-child(1) {
    animation-name: stripe-slideout-to-left; }
  .fading-panel .supertape-stripe:nth-child(2) {
    animation-name: stripe-slideout-to-right; }
  .fading-panel .supertape-stripe:nth-child(3) {
    animation-name: stripe-slideout-to-right; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

#app {
  overflow: hidden; }

body {
  background-color: #000000; }

a {
  color: unset;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.fullpage {
  display: flex;
  width: 100vw;
  height: 100vh;
  overflow: hidden; }

.centeredContainer {
  margin: auto; }

@keyframes stripe-gone {
  from {
    transform: scale(0); }
  to {
    transform: scale(0); } }

@keyframes stripe-slidein-from-left {
  from {
    transform: translateX(-200vw); }
  to {
    transform: translateX(0); } }

@keyframes stripe-slidein-from-right {
  from {
    transform: translateX(200vw); }
  to {
    transform: translateX(0); } }

@keyframes stripe-slideout-to-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(100vw) scaleX(0); } }

@keyframes stripe-slideout-to-right {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100vw) scaleX(0); } }

@keyframes stripe-widen {
  from {
    transform: scale(1, 0); }
  to {
    transform: scale(1, 1); } }

@keyframes stripe-shrink {
  from {
    transform: scale(1, 1); }
  to {
    transform: scale(1, 0); } }

@keyframes stripe-rotate-out {
  from {
    transform: rotate(0deg);
    transform-origin: left; }
  to {
    transform: rotate(90deg);
    transform-origin: left; } }

@keyframes stripe-fly-up-and-in {
  from {
    transform: translateY(100vh);
    transform-origin: bottom; }
  to {
    transform: translateY(0);
    transform-origin: bottom; } }

@keyframes stripe-fly-down-and-in {
  from {
    transform: translateY(100vh);
    transform-origin: bottom; }
  to {
    transform: translateY(0);
    transform-origin: bottom; } }

@keyframes stripe-fly-up-and-out {
  from {
    transform: translateY(0);
    transform-origin: bottom; }
  to {
    transform: translateY(-100vh);
    transform-origin: bottom; } }

@keyframes stripe-fly-down-and-out {
  from {
    transform: translateY(0);
    transform-origin: bottom; }
  to {
    transform: translateY(100vh);
    transform-origin: bottom; } }

.dynamicron-whitebox {
  display: flex;
  background: #FFFFFF;
  height: 80vh; }

.dynamicron-container {
  display: flex;
  flex-direction: column;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-weight: 800;
  line-height: 1;
  margin: auto; }

.dynamicron-header {
  margin-left: 30vw; }

.dynamicron-title {
  font-size: 1.5rem;
  font-style: italic;
  color: #131216;
  padding-left: 0.4rem; }

.dynamicron-subtitle {
  font-size: 5rem;
  color: #131216;
  letter-spacing: -0.2rem; }

.dynamicron-stripe {
  height: 2rem;
  width: 100vw; }
  .dynamicron-stripe.yellow {
    background-color: #F7AF02; }
  .dynamicron-stripe.red {
    background-color: #F62D2A; }
  .dynamicron-stripe.crimson {
    background-color: #E7083F; }
  .dynamicron-stripe.sunset {
    background-color: #B90852; }
  .dynamicron-stripe.purple {
    background-color: #6B1B5A; }

/* Animating in */
.current-panel:not(.fading-panel) .dynamicron-whitebox {
  animation-name: stripe-slidein-from-left;
  animation-timing-function: linear;
  transform-origin: left;
  animation-duration: 1s; }

.current-panel:not(.fading-panel) .dynamicron-stripe:nth-child(1) {
  animation-name: stripe-gone, stripe-fly-up-and-in;
  animation-delay: 0s, 0.2s;
  animation-duration: 0.2s, 1s; }

.current-panel:not(.fading-panel) .dynamicron-stripe:nth-child(2) {
  animation-name: stripe-gone, stripe-fly-up-and-in;
  animation-delay: 0s, 0.4s;
  animation-duration: 0.4s, 1s; }

.current-panel:not(.fading-panel) .dynamicron-stripe:nth-child(3) {
  animation-name: stripe-gone, stripe-fly-up-and-in;
  animation-delay: 0s, 0.6s;
  animation-duration: 0.6s, 1s; }

.current-panel:not(.fading-panel) .dynamicron-stripe:nth-child(4) {
  animation-name: stripe-gone, stripe-fly-up-and-in;
  animation-delay: 0s, 0.8s;
  animation-duration: 0.8s, 1s; }

.current-panel:not(.fading-panel) .dynamicron-stripe:nth-child(5) {
  animation-name: stripe-gone, stripe-fly-up-and-in;
  animation-delay: 0s, 1s;
  animation-duration: 1s, 1s; }

.fading-panel .dynamicron-stripe:nth-child(1) {
  animation-name: stripe-gone, stripe-rotate-out;
  animation-delay: 0s, 0.2s;
  animation-duration: 0.2s, 1s; }

.fading-panel .dynamicron-stripe:nth-child(2) {
  animation-name: stripe-gone, stripe-rotate-out;
  animation-delay: 0s, 0.4s;
  animation-duration: 0.4s, 1s; }

.fading-panel .dynamicron-stripe:nth-child(3) {
  animation-name: stripe-gone, stripe-rotate-out;
  animation-delay: 0s, 0.6s;
  animation-duration: 0.6s, 1s; }

.fading-panel .dynamicron-stripe:nth-child(4) {
  animation-name: stripe-gone, stripe-rotate-out;
  animation-delay: 0s, 0.8s;
  animation-duration: 0.8s, 1s; }

.fading-panel .dynamicron-stripe:nth-child(5) {
  animation-name: stripe-gone, stripe-rotate-out;
  animation-delay: 0s, 1s;
  animation-duration: 1s, 1s; }

