@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
html {
    overflow-y: hidden !important;
}

body {
    margin: 0;
    padding: 0;
    /* background: url(../../images/backgroundMobile.webp); */
    /* background: url(../../images/backgroundMobile.jpg); */
    background: url(../../images/BG-img.webp);
    background: url(../../images/BG-img.jpg);
    background-attachment: scroll;
    background-position: center;
    background-color: #040A2A;
    width: 100%;
    background-repeat: no-repeat;
    height: 100%;
    background-size: cover;
}

@media (min-width: 1540px) {
    body {
        background-size: cover;
    }
}

body.aboutus--body {
    margin: 0;
    padding: 0;
    background-position: center;
    width: 100%;
}

body.aboutus--body.about--page {
    background-position: top left;
}

body.news--body {
    background: #000000;
}

header {
    margin: 0;
    /* background: rgba(25, 28, 38, 0.7); */
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    height: 84px;
    z-index: 4;
    position: fixed;
    top: 0;
    width: 100%;
}

header .max-width {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1194px;
    margin: 0 auto;
}

header .max-width .logo-desktop img {
    height: 40px;
}

/* menu */

#menu {
    margin: 0;
    display: flex;
}

.logo-desktop {
    width: auto;
    height: 84px;
    display: flex;
    align-items: center;
}

#menu {
    position: relative;
    z-index: 100;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

@media (min-width: 1194px) {
    #menu {
        position: relative;
        z-index: 100;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        height: 84px;
    }
}

#menu li {
    float: left;
    list-style: none;
    /* width: 76px; */
    display: flex;
    justify-content: center;
    padding: 0 30px 0 0;
}

#menu li:last-child {
    padding: 0;
}

#menu li a {
    color: #fff;
    text-decoration: none;
    position: relative;
    line-height: 23px;
    font-size: 18px;
    font-family: 'PT Sans', sans-serif;
}

#menu li.active a {
    font-weight: 700;
    color: #FF993C;
}

/* #menu li.active a::after {
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #FF993C;
  content: "";
} */

/* end menu */

/* hero carousel slides */

.hero-container {
    z-index: 1;
    margin-bottom: 30px;
}

/* hero carousel slides - slide-hero */

/* Desktop */

.slide-hero {
    display: flex;
    height: 100%;
    min-height: 380px;
    background: url(../../images/slideHeroBackgroundDesktop.webp);
    background-size: cover;
    background-position: center bottom;
    justify-content: center;
    flex-direction: column;
    padding-left: 40vw;
}

.slide-hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 86vh;
}

.slide-hero-content h1 {
    color: #fff;
    font-size: 4em;
    line-height: 1.2em;
    margin-bottom: 0.4em;
}

.slide-hero-content p {
    color: #fff;
    font-size: 0.9em;
    line-height: 1.5em;
    margin-top: 0;
    margin-bottom: 35px;
}

.slide-hero-content .hero-img {
    display: none;
}

.slide-hero-cta .form-content {
    display: block;
}

.slide-hero-cta .subscribe-button {
    display: none;
}

/* iPad */

@media (orientation: portrait) and (min-width: 650px) {
    .slide-hero {
        background: url(../../images/slideHeroBackgroundMobile.webp);
        background-size: cover;
        background-position: center bottom;
        justify-content: flex-start;
        padding-left: 0;
    }
    .slide-hero-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 17vh 4vw 0;
        width: auto;
    }
    .slide-hero-content .slide-hero-cta {
        z-index: 1;
    }
    .slide-hero-content h1 {
        text-align: center;
    }
    .slide-hero-content p {
        text-align: center;
    }
    .slide-hero-content .hero-img {
        display: block;
        position: absolute;
        bottom: 10px;
    }
    .slide-hero-content .hero-img img {
        height: 50vh;
    }
    .slide-hero-cta .form-content {
        display: none;
    }
    .slide-hero-cta .subscribe-button {
        display: block;
    }
}

/* iPhones portrait */

@media (orientation: portrait) and (max-width: 650px) {
    .slide-hero {
        background: url(../../images/slideHeroBackgroundMobile.webp);
        background-size: cover;
        background-position: center bottom;
        justify-content: flex-start;
        padding-left: 0;
    }
    .slide-hero-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 11vh 10vw 0;
        width: auto;
    }
    .slide-hero-content h1 {
        text-align: center;
        font-size: 1.9em;
        line-height: 1.3em;
    }
    .slide-hero-content p {
        text-align: center;
        font-size: 1em;
        line-height: 1.5em;
        margin-bottom: 20px;
    }
    .slide-hero-content .slide-hero-cta {
        z-index: 1;
    }
    .slide-hero-content .hero-img {
        display: block;
        position: absolute;
        bottom: 10px;
    }
    .slide-hero-content .hero-img img {
        height: 40vh;
    }
    .slide-hero-cta .form-content {
        display: none;
    }
    .slide-hero-cta .subscribe-button {
        display: block;
    }
}

/* iPhones landscape */

@media (orientation: landscape) and (max-width: 1023px) {
    .slide-hero-content {
        width: 56vw;
    }
    .slide-hero-content h1 {
        font-size: 2em;
    }
    .slide-hero-content p {
        font-size: 1em;
        line-height: 1.5em;
    }
    .slide-hero-content .hero-img {
        display: none;
    }
    .slide-hero-content .form-content {
        display: none;
    }
    .slide-hero-content .subscribe-button {
        display: block;
    }
}

/* hero carousel slides - slide-nft-sale */

/* Desktop */

.slide-nft-sale {
    display: flex;
    height: 100%;
    min-height: 380px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70.09%, rgba(0, 0, 0, 0.8) 100%), url(../../images/Bkgd.png);
    background-size: cover;
    background-position: center bottom;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.wrapper {
    height: 30vh;
    border-left-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 0px;
    border-style: solid;
    border-image: linear-gradient( to bottom, white, rgba(0, 0, 0, 0)) 1 100%;
    background: linear-gradient(180deg, #121828 0%, rgba(18, 24, 40, 0) 100%);
    background-position-y: 1px;
}

.slide-nft-sale video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}

.slide-nft-sale .scanlines-img {
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    background: url('../../images/scanlines.png');
    background-size: cover;
    background-position: center bottom;
}

.slide-nft-sale .heroes-img {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: url('../../images/characters.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: contain;
    display: none;
}

.slide-nft-sale-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
}

.slide-nft-sale-content>img {
    max-width: 620px;
}

.slide-nft-sale-content h1 {
    color: #fff;
    text-shadow: 6px 6px 14px rgba(0, 0, 0, 0.35);
    font-size: 4em;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 0.4em;
    z-index: 99;
}

.slide-nft-sale-content p {
    color: #fff;
    font-size: 1.5em;
    line-height: 1.5em;
    margin-top: 0;
    margin-bottom: 35px;
    text-align: center;
    padding: 0 18vw 0;
    text-shadow: 1px 1px 5px black;
    z-index: 99;
}

.slide-nft-sale .slide-nft-sale-cta {
    padding: 20px;
    font-size: 20px;
    color: white;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slide-nft-sale .slide-nft-sale-cta h1 {
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    text-shadow: 6px 6px 14px rgba(0, 0, 0, 0.85);
}

.slide-nft-sale .slide-nft-sale-cta a {
    margin-top: 30px;
    background: linear-gradient(91.73deg, #D97A2B 17.48%, #ED8936 83.04%), linear-gradient(91.73deg, #D97A2B 17.48%, #ED8936 83.04%), linear-gradient(91.73deg, #D97A2B 17.48%, #ED8936 83.04%);
    border-radius: 26px;
    border: 2px solid rgba(255, 255, 255);
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
    color: white;
    font-size: 20px;
    font-weight: 600;
    padding: 12px 30px;
}

.hidden {
    display: none;
}

.slide-nft-sale .slide-nft-sale-cta .calendar {
    background: white;
    border-radius: 26px;
    color: #121A2A;
    font-weight: 400;
    border: 2px solid #FFFFFF;
    padding: 12px 30px;
}

.bold {
    font-weight: 700;
}

.ml-5 {
    margin-left: 5px;
}

.slide-nft-sale .passes {
    display: flex;
    position: absolute;
    bottom: 0;
    z-index: 9;
}

.slide-nft-sale .passes img {
    max-height: 50vh;
    width: 100%;
}

.slide-nft-sale-content .hero-img {
    display: none;
}

.slide-nft-sale-content h1 {
    font-size: 3.125rem;
    font-weight: 400;
}

.slide-nft-sale-cta .form-content {
    display: block;
    z-index: 99;
}

.slide-nft-sale-cta .subscribe-button {
    display: none;
    z-index: 99;
}

.slide-nft-sale img.md\:hidden {
    display: none;
}

/* iPad */

@media (orientation: portrait) and (min-width: 650px) {
    .slide-nft-sale {
        justify-content: flex-start;
        padding-left: 0;
        display: flex;
        height: 100%;
        min-height: 380px;
        background: url('../../images/BT_EALWebHeroImage_bkgd_mobile.png');
        background-size: cover;
        background-position: center bottom;
        flex-direction: column;
        align-items: center;
        position: relative;
    }
    .slide-nft-sale .heroes-img {
        display: block;
    }
    .slide-nft-sale-content {
        /* padding-top: 20vh; */
    }
    .slide-nft-sale-content h1 {
        font-size: 3em;
        /* //For two line headings*/
        text-shadow: 6px 6px 14px rgba(0, 0, 0, 0.35);
        /* font-size: 4em; // For one line headings */
    }
    .slide-nft-sale-content p {
        padding: 0 0vw 0;
    }
    .slide-nft-sale-content .hero-img {
        display: block;
        background: url(../../images/slideNftSaleHeroesMobile.webp);
        background-repeat: no-repeat;
        background-size: 102%;
        background-position-x: -2vw;
        background-position-y: 5vh;
        position: absolute;
        bottom: 0;
        height: 58vh;
        width: 100vw;
    }
    .slide-nft-sale-cta .form-content {
        display: none;
        z-index: 99;
    }
    .slide-nft-sale-cta .subscribe-button {
        display: block;
        z-index: 99;
    }
}

/* iPhones portrait */

@media (orientation: portrait) and (max-width: 650px) {
    .slide-nft-sale {
        background: url('../../images/BT_EALWebHeroImage_bkgd_mobile.png');
        justify-content: flex-start;
        padding-left: 0;
        display: flex;
        height: 100%;
        min-height: 380px;
        background-size: cover;
        background-position: 100% 70%;
        justify-content: flex-start;
        padding-left: 0;
    }
    .slide-nft-sale .heroes-img {
        display: block;
    }
    .slide-nft-sale-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: auto;
    }
    .slide-nft-sale-content h1 {
        text-align: center;
        font-size: auto;
        line-height: auto;
        font-size: 2.5rem;
        line-height: 1.3em;
    }
    .slide-nft-sale-content p {
        text-align: center;
        font-size: 1em;
        line-height: 1.5em;
        margin-bottom: 20px;
        padding: 0 5vw 0;
        text-shadow: 1px 1px 5px black;
    }
    .slide-nft-sale-content .slide-nft-sale-cta {
        z-index: 99;
        padding: 12px;
    }
    .slide-nft-sale-content .hero-img {
        display: block;
        background: url(../../images/slideNftSaleHeroesMobile.webp);
        background-repeat: no-repeat;
        background-size: 102%;
        background-position-x: -2vw;
        background-position-y: 5vh;
        position: absolute;
        bottom: 0;
        height: 46vh;
        width: 100vw;
    }
    .slide-nft-sale .passes img {
        transform: scale(1.2);
    }
    .slide-nft-sale-cta .form-content {
        display: none;
    }
    .slide-nft-sale-cta .subscribe-button {
        display: block;
    }
    .slide-nft-sale img.md\:hidden {
        display: block;
    }
    .slide-nft-sale img.sm\:hidden {
        display: none;
    }
    .wrapper {
        border-left-width: 2px;
        border-right-width: 2px;
    }
}

.bold {
    font-weight: 700;
}

/* iPhones landscape */

@media (orientation: landscape) and (max-width: 1023px) {
    .slide-nft-sale-content {
        width: 77vw;
    }
    .slide-nft-sale-content h1 {
        /* font-size: 1.8em; // For longer text */
        font-size: 2em;
        /* // For shorter text */
    }
    .slide-nft-sale-content p {
        font-size: 1em;
        line-height: 1.5em;
        padding: 0 10vw 0;
        text-shadow: 1px 1px 5px black;
    }
    .slide-nft-sale-content .hero-img {
        display: none;
    }
    .slide-nft-sale-cta .form-content {
        display: none;
    }
    .slide-nft-sale-cta .subscribe-button {
        display: block;
    }
}

@media screen and (max-height: 768px) {
    .slide-nft-sale-content {
        /* padding-top: 10vh; */
    }
}

.max-width,
.thegame--page .background--container .max-width {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1194px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: url(../../images/backgroundMobile.jpg); */
}

.thegame--page .background--container {
    height: 800px;
    min-height: 380px;
    background-size: cover;
    background: url(../../images/background-thegame-desktop.webp);
    background: url(../../images/background-thegame-desktop.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.pp-viewing-home,
.pp-viewing-about,
.pp-viewing-jobs {}

figure {
    margin: 0;
}

/* inicio */

.right-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 30px;
    line-height: 36px;
    width: 100%;
    max-width: 680px;
    padding: 120px 0 0 0;
    text-shadow: 0px 0px 6px #000;
}

.right-content .subtitle {
    color: #fff;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 54px;
    padding: 0;
    margin: 0;
}

.join-email {
    border: 0;
    padding: 6px 6px 6px 12px;
    border-radius: 6px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ADADAD;
    min-width: 280px;
    -webkit-box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.75);
    margin: 0 6px 0 0;
}

.form-container button {
    /* background: #FF993C;
  border-radius: 6px;
  margin: 0 0 0 12px;
  padding: 12px 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 48px; */
    text-transform: none;
    left: 0;
    -webkit-box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.75);
}

/* end inicio */

.separator {
    margin: 36px auto;
    max-width: 1194px;
}

.separator--last {
    margin: 80px auto 0;
    max-width: 1194px;
}

/*  */

.game__section,
.blog__section,
.aboutUs__section {
    position: relative;
    max-width: 1194px;
    margin: 0 auto;
}

.game__section--container,
.aboutUs__section--container {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    border-radius: 6px;
    border: 1px solid #fff;
    margin: 0 24px;
    padding: 24px;
    position: relative;
    height: min-content;
}

.game__section--container p {
    text-align: left;
}

.aboutus--body .game__section--container.sidebar p {
    text-align: left;
}

.aboutus--body .game__section--container p {
    text-align: left;
}

.aboutus--body #theGame p {
    text-align: center;
}

.game__section--container p,
.aboutUs__section--container p {
    color: #fff;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 24px;
}

.game__section--container p strong,
.aboutUs__section--container p strong {
    color: #fff;
}

@media (min-width: 1194px) {
    .game__section--container {
        max-width: 378px;
        height: min-content;
    }
    .page--aboutus #theGame.game__section {
        display: flex;
        justify-content: flex-end;
    }
    .page--aboutus .game__section--container {
        max-width: 786px;
        text-align: center;
        width: 100%;
    }
}

.game__section--desktop {
    display: flex;
}

.game__section--desktop .game__section--trailer {
    max-width: 100%;
    height: 449px;
    z-index: 1;
    max-width: 722px;
}

.game__section--desktop .game__section--trailer img,
.game__section--trailer img,
.aboutUs__section--trailer img {
    width: 100%;
    border: 1px solid #fff;
}

.game__section--trailer,
.aboutUs__section--trailer {
    /* background: #040A2A; */
    /* border: 1px solid #fff; */
    width: 100%;
    max-width: 320px;
    height: 159px;
    margin: 0 auto 24px;
}

.aboutUs__section--container {
    margin: 0 24px 36px;
}

/* the game */

.thegame--page .background--container .max-width {
    align-items: flex-end;
}

.thegame--page .background--container .right-content {
    max-width: 100%;
    padding: 0 0 200px;
}

.thegame--page .aboutUs__section .titles--content {
    padding: 0 0 160px;
}

.thegame--page .titles--content .triangle--container .section--triangle:nth-child(2),
.thegame--page .titles--content .triangle--container .section--triangle:nth-child(4) {
    width: 260px;
}

.thegame--page .aboutUs__section--container h2 {
    margin: 0;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    color: #FF993C;
}

.thegame--page .aboutUs__section--container p {
    padding: 30px 0;
}

.thegame--page .aboutUs__section--container .right-content {
    padding: 0;
}

.thegame--page .aboutUs__section--container .right-content .form-content,
.thegame--page .aboutUs__section--container .right-content .form-content form {
    width: 100%;
}

.thegame--page .aboutUs__section--container .right-content .form-content form button {
    max-width: 110px;
}

.thegame--page .game__section--container,
.thegame--page .aboutUs__section--container {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.thegame--page .game__section--container {
    z-index: 1;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.thegame--page .game__section--container p {
    padding: 0;
}

.thegame--page .game__section .tipito--container__middle {
    left: -220px;
    right: auto;
    top: -150px;
}

.thegame--page .game__section .tipito--container__middle img {
    width: auto;
}

.thegame--page .tabShowTimelines,
.thegame--page .tabShow {
    display: flex;
}

.thegame--page .tabHideTimelines,
.thegame--page .tabHide {
    display: none;
}

.thegame--page .tabViewTimelines,
.thegame--page .tabView {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.thegame--page .tabView .tab__content--left {
    background: linear-gradient(180deg, rgba(119, 204, 241, 0.3) 0%, rgba(44, 64, 105, 0.3) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50.72%, rgba(0, 0, 0, 0.6) 100%);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-sizing: border-box;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
}

.thegame--page .tabView .tab__content--left img {
    width: 100%;
}

.thegame--page .tabView .tab__content--right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding: 0;
}

.thegame--page .tabView .tab__content--right .separator {
    margin: 0;
    height: 1px;
    background: #fff;
    width: 100%;
    margin: 20px auto;
}

.thegame--page .tabView .tab__content--right h2 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
    color: #fff;
    margin: 0;
    padding: 0 0 6px;
    text-align: center;
}

.thegame--page .tabView .tab__content--right p {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    color: #fff;
    text-align: center;
}

/* button {
  border: none;
  padding: 20px;
  margin-left: 10px;
} */

.thegame--page .tabButtons {
    display: flex;
    position: absolute;
    right: 0;
    top: auto;
    bottom: 20px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.thegame--page .tabButtons button:hover {
    border: 1px solid #FF993C;
}

.thegame--page .tabButtons button {
    height: 50px;
    width: 50px;
    margin: 0 6px 0 0;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 6px;
    cursor: pointer;
}

.thegame--page .tabButtons button img {
    height: auto;
    width: 100%;
}

.thegame--page #weapons .game__section--container {
    max-width: 100%;
    padding: 24px 24px 120px;
}

/* timelines */

.thegame--page .separator {
    margin: 60px auto;
}

.thegame--page .subtitles__thegame {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    margin: 0;
    text-align: center;
    padding: 30px 0 60px;
}

.thegame--page .timelines__section {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}

.thegame--page .timelines__section .info__container {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 6px;
    border: 1px solid #fff;
    /* padding: 24px; */
    position: relative;
    z-index: 1;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    text-align: center;
    z-index: 1;
    margin-top: -20px;
    height: 120px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.thegame--page .timelines__section .info__container h4 {
    margin: 0;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 18px;
    color: #fff;
    white-space: nowrap;
}

.thegame--page .timelines__section .info__container p {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding: 12px 0 0;
}

.thegame--page .timelines__section .person__container {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 15px;
    max-width: 276px;
    width: 100%;
}

.thegame--page .timelines__section .person__container .image__container {
    position: relative;
    z-index: 2;
}

.thegame--page .timelines__section .person__container .image__container .icon--arm {
    width: 90px;
    height: 90px;
    border-radius: 6px;
    border: 1px solid #F2F2F2;
    background: dimgrey;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 40px;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.thegame--page .timelines__section .person__container .image__container .hero-standing-image {
    width: 260px;
}

/* .thegame--page #theGame.timelines {
  padding-top: 90px;
}
.thegame--page #theGame {
  padding-top: 0;
}
 */

.thegame--page .game__section.timelines {
    margin: 90px auto 0;
}

/* timelines mobile */

.thegame--page .timelines__mobile {
    padding-bottom: 60px;
}

.thegame--page .timelines__mobile .tabView2 {
    flex-direction: column;
    align-items: center;
    padding-top: 24px;
}

.thegame--page .timelines__mobile .tabButtons button img {
    height: 40px;
    width: 40px;
}

.thegame--page .timelines__mobile .tabButtons button {
    height: 50px;
    width: 50px;
    margin: 0;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 6px;
    cursor: pointer;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thegame--page .timelines__mobile .tabButtons button:focus {
    border: 1px solid #FF993C;
}

.thegame--page .timelines__mobile .tabView2 .tab__content--left img {
    height: 297px;
}

.thegame--page .timelines__mobile .tabView2 .tab__content--right {
    width: 100%;
}

.thegame--page .timelines__mobile .tabView2 .tab__content--right .separator {
    margin: 24px;
    height: 1px;
    background: #fff;
}

.thegame--page .timelines__mobile .tabView2 .tab__content--right h2 {
    margin: 0;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 18px;
    color: #fff;
    text-align: center;
}

.thegame--page .timelines__mobile .tabView2 .tab__content--right p {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 24px 0 0;
}

.thegame--page .game__section--trailer {
    padding: 12px 0 0;
    border: 0;
    margin: 0;
    height: auto;
}

.thegame--page .collectible__section .titles--content {
    padding: 0 0 24px;
}

.thegame--page .aboutUs__section--container.collectible-items {
    position: relative;
}

.thegame--page .aboutUs__section--container.collectible-items h2 {
    width: 70%;
    font-size: 24px;
    z-index: 1;
    position: relative;
    padding: 0 0 30px;
}

.thegame--page .aboutUs__section--container.collectible-items p {
    border: 1px solid;
    padding: 24px;
    z-index: 1;
    position: relative;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
}

.thegame--page .aboutUs__section--container.collectible-items .tipito--container__full {
    position: absolute;
    bottom: 0;
}

.thegame--page .aboutUs__section--container.collectible-items #join {
    z-index: 1;
    position: relative;
    width: 100%;
    padding: 30px 0 0;
}

.thegame--page .aboutUs__section--container.collectible-items #join li {
    width: 100%;
}

.thegame--page .aboutUs__section .tipito--container__full img {
    width: 333px;
}

@media (min-width: 1194px) {
    .thegame--page .aboutUs__section .tipito--container__full img {
        width: 100%;
    }
    .thegame--page .collectible__section .titles--content {
        padding: 0 0 160px;
    }
    .thegame--page .game__section--trailer {
        padding: 0;
        /* border: 1px solid #fff; */
    }
    .thegame--page #theGame {
        padding-top: 130px;
    }
    .thegame--page .tabView .tab__content--left {
        width: 100%;
        justify-content: center;
        display: flex;
    }
    .thegame--page .tabView .tab__content--right {
        padding: 80px 0 20px 30px;
        max-width: 435px;
    }
    .thegame--page #theGame {
        padding-top: 0;
    }
    .thegame--page .tabButtons {
        display: flex;
        position: absolute;
        right: 60px;
        top: 40px;
        bottom: auto;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 340px;
    }
    .thegame--page .tabView .tab__content--left img {
        width: auto;
    }
    .thegame--page .tabView {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }
    .thegame--page #weapons .game__section--container {
        padding: 24px;
    }
}

@media (min-width: 1194px) {
    .aboutUs__section--container {
        margin: 0 auto;
        max-width: 684px;
    }
    .thegame--page .aboutUs__section--container {
        max-width: 510px;
        backdrop-filter: blur(50px);
        -webkit-backdrop-filter: blur(50px);
        z-index: 1;
    }
}

.aboutUs__box--desktop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 0 36px;
}

.aboutUs__box--desktop p {
    max-width: 303px;
    font-size: 16px;
    line-height: 20px;
}

.aboutUs__section p {
    padding: 0;
}

.aboutUs__section .tipito--container__middle {
    position: absolute;
    overflow: hidden;
    height: 109px;
    width: 190px;
    top: -110px;
    right: 0;
}

.aboutUs__section .tipito--container__middle img {
    width: 210px;
}

.game__section .tipito--container__middle {
    z-index: -1;
    position: absolute;
    top: -260px;
    right: -500px;
}

.game__section .tipito--container__middle img {
    width: 900px;
}

@media (min-width: 1194px) {
    .aboutUs__section .tipito--container__middle {
        left: -20px;
        height: 149px;
        width: 210px;
        top: -150px;
    }
    .aboutUs__section .tipito--container__middle img {
        width: 230px;
    }
}

.aboutUs__section .tipito--container__full {
    transform: rotateY(170deg);
    position: absolute;
    overflow: hidden;
    width: 260px;
    bottom: -30px;
    right: 0;
}

.aboutUs__section .tipito--container__full img {
    width: 146px;
}

.thegame--page .aboutUs__section .tipito--container__full {
    transform: rotateY(0deg);
    position: absolute;
    overflow: visible;
    width: auto;
    bottom: -150px;
    right: 0;
}

/* .thegame--page .aboutUs__section .tipito--container__full img {
  width: 100%;
} */

.blog__section .tipito--container__middle {
    position: absolute;
    /* overflow: hidden;
  height: 210px;
  width: 330px; */
    top: -210px;
    right: -380px;
}

.game__section--container.hide-desktop {
    z-index: 1;
}

.blog__section .tipito--container__middle img {
    width: 800px;
}

.news--body .blog__section .tipito--container__middle {
    top: -320px;
}

@media (min-width: 1194px) {
    .news--body .blog__section .tipito--container__middle {
        top: -120px;
    }
}

/*  */

/* titulos  */

.blog__section .titles--content {
    z-index: 1;
}

.blog__section .titles--content .section--triangle,
.blog__section .titles--content .triangle--container .section--triangle:nth-child(2),
.blog__section .titles--content .triangle--container .section--triangle:nth-child(4) {
    width: 200px;
}

.page--aboutus .blog__section .titles--content .section--triangle,
.page--aboutus .blog__section .titles--content .triangle--container .section--triangle:nth-child(2),
.page--aboutus .blog__section .titles--content .triangle--container .section--triangle:nth-child(4) {
    width: 230px;
}

.news--body .page--aboutus .blog__section .titles--content .section--triangle,
.news--body .page--aboutus .blog__section .titles--content .triangle--container .section--triangle:nth-child(2),
.news--body .page--aboutus .blog__section .titles--content .triangle--container .section--triangle:nth-child(4) {
    width: 110px;
}

.titles--content {
    position: relative;
    height: 50px;
    padding: 0 0 36px;
}

@media (min-width: 1194px) {
    .aboutUs__section .titles--content {
        padding: 0 0 90px;
    }
}

.titles--content .section--titles {
    position: relative;
    color: #fff;
    height: 50px;
    margin: 0;
    display: flex;
    align-items: center;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    padding: 0 24px;
}

.news--body .blog__section .titles--content {
    z-index: 3;
}

#aboutUs .titles--content {
    z-index: 1;
}

.titles--content .triangle--container .section--triangle:nth-child(1) {
    position: absolute;
    width: 10px;
    z-index: 0;
    left: -52px;
    height: 0;
    top: -1px;
    border-right: 0px solid #fff;
    border-top: 52px solid #fff;
    border-left: 52px solid transparent;
    border-bottom: 0px solid transparent;
    transform: rotateX(180deg);
}

.titles--content .triangle--container .section--triangle:nth-child(2) {
    position: absolute;
    width: 160px;
    height: 0;
    top: -1px;
    border-right: 0px solid #fff;
    border-top: 52px solid #fff;
    border-left: 52px solid transparent;
    border-bottom: 0px solid transparent;
    transform: rotateY(180deg);
}

.titles--content .triangle--container .section--triangle:nth-child(3) {
    position: absolute;
    width: 10px;
    z-index: 0;
    left: -50px;
    height: 0;
    border-right: 0px solid #040A2A;
    border-top: 50px solid #040A2A;
    border-left: 50px solid transparent;
    border-bottom: 0px solid transparent;
    transform: rotateX(180deg);
}

.titles--content .triangle--container .section--triangle:nth-child(4) {
    position: absolute;
    width: 160px;
    height: 0;
    border-right: 0px solid #040A2A;
    border-top: 50px solid #040A2A;
    border-left: 50px solid transparent;
    border-bottom: 0px solid transparent;
    transform: rotateY(180deg);
}

.titles--content .section--triangle {
    position: absolute;
    width: 160px;
    height: 0;
    border-right: 0px solid #040A2A;
    border-top: 50px solid #040A2A;
    border-left: 50px solid transparent;
    border-bottom: 0px solid transparent;
    transform: rotateY(180deg);
}

/*  */

/* primary button */

#theGame .primary--button {
    max-width: 279px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

#theBlog .primary--button,
#aboutUs .primary--button {
    max-width: 195px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

#aboutUs .primary--button {
    z-index: inherit;
}

.primary--button {
    background: #FF993C;
    border-radius: 6px;
    padding: 12px 18px;
    display: flex;
    justify-content: center;
}

.primary--button__text {
    color: #040A2A;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
}

/*  */

/* blog cards */

.news-container {
    margin: 0 18px;
    display: grid;
    grid-gap: 18px;
    /* grid-template-columns: repeat(auto-fill, minmax(160px, 270px));
  grid-template-columns: repeat(2, 1fr); */
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin-bottom: 0;
    justify-content: center;
}

@media (min-width: 1194px) {
    .news-container {
        margin: 0 18px;
        display: grid;
        grid-template-columns: 378px 378px 378px;
        grid-template-rows: 1fr;
        /* grid-template-rows: 1fr 1fr; */
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        justify-items: stretch;
        align-items: stretch;
    }
}

.news-card {
    width: 100%;
    height: 218px;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    z-index: 1;
    justify-content: center;
    border: 1px solid #fff;
}

.news-card .news-card-bottom {
    border-top: 1px solid #fff;
    padding: 6px 0 0;
}

.news-card .news-card-author {
    display: block;
    margin: 0;
    height: 30px;
    padding: 0 0 6px;
    font-size: 0;
}

.news-card .news-card-img {
    width: 100%;
    height: 100%;
}

.news-card .news-card-author.venturebeat {
    background: url(../../images/news/venture_beat.png);
    background-repeat: no-repeat;
}

.news-card .news-card-author.bloomberg {
    background: url(../../images/news/bloomberg.png);
    background-repeat: no-repeat;
}

.news-card .news-card-author.coindesk {
    background: url(../../images/news/coindesk.png);
    background-repeat: no-repeat;
}

.news-card .news-card-author.bigtime {
    background: url(../../images/news/bigtime.png);
    background-repeat: no-repeat;
}

.news-card-body {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    transition: 0.3s ease;
    text-align: left;
    justify-content: flex-end;
    text-decoration: none;
}

.news-card-title {
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    text-decoration-color: transparent;
    transition: 0.3s ease;
    color: #fff;
    margin: 0;
}

.news-card-description {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    display: none;
}

.news-card-info .news-card-date,
.news-card-date {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #FF993C;
    margin: 0;
    padding: 6px 0 0;
    font-style: italic;
}

.news-card-author {
    display: none;
}

/*  */

/* about-us */

.right-content .title {
    color: #FF993C;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    color: #FF993C;
    margin: 0;
}

.about-us .right-content {
    padding: 84px 0 0;
}

@media (max-width: 1280px) and (min-width: 992px) {
    .about-us .right-content {
        padding: 84px 40px 0 0;
    }
}

.about-us .right-content .title {
    padding: 116px 0 0;
}

.about-us .right-content .subtitle {
    padding: 30px 0;
}

.about-us .right-content .icons-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 453px;
    width: 100%;
}

.about-us .right-content .icons-container img {
    height: 80px;
}

.about-us .right-content .icons-container .ico-3,
.about-us .right-content .icons-container .ico-4 {
    padding: 0 30px 0 0;
}

.about-us figure.warrior {
    bottom: 0;
    left: 0;
    height: 475px;
}

.about-us figure.warrior img {
    width: 100%;
}

/* end about-us */

/* jobs */

.jobs .max-width {
    justify-content: flex-start;
}

.jobs .right-content {
    max-width: 100%;
    text-align: left;
    align-items: flex-start;
    justify-content: center;
}

.jobs .right-content .subtitle {
    padding: 30px 0;
    max-width: 600px;
}

.btn-jobs {
    padding: 12px 18px;
    width: 156px;
    background: #FF993C;
    border-radius: 6px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;
}

.jobs-page .btn-recruiting-jobs {
    color: #FF993C;
    text-decoration: underline;
}

/* end jobs */

/* footer */

footer {
    /* border-top: 1px solid #FF993C; */
    width: 100%;
    background-color: #040A2B;
    z-index: 1;
    position: relative;
}

.footer-container,
.subfooter-container {
    max-width: 1194px;
    width: 100%;
    margin: 0 auto;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    color: #DADADA;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
}

.footer-container article {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-container article a {
    text-decoration: none;
    color: #DADADA;
    padding: 0 0 0 18px;
}

.footer-container article .footer-icons img {
    height: 24px;
    width: 24px;
}

.footer--block__desktop {
    display: flex;
    flex-direction: column;
}

.footer--block__desktop .icons-social {
    display: flex;
    justify-content: space-around;
    padding: 12px 0 0;
}

.footer--block__desktop .icons-social img,
footer .hide-desktop a img {
    height: 24px;
    width: 24px;
}

.subfooter {
    background-color: #02071E;
}

.subfooter-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
}

.subfooter-container span {
    color: #DADADA;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
}

.subfooter-container img:nth-child(2) {
    padding: 0 24px 0 30px;
}

/* end footer */

/* dots scroll */

#pp-nav span,
.pp-slidesNav span {
    background: transparent;
    height: 6px;
    width: 6px;
    border-color: #fff !important;
}

#pp-nav li .active span,
.pp-slidesNav .active span {
    background: #fff;
}

/* end dots scroll */

/* button cta */

#menu li.cta-scroll a,
#menu li.cta-discord a {
    background: #FF993C;
    border-radius: 6px;
    padding: 12px 30px;
    cursor: pointer;
    color: #040A2A;
}

#menu li.cta-discord a {
    display: flex;
    align-items: center;
}

#menu li.cta-discord a svg {
    border-radius: 0;
    width: 20px;
    height: 20px;
    padding: 0 12px 0 0;
    display: none;
}

/* end button cta */

/* modal */

.modal-container {
    height: 100vh;
    width: 100%;
    z-index: 10;
    position: fixed;
    background-color: rgba(16, 16, 16, 0.4);
    display: none;
    justify-content: center;
    animation: modalIn 0.5s ease;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.modal-container input {
    z-index: 2;
}

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

/* The Modal (background) */

.modal {
    background-color: rgba(4, 10, 42, 0.95);
    width: 100%;
    max-width: 860px;
    border-radius: 8px;
    align-self: center;
    z-index: 11;
    opacity: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    transform: translateY(20px);
    opacity: 0;
    animation: scaleIn 0.5s 0.5s ease forwards;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 992px) {
    .modal {
        border: 1px solid #656565;
        box-sizing: border-box;
        box-shadow: 0px 0px 16px #212634;
        border-radius: 8px;
        align-self: flex-end;
    }
}

.close-modal {
    cursor: pointer;
}

.modal form {
    padding: 0;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    width: 100% !important;
}

#contact-modal {
    display: none;
}

#contact-modal .modal {
    height: 390px;
}

/* Modal Content/Box */

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.modal-fill-this-survey {
    line-height: 1.5em;
    color: #FF993C;
    text-align: center;
}

.modal-fill-this-survey a {
    color: #FF993C;
    text-decoration: underline;
    cursor: pointer;
}

/* The Close Button */

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal .title-content {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 54px;
    color: #FF993C;
    margin: 0;
    text-align: center;
}

.modal h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    padding: 0 80px;
}

.checkboxes-container #checkboxes-form {
    display: flex;
    flex-direction: column;
}

.checkboxes-container #checkboxes-form .primary-button {
    max-width: 163px;
    margin-top: 30px;
}

/* end modal */

/* header mobile */

header.hide-desktop {
    height: 60px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    /* width: 100vw; */
}

header.hide-desktop nav {
    display: flex;
    justify-content: space-between;
    padding: 7px 18px 7px 8px;
}

header.hide-desktop nav .logo-desktop {
    height: auto;
}

header.hide-desktop nav .logo-desktop img {
    height: 46px;
}

#mobile-menu {
    display: flex;
    position: fixed;
    z-index: 6;
    width: 100%;
    max-width: 320px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 40px;
    min-height: 100vh;
    padding: 24px 24px 24px 18px;
    overflow-y: auto;
    transition: 0.3s ease;
    transform: translateX(100vw);
    box-sizing: border-box;
    background: #040A2A;
}

#mobile-menu.on {
    transform: translateX(50vw);
}

@supports (-webkit-backdrop-filter: blur(32px)) or (backdrop-filter: blur(32px)) {
    #mobile-menu {
        background: #040A2A;
    }
}

#mobile-menu-body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    transition: 0.3s ease;
}

#mobile-menu-body .menu {
    padding: 0;
}

#mobile-menu-body ul {
    margin-top: 40px;
}

#mobile-menu-body ul li {
    margin-bottom: 30px;
    list-style-type: none;
    display: flex;
    align-items: flex-end;
}

#mobile-menu-body ul li a {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    text-decoration: none;
}

#mobile-menu-body ul li.active a,
#menu>li.active a {
    color: #FF993C;
    font-weight: 700;
}

#menu>li.active a {
    color: #040A2A;
    padding: 0 6px;
    font-weight: 700;
    height: 70px;
    display: flex;
    align-items: center;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(2, 0, 36, 0) 100%);
}

/* .menu-open #mobile-menu-body ul li:nth-child(1) a {
  color: #FF993C;
  font-weight: 700;
} */

/* .menu-open.pp-viewing-about #mobile-menu-body ul li:nth-child(1) a,
.menu-open.pp-viewing-jobs #mobile-menu-body ul li:nth-child(1) a {
  color: #fff;
  font-weight: 400;
}
.menu-open.pp-viewing-about #mobile-menu-body ul li:nth-child(2) a {
  color: #FF993C;
  font-weight: 700;
}
.menu-open.pp-viewing-about #mobile-menu-body ul li:nth-child(2) a {
  color: #FF993C;
  font-weight: 700;
}
.menu-open.pp-viewing-jobs #mobile-menu-body ul li:nth-child(3) a {
  color: #FF993C;
  font-weight: 700;
} */

.menu-open #pp-nav {
    display: none;
}

/* end header mobile */

/* mobile content */

@media (max-width: 992px) {
    /* about us */
    .about-us .right-content .title {
        font-size: 30px;
        line-height: 60px;
        padding: 0;
    }
    .about-us .right-content .subtitle {
        padding: 0;
    }
    .icons-container_first {
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }
    .icons-container_second {
        display: flex;
        justify-content: flex-end;
        width: 100%;
    }
    .icons-container_third {}
    .about-us .right-content .icons-container .ico-1,
    .about-us .right-content .icons-container .ico-2,
    .about-us .right-content .icons-container .ico-3,
    .about-us .right-content .icons-container .ico-4,
    .about-us .right-content .icons-container .ico-5,
    .about-us .right-content .icons-container .ico-6 {
        height: 50px;
        padding: 0 12px 0 0;
    }
    .about-us .right-content .icons-container .ico-6 {
        padding: 0 12px;
    }
    .about-us figure.warrior {
        bottom: 0;
        left: 0;
        height: 280px;
        overflow: hidden;
        width: 100%;
    }
    .about-us figure.warrior img {
        width: 400px;
    }
    /* end about us */
    /* jobs */
    .jobs .right-content {
        padding: 120px 12px 0 12px;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
    }
    .jobs .right-content .title {
        font-size: 30px;
        line-height: 60px;
        padding: 0;
    }
    .jobs .right-content .subtitle {
        font-size: 18px;
        line-height: 24px;
        padding: 0 0 24px;
    }
    .jobs .right-content .btn-jobs {
        margin: 0 0 30px
    }
    /* end jobs */
    /* footer */
    .footer-container {
        flex-direction: column;
    }
    .footer-container article {
        flex-wrap: wrap;
        justify-content: center;
        padding: 30px 0 0;
    }
    .footer-container article span {
        padding: 0 0 30px;
        width: 100%;
        text-align: center;
    }
    .footer-container article span:last-child {
        padding: 0;
    }
    .subfooter-container {
        flex-wrap: wrap;
    }
    .subfooter-container span {
        width: 100%;
        text-align: center;
        padding: 0 0 30px;
    }
    .subfooter-container img:nth-child(2) {
        padding: 0 12px 0 0;
        height: 20px
    }
    .subfooter-container img:nth-child(3) {
        height: 40px;
    }
    /* end footer */
    /* modal mobile */
    .modal-container {
        z-index: 999;
    }
    #contact-modal .modal {
        height: 378px;
        border: 0;
        box-shadow: none;
        align-self: center;
        padding: 12px;
        margin: 0 18px;
    }
    @media (max-width: 992px) {
        #contact-modal .modal {
            height: 378px;
            border: 0;
            box-shadow: none;
            align-self: center;
            padding: 12px;
            margin: 0 18px;
        }
    }
    .modal .title-content {
        font-size: 30px;
        line-height: 60px;
    }
    .modal h2 {
        font-size: 18px;
        line-height: 24px;
        padding: 0 12px;
    }
    .form-container {
        display: flex;
        flex-direction: column;
    }
    .modal-container input {
        min-height: 48px;
        margin: 0 0 12px;
        min-width: 100%;
    }
    .form-container button {
        margin: 0;
        text-align: center;
        justify-content: center;
    }
    /* end modal mobile */
    #pp-nav.right {
        right: 0;
    }
    /* jobs page */
    .jobs-page {}
    /* end jobs page */
}

/* end mobile content */

.jobs-page {
    background: #040A2A;
}

.jobs-page #join-team h1 {
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    font-family: 'Poppins', sans-serif;
    color: #FF993C;
}

.jobs-page #join-team,
.jobs-page #positions {
    background-color: transparent;
}

.jobs-page #positions {
    padding: 0 0 120px;
}

.jobs-page #join-team p {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
}

.jobs-page .list-gg .line {
    display: none;
}

.jobs-page .list-gg .active .line {
    display: block;
    margin: 0;
    width: 100%;
}

.jobs-page .list-gg .container {
    margin: 0;
}

.jobs-page .list-gg .container .job {
    margin: 0 0 20px;
}

.jobs-page .list-gg .container .job .accordion {
    background: #171C3C;
    border-radius: 6px;
    padding: 37px 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
}

.jobs-page .list-gg .container .job .accordion.active {
    border-radius: 6px 6px 0 0;
}

.jobs-page .list-gg .container .job .panel {
    background: #171C3C;
    border-radius: 0 0 6px 6px;
}

.jobs-page .list-gg .container .job .accordion.active .btn-jobs__show-more {
    display: none;
}

.jobs-page .list-gg .container .job .accordion.active .btn-jobs__show-more.hide {
    display: flex !important;
}

.jobs-page .list-gg .container .job .btn-jobs__show-more {
    padding: 12px 18px;
    width: 156px;
    background: #FF993C;
    border-radius: 6px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#section-jobs {
    position: relative;
    background: #212634;
}

#section-jobs .jobs-page {
    padding: 0 0 120px;
}

#section-jobs footer {
    /* position: absolute; */
    /* bottom: 0; */
}

@media (max-width: 992px) {
    .jobs-page #join-team h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .jobs-page #join-team p {
        font-size: 18px;
        line-height: 24px;
    }
    .jobs-page .list-gg .container .job .accordion {
        display: flex;
        flex-direction: column;
    }
    .jobs-page .list-gg .container .job .panel {
        padding: 12px;
    }
    .jobs-page .list-gg .container .job .panel p {
        font-size: 14px;
        line-height: 18px;
        margin: 0;
        width: 100%;
    }
    .jobs-page .list-gg .container .job .panel li {
        font-size: 14px;
        line-height: 18px;
    }
    .jobs-page .list-gg .container .job .btn-jobs__show-more {
        margin: 12px 0 0;
    }
    #section-jobs .jobs-page {
        padding: 0 0 300px;
    }
}

#section-jobs .jobs-page .list-gg p a,
.list-gg p a,
.list-gg li a {
    color: #FF993C;
    text-decoration: underline;
}

#showMeNoJobs {
    animation: showMeNoJobs 0s 2s forwards;
    visibility: hidden;
    -webkit-animation: showMeNoJobs 0s 2s forwards;
}

@keyframes showMeNoJobs {
    to {
        visibility: visible;
    }
}

/* presskit */

#press-section {
    background-color: #040A2B;
}

.press-container {
    padding: 120px 0;
    max-width: 1194px;
    width: 100%;
    margin: 0 auto;
}

.press-container .press-title {
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    text-align: left;
    color: #FF993C;
    margin: 0;
    padding: 30px 6px;
}

.press-container .factsheet-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 12px;
}

.press-container .factsheet-container .factsheet-title {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 0 0 30px;
}

.press-container .factsheet-container article {
    color: #fff;
}

.press-container .factsheet-container article h3 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    margin: 0;
    padding: 0 0 6px;
}

.press-container .factsheet-container article p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.press-container .factsheet-container .factsheet-col1 {
    max-width: 582px;
    width: 100%;
}

.press-container .factsheet-container .factsheet-col2 {
    max-width: 220px;
    width: 100%;
}

.press-container .factsheet-container .factsheet-col2 h3:nth-child(3),
.press-container .factsheet-container .factsheet-col3 h3:nth-child(3) {
    padding: 24px 0 6px;
}

.press-container .factsheet-container .factsheet-col3 {
    max-width: 220px;
    width: 100%;
}

.press-container .factsheet-container .factsheet-col3 a {
    padding: 0 12px 0 0;
}

.press-container .ourteam-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 12px;
}

.press-container .ourteam-container .ourteam-title {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 0 0 30px;
}

.press-container .ourteam-container .col-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0 0;
}

.press-container .ourteam-container .col-container .col {
    width: 100%;
    max-width: 280px;
    text-align: center;
    padding: 15px 0;
    margin: 0 auto;
}

.press-container .ourteam-container .col-container .col img {
    height: 70px;
    width: 70px;
    margin: 0 0 12px;
    border-radius: 50%;
}

.press-container .ourteam-container .col-container .col h4 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
}

.press-container .ourteam-container .col-container .col p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 6px 0 0;
}

.press-container .ourteam-container article {
    color: #fff;
}

.press-container .ourteam-container article p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.videos-container,
.logo-container,
.screen-container,
.graphics-container,
.faq-container {
    padding: 0 12px;
}

.logo-container img {
    max-width: 244px;
    width: 100%;
}

.videos-container .videos-title,
.logo-container .logo-title,
.screen-container .screen-title,
.graphics-container .graphics-title,
.faq-container .faq-title {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 0 0 30px;
}

.faq-container article {
    padding: 0 0 30px;
}

.faq-container article h6 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
    color: #fff;
}

.faq-container article p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.diviser {
    opacity: 0.2;
    border: 0;
    border-top: 1px solid #fff;
    max-width: 100%;
    margin: 30px 0;
}

.videos-container article {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.logo-container article {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.logo-container article a:last-child {
    padding: 20px 0 0;
}

@media screen and (min-width: 512px) {
    .logo-container article {
        justify-content: start;
    }
    .logo-container article a:last-child {
        padding: 0;
    }
}

@media screen and (min-width: 535px) {
    .logo-container article a:last-child {
        padding: 0 0 0 20px;
    }
}

@media screen and (min-width: 992px) {
    .videos-container article {
        justify-content: space-around;
    }
}

.press-container .factsheet-container article.factsheet-col1 {
    padding: 0 0 30px;
}

@media screen and (min-width: 1046px) {
    .press-container .factsheet-container article.factsheet-col1 {
        padding: 0;
    }
}

@media screen and (min-width: 1023px) {
    .videos-container article {
        justify-content: space-between;
    }
}

.videos-container article img {
    max-width: 378px;
    width: 100%;
    padding: 20px 0 0;
}

/*  */

/* generic pages */

.page--aboutus {
    padding: 96px 0 0;
    position: relative;
}

.page--aboutus .game__section--container {
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.page--aboutus .game__section--container h2 {
    color: #FF993C;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    margin: 0;
    padding: 12px 0;
}

.page--aboutus .blog__section .titles--content .section--triangle {
    width: 230px;
}

.news--body .page--aboutus .blog__section .titles--content .section--triangle {
    width: 110px;
}

.page--aboutus .blog__section--container {
    position: relative;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    justify-items: center;
    padding: 0 0 0 24px;
    z-index: 2;
}

.page--aboutus .blog__section--container .cardteam__container {
    max-width: 180px;
    width: 100%;
    padding: 0 0 24px;
}

.page--aboutus .blog__section--container .cardteam__container--img {
    height: 145px;
    overflow: hidden;
    position: relative;
    border: 1px solid #fff;
}

.page--aboutus .blog__section--container .cardteam__container--img img {
    width: 100%;
    position: absolute;
    top: -30px;
}

.page--aboutus .blog__section--container .cardteam__container--info {
    padding: 12px 0 0;
}

.page--aboutus .blog__section--container .cardteam__container--info h4 {
    color: #fff;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 18px;
    text-align: left;
    margin: 0;
}

.page--aboutus .blog__section--container .cardteam__container--info h5 {
    color: #FF993C;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    margin: 0;
    padding: 6px 0;
}

.page--aboutus .blog__section--container .cardteam__container--info p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    margin: 0;
}

.page--aboutus .blog__section--container .cardteam__container--info a:hover {
    text-decoration: underline;
    color: white;
}

@media (max-width: 1194px) {
    .page--aboutus .blog__section--container {
        padding: 0;
    }
}

.page--aboutus .aboutus--desktop {
    display: flex;
}

.page--aboutus .aboutus--desktop .game__section--container {
    /* max-width: 378px; */
    /* width: 100%; */
    width: 378px;
    margin: 0;
    z-index: 1;
}

.megaclockie {
    position: absolute;
    bottom: 0;
    height: 570px;
    z-index: 1;
}

/* custom checkboxes */

/* The container */

.checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 28px;
    display: flex;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0 0 16px;
}

.checkbox.last {
    margin: 0;
}

@media (max-width: 1194px) {
    .checkbox {
        height: auto;
        min-height: 30px;
    }
}

/* Hide the browser's default checkbox */

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: 2px solid #FF873E;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */

.checkbox:hover input~.checkmark {}

/* When the checkbox is checked, add a blue background */

.checkbox input:checked~.checkmark {
    background-color: #FF873E;
    border: 2px solid #FF873E;
    border-radius: 50%;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */

.checkbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */

.checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slide-nft-sale-cta {
    z-index: 99;
}

.no-scroll {
    overflow: hidden;
}

.pt-30 {
    padding-top: 132px;
}

.mt--10 {
    margin-top: -30px;
}

.logo {
    z-index: 999;
}