@-webkit-keyframes swipe {
    0% {
        transform: translate3d(0, 0, 0)
    }
    10%, to {
        transform: translate3d(200%, 0, 0)
    }
}

@keyframes swipe {
    0% {
        transform: translate3d(0, 0, 0)
    }
    10%, to {
        transform: translate3d(200%, 0, 0)
    }
}

a, body, div, footer, form, h2, header, html, img, input, main, nav, p, section, span, svg {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

.ps {
    background-image: url('/starwars/images/button/ps.png');
}

.nin {
    background-image: url('/starwars/images/button/switch.png');
}

.steam {
    background-image: url('/starwars/images/button/steam.png');
}

.xbox {
    background-image: url('/starwars/images/button/xbox.png');
}

.apple {
    background-image: url('/starwars/images/button/apple.png');
}

.google {
    background-image: url('/starwars/images/button/google.png');
}

.aspyr {
    background-image: url('/starwars/images/button/aspyr.png');
}

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

img {
    max-width: 100%
}

svg:not(:root) {
    overflow: hidden
}

input {
    border-radius: 0
}

::-moz-placeholder {
    opacity: 1
}

::placeholder {
    opacity: 1
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
    outline: 0
}

@font-face {
    font-family: "Cochin LT Std";
    font-weight: 700;
    src: url(fonts/cochin-lt-std-700.otf) format("opentype")
}

@font-face {
    font-family: "IBM Plex Sans";
    font-weight: 400;
    src: url(fonts/ibm-plex-sans-400.ttf) format("truetype")
}

@font-face {
    font-family: "Mont";
    font-weight: 400;
    src: url(fonts/mont-400.otf) format("opentype")
}

@font-face {
    font-family: "Mont";
    font-weight: 600;
    src: url(fonts/mont-600.otf) format("opentype")
}

@font-face {
    font-family: "Mont";
    font-weight: 900;
    src: url(fonts/mont-900.otf) format("opentype")
}

@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    src: url(fonts/montserrat-400.ttf) format("truetype")
}

@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    src: url(fonts/montserrat-500.ttf) format("truetype")
}

@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    src: url(fonts/montserrat-700.ttf) format("truetype")
}

html {
    font-size: 10px
}

body {
    background-color: #000;
    color: #fff;
    -webkit-font-smoothing: antialiased
}

.container {
    width: 85%;
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto
}

@media screen and (min-width: 1366px) {
    .container {
        max-width: 1280px
    }
}

.match-container {
    max-width: calc((100vw - 60px));
    margin-right: auto;
    margin-left: auto
}

@media screen and (min-width: 1024px) {
    .match-container {
        max-width: calc((100vw - 100px))
    }
}

@media screen and (min-width: 1600px) {
    .match-container {
        max-width: 1500px
    }
}

.nav {
    z-index: 1
}

.stars {
    z-index: -1
}

.buttons {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media screen and (min-width: 768px) {
    .buttons {
        flex-direction: row
    }
}

.button {
    margin-bottom: 12px;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap
}








.footer-1 {
    background-image: url(images/footer/1.png)
}

.footer-2 {
    background-image: url(images/footer/2.png)
}

.footer-3 {
    background-image: url(images/footer/3.svg)
}

.footer-legal {
    font-family: "Montserrat", sans-serif;
}

.header {
    overflow: hidden;
    position: relative;
    height: 90vh;
    padding-bottom: 25px;
    text-align: center
}

.header-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%
}

@media screen and (min-width: 1024px) {
    .header-container {
        position: relative;
        flex-direction: row-reverse;
        padding-right: 35px;
        padding-left: 35px
    }
}

.header-more {
    font-family: "Mont", sans-serif;
}

.nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 25px
}

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

@media screen and (min-width: 1024px) {
    .nav-container {
        position: relative;
        padding-right: 35px;
        padding-left: 35px
    }
}

.nav-links {
    display: none
}

@media screen and (min-width: 1024px) {
    .nav-links {
        display: flex;
        align-items: center
    }
}

.nav-link {
    position: relative;
    margin-right: 35px;
    font-family: "Mont", sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1;
    color: #fff
}

.nav-link.is-active {
    font-weight: 700
}

.nav-link:last-child {
    margin-right: 0
}

.nav-link::after, .nav-switch::after, .nav-switch::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff
}

.nav-link::after {
    transform: scale3d(0, 1, 1);
    bottom: -5px
}

.nav-link.is-active::after {
    transform: scale3d(1, 1, 1)
}

.nav-logo {
    display: block;
    width: 67px;
    height: 28px;
    background-image: url(images/nav/logo.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap
}

@media screen and (min-width: 1024px) {
    .nav-logo {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -33.5px
    }
}

.nav-other {
    display: flex;
    align-items: center;
    margin-right: 25px;
    margin-left: auto
}

@media screen and (min-width: 1024px) {
    .nav-other {
        margin-right: 0
    }
}

.nav-login {
    display: none
}

@media screen and (min-width: 1024px) {
    .nav-login {
        display: block;
        width: 16px;
        height: 18px;
        margin-right: 35px;
        background-image: url(images/nav/login.svg);
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap
    }
}

.nav-search {
    display: block;
    width: 17px;
    height: 17px;
    background-image: url(images/nav/search.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap
}

.nav-switch {
    position: relative;
    width: 20px;
    height: 10px;
    cursor: pointer
}

@media screen and (min-width: 1024px) {
    .nav-switch {
        display: none
    }
}

.nav-switch.is-active::before {
    transform: translate3d(0, 4px, 0) rotate(45deg)
}

.nav-switch.is-active::after {
    transform: translate3d(0, -4px, 0) rotate(-225deg)
}

.nav-switch::after, .nav-switch::before {
    transition: transform .5s ease-out
}

.nav-switch::before {
    top: 0
}

.nav-switch::after {
    bottom: 0
}

.stars {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.webp .stars {
    background-image: url(images/stars/background.webp)
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .webp .stars {
        background-image: url(images/stars/background-2x.webp)
    }
}

.game {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 450px;
    margin-bottom: 30px;
    text-align: center
}

@media screen and (min-width: 768px) {
    .game {
        height: 480px;
        margin-bottom: 60px;
        text-align: left
    }
}

@media screen and (min-width: 1024px) {
    .game {
        height: 545px
    }
}

.game1 {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 10rem;
    text-align: center;
    height: 500px;
}

@media screen and (min-width: 768px) {
    .game1 {
        margin-bottom: 60px;
        text-align: left
    }
}

.game-last {
    margin-bottom: 0
}

.game-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 0 30px rgba(127, 127, 127, .5)
}

@media screen and (min-width: 1024px) {
    .game-background {
        left: 50%;
        width: 1024px;
        margin-left: -512px;
        border-radius: 25px
    }
}

@media screen and (min-width: 1366px) {
    .game-background {
        width: 1366px;
        margin-left: -683px
    }
}

@media screen and (min-width: 1024px) {
    .game:hover .game-background {
        box-shadow: 0 0 50px rgba(127, 127, 127, .75)
    }
}

.game-background.is-loaded {
    opacity: 1
}

.game-background-overlay {
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000
}



@media screen and (min-width: 768px) {
    .game-background-overlay {
        display: none
    }
}

.game-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media screen and (min-width: 768px) {
    .game-container {
        justify-content: center;
        align-items: flex-start
    }
}

@media screen and (min-width: 1024px) {
    .game-container {
        padding-left: 70px
    }
}

.game-desc {
    font-family: "Mont", sans-serif;
}

.game-desc-10 {
    font-family: "Cochin LT Std", serif;
}

.game-heading {
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap
}

.game-heading-1 {
    height: 82px
}

@media screen and (min-width: 768px) {
    .game-heading-1, .game-heading-16 {
        height: 199px
    }
}

.game-heading-2 {
    height: 84px
}

@media screen and (min-width: 768px) {
    .game-heading-2 {
        height: 213px
    }
}

.game-heading-3 {
    height: 121px
}

@media screen and (min-width: 768px) {
    .game-heading-3 {
        height: 240px
    }
}

.game-heading-4 {
    height: 69px
}

@media screen and (min-width: 768px) {
    .game-heading-4 {
        height: 172px
    }
}

.game-heading-5 {
    height: 94px
}

@media screen and (min-width: 768px) {
    .game-heading-5 {
        height: 209px
    }
}

.game-heading-6 {
    height: 133px
}

@media screen and (min-width: 768px) {
    .game-heading-6 {
        height: 235px
    }
}

.game-heading-7 {
    height: 144px
}

@media screen and (min-width: 768px) {
    .game-heading-7 {
        height: 214px
    }
}

.game-heading-1 {
    width: 217px
}

@media screen and (min-width: 768px) {
    .game-heading-1 {
        width: 442px
    }
}

.game-heading-2 {
    width: 205px
}

@media screen and (min-width: 768px) {
    .game-heading-2 {
        width: 423px
    }
}

.game-heading-3 {
    width: 204px
}

@media screen and (min-width: 768px) {
    .game-heading-3 {
        width: 372px
    }
}

.game-heading-4 {
    width: 211px
}

@media screen and (min-width: 768px) {
    .game-heading-4 {
        width: 417px
    }
}

.game-heading-5 {
    width: 217px
}

@media screen and (min-width: 768px) {
    .game-heading-5 {
        width: 418px
    }
}

.game-heading-6 {
    width: 244px
}

@media screen and (min-width: 768px) {
    .game-heading-6 {
        width: 437px
    }
}

.game-heading-7 {
    width: 273px
}

@media screen and (min-width: 768px) {
    .game-heading-7 {
        width: 408px
    }
}

.game-heading-1 {
    margin-bottom: 5px
}

@media screen and (min-width: 768px) {
    .game-heading-1 {
        margin-bottom: -10px
    }
}

.game-heading-2 {
    margin-bottom: 20px
}

@media screen and (min-width: 768px) {
    .game-heading-2 {
        margin-bottom: 0
    }
}

.game-heading-3 {
    margin-bottom: 15px
}

@media screen and (min-width: 768px) {
    .game-heading-3 {
        margin-bottom: 0
    }
}

.game-heading-4 {
    margin-bottom: 5px
}

@media screen and (min-width: 768px) {
    .game-heading-4 {
        margin-bottom: -10px
    }
}

.game-heading-5 {
    margin-bottom: 15px
}

@media screen and (min-width: 768px) {
    .game-heading-5 {
        margin-bottom: 0
    }
}

.game-heading-6 {
    margin-bottom: -20px
}

@media screen and (min-width: 768px) {
    .game-heading-7 {
    }

    .game-heading-4 {
        margin-bottom: -30px
    }

    .game-heading-1 {
        margin-left: -39px
    }

    .game-heading-2 {
        margin-left: -25px
    }

    .game-heading-3, .game-heading-4 {
        margin-left: -30px
    }

    .game-heading-5 {
        margin-left: -25px
    }

    .game-heading-6 {
        margin-left: -42px
    }


    .game-heading-13, .game-heading-14, .game-heading-15, .game-heading-16, .game-heading-17, .game-heading-18 {
        margin-left: -42px
    }
}

 .nav, .stars {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 1s;
    transition-timing-function: ease-out
}

 .nav.is-active {
    opacity: 1
}

.stars.is-active {
    opacity: .5
}

.nav, .stars {
    transition-delay: 0s
}

.webp .game-heading-8 {
    background-image: url(images/game/heading/8-small.webp)
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .webp .game-heading-8 {
        background-image: url(images/game/heading/8-small-2x.webp)
    }
}

@media screen and (min-width: 768px) {
    .webp .game-heading-8 {
        background-image: url(images/game/heading/8-large.webp)
    }
}

@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-resolution: 2dppx) {
    .webp .game-heading-8 {
        background-image: url(images/game/heading/8-large-2x.webp)
    }
}

.webp .game-heading-13 {
    background-image: url(images/game/heading/13-small.webp)
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
    .webp .game-heading-13 {
        background-image: url(images/game/heading/13-small-2x.webp)
    }
}

@media screen and (min-width: 768px) {
    .webp .game-heading-13 {
        background-image: url(images/game/heading/13-large.webp)
    }
}

@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-resolution: 2dppx) {
    .webp .game-heading-13 {
        background-image: url(images/game/heading/13-large-2x.webp)
    }
}

.game-heading-8, .game-heading-10 {
    width: 217px;
    margin-bottom: 10px;
    height: 100px;
}

.game-heading-13, .game-heading-14, .game-heading-15, .game-heading-16, .game-heading-17, .game-heading-18 {
    width: 280px;
    margin-bottom: 10px;
    height: 120px;
}

@media screen and (min-width: 768px) {
    .game-heading-3, .game-heading-8, .game-heading-10, .game-heading-13, .game-heading-14, .game-heading-15, .game-heading-16, .game-heading-17, .game-heading-18 {
        height: 199px;
        width: 400px;
        margin-left: -10px;
    }
}

.menu {
    z-index: 1;
    transform: translate3d(0, -100%, 0);
    transition-property: transform;
    transition-duration: .75s;
    transition-timing-function: ease;
    transition-delay: .5s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: linear-gradient(-45deg, #6af1fc 0%, #00acfb 100%);
    color: #fff
}

@media screen and (min-width: 1024px) {
    .menu {
        display: none
    }
}

.menu.is-active, .menu.is-active .menu-links {
    transform: translate3d(0, 0, 0);
    transition-delay: 0s
}

.menu-container {
    height: 100%;
    padding-top: 118px
}

.menu-links {
    opacity: 0;
    transform: translate3d(0, 2vh, 0);
    transition-property: opacity, transform;
    transition-duration: .5s;
    transition-timing-function: ease-out;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px
}

.menu.is-active .menu-links {
    opacity: 1;
    transition-delay: .75s
}

.menu-link {
    position: relative;
    font-family: "Mont", sans-serif;
    font-weight: 700;
    font-size: 5.3rem;
    line-height: 1.05
}

.menu-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: none;
    width: 30px;
    height: 3px;
    margin-top: -1.5px;
    background-color: #fff
}

.menu-link.is-active {
    padding-left: 35px
}

.menu-link, .menu-link.is-active::before {
    display: block
}

.menu-other {
    opacity: 0;
    transform: translate3d(0, 2vh, 0);
    transition-property: opacity, transform;
    transition-duration: .5s;
    transition-timing-function: ease-out;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px
}

.menu.is-active .menu-other, .menu.is-active .menu-social {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1s
}

.menu-other-link {
    display: block;
    font-family: "Mont", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.4
}

.menu-social {
    opacity: 0;
    transform: translate3d(0, 2vh, 0);
    transition-property: opacity, transform;
    transition-duration: .5s;
    transition-timing-function: ease-out;
    display: flex;
    align-items: center
}

.menu.is-active .menu-social {
    transition-delay: 1.25s
}

.menu-social-link {
    display: block;
    margin-right: 40px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap
}

.menu-social-link:last-child {
    margin-right: 0
}

.menu-social-link-facebook {
    width: 25px;
    height: 25px;
    background-image: url('/starwars/images/menu/icon-facebook.svg')
}

.menu-social-link-twitter {
    width: 26px;
    height: 21px;
    background-image: url('/starwars/images/menu/icon-twitter.svg')
}

.menu-social-link-linkedin {
    width: 24px;
    height: 24px;
    background-image: url('/starwars/images/menu/icon-linkedin.svg')
}

.menu-social-link-youtube {
    width: 32px;
    height: 23px;
    background-image: url('/starwars/images/menu/icon-youtube.svg')
}

.menu-social-link-instagram {
    width: 44px;
    height: 25px;
    background-image: url('/starwars/images/menu/icon-instagram.svg')
}

.search {
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: .5s, 0s;
    transition-timing-function: ease, linear;
    transition-delay: 0s, .5s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    font-family: "Mont", sans-serif;
    background-image: linear-gradient(315deg, #00b1ff 0%, #00aefc 20%, #01a5f1 37.5%, #0297df 52.5%, #0382c6 67.5%, #0567a6 82.5%, #074780 97%, #073f76 100%);
    color: #fff
}

.search.is-active {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s
}

.search-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

@media screen and (min-width: 768px) {
    .search-container {
        padding-right: 35px;
        padding-left: 35px
    }
}

@media screen and (min-width: 1366px) {
    .search-container {
        max-width: 1036px;
        padding-right: 0;
        padding-left: 0
    }
}

.search-form {
    position: relative;
    margin-bottom: 25px
}

@media screen and (min-width: 768px) {
    .search-form {
        margin-bottom: 30px
    }
}

.search-input {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    border: 0;
    border-bottom: 2px solid #fff;
    background-color: transparent;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: -.025em;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0
}

@media screen and (min-width: 768px) {
    .search-input {
        padding-bottom: 15px;
        font-size: 3rem
    }
}

.search-input::-moz-placeholder {
    opacity: 1;
    color: #fff
}

.search-input:-ms-input-placeholder {
    opacity: 1;
    color: #fff
}

.search-input::placeholder {
    opacity: 1;
    color: #fff
}

.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 18px;
    border: 0;
    background-image: url('assets/components/search/icon-submit.svg');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0
}

@media screen and (min-width: 768px) {
    .search-submit {
        width: 26px;
        height: 26px
    }
}

.search-platforms {
    display: flex;
    flex-wrap: wrap;
    margin-top: -20px
}

.search-heading {
    flex-basis: 100%;
    margin-top: 20px;
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: -.01em
}

@media screen and (min-width: 768px) {
    .search-heading {
        font-size: 1.6rem
    }
}

@media screen and (min-width: 1366px) {
    .search-heading {
        flex-basis: auto;
        margin-right: 35px
    }
}

.search-platform {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-right: 25px
}

.search-platform:last-child {
    margin-right: 0
}

.search-platform-logo {
    margin-right: 10px
}

.search-platform-name {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: -.01em
}

@media screen and (min-width: 768px) {
    .search-platform-name {
        font-size: 1.6rem
    }
}
