/*# sourceMappingURL=styles-cerveau.css.map */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
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: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

body.i18n-fr .language-switcher .fr {
  font-weight: bold;
}
body.i18n-fr .i18n .fr {
  opacity: 1;
}
body.i18n-fr .i18n .en {
  opacity: 0;
  display: none !important;
}

body.i18n-en .language-switcher .en {
  font-weight: bold;
}
body.i18n-en .i18n .fr {
  opacity: 0;
  display: none !important;
}
body.i18n-en .i18n .en {
  opacity: 1;
}

.flipping-i18n {
  -webkit-transition: transform ease-in-out 0.25s, opacity 0.25s ease-in-out;
  -moz-transition: transform ease-in-out 0.25s, opacity 0.25s ease-in-out;
  -ms-transition: transform ease-in-out 0.25s, opacity 0.25s ease-in-out;
  -o-transition: transform ease-in-out 0.25s, opacity 0.25s ease-in-out;
  transition: transform ease-in-out 0.25s, opacity 0.25s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
}
.flipping-i18n.flip-out {
  backface-visibility: hidden;
  z-index: 2;
  /* for firefox 31 */
  transform: rotateX(90deg);
}

.fading-i18n {
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
  opacity: 1;
}
.fading-i18n.fade-out {
  opacity: 0 !important;
}

@font-face {
  font-family: "Work Sans";
  src: url("../../fonts/worksans-bold.woff2") format("woff2"), url("../../fonts/worksans-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../fonts/worksans-bolditalic.woff2") format("woff2"), url("../../fonts/worksans-bolditalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../fonts/worksans-italic.woff2") format("woff2"), url("../../fonts/worksans-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../fonts/worksans-light.woff2") format("woff2"), url("../../fonts/worksans-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../fonts/worksans-lightitalic.woff2") format("woff2"), url("../../fonts/worksans-lightitalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../fonts/worksans-regular.woff2") format("woff2"), url("../../fonts/worksans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Volte";
  src: url("../../fonts/Volte-Medium.woff2") format("woff2"), url("../../fonts/Volte-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Volte";
  src: url("../../fonts/Volte-Semibold.woff2") format("woff2"), url("../../fonts/Volte-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: "tnum";
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: "Volte";
  line-height: normal;
}

html, body {
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
}

html, body, #main, .screen {
  width: 1920px;
  height: 1080px;
}

#main {
  display: none;
  background-color: #FFFFFF;
}

a {
  color: #FFFFFF;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #FFFFFF;
  text-decoration: none;
}

strong, b {
  font-weight: bold;
}

img, video {
  max-width: 100%;
  height: auto;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

.screen {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
}
.screen.hidden {
  visibility: hidden;
  pointer-events: none;
}
.screen:not(.current) {
  pointer-events: none !important;
}
.screen:not(.current) * {
  pointer-events: none !important;
}

#error {
  padding: 20px;
  position: fixed;
  font-weight: bold;
  z-index: 1000;
  width: 600px;
  background: #e6d7d7;
  top: 50px;
  left: 50px;
  border: solid #c3a4a4 1px;
  color: #000;
}

#language-switcher {
  position: absolute;
  z-index: 10;
  left: 40px;
  bottom: 50px;
  font-weight: bold;
}
#language-switcher .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #FFFFFF;
  height: 64px;
  width: 64px;
  border-radius: 32px;
  font-size: 30px;
}
#language-switcher .inner {
  -webkit-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#language-switcher._active_ .inner, #language-switcher:active .inner {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.handcoach {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

#still-there {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#still-there .modal {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  text-align: center;
  background-color: #FFFFFF;
  padding: 50px;
  border-radius: 20px;
  font-size: 30px;
  font-weight: bold;
  overflow: hidden;
}
#still-there .modal button {
  align-self: center;
}
#still-there .modal .main-button {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 0;
  font-weight: bold;
  font-size: 22px;
}
#still-there .modal .main-button:active {
  opacity: 0.9;
}
#still-there .modal .progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
}
#still-there .modal .progress-bar .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: red;
  border-radius: 5px;
}

#screen-1 #intro-wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  top: 140px;
  left: 580px;
  width: 760px;
  height: 800px;
}
#screen-1 #intro-wrapper .title {
  font-size: 160px;
  font-weight: 600;
}
#screen-1 #intro-wrapper .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  gap: 32px;
  padding: 32px;
  border-radius: 32px;
  background: black;
  color: white;
  width: 100%;
}
#screen-1 #intro-wrapper .box .instructions {
  font-size: 33px;
  font-weight: bold;
}
#screen-1 #intro-wrapper .box .choices {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-items: center;
  gap: 32px;
}
#screen-1 #intro-wrapper .box .choices .level-choice {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  font-size: 28px;
}
#screen-1 #intro-wrapper .box .choices .level-choice .state {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid white;
  border-radius: 50%;
}
#screen-1 #intro-wrapper .box .choices .level-choice .state canvas {
  display: none;
  position: absolute;
}
#screen-1 #intro-wrapper .box .choices .level-choice .state:after {
  content: "";
  opacity: 0;
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  position: absolute;
  top: -7px;
  left: -8px;
  width: 54px;
  height: 51px;
  -webkit-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#screen-1 #intro-wrapper .box .choices .level-choice.active canvas {
  display: inline-block;
}
#screen-1 #intro-wrapper .box .choices .level-choice.active .state:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#screen-1 #intro-wrapper .cta {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#screen-1 #intro-wrapper .cta .inner {
  padding: 32px;
  border-radius: 32px;
  background: #021240;
  color: #FFFFFF;
  font-size: 28px;
  font-weight: bold;
  -webkit-transition: background 0.2s, opacity 0.2s;
  -moz-transition: background 0.2s, opacity 0.2s;
  -ms-transition: background 0.2s, opacity 0.2s;
  -o-transition: background 0.2s, opacity 0.2s;
  transition: background 0.2s, opacity 0.2s;
}
#screen-1 #intro-wrapper .cta .inner .i18n {
  -webkit-transition: color 0.2s, opacity 0.2s, backgound 0.2s;
  -moz-transition: color 0.2s, opacity 0.2s, backgound 0.2s;
  -ms-transition: color 0.2s, opacity 0.2s, backgound 0.2s;
  -o-transition: color 0.2s, opacity 0.2s, backgound 0.2s;
  transition: color 0.2s, opacity 0.2s, backgound 0.2s;
}
#screen-1 #intro-wrapper .cta .inner {
  -webkit-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#screen-1 #intro-wrapper .cta._active_ .inner, #screen-1 #intro-wrapper .cta:active .inner {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
#screen-1 #intro-wrapper .cta:not(.enabled) {
  pointer-events: none;
  opacity: 0.7;
}

#additional-tools {
  display: flex;
  flex-direction: row;
  gap: 20px;
  position: absolute;
  z-index: 10;
  right: 40px;
  bottom: 50px;
}
#additional-tools .trigger {
  width: 64px;
  height: 64px;
}
#additional-tools .trigger .inner {
  -webkit-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#additional-tools .trigger._active_ .inner, #additional-tools .trigger:active .inner {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
#additional-tools .trigger svg path {
  fill: red;
}

#main {
  background-color: #6E7232;
  text-wrap: pretty;
}

#language-switcher {
  left: 1105px;
  bottom: 165px;
}
#language-switcher .inner {
  background-color: #FFEFDF;
  color: #6E7232;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  -ms-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

#additional-tools {
  right: 96px;
  bottom: 165px;
  z-index: 1;
  left: initial;
}
#additional-tools #additional-tools .trigger[data-action=reset] {
  transform: translate(0, 150px);
}
#additional-tools .trigger svg path {
  fill: #FFEFDF;
}
#additional-tools .trigger svg circle {
  fill: #FFA1E9;
}

#still-there .modal {
  background: #6E7232;
  color: #FFEFDF;
}
#still-there .modal .main-button {
  background: #FFEFDF;
  color: #3E3C1B;
}
#still-there .modal .progress-bar .progress {
  background: #FFEFDF;
}

.right {
  position: absolute;
  left: 1078px;
  top: 133px;
  width: 775px;
  height: 810px;
}

#mask {
  background: transparent url("../../images/cerveau/temporary-mask.png") no-repeat 0 0;
  width: 1920px;
  height: 1080px;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.quiz {
  width: 100%;
  max-width: 640px;
  height: calc(100% - 170px);
  color: #FFEFDF;
}
.quiz .questions {
  position: relative;
  width: 100%;
  height: 100%;
}
.quiz .questions .question {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.quiz .questions .question .title {
  font-size: 42px;
  font-weight: bold;
}
.quiz .questions .question .option {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  font-size: 30px;
}
.quiz .questions .question .option img {
  max-height: 180px;
  width: auto;
}
.quiz .questions .question .separator {
  background: #FFEFDF;
  height: 1px;
  width: 100%;
}
.quiz .questions .question .separator:last-child {
  display: none;
}
.quiz .questions .feedback {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 0 30px 20px;
}
.quiz .questions .feedback .image img {
  max-height: 310px;
}
.quiz .questions .feedback .title {
  text-align: center;
  font-size: 38px;
  font-weight: bold;
}
.quiz .questions .feedback .text {
  text-align: center;
  font-size: 30px;
}

#brainmaze {
  position: absolute;
  width: 1000px;
  height: 1080px;
  top: 0;
  left: 0;
  overflow: hidden;
}
#brainmaze #brainmaze-background {
  position: absolute;
  width: 2816px;
  height: 2440px;
  top: 0;
  left: 0;
  background: url("../../images/cerveau/20251010_ZONE3_ME_INT3.1_Fond_Labyrinthe.png");
}
#brainmaze #brainmaze-end-animation {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
#brainmaze #brainmaze-end-animation canvas {
  position: absolute;
  top: 0;
  left: 0;
}
#brainmaze #brainmaze-pink-overlay {
  position: absolute;
  width: 1000px;
  height: 1080px;
  top: 0;
  left: 0;
  background: #E7AFD4;
  opacity: 0;
  visibility: hidden;
}
#brainmaze #brainmaze-pion,
#brainmaze .additional-pion {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  margin: -45px -45px;
}
#brainmaze #brainmaze-target {
  position: absolute;
  width: 148px;
  height: 146px;
  margin: -74px -73px;
}
#brainmaze .brainmaze-slot {
  position: absolute;
  width: 90px;
  height: 90px;
  margin: -45px -45px;
}

#screen-1 #intro-title {
  position: absolute;
  top: 370px;
  left: 212px;
  text-align: center;
  font-size: 150px;
  letter-spacing: -5px;
  font-weight: 600;
  color: #6E7232;
  line-height: 0.85em;
}
#screen-1 #intro-brain {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 953px;
  height: 833px;
  background-size: contain;
}
#screen-1 #intro-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  gap: 50px;
  padding: 5%;
  width: 100%;
  height: 100%;
  background: #6E7232;
}
#screen-1 #intro-wrapper .instructions {
  color: #FFEFDF;
}
#screen-1 #intro-wrapper .box {
  background: transparent;
  color: #FFFFFF;
}
#screen-1 #intro-wrapper .box .choices .level-choice canvas {
  top: -24px;
  left: -24px;
}
#screen-1 #intro-wrapper .box .choices .level-choice .state {
  width: 45px;
  height: 45px;
  border-color: #FFEFDF;
}
#screen-1 #intro-wrapper .box .choices .level-choice .state:after {
  content: none;
}
#screen-1 #intro-wrapper .cta .inner {
  background: #FFEFDF;
  color: #3E3C1B;
}

#screen-2 .right .wrapper,
#screen-2-LEVEL1 .right .wrapper,
#screen-2-LEVEL2 .right .wrapper,
#screen-2-LEVEL3 .right .wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 10% 5%;
}
#screen-2 .right .title,
#screen-2-LEVEL1 .right .title,
#screen-2-LEVEL2 .right .title,
#screen-2-LEVEL3 .right .title {
  color: #FFEFDF;
  font-size: 48px;
  font-weight: bold;
}
#screen-2 .right .text,
#screen-2-LEVEL1 .right .text,
#screen-2-LEVEL2 .right .text,
#screen-2-LEVEL3 .right .text {
  text-align: center;
  color: #FFEFDF;
  font-size: 34px;
}
#screen-2 .right .text p,
#screen-2-LEVEL1 .right .text p,
#screen-2-LEVEL2 .right .text p,
#screen-2-LEVEL3 .right .text p {
  margin: 20px 0;
}
#screen-2 .right .shake-dice,
#screen-2-LEVEL1 .right .shake-dice,
#screen-2-LEVEL2 .right .shake-dice,
#screen-2-LEVEL3 .right .shake-dice {
  position: absolute;
  bottom: -30px;
  left: 240px;
}
#screen-2 .right .shake-dice .inner,
#screen-2-LEVEL1 .right .shake-dice .inner,
#screen-2-LEVEL2 .right .shake-dice .inner,
#screen-2-LEVEL3 .right .shake-dice .inner {
  -webkit-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#screen-2 .right .shake-dice._active_ .inner, #screen-2 .right .shake-dice:active .inner,
#screen-2-LEVEL1 .right .shake-dice._active_ .inner,
#screen-2-LEVEL1 .right .shake-dice:active .inner,
#screen-2-LEVEL2 .right .shake-dice._active_ .inner,
#screen-2-LEVEL2 .right .shake-dice:active .inner,
#screen-2-LEVEL3 .right .shake-dice._active_ .inner,
#screen-2-LEVEL3 .right .shake-dice:active .inner {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
#screen-2 .right .shake-dice .inner,
#screen-2-LEVEL1 .right .shake-dice .inner,
#screen-2-LEVEL2 .right .shake-dice .inner,
#screen-2-LEVEL3 .right .shake-dice .inner {
  transform-origin: bottom center;
}

#screen-3 .right .wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 5%;
}
#screen-3 .right .wrapper #shaking-dice,
#screen-3 .right .wrapper .dice-result {
  position: absolute;
  top: 20px;
  left: 0;
}
#screen-3 .right .wrapper .dice-result {
  display: none;
}

#screen-4 .right .wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5%;
}
#screen-4 .right .title {
  color: #FFEFDF;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}
#screen-4 .right .lottie-animation {
  margin-top: -300px;
}

#screen-5 #quiz-feedback-left {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
#screen-5 #quiz-feedback-left canvas {
  position: absolute;
  top: 0;
  left: 0;
}
#screen-5 .right .wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 5%;
}
#screen-5 .right .next-step {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
#screen-5 .right .next-step .inner {
  -webkit-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#screen-5 .right .next-step._active_ .inner, #screen-5 .right .next-step:active .inner {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
#screen-5 .right .next-step.shake-dice {
  bottom: -30px;
  left: 240px;
}
#screen-5 .right .next-step.goto-conclusion {
  bottom: -30px;
  left: 245px;
}
#screen-5 .right .next-step .inner {
  transform-origin: bottom center;
}

#screen-6,
#screen-6-LEVEL1,
#screen-6-LEVEL2,
#screen-6-LEVEL3 {
  color: #3E3C1B;
}
#screen-6 .right .wrapper,
#screen-6-LEVEL1 .right .wrapper,
#screen-6-LEVEL2 .right .wrapper,
#screen-6-LEVEL3 .right .wrapper {
  display: flex;
  width: 100%;
  height: calc(100% - 100px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15%;
}
#screen-6 .right .title,
#screen-6-LEVEL1 .right .title,
#screen-6-LEVEL2 .right .title,
#screen-6-LEVEL3 .right .title {
  text-align: center;
  font-size: 48px;
  line-height: 1em;
  font-weight: bold;
  color: #FFEFDF;
}
#screen-6 .right .text,
#screen-6-LEVEL1 .right .text,
#screen-6-LEVEL2 .right .text,
#screen-6-LEVEL3 .right .text {
  text-align: center;
  font-size: 34px;
  color: #FFEFDF;
}
#screen-6 .right .text p,
#screen-6-LEVEL1 .right .text p,
#screen-6-LEVEL2 .right .text p,
#screen-6-LEVEL3 .right .text p {
  margin: 20px 0;
}
#screen-6 .right .right-end-animations,
#screen-6-LEVEL1 .right .right-end-animations,
#screen-6-LEVEL2 .right .right-end-animations,
#screen-6-LEVEL3 .right .right-end-animations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#screen-6 .right .right-end-animations canvas,
#screen-6-LEVEL1 .right .right-end-animations canvas,
#screen-6-LEVEL2 .right .right-end-animations canvas,
#screen-6-LEVEL3 .right .right-end-animations canvas {
  position: absolute;
  top: -55px;
  left: -55px;
  width: calc(100% + 110px);
  height: auto;
}
#screen-6 .right .restart,
#screen-6-LEVEL1 .right .restart,
#screen-6-LEVEL2 .right .restart,
#screen-6-LEVEL3 .right .restart {
  position: absolute;
  bottom: 0;
  left: calc(50% - 90px);
}
#screen-6 .right .restart, #screen-6 .right .restart .inner,
#screen-6-LEVEL1 .right .restart,
#screen-6-LEVEL1 .right .restart .inner,
#screen-6-LEVEL2 .right .restart,
#screen-6-LEVEL2 .right .restart .inner,
#screen-6-LEVEL3 .right .restart,
#screen-6-LEVEL3 .right .restart .inner {
  display: inline-flex;
}
#screen-6 .right .restart .inner,
#screen-6-LEVEL1 .right .restart .inner,
#screen-6-LEVEL2 .right .restart .inner,
#screen-6-LEVEL3 .right .restart .inner {
  -webkit-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#screen-6 .right .restart._active_ .inner, #screen-6 .right .restart:active .inner,
#screen-6-LEVEL1 .right .restart._active_ .inner,
#screen-6-LEVEL1 .right .restart:active .inner,
#screen-6-LEVEL2 .right .restart._active_ .inner,
#screen-6-LEVEL2 .right .restart:active .inner,
#screen-6-LEVEL3 .right .restart._active_ .inner,
#screen-6-LEVEL3 .right .restart:active .inner {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
#screen-6 .right .restart .inner,
#screen-6-LEVEL1 .right .restart .inner,
#screen-6-LEVEL2 .right .restart .inner,
#screen-6-LEVEL3 .right .restart .inner {
  transform-origin: center bottom;
}