/*:export {*/
/*    extraSmall: 300px;*/
/*    small: 576px;*/
/*    medium: 768px;*/
/*    large: 992px;*/
/*    extraLarge: 1200px*/
/*}*/

a.button {
    position: relative;
    font-size: 24px;
    line-height: 32px;
    border: none;
    background: transparent url(/images/game/button-gold.svg?v=upwxko0);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transform: skew(-7deg);
    transform: skew(-7deg)
}

a.button:active {
    -webkit-transform: skew(-7deg) scale(.95);
    transform: skew(-7deg) scale(.95)
}

a.button span {
    -webkit-transform: skew(7deg);
    transform: skew(7deg);
    display: block;
    padding: 0 5px 8px
}

main {
    /* background-image: url(/images/game/background.jpg); */
    background-position: bottom;
    -webkit-background-size: cover;
    background-size: cover;
    font-size: 24px;
    -webkit-text-stroke: 1px #000;
    text-shadow: 0 2px 0 #000
}

main,
main .clicked-label {
    color: #fff
}

main .deco-section img {
    max-height: 250px !important;
    -webkit-transform: scale(1.8) translateY(-4vh) !important;
    transform: scale(1.8) translateY(-4vh) !important;
    width: 22vw;
    min-width: 257px
}

main .language-dropdown {
    color: #fff !important;
    -webkit-text-stroke-width: 0;
    text-shadow: none !important;
    background-color: rgba(0, 0, 0, .2) !important;
    background-image: url(/images/common/language-globe-white.svg), url(/images/common/language-caret-white.svg) !important
}

main .logo {
    margin-top: 20px !important
}

main .nested-content {
    margin-left: 30px !important;
    margin-right: 30px !important
}

main .download-links {
    margin-bottom: 40px !important;
}

main .bubbles-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    z-index: 10
}

main .bubbles-container .bubble {
    position: absolute;
    bottom: 0;
    -webkit-animation: float-up linear infinite;
    animation: float-up linear infinite;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    pointer-events: none
}

@-webkit-keyframes float-up {
    0% {
        -webkit-transform: translateX(-50%) translateY(0) rotate(0deg);
        transform: translateX(-50%) translateY(0) rotate(0deg);
        opacity: 1
    }
    25% {
        -webkit-transform: translateX(-60%) translateY(-25vh) rotate(-4deg);
        transform: translateX(-60%) translateY(-25vh) rotate(-4deg);
        opacity: .75
    }
    50% {
        -webkit-transform: translateX(-50%) translateY(-50vh) rotate(0deg);
        transform: translateX(-50%) translateY(-50vh) rotate(0deg);
        opacity: .5
    }
    75% {
        -webkit-transform: translateX(-40%) translateY(-75vh) rotate(4deg);
        transform: translateX(-40%) translateY(-75vh) rotate(4deg);
        opacity: .25
    }
    to {
        -webkit-transform: translateX(-50%) translateY(-100vh) rotate(0deg);
        transform: translateX(-50%) translateY(-100vh) rotate(0deg);
        opacity: 0
    }
}

@keyframes float-up {
    0% {
        -webkit-transform: translateX(-50%) translateY(0) rotate(0deg);
        transform: translateX(-50%) translateY(0) rotate(0deg);
        opacity: 1
    }
    25% {
        -webkit-transform: translateX(-60%) translateY(-25vh) rotate(-4deg);
        transform: translateX(-60%) translateY(-25vh) rotate(-4deg);
        opacity: .75
    }
    50% {
        -webkit-transform: translateX(-50%) translateY(-50vh) rotate(0deg);
        transform: translateX(-50%) translateY(-50vh) rotate(0deg);
        opacity: .5
    }
    75% {
        -webkit-transform: translateX(-40%) translateY(-75vh) rotate(4deg);
        transform: translateX(-40%) translateY(-75vh) rotate(4deg);
        opacity: .25
    }
    to {
        -webkit-transform: translateX(-50%) translateY(-100vh) rotate(0deg);
        transform: translateX(-50%) translateY(-100vh) rotate(0deg);
        opacity: 0
    }
}

/*@font-face {*/
/*    font-family: BrawlJapan;*/
/*    src: url(../../../../fonts/game/game-jp.woff2?v=upwxko0);*/
/*    font-weight: 700*/
/*}*/

/*html:lang(jp) main {*/
/*    font-family: BrawlJapan, sans-serif !important*/
/*}*/

/*@font-face {*/
/*    font-family: BrawlKorea;*/
/*    src: url(../../../../fonts/game/game-ko.woff2?v=upwxko0);*/
/*    font-weight: 700*/
/*}*/

/*html:lang(kr) main {*/
/*    font-family: BrawlKorea, sans-serif !important*/
/*}*/

/*@font-face {*/
/*    font-family: BrawlTradChina;*/
/*    src: url(/fonts/game/game-cnt.woff2?v=upwxko0);*/
/*    font-weight: 700*/
/*}*/

/*html:lang(cnt) main {*/
/*    font-family: BrawlTradChina, sans-serif !important*/
/*}*/

/*@font-face {*/
/*    font-family: BrawlSimpChina;*/
/*    src: url(/fonts/game/game-cn.woff2?v=upwxko0);*/
/*    font-weight: 700*/
/*}*/

/*html:lang(cn) main {*/
/*    font-family: BrawlSimpChina, sans-serif !important*/
/*}*/

@font-face {
    font-family: PusiaBold;
    src: url(game-pl-ru-tr.woff?v=upwxko0);
    font-weight: 700
}

html:lang(pl) main,
html:lang(ru) main,
html:lang(tr) main,
html:lang(vi) main {
    font-family: PusiaBold, sans-serif !important
}

html:lang(ar) main,
html:lang(cn) main,
html:lang(jp) main,
html:lang(th) main {
    -webkit-text-stroke: .0125em transparent;
    -webkit-text-stroke: max(.0125em, .75px) transparent;
    text-shadow: 0 -2px #000, 0 0 #000, 0 2px #000, 0 4px #000, -1px -1px #000, 1px -1px #000, 1px 0 #000, -1px 0 #000, 1px 1px #000, -1px 1px #000, 1px 2px #000, -1px 2px #000
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

body,
html {
    max-width: 100vw;
    height: 100%;
    overflow-x: hidden;
    background: #f2f2f2;
    color: #010101
}

html:lang(ar) .contents {
    direction: rtl
}

img,
svg {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none
}