@font-face {
  font-family: libertad_monoregular;
  src: url("libertadmono-regular-webfont.145c3123.woff2") format("woff2"), url("libertadmono-regular-webfont.a8ffedc7.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: NeueHaasGrotesk-Medium;
  src: url("haasgrotdisp-65medium-webfont.4a7f94f2.woff") format("woff"), url("haasgrotdisp-65medium-webfont.204beb90.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  color: var(--colorBlack);
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-x pan-y;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  overflow: hidden;
}

html, body {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: libertad_monoregular;
}

:root {
  --colorWhite: #fff;
  --colorBlack: #000;
  --colorGrey: #383838;
  --textSize: 14px;
  --blurredBG: blur(8px);
  --animDelay: .3s;
}

nav {
  color: var(--colorWhite);
  border-bottom: var(--colorGrey) 1px solid;
  z-index: 100;
  letter-spacing: .5px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 75px;
  padding-left: .8em;
  padding-right: .8em;
  font-size: 20px;
  display: flex;
  position: absolute;
  top: 0;
}

.tuto_wrap {
  justify-content: right;
  align-items: center;
  display: flex;
}

.symbol_link {
  border: 2px solid var(--colorGrey);
  transition-duration: var(--animDelay);
  border-radius: 5px;
  width: 50px;
  height: auto;
  display: flex;
}

.symbol_link:hover {
  background-color: var(--colorBlack);
}

.symbol_link img, .logo img {
  width: 100%;
  height: auto;
}

.log_container {
  border-top: 1px solid var(--colorBlack);
  height: 25%;
  padding: 15px;
  display: none;
}

.arrow {
  width: 35px;
  height: auto;
}

.arrow img {
  width: 100%;
  height: auto;
}

.log_box {
  border: 1px solid var(--colorGrey);
  background-color: var(--colorWhite);
  color: var(--colorGrey);
  width: 100%;
  height: 100%;
  padding: 10px;
}

.container {
  background-color: var(--colorBlack);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.middle_screen {
  background-color: var(--colorWhite);
  width: 80%;
  height: 53%;
  margin-bottom: 65px;
  position: relative;
}

.steps {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.scan_container {
  z-index: 50;
}

.start_container {
  z-index: 30;
}

.actions_container {
  justify-content: end;
  padding-bottom: 1.4em;
  padding-left: 1.2em;
  padding-right: 1.2em;
}

.instructions {
  letter-spacing: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: .9em;
  display: none;
  position: relative;
}

.number_step {
  border: 2px solid var(--colorBlack);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 6px;
  font-family: NeueHaasGrotesk-Medium;
  font-size: 1.4em;
  display: flex;
}

button {
  color: var(--colorWhite);
  border: .1em solid var(--colorGrey);
  background-color: var(--colorBlack);
  letter-spacing: 1px;
  transition-duration: var(--animDelay);
  cursor: pointer;
  background-image: url("left_bracket.0d5d08c5.svg"), url("right_bracket.8f4c1018.svg");
  background-position-x: 2%, 98%;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: auto 97%, auto 97%;
  border-radius: 6px;
  align-items: center;
  padding: 9px 15px;
  font-family: NeueHaasGrotesk-Medium;
  font-size: 1.65em;
  font-weight: normal;
  display: flex;
  position: relative;
}

button:hover {
  background-color: var(--colorGrey);
  color: var(--colorWhite);
}

.fade-out {
  opacity: 0;
  transition: opacity .8s ease-in-out;
  animation: 1s forwards fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.choices {
  opacity: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: opacity .8s ease-in-out;
  display: flex;
}

.choices img {
  width: 30px;
  height: auto;
  margin-right: 8px;
}

.logo {
  justify-content: center;
  align-items: center;
  width: 160px;
  display: flex;
}

.logo_wrap {
  justify-content: left;
  align-items: center;
  width: 100%;
  display: flex;
}

a {
  justify-content: center;
  align-items: center;
  display: flex;
}

#close {
  color: var(--colorWhite);
  padding: 0;
}

.close_button_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

#close img {
  width: 30px;
  height: auto;
  margin-right: 10px;
}

.video_wrapper {
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.video_wrapper video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.panel {
  z-index: 100;
  color: var(--colorBlack);
  box-sizing: border-box;
  background-color: var(--colorWhite);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: auto;
}

.panel__content {
  opacity: 0;
  will-change: margin-top;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: -5%;
  transition: all .7s .6s;
  display: flex;
}

.panel:target .panel__content {
  opacity: 1;
  margin-top: 0;
}

.panel#slice {
  background-color: var(--colorBlack);
  transition: all .7s cubic-bezier(.19, 1, .56, 1);
  transform: translate3d(0, -100%, 0);
}

.panel#slice:target {
  transform: translate3d(0, 0, 0);
}
/*# sourceMappingURL=index.b2625c6b.css.map */
