@charset "utf-8";

/* CSS Document */
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;600;700&display=swap');

@font-face {
    font-family: 'Soho Pro Bold';
    src: url('https://get.geneco.sg/hubfs/repository/fonts/SohoPro-Bold.woff') format('woff'), url('https://get.geneco.sg/hubfs/repository/fonts/SohoPro-Bold.otf') format('otf'), url('https://get.geneco.sg/hubfs/repository/fonts/SohoPro-Bold.eot') format('eot')
}

html {
    touch-action: manipulation;
    min-height: -webkit-fill-available
}

body {
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    min-height: -webkit-fill-available
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
span {
    font-family: 'Titillium Web', sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
span,
img {
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

.hidden {
    display: none
}

.f-blue {
    color: #001489
}

.button {
    display: block;
    font-weight: 600;
    margin-bottom: 0 auto;
    padding: 8px 25px;
    border-radius: 20px;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

.button:not(:last-child) {
    margin-bottom: 7.5px
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #001489;
    z-index: 99
}

#status {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -50px
}

#status #logo {
    max-width: 100px;
    animation-name: logo-fade;
    animation-duration: .8s
}

@keyframes logo-fade {
    0% {
        opacity: 60%
    }

    50% {
        opacity: 100%
    }

    100% {
        opacity: 60%
    }
}

#screen-rotation {
    background: #efefef;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20
}

#screen-rotation .orientation-content {
    text-align: center;
    position: absolute;
    width: 750px;
    height: 190px;
    left: calc(50% - 375px);
    top: calc(50% - 100px)
}

#screen-rotation .orientation-content img {
    max-width: 128px
}

#screen-rotation .orientation-content h2 {
    color: #001489;
    margin-top: -10px;
    margin-bottom: 0
}

#screen-rotation .orientation-content p {
    color: #333;
    margin-top: 0
}

#game-container {
    width: 100%;
    max-width: 360px;
    height: 640px;
    max-height: 820px;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

#game-overlay {
    background: #fff;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0
}

#sound-menu {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    z-index: 999
}

#sound-menu .sound {
    height: 18px;
    cursor: pointer
}

#sound-menu .sound .iconify {
    cursor: pointer
}

.gameAudio {
    display: none
}

#game-background {
    width: 100%;
    height: 100%;
    max-height: 640px;
    position: absolute;
    top: 0;
    left: 0;
    background: #f3f4ff;
    z-index: -1
}

#game-background .ground {
    position: absolute;
    background: green;
    background: url(https://get.geneco.sg/hubfs/Game/Light-up/bg_ground.png) repeat-x;
    width: 100%;
    height: 120px;
    max-height: 120px;
    bottom: 0;
    z-index: 3;
    -webkit-transition: filter 1s ease-in-out;
    -moz-transition: filter 1s ease-in-out;
    -ms-transition: filter 1s ease-in-out;
    -o-transition: filter 1s ease-in-out;
    transition: filter 1s ease-in-out
}

#game-background .mountains {
    position: absolute;
    background: url(https://get.geneco.sg/hubfs/Game/Light-up/bg_mountains.png) repeat-x;
    width: 100%;
    height: 189px;
    max-height: 189px;
    bottom: 0;
    z-index: 2;
    -webkit-transition: filter 1s ease-in-out;
    -moz-transition: filter 1s ease-in-out;
    -ms-transition: filter 1s ease-in-out;
    -o-transition: filter 1s ease-in-out;
    transition: filter 1s ease-in-out
}

#game-background .sky {
    position: absolute;
    background: url(https://get.geneco.sg/hubfs/Game/Light-up/bg_cloud.png) repeat-x;
    width: 100%;
    height: 189px;
    max-height: 189px;
    bottom: 0;
    z-index: 1;
    -webkit-transition: filter 1s ease-in-out;
    -moz-transition: filter 1s ease-in-out;
    -ms-transition: filter 1s ease-in-out;
    -o-transition: filter 1s ease-in-out;
    transition: filter 1s ease-in-out
}

#game-background .cloud {
    position: absolute;
    width: 100%;
    height: 160px;
    max-height: 160px;
    top: -160px;
    left: 0;
    z-index: 1;
    -webkit-transition: filter 1s ease-in-out;
    -moz-transition: filter 1s ease-in-out;
    -ms-transition: filter 1s ease-in-out;
    -o-transition: filter 1s ease-in-out;
    transition: filter 1s ease-in-out
}

#game-background .ground.cc1,
#game-background .mountains.cc1,
#game-background .sky.cc1,
#game-background .cloud.cc1 {
    -webkit-transition: filter 12s ease-in-out;
    -moz-transition: filter 12s ease-in-out;
    -ms-transition: filter 12s ease-in-out;
    -o-transition: filter 12s ease-in-out;
    transition: filter 12s ease-in-out;
    filter: hue-rotate(225deg) brightness(0.65) grayscale(0.85)
}

#game-background .cloud img {
    display: inline
}

#game-hdb {
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 5;
    text-align: center
}

#game-hdb img {
    width: 90%
}

#btn-pause {
    z-index: 20;
    position: absolute;
    top: 5px;
    left: 10px;
    display: none;
    cursor: pointer
}

#btn-pause img {
    max-width: 24px
}

#pause-menu {
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 100%;
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

#pause-menu #menu-box {
    position: absolute;
    background: #fff;
    width: 62%;
    margin: 0 10%;
    border-radius: 15px;
    border: 5px solid #2dc84c;
    padding: 25px;
    display: none
}

#pause-menu #menu-box.active {
    transform: translateY(0)
}

#pause-menu #menu-box h3 {
    text-align: center;
    color: #001489;
    font-weight: bold
}

#pause-menu #menu-box .button .icon {
    max-width: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 1px
}

#pause-menu #menu-box #btn-resume-game.button {
    background: #4ba6de;
    background: -webkit-linear-gradient(90deg, #4dc1b2, #4ba6de);
    background: linear-gradient(90deg, #4dc1b2, #4ba6de);
    color: #fff;
    text-align: center;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

#pause-menu #menu-box #btn-resume-game.button:hover,
#pause-menu #menu-box #btn-resume-game.button:active {
    background: #6fb8e5;
    background: -webkit-linear-gradient(90deg, #4dc1b2, #4ba6de, #4ba6de, #6fb8e5);
    background: linear-gradient(90deg, #4dc1b2, #4ba6de, #4ba6de, #6fb8e5);
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

#pause-menu #menu-box #btn-restart.button,
#pause-menu #menu-box #btn-play-again.button {
    text-align: center;
    border: 2px solid #4ba6de;
    color: #4ba6de
}

#pause-menu #menu-box #btn-restart.button:hover,
#pause-menu #menu-box #btn-restart.button:active,
#pause-menu #menu-box #btn-play-again.button:hover,
#pause-menu #menu-box #btn-play-again.button:active {
    border: 2px solid #81c1e8;
    color: #81c1e8
}

#game-start-menu {
    position: absolute;
    left: calc(50% - 144px);
    background: rgba(255, 255, 255, 0.9);
    border: 5px solid #2dc84c;
    border-radius: 15px;
    z-index: 6;
    width: 72%;
    text-align: center;
    padding: 35px 25px 25px
}

#game-start-menu .ico-close {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    color: #333
}

#game-start-menu .ico-close .iconify {
    color: #333;
    width: 28px;
    height: 28px;
    cursor: pointer
}

#game-start-menu h1 {
    font-family: 'Soho Pro Bold', "Times New Roman", Times, serif;
    font-size: 2.5rem;
    color: #2dc84c;
    margin: 0 auto 15px
}

.text-green {
    color: #2dc84c;
}

#game-start-menu h1 span {
    font-size: 1.6rem;
    display: block;
    color: #001489;
    line-height: 1.2
}

#game-start-menu #btn-play.button {
    background: #4ba6de;
    background: -webkit-linear-gradient(90deg, #4dc1b2, #4ba6de);
    background: linear-gradient(90deg, #4dc1b2, #4ba6de);
    color: #fff;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

#game-start-menu #btn-play.button:hover,
#game-start-menu #btn-play.button:active {
    background: #6fb8e5;
    background: -webkit-linear-gradient(90deg, #4dc1b2, #4ba6de, #4ba6de, #6fb8e5);
    background: linear-gradient(90deg, #4dc1b2, #4ba6de, #4ba6de, #6fb8e5);
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

#game-start-menu #btn-how.button {
    border: 2px solid #4ba6de;
    color: #4ba6de
}

#game-start-menu #btn-how.button:hover,
#game-start-menu #btn-how.button:active {
    border: 2px solid #81c1e8;
    color: #81c1e8
}

#game-start-menu .how .window-demo {
    max-width: 72%;
    margin-right: -8%
}

#game-start-menu .how #step-1 .window-demo,
#game-start-menu .how #step-2 .window-demo {
    margin-right: -5%
}

#game-start-menu .how #step-5 .window-demo {
    margin-right: 0;
    max-width: 90%;
    width: 90%;
}

#game-start-menu .how h2 {
    font-family: 'Soho Pro Bold', "Times New Roman", Times, serif;
    font-size: 1.6rem;
    color: #001489
}

#game-start-menu .how h3 {
    font-size: 1.0rem
}

#game-start-menu .how .step:not(.active) {
    display: none
}

#game-start-menu .how #step-1 .btn-step,
#game-start-menu .how #step-5 .btn-step {
    width: 80%
}

#game-start-menu .how p.terms {
    font-size: .8rem
}

#game-start-menu .how .btn-step {
    width: 26%;
    font-size: 1rem;
    border: 2px solid #4ba6de;
    color: #4ba6de;
    display: inline-block
}

#game-start-menu .how .btn-step-next {
    float: right
}

#game-start-menu .how .btn-step-prev {
    float: left;
    border: 2px solid #2dc84c;
    color: #2dc84c
}

#game-start-menu .how .btn-step-prev:hover,
#game-start-menu .how .btn-step-prev:active {
    border: 2px solid #2dc84c;
    color: #2dc84c
}

#game-start-menu .how .btn-step-next:hover,
#game-start-menu .how .btn-step-next:active {
    border: 2px solid #68b4e3;
    color: #68b4e3
}

#game-start-menu .how .btn-start {
    background: -webkit-linear-gradient(90deg, #4dc1b2, #4ba6de);
    background: linear-gradient(90deg, #4dc1b2, #4ba6de);
    color: #fff;
    border: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

#game-start-menu .how .btn-start:hover,
#game-start-menu .how .btn-start:active {
    background: #6fb8e5;
    border: 0;
    background: -webkit-linear-gradient(90deg, #4dc1b2, #4ba6de, #4ba6de, #6fb8e5);
    background: linear-gradient(90deg, #4dc1b2, #4ba6de, #4ba6de, #6fb8e5);
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

#game-starting {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#game-starting .game-start-countdown {
    font-family: 'Soho Pro Bold';
    font-size: 5rem;
    color: #fff;
    text-align: center
}

#game-start .hdb-wrapper {
    position: absolute
}

#game-start .game-hdb img.game-hdb-img {
    position: absolute;
    max-width: 100%;
    transform: translate(0, 150%)
}

#game-start #game-timer {
    font-size: .8rem;
    position: absolute;
    color: #001489;
    z-index: 1;
    display: block;

    margin-top: -5px;
}

#game-start #game-timer #timer-num {
    font-weight: 700
}

#game-start #game-score {
    min-width: 200px;
    position: absolute;
    color: #636569;
    font-size: 1.2rem;
    z-index: 1;
    display: block;
    line-height: 1;
    text-align: center
}

#game-start .game-hdb {
    position: relative
}

#game-start #game-score #score-num {
    font-size: 2rem;
    color: #2dc84c;
    font-weight: 700
}

#game-start .window-wrapper {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#game-start .window-wrapper .new-row .window {
    display: inline-block;
    overflow: hidden;
    position: relative
}

#game-start .window-wrapper .new-row .window .window-img.clickable {
    filter: grayscale(80%) brightness(25%);
    -webkit-filter: grayscale(80%) brightness(25%);
    cursor: pointer;
    transition: .10s
}

#game-start .window-wrapper .new-row .window .window-img.active {
    filter: grayscale(0%) brightness(100%);
    -webkit-filter: grayscale(0%) brightness(100%);
    cursor: pointer
}

#game-start .window-wrapper .new-row .window .window-img:not(.clickable).hard1 {
    filter: grayscale(10%) brightness(80%);
    -webkit-filter: grayscale(10%) brightness(80%)
}

#game-start .window-wrapper .new-row .window .window-img:not(.clickable).hard2 {
    filter: grayscale(25%) brightness(60%);
    -webkit-filter: grayscale(25%) brightness(60%)
}

#game-start .window-wrapper .new-row .window .window-img:not(.clickable).hard3 {
    filter: grayscale(50%) brightness(40%);
    -webkit-filter: grayscale(50%) brightness(40%)
}

#game-start .window-wrapper .new-row .window .window-img:not(.clickable).hard4 {
    filter: grayscale(75%) brightness(30%);
    -webkit-filter: grayscale(75%) brightness(30%)
}

#game-start .window-wrapper .add-point {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    text-align: center;
    transform: translateY(150%);
    font-weight: bold;
    color: #2dc84c;
    font-size: 1.5rem;
    opacity: 0;
    transition: .20s;
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

#game-start .window-wrapper .add-point.active {
    animation-name: point-up;
    animation-duration: .8s
}

#game-start .window-wrapper .minus-point {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    text-align: center;
    transform: translateY(150%);
    font-weight: bold;
    color: red;
    font-size: 1.5rem;
    opacity: 0;
    transition: .20s;
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

#game-start .window-wrapper .minus-point.active {
    animation-name: point-up;
    animation-duration: .8s
}

@keyframes point-up {
    0% {
        transform: translateY(150%);
        opacity: .5
    }

    5% {
        transform: translateY(100%);
        opacity: .5
    }

    25% {
        transform: translateY(50%);
        opacity: .75
    }

    50% {
        transform: translateY(25%);
        opacity: 1.0
    }

    75% {
        transform: translateY(0%);
        opacity: .5
    }

    100% {
        transform: translateY(-25%);
        opacity: 0
    }
}

@keyframes point-up {
    0% {
        transform: translateY(150%);
        opacity: .5
    }

    5% {
        transform: translateY(100%);
        opacity: .5
    }

    25% {
        transform: translateY(50%);
        opacity: .75
    }

    50% {
        transform: translateY(25%);
        opacity: 1.0
    }

    75% {
        transform: translateY(0%);
        opacity: .5
    }

    100% {
        transform: translateY(-25%);
        opacity: 0
    }
}

#game-start .window-wrapper .blind {
    position: absolute;
    transform: translateY(-100%);
    transition: .18s;
    transition-delay: .25s;
    z-index: 1
}

#game-start .window-wrapper .blind.active {
    transform: translateY(0%)
}

#game-end {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
    text-align: center;
    transition: .80s;
    display: none
}

#game-end .end-container {
    width: 75%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 25px;
    padding: 5%;
    border: 5px solid #2dc84c;
    position: absolute;
    transform: translate(0, -150%);
    transition: ease-out .6s
}

#game-end .end-container h2 {
    font-size: 1.6rem;
    color: #001489;
    margin-bottom: 15px
}

#game-end .end-container h3 {
    font-size: 1.2rem;
    color: #4ba6de;
    margin-bottom: 0;
    line-height: 1.0
}

#game-end .end-container h3 span.final-score {
    font-family: 'Soho Pro Bold', "Times New Roman", Times, serif;
    font-size: 3.5rem;
    display: block
}

#game-end .end-container strong.dollar {
    color: #001489
}

#game-end .end-container p.first-p {
    margin-top: 5%;
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.1;
}

#game-end .end-container span.final-score {
    font-weight: bold;
    color: #001489
}

#game-end .end-container p.first-p span.final-score {
    font-weight: normal;
    color: #222
}

#game-end .end-container .ico-close {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer
}

#game-end span.final-amount {
    margin-top: 8px;
    font-weight: bold;
    color: #001489
}

#game-end .end-container #btn-submit-score {
    background: -webkit-linear-gradient(90deg, #4dc1b2, #4ba6de);
    background: linear-gradient(90deg, #4dc1b2, #4ba6de);
    color: #fff;
    border: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

#game-end .end-container #btn-submit-score:hover,
#game-end .end-container #btn-submit-score:active {
    background: #6fb8e5;
    border: 0;
    background: -webkit-linear-gradient(90deg, #4dc1b2, #4ba6de, #4ba6de, #6fb8e5);
    background: linear-gradient(90deg, #4dc1b2, #4ba6de, #4ba6de, #6fb8e5);
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

#game-end .end-container #btn-restart.button,
#game-end .end-container #btn-play-again.button {
    border: 2px solid #4ba6de;
    color: #4ba6de
}

#game-end .end-container #btn-restart.button:hover,
#game-end .end-container #btn-restart.button:active,
#game-end .end-container #btn-play-again.button:hover,
#game-end .end-container #btn-play-again.button:active {
    border: 2px solid #81c1e8;
    color: #81c1e8
}

#game-end .not-qualified,
#game-end .submission {
    display: none
}

#game-end .submission #btn-submit {
    background: -webkit-linear-gradient(90deg, #4dc1b2, #4ba6de);
    background: linear-gradient(90deg, #4dc1b2, #4ba6de);
    color: #fff;
    border: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

#game-end .submission #btn-submit:hover,
#game-end .submission #btn-submit:active {
    background: #6fb8e5;
    border: 0;
    background: -webkit-linear-gradient(90deg, #4dc1b2, #4ba6de, #4ba6de, #6fb8e5);
    background: linear-gradient(90deg, #4dc1b2, #4ba6de, #4ba6de, #6fb8e5);
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

#game-end .submission input {
    height: 35px;
    width: 90%;
    border-radius: 10px;
    border: #ccc 1px solid;
    margin: 5px 0;
    padding: 0 10px;
    color: #001489
}

#game-end .submission input[type="radio"] {
    height: 24px;
    width: 24px;
}

.align-text-left {
    text-align: left;
    padding-left: 4px;
    padding-bottom: 16px;
    padding-top: 12px;
}

#game-end .submission .form-check-inline {
    display: flex;
    align-items: center;
    gap: 8px;
}

#game-end .submission .radio-buttons {
    display: flex;

}

#game-end .submission .radio-buttons>div {
    flex: 1;
}

#game-end .submission #account-number {
    /* display: none; */
    padding-top: 12px;
}

/* #game-end .submission #btn-submit {
  margin-top: 10px
} */
#game-end .submission .error {
    font-size: .8rem;
    color: red;
    margin-top: -5px;
    margin-bottom: 5px;
    display: block
}

#game-end .submission p.terms {
    font-size: .6rem
}

#game-end .thank-you {
    display: none
}

#game-end .thank-you h2 {
    font-size: 1.6rem
}

input:focus,
textarea:focus,
select:focus {
    outline: 0;
    background: #fafafd
}

#game-end .processing {
    display: none
}

#game-end .processing p {
    color: #4ba6de;
    margin-top: 10px
}

#game-end .failure {
    display: none
}

#game-end .failure .ico-failure {
    max-width: 100px
}

#game-end .failure #btn-submit-retry.button {
    border: 2px solid #4ba6de;
    color: #4ba6de
}

#game-end .failure #btn-submit-retry.button:hover,
#game-end .failure #btn-submit-retry.button:active {
    border: 2px solid #81c1e8;
    color: #81c1e8
}

#game-end .thank-you #btn-reload.button {
    border: 2px solid #4ba6de;
    color: #4ba6de
}

#game-end .thank-you #btn-reload.button:hover,
#game-end .thank-you #btn-reload.button:active {
    border: 2px solid #81c1e8;
    color: #81c1e8
}

.hbspt-form,
#ggl-form {
    display: none
}

body.mobile {
    overflow: hidden
}

body.mobile #game-container {
    max-width: none;
    height: 100vh
}

body.mobile.ios #game-container {
    max-width: none;
    min-height: -webkit-fill-available
}

body.mobile #game-background {
    max-height: none
}

body.mobile #game-hdb {
    width: 100%
}

body.mobile #game-end .end-container h3 span.final-score {
    margin-top: 5px
}

#game-score {
    margin-top: -5px;
}


.hidden,
[hidden] {
    display: none !important
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table
}

.clearfix::after {
    clear: both
}

/* ****************************** MEDIA QUERIES ****************************** */

@media only screen and (max-height:600px) {
    body {
        font-size: 14px;
    }

    h2 {
        font-size: 1.3rem !important;
        margin-top: 0;
        margin-bottom: 0;
    }

    #game-container {
        width: 280px;
        height: 500px
    }

    #game-start-menu h1 {
        font-size: 2rem
    }

    #game-start-menu h1 span {
        font-size: 1.5rem
    }

    #game-start-menu .step p {
        font-size: 14px
    }

    #game-start-menu .how .window-demo {
        max-width: 50%
    }

    #game-start-menu .how .btn-step {
        padding: 8px 20px
    }
}

@media only screen and (min-width:601px) 
                   and (max-height:600px) {
    #game-timer,
    #game-score {
        margin-top: -14px !important;
    }
}

@media only screen and (min-width:1024px) and (max-width:1280px) 
                   and (max-height:600px) {
    body {
        font-size: 14px;
    }

    h2 {
        font-size: 1.3rem !important;
        margin-top: 0;
        margin-bottom: 0;
    }

    #game-container {
        width: 300px;
        height: 540px
    }

    #game-start-menu .how .btn-step {
        padding: 8px 20px
    }

    #game-end .thank-you h2 {
        font-size: 1.3rem
    }
}

@media only screen and (min-width:1024px) and (max-width:1280px) 
                   and (max-height:550px) {
    body {
        font-size: 13px;
    }

    h2 {
        font-size: 1.3rem !important;
        margin-top: 0;
        margin-bottom: 0;
    }

    #game-container {
        width: 280px;
        height: 500px
    }

    #game-start-menu h1 {
        font-size: 2rem
    }

    #game-start-menu h1 span {
        font-size: 1.5rem
    }

    #game-start-menu .step p {
        font-size: 14px
    }

    #game-start-menu .how .window-demo {
        max-width: 50%
    }

    #game-start-menu .how .btn-step {
        padding: 8px 20px
    }

    #game-end .thank-you h2 {
        font-size: 1.3rem
    }
}

@media only screen and (min-width:1024px) and (max-width:1280px) 
                   and (max-height:500px) {
    #game-container {
        width: 240px;
        height: 480px
    }

    body {
        font-size: 12px !important
    }

    h2 {
        font-size: 1.3rem !important;
        margin-top: 0;
        margin-bottom: 0;
    }

    #game-start-menu h1 span {
        font-size: 1.2rem
    }

    #game-start-menu .how h2 {
        font-size: 1.3rem
    }

    #game-start-menu .step p {
        font-size: 12px
    }

    #game-start-menu .how .btn-step {
        padding: 4px 10px;
        width: 35%
    }

    #game-start-menu .how .btn-step {
        float: none
    }

    #game-starting .game-start-countdown {
        font-size: 3rem
    }

    #game-end .end-container h3 span.final-score {
        font-size: 2.4rem
    }

    #game-end .thank-you h2 {
        font-size: 1.3rem
    }

    #game-start #game-score #score-num {
        font-size: 1.6rem
    }
}

/* ****************************** PRINT ****************************** */

@media print {

    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]::after {
        content: " (" attr(href) ")"
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: ""
    }

    pre {
        white-space: pre-wrap !important
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}