@font-face {
  font-family: "Speedee";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Speedee_W_Rg.woff") format("woff");
}
@font-face {
  font-family: "Speedee";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/Speedee_W_Bd.woff") format("woff");
}
@font-face {
  font-family: "Speedee Condensed";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/SpeedeeCd_Rg.ttf") format("truetype");
}
@font-face {
  font-family: "Speedee Condensed";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/SpeedeeCd_Bd.ttf") format("truetype");
}
@font-face {
  font-family: "Speedee Condensed App";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/SpeedeeCd_A_Rg.ttf") format("truetype");
}
@font-face {
  font-family: "Speedee Condensed App";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/SpeedeeCd_A_Bd.ttf") format("truetype");
}
:root {
  --mock-screen-width: 375px;
  --mock-screen-height: 812px;
  --mock-scale: 0;
}

:root {
  --safe-area-inset-bottom: env(safe-area-inset-bottom);
}

:root {
  --mc-background-color: rgba(253, 186, 16, 1);
  --mc-gray-50: rgb(249 250 251);
  --mc-gray-100: rgb(243 244 246);
  --mc-gray-200: rgb(229 231 235);
  --mc-gray-300: rgb(209 213 219);
  --mc-gray-400: rgb(156 163 175);
  --mc-gray-500: rgb(107 114 128);
  --mc-gray-600: rgb(75 85 99);
  --mc-gray-700: rgb(55 65 81);
  --mc-gray-800: rgb(31 41 55);
  --mc-gray-900: rgb(17 24 39);
  --mc-white: #FFF;
  --mc-font-speedee: "Speedee", sans-serif;
  --mc-font-speedee-condensed: "Speedee Condensed", sans-serif;
  --mc-font-speedee-condensed-app: "Speedee Condensed App", sans-serif;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100vw;
  font-size: 0.875rem;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  overscroll-behavior: none;
}

.mc-h\:screen {
  height: 100vh;
}

.mc-w\:screen {
  width: 100vw;
}

.bg-white {
  background-color: var(--mc-white);
}

.bg-gray-50 {
  background-color: var(--mc-gray-50);
}

.bg-gray-100 {
  background-color: var(--mc-gray-100);
}

.bg-gray-200 {
  background-color: var(--mc-gray-200);
}

.bg-gray-300 {
  background-color: var(--mc-gray-300);
}

.bg-gray-400 {
  background-color: var(--mc-gray-400);
}

.bg-gray-500 {
  background-color: var(--mc-gray-500);
}

.bg-gray-600 {
  background-color: var(--mc-gray-600);
}

.bg-gray-700 {
  background-color: var(--mc-gray-700);
}

.bg-gray-800 {
  background-color: var(--mc-gray-800);
}

.bg-gray-900 {
  background-color: var(--mc-gray-900);
}

.mc-border-0 {
  border: 0;
}

.mc-border-1 {
  border: 1px solid #333;
}

.mc-border\:1 {
  border: 1px solid;
}

.mc-border\:gray-50 {
  border-color: var(--mc-gray-50);
}

.mc-border\:gray-100 {
  border-color: var(--mc-gray-100);
}

.mc-border\:gray-200 {
  border-color: var(--mc-gray-200);
}

.mc-border\:gray-300 {
  border-color: var(--mc-gray-300);
}

.mc-border\:gray-400 {
  border-color: var(--mc-gray-400);
}

.mc-border\:gray-500 {
  border-color: var(--mc-gray-500);
}

.mc-border\:gray-600 {
  border-color: var(--mc-gray-600);
}

.mc-border\:gray-700 {
  border-color: var(--mc-gray-700);
}

.mc-border\:gray-800 {
  border-color: var(--mc-gray-800);
}

.mc-border\:gray-900 {
  border-color: var(--mc-gray-900);
}

.mc-text\:gray-50 {
  color: var(--mc-gray-50);
}

.mc-text\:gray-100 {
  color: var(--mc-gray-100);
}

.mc-text\:gray-200 {
  color: var(--mc-gray-200);
}

.mc-text\:gray-300 {
  color: var(--mc-gray-300);
}

.mc-text\:gray-400 {
  color: var(--mc-gray-400);
}

.mc-text\:gray-500 {
  color: var(--mc-gray-500);
}

.mc-text\:gray-600 {
  color: var(--mc-gray-600);
}

.mc-text\:gray-700 {
  color: var(--mc-gray-700);
}

.mc-text\:gray-800 {
  color: var(--mc-gray-800);
}

.mc-text\:gray-900 {
  color: var(--mc-gray-900);
}

.mc-text\:white {
  color: var(--mc-white);
}

.mc-font\:100 {
  font-weight: 100;
}

.mc-font\:200 {
  font-weight: 100;
}

.mc-font\:300 {
  font-weight: 100;
}

.mc-font\:400 {
  font-weight: 100;
}

.mc-font\:500 {
  font-weight: 100;
}

.mc-font\:600 {
  font-weight: 100;
}

.mc-font\:700 {
  font-weight: 100;
}

.mc-font\:800 {
  font-weight: 100;
}

.mc-font\:900 {
  font-weight: 100;
}

.mc-font\:bold {
  font-weight: bold;
}

.mc-font\:lighter {
  font-weight: lighter;
}

.mc-font\:normal {
  font-weight: normal;
}

.mc-font\:border {
  font-weight: bolder;
}

.mc-card\:quarter {
  width: 25%;
}

.mc-card\:half {
  width: 50%;
}

.mc-card\:h-25v {
  height: 25vh;
}

.mc-card\:h-50v {
  height: 50vh;
}

.mc-card\:h-75v {
  height: 75vh;
}

.mc-card\:h-90v {
  height: 90vh;
}

.mc-card\:h-100v {
  height: 100vh;
}

.mc-card\:w-25v {
  width: 25vh;
}

.mc-card\:w-50v {
  width: 50vh;
}

.mc-card\:w-75v {
  width: 75vh;
}

.mc-card\:w-90v {
  width: 90vh;
}

.mc-card\:w-100v {
  width: 100vh;
}

.mc-card\:w-25 {
  width: 25%;
}

.mc-card\:w-50 {
  width: 50%;
}

.mc-card\:w-75 {
  width: 75%;
}

.mc-card\:w-30 {
  width: 30%;
}

.mc-card\:w-full {
  width: 100%;
}

.mc-card\:h-25 {
  height: 25%;
}

.mc-card\:h-50 {
  height: 50%;
}

.mc-card\:h-75 {
  height: 75%;
}

.mc-card\:h-90 {
  height: 90%;
}

.mc-card\:h-full {
  height: 100%;
}

.mc-rounded-6 {
  border-radius: 6px;
}

.mc-rounded-12 {
  border-radius: 12px;
}

.mc-rounded-30 {
  border-radius: 30px;
}

.mc-rounded-full {
  border-radius: 50%;
}

.w-full {
  width: 100%;
}

.mc-overflow-y\:hidden {
  overflow-y: hidden;
}

.mc-overflow-y\:scroll {
  overflow-y: scroll;
}

.mc-list {
  margin-left: 0;
  padding-left: 0;
}

.mc-list\:style-none {
  list-style: none;
}

.mc-cursor {
  cursor: pointer;
}

.mc-list li:hover {
  font-weight: bold;
}

.mc-state\:disabled {
  cursor: not-allowed;
}

.mc-state\:enabled {
  cursor: pointer;
}

.mc-bg\:default {
  background-color: var(--mc-background-color);
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.mc-font\:condensed {
  font-family: var(--mc-font-speedee-condensed);
}

.mc-font\:condensed-bold {
  font-family: var(--mc-font-speedee-condensed);
  font-weight: bold;
}

.mc-font\:40pt {
  font-size: 40pt;
  line-height: 40pt;
}

.mc-font\:16pt {
  font-size: 16pt;
  line-height: 16pt;
}

.mc-font\:24pt {
  font-size: 24pt;
  line-height: 24pt;
}

.mc-font\:2rem {
  font-size: 2rem;
  line-height: 2rem;
}

.mc-align\:left {
  text-align: left;
}

.mc-align\:right {
  text-align: right;
}

.mc-align\:center {
  text-align: center;
}

.mc-button {
  font-family: var(--mc-font-speedee-condensed);
  font-weight: bold;
  font-size: 2rem;
  border-radius: 12px;
}

.height-screen-restricted {
  max-height: 100vh;
}

.loading-screen {
  min-height: 100vh;
  width: 100%;
  background-color: transparent;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1002;
  color: #dc212d;
}

#main-content {
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1000;
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 992px) {
  .loading-screen {
    width: var(--mock-screen-width);
    height: var(--mock-screen-height);
    min-height: var(--mock-screen-height);
    left: 50%;
    transform: translateX(-50%);
  }
  #main-content {
    width: var(--mock-screen-width) !important;
    height: var(--mock-screen-height) !important;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    min-height: var(--mock-screen-width);
  }
  #main-content > div {
    scale: var(--mock-screen-width);
    min-height: var(--mock-screen-height);
  }
}
.mc-grid {
  display: flex;
}

.mc-text\:center {
  text-align: center;
}

.mc-hidden {
  display: none;
}

.mc-block {
  display: block;
}

body {
  /*    background-color: #db0007; */
  padding: 0;
  margin: 0;
  background-color: #FFF;
  min-height: 100vh;
  height: auto;
}

.mc-sober\:card {
  position: relative;
  display: block;
  min-height: 100vh;
  height: auto;
  width: 100vw;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .mc-sober\:card {
    width: var(--mock-screen-width);
    min-height: var(--mock-screen-height);
  }
}
.mc-sober\:bg-1 {
  background-image: url(/images/mc-input-age-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 51%;
  background-attachment: fixed;
  position: relative;
}

.mc-sober\:bg-1::before {
  content: "";
  position: fixed;
  background-image: url(/images/mc-input-age-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.mc-sober\:bg-o {
  background-image: url(/images/mc-input-age-bg2.jpg);
  background-repeat: no-repeat;
  background-size: 189% 101%; /* cover */
  background-position: 51%;
  background-attachment: fixed;
  position: relative;
}

.mc-sober\:bg-o::before {
  content: "";
  position: fixed;
  background-image: url(/images/mc-input-age-bg2.jpg);
  background-repeat: no-repeat;
  background-size: 189% 101%; /* cover */
  background-position: center;
  background-attachment: fixed;
}

@media (min-width: 425px) {
  .mc-sober\:bg-o {
    background-size: 160% 101%;
  }
}
.mc-sober\:logo {
  margin-top: clamp(20px, 6vh, 110px);
  scale: 0.6;
}

.mc-sober\:text-1 {
  margin-top: clamp(20px, 6vh, 90px);
  scale: 0.6;
}

.mc-sober\:button {
  margin-top: 20%;
  scale: 0.6;
  cursor: pointer;
}

.mc-sober\:lines-input {
  position: relative;
  top: 0;
  left: 0;
  margin-top: clamp(20px, 9%, 40px);
  text-align: center;
}

.mc-sober\:input-age {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  border: none;
  text-decoration: none;
  font-size: 5rem;
  font-family: var(--mc-font-speedee);
  font-weight: bold;
  color: #ffbc0d;
  letter-spacing: 3rem;
  text-indent: 7%;
  text-align: center;
  outline: none;
  padding-left: 0;
  padding-right: 0;
  width: 75%;
}

@media (max-width: 375px) {
  .mc-sober\:input-age {
    font-size: 3rem;
    text-indent: 10%;
    letter-spacing: 2.5rem;
  }
  .mc-sober\:button {
    margin-top: 36%;
  }
}
@media (max-width: 425px) {
  .mc-sober\:input-age {
    font-size: 3.5rem;
    text-indent: 14%;
    letter-spacing: 3rem;
  }
  .mc-sober\:button {
    margin-top: 23%;
  }
}
.mc-sober\:lines {
  scale: 0.6;
}

.mc-sober\:game-menu {
  background-image: url(/images/game-menu.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 218%;
  height: 100vh;
  width: 100vw;
}

@media (min-width: 375px) {
  .mc-sober\:game-menu {
    background-size: 186%;
  }
}
@media (min-width: 425px) {
  .mc-sober\:game-menu {
    background-size: 164%;
  }
}
@media (min-width: 575px) {
  .mc-sober\:game-menu {
    background-size: 121%;
  }
}
.mc-sober\:menu-items {
  padding-top: 70%;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 425px) {
  .mc-sober\:menu-items {
    padding-top: 56%;
  }
}
#game-1, #game-2, #game-3, #game-4 {
  cursor: pointer;
}

.mc-sober\:game-menu-2 {
  background-color: #000000;
  background-image: url(/images/beta/menu/menu-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  text-align: center;
}

.mc-sober\:menu-header {
  display: block;
  width: 50%;
  padding-top: 22px;
  margin-left: auto;
  margin-right: auto;
}

.mc-sober\:menu-items-2 {
  padding-top: 80px;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}

#walk-it-off, #nose-your-nuggets, #eyes-on-the-fries {
  margin-top: 6px;
  margin-bottom: 6px;
  cursor: pointer;
}

.mc-sober\:heading {
  width: 100vw;
  height: 20vh;
  background-color: #FFF;
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
}

.mc-sober\:after-party-logo {
  position: relative;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}

.mc-sober\:buttons {
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 100vw;
}

.mc-sober\:buttons > div {
  display: block;
  width: 50%;
}

.mc-sober\:menu-item {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 992px) {
  .mc-sober\:game-menu-2 {
    width: var(--mock-screen-width);
    height: var(--mock-screen-height);
  }
  .mc-sober\:heading {
    width: var(--mock-screen-width);
    height: var(calc(--mock-screen-height * 0.2));
  }
  .mc-sober\:buttons {
    width: var(--mock-screen-width);
  }
}
#eof-button {
  background: url(/images/beta/menu/eof-menu-bg.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 140%;
  border-right: 1px solid #000;
}

#nyn-button {
  background: url(/images/beta/menu/nyn-menu-bg.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 140%;
  border-left: 1px solid #000;
}

#wio-button {
  background: url(/images/v2/menu/wio-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}

@media screen and (min-height: 700px) {
  #eof-button, #nyn-button, #wio-button {
    background-size: 170%;
  }
}
@media screen and (min-height: 800px) {
  #eof-button, #nyn-button, #wio-button {
    background-size: 180%;
  }
}
@media screen and (min-height: 880px) {
  #eof-button, #nyn-button, #wio-button {
    background-size: 220%;
  }
}
@media screen and (min-height: 900px) {
  #eof-button, #nyn-button, #wio-button {
    background-size: 190%;
  }
}
.mc-sober\:button-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.mc-sober\:hide {
  display: none;
}

.mc-sober\:button-item {
  position: absolute;
  top: 16%;
  height: 50%;
  width: 100%;
  display: block;
}

.mc-sober\:button-item > div {
  display: block;
  height: 50%;
  text-align: center;
}

.mc-sober\:button-item > div > img {
  width: 80%;
}

.mc-sober\:test-logo {
  position: absolute;
  top: 10%;
  left: 50%;
  scale: 0.7;
  padding: 0;
  margin: 0;
  transform: translateX(-50%);
}

.mc-sober\:heading-text {
  margin-top: 10%;
  scale: 0.7;
}

.mc-sober\:test-reaction {
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  height: 40vh;
  background-image: url(/images/mc-sober-bg-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 190%;
}

.mc-sober\:test-falling-objects {
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  height: 28vh;
  background-image: url(/images/mc-sober-bg-3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 190%;
}

.mc-sober\:cta-start {
  position: absolute;
  top: 60%;
  left: 0;
  scale: 0.7;
}

.mc-sober\:cta-start-red {
  position: absolute;
  top: 50%;
  left: 0;
  scale: 0.7;
}

@media (max-width: 430px) {
  .mc-sober\:test-logo {
    scale: 0.5;
  }
  .mc-sober\:heading-text {
    margin-top: 6%;
  }
  .mc-sober\:heading {
    padding-top: 9%;
    padding-bottom: 2%;
    height: 10%;
  }
  .mc-sober\:cta-start {
    left: -26px;
    scale: 0.5;
  }
  .mc-sober\:cta-start-red {
    left: -26px;
    scale: 0.5;
  }
}
@media (max-width: 375px) {
  .mc-sober\:test-logo {
    scale: 0.5;
  }
  .mc-sober\:heading-text {
    margin-top: 6%;
  }
  .mc-sober\:heading {
    padding-top: 9%;
    padding-bottom: 2%;
    height: 25%;
  }
  .mc-sober\:cta-start {
    left: -26px;
    scale: 0.5;
  }
  .mc-sober\:cta-start-red {
    left: -26px;
    scale: 0.5;
  }
}
.mc-sober\:homepage {
  margin: 0;
  padding: 0;
  background: url(/images/beta/afterparty-bg.jpg) no-repeat center center fixed;
  background-size: cover;
  height: 100vh;
  width: 100vw;
}

@media only screen and (min-width: 992px) {
  .mc-sober\:homepage {
    width: var(--mock-screen-width);
    height: var(--mock-screen-height);
  }
}
.mc-sober\:home {
  display: block;
  height: 100%;
}

.mc-sober\:home > div:first-child {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 55%;
  text-align: center;
}

.mc-sober\:home > div:last-child {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  text-align: center;
}

.mc-sober\:afterparty-logo {
  position: absolute;
  bottom: 2%;
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
}

.mc-sober\:afterparty-btn {
  position: absolute;
  top: 1%;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
}

.mc-sober\:play-the-games-btn {
  position: absolute;
  width: 50%;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.mc-sober\:deals {
  display: flex;
  flex-direction: column;
}

.mc-sober\:bg-2 {
  background-image: url(/images/mc-sober-congrats-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 51%;
}

.mc-sober\:bg-6 {
  background: url(/images/mc-sober-congrats-bg2.jpg) no-repeat center center fixed;
  background-size: cover;
  background-position: 51%;
}

.mc-sober\:logo-2 {
  scale: 0.7;
}

.mc-sober\:deal-item {
  margin-left: auto;
  margin-right: auto;
}

.mc-sober\:time-to-sober-up {
  margin-left: auto;
  margin-right: auto;
}

.mc-sober\:redeem-deals-at {
  scale: 0.8;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.mc-sober\:my-deals-button {
  scale: 0.7;
  cursor: pointer;
}

.mc-sober\:redeem-your-deal {
  font-weight: bold;
  font-size: 1.8rem;
  font-family: var(--mc-font-speedee-condensed);
  color: #db0007;
  padding: 0;
  margin: 0;
  line-height: 1.8rem;
  margin-top: 4px;
}

.mc-sober\:at-a-mcdonalds {
  font-weight: bold;
  font-size: 2rem;
  font-family: var(--mc-font-speedee);
  color: #00000c;
}

.mc-sober\:distance {
  font-weight: bold;
  font-size: 2.5rem;
  font-family: var(--mc-font-speedee);
  color: #ffbc0d;
  padding: 0;
  margin: 0;
  line-height: 2.5rem;
}

.mc-sober\:from {
  font-weight: normal;
  font-size: 1.5rem;
  font-family: var(--mc-font-speedee);
  color: #00000c;
  margin-left: 2px;
}

.mc-sober\:map {
  scale: 0.9;
  height: 160px;
  width: 80%;
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
}

.mc-sober\:redeem-button {
  scale: 0.7;
}

img {
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.mc-sober\:claim-deals {
  background: url(/images/v2/bg/claim-deals.jpg) no-repeat center center fixed;
  background-size: cover;
  background-position: 51%;
}

.mc-sober\:claim-deals-buttons {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  gap: 2px;
}

.mc-sober\:claim-deals-buttons > div {
  width: 50%;
}

.mc-sober\:h3 {
  font-family: var(--mc-font-speedee);
  font-weight: bold;
  font-size: 1.5rem;
  color: #db0007;
  line-height: 1.5rem;
}

.mc-sober\:p {
  font-family: var(--mc-font-speedee);
  font-size: 1rem;
  line-height: 1rem;
}

#page {
  display: none;
}

#eof-start-button, #nyn-start-button {
  scale: 0.7;
}

#coming-soon-btn {
  scale: 0.9;
  margin-top: 9px;
}

#nyn-title {
  scale: 0.9;
  margin-top: 4px;
}

#eof-title {
  scale: 0.98;
}

#mc-sober-minigame {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: #FFF;
}

#mc-game-canvas {
  display: inline-block;
  width: 100%;
  height: 100% !important;
  image-rendering: crisp-edges;
  image-rendering: optimizeQuality;
  object-fit: cover !important;
  margin: 0;
  padding: 0;
}

#hud {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 100vw;
  z-index: 1000;
  background-color: yellow;
}

@media only screen and (min-width: 992px) {
  #hud {
    width: var(--mock-screen-width);
  }
}
#hud #timer {
  display: block;
  font-family: var(--mc-font-speedee-condensed);
  font-weight: bold;
  font-size: 3rem;
  line-height: 60px;
  color: red;
  text-align: center;
}

#start-game-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#start-game-button:hover {
  background-color: orange;
}

#preview {
  display: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 992px) {
  #preview {
    width: var(--mock-screen-width);
    height: var(--mock-screen-height);
  }
}
#countdown {
  line-height: 100%;
  font-family: var(--mc-font-speedee-condensed);
  font-weight: bold;
  font-size: 9rem;
  color: #db0007;
}

#main-game-board {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFF;
  width: 100vw;
  height: 100vh;
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 992px) {
  #main-game-board {
    width: var(--mock-screen-width);
    height: var(--mock-screen-height);
  }
}
canvas {
  display: block;
  width: 100%;
  height: 100%;
  image-rendering: crisp-edges;
  image-rendering: optimizeQuality;
  margin: 0;
  padding: 0;
  background-color: #999;
}

#try-again {
  display: block;
  height: 40px;
  line-height: 40px;
  max-width: 60vw;
  border: 1px solid #FFF;
  background-color: #FFF;
  border-radius: 5px;
  font-family: var(--mc-font-speedee-condensed);
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 0;
  cursor: pointer;
}

#back-to-main {
  display: block;
  height: 40px;
  line-height: 40px;
  max-width: 60vw;
  border: 1px solid #FFF;
  background-color: #FFF;
  border-radius: 5px;
  font-family: var(--mc-font-speedee-condensed);
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 0;
  cursor: pointer;
}

#check-deals {
  display: block;
  height: 40px;
  line-height: 40px;
  max-width: 60vw;
  border: 1px solid #FFF;
  background-color: #FFF;
  border-radius: 5px;
  font-family: var(--mc-font-speedee-condensed);
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 0;
  cursor: pointer;
}

#game-mode {
  font-family: var(--mc-font-speedee-condensed);
  font-weight: normal;
  font-size: 1rem;
  text-align: center;
}

#game-menu, #game-permission, #game-over, #social-modal {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80vw;
  height: auto;
  /* min-height: 40vh; */
  transform: translate(-50%, -50%);
  background-color: #f4bb40;
  font-family: var(--mc-font-speedee-condensed);
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  border: 1px solid #f4bb40;
  border-radius: 5px;
  overflow: hidden;
}

#status-modal, #calibrating, #eof-status-modal, #nyn-status-modal {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80vw;
  min-height: 240px !important;
  transform: translate(-50%, -50%);
  background-color: #db0007;
  font-family: var(--mc-font-speedee-condensed);
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  border: 1px solid #db0007;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1000;
}

#calibrating {
  background-color: #da1f25;
  border: 1px solid #da1f25;
}

#status-modal {
  background-color: #da1f25;
  border: 1px solid #da1f25;
}

#eof-status-modal {
  background-color: #da1f25;
  border: 1px solid #da1f25;
}

#nyn-status-modal {
  background-color: #da1f25;
  border: 1px solid #da1f25;
}

.game-menu-content, .status-modal-content, .calibrating-content {
  position: relative;
  min-height: 240px !important;
}

.menu-body, .status-modal-body, .calibrating-body {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.status-modal-body {
  padding: 10%;
  background-color: #da1f25;
}

.status-game-over {
  color: #f4bb40;
  font-family: var(--mc-font-speedee-condensed);
  font-weight: bold;
}

.calibrating-body {
  padding: 10%;
  background-color: #da1f25;
}

.status-text, .calibrate-text {
  font-family: var(--mc-font-speedee);
  font-size: 1rem;
  font-weight: bold;
  color: #FFF;
}

@keyframes statusTextAnimation {
  to {
    width: 30px;
  }
}
#upload-progress {
  margin-top: 10%;
}

#trial-mode {
  display: block;
  height: 40px;
  line-height: 40px;
  max-width: 60vw;
  border: 1px solid #FFF;
  background-color: #FFF;
  border-radius: 5px;
  font-family: var(--mc-font-speedee);
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 0;
  cursor: pointer;
}

#play-the-game {
  display: block;
  height: 40px;
  line-height: 40px;
  max-width: 60vw;
  border: 1px solid #FFF;
  background-color: #FFF;
  border-radius: 5px;
  font-family: var(--mc-font-speedee);
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 0;
  cursor: pointer;
}

#back-to-menu {
  display: block;
  height: 40px;
  line-height: 40px;
  max-width: 60vw;
  border: 1px solid #FFF;
  background-color: #FFF;
  border-radius: 5px;
  font-family: var(--mc-font-speedee);
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 0;
  cursor: pointer;
}

#enable-orientation {
  display: block;
  height: 40px;
  line-height: 40px;
  max-width: 60vw;
  border: 1px solid #FFF;
  background-color: #FFF;
  border-radius: 5px;
  font-family: var(--mc-font-speedee-condensed);
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 0;
  cursor: pointer;
}

#enable-motion {
  display: block;
  height: 40px;
  line-height: 40px;
  max-width: 60vw;
  border: 1px solid #FFF;
  background-color: #FFF;
  border-radius: 5px;
  font-family: var(--mc-font-speedee-condensed);
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 0;
  cursor: pointer;
}

#enable-motion.enabled {
  border: 1px solid #FFF;
  background-color: #FFF;
  color: #FFF;
}

#play-game {
  display: block;
  height: 40px;
  line-height: 40px;
  max-width: 60vw;
  color: #888;
  border: 1px solid #EEE;
  background-color: #EEE;
  border-radius: 5px;
  font-family: var(--mc-font-speedee-condensed);
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 0;
  cursor: not-allowed;
}

.play-game-enabled {
  color: #FFF !important;
  border: 1px solid #db0007 !important;
  background-color: #db0007 !important;
  cursor: pointer !important;
}

#game-debug {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  color: #FFF;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  overflow-y: scroll;
  font-weight: bold;
  font-size: 12px;
  padding: 10px;
}

@media only screen and (min-width: 992px) {
  #game-debug {
    width: var(--mock-screen-width);
    min-height: var(--mock-screen-height);
  }
}
#debug-status {
  background-color: #FFF;
  color: #000;
  padding: 6px;
  border: 1px solid green;
  font-weight: bold;
  font-size: 24px;
}

.mc-sober\:failed, .mc-sober\:success {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/images/beta/minigames/eof/result/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0;
  padding: 0;
}

.mc-sober\:failed > div {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#eof-result-head, #nyn-result-head {
  position: relative;
  display: block;
  border-bottom: 2px solid #ffbc0d;
}

#eof-result-prize, #nyn-result-prize {
  display: block;
  min-height: 336.5px;
}

#eof-result-cta, #nyn-result-cta {
  display: block;
  border-top: 2px solid #ffbc0d;
  padding-top: 6%;
}

.eof-result-fail-btn, .nyn-result-fail-btn {
  width: 40%;
  cursor: pointer;
}

.eof-result-win-btn, .nyn-result.win.btn {
  width: 35%;
  cursor: pointer;
}

.mc-sober\:reaction {
  max-width: 50%;
}

.mc-sober\:failed-deals, .mc-sober\:success-deals {
  background-color: #FFF;
  height: 80%;
}

.mc-sober\:failed-deals.nyn {
  background-color: #ffbc0d;
}

.mc-sober\:success-deals.nyn {
  background-color: #ffbc0d;
}

.mc-sober\:failed-cta {
  height: 20%;
  padding-top: 6%;
  padding-left: 10%;
  padding-right: 10%;
  background-color: #ffbc0d;
}

.mc-sober\:failed-cta.nyn {
  padding-top: 10px;
}

.mc-sober\:failed-cta-buttons, .mc-sober\:success-cta-buttons {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
}

.mc-sober\:failed-cta-buttons > div {
  width: 33.3333333333%;
  padding-left: 4px;
  padding-right: 4px;
}

.mc-sober\:success-cta-buttons > div {
  width: 50%;
  padding-left: 4px;
  padding-right: 4px;
}

.mc-sober\:dipping-sauces {
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
}

.mc-sober\:nuggets-line, .mc-sober\:walk-it-off-line, .mc-sober\:eyes-on-the-fries-line {
  font-family: var(--mc-font-speedee);
  font-weight: 900;
  font-size: 1.6rem;
  padding: 0;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 4px;
}

.mc-sober\:sample-path {
  max-width: 50%;
}

.mc-sober\:social-modal {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80vw;
  height: auto;
  transform: translate(-50%, -50%);
  background-color: #f4bb40;
  font-family: var(--mc-font-speedee-condensed);
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  border: 1px solid #f4bb40;
  border-radius: 5px;
  z-index: 1000;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  overflow: hidden;
}

.mc-sober\:social-content {
  position: relative;
  min-height: 200px;
  height: auto;
}

.mc-sober\:social-body {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.mc-sober\:social-button {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
  cursor: pointer;
}

.mc-sober\:social-button svg {
  background-color: #FFF;
  padding: 6px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.mc-sober\:social-frame {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background-color: #ffbc0d;
}

.mc-sober\:social-cta {
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 10px;
}

.mc-sober\:iframe {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow-y: auto;
}

.mc-sober\:social-close {
  position: absolute;
  right: 0;
  top: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

#maintenance {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vh;
  height: 100vh;
  background-color: #db0007;
  color: #FFF;
  font-weight: normal;
  font-family: var(--mc-font-speedee-condensed);
  font-size: 1rem;
  padding: 2%;
}

@media only screen and (min-width: 992px) {
  #maintenance {
    width: var(--mock-screen-width);
    height: var(--mock-screen-height);
  }
}
#maintenance .maintenance-mode {
  font-size: 1.5rem;
  font-weight: bold;
}

#eof-result {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-image: url(/images/beta/minigames/eof/result/eof-result-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (min-width: 992px) {
  #eof-result {
    width: var(--mock-screen-width);
    height: var(--mock-screen-height);
  }
}
#eof-result > div {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#eof-game-result-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  margin-top: 36%;
}

#eof-game-result {
  width: 100%;
  text-align: center;
  padding: 10%;
  padding-top: 20%;
}

#eof-game-result > h3 {
  color: #f4bb40;
  font-family: var(--mc-font-speedee);
  font-weight: bold;
  font-size: 2rem;
}

#eof-game-result > h5 {
  color: #FFF;
  font-family: var(--mc-font-speedee);
  font-weight: normal;
}

#eof-game-result > h4 {
  color: #FFF;
  font-family: var(--mc-font-speedee);
  font-weight: bold;
  font-size: 2rem;
}

#eof-game-result > p {
  color: #FFF;
  font-family: var(--mc-font-speedee);
  font-weight: bold;
  font-size: 2rem;
}

#eof-nearby-store-map {
  display: block;
  min-height: 220px;
  background-color: rgba(0, 0, 0, 0.8);
  padding-top: 20px;
  padding-bottom: 20px;
}

#nyn-result {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}

#nyn-result > div {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#nyn-game-result-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  margin-top: 36%;
}

#nyn-game-result {
  width: 100%;
  text-align: center;
  padding: 10%;
  padding-top: 20%;
}

#nyn-game-result > h3 {
  color: #f4bb40;
  font-family: var(--mc-font-speedee);
  font-weight: bold;
  font-size: 2rem;
}

#nyn-game-result > h5 {
  color: #FFF;
  font-family: var(--mc-font-speedee);
  font-weight: normal;
}

#nyn-game-result > h4 {
  color: #FFF;
  font-family: var(--mc-font-speedee);
  font-weight: bold;
  font-size: 2rem;
}

#nyn-game-result > p {
  color: #FFF;
  font-family: var(--mc-font-speedee);
  font-weight: bold;
  font-size: 2rem;
}

.nyn-dipping-sauce-result {
  margin-top: 16%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .nyn-dipping-sauce-result {
    margin-top: 6%;
    width: 70%;
  }
}
.swal-height {
  min-height: 40vh;
}

@media screen and (min-height: 800px) {
  .swal-height {
    min-height: 30vh;
  }
}
body.swal2-height-auto {
  height: 40vh !important;
}

.mc-loader {
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 992px) {
  .swal-height {
    height: calc(var(--mock-screen-height) * 0.4);
  }
  .mc-loader {
    width: 35%;
  }
}
.btn-mcdo-red {
  background-color: #db0007;
  color: #FFF;
  font-family: var(--mc-font-speedee);
  border-color: #ffbc0d !important;
}

.mc-sober\:mechanics {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: none;
}

.mc-sober\:mechanics-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
}

@media only screen and (min-width: 992px) {
  .mc-sober\:mechanics {
    width: var(--mock-screen-width);
    height: var(--mock-screen-height);
  }
  .mc-sober\:mechanics-content {
    width: var(--mock-screen-width);
    height: var(--mock-screen-height);
  }
}
.mc-sober\:mechanics-hide {
  display: none;
}

.mc-sober\:tap-to-continue {
  width: 100%;
  margin-top: 40px;
  font-family: var(--mc-font-speedee);
  font-weight: bold;
  text-align: center;
  color: yellow;
}

#mechanics-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  display: block;
  background-color: transparent;
  color: #FFF;
  padding: 20px;
  border-radius: 12px;
  font-family: var(--mc-font-speedee);
  font-weight: bold;
  z-index: 400;
}

#mechanics-score {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 80px;
  background-color: yellow;
  text-align: center;
  z-index: 500;
}

#mechanics-score-value {
  font-family: var(--mc-font-speedee);
  font-weight: bold;
  font-size: 3rem;
  line-height: 80px;
  color: red;
}

#mechanics-skip {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-family: var(--mc-font-speedee);
  font-weight: bold;
  text-align: center;
  color: #FFF;
  font-size: 1.2rem;
  z-index: 500;
  cursor: pointer;
}

.mc-sober\:eof-mechanics {
  padding: 0;
  margin: 0;
  background: url(/images/beta/mechanics/eof/eof-mechanics-bg.jpg) no-repeat center center fixed;
  background-size: cover;
}

.eof-mechanics-head {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  padding-top: 8%;
  min-height: 20%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .eof-mechanics-head {
    min-height: 15%;
  }
}
.eof-mechanics-msg {
  display: block;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.eof-mechanics-btn {
  display: block;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.eof-mechanics-body {
  position: relative;
  top: 0;
  left: 0;
  height: 80%;
  width: 100%;
  text-align: center;
}

.eof-mechanics-eyes-fries {
  margin-top: 16%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .eof-mechanics-eyes-fries {
    margin-top: 6%;
    width: 70%;
  }
}
@media only screen and (min-width: 992px) {
  .eof-mechanics-head {
    padding-top: 20%;
  }
  .eof-mechanics-eyes-fries {
    width: 100%;
  }
}
.mc-sober\:nyn-mechanics {
  padding: 0;
  margin: 0;
  background: url(/images/beta/mechanics/nyn/nyn-mechanics-bg.jpg) no-repeat center center fixed;
  background-size: cover;
}

#nyn-mechanics-start {
  cursor: pointer;
}

.nyn-mechanics-head {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  padding-top: 10%;
  min-height: 10%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .nyn-mechanics-head {
    min-height: 15%;
  }
}
@media screen and (min-height: 800px) {
  .nyn-mechanics-head {
    padding-top: 15%;
    min-height: 15%;
  }
}
.nyn-mechanics-msg {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .nyn-mechanics-msg {
    margin-top: 10px;
  }
}
.nyn-mechanics-btn {
  display: block;
  width: 30%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.nyn-mechanics-body {
  position: relative;
  top: 0;
  left: 0;
  height: 90%;
  width: 100%;
  text-align: center;
}

.nyn-mechanics-hand-dip {
  margin-top: 2%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .nyn-mechanics-hand-dip {
    margin-top: 6%;
    width: 70%;
  }
}
@media screen and (min-height: 800px) {
  .nyn-mechanics-hand-dip {
    margin-top: 6%;
  }
  .nyn-mechanics-btn {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .nyn-mechanics-head {
    padding-top: 20%;
  }
  .nyn-mechanics-hand-dip {
    width: 100%;
  }
}
.mc-sober\:wio-mechanics {
  height: 100vh;
  width: 100vw;
  padding: 0;
  margin: 0;
  background: url(/images/v2/mechanics/wio/wio-mechanics.jpg) no-repeat center center fixed;
  background-size: cover;
}

#wio-mechanics-start {
  cursor: pointer;
}

.no-browser {
  color: #FFF;
  font-family: var(--mc-font-speedee);
  background-color: #db0007 !important;
  width: 100vw;
  height: 100vh;
  padding: 10%;
  padding-top: 20%;
}

.mcdo\:sorry {
  font-family: var(--mc-font-speedee);
  font-weight: bold;
}

.mcdo\:msg {
  font-family: var(--mc-font-speedee);
}

.mcdo\:disclaimer {
  font-family: var(--mc-font-speedee);
  font-style: italic;
  color: #ffbc0d;
  font-size: 0.9rem;
  text-align: center;
}

.mcdo\:head-logo {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 10px;
}

.mcdo\:choose-your-game {
  margin-bottom: 4px;
}

.mcdo\:menu-header {
  width: 100%;
  height: auto;
  background-image: url(/images/beta/menu/brick-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}