.c--font {
  color: #03223b;
}

.c--white {
  color: #fff;
}

.c--black {
  color: #000;
}

.c--nm-red {
  color: #b5080f;
}

.c--nm-blue {
  color: #4798ff;
}

.c--nm-dark-blue {
  color: #04223b;
}

.c--nm-darker-blue {
  color: #03223b;
}

.c--nm-darker-blue-faint {
  color: rgba(3, 34, 59, 0.3);
}

.bc--font {
  background-color: #03223b;
}

.bc--white {
  background-color: #fff;
}

.bc--black {
  background-color: #000;
}

.bc--nm-red {
  background-color: #b5080f;
}

.bc--nm-blue {
  background-color: #4798ff;
}

.bc--nm-dark-blue {
  background-color: #04223b;
}

.bc--nm-darker-blue {
  background-color: #03223b;
}

.bc--nm-darker-blue-faint {
  background-color: rgba(3, 34, 59, 0.3);
}

@font-face {
  font-family: Poppins;
  src: url(../fonts/poppins-light-webfont.woff2) format("woff2"), url(../fonts/poppins-light-webfont.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src: url(../fonts/poppins-regular-webfont.woff2) format("woff2"), url(../fonts/poppins-regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src: url(../fonts/poppins-medium-webfont.woff2) format("woff2"), url(../fonts/poppins-medium-webfont.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src: url(../fonts/poppins-semibold-webfont.woff2) format("woff2"), url(../fonts/poppins-semibold-webfont.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src: url(../fonts/poppins-bold-webfont.woff2) format("woff2"), url(../fonts/poppins-bold-webfont.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
.font--b {
  font-family: Poppins, sans-serif;
}

.font--h {
  font-family: Poppins, sans-serif;
}

.font--reg {
  font-weight: 400;
}

.font--med {
  font-weight: 500;
}

.font--bol {
  font-weight: 700;
}

@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon.eot?aztqlp);
  src: url(../fonts/icomoon.eot?aztqlp#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf?aztqlp) format("truetype"), url(../fonts/icomoon.woff?aztqlp) format("woff"), url(../fonts/icomoon.svg?aztqlp#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class*=" icon-"], [class^=icon-] {
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-linkedin2:before {
  content: "\eaca";
}

#virtual-tour__games {
  position: absolute;
  top: 2%;
  left: 2%;
  right: 2%;
  bottom: 2%;
  z-index: 2;
  top: 102%;
  bottom: -98%;
  transition: top 0.1s, bottom 0.1s;
}

#virtual-tour__games.is--active {
  top: 2%;
  bottom: 2%;
}

#virtual-tour__games .nm-game__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
}

#virtual-tour__games .nm-game {
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  bottom: -110%;
}

#virtual-tour__games .nm-game.is--active {
  top: 0;
  bottom: 0;
}

#virtual-tour__games .nm-game__close {
  position: absolute;
  top: 2%;
  right: 1%;
  width: 2.2%;
  cursor: pointer;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  #virtual-tour__games .nm-game__close {
    top: 2.5%;
    right: 1.3%;
    width: 3%;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  #virtual-tour__games .nm-game__close {
    top: 2%;
    right: 2.4%;
    width: 4%;
  }
}
#virtual-tour__games .nm-game__close svg {
  width: 100%;
  height: 100%;
}

#virtual-tour__games .nm-game__inner {
  position: absolute;
  top: 4%;
  left: 2%;
  right: 2%;
  bottom: 2%;
  width: 96%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

@media screen and (max-width: 1024px) {
  #virtual-tour__games .nm-game__inner {
    top: 3%;
    bottom: 3%;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  #virtual-tour__games .nm-game__inner {
    top: 2%;
    bottom: 2%;
  }
}
#virtual-tour__games .nm-game-button--action {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  background-color: #053b64;
  width: 15%;
  padding-bottom: 15%;
  display: block;
  position: relative;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
  border-radius: 12%;
  cursor: pointer;
  transition: background-color 0.2s;
}

#virtual-tour__games .nm-game-button--action:hover {
  background-color: #4798ff;
}

#virtual-tour__games .nm-game-button--action svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 60%;
  height: 60%;
}

#virtual-tour__games .nm-game-button--submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  background-color: #f03909;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  border: 1px solid #fff;
  display: flex;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.2s;
  padding: 1% 2%;
}

#virtual-tour__games .nm-game-button--submit {
  font-size: 7px;
}

@media screen and (min-width: 320px) {
  #virtual-tour__games .nm-game-button--submit {
    font-size: calc(7px + 10 * (100vw - 320px) / 1030);
  }
}
@media screen and (min-width: 1350px) {
  #virtual-tour__games .nm-game-button--submit {
    font-size: 17px;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  #virtual-tour__games .nm-game-button--submit {
    font-size: 8px;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) and (min-width: 320px) {
  #virtual-tour__games .nm-game-button--submit {
    font-size: calc(8px + 15 * (100vw - 320px) / 1030);
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) and (min-width: 1350px) {
  #virtual-tour__games .nm-game-button--submit {
    font-size: 23px;
  }
}
#virtual-tour__games .nm-game-button--submit:hover {
  background-color: #922103;
}

#virtual-tour__games .game-instructions {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(3, 34, 59, 0.8);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: visibility 0s 0.3s, opacity 0.3s 0s;
}

#virtual-tour__games .game-instructions.is--active {
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
  transition: visibility 0s 0s, opacity 0.3s 0s;
}

#virtual-tour__games .game-instructions .game-instructions__inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: top 0.3s 0s;
  background-color: #03223b;
  border: 1px solid #4798ff;
  width: 80%;
  max-height: 95%;
  padding: 2% 7%;
  left: 10%;
}

@media screen and (max-width: 900px) {
  #virtual-tour__games .game-instructions .game-instructions__inner {
    width: 95%;
    left: 2.5%;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  #virtual-tour__games .game-instructions .game-instructions__inner {
    padding: 5% 4%;
    width: 95%;
    left: 2.5%;
    max-height: 95%;
  }
}
@media screen and (max-width: 500px) and (orientation: portrait) {
  #virtual-tour__games .game-instructions .game-instructions__inner {
    padding: 5%;
  }
}
#virtual-tour__games .game-instructions .game-instructions__close {
  position: absolute;
  width: 2.3%;
  top: 2%;
  right: 1.2%;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  #virtual-tour__games .game-instructions .game-instructions__close {
    width: 3%;
    top: 3%;
    right: 1.5%;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  #virtual-tour__games .game-instructions .game-instructions__close {
    width: 4%;
    top: 2.5%;
    right: 2.4%;
  }
}
#virtual-tour__games .game-instructions .game-instructions__close svg {
  width: 100%;
  height: 100%;
}

#virtual-tour__games .game-instructions .game-instructions__top {
  width: 100%;
  padding: 1% 0 2%;
  border-bottom: 1px solid #fff;
  margin-bottom: 1%;
}

@media screen and (max-width: 1024px) {
  #virtual-tour__games .game-instructions .game-instructions__top {
    margin-bottom: 1%;
    padding: 1% 0 2%;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  #virtual-tour__games .game-instructions .game-instructions__top {
    padding: 2% 0 3%;
    margin-bottom: 2%;
  }
}
#virtual-tour__games .game-instructions .game-instructions__top__logo {
  width: 12%;
}

@media screen and (max-width: 760px) and (orientation: portrait) {
  #virtual-tour__games .game-instructions .game-instructions__top__logo {
    width: 20%;
  }
}
#virtual-tour__games .game-instructions .game-instructions__heading p {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  color: #4798ff;
}

#virtual-tour__games .game-instructions .game-instructions__heading p {
  font-size: 6px;
}

@media screen and (min-width: 320px) {
  #virtual-tour__games .game-instructions .game-instructions__heading p {
    font-size: calc(6px + 22 * (100vw - 320px) / 1030);
  }
}
@media screen and (min-width: 1350px) {
  #virtual-tour__games .game-instructions .game-instructions__heading p {
    font-size: 28px;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  #virtual-tour__games .game-instructions .game-instructions__heading p {
    font-size: 12px;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) and (min-width: 320px) {
  #virtual-tour__games .game-instructions .game-instructions__heading p {
    font-size: calc(12px + 16 * (100vw - 320px) / 1030);
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) and (min-width: 1350px) {
  #virtual-tour__games .game-instructions .game-instructions__heading p {
    font-size: 28px;
  }
}
#virtual-tour__games .game-instructions .game-instructions__instructions {
  color: #fff;
  margin-top: 0.3%;
}

#virtual-tour__games .game-instructions .game-instructions__instructions .game-instructions__instructions__score {
  display: none;
}

#virtual-tour__games .game-instructions .game-instructions__instructions .game-instructions__instructions__score.is--active {
  display: block;
}

@media screen and (max-width: 760px) and (orientation: portrait) {
  #virtual-tour__games .game-instructions .game-instructions__instructions {
    margin-top: 1%;
  }
}
#virtual-tour__games .game-instructions .game-instructions__instructions p {
  font-size: 3px;
}

@media screen and (min-width: 320px) {
  #virtual-tour__games .game-instructions .game-instructions__instructions p {
    font-size: calc(3px + 13 * (100vw - 320px) / 1030);
  }
}
@media screen and (min-width: 1350px) {
  #virtual-tour__games .game-instructions .game-instructions__instructions p {
    font-size: 16px;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  #virtual-tour__games .game-instructions .game-instructions__instructions p {
    font-size: 10px;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) and (min-width: 320px) {
  #virtual-tour__games .game-instructions .game-instructions__instructions p {
    font-size: calc(10px + 7 * (100vw - 320px) / 1030);
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) and (min-width: 1350px) {
  #virtual-tour__games .game-instructions .game-instructions__instructions p {
    font-size: 17px;
  }
}
#virtual-tour__games .game-instructions .game-instructions__btm {
  position: relative;
}

#virtual-tour__games .game-instructions .game-instructions__intro, #virtual-tour__games .game-instructions .game-instructions__outro {
  display: none;
}

#virtual-tour__games .game-instructions .game-instructions__intro.is--active, #virtual-tour__games .game-instructions .game-instructions__outro.is--active {
  display: block;
}

#virtual-tour__games .game-instructions .game-instructions__slider {
  margin: 3% 5% 3% 5%;
  max-width: 90%;
}

@media screen and (max-width: 1024px) {
  #virtual-tour__games .game-instructions .game-instructions__slider {
    margin: 3% 10% 2% 10%;
    max-width: 80%;
  }
}
@media screen and (orientation: landscape) {
  #virtual-tour__games .game-instructions .game-instructions__slider .game-instructions__intro__slider__img--portrait {
    display: none;
  }
}
@media screen and (min-width: 761px) {
  #virtual-tour__games .game-instructions .game-instructions__slider .game-instructions__intro__slider__img--portrait {
    display: none;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  #virtual-tour__games .game-instructions .game-instructions__slider {
    max-width: initial;
    margin: 4% 0;
  }

  #virtual-tour__games .game-instructions .game-instructions__slider .game-instructions__intro__slider__img--landscape {
    display: none;
  }
}
#virtual-tour__games .game-instructions .game-instructions__slider .splide__slide__container {
  height: 100%;
}

#virtual-tour__games .game-instructions .game-instructions__slider .splide__slide__container img {
  margin: 0 auto;
}

#virtual-tour__games .game-instructions .game-instructions__slider__arrows {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

#virtual-tour__games .game-instructions .game-instructions__slider__arrows .game-instructions__slider__arrows__container {
  background-color: #03223b;
  height: 100%;
  position: absolute;
  width: 5%;
  border-style: dashed;
  border-color: #4798ff;
}

#virtual-tour__games .game-instructions .game-instructions__slider__arrows .game-instructions__slider__arrows__container:first-of-type {
  left: 0;
  border-right-width: 2px;
}

#virtual-tour__games .game-instructions .game-instructions__slider__arrows .game-instructions__slider__arrows__container:first-of-type .game-instructions__slider__arrows__container__inner {
  left: 0;
}

#virtual-tour__games .game-instructions .game-instructions__slider__arrows .game-instructions__slider__arrows__container:last-of-type {
  right: 0;
  border-left-width: 2px;
}

#virtual-tour__games .game-instructions .game-instructions__slider__arrows .game-instructions__slider__arrows__container:last-of-type .game-instructions__slider__arrows__container__inner {
  right: 0;
}

#virtual-tour__games .game-instructions .game-instructions__slider__arrows .game-instructions__slider__arrows__container__inner {
  width: 50%;
  padding-bottom: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#virtual-tour__games .game-instructions .game-instructions__slider__arrows .splide__arrow {
  pointer-events: initial;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 1;
}

#virtual-tour__games .game-instructions .game-instructions__slider__arrows .splide__arrow:disabled {
  opacity: 0.2;
}

#virtual-tour__games .game-instructions .game-instructions__slider__arrows .splide__arrow--prev {
  left: 0;
}

#virtual-tour__games .game-instructions .game-instructions__slider__arrows .splide__arrow--next {
  right: 0;
}

#virtual-tour__games .game-instructions .splide__pagination {
  bottom: -17%;
  padding: 0 10%;
}

@media screen and (max-width: 760px) and (orientation: portrait) {
  #virtual-tour__games .game-instructions .splide__pagination {
    bottom: -10%;
  }
}
#virtual-tour__games .game-instructions .splide__pagination li {
  position: relative;
  width: 2%;
  padding-bottom: 2%;
  margin: 0 0.7%;
}

#virtual-tour__games .game-instructions .splide__pagination button {
  background-color: #4798ff;
  opacity: 0.4;
  position: absolute;
  height: 100%;
  width: 100%;
}

#virtual-tour__games .game-instructions .splide__pagination button.is-active {
  opacity: 1;
}

#virtual-tour__games .game-instructions .nm-game-button--submit {
  padding: 1% 2%;
}

#virtual-tour__games .game-instructions .game-instructions__intro__play {
  margin-top: 4%;
  margin-left: auto;
}

@media screen and (max-width: 760px) and (orientation: portrait) {
  #virtual-tour__games .game-instructions .game-instructions__intro__play {
    margin-top: 10%;
    margin-right: initial;
  }
}
#virtual-tour__games .game-instructions .game-instructions__outro__calculating {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #03223b;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s 0s, visibility, 0s, 0.2s;
}

#virtual-tour__games .game-instructions .game-instructions__outro__calculating.is--calculating {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
  transition: opacity 0s 0s, visibility, 0s, 0s;
}

#virtual-tour__games .game-instructions .game-instructions__outro__calculating .game-instructions__outro__calculating__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  height: 100px;
}

#virtual-tour__games .game-instructions .game-instructions__outro__calculating span {
  position: relative;
  top: 0;
  display: inline-block;
  text-transform: uppercase;
  opacity: 0;
  transform: rotateX(-90deg);
  -webkit-animation: drop 1.5s ease-in-out infinite;
  animation: drop 1.5s ease-in-out infinite;
}

#virtual-tour__games .game-instructions .game-instructions__outro__calculating span {
  font-size: 6px;
}

@media screen and (min-width: 320px) {
  #virtual-tour__games .game-instructions .game-instructions__outro__calculating span {
    font-size: calc(6px + 14 * (100vw - 320px) / 1030);
  }
}
@media screen and (min-width: 1350px) {
  #virtual-tour__games .game-instructions .game-instructions__outro__calculating span {
    font-size: 20px;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  #virtual-tour__games .game-instructions .game-instructions__outro__calculating span {
    font-size: 12px;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) and (min-width: 320px) {
  #virtual-tour__games .game-instructions .game-instructions__outro__calculating span {
    font-size: calc(12px + 12 * (100vw - 320px) / 1030);
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) and (min-width: 1350px) {
  #virtual-tour__games .game-instructions .game-instructions__outro__calculating span {
    font-size: 24px;
  }
}
@-webkit-keyframes drop {
  10% {
    opacity: 0.5;
  }
  20%, 80% {
    opacity: 1;
    top: 30%;
    transform: rotateX(-360deg);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    top: 70%;
  }
}
@keyframes drop {
  10% {
    opacity: 0.5;
  }
  20%, 80% {
    opacity: 1;
    top: 30%;
    transform: rotateX(-360deg);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    top: 70%;
  }
}
#virtual-tour__games .game-instructions .game-instructions__outro__videos {
  background-color: #011321;
  padding: 2% 3% 3%;
  margin-top: 2%;
}

@media screen and (max-width: 900px) {
  #virtual-tour__games .game-instructions .game-instructions__outro__videos {
    width: 80%;
    margin-left: 10%;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  #virtual-tour__games .game-instructions .game-instructions__outro__videos {
    width: 100%;
    margin-left: 0;
    margin-top: 4%;
    padding: 5% 3% 7%;
  }
}
#virtual-tour__games .game-instructions .game-instructions__outro__videos__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 760px) and (orientation: portrait) {
  #virtual-tour__games .game-instructions .game-instructions__outro__videos__inner {
    flex-direction: column;
  }
}
#virtual-tour__games .game-instructions .game-instructions__outro__videos__video {
  position: relative;
  width: 48%;
}

@media screen and (max-width: 760px) and (orientation: portrait) {
  #virtual-tour__games .game-instructions .game-instructions__outro__videos__video {
    width: 70%;
  }

  #virtual-tour__games .game-instructions .game-instructions__outro__videos__video:first-of-type {
    margin-bottom: 6%;
  }
}
#virtual-tour__games .game-instructions .game-instructions__outro__videos__video .game-instructions__heading {
  margin-bottom: 3%;
}

@media screen and (max-width: 760px) and (orientation: portrait) {
  #virtual-tour__games .game-instructions .game-instructions__outro__videos__video .game-instructions__heading {
    margin-bottom: 5%;
  }
}
#virtual-tour__games .game-instructions .game-instructions__outro__videos__video .game-instructions__heading p {
  color: #fff;
  line-height: 1;
}

#virtual-tour__games .game-instructions .game-instructions__outro__videos__video .game-instructions__heading p {
  font-size: 6px;
}

@media screen and (min-width: 320px) {
  #virtual-tour__games .game-instructions .game-instructions__outro__videos__video .game-instructions__heading p {
    font-size: calc(6px + 12 * (100vw - 320px) / 1030);
  }
}
@media screen and (min-width: 1350px) {
  #virtual-tour__games .game-instructions .game-instructions__outro__videos__video .game-instructions__heading p {
    font-size: 18px;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  #virtual-tour__games .game-instructions .game-instructions__outro__videos__video .game-instructions__heading p {
    font-size: 10px;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) and (min-width: 320px) {
  #virtual-tour__games .game-instructions .game-instructions__outro__videos__video .game-instructions__heading p {
    font-size: calc(10px + 14 * (100vw - 320px) / 1030);
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) and (min-width: 1350px) {
  #virtual-tour__games .game-instructions .game-instructions__outro__videos__video .game-instructions__heading p {
    font-size: 24px;
  }
}
#virtual-tour__games .game-instructions .game-instructions__outro__videos__video button {
  position: absolute;
  bottom: 3%;
  left: 1.5%;
  width: 8%;
  padding-bottom: 8%;
}

#virtual-tour__games .game-instructions .game-instructions__outro__videos__video button svg:nth-of-type(1) {
  display: initial;
}

#virtual-tour__games .game-instructions .game-instructions__outro__videos__video button svg:nth-of-type(2) {
  display: none;
}

#virtual-tour__games .game-instructions .game-instructions__outro__videos__video button.is--playing svg:nth-of-type(1) {
  display: none;
}

#virtual-tour__games .game-instructions .game-instructions__outro__videos__video button.is--playing svg:nth-of-type(2) {
  display: initial;
}

#virtual-tour__games .game-instructions .game-instructions__outro__play {
  margin-top: 2%;
  margin-right: initial;
  margin-left: auto;
}

@media screen and (max-width: 900px) {
  #virtual-tour__games .game-instructions .game-instructions__outro__play {
    margin-top: 3%;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  #virtual-tour__games .game-instructions .game-instructions__outro__play {
    margin-top: 5%;
  }
}
#virtual-tour__games .game__previews {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1010;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.4s, opacity 0.4s 0s;
}

#virtual-tour__games .game__previews.is--active {
  pointer-events: initial;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 0s, opacity 0.4s 0s;
}

#virtual-tour__games .game__previews .game__previews__custom.is--active {
  transform: translateY(-50%);
}

#virtual-tour__games .game__previews .game__previews__hint.is--active {
  transform: translateY(-50%);
}

#virtual-tour__games .game__previews .game__previews__overlay {
  background-color: rgba(1, 19, 33, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

#virtual-tour__games .game__previews .game__previews__video {
  position: absolute;
  width: 80%;
  top: 50%;
  transform: translateY(150%);
  left: 10%;
  padding-bottom: 44.88%;
  z-index: 1;
  transition: transform 0.4s;
  border: 1px solid #4798ff;
  overflow: hidden;
}

@media screen and (max-width: 760px) and (orientation: portrait) {
  #virtual-tour__games .game__previews .game__previews__video {
    width: 90%;
    left: 5%;
    padding-bottom: 50.6%;
  }
}
#virtual-tour__games .game__previews video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

#virtual-tour__games .game__previews .game__previews__video__controls, #virtual-tour__games .game__previews .game__previews__video__instructions {
  position: absolute;
  left: 1px;
  right: 1px;
  z-index: 1;
  background: rgba(1, 19, 33, 0.6);
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
}

#virtual-tour__games .game__previews .game__previews__video__instructions {
  top: 0;
  justify-content: center;
  display: none;
}

#virtual-tour__games .game__previews .game__previews__video__instructions p {
  font-weight: 600;
}

#virtual-tour__games .game__previews .game__previews__video__instructions p {
  font-size: 14px;
}

@media screen and (min-width: 320px) {
  #virtual-tour__games .game__previews .game__previews__video__instructions p {
    font-size: calc(14px + 12 * (100vw - 320px) / 1030);
  }
}
@media screen and (min-width: 1350px) {
  #virtual-tour__games .game__previews .game__previews__video__instructions p {
    font-size: 26px;
  }
}
#virtual-tour__games .game__previews .game__previews__video__instructions.is--active {
  display: flex;
}

#virtual-tour__games .game__previews .game__previews__video__controls {
  bottom: 0;
}

#virtual-tour__games .game__previews .game__heading {
  white-space: nowrap;
}

#virtual-tour__games .game__previews .game__heading p {
  font-size: 10px;
}

@media screen and (min-width: 320px) {
  #virtual-tour__games .game__previews .game__heading p {
    font-size: calc(10px + 8 * (100vw - 320px) / 1030);
  }
}
@media screen and (min-width: 1350px) {
  #virtual-tour__games .game__previews .game__heading p {
    font-size: 18px;
  }
}
#virtual-tour__games .game__previews .game__previews__video__controls__btns {
  width: 68%;
  display: flex;
  padding: 0 6%;
}

@media screen and (max-width: 760px) and (orientation: portrait) {
  #virtual-tour__games .game__previews .game__previews__video__controls__btns {
    width: 58%;
  }
}
#virtual-tour__games .game__previews .game__previews__video__controls__play, #virtual-tour__games .game__previews .game__previews__video__controls__rewind {
  width: 7%;
  padding-bottom: 7%;
}

@media screen and (max-width: 1024px) {
  #virtual-tour__games .game__previews .game__previews__video__controls__play, #virtual-tour__games .game__previews .game__previews__video__controls__rewind {
    width: 11%;
    padding-bottom: 11%;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  #virtual-tour__games .game__previews .game__previews__video__controls__play, #virtual-tour__games .game__previews .game__previews__video__controls__rewind {
    width: 10%;
    padding-bottom: 10%;
  }
}
@media screen and (min-width: 1350px) {
  #virtual-tour__games .game__previews .game__previews__video__controls__play, #virtual-tour__games .game__previews .game__previews__video__controls__rewind {
    width: 6%;
    padding-bottom: 6%;
  }
}
@media screen and (min-width: 2000px) {
  #virtual-tour__games .game__previews .game__previews__video__controls__play, #virtual-tour__games .game__previews .game__previews__video__controls__rewind {
    width: 5%;
    padding-bottom: 5%;
  }
}
#virtual-tour__games .game__previews .game__previews__video__controls__play svg:nth-of-type(2), #virtual-tour__games .game__previews .game__previews__video__controls__play svg:nth-of-type(3), #virtual-tour__games .game__previews .game__previews__video__controls__rewind svg:nth-of-type(2), #virtual-tour__games .game__previews .game__previews__video__controls__rewind svg:nth-of-type(3) {
  display: none;
}

#virtual-tour__games .game__previews .game__previews__video__controls__play.is--playing svg:nth-of-type(1), #virtual-tour__games .game__previews .game__previews__video__controls__rewind.is--playing svg:nth-of-type(1) {
  display: none;
}

#virtual-tour__games .game__previews .game__previews__video__controls__play.is--playing svg:nth-of-type(2), #virtual-tour__games .game__previews .game__previews__video__controls__rewind.is--playing svg:nth-of-type(2) {
  display: initial;
}

#virtual-tour__games .game__previews .game__previews__video__controls__play.is--replay svg:nth-of-type(1), #virtual-tour__games .game__previews .game__previews__video__controls__rewind.is--replay svg:nth-of-type(1) {
  display: none;
}

#virtual-tour__games .game__previews .game__previews__video__controls__play.is--replay svg:nth-of-type(3), #virtual-tour__games .game__previews .game__previews__video__controls__rewind.is--replay svg:nth-of-type(3) {
  display: initial;
}

#virtual-tour__games .game__previews .game__previews__video__controls__play {
  margin-left: 3%;
}

#virtual-tour__games .game__previews .game__previews__video__controls__close {
  width: 1.5rem;
  margin-left: auto;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  #virtual-tour__games .game__previews .game__previews__video__controls__close {
    width: 1.2rem;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  #virtual-tour__games .game__previews .game__previews__video__controls__close {
    width: 0.8rem;
  }
}
#virtual-tour__games .game__previews .game__previews__video__controls__close svg {
  width: 100%;
  height: 100%;
}

#virtual-tour__fullscreen {
  overflow: hidden;
}

@media screen and (max-width: 900px) and (orientation: landscape) {
  #virtual-tour__fullscreen:-webkit-full-screen #virtual-tour__games {
    max-height: 95vh;
    max-width: 90vw;
    left: 5vw;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #virtual-tour__games {
    max-height: 95vh;
    max-width: 90vw;
    left: 5vw;
  }

  #virtual-tour__fullscreen:fullscreen #virtual-tour__games {
    max-height: 95vh;
    max-width: 90vw;
    left: 5vw;
  }
}
@media screen and (min-width: 1025px) {
  #virtual-tour__fullscreen:-webkit-full-screen #virtual-tour__games .nm-game-button--submit {
    font-size: 12px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #virtual-tour__games .nm-game-button--submit {
    font-size: 12px;
  }

  #virtual-tour__fullscreen:fullscreen #virtual-tour__games .nm-game-button--submit {
    font-size: 12px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1350px) {
  #virtual-tour__fullscreen:-webkit-full-screen #virtual-tour__games .nm-game-button--submit {
    font-size: calc(12px + 12 * (100vw - 1350px) / 650);
  }

  #virtual-tour__fullscreen:-ms-fullscreen #virtual-tour__games .nm-game-button--submit {
    font-size: calc(12px + 12 * (100vw - 1350px) / 650);
  }

  #virtual-tour__fullscreen:fullscreen #virtual-tour__games .nm-game-button--submit {
    font-size: calc(12px + 12 * (100vw - 1350px) / 650);
  }
}
@media screen and (min-width: 1025px) and (min-width: 2000px) {
  #virtual-tour__fullscreen:-webkit-full-screen #virtual-tour__games .nm-game-button--submit {
    font-size: 24px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #virtual-tour__games .nm-game-button--submit {
    font-size: 24px;
  }

  #virtual-tour__fullscreen:fullscreen #virtual-tour__games .nm-game-button--submit {
    font-size: 24px;
  }
}
@media screen and (min-width: 1025px) {
  #virtual-tour__fullscreen:-webkit-full-screen #virtual-tour__games .game-instructions .game-instructions__top__logo {
    width: 15%;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #virtual-tour__games .game-instructions .game-instructions__top__logo {
    width: 15%;
  }

  #virtual-tour__fullscreen:fullscreen #virtual-tour__games .game-instructions .game-instructions__top__logo {
    width: 15%;
  }

  #virtual-tour__fullscreen:-webkit-full-screen #virtual-tour__games .game-instructions .game-instructions__heading {
    margin-top: 1.5%;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #virtual-tour__games .game-instructions .game-instructions__heading {
    margin-top: 1.5%;
  }

  #virtual-tour__fullscreen:fullscreen #virtual-tour__games .game-instructions .game-instructions__heading {
    margin-top: 1.5%;
  }

  #virtual-tour__fullscreen:-webkit-full-screen #virtual-tour__games .game-instructions .game-instructions__heading p {
    font-size: 20px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #virtual-tour__games .game-instructions .game-instructions__heading p {
    font-size: 20px;
  }

  #virtual-tour__fullscreen:fullscreen #virtual-tour__games .game-instructions .game-instructions__heading p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1350px) {
  #virtual-tour__fullscreen:-webkit-full-screen #virtual-tour__games .game-instructions .game-instructions__heading p {
    font-size: calc(20px + 20 * (100vw - 1350px) / 650);
  }

  #virtual-tour__fullscreen:-ms-fullscreen #virtual-tour__games .game-instructions .game-instructions__heading p {
    font-size: calc(20px + 20 * (100vw - 1350px) / 650);
  }

  #virtual-tour__fullscreen:fullscreen #virtual-tour__games .game-instructions .game-instructions__heading p {
    font-size: calc(20px + 20 * (100vw - 1350px) / 650);
  }
}
@media screen and (min-width: 1025px) and (min-width: 2000px) {
  #virtual-tour__fullscreen:-webkit-full-screen #virtual-tour__games .game-instructions .game-instructions__heading p {
    font-size: 40px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #virtual-tour__games .game-instructions .game-instructions__heading p {
    font-size: 40px;
  }

  #virtual-tour__fullscreen:fullscreen #virtual-tour__games .game-instructions .game-instructions__heading p {
    font-size: 40px;
  }
}
@media screen and (min-width: 1025px) {
  #virtual-tour__fullscreen:-webkit-full-screen #virtual-tour__games .game-instructions .game-instructions__instructions {
    margin-top: 1%;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #virtual-tour__games .game-instructions .game-instructions__instructions {
    margin-top: 1%;
  }

  #virtual-tour__fullscreen:fullscreen #virtual-tour__games .game-instructions .game-instructions__instructions {
    margin-top: 1%;
  }

  #virtual-tour__fullscreen:-webkit-full-screen #virtual-tour__games .game-instructions .game-instructions__instructions p {
    font-size: 14px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #virtual-tour__games .game-instructions .game-instructions__instructions p {
    font-size: 14px;
  }

  #virtual-tour__fullscreen:fullscreen #virtual-tour__games .game-instructions .game-instructions__instructions p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1350px) {
  #virtual-tour__fullscreen:-webkit-full-screen #virtual-tour__games .game-instructions .game-instructions__instructions p {
    font-size: calc(14px + 12 * (100vw - 1350px) / 650);
  }

  #virtual-tour__fullscreen:-ms-fullscreen #virtual-tour__games .game-instructions .game-instructions__instructions p {
    font-size: calc(14px + 12 * (100vw - 1350px) / 650);
  }

  #virtual-tour__fullscreen:fullscreen #virtual-tour__games .game-instructions .game-instructions__instructions p {
    font-size: calc(14px + 12 * (100vw - 1350px) / 650);
  }
}
@media screen and (min-width: 1025px) and (min-width: 2000px) {
  #virtual-tour__fullscreen:-webkit-full-screen #virtual-tour__games .game-instructions .game-instructions__instructions p {
    font-size: 26px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #virtual-tour__games .game-instructions .game-instructions__instructions p {
    font-size: 26px;
  }

  #virtual-tour__fullscreen:fullscreen #virtual-tour__games .game-instructions .game-instructions__instructions p {
    font-size: 26px;
  }
}
@media screen and (min-width: 1025px) {
  #virtual-tour__fullscreen:-webkit-full-screen #virtual-tour__games .game-instructions .game-instructions__slider {
    max-width: 100%;
    margin: 3% 0;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #virtual-tour__games .game-instructions .game-instructions__slider {
    max-width: 100%;
    margin: 3% 0;
  }

  #virtual-tour__fullscreen:fullscreen #virtual-tour__games .game-instructions .game-instructions__slider {
    max-width: 100%;
    margin: 3% 0;
  }
}
@media screen and (min-width: 1025px) {
  #virtual-tour__fullscreen:-webkit-full-screen #virtual-tour__games .game-instructions .splide__pagination li {
    width: 1.5%;
    padding-bottom: 1.5%;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #virtual-tour__games .game-instructions .splide__pagination li {
    width: 1.5%;
    padding-bottom: 1.5%;
  }

  #virtual-tour__fullscreen:fullscreen #virtual-tour__games .game-instructions .splide__pagination li {
    width: 1.5%;
    padding-bottom: 1.5%;
  }
}
@media screen and (min-width: 1025px) {
  #virtual-tour__fullscreen:-webkit-full-screen #virtual-tour__games .game-instructions .game-instructions__intro__play {
    margin-top: 8%;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #virtual-tour__games .game-instructions .game-instructions__intro__play {
    margin-top: 8%;
  }

  #virtual-tour__fullscreen:fullscreen #virtual-tour__games .game-instructions .game-instructions__intro__play {
    margin-top: 8%;
  }
}
@media screen and (min-width: 1025px) {
  #virtual-tour__fullscreen:-webkit-full-screen #virtual-tour__games .game-instructions .game-instructions__outro__calculating span {
    font-size: 20px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #virtual-tour__games .game-instructions .game-instructions__outro__calculating span {
    font-size: 20px;
  }

  #virtual-tour__fullscreen:fullscreen #virtual-tour__games .game-instructions .game-instructions__outro__calculating span {
    font-size: 20px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1350px) {
  #virtual-tour__fullscreen:-webkit-full-screen #virtual-tour__games .game-instructions .game-instructions__outro__calculating span {
    font-size: calc(20px + 10 * (100vw - 1350px) / 650);
  }

  #virtual-tour__fullscreen:-ms-fullscreen #virtual-tour__games .game-instructions .game-instructions__outro__calculating span {
    font-size: calc(20px + 10 * (100vw - 1350px) / 650);
  }

  #virtual-tour__fullscreen:fullscreen #virtual-tour__games .game-instructions .game-instructions__outro__calculating span {
    font-size: calc(20px + 10 * (100vw - 1350px) / 650);
  }
}
@media screen and (min-width: 1025px) and (min-width: 2000px) {
  #virtual-tour__fullscreen:-webkit-full-screen #virtual-tour__games .game-instructions .game-instructions__outro__calculating span {
    font-size: 30px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #virtual-tour__games .game-instructions .game-instructions__outro__calculating span {
    font-size: 30px;
  }

  #virtual-tour__fullscreen:fullscreen #virtual-tour__games .game-instructions .game-instructions__outro__calculating span {
    font-size: 30px;
  }
}
@media screen and (min-width: 1025px) {
  #virtual-tour__fullscreen:-webkit-full-screen #virtual-tour__games .game__previews .game__heading p {
    font-size: 10px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #virtual-tour__games .game__previews .game__heading p {
    font-size: 10px;
  }

  #virtual-tour__fullscreen:fullscreen #virtual-tour__games .game__previews .game__heading p {
    font-size: 10px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 320px) {
  #virtual-tour__fullscreen:-webkit-full-screen #virtual-tour__games .game__previews .game__heading p {
    font-size: calc(10px + 14 * (100vw - 320px) / 1030);
  }

  #virtual-tour__fullscreen:-ms-fullscreen #virtual-tour__games .game__previews .game__heading p {
    font-size: calc(10px + 14 * (100vw - 320px) / 1030);
  }

  #virtual-tour__fullscreen:fullscreen #virtual-tour__games .game__previews .game__heading p {
    font-size: calc(10px + 14 * (100vw - 320px) / 1030);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1350px) {
  #virtual-tour__fullscreen:-webkit-full-screen #virtual-tour__games .game__previews .game__heading p {
    font-size: 24px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #virtual-tour__games .game__previews .game__heading p {
    font-size: 24px;
  }

  #virtual-tour__fullscreen:fullscreen #virtual-tour__games .game__previews .game__heading p {
    font-size: 24px;
  }
}
@media screen and (min-width: 2000px) {
  #virtual-tour__fullscreen:-webkit-full-screen .nm-game__close {
    width: 1.8%;
  }

  #virtual-tour__fullscreen:-ms-fullscreen .nm-game__close {
    width: 1.8%;
  }

  #virtual-tour__fullscreen:fullscreen .nm-game__close {
    width: 1.8%;
  }
}
#game--soundstudio {
  background-color: #011321;
  color: #fff;
  overflow: hidden;
}

#game--soundstudio svg {
  display: block;
  width: initial;
  height: initial;
}

#game--soundstudio svg text {
  font-size: 22px;
  fill: #fff;
}

#game--soundstudio .soundstudio__heading {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

#game--soundstudio .soundstudio__heading p {
  font-size: 12px;
}

@media screen and (min-width: 320px) {
  #game--soundstudio .soundstudio__heading p {
    font-size: calc(12px + 10 * (100vw - 320px) / 1030);
  }
}
@media screen and (min-width: 1350px) {
  #game--soundstudio .soundstudio__heading p {
    font-size: 22px;
  }
}
#game--soundstudio .soundstudio__video {
  position: absolute;
  height: 46%;
  width: 65%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) {
  #game--soundstudio .soundstudio__video {
    height: 42%;
    width: 42%;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  #game--soundstudio .soundstudio__video {
    width: 100%;
    position: initial;
    top: initial;
    left: initial;
    height: initial;
  }
}
#game--soundstudio .soundstudio__library {
  background-color: #03223b;
  position: absolute;
  top: 0;
  right: 0;
  width: 33%;
  bottom: 0;
}

@media screen and (max-width: 1024px) {
  #game--soundstudio .soundstudio__library {
    position: absolute;
    top: 0;
    right: 0;
    width: 56%;
    height: 42%;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  #game--soundstudio .soundstudio__library {
    width: 100%;
    position: initial;
    top: initial;
    right: initial;
    bottom: initial;
  }
}
#game--soundstudio .soundstudio__mixer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 65%;
}

@media screen and (max-width: 1024px) {
  #game--soundstudio .soundstudio__mixer {
    position: absolute;
    top: 46%;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  #game--soundstudio .soundstudio__mixer {
    flex-grow: 1;
    position: initial;
    top: initial;
    right: initial;
    bottom: initial;
  }
}
#game--soundstudio .soundstudio__video__inner {
  height: 100%;
}

#game--soundstudio .soundstudio__video__container {
  position: relative;
  height: 100%;
}

#game--soundstudio .soundstudio__video__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
}

@media screen and (min-width: 1025px) {
  #game--soundstudio .soundstudio__video__video {
    height: 100%;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  #game--soundstudio .soundstudio__video__video {
    position: initial;
  }
}
#game--soundstudio .soundstudio__library {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 760px) and (orientation: portrait) {
  #game--soundstudio .soundstudio__library {
    height: 30%;
    overflow: hidden;
  }
}
#game--soundstudio .soundstudio__library .soundstudio__library__inner {
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}

#game--soundstudio .soundstudio__library .soundstudio__heading {
  margin: 1% 0 1%;
  padding: 0 2%;
}

@media screen and (min-width: 1025px) {
  #game--soundstudio .soundstudio__library .soundstudio__heading {
    padding: 2% 4%;
  }
}
@media screen and (max-width: 1024px) {
  #game--soundstudio .soundstudio__library .soundstudio__heading {
    padding: 1.5% 2%;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  #game--soundstudio .soundstudio__library .soundstudio__heading {
    padding: 1% 2%;
  }
}
#game--soundstudio .soundstudio__library .soundstudio__library__soundlist {
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #4798ff #053b64;
  position: relative;
}

@media screen and (min-width: 1025px) {
  #game--soundstudio .soundstudio__library .soundstudio__library__soundlist {
    height: 93%;
    padding: 0 4% 4% 4%;
  }
}
@media screen and (max-width: 1024px) {
  #game--soundstudio .soundstudio__library .soundstudio__library__soundlist {
    height: 80%;
    padding: 0 2% 2% 2%;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  #game--soundstudio .soundstudio__library .soundstudio__library__soundlist {
    padding: 0 2% 2% 2%;
  }
}
#game--soundstudio .soundstudio__library .soundstudio__library__soundlist::-webkit-scrollbar {
  width: 10px;
}

@media screen and (max-width: 1024px) {
  #game--soundstudio .soundstudio__library .soundstudio__library__soundlist::-webkit-scrollbar {
    width: 15px;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  #game--soundstudio .soundstudio__library .soundstudio__library__soundlist::-webkit-scrollbar {
    width: 20px;
  }
}
#game--soundstudio .soundstudio__library .soundstudio__library__soundlist::-webkit-scrollbar-track {
  background: #053b64;
}

#game--soundstudio .soundstudio__library .soundstudio__library__soundlist::-webkit-scrollbar-thumb {
  background-color: #4798ff;
  border-radius: 50px;
  border: 3px solid #053b64;
}

#game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound__wrapper {
  position: relative;
  max-height: 60px;
}

@media screen and (min-width: 1025px) {
  #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound__wrapper {
    height: 10%;
  }

  #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound__wrapper:last-of-type {
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 1024px) {
  #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound__wrapper {
    height: 35%;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound__wrapper {
    height: 24%;
  }
}
#game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound {
  border-top: 1px solid #053b64;
  border-bottom: 1px solid #053b64;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 2% 4%;
}

@media screen and (max-width: 1024px) {
  #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound {
    padding: 2% 3%;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound {
    padding: 1.5%;
  }
}
#game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound p {
  margin-right: 2%;
}

@media screen and (min-width: 1025px) {
  #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound p {
    font-size: 7px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 320px) {
  #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound p {
    font-size: calc(7px + 8 * (100vw - 320px) / 1030);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1350px) {
  #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound p {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound p {
    font-size: 7px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 320px) {
  #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound p {
    font-size: calc(7px + 14 * (100vw - 320px) / 1030);
  }
}
@media screen and (max-width: 1024px) and (min-width: 1350px) {
  #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound p {
    font-size: 21px;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound p {
    font-size: 8px;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) and (min-width: 320px) {
  #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound p {
    font-size: calc(8px + 18 * (100vw - 320px) / 1030);
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) and (min-width: 1350px) {
  #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound p {
    font-size: 26px;
  }
}
#game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound:hover {
  background-color: #053b64;
  cursor: pointer;
}

#game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound.clone {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  height: initial;
}

#game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound.clone.is--active {
  opacity: 0.6;
  visibility: visible;
}

#game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound.is--active:not(.clone) {
  background-color: #053b64;
}

#game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound.is--used {
  opacity: 0.3;
  cursor: default;
}

#game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound.is--playing .soundstudio__library__soundlist__soundwave__play {
  visibility: hidden;
}

#game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound.is--playing .soundstudio__library__soundlist__soundwave__stop {
  visibility: visible;
}

#game--soundstudio .soundstudio__library .soundstudio__library__soundlist__controls {
  position: relative;
  width: 5%;
  height: 100%;
  margin-right: 7%;
}

@media screen and (max-width: 760px) and (orientation: portrait) {
  #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__controls {
    margin-right: 1%;
  }
}
#game--soundstudio .soundstudio__library .soundstudio__library__soundlist__soundwave__play, #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__soundwave__stop {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 15px;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__soundwave__play, #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__soundwave__stop {
    max-width: 12px;
  }
}
#game--soundstudio .soundstudio__library .soundstudio__library__soundlist__soundname {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__soundname {
    width: 40%;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__soundname {
    width: 30%;
  }
}
#game--soundstudio .soundstudio__library .soundstudio__library__soundlist__soundwave {
  width: 35%;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 760px) and (orientation: portrait) {
  #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__soundwave {
    width: 38%;
  }
}
#game--soundstudio .soundstudio__library .soundstudio__library__soundlist__soundwave__play {
  visibility: visible;
}

#game--soundstudio .soundstudio__library .soundstudio__library__soundlist__soundwave__stop {
  visibility: hidden;
}

#game--soundstudio .soundstudio__library .soundstudio__library__soundlist__soundwave__img-wrapper {
  height: 100%;
  background-color: #4798ff;
  padding: 2%;
}

#game--soundstudio .soundstudio__library .soundstudio__library__soundlist__soundwave__img-wrapper img {
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (max-width: 760px) and (orientation: portrait) {
  #game--soundstudio .soundstudio__mixer {
    height: 30%;
  }
}
#game--soundstudio .soundstudio__mixer.is--playing .soundstudio__mixer__track__scrub__soundwave {
  pointer-events: none;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__top {
  background-color: #03223b;
  display: flex;
  align-items: center;
  padding: 1% 2%;
  height: 18%;
}

@media screen and (max-width: 1024px) {
  #game--soundstudio .soundstudio__mixer .soundstudio__mixer__top {
    height: 25%;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  #game--soundstudio .soundstudio__mixer .soundstudio__mixer__top {
    height: 20%;
  }
}
#game--soundstudio .soundstudio__mixer .soundstudio__heading {
  width: 21.3%;
}

#game--soundstudio .soundstudio__mixer .soundstudio__heading svg {
  width: 78%;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__btns {
  display: flex;
  width: 25%;
  height: 100%;
}

@media screen and (max-width: 760px) and (orientation: portrait) {
  #game--soundstudio .soundstudio__mixer .soundstudio__mixer__btns {
    width: 40% !important;
  }
}
#game--soundstudio .soundstudio__mixer .soundstudio__mixer__btns button {
  width: initial !important;
  display: flex;
  color: #fff;
  text-transform: uppercase;
  padding: 2% 10% 2% 30%;
  align-items: center;
  border-radius: 10px;
}

@media screen and (max-width: 760px) and (orientation: portrait) {
  #game--soundstudio .soundstudio__mixer .soundstudio__mixer__btns button {
    width: 19% !important;
    padding: 2%;
  }
}
#game--soundstudio .soundstudio__mixer .soundstudio__mixer__btns button:nth-of-type(1) svg {
  left: 15%;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__btns button:nth-of-type(2) svg {
  left: 8%;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__btns button:nth-of-type(3) svg {
  left: 16%;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__btns svg {
  left: 0;
  transform: translateY(-50%);
  width: auto;
  left: 5%;
  height: 54%;
  max-height: 30px;
}

@media screen and (max-width: 760px) and (orientation: portrait) {
  #game--soundstudio .soundstudio__mixer .soundstudio__mixer__btns svg {
    max-width: 20px;
    max-height: 20px;
    left: 50% !important;
    transform: translateX(-50%) translateY(-50%);
  }
}
#game--soundstudio .soundstudio__mixer .soundstudio__mixer__btns span {
  display: inline-flex;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__btns span {
  font-size: 12px;
}

@media screen and (min-width: 320px) {
  #game--soundstudio .soundstudio__mixer .soundstudio__mixer__btns span {
    font-size: calc(12px + 3 * (100vw - 320px) / 1030);
  }
}
@media screen and (min-width: 1350px) {
  #game--soundstudio .soundstudio__mixer .soundstudio__mixer__btns span {
    font-size: 15px;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  #game--soundstudio .soundstudio__mixer .soundstudio__mixer__btns span {
    display: none !important;
  }
}
#game--soundstudio .soundstudio__mixer #soundstudio__mixer__btn--play span:nth-of-type(2), #game--soundstudio .soundstudio__mixer #soundstudio__mixer__btn--play span:nth-of-type(3), #game--soundstudio .soundstudio__mixer #soundstudio__mixer__btn--play svg:nth-of-type(2), #game--soundstudio .soundstudio__mixer #soundstudio__mixer__btn--play svg:nth-of-type(3) {
  display: none;
}

#game--soundstudio .soundstudio__mixer #soundstudio__mixer__btn--play.is--playing span:nth-of-type(1), #game--soundstudio .soundstudio__mixer #soundstudio__mixer__btn--play.is--playing svg:nth-of-type(1) {
  display: none;
}

#game--soundstudio .soundstudio__mixer #soundstudio__mixer__btn--play.is--playing span:nth-of-type(2), #game--soundstudio .soundstudio__mixer #soundstudio__mixer__btn--play.is--playing svg:nth-of-type(2) {
  display: initial;
}

#game--soundstudio .soundstudio__mixer #soundstudio__mixer__btn--play.is--replay span:nth-of-type(1), #game--soundstudio .soundstudio__mixer #soundstudio__mixer__btn--play.is--replay svg:nth-of-type(1) {
  display: none;
}

#game--soundstudio .soundstudio__mixer #soundstudio__mixer__btn--play.is--replay span:nth-of-type(3), #game--soundstudio .soundstudio__mixer #soundstudio__mixer__btn--play.is--replay svg:nth-of-type(3) {
  display: initial;
}

#game--soundstudio .soundstudio__mixer .nm-game-button--action {
  margin-left: 10%;
  width: 15%;
  padding-bottom: 15%;
  border-radius: 12%;
}

@media screen and (max-width: 760px) and (orientation: portrait) {
  #game--soundstudio .soundstudio__mixer .nm-game-button--action {
    width: 18%;
    padding-bottom: 18%;
  }
}
#game--soundstudio .soundstudio__mixer .nm-game-button--submit {
  margin-left: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__btm {
  height: 85%;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer {
  display: flex;
  width: calc(100% - 15px);
  margin: 2% 0;
  height: 30%;
  max-height: 70px;
  background-color: #011321;
}

@media screen and (max-width: 760px) and (orientation: portrait) {
  #game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer {
    height: 20%;
    width: calc(100% - 20px);
  }
}
#game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__time {
  width: 22%;
  border-top: 2px solid #03223b;
  border-bottom: 2px solid #03223b;
  padding: 1% 0;
  margin-right: 3%;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  justify-content: center;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__time p {
  display: flex;
  align-items: center;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__time p {
  font-size: 10px;
}

@media screen and (min-width: 320px) {
  #game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__time p {
    font-size: calc(10px + 8 * (100vw - 320px) / 1030);
  }
}
@media screen and (min-width: 1350px) {
  #game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__time p {
    font-size: 18px;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  #game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__time p {
    font-size: 8px;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) and (min-width: 320px) {
  #game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__time p {
    font-size: calc(8px + 22 * (100vw - 320px) / 1030);
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) and (min-width: 1350px) {
  #game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__time p {
    font-size: 30px;
  }
}
#game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__time p span:first-of-type {
  margin-right: 4%;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__scrub {
  width: 70%;
  position: relative;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__scrub__slices {
  position: relative;
  height: 100%;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__scrub__slice {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__scrub__slice:nth-of-type(1), #game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__scrub__slice:nth-of-type(21), #game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__scrub__slice:nth-of-type(41) {
  background-color: #4798ff;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__scrub__number {
  position: absolute;
  bottom: -5%;
  width: 3.8%;
  padding: 0.5% 0 0;
  transform: translate3d(-50%, 0, 0);
  background-color: #011321;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__scrub__handle {
  position: absolute;
  width: 0.4%;
  height: 55%;
  top: 0;
  cursor: pointer;
  z-index: 1;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__scrub__handle__grabber {
  border: 2px solid #fff;
  background-color: #053b64;
  border-radius: 50px;
  position: absolute;
  height: 80%;
  width: 3000%;
  transform: translate3d(-50%, 0, 0);
}

@media screen and (max-width: 900px) {
  #game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__scrub__handle__grabber {
    height: 100%;
  }
}
#game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__scrub__handle__arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 70%;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__scrub__handle__arrows svg {
  width: 100%;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__scrub__handle__line {
  width: 2px;
  background-color: #fff;
  height: 1000px;
  position: absolute;
  top: 50%;
  left: calc(50% - 1px);
  z-index: 2000;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__tracks {
  display: flex;
  flex-direction: column;
  height: 80%;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #4798ff #053b64;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__tracks::-webkit-scrollbar {
  width: 10px;
}

@media screen and (max-width: 1024px) {
  #game--soundstudio .soundstudio__mixer .soundstudio__mixer__tracks::-webkit-scrollbar {
    width: 15px;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  #game--soundstudio .soundstudio__mixer .soundstudio__mixer__tracks::-webkit-scrollbar {
    width: 20px;
  }
}
#game--soundstudio .soundstudio__mixer .soundstudio__mixer__tracks::-webkit-scrollbar-track {
  background: #053b64;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__tracks::-webkit-scrollbar-thumb {
  background-color: #4798ff;
  border-radius: 6px;
  border: 3px solid #053b64;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__track {
  display: flex;
  align-items: center;
  background-color: #03223b;
  margin-top: 1%;
  border: 2px solid transparent;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__track:first-of-type {
  margin-top: 0;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__track.is--hit {
  border-color: #4798ff;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__track.is--populated .soundstudio__mixer__track__scrub__soundwave {
  display: initial;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__track.is--populated .soundstudio__mixer__track__remove {
  opacity: 1;
  visibility: visible;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__track.is--playing .soundstudio__mixer__soundlist__soundwave__play {
  visibility: hidden;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__track.is--playing .soundstudio__mixer__soundlist__soundwave__stop {
  visibility: visible;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__track__number {
  width: 5%;
  position: relative;
  padding: 1% 0;
  height: 100%;
  border-right: 2px solid #053b64;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__track__number svg {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__track__name {
  width: 20%;
  padding: 1.4% 0;
}

@media screen and (max-width: 760px) and (orientation: portrait) {
  #game--soundstudio .soundstudio__mixer .soundstudio__mixer__track__name {
    padding: 2% 0;
  }
}
#game--soundstudio .soundstudio__mixer .soundstudio__mixer__track__soundname {
  width: 100%;
  padding: 0 7.5%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__track__scrub {
  width: 70%;
  height: 100%;
  position: relative;
  background-color: #053b64;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__track__scrub span {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__track__scrub span:nth-of-type(1), #game--soundstudio .soundstudio__mixer .soundstudio__mixer__track__scrub span:nth-of-type(41) {
  background-color: #4798ff;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__track__scrub__soundwave {
  height: 80%;
  top: 10%;
  background-color: #4798ff;
  position: absolute;
  padding: 1.2%;
  display: none;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__track__scrub__soundwave img {
  height: 100%;
  width: 100%;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__track__scrub__soundwave .soundstudio__mixer__soundlist__soundwave__play, #game--soundstudio .soundstudio__mixer .soundstudio__mixer__track__scrub__soundwave .soundstudio__mixer__soundlist__soundwave__stop {
  background-color: initial !important;
  height: initial;
  position: absolute;
  left: 1%;
  cursor: pointer;
  max-width: 10px;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__track__scrub__soundwave .soundstudio__mixer__soundlist__soundwave__play path, #game--soundstudio .soundstudio__mixer .soundstudio__mixer__track__scrub__soundwave .soundstudio__mixer__soundlist__soundwave__play rect, #game--soundstudio .soundstudio__mixer .soundstudio__mixer__track__scrub__soundwave .soundstudio__mixer__soundlist__soundwave__stop path, #game--soundstudio .soundstudio__mixer .soundstudio__mixer__track__scrub__soundwave .soundstudio__mixer__soundlist__soundwave__stop rect {
  fill: #000;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__track__scrub__soundwave .soundstudio__mixer__soundlist__soundwave__play {
  top: 4%;
  width: 7%;
  visibility: visible;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__track__scrub__soundwave .soundstudio__mixer__soundlist__soundwave__stop {
  top: 6%;
  width: 6%;
  visibility: hidden;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__track__scrub__soundwave .soundstudio__mixer__soundlist__soundwave__replay {
  top: 4%;
  width: 6%;
  visibility: hidden;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__track__remove {
  width: 5%;
  padding: 1% 0 1% 4px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
}

#game--soundstudio .soundstudio__mixer .soundstudio__mixer__track__remove svg {
  transition: 0s;
  width: 45%;
}

#game--soundstudio #soundstudio__score {
  color: #fff;
}

#game--soundstudio #soundstudio__score {
  font-size: 12px;
}

@media screen and (min-width: 320px) {
  #game--soundstudio #soundstudio__score {
    font-size: calc(12px + 38 * (100vw - 320px) / 1030);
  }
}
@media screen and (min-width: 1350px) {
  #game--soundstudio #soundstudio__score {
    font-size: 50px;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  #game--soundstudio #soundstudio__score {
    font-size: 24px;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) and (min-width: 320px) {
  #game--soundstudio #soundstudio__score {
    font-size: calc(24px + 18 * (100vw - 320px) / 1030);
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) and (min-width: 1350px) {
  #game--soundstudio #soundstudio__score {
    font-size: 42px;
  }
}
@media screen and (min-width: 1025px) {
  #virtual-tour__fullscreen:-webkit-full-screen #game--soundstudio .soundstudio__heading p {
    font-size: 20px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--soundstudio .soundstudio__heading p {
    font-size: 20px;
  }

  #virtual-tour__fullscreen:fullscreen #game--soundstudio .soundstudio__heading p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1350px) {
  #virtual-tour__fullscreen:-webkit-full-screen #game--soundstudio .soundstudio__heading p {
    font-size: calc(20px + 15 * (100vw - 1350px) / 650);
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--soundstudio .soundstudio__heading p {
    font-size: calc(20px + 15 * (100vw - 1350px) / 650);
  }

  #virtual-tour__fullscreen:fullscreen #game--soundstudio .soundstudio__heading p {
    font-size: calc(20px + 15 * (100vw - 1350px) / 650);
  }
}
@media screen and (min-width: 1025px) and (min-width: 2000px) {
  #virtual-tour__fullscreen:-webkit-full-screen #game--soundstudio .soundstudio__heading p {
    font-size: 35px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--soundstudio .soundstudio__heading p {
    font-size: 35px;
  }

  #virtual-tour__fullscreen:fullscreen #game--soundstudio .soundstudio__heading p {
    font-size: 35px;
  }
}
@media screen and (min-width: 1025px) {
  #virtual-tour__fullscreen:-webkit-full-screen #game--soundstudio .soundstudio__library .soundstudio__library__soundlist::-webkit-scrollbar {
    width: 15px;
  }

  #virtual-tour__fullscreen:fullscreen #game--soundstudio .soundstudio__library .soundstudio__library__soundlist::-webkit-scrollbar {
    width: 15px;
  }

  #virtual-tour__fullscreen:-webkit-full-screen #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound__wrapper {
    max-height: 75px;
    height: 20%;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound__wrapper {
    max-height: 75px;
    height: 20%;
  }

  #virtual-tour__fullscreen:fullscreen #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound__wrapper {
    max-height: 75px;
    height: 20%;
  }

  #virtual-tour__fullscreen:-webkit-full-screen #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound p {
    font-size: 14px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound p {
    font-size: 14px;
  }

  #virtual-tour__fullscreen:fullscreen #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1350px) {
  #virtual-tour__fullscreen:-webkit-full-screen #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound p {
    font-size: calc(14px + 8 * (100vw - 1350px) / 650);
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound p {
    font-size: calc(14px + 8 * (100vw - 1350px) / 650);
  }

  #virtual-tour__fullscreen:fullscreen #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound p {
    font-size: calc(14px + 8 * (100vw - 1350px) / 650);
  }
}
@media screen and (min-width: 1025px) and (min-width: 2000px) {
  #virtual-tour__fullscreen:-webkit-full-screen #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound p {
    font-size: 22px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound p {
    font-size: 22px;
  }

  #virtual-tour__fullscreen:fullscreen #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound p {
    font-size: 22px;
  }
}
@media screen and (min-width: 1025px) {
  #virtual-tour__fullscreen:-webkit-full-screen #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__soundname {
    width: 40%;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__soundname {
    width: 40%;
  }

  #virtual-tour__fullscreen:fullscreen #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__soundname {
    width: 40%;
  }
}
@media screen and (min-width: 1025px) {
  #virtual-tour__fullscreen:-webkit-full-screen #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__controls {
    margin-right: 5%;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__controls {
    margin-right: 5%;
  }

  #virtual-tour__fullscreen:fullscreen #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__controls {
    margin-right: 5%;
  }
}
@media screen and (min-width: 1025px) {
  #virtual-tour__fullscreen:-webkit-full-screen #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__soundwave__play, #virtual-tour__fullscreen:-webkit-full-screen #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__soundwave__stop {
    max-width: 25px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__soundwave__play, #virtual-tour__fullscreen:-ms-fullscreen #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__soundwave__stop {
    max-width: 25px;
  }

  #virtual-tour__fullscreen:fullscreen #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__soundwave__play, #virtual-tour__fullscreen:fullscreen #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__soundwave__stop {
    max-width: 25px;
  }
}
@media screen and (min-width: 1025px) {
  #virtual-tour__fullscreen:-webkit-full-screen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__top {
    height: 15%;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__top {
    height: 15%;
  }

  #virtual-tour__fullscreen:fullscreen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__top {
    height: 15%;
  }

  #virtual-tour__fullscreen:-webkit-full-screen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__btns button {
    padding: 2% 10% 2% 26%;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__btns button {
    padding: 2% 10% 2% 26%;
  }

  #virtual-tour__fullscreen:fullscreen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__btns button {
    padding: 2% 10% 2% 26%;
  }

  #virtual-tour__fullscreen:-webkit-full-screen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__btns button span {
    font-size: 16px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__btns button span {
    font-size: 16px;
  }

  #virtual-tour__fullscreen:fullscreen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__btns button span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 320px) {
  #virtual-tour__fullscreen:-webkit-full-screen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__btns button span {
    font-size: calc(16px + 8 * (100vw - 320px) / 1030);
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__btns button span {
    font-size: calc(16px + 8 * (100vw - 320px) / 1030);
  }

  #virtual-tour__fullscreen:fullscreen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__btns button span {
    font-size: calc(16px + 8 * (100vw - 320px) / 1030);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1350px) {
  #virtual-tour__fullscreen:-webkit-full-screen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__btns button span {
    font-size: 24px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__btns button span {
    font-size: 24px;
  }

  #virtual-tour__fullscreen:fullscreen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__btns button span {
    font-size: 24px;
  }
}
@media screen and (min-width: 1025px) {
  #virtual-tour__fullscreen:-webkit-full-screen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__time p {
    font-size: 16px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__time p {
    font-size: 16px;
  }

  #virtual-tour__fullscreen:fullscreen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__time p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1350px) {
  #virtual-tour__fullscreen:-webkit-full-screen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__time p {
    font-size: calc(16px + 8 * (100vw - 1350px) / 650);
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__time p {
    font-size: calc(16px + 8 * (100vw - 1350px) / 650);
  }

  #virtual-tour__fullscreen:fullscreen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__time p {
    font-size: calc(16px + 8 * (100vw - 1350px) / 650);
  }
}
@media screen and (min-width: 1025px) and (min-width: 2000px) {
  #virtual-tour__fullscreen:-webkit-full-screen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__time p {
    font-size: 24px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__time p {
    font-size: 24px;
  }

  #virtual-tour__fullscreen:fullscreen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__time p {
    font-size: 24px;
  }
}
@media screen and (min-width: 1025px) {
  #virtual-tour__fullscreen:-webkit-full-screen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__track__soundname {
    width: 80%;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__track__soundname {
    width: 80%;
  }

  #virtual-tour__fullscreen:fullscreen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__track__soundname {
    width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  #virtual-tour__fullscreen:-webkit-full-screen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__tracks::-webkit-scrollbar {
    width: 15px;
  }

  #virtual-tour__fullscreen:fullscreen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__tracks::-webkit-scrollbar {
    width: 15px;
  }
}
@media screen and (min-width: 1025px) {
  #virtual-tour__fullscreen:-webkit-full-screen #game--soundstudio .game-instructions__outro .game-instructions__outro__soundstudio-videos__video .game-instructions__heading p {
    font-size: 20px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--soundstudio .game-instructions__outro .game-instructions__outro__soundstudio-videos__video .game-instructions__heading p {
    font-size: 20px;
  }

  #virtual-tour__fullscreen:fullscreen #game--soundstudio .game-instructions__outro .game-instructions__outro__soundstudio-videos__video .game-instructions__heading p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1350px) {
  #virtual-tour__fullscreen:-webkit-full-screen #game--soundstudio .game-instructions__outro .game-instructions__outro__soundstudio-videos__video .game-instructions__heading p {
    font-size: calc(20px + 10 * (100vw - 1350px) / 650);
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--soundstudio .game-instructions__outro .game-instructions__outro__soundstudio-videos__video .game-instructions__heading p {
    font-size: calc(20px + 10 * (100vw - 1350px) / 650);
  }

  #virtual-tour__fullscreen:fullscreen #game--soundstudio .game-instructions__outro .game-instructions__outro__soundstudio-videos__video .game-instructions__heading p {
    font-size: calc(20px + 10 * (100vw - 1350px) / 650);
  }
}
@media screen and (min-width: 1025px) and (min-width: 2000px) {
  #virtual-tour__fullscreen:-webkit-full-screen #game--soundstudio .game-instructions__outro .game-instructions__outro__soundstudio-videos__video .game-instructions__heading p {
    font-size: 30px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--soundstudio .game-instructions__outro .game-instructions__outro__soundstudio-videos__video .game-instructions__heading p {
    font-size: 30px;
  }

  #virtual-tour__fullscreen:fullscreen #game--soundstudio .game-instructions__outro .game-instructions__outro__soundstudio-videos__video .game-instructions__heading p {
    font-size: 30px;
  }
}
@media screen and (min-width: 2000px) {
  #virtual-tour__fullscreen:-webkit-full-screen #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound__wrapper {
    max-height: 80px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound__wrapper {
    max-height: 80px;
  }

  #virtual-tour__fullscreen:fullscreen #game--soundstudio .soundstudio__library .soundstudio__library__soundlist__sound__wrapper {
    max-height: 80px;
  }

  #virtual-tour__fullscreen:-webkit-full-screen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer {
    max-height: 100px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer {
    max-height: 100px;
  }

  #virtual-tour__fullscreen:fullscreen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer {
    max-height: 100px;
  }

  #virtual-tour__fullscreen:-webkit-full-screen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__time p {
    font-size: 12px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__time p {
    font-size: 12px;
  }

  #virtual-tour__fullscreen:fullscreen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__time p {
    font-size: 12px;
  }
}
@media screen and (min-width: 2000px) and (min-width: 1350px) {
  #virtual-tour__fullscreen:-webkit-full-screen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__time p {
    font-size: calc(12px + 16 * (100vw - 1350px) / 650);
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__time p {
    font-size: calc(12px + 16 * (100vw - 1350px) / 650);
  }

  #virtual-tour__fullscreen:fullscreen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__time p {
    font-size: calc(12px + 16 * (100vw - 1350px) / 650);
  }
}
@media screen and (min-width: 2000px) and (min-width: 2000px) {
  #virtual-tour__fullscreen:-webkit-full-screen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__time p {
    font-size: 28px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__time p {
    font-size: 28px;
  }

  #virtual-tour__fullscreen:fullscreen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__time p {
    font-size: 28px;
  }
}
@media screen and (min-width: 2000px) {
  #virtual-tour__fullscreen:-webkit-full-screen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__scrub__handle__grabber {
    height: 95%;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__scrub__handle__grabber {
    height: 95%;
  }

  #virtual-tour__fullscreen:fullscreen #game--soundstudio .soundstudio__mixer .soundstudio__mixer__timer__scrub__handle__grabber {
    height: 95%;
  }
}
@media screen and (min-width: 2000px) {
  #virtual-tour__fullscreen:-webkit-full-screen #game--soundstudio #soundstudio__previews .soundstudio__previews__video__instructions p {
    font-size: 14px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--soundstudio #soundstudio__previews .soundstudio__previews__video__instructions p {
    font-size: 14px;
  }

  #virtual-tour__fullscreen:fullscreen #game--soundstudio #soundstudio__previews .soundstudio__previews__video__instructions p {
    font-size: 14px;
  }
}
@media screen and (min-width: 2000px) and (min-width: 320px) {
  #virtual-tour__fullscreen:-webkit-full-screen #game--soundstudio #soundstudio__previews .soundstudio__previews__video__instructions p {
    font-size: calc(14px + 24 * (100vw - 320px) / 1030);
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--soundstudio #soundstudio__previews .soundstudio__previews__video__instructions p {
    font-size: calc(14px + 24 * (100vw - 320px) / 1030);
  }

  #virtual-tour__fullscreen:fullscreen #game--soundstudio #soundstudio__previews .soundstudio__previews__video__instructions p {
    font-size: calc(14px + 24 * (100vw - 320px) / 1030);
  }
}
@media screen and (min-width: 2000px) and (min-width: 1350px) {
  #virtual-tour__fullscreen:-webkit-full-screen #game--soundstudio #soundstudio__previews .soundstudio__previews__video__instructions p {
    font-size: 38px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--soundstudio #soundstudio__previews .soundstudio__previews__video__instructions p {
    font-size: 38px;
  }

  #virtual-tour__fullscreen:fullscreen #game--soundstudio #soundstudio__previews .soundstudio__previews__video__instructions p {
    font-size: 38px;
  }
}
@media screen and (min-width: 2000px) {
  #virtual-tour__fullscreen:-webkit-full-screen #game--soundstudio #soundstudio__previews .soundstudio__previews__video__controls__close {
    width: 2rem;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--soundstudio #soundstudio__previews .soundstudio__previews__video__controls__close {
    width: 2rem;
  }

  #virtual-tour__fullscreen:fullscreen #game--soundstudio #soundstudio__previews .soundstudio__previews__video__controls__close {
    width: 2rem;
  }
}
@media screen and (min-width: 2000px) {
  #virtual-tour__fullscreen:-webkit-full-screen #game--soundstudio .game-instructions .game-instructions__outro__soundstudio-videos__video button {
    bottom: 2.4%;
    width: 5%;
    padding-bottom: 5%;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--soundstudio .game-instructions .game-instructions__outro__soundstudio-videos__video button {
    bottom: 2.4%;
    width: 5%;
    padding-bottom: 5%;
  }

  #virtual-tour__fullscreen:fullscreen #game--soundstudio .game-instructions .game-instructions__outro__soundstudio-videos__video button {
    bottom: 2.4%;
    width: 5%;
    padding-bottom: 5%;
  }
}
#game--animationstudio {
  background-color: #011321;
  color: #fff;
}

#game--animationstudio #animationstudio__close-btn {
  z-index: 2;
}

#game--animationstudio #animationstudio__btn--hint, #game--animationstudio #animationstudio__btn--move, #game--animationstudio #animationstudio__btn--submit {
  position: absolute;
  bottom: 4%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.2s;
  padding: 1% 2%;
}

#game--animationstudio #animationstudio__btn--hint, #game--animationstudio #animationstudio__btn--move, #game--animationstudio #animationstudio__btn--submit {
  font-size: 7px;
}

@media screen and (min-width: 320px) {
  #game--animationstudio #animationstudio__btn--hint, #game--animationstudio #animationstudio__btn--move, #game--animationstudio #animationstudio__btn--submit {
    font-size: calc(7px + 10 * (100vw - 320px) / 1030);
  }
}
@media screen and (min-width: 1350px) {
  #game--animationstudio #animationstudio__btn--hint, #game--animationstudio #animationstudio__btn--move, #game--animationstudio #animationstudio__btn--submit {
    font-size: 17px;
  }
}
#game--animationstudio #animationstudio__btn--hint svg, #game--animationstudio #animationstudio__btn--move svg, #game--animationstudio #animationstudio__btn--submit svg {
  width: 15%;
  margin-right: 5%;
}

@media screen and (max-width: 760px) {
  #game--animationstudio #animationstudio__btn--hint svg, #game--animationstudio #animationstudio__btn--move svg, #game--animationstudio #animationstudio__btn--submit svg {
    width: 12%;
  }
}
@media screen and (max-width: 1024px) {
  #game--animationstudio #animationstudio__btn--hint, #game--animationstudio #animationstudio__btn--move, #game--animationstudio #animationstudio__btn--submit {
    bottom: 3%;
  }
}
@media screen and (max-width: 760px) {
  #game--animationstudio #animationstudio__btn--hint, #game--animationstudio #animationstudio__btn--move, #game--animationstudio #animationstudio__btn--submit {
    bottom: 2%;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  #game--animationstudio #animationstudio__btn--hint, #game--animationstudio #animationstudio__btn--move, #game--animationstudio #animationstudio__btn--submit {
    bottom: -48%;
  }

  #game--animationstudio #animationstudio__btn--hint, #game--animationstudio #animationstudio__btn--move, #game--animationstudio #animationstudio__btn--submit {
    font-size: 8px;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) and (min-width: 320px) {
  #game--animationstudio #animationstudio__btn--hint, #game--animationstudio #animationstudio__btn--move, #game--animationstudio #animationstudio__btn--submit {
    font-size: calc(8px + 15 * (100vw - 320px) / 1030);
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) and (min-width: 1350px) {
  #game--animationstudio #animationstudio__btn--hint, #game--animationstudio #animationstudio__btn--move, #game--animationstudio #animationstudio__btn--submit {
    font-size: 23px;
  }
}
#game--animationstudio #animationstudio__btn--hint {
  right: 51%;
  background-color: #4798ff;
}

#game--animationstudio #animationstudio__btn--hint:hover {
  background-color: #053b64;
}

#game--animationstudio #animationstudio__btn--submit {
  left: 51%;
  background-color: #f03909;
}

#game--animationstudio #animationstudio__btn--submit:hover {
  background-color: #922103;
}

#game--animationstudio .game-instructions__intro__slider .splide__arrow svg {
  width: initial;
  height: initial;
}

@media screen and (max-width: 1024px) {
  #game--animationstudio .game-instructions .game-instructions__outro__videos__inner {
    justify-content: space-around;
  }
}
@media screen and (max-width: 1024px) {
  #game--animationstudio .game-instructions .game-instructions__outro__videos__inner .game-instructions__outro__videos__video {
    width: 40%;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  #game--animationstudio .game-instructions .game-instructions__outro__videos__inner .game-instructions__outro__videos__video {
    width: 70%;
  }
}
#game--animationstudio .game__previews .game__previews__video {
  width: 50%;
  padding-bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(150%);
}

@media screen and (max-width: 760px) and (orientation: portrait) {
  #game--animationstudio .game__previews .game__previews__video {
    width: 60%;
  }
}
#game--animationstudio .game__previews .game__previews__hint.is--active {
  transform: translateX(-50%) translateY(-50%);
}

#game--animationstudio #animationstudio__slider--preview {
  background-color: #03223b;
}

#game--animationstudio #animationstudio__slider--preview .animationstudio__slider__slide__container {
  padding-bottom: 100%;
}

#game--animationstudio #animationstudio__slider--preview .game__previews__video__controls__play, #game--animationstudio #animationstudio__slider--preview .game__previews__video__controls__rewind {
  width: 15%;
  padding-bottom: 15%;
}

@media screen and (max-width: 1025px) {
  #game--animationstudio #animationstudio__slider--preview .game__previews__video__controls__play, #game--animationstudio #animationstudio__slider--preview .game__previews__video__controls__rewind {
    width: 21.5%;
    padding-bottom: 21.5%;
  }
}
#game--animationstudio #animationstudio__slider--preview .game__previews__video__controls {
  bottom: 1px;
}

#game--animationstudio.is--movemode #animationstudio__slider--main .animationstudio__slider__slide.is-visible.is-active .animationstudio__slider__slide__container .animationstudio__slider__slide__move-overlay {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s 0s, visibility 0s;
  pointer-events: initial;
}

.animationstudio__slider .splide__track, .animationstudio__slider.splide {
  height: 100%;
}

.animationstudio__slider .splide__slide {
  height: 100%;
}

.animationstudio__slider .animationstudio__slider__slide__container {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  border: 2px solid #4798ff;
  background-color: rgba(71, 152, 255, 0.2);
}

.animationstudio__slider .splide__arrows {
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
  background-color: transparent;
  z-index: 1;
  background: linear-gradient(90deg, #011321 0, rgba(1, 19, 33, 0) 8%, rgba(1, 19, 33, 0) 92%, #011321 100%);
}

.animationstudio__slider .splide__arrows button {
  pointer-events: all;
  border: 1px solid #fff;
  background-color: #04223b;
  opacity: 1;
  transition: background-color 0.2s;
  position: absolute;
  height: initial;
}

.animationstudio__slider .splide__arrows button svg {
  fill: #fff;
  width: 60%;
  height: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.animationstudio__slider .splide__arrows button:hover {
  background-color: #4798ff;
}

.animationstudio__slider .splide__arrows button.splide__arrow--prev svg {
  transform: translateX(-50%) translateY(-50%) scaleX(-1);
}

#animationstudio__slider--main {
  height: 70%;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 760px) and (orientation: portrait) {
  #animationstudio__slider--main {
    height: 35%;
    margin-top: 40%;
  }
}
#animationstudio__slider--main .splide__track {
  height: 90%;
  margin-top: -1%;
}

@media screen and (max-width: 760px) and (orientation: portrait) {
  #animationstudio__slider--main .splide__track {
    height: 100%;
  }
}
#animationstudio__slider--main .splide__slide {
  width: 15%;
  display: flex;
  align-items: center;
}

#animationstudio__slider--main .splide__slide.is-active .animationstudio__slider__slide__container {
  transform: scale(1.2);
  transition: 0.2s;
}

@media screen and (max-width: 760px) and (orientation: portrait) {
  #animationstudio__slider--main .splide__slide.is-active .animationstudio__slider__slide__container {
    transform: scale(1.1);
  }
}
#animationstudio__slider--main .splide__slide.is-active .animationstudio__slider__slide__container.is--populated .animationstudio__slider__slide__close {
  display: flex;
}

#animationstudio__slider--main .splide__slide.is-active .animationstudio__slider__slide__container.is--populated .animationstudio__slider__slide__move {
  display: flex;
}

#animationstudio__slider--main .splide__slide.is-active .animationstudio__slider__slide__container.is--selected .animationstudio__slider__slide__move__center__moving {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s 0s, visibility 0s;
}

#animationstudio__slider--main .splide__slide.is-active .animationstudio__slider__slide__container.is--selected .animationstudio__slider__slide__move__center__moving .animationstudio__slider__slide__move_buttons {
  display: flex;
}

#animationstudio__slider--main .splide__slide.is-active .animationstudio__slider__slide__container:not(.is--selected) .animationstudio__slider__slide__move__center__selecting {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s 0s, visibility 0s;
}

#animationstudio__slider--main .splide__slide .animationstudio__slider__slide__container.is--populated .animationstudio__slider__slide__letter {
  display: flex;
}

#animationstudio__slider--main .splide__slide:first-of-type {
  width: 30%;
}

#animationstudio__slider--main .animationstudio__slider__slide__container {
  height: 75%;
  width: 100%;
}

#animationstudio__slider--main .animationstudio__slider__slide__container.is--hit {
  box-shadow: 0 0 4px 4px #4798ff;
}

#animationstudio__slider--main .animationstudio__slider__slide__container.is--hit .animationstudio__slider__slide__icon {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s 0s, visibility 0s;
}

#animationstudio__slider--main .animationstudio__slider__slide__container.is--hit.is--populated .animationstudio__slider__slide__icon--swap {
  visibility: visible;
}

#animationstudio__slider--main .animationstudio__slider__slide__container.is--hit:not(.is--populated) .animationstudio__slider__slide__icon--add {
  visibility: visible;
}

#animationstudio__slider--main .animationstudio__slider__slide__container.is--moveinto .animationstudio__slider__slide__move-overlay {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s 0s, visibility 0s;
}

#animationstudio__slider--main .animationstudio__slider__slide__container.is--selected {
  box-shadow: 0 0 10px 5px #4798ff;
}

#animationstudio__slider--main .animationstudio__slider__slide__container.is--selected .animationstudio__slider__slide__move-overlay {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s 0s, visibility 0s;
}

#animationstudio__slider--main .animationstudio__slider__slide__container.is--selected .animationstudio__slider__slide__move__center__moving {
  opacity: 1;
  visibility: visible;
}

#animationstudio__slider--main .animationstudio__slider__slide__close, #animationstudio__slider--main .animationstudio__slider__slide__letter, #animationstudio__slider--main .animationstudio__slider__slide__number {
  background-color: #4798ff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  top: 0;
  height: 7.95%;
  width: 10%;
}

@media screen and (max-width: 760px) {
  #animationstudio__slider--main .animationstudio__slider__slide__close, #animationstudio__slider--main .animationstudio__slider__slide__letter, #animationstudio__slider--main .animationstudio__slider__slide__number {
    height: 8.95%;
    width: 15%;
  }
}
#animationstudio__slider--main .animationstudio__slider__slide__close text, #animationstudio__slider--main .animationstudio__slider__slide__letter text, #animationstudio__slider--main .animationstudio__slider__slide__number text {
  fill: #fff;
}

#animationstudio__slider--main .animationstudio__slider__slide__number {
  left: 0;
  padding: 1.4%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#animationstudio__slider--main .animationstudio__slider__slide__close {
  right: 0;
  padding: 2.5%;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 760px) {
  #animationstudio__slider--main .animationstudio__slider__slide__close {
    padding: 2.5% 2.5% 3.5% 3.5%;
  }
}
#animationstudio__slider--main .animationstudio__slider__slide__letter {
  bottom: 0;
  top: initial;
  align-items: flex-end;
  display: none;
}

#animationstudio__slider--main .animationstudio__slider__slide__letter svg + svg {
  width: 150%;
  max-width: initial;
  position: absolute;
  left: calc(100% + 5px);
}

#animationstudio__slider--main .animationstudio__slider__slide__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 34, 59, 0.6);
  padding: 5%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s 0s, visibility 0s 0.1s;
}

#animationstudio__slider--main .animationstudio__slider__slide__icon svg {
  width: 20%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  visibility: hidden;
}

#animationstudio__slider--main .animationstudio__slider__slide__icon--add path, #animationstudio__slider--main .animationstudio__slider__slide__icon--add polygon {
  fill: #4798ff;
}

#animationstudio__slider--main .animationstudio__slider__slide__icon--swap path {
  stroke: #4798ff;
}

#animationstudio__slider--main .animationstudio__slider__slide__move {
  background-color: #4798ff;
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  height: 9.95%;
  width: 12%;
  right: 0;
  padding: 1.5%;
  cursor: pointer;
}

@media screen and (max-width: 760px) {
  #animationstudio__slider--main .animationstudio__slider__slide__move {
    padding: 1.5% 1.5% 2.5% 2.5%;
    height: 8.95%;
    width: 15%;
  }
}
#animationstudio__slider--main .animationstudio__slider__slide__move-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 34, 59, 0.6);
  padding: 5%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

#animationstudio__slider--main .animationstudio__slider__slide__move-overlay p span {
  display: block;
  font-size: 150%;
}

#animationstudio__slider--main .animationstudio__slider__slide__move__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 70%;
}

#animationstudio__slider--main .animationstudio__slider__slide__move__center__moving {
  flex-wrap: wrap;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
}

#animationstudio__slider--main .animationstudio__slider__slide__move__center__moving .animationstudio__slider__slide__move_buttons {
  display: none;
}

#animationstudio__slider--main .animationstudio__slider__slide__move__center__selecting {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
}

#animationstudio__slider--main .animationstudio__slider__slide__move_buttons {
  display: flex;
  justify-content: center;
  gap: 10%;
  margin-top: 2%;
}

#animationstudio__slider--main .animationstudio__slider__slide__move__button {
  border: 1px solid #fff;
  padding: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.1s;
  position: relative;
}

#animationstudio__slider--main .animationstudio__slider__slide__move__button svg {
  height: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 75%;
  height: 75%;
}

#animationstudio__slider--main .animationstudio__slider__slide__move__button--cancel svg {
  max-width: 50%;
}

#animationstudio__slider--main .animationstudio__slider__slide__move__button--cancel:hover {
  background-color: #b5080f;
}

#animationstudio__slider--main .animationstudio__slider__slide__move__button--confirm:hover {
  background-color: #4798ff;
}

#animationstudio__slider--main .splide__arrows button {
  width: 4%;
  padding-bottom: 3.83%;
}

#animationstudio__slider--secondary {
  height: 30%;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 760px) and (orientation: portrait) {
  #animationstudio__slider--secondary {
    height: 12%;
    margin-top: -68%;
  }
}
#animationstudio__slider--secondary .animationstudio__slider.splide {
  height: 100%;
  width: 100%;
  align-self: center;
  background-color: rgba(71, 152, 255, 0.2);
  padding: 2% 0;
}

#animationstudio__slider--secondary .splide__arrows {
  margin-top: -2%;
}

#animationstudio__slider--secondary .splide__arrows button {
  width: 3%;
  padding-bottom: 2.83%;
}

#animationstudio__slider--secondary .splide__slide:after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(-9% - 1px);
  width: 1px;
  height: 100%;
  background-color: #4798ff;
}

#animationstudio__slider--secondary .splide__slide.is-visible .animationstudio__slider__slide__container {
  cursor: pointer;
}

#animationstudio__slider--secondary .splide__slide:not(.is-visible) .animationstudio__slider__slide__container {
  pointer-events: none;
}

#animationstudio__slider--secondary .splide__slide .animationstudio__slider__slide__container {
  position: relative;
}

#animationstudio__slider--secondary .splide__slide .animationstudio__slider__slide__container.is--active, #animationstudio__slider--secondary .splide__slide .animationstudio__slider__slide__container.is--used {
  opacity: 0.3;
}

#animationstudio__slider--secondary .splide__slide .animationstudio__slider__slide__container.is--used {
  pointer-events: none;
}

#animationstudio__slider--secondary .splide__slide .animationstudio__slider__slide__letter {
  background-color: #4798ff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  height: 17.95%;
  width: 20%;
  position: absolute;
  bottom: 0;
  top: initial;
  align-items: flex-end;
}

#animationstudio__slider--secondary .splide__slide .animationstudio__slider__slide__letter svg:first-of-type {
  fill: #fff;
}

#animationstudio__slider--secondary .is-slide-clone {
  position: absolute;
  opacity: 0;
  transform: translate3d(-200%, 0, 0);
}

#animationstudio__slider--secondary .is-slide-clone.is--active {
  opacity: 1;
}

#animationstudio__slider--secondary .is-slide-clone .animationstudio__slider__slide__letter {
  display: none;
}

#animationstudio__slider--instructions--correct .animationstudio__slider__slide__container, #animationstudio__slider--instructions--custom .animationstudio__slider__slide__container, #animationstudio__slider--preview .animationstudio__slider__slide__container {
  padding-bottom: 80%;
  border: none;
}

@media screen and (max-width: 1024px) {
  #animationstudio__slider--instructions--correct .animationstudio__slider__slide__container, #animationstudio__slider--instructions--custom .animationstudio__slider__slide__container, #animationstudio__slider--preview .animationstudio__slider__slide__container {
    padding-bottom: 60%;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  #animationstudio__slider--instructions--correct .animationstudio__slider__slide__container, #animationstudio__slider--instructions--custom .animationstudio__slider__slide__container, #animationstudio__slider--preview .animationstudio__slider__slide__container {
    padding-bottom: 65%;
  }
}
@media screen and (min-width: 1025px) {
  #virtual-tour__fullscreen:-webkit-full-screen #game--animationstudio #animationstudio__btn--hint, #virtual-tour__fullscreen:-webkit-full-screen #game--animationstudio #animationstudio__btn--submit {
    bottom: 5%;
    padding: 0.8% 2%;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--animationstudio #animationstudio__btn--hint, #virtual-tour__fullscreen:-ms-fullscreen #game--animationstudio #animationstudio__btn--submit {
    bottom: 5%;
    padding: 0.8% 2%;
  }

  #virtual-tour__fullscreen:fullscreen #game--animationstudio #animationstudio__btn--hint, #virtual-tour__fullscreen:fullscreen #game--animationstudio #animationstudio__btn--submit {
    bottom: 5%;
    padding: 0.8% 2%;
  }

  #virtual-tour__fullscreen:-webkit-full-screen #game--animationstudio #animationstudio__btn--hint, #virtual-tour__fullscreen:-webkit-full-screen #game--animationstudio #animationstudio__btn--submit {
    font-size: 7px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--animationstudio #animationstudio__btn--hint, #virtual-tour__fullscreen:-ms-fullscreen #game--animationstudio #animationstudio__btn--submit {
    font-size: 7px;
  }

  #virtual-tour__fullscreen:fullscreen #game--animationstudio #animationstudio__btn--hint, #virtual-tour__fullscreen:fullscreen #game--animationstudio #animationstudio__btn--submit {
    font-size: 7px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 320px) {
  #virtual-tour__fullscreen:-webkit-full-screen #game--animationstudio #animationstudio__btn--hint, #virtual-tour__fullscreen:-webkit-full-screen #game--animationstudio #animationstudio__btn--submit {
    font-size: calc(7px + 19 * (100vw - 320px) / 1030);
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--animationstudio #animationstudio__btn--hint, #virtual-tour__fullscreen:-ms-fullscreen #game--animationstudio #animationstudio__btn--submit {
    font-size: calc(7px + 19 * (100vw - 320px) / 1030);
  }

  #virtual-tour__fullscreen:fullscreen #game--animationstudio #animationstudio__btn--hint, #virtual-tour__fullscreen:fullscreen #game--animationstudio #animationstudio__btn--submit {
    font-size: calc(7px + 19 * (100vw - 320px) / 1030);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1350px) {
  #virtual-tour__fullscreen:-webkit-full-screen #game--animationstudio #animationstudio__btn--hint, #virtual-tour__fullscreen:-webkit-full-screen #game--animationstudio #animationstudio__btn--submit {
    font-size: 26px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--animationstudio #animationstudio__btn--hint, #virtual-tour__fullscreen:-ms-fullscreen #game--animationstudio #animationstudio__btn--submit {
    font-size: 26px;
  }

  #virtual-tour__fullscreen:fullscreen #game--animationstudio #animationstudio__btn--hint, #virtual-tour__fullscreen:fullscreen #game--animationstudio #animationstudio__btn--submit {
    font-size: 26px;
  }
}
@media screen and (min-width: 1025px) {
  #virtual-tour__fullscreen:-webkit-full-screen #game--animationstudio #animationstudio__btn--hint svg, #virtual-tour__fullscreen:-webkit-full-screen #game--animationstudio #animationstudio__btn--submit svg {
    width: 24%;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--animationstudio #animationstudio__btn--hint svg, #virtual-tour__fullscreen:-ms-fullscreen #game--animationstudio #animationstudio__btn--submit svg {
    width: 24%;
  }

  #virtual-tour__fullscreen:fullscreen #game--animationstudio #animationstudio__btn--hint svg, #virtual-tour__fullscreen:fullscreen #game--animationstudio #animationstudio__btn--submit svg {
    width: 24%;
  }
}
@media screen and (min-width: 1025px) {
  #virtual-tour__fullscreen:-webkit-full-screen #game--animationstudio #animationstudio__slider--preview .game__previews__video__controls__play, #virtual-tour__fullscreen:-webkit-full-screen #game--animationstudio #animationstudio__slider--preview .game__previews__video__controls__rewind {
    width: 10.2%;
    padding-bottom: 10.2%;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--animationstudio #animationstudio__slider--preview .game__previews__video__controls__play, #virtual-tour__fullscreen:-ms-fullscreen #game--animationstudio #animationstudio__slider--preview .game__previews__video__controls__rewind {
    width: 10.2%;
    padding-bottom: 10.2%;
  }

  #virtual-tour__fullscreen:fullscreen #game--animationstudio #animationstudio__slider--preview .game__previews__video__controls__play, #virtual-tour__fullscreen:fullscreen #game--animationstudio #animationstudio__slider--preview .game__previews__video__controls__rewind {
    width: 10.2%;
    padding-bottom: 10.2%;
  }
}
@media screen and (min-width: 1025px) {
  #virtual-tour__fullscreen:-webkit-full-screen #game--animationstudio .game__previews .game__previews__video {
    width: 40%;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--animationstudio .game__previews .game__previews__video {
    width: 40%;
  }

  #virtual-tour__fullscreen:fullscreen #game--animationstudio .game__previews .game__previews__video {
    width: 40%;
  }
}
@media screen and (min-width: 1025px) {
  #virtual-tour__fullscreen:-webkit-full-screen #animationstudio__slider--main .splide__arrows button {
    width: 3%;
    padding-bottom: 2.83%;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #animationstudio__slider--main .splide__arrows button {
    width: 3%;
    padding-bottom: 2.83%;
  }

  #virtual-tour__fullscreen:fullscreen #animationstudio__slider--main .splide__arrows button {
    width: 3%;
    padding-bottom: 2.83%;
  }
}
@media screen and (min-width: 1025px) {
  #virtual-tour__fullscreen:-webkit-full-screen #animationstudio__slider--secondary .splide__arrows button {
    width: 2%;
    padding-bottom: 1.83%;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #animationstudio__slider--secondary .splide__arrows button {
    width: 2%;
    padding-bottom: 1.83%;
  }

  #virtual-tour__fullscreen:fullscreen #animationstudio__slider--secondary .splide__arrows button {
    width: 2%;
    padding-bottom: 1.83%;
  }
}
#game--hotseatshuffle {
  background-color: #011321;
  color: #fff;
}

#game--hotseatshuffle #hotseatshuffle_close-btn {
  z-index: 2;
}

@media screen and (max-width: 760px) and (orientation: portrait) {
  #game--hotseatshuffle .nm-game__inner {
    align-content: center;
  }
}
#game--hotseatshuffle .game-instructions__intro__slider .splide__arrow svg {
  width: initial;
  height: initial;
}

#game--hotseatshuffle .game-instructions .game-instructions__outro__videos {
  padding: 3%;
}

#game--hotseatshuffle .game-instructions .game-instructions__outro__videos__video {
  width: 100%;
}

#game--hotseatshuffle .game-instructions .game-instructions__outro__videos__video button {
  width: 5%;
  padding-bottom: 5%;
}

.hotseatshuffle_slider .splide__track, .hotseatshuffle_slider.splide {
  height: 100%;
}

.hotseatshuffle_slider .splide__slide {
  height: 100%;
}

.hotseatshuffle_slider .hotseatshuffle_slider__slide__container {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  background-color: rgba(5, 59, 100, 0.2);
  transition: background-color 0.2s;
}

.hotseatshuffle_slider .hotseatshuffle_slider__slide__container picture {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  right: 0;
  bottom: 0;
}

.hotseatshuffle_slider .splide__arrows {
  height: 100%;
  pointer-events: none;
  position: absolute;
  width: 100%;
  background-color: transparent;
  z-index: 1;
}

.hotseatshuffle_slider .splide__arrows button {
  pointer-events: all;
  border: 1px solid #fff;
  background-color: #04223b;
  opacity: 1;
  transition: background-color 0.2s;
  position: absolute;
  height: initial;
}

.hotseatshuffle_slider .splide__arrows button svg {
  fill: #fff;
  width: 60%;
  height: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.hotseatshuffle_slider .splide__arrows button:hover {
  background-color: #4798ff;
}

.hotseatshuffle_slider .splide__arrows button.splide__arrow--prev svg {
  transform: translateX(-50%) translateY(-50%) scaleX(-1);
}

#hotseatshuffle_slider--main {
  height: 70%;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 760px) and (orientation: portrait) {
  #hotseatshuffle_slider--main {
    height: 26%;
  }
}
#hotseatshuffle_slider--main .splide__track {
  height: 100%;
}

#hotseatshuffle_slider--main .splide__slide {
  width: 15%;
  display: flex;
  align-items: center;
}

#hotseatshuffle_slider--main .hotseatshuffle_slider__slide__container {
  height: 100%;
  width: 100%;
}

#hotseatshuffle_slider--main .hotseatshuffle_slider__slide__container picture {
  top: 0;
  left: 0;
}

#hotseatshuffle_slider--main .hotseatshuffle_slider__slide__container picture img {
  width: 100%;
}

#hotseatshuffle_slider--main .splide__arrows button {
  width: 4%;
  padding-bottom: 3.83%;
}

#hotseatshuffle_slider--main .hotseatshuffle_slider--main__department {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 20px 20px 40px;
  background: linear-gradient(180deg, #03223b 0, rgba(3, 34, 59, 0) 100%);
}

#hotseatshuffle_slider--main .hotseatshuffle_slider--main__department .hotseatshuffle_slider--main__department__info {
  width: 50px;
  height: 50px;
  background-color: #053b64;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #fff;
  cursor: pointer;
  transition: 0.2s;
}

#hotseatshuffle_slider--main .hotseatshuffle_slider--main__department .hotseatshuffle_slider--main__department__info:hover {
  background-color: #4798ff;
}

#hotseatshuffle_slider--main .hotseatshuffle_slider--main__department .hotseatshuffle_slider--main__department__info svg {
  max-width: 70%;
  max-height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

@media screen and (max-width: 1024px) {
  #hotseatshuffle_slider--main .hotseatshuffle_slider--main__department .hotseatshuffle_slider--main__department__info {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 900px) {
  #hotseatshuffle_slider--main .hotseatshuffle_slider--main__department .hotseatshuffle_slider--main__department__info {
    width: 20px;
    height: 20px;
  }
}
#hotseatshuffle_slider--main .hotseatshuffle_slider--main__department .hotseatshuffle_slider--main__department__name {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 14px;
}

#hotseatshuffle_slider--main .hotseatshuffle_slider--main__department .hotseatshuffle_slider--main__department__name {
  font-size: 12px;
}

@media screen and (min-width: 320px) {
  #hotseatshuffle_slider--main .hotseatshuffle_slider--main__department .hotseatshuffle_slider--main__department__name {
    font-size: calc(12px + 20 * (100vw - 320px) / 1030);
  }
}
@media screen and (min-width: 1350px) {
  #hotseatshuffle_slider--main .hotseatshuffle_slider--main__department .hotseatshuffle_slider--main__department__name {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) {
  #hotseatshuffle_slider--main .hotseatshuffle_slider--main__department .hotseatshuffle_slider--main__department__name {
    margin: 0 10px;
  }

  #hotseatshuffle_slider--main .hotseatshuffle_slider--main__department .hotseatshuffle_slider--main__department__name {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 320px) {
  #hotseatshuffle_slider--main .hotseatshuffle_slider--main__department .hotseatshuffle_slider--main__department__name {
    font-size: calc(12px + 14 * (100vw - 320px) / 1030);
  }
}
@media screen and (max-width: 1024px) and (min-width: 1350px) {
  #hotseatshuffle_slider--main .hotseatshuffle_slider--main__department .hotseatshuffle_slider--main__department__name {
    font-size: 26px;
  }
}
@media screen and (max-width: 760px) {
  #hotseatshuffle_slider--main .hotseatshuffle_slider--main__department .hotseatshuffle_slider--main__department__name {
    font-size: 12px;
  }
}
@media screen and (max-width: 760px) and (min-width: 320px) {
  #hotseatshuffle_slider--main .hotseatshuffle_slider--main__department .hotseatshuffle_slider--main__department__name {
    font-size: calc(12px + 6 * (100vw - 320px) / 1030);
  }
}
@media screen and (max-width: 760px) and (min-width: 1350px) {
  #hotseatshuffle_slider--main .hotseatshuffle_slider--main__department .hotseatshuffle_slider--main__department__name {
    font-size: 18px;
  }
}
#hotseatshuffle_slider--main .hotseatshuffle_slider--main__department .hotseatshuffle_slider--main__department__score p {
  font-size: 12px;
}

@media screen and (min-width: 320px) {
  #hotseatshuffle_slider--main .hotseatshuffle_slider--main__department .hotseatshuffle_slider--main__department__score p {
    font-size: calc(12px + 6 * (100vw - 320px) / 1030);
  }
}
@media screen and (min-width: 1350px) {
  #hotseatshuffle_slider--main .hotseatshuffle_slider--main__department .hotseatshuffle_slider--main__department__score p {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  #hotseatshuffle_slider--main .hotseatshuffle_slider--main__department .hotseatshuffle_slider--main__department__score p {
    font-size: 10px;
  }
}
@media screen and (max-width: 900px) and (min-width: 320px) {
  #hotseatshuffle_slider--main .hotseatshuffle_slider--main__department .hotseatshuffle_slider--main__department__score p {
    font-size: calc(10px + 2 * (100vw - 320px) / 1030);
  }
}
@media screen and (max-width: 900px) and (min-width: 1350px) {
  #hotseatshuffle_slider--main .hotseatshuffle_slider--main__department .hotseatshuffle_slider--main__department__score p {
    font-size: 12px;
  }
}
#hotseatshuffle_slider--main .office-clickarea__container {
  height: 101%;
  pointer-events: none;
  position: relative;
}

#hotseatshuffle_slider--main .office-clickarea__container .office-clickarea--teammember {
  pointer-events: all;
  cursor: pointer;
}

#hotseatshuffle_slider--main .office-clickarea__container .office-clickarea--teammember[data-missing=true] {
  cursor: default;
  pointer-events: none;
}

#hotseatshuffle_slider--main .office-clickarea__container .office-clickarea--teammember.is--active {
  cursor: pointer;
  pointer-events: all;
}

#hotseatshuffle_slider--main .office-clickarea__container svg path {
  fill: none;
  stroke: none;
}

#hotseatshuffle_slider--main .office-highlights__container picture {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s 0s, visibility 0.2s 0s;
}

#hotseatshuffle_slider--main .office-highlights__container picture.is--active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s 0s, visibility 0s 0s;
}

#hotseatshuffle_slider--main .office-insitu__container .office-insitu__member {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s 0s, visibility 0.6s 0s;
}

#hotseatshuffle_slider--main .office-insitu__container .office-insitu__member.is--active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s 0s, visibility 0s 0s;
}

#hotseatshuffle_slider--secondary {
  height: 30%;
  width: 100%;
  display: flex;
  position: relative;
}

@media screen and (max-width: 760px) and (orientation: portrait) {
  #hotseatshuffle_slider--secondary {
    height: 12%;
  }
}
#hotseatshuffle_slider--secondary .hotseatshuffle_slider.splide {
  height: 100%;
  width: 100%;
  align-self: center;
  padding: 2% 0;
}

#hotseatshuffle_slider--secondary .hotseatshuffle_slider__slide__container {
  cursor: pointer;
}

#hotseatshuffle_slider--secondary .hotseatshuffle_slider__slide__container picture {
  left: initial;
  display: flex;
  justify-content: flex-end;
  height: 100%;
  top: 0;
  left: 0;
  align-items: flex-end;
}

#hotseatshuffle_slider--secondary .hotseatshuffle_slider__slide__container picture img {
  height: 95%;
}

#hotseatshuffle_slider--secondary .hotseatshuffle_slider__slide__container p {
  font-family: Poppins, sans-serif;
  max-width: 55%;
  position: absolute;
  bottom: 6%;
  left: 5%;
}

#hotseatshuffle_slider--secondary .hotseatshuffle_slider__slide__container p {
  font-size: 12px;
}

@media screen and (min-width: 320px) {
  #hotseatshuffle_slider--secondary .hotseatshuffle_slider__slide__container p {
    font-size: calc(12px + 8 * (100vw - 320px) / 1030);
  }
}
@media screen and (min-width: 1350px) {
  #hotseatshuffle_slider--secondary .hotseatshuffle_slider__slide__container p {
    font-size: 20px;
  }
}
#hotseatshuffle_slider--secondary .hotseatshuffle_slider__slide__container p span {
  display: inline-flex;
  background-color: #fff;
  color: #4798ff;
  line-height: 100%;
  padding: 3%;
  transition: background-color 0.2s, color 0.2s;
}

#hotseatshuffle_slider--secondary .hotseatshuffle_slider__slide__container p span:last-of-type {
  margin-top: 3%;
}

#hotseatshuffle_slider--secondary .hotseatshuffle_slider__slide__container p span:first-of-type {
  margin-top: 0;
  white-space: pre;
}

@media screen and (max-width: 900px) {
  #hotseatshuffle_slider--secondary .hotseatshuffle_slider__slide__container p {
    font-size: 10px;
  }
}
@media screen and (max-width: 900px) and (min-width: 320px) {
  #hotseatshuffle_slider--secondary .hotseatshuffle_slider__slide__container p {
    font-size: calc(10px + 6 * (100vw - 320px) / 1030);
  }
}
@media screen and (max-width: 900px) and (min-width: 1350px) {
  #hotseatshuffle_slider--secondary .hotseatshuffle_slider__slide__container p {
    font-size: 16px;
  }
}
#hotseatshuffle_slider--secondary .hotseatshuffle_slider__slide__container:hover:not(.is--added) {
  background-color: #053b64;
}

#hotseatshuffle_slider--secondary .hotseatshuffle_slider__slide__container:hover:not(.is--added) span {
  background-color: #4798ff;
  color: #fff;
}

#hotseatshuffle_slider--secondary .hotseatshuffle_slider__slide__container.is--added {
  transition: opacity 0.2s;
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
}

#hotseatshuffle_slider--secondary .splide__arrows {
  margin-top: -2%;
  background: linear-gradient(90deg, #011321 0, rgba(1, 19, 33, 0) 8%, rgba(1, 19, 33, 0) 92%, #011321 100%);
}

#hotseatshuffle_slider--secondary .splide__arrows button {
  width: 3%;
  padding-bottom: 2.83%;
}

#hotseatshuffle_slider--secondary .hotseatshuffle__btn--submit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
  border-radius: 50px;
  cursor: pointer;
  background-color: #f03909;
  padding: 1% 2%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s 0s, visibility 0.2s 0s, background-color 0.2s;
}

#hotseatshuffle_slider--secondary .hotseatshuffle__btn--submit {
  font-size: 7px;
}

@media screen and (min-width: 320px) {
  #hotseatshuffle_slider--secondary .hotseatshuffle__btn--submit {
    font-size: calc(7px + 10 * (100vw - 320px) / 1030);
  }
}
@media screen and (min-width: 1350px) {
  #hotseatshuffle_slider--secondary .hotseatshuffle__btn--submit {
    font-size: 17px;
  }
}
#hotseatshuffle_slider--secondary .hotseatshuffle__btn--submit:hover {
  background-color: #922103;
}

#hotseatshuffle_slider--secondary .hotseatshuffle__btn--submit.is--active {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s 0s, visibility 0s 0s;
}

#hotseatshuffle_slider--secondary .hotseatshuffle__btn--submit svg {
  width: 15%;
  margin-right: 5%;
}

@media screen and (max-width: 760px) {
  #hotseatshuffle_slider--secondary .hotseatshuffle__btn--submit svg {
    width: 12%;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) {
  #hotseatshuffle_slider--secondary .hotseatshuffle__btn--submit {
    font-size: 8px;
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) and (min-width: 320px) {
  #hotseatshuffle_slider--secondary .hotseatshuffle__btn--submit {
    font-size: calc(8px + 15 * (100vw - 320px) / 1030);
  }
}
@media screen and (max-width: 760px) and (orientation: portrait) and (min-width: 1350px) {
  #hotseatshuffle_slider--secondary .hotseatshuffle__btn--submit {
    font-size: 23px;
  }
}
#hotseatshuffle_idbadge {
  position: absolute;
  top: 100%;
  bottom: -100%;
  left: 0;
  right: 0;
  z-index: 1;
  transition: top ease-in 0.2s, bottom ease-in 0.2s;
}

#hotseatshuffle_idbadge.is--active {
  top: 0;
  bottom: 0;
}

#hotseatshuffle_idbadge.is--added .hotseatshuffle_idbadge__card__front {
  transform: rotateY(-180deg);
}

#hotseatshuffle_idbadge.is--added .hotseatshuffle_idbadge__card__back {
  transform: rotateY(0);
}

#hotseatshuffle_idbadge.is--correct .hotseatshuffle_idbadge__card__back .hotseatshuffle_idbadge__card__inner:before {
  background-color: #07940c;
}

#hotseatshuffle_idbadge.is--correct .hotseatshuffle_idbadge__card__desc--incorrect, #hotseatshuffle_idbadge.is--correct .hotseatshuffle_idbadge__card__name--incorrect {
  display: none;
}

#hotseatshuffle_idbadge.is--incorrect .hotseatshuffle_idbadge__card__back .hotseatshuffle_idbadge__card__inner:before {
  background-color: #f03909;
}

#hotseatshuffle_idbadge.is--incorrect .hotseatshuffle_idbadge__card__desc--correct, #hotseatshuffle_idbadge.is--incorrect .hotseatshuffle_idbadge__card__name--correct {
  display: none;
}

#hotseatshuffle_idbadge .hotseatshuffle_idbadge__card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  max-width: 350px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  #hotseatshuffle_idbadge .hotseatshuffle_idbadge__card {
    max-width: 250px;
  }
}
#hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__transform {
  position: relative;
  transition: all 1s;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__transform img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__bground {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__bground__rest {
  background-color: rgba(217, 217, 217, 0.85);
  height: 100%;
}

#hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__fground {
  padding: 45px 14px 14px;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__fground {
    padding: 25px 10px 10px;
  }
}
#hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  padding: 5%;
  min-height: 100%;
}

#hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 23%;
  background-color: #4798ff;
}

#hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__close {
  position: absolute;
  top: 10px;
  right: 14px;
  width: 5%;
  cursor: pointer;
}

#hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__close svg path {
  stroke: #011321;
}

@media screen and (max-width: 1024px) {
  #hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__close {
    top: 4px;
    right: 10px;
    width: 4%;
  }
}
#hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__image {
  width: calc(100% + 8px);
  padding-bottom: 50%;
  border-radius: 100%;
  border: 4px solid #fff;
  overflow: hidden;
  position: relative;
  background-color: #011321;
  max-width: 50%;
  margin: 6% 0 0.4rem;
}

@media screen and (max-width: 1024px) {
  #hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__image {
    width: calc(35% + 8px);
    padding-bottom: 35%;
  }
}
#hotseatshuffle_idbadge .hotseatshuffle_idbadge__card picture {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  bottom: 0;
}

#hotseatshuffle_idbadge .hotseatshuffle_idbadge__card p {
  max-width: 90%;
}

#hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__name {
  color: #03223b;
  font-weight: 600;
  text-transform: capitalize;
}

#hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__name {
  font-size: 18px;
}

@media screen and (min-width: 320px) {
  #hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__name {
    font-size: calc(18px + 8 * (100vw - 320px) / 1030);
  }
}
@media screen and (min-width: 1350px) {
  #hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__name {
    font-size: 26px;
  }
}
#hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__name--correct, #hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__name--incorrect {
  text-transform: uppercase;
}

#hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__name--correct {
  color: #07940c;
}

#hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__name--incorrect {
  color: #f03909;
}

@media screen and (max-width: 1024px) {
  #hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__name {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 320px) {
  #hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__name {
    font-size: calc(14px + 6 * (100vw - 320px) / 1030);
  }
}
@media screen and (max-width: 1024px) and (min-width: 1350px) {
  #hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__name {
    font-size: 20px;
  }
}
#hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__job {
  color: #4798ff;
  margin: 0.2rem 0;
}

#hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__job {
  font-size: 14px;
}

@media screen and (min-width: 320px) {
  #hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__job {
    font-size: calc(14px + 6 * (100vw - 320px) / 1030);
  }
}
@media screen and (min-width: 1350px) {
  #hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__job {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__job {
    margin: 0;
  }

  #hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__job {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 320px) {
  #hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__job {
    font-size: calc(12px + 6 * (100vw - 320px) / 1030);
  }
}
@media screen and (max-width: 1024px) and (min-width: 1350px) {
  #hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__job {
    font-size: 18px;
  }
}
#hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__desc {
  color: #011321;
}

#hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__desc--incorrect__name {
  text-transform: capitalize;
}

@media screen and (max-width: 1024px) {
  #hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__desc {
    font-size: 10px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 320px) {
  #hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__desc {
    font-size: calc(10px + 6 * (100vw - 320px) / 1030);
  }
}
@media screen and (max-width: 1024px) and (min-width: 1350px) {
  #hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__desc {
    font-size: 16px;
  }
}
#hotseatshuffle_idbadge .hotseatshuffle_idbadge__card button {
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #f03909;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 2% 5%;
  width: 100%;
  max-width: 100px;
  font-size: 1.2rem;
  margin: 10% 0 5%;
  cursor: pointer;
  transition: background-color 0.2s;
  justify-content: center;
}

#hotseatshuffle_idbadge .hotseatshuffle_idbadge__card button span {
  display: flex;
  margin-left: 13%;
}

#hotseatshuffle_idbadge .hotseatshuffle_idbadge__card button:hover {
  background-color: #922103;
}

@media screen and (max-width: 1024px) {
  #hotseatshuffle_idbadge .hotseatshuffle_idbadge__card button {
    font-size: 0.8rem;
    max-width: 85px;
  }

  #hotseatshuffle_idbadge .hotseatshuffle_idbadge__card button svg {
    max-width: 15px;
  }
}
#hotseatshuffle_idbadge .hotseatshuffle_idbadge__card__back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  transform: rotateY(180deg);
}

#hotseatshuffle_department_info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: background-color 0.2s;
  pointer-events: none;
}

#hotseatshuffle_department_info.is--active {
  background-color: rgba(1, 19, 33, 0.6);
  pointer-events: all;
}

#hotseatshuffle_department_info.is--active .hotseatshuffle_department_info__inner {
  top: 0;
  bottom: 0;
}

#hotseatshuffle_department_info .hotseatshuffle_department_info__inner {
  position: absolute;
  top: 120%;
  bottom: -120%;
  left: 0;
  right: 0;
  z-index: 1;
  transition: top ease 0.25s, bottom ease 0.25s;
}

#hotseatshuffle_department_info .hotseatshuffle_department_info__card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 70%;
  background-color: #fff;
  padding: 40px;
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 1024px) {
  #hotseatshuffle_department_info .hotseatshuffle_department_info__card {
    padding: 20px;
    width: 80%;
  }
}
@media screen and (max-width: 900px) {
  #hotseatshuffle_department_info .hotseatshuffle_department_info__card {
    width: 90%;
  }
}
#hotseatshuffle_department_info .hotseatshuffle_department_info__card__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  cursor: pointer;
}

#hotseatshuffle_department_info .hotseatshuffle_department_info__card__close svg path {
  stroke: #011321;
  transition: 0.2s;
}

#hotseatshuffle_department_info .hotseatshuffle_department_info__card__close:hover svg path {
  stroke: #053b64;
}

@media screen and (max-width: 900px) {
  #hotseatshuffle_department_info .hotseatshuffle_department_info__card__close {
    top: 15px;
    right: 15px;
    width: 15px;
  }
}
#hotseatshuffle_department_info .hotseatshuffle_department_info__card__title {
  color: #4798ff;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
}

#hotseatshuffle_department_info .hotseatshuffle_department_info__card__title {
  font-size: 12px;
}

@media screen and (min-width: 320px) {
  #hotseatshuffle_department_info .hotseatshuffle_department_info__card__title {
    font-size: calc(12px + 20 * (100vw - 320px) / 1030);
  }
}
@media screen and (min-width: 1350px) {
  #hotseatshuffle_department_info .hotseatshuffle_department_info__card__title {
    font-size: 32px;
  }
}
#hotseatshuffle_department_info .hotseatshuffle_department_info__card__content {
  color: #03223b;
}

#hotseatshuffle_department_info .hotseatshuffle_department_info__card__content {
  font-size: 12px;
}

@media screen and (min-width: 320px) {
  #hotseatshuffle_department_info .hotseatshuffle_department_info__card__content {
    font-size: calc(12px + 6 * (100vw - 320px) / 1030);
  }
}
@media screen and (min-width: 1350px) {
  #hotseatshuffle_department_info .hotseatshuffle_department_info__card__content {
    font-size: 18px;
  }
}
#hotseatshuffle_teammember_info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: background-color 0.2s;
  pointer-events: none;
}

#hotseatshuffle_teammember_info.is--active {
  background-color: rgba(1, 19, 33, 0.6);
  pointer-events: all;
}

#hotseatshuffle_teammember_info.is--active .hotseatshuffle_teammember_info__inner {
  top: 0;
  bottom: 0;
}

#hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__inner {
  position: absolute;
  top: 100%;
  bottom: -100%;
  left: 0;
  right: 0;
  z-index: 1;
  transition: top ease-in 0.2s, bottom ease-in 0.2s;
}

#hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 70%;
  background-color: #fff;
  padding: 40px;
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.25);
  border: 4px solid #4798ff;
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card {
    padding: 20px;
    width: 80%;
  }
}
@media screen and (max-width: 900px) {
  #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card {
    width: 90%;
  }
}
#hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  cursor: pointer;
}

#hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__close svg path {
  stroke: #011321;
  transition: 0.2s;
}

#hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__close:hover svg path {
  stroke: #053b64;
}

@media screen and (max-width: 900px) {
  #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__close {
    top: 15px;
    right: 15px;
    width: 15px;
  }
}
#hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__image {
  background-color: #03223b;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  width: 140px;
  padding-bottom: 140px;
  z-index: 0;
}

#hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__image picture {
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  bottom: 0;
  width: 100%;
  height: 84%;
  justify-content: center;
}

#hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__image picture img {
  display: block;
  width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 1024px) {
  #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__image {
    width: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 900px) {
  #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__image {
    width: 60px;
    padding-bottom: 60px;
  }
}
#hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__right {
  width: calc(100% - 160px);
  margin-left: 5%;
}

@media screen and (max-width: 1024px) {
  #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__right {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 900px) {
  #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__right {
    width: calc(100% - 80px);
  }
}
#hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__name {
  color: #011321;
  font-weight: 600;
  text-transform: capitalize;
}

#hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__name {
  font-size: 12px;
}

@media screen and (min-width: 320px) {
  #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__name {
    font-size: calc(12px + 18 * (100vw - 320px) / 1030);
  }
}
@media screen and (min-width: 1350px) {
  #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__name {
    font-size: 30px;
  }
}
#hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__job {
  color: #4798ff;
  margin-bottom: 16px;
}

#hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__job {
  font-size: 12px;
}

@media screen and (min-width: 320px) {
  #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__job {
    font-size: calc(12px + 10 * (100vw - 320px) / 1030);
  }
}
@media screen and (min-width: 1350px) {
  #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__job {
    font-size: 22px;
  }
}
#hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__job span {
  display: none;
}

#hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__job span.is--active {
  display: block;
}

@media screen and (max-width: 1024px) {
  #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__job {
    margin-bottom: 4px;
  }
}
#hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__content {
  color: #03223b;
}

#hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__content {
  font-size: 12px;
}

@media screen and (min-width: 320px) {
  #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__content {
    font-size: calc(12px + 6 * (100vw - 320px) / 1030);
  }
}
@media screen and (min-width: 1350px) {
  #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__content {
    font-size: 18px;
  }
}
#hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__content span {
  display: none;
}

#hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__content span.is--active {
  display: block;
}

@media screen and (min-width: 1025px) {
  #virtual-tour__fullscreen:-webkit-full-screen #game--hotseatshuffle .nm-game__inner {
    align-content: center;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #game--hotseatshuffle .nm-game__inner {
    align-content: center;
  }

  #virtual-tour__fullscreen:fullscreen #game--hotseatshuffle .nm-game__inner {
    align-content: center;
  }

  #virtual-tour__fullscreen:-webkit-full-screen #hotseatshuffle_slider--main {
    height: 70%;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #hotseatshuffle_slider--main {
    height: 70%;
  }

  #virtual-tour__fullscreen:fullscreen #hotseatshuffle_slider--main {
    height: 70%;
  }

  #virtual-tour__fullscreen:-webkit-full-screen #hotseatshuffle_slider--main .splide__arrows button {
    width: 3%;
    padding-bottom: 2.83%;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #hotseatshuffle_slider--main .splide__arrows button {
    width: 3%;
    padding-bottom: 2.83%;
  }

  #virtual-tour__fullscreen:fullscreen #hotseatshuffle_slider--main .splide__arrows button {
    width: 3%;
    padding-bottom: 2.83%;
  }

  #virtual-tour__fullscreen:-webkit-full-screen #hotseatshuffle_slider--secondary {
    height: 26%;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #hotseatshuffle_slider--secondary {
    height: 26%;
  }

  #virtual-tour__fullscreen:fullscreen #hotseatshuffle_slider--secondary {
    height: 26%;
  }

  #virtual-tour__fullscreen:-webkit-full-screen #hotseatshuffle_slider--secondary .splide__arrows button {
    width: 2%;
    padding-bottom: 1.83%;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #hotseatshuffle_slider--secondary .splide__arrows button {
    width: 2%;
    padding-bottom: 1.83%;
  }

  #virtual-tour__fullscreen:fullscreen #hotseatshuffle_slider--secondary .splide__arrows button {
    width: 2%;
    padding-bottom: 1.83%;
  }

  #virtual-tour__fullscreen:-webkit-full-screen #hotseatshuffle_slider--secondary .hotseatshuffle_slider__slide__container p {
    font-size: 18px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #hotseatshuffle_slider--secondary .hotseatshuffle_slider__slide__container p {
    font-size: 18px;
  }

  #virtual-tour__fullscreen:fullscreen #hotseatshuffle_slider--secondary .hotseatshuffle_slider__slide__container p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 320px) {
  #virtual-tour__fullscreen:-webkit-full-screen #hotseatshuffle_slider--secondary .hotseatshuffle_slider__slide__container p {
    font-size: calc(18px + 12 * (100vw - 320px) / 1030);
  }

  #virtual-tour__fullscreen:-ms-fullscreen #hotseatshuffle_slider--secondary .hotseatshuffle_slider__slide__container p {
    font-size: calc(18px + 12 * (100vw - 320px) / 1030);
  }

  #virtual-tour__fullscreen:fullscreen #hotseatshuffle_slider--secondary .hotseatshuffle_slider__slide__container p {
    font-size: calc(18px + 12 * (100vw - 320px) / 1030);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1350px) {
  #virtual-tour__fullscreen:-webkit-full-screen #hotseatshuffle_slider--secondary .hotseatshuffle_slider__slide__container p {
    font-size: 30px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #hotseatshuffle_slider--secondary .hotseatshuffle_slider__slide__container p {
    font-size: 30px;
  }

  #virtual-tour__fullscreen:fullscreen #hotseatshuffle_slider--secondary .hotseatshuffle_slider__slide__container p {
    font-size: 30px;
  }
}
@media screen and (min-width: 1025px) {
  #virtual-tour__fullscreen:-webkit-full-screen #hotseatshuffle_slider--secondary .hotseatshuffle__btn--submit.is--active {
    font-size: 16px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #hotseatshuffle_slider--secondary .hotseatshuffle__btn--submit.is--active {
    font-size: 16px;
  }

  #virtual-tour__fullscreen:fullscreen #hotseatshuffle_slider--secondary .hotseatshuffle__btn--submit.is--active {
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 320px) {
  #virtual-tour__fullscreen:-webkit-full-screen #hotseatshuffle_slider--secondary .hotseatshuffle__btn--submit.is--active {
    font-size: calc(16px + 14 * (100vw - 320px) / 1030);
  }

  #virtual-tour__fullscreen:-ms-fullscreen #hotseatshuffle_slider--secondary .hotseatshuffle__btn--submit.is--active {
    font-size: calc(16px + 14 * (100vw - 320px) / 1030);
  }

  #virtual-tour__fullscreen:fullscreen #hotseatshuffle_slider--secondary .hotseatshuffle__btn--submit.is--active {
    font-size: calc(16px + 14 * (100vw - 320px) / 1030);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1350px) {
  #virtual-tour__fullscreen:-webkit-full-screen #hotseatshuffle_slider--secondary .hotseatshuffle__btn--submit.is--active {
    font-size: 30px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #hotseatshuffle_slider--secondary .hotseatshuffle__btn--submit.is--active {
    font-size: 30px;
  }

  #virtual-tour__fullscreen:fullscreen #hotseatshuffle_slider--secondary .hotseatshuffle__btn--submit.is--active {
    font-size: 30px;
  }
}
@media screen and (min-width: 1025px) {
  #virtual-tour__fullscreen:-webkit-full-screen #hotseatshuffle_idbadge .hotseatshuffle_idbadge__card {
    transform: translate3d(-50%, -50%, 0) scale(1.5);
  }

  #virtual-tour__fullscreen:-ms-fullscreen #hotseatshuffle_idbadge .hotseatshuffle_idbadge__card {
    transform: translate3d(-50%, -50%, 0) scale(1.5);
  }

  #virtual-tour__fullscreen:fullscreen #hotseatshuffle_idbadge .hotseatshuffle_idbadge__card {
    transform: translate3d(-50%, -50%, 0) scale(1.5);
  }
}
@media screen and (min-width: 1025px) {
  #virtual-tour__fullscreen:-webkit-full-screen #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card {
    width: 50%;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card {
    width: 50%;
  }

  #virtual-tour__fullscreen:fullscreen #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card {
    width: 50%;
  }

  #virtual-tour__fullscreen:-webkit-full-screen #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__image {
    width: 20%;
    padding-bottom: 17.7%;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__image {
    width: 20%;
    padding-bottom: 17.7%;
  }

  #virtual-tour__fullscreen:fullscreen #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__image {
    width: 20%;
    padding-bottom: 17.7%;
  }

  #virtual-tour__fullscreen:-webkit-full-screen #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__name {
    font-size: 18px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__name {
    font-size: 18px;
  }

  #virtual-tour__fullscreen:fullscreen #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__name {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 320px) {
  #virtual-tour__fullscreen:-webkit-full-screen #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__name {
    font-size: calc(18px + 18 * (100vw - 320px) / 1030);
  }

  #virtual-tour__fullscreen:-ms-fullscreen #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__name {
    font-size: calc(18px + 18 * (100vw - 320px) / 1030);
  }

  #virtual-tour__fullscreen:fullscreen #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__name {
    font-size: calc(18px + 18 * (100vw - 320px) / 1030);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1350px) {
  #virtual-tour__fullscreen:-webkit-full-screen #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__name {
    font-size: 36px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__name {
    font-size: 36px;
  }

  #virtual-tour__fullscreen:fullscreen #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__name {
    font-size: 36px;
  }
}
@media screen and (min-width: 1025px) {
  #virtual-tour__fullscreen:-webkit-full-screen #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__job {
    font-size: 16px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__job {
    font-size: 16px;
  }

  #virtual-tour__fullscreen:fullscreen #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__job {
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 320px) {
  #virtual-tour__fullscreen:-webkit-full-screen #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__job {
    font-size: calc(16px + 12 * (100vw - 320px) / 1030);
  }

  #virtual-tour__fullscreen:-ms-fullscreen #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__job {
    font-size: calc(16px + 12 * (100vw - 320px) / 1030);
  }

  #virtual-tour__fullscreen:fullscreen #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__job {
    font-size: calc(16px + 12 * (100vw - 320px) / 1030);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1350px) {
  #virtual-tour__fullscreen:-webkit-full-screen #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__job {
    font-size: 28px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__job {
    font-size: 28px;
  }

  #virtual-tour__fullscreen:fullscreen #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__job {
    font-size: 28px;
  }
}
@media screen and (min-width: 1025px) {
  #virtual-tour__fullscreen:-webkit-full-screen #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__content {
    font-size: 14px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__content {
    font-size: 14px;
  }

  #virtual-tour__fullscreen:fullscreen #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__content {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 320px) {
  #virtual-tour__fullscreen:-webkit-full-screen #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__content {
    font-size: calc(14px + 10 * (100vw - 320px) / 1030);
  }

  #virtual-tour__fullscreen:-ms-fullscreen #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__content {
    font-size: calc(14px + 10 * (100vw - 320px) / 1030);
  }

  #virtual-tour__fullscreen:fullscreen #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__content {
    font-size: calc(14px + 10 * (100vw - 320px) / 1030);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1350px) {
  #virtual-tour__fullscreen:-webkit-full-screen #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__content {
    font-size: 24px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__content {
    font-size: 24px;
  }

  #virtual-tour__fullscreen:fullscreen #hotseatshuffle_teammember_info .hotseatshuffle_teammember_info__card__content {
    font-size: 24px;
  }
}
@media screen and (min-width: 1025px) {
  #virtual-tour__fullscreen:-webkit-full-screen #hotseatshuffle_department_info .hotseatshuffle_department_info__card {
    width: 50%;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #hotseatshuffle_department_info .hotseatshuffle_department_info__card {
    width: 50%;
  }

  #virtual-tour__fullscreen:fullscreen #hotseatshuffle_department_info .hotseatshuffle_department_info__card {
    width: 50%;
  }

  #virtual-tour__fullscreen:-webkit-full-screen #hotseatshuffle_department_info .hotseatshuffle_department_info__card__title {
    font-size: 18px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #hotseatshuffle_department_info .hotseatshuffle_department_info__card__title {
    font-size: 18px;
  }

  #virtual-tour__fullscreen:fullscreen #hotseatshuffle_department_info .hotseatshuffle_department_info__card__title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 320px) {
  #virtual-tour__fullscreen:-webkit-full-screen #hotseatshuffle_department_info .hotseatshuffle_department_info__card__title {
    font-size: calc(18px + 18 * (100vw - 320px) / 1030);
  }

  #virtual-tour__fullscreen:-ms-fullscreen #hotseatshuffle_department_info .hotseatshuffle_department_info__card__title {
    font-size: calc(18px + 18 * (100vw - 320px) / 1030);
  }

  #virtual-tour__fullscreen:fullscreen #hotseatshuffle_department_info .hotseatshuffle_department_info__card__title {
    font-size: calc(18px + 18 * (100vw - 320px) / 1030);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1350px) {
  #virtual-tour__fullscreen:-webkit-full-screen #hotseatshuffle_department_info .hotseatshuffle_department_info__card__title {
    font-size: 36px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #hotseatshuffle_department_info .hotseatshuffle_department_info__card__title {
    font-size: 36px;
  }

  #virtual-tour__fullscreen:fullscreen #hotseatshuffle_department_info .hotseatshuffle_department_info__card__title {
    font-size: 36px;
  }
}
@media screen and (min-width: 1025px) {
  #virtual-tour__fullscreen:-webkit-full-screen #hotseatshuffle_department_info .hotseatshuffle_department_info__card__content {
    font-size: 14px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #hotseatshuffle_department_info .hotseatshuffle_department_info__card__content {
    font-size: 14px;
  }

  #virtual-tour__fullscreen:fullscreen #hotseatshuffle_department_info .hotseatshuffle_department_info__card__content {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 320px) {
  #virtual-tour__fullscreen:-webkit-full-screen #hotseatshuffle_department_info .hotseatshuffle_department_info__card__content {
    font-size: calc(14px + 10 * (100vw - 320px) / 1030);
  }

  #virtual-tour__fullscreen:-ms-fullscreen #hotseatshuffle_department_info .hotseatshuffle_department_info__card__content {
    font-size: calc(14px + 10 * (100vw - 320px) / 1030);
  }

  #virtual-tour__fullscreen:fullscreen #hotseatshuffle_department_info .hotseatshuffle_department_info__card__content {
    font-size: calc(14px + 10 * (100vw - 320px) / 1030);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1350px) {
  #virtual-tour__fullscreen:-webkit-full-screen #hotseatshuffle_department_info .hotseatshuffle_department_info__card__content {
    font-size: 24px;
  }

  #virtual-tour__fullscreen:-ms-fullscreen #hotseatshuffle_department_info .hotseatshuffle_department_info__card__content {
    font-size: 24px;
  }

  #virtual-tour__fullscreen:fullscreen #hotseatshuffle_department_info .hotseatshuffle_department_info__card__content {
    font-size: 24px;
  }
}