@charset "UTF-8";
/*--> Default File ----------------------------------------*/
/* Theme Project: 亞東預拌 ESG小遊戲
    Designed by : Juice
    Front-End by : Evy
    Author: 百崴數位科技股份有限公司 PAVI Digital Tech. Co., Ltd.
    Author Web: www.pavi.com.tw */
/*--> a Link ----------------------------------------------------------------------------*/
/*--> btn / 背景色, 字色, 框色, 移入背景色, 移入字色, 移入框色, 圓角 ------------------*/
/*--> line-clamp / 限制行數, 最大高度, 固定高度----------------------------------------------------------------------------*/
/*--> Fake object / 字色, 移入字色----------------------------------------------------------------------------*/
/*--> newAnimate / 動畫名稱、過程(秒)、次數、反轉、延遲、結束狀態 ------------------*/
/* CSS Reset */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap&family=Noto+Serif+TC:wght@900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a,
a:visited, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  vertical-align: middle; }

/*--> gameStart ----------------------------------------------------------------------------*/
@-webkit-keyframes gameStart {
  0% {
    -webkit-transform: scale(1); }
  100% {
    -webkit-transform: scale(2.5); }
  @-moz-keyframes gameStart {}  0% {
    moz-transform: scale(1); }
  100% {
    moz-transform: scale(2.5); }
  @-webkit-keyframes gameStart {}
  @keyframes gameStart {}  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(2.5);
    transform: scale(2.5); } }

/*--> gameEnd ----------------------------------------------------------------------------*/
@-webkit-keyframes gameEnd {
  0% {
    top: 150%;
    -webkit-transform: scale(2.5); }
  100% {
    top: 0%;
    -webkit-transform: scale(1); }
  @-moz-keyframes gameEnd {}  0% {
    top: 150%;
    moz-transform: scale(2.5); }
  100% {
    top: 0%;
    moz-transform: scale(1); }
  @-webkit-keyframes gameEnd {}
  @keyframes gameEnd {}  0% {
    top: 150%;
    -webkit-transform: scale(2.5);
    transform: scale(2.5); }
  100% {
    top: 0%;
    -webkit-transform: scale(1);
    transform: scale(1); } }

/*--> gameEndPhone ----------------------------------------------------------------------------*/
@-webkit-keyframes gameEndPhone {
  0% {
    top: 81%;
    -webkit-transform: scale(2.5); }
  100% {
    top: 0%;
    -webkit-transform: scale(1); }
  @-moz-keyframes gameEndPhone {}  0% {
    top: 81%;
    moz-transform: scale(2.5); }
  100% {
    top: 0%;
    moz-transform: scale(1); }
  @-webkit-keyframes gameEndPhone {}
  @keyframes gameEndPhone {}  0% {
    top: 81%;
    -webkit-transform: scale(2.5);
    transform: scale(2.5); }
  100% {
    top: 0%;
    -webkit-transform: scale(1);
    transform: scale(1); } }

/*--> fadeIn ----------------------------------------------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*--> fadeOut ----------------------------------------------------------------------------*/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

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

/*--> cloud1fadeIn ----------------------------------------------------------------------------*/
@-webkit-keyframes cloud1fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(1%, 0%); }
  10% {
    opacity: 1;
    -webkit-transform: translate(0%, 0%); }
  40% {
    opacity: 1;
    -webkit-transform: translate(0.5%, 0%); }
  50% {
    opacity: 0;
    -webkit-transform: translate(-1%, 0%); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-1%, 0%); } }

@-moz-keyframes cloud1fadeIn {
  0% {
    opacity: 0;
    -moz-transform: translate(1%, 0%); }
  10% {
    opacity: 1;
    -moz-transform: translate(0%, 0%); }
  40% {
    opacity: 1;
    -moz-transform: translate(0.5%, 0%); }
  50% {
    opacity: 0;
    -moz-transform: translate(-1%, 0%); }
  100% {
    opacity: 0;
    -moz-transform: translate(-1%, 0%); } }

@keyframes cloud1fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(1%, 0%);
    transform: translate(1%, 0%); }
  10% {
    opacity: 1;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  40% {
    opacity: 1;
    -webkit-transform: translate(0.5%, 0%);
    transform: translate(0.5%, 0%); }
  50% {
    opacity: 0;
    -webkit-transform: translate(-1%, 0%);
    transform: translate(-1%, 0%); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-1%, 0%);
    transform: translate(-1%, 0%); } }

/*--> cloud2fadeIn ----------------------------------------------------------------------------*/
@-webkit-keyframes cloud2fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(-2%, 0%); }
  20% {
    opacity: 1;
    -webkit-transform: translate(0%, 0%); }
  50% {
    opacity: 1;
    -webkit-transform: translate(0.5%, 0%); }
  60% {
    opacity: 0;
    -webkit-transform: translate(1%, 0%); }
  100% {
    opacity: 0;
    -webkit-transform: translate(1%, 0%); } }

@-moz-keyframes cloud2fadeIn {
  0% {
    opacity: 0;
    -moz-transform: translate(-2%, 0%); }
  20% {
    opacity: 1;
    -moz-transform: translate(0%, 0%); }
  50% {
    opacity: 1;
    -moz-transform: translate(0.5%, 0%); }
  60% {
    opacity: 0;
    -moz-transform: translate(1%, 0%); }
  100% {
    opacity: 0;
    -moz-transform: translate(1%, 0%); } }

@keyframes cloud2fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(-2%, 0%);
    transform: translate(-2%, 0%); }
  20% {
    opacity: 1;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  50% {
    opacity: 1;
    -webkit-transform: translate(0.5%, 0%);
    transform: translate(0.5%, 0%); }
  60% {
    opacity: 0;
    -webkit-transform: translate(1%, 0%);
    transform: translate(1%, 0%); }
  100% {
    opacity: 0;
    -webkit-transform: translate(1%, 0%);
    transform: translate(1%, 0%); } }

/*--> cloud3fadeIn ----------------------------------------------------------------------------*/
@-webkit-keyframes cloud3fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(1%, 0%); }
  30% {
    opacity: 1;
    -webkit-transform: translate(0%, 0%); }
  50% {
    opacity: 1;
    -webkit-transform: translate(0.5%, 0%); }
  60% {
    opacity: 0;
    -webkit-transform: translate(-1%, 0%); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-1%, 0%); } }

@-moz-keyframes cloud3fadeIn {
  0% {
    opacity: 0;
    -moz-transform: translate(1%, 0%); }
  30% {
    opacity: 1;
    -moz-transform: translate(0%, 0%); }
  50% {
    opacity: 1;
    -moz-transform: translate(0.5%, 0%); }
  60% {
    opacity: 0;
    -moz-transform: translate(-1%, 0%); }
  100% {
    opacity: 0;
    -moz-transform: translate(-1%, 0%); } }

@keyframes cloud3fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(1%, 0%);
    transform: translate(1%, 0%); }
  30% {
    opacity: 1;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  50% {
    opacity: 1;
    -webkit-transform: translate(0.5%, 0%);
    transform: translate(0.5%, 0%); }
  60% {
    opacity: 0;
    -webkit-transform: translate(-1%, 0%);
    transform: translate(-1%, 0%); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-1%, 0%);
    transform: translate(-1%, 0%); } }

/*--> car-1 ----------------------------------------------------------------------------*/
@-webkit-keyframes car-1 {
  0% {
    -webkit-transform: translate(42%, -45%); }
  40% {
    -webkit-transform: translate(42%, -45%); }
  100% {
    -webkit-transform: translate(0%, 0%); } }

@-moz-keyframes car-1 {
  0% {
    -moz-transform: translate(42%, -45%); }
  40% {
    -moz-transform: translate(42%, -45%); }
  100% {
    -moz-transform: translate(0%, 0%); } }

@keyframes car-1 {
  0% {
    -webkit-transform: translate(42%, -45%);
    transform: translate(42%, -45%); }
  40% {
    -webkit-transform: translate(42%, -45%);
    transform: translate(42%, -45%); }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); } }

/*--> car-2 ----------------------------------------------------------------------------*/
@-webkit-keyframes car-2 {
  0% {
    -webkit-transform: translate(-82%, 83%); }
  20% {
    -webkit-transform: translate(-82%, 83%); }
  60% {
    -webkit-transform: translate(-2%, 1%); }
  80% {
    -webkit-transform: translate(-2%, 1%); }
  100% {
    -webkit-transform: translate(42%, -45%); } }

@-moz-keyframes car-2 {
  0% {
    -moz-transform: translate(-82%, 83%); }
  20% {
    -moz-transform: translate(-82%, 83%); }
  60% {
    -moz-transform: translate(-2%, 1%); }
  80% {
    -moz-transform: translate(-2%, 1%); }
  100% {
    -moz-transform: translate(42%, -45%); } }

@keyframes car-2 {
  0% {
    -webkit-transform: translate(-82%, 83%);
    transform: translate(-82%, 83%); }
  20% {
    -webkit-transform: translate(-82%, 83%);
    transform: translate(-82%, 83%); }
  60% {
    -webkit-transform: translate(-2%, 1%);
    transform: translate(-2%, 1%); }
  80% {
    -webkit-transform: translate(-2%, 1%);
    transform: translate(-2%, 1%); }
  100% {
    -webkit-transform: translate(42%, -45%);
    transform: translate(42%, -45%); } }

/*--> car-3 ----------------------------------------------------------------------------*/
@-webkit-keyframes car-3 {
  0% {
    -webkit-transform: translate(42%, -45%); }
  30% {
    -webkit-transform: translate(42%, -45%); }
  45% {
    -webkit-transform: translate(0%, 0%); }
  55% {
    -webkit-transform: translate(0%, 0%); }
  90% {
    -webkit-transform: translate(-80%, 85%); }
  100% {
    -webkit-transform: translate(-80%, 85%); } }

@-moz-keyframes car-3 {
  0% {
    -moz-transform: translate(42%, -45%); }
  30% {
    -moz-transform: translate(42%, -45%); }
  45% {
    -moz-transform: translate(0%, 0%); }
  55% {
    -moz-transform: translate(0%, 0%); }
  90% {
    -moz-transform: translate(-80%, 85%); }
  100% {
    -moz-transform: translate(-80%, 85%); } }

@keyframes car-3 {
  0% {
    -webkit-transform: translate(42%, -45%);
    transform: translate(42%, -45%); }
  30% {
    -webkit-transform: translate(42%, -45%);
    transform: translate(42%, -45%); }
  45% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  55% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  90% {
    -webkit-transform: translate(-80%, 85%);
    transform: translate(-80%, 85%); }
  100% {
    -webkit-transform: translate(-80%, 85%);
    transform: translate(-80%, 85%); } }

/*--> car-4 ----------------------------------------------------------------------------*/
@-webkit-keyframes car-4 {
  0% {
    -webkit-transform: translate(42%, -45%); }
  20% {
    -webkit-transform: translate(42%, -45%); }
  40% {
    -webkit-transform: translate(0%, 0%); }
  60% {
    -webkit-transform: translate(0%, 0%); }
  80% {
    -webkit-transform: translate(-60%, 62%); }
  100% {
    -webkit-transform: translate(-60%, 62%); } }

@-moz-keyframes car-4 {
  0% {
    -moz-transform: translate(42%, -45%); }
  20% {
    -moz-transform: translate(42%, -45%); }
  40% {
    -moz-transform: translate(0%, 0%); }
  60% {
    -moz-transform: translate(0%, 0%); }
  80% {
    -moz-transform: translate(-60%, 62%); }
  100% {
    -moz-transform: translate(-60%, 62%); } }

@keyframes car-4 {
  0% {
    -webkit-transform: translate(42%, -45%);
    transform: translate(42%, -45%); }
  20% {
    -webkit-transform: translate(42%, -45%);
    transform: translate(42%, -45%); }
  40% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  60% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  80% {
    -webkit-transform: translate(-60%, 62%);
    transform: translate(-60%, 62%); }
  100% {
    -webkit-transform: translate(-60%, 62%);
    transform: translate(-60%, 62%); } }

/*--> car-5 ----------------------------------------------------------------------------*/
@-webkit-keyframes car-5 {
  0% {
    -webkit-transform: translate(15%, 15.5%); }
  50% {
    -webkit-transform: translate(15%, 15.5%); }
  55% {
    -webkit-transform: translate(0%, 0%); }
  65% {
    -webkit-transform: translate(0%, 0%); }
  85% {
    -webkit-transform: translate(-50%, -51%); }
  100% {
    -webkit-transform: translate(-50%, -51%); } }

@-moz-keyframes car-5 {
  0% {
    -moz-transform: translate(15%, 15.5%); }
  50% {
    -moz-transform: translate(15%, 15.5%); }
  55% {
    -moz-transform: translate(0%, 0%); }
  65% {
    -moz-transform: translate(0%, 0%); }
  85% {
    -moz-transform: translate(-50%, -51%); }
  100% {
    -moz-transform: translate(-50%, -51%); } }

@keyframes car-5 {
  0% {
    -webkit-transform: translate(15%, 15.5%);
    transform: translate(15%, 15.5%); }
  50% {
    -webkit-transform: translate(15%, 15.5%);
    transform: translate(15%, 15.5%); }
  55% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  65% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  85% {
    -webkit-transform: translate(-50%, -51%);
    transform: translate(-50%, -51%); }
  100% {
    -webkit-transform: translate(-50%, -51%);
    transform: translate(-50%, -51%); } }

/*--> carYatung ----------------------------------------------------------------------------*/
@-webkit-keyframes carYatung {
  0% {
    -webkit-transform: translate(42%, -45%); }
  20% {
    -webkit-transform: translate(0%, 0%); }
  40% {
    -webkit-transform: translate(0%, 0%); }
  60% {
    -webkit-transform: translate(-40%, 42%); }
  100% {
    -webkit-transform: translate(-40%, 42%); } }

@-moz-keyframes carYatung {
  0% {
    moz-transform: translate(42%, -45%); }
  20% {
    moz-transform: translate(0%, 0%); }
  40% {
    moz-transform: translate(0%, 0%); }
  60% {
    moz-transform: translate(-40%, 42%); }
  100% {
    moz-transform: translate(-40%, 42%); } }

@keyframes carYatung {
  0% {
    -webkit-transform: translate(42%, -45%);
    transform: translate(42%, -45%); }
  20% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  40% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  60% {
    -webkit-transform: translate(-40%, 42%);
    transform: translate(-40%, 42%); }
  100% {
    -webkit-transform: translate(-40%, 42%);
    transform: translate(-40%, 42%); } }

/*--> marginToUp ----------------------------------------------------------------------------*/
@-webkit-keyframes marginToUp {
  0% {
    margin-top: 200px;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }

@-moz-keyframes marginToUp {
  0% {
    margin-top: 200px;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }

@keyframes marginToUp {
  0% {
    margin-top: 200px;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }

/*--> rotate360 ----------------------------------------------------------------------------*/
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes rotate360 {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }

@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*--> Shared File ----------------------------------------*/
/*--> Global ----------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  width: 100%;
  height: 100%;
  overflow: visible;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0;
  overflow: hidden; }

body {
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-family: Arial, "Microsoft JhengHei", Helvetica, sans-serif;
  font-size: 18px;
  color: #333;
  line-height: 1.6em;
  letter-spacing: 1px;
  padding: 0;
  overflow: hidden; }

input, select, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }


a,
a:visited {
  outline: none;
  /* for Firefox Google Chrome  */
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:hover {
    color: #193ea8;
    text-decoration: none; }

.hidden {
  display: none; }

.note {
  color: #193ea8;
  font-weight: normal; }

p {
  margin-bottom: 30px; }
  p.bold {
    font-weight: bold; }

.logo {
  position: fixed;
  z-index: 10;
  top: 15px;
  left: 15px; }
  .logo img {
    width: 80px; }

.copyright {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  text-align: center;
  font-size: 14px;
  line-height: 1.4em;
  padding: 10px;
  color: #fff;
  max-width: 100%; }
  .copyright a {
    color: #fff; }
    .copyright a:visited {
      color: #fff; }
    .copyright a:hover {
      color: #fff95c;
      text-decoration: underline; }
  .copyright span + span::before {
    content: '|';
    margin: 0 5px; }

/*--> To Top ----------------------------------------------------------------------------*/
#topcontrol {
  z-index: 20;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 40px;
  height: 40px; }
  #topcontrol a {
    text-align: center;
    display: block;
    opacity: 0.7;
    color: #fff;
    background: #88672d;
    width: 40px;
    height: 40px;
    border-radius: 20px; }
    #topcontrol a:before {
      display: inline-block;
      margin: 0 auto;
      line-height: 37px;
      font-size: 20px;
      font-family: "icomoon";
      content: ""; }
    #topcontrol a:visited {
      color: #c5b8a3; }
    #topcontrol a:hover {
      opacity: 1; }

/*--> Loading ----------------------------------------------------------------------------*/
.loading {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #193ea8;
  background: white;
  text-align: center; }
  .loading div {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -65px; }

/*--> Main File ----------------------------------------*/
html {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 18px; }
  html button {
    font-size: 18px; }
  html .bgArea {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0%;
    background: url(../images/bg.png) right bottom no-repeat;
    background-size: cover;
    -webkit-transform-origin: 65% 100%;
    -ms-transform-origin: 65% 100%;
    transform-origin: 65% 100%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    overflow: hidden; }
    html .bgArea.gameStart {
      animation-duration: 1s;
      animation-name: gameStart;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-timing-function: ease;
      animation-delay: 0s;
      animation-fill-mode: forwards;
      -webkit-animation-duration: 1s;
      -webkit-animation-name: gameStart;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-timing-function: ease;
      -webkit-animation-delay: 0s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-duration: 1s;
      -moz-animation-timing-function: ease;
      -moz-animation-name: gameStart;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0s;
      -moz-animation-fill-mode: forwards; }
    html .bgArea.q1 .floorArea .floor.floor-2 {
      animation-duration: 0.8s;
      animation-name: fadeIn;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-timing-function: ease;
      animation-delay: 0s;
      animation-fill-mode: forwards;
      -webkit-animation-duration: 0.8s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-timing-function: ease;
      -webkit-animation-delay: 0s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-duration: 0.8s;
      -moz-animation-timing-function: ease;
      -moz-animation-name: fadeIn;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0s;
      -moz-animation-fill-mode: forwards; }
    html .bgArea.q2 {
      top: 20%; }
      html .bgArea.q2 .floorArea .floor.floor-3 {
        animation-duration: 0.8s;
        animation-name: fadeIn;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-timing-function: ease;
        animation-delay: 0s;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 0.8s;
        -webkit-animation-name: fadeIn;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-direction: normal;
        -webkit-animation-timing-function: ease;
        -webkit-animation-delay: 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-duration: 0.8s;
        -moz-animation-timing-function: ease;
        -moz-animation-name: fadeIn;
        -moz-animation-iteration-count: 1;
        -moz-animation-direction: normal;
        -moz-animation-delay: 0s;
        -moz-animation-fill-mode: forwards; }
      html .bgArea.q2 .floorArea .floor.floor-2 {
        animation-duration: 0.5s;
        animation-name: fadeOut;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-timing-function: ease;
        animation-delay: 0s;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 0.5s;
        -webkit-animation-name: fadeOut;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-direction: normal;
        -webkit-animation-timing-function: ease;
        -webkit-animation-delay: 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-duration: 0.5s;
        -moz-animation-timing-function: ease;
        -moz-animation-name: fadeOut;
        -moz-animation-iteration-count: 1;
        -moz-animation-direction: normal;
        -moz-animation-delay: 0s;
        -moz-animation-fill-mode: forwards; }
    html .bgArea.q3 {
      top: 60%; }
      html .bgArea.q3 .floorArea .floor.floor-4 {
        animation-duration: 0.8s;
        animation-name: fadeIn;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-timing-function: ease;
        animation-delay: 0s;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 0.8s;
        -webkit-animation-name: fadeIn;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-direction: normal;
        -webkit-animation-timing-function: ease;
        -webkit-animation-delay: 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-duration: 0.8s;
        -moz-animation-timing-function: ease;
        -moz-animation-name: fadeIn;
        -moz-animation-iteration-count: 1;
        -moz-animation-direction: normal;
        -moz-animation-delay: 0s;
        -moz-animation-fill-mode: forwards; }
      html .bgArea.q3 .floorArea .floor.floor-3 {
        animation-duration: 0.5s;
        animation-name: fadeOut;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-timing-function: ease;
        animation-delay: 0s;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 0.5s;
        -webkit-animation-name: fadeOut;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-direction: normal;
        -webkit-animation-timing-function: ease;
        -webkit-animation-delay: 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-duration: 0.5s;
        -moz-animation-timing-function: ease;
        -moz-animation-name: fadeOut;
        -moz-animation-iteration-count: 1;
        -moz-animation-direction: normal;
        -moz-animation-delay: 0s;
        -moz-animation-fill-mode: forwards; }
    html .bgArea.q4 {
      top: 120%; }
      html .bgArea.q4 .floorArea .floor.floor-5 {
        animation-duration: 0.8s;
        animation-name: fadeIn;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-timing-function: ease;
        animation-delay: 0s;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 0.8s;
        -webkit-animation-name: fadeIn;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-direction: normal;
        -webkit-animation-timing-function: ease;
        -webkit-animation-delay: 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-duration: 0.8s;
        -moz-animation-timing-function: ease;
        -moz-animation-name: fadeIn;
        -moz-animation-iteration-count: 1;
        -moz-animation-direction: normal;
        -moz-animation-delay: 0s;
        -moz-animation-fill-mode: forwards; }
      html .bgArea.q4 .floorArea .floor.floor-1 {
        animation-duration: 0.5s;
        animation-name: fadeOut;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-timing-function: ease;
        animation-delay: 0s;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 0.5s;
        -webkit-animation-name: fadeOut;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-direction: normal;
        -webkit-animation-timing-function: ease;
        -webkit-animation-delay: 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-duration: 0.5s;
        -moz-animation-timing-function: ease;
        -moz-animation-name: fadeOut;
        -moz-animation-iteration-count: 1;
        -moz-animation-direction: normal;
        -moz-animation-delay: 0s;
        -moz-animation-fill-mode: forwards; }
      html .bgArea.q4 .floorArea .floor.floor-4 {
        animation-duration: 0.5s;
        animation-name: fadeOut;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-timing-function: ease;
        animation-delay: 0s;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 0.5s;
        -webkit-animation-name: fadeOut;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-direction: normal;
        -webkit-animation-timing-function: ease;
        -webkit-animation-delay: 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-duration: 0.5s;
        -moz-animation-timing-function: ease;
        -moz-animation-name: fadeOut;
        -moz-animation-iteration-count: 1;
        -moz-animation-direction: normal;
        -moz-animation-delay: 0s;
        -moz-animation-fill-mode: forwards; }
    html .bgArea.q5 {
      top: 150%; }
      html .bgArea.q5 .floorArea .floor.floor-end {
        animation-duration: 0.8s;
        animation-name: fadeIn;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-timing-function: ease;
        animation-delay: 0s;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 0.8s;
        -webkit-animation-name: fadeIn;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-direction: normal;
        -webkit-animation-timing-function: ease;
        -webkit-animation-delay: 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-duration: 0.8s;
        -moz-animation-timing-function: ease;
        -moz-animation-name: fadeIn;
        -moz-animation-iteration-count: 1;
        -moz-animation-direction: normal;
        -moz-animation-delay: 0s;
        -moz-animation-fill-mode: forwards; }
      html .bgArea.q5 .floorArea .floor.floor-5 {
        animation-duration: 0.5s;
        animation-name: fadeOut;
        animation-iteration-count: 1;
        animation-direction: normal;
        animation-timing-function: ease;
        animation-delay: 0s;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 0.5s;
        -webkit-animation-name: fadeOut;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-direction: normal;
        -webkit-animation-timing-function: ease;
        -webkit-animation-delay: 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-duration: 0.5s;
        -moz-animation-timing-function: ease;
        -moz-animation-name: fadeOut;
        -moz-animation-iteration-count: 1;
        -moz-animation-direction: normal;
        -moz-animation-delay: 0s;
        -moz-animation-fill-mode: forwards; }
      html .bgArea.q5 .cloudArea .cloud.cloud-1 {
        animation-duration: 5s;
        animation-name: cloud1fadeIn;
        animation-iteration-count: infinite;
        animation-direction: normal;
        animation-timing-function: linear;
        animation-delay: 0.8s;
        animation-fill-mode: initial;
        -webkit-animation-duration: 5s;
        -webkit-animation-name: cloud1fadeIn;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        -webkit-animation-timing-function: linear;
        -webkit-animation-delay: 0.8s;
        -webkit-animation-fill-mode: initial;
        -moz-animation-duration: 5s;
        -moz-animation-timing-function: linear;
        -moz-animation-name: cloud1fadeIn;
        -moz-animation-iteration-count: infinite;
        -moz-animation-direction: normal;
        -moz-animation-delay: 0.8s;
        -moz-animation-fill-mode: initial; }
      html .bgArea.q5 .cloudArea .cloud.cloud-2 {
        animation-duration: 5s;
        animation-name: cloud2fadeIn;
        animation-iteration-count: infinite;
        animation-direction: normal;
        animation-timing-function: linear;
        animation-delay: 3s;
        animation-fill-mode: initial;
        -webkit-animation-duration: 5s;
        -webkit-animation-name: cloud2fadeIn;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        -webkit-animation-timing-function: linear;
        -webkit-animation-delay: 3s;
        -webkit-animation-fill-mode: initial;
        -moz-animation-duration: 5s;
        -moz-animation-timing-function: linear;
        -moz-animation-name: cloud2fadeIn;
        -moz-animation-iteration-count: infinite;
        -moz-animation-direction: normal;
        -moz-animation-delay: 3s;
        -moz-animation-fill-mode: initial; }
      html .bgArea.q5 .cloudArea .cloud.cloud-3 {
        animation-duration: 5s;
        animation-name: cloud3fadeIn;
        animation-iteration-count: infinite;
        animation-direction: normal;
        animation-timing-function: linear;
        animation-delay: 3.6s;
        animation-fill-mode: initial;
        -webkit-animation-duration: 5s;
        -webkit-animation-name: cloud3fadeIn;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        -webkit-animation-timing-function: linear;
        -webkit-animation-delay: 3.6s;
        -webkit-animation-fill-mode: initial;
        -moz-animation-duration: 5s;
        -moz-animation-timing-function: linear;
        -moz-animation-name: cloud3fadeIn;
        -moz-animation-iteration-count: infinite;
        -moz-animation-direction: normal;
        -moz-animation-delay: 3.6s;
        -moz-animation-fill-mode: initial; }
    html .bgArea.state-completed {
      top: 150%;
      -ms-transform: scale(2.5);
      transform: scale(2.5);
      -webkit-transform: scale(2.5);
      moz-transform: scale(2.5);
      animation-duration: 1s;
      animation-name: gameEnd;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-timing-function: ease;
      animation-delay: 0;
      animation-fill-mode: forwards;
      -webkit-animation-duration: 1s;
      -webkit-animation-name: gameEnd;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-timing-function: ease;
      -webkit-animation-delay: 0;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-duration: 1s;
      -moz-animation-timing-function: ease;
      -moz-animation-name: gameEnd;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0;
      -moz-animation-fill-mode: forwards; }
  html .carArea {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
    html .carArea .car {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
    html .carArea .car-1 {
      background: url(../images/cars/car-1.png) right bottom no-repeat;
      background-size: cover;
      -webkit-transform-origin: 65% 100%;
      -ms-transform-origin: 65% 100%;
      transform-origin: 65% 100%; }
    html .carArea .car-6 {
      background: url(../images/cars/car-6.png) right bottom no-repeat;
      background-size: cover;
      -webkit-transform-origin: 65% 100%;
      -ms-transform-origin: 65% 100%;
      transform-origin: 65% 100%; }
    html .carArea .car-7 {
      background: url(../images/cars/car-7.png) right bottom no-repeat;
      background-size: cover;
      -webkit-transform-origin: 65% 100%;
      -ms-transform-origin: 65% 100%;
      transform-origin: 65% 100%; }
    html .carArea .car-8 {
      background: url(../images/cars/car-8.png) right bottom no-repeat;
      background-size: cover;
      -webkit-transform-origin: 65% 100%;
      -ms-transform-origin: 65% 100%;
      transform-origin: 65% 100%; }
    html .carArea .car-yatung {
      background: url(../images/cars/car-move.svg) right bottom no-repeat;
      background-size: cover;
      -webkit-transform-origin: 65% 100%;
      -ms-transform-origin: 65% 100%;
      transform-origin: 65% 100%; }
  html .floorArea {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
    html .floorArea .floor {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      opacity: 0; }
    html .floorArea .floor-1 {
      opacity: 1;
      background: url(../images/floor-1.png) right bottom no-repeat;
      background-size: cover;
      -webkit-transform-origin: 65% 100%;
      -ms-transform-origin: 65% 100%;
      transform-origin: 65% 100%; }
    html .floorArea .floor-2 {
      background: url(../images/floor-2.png) right bottom no-repeat;
      background-size: cover;
      -webkit-transform-origin: 65% 100%;
      -ms-transform-origin: 65% 100%;
      transform-origin: 65% 100%; }
    html .floorArea .floor-3 {
      background: url(../images/floor-3.png) right bottom no-repeat;
      background-size: cover;
      -webkit-transform-origin: 65% 100%;
      -ms-transform-origin: 65% 100%;
      transform-origin: 65% 100%; }
    html .floorArea .floor-4 {
      background: url(../images/floor-4.png) right bottom no-repeat;
      background-size: cover;
      -webkit-transform-origin: 65% 100%;
      -ms-transform-origin: 65% 100%;
      transform-origin: 65% 100%; }
    html .floorArea .floor-5 {
      background: url(../images/floor-5.png) right bottom no-repeat;
      background-size: cover;
      -webkit-transform-origin: 65% 100%;
      -ms-transform-origin: 65% 100%;
      transform-origin: 65% 100%; }
    html .floorArea .floor-end {
      background: url(../images/floor-end.png) right bottom no-repeat;
      background-size: cover;
      -webkit-transform-origin: 65% 100%;
      -ms-transform-origin: 65% 100%;
      transform-origin: 65% 100%; }
  html .cloudArea {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
    html .cloudArea .cloud {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
    html .cloudArea .cloud-1 {
      background: url(../images/clouds/cloud-1.png) right bottom no-repeat;
      background-size: cover;
      -webkit-transform-origin: 65% 100%;
      -ms-transform-origin: 65% 100%;
      transform-origin: 65% 100%;
      opacity: 0;
      -webkit-transform: translate(1%, 0%);
      -ms-transform: translate(1%, 0%);
      transform: translate(1%, 0%); }
    html .cloudArea .cloud-2 {
      background: url(../images/clouds/cloud-2.png) right bottom no-repeat;
      background-size: cover;
      -webkit-transform-origin: 65% 100%;
      -ms-transform-origin: 65% 100%;
      transform-origin: 65% 100%;
      opacity: 0;
      -webkit-transform: translate(-2%, 0%);
      -ms-transform: translate(-2%, 0%);
      transform: translate(-2%, 0%); }
    html .cloudArea .cloud-3 {
      background: url(../images/clouds/cloud-3.png) right bottom no-repeat;
      background-size: cover;
      -webkit-transform-origin: 65% 100%;
      -ms-transform-origin: 65% 100%;
      transform-origin: 65% 100%;
      opacity: 0;
      -webkit-transform: translate(1%, 0%);
      -ms-transform: translate(1%, 0%);
      transform: translate(1%, 0%); }
  html .quizArea {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(25, 62, 168, 0.9);
    color: #fff;
    width: 400px;
    min-height: 370px; }
    html .quizArea .quiz-area {
      position: relative; }
    html .quizArea .intro-screen {
      padding: 40px; }
      html .quizArea .intro-screen .main-title {
        font-size: 30px;
        line-height: 1.4;
        color: #fff95c;
        margin-bottom: 80px; }
      html .quizArea .intro-screen .intro-content {
        font-size: 24px;
        line-height: 1.4;
        color: #fff95c;
        margin-bottom: 80px; }
      html .quizArea .intro-screen .btnGo {
        padding: 6px 40px;
        font-size: 22px;
        background: #fff95c;
        color: #193ea8;
        border: none;
        cursor: pointer;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        html .quizArea .intro-screen .btnGo:hover {
          background: #fff;
          -webkit-transform: translateY(-2px);
          -ms-transform: translateY(-2px);
          transform: translateY(-2px);
          cursor: pointer; }
    html .quizArea .quiz-content {
      display: none;
      padding: 40px; }
      html .quizArea .quiz-content .optionsArea {
        margin-top: 20px; }
      html .quizArea .quiz-content button {
        background: #fff95c;
        color: #193ea8;
        border: 1px solid #fff95c;
        display: inline-block;
        vertical-align: top;
        outline: none;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        display: block;
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
        padding: 10px 15px;
        outline: none; }
        html .quizArea .quiz-content button:visited, html .quizArea .quiz-content button:active, html .quizArea .quiz-content button:focus {
          color: #193ea8;
          text-decoration: none; }
        html .quizArea .quiz-content button:hover {
          background: #333;
          color: #193ea8;
          background: #9febda;
          text-decoration: none;
          cursor: pointer;
          border: 1px solid #9febda; }

.progress-steps {
  position: absolute;
  width: 100%;
  top: -60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.step-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .step-group .active .step-line {
    background: #2044a5; }
  .step-group.active .step-line {
    background: #2044a5; }
  .step-group.active .step {
    background: #2044a5;
    border-color: #2044a5;
    color: #fff; }

.step-line {
  width: 40px;
  height: 5px;
  background: #bbb;
  -webkit-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease; }

.step {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 5px solid #bbb;
  background: #bbb;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.quiz-overlay-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: rgba(255, 255, 255, 0.98);
  z-index: 100;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 5px solid transparent; }
  .quiz-overlay-card #modal-title {
    font-size: 30px;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin: 0 0 20px 0; }
    .quiz-overlay-card #modal-title::before {
      content: '';
      display: block;
      width: 60px;
      height: 60px;
      margin: 0 auto 10px;
      background-size: contain;
      background-repeat: no-repeat; }
  .quiz-overlay-card.is-correct {
    background: #66b04f; }
    .quiz-overlay-card.is-correct * {
      position: relative;
      z-index: 5; }
    .quiz-overlay-card.is-correct::before {
      content: '';
      position: absolute;
      z-index: 0;
      left: -5px;
      top: 0;
      right: -5px;
      bottom: 0;
      min-height: 370px;
      background: #66b04f; }
    .quiz-overlay-card.is-correct #modal-title::before {
      background-image: url("../images/icon-correct.svg"); }
    .quiz-overlay-card.is-correct #modal-next-btn {
      background: #35801e; }
  .quiz-overlay-card.is-wrong {
    background: #df5050; }
    .quiz-overlay-card.is-wrong #modal-title::before {
      background-image: url("../images/icon-wrong.svg"); }
    .quiz-overlay-card.is-wrong #modal-next-btn {
      background: #b02626; }

.modal-content {
  padding: 40px;
  text-align: left; }
  .modal-content h4 {
    margin-bottom: 20px; }

#modal-next-btn {
  display: block;
  margin: 0 auto 0 auto;
  padding: 8px 20px;
  background: #4A90E2;
  color: white;
  border: none;
  cursor: pointer; }

.final-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 18px;
  padding: 40px; }
  .final-overlay h2 {
    font-size: 24px;
    line-height: 1.4;
    color: #fff95c; }
  .final-overlay .mark {
    color: #8ff4ff; }

#complete-body {
  margin: 20px 0;
  line-height: 1.8; }

button.btnReplay {
  padding: 6px 40px;
  font-size: 22px;
  background: #fff95c;
  color: #193ea8;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  button.btnReplay:hover {
    background: #fff;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    cursor: pointer; }

/*--> RWD File -----------------------------------------*/
/*--> RWD ----------------------------------------------------------------------------*/
@media all and (max-width: 800px) {
  html body {
    position: relative; }
  html button.btnReplay {
    font-size: 18px; }
  html .copyright {
    background: #193ea8;
    height: 60px; }
    html .copyright span {
      display: block; }
      html .copyright span + span::before {
        display: none; }
  html .final-overlay {
    padding: 20px; }
  html #complete-body {
    margin: 10px 0; }
  html .bgArea {
    left: auto;
    height: 55%;
    background: url(../images/phone/bg.png) center bottom no-repeat;
    background-size: cover;
    -webkit-transform-origin: 47% 100%;
    -ms-transform-origin: 47% 100%;
    transform-origin: 47% 100%; }
    html .bgArea.q2 {
      top: 5%; }
    html .bgArea.q3 {
      top: 34%; }
    html .bgArea.q4 {
      top: 65%; }
    html .bgArea.q5 {
      top: 81%; }
    html .bgArea.state-completed {
      top: 81%;
      animation-duration: 1s;
      animation-name: gameEndPhone;
      animation-iteration-count: 1;
      animation-direction: normal;
      animation-timing-function: ease;
      animation-delay: 0;
      animation-fill-mode: forwards;
      -webkit-animation-duration: 1s;
      -webkit-animation-name: gameEndPhone;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-direction: normal;
      -webkit-animation-timing-function: ease;
      -webkit-animation-delay: 0;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-duration: 1s;
      -moz-animation-timing-function: ease;
      -moz-animation-name: gameEndPhone;
      -moz-animation-iteration-count: 1;
      -moz-animation-direction: normal;
      -moz-animation-delay: 0;
      -moz-animation-fill-mode: forwards; }
  html .carArea .car-1 {
    background: url(../images/phone/cars/car-1.png) center bottom no-repeat;
    background-size: cover;
    -webkit-transform-origin: 47% 100%;
    -ms-transform-origin: 47% 100%;
    transform-origin: 47% 100%; }
  html .carArea .car-6 {
    background: url(../images/phone/cars/car-6.png) center bottom no-repeat;
    background-size: cover;
    -webkit-transform-origin: 47% 100%;
    -ms-transform-origin: 47% 100%;
    transform-origin: 47% 100%; }
  html .carArea .car-7 {
    background: url(../images/phone/cars/car-7.png) center bottom no-repeat;
    background-size: cover;
    -webkit-transform-origin: 47% 100%;
    -ms-transform-origin: 47% 100%;
    transform-origin: 47% 100%; }
  html .carArea .car-8 {
    background: url(../images/phone/cars/car-8.png) center bottom no-repeat;
    background-size: cover;
    -webkit-transform-origin: 47% 100%;
    -ms-transform-origin: 47% 100%;
    transform-origin: 47% 100%; }
  html .carArea .car-yatung {
    background: url(../images/phone/cars/car-move.svg) center bottom no-repeat;
    background-size: cover;
    -webkit-transform-origin: 47% 100%;
    -ms-transform-origin: 47% 100%;
    transform-origin: 47% 100%; }
  html .floorArea .floor-1 {
    background: url(../images/phone/floor-1.png) center bottom no-repeat;
    background-size: cover;
    -webkit-transform-origin: 47% 100%;
    -ms-transform-origin: 47% 100%;
    transform-origin: 47% 100%; }
  html .floorArea .floor-2 {
    background: url(../images/phone/floor-2.png) center bottom no-repeat;
    background-size: cover;
    -webkit-transform-origin: 47% 100%;
    -ms-transform-origin: 47% 100%;
    transform-origin: 47% 100%; }
  html .floorArea .floor-3 {
    background: url(../images/phone/floor-3.png) center bottom no-repeat;
    background-size: cover;
    -webkit-transform-origin: 47% 100%;
    -ms-transform-origin: 47% 100%;
    transform-origin: 47% 100%; }
  html .floorArea .floor-4 {
    background: url(../images/phone/floor-4.png) center bottom no-repeat;
    background-size: cover;
    -webkit-transform-origin: 47% 100%;
    -ms-transform-origin: 47% 100%;
    transform-origin: 47% 100%; }
  html .floorArea .floor-5 {
    background: url(../images/phone/floor-5.png) center bottom no-repeat;
    background-size: cover;
    -webkit-transform-origin: 47% 100%;
    -ms-transform-origin: 47% 100%;
    transform-origin: 47% 100%; }
  html .floorArea .floor-end {
    background: url(../images/phone/floor-end.png) center bottom no-repeat;
    background-size: cover;
    -webkit-transform-origin: 47% 100%;
    -ms-transform-origin: 47% 100%;
    transform-origin: 47% 100%; }
  html .cloudArea .cloud-1 {
    background: url(../images/phone/clouds/cloud-1.png) center bottom no-repeat;
    background-size: cover;
    -webkit-transform-origin: 47% 100%;
    -ms-transform-origin: 47% 100%;
    transform-origin: 47% 100%; }
  html .cloudArea .cloud-2 {
    background: url(../images/phone/clouds/cloud-2.png) center bottom no-repeat;
    background-size: cover;
    -webkit-transform-origin: 47% 100%;
    -ms-transform-origin: 47% 100%;
    transform-origin: 47% 100%; }
  html .cloudArea .cloud-3 {
    background: url(../images/phone/clouds/cloud-3.png) center bottom no-repeat;
    background-size: cover;
    -webkit-transform-origin: 47% 100%;
    -ms-transform-origin: 47% 100%;
    transform-origin: 47% 100%; }
  html .quizArea {
    left: 0;
    right: 0;
    top: auto;
    bottom: 60px;
    width: 100%;
    max-width: 100%;
    background: #193ea8;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    font-size: 16px; }
    html .quizArea .intro-screen {
      padding: 20px; }
      html .quizArea .intro-screen .main-title {
        font-size: 24px; }
      html .quizArea .intro-screen .intro-content {
        font-size: 20px;
        margin-bottom: 40px; }
      html .quizArea .intro-screen .btnGo {
        font-size: 20px; }
    html .quizArea .quiz-content {
      padding: 20px; }
      html .quizArea .quiz-content button {
        font-size: 16px; }
  html .modal-content {
    padding: 20px; }
  html .quiz-overlay-card {
    top: auto;
    bottom: 0; }
    html .quiz-overlay-card #modal-title {
      font-size: 24px;
      padding-bottom: 10px; }
      html .quiz-overlay-card #modal-title::before {
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 30px;
        margin-right: 20px; }
  html .progress-steps {
    padding-left: 20px;
    top: -30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start; }
  html .step {
    width: 20px;
    height: 20px; }
  html .step-line {
    width: 20px; } }
