@media (max-width: 1499px) {
    .Layout_middle_container__rQzvK {
        --right_margin:0px
    }
}

@media (max-width: 999px) {
    .Layout_middle_container__rQzvK {
        --left_margin:0px;
        --right_margin: 0px
    }
}

.Layout_content__3KYZT {
    right: 0;
    bottom: 0;
    padding-top: 60px;
    min-height: calc(100vh - 2.375rem);
    flex-direction: column
}

.Hero_container__bRBRy {
    position: relative;
    margin-left: calc(var(--left_margin) + 1rem);
    margin-right: calc(var(--right_margin) + 1rem);
    border-radius: 10px
}

@media (max-width:999px) {
    .Hero_container__bRBRy {
        padding: 0 1rem;
        margin-top: 0;
        margin-left: calc(var(--left_margin));
        margin-right: calc(var(--right_margin));
        border-radius: 0
    }
}

.Hero_background__F_haS {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    inset: 0;
    position: absolute;
    padding: 0;
    margin: 0;
    z-index: 0
}

.Hero_content__E2MPh {
    inset: 0;
    display: flex;
    flex-direction: column;
    gap: 0
}

.Hero_games_container__P6SfZ {
    margin-top: 1rem;
    display: flex;
    align-items: flex-end;
    z-index: 10
}

.Games_container__0YUnX {
    width: 100%
}

.Games_title__gp__Z {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 2rem;
    display: none
}

.Games_games_container__YSxJL {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
    gap: 1rem
}

@media (max-width:1499px) {
    .Games_games_container__YSxJL {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media (max-width:1199px) {
    .Games_games_container__YSxJL {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:999px) {
    .Games_games_container__YSxJL {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media (max-width:799px) {
    .Games_games_container__YSxJL {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:499px) {
    .Games_games_container__YSxJL {
        grid-template-columns: 1fr 1fr
    }
}

.GameCard_container__LyO5j {
    background: linear-gradient(to left, var(--button_bg) 0, var(--color));
    background: var(--color);
    padding: 1.5rem;
    height: 150px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 0;
    transition: all .1s ease-out
}

.GameCard_disabled__gC8SL.GameCard_container__LyO5j {
    background: linear-gradient(to left, var(--container_bg) 0, var(--container_bg))
}

.GameCard_container__LyO5j:not(.GameCard_disabled__gC8SL):hover {
    box-shadow: 0 0 20px var(--color)
}

.GameCard_img__CSrB8 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    aspect-ratio: 1;
    rotate: -5deg;
    opacity: .2;
    transition: all .5s ease;
    z-index: -1
}

.GameCard_container__LyO5j:hover .GameCard_img__CSrB8 {
    scale: 1.1;
    rotate: 0deg;
    opacity: .75
}

@media (max-width:1000px) {
    .GameCard_img__CSrB8 {
        inset: 20%;
        margin: auto
    }
}

.GameCard_left__WpZf5 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: .5rem
}

.GameCard_header__3JMcg {
    display: flex;
    align-items: center;
    gap: .5rem
}

.GameCard_title__uUGiG {
    font-weight: 700;
    transition: color .1s ease-out;
    font-size: 1.3rem;
    letter-spacing: -1px;
    display: flex
}

.GameCard_icon__zd2jP {
    display: flex;
    align-items: center
}

.GameCard_icon__zd2jP svg {
    fill: var(--color);
    height: 2rem;
    width: 2rem;
    filter: brightness(1.5)
}

@media (max-width:999px) {
    .GameCard_content__N_yWd {
        align-items: center
    }

    .GameCard_left__WpZf5 {
        width: 100%
    }

    .GameCard_header__3JMcg {
        flex-direction: column
    }

    .GameCard_title__uUGiG {
        text-align: center
    }

    .GameCard_tags__POt5a {
        justify-content: center
    }

    .GameCard_icon__zd2jP {
        display: none
    }
}

.GlobalGameFeed_container__E1D38 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: var(--container_bg);
    border-radius: 4px;
    margin: 1rem;
    margin-left: calc(var(--left_margin) + 1rem);
    margin-right: calc(var(--right_margin) + 1rem);
    padding: 2rem;
    border-radius: 10px;
    background: radial-gradient(circle at 0 50%, #293d29, var(--container_bg) 100%)
}

@media (max-width:1200px) {
    .GlobalGameFeed_container__E1D38 {
        max-width: 100%
    }

    .GlobalGameFeed_row__PhCQS {
        font-size: .9rem
    }
}

@media (max-width:999px) {
    .GlobalGameFeed_container__E1D38 {
        margin-left: 0;
        margin-right: 0;
        border-radius: 0
    }
}

.GlobalGameFeed_header__7EEgt {
    display: flex;
    width: 100%;
    justify-content: space-between
}

.GlobalGameFeed_title__Qrh6a {
    font-weight: 700;
    margin-left: 5px;
    margin-bottom: 10px;
    font-size: 1.3rem;
    display: flex;
    align-items: center
}

.GlobalGameFeed_live_indicator__PG1W_ {
    width: .5em;
    height: .5em;
    background-color: lime;
    border-radius: 50%;
    margin-right: 10px;
    animation: GlobalGameFeed_live_indicator__PG1W_ .5s infinite alternate
}

@keyframes GlobalGameFeed_live_indicator__PG1W_ {
    0% {
        opacity: .25;
        box-shadow: 0 0 10px rgba(0, 255, 0, 0)
    }

    to {
        opacity: 1;
        box-shadow: 0 0 5px lime
    }
}

.GlobalGameFeed_title_name__muTne {
    font-size: 1em;
    margin: 0
}

.GlobalGameFeed_table_container__0jAJG {
    overflow-x: scroll;
    width: 100%;
    padding: 5rem auto
}

.GlobalGameFeed_table__O_wEx {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto
}

.GlobalGameFeed_header_row__ELXCZ, .GlobalGameFeed_row__PhCQS {
    display: flex;
    align-items: center;
    padding: .6rem 10px
}

.GlobalGameFeed_row__PhCQS:nth-of-type(2n) {
    background-color: hsla(0, 0%, 100%, .05)
}

.GlobalGameFeed_row__PhCQS {
    font-size: 1rem;
    opacity: 0;
    animation: GlobalGameFeed_appear__OX7Et 1s ease-out forwards;
    transition: all .1s ease-out;
    pointer-events: none;
    border-left: 3px solid transparent
}

@keyframes GlobalGameFeed_appear__OX7Et {
    0% {
        opacity: 0;
        display: flex;
        pointer-events: all
    }

    99.999% {
        height: auto
    }

    to {
        opacity: 1;
        display: flex;
        pointer-events: all
    }
}

.GlobalGameFeed_header_timestamp__4f0iM, .GlobalGameFeed_timestamp__mMI_x {
    min-width: 120px;
    width: 120px
}

.GlobalGameFeed_game__z6kpc, .GlobalGameFeed_header_game___ZETQ, .GlobalGameFeed_header_tx_hash__tGil_, .GlobalGameFeed_tx_hash__KISLE {
    min-width: 200px
}

.GlobalGameFeed_header_player__IrfmX, .GlobalGameFeed_player__DUdJR {
    width: 180px;
    min-width: 180px
}

.GlobalGameFeed_header_num_games__JxNk1, .GlobalGameFeed_num_games__r8FE_ {
    min-width: 60px;
    width: 60px
}

.GlobalGameFeed_header_wager__fntom, .GlobalGameFeed_wager__SyapG {
    min-width: 150px
}

.GlobalGameFeed_header_multiplier__zB67M, .GlobalGameFeed_multiplier__SYFYL {
    width: 140px;
    min-width: 140px
}

.GlobalGameFeed_header_profit__XZsuP, .GlobalGameFeed_profit__YTw0q {
    min-width: 160px
}

.GlobalGameFeed_header_game___ZETQ, .GlobalGameFeed_header_multiplier__zB67M, .GlobalGameFeed_header_num_games__JxNk1, .GlobalGameFeed_header_payout__ecKso, .GlobalGameFeed_header_player__IrfmX, .GlobalGameFeed_header_profit__XZsuP, .GlobalGameFeed_header_timestamp__4f0iM, .GlobalGameFeed_header_tx_hash__tGil_, .GlobalGameFeed_header_wager__fntom {
    opacity: .5;
    text-align: left;
    padding: 0;
    white-space: nowrap
}

.GlobalGameFeed_header_multiplier__zB67M, .GlobalGameFeed_header_payout__ecKso, .GlobalGameFeed_header_profit__XZsuP, .GlobalGameFeed_header_wager__fntom {
    text-align: right
}

.GlobalGameFeed_timestamp__mMI_x {
    white-space: nowrap;
    color: var(--gray_lighter);
    font-family: var(--font_mono);
    display: flex;
    align-items: center;
    font-weight: 700
}

.GlobalGameFeed_timestamp__mMI_x a {
    display: flex;
    align-items: center;
    gap: .4rem
}

.GlobalGameFeed_timestamp__mMI_x svg {
    fill: var(--gray)
}

.GlobalGameFeed_timestamp__mMI_x:hover {
    color: var(--accent)
}

.GlobalGameFeed_timestamp__mMI_x:hover svg {
    fill: var(--accent)
}

.GlobalGameFeed_game_name__D93A9 a, .GlobalGameFeed_player__DUdJR a, .GlobalGameFeed_tx_hash__KISLE a {
    transition: color .1s ease-out;
    font-weight: 700
}

.GlobalGameFeed_multiplier__SYFYL, .GlobalGameFeed_no_bet_multiplier__P570D, .GlobalGameFeed_num_games__r8FE_, .GlobalGameFeed_tx_hash__KISLE {
    text-align: left;
    padding-right: 10px;
    white-space: nowrap
}

.GlobalGameFeed_tx_hash__KISLE {
    font-weight: 700;
    color: var(--gray_lighter);
    display: flex;
    align-items: center;
    fill: var(--gray_lighter);
    font-family: var(--font_mono)
}

.GlobalGameFeed_tx_hash__KISLE a {
    display: flex
}

.GlobalGameFeed_game__z6kpc a {
    display: flex;
    align-items: center;
    font-weight: 700
}

.GlobalGameFeed_game__z6kpc:hover {
    color: var(--accent)
}

.GlobalGameFeed_network_icon__7mxXB {
    width: 1.7rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.GlobalGameFeed_tx_hash__KISLE * {
    vertical-align: middle
}

.GlobalGameFeed_player__DUdJR {
    padding-right: 10px;
    display: flex;
    align-items: center;
    fill: var(--gray_lighter)
}

.GlobalGameFeed_player_row__seJua {
    border-left: 3px solid var(--purple);
    background: linear-gradient(to right, var(--purple_o50), transparent)
}

.GlobalGameFeed_player_row__seJua .GlobalGameFeed_address__HLDUh {
    color: lime
}

.GlobalGameFeed_address__HLDUh {
    font-family: var(--font_mono)
}

.GlobalGameFeed_username__KbJoh {
    font-weight: 700;
    white-space: nowrap
}

.GlobalGameFeed_player__DUdJR a {
    text-align: left;
    display: flex;
    gap: 5px;
    align-items: center
}

.GlobalGameFeed_player__DUdJR a:hover, .GlobalGameFeed_tx_hash__KISLE a:hover {
    color: var(--accent)
}

.GlobalGameFeed_no_bet_multiplier__P570D {
    opacity: .5
}

.GlobalGameFeed_payout__kSNCX, .GlobalGameFeed_profit__YTw0q, .GlobalGameFeed_wager__SyapG {
    display: flex;
    align-items: center
}

.GlobalGameFeed_payout__kSNCX, .GlobalGameFeed_profit__YTw0q {
    opacity: .5
}

.GlobalGameFeed_multiplier__SYFYL, .GlobalGameFeed_num_games__r8FE_, .GlobalGameFeed_payout__kSNCX, .GlobalGameFeed_profit__YTw0q, .GlobalGameFeed_wager__SyapG {
    justify-content: right;
    text-align: right
}

.GlobalGameFeed_payout__kSNCX *, .GlobalGameFeed_profit__YTw0q *, .GlobalGameFeed_wager__SyapG * {
    display: flex;
    align-items: center
}

.GlobalGameFeed_payout__kSNCX {
    color: #fff
}

.GlobalGameFeed_profit__YTw0q.GlobalGameFeed_win__KSd5_ {
    color: var(--win_color);
    font-weight: 700;
    opacity: 1
}

.GlobalGameFeed_profit__YTw0q.GlobalGameFeed_win__KSd5_:before {
    content: "+"
}

.GlobalGameFeed_no_bet__h_MRc {
    color: var(--gray_lighter)
}

.GlobalGameFeed_button__KKRfv {
    color: #000;
    background-color: var(--accent);
    border-radius: 4px;
    font-weight: 700;
    padding: 0 1rem;
    transition: background-color .1s ease-out
}

.Benefits_container__hwpvW {
    background-color: var(--container_bg);
    border-left: none;
    border-right: none;
    margin: 0 0 1rem;
    display: flex;
    justify-content: space-evenly;
    gap: 2rem;
    padding: 3rem 1rem;
    margin-left: calc(var(--left_margin) + 1rem);
    margin-right: calc(var(--right_margin) + 1rem);
    background: radial-gradient(circle at 0 50%, #243442, var(--container_bg) 100%);
    flex-wrap: wrap;
    border-radius: 10px
}

.Benefits_container__hwpvW a {
    color: var(--purple);
    font-weight: 700
}

.Benefits_container__hwpvW a:hover {
    color: var(--purple_light)
}

.Benefits_header__QSKki {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 0
}

.Benefits_icon__NsoQD {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2rem;
    fill: red
}

.Benefits_title__uqWBP {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0
}

.Benefits_benefit__zWGrD {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 380px;
    width: 380px
}

.Benefits_content___TyXV {
    color: gray;
    text-align: justify;
    font-size: .9rem
}

.Footer_container__0gib6 {
    display: flex;
    flex: 1 1;
    justify-content: space-evenly;
    align-items: center;
    gap: 2rem;
    background-color: var(--container_bg);
    padding: 1rem 2rem;
    font-size: .9rem;
    margin-top: 1rem;
    margin-left: calc(var(--left_margin));
    margin-right: calc(var(--right_margin));
    color: gray
}

@media (max-width:999px) {
    .Footer_container__0gib6 {
        margin-left: 0;
        margin-right: 0;
        border-radius: 0;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-bottom: 60px;
        justify-content: center;
        gap: 1rem
    }

    .Footer_links_container__vV8O5 {
        display: none;
        gap: 2rem;
        justify-content: flex-start;
        justify-content: center
    }

    .Footer_links_column__Y_7pz {
        font-size: 1rem
    }
}

@media (max-width:999px) {
    .Benefits_container__hwpvW {
        margin: 0;
        border-radius: 0
    }
}

@media (max-width:800px) {
    .Benefits_container__hwpvW {
        padding: 3rem 1rem;
        gap: 3rem
    }

    .Benefits_benefit__zWGrD {
        min-width: auto;
        width: auto
    }

    .Benefits_icon__NsoQD {
        height: 2rem
    }

    .Benefits_title__uqWBP {
        font-size: 1.2rem
    }
}