/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[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 {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}


legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

html,
body {
    width: 100%;
    overflow-x: hidden
}

html {
    box-sizing: border-box
}

*,
*::before,
*::after {
    box-sizing: inherit
}

*{
   -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {
    position: relative
}

hr {
    display: block;
    border: 0;
    border-top-width: 1px;
    border-top-style: solid;
    margin: 0;
    margin-bottom: -1px;
    padding: 0
}

a {
    text-decoration: none;
    color: inherit
}

a.muted {
    color: inherit
}

a:hover,
a:focus {
    text-decoration: underline
}

a:visited {
    color: inherit
}

a,
a:hover,
a:focus,
a:active {
    outline: 0
}

img {
    vertical-align: middle
}
.reborn-img{
    width: 885px;
    margin-bottom:30px;
}
.media-responsive {
    max-width: 100%
}

.clearfix::after {
    content: "";
    display: table;
    clear: both
}

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

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

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

.margin-top\:0 {
    margin-top: 0
}

.margin-top\:1 {
    margin-top: 1rem
}

.margin-top\:2 {
    margin-top: 2rem
}

.display\:flex {
    display: flex
}

*.hidden {
    display: none !important
}

@media screen and (max-width: 650px) {
    .hidden-s {
        display: none
    }
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

body main {
    flex: 1;
    padding-bottom: 2rem
}
.clear{

    clear:both;

}
p.store_links {
    padding-top: 30px;
    text-align: center
}

p.store_links img {
    height: 2rem;
    margin: 0.5rem 0;
}

/* img.game-icon {
    float: right;
    margin: 0 0 0 15px;
} */
#game_desc p{
    line-height:40px;
    padding-left: 10px;
}
#game_desc ul li{
    float: left;
    list-style-type:none;
}

#game_desc .li-left,.li-right{
    width:50%;
}
#game_desc ul .li-left{
    text-align: center;
}
#game_desc ul .li-left img{
    width:80%;
    border-radius: 15px;
}
.wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0.3rem
}

.wrapper\:wide {
    max-width: 1800px
}

.grid {
    --auto-grid-min-size: 12rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(var(--auto-grid-min-size), 1fr));
    grid-gap: 1rem
}

.grid\:2 {
    --auto-grid-min-size: 18rem
}

.padded {
    padding: 0 1rem
}

.with-sidebar>* {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5rem
}

.with-sidebar>*>* {
    margin: 0.5rem
}

.sidebar {
    flex-basis: 16rem;
    flex-grow: 1
}

.not-sidebar {
    flex-basis: 0;
    flex-grow: 999;
    min-width: calc(50% - 1rem)
}

* {
    margin-top: 0;
    margin-bottom: 0
}

[class*='stack']>* {
    margin-top: 0;
    margin-bottom: 0
}

[class*='stack']>*+* {
    margin-top: var(--space)
}

.stack>* {
    --space: 1rem
}

.stack-l>* {
    --space: 2rem
}

[class*='stack']>p+p {
    --space: 1rem
}

html {
    font-size: 150%
}

h2 {
    font-weight: bold
}

h3 {
    font-weight: normal
}

body {
    font-size: .70833333rem;
    line-height: 1rem
}

h1 {
    font-size: 2.83333333rem;
    line-height: 2.8rem
}

h2 {
    font-size: 1.41666667rem;
    line-height: 2rem
}

h3 {
    font-size: 1.13333333rem;
    line-height: 1rem
}

h4 {
    font-size: .85rem;
    line-height: 1rem
}

h5,
small {
    font-size: .6375rem;
    line-height: 1rem
}

h6 {
    font-size: .49583333rem;
    line-height: 1rem
}

ul {
    padding-left: 1rem
}

ul li {
    list-style-position: outside;
    line-height: 1rem;
    padding-left: 0.2rem
}

@media screen and (max-width: 650px) {
    html {
        font-size: 140%
    }
    #game_desc .li-left, .li-right{
        width: 100%;
    }
}

.top-bar {
    background-color: #fff;
    padding: 0.5rem 0;
    position: relative
}

.top-bar .nav-wrapper {
    display: flex;
    justify-content: space-between
}

.top-bar .logo,
.top-bar .logo-wrapper {
    max-height: 3rem
}

.top-bar .navigation {
    text-align: right;
    align-self: center
}

.top-bar .toggle-button+label {
    fill: currentColor;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    border-radius: 0.25rem;
    display: inline-block;
    user-select: none
}

@media screen and (min-width: 650px) {
    .top-bar .toggle-button+label {
        display: none
    }

    .top-bar .navigation>*:last-child {
        display: block !important;
        padding: 0 !important;
        position: unset !important;
        background-color: transparent !important
    }

    .top-bar .navigation>*:last-child ul {
        flex-direction: row !important
    }

    .top-bar .navigation>*:last-child ul>*+* {
        margin-top: 0
    }
}

.top-bar ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    padding: 0;
    margin: 0
}

.top-bar ul>*+* {
    margin-top: 0.5em
}

.top-bar ul li {
    padding: 0;
    display: block
}

.top-bar ul li a {
    padding: 0 1.5ch;
    line-height: 1.5rem;
    display: block;
    border-radius: 0.25rem;
    text-decoration: none;
    color: inherit;
    fill: currentColor;
    transition: transform 0.15s;
    transition-timing-function: cubic-bezier(0.02, 0.92, 0.5, 1.45)
}

.top-bar ul li a svg {
    height: 1.1em;
    display: inline-block;
    vertical-align: baseline;
    margin-bottom: -0.2em
}

.top-bar ul li a:hover {
    background-color: #8f02ff;
    box-shadow: 0 0.1rem #7c01ca;
    color: #fff;
    transform: scale(1.1)
}

.top-bar ul li a:active {
    transform: scale(0.9)
}

.toggle-button {
    display: none
}

.toggle-button+label {
    cursor: pointer
}

.toggle-button~*:last-child {
    display: none
}

.toggle-button:checked~*:last-child {
    display: block;
    position: absolute;
    top: 4.25rem;
    right: 0;
    background-color: #fff;
    z-index: 100;
    padding: 1rem;
    border-radius: 0.25rem
}

html {
    color: #4A0E30;
    font-family: 'Muli', sans-serif
}

h1 {
    font-family: 'Francois One', sans-serif
}

footer {
    background-color: #7e01cb;
    padding: 1rem;
    text-align: center;
    color: #F9F9F9;
}

footer a,
footer a:visited {
    color: #F9F9F9;
}

a.button {
    text-align: center;
    display: inline-block;
    background-color: #7c02c9;
    color: #fff;
    padding: 0.5rem 2rem;
    border-radius: 0.25rem;
    box-shadow: 0 3px #610a71
}

a.button:hover,
a.button:visited,
a.button:focus {
    text-decoration: none
}

a.button:hover {
    background-color: #7c02c9
}

a.button:active {
    background-color: #7c02c9
}

.box {
    background-color: #096;
    padding: 1rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 5rem;
    border-bottom: 5px solid #008055;
    position: relative;
    border-radius: 3px;
    text-decoration: none
}

.card {
    padding: 1rem;
    background-color: #ddd
}

.card *:first-child {
    margin-top: 0
}

.title-bar {
    background-color: #8f02ff;
    color: #fff;
    overflow: hidden;
    padding: 1rem 0
}

.title-bar+* {
    margin-top: 2rem
}

.game-intro {
    background-color: #8f02ff;
    overflow: auto;
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
    height: 14rem;
    overflow: hidden;
    margin-bottom: 4rem;
    position: relative;
    width: 100%;
    text-align: center;
}


.game-intro .game-logo {
    max-width: 100%;
    width: 20rem;
    margin: auto;
    display: block;
    position: absolute;
    bottom: -4rem;
    right: 0;
    left: 0
}

/* .game-icon {
    width: 100px;
    height: 100px;
    border-radius: 15px;
    margin: 0 15px 0 0
} */

.game-slug {
    font-weight: normal;
    text-align: center;
    font-size: 1.105rem
}

.store-buttons {
    text-align: center
}

.store-buttons img {
    height: 2rem;
    margin: 0 0.25rem 0.5rem
}

#game_details {
    box-sizing: border-box;
    text-align: center
}

#game_details::after {
    content: "";
    clear: both;
    display: block
}

#game_video {
    width: 100%;
    padding: 0 0 56.25% 0;
    position: relative;
    margin: 0 0 30px 0
}

#game_desc {
    text-align: center;
    width: 100%;
    font-size: larger
}

.embed-responsive {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

@media screen and (min-width: 650px) {
    #game_desc {
        text-align: left;
        width: calc(100% - 300px);
        margin: 0 auto
    }
}

@media screen and (max-width: 650px) {
    .box {
        width: 85%;
        margin: auto
    }
}

.privacy-block {
    margin: 20px auto
}

.privacy-block p {
    text-align: left;
    padding-top: 20px
}

.social-links {
    padding: 10px
}

.social-links a {
    margin: 0 20px;
    line-height: 37px;
    display: inline-block;
    font-size: 14px;
    height: 32px
}

.social-links a svg {
    float: left
}

.kind-home main {
    display: flex;
    flex-flow: column
}

.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% + 2rem);
    min-height: 28rem;
    margin-bottom: -2rem;
    background-color: #492976;
    background-image: radial-gradient(#500e85, #1c143c);
    color: #fff;
    position: relative;
    flex-basis: 0;
    align-self: stretch;
    flex-grow: 1
}

.hero .splash {
    position: absolute;
    width: 100%;
    min-width: 60rem;
    top: 0;
    left: 50%;
    bottom: 0;
    margin: auto;
    z-index: 0;
    transform: translateX(-50%)
}

.hero .splash .overflown {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.hero .splash img {
    position: absolute;
    animation-duration: 4.5s;
    animation-name: hover;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out
}

.hero .splash img:nth-child(2n+2) {
    animation-duration: 4s;
    animation-delay: -0.5s;
    animation-fill-mode: both
}

.hero .splash img:nth-child(3n+3) {
    animation-duration: 5s;
    animation-direction: alternate-reverse
}

.hero .splash img:nth-child(4n+4) {
    animation-duration: 3.5s
}

@keyframes hover {
    from {
        transform: translateY(-8%);
        filter: brightness(1.2)
    }

    to {
        transform: translateY(8%);
        filter: brightness(1)
    }
}

.hero .hero-copy {
    margin-top: -2rem;
    position: relative;
    z-index: 1
}

.hero .hero-copy h1 {
    text-shadow: 0 6px 0 rgba(0, 0, 0, 0.3)
}

.box-careers {
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 3px 10px #eee;
    padding: 1rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: left;
    height: 5rem;
    position: relative;
    border-radius: 17px;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.2s;
}
.box-careers p{
    text-align: left;
}
.box-careers img {
    display: block;
    clear: both;
    height: 6rem;
    margin-left: -0.5rem;
    margin-bottom: 0rem;
    transition: all 0.2s
}

.box-careers a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.box-careers:hover {
    transform: scale(1.05)
}

.box-careers:hover img {
    margin-bottom: 1rem
}

p.store_links {
    padding-top: 30px;
    text-align: center
}

p.store_links img {
    height: 2rem;
    margin: 0.5rem 0
}

/* img.game-icon {
    margin: 0 15px 15px 0;
    float: left
} */

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
    font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif
}

#contact {
    background: #F9F9F9;
    padding: 25px;
    margin: 15px 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    border-radius: 10px
}

#contact h3 {
    display: block;
    font-size: 24px;
    font-weight: 300;
    margin-top: 40px;
    float: right
}

#contact h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
    font-weight: 400
}

fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
    text-align: left
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px
}

#contact select {
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa
}

#contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none
}

#contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #4CAF50;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px
}

#contact button[type="submit"]:hover {
    background: #43A047;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out
}

#contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5)
}

.copyright {
    text-align: center
}

#contact input:focus,
#contact select:focus,
#contact textarea:focus {
    outline: 0;
    border: 1px solid #aaa
}

::-webkit-input-placeholder {
    color: #888
}

:-moz-placeholder {
    color: #888
}

::-moz-placeholder {
    color: #888
}

:-ms-input-placeholder {
    color: #888
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block
}

.btn {
    border: 1px solid #ccc;
    background-color: white;
    padding: 10px 20px;
    font-size: 14px;
    color: #777
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}
