.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__slides,
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slide,
.glide__slides--dragging {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows,
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}
.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid hsla(0, 0%, 100%, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.15s ease, border 0.3s ease-in-out;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: #fff;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: hsla(0, 0%, 100%, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:focus,
.glide__bullet:hover {
  border: 2px solid #fff;
  background-color: hsla(0, 0%, 100%, 0.5);
}
.glide__bullet--active {
  background-color: #fff;
}
.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
:root {
  --body-color: #0d1049;
}
@font-face {
  font-family: "universcondensed_bold";
  src: url(img/univers-condensedbold-webfont.3729a5c8.woff2) format("woff2"),
    url(img/univers-condensedbold-webfont.eab17514.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 320px) {
  #desktop-splash {
    display: none;
  }
}
@media (min-width: 1025px) {
  #desktop-splash {
    background-image: url(img/desktop-bg.802504fa.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #b1d8d5;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    z-index: 99;
  }
}
body,
html {
  overflow: hidden;
  background: #b2d9d6;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  font-family: "universcondensed_bold", sans-serif;
}
body {
  color: #0d1049;
  color: var(--body-color);
}
#renderCanvas {
  width: 100%;
  height: 100%;
  touch-action: none;
  background-color: #b2d9d6;
}
.text {
  font-size: 3vh;
  line-height: 3vh;
  max-width: 60vw;
  text-align: center;
  margin-top: 3vh;
  margin-bottom: 10vh;
}
h1 {
  font-size: 3em;
  margin: 0;
}
#tweakpane,
.tp-dfwv {
  z-index: 333;
}
#tweakpane {
  position: absolute;
}
#experience {
  top: 0;
  display: none;
}
#experience,
#interaction-prompt {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999;
}
#interaction-prompt {
  background-color: #fff;
  height: 150px;
  opacity: 0.6;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1.5s ease-in-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#interaction-prompt.disabled {
  opacity: 0;
  -webkit-transform: translateY(75px);
  transform: translateY(75px);
}
#renderCanvas {
  background: #fff;
}
#instructions {
  position: absolute;
  overflow: hidden;
  background: #b2d9d6;
  z-index: 10;
}
#instructions,
#instructions .instruction-slide {
  height: 100vh;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
}
#instructions .instruction-slide {
  padding: 60px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#instructions .fu-logo {
  background-image: url(img/fu-logo.9a1cae91.png);
}
#instructions .fu-logo,
#instructions .instruction-1 {
  width: 50vw;
  height: 30vw;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
#instructions .instruction-1 {
  background-image: url(img/instruction-1.4c168efd.png);
}
.splash-cloud {
  width: 100vw;
  height: 283px;
  background-image: url(img/splash-cloud.f7753dff.png);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  margin-bottom: 20vh;
}
.center-content,
.circle {
  display: flex;
}
.circle {
  width: 15vh;
  height: 15vh;
  border: 0.8vh solid #0d1049;
  border: 0.8vh solid var(--body-color);
  font-size: 8vh;
  border-radius: 100px;
  background: #fff;
  justify-content: center;
  align-items: center;
}
.glide__arrow {
  color: #0d1049;
  color: var(--body-color);
  font-size: 32px;
  box-shadow: none;
  border: none;
}
.glide__arrow[disabled] {
  display: none;
}
.glide__arrow--left {
  left: 30px;
}
.glide__arrow--right {
  right: 30px;
}
.glide__bullet--active {
  background-color: #0d1049;
  background-color: var(--body-color);
}
.glide__slide {
  background-image: url(img/bg.b54f4e36.jpg);
  background-size: cover;
  background-position: bottom;
}
.glide__slides {
  margin: 0;
}
.button {
  position: absolute;
  bottom: 14vh;
  padding: 10px 15px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  background-color: #0d1049;
  background-color: var(--body-color);
}
.button-large {
  font-size: 36px;
  padding: 20px 40px;
  margin-top: 50px;
}
/*# sourceMappingURL=main.5851b268.chunk.css.map */

.codesContainer{
  position: absolute;
  bottom: 0;
  left: 0;
  display:flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  background-color: white;
  padding: 7px 0 7px;
  z-index: 100;
  font-size: 13px;
}

@media (max-width: 500px) {
  .codesContainer {
    font-size: 12px;
  }

  #icp_code {
    font-weight: 300;
  }
}

@media (max-width: 400px) {
  .codesContainer {
    font-size: 10px;
  }

  #icp_code {
    font-weight: 300;
  }
}
