@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    border: 0
}

*, :after, :before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-Black.woff2) format("woff2"), url(../fonts/Roboto-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-Light.woff2) format("woff2"), url(../fonts/Roboto-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-ExtraBold.woff2) format("woff2"), url(../fonts/Roboto-ExtraBold.woff) format("woff");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-ExtraLight.woff2) format("woff2"), url(../fonts/Roboto-ExtraLight.woff) format("woff");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-Bold.woff2) format("woff2"), url(../fonts/Roboto-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-SemiBold.woff2) format("woff2"), url(../fonts/Roboto-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-Medium.woff2) format("woff2"), url(../fonts/Roboto-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-Thin.woff2) format("woff2"), url(../fonts/Roboto-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-Regular.woff2) format("woff2"), url(../fonts/Roboto-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}


:root {
    --offsets: 20px;
    --glorycasinobd-wrapper-margin: 40px;
    --width-container: 1280px;
    --font-default: 18px;
    --fonts: -apple-system, Roboto, BlinkMacSystemFont, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    --font-text: 400 var(--font-default, 18px)/1.5 var(--fonts);
    --font-h1: 700 3.16rem/3.5rem var(--fonts);
    --font-h2: 700 1.8rem/2.3rem var(--fonts);
    --font-h3: 600 1.3rem/1.7rem var(--fonts);
    --font-second: 600 1rem/1.4rem var(--fonts);
    --primary: #3959d9;
    --on-primary: #3d2e00;
    --primary-fixed: #000;
    --secondary: #3959d9;
    --surface: #f3f3f6;
    --surface-container-low: #1e1a20;
    --surface-container: #fff;
    --surface-container-high: #2c292e;
    --surface-container-highest: #eef0f8;
    --on-surface: #e8e0e8;
    --on-surface-variant: #000;
    --outline-variant: #4d444c;
    --on-secondary-container-opacity-008: rgba(232, 222, 248, 0.08);
    --on-secondary-container-opacity-012: rgba(232, 222, 248, 0.12);
    --primary-opacity-008: rgba(208, 188, 255, 0.08);
    --on-primary-opacity-008: rgba(56, 30, 114, 0.08);
    --on-primary-opacity-012: rgba(56, 30, 114, 0.12);
    --on-surface-opacity-012: rgba(230, 224, 233, 0.12);
}

:active, :focus {
    outline: 0
}

a:active, a:focus {
    outline: 0
}

aside, footer, glorycasinobd-header, nav {
    display: block
}

body, html {
    min-height: 100%;
    width: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font: 400 var(--font-default, 18px)/1.5 Roboto, sans-serif
}

button, input, textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a, a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: 400
}

.glorycasinobd-wrapper {
    position: relative;
    width: 100%;
    max-width: calc(var(--width-container) + var(--offsets, 20px) * 2);
    margin: var(--glorycasinobd-wrapper-margin) auto;
    padding: 0 var(--offsets, 20px)
}

.glorycasinobd-wrapper > :first-child {
    margin-top: 0
}

.glorycasinobd-wrapper:not(.glorycasinobd-section-hero) .glorycasinobd-content-buttons .btn {
    min-width: 156px
}

.glorycasinobd-wrapper:not(.glorycasinobd-section-hero) > img:not(:first-child) {
    margin-top: 24px;
    display: block;
    margin-inline: auto
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 16px;
    color: var(--primary-fixed, #fff1cc)
}

* + .wp-block-heading {
    margin-top: 24px
}

h1 {
    font: var(--font-h1);
    text-transform: uppercase;
}


h2 {
    font: var(--font-h2);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 32px;
    text-align: center;
    margin-bottom: 32px
}

h2::after, h2::before {
    content: "";
    width: auto;
    height: 1px;
    background: var(--primary-fixed, #fff1cc);
    flex: 1;
    min-width: 24px
}

.glorycasinobd-text-image h2 {
    display: block;
    text-align: left;
}

.glorycasinobd-text-image h2::after, .glorycasinobd-text-image h2::before {
    content: none;
}

h3 {
    font: var(--font-h3);
}

a {
    color: var(--secondary, #ffb779);
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: opacity
}

p {
    margin-top: 16px
}

p:first-child {
    margin-top: 0
}

img, svg {
    max-width: 100%;
    height: auto;
    width: auto;
}


/*ol.glorycasinobd-how-to a:active, ol.wp-block-list a:active, ol:not([class]) a:active, p a:active, ul.wp-block-list a:active, ul:not([class]) a:active {*/
/*    opacity: .6*/
/*}*/

ol.glorycasinobd-how-to, ol.wp-block-list, ol:not([class]), ul.wp-block-list, ul:not([class]) {
    list-style: none
}

ol.glorycasinobd-how-to li, ol.wp-block-list > li, ol:not([class]) > li, ul.wp-block-list > li, ul:not([class]) > li {
    position: relative;
    color: var(--on-surface-variant)
}

ol.glorycasinobd-how-to li h3, ol.wp-block-list li h3, ol:not([class]) li h3, ul.wp-block-list li h3, ul:not([class]) li h3 {
    display: block;
    margin-bottom: 8px;
    color: var(--primary-fixed, #fff1cc)
}

ol.glorycasinobd-how-to li::before, ol.wp-block-list li::before, ol:not([class]) li::before, ul.wp-block-list li::before, ul:not([class]) li::before {
    position: absolute;
    top: 0;
    left: 0
}

.glorycasinobd-how-to__content .btn, .glorycasinobd-how-to__item img {
    margin-top: 24px;
}

* + ul.wp-block-list, * + ul:not([class]) {
    margin-top: 16px
}

ul.wp-block-list li, ul:not([class]) li {
    padding-left: 26px
}

ul.wp-block-list > li::before, ul:not([class]) > li::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background: var(--primary, #fed35a);
    margin: 6px
}

ul.wp-block-list li:not(:last-child), ul:not([class]) li:not(:last-child) {
    margin-bottom: 8px
}

ol.glorycasinobd-how-to, ol.wp-block-list, ol:not([class]) {
    counter-reset: custom-counter
}

.wp-block-list .wp-block-list {
    margin-top: 20px;
}

ol.glorycasinobd-how-to:not(:first-child), ul:not([class]), ol:not([class]), .wp-block-list {
    margin-top: 24px
}

ol.glorycasinobd-how-to li, ol.wp-block-list > li, ol:not([class]) > li {
    counter-increment: custom-counter;
    padding-left: 48px;
    min-height: 32px
}

ol.glorycasinobd-how-to li::before, ol.wp-block-list > li::before, ol:not([class]) > li::before {
    content: counter(custom-counter);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin: 2px;
    border-radius: 50%;
    border: 1px solid currentColor;
    text-align: center;
    color: var(--secondary, #ffb779)
}

ol.glorycasinobd-how-to li:not(:last-child), ol.wp-block-list li:not(:last-child), ol:not([class]) li:not(:last-child) {
    margin-bottom: 24px
}

.glorycasinobd-how-to li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 16px;
    top: 30px;
    width: 1px;
    height: calc(100% - 30px + 24px + 2px);
    background: var(--secondary, #ffb779)
}

.wp-block-table, .wp-block-table {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.wp-block-table::-webkit-scrollbar, .wp-block-table::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none
}

* + .wp-block-table {
    margin-top: 32px
}

.wp-block-table table {
    min-width: 900px
}

.scrolling table {
    user-select: none
}

.table-rows table {
    border-spacing: 0 4px
}

.table-rows:has(td:nth-child(5):last-child) td:not(:first-child) {
    width: 21.25%
}

.table-rows:has(td:nth-child(4):last-child) td:not(:first-child) {
    width: 28.3%
}

.table-rows:has(td:nth-child(3):last-child) td:not(:first-child) {
    width: 42.5%
}

.table-rows td {
    padding-block: 16px;
    padding-inline: 16px
}

.table-rows td:first-child {
    width: 197px;
    white-space: nowrap;
    padding: 16px 32px;
    color: var(--on-surface, #e8e0e8);
    font-weight: 600;
    border-radius: 24px;
    background: var(--surface-container, #221e24)
}

.table-rows td:nth-child(2) {
    padding-left: 32px
}

.table-rows td:last-child {
    padding-right: 32px
}

.wp-block-table:not(.table-rows) table {
    border-spacing: 0
}

.wp-block-table thead tr td:first-child, .wp-block-table thead tr th:first-child {
    border-radius: 24px 0 0 24px
}

.wp-block-table thead tr td:last-child, .wp-block-table thead tr th:last-child {
    border-radius: 0 24px 24px 0
}

.wp-block-table thead th {
    background: var(--surface-container);
    text-align: left;
}

.wp-block-table .has-fixed-layout thead th {
    text-align: center;
}

.wp-block-table:not(.table-rows):has(td:nth-child(4):last-child) td:not(:first-child) {
    width: 33.3%
}

.wp-block-table:not(.table-rows):has(td:nth-child(5):last-child) td:not(:first-child) {
    width: 25%
}

.wp-block-table:not(.table-rows):has(td:nth-child(6):last-child) td:not(:first-child) {
    width: 20%
}

.wp-block-table:not(.table-rows) td, .wp-block-table:not(.table-rows) th {
    padding-block: 16px;
    padding-inline: 32px
}

.wp-block-table:not(.table-rows) td:first-child, .wp-block-table th:first-child, .table-rows th {
    padding-left: 32px
}

.wp-block-table:not(.table-rows) td:last-child, .wp-block-table:not(.table-rows) th:last-child {
    padding-right: 32px
}

.wp-block-table:not(.table-rows) td:not(:first-child), .wp-block-table:not(.table-rows) th:not(:first-child) {
    padding-left: 16px
}

.wp-block-table:not(.table-rows) td:not(:last-child), .wp-block-table:not(.table-rows) th:not(:last-child) {
    padding-right: 16px
}

.wp-block-table:not(.table-rows) th {
    padding-block: 20px
}

.wp-block-table:not(.table-rows) td:first-child {
    font-weight: 600
}

table {
    width: 100%;
    table-layout: auto;
    overflow: hidden;
    font: var(--font-second);
}

table:not([class]) .overflow {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

table:not([class]) td {
    min-height: 80px;
    color: var(--on-surface-variant, #d0c3cc)
}

table th {
    min-height: 84px;
    height: 84px;
    text-align: left;
    font: var(--font-second);
}

table:not([class]) .cell, table:not([class]) th {
    color: var(--on-surface, #e8e0e8)
}

table:not([class]) .cell {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    white-space: nowrap;
    font-weight: 600
}

table:not([class]) img, table:not([class]) svg {
    max-width: 40px;
    max-height: 40px;
    object-fit: contain
}

.wp-block-table td a {
    color: var(--on-surface, #E8E0E8);
    font: var(--font-text);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.wp-block-table td a img {
    width: 20px;
    height: 20px;
    max-width: 20px;
    max-height: 20px;
}

.wp-block-table td > img {
    width: 20px;
    height: 20px;
    max-width: 20px;
    max-height: 20px;
    margin: 0 5px;
    object-fit: contain;
}


.no-scroll {
    overflow: hidden
}

@supports not selector(::-webkit-scrollbar) {
    body, html {
        scrollbar-width: 8px;
        scrollbar-color: var(--primary) transparent
    }
}

body::-webkit-scrollbar, html::-webkit-scrollbar {
    width: 8px
}

body::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: var(--primary)
}

body::-webkit-scrollbar-track, html::-webkit-scrollbar-track {
    background: 0 0
}


body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--surface, #151218);
    color: var(--on-surface-variant, #d0c3cc);
    overflow-x: hidden;
}

main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch
}


.glorycasinobd-header {
    --glorycasinobd-header-height: 60px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    max-width: calc(var(--width-container) + var(--offsets, 20px) * 2);
    padding: 16px var(--offsets, 20px);
    margin: 0 auto;
    background:#eef0f8;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 16px
}

.glorycasinobd-header__logo:is(a) {
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: opacity
}

/*.glorycasinobd-header__logo:is(a):active {*/
/*    opacity: .6*/
/*}*/

.glorycasinobd-header__logo {
    margin-right: auto;
}

.glorycasinobd-header__logo img, .glorycasinobd-header__logo svg {
    max-width: 300px;
    max-height: 60px;
    object-fit: contain
}

.glorycasinobd-header__nav {
    padding: 10px 48px;
    border-radius: 16px;
    background: var(--surface-container, #221e24);
    width: 100%;
    z-index: 5
}

.glorycasinobd-header__burger {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 14px 11px;
    margin: 4px;
    cursor: pointer;
    border-radius: 12px;
    background: var(--surface-container-highest, #373339);
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background
}

.glorycasinobd-header__burger:active {
    background: #494451
}

.glorycasinobd-header__burger span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .2s ease .2s, background .2s
}

.glorycasinobd-header__burger span, .glorycasinobd-header__burger::after, .glorycasinobd-header__burger::before {
    width: 18px;
    height: 2px;
    background-color: var(--primary, #fed35a)
}

.glorycasinobd-header__burger::after, .glorycasinobd-header__burger::before {
    content: "";
    position: absolute
}

.glorycasinobd-header__burger::before {
    top: 15px;
    transition: top .3s ease .3s, transform .3s ease-out .1s, background .2s
}

.glorycasinobd-header__burger::after {
    bottom: 15px;
    transition: bottom .3s ease .3s, transform .3s ease-out .1s, background .2s
}

.glorycasinobd-header__btns {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 20px;
    /*margin-left: auto*/
}

.glorycasinobd-header__btns .btn {
    min-width: 156px
}

.glorycasinobd-header-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    row-gap: 0
}

.glorycasinobd-header-menu .submenu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start
}

@supports not selector(::-webkit-scrollbar) {
    .glorycasinobd-header-menu .submenu {
        scrollbar-width: thin;
        scrollbar-color: var(--outline) transparent
    }
}

.glorycasinobd-header-menu .submenu::-webkit-scrollbar {
    width: 4px
}

.glorycasinobd-header-menu .submenu::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: var(--outline);
    border-radius: 9px;
    border: 4px solid transparent
}

.glorycasinobd-header-menu .submenu::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 9px
}

.glorycasinobd-header-menu .submenu a, .glorycasinobd-header-menu .submenu span {
    color: var(--on-surface)
}

.glorycasinobd-header-menu > .item.parent:active,
.glorycasinobd-header-menu > .item:not(.parent) > a:active {
    color: var(--primary, #fed35a)
}

.glorycasinobd-header-menu .item {
    position: relative;
    display: flex;
    flex-direction: row;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background;
    color: var(--on-surface, #e8e0e8)
}

.glorycasinobd-header-menu .item.parent {
    cursor: pointer;
    gap: 8px
}

.glorycasinobd-header-menu .item a, .glorycasinobd-header-menu .item span {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: inherit;
    transition-property: background, color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background, color
}

.glorycasinobd-header-menu .item span {
    color: var(--primary, #fed35a);
    cursor: auto;
}

.glorycasinobd-sidebar-menu__link {
    display: flex;
    gap: 6px;
    align-items: center;
}

.glorycasinobd-header-menu .item a img, .glorycasinobd-header-menu .item span img {
    width: 20px;
    height: 20px;
    max-width: 20px;
    max-height: 20px;
}

.glorycasinobd-header-menu .item svg {
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: transform
}

.glorycasinobd-header-menu .item svg path {
    transition-property: fill;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: fill;
    fill: currentColor
}

.glorycasinobd-header.menu-active .glorycasinobd-header__burger:before {
    top: 20px;
    transform: rotate(45deg);
    transition: top .2s ease, transform .2s ease-out .2s
}

.glorycasinobd-header.menu-active .glorycasinobd-header__burger span {
    opacity: 0
}

.glorycasinobd-header.menu-active .glorycasinobd-header__burger::after {
    bottom: 18px;
    transform: rotate(-45deg);
    transition: bottom .2s ease, transform .2s ease-out .2s
}

.glorycasinobd-footer {
    position: relative;
    width: 100%;
    max-width: var(--width-container);
    margin: var(--glorycasinobd-wrapper-margin) auto;
    padding: 48px;
    border-radius: 24px;
    background: var(--surface-container, #221e24);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px
}

/*.glorycasinobd-footer a.glorycasinobd-footer__logo:active img, .glorycasinobd-footer a.glorycasinobd-footer__logo:active svg {*/
/*    opacity: .6*/
/*}*/

.glorycasinobd-footer__logo {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px
}

.glorycasinobd-footer__logo::after, .glorycasinobd-footer__logo::before {
    content: "";
    width: auto;
    height: 1px;
    background: var(--primary-fixed, #fff1cc);
    flex: 1;
    min-width: 24px
}

.glorycasinobd-footer__logo img, .glorycasinobd-footer__logo svg {
    max-width: 100%;
    max-height: 100px;
    object-fit: contain;
    margin-right: auto;
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: opacity
}

.glorycasinobd-footer__nav {
    width: 100%;
    display: flex;
    gap: 20px
}

.glorycasinobd-footer__nav-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1
}

.glorycasinobd-footer__nav-list li {
    display: flex
}

.glorycasinobd-footer__nav-list-link.glorycasinobd-footer__nav-list-link--current {
    color: var(--primary, #fed35a)
}

.glorycasinobd-footer__nav-list a {
    display: block;
    color: var(--on-surface-variant, #d0c3cc);
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: color
}

.glorycasinobd-footer__nav-list .glorycasinobd-footer__nav-list-link.inactive {
    color: var(--primary-fixed, #fff1cc);
    font: var(--font-second);
}

.glorycasinobd-footer__nav-list a:active {
    color: var(--primary, #fed35a)
}

.glorycasinobd-footer__text {
    color: var(--on-surface-variant, #d0c3cc)
}

.glorycasinobd-footer__copyright {
    width: 100%;
    text-align: center;
    margin-top: -12px;
    font-size: .8rem;
    line-height: 1.3rem
}

.glorycasinobd-footer__providers {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap
}

.glorycasinobd-footer__providers img, .glorycasinobd-footer__providers svg {
    max-height: 48px
}

.glorycasinobd-section-hero {
    max-width: var(--width-container);
    padding: 48px;
    overflow: hidden;
    margin-block: 0;
    border-radius: 24px;
    border: 1px solid var(--primary-fixed, #fff1cc)
}

.glorycasinobd-section-hero img {
    order: 100
}

.glorycasinobd-section-hero .btn {
    min-width: 156px
}

.glorycasinobd-content-buttons {
    margin-top: 24px;
}

.glorycasinobd-section-hero h1, .glorycasinobd-section-hero h2 {
    margin-bottom: 24px
}

.glorycasinobd-section-hero p {
    margin-top: 24px
}

.glorycasinobd-text-image {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

.glorycasinobd-text-image__content {
    overflow: hidden;
}

.glorycasinobd-text-image .wp-block-table table {
    min-width: auto;
}

.glorycasinobd-text-image.reversed > img {
    order: 1;
}

.glorycasinobd-text-image.reversed .glorycasinobd-text-image__content {
    order: 2;
}

* + .glorycasinobd-text-image {
    margin-top: 20px
}

.glorycasinobd-text-image > * {
    flex: 1 1
}

.glorycasinobd-text-image > img {
    border-radius: var(--Corner_radius-5, 24px);
    width: 100%;
}

.glorycasinobd-text-image > img:only-child {
    max-width: 100%
}

* + .glorycasinobd-faq {
    margin-top: 20px;
}

.glorycasinobd-faq {
    overflow: hidden;
    border-top: 1px solid var(--outline-variant, #4d444c);
}

.glorycasinobd-faq + .glorycasinobd-faq:not(:last-child) {
    margin-bottom: 8px;
    margin-top: 0;
}

.glorycasinobd-faq[data-open] .glorycasinobd-faq__title svg {
    transform: rotate(-180deg)
}

.glorycasinobd-faq:not([data-open]) .glorycasinobd-faq__answer {
    display: none;
}

.glorycasinobd-faq .glorycasinobd-faq__title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 0;
    font: var(--font-second);
    color: var(--primary-fixed, #fff1cc);
    cursor: pointer;
    list-style: none;
    margin-bottom: 0;
}

.glorycasinobd-faq .glorycasinobd-faq__title:active svg {
    background: #494451
}

.glorycasinobd-faq .glorycasinobd-faq__title::marker {
    content: ""
}

.glorycasinobd-faq .glorycasinobd-faq__title::-webkit-details-marker {
    display: none
}

.glorycasinobd-faq .glorycasinobd-faq__title svg {
    max-width: 40px;
    max-height: 40px;
    min-width: 40px;
    min-height: 40px;
    margin: 4px;
    border-radius: 12px;
    background: var(--surface-container-highest, #373339);
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background
}

.glorycasinobd-faq .glorycasinobd-faq__title svg path {
    transform-origin: center;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: transform
}

.glorycasinobd-faq p {
    margin: 0;
    padding-block: 8px;
    color: var(--on-surface-variant)
}

.glorycasinobd-breadcrumbs {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: calc(var(--width-container) + var(--offsets, 20px) * 2);
    margin: 20px auto;
    padding: 0 var(--offsets, 20px)
}

.glorycasinobd-breadcrumbs__list {
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 8px
}

.glorycasinobd-breadcrumbs li {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.glorycasinobd-breadcrumbs li:not(:last-child) {
    padding-right: 34px
}

.glorycasinobd-breadcrumbs li:not(:last-child)::after {
    content: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.677 3 5.25 4.41 9.886 9 5.25 13.59 6.677 15l6.073-6z" fill="%234D444C"/></svg>');
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translate(0, -50%);
    width: 18px;
    height: 18px
}

.glorycasinobd-breadcrumbs li:last-child a, .glorycasinobd-breadcrumbs li:last-child span {
    color: var(--secondary, #ffb779)
}

.glorycasinobd-breadcrumbs li:last-child a::before, .glorycasinobd-breadcrumbs li:last-child span::before {
    background: var(--secondary, #ffb779)
}

.glorycasinobd-breadcrumbs li:first-child a::before, .glorycasinobd-breadcrumbs li:first-child span::before {
    display: none
}

.glorycasinobd-breadcrumbs li a:active {
    color: var(--primary, #fed35a)
}

.glorycasinobd-breadcrumbs li a:active::before {
    background: var(--primary, #fed35a)
}

.glorycasinobd-breadcrumbs li a:active svg path {
    fill: var(--primary, #fed35a)
}

.glorycasinobd-breadcrumbs a, .glorycasinobd-breadcrumbs span {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    color: var(--on-surface-variant, #d0c3cc);
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: color
}

.glorycasinobd-breadcrumbs a::before, .glorycasinobd-breadcrumbs span::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    margin: 6px;
    border-radius: 50%;
    background: currentColor;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background
}

.glorycasinobd-breadcrumbs a svg, .glorycasinobd-breadcrumbs span svg {
    max-width: 24px;
    max-height: 24px
}

.glorycasinobd-breadcrumbs a svg path, .glorycasinobd-breadcrumbs span svg path {
    transition-property: fill;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: fill;
    fill: currentColor
}

.btn {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 24px;
    width: max-content;
    max-width: 100%;
    border-radius: 16px;
    background: 0 0;
    transition-property: background, box-shadow, color, border-color, opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background, box-shadow, color, border-color, opacity;
    cursor: pointer;
    font: var(--font-second);
    text-align: center;
    color: var(--on-primary)
}

.btn svg {
    max-width: 24px;
    max-height: 24px;
    fill: currentColor;
}

.btn:has(svg) {
    padding-left: 16px
}

.btn::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    border-radius: 16px;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background
}

.btn.disabled, .btn[disabled] {
    opacity: .38
}

.btn.disabled::after, .btn[disabled]::after {
    background: rgba(230, 224, 233, .5)
}

.btn--primary:active::after, .btn--second:active::after {
    background: var(--on-primary-opacity-012, rgba(56, 30, 114, .12))
}

.btn--primary {
    background: var(--primary)
}

.btn--primary:active::after {
    background: var(--on-primary-opacity-012, rgba(56, 30, 114, .12))
}

.btn--second {
    background: var(--secondary, #ffb779)
}

.btn--second:active::after {
    background: var(--on-secondary-container-opacity-012, rgba(232, 222, 248, .12))
}

.btn--elevated {
    color: var(--on-surface, #e8e0e8);
    background: var(--surface-container-high, #2c292e);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .15), 0 1px 2px 0 rgba(0, 0, 0, .3)
}

.btn--elevated:active {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .15), 0 1px 2px 0 rgba(0, 0, 0, .3)
}

.btn--elevated:active::after {
    background: var(--on-primary-opacity-012, rgba(56, 30, 114, .12))
}

.glorycasinobd-content-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.glorycasinobd-content-buttons.align-center {
    justify-content: center;
}

.glorycasinobd-content-buttons.align-right {
    justify-content: flex-end;
}

.glorycasinobd-content-buttons.align-left {
    justify-content: flex-start;
}

* + .glorycasinobd-toc {
    margin-top: 20px;
}

.glorycasinobd-toc {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    max-width: var(--width-container);
    padding: 0;
    overflow: hidden;
    border-radius: 16px;
    background: var(--surface-container, #221e24)
}

.glorycasinobd-toc.active .glorycasinobd-toc__title svg path {
    transform: rotate(-180deg)
}

.glorycasinobd-toc.active .glorycasinobd-toc__nav {
    display: block
}

.glorycasinobd-toc > ol:not([class]):not(:first-child) {
    margin-top: 0;
}

.glorycasinobd-toc__title {
    position: relative;
    margin: 0;
    padding: 24px 32px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font: var(--font-h2);
    color: var(--primary-fixed, #fff1cc)
}

.glorycasinobd-toc__title svg {
    max-width: 40px;
    max-height: 40px;
    margin: 4px;
    border-radius: 12px;
    background: var(--surface-container-highest, #373339);
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background
}

.glorycasinobd-toc__title svg path {
    transform-origin: center;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: transform
}

.glorycasinobd-toc__title:active svg {
    background: #494451
}

.glorycasinobd-toc__nav, .glorycasinobd-toc > ol {
    margin-top: -8px;
    padding: 16px 0 24px;
    margin-inline: 32px;
    border-top: 1px solid var(--outline-variant, #4d444c);
    display: none
}

.glorycasinobd-toc__list, .glorycasinobd-toc.active > ol {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 8px
}

.glorycasinobd-toc__item, .glorycasinobd-toc ol li {
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
}

.glorycasinobd-toc ol > li::before {
    content: none;
}

.glorycasinobd-toc__item a, .glorycasinobd-toc ol li a {
    padding: 8px 12px;
    color: var(--on-surface, #e8e0e8);
    font: var(--font-second);
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: color
}

.glorycasinobd-toc__item a:active {
    color: var(--primary, #fed35a)
}

.glorycasinobd-mob-btn {
    position: sticky;
    left: 0;
    bottom: 0;
    z-index: 80;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    visibility: hidden;
}

.glorycasinobd-mob-btn img, .glorycasinobd-mob-btn svg {
    max-width: 100px;
    max-height: 20px;
    width: auto;
}

.glorycasinobd-mob-btn .btn {
    margin-left: auto;
    border-radius: 8px
}

.glorycasinobd-mob-btn__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2px
}


.glorycasinobd-mob-btn:not(.glorycasinobd-mob-btn--v2) {
    gap: 16px;
    border-radius: 16px 16px 0 0;
    background: var(--primary)
}

.glorycasinobd-mob-btn:not(.glorycasinobd-mob-btn--v2) .btn {
    min-width: 156px
}

.glorycasinobd-mob-btn:not(.glorycasinobd-mob-btn--v2) .glorycasinobd-mob-btn__text {
    color: var(--on-primary, #3d2e00)
}

.glorycasinobd-mob-btn:not(.glorycasinobd-mob-btn--v2) .glorycasinobd-mob-btn__text span {
    font: var(--font-second);
}

.glorycasinobd-mob-btn.glorycasinobd-mob-btn--v2 {
    border-radius: 0;
    background: var(--surface-container, #221e24)
}

.glorycasinobd-mob-btn.glorycasinobd-mob-btn--v2 .btn {
    padding: 8px;
    min-width: 127px
}

.glorycasinobd-mob-btn.glorycasinobd-mob-btn--v2 .glorycasinobd-mob-btn__text {
    gap: 2px;
    color: var(--on-surface, #e8e0e8);
    font: var(--font-second);
}

.glorycasinobd-mob-btn.glorycasinobd-mob-btn--v2 .glorycasinobd-mob-btn__text span {
    color: var(--primary, #fed35a)
}

.glorycasinobd-scroll-to-top {
    position: fixed;
    bottom: 140px;
    right: 15px;
    z-index: 55;
    opacity: 10;
    visibility: hidden;
}

.glorycasinobd-scroll-to-top__button {
    position: relative;
    width: 46px;
    height: 46px;
    min-width: 46px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: var(--Corner_radius-3, 8px);
    background: var(--primary);
    color: var(--surface, #151218);
    overflow: hidden;
    font: var(--font-h3);
    font-weight: 400;
}

.glorycasinobd-footer__inner, .glorycasinobd-footer__providers, .glorycasinobd-footer__social, .glorycasinobd-footer__dmca {
    grid-column: 1/-1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
    flex-wrap: wrap;
    padding-top: 32px;
    width: 100%;
    border-top: 1px solid #fff1cc;
}

.glorycasinobd-footer__inner {
    gap: 20px;
}

.glorycasinobd-footer__social {
    display: flex;
    gap: 16px;
}

.glorycasinobd-footer__external-links {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.glorycasinobd-footer__external-links-link:hover {
    opacity: 1;
}

.glorycasinobd-footer__social img, .glorycasinobd-footer__social svg {
    max-width: 30px;
    max-height: 30px;
}

.glorycasinobd-footer__external-links img {
    max-height: 48px;
    width: auto;
    filter: grayscale(1);
}

.glorycasinobd-footer__external-links img:hover {
    filter: grayscale(0);
    transition: all 0.2s ease-in-out;
}

.glorycasinobd-footer__dmca img {
    max-height: 70px;
    width: auto;
}


.glorycasinobd-header__lang {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    z-index: 10;
    width: max-content;
    /*margin-left: auto;*/
    padding: 12px;
    border-radius: var(--Corner_radius-3, 8px);
    background: var(--Color-background-neutral-on-surface, rgba(255, 255, 255, .06));
    cursor: pointer;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.glorycasinobd-header__lang.active .glorycasinobd-header__lang-list {
    display: block
}

.glorycasinobd-header__lang.active > svg {
    transform: rotate(-180deg)
}

.glorycasinobd-header__lang img, .glorycasinobd-header__lang svg {
    max-width: 24px;
    max-height: 24px;
    object-fit: contain
}

.glorycasinobd-header__lang > svg {
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.glorycasinobd-header__lang-list {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: 193px;
    max-width: 193px;
    max-height: 300px;
    border-radius: var(--Corner_radius-3, 8px);
    background: var(--surface-container, #221e24);
    overflow-y: auto;
    overflow-x: clip
}

@supports not selector(::-webkit-scrollbar) {
    .glorycasinobd-header__lang-list,
    .glorycasinobd-winners__list,
    .glorycasinobd-sidebar-menu__wrap {
        scrollbar-width: thin;
        scrollbar-color: var(--Color-interaction-pressed, rgba(255, 255, 255, .14)) transparent
    }
}

.glorycasinobd-header__lang-list::-webkit-scrollbar,
.glorycasinobd-winners__list::-webkit-scrollbar,
.glorycasinobd-sidebar-menu__wrap::-webkit-scrollbar {
    width: 4px
}

.glorycasinobd-header__lang-list::-webkit-scrollbar-thumb,
.glorycasinobd-winners__list::-webkit-scrollbar-thumb,
.glorycasinobd-sidebar-menu__wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: var(--Color-interaction-pressed, rgba(255, 255, 255, .14));
    border-radius: 9px;
    border: 4px solid transparent
}

.glorycasinobd-header__lang-list::-webkit-scrollbar-track,
.glorycasinobd-winners__list::-webkit-scrollbar-track,
.glorycasinobd-sidebar-menu__wrap::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 9px
}

.glorycasinobd-header__lang-list li {
    z-index: 1
}

.glorycasinobd-header__lang-item {
    display: flex
}

.glorycasinobd-header__lang-link {
    width: 100%;
    padding: 12px;
    color: var(--Color-text-default, #fff);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    position: relative;
}


.glorycasinobd-header__lang-list-link::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    content: "";
}

.glorycasinobd-header__lang-link.current {
    background: var(--Color-interaction-hovered, rgba(255, 255, 255, .06));
    pointer-events: none
}

.glorycasinobd-header__lang-link:not(.current):active {
    background: var(--Color-interaction-hovered, rgba(255, 255, 255, .06))
}

.glorycasinobd-header-menu > .item.parent:has(span.submenu__link--current) {
    color: var(--primary, #fed35a);
}

.glorycasinobd-header-menu > .item svg {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    transform: rotate(90deg)
}

.glorycasinobd-header-menu > .item.parent.active svg {
    transform: rotate(-90deg);
}

* + .glorycasinobd-custom-image {
    margin-top: 24px;
}

.glorycasinobd-custom-image img {
    border-radius: 24px;
}

.glorycasinobd-page-404 .glorycasinobd-wrapper {
    text-align: center;
}

.glorycasinobd-page-404__link {
    display: inline-block;
}

.glorycasinobd-custom-image img {
    width: 100%;
}

@media (min-width: 650px) {
    .glorycasinobd-mob-btn {
        display: none
    }
}

@media (min-width: 768px) {
    .glorycasinobd-header__burger {
        order: 50
    }
}

@media (min-width: 1240px) {
    .glorycasinobd-header__burger {
        display: none;

    }

    .glorycasinobd-header-menu > .item.parent,
    .glorycasinobd-header-menu > .item:not(.parent) > a,
    .glorycasinobd-header-menu > .item:not(.parent) > span {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 8px 12px;
        border-radius: 16px;
        gap: 8px;
    }

    .glorycasinobd-header-menu > .item.current {
        color: var(--primary, #fed35a)
    }

    .glorycasinobd-header-menu > .item.parent {
        padding: 8px 16px
    }

    .glorycasinobd-header-menu > .item:nth-child(1) {
        z-index: 49
    }

    .glorycasinobd-header-menu > .item:nth-child(2) {
        z-index: 48
    }

    .glorycasinobd-header-menu > .item:nth-child(3) {
        z-index: 47
    }

    .glorycasinobd-header-menu > .item:nth-child(4) {
        z-index: 46
    }

    .glorycasinobd-header-menu > .item:nth-child(5) {
        z-index: 45
    }

    .glorycasinobd-header-menu > .item:nth-child(6) {
        z-index: 44
    }

    .glorycasinobd-header-menu > .item:nth-child(7) {
        z-index: 43
    }

    .glorycasinobd-header-menu > .item:nth-child(8) {
        z-index: 42
    }

    .glorycasinobd-header-menu > .item:nth-child(9) {
        z-index: 41
    }

    .glorycasinobd-header-menu > .item:nth-child(10) {
        z-index: 40
    }

    .glorycasinobd-header-menu > .item:nth-child(11) {
        z-index: 39
    }

    .glorycasinobd-header-menu > .item:nth-child(12) {
        z-index: 38
    }

    .glorycasinobd-header-menu > .item:nth-child(13) {
        z-index: 37
    }

    .glorycasinobd-header-menu > .item:nth-child(14) {
        z-index: 36
    }

    .glorycasinobd-header-menu > .item:nth-child(15) {
        z-index: 35
    }

    .glorycasinobd-header-menu > .item:nth-child(16) {
        z-index: 34
    }

    .glorycasinobd-header-menu > .item:nth-child(17) {
        z-index: 33
    }

    .glorycasinobd-header-menu > .item:nth-child(18) {
        z-index: 32
    }

    .glorycasinobd-header-menu > .item:nth-child(19) {
        z-index: 31
    }

    .glorycasinobd-header-menu > .item:nth-child(20) {
        z-index: 30
    }

    .glorycasinobd-header-menu > .item:nth-child(21) {
        z-index: 29
    }

    .glorycasinobd-header-menu > .item:nth-child(22) {
        z-index: 28
    }

    .glorycasinobd-header-menu > .item:nth-child(23) {
        z-index: 27
    }

    .glorycasinobd-header-menu > .item:nth-child(24) {
        z-index: 26
    }

    .glorycasinobd-header-menu > .item:nth-child(25) {
        z-index: 25
    }

    .glorycasinobd-header-menu > .item:nth-child(26) {
        z-index: 24
    }

    .glorycasinobd-header-menu > .item:nth-child(27) {
        z-index: 23
    }

    .glorycasinobd-header-menu > .item:nth-child(28) {
        z-index: 22
    }

    .glorycasinobd-header-menu > .item:nth-child(29) {
        z-index: 21
    }

    .glorycasinobd-header-menu > .item:nth-child(30) {
        z-index: 20
    }

    .glorycasinobd-header-menu > .item:nth-child(31) {
        z-index: 19
    }

    .glorycasinobd-header-menu > .item:nth-child(32) {
        z-index: 18
    }

    .glorycasinobd-header-menu > .item:nth-child(33) {
        z-index: 17
    }

    .glorycasinobd-header-menu > .item:nth-child(34) {
        z-index: 16
    }

    .glorycasinobd-header-menu > .item:nth-child(35) {
        z-index: 15
    }

    .glorycasinobd-header-menu > .item:nth-child(36) {
        z-index: 14
    }

    .glorycasinobd-header-menu > .item:nth-child(37) {
        z-index: 13
    }

    .glorycasinobd-header-menu > .item:nth-child(38) {
        z-index: 12
    }

    .glorycasinobd-header-menu > .item:nth-child(39) {
        z-index: 11
    }

    .glorycasinobd-header-menu > .item:nth-child(40) {
        z-index: 10
    }

    .glorycasinobd-header-menu > .item:nth-child(41) {
        z-index: 9
    }

    .glorycasinobd-header-menu > .item:nth-child(42) {
        z-index: 8
    }

    .glorycasinobd-header-menu > .item:nth-child(43) {
        z-index: 7
    }

    .glorycasinobd-header-menu > .item:nth-child(44) {
        z-index: 6
    }

    .glorycasinobd-header-menu > .item:nth-child(45) {
        z-index: 5
    }

    .glorycasinobd-header-menu > .item:nth-child(46) {
        z-index: 4
    }

    .glorycasinobd-header-menu > .item:nth-child(47) {
        z-index: 3
    }

    .glorycasinobd-header-menu > .item:nth-child(48) {
        z-index: 2
    }

    .glorycasinobd-header-menu > .item:nth-child(49) {
        z-index: 1
    }

    .glorycasinobd-header-menu > .item:nth-child(50) {
        z-index: 0
    }

    .glorycasinobd-header-menu .item {
        justify-content: space-between
    }

    .glorycasinobd-header-menu .item.parent::before {
        content: "";
        width: 100%;
        height: 24px;
        position: absolute;
        top: 100%;
        left: 0;
        transform: translate(0, -4px);
        display: none
    }

    .glorycasinobd-header-menu .submenu {
        position: absolute;
        top: calc(100% + 18px);
        left: 0;
        width: 200px;
        max-height: 300px;
        overflow-y: auto;
        overflow-x: clip;
        display: none;
        padding-block: 8px;
        border-radius: 16px;
        background: var(--surface-container-low, #1e1a20);
        box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .15), 0 1px 2px 0 rgba(0, 0, 0, .3)
    }

    @supports not selector(::-webkit-scrollbar) {
        .glorycasinobd-header-menu .submenu {
            scrollbar-width: thin;
            scrollbar-color: var(--outline) transparent
        }
    }.glorycasinobd-header-menu .submenu::-webkit-scrollbar {
         width: 4px
     }

    .glorycasinobd-header-menu .submenu::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: var(--outline);
        border-radius: 9px;
        border: 4px solid transparent
    }

    .glorycasinobd-header-menu .submenu::-webkit-scrollbar-track {
        background: 0 0;
        border-radius: 9px
    }

    .glorycasinobd-header-menu .submenu a, .glorycasinobd-header-menu .submenu span {
        width: 100%;
        padding: 15px 16px;
        min-height: 56px;
        text-align: left
    }

    .glorycasinobd-header-menu .submenu a:active, .glorycasinobd-header-menu .submenu span:active {
        background: var(--on-surface-opacity-008, rgba(230, 224, 233, .08))
    }

    .glorycasinobd-header-menu .submenu .item.current > a, .glorycasinobd-header-menu .submenu .item.current > span {
        background: var(--primary-opacity-012, rgba(208, 188, 255, .12))
    }
}

@media (min-width: 1240px) and (any-hover: hover) {
    .glorycasinobd-header-menu > .item.parent:hover svg {
        transform: rotate(-90deg)
    }

    .glorycasinobd-header-menu .item.parent:hover::before {
        display: block
    }

    .glorycasinobd-header-menu .item.parent:hover > .submenu {
        display: flex
    }

    .glorycasinobd-header-menu .submenu a:hover {
        background: var(--on-surface-opacity-008, rgba(230, 224, 233, .08));
        opacity: 1;
    }

    .glorycasinobd-header-menu .submenu a:focus {
        background: var(--on-surface-opacity-008, rgba(230, 224, 233, .08))
    }
}

@media (max-width: 1320px) {
    .glorycasinobd-footer {
        margin-inline: var(--offsets, 20px);
        max-width: calc(100% - var(--offsets, 20px) * 2)
    }

    .glorycasinobd-section-hero {
        margin-inline: var(--offsets, 20px);
        max-width: calc(100% - var(--offsets, 20px) * 2);
        margin-top: 20px;
    }

    .glorycasinobd-breadcrumbs {
        margin-inline: var(--offsets, 20px);
        max-width: calc(100% - var(--offsets, 20px) * 2)
    }

    .glorycasinobd-toc {
        /*margin-inline: var(--offsets, 20px);*/
        /*max-width: calc(100% - var(--offsets, 20px) * 2)*/
    }
}

@media (max-width: 1239.9px) {
    .glorycasinobd-header__nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: calc(100svh - var(--glorycasinobd-header-height));
        padding: 0 16px 16px;
        border-radius: 0;
        background: var(--surface, #151218)
    }

    .glorycasinobd-header-menu {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0
    }

    .glorycasinobd-header-menu {
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 100%;
        border-radius: 16px;
        background: var(--surface-container, #221e24);
        flex-wrap: nowrap;
        padding: 8px 0;
        background: var(--surface-container-low)
    }

    @supports not selector(::-webkit-scrollbar) {
        .glorycasinobd-header-menu {
            scrollbar-width: thin;
            scrollbar-color: var(--outline) transparent
        }
    }.glorycasinobd-header-menu::-webkit-scrollbar {
         width: 4px
     }

    .glorycasinobd-header-menu::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: var(--outline);
        border-radius: 9px;
        border: 4px solid transparent
    }

    .glorycasinobd-header-menu::-webkit-scrollbar-track {
        background: 0 0;
        border-radius: 9px
    }

    .glorycasinobd-header-menu > .item.parent > svg {
        transform: rotate(90deg)
    }

    .glorycasinobd-header-menu > .item.parent.active {
        padding-bottom: 0
    }

    .glorycasinobd-header-menu > .item.parent.active > svg {
        transform: rotate(-90deg)
    }

    .glorycasinobd-header-menu > .item.parent.active::after {
        display: none
    }

    .glorycasinobd-header-menu .item {
        flex-wrap: wrap
    }

    .glorycasinobd-header-menu .item.parent,
    .glorycasinobd-header-menu .item:not(.parent) > a,
    .glorycasinobd-header-menu .item:not(.parent) > span {
        padding: 16px;
        width: 100%;
        min-height: min-content
    }

    .glorycasinobd-header-menu .item svg {
        margin-left: auto;
        width: 24px;
        height: 24px;
        min-width: 24px;
        min-height: 24px
    }

    .glorycasinobd-header-menu .item.parent.active {
        position: relative
    }

    .glorycasinobd-header-menu .item.parent.active > .submenu {
        display: flex
    }

    .glorycasinobd-header-menu .item.parent {
        column-gap: 12px
    }

    .glorycasinobd-header-menu .item.parent > a, .glorycasinobd-header-menu .item.parent > span {
        max-width: calc(100% - 36px)
    }

    .glorycasinobd-header-menu .item.parent::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: 0 0;
        transition-property: background;
        transition-duration: .3s;
        transition-timing-function: ease-in-out;
        transition-delay: 0s;
        will-change: background
    }

    .glorycasinobd-header-menu .item.parent.active, .glorycasinobd-header-menu .item.parent.current {
        color: var(--primary, #fed35a)
    }

    .glorycasinobd-header-menu .submenu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        background: var(--surface-container-low);
        display: none;
        margin-top: 4px;
        margin-inline: -16px;
        width: calc(100% + 32px);
        max-width: calc(100% + 32px)
    }

    .glorycasinobd-header-menu .submenu .item {
        width: 100%;
        z-index: 1
    }

    .glorycasinobd-header-menu .submenu .item.parent,
    .glorycasinobd-header-menu .submenu .item:not(.parent) > a,
    .glorycasinobd-header-menu .submenu .item:not(.parent) > span {
        padding: 11px 16px 11px 32px
    }

    .glorycasinobd-header-menu .submenu .item.parent:active,
    .glorycasinobd-header-menu .submenu .item:not(.parent) > a:active {
        background: var(--on-surface-opacity-012, rgba(230, 224, 233, .12))
    }

    .glorycasinobd-header:not(.menu-active) .glorycasinobd-header__nav {
        display: none
    }
}

@media (max-width: 1239.9px) and (any-hover: hover) {
    .glorycasinobd-header-menu .submenu .item.parent:hover,
    .glorycasinobd-header-menu .submenu .item:not(.parent) > a:hover {
        background: var(--on-surface-opacity-012, rgba(230, 224, 233, .12))
    }

    .glorycasinobd-header-menu .submenu .item.parent:focus,
    .glorycasinobd-header-menu .submenu .item:not(.parent) > a:focus {
        background: var(--on-surface-opacity-012, rgba(230, 224, 233, .12))
    }
}

@media (max-width: 1170px) {
    .glorycasinobd-text-image {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991.9px) {
    .glorycasinobd-footer__nav {
        grid-template-columns:repeat(2, 1fr)
    }

    .glorycasinobd-section-hero {
        padding: 24px 16px;
        box-shadow: none
    }

    .glorycasinobd-text-image {
        flex-direction: column;
        gap: 16px;
    }

    .glorycasinobd-section-hero img:not(:only-child) {
        margin-top: 24px
    }

    .glorycasinobd-text-image.reversed > img {
        order: 2;
    }

    .glorycasinobd-section-hero img, .glorycasinobd-text-image > img {
        max-width: 100%
    }

    .glorycasinobd-toc__list, .glorycasinobd-toc.active > ol {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 767.9px) {

    .glorycasinobd-header {
        row-gap: 8px;
        column-gap: 10px;
        padding-block: 8px
    }

    .glorycasinobd-header__burger {
        order: 2;
    }

    .glorycasinobd-header__btns {
        order: 3;
    }

    .glorycasinobd-header__lang-list {
        right: 0;
        left: auto;
    }

    .glorycasinobd-header__btns {
        justify-content: center;
        width: 100%;
        margin-left: 0
    }

    .glorycasinobd-header__btns .btn {
        flex: 1;
        min-width: unset
    }

    .glorycasinobd-section-hero .btn {
        width: 100%;
        min-width: unset
    }
}

@media (max-width: 575.9px) {
    :root {
        --font-h1: 700 2rem/2.4rem var(--fonts);
        --font-h2: 700 1.5rem/2rem var(--fonts);
        --font-h3: 600 1.1rem/1.5rem var(--fonts);
        --font-second: 600 .8rem/1.3rem var(--fonts);
        --font-text: 400 .8rem/1.3rem var(--fonts);
        --glorycasinobd-wrapper-margin: 20px;
        --offsets: 16px;
    }

    .glorycasinobd-wrapper:not(.glorycasinobd-section-hero) .glorycasinobd-content-buttons .btn {
        width: 100%;
        min-width: unset
    }

    .glorycasinobd-wrapper:not(.glorycasinobd-section-hero) > img:not(:first-child) {
        margin-top: 20px;
        width: 100%
    }

    .glorycasinobd-content-buttons {
        margin-top: 16px;
    }

    .wp-block-table .has-fixed-layout thead th {
        text-align: left;
    }


    h2 {
        margin-bottom: 28px;
        display: flex;
        gap: 8px;
    }


    h3, h4, h5, h6 {
        margin-bottom: 12px
    }

    h3 + p, h4 + p, h5 + p, h6 + p {
        margin-top: 12px
    }

    p {
        margin-top: 12px
    }

    * + .wp-block-list,
    * + ol:not([class]),
    * + ul:not([class]) {
        margin-top: 16px
    }

    ol.glorycasinobd-how-to li:not(:last-child),
    ol.wp-block-list li:not(:last-child),
    ol:not([class]) li:not(:last-child) {
        margin-bottom: 16px
    }

    .glorycasinobd-toc ol:not([class]) li {
        margin-bottom: 0
    }

    .glorycasinobd-how-to li:not(:last-child)::after {
        height: calc(100% - 30px + 16px + 2px)
    }

    * + .wp-block-table {
        margin-top: 20px
    }

    .table-rows td:first-child {
        width: auto;
        padding: 16px 16px
    }

    .table-rows td:nth-child(2) {
        padding-left: 16px
    }

    .table-rows td:last-child {
        padding-right: 16px
    }

    .wp-block-table:not(.table-rows) td, .wp-block-table:not(.table-rows) th {
        padding-block: 12px;
        padding-inline: 16px
    }

    .wp-block-table:not(.table-rows) td:first-child, .wp-block-table:not(.table-rows) th:first-child {
        padding-left: 16px
    }

    .wp-block-table:not(.table-rows) td:last-child, .wp-block-table:not(.table-rows) th:last-child {
        padding-right: 16px
    }

    .wp-block-table:not(.table-rows) td:not(:first-child), .wp-block-table:not(.table-rows) th:not(:first-child) {
        padding-left: 12px
    }

    .wp-block-table:not(.table-rows) td:not(:last-child), .wp-block-table:not(.table-rows) th:not(:last-child) {
        padding-right: 12px
    }

    table:not([class]) th {
        min-height: 72px
    }

    table:not([class]) td {
        min-height: 66px
    }

    .glorycasinobd-header__logo img, .glorycasinobd-header__logo svg {
        max-height: 44px
    }

    .glorycasinobd-header__btns {
        gap: 16px
    }

    .glorycasinobd-footer {
        padding: 24px 16px;
        gap: 28px
    }

    .glorycasinobd-footer__logo {
        gap: 16px
    }

    .glorycasinobd-footer__nav {
        grid-template-columns:1fr
    }

    .glorycasinobd-footer__providers {
        gap: 16px;
        justify-content: flex-start;
    }

    .glorycasinobd-footer__providers img, .glorycasinobd-footer__providers svg {
        max-height: 32px
    }

    .glorycasinobd-section-hero h1, .glorycasinobd-section-hero h2 {
        margin-bottom: 16px
    }

    .glorycasinobd-section-hero p {
        margin-top: 16px
    }

    .glorycasinobd-section-hero img:not(:only-child) {
        margin-top: 16px
    }

    .glorycasinobd-faq .glorycasinobd-faq__title {
        padding-block: 4px
    }

    .glorycasinobd-breadcrumbs {
        margin-block: 16px
    }

    .glorycasinobd-breadcrumbs li:not(:last-child) {
        padding-right: 26px
    }

    .glorycasinobd-breadcrumbs li:not(:last-child)::after {
        right: 4px
    }

    .glorycasinobd-breadcrumbs a, .glorycasinobd-breadcrumbs span {
        gap: 4px
    }

    .glorycasinobd-breadcrumbs a::before, .glorycasinobd-breadcrumbs span::before {
        width: 9px;
        height: 9px;
        margin: 3px 4px 4px 3px
    }

    .glorycasinobd-breadcrumbs a svg, .glorycasinobd-breadcrumbs span svg {
        max-width: 18px;
        max-height: 18px
    }


    .glorycasinobd-toc__title {
        padding: 16px
    }

    .glorycasinobd-toc__nav, .glorycasinobd-toc > ol {
        margin-top: 0;
        margin-inline: 16px;
        padding: 16px 0 16px
    }

    .glorycasinobd-toc__list, .glorycasinobd-toc.active > ol {
        grid-template-columns:1fr;
        row-gap: 16px
    }

    .glorycasinobd-footer__external-links img, .glorycasinobd-footer__inner-18 {
        max-height: 32px;
    }

    table th {
        font-weight: 500;
        min-height: 72px;
        height: 72px;
    }

    .glorycasinobd-footer__logo img, .glorycasinobd-footer__logo svg {
        max-height: 48px;
    }

    .wp-block-table:not(.table-rows):has(td:nth-child(4):last-child) td:not(:first-child) {
        width: auto;
    }

    * + .glorycasinobd-custom-image {
        margin-top: 20px;
    }

}

@media (any-hover: hover) {
    a:hover, a:focus {
        opacity: .6
    }

    .glorycasinobd-header__burger:hover {
        background: #443e49
    }

    .glorycasinobd-header__burger:focus {
        background: #494451
    }

    .glorycasinobd-header-menu > .item.parent:hover,
    .glorycasinobd-header-menu > .item:not(.parent) > a:hover {
        color: var(--primary, #fed35a);
        opacity: 1;
    }

    .glorycasinobd-header-menu > .item.parent:focus,
    .glorycasinobd-header-menu > .item:not(.parent) > a:focus,
    .glorycasinobd-header-menu > .item:not(.parent) > span:focus {
        color: var(--primary, #fed35a)
    }

    .glorycasinobd-footer__nav-list a:hover {
        color: var(--on-surface, #fff);
        opacity: 1;
    }

    .glorycasinobd-footer__nav-list a:focus {
        color: var(--primary, #fed35a)
    }

    .glorycasinobd-faq .glorycasinobd-faq__title:hover svg {
        background: #443e49
    }

    .glorycasinobd-breadcrumbs li a:hover {
        color: var(--on-surface, #e8e0e8)
    }

    .glorycasinobd-breadcrumbs li a:hover::before {
        background: var(--on-surface-variant, #d0c3cc)
    }

    .glorycasinobd-breadcrumbs li a:hover svg path {
        fill: var(--on-surface-variant, #d0c3cc)
    }

    .glorycasinobd-breadcrumbs li a:focus {
        color: var(--primary, #fed35a)
    }

    .glorycasinobd-breadcrumbs li a:focus::before {
        background: var(--primary, #fed35a)
    }

    .glorycasinobd-breadcrumbs li a:focus svg path {
        fill: var(--primary, #fed35a)
    }

    .btn--primary:hover, .btn--second:hover {
        box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .15), 0 1px 2px 0 rgba(0, 0, 0, .3)
    }

    .btn--primary:hover::after, .btn--second:hover::after {
        background: var(--on-primary-opacity-008, rgba(56, 30, 114, .08))
    }

    .btn--primary:focus::after, .btn--second:focus::after {
        background: var(--on-primary-opacity-012, rgba(56, 30, 114, .12))
    }

    .btn--primary:hover {
        box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .15), 0 1px 2px 0 rgba(0, 0, 0, .3)
    }

    .btn--primary:hover::after {
        background: var(--on-primary-opacity-008, rgba(56, 30, 114, .08))
    }

    .btn--primary:focus::after {
        background: var(--on-primary-opacity-012, rgba(56, 30, 114, .12))
    }

    .btn--second:hover {
        box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .15), 0 1px 2px 0 rgba(0, 0, 0, .3)
    }

    .btn--second:hover::after {
        background: var(--on-secondary-container-opacity-008, rgba(232, 222, 248, .08))
    }

    .btn--second:focus::after {
        background: var(--on-secondary-container-opacity-012, rgba(232, 222, 248, .12))
    }

    .btn--elevated:hover {
        box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .15), 0 1px 2px 0 rgba(0, 0, 0, .3)
    }

    .btn--elevated:hover::after {
        background: var(--on-primary-opacity-008, rgba(56, 30, 114, .08))
    }

    .btn--elevated:focus {
        box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .15), 0 1px 2px 0 rgba(0, 0, 0, .3)
    }

    .btn--elevated:focus::after {
        background: var(--on-primary-opacity-012, rgba(56, 30, 114, .12))
    }

    .glorycasinobd-toc__title:hover svg {
        background: #443e49
    }

    .glorycasinobd-toc__item a:hover, .glorycasinobd-toc ol li a:hover {
        color: var(--primary, #fed35a);
        opacity: 1;
    }

    .glorycasinobd-toc__item a:focus, .glorycasinobd-toc ol li a:focus {
        color: var(--primary, #fed35a)
    }
}
