@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/titillium-web-v4-latin-regular.eot");
    /* IE9 Compat Modes */
    src: local("Titillium Web"), local("TitilliumWeb-Regular"), url("/fonts/titillium-web-v4-latin-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/titillium-web-v4-latin-regular.woff2") format("woff2"), url("/fonts/titillium-web-v4-latin-regular.woff") format("woff"), url("/fonts/titillium-web-v4-latin-regular.ttf") format("truetype"), url("/fonts/titillium-web-v4-latin-regular.svg#TitilliumWeb") format("svg");
    /* Legacy iOS */
}

/* titillium-web-italic - latin */
/* titillium-web-700 - latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    src: url("/fonts/titillium-web-v4-latin-700.eot");
    /* IE9 Compat Modes */
    src: local("Titillium WebBold"), local("TitilliumWeb-Bold"), url("/fonts/titillium-web-v4-latin-700.eot?#iefix") format("embedded-opentype"), url("/fonts/titillium-web-v4-latin-700.woff2") format("woff2"), url("/fonts/titillium-web-v4-latin-700.woff") format("woff"), url("/fonts/titillium-web-v4-latin-700.ttf") format("truetype"), url("/fonts/titillium-web-v4-latin-700.svg#TitilliumWeb") format("svg");
    /* Legacy iOS */
}

/* titillium-web-700italic - latin */
/* titillium-web-900 - latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 900;
    src: url("/fonts/titillium-web-v4-latin-900.eot");
    /* IE9 Compat Modes */
    src: local("Titillium WebBlack"), local("TitilliumWeb-Black"), url("/fonts/titillium-web-v4-latin-900.eot?#iefix") format("embedded-opentype"), url("/fonts/titillium-web-v4-latin-900.woff2") format("woff2"), url("/fonts/titillium-web-v4-latin-900.woff") format("woff"), url("/fonts/titillium-web-v4-latin-900.ttf") format("truetype"), url("/fonts/titillium-web-v4-latin-900.svg#TitilliumWeb") format("svg");
    /* Legacy iOS */
}

@font-face {
    font-family: 'Bowlby One SC';
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/BowlbyOneSC-Regular.ttf");
    /* IE9 Compat Modes */
    src: local("Bowlby One SC"), local("BowlbyOneSC-Regular"), url("/fonts/BowlbyOneSC-Regular.ttf") format("truetype");
    /* Legacy iOS */
}


*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
    width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: "Bowlby One SC", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #000;
    background-image: url('/images/bg.jpg');
    background-position: center top;
    background-size: 600px auto;
    background-repeat: no-repeat;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0;
    }

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
            color: inherit;
            text-decoration: none;
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #34b9b9;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1, .h1 {
    font-size: 3.125rem;
}

h2, .h2 {
    font-size: 2.5rem;
}

h3, .h3 {
    font-size: 2.1875rem;
}

h4, .h4 {
    font-size: 1.875rem;
}

h5, .h5 {
    font-size: 1.5625rem;
}

h6, .h6 {
    font-size: 1.25rem;
}

.lead {
    font-size: 2.1875rem;
    font-weight: 900;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

    .list-inline-item:not(:last-child) {
        margin-right: 0.5rem;
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.5625rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

    .blockquote-footer::before {
        content: "\2014 \00A0";
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

html, body {
    text-align: center;
}

body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    margin: 0;
}

a, button {
    transition: color .4s ease,background-color .2s ease;
}

a {
    color: #468d8d;
}

    a:hover {
        color: #0ff;
        text-decoration: none;
    }

ul {
    padding: 0;
}

li {
    display: inline-block;
}

.btn {
    padding: .25rem 1.75rem;
    border-radius: 5px;
    border: 1px solid #69fffd;
    border-width: thin;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.call-to-action {
    font-size: 2rem;
    color: #dd75ff;
    background: -webkit-linear-gradient(#ff5337 45%, #e8421d 45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}


.btn-hero {
    font-size: 2rem;
    margin: 10px 0;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1;
}
/* ===== game identity ===== */
body {
    font-family: "Titillium Web", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #0c0303;
    background-image:
        linear-gradient(to bottom, rgba(0,0,0,0.35) 0%, #0c030399 36%, #0c0303 60%, #0c0303 100%),
        url(../images/bg.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center top;
    background-size: 100% 100%, cover;
    background-attachment: fixed, fixed;
    color: #fff;
}

.page-restore {
    color: #ffae52;
    margin: 0 auto;
    text-align: center;
    max-width: 320px;
    padding-top: 14px;
}

    .page-restore h1.logo {
        background-image: url(../images/logo.png);
        background-size: auto 150px;
        background-repeat: no-repeat;
        background-position: center center;
        height: 150px;
        margin-bottom: 10px;
        text-indent: -9999px;
        filter: drop-shadow(0 2px 6px rgba(0,0,0,0.8));
    }

    .page-restore #click-no-response {
        opacity: 0;
        transition: opacity 0.4s;
    }

        .page-restore #click-no-response.active {
            opacity: 1;
        }

    .page-restore .stores {
        margin: 0 auto;
        padding: 0;
        text-align: center;
        list-style: none;
        line-height: 0;
    }

        .page-restore .stores li {
            display: inline-block;
            margin: 5px 4px;
            line-height: 0;
        }

            .page-restore .stores li img {
                height: 42px;
                width: auto;
            }

.rule {
    color: #fff;
    text-shadow: 0 1px 4px rgba(0,0,0,0.95);
}

.call-to-action {
    color: #ffae52;
    background: none;
    -webkit-background-clip: border-box;
    -webkit-text-fill-color: #ffae52;
    font-size: 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
    margin: 20px 0 10px;
    text-shadow: 0 1px 4px rgba(0,0,0,0.9);
}

.btn-hero {
    margin: 0 0 10px 0;
    z-index: 10;
    color: #10240a;
    background: linear-gradient(to bottom, #86c542 0%, #4f8f1e 100%);
    border: 0;
    border-radius: 6px;
    padding: .5rem 1.4rem;
    vertical-align: middle;
    font-size: 1.2rem;
    font-weight: 900;
    text-transform: uppercase;
    white-space: normal;
    line-height: 1.12;
    max-width: 300px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.45);
}

.btn.btn-hero:hover {
    color: #10240a;
    filter: brightness(1.08);
}

@media screen and (max-width: 374px) {
    .btn-hero { font-size: 1.05rem; }
    .page-restore { max-width: 300px; }
}
