*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
    }
ol, ul {
    padding: 0
    }
.links a {
    font-family: Lato, sans-serif
    }
blockquote, body, dd, dl, figcaption, figure, h1, h2, h3, h4, li, ol, p, ul {
    margin: 0
    }
.navbar ul.links li {
    text-align: center !important
    }
body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5
    }
ol[class], ul[class] {
    list-style: none
    }
a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
    }
img {
    max-width: 100%;
    height: auto
    }
table {
    display: inline-flex;
    width: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}
#modal {
    display: none;
    width: 100%;
    height: 100vh;
    margin: auto;
    background: rgba(9, 15, 30, 0.7);
    z-index: 1;
    position: absolute;
    align-items: center;
    justify-content: center;
    left: 0
    }
#modalcontent {
    height: 321px;
    position: relative;
    width: 388px;
    background: white;
    margin: auto;
    box-sizing: border-box;
    padding: 20px 19px;
    border-radius: 16px;
    -webkit-box-shadow: 0 4px 40px 0 #000;
    box-shadow: 0 4px 40px 0 #000
    }
.modalcontent__img {
    position: absolute;
    height: 239px;
    right: 19px;
    top: -40px;
    width: 202px
    }
.bonus-modal-button {
    webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: linear-gradient(88.72deg, #6a16df, #c773ff);
    border-radius: 10px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    height: 45px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: -0.34px;
    line-height: 1.25;
    margin-top: auto;
    width: 100%;
    z-index: 10;
    color: white;
    border: none
    }
.bonus-modal-button a {
    color: white;
    text-decoration: none
    }
.bonus-modal-subtitle {
    color: #070c19;
    font-size: 12px;
    line-height: 1.4;
    max-width: 200px;
    margin: 6px 0;
    font-family: SF Pro Text, sans-serif
    }
.bonus-modal-percent {
    font-weight: 900;
    margin-top: 30px;
    color: #f3d015;
    font-size: 60px;
    font-family: SF Pro Text, sans-serif
    }
.bonus-modal-title {
    color: #090f1e;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1.2px;
    margin-top: 20px;
    font-family: SF Pro Text, sans-serif
    }
#modal {
    position: fixed;
    top: 0;
    background: rgba(9, 15, 30, 0.9);
    z-index: 1000
    }
body {
    overflow: auto !important
    }
html {
    overflow: auto !important
    }
button, input, select, textarea {
    font: inherit
    }
body {
    font-family: Lato, sans-serif;
    background: #000c1f;
    color: #fff;
    font-size: 15px
    }
h1, h2, h3 {
    font-family: Roboto, sans-serif
    }
.container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    /*padding: 0 15px;*/
    /*background: #000;*/
    box-shadow: 0 0 20px 15px #000
    }
header, .banner, .games, .text {
    box-shadow: inset 0 1px 0 0 #474646;
    background: #001621;
    /*padding: 10px;*/
    }
h1, h2, h3 {
    color: #2BF17A
    }
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    user-select: none;
    white-space: nowrap;
    overflow: auto;
    text-overflow: ellipsis;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 20px
    }
body > .container:first-child {
    position: sticky;
    top: 0;
    z-index: 10
    }
.container header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 96px
    }
header .container:last-child {
    padding-bottom: 10px
    }
.logo {
    width: 260px;
    margin-left: 10px
    }
.header_buttons {
    display: flex;
    margin-right: 10px
    }
.login-btn {
    background: linear-gradient(to bottom, #2BF17A 0%, #3BAC68 50%, #126934 100%)
    }
.reg-btn {
    margin-left: 10px;
    background: linear-gradient(to bottom, #DD2E44 0%, #DD2E44 50%, #FA3333 100%)
    }
@media screen and (max-width: 850px) {
    header .menu {
        display: none
        }
    }
@media screen and (max-width: 800px) {
    header {
        flex-direction: column
        }
    .header_buttons {
        margin-top: 20px;
        background: #001621;
        flex-direction: column;
        width: 90%;
        top: 82px;
        position: absolute
        }
    .menuBtn {
        left: 33px !important;
        margin: unset !important
        }
    .reg-btn {
        margin-top: 10px;
        margin-left: 0
        }
    body {
        width: 90%;
        margin: auto
        }
    .container {
        padding: 95px 10px 0 10px
        }
    .logo {
        width: 200px
        }
    .container .banner {
        margin-top: 130px
        }
    }
.menu {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 55px
    }
.menu a {
    color: #fff;
    text-decoration: none;
    font-weight: 900
    }
.banner {
    max-width: 100%;
    text-align: center;
    margin: 60px 0 20px 0
    }
.banner img {
    object-fit: cover;
    width: 100%;
    height: auto
    }
.games {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px
    }
.game-wrap {
    width: calc(25% - 20px);
    height: 161.11111px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px
    }
.game-wrap:hover .game-overlay {
    opacity: 1
    }
@media screen and (max-width: 1000px) {
    .game-wrap {
        width: calc(25vw - 30px);
        height: calc(16.66667vw - 6.66667px)
        }
    }
@media screen and (max-width: 600px) {
    .game-wrap {
        width: calc(50vw - 45px);
        height: calc(33.33333vw - 13.33333px)
        }
    }
.game-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
    }
.game-overlay {
    background: rgba(0, 0, 0, 0.85);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff
    }
.text {
    margin: 15px 0;
    padding: 10px
    }
.text ul {
    padding-left: 20px;
    list-style: circle
    }
.text ol {
    padding-left: 20px;
    list-style: decimal
    }
.text p {
    margin-bottom: 15px
    }
.text td, .text th {
    border: 1px solid #ddd;
    padding: 8px
    }
.text tr:nth-child(2n) {
    background-color: hsla(0, 0%, 94.9%, 0.08)
    }
.text tr:hover {
    background: #596688
    }
.text th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4caf50
    }
footer {
    margin-top: 20px
    }
footer .container {
    /*background: #000;*/
    padding: 20px 15px
    }
footer .copyright {
    text-align: center;
    opacity: 0.8
    }
ul.breadcrumb {
    margin-top: 15px;
    padding: 10px 16px;
    list-style: none;
    background: linear-gradient(92deg, #1e283f, #141b2e);
    border-radius: 10px
    }
ul.breadcrumb li {
    display: inline;
    font-size: 18px
    }
ul.breadcrumb li + li:before {
    padding: 8px;
    color: white;
    content: "/ "
    }
ul.breadcrumb li a {
    color: #18ff00;
    text-decoration: none
    }
ul.breadcrumb li a:hover {
    /*color: #01447e;*/
    color: black;
    text-decoration: none;
    opacity: 0.8
    }
ul.breadcrumb li:last-child a {
    pointer-events: none;
    cursor: default;
    color: white
    }
.accordion-group {
    margin: 16px 0
    }
p a {
    color: #31bc69 !important
    }
.accordion-body {
    display: none;
    padding: 14px 20px;
    background: rgb(9, 15, 30);
    border-radius: 15px;
    margin: 8px 0;
    border: 2px solid #f9fcff
    }
.accordion-body > * > .accordion-body {
    background: #FFF;
    margin: 0
    }
.accordion-header {
    background: linear-gradient(92deg, #1e283f, #141b2e);
    margin: 8px 0;
    color: #fffafa;
    padding: 8px 40px 8px 20px;
    cursor: pointer;
    border-radius: 55px;
    position: relative;
    border: 2px solid #266880;
    font-size: 18px
    }
.accordion-header::after {
    content: "+";
    right: 16px;
    font-family: Courier;
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    color: #337AB7;
    position: absolute
    }
.accordion-header.open {
    background: #23639a;
    color: #fff3f3;
    font-weight: bold;
    border: 2px solid #afb2b3;
    font-size: 19px
    }
.accordion-header.open::after {
    content: "-";
    color: #FFF
    }
.mainContainer {
    position: relative;
    height: 100%;
    transform-style: preserve-3d;
    transform: translatez(-100px)
    }
.mainContainer > .mainMenu, .mainContainer .container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    min-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%
    }
/* header */
header {
    height: 75px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
    }
/* menu */
.menuBtn {
    border: 24px solid #C31A12;
    border-radius: 5px;
    height: 0;
    width: 0;
    transition: all 300ms;
    position: fixed;
    top: 15px;
    z-index: 20;
    left: 0;
    right: 0;
    margin: auto
    }
.menuBtn .menuLines {
    background-color: #fff;
    display: block;
    margin: -1px 0 0 -15px;
    position: absolute;
    top: 50%;
    transform: rotate(359deg);
    height: 2px;
    width: 30px
    }
.menuBtn .menuLines:after, .menuBtn .menuLines:before {
    content: "";
    background-color: #fff;
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    transition: all 200ms
    }
.menuBtn .menuLines:after {
    bottom: -7px
    }
.menuBtn .menuLines:before {
    top: -7px
    }
.menuBtn.clicked {
    border-color: #fff;
    border-radius: 10px;
    transform: rotate(0deg)
    }
.menuBtn.clicked .menuLines {
    height: 0;
    transform: rotate(0deg)
    }
.menuBtn.clicked .menuLines:after, .menuBtn.clicked .menuLines:before {
    background-color: #f67280;
    top: 1px
    }
.menuBtn.clicked .menuLines:after {
    transform: rotate(45deg)
    }
.menuBtn.clicked .menuLines:before {
    transform: rotate(-45deg)
    }
.mainMenu {
    background-color: #181714;
    transform: rotatey(-90deg) translatez(288px);
    transition: transform 500ms;
    padding: 80px 0 0
    }
.mainMenu.flip {
    transform: rotatey(0deg) translatez(100px)
    }
.mainMenu.flip li {
    -webkit-animation: shake 300ms linear;
    animation: shake 300ms linear;
    transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2
    }
.mainMenu.flip li:nth-child(1) {
    opacity: 1;
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms
    }
.mainMenu.flip li:nth-child(2) {
    opacity: 1;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms
    }
.mainMenu.flip li:nth-child(3) {
    opacity: 1;
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms
    }
.mainMenu.flip li:nth-child(4) {
    opacity: 1;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms
    }
.mainMenu.flip li:nth-child(5) {
    opacity: 1;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms
    }
.mainMenu.flip li:nth-child(6) {
    opacity: 1;
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms
    }
.mainMenu.flip li:nth-child(7) {
    opacity: 1;
    -webkit-animation-delay: 700ms;
    animation-delay: 700ms
    }
.mainMenu.flip li:nth-child(8) {
    opacity: 1;
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms
    }
.mainMenu li {
    opacity: 0;
    text-decoration: none
    }
.mainMenu li:nth-child(odd) {
    background-color: #000c1f
    }
.mainMenu li:nth-child(even) {
    background-color: #052453
    }
.mainMenu li a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 25px 0 25px 25px;
    text-align: left;
    text-transform: uppercase
    }
.mainMenu li a i, .mainMenu li a span {
    display: inline-block;
    vertical-align: middle
    }
.mainMenu li a i {
    font-size: 25px;
    margin-right: 10px;
    text-align: center;
    width: 30px
    }
.mainMenu li a span {
    font-weight: bold;
    letter-spacing: 1px
    }
/* container */
.container {
    transform: translatez(100px);
    transition: transform 500ms;
    padding-top: 95px
    }
.container.flip {
    transform: rotatey(90deg) translatez(288px)
    }
.container .page {
    margin: 0 10px;
    display: none
    }
.container .page.active {
    display: block
    }
.container h2 {
    font-size: 20px
    }
.container * {
    /*padding: 0px 10px;*/
    }
.container h2 span {
    display: inline-block;
    vertical-align: middle
    }
.container h2 {
    margin: 10px 20px
    }
.container h2:before {
    margin-right: 5px
    }
.container h2:after {
    margin-left: 5px
    }
.container p {
    font-size: 15px;
    margin: 5px 0 0
    }
/* animation */
.fade {
    -webkit-animation: fade 3000ms;
    animation: fade 3000ms
    }
@-webkit-keyframes fade {
    from {
        opacity: 0;
        } to {
        opacity: 1;
        }
    }
@keyframes fade {
    from {
        opacity: 0;
        } to {
        opacity: 1;
        }
    }
@-webkit-keyframes shake {
    0% {
        transform: scale(1);
        } 50% {
        transform: scale(0.9);
        } 100% {
        transform: scale(1);
        }
    }
@keyframes shake {
    0% {
        transform: scale(1);
        } 50% {
        transform: scale(0.9);
        } 100% {
        transform: scale(1);
        }
    }
.fixed {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1
    }
.hidden {
    overflow: auto
    }
* {
    box-sizing: border-box;
    transition: 0.4s ease all
    }
h1, h2, h3, h4, h5, h6 {
    margin: 0
    }
ul {
    padding: 0;
    margin: 0
    }
.links {
    /*margin-top: 70px;*/
    }
.navbar {
    color: #fff;
    padding: 15px;
    width: 100%;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #001621
    }
.navbar .logo {
    cursor: pointer;
    font-family: "Lacquer"
    }
.navbar ul.links {
    font-family: "Nunito";
    list-style: none;
    display: flex;
    align-items: center;
    transition: 0.4s ease all, 0s ease background
    }
.navbar ul.links li {
    text-transform: uppercase;
    padding: 0 15px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s ease all, 0s ease margin
    }
.navbar ul.links li a {
    text-decoration: none;
    font-size: 14px;
    color: #fff
    }
.navbar ul.links li:hover {
    background: #ffc600;
    cursor: pointer
    }
.navbar ul.links li:hover a {
    color: #080808
    }
button {
    background: #ffc600;
    outline: none;
    font-weight: bold;
    padding: 10px 18px;
    border-radius: 25px;
    border: 1px solid #e6b200;
    letter-spacing: 1px
    }
button:hover {
    cursor: pointer;
    transform: scale(1.1);
    color: white;
    background: #222;
    border-color: #000
    }
.content {
    background-size: cover;
    height: calc(100vh - 65px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff
    }
.content h2 {
    color: #ffc600
    }
.navbar.sticky {
    /*position: fixed;*/
    z-index: 40
    }
.navbar.sticky ~ main {
    position: relative;
    z-index: 20;
    top: 65px
    }
section {
    background: #000;
    color: #ffc600;
    padding: 20px;
    font-family: "Lacquer";
    font-weight: bold;
    letter-spacing: 0.5px
    }
@media screen and (max-width: 850px) {
    .navbar .right {
        height: 0;
        overflow: auto
        }
    .toggle {
        position: absolute;
        top: 32.5px;
        right: 20px;
        z-index: 99;
        transform: translatey(-50%);
        cursor: pointer;
        width: 40px;
        height: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
        }
    .toggle > * {
        width: 80%;
        height: 2px;
        background: #fff;
        margin: 3px 0
        }
    .navbar.collapsed .toggle .line1 {
        transform: rotate(-45deg) translate(-4px, 5px)
        }
    .navbar.collapsed .toggle .line2 {
        opacity: 0
        }
    .navbar.collapsed .toggle .line3 {
        transform: rotate(45deg) translate(-5px, -6px)
        }
    .navbar.collapsed .logo {
        position: absolute;
        z-index: 44
        }
    .navbar .links {
        position: fixed;
        background: #080808;
        font-family: "Nunito";
        z-index: 40;
        top: 0;
        left: -120%;
        flex-direction: column;
        width: 100vw;
        /*width: 45vw;*/
        height: 100vh
        }
    .navbar.collapsed .links li > ul {
        flex-flow: column;
        background: inherit;
        position: relative !important;
        height: inherit
        }
    .navbar .links li ul {
        flex-flow: column;
        background: inherit;
        position: relative !important;
        height: inherit
        }
    .navbar > .links > li:first-child {
        margin-top: 80px
        }
    .navbar.collapsed .links {
        left: 0;
        overflow-y: auto
        }
    .navbar.collapsed .links a {
        color: #fff
        }
    .navbar.collapsed .links li {
        width: 100%;
        height: auto;
        min-height: 30px;
        display: flex;
        flex-flow: column
        }
    .navbar.collapsed .links li:hover a {
        color: #080808;
        padding: 5px 0
        }
    .navbar ul.links li:hover > ul li {
        background: black
        }
    .navbar > ul.links > li:hover ul li:hover {
        background: #ffc600;
        cursor: pointer
        }
    .navbar.collapsed .right {
        position: fixed;
        font-family: "Nunito";
        width: 100vw;
        /*width: 45vw;*/
        text-align: center;
        height: auto;
        bottom: 40px;
        left: 22.5vw;
        transform: translatex(-50%);
        z-index: 45
        }
    .navbar.collapsed ~ main {
        filter: blur(1px);
        opacity: 0.8
        }
    .navbar.sticky {
        /*position: fixed;*/
        z-index: 40
        }
    }
.container h1 {
    margin-left: 10px
    }
.accordion-group {
    margin: 16px 0
    }
p a {
    color: #31bc69 !important
    }
.accordion-body {
    display: none;
    padding: 14px 20px;
    background: rgb(9, 15, 30);
    border-radius: 15px;
    margin: 8px 0;
    border: 2px solid #f9fcff
    }
.accordion-body > * > .accordion-body {
    background: #FFF;
    margin: 0
    }
.accordion-header {
    background: linear-gradient(92deg, #1e283f, #141b2e);
    margin: 8px 0;
    color: #fffafa;
    padding: 8px 40px 8px 20px;
    cursor: pointer;
    border-radius: 55px;
    position: relative;
    border: 2px solid #266880;
    font-size: 18px
    }
.accordion-header::after {
    content: "+";
    right: 16px;
    font-family: Courier;
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    color: #337AB7;
    position: absolute
    }
.accordion-header.open {
    background: #23639a;
    color: #fff3f3;
    font-weight: bold;
    border: 2px solid #afb2b3;
    font-size: 19px
    }
.accordion-header.open::after {
    content: "-";
    color: #FFF
    }
.top__header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
    }
.map__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 40px 0
    }
.map__heading {
    text-align: center;
    font-size: 30px
    }
.map__wrap a {
    font-size: 18px;
    margin: 5px 0;
    color: #0095ff
    }
.lng__item {
    display: flex;
    width: 50%;
    justify-content: space-between
    }
.map__container {
    /* background: linear-gradient(
    
    110deg,#f99fc9,#eae3d8 100%);*/
    padding: 20px;
    border-radius: 14px;
    margin-bottom: 25px
    }
.map__container a {
    color: #005089
    }
.map__container h2 {
    margin-top: 25px
    }
.separator {
    color: #005089;
    display: block
    }
@media (max-width: 700px) {
    .map__wrap {
        grid-template-columns: 1fr
        }
    .lng__item {
        flex-direction: column
        }
    }
.lng__item ul {
    list-style: none
    }
.map__container h2 {
    margin: 0 !important
    }
.navbar {
    margin-top: 10px
    }
.footer__menu {
    /*width: 60%;*/
    display: flex;
    margin: 15px auto;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center
    }
.footer__menu a {
    text-decoration: none;
    color: white
    }
.footer__menu li {
    margin: 0 10px
    }
@media (max-width: 700px) {
    .footer__menu {
        flex-flow: column;
        align-items: center
        }
    .footer__menu li {
        margin: 5px 10px
        }
    }
@media (max-width: 400px) {
    .footer__menu li {
        margin: 2px 10px
        }
    }
.text-block__content {
    margin: 0 10px
    }
.navbar .links li {
    position: relative
    }
.links li ul {
    position: absolute;
    display: none !important;
    flex-flow: column;
    top: 60px;
    /*width: 100%;*/
    /*left: 0;*/
    background-color: black
    }
.links li:hover > ul {
    display: flex !important
    }
.navbar ul.links li ul li a {
    color: #fff !important
    }
.navbar ul.links li ul li:hover {
    width: 100%
    }
@media (max-width: 400px) {
    .container h1 {
        margin: auto;
        font-size: 21px
        }
    }
.text a {
    color: #31bc69 !important
    }
@media (min-width: 850px) {
    .navbar .links .links .links {
        left: 75px;
        top: 0
        }
    }