@font-face {
  font-family: "ff-din-web";
  src: url("../../fonts/DINCompPro.eot");
  src: url("../../fonts/DINCompPro.eot?#iefix") format("embedded-opentype"), url("../../fonts/DINCompPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: white;
  font-family: "ff-din-web", "Arial Narrow", Arial, sans-serif;
}

input,
button,
textarea,
select {
  font: inherit;
  background: none;
  border: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  text-transform: uppercase;
  font-family: "din-condensed-web", "Arial Narrow", Arial, sans-serif;
  margin-top: 0em;
  margin-bottom: 0px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  color: #777;
  font-size: 65%;
}

h1,
.h1 {
  line-height: 72.8px;
}

h2,
.h2 {
  line-height: 66.0377358491px;
}

h3,
.h3 {
  line-height: 53px;
}

h4,
.h4 {
  line-height: 47.25px;
}

h5,
.h5 {
  line-height: 34.92px;
}

h6,
.h6 {
  line-height: 32.9787234043px;
  color: #94d600;
}

.btn {
  border-radius: 0px;
  font-family: "din-condensed-web", "Arial Narrow", Arial, sans-serif;
  padding: 10.02px 21.96px;
  font-size: 39.06px;
  line-height: 40.0392px;
  border: 0px;
  text-transform: uppercase;
}

#full-screen-video-overlay {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10000;
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  transform: translateZ(20px);
}
#full-screen-video-overlay.active {
  display: block;
}
#full-screen-video-overlay button {
  right: 25px;
  top: 25px;
  position: absolute;
}
#full-screen-video-overlay button img {
  width: 50px;
}
#full-screen-video-overlay #youtube-video {
  height: 100vh;
}
#full-screen-video-overlay #youtube-video iframe {
  width: 100vw;
  height: 56.25vw;
  transform: translate(0, -50%);
  top: 50%;
  position: relative;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
}

#addiction-swerve-main-game {
  position: absolute;
  width: 100vw;
  height: 100vh;
  border: 6px solid #94d600;
  background-size: cover;
  background-position: 50% 50%;
  transform: translateY(-50%) translateZ(10px);
  top: 50%;
  z-index: 50;
  transform-style: preserve-3d;
  overflow: hidden;
}
#addiction-swerve-main-game:focus {
  outline: 1px solid white !important;
}
#addiction-swerve-main-game .pause-play-btn {
  position: absolute;
  top: 10px;
  right: 6px;
  padding: 15px;
  z-index: 20;
  background: transparent;
  border: none;
}
#addiction-swerve-main-game .pause-play-btn img {
  display: none;
  width: 14px;
}
#addiction-swerve-main-game .pause-play-btn.pause .pause {
  display: block;
}
#addiction-swerve-main-game .pause-play-btn.play .play {
  display: block;
}
#addiction-swerve-main-game .mute-btn {
  position: absolute;
  top: 55px;
  right: 1px;
  padding: 15px;
  z-index: 20;
  background: transparent;
  border: none;
}
#addiction-swerve-main-game .mute-btn img {
  display: none;
  filter: invert(100%);
}
#addiction-swerve-main-game .mute-btn.sound-off .sound-off {
  display: block;
}
#addiction-swerve-main-game .mute-btn.sound-on .sound-on {
  display: block;
}
#addiction-swerve-main-game .loading-screen {
  width: 100%;
  height: 100%;
  z-index: 10035;
  display: none;
  position: absolute;
  background: #1F1F1F;
}
#addiction-swerve-main-game .loading-screen .centered {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: relative;
  text-align: center;
}
#addiction-swerve-main-game .loading-screen .centered .loader {
  margin-top: -50px;
}
#addiction-swerve-main-game .loading-screen .centered .loading-text {
  position: relative;
  top: 90px;
  line-height: 72.8px;
  text-transform: uppercase;
  font-size: 50px;
  margin-top: 46px;
  margin-bottom: 23px;
  font-family: "din-condensed-web", "Arial Narrow", Arial, sans-serif;
  font-weight: 500;
  color: #94d600;
  margin: 0.67em 0;
}
@media (min-width: 768px) {
  #addiction-swerve-main-game .loading-screen .centered .loading-text {
    font-size: 80px;
  }
}
#addiction-swerve-main-game .loading-screen.active {
  display: block;
}
#addiction-swerve-main-game .dialogue-screen {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}
#addiction-swerve-main-game .dialogue-screen.active {
  display: block;
}
#addiction-swerve-main-game .dialogue-screen button {
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#addiction-swerve-main-game .dialogue-screen .talk-to-em {
  left: 20%;
  top: 48%;
  transform: translate(-50%, -50%);
  height: 275px;
  display: block;
  position: relative;
  opacity: 0;
  animation: talk-to-em 0.5s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  transition: opacity 0.5s ease-in-out;
}
#addiction-swerve-main-game .dialogue-screen .talk-to-em.removed {
  animation: opacity-out 0.5s linear;
}
#addiction-swerve-main-game .dialogue-screen .dialogue {
  padding: 10px;
  width: 185px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 45%;
  opacity: 0;
  border-top: 3px solid #94d600;
  border-right: 3px solid #94d600;
  border-left: 3px solid #94d600;
  background: rgba(30, 30, 30, 0.95);
  margin-top: -153px;
  margin-left: 35px;
  text-align: center;
  animation: dialogue-box 0.5s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
@media (min-width: 768px) {
  #addiction-swerve-main-game .dialogue-screen .dialogue {
    width: 220px;
  }
}
#addiction-swerve-main-game .dialogue-screen .dialogue.removed {
  animation: fade-out 0.5s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
#addiction-swerve-main-game .dialogue-screen .dialogue img {
  position: absolute;
  bottom: -25px;
  width: 185px;
  left: -3px;
}
@media (min-width: 768px) {
  #addiction-swerve-main-game .dialogue-screen .dialogue img {
    width: 220px;
    bottom: -30px;
  }
}
#addiction-swerve-main-game .dialogue-screen .dialogue p {
  margin: 0;
  font-size: 0.75em;
  line-height: 20px;
}
@media (min-width: 768px) {
  #addiction-swerve-main-game .dialogue-screen .dialogue p {
    font-size: 1em;
  }
}
#addiction-swerve-main-game .dialogue-screen .responses {
  border-bottom: 3px solid #94d600;
  border-right: 3px solid #94d600;
  border-left: 3px solid #94d600;
  width: 185px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 55%;
  opacity: 0;
  padding: 10px;
  position: absolute;
  margin-top: 165px;
  margin-left: 35px;
  background: rgba(30, 30, 30, 0.95);
  text-align: center;
  animation: responses-box 0.5s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
#addiction-swerve-main-game .dialogue-screen .responses.removed {
  display: none;
}
#addiction-swerve-main-game .dialogue-screen .responses img {
  position: absolute;
  top: -25px;
  width: 185px;
  left: -3px;
}
#addiction-swerve-main-game .dialogue-screen .responses p {
  margin: 0;
  font-size: 0.8em;
  line-height: 20px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  #addiction-swerve-main-game .dialogue-screen .responses p {
    font-size: 1em;
  }
}
#addiction-swerve-main-game .dialogue-screen .responses button {
  width: 100%;
  font-size: 0.75em;
  color: #1F1F1F !important;
  background: #94d600;
  border: none !important;
  line-height: 15px;
  transition: background 0.15s ease-in-out;
}
@media (min-width: 768px) {
  #addiction-swerve-main-game .dialogue-screen .responses button {
    font-size: 0.9em;
  }
}
#addiction-swerve-main-game .dialogue-screen .responses button:hover, #addiction-swerve-main-game .dialogue-screen .responses button:active {
  background: #b2dc52;
}
#addiction-swerve-main-game .dialogue-screen .responses button:focus {
  outline: 1px solid white !important;
}
#addiction-swerve-main-game .dialogue-screen .responses button.response-1 {
  margin-top: 5px;
}
#addiction-swerve-main-game .dialogue-screen .feedback {
  border: 3px solid #94d600;
  width: 225px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 55%;
  opacity: 0;
  pointer-events: none;
  padding: 10px;
  position: absolute;
  margin-top: 150px;
  margin-left: 35px;
  background: rgba(30, 30, 30, 0.95);
  text-align: center;
  transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;
}
#addiction-swerve-main-game .dialogue-screen .feedback.active {
  opacity: 1;
  pointer-events: all;
  top: 50%;
}
#addiction-swerve-main-game .dialogue-screen .feedback .green {
  color: #94d600;
}
#addiction-swerve-main-game .dialogue-screen .feedback .header {
  margin-bottom: 5px;
  display: none;
}
#addiction-swerve-main-game .dialogue-screen .feedback .header.active {
  display: block;
}
#addiction-swerve-main-game .dialogue-screen .feedback .header img {
  width: 45px;
}
#addiction-swerve-main-game .dialogue-screen .feedback p {
  margin: 0;
  font-size: 0.75em;
  line-height: 20px;
}
@media (min-width: 768px) {
  #addiction-swerve-main-game .dialogue-screen .feedback p {
    font-size: 1em;
  }
}
#addiction-swerve-main-game .dialogue-screen .feedback span {
  font-size: 2em;
  line-height: 25px;
  position: relative;
  top: -5px;
  display: inline-block;
}
#addiction-swerve-main-game .dialogue-screen .feedback span.plus {
  font-size: 1.25em;
  top: 0px;
}
#addiction-swerve-main-game .game-over-screen {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  padding: 15px;
  z-index: 10000;
  text-align: center;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url("../../assets/final-screen-bg-m.png");
}
@media (min-width: 768px) {
  #addiction-swerve-main-game .game-over-screen {
    background-image: url("../../assets/final-screen-bg-d.png");
  }
}
#addiction-swerve-main-game .game-over-screen.active {
  display: block;
}
@media (min-height: 620px) {
  #addiction-swerve-main-game .game-over-screen .wrapper {
    transform: translateY(-50%);
    top: 50%;
    position: relative;
  }
}
#addiction-swerve-main-game .game-over-screen img.finished-text {
  width: 100%;
  max-width: 275px;
  margin: 0 auto;
  display: none;
}
@media (min-width: 768px) {
  #addiction-swerve-main-game .game-over-screen img.finished-text {
    max-width: 450px;
  }
}
#addiction-swerve-main-game .game-over-screen img.finished-text.active {
  display: block;
}
#addiction-swerve-main-game .game-over-screen .final-video-container {
  width: 270px;
  margin: 0 auto;
  margin-top: 5px;
  position: relative;
  height: 140px;
  background: #646464;
  box-shadow: 2px 6px 16px rgba(0, 0, 0, 0.2);
  background: url("../../assets/dont-get-caught.png");
  background-size: cover;
  background-position: 50% 0%;
  border: none;
}
@media (min-width: 768px) {
  #addiction-swerve-main-game .game-over-screen .final-video-container {
    width: 400px;
    height: 220px;
  }
}
#addiction-swerve-main-game .game-over-screen .final-video-container img {
  cursor: pointer;
  position: absolute;
  display: block;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
#addiction-swerve-main-game .game-over-screen .score-social {
  width: 100%;
  height: 80px;
  display: grid;
  display: -ms-grid;
  margin-top: 15px;
}
#addiction-swerve-main-game .game-over-screen .score-social button {
  background: none;
  border: none;
}
#addiction-swerve-main-game .game-over-screen .score-social.success {
  grid-template-columns: auto 130px auto;
  -ms-grid-columns: auto 130px auto;
}
#addiction-swerve-main-game .game-over-screen .score-social.failure {
  grid-template-columns: 50%;
  -ms-grid-columns: 50%;
}
#addiction-swerve-main-game .game-over-screen .score-social.failure div:nth-child(2) {
  text-align: left;
}
#addiction-swerve-main-game .game-over-screen .score-social.failure div:nth-child(3) {
  display: none !important;
}
#addiction-swerve-main-game .game-over-screen .score-social div {
  grid-row: 1;
  -ms-grid-row: 1;
}
#addiction-swerve-main-game .game-over-screen .score-social div:nth-child(1) {
  text-align: right;
  padding-right: 15px;
}
#addiction-swerve-main-game .game-over-screen .score-social div:nth-child(1) .your-score {
  font-size: 1.75em;
  position: relative;
  top: 0px;
  line-height: 32.9787234px !important;
  font-family: "din-condensed-web", "Arial Narrow", Arial, sans-serif;
  font-weight: 500;
  color: #94d600;
  margin-top: 0em;
  margin-bottom: 0px;
}
#addiction-swerve-main-game .game-over-screen .score-social div:nth-child(2) .score-text {
  font-size: 4.5em;
  color: #fff;
  top: 10px;
  position: relative;
  line-height: 72.8px;
  text-transform: uppercase;
  font-family: "din-condensed-web", "Arial Narrow", Arial, sans-serif;
  font-weight: 500;
  margin-top: -13px;
}
#addiction-swerve-main-game .game-over-screen .score-social div:nth-child(3) {
  text-align: left;
  padding-left: 15px;
}
#addiction-swerve-main-game .game-over-screen .score-social div:nth-child(3) button:nth-child(3) {
  position: relative;
  top: -5px;
}
#addiction-swerve-main-game .game-over-screen .score-social div:nth-child(3) img {
  width: 25px;
}
#addiction-swerve-main-game .game-over-screen .score-social div:nth-child(3) img.margin-top {
  margin-top: 5px;
}
#addiction-swerve-main-game .game-over-screen .game-over-text {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #94d600;
  border-top: 1px solid #94d600;
  max-width: 500px;
  margin: 0 auto;
}
#addiction-swerve-main-game .game-over-screen .game-over-text p {
  margin: 0;
  font-size: 0.76em !important;
  line-height: 17px;
}
@media (min-width: 768px) {
  #addiction-swerve-main-game .game-over-screen .game-over-text p {
    font-size: 1em !important;
  }
}
#addiction-swerve-main-game .game-over-screen .game-over-text p span {
  display: none;
}
#addiction-swerve-main-game .game-over-screen .game-over-text p span.active {
  display: inline;
}
#addiction-swerve-main-game .game-over-screen .game-over-footer {
  white-space: nowrap;
  padding-top: 7px;
}
@media (min-width: 993px) {
  #addiction-swerve-main-game .game-over-screen .game-over-footer {
    padding-top: 15px;
  }
}
#addiction-swerve-main-game .game-over-screen .game-over-footer p {
  margin: 0;
  display: inline-block;
  font-size: 1.125em;
}
#addiction-swerve-main-game .game-over-screen .game-over-footer .h3 {
  margin: 0;
  display: inline-block;
  font-size: 1.125em;
  line-height: 53px;
  text-transform: uppercase;
  font-family: "din-condensed-web", "Arial Narrow", Arial, sans-serif;
  font-weight: 500;
  color: #94d600;
}
#addiction-swerve-main-game .game-over-screen .game-over-footer button {
  background: #94d600;
  color: #000;
  margin-top: 0;
  display: inline-block;
  font-size: 1.1em;
  height: 37px;
  padding: 0px 8px 0px 8px;
  margin-left: 10px;
  transition: background 0.15s ease-in-out;
}
#addiction-swerve-main-game .game-over-screen .game-over-footer button:hover, #addiction-swerve-main-game .game-over-screen .game-over-footer button:active {
  background: #b2dc52;
}
#addiction-swerve-main-game .game-over-screen .game-over-footer button:focus {
  outline: 1px solid white !important;
}
#addiction-swerve-main-game .game-over-screen .game-over-footer button img {
  position: relative;
  top: 5px;
}
#addiction-swerve-main-game .game-over-screen.success .game-over-text {
  padding-top: 10px;
  padding-bottom: 10px;
}
#addiction-swerve-main-game .game-over-screen.success .game-over-footer {
  padding-top: 8px;
}
#addiction-swerve-main-game .tutorial-screen {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  z-index: 10000;
  text-align: center;
  left: 0;
  top: 0;
}
#addiction-swerve-main-game .tutorial-screen.active {
  display: block;
}
#addiction-swerve-main-game .tutorial-screen .tutorial-modal {
  padding: 25px;
  background: #1F1F1F;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5);
  text-align: center;
  width: 90%;
  border-bottom: 3px solid #94d600;
}
@media (min-width: 768px) {
  #addiction-swerve-main-game .tutorial-screen .tutorial-modal {
    width: 70%;
  }
}
#addiction-swerve-main-game .tutorial-screen .tutorial-modal p {
  font-size: 0.775em;
  line-height: 22px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  #addiction-swerve-main-game .tutorial-screen .tutorial-modal p {
    font-size: 1em;
  }
}
#addiction-swerve-main-game .tutorial-screen .tutorial-modal .h6 {
  font-size: 1.5em;
  margin-top: 15px;
  margin-bottom: 5px;
  line-height: 32.9787234px;
  text-transform: uppercase;
  font-family: "din-condensed-web", "Arial Narrow", Arial, sans-serif;
  font-weight: 500;
}
@media (min-width: 768px) {
  #addiction-swerve-main-game .tutorial-screen .tutorial-modal .h6 {
    font-size: 2em;
  }
}
#addiction-swerve-main-game .tutorial-screen .tutorial-modal .controls {
  width: 60px;
  margin: 0 auto;
  display: none;
}
@media (min-width: 768px) {
  #addiction-swerve-main-game .tutorial-screen .tutorial-modal .controls {
    width: 125px;
  }
}
#addiction-swerve-main-game .tutorial-screen .tutorial-modal .controls.active {
  display: block;
}
#addiction-swerve-main-game .tutorial-screen .tutorial-modal .accessibility-instructions {
  display: none;
}
#addiction-swerve-main-game .tutorial-screen .tutorial-modal .accessibility-instructions.active {
  display: block;
}
#addiction-swerve-main-game .tutorial-screen .tutorial-modal .mobile-1.hidden {
  display: none;
}
#addiction-swerve-main-game .tutorial-screen .tutorial-modal .mobile-2 {
  display: none;
}
#addiction-swerve-main-game .tutorial-screen .tutorial-modal .mobile-2.active {
  display: block;
}
#addiction-swerve-main-game .tutorial-screen .tutorial-modal .instructions {
  display: none;
}
#addiction-swerve-main-game .tutorial-screen .tutorial-modal .instructions.active {
  display: inline;
}
#addiction-swerve-main-game .tutorial-screen .tutorial-modal button {
  background: #94d600;
  border: none;
  color: black;
  font-size: 1.11em;
  padding: 5px 15px;
  margin-top: 30px;
  transition: background 0.15s ease-in-out;
}
@media (min-width: 768px) {
  #addiction-swerve-main-game .tutorial-screen .tutorial-modal button {
    font-size: 1.25em;
  }
}
#addiction-swerve-main-game .tutorial-screen .tutorial-modal button:hover, #addiction-swerve-main-game .tutorial-screen .tutorial-modal button:active {
  background: #b2dc52;
}
#addiction-swerve-main-game .tutorial-screen .tutorial-modal button:focus {
  outline: 1px solid white !important;
}
#addiction-swerve-main-game .tutorial-screen .tutorial-modal button img {
  position: relative;
  top: 5px;
}
#addiction-swerve-main-game .in-game-instructions {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
#addiction-swerve-main-game .in-game-instructions.active {
  display: block;
}
#addiction-swerve-main-game .in-game-instructions.cigarettes .cigarettes {
  display: block !important;
}
#addiction-swerve-main-game .in-game-instructions.lit-zombie .lit-zombie {
  display: block !important;
}
#addiction-swerve-main-game .in-game-instructions .instructions-wrapper {
  padding: 10px;
  width: 280px;
  position: absolute;
  border: 3px solid #94d600;
  background: #1e1e1e;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
#addiction-swerve-main-game .in-game-instructions .instructions-wrapper.removed {
  animation: fade-out 0.5s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
#addiction-swerve-main-game .in-game-instructions .instructions-wrapper p {
  margin: 0;
  font-size: 0.75em;
  line-height: 20px;
}
@media (min-width: 768px) {
  #addiction-swerve-main-game .in-game-instructions .instructions-wrapper p {
    font-size: 1em;
    margin-top: 10px;
  }
}
#addiction-swerve-main-game .in-game-instructions .instructions-wrapper .arrow-up {
  position: absolute;
  top: -20px;
  width: 35px;
  left: 50%;
  transform: translate(-50%, 0);
}
#addiction-swerve-main-game .in-game-instructions .instructions-wrapper .cigarettes,
#addiction-swerve-main-game .in-game-instructions .instructions-wrapper .lit-zombie {
  display: none;
}
#addiction-swerve-main-game .in-game-instructions .instructions-wrapper .h6 {
  font-size: 1.125em;
  color: white;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #addiction-swerve-main-game .in-game-instructions .instructions-wrapper .h6 {
    font-size: 1.5em;
  }
}
#addiction-swerve-main-game .in-game-instructions .instructions-wrapper .green {
  color: #94d600;
}
#addiction-swerve-main-game .in-game-instructions .instructions-wrapper .instruction-image {
  width: 70px;
  margin-top: 10px;
}
#addiction-swerve-main-game .in-game-instructions .instructions-wrapper .instructions-footer {
  padding-top: 10px;
}
#addiction-swerve-main-game .in-game-instructions .instructions-wrapper .instructions-footer a {
  display: inline-block;
  color: #94d600;
  font-size: 0.75em;
  height: 22px;
  text-decoration: none;
  float: right;
}
#addiction-swerve-main-game .in-game-instructions .instructions-wrapper .instructions-footer .timer {
  display: inline-block;
  font-size: 0.75em;
  float: left;
  height: 22px;
}
#addiction-swerve-main-game canvas {
  filter: blur(1px);
  width: 100% !important;
  height: 100% !important;
}
#addiction-swerve-main-game canvas.active {
  filter: none;
}
#addiction-swerve-main-game #stats-block {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #2F2F2F;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.5);
  padding: 10px;
  transition: opacity 0.25s ease-in-out;
  text-align: center;
  z-index: 10;
}
#addiction-swerve-main-game #stats-block.fade-out {
  opacity: 0;
}
#addiction-swerve-main-game #stats-block .h6 {
  font-size: 0.9em;
  color: #939998;
  font-weight: 200;
  letter-spacing: 2px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  #addiction-swerve-main-game #stats-block .h6 {
    font-size: 1.25em;
  }
}
#addiction-swerve-main-game #stats-block hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 0;
  border-top: 1px solid #94d600;
}
#addiction-swerve-main-game #stats-block .all-stats .score-wrapper {
  text-align: center;
}
#addiction-swerve-main-game #stats-block .all-stats .score-wrapper span {
  font-size: 2em;
  line-height: 21px;
  margin-top: 14px;
  display: block;
}
@media (min-width: 768px) {
  #addiction-swerve-main-game #stats-block .all-stats .score-wrapper span {
    font-size: 2.5em;
  }
}
#addiction-swerve-main-game #stats-block .all-stats .score-wrapper span.highlight {
  animation-name: highlight;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
#addiction-swerve-main-game #stats-block .all-stats .health-wrapper #health {
  margin-top: 7px;
}
#addiction-swerve-main-game #stats-block .all-stats .health-wrapper #health img {
  width: 20px;
  display: none;
}
#addiction-swerve-main-game #stats-block .all-stats .health-wrapper #health img.active {
  display: inline-block;
}
#addiction-swerve-main-game .share-btn {
  width: 80px;
  height: 80px;
  position: absolute;
  right: auto;
  bottom: -135px;
  border-radius: 40px;
  cursor: pointer;
  transform: translateX(-50%) translateZ(5px);
  left: 50%;
  z-index: -1;
}
@media (min-width: 768px) {
  #addiction-swerve-main-game .share-btn {
    right: -145px;
    bottom: 25px;
    left: auto;
    transform: translateZ(5px);
  }
}
#addiction-swerve-main-game .share-btn:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 50px;
  background: #94d600;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  z-index: -1;
}
@media (min-width: 768px) {
  #addiction-swerve-main-game .share-btn:before {
    transform: translateY(-50%) translateZ(5px);
    top: 50%;
    left: -65px;
    width: 65px;
    height: 2px;
  }
}
#addiction-swerve-main-game .finish-line {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: finish-animation 2350ms linear;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  transform: translateY(-100%);
}
#addiction-swerve-main-game .finish-line.active {
  display: block;
}
#addiction-swerve-main-game .finish-line img {
  transform: translate(-50%, 0);
  position: relative;
  left: 50%;
  display: block;
}
#addiction-swerve-main-game .finish-line img:nth-child(1) {
  width: 100%;
  max-width: 400px;
  z-index: 1;
}
#addiction-swerve-main-game .finish-line img:nth-child(2) {
  width: 300px;
}
@media (min-width: 1024px) {
  #addiction-swerve-main-game .finish-line img:nth-child(2) {
    margin-top: -15px;
    width: 400px;
  }
}
#addiction-swerve-main-game .finish-line img:nth-child(3) {
  width: 100%;
  margin-top: 15px;
  height: 50px;
}

#loader-3:before,
#loader-3:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: calc(50% - 10px);
  background-color: #94d600;
  animation: squaremove 1s ease-in-out infinite;
}

#loader-3:after {
  bottom: 0;
  animation-delay: 0.5s;
}

@keyframes finish-animation {
  100% {
    transform: translateY(0%);
  }
}
@keyframes squaremove {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  25% {
    -webkit-transform: translate(40px, 40px) rotate(45deg);
    -ms-transform: translate(40px, 40px) rotate(45deg);
    -o-transform: translate(40px, 40px) rotate(45deg);
    transform: translate(40px, 40px) rotate(45deg);
  }
  50% {
    -webkit-transform: translate(0px, 80px) rotate(0deg);
    -ms-transform: translate(0px, 80px) rotate(0deg);
    -o-transform: translate(0px, 80px) rotate(0deg);
    transform: translate(0px, 80px) rotate(0deg);
  }
  75% {
    -webkit-transform: translate(-40px, 40px) rotate(45deg);
    -ms-transform: translate(-40px, 40px) rotate(45deg);
    -o-transform: translate(-40px, 40px) rotate(45deg);
    transform: translate(-40px, 40px) rotate(45deg);
  }
}
@keyframes highlight {
  0% {
    color: #fff;
  }
  50% {
    color: #94d600;
    transform: scale(1.25);
  }
  100% {
    color: #fff;
  }
}
@keyframes talk-to-em {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dialogue-box {
  0% {
    top: 45%;
    opacity: 0;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}
@keyframes responses-box {
  0% {
    top: 55%;
    opacity: 0;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}
@keyframes fade-out {
  100% {
    opacity: 0;
    pointer-events: none;
    touch-action: none;
  }
}
@keyframes on-score-up {}
@keyframes opacity-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*# sourceMappingURL=styles.css.map */
