@import"https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@300;400;500;600;700&display=swap";:root {
    --bs-primary-100: #ECFDEE;
    --bs-primary-200: #D3F9D7;
    --bs-primary-300: #B2F2BB;
    --bs-primary-400: #8CE99A;
    --bs-primary-500: #78EB79;
    --bs-primary-600: #51CF66;
    --bs-primary-700: #37B24D;
    --bs-primary-800: #2F9E44;
    --bs-primary-900: #237A3A;
    --bs-primary-100-rgb: 236, 253, 238;
    --bs-primary-200-rgb: 211, 249, 215;
    --bs-primary-300-rgb: 178, 242, 187;
    --bs-primary-400-rgb: 140, 233, 154;
    --bs-primary-500-rgb: 120, 235, 121;
    --bs-primary-600-rgb: 81, 207, 102;
    --bs-primary-700-rgb: 55, 178, 77;
    --bs-primary-800-rgb: 47, 158, 68;
    --bs-primary-900-rgb: 35, 122, 58;
    --bs-success: #78EB79;
    --bs-success-rgb: 120, 235, 121
}

:root {
    --bs-border-color: var(--bs-border-color-translucent)
}

img {
    max-width: 100%
}

.nav-pills {
    --bs-nav-pills-link-active-color: var(--bs-black)
}

.nav-link {
    --bs-nav-link-padding-y: .5rem;
    --bs-nav-link-padding-x: .5rem
}

button,.btn {
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-padding-y: 0.5rem;
    border-radius: var(--bs-border-radius-xl);
    width: 100%;
    font-weight: 600
}

button.btn-sm,.btn.btn-sm {
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-padding-y: 0.25rem
}

@media(width >= 992px) {
    button,.btn {
        width: max-content
    }
}

.btn-primary,.btn-accent {
    position: relative;
    overflow: hidden
}

.btn-primary::before,.btn-primary::after,.btn-accent::before,.btn-accent::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: translateX(-100px) skewX(-15deg)
}

.btn-primary::before,.btn-accent::before {
    width: 60px;
    background: hsla(0,0%,100%,.5);
    filter: blur(30px);
    opacity: .5
}

.btn-primary::after,.btn-accent::after {
    width: 30px;
    left: 30px;
    background: hsla(0,0%,100%,.2);
    filter: blur(5px)
}

.btn-primary:hover::before,.btn-accent:hover::before {
    opacity: 1
}

.btn-primary:hover::before,.btn-primary:hover::after,.btn-accent:hover::before,.btn-accent:hover::after {
    transform: translateX(480px) skewX(-15deg);
    transition: all .9s ease
}

.btn-primary {
    background: linear-gradient(90deg, var(--bs-primary) 0%, #9BE871 100%)
}

.btn-primary:hover {
    filter: brightness(1.1);
    box-shadow: 0 0 15px rgba(120,235,121,.5)
}

dl {
    display: flex
}

dl dt {
    flex-shrink: 0;
    width: 5rem;
    font-weight: normal;
    opacity: .5
}

dl dd {
    margin-bottom: 0
}

dl:last-child {
    margin-bottom: 0
}

.list-group {
    --bs-list-group-bg: rgb(var(--bs-white-rgb) ,.05 );
    --bs-list-group-item-padding-y: .75rem;
    --bs-list-group-item-padding-x: .75rem
}

.list-group .list-group-item {
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x)
}

.list-group-item-action:not(.active):hover,.list-group-item-action:not(.active):focus {
    background-color: var(--bs-primary-bg-subtle)
}

.card {
    --bs-card-bg: rgb(var(--bs-white-rgb), .05)
}

.card .card-title {
    padding: 1rem;
    border-bottom: 1px solid var(--bs-border-color-translucent)
}

.card .card-header {
    --bs-card-cap-padding-y: 1rem;
    --bs-card-cap-padding-x: 1rem
}

@media(width >= 992px) {
    .card .card-header {
        --bs-card-cap-padding-y: 1rem;
        --bs-card-cap-padding-x: 1.5rem
    }

    .card .card-title,.card .card-body {
        padding: 1.25rem
    }
}

.alert {
    --bs-alert-padding-x: .75rem;
    --bs-alert-padding-y: .75rem
}

.modal-content {
    border: 0
}

.modal-content .modal-header {
    border-color: var(--bs-border-color-translucent)
}

table {
    font-size: 90%
}

table th,table td {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important
}

.table {
    --bs-table-bg: transparent
}

.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.toast {
    position: fixed;
    top: .75rem;
    left: .75rem;
    width: calc(100% - 1.5rem);
    background-color: rgba(var(--bs-body-bg-rgb), 1);
    z-index: 1045
}

@media(width >= 768px) {
    .toast {
        left: auto;
        right: .75rem;
        max-width: 320px
    }
}

.input-group-text {
    background: rgba(0,0,0,0)
}

.form-control {
    background-color: rgba(0,0,0,0) !important
}

.form-check-input {
    --bs-form-check-bg: transparent
}

.form-select {
    background-color: rgba(0,0,0,0)
}

[inert] .form-control {
    background: var(--bs-secondary-bg);
    color: var(--bs-secondary);
    opacity: .5
}

[inert] .form-floating label {
    color: var(--bs-secondary);
    opacity: .5
}

[inert] .btn,[inert] fieldset .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

[inert] .form-check .form-check-input,[inert] .form-check .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

[inert] .form-check label {
    cursor: default;
    opacity: .5
}

[inert] select {
    background-color: var(--bs-secondary-bg);
    color: var(--bs-secondary)
}

[inert] select option[selected] {
    color: var(--bs-secondary)
}

.form-control:disabled {
    opacity: .5
}

.form-select:disabled {
    color: var(--bs-secondary)
}

@media(width >= 768px) {
    .card--wallet-affiliate .btn {
        width: auto !important
    }
}

.text-accent {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-500-rgb), var(--bs-text-opacity))
}

.text-accent-emphasis {
    color: var(--bs-primary-800)
}

.text-bg-success {
    color: var(--bs-black) !important
}

.bg-accent {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-500-rgb), var(--bs-bg-opacity))
}

.bg-accent-subtle {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-900-rgb), var(--bs-bg-opacity)) !important
}

.text-bg-accent {
    color: var(--bs-black);
    background-color: rgba(var(--bs-primary-500-rgb))
}

.border-accent {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-500-rgb), var(--bs-border-opacity)) !important
}

.border-accent-subtle {
    border-color: var(--bs-primary-200)
}

.link-accent {
    color: var(--bs-primary-500) !important;
    text-decoration-color: var(--bs-primary-500) !important
}

.link-accent:hover,.link-accent:focus {
    color: var(--bs-primary-600) !important;
    text-decoration-color: var(--bs-primary-600) !important
}

.btn-accent {
    --bs-btn-color: var(--bs-black);
    --bs-btn-bg: var(--bs-primary-500);
    --bs-btn-border-color: var(--bs-primary-500);
    --bs-btn-hover-color: var(--bs-black);
    --bs-btn-hover-bg: var(--bs-primary-400);
    --bs-btn-hover-border-color: var(--bs-primary-400);
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: var(--bs-black);
    --bs-btn-active-bg: var(--bs-primary-600);
    --bs-btn-active-border-color: var(--bs-primary-600);
    --bs-btn-active-shadow: inset 0 3px 5px rgb(var(--bs-black-rgb) 0.125);
    --bs-btn-disabled-color: var(--bs-black);
    --bs-btn-disabled-bg: var(--bs-primary-500);
    --bs-btn-disabled-border-color: var(--bs-primary-500)
}

.btn-outline-accent {
    --bs-btn-color: var(--bs-primary-500);
    --bs-btn-border-color: var(--bs-primary-500);
    --bs-btn-hover-color: var(--bs-black);
    --bs-btn-hover-bg: var(--bs-primary-500);
    --bs-btn-hover-border-color: var(--bs-primary-500);
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: var(--bs-black);
    --bs-btn-active-bg: var(--bs-primary-600);
    --bs-btn-active-border-color: var(--bs-primary-600);
    --bs-btn-active-shadow: inset 0 3px 5px rgb(var(--bs-black-rgb) 0.125);
    --bs-btn-disabled-color: var(--bs-primary-500);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-primary-500);
    --bs-gradient: none
}

.header-area {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    padding: .25rem 0;
    height: 64px;
    backdrop-filter: blur(24px);
    background: rgb(var(--bs-black-rgb), 0.1);
    color: var(--bs-white);
    z-index: 9
}

@media(width <= 400px) {
    .header-area {
        padding: .5rem 0
    }
}

@media(width <= 400px) {
    .header-area .branding img {
        height: 30px
    }
}

.header-area .text-white {
    font-size: 80%
}

.header-area .btn-primary {
    overflow: clip
}

.header-area .btn-group-contact {
    display: none
}

@media(width >= 768px) {
    .header-area .btn-group-contact {
        position: relative;
        top: 4px;
        display: flex;
        align-items: center;
        gap: .25rem;
        margin-right: auto;
        width: auto
    }
}

.header-area .profile-bar {
    position: relative;
    margin-top: .175rem;
    padding-left: 1rem;
    height: 52px;
    background: rgb(var(--bs-white-rgb), 0.05);
    border-radius: var(--bs-border-radius-xl)
}

.header-area .profile-bar .profile {
    flex-shrink: 0;
    width: 48px;
    height: 52px;
    line-height: 52px;
    background: linear-gradient(90deg, var(--bs-primary) 0%, #9BE871 100%);
    color: var(--bs-black);
    text-align: center;
    font-size: 1.25rem;
    border-top-right-radius: var(--bs-border-radius-xl);
    border-bottom-right-radius: var(--bs-border-radius-xl);
    cursor: pointer
}

.header-area .dropdown {
    --bs-dropdown-bg: var(--bs-primary-bg-subtle);
    border-radius: var(--bs-border-radius-xl)
}

.header-area .dropdown .dropdown-toggle::after {
    display: none
}

.header-area .dropdown .dropdown-menu {
    margin-top: 1rem;
    padding: 0 1rem;
    width: 100vw;
    background: var(--bs-primary-bg-subtle);
    border-radius: unset;
    border: 0;
    box-shadow: rgba(0,0,0,.09) 0px 2px 1px,rgba(0,0,0,.09) 0px 4px 2px,rgba(0,0,0,.09) 0px 8px 4px,rgba(0,0,0,.09) 0px 16px 8px,rgba(0,0,0,.09) 0px 32px 16px
}

@media(width >= 768px) {
    .header-area .dropdown .dropdown-menu {
        border-radius: var(--bs-border-radius-xl)
    }
}

.header-area .dropdown .dropdown-menu .dropdown-item {
    margin: 0 auto;
    width: 100%;
    max-width: 540px;
    background: var(--bs-primary-bg-subtle);
    border-bottom: 1px solid var(--bs-border-color-translucent);
    border-radius: unset
}

.header-area .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: var(--bs-border-color-translucent)
}

.header-area .dropdown .dropdown-menu .dropdown-item:last-of-type {
    border: 0
}

@media(width >= 768px) {
    .header-area .dropdown .dropdown-menu {
        margin-top: .5rem !important;
        padding: 0;
        width: 280px
    }

    .header-area .dropdown .dropdown-menu .dropdown-item {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .header-area .dropdown .dropdown-menu .dropdown-item:first-of-type {
        border-top-left-radius: var(--bs-border-radius-xl);
        border-top-right-radius: var(--bs-border-radius-xl)
    }

    .header-area .dropdown .dropdown-menu .dropdown-item:last-of-type {
        border-bottom-left-radius: var(--bs-border-radius-xl);
        border-bottom-right-radius: var(--bs-border-radius-xl)
    }
}

.footer-area {
    margin-top: auto;
    padding: 3rem 0 5rem 0;
    background: var(--bs-primary-bg-subtle);
    box-shadow: 0 .5rem 1rem rgb(var(--bs-black-rgb), 0.15)
}

@media(width >= 768px) {
    .footer-area {
        padding-bottom: 1.5rem
    }
}

.footer-area nav {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem
}

.footer-area .opacity-75 {
    font-size: 75%
}

.footer-area button {
    width: auto
}

body {
    font-family: "Noto Sans Thai";
    background-image: radial-gradient(circle 500px at 50% 300px, rgb(var(--bs-primary-500-rgb), 0.35), transparent)
}

.page {
    padding-top: 4rem;
    min-height: 100vh
}

.main-area {
    padding-top: .75rem;
    padding-bottom: .75rem
}

@media(width >= 1200px) {
    .main-area {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

* {
    scrollbar-width: thin;
    scrollbar-color: rgba(0,0,0,.2) rgba(0,0,0,0)
}

*::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: rgba(0,0,0,0)
}

*::-webkit-scrollbar-track {
    background: rgba(0,0,0,0)
}

*::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.2);
    border-radius: 6px;
    border: 3px solid rgba(0,0,0,0);
    background-clip: padding-box
}

*::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,.3)
}

.navigator-categories {
    position: sticky;
    top: 68px;
    margin-top: .5rem;
    z-index: 3
}

@media(width >= 768px) {
    .navigator-categories {
        background: unset;
        backdrop-filter: unset;
        border-radius: var(--bs-border-radius-xl)
    }
}

.navigator-categories .wrapper {
    background: rgb(var(--bs-white-rgb), 0.05);
    backdrop-filter: blur(48px);
    border-radius: 64px;
    box-shadow: 0 .125rem .25rem rgb(var(--bs-black-rgb), 0.075);
    overflow-x: auto
}

.navigator-categories .wrapper nav {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .5rem;
    width: max-content
}

@media(width >= 992px) {
    .navigator-categories .wrapper nav {
        width: unset
    }
}

@media(width >= 1620px) {
    .navigator-categories .wrapper nav {
        width: 100%
    }
}

.navigator-categories .wrapper nav .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    gap: .5rem;
    padding: .25rem .5rem;
    border-radius: var(--bs-border-radius-xl)
}

.navigator-categories .wrapper nav .nav-link.active {
    background: linear-gradient(90deg, var(--bs-primary) 0%, #9BE871 100%);
    font-weight: 700;
    color: var(--bs-black) !important
}

.navigator-categories .wrapper nav .nav-link:nth-of-type(08),.navigator-categories .wrapper nav .nav-link:nth-of-type(09) {
    display: none
}

@media(width >= 768px) {
    .navigator-categories .wrapper nav .nav-link:nth-of-type(08),.navigator-categories .wrapper nav .nav-link:nth-of-type(09) {
        display:flex
    }

    .navigator-categories .wrapper nav .nav-link:hover {
        color: var(--bs-primary);
        transition: .2s
    }
}

.navigator-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: .5rem .5rem .25rem .5rem;
    background: rgb(var(--bs-white-rgb), 0.05);
    backdrop-filter: blur(48px);
    z-index: 6
}

@media(width >= 768px) {
    .navigator-bottom {
        display: none
    }
}

.navigator-bottom nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem
}

.navigator-bottom nav .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    gap: .25rem;
    padding: 0;
    color: var(--bs-white);
    text-align: center
}

.navigator-bottom nav .nav-link span {
    width: 3rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1rem;
    background: rgb(var(--bs-white-rgb), 0.05);
    text-align: center;
    border-radius: 3rem
}

.navigator-bottom nav .nav-link small {
    font-size: 80%
}

.navigator-bottom nav .nav-link:hover {
    color: rgb(var(--bs-white-rgb), 0.75)
}

.navigator-bottom nav .nav-link.active {
    color: var(--bs-primary)
}

.navigator-bottom nav .nav-link.active span {
    background: linear-gradient(90deg, var(--bs-primary) 0%, #9BE871 100%);
    font-weight: 700;
    color: var(--bs-black)
}

.modal-header {
    border: none
}

.modal-content {
    background: linear-gradient(to top, var(--bs-modal-bg) 65%, var(--bs-primary-bg-subtle))
}

.notfound-page {
    height: 100vh
}

@media(width >= 992px) {
    .single-page {
        min-height: 640px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
}

.single-page .case-middle {
    width: 100%
}

@media(width >= 992px) {
    .single-page .case-middle {
        width: unset;
        min-width: 480px;
        max-width: 512px
    }
}

.landing-page,.game-lists-page {
    min-height: 100vh;
    color: var(--bs-white)
}

.landing-page .navigator-categories,.game-lists-page .navigator-categories {
    margin: 0
}

.landing-page .main-area,.game-lists-page .main-area {
    padding: 0
}

.landing-page .section--marquee,.game-lists-page .section--marquee {
    padding: 0 !important;
    margin-top: .5rem;
    margin-bottom: .5rem
}

@media(width >= 992px) {
    .landing-page .section--marquee,.game-lists-page .section--marquee {
        margin-top: 1rem;
        margin-bottom: 1rem
    }
}

.landing-page .section--marquee .marquee-container,.game-lists-page .section--marquee .marquee-container {
    width: 100%;
    background: rgb(var(--bs-white-rgb), 0.05);
    border-radius: 40px;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box
}

.landing-page .section--marquee .marquee-container .marquee-content,.game-lists-page .section--marquee .marquee-container .marquee-content {
    display: inline-block;
    color: var(--bs-primary);
    animation: marquee-scroll 30s linear infinite
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(-100%)
    }
}

.landing-page .item-link,.game-lists-page .item-link {
    position: relative;
    padding: 0;
    min-width: 12.5%;
    border-radius: var(--bs-border-radius-xl)
}

.landing-page .item-link:before,.game-lists-page .item-link:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 100%;
    height: calc(100% - 3rem);
    background: linear-gradient(135deg, rgba(134, 239, 172, 0.4) 0%, rgba(255, 255, 255, 0.2) 25%, transparent 50%);
    border-radius: var(--bs-border-radius-xl);
    z-index: -1
}

.landing-page .item-link img,.game-lists-page .item-link img {
    border-radius: var(--bs-border-radius-xl)
}

.landing-page .item-link .provider,.game-lists-page .item-link .provider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .25rem;
    margin-top: .5rem
}

.landing-page .item-link .provider img,.game-lists-page .item-link .provider img {
    height: 18px
}

.landing-page .item-link .title,.game-lists-page .item-link .title {
    color: var(--bs-primary);
    text-align: center
}

.landing-page .item-link:hover,.game-lists-page .item-link:hover {
    position: relative;
    top: -0.75rem;
    transition: .2s
}

.landing-page .item-link.disabled .img-provider,.landing-page .item-link:disabled .img-provider,.game-lists-page .item-link.disabled .img-provider,.game-lists-page .item-link:disabled .img-provider {
    opacity: .5
}

.landing-page .item-link .provider-status,.game-lists-page .item-link .provider-status {
    position: absolute;
    top: calc(50% - 1rem);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

.landing-page .item--lotto,.game-lists-page .item--lotto {
    padding: 0
}

@media(width >= 768px) {
    .landing-page .item--lotto,.game-lists-page .item--lotto {
        display: flex
    }
}

@media(width >= 992px) {
    .landing-page .item--lotto,.game-lists-page .item--lotto {
        margin: 0 auto;
        width: 80%
    }
}

.landing-page .item--lotto .img-game,.game-lists-page .item--lotto .img-game {
    width: 100%;
    aspect-ratio: 9/10;
    border-radius: 0;
    border-top-left-radius: var(--bs-border-radius-xl);
    border-top-right-radius: var(--bs-border-radius-xl)
}

@media(width >= 768px) {
    .landing-page .item--lotto .img-game,.game-lists-page .item--lotto .img-game {
        width: 360px;
        border-top-right-radius: 0;
        border-bottom-left-radius: var(--bs-border-radius-xl)
    }
}

.landing-page .item--lotto article,.game-lists-page .item--lotto article {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
    color: var(--bs-white);
    background: rgb(var(--bs-white-rgb), 0.05);
    border-radius: 0;
    border-bottom-left-radius: var(--bs-border-radius-xl);
    border-bottom-right-radius: var(--bs-border-radius-xl)
}

@media(width >= 768px) {
    .landing-page .item--lotto article,.game-lists-page .item--lotto article {
        border-bottom-left-radius: 0;
        border-top-right-radius: var(--bs-border-radius-xl)
    }
}

.landing-page .item--lotto.disabled,.game-lists-page .item--lotto.disabled {
    position: relative
}

.landing-page .item--lotto.disabled::after,.game-lists-page .item--lotto.disabled::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(var(--bs-primary-rgb), 0.25);
    border-radius: var(--bs-border-radius-xl);
    z-index: 1
}

.landing-page .item--lotto.disabled .provider-status,.game-lists-page .item--lotto.disabled .provider-status {
    top: 50%
}

.landing-page .section,.game-lists-page .section {
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media(width >= 992px) {
    .landing-page .section,.game-lists-page .section {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
}

.landing-page .section .heading,.game-lists-page .section .heading {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .5rem
}

@media(width >= 992px) {
    .landing-page .section .heading,.game-lists-page .section .heading {
        margin-bottom: 1rem
    }
}

.landing-page .section .heading i.fa-solid,.game-lists-page .section .heading i.fa-solid {
    color: var(--bs-primary)
}

.landing-page .section .heading .h4,.game-lists-page .section .heading .h4 {
    position: relative;
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 0;
    background: linear-gradient(270deg, var(--bs-primary) 0%, #9BE871 50%);
    background-clip: text;
    color: rgb(var(--bs-black-rgb), 0)
}

.landing-page .section--hero .swiper,.game-lists-page .section--hero .swiper {
    border-radius: var(--bs-border-radius-xl)
}

.landing-page .section--hero .swiper-button-next,.landing-page .section--hero .swiper-button-prev,.game-lists-page .section--hero .swiper-button-next,.game-lists-page .section--hero .swiper-button-prev {
    height: 100%;
    width: 2rem;
    top: 0;
    margin-top: 0
}

.landing-page .section--hero .swiper-button-next::after,.landing-page .section--hero .swiper-button-prev::after,.game-lists-page .section--hero .swiper-button-next::after,.game-lists-page .section--hero .swiper-button-prev::after {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
    color: var(--bs-white);
    transform: translateY(-50%)
}

.landing-page .section--hero .swiper-button-next::after:hover,.landing-page .section--hero .swiper-button-prev::after:hover,.game-lists-page .section--hero .swiper-button-next::after:hover,.game-lists-page .section--hero .swiper-button-prev::after:hover {
    opacity: .75
}

@media(width >= 768px) {
    .landing-page .section--hero .swiper-button-next,.landing-page .section--hero .swiper-button-prev,.game-lists-page .section--hero .swiper-button-next,.game-lists-page .section--hero .swiper-button-prev {
        width: 10%
    }
}

.landing-page .section--hero .swiper-button-prev,.game-lists-page .section--hero .swiper-button-prev {
    left: 0;
    background-image: linear-gradient(to right, rgb(var(--bs-black-rgb), 1), rgb(var(--bs-black-rgb), 0.75), transparent)
}

.landing-page .section--hero .swiper-button-prev:after,.game-lists-page .section--hero .swiper-button-prev:after {
    left: 1rem
}

.landing-page .section--hero .swiper-button-next,.game-lists-page .section--hero .swiper-button-next {
    right: 0;
    background-image: linear-gradient(to left, rgb(var(--bs-black-rgb), 1), rgb(var(--bs-black-rgb), 0.75), transparent)
}

.landing-page .section--hero .swiper-button-next:after,.game-lists-page .section--hero .swiper-button-next:after {
    right: 1rem
}

.landing-page .section--hero img,.game-lists-page .section--hero img {
    width: 100% !important
}

.landing-page .section--refer,.game-lists-page .section--refer {
    position: relative;
    padding: 1rem 10rem 1rem 1rem;
    height: 100%;
    border-radius: var(--bs-border-radius-xl);
    z-index: 1
}

@media(width >= 992px) {
    .landing-page .section--refer,.game-lists-page .section--refer {
        padding: 1rem
    }
}

.landing-page .section--refer:before,.game-lists-page .section--refer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(var(--bs-white-rgb), 0.05) url(../img/landing/bg-affilate.png) right bottom/180px no-repeat;
    border-radius: var(--bs-border-radius-xl);
    z-index: -1
}

@media(width >= 768px) {
    .landing-page .section--refer:before,.game-lists-page .section--refer:before {
        background-position:right 0
    }
}

@media(width >= 992px) {
    .landing-page .section--refer:before,.game-lists-page .section--refer:before {
        background-position:right bottom
    }
}

@media(width >= 992px) {
    .landing-page .section--refer,.game-lists-page .section--refer {
        background-size: contain
    }
}

.landing-page .section--refer .btn,.game-lists-page .section--refer .btn {
    width: max-content
}

@media(width <= 768px) {
    .landing-page .section--intro .heading,.game-lists-page .section--intro .heading {
        flex-direction: column;
        text-align: center;
        line-height: 1.5
    }
}

.landing-page .section--intro .intro-cta,.game-lists-page .section--intro .intro-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5rem
}

.landing-page .section--intro .intro-cta .nav-link,.game-lists-page .section--intro .intro-cta .nav-link {
    position: relative;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 1rem;
    background: rgb(var(--bs-white-rgb), 0.05);
    border-radius: var(--bs-border-radius-xl);
    box-shadow: 1px 1px 2px var(--bs-primary)
}

@media(width >= 420px) {
    .landing-page .section--intro .intro-cta .nav-link,.game-lists-page .section--intro .intro-cta .nav-link {
        width: 186px
    }
}

@media(width >= 768px) {
    .landing-page .section--intro .intro-cta .nav-link,.game-lists-page .section--intro .intro-cta .nav-link {
        width: 240px
    }
}

.landing-page .section--intro .intro-cta .nav-link span,.game-lists-page .section--intro .intro-cta .nav-link span {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
    color: var(--bs-primary);
    background: rgb(var(--bs-primary-rgb), 0.05);
    text-align: center;
    border-radius: 3rem
}

.landing-page .section--intro .intro-cta .nav-link:hover,.game-lists-page .section--intro .intro-cta .nav-link:hover {
    top: -0.25rem;
    box-shadow: 4px 4px 0 var(--bs-primary-border-subtle)
}

.landing-page .section--highlights .col-lg-10 .col-12:first-of-type .highlights-item,.game-lists-page .section--highlights .col-lg-10 .col-12:first-of-type .highlights-item {
    border-top-left-radius: var(--bs-border-radius-xl);
    border-top-right-radius: var(--bs-border-radius-xl)
}

@media(width >= 768px) {
    .landing-page .section--highlights .col-lg-10 .col-12:first-of-type .highlights-item,.game-lists-page .section--highlights .col-lg-10 .col-12:first-of-type .highlights-item {
        border-top-right-radius:0;
        border-top-left-radius: var(--bs-border-radius-xl);
        border-bottom-left-radius: var(--bs-border-radius-xl)
    }
}

.landing-page .section--highlights .col-lg-10 .col-12:last-of-type .highlights-item,.game-lists-page .section--highlights .col-lg-10 .col-12:last-of-type .highlights-item {
    border-bottom-left-radius: var(--bs-border-radius-xl);
    border-bottom-right-radius: var(--bs-border-radius-xl)
}

@media(width >= 768px) {
    .landing-page .section--highlights .col-lg-10 .col-12:last-of-type .highlights-item,.game-lists-page .section--highlights .col-lg-10 .col-12:last-of-type .highlights-item {
        border-bottom-left-radius:0;
        border-top-right-radius: var(--bs-border-radius-xl);
        border-bottom-right-radius: var(--bs-border-radius-xl)
    }
}

@media(width >= 992px) {
    .landing-page .section--highlights .col-lg-10 .col-12:last-of-type .highlights-item,.game-lists-page .section--highlights .col-lg-10 .col-12:last-of-type .highlights-item {
        border-radius:0
    }
}

.landing-page .section--highlights .highlights-item,.game-lists-page .section--highlights .highlights-item {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    height: 100%;
    background: rgb(var(--bs-primary-rgb), 0.05)
}

.landing-page .section--highlights .highlights-item span,.game-lists-page .section--highlights .highlights-item span {
    display: block;
    margin-bottom: 1.5rem;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.5rem;
    color: var(--bs-primary);
    background: rgb(var(--bs-primary-rgb), 0.05);
    text-align: center;
    border-radius: 3rem
}

.landing-page .section--highlights .highlights-item .h5,.game-lists-page .section--highlights .highlights-item .h5 {
    margin-top: auto
}

.landing-page .section--highlights .highlights-item p,.game-lists-page .section--highlights .highlights-item p {
    margin-bottom: 0
}

@media(width >= 992px) {
    .landing-page .section--highlights .highlights-item p,.game-lists-page .section--highlights .highlights-item p {
        height: 3rem
    }
}

.landing-page .section--highlights .col-6:first-of-type .highlights-item,.game-lists-page .section--highlights .col-6:first-of-type .highlights-item {
    border-top-left-radius: var(--bs-border-radius-xl);
    border-bottom-left-radius: var(--bs-border-radius-xl)
}

.landing-page .section--highlights img,.game-lists-page .section--highlights img {
    border-top-right-radius: var(--bs-border-radius-xl);
    border-bottom-right-radius: var(--bs-border-radius-xl)
}

.landing-page .section--wallet,.game-lists-page .section--wallet {
    margin-top: 1rem;
    padding: 1.5rem;
    background: rgb(var(--bs-primary-rgb), 0.05);
    border: 1px solid var(--bs-primary);
    border-radius: var(--bs-border-radius-xl)
}

@media(width >= 992px) {
    .landing-page .section--wallet,.game-lists-page .section--wallet {
        margin-top: 1.5rem
    }
}

.landing-page .section--why .why-item,.game-lists-page .section--why .why-item {
    padding: 1rem;
    height: 100%;
    text-align: center;
    background: rgb(var(--bs-primary-rgb), 0.05)
}

@media(width >= 992px) {
    .landing-page .section--why .why-item,.game-lists-page .section--why .why-item {
        padding: 1.5rem
    }
}

.landing-page .section--why .col-md-4:first-of-type .why-item,.game-lists-page .section--why .col-md-4:first-of-type .why-item {
    border-top-left-radius: var(--bs-border-radius-xl);
    border-top-right-radius: var(--bs-border-radius-xl)
}

@media(width >= 768px) {
    .landing-page .section--why .col-md-4:first-of-type .why-item,.game-lists-page .section--why .col-md-4:first-of-type .why-item {
        border-top-right-radius:0
    }
}

@media(width >= 768px) {
    .landing-page .section--why .col-md-4:nth-of-type(03) .why-item,.game-lists-page .section--why .col-md-4:nth-of-type(03) .why-item {
        border-top-right-radius:var(--bs-border-radius-xl)
    }
}

@media(width >= 768px) {
    .landing-page .section--why .col-md-4:nth-of-type(04) .why-item,.game-lists-page .section--why .col-md-4:nth-of-type(04) .why-item {
        border-bottom-left-radius:var(--bs-border-radius-xl)
    }
}

.landing-page .section--why .col-md-4:last-of-type .why-item,.game-lists-page .section--why .col-md-4:last-of-type .why-item {
    border-bottom-left-radius: var(--bs-border-radius-xl);
    border-bottom-right-radius: var(--bs-border-radius-xl)
}

@media(width >= 768px) {
    .landing-page .section--why .col-md-4:last-of-type .why-item,.game-lists-page .section--why .col-md-4:last-of-type .why-item {
        border-bottom-left-radius:0
    }
}

.landing-page .section--howto ul,.game-lists-page .section--howto ul {
    display: grid;
    gap: .5rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 0
}

@media(width >= 768px) {
    .landing-page .section--howto ul,.game-lists-page .section--howto ul {
        grid-template-columns: 1fr 32px 1fr 32px 1fr;
        grid-gap: 1.5rem
    }
}

.landing-page .section--howto ul li,.game-lists-page .section--howto ul li {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    height: 100%;
    background: rgb(var(--bs-primary-rgb), 0.05);
    border-radius: var(--bs-border-radius-xl)
}

@media(width >= 992px) {
    .landing-page .section--howto ul li,.game-lists-page .section--howto ul li {
        padding: 1.5rem
    }
}

.landing-page .section--howto ul li span,.game-lists-page .section--howto ul li span {
    display: block;
    margin: auto 0 1rem 0;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
    color: var(--bs-primary);
    background: rgb(var(--bs-primary-rgb), 0.05);
    text-align: center;
    border-radius: 3rem
}

.landing-page .section--howto ul li .h5,.game-lists-page .section--howto ul li .h5 {
    margin-top: auto
}

.landing-page .section--howto ul .indicator,.game-lists-page .section--howto ul .indicator {
    text-align: center;
    color: var(--bs-primary)
}

@media(width <= 768px) {
    .landing-page .section--howto ul .indicator,.game-lists-page .section--howto ul .indicator {
        transform: rotate(90deg)
    }
}

.landing-page .section--faq .accordion,.game-lists-page .section--faq .accordion {
    --bs-accordion-border-radius: var(--bs-border-radius-xl);
    --bs-accordion-inner-border-radius: var(--bs-border-radius-xl)
}

.landing-page .section--faq .accordion-item,.game-lists-page .section--faq .accordion-item {
    background: rgb(var(--bs-primary-rgb), 0.05)
}

.landing-page .section--offers,.landing-page .section--offers-special,.game-lists-page .section--offers,.game-lists-page .section--offers-special {
    padding: 1rem;
    border-radius: var(--bs-border-radius-xl);
    z-index: 1
}

.landing-page .section--offers .item-link:hover,.landing-page .section--offers-special .item-link:hover,.game-lists-page .section--offers .item-link:hover,.game-lists-page .section--offers-special .item-link:hover {
    box-shadow: 4px 4px 0 var(--bs-primary-border-subtle)
}

.landing-page .section--offers,.game-lists-page .section--offers {
    background: rgb(var(--bs-white-rgb), 0.05) url(../img/landing/bg-promotion.webp) 0/cover no-repeat
}

@media(width >= 768px) {
    .landing-page .section--offers,.game-lists-page .section--offers {
        background-position-x: right
    }
}

.landing-page .section--offers-special,.game-lists-page .section--offers-special {
    margin-top: 1rem;
    background: rgb(var(--bs-white-rgb), 0.05) url(../img/landing/bg-promotion-special.webp) right/cover no-repeat
}

@media(width >= 992px) {
    .landing-page .section--offers-special,.game-lists-page .section--offers-special {
        margin-top: 1.5rem
    }
}

.landing-page .section--intro,.landing-page .section--highlights,.landing-page .section--wallet,.landing-page .section--why,.landing-page .section--howto,.landing-page .section--faq,.landing-page .section--info,.landing-page .section--responsible-use,.landing-page .section--offers,.landing-page .section--offers-special,.landing-page .section--games,.landing-page .section--lotto,.landing-page .section--casino,.landing-page .section--slotgames,.landing-page .section--sports,.landing-page .section--virtual,.game-lists-page .section--intro,.game-lists-page .section--highlights,.game-lists-page .section--wallet,.game-lists-page .section--why,.game-lists-page .section--howto,.game-lists-page .section--faq,.game-lists-page .section--info,.game-lists-page .section--responsible-use,.game-lists-page .section--offers,.game-lists-page .section--offers-special,.game-lists-page .section--games,.game-lists-page .section--lotto,.game-lists-page .section--casino,.game-lists-page .section--slotgames,.game-lists-page .section--sports,.game-lists-page .section--virtual {
    opacity: 0;
    transform: translateX(-100px);
    transition: all .6s ease
}

.landing-page .section--intro.animate,.landing-page .section--highlights.animate,.landing-page .section--wallet.animate,.landing-page .section--why.animate,.landing-page .section--howto.animate,.landing-page .section--faq.animate,.landing-page .section--info.animate,.landing-page .section--responsible-use.animate,.landing-page .section--offers.animate,.landing-page .section--offers-special.animate,.landing-page .section--games.animate,.landing-page .section--lotto.animate,.landing-page .section--casino.animate,.landing-page .section--slotgames.animate,.landing-page .section--sports.animate,.landing-page .section--virtual.animate,.game-lists-page .section--intro.animate,.game-lists-page .section--highlights.animate,.game-lists-page .section--wallet.animate,.game-lists-page .section--why.animate,.game-lists-page .section--howto.animate,.game-lists-page .section--faq.animate,.game-lists-page .section--info.animate,.game-lists-page .section--responsible-use.animate,.game-lists-page .section--offers.animate,.game-lists-page .section--offers-special.animate,.game-lists-page .section--games.animate,.game-lists-page .section--lotto.animate,.game-lists-page .section--casino.animate,.game-lists-page .section--slotgames.animate,.game-lists-page .section--sports.animate,.game-lists-page .section--virtual.animate {
    opacity: 1;
    transform: translateX(0)
}

.landing-page .section--games .heading .btn-sm,.game-lists-page .section--games .heading .btn-sm {
    padding-left: .75rem;
    padding-right: .75rem;
    margin-left: auto;
    width: auto;
    background: rgb(var(--bs-white-rgb), 0.05);
    border: 1px solid rgb(var(--bs-white-rgb), 0.15)
}

.landing-page .section--games .game-list-wrapper,.game-lists-page .section--games .game-list-wrapper {
    padding: 1rem;
    background: rgb(var(--bs-white-rgb), 0.05);
    border-radius: var(--bs-border-radius-xl)
}

.landing-page .section--games .grid-x .item-link:nth-of-type(06),.landing-page .section--games .grid-x .item-link:nth-of-type(07),.game-lists-page .section--games .grid-x .item-link:nth-of-type(06),.game-lists-page .section--games .grid-x .item-link:nth-of-type(07) {
    display: none
}

@media(width >= 768px) {
    .landing-page .section--games .grid-x .item-link:nth-of-type(06),.landing-page .section--games .grid-x .item-link:nth-of-type(07),.game-lists-page .section--games .grid-x .item-link:nth-of-type(06),.game-lists-page .section--games .grid-x .item-link:nth-of-type(07) {
        display:block
    }
}

.landing-page .section--lotto .item-link,.landing-page .section--casino .item-link,.landing-page .section--slotgames .item-link,.landing-page .section--sports .item-link,.landing-page .section--virtual .item-link,.game-lists-page .section--lotto .item-link,.game-lists-page .section--casino .item-link,.game-lists-page .section--slotgames .item-link,.game-lists-page .section--sports .item-link,.game-lists-page .section--virtual .item-link {
    border: 1px solid rgb(var(--bs-white-rgb), 0.15)
}

.landing-page .section--lotto .item-link:hover,.landing-page .section--casino .item-link:hover,.landing-page .section--slotgames .item-link:hover,.landing-page .section--sports .item-link:hover,.landing-page .section--virtual .item-link:hover,.game-lists-page .section--lotto .item-link:hover,.game-lists-page .section--casino .item-link:hover,.game-lists-page .section--slotgames .item-link:hover,.game-lists-page .section--sports .item-link:hover,.game-lists-page .section--virtual .item-link:hover {
    box-shadow: 4px 4px 0 var(--bs-primary-border-subtle)
}

.landing-page .section--lotto .item-link article,.landing-page .section--casino .item-link article,.landing-page .section--slotgames .item-link article,.landing-page .section--sports .item-link article,.landing-page .section--virtual .item-link article,.game-lists-page .section--lotto .item-link article,.game-lists-page .section--casino .item-link article,.game-lists-page .section--slotgames .item-link article,.game-lists-page .section--sports .item-link article,.game-lists-page .section--virtual .item-link article {
    flex: unset;
    margin-top: auto;
    padding: 1rem
}

@media(width <= 1200px) {
    .landing-page .section--lotto .item-link article span,.landing-page .section--casino .item-link article span,.landing-page .section--slotgames .item-link article span,.landing-page .section--sports .item-link article span,.landing-page .section--virtual .item-link article span,.game-lists-page .section--lotto .item-link article span,.game-lists-page .section--casino .item-link article span,.game-lists-page .section--slotgames .item-link article span,.game-lists-page .section--sports .item-link article span,.game-lists-page .section--virtual .item-link article span {
        display: none
    }
}

.landing-page .section--lotto .item-link article .btn,.landing-page .section--casino .item-link article .btn,.landing-page .section--slotgames .item-link article .btn,.landing-page .section--sports .item-link article .btn,.landing-page .section--virtual .item-link article .btn,.game-lists-page .section--lotto .item-link article .btn,.game-lists-page .section--casino .item-link article .btn,.game-lists-page .section--slotgames .item-link article .btn,.game-lists-page .section--sports .item-link article .btn,.game-lists-page .section--virtual .item-link article .btn {
    padding-left: 1rem;
    padding-right: 1rem;
    width: max-content
}

.landing-page .section--casino .item-link,.landing-page .section--slotgames .item-link,.game-lists-page .section--casino .item-link,.game-lists-page .section--slotgames .item-link {
    padding-top: 2rem;
    background-color: #0b181c;
    background-size: contain;
    background-repeat: no-repeat
}

@media(width >= 390px) {
    .landing-page .section--casino .item-link,.landing-page .section--slotgames .item-link,.game-lists-page .section--casino .item-link,.game-lists-page .section--slotgames .item-link {
        padding-top: 3rem
    }
}

@media(width >= 420px) {
    .landing-page .section--casino .item-link,.landing-page .section--slotgames .item-link,.game-lists-page .section--casino .item-link,.game-lists-page .section--slotgames .item-link {
        padding-top: 5rem
    }
}

@media(width >= 768px) {
    .landing-page .section--casino .item-link,.landing-page .section--slotgames .item-link,.game-lists-page .section--casino .item-link,.game-lists-page .section--slotgames .item-link {
        aspect-ratio: 4/1;
        padding-top: 0;
        padding-right: 18rem;
        background-size: cover
    }
}

@media(width >= 992px) {
    .landing-page .section--casino .item-link,.landing-page .section--slotgames .item-link,.game-lists-page .section--casino .item-link,.game-lists-page .section--slotgames .item-link {
        padding-right: 15rem
    }
}

.landing-page .section--sports .item-link,.landing-page .section--virtual .item-link,.game-lists-page .section--sports .item-link,.game-lists-page .section--virtual .item-link {
    padding-top: 4rem;
    background-color: #080e19;
    background-size: cover;
    background-repeat: no-repeat
}

@media(width >= 768px) {
    .landing-page .section--sports .item-link,.landing-page .section--virtual .item-link,.game-lists-page .section--sports .item-link,.game-lists-page .section--virtual .item-link {
        aspect-ratio: 3/1;
        padding-top: 0;
        padding-right: 18rem;
        background-size: contain
    }
}

@media(width >= 992px) {
    .landing-page .section--sports .item-link,.landing-page .section--virtual .item-link,.game-lists-page .section--sports .item-link,.game-lists-page .section--virtual .item-link {
        background-size: cover;
        aspect-ratio: 2/1;
        padding-right: 12rem
    }
}

@media(width >= 1200px) {
    .landing-page .section--sports .item-link,.landing-page .section--virtual .item-link,.game-lists-page .section--sports .item-link,.game-lists-page .section--virtual .item-link {
        padding-right: 15rem
    }
}

.landing-page .section--lotto .item-link,.game-lists-page .section--lotto .item-link {
    display: flex;
    flex-direction: column;
    background: rgb(var(--bs-white-rgb), 0.05) url(../img/landing/banner-lotto.webp) center/cover no-repeat;
    aspect-ratio: 7/10
}

@media(width >= 768px) {
    .landing-page .section--lotto .item-link,.game-lists-page .section--lotto .item-link {
        aspect-ratio: 16/10;
        background-position: 1rem -6rem
    }
}

@media(width >= 992px) {
    .landing-page .section--lotto .item-link,.game-lists-page .section--lotto .item-link {
        aspect-ratio: 6.45/10;
        background-position: center
    }
}

@media(width >= 1200px) {
    .landing-page .section--lotto .item-link,.game-lists-page .section--lotto .item-link {
        aspect-ratio: 8.75/10
    }
}

.landing-page .section--lotto .item-link article,.game-lists-page .section--lotto .item-link article {
    flex: unset;
    margin-top: auto;
    padding: 1rem;
    height: 100%;
    background-image: radial-gradient(125% 125% at 50% 10%, transparent 30%, #0a1c1c 50%);
    border-radius: var(--bs-border-radius-xl)
}

.landing-page .section--lotto .item-link article .heading,.game-lists-page .section--lotto .item-link article .heading {
    margin-top: auto
}

.landing-page .section--casino .item-link,.game-lists-page .section--casino .item-link {
    background-image: url(../img/landing/banner-casino.webp);
    background-position: right 0
}

.landing-page .section--slotgames .item-link,.game-lists-page .section--slotgames .item-link {
    background-image: url(../img/landing/banner-slot.webp);
    background-position: right 0
}

.landing-page .section--sports .item-link,.game-lists-page .section--sports .item-link {
    background-image: url(../img/landing/banner-sports.webp);
    background-position: right 0
}

.landing-page .section--virtual .item-link,.game-lists-page .section--virtual .item-link {
    background-image: url(../img/landing/banner-virtual-sports.webp);
    background-position: right 0
}

.landing-page .section--service-provider .heading,.game-lists-page .section--service-provider .heading {
    justify-content: center
}

.landing-page .section--service-provider .marquee,.game-lists-page .section--service-provider .marquee {
    overflow: hidden;
    width: 100%
}

.landing-page .section--service-provider .marquee-track,.game-lists-page .section--service-provider .marquee-track {
    display: flex;
    gap: .5rem;
    width: max-content;
    animation: marquee 16s linear infinite;
    will-change: transform;
    transform: translateZ(0)
}

.landing-page .section--service-provider .item-service-provider,.game-lists-page .section--service-provider .item-service-provider {
    padding: .75rem 1rem;
    box-sizing: border-box
}

@keyframes marquee {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.landing-page .grid-x,.game-lists-page .grid-x {
    display: grid;
    gap: .5rem
}

.landing-page .grid-x--3-8,.game-lists-page .grid-x--3-8 {
    grid-template-columns: repeat(3, 1fr)
}

@media(width >= 768px) {
    .landing-page .grid-x--3-8,.game-lists-page .grid-x--3-8 {
        grid-template-columns: repeat(8, 1fr)
    }
}

.landing-page .grid-x--3-5-6,.game-lists-page .grid-x--3-5-6 {
    grid-template-columns: repeat(3, 1fr)
}

.landing-page .grid-x--3-5-6 .item-link,.game-lists-page .grid-x--3-5-6 .item-link {
    min-width: 33.333%
}

@media(width >= 768px) {
    .landing-page .grid-x--3-5-6,.game-lists-page .grid-x--3-5-6 {
        grid-template-columns: repeat(5, 1fr)
    }

    .landing-page .grid-x--3-5-6 .item-link,.game-lists-page .grid-x--3-5-6 .item-link {
        min-width: 20%
    }
}

@media(width >= 1200px) {
    .landing-page .grid-x--3-5-6,.game-lists-page .grid-x--3-5-6 {
        grid-template-columns: repeat(6, 1fr)
    }

    .landing-page .grid-x--3-5-6 .item-link,.game-lists-page .grid-x--3-5-6 .item-link {
        min-width: 16.666%
    }
}

.game-lists-page .breadcrumb {
    margin-top: 1rem
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3)
    }

    50% {
        opacity: 1;
        transform: scale(1.05)
    }

    70% {
        transform: scale(0.9)
    }

    100% {
        transform: scale(1)
    }
}

.game-lists-page .item-link.animate {
    animation: bounceIn .8s ease forwards
}

.landing-page .badge,.game-lists-page .badge {
    transform: translate(-20%, -50%)
}

.landing-page .badge.text-bg-success:before,.game-lists-page .badge.text-bg-success:before {
    border-top: 8px solid var(--bs-success)
}

.landing-page .badge.text-bg-danger:before,.game-lists-page .badge.text-bg-danger:before {
    border-top: 8px solid var(--bs-danger)
}

.landing-page .badge.text-bg-secondary:before,.game-lists-page .badge.text-bg-secondary:before {
    border-top: 8px solid var(--bs-secondary)
}

.flashing-animation {
    opacity: 0;
    -webkit-animation: flashing 3s ease-in-out infinite;
    animation: flashing 3s ease-in-out infinite
}

@keyframes flashing {
    10% {
        opacity: 1
    }

    20% {
        opacity: .5
    }

    30% {
        opacity: 1
    }

    40% {
        opacity: .5
    }

    50% {
        opacity: 1
    }

    60% {
        opacity: .5
    }

    70% {
        opacity: 1
    }

    80% {
        opacity: .5
    }

    90% {
        opacity: 1
    }

    100% {
        opacity: .5
    }
}

.member-page .badge {
    line-height: 1rem;
    white-space: normal
}

.member-page .nav-bg-primary {
    background: var(--bs-primary-bg-subtle)
}

.member-page a.nav-bg-primary:hover,.member-page button.nav-bg-primary:hover {
    background: var(--bs-primary-border-subtle)
}

.member-page .nav-bg-primary {
    background: var(--bs-primary-bg-subtle)
}

.member-page a.nav-bg-primary:hover,.member-page button.nav-bg-primary:hover {
    background: var(--bs-primary-border-subtle)
}

.member-page a.nav-bg-success:hover,.member-page button.nav-bg-success:hover {
    background: var(--bs-success-border-subtle)
}

.member-page .nav-bg-success {
    background: var(--bs-success-bg-subtle)
}

.member-page a.nav-bg-success:hover,.member-page button.nav-bg-success:hover {
    background: var(--bs-success-border-subtle)
}

.member-page .transfer-process {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-bottom: .25rem solid var(--bs-primary-border-subtle)
}

.member-page .transfer-process label {
    position: absolute;
    top: 5.5rem;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    background: var(--bs-primary-bg-subtle);
    z-index: 1
}

.member-page .transfer-process .my-account-bank {
    border-top-left-radius: var(--bs-border-radius-xl)
}

.member-page .transfer-process .my-account-bank:first-of-type {
    background: var(--bs-primary-bg-subtle)
}

@media(width >= 768px) {
    .member-page .transfer-process label {
        top: 50%
    }
}
