@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono:wght@400;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@500');
@import url('https://fonts.googleapis.com/css2?family=Oswald&amp;display=swap');

*, ::before, ::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

@viewport {
    width: device-width;
    zoom: 1.0;
} 

@-ms-viewport {
    width: device-width;
}

@font-face{
    font-family: "Montserrat";
    src: url("../fonts/Montserrat.ttf") format("truetype");
}

#main {
    min-height: 100vh;
    background-color: #000;
}

:root {
    color-scheme: only light;
  }

html {
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #171717;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
}

span {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}

span a {
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    color: inherit;
}

a {
    font-size:16px;
    text-decoration: none; 
    font-weight: 400; 
    line-height: 1.5; 
    text-align: left; 
    font-family: 'Roboto', sans-serif; 
    color:#fff; 
    list-style-type: none !important;
    margin: auto 0;
}

p {
    font-size: 1em;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}

p a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
}

h1 {
    color: rgb(255, 255, 255);
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.5em;
    cursor: pointer;
    text-align: center;
    transition: .1s ease-in-out;
    margin: 0;
    padding: 15px;
}

h2 {
    color: rgb(255, 255, 255);
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 2em;
    cursor: default;
    text-align: center;
}

h3 {
    color: rgb(255, 255, 255);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 2em;
    cursor: default;
    margin: 0;
}

h4 {
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 1em;
    text-shadow: 2px 2px #000;
    cursor: default;
    margin: 5px 0;
}

h5 {
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 3em;
    text-shadow: 2px 2px 15px #000;
    text-align: center;
    text-transform: uppercase;
    cursor: default;
    margin: 0;
}

ul {
    list-style: none;
    text-align: left;
}

header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: left;
    font-size: 17px;
    width: auto;
    position: relative;
    height: 40px;
    margin: 0 60px;
    text-align: center;
}

img {
    max-width: 100%;
    height: auto;
}

footer {
    color: rgb(255, 255, 255);
    font-size: 16px;
    width: 100%;
    background-color: rgb(23, 24, 27);
}

.cls-h8g9 {
    border-top: 3px #29addc solid;
    background-color: rgb(29, 30, 34);
    padding: 40px 0;
}

.cls-h8g9 > div {
    box-sizing: border-box;
    display: block;
    position: relative;
    text-align: center;
}

footer span {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color:rgb(209, 209, 209);
}

.cls-k6e7 {
    padding-bottom: 15px;
}

.cls-k6e7 a{
    display: inline-block;
    min-height: 25px;
    min-width: 25px;
}

.cls-l0p4 {
    font-size: .75em;
}

.cls-l0p4 a {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: underline;
}

.cls-r9l1 {
    padding-bottom: 15px;
}

.cls-s0m3 {
    background-color: rgb(23, 24, 27);
}

.cls-s0m3 ul {
    content: '';
    clear: both;
    list-style: none;
    justify-content: center;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
}

.cls-s0m3 ul li {
    display: block;
    text-align: center;
    list-style: none;
}

.cls-s0m3 ul li a {
    display: grid;
    height: min-content;
    width: min-content;
    margin: 10px;
    fill: #fff;
    transition: .2s all ease;
}

.cls-s0m3 ul li a:hover {
    fill:#29addc;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.blend-overlay {
    background-blend-mode: overlay;
}

.decoration-blue *{
    text-decoration-color: rgb(110, 200, 255);
}

.decoration-red *{
    text-decoration-color: rgb(255, 39, 39);
}

.decoration-purple *{
    text-decoration-color: rgb(181, 107, 255);
}

.box {
    padding: 25px 0;
}

.border-top {
    border-top: 1px rgb(39, 39, 39) solid;
}

.link-wrapper > div {
    display: inline-block;
    margin: 0 10px;
}

.link-wrapper > div:before {
    background-color: rgb(97, 97, 97);
    content: "";
    height: .75em;
    right: .75em;
    pointer-events: none;
    position: relative;
    width: 1px;
    display: inline-block;
}

.link-wrapper > div:first-child:before {
    display: none;
}

.link-wrapper a:hover span {
    color: rgb(255, 255, 255);
}

.container-wrap {
    -moz-box-align: center;
    box-sizing: border-box;
    align-items: center;
    text-align: center;
    padding: 0 60px;
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}

.cls-f8z9 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #000;
    z-index: 100;
    border-bottom: 1px solid #29addc;
}

.cls-l0g4 {
    pointer-events: auto;
    height: 100%;
}

.cls-l0g4 svg {
    fill: #29addc;
    width: 40px;
    width: auto;
    height: 100%;
}

.popup::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.85);
    z-index: 102;
}

.popup {
    overflow: hidden;
}

.btn {
    margin: .5rem .5em;
    vertical-align: middle;
    transition: all .2s ease;
    cursor: pointer;
}

.btn span {
    font-weight: 700;
    margin: auto 5px;
    vertical-align: middle;
    display: inline-flex;
}

.btn span svg {
    height: 2em;
    width: auto;
    margin: 0;
    padding: 0;
    transition: all .2s ease;
}

/*################
### NAVIGATION ###
################*/

.cls-1vh4 {
    display: inline-flex;
    height: 100%;
    margin-left: 15px;
}

.cls-m0b4 {
    position: absolute;
    right: 0;
    display: none;
    height: 100%;
    width: auto;
}

.cls-m0b4 input {
    display: none;
}

.cls-2x1h {
    display: block;
    width: 35px;
    margin: auto 0;
    cursor: pointer;
}

.cls-m0b4 label div {
    position: relative;
    height: 4px;
    background-color: #fff;
    margin-bottom: 7px;
    transition: .3s all ease-out;
    border-radius: 2px;
}

.cls-m0b4 label div:first-child {
    transform-origin: 0;
}

.cls-m0b4 label div:last-child {
    margin-bottom: 0;
}

.cls-m0b4 label div:nth-child(2) {
    right: 0;
}

#menu_checkbox:checked ~ .cls-w7a0 {
    height: 100%;
}
  
#menu_checkbox:checked + label div:first-child {
    width: 18px;
    left: 4px;
    transform: rotateZ(45deg);
}
  
#menu_checkbox:checked + label div:last-child {
    top: -4px;
    left: 14px;
    width: 18px;
    transform: rotateZ(45deg);
}
  
#menu_checkbox:checked + label div:nth-child(2) {
    top: 0;
    transform: rotateZ(-45deg);
}

.cls-w7a0 {
    position: fixed;
    transition: 0.2s ease-in-out;
    margin-top: 41px;
    width: 100%;
    height: 0;
    background-color: #171717;
    right: 0;
    top: 0;
    overflow: hidden;
}

.cls-r7b9 {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    pointer-events: auto;
}

.cls-r7b9 > ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.cls-r7b9 > ul > li {
    border-top: 1px solid rgb(39, 39, 39);
    border-bottom: 1px solid rgb(39, 39, 39);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    position: relative;
}

.cls-r7b9 > ul > li > input {
    width: 100%;
    height: 100%;
    position: absolute;
}

.cls-r7b9 label span {
    padding: 25px 0;
}

.cls-r7b9 button {
    padding: 15px;
}

.cls-r7b9 button input {
    height: 100%;
    width: 100%;
}

.cls-3z2f {
    position: relative;
    width: 100%;
    background-color: #171717;
    transition: .1s ease-in-out;
    overflow: hidden;
}

.cls-3z2f > ul {
    padding: 0;
}

.cls-3z2f > ul > li {
    padding: 0px 25px;
    max-height: 0px;
    box-sizing: border-box;
    transition: max-height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, padding-top 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, padding-bottom 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.cls-3z2f > ul > li > a {
    color: #171717;
    text-transform: uppercase;
}

.cls-c8k9:checked ~ .cls-3z2f > ul > li {
    padding-top: 10px;
    padding-bottom: 10px;
    max-height: 72px;
}

.cls-c8k9:checked ~ .cls-3z2f > ul > li:last-child {
    padding-bottom: 20px;
}

.cls-c8k9:checked ~ .cls-3z2f {
    background-color: #29addc;
}

.cls-c8k9:checked + label h1 {
    background-color: #29addc;
    color: #171717;
}

.cls-1g4j {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 0px;
    text-align: left;
    list-style-type: none;
    height: 100%;
}

.cls-h1g7 {
    height: 100%;
    position: relative;
}

.cls-6t7k {
    display: block;
    color: rgb(255, 255, 255);
    font-size: 1em;
    box-sizing: initial;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 15px;
    transition: .25s ease-in-out;
    cursor: pointer;
    outline-offset: 0px;
    border: medium none;
    background: none;
    overflow: visible;
    width: auto;
    height: 100%;
    appearance: none;
}

.cls-6t7k:hover {
    background-color: #29addc;
    color: #000;
}

.cls-6t7k:hover div {
    display: block;
}

.cls-m4n1 {
    display: none;
    transition: 1s ease-in-out;
    top: 100%;
    left: 0;
    max-width: 300px;
    position: absolute;
    background-color: #000;
    border-top: 1px solid #29addc;
}

.cls-m4n1 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: wrap;
    list-style-type: none;
    width: 100%;
    padding: 0;
    margin: auto;
}

.cls-m4n1 ul li {
    border-bottom: 1px solid rgb(23, 23, 23);
    height: 100%;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    transition: .15s ease-in-out;
    cursor: pointer;
}

.cls-m4n1 ul li a {
    height: calc(100% - .75em);
    width: calc(100% - 6em);
    display: inline-block;
    text-align: center;
    padding: .75em 3em;
    font-family: 'Dosis';
}

.cls-m4n1 ul li:hover {
    background-color: #29addc;
}

.cls-m4n1 ul li:hover a {
    color: rgb(14, 14, 14);
}

/*###############
### GAME PAGE ###
###############*/

.cls-1h9u {
    background: rgba(29, 30, 34, 0.95) no-repeat 50% 50%/cover;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    padding-top: 11.165rem;
    padding-bottom: 7.5rem;
}

.cls-10eb {
    margin: auto;
    width: 100%;
    padding-right: 8vw;
    padding-left: 8vw;
}

.cls-9r1g {
    max-width: 35rem;
}

.cls-h1f2 {
    margin-top: 2em;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
}

.cls-g0f9 {
    text-align: left;
    margin-top: 2em;
    margin-left: -.5rem;
    margin-right: -.5rem;
}

.cls-g0f9 a {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
    fill: #fff;
    text-transform: uppercase;
    padding: 20px;
}

.cls-g0f9 a:hover {
    background-color:#29addc;
    border: 1px solid #29addc;
    color: #171717;
    fill: #171717;
}

.cls-g2f1 {
    padding: 13em 0;
    background-image: url('../images/welcome-to-the-game-2_bg.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-color: #404040;
    background-size: cover;
}

.cls-h8g3 {
    width: 100%;
    padding: 0 8vw;
}

.cls-h8g3 h1 {
    cursor: default;
    padding-bottom: 0;
}

.cls-h8g3 h2 {
    font-family: 'Montserrat', monospace;
    font-size: 1.2em;
    text-transform: none;
}

.cls-h8b2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 3em;
}

.cls-9u1r {
    width: min-content;
    padding: 2em;
    background-color: #29addc73;
    margin: 1em;
}

.cls-9u1r h1 {
    cursor:default
}

.cls-9u1r svg {
    width: 100%;
}

.cls-9u1r p {
    margin: 1.5em 0;
    margin-top: 0;
    font-family: 'Montserrat', monospace;
    text-align: center;
}

.cls-9u1r span {
    padding: 20px 50px;
    background-color: #171717;
    border-radius: 10px;
    color: #fff;
    font-family: 'Montserrat';
    line-height: 4;
}

/*###############
### MAIN PAGE ###
###############*/

.cls-g1h2 {
    background-color: #000;
    width: 100%;
    height: 100vh;
}


.cls-9r2q {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.cls-9r2q div {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: min-content;
    display: grid;
    justify-content: center;
    padding: 0 50px;
}

.cls-9r2q div::before {
    content: '';
    background: linear-gradient(to right, #0000009e 50%, #0000);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 800px;
    z-index: 0;
}

.cls-9r2q div img {
    height: auto;
    max-width: 400px;
    margin: auto;
    margin-bottom: 2em;
    z-index: 1;
}

.cls-9r2q div a {
    margin: auto;
    margin-top: 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    padding: 15px;
    background-color: #196c8a;
    cursor: pointer;
    transition: all .2s ease;
    height: fit-content;
    width: fit-content;
    z-index: 1;
}

.cls-9r2q div a:hover {
    background-color: #fff;
    color: #171717;
}

.cls-9r2q video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*###############
### GAME PAGE ###
###############*/

.cls-1j0d {
    position: relative;
    width: 8rem;
    height: 5rem;
    border: 0.15rem solid #474747;
    margin: 20px 10px;
    cursor: pointer;
    background-color: #171717;
}

.cls-1j0d div {
    height: 3rem;
    width: 3rem;
    position: absolute;
    left: calc(50% - 1.5rem);
    top: calc(50% - 1.5rem);
}

.cls-1j0d div svg {
    height: 100%;
    width: 100%;
}

.cls-1g2u {
    position: fixed;
    z-index: 102;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 900px;
    width: 90%;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease 0s;
    pointer-events: none;
}

.cls-1g2u > div {
    position: relative;
    margin: auto;
    padding-bottom: 50%;
    z-index: 1;
    background-color: #000;
}

.cls-1g2u > div:hover + .cls-g8h1 {
    margin: 0;
}

.cls-g8h1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 4em;
    height: 4em;
    margin-right: -4em;
    background-color: #29addc;
    fill: #171717;
    transition: all .2s ease 0s;
    cursor: pointer;
}

.cls-g8h1 svg {
    height: 100%;
    width: 100%;
    transform: scale(.5);
}

.cls-g8h1:hover {
    background-color: #171717;
    fill:#29addc;
}

.cls-r2f9 {
    padding: 20px;
    min-height: 400px;
    background: rgba(29, 30, 34, 0.95) no-repeat 50% 50%/cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.cls-r2f9 > div {
    max-width: 550px;
    margin: auto;
}

.bg-left {
    background-position: 0% 50%;
}

.bg-left > div {
    margin-left: 25px;
}

.bg-right {
    background-position: 100% 50%;
}

.bg-right > div {
    margin-right: 25px;
}

/*###########
### LEGAL ###
###########*/

.cls-h9g0 {
    width: 100%;
    padding: 8em;
}

.cls-h9g0 > div {
    margin: auto;
}

.cls-h9g0 div h2 {
    line-height: 1.5;
    width: 100%;
    border-bottom: 2px solid;
}

.cls-h9g0 div h3 {
    margin-bottom: 20px;
    font-size: 1.5em;
    text-decoration: underline;
}

.cls-h9g0 div h6 {
    font-size: 1.3em;
    color: #999;
    margin: 0;
}

.cls-h9g0 div p {
    color: #999;
}

/*###########
### ABOUT ###
###########*/

.cls-g1e7 {
    height: 700px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.cls-g1e7 video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cls-g1e7 > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
}

.cls-1j2r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #000;
    justify-content: center;
}

.cls-a1f2 {
    padding: 50px 15%;
    background: no-repeat center;
    background-image: url('../images/about-image.jpg');
    background-size: 100% auto;
}

.cls-a1f2 h2 {
    margin-top: 0;
}

.cls-a1f2 h4 {
    font-size: 1.4em;
    text-shadow: none;
}

/*#############################
### CONTENT CREATOR PROGRAM ###
#############################*/

.cls-b89f {
    min-height: 100vh;
    width: 100%;
    position: relative;
    background: rgba(29, 30, 34, 0.95) no-repeat 50% 50%/cover;
}

.cls-b89f > div {
    position: absolute;
    width: 45%;
    min-width: 400px;
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: start;
    padding: 50px;
}

.cls-b89f h1 {
    font-size: 4rem;
    cursor: default;
    color: #29addc;
    padding: 15px 0;
}

.cls-b89f p {
    font-size: 1.5rem;
}

.cls-k91h {
    width: 100%;
    height: auto;
    padding: 0 5%;
    padding-top: 40px;
}

.cls-k91h > div {
    width: 100%;
    height: auto;
    position: relative;
}

.cls-k91h iframe {
    width: 100%;
    min-height: 920px;
    position: inherit;
}

.cls-o17o {
    width: 100%;
    padding: 0 5%;
    padding-top: 40px;
}


.cls-o17o h1, .cls-f48e h1, .cls-k91h h1 {
    margin: 0;
    line-height: 2;
    text-align: left;
    padding: 15px 0 0;
}

.cls-o17o p, .cls-f48e p, .cls-k91h p {
    margin-top: 0;
}

.cls-o17o h2, .cls-f48e h2 {
    margin: 0 0 0.5em;
    font-weight: normal;
}

.cls-o17o input, .cls-f48e input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

/* .cls-o17o .row, .cls-f48e .row {
    display: flex;
}
.cls-o17o .row .col, .cls-f48e .row .col {
    flex: 1;
}
.cls-o17o .row .col:last-child, .cls-f48e .row .col:last-child {
    margin-left: 1em;
} */
.cls-o17o .cls-t41p, .cls-f48e .cls-t41p {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
}
.cls-o17o .cls-g91h, .cls-f48e .cls-g91h {
    width: 100%;
    color: white;
    color: #fff;
    overflow: hidden;
}
.cls-o17o .cls-b91g, .cls-f48e .cls-b91g {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: #216e8a;
    font-weight: bold;
    cursor: pointer;
}
.cls-o17o .cls-b91g:hover, .cls-f48e .cls-b91g:hover {
    background: #228eb6;
}
.cls-o17o .cls-b91g::after, .cls-f48e .cls-b91g::after {
    content: "❯";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
}
.cls-o17o .cls-e00i, .cls-f48e .cls-e00i {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: white;
    transition: all 0.35s;
}
.cls-o17o input:checked + .cls-b91g, .cls-f48e input:checked + .cls-b91g {
    background: #1c7697;
}
.cls-o17o input:checked + .cls-b91g::after, .cls-f48e input:checked + .cls-b91g::after {
    transform: rotate(90deg);
}
.cls-o17o input:checked ~ .cls-e00i, .cls-f48e input:checked ~ .cls-e00i {
    max-height: 100vh;
    padding: 1em;
}
.cls-o17o a, .cls-f48e a {
    color: #216e8a;
}

.cls-f48e {
    padding: 40px 5%;
}

.cls-f48e p, .cls-o17o p, .cls-k91h p {
    font-size: 1.25rem;
}

/*####################
### ERROR MESSAGES ###
####################*/

.e404-container {
    height: 100vh;
    width: 100%;
    white-space: nowrap;
    word-break: normal;
    text-align: center;
    background-color: #171717;
}

.e404-content {
    vertical-align: middle;
    display: inline-block;
}

.e404-vertical-align {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.e404-content a {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.e404-container h2 {
    font-size: 1.5em;
    margin: 0;
}

.e404-content a svg {
    height: 100px;
    width: 100px;
    background-size: 100px;
    fill: #29addc;
}

.show {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

/*########################
### MOBILE COMPABILITY ###
########################*/

@media only screen and (max-width: 770px) {
    
    header {
        margin: 0 20px;
        justify-content: center;
    }

    h5 {
        font-size: 2em;
    }

    .cls-m0b4 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .cls-1vh4 {
        display: none;
    }

    .link-wrapper > div {
        display: block;
        margin: 10px 0;
    }

    .link-wrapper > div:before {
        display: none;
    }

    .game_preview {
        max-height: 500px;
    }

    .game_desc_box {
        max-width: 70%;
        left: 15%;
    }

    .cls-1j0d {
        width: 5px;
        height: 5px;
    }

    .cls-1j0d * {
        display: none;
    }

    .cls-9r1g {
        margin: auto;
        text-align: center;
    }

    .cls-g0f9 {
        text-align: center;
    }

    .cls-1h9u {
        background-blend-mode: overlay;
    }

    .cls-g8h1 {
        top: -4em;
        margin: 0;
    }

    .bg-left > div, .bg-right > div {
        margin: auto;
        padding: 0 25px;
    }

    .cls-9r2q div {
        width: 100%;
    }

    .cls-a1f2 h4 {
        font-size: 1em;
    }

    .cls-h9g0 {
        padding: 4em;
    }

    .cls-9r2q div::before {
        width: 100%;
        background: #0005;
    }

    .cls-b89f > div {
        width: 100%;
    }

    .cls-b89f h1 {
        font-size: 3rem;
    }

}

@media screen and (min-width: 1400px){
    
    .cls-h9g0 > div{
        max-width: 60%;
    }
}

@media (hover:none) and (pointer: coarse) {

    header {
        margin: 0 20px;
        justify-content: center;
    }

    h5 {
        font-size: 2em;
    }

    .cls-m0b4 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .cls-1vh4 {
        display: none;
    }

    .link-wrapper > div {
        display: block;
        margin: 10px 0;
    }

    .link-wrapper > div:before {
        display: none;
    }

    .game_desc_box {
        max-width: 70%;
        left: 15%;
    }

    .cls-1j0d {
        width: 5px;
        height: 5px;
    }

    .cls-1j0d * {
        display: none;
    }

    .cls-9r1g {
        margin: auto;
        text-align: center;
    }

    .cls-g0f9 {
        text-align: center;
    }

    .cls-g8h1 {
        top: -4em;
        margin: 0;
    }

    .bg-left > div, .bg-right > div {
        margin: auto;
        padding: 0 25px;
    }

    .cls-9r2q div {
        width: 100%;
    }

    .cls-9r2q div::before {
        width: 100%;
        background: #0005;
    }

    .cls-a1f2 h4 {
        font-size: 1em;
    }

    .cls-h9g0 {
        padding: 4em;
    }

    .cls-b89f > div {
        width: 100%;
    }

    .cls-b89f h1 {
        font-size: 3rem;
    }
}

#table_of_contents{
    border: 1px solid gray;
    min-width: 300px; 
    max-width: 400px; 
    width: 50%; 
    padding: 15px;  
    display: block; 
    margin-left: auto; 
    margin-right: 0; 
    margin-bottom: 30px; 
    float:right;
}