h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0
}

section {
    width: 100%
}

.display-flex {
    display: flex;
    flex-wrap: wrap
}

.link-block {
    display: inline-block
}

.white-round-border {
    border: 1px solid #fff;
    border-radius: 16px
}

.round-border-btn {
    border: 1px solid #fff;
    border-radius: 18px;
    font-size: 14px;
    padding: 4px 20px
}

.fixed-btn {
    position: fixed;
    width: 40px;
    height: 40px;
    border-radius: 100%
}

.game__tag {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
    padding: 2px 10px;
    border: 1px solid #fff;
    border-radius: 4px;
    margin: 2px 10px 2px 0
}

.game__tag--type {
    border-color: #65d1ff;
    color: #65d1ff
}

.game__tag--lang {
    border-color: #8260d2;
    color: #8260d2
}

.game__tag--test {
    border-color: #a3c338;
    color: #a3c338
}

.form__btn {
    height: 48px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .5px;
    background-color: #ff61b6;
    color: #fff
}

.form__btn:hover {
    background-color: #ff49ab
}

.sectionHeader {
    width: 100%;
    display: block;
    margin-bottom: 20px
}

.sectionHeader h2 {
    display: inline-block;
    margin-right: 20px
}

.noscroll {
    overflow: hidden
}

.more-btn {
    border: 1px solid #fff;
    border-radius: 18px;
    display: inline-block;
    font-size: 14px;
    padding: 4px 22px
}

.more-btn:hover {
    background-color: #fff;
    color: #1d2630
}

.more-btn i {
    font-size: 9px;
    transform: rotate(90deg);
    margin-right: 3px
}

@media screen and (max-width:1299px) {
    .more-btn {
        font-size: 12px;
        padding: 4px 16px
    }
    .more-btn i {
        font-size: 8px
    }
}

body,
html {
    padding: 0;
    margin: 0
}

body {
    --bg: #1d2630;
    --color: #fff;
    --line-color: #333b44;
    --border-color: #dfdfdf;
    width: 100%;
    height: 100vh;
    background-color: #1d2630;
    font-family: Noto Sans, sans-serif;
    font-size: 16px;
    overflow-x: hidden
}

body * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

body input {
    border: 0;
    box-shadow: none;
    outline: none
}

body a {
    color: #fff;
    cursor: pointer
}

body a,
body a:active,
body a:focus,
body a:hover {
    text-decoration: none
}

body button {
    border: 0;
    box-shadow: none;
    cursor: pointer
}

body button,
body button:active,
body button:focus,
body button:hover {
    outline: none
}

body p {
    word-break: break-word
}

body li {
    list-style: none
}

body.hide-iframe iframe {
    z-index: -1!important;
    opacity: 0
}

.mobile {
    display: none!important
}

.container {
    width: 1200px;
    border-bottom: 1px solid #3f464e;
    padding: 25px 0 40px;
    margin: 0 auto
}

.breadcrumb {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 12px;
    left: 0
}

.breadcrumb span:nth-child(2n) {
    color: #fff;
    margin: 0 12px
}

.breadcrumb span a {
    transition: all .1s ease-in-out;
    position: relative
}

.breadcrumb span a:after,
.breadcrumb span a:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
    margin: 5px 0 0;
    transition: all .1s ease-in-out;
    transition-duration: .75s;
    opacity: 0;
    background-color: #fff
}

.breadcrumb span a:hover:after,
.breadcrumb span a:hover:before {
    width: 100%;
    opacity: 1
}

.breadcrumb span:last-child a {
    color: #ff61b6;
    font-weight: 700;
    transition: all .1s ease-in-out;
    position: relative;
    max-width: 300px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle
}

.breadcrumb span:last-child a:after,
.breadcrumb span:last-child a:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
    margin: 5px 0 0;
    transition: all .1s ease-in-out;
    transition-duration: .75s;
    opacity: 0;
    background-color: #ff61b6
}

.breadcrumb span:last-child a:hover:after,
.breadcrumb span:last-child a:hover:before {
    width: 100%;
    opacity: 1
}

.moreLink {
    cursor: pointer;
    font-size: 12px;
    transition: all .1s ease-in-out;
    position: relative
}

.moreLink:after,
.moreLink:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
    margin: 5px 0 0;
    transition: all .1s ease-in-out;
    transition-duration: .75s;
    opacity: 0;
    background-color: #ff61b6
}

.moreLink:hover:after,
.moreLink:hover:before {
    width: 100%;
    opacity: 1
}

.moreLink i:before {
    margin-left: 6px
}

.moreLink,
.moreLink>i:before {
    color: #ff61b6
}

.news__list {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: auto;
    padding: 24px 24px 30px;
    position: relative
}

.news__list h2 {
    border-bottom: 1px solid #333b44;
    padding-bottom: 16px;
    /* margin-bottom: 20px */
}

.news__list .home__moreLink {
    position: absolute;
    right: 24px;
    /*bottom: 24px*/
}

.news {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news h4 {
    color: #ff61b6;
    font-size: 10px
}

.news p {
    font-size: 14px;
    margin: 0
}

.news:last-of-type {
    padding-bottom: 40px
}

.events {
    position: relative
}

.events .moreLink {
    position: absolute;
    right: 0;
    top: 6px
}

.event {
    width: 100%;
    height: 108px;
    margin-bottom: 10px;
    border-radius: 16px;
    overflow: hidden
}

.event img,
.event img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media screen and (max-width:1299px) {
    .event {
        width: 205px;
        height: 80px;
        margin-right: 20px
    }
}

.nav--scroll #nav {
    height: 58px
}

.nav--scroll #navbar__brand {
    width: 140px;
    height: 32px
}

.nav--scroll #home__banner {
    margin-top: 58px
}

.nav--scroll #nav__langMenu {
    top: 42px
}

#nav {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #1d2630;
    transition: height .3s ease-in;
    z-index: 30
}

#app_BNblock {
    margin-top: 70px
}

#navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    height: 100%;
    margin: 0 auto
}

#navbar>div {
    display: flex;
}

#navbar>div>li {
    margin-left: 100px;
}

.drop-down ul {
    display: none;
    margin-left: -50px;
    position: absolute;
    padding: 5px 0 0;
    list-style: none;
    width: 200px;
    background: rgba(29, 38, 48, .9490196078431372);
    color: #fff;
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .3);
    z-index: 200!important;
    margin-top: -5px;
}

.drop-down ul li {
    height: 50px;
    width: 100%;
    padding: 0 0 0 20px;
    border-bottom: 1px solid rgba(154, 159, 165, .30196078431372547);
    display: flex;
    align-items: center;
}

.drop-down ul li a:hover {
    color: #ff61b6;
}

.drop-down ul li:last-child {
    border: 0
}

.drop-down img,
.game_list_mob img {
    margin-right: 10px;
    vertical-align: middle
}

.drop-down:hover ul {
    display: block
}

.game_list_mob {
    padding-left: 100px;
    display: none;
}

.game_list_mob li {
    margin-bottom: 25px;
}

#navbar__brand {
    width: 165px;
    height: 40px
}

#navbar__brand img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-fit: contain;
    object-fit: contain
}

#navbar__brand img,
#navbar__brand img img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center
}

#navbar__brand img img {
    -o-object-fit: cover;
    object-fit: cover
}

.nav__link {
    font-size: 18px;
    font-weight: 700;
    line-height: 80px;
    color: #fff
}

.nav__link:first-of-type.active,
.nav__link:first-of-type:hover {
    color: #ff61b6
}

.nav__link:nth-of-type(2).active,
.nav__link:nth-of-type(2):hover {
    color: #8260d2
}

.nav__link:nth-of-type(3).active,
.nav__link:nth-of-type(3):hover {
    color: #65d1ff
}

#nav__account {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

#nav__account.loggedIn .nav__welcome {
    display: none
}

#nav__account.loggedIn .nav__user,
#nav__account.loggedOut .nav__welcome {
    display: block
}

#nav__account.loggedOut .nav__user {
    display: none
}

#nav__profile {
    color: #fff;
    font-size: 12px;
    text-align: right
}

.nav__user span:last-of-type {
    color: #b3b3b3
}

.nav__user div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #ef9705;
    margin-top: 3px
}

.nav__welcome a {
    transition: all .1s ease-in-out;
    position: relative;
    color: #ff61b6;
    font-weight: 700;
    margin-left: 4px
}

.nav__welcome a:after,
.nav__welcome a:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 5px 0 0;
    transition: all .1s ease-in-out;
    transition-duration: .75s;
    opacity: 0;
    background-color: #ff61b6
}

.nav__welcome a:hover:after,
.nav__welcome a:hover:before {
    width: 100%;
    opacity: 1
}

#nav__coin {
    background: url(../images/common_sprites.png) -10px -10px no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 5px
}

#nav__profileAvatar {
    width: 32px;
    height: 32px;
    border: 2px solid #fff;
    border-radius: 100%;
    background-color: #a5a8ac;
    text-align: center;
    margin-left: 10px;
    overflow: hidden;
    position: relative
}

#nav__profileAvatar a {
    display: inline-block;
    width: 100%;
    height: 100%
}

#nav__profileAvatar i {
    vertical-align: bottom
}

#nav__profileAvatar i:before {
    color: #4a5159;
    font-size: 14px
}

#nav__profileAvatar img {
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 0
}

#nav__profileAvatar img,
#nav__profileAvatar img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

#nav__profileAvatar:hover {
    background-color: #dbdcde
}

#nav__profileAvatar:hover i:before {
    color: #6e747a
}

#nav__langSelector {
    width: 28px;
    height: 28px;
    background-image: url(../images/common_sprites.png);
    background-position: -10px -174px;
    margin: 2px 18px 0;
    cursor: pointer;
    position: relative
}

#nav__langSelector.active #nav__langMenu {
    display: block
}

#nav__langMenu {
    display: none;
    width: 110px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    top: 53px;
    right: 0;
    overflow: hidden
}

#nav__langMenu li {
    display: block;
    width: 100%;
    height: 50px;
    background: rgba(29, 38, 48, .9490196078431372);
    border-bottom: 1px solid rgba(154, 159, 165, .30196078431372547);
    color: #fff;
    font-size: 14px;
    padding: 15px 0 0 37px;
    position: relative
}

#nav__langMenu li:last-child {
    border: 0
}

#nav__langMenu li:after,
#nav__langMenu li:before {
    content: "";
    border-radius: 100%;
    position: absolute
}

#nav__langMenu li:before {
    width: 9px;
    height: 9px;
    border: 1.5px solid #fff;
    top: 19px;
    left: 17px
}

#nav__langMenu li:after {
    width: 8px;
    height: 8px;
    background-color: #fff;
    top: 21px;
    left: 19px
}

#nav__langMenu li.active:before,
#nav__langMenu li:hover:before {
    border-color: #ff61b6
}

#nav__langMenu li.active:after,
#nav__langMenu li:hover:after {
    background-color: #ff61b6
}

.nav__fbPage {
    font-size: 30px
}

.nav__fbPage i:before {
    color: #3578f7
}

.nav__twitter {
    width: 30px;
    height: 30px;
    background-color: #1da1f2;
    border-radius: 100%;
    font-size: 18px;
    text-align: center;
    padding: 4px 0 0 2px;
    margin-top: 2px;
    display: inline-block
}

#nav__copyright {
    position: absolute;
    top: 470px;
    left: 20px;
    font-size: 12px;
    color: #6d6d6d
}

#nav__mode {
    color: #fff;
    font-size: 12px;
    position: fixed;
    right: 30px;
    text-align: center
}

#nav__mode div {
    transform: scale(.8)
}

@media screen and (max-width:1449px) {
    #nav__mode {
        right: auto;
        left: calc(50% - 420px);
        text-align: left
    }
}

.nav__modeSlider,
.nav__safeMode {
    width: 58px;
    height: 22px;
    background-color: transparent;
    border: 1px solid #ff61b6;
    border-radius: 20px;
    cursor: pointer;
    display: block;
    transition: all .4s ease-in;
    margin: 3px auto 0;
    position: relative
}

.nav__modeSlider:before,
.nav__safeMode:before {
    position: absolute;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #ff61b6;
    font-size: 16px;
    bottom: 2px;
    transition: all .4s ease-in;
    content: "\f186";
    left: 3px
}

.nav__safeMode {
    border-color: #65d1ff
}

.nav__safeMode:before {
    color: #65d1ff;
    content: "\f111";
    left: 3px;
    transform: translateX(34px)
}

#footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 1200px;
    padding: 50px 0;
    margin: 0 auto
}

#footer img {
    width: 233px;
    margin-bottom: 20px
}

#footer p {
    width: 520px;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    margin: 0
}

#footer__registerForm {
    width: 275px;
    color: #fff
}

#footer__registerForm h5 {
    font-size: 14px;
    margin: 0 0 14px
}

#footer__registerForm form {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start
}

#footer__registerForm input {
    height: 26px;
    border: 1px solid #b3b3b3;
    font-size: 12px;
    letter-spacing: .5px;
    width: 180px;
    background-color: #2e363f;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    color: #fff;
    padding: 0 12px
}

#footer__registerForm input::-moz-placeholder {
    letter-spacing: 1px
}

#footer__registerForm input:-ms-input-placeholder {
    letter-spacing: 1px
}

#footer__registerForm input::placeholder {
    letter-spacing: 1px
}

#subscribe-btn {
    height: 26px;
    border: 1px solid #8260d2;
    font-size: 12px;
    letter-spacing: .5px;
    width: 95px;
    background-color: #8260d2;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    color: #1d2630;
    font-weight: 500;
    margin-left: -5px
}

#subscribe-btn:hover {
    color: #fff
}

#footer__copyright,
#footer__links,
#footer__links a {
    font-size: 12px;
    color: #6d6d6d!important
}

#footer__copyright {
    width: 315px!important
}

#footer__copyright,
#footer__links {
    display: inline-block
}

#footer__links span {
    margin: 0 12px
}

#footer__links a {
    transition: all .1s ease-in-out;
    position: relative
}

#footer__links a:after,
#footer__links a:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
    margin: 5px 0 0;
    transition: all .1s ease-in-out;
    transition-duration: .75s;
    opacity: 0;
    background-color: #6d6d6d
}

#footer__links a:hover:after,
#footer__links a:hover:before {
    width: 100%;
    opacity: 1
}

#btn__scrollTop {
    right: 20px;
    bottom: 85px;
    background-color: #3f464f
}

#btn__scrollTop i:before {
    color: #1d2630;
    font-size: 30px
}

#btn__scrollTop:hover {
    background-color: #61666d;
    color: #fff
}

#erolabs-ad {
    display: none
}


/* 
@media screen and (min-width:992px) {
    #erolabs-ad {
        display: none!important
    }
} */

body.safe-mode {
    background-color: #fff
}

body.safe-mode.masked {
    position: relative;
    overflow: hidden
}

body.safe-mode.masked:after {
    content: "";
    width: 100%;
    height: 300vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: hsla(0, 0%, 100%, .8);
    z-index: 25
}

body.safe-mode.masked #nav__langMenu a:after,
body.safe-mode.masked #nav__langMenu li:after {
    width: 8px
}

.safe-mode {
    --color: #1d2630;
    --bg: #fff;
    --line-color: #f4f4f4;
    --border-color: #c5c5c5
}

.safe-mode #footer__registerForm input,
.safe-mode #nav {
    background-color: #fff
}

.safe-mode #footer__registerForm input,
.safe-mode #footer p,
.safe-mode *,
.safe-mode .home__preRegisterGame h3 {
    color: #1d2630
}

.safe-mode #nav__langMenu a,
.safe-mode #nav__langMenu li {
    background-color: hsla(0, 0%, 100%, .9019607843137255);
    color: #1d2630
}

.safe-mode #nav__langMenu a:not(.active):before,
.safe-mode #nav__langMenu li:not(.active):before {
    border-color: #1d2630
}

.safe-mode #nav__langMenu a:not(.active):after,
.safe-mode #nav__langMenu li:not(.active):after {
    background-color: #1d2630
}

.safe-mode #nav__profileAvatar {
    background-color: #e2e5ea;
    border-color: #b5b8bb
}

.safe-mode #nav__profileAvatar i:before {
    color: #868b92
}

.safe-mode .nav__twitter i {
    color: #fff
}

.safe-mode #footer__registerForm input::-moz-placeholder {
    color: #dbdbdb
}

.safe-mode #footer__registerForm input:-ms-input-placeholder {
    color: #dbdbdb
}

.safe-mode #footer__registerForm input::placeholder {
    color: #dbdbdb
}

.safe-mode #subscribe-btn {
    background-color: #9f72ff;
    color: #fff
}

.safe-mode #subscribe-btn:hover {
    color: #1d2630
}

.safe-mode #btn__scrollTop {
    background-color: #d1d2d3
}

.safe-mode #btn__scrollTop i:before {
    color: #fff
}

.safe-mode #btn__scrollTop:hover {
    opacity: .8
}

.safe-mode .round-border-btn,
.safe-mode .white-round-border {
    border-color: #c5c5c5
}

.safe-mode .container {
    border-color: #f0f0f0
}

.safe-mode .news__list h2 {
    border-bottom: 2px solid #f4f4f4
}

.safe-mode .events .moreLink {
    color: #ff61b6
}

.safe-mode .breadcrumb span:nth-child(2n) {
    color: #1d2630
}

.safe-mode .breadcrumb span a {
    transition: all .1s ease-in-out;
    position: relative
}

.safe-mode .breadcrumb span a:after,
.safe-mode .breadcrumb span a:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
    margin: 5px 0 0;
    transition: all .1s ease-in-out;
    transition-duration: .75s;
    opacity: 0;
    background-color: #1d2630
}

.safe-mode .breadcrumb span a:hover:after,
.safe-mode .breadcrumb span a:hover:before {
    width: 100%;
    opacity: 1
}

.safe-mode .breadcrumb span:last-child a {
    transition: all .1s ease-in-out;
    position: relative
}

.safe-mode .breadcrumb span:last-child a:after,
.safe-mode .breadcrumb span:last-child a:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
    margin: 5px 0 0;
    transition: all .1s ease-in-out;
    transition-duration: .75s;
    opacity: 0;
    background-color: #ff61b6
}

.safe-mode .breadcrumb span:last-child a:hover:after,
.safe-mode .breadcrumb span:last-child a:hover:before {
    width: 100%;
    opacity: 1
}

.safe-mode .form__input input,
.safe-mode .form__input textarea {
    background-color: #f8f8f8;
    border-color: #1d2630
}

.safe-mode .form__input input::-moz-placeholder,
.safe-mode .form__input textarea::-moz-placeholder {
    color: #1d2630
}

.safe-mode .form__input input:-ms-input-placeholder,
.safe-mode .form__input textarea:-ms-input-placeholder {
    color: #1d2630
}

.safe-mode .form__input input,
.safe-mode .form__input input::placeholder,
.safe-mode .form__input textarea,
.safe-mode .form__input textarea::placeholder {
    color: #1d2630
}

.safe-mode .form__dropdown i,
.safe-mode .form__warning {
    color: #1d2630
}

.safe-mode .form__option,
.safe-mode .form__options {
    background-color: #f8f8f8;
    border-color: #1d2630
}

.safe-mode .form__option:hover {
    background-color: #fff
}

.safe-mode .form__option:not(:last-child):after {
    border-color: #1d2630
}

.safe-mode .form__input:not(.form__dropdown):not(.form__input--normal):focus label,
.safe-mode .form__input:not(.form__dropdown):not(.form__input--normal):hover label {
    background-color: #fff
}

.safe-mode .form__btn {
    color: #fff
}

.safe-mode .form__links {
    border-color: #f4f4f4
}

.safe-mode .form__links>a>i {
    color: #ff61b6
}

.safe-mode .form__links h4 {
    color: #1d2630
}

.safe-mode .more-btn {
    border-color: #1d2630
}

.safe-mode .more-btn,
.safe-mode .more-btn i {
    color: #1d2630
}

.safe-mode .more-btn:hover {
    background-color: #1d2630
}

.safe-mode .more-btn:hover,
.safe-mode .more-btn:hover i {
    color: #fff
}

.safe-mode .home__topGame:hover h4 {
    transition: all .1s ease-in-out;
    position: relative;
    position: absolute
}

.safe-mode .home__topGame:hover h4:after,
.safe-mode .home__topGame:hover h4:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
    margin: 5px 0 0;
    transition: all .1s ease-in-out;
    transition-duration: .75s;
    opacity: 0;
    background-color: #1d2630
}

.safe-mode .home__topGame:hover h4:hover:after,
.safe-mode .home__topGame:hover h4:hover:before {
    width: 100%;
    opacity: 1
}

.safe-mode .home__preRegisterGame h3 {
    transition: all .1s ease-in-out;
    position: relative
}

.safe-mode .home__preRegisterGame h3:after,
.safe-mode .home__preRegisterGame h3:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
    margin: 5px 0 0;
    transition: all .1s ease-in-out;
    transition-duration: .75s;
    opacity: 0;
    background-color: #1d2630
}

.safe-mode .home__preRegisterGame h3:hover:after,
.safe-mode .home__preRegisterGame h3:hover:before {
    width: 100%;
    opacity: 1
}

.safe-mode #game__summary h1 {
    color: #1d2630
}

.safe-mode #game__basicInfo span {
    color: #9a9fa5
}

.safe-mode .game__snsBtn i {
    color: #fff
}

.safe-mode .game__downloadBtn:hover {
    border-color: #fff
}

.safe-mode #game__slide picture.slick-siblings,
.safe-mode .game__thumbnail {
    opacity: .5!important
}

.safe-mode #game__slide .slick-arrow,
.safe-mode #game__suggestions button {
    background-color: #fff;
    opacity: 1;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .3)
}

.safe-mode #game__slide .slick-arrow:after,
.safe-mode #game__suggestions button:after {
    border-color: #cacaca
}

.safe-mode #game__slide .slick-arrow:hover,
.safe-mode #game__suggestions button:hover {
    opacity: 1
}

.safe-mode #game__introTabs {
    border-color: #f4f4f4
}

.safe-mode .game__introTab.active,
.safe-mode .game__introTab:hover {
    color: #1d2630
}

.safe-mode .games__checkbox label:before {
    border-color: #1d2630
}

.safe-mode .container--games .dropdown__selection--games.active h2 {
    border-color: #f4f4f4
}

.safe-mode #games__actionBar>span>i {
    color: #ff61b6
}

.safe-mode .games__new {
    color: #fff
}

.safe-mode .games__content h2 {
    transition: all .1s ease-in-out;
    position: relative
}

.safe-mode .games__content h2:after,
.safe-mode .games__content h2:before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
    margin: 5px 0 0;
    transition: all .1s ease-in-out;
    transition-duration: .75s;
    opacity: 0;
    background-color: #1d2630
}

.safe-mode .games__content h2:hover:after,
.safe-mode .games__content h2:hover:before {
    width: 100%;
    opacity: 1
}

.safe-mode .game__tag {
    border-color: #1d2630
}

.safe-mode .game__tag--type {
    border-color: #65d1ff;
    color: #65d1ff
}

.safe-mode .game__tag--lang {
    border-color: #8260d2;
    color: #8260d2
}

.safe-mode .game__tag--test {
    border-color: #a3c338;
    color: #a3c338
}

.safe-mode .support__formFooter p {
    color: #1d2630
}

.safe-mode .support__formSection:first-child {
    border-color: #f4f4f4
}

.safe-mode .dropdown__panel {
    background-color: #fff;
    border-color: #1d2630
}

.safe-mode .dropdown__selection button {
    border-color: #1d2630
}

.safe-mode .dropdown__selection h2 {
    border-color: #f4f4f4
}

.safe-mode .dropdown__selection.active button {
    border-color: #ff61b6
}

.safe-mode .dropdown__selection.active ul {
    background-color: #fff
}

.safe-mode .dropdown__selection.active ul:before {
    background-color: hsla(0, 0%, 100%, .8)
}

.safe-mode .container--rule main h4 {
    color: #1d2630
}

@media screen and (max-width:1299px) {
    .safe-mode #nav__menu.nav__menu--open {
        background-color: hsla(0, 0%, 100%, .9490196078431372)
    }
    .safe-mode #nav__menu.nav__menu--open .nav__link {
        border-color: #e2e4e6
    }
    .safe-mode .news__list h2 {
        border: 0
    }
    .safe-mode .news {
        border-bottom: 2px solid #f4f4f4
    }
    .safe-mode .game__downloadBtn {
        border-color: #fff
    }
    .safe-mode .container--games hr {
        border-color: #f4f4f4
    }
    .safe-mode .form__fileLabel--mobile i {
        color: #ff61b6
    }
    .safe-mode .dropdown__panel {
        border-color: #f4f4f4
    }
    .safe-mode .dropdown__selection button i {
        color: #1d2630!important
    }
}

#ageVerify {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: rgba(29, 38, 48, .9019607843137255);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 70;
    overflow-x: hidden;
    overflow-y: scroll
}

#ageVerify__container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 750px
}

#ageVerify__container>p {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
    padding: 10px 30px
}

#ageVerify__container>div {
    background-color: #1d2630;
    border-radius: 15px;
    text-align: center;
    padding: 50px 40px
}

#ageVerify__container>div img {
    width: 220px;
    margin-bottom: 60px
}

#ageVerify__container>div h2 {
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 20px
}

#ageVerify__container>div p {
    color: #ff61b6;
    font-size: 18px;
    line-height: 36px;
    padding: 0 20px;
    margin-bottom: 50px
}

#ageVerify__container>div button {
    width: 150px;
    height: 62px;
    border: 1px solid;
    border-radius: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 8px
}

#ageVerify__container>div button:first-of-type {
    background-color: transparent;
    border-color: #fff
}

#ageVerify__container>div button:first-of-type:hover {
    background-color: #4f565d
}

#ageVerify__container>div button:last-of-type {
    background-color: #ff61b6;
    border-color: #ff61b6
}

#ageVerify__container>div button:last-of-type:hover {
    background-color: #ff49ab;
    border-color: #ff49ab
}

@media screen and (max-width:992px) {
    #ageVerify__container {
        width: 85%;
        max-width: 500px;
        top: 40px;
        transform: unset;
        transform: translateX(-50%)
    }
    #ageVerify__container>p {
        font-size: 12px;
        padding: 0 15px;
        margin-bottom: 20px
    }
    #ageVerify__container>div {
        padding: 40px 20px
    }
    #ageVerify__container>div img {
        width: 150px;
        margin-bottom: 30px
    }
    #ageVerify__container>div h2 {
        font-size: 18px
    }
    #ageVerify__container>div p {
        font-size: 14px;
        line-height: 22px;
        padding: 0;
        margin-bottom: 25px
    }
    #ageVerify__container>div button {
        width: 100px;
        height: 50px;
        font-size: 14px;
        margin: 6px
    }
}

.safe-mode #ageVerify {
    display: none!important
}

.app_BNblock {
    margin-top: 70px;
}

@media screen and (max-width:1299px) {
    .mobile {
        display: block!important
    }
    .pc {
        display: none!important
    }
    h2 {
        font-size: 16px
    }
    .container {
        width: 100%;
        padding: 25px 15px 30px
    }
    .sectionHeader {
        margin-bottom: 15px
    }
    .news__list {
        min-height: auto;
        border: 0;
        border-radius: 0;
        padding: 10px 0
    }
    .news__list h2 {
        border-bottom: 0;
        margin: 0;
        padding: 0
    }
    .news__list .home__moreLink {
        right: 0;
        top: 15px;
        bottom: auto
    }
    .news {
        width: 100%;
        border-bottom: 1px solid #333b44;
        padding-bottom: 12px
    }
    .news h4 {
        margin-bottom: 0
    }
    .news:last-of-type {
        padding-bottom: 12px;
        border: 0
    }
    .events {
        margin: 0
    }
    .events .moreLink {
        position: absolute;
        top: 5px;
        right: 0
    }
    #nav {
        height: 58px
    }
    #navbar {
        width: 100%;
        padding: 0 15px
    }
    .nav--scroll #nav {
        height: 58px
    }
    .nav--scroll #navbar__brand {
        width: 120px;
        height: 28px;
        padding-top: 0
    }
    #navbar__brand {
        width: 120px;
        height: 28px;
        z-index: 40
    }
    #navbar__brand img,
    #navbar__brand img img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: left;
        object-position: left
    }
    #nav__profileAvatar {
        width: 27px;
        height: 27px
    }
    #nav__profileAvatar i {
        vertical-align: unset
    }
    #nav__profileAvatar i:before {
        font-size: 12px
    }
    #nav__langSelector {
        margin: 0 12px
    }
    #nav__langMenu {
        width: 98px;
        top: 43px;
        right: 0
    }
    #nav__langMenu a,
    #nav__langMenu li {
        height: 40px;
        font-size: 12px;
        padding: 11px 0 0 33px
    }
    #nav__langMenu a:before,
    #nav__langMenu li:before {
        top: 14px;
        left: 15px
    }
    #nav__langMenu a:after,
    #nav__langMenu li:after {
        top: 16px;
        left: 17px
    }
    #nav__mode {
        right: auto;
        left: 130px;
        text-align: center
    }
    #nav__mode div {
        margin: 0
    }
    .nav__modeSlider,
    .nav__safeMode {
        width: 42px;
        height: 17px;
        margin: 2px auto 0
    }
    .nav__modeSlider:before,
    .nav__safeMode:before {
        font-size: 12px;
        bottom: 1px;
        left: 2px
    }
    .nav__safeMode:before {
        transform: translateX(24px)
    }
    #footer {
        width: 100%;
        padding: 60px 15px 20px;
        position: relative;
        flex-direction: column
    }
}

@media screen and (max-width:1299px) and (min-width:1200px) {
    #footer {
        width: 1200px
    }
}

@media screen and (max-width:1299px) {
    #footer p {
        width: 100%
    }
    #footer__links {
        width: auto;
        position: absolute;
        top: 30px;
        left: 15px
    }
    #footer__registerForm {
        margin: 35px 0;
        width: 100%
    }
    #footer__registerForm h5 {
        font-size: 12px
    }
    #footer__registerForm input {
        width: calc(100% - 95px)
    }
    #nav__menuBar {
        width: 25px;
        height: 19px;
        background: url(../images/common_sprites.png) -10px -44px;
        transform: scale(.9)
    }
    #nav__menu.nav__menu--close {
        display: none!important
    }
    #nav__menu.nav__menu--open {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(29, 38, 48, .95);
        padding: 58px 20px;
        overflow-y: auto
    }
    #nav__menu.nav__menu--open .nav__link {
        width: 100%;
        border-top: 2px solid #333b44;
        display: block;
        text-align: center;
        margin: 0
    }
    #nav__menu.nav__menu--open .nav__link:first-of-type {
        border: 0
    }
    #nav__menu.nav__menu--open .nav__link i {
        margin-right: 10px;
        transform: rotate(10deg)
    }
    #nav__menu.nav__menu--open .nav__link i:before {
        color: #65d1ff;
        font-size: 24px
    }
    #nav__menu.nav__menu--open .nav__fbPage {
        position: absolute;
        bottom: 15px;
        right: 60px
    }
    #nav__menu.nav__menu--open .nav__twitter {
        position: fixed;
        bottom: 20px;
        right: 20px;
        margin: 0
    }
}

@media screen and (max-width:1299px) and (orientation:landscape) {
    #nav__menu.nav__menu--open .nav__fbPage,
    #nav__menu.nav__menu--open .nav__twitter {
        bottom: auto
    }
    #nav__menu.nav__menu--open .nav__fbPage {
        margin-top: -6px
    }
}

@media screen and (max-width:1299px) {
    .nav__copyright {
        position: fixed;
        width: calc(100% - 120px);
        bottom: 20px;
        left: 20px;
        font-size: 12px;
        color: #6d6d6d
    }
}

@media screen and (max-width:1299px) and (orientation:landscape) {
    .nav__copyright {
        bottom: auto;
        margin-top: 15px
    }
}

@media screen and (max-width:1299px) {
    #nav__menuCloseBtn {
        position: absolute;
        right: 15px;
        top: 18px;
        width: 24px;
        height: 24px;
        background: url(../images/common_sprites.png) -10px -83px;
        transform: scale(.9)
    }
    .dropdown__panel {
        width: 100%;
        height: 60px;
        position: fixed;
        top: 57px;
        left: 0;
        padding: 18px 20px;
        border: 0;
        overflow-x: auto;
        overflow-y: hidden;
        display: flex;
        background: #1d2630;
        border-bottom: 2px solid #333b44;
        border-radius: 0;
        z-index: 15
    }
    .dropdown__selection {
        margin-right: 8px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
    .dropdown__selection button {
        background: transparent;
        border-radius: 4px;
        border: 1px solid #fff;
        color: #fff;
        font-size: 13px;
        text-align: left;
        padding: 2px 10px
    }
    .dropdown__selection button i {
        margin-left: 5px
    }
    .dropdown__selection span {
        text-align: left;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-top: 2px
    }
    .dropdown__selection ul {
        display: none
    }
    .dropdown__selection.active button {
        border-color: #ff61b6
    }
    .dropdown__selection.active button i,
    .dropdown__selection.active button span {
        color: #ff61b6
    }
    .dropdown__selection.active button i {
        transform: rotate(180deg)
    }
    .dropdown__selection.active ul {
        display: block;
        width: 100%;
        position: fixed;
        left: 0;
        top: 101px;
        background-color: #1d2630;
        padding: 0 20px
    }
    .dropdown__panel--rule.app_BNblock .dropdown__selection.active ul {
        display: block;
        width: 100%;
        position: fixed;
        left: 0;
        top: 101px;
        background-color: #1d2630;
        padding: 0 20px;
        margin-top: 86px;
    }
    .dropdown__selection.active ul:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(29, 38, 48, .8);
        z-index: 10
    }
    .dropdown__selection.active li {
        list-style: none;
        border-bottom: 1px solid hsla(0, 0%, 100%, .2);
        padding: 12px 10px;
        font-size: 12px;
        z-index: 15;
        position: relative
    }
    .dropdown__selection.active li:last-child {
        border: 0
    }
}


/* @media screen and (max-width:1299px) and (max-width:991px) { */

#erolabs-ad {
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 82px;
    background-color: #1d2630;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 60;
    padding: 0 15px
}

#erolabs-ad img {
    width: 50px;
    height: 50px;
    margin: 0 10px
}

#erolabs-ad section {
    width: calc(100% - 190px)
}

#erolabs-ad section h2 {
    height: 20px;
    font-size: 14px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#erolabs-ad section p {
    max-height: 35px;
    overflow: hidden;
    font-size: 12px;
    color: #9a9fa5;
    margin: 0
}

#erolabs-ad-close-btn {
    width: 24px;
    height: 24px;
    background: url(../images/common_sprites.png) -10px -83px;
    transform: scale(.9);
    transform: scale(.8)
}

#erolabs-ad-download {
    background-color: #ff61b6;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 15px;
    position: absolute;
    right: 10px
}

#erolabs-ad.en #erolabs-ad-download,
#erolabs-ad.ja #erolabs-ad-download {
    font-size: 12px;
    padding: 7px 10px
}

.safe-mode #erolabs-ad {
    background-color: #fff
}

@media screen and (min-width:768px) {
    #dbcheck,
    #dbcheck_false,
    #loginfalse {
        margin: 0 auto;
        width: 600px;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 101;
        position: fixed;
        border-radius: 20px;
        display: none;
        background-color: #1d2630;
        padding: 15px 150px;
    }
    #dbcheck_content img {
        margin-top: 10px;
    }
    .db_header h1 {
        color: #ffffff;
    }
    .db_body {
        color: #ff61b6;
    }
}

@media screen and (max-width:768px) {
    /*922以下(含)*/
    #dbcheck,
    #dbcheck_false,
    #loginfalse {
        margin: 0 auto;
        width: 80%;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 101;
        position: fixed;
        border-radius: 20px;
        display: none;
        background-color: #1d2630;
        padding: 15px 20px;
    }
    #dbcheck_content img {
        margin: 10px auto 0 auto;
        width: 80%;
    }
    .db_header h1 {
        color: #ffffff;
        font-size: 26px;
    }
    .db_body {
        color: #ff61b6;
        font-size: 16px;
    }
}

#db_bgc {
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    opacity: 0.5;
    display: none;
    background-color: rgb(0, 0, 0);
    z-index: 100;
    position: fixed;
}

.db_footer button {
    width: 150px;
    height: 50px;
    background-color: #ff61b6;
    border-radius: 25px;
    color: white;
    font-size: 18px;
    font-weight: 800;
    line-height: 15px;
    margin: 10px 0;
}

video {
    cursor: pointer;
}