.page-casino {
    position: relative;
    padding-top: 69px
}

.page-casino__banner-image {
    -webkit-user-select: none;
    user-select: none
}

.page-casino__header {
    height: 460px;
    background-color: #000;
    display: flex;
    position: relative;
    overflow: hidden
}

.page-casino__header-image {
    position: absolute;
    bottom: 0;
    height: 408px;
    left: 30%
}

.page-casino__wrapper {
    position: relative;
    height: 100%;
    max-width: 1460px;
    margin: 0 auto
}

.page-casino__header-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-user-select: none;
    user-select: none;
    left: 0;
    top: 0
}

.casino-games-wrap {
    margin: 20px 0
}

.casino-game-section+.casino-game-section {
    margin-top: 15px
}

.casino-menu-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    min-height: 58px;
    max-width: 1460px;
    margin: 0 auto 20px
}

@media screen and (max-width: 1000px) {
    .casino-menu-section {
        display:block
    }
}

.casino-menu-section--inner {
    justify-content: flex-end
}

.casino-content {
    position: relative;
    z-index: 3;
    background: url("/assets/banners/casino-bg.png") center no-repeat fixed #e5e8ed;
    padding-bottom: 1px
}

.casino-total {
    position: absolute;
    width: 310px;
    box-shadow: 0 3px 5px rgba(0,0,0,.21);
    border-radius: 15px;
    overflow: hidden;
    background-color: rgba(230,240,241,.7);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    animation: .5s lastWinnersBlock;
    max-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.casino-total__line {
    position: relative;
    display: flex;
    padding: 17px 15px;
    height: 80px
}

.casino-total__line+.casino-total__line {
    transition: border-color .8s ease;
    border-top: 1px solid rgba(0,0,0,0)
}

.casino-total__line--animate+.casino-total__line--animate {
    border-color: #edf1f3
}

.casino-total__line--animate .casino-total__image,.casino-total__line--animate .casino-total__name-and-won,.casino-total__line--animate .casino-total__won-on-game {
    transform: translateX(0)
}

.casino-total__image {
    width: 45px;
    flex: 0 0 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    margin-right: 20px;
    position: relative;
    z-index: 2;
    transform: translateX(calc(-100% - 40px));
    transition: transform .5s ease;
    will-change: transform
}

.casino-total__image>img {
    max-height: 100%;
    max-width: 100%
}

.casino-total__text {
    color: #3e4049;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

.casino-total__text strong {
    font-weight: 700
}

.casino-total__text span {
    font-weight: 500;
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 110px
}

.casino-total__text span:after {
    content: "";
    display: block;
    height: 1px;
    background: #3e4049;
    position: absolute;
    width: 100%;
    transform: scaleX(0.7);
    opacity: 0;
    bottom: -1px;
    transition: transform .15s ease,opacity .15s ease;
    opacity: 1;
    transform: scale(1);
    bottom: 1px
}

.casino-total__text a,.casino-total__text .casino-total__won-on-game--authorize {
    color: #e96e32;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis
}

.casino-total__text a:hover:after,.casino-total__text .casino-total__won-on-game--authorize:hover:after {
    opacity: 1;
    transform: scale(1)
}

.casino-total__text a:after,.casino-total__text .casino-total__won-on-game--authorize:after {
    content: "";
    display: block;
    height: 1px;
    background: #e96e32;
    position: absolute;
    width: 100%;
    transform: scaleX(0.7);
    opacity: 0;
    bottom: -1px;
    transition: transform .15s ease,opacity .15s ease;
    bottom: 1px
}

.casino-total__name-and-won {
    display: flex;
    transform: translateX(calc(-100% - 95px));
    transition: transform .35s ease-out;
    will-change: transform
}

.casino-total__won-on-game {
    display: flex;
    white-space: nowrap;
    max-width: 260px;
    position: relative;
    top: -8px;
    transform: translateX(calc(-100% - 95px));
    transition: transform .5s ease-out;
    will-change: transform
}

.casino-total__footer {
    background-color: rgba(13,30,52,.67);
    padding: 18px 15px 15px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.casino-total__footer span {
    font-size: 15px;
    font-weight: 500;
    color: #fff
}

.casino-total__footer strong {
    font-weight: 500;
    font-size: 35px;
    color: #e1ff14;
    display: inline-block;
    margin-top: 7px
}

.casino-total__recent-winners {
    border: 6px solid #fec019;
    border-radius: 10px;
    background-color: rgba(39,1,1,.7)
}

@keyframes lastWinnersBlock {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.recent-winners__header {
    display: flex;
    justify-content: space-between;
    padding: 18px 26px 0
}

.recent-winners__header-dot {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background: #fec019
}

.recent-winners__header-text {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

.recent-winners__list {
    margin: 27px 0 25px;
    padding: 0
}

.recent-winners__winner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3px;
    padding: 7px 19px;
    background: rgba(29,1,0,.7)
}

.recent-winners__winner-portrait {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff
}

.recent-winners__winner-info {
    font-size: 12px;
    font-weight: 400;
    margin-left: 10px;
    color: #fff;
    text-decoration: none
}

.recent-winners__winner-info .text-light {
    margin-top: 8px;
    font-weight: 300
}

.recent-winners__winner-amount {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700
}

.recent-winners__left {
    display: flex;
    flex: 0 0 70%;
    max-width: 70%;
    align-items: flex-start
}

.casino-welcome {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 45px 28px 0;
    background-color: rgba(13,30,52,.67);
    max-width: 500px;
    width: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 1000px) {
    .casino-welcome {
        max-width:350px
    }
}

.casino-welcome__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 22px
}

.casino-welcome__title {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: .4px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px
}

.casino-welcome__text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
    font-size: 50px;
    font-weight: 600;
    line-height: 38px;
    color: #fff;
    text-transform: uppercase
}

.casino-welcome__text--reverse {
    display: inline-flex;
    flex-direction: row-reverse
}

.casino-welcome__text--part {
    padding-bottom: 20px
}

.casino-welcome__text--new {
    line-height: 1.2;
    text-transform: none
}

@media screen and (max-width: 1000px) {
    .casino-welcome__text {
        font-size:35px;
        line-height: 30px
    }
}

.casino-welcome__text--title {
    color: #e96e32;
    white-space: nowrap
}

.casino-welcome__text--amount {
    color: #e1ff14;
    white-space: nowrap
}

.casino-welcome__text--amount:first-child {
    margin-right: 15px
}

.casino-welcome__text--amount:last-child {
    margin-left: 15px
}

.casino-welcome__text--amount--new:first-child {
    margin-right: 5px
}

.casino-welcome__text--amount--new:last-child {
    margin-left: 5px
}

.casino-welcome__subtitle {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .2px
}

.casino-welcome__subtitle span {
    color: #e1ff14
}

.casino-welcome__login {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    position: relative;
    z-index: 5
}

.casino-welcome__login a {
    cursor: pointer;
    color: #e96e32;
    display: inline-block;
    position: relative
}

.casino-welcome__login a:hover:after {
    transform: scale(1);
    opacity: 1
}

.casino-welcome__login a:after {
    content: "";
    display: block;
    height: 1px;
    background: #e96e32;
    position: absolute;
    width: 100%;
    transform: scaleX(0.7);
    opacity: 0;
    bottom: -1px;
    transition: transform .15s ease,opacity .15s ease
}

.casino-welcome__divider {
    border: 1px solid rgba(255,255,255,.1);
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px
}

.casino-welcome__payment {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.casino-welcome__payment>li:not(:first-child) {
    margin-left: 20px
}

@media screen and (max-width: 1000px) {
    .casino-welcome__payment {
        display:block;
        margin-top: -20px
    }

    .casino-welcome__payment>li {
        margin-top: 20px;
        display: inline-block
    }
}

.casino-welcome__button {
    display: flex;
    justify-content: center;
    margin: 23px 0;
    position: relative;
    z-index: 5
}

.casino-welcome__payment-ecopayz {
    height: 25px
}

.casino-welcome__payment-skrill {
    height: 21px
}

.casino-live-welcome {
    max-width: 370px;
    padding-top: 25px
}

.casino-live-welcome__group {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 175px
}

.casino-live-welcome__group__star {
    position: absolute;
    top: 75px;
    background: url("/assets/casino-live/star.svg") center no-repeat;
    width: 19px;
    height: 19px
}

.casino-live-welcome__group__star--left {
    left: -9px
}

.casino-live-welcome__group__star--right {
    right: -8px
}

.casino-live-welcome__group__borders--top {
    position: absolute;
    top: 0;
    left: 0;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 100%;
    height: 36px
}

.casino-live-welcome__group__borders--bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 100%;
    height: 36px
}

.casino-live-welcome__title {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 32px;
    letter-spacing: .5px;
    color: #fff;
    text-transform: uppercase
}

.casino-live-welcome__group-text {
    display: flex;
    align-items: center;
    flex-direction: column
}

.casino-live-welcome__group-text--list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    color: #fec019;
    text-transform: lowercase
}

.casino-live-welcome__group-text--list>li:first-letter {
    text-transform: uppercase
}

.casino-live-welcome__group-text--list>span {
    font-size: 50px;
    font-weight: 400
}

.casino-live-welcome__button {
    font-style: normal
}

.casino-live-welcome__login {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .4px
}

.casino-live-welcome__login>a {
    color: #e96e32
}

.casino-live-welcome__login>a:after {
    content: "";
    display: block;
    height: 1px;
    background: #e96e32;
    position: absolute;
    width: 100%;
    transform: scaleX(0.7);
    opacity: 0;
    bottom: -1px;
    transition: transform .15s ease,opacity .15s ease
}


html {
    width: 100%
}

body {
    background: #292929;
    tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    -moz-osx-font-smoothing: antialiased
}

.app-full-height {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    transition: opacity .35s ease,transform .35s ease;
    pointer-events: none;
    opacity: 1
}

.app-loader-holder {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

.loading-button svg {
    width: 0;
    height: 0
}

.animation-preload {
    display: grid;
    place-content: center;
    height: 100%;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0
}

.animation-preload img {
    width: 200px
}

.flag-icon-background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em
}

.flag-icon:before {
    content: '\00a0'
}

.flag-icon.flag-icon-squared {
    width: 1em
}

.flag-icon-ad {
    background-image: url('ad.svg')
}

.flag-icon-ad.flag-icon-squared {
    background-image: url('ad.svg')
}

.flag-icon-ae {
    background-image: url('ae.svg')
}

.flag-icon-ae.flag-icon-squared {
    background-image: url('ae.svg')
}

.flag-icon-af {
    background-image: url('af.svg')
}

.flag-icon-af.flag-icon-squared {
    background-image: url('af.svg')
}

.flag-icon-ag {
    background-image: url('ag.svg')
}

.flag-icon-ag.flag-icon-squared {
    background-image: url('ag.svg')
}

.flag-icon-ai {
    background-image: url('ai.svg')
}

.flag-icon-ai.flag-icon-squared {
    background-image: url('ai.svg')
}

.flag-icon-al {
    background-image: url('al.svg')
}

.flag-icon-al.flag-icon-squared {
    background-image: url('al.svg')
}

.flag-icon-am {
    background-image: url('am.svg')
}

.flag-icon-am.flag-icon-squared {
    background-image: url('am.svg')
}

.flag-icon-ao {
    background-image: url('ao.svg')
}

.flag-icon-ao.flag-icon-squared {
    background-image: url('ao.svg')
}

.flag-icon-aq {
    background-image: url('aq.svg')
}

.flag-icon-aq.flag-icon-squared {
    background-image: url('aq.svg')
}

.flag-icon-ar {
    background-image: url('ar.svg')
}

.flag-icon-ar.flag-icon-squared {
    background-image: url('ar.svg')
}

.flag-icon-as {
    background-image: url('as.svg')
}

.flag-icon-as.flag-icon-squared {
    background-image: url('as.svg')
}

.flag-icon-at {
    background-image: url('at.svg')
}

.flag-icon-at.flag-icon-squared {
    background-image: url('at.svg')
}

.flag-icon-au {
    background-image: url('au.svg')
}

.flag-icon-au.flag-icon-squared {
    background-image: url('au.svg')
}

.flag-icon-aw {
    background-image: url('aw.svg')
}

.flag-icon-aw.flag-icon-squared {
    background-image: url('aw.svg')
}

.flag-icon-ax {
    background-image: url('ax.svg')
}

.flag-icon-ax.flag-icon-squared {
    background-image: url('ax.svg')
}

.flag-icon-az {
    background-image: url('az.svg')
}

.flag-icon-az.flag-icon-squared {
    background-image: url('az.svg')
}

.flag-icon-ba {
    background-image: url('ba.svg')
}

.flag-icon-ba.flag-icon-squared {
    background-image: url('ba.svg')
}

.flag-icon-bb {
    background-image: url('bb.svg')
}

.flag-icon-bb.flag-icon-squared {
    background-image: url('bb.svg')
}

.flag-icon-bd {
    background-image: url('bd.svg')
}

.flag-icon-bd.flag-icon-squared {
    background-image: url('bd.svg')
}

.flag-icon-be {
    background-image: url('be.svg')
}

.flag-icon-be.flag-icon-squared {
    background-image: url('be.svg')
}

.flag-icon-bf {
    background-image: url('bf.svg')
}

.flag-icon-bf.flag-icon-squared {
    background-image: url('bf.svg')
}

.flag-icon-bg {
    background-image: url('bg.svg')
}

.flag-icon-bg.flag-icon-squared {
    background-image: url('bg.svg')
}

.flag-icon-bh {
    background-image: url('bh.svg')
}

.flag-icon-bh.flag-icon-squared {
    background-image: url('bh.svg')
}

.flag-icon-bi {
    background-image: url('bi.svg')
}

.flag-icon-bi.flag-icon-squared {
    background-image: url('bi.svg')
}

.flag-icon-bj {
    background-image: url('bj.svg')
}

.flag-icon-bj.flag-icon-squared {
    background-image: url('bj.svg')
}

.flag-icon-bl {
    background-image: url('bl.svg')
}

.flag-icon-bl.flag-icon-squared {
    background-image: url('bl.svg')
}

.flag-icon-bm {
    background-image: url('bm.svg')
}

.flag-icon-bm.flag-icon-squared {
    background-image: url('bm.svg')
}

.flag-icon-bn {
    background-image: url('bn.svg')
}

.flag-icon-bn.flag-icon-squared {
    background-image: url('bn.svg')
}

.flag-icon-bo {
    background-image: url('bo.svg')
}

.flag-icon-bo.flag-icon-squared {
    background-image: url('bo.svg')
}

.flag-icon-bq {
    background-image: url('bq.svg')
}

.flag-icon-bq.flag-icon-squared {
    background-image: url('bq.svg')
}

.flag-icon-br {
    background-image: url('br.svg')
}

.flag-icon-br.flag-icon-squared {
    background-image: url('br.svg')
}

.flag-icon-bs {
    background-image: url('bs.svg')
}

.flag-icon-bs.flag-icon-squared {
    background-image: url('bs.svg')
}

.flag-icon-bt {
    background-image: url('bt.svg')
}

.flag-icon-bt.flag-icon-squared {
    background-image: url('bt.svg')
}

.flag-icon-bv {
    background-image: url('bv.svg')
}

.flag-icon-bv.flag-icon-squared {
    background-image: url('bv.svg')
}

.flag-icon-bw {
    background-image: url('bw.svg')
}

.flag-icon-bw.flag-icon-squared {
    background-image: url('bw.svg')
}

.flag-icon-by {
    background-image: url('by.svg')
}

.flag-icon-by.flag-icon-squared {
    background-image: url('by.svg')
}

.flag-icon-bz {
    background-image: url('bz.svg')
}

.flag-icon-bz.flag-icon-squared {
    background-image: url('bz.svg')
}

.flag-icon-ca {
    background-image: url('ca.svg')
}

.flag-icon-ca.flag-icon-squared {
    background-image: url('ca.svg')
}

.flag-icon-cc {
    background-image: url('cc.svg')
}

.flag-icon-cc.flag-icon-squared {
    background-image: url('cc.svg')
}

.flag-icon-cd {
    background-image: url('cd.svg')
}

.flag-icon-cd.flag-icon-squared {
    background-image: url('cd.svg')
}

.flag-icon-cf {
    background-image: url('cf.svg')
}

.flag-icon-cf.flag-icon-squared {
    background-image: url('cf.svg')
}

.flag-icon-cg {
    background-image: url('cg.svg')
}

.flag-icon-cg.flag-icon-squared {
    background-image: url('cg.svg')
}

.flag-icon-ch {
    background-image: url('ch.svg')
}

.flag-icon-ch.flag-icon-squared {
    background-image: url('ch.svg')
}

.flag-icon-ci {
    background-image: url('ci.svg')
}

.flag-icon-ci.flag-icon-squared {
    background-image: url('ci.svg')
}

.flag-icon-ck {
    background-image: url('ck.svg')
}

.flag-icon-ck.flag-icon-squared {
    background-image: url('ck.svg')
}

.flag-icon-cl {
    background-image: url('cl.svg')
}

.flag-icon-cl.flag-icon-squared {
    background-image: url('cl.svg')
}

.flag-icon-cm {
    background-image: url('cm.svg')
}

.flag-icon-cm.flag-icon-squared {
    background-image: url('cm.svg')
}

.flag-icon-cn {
    background-image: url('cn.svg')
}

.flag-icon-cn.flag-icon-squared {
    background-image: url('cn.svg')
}

.flag-icon-co {
    background-image: url('co.svg')
}

.flag-icon-co.flag-icon-squared {
    background-image: url('co.svg')
}

.flag-icon-cr {
    background-image: url('cr.svg')
}

.flag-icon-cr.flag-icon-squared {
    background-image: url('cr.svg')
}

.flag-icon-cu {
    background-image: url('cu.svg')
}

.flag-icon-cu.flag-icon-squared {
    background-image: url('cu.svg')
}

.flag-icon-cv {
    background-image: url('cv.svg')
}

.flag-icon-cv.flag-icon-squared {
    background-image: url('cv.svg')
}

.flag-icon-cw {
    background-image: url('cw.svg')
}

.flag-icon-cw.flag-icon-squared {
    background-image: url('cw.svg')
}

.flag-icon-cx {
    background-image: url('cx.svg')
}

.flag-icon-cx.flag-icon-squared {
    background-image: url('cx.svg')
}

.flag-icon-cy {
    background-image: url('cy.svg')
}

.flag-icon-cy.flag-icon-squared {
    background-image: url('cy.svg')
}

.flag-icon-cz {
    background-image: url('cz.svg')
}

.flag-icon-cz.flag-icon-squared {
    background-image: url('cz.svg')
}

.flag-icon-de {
    background-image: url('de.svg')
}

.flag-icon-de.flag-icon-squared {
    background-image: url('de.svg')
}

.flag-icon-dj {
    background-image: url('dj.svg')
}

.flag-icon-dj.flag-icon-squared {
    background-image: url('dj.svg')
}

.flag-icon-dk {
    background-image: url('dk.svg')
}

.flag-icon-dk.flag-icon-squared {
    background-image: url('dk.svg')
}

.flag-icon-dm {
    background-image: url('dm.svg')
}

.flag-icon-dm.flag-icon-squared {
    background-image: url('dm.svg')
}

.flag-icon-do {
    background-image: url('do.svg')
}

.flag-icon-do.flag-icon-squared {
    background-image: url('do.svg')
}

.flag-icon-dz {
    background-image: url('dz.svg')
}

.flag-icon-dz.flag-icon-squared {
    background-image: url('dz.svg')
}

.flag-icon-ec {
    background-image: url('ec.svg')
}

.flag-icon-ec.flag-icon-squared {
    background-image: url('ec.svg')
}

.flag-icon-ee {
    background-image: url('ee.svg')
}

.flag-icon-ee.flag-icon-squared {
    background-image: url('ee.svg')
}

.flag-icon-eg {
    background-image: url('eg.svg')
}

.flag-icon-eg.flag-icon-squared {
    background-image: url('eg.svg')
}

.flag-icon-eh {
    background-image: url('eh.svg')
}

.flag-icon-eh.flag-icon-squared {
    background-image: url('eh.svg')
}

.flag-icon-er {
    background-image: url('er.svg')
}

.flag-icon-er.flag-icon-squared {
    background-image: url('er.svg')
}

.flag-icon-es {
    background-image: url('es.svg')
}

.flag-icon-es.flag-icon-squared {
    background-image: url('es.svg')
}

.flag-icon-et {
    background-image: url('et.svg')
}

.flag-icon-et.flag-icon-squared {
    background-image: url('et.svg')
}

.flag-icon-fi {
    background-image: url('fi.svg')
}

.flag-icon-fi.flag-icon-squared {
    background-image: url('fi.svg')
}

.flag-icon-fj {
    background-image: url('fj.svg')
}

.flag-icon-fj.flag-icon-squared {
    background-image: url('fj.svg')
}

.flag-icon-fk {
    background-image: url('fk.svg')
}

.flag-icon-fk.flag-icon-squared {
    background-image: url('fk.svg')
}

.flag-icon-fm {
    background-image: url('fm.svg')
}

.flag-icon-fm.flag-icon-squared {
    background-image: url('fm.svg')
}

.flag-icon-fo {
    background-image: url('fo.svg')
}

.flag-icon-fo.flag-icon-squared {
    background-image: url('fo.svg')
}

.flag-icon-fr {
    background-image: url('fr.svg')
}

.flag-icon-fr.flag-icon-squared {
    background-image: url('fr.svg')
}

.flag-icon-ga {
    background-image: url('ga.svg')
}

.flag-icon-ga.flag-icon-squared {
    background-image: url('ga.svg')
}

.flag-icon-gb {
    background-image: url('gb.svg')
}

.flag-icon-gb.flag-icon-squared {
    background-image: url('gb.svg')
}

.flag-icon-gd {
    background-image: url('gd.svg')
}

.flag-icon-gd.flag-icon-squared {
    background-image: url('gd.svg')
}

.flag-icon-ge {
    background-image: url('ge.svg')
}

.flag-icon-ge.flag-icon-squared {
    background-image: url('ge.svg')
}

.flag-icon-gf {
    background-image: url('gf.svg')
}

.flag-icon-gf.flag-icon-squared {
    background-image: url('gf.svg')
}

.flag-icon-gg {
    background-image: url('gg.svg')
}

.flag-icon-gg.flag-icon-squared {
    background-image: url('gg.svg')
}

.flag-icon-gh {
    background-image: url('gh.svg')
}

.flag-icon-gh.flag-icon-squared {
    background-image: url('gh.svg')
}

.flag-icon-gi {
    background-image: url('gi.svg')
}

.flag-icon-gi.flag-icon-squared {
    background-image: url('gi.svg')
}

.flag-icon-gl {
    background-image: url('gl.svg')
}

.flag-icon-gl.flag-icon-squared {
    background-image: url('gl.svg')
}

.flag-icon-gm {
    background-image: url('gm.svg')
}

.flag-icon-gm.flag-icon-squared {
    background-image: url('gm.svg')
}

.flag-icon-gn {
    background-image: url('gn.svg')
}

.flag-icon-gn.flag-icon-squared {
    background-image: url('gn.svg')
}

.flag-icon-gp {
    background-image: url('gp.svg')
}

.flag-icon-gp.flag-icon-squared {
    background-image: url('gp.svg')
}

.flag-icon-gq {
    background-image: url('gq.svg')
}

.flag-icon-gq.flag-icon-squared {
    background-image: url('gq.svg')
}

.flag-icon-gr {
    background-image: url('gr.svg')
}

.flag-icon-gr.flag-icon-squared {
    background-image: url('gr.svg')
}

.flag-icon-gs {
    background-image: url('gs.svg')
}

.flag-icon-gs.flag-icon-squared {
    background-image: url('gs.svg')
}

.flag-icon-gt {
    background-image: url('gt.svg')
}

.flag-icon-gt.flag-icon-squared {
    background-image: url('gt.svg')
}

.flag-icon-gu {
    background-image: url('gu.svg')
}

.flag-icon-gu.flag-icon-squared {
    background-image: url('gu.svg')
}

.flag-icon-gw {
    background-image: url('gw.svg')
}

.flag-icon-gw.flag-icon-squared {
    background-image: url('gw.svg')
}

.flag-icon-gy {
    background-image: url('gy.svg')
}

.flag-icon-gy.flag-icon-squared {
    background-image: url('gy.svg')
}

.flag-icon-hk {
    background-image: url('hk.svg')
}

.flag-icon-hk.flag-icon-squared {
    background-image: url('hk.svg')
}

.flag-icon-hm {
    background-image: url('hm.svg')
}

.flag-icon-hm.flag-icon-squared {
    background-image: url('hm.svg')
}

.flag-icon-hn {
    background-image: url('hn.svg')
}

.flag-icon-hn.flag-icon-squared {
    background-image: url('hn.svg')
}

.flag-icon-hr {
    background-image: url('hr.svg')
}

.flag-icon-hr.flag-icon-squared {
    background-image: url('hr.svg')
}

.flag-icon-ht {
    background-image: url('ht.svg')
}

.flag-icon-ht.flag-icon-squared {
    background-image: url('ht.svg')
}

.flag-icon-hu {
    background-image: url('hu.svg')
}

.flag-icon-hu.flag-icon-squared {
    background-image: url('hu.svg')
}

.flag-icon-id {
    background-image: url('id.svg')
}

.flag-icon-id.flag-icon-squared {
    background-image: url('id.svg')
}

.flag-icon-ie {
    background-image: url('ie.svg')
}

.flag-icon-ie.flag-icon-squared {
    background-image: url('ie.svg')
}

.flag-icon-il {
    background-image: url('il.svg')
}

.flag-icon-il.flag-icon-squared {
    background-image: url('il.svg')
}

.flag-icon-im {
    background-image: url('im.svg')
}

.flag-icon-im.flag-icon-squared {
    background-image: url('im.svg')
}

.flag-icon-in {
    background-image: url('in.svg')
}

.flag-icon-in.flag-icon-squared {
    background-image: url('in.svg')
}

.flag-icon-io {
    background-image: url('io.svg')
}

.flag-icon-io.flag-icon-squared {
    background-image: url('io.svg')
}

.flag-icon-iq {
    background-image: url('iq.svg')
}

.flag-icon-iq.flag-icon-squared {
    background-image: url('iq.svg')
}

.flag-icon-ir {
    background-image: url('ir.svg')
}

.flag-icon-ir.flag-icon-squared {
    background-image: url('ir.svg')
}

.flag-icon-is {
    background-image: url('is.svg')
}

.flag-icon-is.flag-icon-squared {
    background-image: url('is.svg')
}

.flag-icon-it {
    background-image: url('it.svg')
}

.flag-icon-it.flag-icon-squared {
    background-image: url('it.svg')
}

.flag-icon-je {
    background-image: url('je.svg')
}

.flag-icon-je.flag-icon-squared {
    background-image: url('je.svg')
}

.flag-icon-jm {
    background-image: url('jm.svg')
}

.flag-icon-jm.flag-icon-squared {
    background-image: url('jm.svg')
}

.flag-icon-jo {
    background-image: url('jo.svg')
}

.flag-icon-jo.flag-icon-squared {
    background-image: url('jo.svg')
}

.flag-icon-jp {
    background-image: url('jp.svg')
}

.flag-icon-jp.flag-icon-squared {
    background-image: url('jp.svg')
}

.flag-icon-ke {
    background-image: url('ke.svg')
}

.flag-icon-ke.flag-icon-squared {
    background-image: url('ke.svg')
}

.flag-icon-kg {
    background-image: url('kg.svg')
}

.flag-icon-kg.flag-icon-squared {
    background-image: url('kg.svg')
}

.flag-icon-kh {
    background-image: url('kh.svg')
}

.flag-icon-kh.flag-icon-squared {
    background-image: url('kh.svg')
}

.flag-icon-ki {
    background-image: url('ki.svg')
}

.flag-icon-ki.flag-icon-squared {
    background-image: url('ki.svg')
}

.flag-icon-km {
    background-image: url('km.svg')
}

.flag-icon-km.flag-icon-squared {
    background-image: url('km.svg')
}

.flag-icon-kn {
    background-image: url('kn.svg')
}

.flag-icon-kn.flag-icon-squared {
    background-image: url('kn.svg')
}

.flag-icon-kp {
    background-image: url('kp.svg')
}

.flag-icon-kp.flag-icon-squared {
    background-image: url('kp.svg')
}

.flag-icon-kr {
    background-image: url('kr.svg')
}

.flag-icon-kr.flag-icon-squared {
    background-image: url('kr.svg')
}

.flag-icon-kw {
    background-image: url('kw.svg')
}

.flag-icon-kw.flag-icon-squared {
    background-image: url('kw.svg')
}

.flag-icon-ky {
    background-image: url('ky.svg')
}

.flag-icon-ky.flag-icon-squared {
    background-image: url('ky.svg')
}

.flag-icon-kz {
    background-image: url('kz.svg')
}

.flag-icon-kz.flag-icon-squared {
    background-image: url('kz.svg')
}

.flag-icon-la {
    background-image: url('la.svg')
}

.flag-icon-la.flag-icon-squared {
    background-image: url('la.svg')
}

.flag-icon-lb {
    background-image: url('lb.svg')
}

.flag-icon-lb.flag-icon-squared {
    background-image: url('lb.svg')
}

.flag-icon-lc {
    background-image: url('lc.svg')
}

.flag-icon-lc.flag-icon-squared {
    background-image: url('lc.svg')
}

.flag-icon-li {
    background-image: url('li.svg')
}

.flag-icon-li.flag-icon-squared {
    background-image: url('li.svg')
}

.flag-icon-lk {
    background-image: url('lk.svg')
}

.flag-icon-lk.flag-icon-squared {
    background-image: url('lk.svg')
}

.flag-icon-lr {
    background-image: url('lr.svg')
}

.flag-icon-lr.flag-icon-squared {
    background-image: url('lr.svg')
}

.flag-icon-ls {
    background-image: url('ls.svg')
}

.flag-icon-ls.flag-icon-squared {
    background-image: url('ls.svg')
}

.flag-icon-lt {
    background-image: url('lt.svg')
}

.flag-icon-lt.flag-icon-squared {
    background-image: url('lt.svg')
}

.flag-icon-lu {
    background-image: url('lu.svg')
}

.flag-icon-lu.flag-icon-squared {
    background-image: url('lu.svg')
}

.flag-icon-lv {
    background-image: url('lv.svg')
}

.flag-icon-lv.flag-icon-squared {
    background-image: url('lv.svg')
}

.flag-icon-ly {
    background-image: url('ly.svg')
}

.flag-icon-ly.flag-icon-squared {
    background-image: url('ly.svg')
}

.flag-icon-ma {
    background-image: url('ma.svg')
}

.flag-icon-ma.flag-icon-squared {
    background-image: url('ma.svg')
}

.flag-icon-mc {
    background-image: url('mc.svg')
}

.flag-icon-mc.flag-icon-squared {
    background-image: url('mc.svg')
}

.flag-icon-md {
    background-image: url('md.svg')
}

.flag-icon-md.flag-icon-squared {
    background-image: url('md.svg')
}

.flag-icon-me {
    background-image: url('me.svg')
}

.flag-icon-me.flag-icon-squared {
    background-image: url('me.svg')
}

.flag-icon-mf {
    background-image: url('mf.svg')
}

.flag-icon-mf.flag-icon-squared {
    background-image: url('mf.svg')
}

.flag-icon-mg {
    background-image: url('mg.svg')
}

.flag-icon-mg.flag-icon-squared {
    background-image: url('mg.svg')
}

.flag-icon-mh {
    background-image: url('mh.svg')
}

.flag-icon-mh.flag-icon-squared {
    background-image: url('mh.svg')
}

.flag-icon-mk {
    background-image: url('mk.svg')
}

.flag-icon-mk.flag-icon-squared {
    background-image: url('mk.svg')
}

.flag-icon-ml {
    background-image: url('ml.svg')
}

.flag-icon-ml.flag-icon-squared {
    background-image: url('ml.svg')
}

.flag-icon-mm {
    background-image: url('mm.svg')
}

.flag-icon-mm.flag-icon-squared {
    background-image: url('mm.svg')
}

.flag-icon-mn {
    background-image: url('mn.svg')
}

.flag-icon-mn.flag-icon-squared {
    background-image: url('mn.svg')
}

.flag-icon-mo {
    background-image: url('mo.svg')
}

.flag-icon-mo.flag-icon-squared {
    background-image: url('mo.svg')
}

.flag-icon-mp {
    background-image: url('mp.svg')
}

.flag-icon-mp.flag-icon-squared {
    background-image: url('mp.svg')
}

.flag-icon-mq {
    background-image: url('mq.svg')
}

.flag-icon-mq.flag-icon-squared {
    background-image: url('mq.svg')
}

.flag-icon-mr {
    background-image: url('mr.svg')
}

.flag-icon-mr.flag-icon-squared {
    background-image: url('mr.svg')
}

.flag-icon-ms {
    background-image: url('ms.svg')
}

.flag-icon-ms.flag-icon-squared {
    background-image: url('ms.svg')
}

.flag-icon-mt {
    background-image: url('mt.svg')
}

.flag-icon-mt.flag-icon-squared {
    background-image: url('mt.svg')
}

.flag-icon-mu {
    background-image: url('mu.svg')
}

.flag-icon-mu.flag-icon-squared {
    background-image: url('mu.svg')
}

.flag-icon-mv {
    background-image: url('mv.svg')
}

.flag-icon-mv.flag-icon-squared {
    background-image: url('mv.svg')
}

.flag-icon-mw {
    background-image: url('mw.svg')
}

.flag-icon-mw.flag-icon-squared {
    background-image: url('mw.svg')
}

.flag-icon-mx {
    background-image: url('mx.svg')
}

.flag-icon-mx.flag-icon-squared {
    background-image: url('mx.svg')
}

.flag-icon-my {
    background-image: url('my.svg')
}

.flag-icon-my.flag-icon-squared {
    background-image: url('my.svg')
}

.flag-icon-mz {
    background-image: url('mz.svg')
}

.flag-icon-mz.flag-icon-squared {
    background-image: url('mz.svg')
}

.flag-icon-na {
    background-image: url('na.svg')
}

.flag-icon-na.flag-icon-squared {
    background-image: url('na.svg')
}

.flag-icon-nc {
    background-image: url('nc.svg')
}

.flag-icon-nc.flag-icon-squared {
    background-image: url('nc.svg')
}

.flag-icon-ne {
    background-image: url('ne.svg')
}

.flag-icon-ne.flag-icon-squared {
    background-image: url('ne.svg')
}

.flag-icon-nf {
    background-image: url('nf.svg')
}

.flag-icon-nf.flag-icon-squared {
    background-image: url('nf.svg')
}

.flag-icon-ng {
    background-image: url('ng.svg')
}

.flag-icon-ng.flag-icon-squared {
    background-image: url('ng.svg')
}

.flag-icon-ni {
    background-image: url('ni.svg')
}

.flag-icon-ni.flag-icon-squared {
    background-image: url('ni.svg')
}

.flag-icon-nl {
    background-image: url('nl.svg')
}

.flag-icon-nl.flag-icon-squared {
    background-image: url('nl.svg')
}

.flag-icon-no {
    background-image: url('no.svg')
}

.flag-icon-no.flag-icon-squared {
    background-image: url('no.svg')
}

.flag-icon-np {
    background-image: url('np.svg')
}

.flag-icon-np.flag-icon-squared {
    background-image: url('np.svg')
}

.flag-icon-nr {
    background-image: url('nr.svg')
}

.flag-icon-nr.flag-icon-squared {
    background-image: url('nr.svg')
}

.flag-icon-nu {
    background-image: url('nu.svg')
}

.flag-icon-nu.flag-icon-squared {
    background-image: url('nu.svg')
}

.flag-icon-nz {
    background-image: url('nz.svg')
}

.flag-icon-nz.flag-icon-squared {
    background-image: url('nz.svg')
}

.flag-icon-om {
    background-image: url('om.svg')
}

.flag-icon-om.flag-icon-squared {
    background-image: url('om.svg')
}

.flag-icon-pa {
    background-image: url('pa.svg')
}

.flag-icon-pa.flag-icon-squared {
    background-image: url('pa.svg')
}

.flag-icon-pe {
    background-image: url('pe.svg')
}

.flag-icon-pe.flag-icon-squared {
    background-image: url('pe.svg')
}

.flag-icon-pf {
    background-image: url('pf.svg')
}

.flag-icon-pf.flag-icon-squared {
    background-image: url('pf.svg')
}

.flag-icon-pg {
    background-image: url('pg.svg')
}

.flag-icon-pg.flag-icon-squared {
    background-image: url('pg.svg')
}

.flag-icon-ph {
    background-image: url('ph.svg')
}

.flag-icon-ph.flag-icon-squared {
    background-image: url('ph.svg')
}

.flag-icon-pk {
    background-image: url('pk.svg')
}

.flag-icon-pk.flag-icon-squared {
    background-image: url('pk.svg')
}

.flag-icon-pl {
    background-image: url('pl.svg')
}

.flag-icon-pl.flag-icon-squared {
    background-image: url('pl.svg')
}

.flag-icon-pm {
    background-image: url('pm.svg')
}

.flag-icon-pm.flag-icon-squared {
    background-image: url('pm.svg')
}

.flag-icon-pn {
    background-image: url('pn.svg')
}

.flag-icon-pn.flag-icon-squared {
    background-image: url('pn.svg')
}

.flag-icon-pr {
    background-image: url('pr.svg')
}

.flag-icon-pr.flag-icon-squared {
    background-image: url('pr.svg')
}

.flag-icon-ps {
    background-image: url('ps.svg')
}

.flag-icon-ps.flag-icon-squared {
    background-image: url('ps.svg')
}

.flag-icon-pt {
    background-image: url('pt.svg')
}

.flag-icon-pt.flag-icon-squared {
    background-image: url('pt.svg')
}

.flag-icon-pw {
    background-image: url('pw.svg')
}

.flag-icon-pw.flag-icon-squared {
    background-image: url('pw.svg')
}

.flag-icon-py {
    background-image: url('py.svg')
}

.flag-icon-py.flag-icon-squared {
    background-image: url('py.svg')
}

.flag-icon-qa {
    background-image: url('qa.svg')
}

.flag-icon-qa.flag-icon-squared {
    background-image: url('qa.svg')
}

.flag-icon-re {
    background-image: url('re.svg')
}

.flag-icon-re.flag-icon-squared {
    background-image: url('re.svg')
}

.flag-icon-ro {
    background-image: url('ro.svg')
}

.flag-icon-ro.flag-icon-squared {
    background-image: url('ro.svg')
}

.flag-icon-rs {
    background-image: url('rs.svg')
}

.flag-icon-rs.flag-icon-squared {
    background-image: url('rs.svg')
}

.flag-icon-ru {
    background-image: url('ru.svg')
}

.flag-icon-ru.flag-icon-squared {
    background-image: url('ru.svg')
}

.flag-icon-rw {
    background-image: url('rw.svg')
}

.flag-icon-rw.flag-icon-squared {
    background-image: url('rw.svg')
}

.flag-icon-sa {
    background-image: url('sa.svg')
}

.flag-icon-sa.flag-icon-squared {
    background-image: url('sa.svg')
}

.flag-icon-sb {
    background-image: url('sb.svg')
}

.flag-icon-sb.flag-icon-squared {
    background-image: url('sb.svg')
}

.flag-icon-sc {
    background-image: url('sc.svg')
}

.flag-icon-sc.flag-icon-squared {
    background-image: url('sc.svg')
}

.flag-icon-sd {
    background-image: url('sd.svg')
}

.flag-icon-sd.flag-icon-squared {
    background-image: url('sd.svg')
}

.flag-icon-se {
    background-image: url('se.svg')
}

.flag-icon-se.flag-icon-squared {
    background-image: url('se.svg')
}

.flag-icon-sg {
    background-image: url('sg.svg')
}

.flag-icon-sg.flag-icon-squared {
    background-image: url('sg.svg')
}

.flag-icon-sh {
    background-image: url('sh.svg')
}

.flag-icon-sh.flag-icon-squared {
    background-image: url('sh.svg')
}

.flag-icon-si {
    background-image: url('si.svg')
}

.flag-icon-si.flag-icon-squared {
    background-image: url('si.svg')
}

.flag-icon-sj {
    background-image: url('sj.svg')
}

.flag-icon-sj.flag-icon-squared {
    background-image: url('sj.svg')
}

.flag-icon-sk {
    background-image: url('sk.svg')
}

.flag-icon-sk.flag-icon-squared {
    background-image: url('sk.svg')
}

.flag-icon-sl {
    background-image: url('sl.svg')
}

.flag-icon-sl.flag-icon-squared {
    background-image: url('sl.svg')
}

.flag-icon-sm {
    background-image: url('sm.svg')
}

.flag-icon-sm.flag-icon-squared {
    background-image: url('sm.svg')
}

.flag-icon-sn {
    background-image: url('sn.svg')
}

.flag-icon-sn.flag-icon-squared {
    background-image: url('sn.svg')
}

.flag-icon-so {
    background-image: url('so.svg')
}

.flag-icon-so.flag-icon-squared {
    background-image: url('so.svg')
}

.flag-icon-sr {
    background-image: url('sr.svg')
}

.flag-icon-sr.flag-icon-squared {
    background-image: url('sr.svg')
}

.flag-icon-ss {
    background-image: url('ss.svg')
}

.flag-icon-ss.flag-icon-squared {
    background-image: url('ss.svg')
}

.flag-icon-st {
    background-image: url('st.svg')
}

.flag-icon-st.flag-icon-squared {
    background-image: url('st.svg')
}

.flag-icon-sv {
    background-image: url('sv.svg')
}

.flag-icon-sv.flag-icon-squared {
    background-image: url('sv.svg')
}

.flag-icon-sx {
    background-image: url('sx.svg')
}

.flag-icon-sx.flag-icon-squared {
    background-image: url('sx.svg')
}

.flag-icon-sy {
    background-image: url('sy.svg')
}

.flag-icon-sy.flag-icon-squared {
    background-image: url('sy.svg')
}

.flag-icon-sz {
    background-image: url('sz.svg')
}

.flag-icon-sz.flag-icon-squared {
    background-image: url('sz.svg')
}

.flag-icon-tc {
    background-image: url('tc.svg')
}

.flag-icon-tc.flag-icon-squared {
    background-image: url('tc.svg')
}

.flag-icon-td {
    background-image: url('td.svg')
}

.flag-icon-td.flag-icon-squared {
    background-image: url('td.svg')
}

.flag-icon-tf {
    background-image: url('tf.svg')
}

.flag-icon-tf.flag-icon-squared {
    background-image: url('tf.svg')
}

.flag-icon-tg {
    background-image: url('tg.svg')
}

.flag-icon-tg.flag-icon-squared {
    background-image: url('tg.svg')
}

.flag-icon-th {
    background-image: url('th.svg')
}

.flag-icon-th.flag-icon-squared {
    background-image: url('th.svg')
}

.flag-icon-tj {
    background-image: url('tj.svg')
}

.flag-icon-tj.flag-icon-squared {
    background-image: url('tj.svg')
}

.flag-icon-tk {
    background-image: url('tk.svg')
}

.flag-icon-tk.flag-icon-squared {
    background-image: url('tk.svg')
}

.flag-icon-tl {
    background-image: url('tl.svg')
}

.flag-icon-tl.flag-icon-squared {
    background-image: url('tl.svg')
}

.flag-icon-tm {
    background-image: url('tm.svg')
}

.flag-icon-tm.flag-icon-squared {
    background-image: url('tm.svg')
}

.flag-icon-tn {
    background-image: url('tn.svg')
}

.flag-icon-tn.flag-icon-squared {
    background-image: url('tn.svg')
}

.flag-icon-to {
    background-image: url('to.svg')
}

.flag-icon-to.flag-icon-squared {
    background-image: url('to.svg')
}

.flag-icon-tr {
    background-image: url('tr.svg')
}

.flag-icon-tr.flag-icon-squared {
    background-image: url('tr.svg')
}

.flag-icon-tt {
    background-image: url('tt.svg')
}

.flag-icon-tt.flag-icon-squared {
    background-image: url('tt.svg')
}

.flag-icon-tv {
    background-image: url('tv.svg')
}

.flag-icon-tv.flag-icon-squared {
    background-image: url('tv.svg')
}

.flag-icon-tw {
    background-image: url('tw.svg')
}

.flag-icon-tw.flag-icon-squared {
    background-image: url('tw.svg')
}

.flag-icon-tz {
    background-image: url('tz.svg')
}

.flag-icon-tz.flag-icon-squared {
    background-image: url('tz.svg')
}

.flag-icon-ua {
    background-image: url('ua.svg')
}

.flag-icon-ua.flag-icon-squared {
    background-image: url('ua.svg')
}

.flag-icon-ug {
    background-image: url('ug.svg')
}

.flag-icon-ug.flag-icon-squared {
    background-image: url('ug.svg')
}

.flag-icon-um {
    background-image: url('um.svg')
}

.flag-icon-um.flag-icon-squared {
    background-image: url('um.svg')
}

.flag-icon-us {
    background-image: url('us.svg')
}

.flag-icon-us.flag-icon-squared {
    background-image: url('us.svg')
}

.flag-icon-uy {
    background-image: url('uy.svg')
}

.flag-icon-uy.flag-icon-squared {
    background-image: url('uy.svg')
}

.flag-icon-uz {
    background-image: url('uz.svg')
}

.flag-icon-uz.flag-icon-squared {
    background-image: url('uz.svg')
}

.flag-icon-va {
    background-image: url('va.svg')
}

.flag-icon-va.flag-icon-squared {
    background-image: url('va.svg')
}

.flag-icon-vc {
    background-image: url('vc.svg')
}

.flag-icon-vc.flag-icon-squared {
    background-image: url('vc.svg')
}

.flag-icon-ve {
    background-image: url('ve.svg')
}

.flag-icon-ve.flag-icon-squared {
    background-image: url('ve.svg')
}

.flag-icon-vg {
    background-image: url('vg.svg')
}

.flag-icon-vg.flag-icon-squared {
    background-image: url('vg.svg')
}

.flag-icon-vi {
    background-image: url('vi.svg')
}

.flag-icon-vi.flag-icon-squared {
    background-image: url('vi.svg')
}

.flag-icon-vn {
    background-image: url('vn.svg')
}

.flag-icon-vn.flag-icon-squared {
    background-image: url('vn.svg')
}

.flag-icon-vu {
    background-image: url('vu.svg')
}

.flag-icon-vu.flag-icon-squared {
    background-image: url('vu.svg')
}

.flag-icon-wf {
    background-image: url('wf.svg')
}

.flag-icon-wf.flag-icon-squared {
    background-image: url('wf.svg')
}

.flag-icon-ws {
    background-image: url('ws.svg')
}

.flag-icon-ws.flag-icon-squared {
    background-image: url('ws.svg')
}

.flag-icon-ye {
    background-image: url('ye.svg')
}

.flag-icon-ye.flag-icon-squared {
    background-image: url('ye.svg')
}

.flag-icon-yt {
    background-image: url('yt.svg')
}

.flag-icon-yt.flag-icon-squared {
    background-image: url('yt.svg')
}

.flag-icon-za {
    background-image: url('za.svg')
}

.flag-icon-za.flag-icon-squared {
    background-image: url('za.svg')
}

.flag-icon-zm {
    background-image: url('zm.svg')
}

.flag-icon-zm.flag-icon-squared {
    background-image: url('zm.svg')
}

.flag-icon-zw {
    background-image: url('zw.svg')
}

.flag-icon-zw.flag-icon-squared {
    background-image: url('zw.svg')
}

.flag-icon-es-ca {
    background-image: url('es-ca.svg')
}

.flag-icon-es-ca.flag-icon-squared {
    background-image: url('es-ca.svg')
}

.flag-icon-es-ga {
    background-image: url('es-ga.svg')
}

.flag-icon-es-ga.flag-icon-squared {
    background-image: url('es-ga.svg')
}

.flag-icon-eu {
    background-image: url('eu.svg')
}

.flag-icon-eu.flag-icon-squared {
    background-image: url('eu.svg')
}

.flag-icon-gb-eng {
    background-image: url('gb-eng.svg')
}

.flag-icon-gb-eng.flag-icon-squared {
    background-image: url('gb-eng.svg')
}

.flag-icon-gb-nir {
    background-image: url('gb-nir.svg')
}

.flag-icon-gb-nir.flag-icon-squared {
    background-image: url('gb-nir.svg')
}

.flag-icon-gb-sct {
    background-image: url('gb-sct.svg')
}

.flag-icon-gb-sct.flag-icon-squared {
    background-image: url('gb-sct.svg')
}

.flag-icon-gb-wls {
    background-image: url('gb-wls.svg')
}

.flag-icon-gb-wls.flag-icon-squared {
    background-image: url('gb-wls.svg')
}

.flag-icon-un {
    background-image: url('un.svg')
}

.flag-icon-un.flag-icon-squared {
    background-image: url('un.svg')
}

.flag-icon-xk {
    background-image: url('xk.svg')
}

.flag-icon-xk.flag-icon-squared {
    background-image: url('xk.svg')
}

.error-boundary-module_errorBoundary__RP0e1a4r__platform-common {
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.error-boundary-module_errorBoundaryBg__WsFwKCWf__platform-common {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0
}

.error-boundary-module_errorBoundaryContent__S6pPYqjT__platform-common {
    position: relative;
    z-index: 1
}

.error-boundary-module_errorBoundaryTitle__QjFTrOer__platform-common {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    margin: 0 0 12px
}

.error-boundary-module_errorBoundaryText__ZpoDpEoU__platform-common {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    margin-bottom: 24px
}

@media (max-width: 768px) {
    .error-boundary-module_errorBoundaryTitle__QjFTrOer__platform-common {
        font-size:16px;
        line-height: 24px;
        margin-bottom: 5px
    }

    .error-boundary-module_errorBoundaryText__ZpoDpEoU__platform-common {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 12px
    }
}

.account-verification-block-module_accountVerification__91L-kAiu__platform-common {
    background: var(--verificationBlockBacgroundColor);
    box-shadow: 0 0 5px #0000004d;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    padding: 20px
}

.account-verification-block-module_noCardBorder__rSMB8CVW__platform-common {
    background: inherit;
    box-shadow: inherit
}

.account-verification-block-module_accountVerificationTitle__nANt9YAv__platform-common {
    font-size: 14px;
    font-weight: 700
}

.account-verification-block-module_accountVerificationSection__k3OENyV5__platform-common {
    padding: 16px 0;
    border-top: 1px solid var(--menuSectionBorder);
    border-bottom: 1px solid var(--menuSectionBorder);
    text-align: justify;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    margin: 15px 0
}

.account-verification-block-module_accountVerificationList__67fAZpP4__platform-common {
    margin: 0;
    padding: 0 20px;
    list-style: none
}

.account-verification-block-module_accountVerificationList__67fAZpP4__platform-common .account-verification-block-module_accountVerificationListItem__pY3FpYQa__platform-common {
    position: relative;
    color: #000
}

.account-verification-block-module_accountVerificationList__67fAZpP4__platform-common .account-verification-block-module_accountVerificationListItem__pY3FpYQa__platform-common:not(:first-child) {
    margin-top: 10px
}

.account-verification-block-module_accountVerificationList__67fAZpP4__platform-common .account-verification-block-module_accountVerificationListItem__pY3FpYQa__platform-common:before {
    content: "";
    position: absolute;
    background: var(--buttonMain);
    font-size: 14px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 4px;
    left: -20px
}

.account-verification-block-module_mobile__mTEY9e-O__platform-common {
    width: 100%;
    margin-bottom: 16px
}

.account-verification-block-module_verificationItem__pE7Y-2RO__platform-common {
    border: 1px solid var(--verificationConteinerBorder);
    border-radius: 4px;
    padding: 15px;
    display: flex
}

.account-verification-block-module_verificationItem__pE7Y-2RO__platform-common .account-verification-block-module_nameContainer__F7wen6sR__platform-common {
    padding: 5px 0 5px 12px;
    display: flex;
    justify-content: space-between;
    max-width: 55%
}

.account-verification-block-module_verificationItem__pE7Y-2RO__platform-common .account-verification-block-module_text__HkYPiZ3M__platform-common {
    display: flex;
    flex-direction: column
}

.account-verification-block-module_verificationItem__pE7Y-2RO__platform-common .account-verification-block-module_text__HkYPiZ3M__platform-common .account-verification-block-module_name__ywuXFlhb__platform-common {
    font-weight: 700;
    font-size: 16px;
    word-break: break-word;
    max-height: 60px;
    overflow: hidden
}

.account-verification-block-module_verificationItem__pE7Y-2RO__platform-common .account-verification-block-module_text__HkYPiZ3M__platform-common .account-verification-block-module_size__yLzmy58c__platform-common {
    margin-top: 10px;
    color: #3e4049
}

.account-verification-block-module_verificationItem__pE7Y-2RO__platform-common .account-verification-block-module_cancel__dkNHa5b2__platform-common {
    cursor: pointer;
    font-size: 16px;
    color: var(--verificationCancelColor);
    margin-left: 5px
}

.account-verification-block-module_verificationItem__pE7Y-2RO__platform-common .account-verification-block-module_image__F-vup6-D__platform-common {
    max-width: 45%;
    border-radius: 8px;
    overflow: hidden
}

.account-verification-block-module_verificationItem__pE7Y-2RO__platform-common .account-verification-block-module_image__F-vup6-D__platform-common img {
    width: 100%;
    height: 100%
}

.account-verification-block-module_uploadItem__Dd03j-n7__platform-common {
    position: relative;
    margin: 12px 12px 0 0;
    border: 2px solid var(--eventHeadingBackground);
    width: 210px
}

.account-verification-block-module_uploadItem__Dd03j-n7__platform-common .account-verification-block-module_name__ywuXFlhb__platform-common {
    background: var(--eventHeadingBackground);
    cursor: pointer;
    display: flex;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--mainColor);
    padding: 5px 5px 5px 10px
}

.account-verification-block-module_uploadItem__Dd03j-n7__platform-common .account-verification-block-module_name__ywuXFlhb__platform-common.account-verification-block-module_disabled__ZnH-KoNe__platform-common {
    pointer-events: none
}

.account-verification-block-module_uploadItem__Dd03j-n7__platform-common .account-verification-block-module_name__ywuXFlhb__platform-common.account-verification-block-module_disabled__ZnH-KoNe__platform-common .account-verification-block-module_action__Gkhu-aU4__platform-common {
    color: var(--menuSectionBorder)
}

.account-verification-block-module_uploadItem__Dd03j-n7__platform-common .account-verification-block-module_name__ywuXFlhb__platform-common:not(.account-verification-block-module_disabled__ZnH-KoNe__platform-common):hover .account-verification-block-module_svg-icon__OicXDFFp__platform-common {
    transform: scale(1.2) rotate(90deg)
}

.account-verification-block-module_uploadItem__Dd03j-n7__platform-common .account-verification-block-module_name__ywuXFlhb__platform-common span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.account-verification-block-module_uploadItem__Dd03j-n7__platform-common .account-verification-block-module_image__F-vup6-D__platform-common {
    background: var(--eventHeadingBackground)
}

.account-verification-block-module_uploadItem__Dd03j-n7__platform-common .account-verification-block-module_image__F-vup6-D__platform-common img {
    height: 130px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.account-verification-block-module_uploadItem__Dd03j-n7__platform-common .account-verification-block-module_action__Gkhu-aU4__platform-common {
    width: 18px;
    flex: 0 0 18px;
    font-size: 18px;
    color: var(--error);
    margin-right: 8px
}

.account-verification-block-module_uploadItem__Dd03j-n7__platform-common .account-verification-block-module_action__Gkhu-aU4__platform-common .account-verification-block-module_svg-icon__OicXDFFp__platform-common {
    transition: transform .15s ease
}

.account-verification-block-module_mobile__mTEY9e-O__platform-common {
    position: relative;
    border: 2px solid var(--eventHeadingBackground);
    width: 160px
}

.account-verification-block-module_mobile__mTEY9e-O__platform-common:not(:last-of-type) {
    margin-right: 12px
}

.account-verification-block-module_mobile__mTEY9e-O__platform-common .account-verification-block-module_name__ywuXFlhb__platform-common {
    background: var(--eventHeadingBackground);
    cursor: pointer;
    display: flex;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--mainColor);
    padding: 5px 5px 5px 10px
}

.account-verification-block-module_mobile__mTEY9e-O__platform-common .account-verification-block-module_name__ywuXFlhb__platform-common.account-verification-block-module_disabled__ZnH-KoNe__platform-common {
    pointer-events: none
}

.account-verification-block-module_mobile__mTEY9e-O__platform-common .account-verification-block-module_name__ywuXFlhb__platform-common.account-verification-block-module_disabled__ZnH-KoNe__platform-common .account-verification-block-module_verification-upload-item__action__UxCInbyZ__platform-common {
    color: var(--menuSectionBorder)
}

.account-verification-block-module_mobile__mTEY9e-O__platform-common .account-verification-block-module_name__ywuXFlhb__platform-common:not(.account-verification-block-module_disabled__ZnH-KoNe__platform-common):hover .account-verification-block-module_svg-icon__OicXDFFp__platform-common {
    transform: scale(1.2) rotate(90deg)
}

.account-verification-block-module_mobile__mTEY9e-O__platform-common .account-verification-block-module_name__ywuXFlhb__platform-common span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.account-verification-block-module_mobile__mTEY9e-O__platform-common .account-verification-block-module_image__F-vup6-D__platform-common {
    background: var(--eventHeadingBackground)
}

.account-verification-block-module_mobile__mTEY9e-O__platform-common .account-verification-block-module_image__F-vup6-D__platform-common img {
    height: 100px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.account-verification-block-module_mobile__mTEY9e-O__platform-common .account-verification-block-module_action__Gkhu-aU4__platform-common {
    width: 18px;
    flex: 0 0 18px;
    font-size: 18px;
    color: var(--error);
    margin-right: 8px
}

.account-verification-block-module_mobile__mTEY9e-O__platform-common .account-verification-block-module_action__Gkhu-aU4__platform-common .account-verification-block-module_svg-icon__OicXDFFp__platform-common {
    transition: transform .15s ease
}

:where(.svg-icon-module_icon__7yleHfSc__platform-common) {
    display: block;
    position: relative;
    width: 1em;
    height: 1em;
    fill: currentColor;
    font-size: inherit;
    top: 0
}

.date-time-formatter-module_inlineBlock__k7OeoKh-__platform-common {
    display: inline-block
}

.account-verification-item-module_verificationUploadRow__2yNhJhcG__platform-common {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 70px;
    padding: 0 15px;
    border-bottom: 1px solid var(--periodHalfInformationSeparator)
}

.account-verification-item-module_verificationUploadColumn__WS7mqPW7__platform-common {
    padding: 15px 5px;
    word-wrap: break-word
}

.account-verification-item-module_verificationUploadColumn__WS7mqPW7__platform-common p {
    margin: 0;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word
}

.account-verification-item-module_verificationUploadColumn__WS7mqPW7__platform-common:nth-child(1) {
    width: 20%
}

.account-verification-item-module_verificationUploadColumn__WS7mqPW7__platform-common:nth-child(2) {
    flex: 1 1 40%;
    max-width: 40%
}

.account-verification-item-module_verificationUploadColumn__WS7mqPW7__platform-common:nth-child(3) {
    flex: 1 1 20%;
    text-align: center
}

.account-verification-item-module_verificationUploadColumn__WS7mqPW7__platform-common:nth-child(4) {
    flex: 1 1 20%;
    text-align: right;
    opacity: .5
}

.account-verification-item-module_verificationUploadRowMobile__t9dP3jaI__platform-common {
    box-shadow: 0 1px 1px #15293524,0 2px 1px #1529351f,0 1px 3px #15293533;
    border-radius: 4px;
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: flex-start;
    padding: 12px;
    min-height: auto;
    border-bottom: 0
}

.account-verification-item-module_verificationUploadRowMobile__t9dP3jaI__platform-common .account-verification-item-module_verificationUploadColumn__WS7mqPW7__platform-common {
    padding: 0
}

.account-verification-item-module_verificationUploadRowMobile__t9dP3jaI__platform-common .account-verification-item-module_verificationUploadColumn__WS7mqPW7__platform-common:nth-child(1) {
    flex: 0 0 100%;
    order: 1;
    font-weight: 700;
    margin-bottom: 6px;
    width: auto
}

.account-verification-item-module_verificationUploadRowMobile__t9dP3jaI__platform-common .account-verification-item-module_verificationUploadColumn__WS7mqPW7__platform-common:nth-child(2) {
    flex: 0 0 100%;
    order: 4;
    margin-top: 12px;
    max-width: 100%
}

.account-verification-item-module_verificationUploadRowMobile__t9dP3jaI__platform-common .account-verification-item-module_verificationUploadColumn__WS7mqPW7__platform-common:nth-child(3) {
    flex: 0 0 50%;
    order: 3;
    text-align: right
}

.account-verification-item-module_verificationUploadRowMobile__t9dP3jaI__platform-common .account-verification-item-module_verificationUploadColumn__WS7mqPW7__platform-common:nth-child(4) {
    flex: 0 0 50%;
    order: 2;
    align-self: center;
    text-align: left
}

[class^=cabinet-table__status] {
    height: 24px;
    border-radius: 17px;
    font-size: 12px;
    line-height: 12px
}

.modal-portal-module_modal__w2Mh2Hvf__platform-common {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 1;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    transition: visibility .3s ease,opacity .3s ease;
    visibility: visible;
    z-index: 100
}

.modal-portal-module_shadow__KmRX-nG8__platform-common {
    background: #000;
    height: 100%;
    left: 0;
    opacity: .3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.modal-portal-module_wrapper__z6F4BB9p__platform-common {
    position: relative;
    z-index: 2
}

.modal-portal-module_content__AXMDw6uJ__platform-common {
    max-height: 100vh;
    max-width: 100vw;
    position: relative
}

.modal-portal {
    position: relative
}

.modal-portal__close-button {
    align-items: center;
    color: var(--white);
    cursor: pointer;
    display: flex;
    font-size: 18px;
    height: 30px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: -26px;
    top: -26px;
    transition: transform .15s ease,opacity .15s ease;
    width: 30px;
    z-index: 10
}

.modal-portal__close-button:hover {
    opacity: .5;
    transform: scale(.8)
}

.modal-portal-active body {
    overflow: hidden!important
}

.is-mobile-device .modal-portal__close-button {
    color: var(--mainColor);
    font-size: 16px;
    height: 24px;
    right: 5px;
    top: 5px;
    width: 24px
}

.app-loader-module_appLoader__7W9znKuk__platform-common {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: var(--zIndex-loader);
    height: 100%;
    width: 100%
}

.app-loader.app-loader__filled {
    background-color: var(--bodyBackgroundColor);
    bottom: 0;
    left: 0;
    position: fixed;
    top: 0
}

.app-loader.app-loader__only-loader {
    min-height: 300px;
    pointer-events: none;
    position: relative
}

.app-loader.app-loader__only-loader--mobile {
    min-height: 150px
}

.app-loader__inner {
    height: 50px;
    width: 50px;
    opacity: .8;
    position: relative
}

.app-loader__inner {
    animation: app-loader-module_animateBall__0FQsLoiw__platform-common 1s linear infinite
}

.app-loader__inner .svg-icon {
    color: var(--buttonMain);
    font-size: 50px
}

@keyframes app-loader-module_animateBall__0FQsLoiw__platform-common {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

div.default-slider-module_content__9Sh1xBMh__platform-common {
    position: absolute;
    padding: 16px;
    display: flex;
    flex-direction: column;
    color: #fff;
    align-items: flex-start
}

div.default-slider-module_content__9Sh1xBMh__platform-common .default-slider-module_title__aIXG3eVU__platform-common {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 4px
}

div.default-slider-module_content__9Sh1xBMh__platform-common .default-slider-module_text__mpF8vbZn__platform-common {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    max-width: 171px
}

:where(.input-view-module_svgIconOdd__-LkPcr7C__platform-common) {
    fill-rule: evenodd;
    pointer-events: none
}

.form-input__container {
    display: block;
    position: relative
}

.form-input__floating-label {
    position: absolute;
    top: 16px;
    left: 16px;
    opacity: 0
}

.form-input__floating-label,.form-input__text-label-wrapper {
    pointer-events: none
}

.form-input__error-block {
    padding: 4px 16px;
    font-size: 10px;
    line-height: 16px;
    word-wrap: break-word
}

.form-input__error-notice {
    color: var(--mainColor)
}

.form-input__error-notice--passed {
    color: var(--success)
}

.ios-broadcast-widget-module_broadcastWidget__CGOCAdJH__platform-common.ios-broadcast-widget-module_vertical__69yZm9Tz__platform-common {
    height: 100%;
    width: 100%
}

.ios-broadcast-widget-module_broadcastWidget__CGOCAdJH__platform-common.ios-broadcast-widget-module_vertical__69yZm9Tz__platform-common .ios-broadcast-widget-module_broadcastWidgetVideo__wNBFPHvJ__platform-common {
    height: 100%
}

.ios-broadcast-widget-module_broadcastWidget__CGOCAdJH__platform-common.ios-broadcast-widget-module_modern__aVg-yRBx__platform-common {
    margin-top: 15px
}

.ios-broadcast-widget-module_broadcastWidgetVideo__wNBFPHvJ__platform-common {
    background: var(--broadcastBg);
    display: block;
    height: auto;
    outline: none!important;
    width: 100%
}

.league-icon-module_holder__Qjf0X9PJ__platform-common {
    align-items: center;
    display: flex;
    height: 20px;
    margin-right: 10px;
    position: relative;
    top: -1px
}

.league-icon-module_holder__Qjf0X9PJ__platform-common img {
    display: block;
    height: auto;
    width: 20px
}

.league-icon-module_holder__Qjf0X9PJ__platform-common.league-icon-module_isMobile__lijL2j9m__platform-common:not(.league-icon-module_small__I0ybaPNv__platform-common) {
    margin-right: 5px
}

.league-icon-module_holder__Qjf0X9PJ__platform-common.league-icon-module_small__I0ybaPNv__platform-common {
    height: 16px;
    margin-right: 8px
}

.league-icon-module_holder__Qjf0X9PJ__platform-common.league-icon-module_small__I0ybaPNv__platform-common img {
    width: 16px
}

.league-icon-module_modern__1xJwTjn8__platform-common img {
    border-radius: var(--countryFlagBorderRadius)
}

.option-select-module_list__5-U4oqBc__platform-common {
    width: 100%;
    max-width: 425px;
    min-width: 260px
}

.option-select-module_item__LPCY9Jp0__platform-common {
    background: #fff;
    color: #081d36;
    font-weight: 400;
    line-height: 1.25;
    font-size: 16px;
    min-height: 56px;
    padding: 10px 40px 10px 10px;
    display: flex;
    align-items: center;
    position: relative
}

.option-select-module_item__LPCY9Jp0__platform-common:first-of-type {
    border-radius: 3px 3px 0 0
}

.option-select-module_item__LPCY9Jp0__platform-common:last-of-type {
    border-radius: 0 0 3px 3px
}

.option-select-module_item__LPCY9Jp0__platform-common:only-child {
    border-radius: 3px
}

.option-select-module_item__LPCY9Jp0__platform-common:not(:last-of-type) {
    border-bottom: 1px solid var(--menuSectionBorder)
}

.option-select-module_item__LPCY9Jp0__platform-common.option-select-module_selected__Oax8oTVn__platform-common .option-select-module_radioIcon__oOR--5Ub__platform-common {
    border-color: var(--buttonMain)
}

.option-select-module_item__LPCY9Jp0__platform-common.option-select-module_selected__Oax8oTVn__platform-common .option-select-module_radioIcon__oOR--5Ub__platform-common:after {
    display: block
}

.option-select-module_itemText__2-Ti7Rrf__platform-common {
    text-align: left;
    width: 100%
}

.option-select-module_radioIcon__oOR--5Ub__platform-common {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 2px solid var(--menuSectionBorder);
    background: transparent;
    position: absolute;
    right: 10px;
    top: calc(50% - 10px)
}

.option-select-module_radioIcon__oOR--5Ub__platform-common:after {
    content: "";
    display: none;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    background: var(--buttonMain)
}

.ui-modal-portal-module_modal__4nXcPFcE__platform-common {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: var(--zIndex-modalPortal-below)
}

body:not(.web-view):not(.hide-smartbanner) .ui-modal-portal.ui-modal-portal--sectionView {
    top: 46px
}

body:not(.web-view):not(.hide-smartbanner) .ui-modal-portal.ui-modal-portal--close-on-swipe {
    margin-top: -26px;
    background: transparent;
    border-radius: 10px 10px 0 0
}

body:not(.web-view):not(.hide-smartbanner) .ui-modal-portal.ui-modal-portal--close-on-swipe.cashier-portal {
    margin-top: 20px
}

body:not(.web-view):not(.hide-smartbanner).header-clock-active .ui-modal-portal.ui-modal-portal--sectionView {
    top: 74px
}

.ui-modal-portal {
    background: #0000004d;
    opacity: 1;
    transition: opacity .2s ease;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

.ui-modal-portal:not(.ui-modal-portal--scroll-disabled) {
    overflow: auto
}

.ui-modal-portal.custom-portal {
    z-index: calc(var(--zIndex-mobileAsideMenu) + 1)
}

.ui-modal-portal.notice-portal {
    z-index: var(--zIndex-modalPortal)
}

@media screen and (max-width: 767px) {
    .ui-modal-portal.cashier-portal .ui-modal-portal__wrapper {
        padding:0
    }
}

.ui-modal-portal__wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100%;
    padding: 30px 30px 0;
    width: 100%
}

@media screen and (max-width: 767px) {
    .ui-modal-portal__wrapper {
        padding:8px
    }
}

.ui-modal-portal__content {
    position: relative;
    z-index: 1;
    max-width: 100%
}

@media screen and (max-width: 767px) {
    .ui-modal-portal__content {
        min-width:100%
    }
}

.ui-modal-portal__close-button {
    align-items: center;
    color: var(--white);
    cursor: pointer;
    display: flex;
    font-size: 18px;
    height: 30px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: -26px;
    top: -26px;
    transition: transform .15s ease,opacity .15s ease;
    width: 30px;
    z-index: 10
}

.ui-modal-portal__close-button.ui-modal-portal-module_closeInside__HoXzYhNA__platform-common {
    top: 24px;
    right: 24px;
    color: var(--modalCloseButtonInsideColor)!important
}

.ui-modal-portal__close-button:hover {
    opacity: .5;
    transform: scale(.8)
}

.ui-modal-portal__closingSliderHandle {
    position: relative;
    width: 100%;
    height: var(--modalSwipeHeaderHeight, 50px);
    background-color: transparent;
    border-radius: var(--modalSwipeHeaderBorderRadius, 8px) var(--modalSwipeHeaderBorderRadius, 8px) 0 0;
    z-index: 2
}

.ui-modal-portal__closingSliderHandle:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translate(-50%);
    width: 46px;
    height: 4px;
    border-radius: 100px;
    background-color: var(--modalSwipeHeaderElementBgc, #E5E5E5)
}

.ui-modal-portal__closingSliderHandle--cashier {
    background-color: var(--cashierModalBackgroundMain)
}

.ui-modal-portal__closingSliderHandle.cashier-modal-light {
    background-color: var(--cashierModalBackgroundMainLight, --cashierModalBackgroundMain)
}

.ui-modal-portal--before-create {
    opacity: 0
}

.ui-modal-portal--with-animation .ui-modal-portal__content {
    animation: ui-modal-portal-module_uiModalPortalShow__8W7dVm5o__platform-common .3s
}

.ui-modal-portal--no-blur {
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0)
}

.ui-modal-portal.ui-modal-portal--sectionView {
    transition: none
}

.ui-modal-portal.ui-modal-portal--sectionView .ui-modal-portal__wrapper {
    background: var(--buttonText);
    display: block;
    padding: 0
}

.ui-modal-portal.ui-modal-portal--sectionView .ui-modal-portal__content {
    transform: scale(1)
}

.ui-modal-portal.ui-modal-portal--sectionView.ui-modal-portal--full-height {
    top: 0!important;
    z-index: var(--zIndex-modalPortal)
}

.ui-modal-portal.settings-modal--modern {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: #00000080
}

.ui-modal-portal.ui-modal-portal--modern {
    background: rgba(var(--mslSectionBgRGB),.5);
    -webkit-backdrop-filter: none;
    backdrop-filter: none
}

.ui-modal-portal.ui-modal-portal--modern .ui-modal-portal__wrapper {
    padding: 10px 0 0;
    align-items: flex-end
}

.ui-modal-portal.ui-modal-portal--modern .ui-modal-portal__content {
    width: 100%
}

.ui-modal-portal.ui-modal-portal--modern .ui-modal-portal__close-button {
    right: 15px;
    top: 16px;
    height: 20px;
    width: 20px;
    color: var(--mslTextDark);
    font-size: 14px
}

.ui-modal-portal.ui-modal-portal--blur {
    background: rgba(var(--mslSectionBgRGB),.5);
    -webkit-backdrop-filter: blur(48px);
    backdrop-filter: blur(48px)
}

.ui-modal-portal.ui-modal-portal--selector .ui-modal-portal__close-button {
    display: none
}

.ui-modal-portal.ui-modal-portal--bottom .ui-modal-portal__wrapper {
    padding: 0;
    align-items: flex-end
}

.ui-modal-portal.ui-modal-portal--bottom .ui-modal-portal__content {
    width: 100%
}

.ui-modal-portal.ui-modal-portal--bottom.ui-modal-portal--with-animation .ui-modal-portal__content {
    animation: ui-modal-portal-module_uiModalPortalShowBottom__F97UzK9k__platform-common .3s
}

.portal-active body {
    overflow: hidden!important;
    height: 100vh!important
}

.portal-active .page__content {
    pointer-events: none
}

.is-mobile-device .ui-modal-portal__close-button {
    color: var(--mainColor);
    font-size: 16px;
    height: 24px;
    right: 10px;
    top: 10px;
    width: 24px
}

@keyframes ui-modal-portal-module_uiModalPortalShow__8W7dVm5o__platform-common {
    0% {
        transform: scale(.7)
    }

    45% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(.95)
    }

    to {
        transform: scale(1)
    }
}

@keyframes ui-modal-portal-module_uiModalPortalShowBottom__F97UzK9k__platform-common {
    0% {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0)
    }
}

.currency-variable-loader-module_loader__5SAXypX6__platform-common {
    font-size: 16px
}

.currency-variable-loader-module_dotFirst__rc-1snkM__platform-common {
    animation: currency-variable-loader-module_currency-variable-loader__eQS4Etyg__platform-common 1s infinite linear alternate;
    animation-delay: .5s
}

.currency-variable-loader-module_dotSecond__88gK1cvC__platform-common {
    animation: currency-variable-loader-module_currency-variable-loader__eQS4Etyg__platform-common 1s infinite alternate;
    animation-delay: 0s
}

.currency-variable-loader-module_dotThird__mfsPZXwv__platform-common {
    animation: currency-variable-loader-module_currency-variable-loader__eQS4Etyg__platform-common 1s infinite alternate;
    animation-delay: 1s
}

@keyframes currency-variable-loader-module_currency-variable-loader__eQS4Etyg__platform-common {
    0% {
        opacity: 1
    }

    50%,to {
        opacity: .5
    }
}

.aviator-game-module_aviatorAnimation__tmUkYopU__platform-common .aviator-game-module_aviatorText__WbCtwEK0__platform-common div:nth-child(1) {
    animation: aviator-game-module_aviatorLevitation__5CVI74k6__platform-common 4s
}

.aviator-game-module_aviatorAnimation__tmUkYopU__platform-common .aviator-game-module_icon__ZqWfYe7C__platform-common {
    color: var(--menuSvgLinkColorActive)
}

.aviator-game-module_aviatorAnimation__tmUkYopU__platform-common .aviator-game-module_propeller__U6-phvGl__platform-common {
    animation: aviator-game-module_aviatorPropeller__J5pCPnXr__platform-common 4s
}

.aviator-game-module_aviatorGame__IXvbnTH1__platform-common .aviator-game-module_iconWrapper__BRg3FN-Z__platform-common {
    position: relative
}

.aviator-game-module_aviatorGame__IXvbnTH1__platform-common .aviator-game-module_icon__ZqWfYe7C__platform-common {
    font-size: 30px;
    margin-right: 15px;
    top: 2px!important;
    transition: color .25s ease
}

.aviator-game-module_aviatorGame__IXvbnTH1__platform-common .aviator-game-module_propeller__U6-phvGl__platform-common {
    font-size: 25px;
    margin-right: 0;
    position: absolute!important;
    right: 2px;
    top: -1px!important;
    transform: rotate(-20deg)
}

.aviator-game-module_aviatorGame__IXvbnTH1__platform-common .aviator-game-module_aviatorTitle__bj2Q0HC2__platform-common {
    font-size: 56px;
    height: 20px;
    top: -2px
}

.aviator-game-module_aviatorGame__IXvbnTH1__platform-common.aviator-game-module_dropdown__8CBwAYge__platform-common.aviator-game-module_aviatorGame__IXvbnTH1__platform-common div {
    left: -8px
}

.aviator-game-module_aviatorGame__IXvbnTH1__platform-common.aviator-game-module_dropdown__8CBwAYge__platform-common.aviator-game-module_aviatorGame__IXvbnTH1__platform-common .aviator-game-module_icon__ZqWfYe7C__platform-common {
    font-size: 25px;
    margin-right: 2px;
    transition: unset
}

.aviator-game-module_aviatorGame__IXvbnTH1__platform-common.aviator-game-module_dropdown__8CBwAYge__platform-common.aviator-game-module_aviatorGame__IXvbnTH1__platform-common .aviator-game-module_propeller__U6-phvGl__platform-common {
    font-size: 20px;
    right: -10px!important;
    top: 0!important
}

.aviator-game-module_asideAviatorTitle__bLh5y4f5__platform-common {
    width: 54px!important
}

.aviator-game-module_asideAviatorPlane__X-5JBI5M__platform-common {
    left: -5px!important;
    margin-right: 3px!important;
    width: 30px!important
}

@keyframes aviator-game-module_aviatorLevitation__5CVI74k6__platform-common {
    0% {
        top: 0
    }

    15% {
        top: -7px
    }

    35% {
        transform: rotate(35deg)
    }

    60% {
        top: 7px
    }

    to {
        top: 0
    }
}

@keyframes aviator-game-module_aviatorPropeller__J5pCPnXr__platform-common {
    0% {
        transform: rotate(160deg)
    }

    to {
        transform: rotate(4120deg)
    }
}

.currency-symbol-module_imageWrapper__cMQWTQWK__platform-common {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px
}

.currency-symbol-module_imageWrapper__cMQWTQWK__platform-common img {
    max-width: 100%;
    max-height: 100%
}

.phone-verification-module_verificationPhone__g4VhH2B0__platform-common {
    background: var(--verificationPhoneBg);
    border: 1px solid var(--verificationPhoneBorderColor);
    box-shadow: 0 4px 4px #00000026;
    max-width: 555px;
    margin: 0 auto;
    border-radius: 5px
}

@media screen and (max-width: 1000px) {
    .phone-verification-module_verificationPhone__g4VhH2B0__platform-common {
        margin:35px 15px
    }
}

.phone-verification-module_verificationPhoneSuccess__zzP8sAQM__platform-common {
    background: var(--verificationPhoneBgSuccess);
    border: 1px solid var(--verificationPhoneBorderColorSuccess)
}

.phone-verification-module_verificationWrapper__CYySbW08__platform-common {
    padding: 29px 23px 42px
}

@media screen and (max-width: 1000px) {
    .phone-verification-module_verificationWrapper__CYySbW08__platform-common {
        padding:26px 13px 36px
    }
}

.phone-verification-module_verificationConfirm__pvdSw68y__platform-common,.phone-verification-module_verificationSuccess__sH7kDeVx__platform-common {
    align-items: center;
    display: flex;
    flex-direction: column
}

.phone-verification-module_verificationWarningIcon__xtildo-k__platform-common {
    align-items: center;
    background: var(--verificationPhoneIconBg);
    border-radius: 50%;
    display: flex;
    height: 95px;
    justify-content: center;
    margin-bottom: 30px;
    width: 95px
}

.phone-verification-module_verificationWarningIcon__xtildo-k__platform-common svg {
    height: 55px;
    width: 13px
}

.phone-verification-module_verificationCheckIcon__5fmF54SC__platform-common {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    display: flex;
    height: 144px;
    justify-content: center;
    margin-bottom: 30px;
    width: 144px
}

.phone-verification-module_verificationCheckIcon__5fmF54SC__platform-common svg {
    height: 49px;
    width: 59px
}

.phone-verification-module_verificationText__GHbtnk37__platform-common {
    color: var(--verificationPhoneTextColor);
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 30px;
    max-width: 513px;
    text-align: center
}

.phone-verification-module_verificationSuccessText__v63wd1Ly__platform-common {
    color: var(--verificationPhoneTextColor);
    font-size: 21px;
    font-weight: 400;
    line-height: 41px;
    margin-bottom: 30px;
    text-align: center
}

.phone-verification-module_verificationSuccessTextBold__i7HD-9o6__platform-common {
    display: block;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center
}

.phone-verification-module_verificationForm__qOqgvmHj__platform-common {
    margin-bottom: 30px
}

.phone-verification-module_verificationFormResend__dcp8vZwY__platform-common {
    color: var(--verificationPhoneTextColor);
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 30px
}

.phone-verification-module_verificationFormResendLinkActive__gZUShNGt__platform-common {
    display: inline-block;
    font-weight: 700;
    margin-left: 5px
}

.phone-verification-module_verificationFormResendLink__q8dsF7mR__platform-common {
    color: var(--verificationPhoneMainColor);
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-left: 5px;
    text-decoration: underline
}

.payment-methods-module_paymentMethodsWithFrame__CZShT62A__platform-common {
    text-align: center
}

.payment-methods-module_paymentMethodsWithFrame__CZShT62A__platform-common .payment-methods-module_item__8dI65jfL__platform-common {
    display: inline-block;
    border-radius: 6px;
    background: var(--white, #fff);
    margin: 5px;
    height: 66px;
    width: 113px;
    text-align: center
}

.payment-methods-module_paymentMethodsWithFrame__CZShT62A__platform-common .payment-methods-module_item__8dI65jfL__platform-common img {
    max-width: 100%;
    height: 66px;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 14px;
    margin: 0 auto
}

.payment-methods-module_paymentMethodsWithFrame__CZShT62A__platform-common .payment-methods-module_item__8dI65jfL__platform-common.payment-methods-module_hide__KQF4iMz1__platform-common {
    display: none
}

.payment-methods-module_paymentMethodsBanner__Zu-GpB-v__platform-common {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    background-color: var(--newMainBannerPaymentMethodsBg);
    border-radius: var(--newMainBannerPaymentMethodsBorderRadius);
    padding: var(--newMainBannerPaymentMethodsPadding);
    height: 56px;
    overflow: hidden
}

@media screen and (max-width: 600px) {
    .payment-methods-module_paymentMethodsBanner__Zu-GpB-v__platform-common {
        justify-content:center
    }
}

.payment-methods-module_paymentMethodsBanner__Zu-GpB-v__platform-common.payment-methods-module_framedItems__R-adatnM__platform-common .payment-methods__item {
    border-radius: var(--newMainBannerPaymentMethodItemBorderRadius, 4px);
    background: #fff
}

.payment-methods-module_paymentMethodsBanner__Zu-GpB-v__platform-common .payment-methods__item {
    display: flex;
    align-items: center;
    height: 22px;
    max-width: 75px;
    text-align: center;
    padding: var(--newMainBannerPaymentMethodItemPadding, 3px)
}

@media screen and (max-width: 600px) {
    .payment-methods-module_paymentMethodsBanner__Zu-GpB-v__platform-common .payment-methods__item {
        max-width:60px
    }
}

.payment-methods-module_paymentMethodsBanner__Zu-GpB-v__platform-common .payment-methods__item img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto
}

.payment-methods-module_paymentMethodsBanner__Zu-GpB-v__platform-common .payment-methods__item--hide {
    display: none
}

.progress-bar-module_progressBar__MmyZEMAf__platform-common {
    height: 10px;
    width: 100%;
    border-radius: 8px;
    background: var(--progressBarBg)
}

.progress-bar-module_progressBar__MmyZEMAf__platform-common.progress-bar-module_full__lO-t3NLJ__platform-common .progress-bar-module_progressBarPercent__WHASbp1G__platform-common {
    background: var(--progressBarPercentFull)
}

.progress-bar-module_progressBar__MmyZEMAf__platform-common.progress-bar-module_small__9MJQ9Bza__platform-common .progress-bar-module_icon__tcydMsbI__platform-common {
    width: 35px;
    height: 35px;
    font-size: 35px;
    right: -12px
}

.progress-bar-module_progressBarPercent__WHASbp1G__platform-common {
    position: relative;
    background: var(--progressBarPercent);
    border-radius: 16px;
    height: 10px;
    min-width: 12px
}

.progress-bar-module_icon__tcydMsbI__platform-common {
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.promo-snackbar-module_main__4XB6I7Om__platform-common {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    bottom: 30px;
    left: 50%;
    width: 1180px;
    height: 90px;
    padding: 16px 40px 16px 16px;
    border-radius: var(--promoSnackBarBorderRadius, 8px);
    color: var(--white);
    background: var(--promoSnackBarBackgroundColor);
    box-shadow: 0 2px 10px var(--promoSnackBarBoxShadow);
    z-index: var(--zIndex-promoSnackbar, 350);
    animation: promo-snackbar-module_fadeInUpSnackbar__K-g1YJ-d__platform-common .3s ease-in-out both;
    opacity: 0;
    transform: translate3d(-50%,25%,0);
    transition: bottom .3s ease-in-out,opacity .3s ease-in-out,transform .3s ease-in-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_withImage__q0N2KB-T__platform-common {
    padding: 16px 40px 16px 130px
}

.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_withImage__q0N2KB-T__platform-common .promo-snackbar-module_addInfoItem__qvmvnG9M__platform-common {
    max-width: 160px
}

.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_noAddInfoItems__G12ApQ-A__platform-common .promo-snackbar-module_left__NvCkfOgV__platform-common {
    max-width: 80%
}

.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_noAddInfoItems__G12ApQ-A__platform-common .promo-snackbar-module_right__FHPktRUg__platform-common {
    max-width: 20%
}

.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_mobile__j-WUyFzX__platform-common {
    width: calc(100% - 16px);
    padding: 12px 36px 12px 12px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    height: auto;
    max-height: 130px
}

.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_mobile__j-WUyFzX__platform-common.promo-snackbar-module_withImage__q0N2KB-T__platform-common {
    padding: 12px 100px 12px 12px
}

.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_mobile__j-WUyFzX__platform-common.promo-snackbar-module_withImage__q0N2KB-T__platform-common .promo-snackbar-module_inside__AUvfVN36__platform-common {
    flex-direction: column;
    align-items: flex-start;
    margin: 0
}

.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_mobile__j-WUyFzX__platform-common.promo-snackbar-module_withImage__q0N2KB-T__platform-common .promo-snackbar-module_left__NvCkfOgV__platform-common,.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_mobile__j-WUyFzX__platform-common.promo-snackbar-module_withImage__q0N2KB-T__platform-common .promo-snackbar-module_right__FHPktRUg__platform-common {
    padding: 0
}

.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_mobile__j-WUyFzX__platform-common.promo-snackbar-module_withImage__q0N2KB-T__platform-common .promo-snackbar-module_left__NvCkfOgV__platform-common {
    max-width: 100%
}

.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_mobile__j-WUyFzX__platform-common.promo-snackbar-module_withImage__q0N2KB-T__platform-common .promo-snackbar-module_right__FHPktRUg__platform-common {
    max-width: 100%;
    margin-top: 8px
}

.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_mobile__j-WUyFzX__platform-common.promo-snackbar-module_withImage__q0N2KB-T__platform-common .promo-snackbar-module_button__pW7IGiNx__platform-common {
    margin-left: 0
}

.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_mobile__j-WUyFzX__platform-common .promo-snackbar-module_backgroundImage__iIXp6175__platform-common {
    left: auto;
    right: 0;
    bottom: 0;
    max-width: 100px
}

.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_mobile__j-WUyFzX__platform-common .promo-snackbar-module_title__GhFkrIgZ__platform-common {
    font-size: var(--promoSnackBarTitleMobileFontSize, 14px);
    font-weight: 400
}

.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_mobile__j-WUyFzX__platform-common .promo-snackbar-module_description__ZDBChmLo__platform-common {
    font-size: 14px;
    white-space: break-spaces;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_mobile__j-WUyFzX__platform-common .promo-snackbar-module_left__NvCkfOgV__platform-common {
    max-width: 70%
}

.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_mobile__j-WUyFzX__platform-common .promo-snackbar-module_right__FHPktRUg__platform-common {
    max-width: 30%
}

.modern-view .promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_mobile__j-WUyFzX__platform-common {
    bottom: var(--promoSnackBarBottomMobileModern, 60px)
}

.modern-view .promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_mobile__j-WUyFzX__platform-common.promo-snackbar-module_withCookieBar__l5p04uXx__platform-common {
    bottom: var(--promoSnackBarWithCookieBarBottomMobileModern, 170px)
}

.modern-view.menu-bottom-cms-view .promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_mobile__j-WUyFzX__platform-common {
    bottom: calc(var(--menuCmsBottomHeight) + 10px)
}

.modern-view.menu-bottom-cms-view .promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_mobile__j-WUyFzX__platform-common.promo-snackbar-module_withCookieBar__l5p04uXx__platform-common {
    bottom: var(--promoSnackBarWithCookieBarBottomMobileModern, 170px)
}

.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_withCookieBar__l5p04uXx__platform-common {
    bottom: var(--promoSnackBarWithCookieBarBottomDesktop, 90px)
}

.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_withCookieBar__l5p04uXx__platform-common.promo-snackbar-module_mobile__j-WUyFzX__platform-common {
    bottom: var(--promoSnackBarWithCookieBarBottomMobile, 170px)
}

@media screen and (max-width: 1200px) {
    .promo-snackbar-module_main__4XB6I7Om__platform-common {
        width:calc(100% - 16px)
    }

    .promo-snackbar-module_main__4XB6I7Om__platform-common .promo-snackbar-module_addInfoItem__qvmvnG9M__platform-common {
        max-width: 100px
    }
}

.promo-snackbar-module_inside__AUvfVN36__platform-common {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    margin: 0 -5px;
    max-width: -webkit-fill-available
}

.promo-snackbar-module_left__NvCkfOgV__platform-common,.promo-snackbar-module_right__FHPktRUg__platform-common {
    flex-grow: 1;
    padding: 0 5px
}

.promo-snackbar-module_left__NvCkfOgV__platform-common {
    display: flex;
    flex-direction: column;
    max-width: 40%
}

.promo-snackbar-module_right__FHPktRUg__platform-common {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 60%
}

.promo-snackbar-module_backgroundImage__iIXp6175__platform-common {
    position: absolute;
    left: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 120px
}

.promo-snackbar-module_title__GhFkrIgZ__platform-common {
    font-size: var(--promoSnackBarTitleFontSize, 16px);
    font-weight: 700;
    margin-bottom: 5px
}

.promo-snackbar-module_description__ZDBChmLo__platform-common {
    font-size: var(--promoSnackBarDescriptionFontSize, 20px);
    font-weight: 700
}

.promo-snackbar-module_title__GhFkrIgZ__platform-common,.promo-snackbar-module_description__ZDBChmLo__platform-common {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.promo-snackbar-module_addInfoBlock__GIkyKN85__platform-common {
    display: flex;
    align-items: center;
    margin: 0 -10px
}

.promo-snackbar-module_addInfoItem__qvmvnG9M__platform-common {
    display: flex;
    flex-direction: column;
    max-width: 180px;
    padding: 0 10px
}

.promo-snackbar-module_addInfoTop__2U-6JaBe__platform-common {
    display: flex;
    align-items: center
}

.promo-snackbar-module_addInfoImageWrapper__idqkG6gR__platform-common {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    min-width: 25px;
    height: 25px;
    margin-right: 8px
}

.promo-snackbar-module_addInfoImage__pc9zDvo-__platform-common {
    max-width: 100%;
    max-height: 100%
}

.promo-snackbar-module_addInfoTitle__MCEhjmDf__platform-common {
    font-size: var(--promoSnackBarAddInfoTitlFontSize, 20px);
    font-weight: 700
}

.promo-snackbar-module_addInfoBot__3aqXTGBa__platform-common {
    margin-top: 10px;
    opacity: .7
}

.promo-snackbar-module_addInfoTitle__MCEhjmDf__platform-common,.promo-snackbar-module_addInfoBot__3aqXTGBa__platform-common {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.promo-snackbar-module_close__HRqPo9Ug__platform-common {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 16px;
    color: var(--promoSnackBarButtonClose);
    opacity: var(--promoSnackBarButtonCloseOpacity, .5);
    transition: opacity .3s ease-in-out
}

.promo-snackbar-module_close__HRqPo9Ug__platform-common:hover {
    opacity: 1
}

.promo-snackbar-module_button__pW7IGiNx__platform-common {
    margin-left: 30px
}

.promo-snackbar-module_button__pW7IGiNx__platform-common .app-button {
    text-shadow: none
}

@keyframes promo-snackbar-module_fadeInUpSnackbar__K-g1YJ-d__platform-common {
    0% {
        opacity: 0;
        transform: translate3d(-50%,25%,0)
    }

    to {
        opacity: 1;
        transform: translate3d(-50%,0,0)
    }
}

.status-badge-module_statusBadge__ogldT0V3__platform-common {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    color: var(--statusBadgeNoStatus);
    background: var(--statusBadgeNoStatusBg);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    border-radius: 10px;
    height: 20px;
    padding: 0 8px;
    text-transform: uppercase;
    white-space: nowrap
}

.status-badge-module_statusBadge__ogldT0V3__platform-common.status-badge-module_pending__N9RlQ-ws__platform-common {
    color: var(--statusBadge);
    background: var(--tableStatusPending)
}

.status-badge-module_statusBadge__ogldT0V3__platform-common.status-badge-module_lose__0XE5lmmR__platform-common {
    color: var(--statusBadge);
    background: var(--tableStatusLose)
}

.status-badge-module_statusBadge__ogldT0V3__platform-common.status-badge-module_win__qGOdnRfk__platform-common {
    color: var(--statusBadge);
    background: var(--tableStatusSuccess)
}

.status-badge-module_statusBadge__ogldT0V3__platform-common.status-badge-module_declined__-hSCiaJq__platform-common {
    color: var(--statusBadge);
    background: var(--tableStatusDeclined)
}

.status-badge-module_statusBadge__ogldT0V3__platform-common.status-badge-module_returned__wRJX9rP0__platform-common {
    color: var(--statusBadge);
    background: var(--tableStatusReturned)
}

.status-badge-module_statusBadge__ogldT0V3__platform-common.status-badge-module_activated__zmRscFwL__platform-common {
    color: var(--statusBadge);
    background: var(--tableStatusActivated)
}

.svg-sport-icon-module_sportImage__KKDaYkIA__platform-common {
    display: block;
    margin: 0 auto
}

.svg-sport-icon-module_sportImage__KKDaYkIA__platform-common.svg-sport-icon-module_big__5x6GCiWh__platform-common {
    width: .95em
}

.svg-sport-icon-module_sportImage__KKDaYkIA__platform-common.svg-sport-icon-module_middle__VzrEEDFh__platform-common {
    width: 1.7em
}

.svg-sport-icon-module_sportImage__KKDaYkIA__platform-common.svg-sport-icon-module_small__KH8BLnIB__platform-common {
    width: 16px
}

.svg-sport-icon-module_sportImage__KKDaYkIA__platform-common.svg-sport-icon-module_filterGrey__HjgmeDDm__platform-common {
    filter: var(--mslSportMenuItemFlter)
}

.svg-sport-icon-module_sportImage__KKDaYkIA__platform-common.svg-sport-icon-module_marginRight__ZcO3gBOS__platform-common {
    margin-right: 10px
}

body:-webkit-full-screen .menu-cms-header-module_menuContainer__iToiwhq4__platform-common {
    display: none
}

body:fullscreen .menu-cms-header-module_menuContainer__iToiwhq4__platform-common,body:-webkit-full-screen .menu-cms-header-module_menuContainer__iToiwhq4__platform-common {
    display: none
}

.menu-cms-header-module_menuContainer__iToiwhq4__platform-common {
    position: fixed;
    top: var(--menuCmsHeaderPositionTop);
    background-color: var(--menuCmsHeaderBg);
    height: var(--menuCmsHeaderHeight);
    width: 100%;
    z-index: var(--zIndex-headerMenu-below)
}

.menu-cms-header-module_menuContainer__iToiwhq4__platform-common .container-asia {
    height: 100%;
    position: relative
}

.menu-cms-header-module_fakeWrapper__78KAYw9f__platform-common {
    position: absolute;
    left: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden
}

.menu-cms-header-module_fakeWrapper__78KAYw9f__platform-common .menu-cms-header-module_menu__FAAOCO8d__platform-common {
    position: static
}

.menu-cms-header-module_menu__FAAOCO8d__platform-common {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    width: 100%;
    list-style: none
}

.menu-cms-header-module_menu__FAAOCO8d__platform-common li:not(:first-child) {
    margin-left: 32px
}

.menu-cms-header-module_dropdownList__Wf8XNWoz__platform-common {
    display: none;
    position: absolute;
    top: calc(var(--menuCmsHeaderHeight) - 5px);
    right: 0;
    min-width: 200px;
    margin: 0;
    padding: 16px;
    background: var(--menuCmsHeaderDropdownMenuBg);
    border-radius: 8px;
    box-shadow: 0 3px 5px #0003;
    list-style: none;
    z-index: 10
}

.menu-cms-header-module_dropdownList__Wf8XNWoz__platform-common.menu-cms-header-module_opened__NnfRbqyF__platform-common {
    display: block
}

.menu-cms-header-module_dropdownList__Wf8XNWoz__platform-common li:not(:last-child) {
    margin-bottom: 16px
}

.menu-cms-header-module_dropdownList__Wf8XNWoz__platform-common li:not(:first-child) {
    margin-left: 0
}

.menu-cms-header-module_dropdownList__Wf8XNWoz__platform-common .menu-cms-header-module_item__ll8IscUk__platform-common {
    height: 16px
}

.menu-cms-header-module_dropdownList__Wf8XNWoz__platform-common .menu-cms-header-module_item__ll8IscUk__platform-common .menu-cms-header-module_title__dKOstBkH__platform-common {
    font-size: 12px
}

.menu-cms-header-module_dropdownList__Wf8XNWoz__platform-common .menu-cms-header-module_item__ll8IscUk__platform-common:hover {
    opacity: .5
}

.menu-cms-header-module_dropdownList__Wf8XNWoz__platform-common .menu-cms-header-module_item__ll8IscUk__platform-common.menu-cms-header-module_active__f0mGyEkf__platform-common:after {
    display: none
}

.menu-cms-header-module_buttonMore__LHOk-zUA__platform-common {
    display: flex;
    align-items: center;
    height: inherit;
    width: inherit;
    color: var(--menuCmsHeaderItem)
}

.menu-cms-header-module_buttonMore__LHOk-zUA__platform-common>span {
    position: relative;
    padding: 2px;
    font-size: 0;
    border-radius: 5px;
    margin-left: 16px;
    background-color: var(--menuCmsHeaderItem);
    transition: opacity .15s ease
}

.menu-cms-header-module_buttonMore__LHOk-zUA__platform-common>span:before,.menu-cms-header-module_buttonMore__LHOk-zUA__platform-common>span:after {
    position: absolute;
    content: "";
    top: 0;
    left: -8px;
    font-size: 0;
    padding: 2px;
    background-color: var(--menuCmsHeaderItem);
    border-radius: 5px
}

.menu-cms-header-module_buttonMore__LHOk-zUA__platform-common>span:after {
    left: -16px
}

.menu-cms-header-module_buttonMore__LHOk-zUA__platform-common:hover span {
    opacity: .5
}

.menu-cms-header-module_item__ll8IscUk__platform-common {
    display: flex;
    align-items: center;
    position: relative;
    color: var(--menuCmsHeaderItem);
    height: var(--menuCmsHeaderHeight);
    text-decoration: none;
    transition: opacity .15s ease
}

.menu-cms-header-module_item__ll8IscUk__platform-common.menu-cms-header-module_active__f0mGyEkf__platform-common.menu-cms-header-module_link__psKhoA49__platform-common,.menu-cms-header-module_item__ll8IscUk__platform-common:hover.menu-cms-header-module_link__psKhoA49__platform-common {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.menu-cms-header-module_item__ll8IscUk__platform-common.menu-cms-header-module_active__f0mGyEkf__platform-common:after,.menu-cms-header-module_item__ll8IscUk__platform-common:hover:after {
    position: absolute;
    content: "";
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: var(--menuCmsHeaderItemActive)
}

.menu-cms-header-module_item__ll8IscUk__platform-common:hover .menu-cms-header-module_iconArrow__yvZbpZJp__platform-common {
    transform: rotate(0)
}

.menu-cms-header-module_title__dKOstBkH__platform-common {
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap
}

.menu-cms-header-module_icon__C7gSK4dK__platform-common {
    width: 14px;
    height: 14px;
    margin-right: 8px
}

.menu-cms-header-module_icon__C7gSK4dK__platform-common img {
    max-width: 100%;
    max-height: 100%
}

.menu-cms-header-module_iconArrow__yvZbpZJp__platform-common {
    font-size: 12px;
    margin-left: 8px;
    transform: rotate(180deg);
    transition: transform .3s ease-in-out
}

.menu-cms-header-module_subMenuWrapper__K5hD6jgf__platform-common {
    position: fixed;
    top: var(--menuCmsHeaderBodyTopPadding);
    left: 0;
    width: 100%;
    background: var(--menuCmsHeaderSubMenuBg);
    z-index: var(--zIndex-headerMenu)
}

.menu-cms-header-module_subMenu__3jXdlZhr__platform-common {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 12px;
    margin: 0 -12px;
    transition: opacity .3s ease-in-out
}

.menu-cms-header-module_subItem__qpSbUQQf__platform-common {
    width: 168px;
    height: 138px;
    margin: 12px;
    border-radius: 8px;
    transition: transform .3s ease-in-out
}

.menu-cms-header-module_subItem__qpSbUQQf__platform-common:hover {
    transform: scale(1.1)
}

.menu-cms-header-module_subItem__qpSbUQQf__platform-common img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px
}

.menu-cms-header-module_fadeIn__QcLvmgSX__platform-common {
    animation: menu-cms-header-module_fadeIn__QcLvmgSX__platform-common .3s ease-in-out both;
    opacity: 0
}

@keyframes menu-cms-header-module_fadeIn__QcLvmgSX__platform-common {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.menu-cms-header-module_fadeOut__dB4pfbg3__platform-common {
    animation: menu-cms-header-module_fadeOut__dB4pfbg3__platform-common .3s ease-in-out both;
    opacity: 1
}

@keyframes menu-cms-header-module_fadeOut__dB4pfbg3__platform-common {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.site-menu-new-icon-module_newIcon__pMRS8nTQ__platform-common {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    background: var(--newIconBackground);
    color: var(--white);
    border-radius: 3px;
    margin-left: 12px;
    height: 16px;
    line-height: 16px;
    padding: 0 4px;
    min-width: 30px;
    font-weight: 800
}

.menu-cms-sidebar-module_menu__f2mEOh9h__platform-common {
    background-color: var(--menuCmsSideBg)
}

.menu-cms-sidebar-module_item__MwRmY0RR__platform-common {
    display: flex;
    align-items: center;
    position: relative;
    height: 48px;
    padding: 10px 10px 10px 14px;
    border-bottom: 1px solid #E2E8EE
}

.menu-cms-sidebar-module_item__MwRmY0RR__platform-common:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    transition: background .15s ease
}

.menu-cms-sidebar-module_item__MwRmY0RR__platform-common.menu-cms-sidebar-module_active__t-sIM0Re__platform-common:after {
    background: var(--menuCmsSideItemActiveLine)
}

.menu-cms-sidebar-module_title__wsGeFsn0__platform-common {
    color: var(--menuCmsSideItem);
    font-size: 14px;
    font-weight: 700
}

.menu-cms-sidebar-module_icon__V-Dh05oB__platform-common {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    filter: invert(.5)
}

.menu-cms-sidebar-module_icon__V-Dh05oB__platform-common img {
    max-width: 100%;
    max-height: 100%
}

.modal-view-mobile-module_modalView__6WJqga-A__platform-common {
    align-items: center;
    background: #0000004d;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: var(--zIndex-modalView)
}

.modal-view-mobile-module_modalView__6WJqga-A__platform-common .modal-view-mobile-module_modalViewContent__lFKMxAtU__platform-common {
    background: var(--buttonText);
    border-radius: 10px;
    box-shadow: 0 5px 7px var(--mobileShadow);
    max-width: 90%;
    width: 100%;
    position: absolute
}

.modal-view-mobile-module_modalView__6WJqga-A__platform-common .modal-view-mobile-module_modalViewClose__sMcNT2CI__platform-common {
    color: var(--buttonText);
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    right: 2px;
    top: -30px
}

.modal-view-module_modalView__d6YqZLkK__platform-common {
    align-items: center;
    background: #0000004d;
    display: flex;
    height: 100vh;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: var(--zIndex-modalView);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

.modal-view-module_modalView__d6YqZLkK__platform-common .modal-view-module_modalViewFixed__8xoAL5es__platform-common {
    height: 100%;
    left: 0;
    max-height: 100vh;
    min-height: auto;
    overflow-y: auto;
    padding-top: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    scrollbar-color: var(--mslScrollbarBg) transparent;
    scrollbar-width: thin
}

.modal-view-module_modalView__d6YqZLkK__platform-common .modal-view-module_modalViewFixed__8xoAL5es__platform-common::-webkit-scrollbar {
    width: var(--mslScrollbarWidth);
    background: var(--mslScrollbarBg)
}

.modal-view-module_modalView__d6YqZLkK__platform-common .modal-view-module_modalViewFixed__8xoAL5es__platform-common::-webkit-scrollbar-track {
    border-radius: var(--mslScrollbarBorderRadius)
}

.modal-view-module_modalView__d6YqZLkK__platform-common .modal-view-module_modalViewFixed__8xoAL5es__platform-common::-webkit-scrollbar-thumb {
    background-color: var(--mslScrollbarThumbColor);
    border: var(--mslScrollbarBorder);
    -webkit-transition: background-color .15s ease;
    transition: background-color .15s ease;
    border-radius: var(--mslScrollbarBorderRadius)
}

.modal-view-module_modalView__d6YqZLkK__platform-common .modal-view-module_modalViewFixed__8xoAL5es__platform-common:hover {
    scrollbar-color: var(--mslScrollbarThumbColor) transparent
}

.modal-view-module_modalView__d6YqZLkK__platform-common .modal-view-module_modalViewFixed__8xoAL5es__platform-common:hover::-webkit-scrollbar-thumb {
    background-color: var(--mslScrollbarThumbColorHover)
}

.modal-view-module_modalView__d6YqZLkK__platform-common .modal-view-module_loading__WkIJdPIw__platform-common {
    overflow: hidden
}

.modal-view-module_modalView__d6YqZLkK__platform-common .modal-view-module_modalViewContainer__PBsGlsO3__platform-common {
    display: table;
    height: 100%;
    vertical-align: middle;
    width: 100%
}

.modal-view-module_modalView__d6YqZLkK__platform-common .modal-view-module_modalViewContainerCell__yrtFu8Z2__platform-common {
    display: table-cell;
    vertical-align: middle
}

.modal-view-module_modalView__d6YqZLkK__platform-common .modal-view-module_modalViewWrapper__uFGFqs43__platform-common {
    background: var(--modalBackground);
    border-radius: var(--baseBorderRadius);
    box-shadow: 0 0 5px #0000004d;
    margin: 0 auto;
    max-width: 727px;
    position: relative;
    width: 100%
}

.modal-view-module_modalView__d6YqZLkK__platform-common .modal-view-module_modalViewWrapper__uFGFqs43__platform-common.modal-view-module_small__dhqX6ogg__platform-common {
    max-width: 320px
}

.modal-view-module_modalView__d6YqZLkK__platform-common .modal-view-module_modalViewWrapper__uFGFqs43__platform-common.modal-view-module_c_gray__jVgpZrQ9__platform-common {
    background: var(--bodyBackgroundColor)
}

.modal-view-module_modalView__d6YqZLkK__platform-common .modal-view-module_modalViewWrapper__uFGFqs43__platform-common.modal-view-module_width_500__S2-dLSTK__platform-common {
    max-width: 500px
}

.modal-view-module_modalView__d6YqZLkK__platform-common .modal-view-module_modalViewWrapper__uFGFqs43__platform-common.modal-view-module_width_400__eCWoC9ft__platform-common {
    max-width: 400px
}

.modal-view-module_modalView__d6YqZLkK__platform-common .modal-view-module_modalViewWrapper__uFGFqs43__platform-common.modal-view-module_width_300__-nTNOve5__platform-common {
    max-width: 300px
}

.modal-view-module_modalView__d6YqZLkK__platform-common .modal-view-module_modalViewWrapperOneStep__s8rS2e6L__platform-common {
    max-width: 390px
}

.modal-view-module_modalView__d6YqZLkK__platform-common .modal-view-module_modalViewClose__899zYcvd__platform-common {
    color: var(--modalText);
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    right: -20px;
    top: -20px;
    transition: transform .15s ease,opacity .15s ease
}

.modal-view-module_modalView__d6YqZLkK__platform-common .modal-view-module_modalViewClose__899zYcvd__platform-common:hover {
    transform: scale(.8)
}

.modal-view-module_modalView__d6YqZLkK__platform-common.modal-view-module_local__PIMSIVRB__platform-common {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.modal-view-module_modalView__d6YqZLkK__platform-common.modal-view-module_local__PIMSIVRB__platform-common .modal-view-module_modalViewFixed__8xoAL5es__platform-common {
    min-height: auto
}

.modal-view-module_modalView__d6YqZLkK__platform-common.modal-view-module_local__PIMSIVRB__platform-common .modal-view-module_modalViewContainerCell__yrtFu8Z2__platform-common {
    padding-top: 30px;
    vertical-align: top
}

.coupon-no-bid-module_couponBids__jnyAzF6g__platform-common {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 40px 18px
}

.coupon-no-bid-module_couponBidsDark__uIZRFPP9__platform-common {
    background: var(--couponContentBacground);
    border-radius: 16px
}

.coupon-no-bid-module_couponBidsImage__ApK8Ntvx__platform-common {
    align-items: center;
    align-self: center;
    background-color: var(--couponBidsImageBg);
    border-radius: 14px;
    display: flex;
    height: 100px;
    justify-content: center;
    width: 132px
}

.coupon-no-bid-module_couponBidsImage__ApK8Ntvx__platform-common img {
    display: block;
    margin: 0 auto
}

.coupon-no-bid-module_couponBidsNoData__1nM7T81F__platform-common {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 24px;
    margin: 12px 0 32px;
    text-align: center
}

.coupon-no-bid-module_couponBidsNoData__1nM7T81F__platform-common strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: var(--couponBidsNoDataTextColor)
}

.coupon-no-bid-module_couponBidsNoData__1nM7T81F__platform-common span {
    color: var(--eventHalfInformation);
    display: block;
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: center;
    line-height: 20px
}

.coupon-no-bid-module_couponBidsNoDataSubtext__PeWqYi9a__platform-common {
    opacity: var(--couponBidsNoDataSubtextOpacity)
}

.coupon-no-bid-module_couponNoBidsButton__P5RTE-Og__platform-common {
    background: var(--betslipMain)
}

.coupon-no-bid-module_couponNoBidsButton__P5RTE-Og__platform-common:hover {
    background: var(--betslipMainHover)
}

input.coupon-no-bid-module_codeInput__juEJdnTF__platform-common {
    border-radius: var(--betslipMainShareInputBorderRadius);
    border: var(--betslipMainShareInputBorder);
    box-shadow: var(--betslipMainShareInputShadow);
    background: var(--betslipMainShareInputBg)
}

input.coupon-no-bid-module_codeInput__juEJdnTF__platform-common::-moz-placeholder {
    color: var(--betslipMainShareInputPlaceholder)
}

input.coupon-no-bid-module_codeInput__juEJdnTF__platform-common::placeholder {
    color: var(--betslipMainShareInputPlaceholder)
}

input.coupon-no-bid-module_codeInput__juEJdnTF__platform-common:active,input.coupon-no-bid-module_codeInput__juEJdnTF__platform-common:focus {
    border: var(--betslipMainShareInputActiveBorder)
}

.event-league-title-module_eventLeagueTitle__YlzIiMFZ__platform-common {
    align-items: center;
    display: flex
}

.event-league-title-module_eventLeagueTitle__YlzIiMFZ__platform-common .event-league-title-module_eventLeagueSport__TGubp4EM__platform-common {
    display: block;
    margin-right: 6px;
    width: 16px
}

.event-league-title-module_eventLeagueTitle__YlzIiMFZ__platform-common .event-league-title-module_eventLiveStatus__195ueGOF__platform-common {
    background: var(--betslipError);
    border-radius: 3px;
    color: var(--betslipGray);
    font-size: 11px;
    font-weight: 700;
    margin-right: 5px;
    padding: 2px 4px;
    text-transform: uppercase
}

.event-league-title-module_eventLeagueTitle__YlzIiMFZ__platform-common span {
    position: relative;
    top: 1px
}

.snackbar-module_Wrapper__5KzaVItF__platform-common {
    align-items: center;
    background: #000;
    border-radius: var(--snackbarBorderRadius);
    box-sizing: border-box;
    color: var(--snackbarColor);
    display: flex;
    min-height: var(--snackbarMinHeight);
    padding: var(--snackbarVerticalPadding) var(--snackbarHorizontalPadding);
    width: 100%
}

.snackbar-module_Icon__oXBAGZ5G__platform-common {
    align-items: center;
    display: flex;
    flex: 0 0 var(--snackbarIconWidth);
    justify-content: center;
    margin-right: var(--snackbarIconMargin)
}

.snackbar-module_countDownNumber__oLveD98P__platform-common {
    margin-left: 8px;
    margin-right: 12px
}

.snackbar-module_translateNumber__c78tIYmo__platform-common {
    translate: 1px 0
}

.snackbar-module_Text__KmK6DrKF__platform-common {
    flex: 1 0 auto;
    text-transform: capitalize
}

.snackbar-module_Danger__Hz9MD98V__platform-common {
    background: var(--snackbarDangerBg)
}

.snackbar-module_Warning__ZQDQf6NZ__platform-common {
    background: var(--snackbarWarningBg)
}

.snackbar-module_Success__03uIX6h9__platform-common,.snackbar-module_Pending__B0eEGY76__platform-common {
    background: var(--snackbarSuccessBg)
}

.snackbar-module_EnterActive__p8T4ic-f__platform-common {
    opacity: 0;
    transform: translateY(100px)
}

.snackbar-module_EnterDone__Dq-8L1f1__platform-common {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .3s,transform .3s
}

@media (max-width: 1100px) {
    .snackbar-module_EnterDone__Dq-8L1f1__platform-common {
        width:100%
    }
}

.snackbar-module_ExitActive__TKIiJaGP__platform-common {
    opacity: 0;
    transition: opacity .3s;
    width: 100%
}

.snackbar-module_ExitDone__rPNvBcy0__platform-common {
    opacity: 1
}

.snackbar-module_arrowCircleIcon__oivsjgTO__platform-common {
    position: absolute;
    font-size: 24px;
    translate: -1px -1px
}

.snackbar-module_elementsInRow__sqhgLGba__platform-common {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.snackbar-module_elementsInColumn__Tsrr69MQ__platform-common {
    display: block
}

.banner-user-not-logged-module_banner__k6FzYhig__platform-common {
    display: flex;
    position: relative;
    width: 100%;
    min-height: var(--minimalSlider);
    border-radius: var(--newMainBannerBorderRadius, 8px)
}

.banner-user-not-logged-module_banner__k6FzYhig__platform-common.banner-user-not-logged-module_mobile__AfZT9UhY__platform-common {
    min-height: auto;
    height: auto;
    border-radius: 0
}

.banner-user-not-logged-module_banner__k6FzYhig__platform-common.banner-user-not-logged-module_mobile__AfZT9UhY__platform-common .banner-user-not-logged-module_banneLeft__JImxAFr8__platform-common {
    padding: 16px;
    border-radius: 0;
    background-position-x: center
}

.banner-user-not-logged-module_banneLeft__JImxAFr8__platform-common {
    flex-grow: 1;
    padding: 32px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
    border-radius: var(--newMainBannerBorderRadius, 8px) 0 0 var(--newMainBannerBorderRadius, 8px)
}

@media screen and (max-width: 1700px) {
    .banner-user-not-logged-module_banneLeft__JImxAFr8__platform-common {
        padding:16px;
        background-position: 80% 25%
    }
}

.banner-user-not-logged-module_title__-63teXW6__platform-common {
    font-weight: var(--titleFontWeight, 900);
    font-size: 32px;
    line-height: 40px;
    letter-spacing: .01em;
    color: var(--white);
    margin-bottom: 16px
}

@media screen and (max-width: 1700px) {
    .banner-user-not-logged-module_title__-63teXW6__platform-common {
        font-size:24px;
        font-weight: 700;
        line-height: 26px
    }
}

.banner-user-not-logged-module_textMobile__4sfYODB9__platform-common {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: var(--white);
    margin-bottom: 16px
}

.banner-user-not-logged-module_titleMobile__B2So9pu-__platform-common,.banner-user-not-logged-module_subDescriptionMobile__rQhMHZM-__platform-common {
    font-weight: 700;
    font-size: 14px;
    min-height: 18px
}

.banner-user-not-logged-module_descriptionMobile__nZCYGm7-__platform-common {
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    min-height: 48px
}

.banner-user-not-logged-module_paymentMethods__ClY2RgcJ__platform-common {
    max-width: 80%;
    margin-top: 24px
}

@media screen and (max-width: 1700px) {
    .banner-user-not-logged-module_paymentMethods__ClY2RgcJ__platform-common {
        margin-top:10px;
        max-width: 100%
    }
}

.banner-user-not-logged-module_banneRight__JNsGwIj8__platform-common {
    width: 250px;
    min-width: 250px
}

@media screen and (max-width: 1700px) {
    .banner-user-not-logged-module_banneRight__JNsGwIj8__platform-common {
        width:200px;
        min-width: 200px
    }
}

html.is-mobile-device .ui-select__list-item--active {
    background: var(--dropDownTextHoverBg)
}

html.is-mobile-device .ui-select__list-item--active .ui-select__bonus-title,html.is-mobile-device .ui-select__list-item--active .ui-select__bonus-label {
    color: var(--bonusSelectorColor)
}

.banner-start-playing-module_startPlay__0XFKHdlv__platform-common {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 8px -4px;
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--newMainBannerActionsWrapperBg);
    border-radius: 40px;
    padding: 14px
}

@media screen and (max-width: 1700px) {
    .banner-start-playing-module_startPlay__0XFKHdlv__platform-common {
        margin:4px -4px;
        width: 100%
    }
}

.banner-start-playing-module_startPlay__0XFKHdlv__platform-common.banner-start-playing-module_mobile__9xge2xez__platform-common {
    padding: 16px;
    margin: 0;
    background: var(--bonusSelectorColor, var(--white));
    border-radius: 8px
}

.banner-start-playing-module_startPlay__0XFKHdlv__platform-common.banner-start-playing-module_mobile__9xge2xez__platform-common .banner-start-playing-module_selectorCountryWrapper__R27f8quQ__platform-common,.banner-start-playing-module_startPlay__0XFKHdlv__platform-common.banner-start-playing-module_mobile__9xge2xez__platform-common .banner-start-playing-module_selectorCurrencyWrapper__OxakMGnO__platform-common {
    width: 50%
}

.banner-start-playing-module_startPlay__0XFKHdlv__platform-common.banner-start-playing-module_mobile__9xge2xez__platform-common .banner-start-playing-module_selectorBonusWrapper__swaD-tnK__platform-common,.banner-start-playing-module_startPlay__0XFKHdlv__platform-common.banner-start-playing-module_mobile__9xge2xez__platform-common .banner-start-playing-module_buttonWrapper__JACirZ3R__platform-common,.banner-start-playing-module_startPlay__0XFKHdlv__platform-common.banner-start-playing-module_mobile__9xge2xez__platform-common .banner-start-playing-module_buttonWrapper__JACirZ3R__platform-common .app-button {
    width: 100%
}

.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorBonus__38dOko9j__platform-common .ui-select__outer {
    background-color: var(--bonusSelectorBackground, var(--white));
    border-color: var(--bonusSelectorBackground, var(--white))!important
}

.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorBonus__38dOko9j__platform-common .ui-select__outer .ui-select__bonus-label,.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorBonus__38dOko9j__platform-common .ui-select__outer .ui-select__bonus-title {
    color: var(--bonusSelectorColor, var(--mainColor))!important
}

.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorBonus__38dOko9j__platform-common .ui-select__list-item--active {
    background-color: var(--bonusSelectorBackground, var(--white))
}

.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorBonus__38dOko9j__platform-common .ui-select__outer-arrow {
    color: var(--bonusSelectorArrow, var(--menuSectionBorder))
}

.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorBonusWrapper__swaD-tnK__platform-common {
    width: 238px
}

.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorCountryWrapper__R27f8quQ__platform-common,.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorCurrencyWrapper__OxakMGnO__platform-common {
    width: 158px
}

.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_wrapper__Up0x2zSB__platform-common {
    padding: 4px
}

@media screen and (max-width: 1700px) {
    .banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_wrapper__Up0x2zSB__platform-common {
        width:50%
    }
}

.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_wrapper__Up0x2zSB__platform-common:has(.banner-start-playing-module_selectorBonus__38dOko9j__platform-common:empty) {
    display: none
}

.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_wrapper__Up0x2zSB__platform-common .ui-select__search input {
    padding-right: 30px
}

.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorBonus__38dOko9j__platform-common,.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorCountry__mBxMV9x8__platform-common,.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorCurrency__3GVJ1eM-__platform-common {
    width: 100%
}

.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorCountry__mBxMV9x8__platform-common {
    position: relative
}

.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorCountry__mBxMV9x8__platform-common .ui-select--searchable.ui-select--open .ui-select__outer .ui-select__list-item-icon,.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorCountry__mBxMV9x8__platform-common .ui-select--searchable.ui-select--open .ui-select__outer .ui-select__list-item-text {
    display: none
}

.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorCountry__mBxMV9x8__platform-common .ui-select__outer {
    display: flex;
    align-items: center
}

.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorCountry__mBxMV9x8__platform-common .ui-select__list-item-icon {
    width: 14px;
    min-width: 14px;
    max-height: 10px;
    margin-right: 8px
}

.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorCountry__mBxMV9x8__platform-common .ui-select__list-item-icon .ui-select__flag {
    width: 100%;
    height: 100%
}

.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorCountry__mBxMV9x8__platform-common .ui-select__list-item-icon .ui-select__flag img {
    border-radius: 2px;
    width: 100%
}

.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorCountry__mBxMV9x8__platform-common .ui-select__list-item-text {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorCountry__mBxMV9x8__platform-common .notice-box {
    min-width: 100%;
    left: 50%;
    top: calc(100% + 5px);
    transform: translate(-50%)
}

@media screen and (max-width: 1510px) {
    .banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_button__LrW73n5l__platform-common .app-button {
        font-size:12px
    }
}

@media screen and (max-width: 1700px) {
    .banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_button__LrW73n5l__platform-common .app-button {
        width:100%
    }
}

.ui-select__bonus {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ui-select__bonus-text {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-select__bonus-icon {
    display: flex;
    align-items: center;
    font-size: 24px;
    margin-right: 12px
}

.ui-select__bonus-label {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: var(--dropDownTextColor)!important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-select__bonus-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: var(--mainColor)!important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

html.is-mobile-device .ui-select__bonus {
    padding: 4px 0
}

html.is-mobile-device .banner-start-playing-module_selectorBonus__38dOko9j__platform-common .ui-select__outer {
    background: var(--dropDownTextHoverBg)
}

html:not(.is-mobile-device) .ui-select__list-item--active .ui-select__bonus-label {
    color: var(--bonusSelectorColor, var(--dropDownTextColor))!important
}

html:not(.is-mobile-device) .ui-select__list-item--active .ui-select__bonus-title {
    color: var(--bonusSelectorColor, var(--mainColor))!important
}

.banner-text-slider-module_slider__XtptSe8n__platform-common {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 0 var(--newMainBannerBorderRadius, 8px) var(--newMainBannerBorderRadius, 8px) 0;
    background-size: cover;
    background-repeat: no-repeat
}

.banner-text-slider-module_itemWrapper__B-crnz3t__platform-common {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 1s,visibility 1s;
    visibility: hidden
}

.banner-text-slider-module_itemWrapper__B-crnz3t__platform-common.banner-text-slider-module_active__AXJxJWhD__platform-common {
    visibility: visible;
    opacity: 1
}

.banner-text-slider-module_item__p8THdZnu__platform-common {
    width: 100%;
    height: 100%;
    padding: 16px 16px 40px;
    color: var(--white);
    text-align: center
}

.banner-text-slider-module_title__6D21W2sS__platform-common,.banner-text-slider-module_description__kmvX-R0O__platform-common,.banner-text-slider-module_percent__621QEkrQ__platform-common,.banner-text-slider-module_bonus__-x5QjcuN__platform-common,.banner-text-slider-module_upTo__m78dhigS__platform-common {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.banner-text-slider-module_title__6D21W2sS__platform-common,.banner-text-slider-module_description__kmvX-R0O__platform-common {
    font-weight: 700;
    font-size: 14px
}

.banner-text-slider-module_title__6D21W2sS__platform-common {
    margin-bottom: 12px;
    text-transform: uppercase
}

.banner-text-slider-module_description__kmvX-R0O__platform-common {
    margin-top: 12px;
    text-transform: uppercase
}

.banner-text-slider-module_percent__621QEkrQ__platform-common,.banner-text-slider-module_bonus__-x5QjcuN__platform-common {
    font-weight: 900;
    font-size: 48px;
    line-height: 2.5rem
}

.banner-text-slider-module_upTo__m78dhigS__platform-common {
    font-weight: 700;
    font-size: 14px;
    margin: 8px 0;
    text-transform: uppercase
}

.banner-text-slider-module_dots__jIQzsnzl__platform-common {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -4px
}

.banner-text-slider-module_dotWrapper__uwT-bJmi__platform-common {
    padding: 0 4px;
    display: flex
}

.banner-text-slider-module_dot__8naHAfi-__platform-common {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid var(--white);
    transition: background-color .15s ease
}

.banner-text-slider-module_dot__8naHAfi-__platform-common.banner-text-slider-module_active__AXJxJWhD__platform-common {
    background-color: var(--white);
    cursor: default;
    pointer-events: none
}

.banner-text-slider-module_dot__8naHAfi-__platform-common:hover {
    background-color: var(--white)
}

.render-on-viewport-container-module_fadeIn__jqFRnYBN__platform-common {
    animation: render-on-viewport-container-module_fadeIn__jqFRnYBN__platform-common .3s ease-in-out both;
    opacity: 0
}

@keyframes render-on-viewport-container-module_fadeIn__jqFRnYBN__platform-common {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@media (max-width: 1280px) {
    .banner-module_producersWrapper__DJBTrchI__platform-common {
        width:75%;
        margin: 0 auto
    }
}

@media (max-width: 860px) {
    .banner-module_producersWrapper__DJBTrchI__platform-common {
        width:100%
    }
}

.banner-module_producersWrapper__DJBTrchI__platform-common img {
    position: absolute;
    background-color: transparent!important
}

.banner-module_producersWrapper__DJBTrchI__platform-common .banner-module_woman1__DSn3vuqf__platform-common {
    bottom: 30px;
    left: 0;
    width: 224px;
    height: 354px;
    z-index: 5
}

.banner-module_producersWrapper__DJBTrchI__platform-common .banner-module_woman1__DSn3vuqf__platform-common.banner-module_mobile__fzRPX4cJ__platform-common {
    width: 35%;
    height: auto
}

.banner-module_producersWrapper__DJBTrchI__platform-common .banner-module_man__YGwap2y5__platform-common {
    bottom: 0;
    width: 646px;
    height: 430px;
    z-index: 6
}

.banner-module_producersWrapper__DJBTrchI__platform-common .banner-module_man__YGwap2y5__platform-common.banner-module_mobile__fzRPX4cJ__platform-common {
    width: 100%;
    height: auto
}

.banner-module_producersWrapper__DJBTrchI__platform-common .banner-module_sunBurst__2VxLnOHI__platform-common {
    bottom: 90px;
    width: 100%;
    height: auto
}

.banner-module_producersWrapper__DJBTrchI__platform-common .banner-module_woman2__hWcpqyct__platform-common {
    bottom: 39px;
    right: 60px;
    width: 272px;
    height: 340px;
    z-index: 5
}

.banner-module_producersWrapper__DJBTrchI__platform-common .banner-module_woman2__hWcpqyct__platform-common.banner-module_mobile__fzRPX4cJ__platform-common {
    width: 42%;
    right: 0;
    height: auto
}

.banner-module_producersWrapper__DJBTrchI__platform-common .banner-module_coinsWrapper__D-VJ8sss__platform-common {
    position: absolute;
    height: 220px;
    width: 120%;
    right: 0;
    bottom: 140px;
    z-index: 2
}

@media (max-width: 1560px) {
    .banner-module_producersWrapper__DJBTrchI__platform-common .banner-module_coinsWrapper__D-VJ8sss__platform-common {
        width:100%;
        height: auto
    }
}

.banner-module_producersWrapper__DJBTrchI__platform-common .banner-module_cubesWrapper__d39kRrbR__platform-common {
    position: absolute;
    width: 110%;
    right: 58px;
    bottom: -5px;
    z-index: 7
}

.banner-module_producersWrapper__DJBTrchI__platform-common .banner-module_cubesWrapper__d39kRrbR__platform-common.banner-module_mobile__fzRPX4cJ__platform-common {
    width: 80%
}

@media (max-width: 1560px) {
    .banner-module_producersWrapper__DJBTrchI__platform-common .banner-module_cubesWrapper__d39kRrbR__platform-common {
        width:100%;
        height: auto
    }
}

.banner-module_bannerWrapper__-InPy6M3__platform-common {
    display: flex;
    position: relative;
    width: 100%;
    min-height: var(--minimalSlider);
    height: var(--sliderHeight);
    border-radius: 8px;
    overflow: hidden
}

.banner-module_bannerWrapper__-InPy6M3__platform-common.banner-module_mobile__fzRPX4cJ__platform-common {
    border-radius: 0
}

.banner-module_bannerWrapper__-InPy6M3__platform-common .awssld__box {
    min-height: var(--minimalSlider);
    height: var(--sliderHeight)
}

.banner-module_bannerWrapper__-InPy6M3__platform-common .awssld__bar {
    height: 2px!important;
    background: var(--eventTableBorder)!important
}

.banner-module_bannerWrapper__-InPy6M3__platform-common .awssld__bullets {
    justify-content: var(--slaiderBulletsPosition, center);
    bottom: 8px
}

.banner-module_bannerWrapper__-InPy6M3__platform-common .awssld__bullets button {
    width: 8px;
    height: 8px;
    background: var(--sliderBulletsDefaultBackground, #ffffff)
}

.banner-module_bannerWrapper__-InPy6M3__platform-common .awssld__bullets button.awssld__bullets--active {
    background: var(--sliderBulletsActiveBackground)
}

.banner-module_bannerWrapper__-InPy6M3__platform-common .awssld__content img {
    display: block;
    background-color: var(--bannerImgBacgroundcolor);
    -o-object-position: top;
    object-position: top
}

.banner-module_bannerInnerWrapper__XPhFbNaf__platform-common {
    display: block;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative
}

.banner-module_controls__09hBSq-6__platform-common {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    position: absolute;
    right: 16px;
    bottom: 16px;
    background: var(--mainBannerControlsBg, rgba(226, 232, 238, .4));
    border-radius: 4px;
    padding: 4px;
    z-index: 3
}

.banner-module_controls__09hBSq-6__platform-common .banner-module_control__tXmRg0np__platform-common {
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    width: 24px;
    height: 24px;
    min-width: 24px;
    font-size: 16px;
    color: var(--mainSliderControlArrowColor);
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    background: var(--mainBannerControlBg, rgba(226, 232, 238, .4));
    transition: opacity .15s ease,background .15s ease
}

.banner-module_controls__09hBSq-6__platform-common .banner-module_control__tXmRg0np__platform-common:not(:last-child) {
    margin-left: 4px
}

.banner-module_controls__09hBSq-6__platform-common .banner-module_control__tXmRg0np__platform-common.banner-module_disabled__IME4eCKY__platform-common {
    opacity: .2;
    cursor: default;
    pointer-events: none
}

.banner-module_controls__09hBSq-6__platform-common .banner-module_control__tXmRg0np__platform-common.banner-module_right__BbD-FHXm__platform-common {
    transform: rotate(180deg)
}

.banner-module_controlsAsiaWrapper__0aDmpg5U__platform-common {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    color: var(--white)
}

.banner-module_controlsAsiaWrapper__0aDmpg5U__platform-common .container-asia {
    width: calc(var(--containerAsiaWidthDesktop) + 80px);
    height: 100%
}

@media screen and (max-width: 1640px) {
    .banner-module_controlsAsiaWrapper__0aDmpg5U__platform-common .container-asia {
        width:calc(var(--containerAsiaWidthTablet) + 80px)
    }
}

@media screen and (max-width: 1412px) {
    .banner-module_controlsAsiaWrapper__0aDmpg5U__platform-common .container-asia {
        width:100%
    }
}

.banner-module_controlsAsia__YsCFmAYV__platform-common {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%
}

.banner-module_controlsAsia__YsCFmAYV__platform-common .banner-module_control__tXmRg0np__platform-common {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    width: 52px;
    font-size: 20px;
    border-radius: 50%;
    z-index: 1;
    transition: background .3s ease
}

.banner-module_controlsAsia__YsCFmAYV__platform-common .banner-module_control__tXmRg0np__platform-common:hover {
    background: rgba(var(--whiteRgb),.2)
}

.banner-module_controlsAsia__YsCFmAYV__platform-common .banner-module_control__tXmRg0np__platform-common.banner-module_right__BbD-FHXm__platform-common {
    transform: rotate(180deg)
}

.banner-module_controlsAsia__YsCFmAYV__platform-common .banner-module_control__tXmRg0np__platform-common.banner-module_disabled__IME4eCKY__platform-common {
    opacity: .2;
    cursor: default;
    pointer-events: none
}

.banner-module_bannerItemWrapper__BHmIRw2-__platform-common {
    height: 100%;
    width: 100%
}

.banner-module_bannerItemWrapper__BHmIRw2-__platform-common.banner-module_asiaBanner__peP20RQp__platform-common {
    background: var(--asiaBannerGradient)
}

.banner-module_bannerItemWrapper__BHmIRw2-__platform-common img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.banner-module_asiaBackgroundImage__u9PX97qO__platform-common {
    opacity: 1;
    transition: opacity .5s ease-in-out
}

.banner-module_asiaBackgroundImageHidden__YwjhI4BN__platform-common {
    opacity: 0
}

.banner-module_bannerInnerContainer__Tj9NBnpG__platform-common {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0
}

.banner-module_content__jZWuns88__platform-common {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px 80px 30px;
    z-index: 3
}

.banner-module_content__jZWuns88__platform-common .banner-module_imagesBlockWrapper__b7eOAMHE__platform-common {
    position: relative;
    width: 50%;
    height: 100%;
    flex-shrink: 0
}

@media (max-width: 1560px) {
    .banner-module_content__jZWuns88__platform-common .banner-module_imagesBlockWrapper__b7eOAMHE__platform-common {
        width:60%
    }
}

@media (max-width: 1280px) {
    .banner-module_content__jZWuns88__platform-common .banner-module_imagesBlockWrapper__b7eOAMHE__platform-common {
        width:80%
    }
}

@media (max-width: 1080px) {
    .banner-module_content__jZWuns88__platform-common .banner-module_imagesBlockWrapper__b7eOAMHE__platform-common {
        position:absolute;
        width: 100%
    }
}

.banner-module_content__jZWuns88__platform-common.banner-module_left__wywPIhto__platform-common {
    text-align: left
}

.banner-module_content__jZWuns88__platform-common.banner-module_left__wywPIhto__platform-common .banner-module_buttons__jKvqIcz8__platform-common {
    justify-content: flex-start!important
}

.banner-module_content__jZWuns88__platform-common.banner-module_center__4LFYjvbS__platform-common {
    flex-direction: column-reverse;
    align-items: center!important;
    text-align: center!important
}

.banner-module_content__jZWuns88__platform-common.banner-module_center__4LFYjvbS__platform-common .banner-module_buttons__jKvqIcz8__platform-common {
    justify-content: center!important
}

.banner-module_content__jZWuns88__platform-common.banner-module_right__BbD-FHXm__platform-common {
    flex-direction: row;
    text-align: right
}

.banner-module_content__jZWuns88__platform-common.banner-module_clickable__ibbm7eLR__platform-common {
    cursor: pointer
}

.banner-module_content__jZWuns88__platform-common.banner-module_mobile__fzRPX4cJ__platform-common {
    padding: 20px
}

.banner-module_content__jZWuns88__platform-common.banner-module_mobile__fzRPX4cJ__platform-common .app-button {
    min-height: 28px
}

.banner-module_textWrapper__f3WCTdxL__platform-common {
    width: 100%
}

@media (max-width: 1080px) {
    .banner-module_textWrapper__f3WCTdxL__platform-common {
        margin-top:30px
    }
}

.banner-module_buttons__jKvqIcz8__platform-common {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px
}

.banner-module_buttons__jKvqIcz8__platform-common button:not(:last-child) {
    margin-right: 10px
}

body.asia-view .banner-module_content__jZWuns88__platform-common.banner-module_left__wywPIhto__platform-common .banner-module_textBlockWrapper__0K3-ggMh__platform-common,body.asia-view .banner-module_content__jZWuns88__platform-common.banner-module_right__BbD-FHXm__platform-common .banner-module_textBlockWrapper__0K3-ggMh__platform-common {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
    width: 50%;
    translate: 300px 0;
    opacity: 0;
    animation: banner-module_slidenInRight__6p4Si24S__platform-common 2s ease-in-out forwards
}

body.asia-view .banner-module_content__jZWuns88__platform-common.banner-module_left__wywPIhto__platform-common .banner-module_buttons__jKvqIcz8__platform-common,body.asia-view .banner-module_content__jZWuns88__platform-common.banner-module_right__BbD-FHXm__platform-common .banner-module_buttons__jKvqIcz8__platform-common {
    justify-content: center!important
}

body.asia-view .banner-module_content__jZWuns88__platform-common.banner-module_left__wywPIhto__platform-common {
    flex-direction: row-reverse
}

body.asia-view .banner-module_content__jZWuns88__platform-common.banner-module_right__BbD-FHXm__platform-common .container-asia {
    display: flex;
    justify-content: flex-end
}

body.asia-view .banner-module_content__jZWuns88__platform-common.banner-module_mobile__fzRPX4cJ__platform-common {
    width: 100%
}

body.asia-view .banner-module_bannerWrapper__-InPy6M3__platform-common {
    min-height: var(--bannerAsiaDesktopHeight);
    height: var(--bannerAsiaDesktopHeight);
    border-radius: 0
}

body.asia-view .banner-module_bannerWrapper__-InPy6M3__platform-common.banner-module_mobile__fzRPX4cJ__platform-common {
    min-height: var(--bannerAsiaMobileHeight);
    height: var(--bannerAsiaMobileHeight)
}

body.asia-view .banner-module_bannerWrapper__-InPy6M3__platform-common.banner-module_mobile__fzRPX4cJ__platform-common .banner-module_textBlockWrapper__0K3-ggMh__platform-common {
    width: 100%;
    height: 100%;
    translate: 0;
    animation: banner-module_fadeIn__S8DaXvji__platform-common 2s ease-in-out forwards
}

body.asia-view .banner-module_bannerWrapper__-InPy6M3__platform-common.banner-module_mobile__fzRPX4cJ__platform-common .banner-module_textWrapper__f3WCTdxL__platform-common {
    flex-grow: 1;
    display: flex;
    justify-content: center
}

body.asia-view .banner-module_bannerWrapper__-InPy6M3__platform-common.banner-module_mobile__fzRPX4cJ__platform-common .banner-module_controlsAsiaWrapper__0aDmpg5U__platform-common .banner-module_control__tXmRg0np__platform-common {
    height: 40px;
    width: 40px
}

body.asia-view .banner-module_bannerWrapper__-InPy6M3__platform-common.banner-module_mobile__fzRPX4cJ__platform-common .banner-module_controlsAsiaWrapper__0aDmpg5U__platform-common .container-asia {
    width: 100%;
    margin: 0
}

body.asia-view .banner-module_bannerWrapper__-InPy6M3__platform-common.banner-module_mobile__fzRPX4cJ__platform-common .banner-module_controlsAsia__YsCFmAYV__platform-common {
    margin: 0 5px
}

body.asia-view .banner-module_bannerWrapper__-InPy6M3__platform-common.banner-module_mobile__fzRPX4cJ__platform-common .banner-module_content__jZWuns88__platform-common .container-asia {
    width: 100%;
    height: 100%;
    padding: 60px 30px;
    margin: 0;
    justify-content: center
}

body.asia-view .banner-module_bannerWrapper__-InPy6M3__platform-common.banner-module_mobile__fzRPX4cJ__platform-common .banner-module_buttons__jKvqIcz8__platform-common {
    margin: 0 0 30px
}

body.asia-view .banner-module_bannerWrapper__-InPy6M3__platform-common.banner-module_mobile__fzRPX4cJ__platform-common .awssld__box {
    min-height: var(--bannerAsiaMobileHeight);
    height: var(--bannerAsiaMobileHeight)
}

body.asia-view .banner-module_bannerWrapper__-InPy6M3__platform-common.banner-module_mobile__fzRPX4cJ__platform-common .awssld__bullets {
    bottom: 24px
}

body.asia-view .banner-module_bannerWrapper__-InPy6M3__platform-common.banner-module_mobile__fzRPX4cJ__platform-common .app-button {
    min-width: 150px;
    min-height: 48px
}

body.asia-view .banner-module_bannerWrapper__-InPy6M3__platform-common .awssld__box {
    min-height: var(--bannerAsiaDesktopHeight);
    height: var(--bannerAsiaDesktopHeight)
}

body.asia-view .banner-module_bannerWrapper__-InPy6M3__platform-common .awssld__bullets {
    bottom: 35px
}

body.asia-view .banner-module_bannerItemWrapper__BHmIRw2-__platform-common .app-button {
    min-width: 180px
}

body.asia-view .banner-module_bannerItemWrapper__BHmIRw2-__platform-common img {
    -o-object-fit: fill;
    object-fit: fill
}

body.asia-view .banner-module_content__jZWuns88__platform-common {
    padding: 0;
    flex-direction: row
}

body.asia-view .banner-module_controls__09hBSq-6__platform-common {
    border-radius: 0
}

.banner-module_bannerWrapper__-InPy6M3__platform-common .awssld--customAnimation {
    --custom-animation-perspective: 600px;
    --custom-animation-angle: 0;
    --custom-animation-enter-delay: 85ms
}

.banner-module_bannerWrapper__-InPy6M3__platform-common .awssld--customAnimation .awssld__container {
    perspective: var(--custom-animation-perspective)
}

.banner-module_bannerWrapper__-InPy6M3__platform-common .awssld--customAnimation .awssld--moveLeft,.banner-module_bannerWrapper__-InPy6M3__platform-common .awssld--customAnimation .awssld--moveRight {
    animation-delay: var(--custom-animation-enter-delay)
}

.banner-module_bannerWrapper__-InPy6M3__platform-common .awssld--customAnimation .awssld--exit.awssld--moveLeft {
    transform-origin: 0 50%;
    animation: openRight var(--slider-transition-duration) both var(--transition-bezier)
}

.banner-module_bannerWrapper__-InPy6M3__platform-common .awssld--customAnimation .awssld--exit.awssld--moveRight {
    transform-origin: 100% 50%;
    animation: openLeft var(--slider-transition-duration) both var(--transition-bezier)
}

@keyframes banner-module_openLeft__gGbVXlM5__platform-common {
    45% {
        transform: rotateY(calc(var(--custom-animation-angle) * -1))
    }
}

@keyframes banner-module_openRight__bxCl23lK__platform-common {
    45% {
        transform: rotateY(var(--custom-animation-angle))
    }
}

@keyframes banner-module_slidenInRight__6p4Si24S__platform-common {
    0% {
        translate: 300px 0;
        opacity: 0
    }

    to {
        translate: 0 0;
        opacity: 1
    }
}

@keyframes banner-module_fadeIn__S8DaXvji__platform-common {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.banner-module_asiaBannerContainer__9HQob3Jy__platform-common {
    background: linear-gradient(45deg,#0d213e,#1a3769)
}

.banner-module_asiaBannerContainer__9HQob3Jy__platform-common .banner-module_customColors__Fxllext-__platform-common {
    --base-color: #1A3769;
    --highlight-color: #0D1D34
}

.ticker-module_Inner__WjP-xPLM__platform-common {
    display: flex;
    overflow: hidden
}

.ticker-module_Active__uOaajXuV__platform-common .ticker-module_Item__akBLEIzT__platform-common {
    animation: ticker-module_ticker__4hUmd8Pi__platform-common 15s infinite linear
}

@keyframes ticker-module_ticker__4hUmd8Pi__platform-common {
    to {
        transform: translate(-100%)
    }
}

.ticker-module_WithEllipsis__wNbdWYfW__platform-common {
    margin-right: 20px;
    position: relative
}

.ticker-module_WithEllipsis__wNbdWYfW__platform-common:after {
    content: "...";
    position: absolute;
    right: -14px;
    top: 2px
}

.header-clock-module_headerClock__nN7vGkwk__platform-common {
    display: flex;
    align-items: center;
    font-size: 11px;
    font-weight: 500;
    cursor: default;
    color: var(--headerClockColorDesktop)
}

.header-clock-module_headerClock__nN7vGkwk__platform-common .header-clock-module_icon__59VD-Cs4__platform-common {
    font-size: 14px
}

.header-clock-module_headerClock__nN7vGkwk__platform-common .header-clock-module_inner__FDOtB5pZ__platform-common {
    margin-left: 5px
}

.header-clock-module_headerClock__nN7vGkwk__platform-common .header-clock-module_value__OGWnGXnK__platform-common .header-clock-module_marginRight__KbY6QPVk__platform-common {
    margin-right: 5px
}

.header-clock-module_headerClock__nN7vGkwk__platform-common .header-clock-module_divider__Oe8QcnSa__platform-common {
    display: inline
}

.header-clock-module_headerClock__nN7vGkwk__platform-common .header-clock-module_divider__Oe8QcnSa__platform-common:before {
    content: "|";
    padding: 0 3px
}

.header-clock-mobile-module_wrapper__lLHwYTco__platform-common {
    padding: 0 10px;
    overflow: auto;
    margin: 0 auto;
    width: 100%;
    background: var(--headerClockBg);
    color: var(--headerClockColor)
}

.header-clock-mobile-module_headerClock__vix7ql5k__platform-common {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-size: 10px;
    font-weight: 500;
    height: 28px;
    width: 100%
}

.header-clock-mobile-module_headerClock__vix7ql5k__platform-common .header-clock-mobile-module_icon__bmhFbWxc__platform-common {
    font-size: 11px;
    margin-right: 5px
}

.header-clock-mobile-module_headerClock__vix7ql5k__platform-common .header-clock-mobile-module_inner__4ZlT--jv__platform-common {
    position: relative;
    top: 1px;
    margin-left: 5px;
    display: flex;
    align-items: center;
    white-space: nowrap
}

@media screen and (max-width: 600px) {
    .header-clock-mobile-module_headerClock__vix7ql5k__platform-common .header-clock-mobile-module_inner__4ZlT--jv__platform-common {
        margin-left:0
    }
}

@media screen and (max-width: 600px) {
    .header-clock-mobile-module_headerClock__vix7ql5k__platform-common .header-clock-mobile-module_inner__4ZlT--jv__platform-common+.header-clock-mobile-module_inner__4ZlT--jv__platform-common {
        margin-top:1px
    }
}

.header-clock-mobile-module_headerClock__vix7ql5k__platform-common .header-clock-mobile-module_value__VMekf4zt__platform-common {
    display: flex;
    color: var(--white)
}

.header-clock-mobile-module_headerClock__vix7ql5k__platform-common .header-clock-mobile-module_value__VMekf4zt__platform-common .header-clock-mobile-module_marginRight__-qqKWSDS__platform-common {
    color: var(--headerClockColor);
    padding-right: 5px
}

.header-clock-mobile-module_headerClock__vix7ql5k__platform-common .header-clock-mobile-module_divider__nkqJnKgf__platform-common:before {
    content: "|";
    padding: 0 5px;
    color: var(--headerClockColor)
}

@media screen and (max-width: 600px) {
    .header-clock-mobile-module_mobilesThoLines__4F3CI8No__platform-common {
        align-items:flex-start;
        flex-direction: column;
        justify-content: center
    }
}

.dot-loader-module_wrapper__8ErONNlQ__platform-common {
    width: 35px;
    height: 8px;
    position: relative
}

.dot-loader-module_dots__WI-wJI3D__platform-common {
    display: flex
}

.dot-loader-module_dots__WI-wJI3D__platform-common.dot-loader-module_two__KJ08RLWl__platform-common {
    animation-duration: 2s;
    animation-delay: 1s;
    animation-name: dot-loader-module_rotateDots__533PxUdJ__platform-common;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite
}

.dot-loader-module_dots__WI-wJI3D__platform-common.dot-loader-module_three__Izz6lk0j__platform-common {
    position: absolute;
    top: 0;
    right: 0;
    animation-duration: 2s;
    animation-name: dot-loader-module_rotateDots__533PxUdJ__platform-common;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite
}

.dot-loader-module_dot__0PEScfs9__platform-common {
    margin: 0 2px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #1a2b33
}

@keyframes dot-loader-module_rotateDots__533PxUdJ__platform-common {
    0%,50% {
        transform: rotate(0)
    }

    to {
        transform: rotate(180deg)
    }
}

.modern-checkbox-module_checkbox__dM1hSGXn__platform-common {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.modern-checkbox-module_checkbox__dM1hSGXn__platform-common .modern-checkbox-module_fakeInput__X4jxNm4a__platform-common {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

.modern-checkbox-module_checkbox__dM1hSGXn__platform-common .modern-checkbox-module_input__aFqUyt0j__platform-common {
    display: none
}

.modern-checkbox-module_checkbox__dM1hSGXn__platform-common.modern-checkbox-module_default__oYWzaM1k__platform-common {
    position: relative
}

.modern-checkbox-module_checkbox__dM1hSGXn__platform-common.modern-checkbox-module_default__oYWzaM1k__platform-common.modern-checkbox-module_small__UJOO9kDW__platform-common .modern-checkbox-module_fakeInput__X4jxNm4a__platform-common {
    height: 16px;
    width: 16px;
    border: var(--mslCheckboxBorder);
    border-radius: var(--mslCheckboxBorderRadius)
}

.modern-checkbox-module_checkbox__dM1hSGXn__platform-common.modern-checkbox-module_default__oYWzaM1k__platform-common.modern-checkbox-module_small__UJOO9kDW__platform-common .modern-checkbox-module_fakeInput__X4jxNm4a__platform-common:after {
    box-sizing: border-box;
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 4px;
    border-color: transparent var(--white) var(--white) transparent;
    border-style: solid;
    border-width: 0 2px 2px 0;
    opacity: 0;
    width: 6px;
    height: 9px;
    transform: rotate(38deg);
    transition: opacity .1s ease-in;
    border-radius: 1px
}

.modern-checkbox-module_checkbox__dM1hSGXn__platform-common.modern-checkbox-module_default__oYWzaM1k__platform-common.modern-checkbox-module_small__UJOO9kDW__platform-common .modern-checkbox-module_input__aFqUyt0j__platform-common.modern-checkbox-module_checked__xLWix6XT__platform-common+.modern-checkbox-module_fakeInput__X4jxNm4a__platform-common {
    background-color: var(--mslActiveCheckboxBG);
    border-color: var(--mslActiveCheckboxBG)
}

.modern-checkbox-module_checkbox__dM1hSGXn__platform-common.modern-checkbox-module_default__oYWzaM1k__platform-common.modern-checkbox-module_small__UJOO9kDW__platform-common .modern-checkbox-module_input__aFqUyt0j__platform-common.modern-checkbox-module_checked__xLWix6XT__platform-common+.modern-checkbox-module_fakeInput__X4jxNm4a__platform-common:after {
    opacity: 1
}

.aviator-casino-module_aviator_container__6YCwlwAA__platform-common {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

.aviator-casino-module_aviator_container__6YCwlwAA__platform-common .aviator-casino-module_aviator__7aE1Wzdq__platform-common {
    font-size: 33px;
    position: relative;
    top: 5px
}

.aviator-casino-module_aviator_container__6YCwlwAA__platform-common .aviator-casino-module_propeller__IHeSBG8e__platform-common {
    font-size: 26px;
    position: relative;
    right: 11px;
    top: -1px;
    transform: rotate(-20deg)
}

.aviator-casino-module_aviator_container__6YCwlwAA__platform-common .aviator-casino-module_aviatorTitle__egc7NhsD__platform-common {
    font-size: 58px;
    position: relative;
    top: 5px
}

.aviator-casino-module_aviatorAnimation__MF6iMSRR__platform-common .aviator-casino-module_aviator_container__6YCwlwAA__platform-common {
    animation: aviator-casino-module_aviatorLevitation__J3sJBAFv__platform-common 4s
}

.aviator-casino-module_aviatorAnimation__MF6iMSRR__platform-common .aviator-casino-module_propeller__IHeSBG8e__platform-common {
    animation: aviator-casino-module_aviatorProppeler__-krG0UWK__platform-common 4s
}

@keyframes aviator-casino-module_aviatorLevitation__J3sJBAFv__platform-common {
    0% {
        top: 0
    }

    15% {
        top: -7px
    }

    35% {
        transform: rotate(35deg)
    }

    60% {
        top: 7px
    }

    to {
        top: 0
    }
}

@keyframes aviator-casino-module_aviatorProppeler__-krG0UWK__platform-common {
    0% {
        transform: rotate(160deg)
    }

    to {
        transform: rotate(4120deg)
    }
}

.promotions-blocked-module_promotionsBlockedPage__92XZ9qSt__platform-common {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    color: var(--white);
    background: linear-gradient(167.32deg,#4a0085 16.93%,#1d014d 87.49%),#fff;
    padding: 0 1.5em 0 11.5em;
    overflow: hidden
}

.promotions-blocked-module_firstSection__4OFNAFQ3__platform-common {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5em;
    min-width: 24em
}

.promotions-blocked-module_largeText__cm5KLgcd__platform-common {
    font-size: 4em;
    font-weight: 900;
    line-height: 56px
}

.promotions-blocked-module_smallText__8c-SRfzI__platform-common {
    font-size: 1.5em;
    font-weight: 700;
    width: 75%
}

.promotions-blocked-module_loginRow__RTTarQYL__platform-common {
    display: flex;
    justify-content: start;
    gap: 8px
}

.promotions-blocked-module_loginRow__RTTarQYL__platform-common .app-button {
    width: 156px
}

.promotions-blocked-module_secondSection__KOgggfbx__platform-common {
    overflow: visible;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center
}

.promotions-blocked-module_promotionsBlockedImg__NZBnkpWA__platform-common {
    width: 100%;
    aspect-ratio: auto;
    margin: 8em 0 5em
}

.promotions-blocked-module_mobileSection__xP-9laJ3__platform-common {
    display: none
}

@media only screen and (max-width: 900px) {
    .promotions-blocked-module_promotionsBlockedPage__92XZ9qSt__platform-common {
        flex-direction:column;
        padding: 0;
        gap: 0
    }

    .promotions-blocked-module_firstSection__4OFNAFQ3__platform-common {
        text-align: center;
        gap: .5em
    }

    .promotions-blocked-module_loginRow__RTTarQYL__platform-common {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin: .75em 0 2.5em
    }

    .promotions-blocked-module_loginRow__RTTarQYL__platform-common .app-button {
        width: 9.5em
    }

    .promotions-blocked-module_largeText__cm5KLgcd__platform-common {
        font-weight: 700;
        font-size: 1.5em;
        line-height: 32px;
        letter-spacing: .01em;
        margin-top: 8px
    }

    .promotions-blocked-module_smallText__8c-SRfzI__platform-common {
        font-weight: 400;
        font-size: .875em;
        line-height: 20px;
        width: 100%
    }

    .promotions-blocked-module_secondSection__KOgggfbx__platform-common {
        display: none
    }

    .promotions-blocked-module_promotionsBlockedImg__NZBnkpWA__platform-common {
        margin: 3em 0 4em
    }

    .promotions-blocked-module_mobileSection__xP-9laJ3__platform-common {
        display: block;
        padding: 0 3.3em;
        background-repeat: no-repeat;
        background-position: 90% 105%;
        background-size: 75%
    }
}

.promotions-sections-module_mobileWrapper__kLeElKZw__platform-common {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: auto;
    scrollbar-color: transparent transparent;
    scrollbar-width: thin
}

.promotions-sections-module_wrapper__bxu6INL6__platform-common {
    background-color: var(--promotionsSectionsBg, #ffffff);
    box-shadow: var(--promotionsSectionsBoxShadow);
    border-radius: var(--promotionsSectionsRadius, 8px);
    padding: 20px
}

.promotions-sections-module_wrapper__bxu6INL6__platform-common.promotions-sections-module_mobile__GffU3JLu__platform-common {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 24px
}

.promotions-sections-module_wrapper__bxu6INL6__platform-common.promotions-sections-module_mobile__GffU3JLu__platform-common .promotions-sections-module_header__6MD1A4EX__platform-common {
    height: 40px;
    padding: 10px 12px;
    border-radius: 8px;
    background-color: var(--promotionsSectionsHeaderBgMobile, #F0F3F8)
}

.promotions-sections-module_wrapper__bxu6INL6__platform-common.promotions-sections-module_mobile__GffU3JLu__platform-common .promotions-sections-module_title__nX1VCj1E__platform-common {
    font-size: 14px
}

.promotions-sections-module_wrapper__bxu6INL6__platform-common.promotions-sections-module_mobile__GffU3JLu__platform-common .promotions-sections-module_headerRight__m-Po4Pvk__platform-common {
    display: flex;
    align-items: center
}

.promotions-sections-module_wrapper__bxu6INL6__platform-common.promotions-sections-module_mobile__GffU3JLu__platform-common .promotions-sections-module_count__kxZ8XLCN__platform-common {
    font-size: 14px;
    font-weight: 400;
    color: var(--promotionsSectionsHeaderCount)
}

.promotions-sections-module_wrapper__bxu6INL6__platform-common.promotions-sections-module_mobile__GffU3JLu__platform-common .promotions-sections-module_arrow__MC9vLNIR__platform-common {
    margin-left: 10px;
    font-size: 16px;
    color: var(--promotionsSectionsHeaderArrow)
}

.promotions-sections-module_wrapper__bxu6INL6__platform-common.promotions-sections-module_mobile__GffU3JLu__platform-common .promotions-sections-module_itemsWrapper__61a05C4x__platform-common {
    margin-right: -16px
}

.promotions-sections-module_wrapper__bxu6INL6__platform-common.promotions-sections-module_mobile__GffU3JLu__platform-common .promotions-sections-module_items__EVUOA5sa__platform-common .react-horizontal-scrolling-menu--item:last-child .promotions-sections-module_itemWrapper__k1TSZfQt__platform-common {
    margin-right: 16px
}

.promotions-sections-module_header__6MD1A4EX__platform-common {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px
}

.promotions-sections-module_header__6MD1A4EX__platform-common.promotions-sections-module_mobile__GffU3JLu__platform-common .promotions-sections-module_title__nX1VCj1E__platform-common {
    font-size: 20px;
    text-transform: uppercase
}

.promotions-sections-module_header__6MD1A4EX__platform-common.promotions-sections-module_mobile__GffU3JLu__platform-common .app-button {
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 700;
    min-height: 32px
}

.promotions-sections-module_title__nX1VCj1E__platform-common {
    font-size: 24px;
    font-weight: 700;
    color: var(--promotionsSectionsTitle)
}

.promotions-sections-module_moreButton__D6YP50Y3__platform-common {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--promotionsSectionsMoreButton);
    text-decoration: none;
    transition: color .3s
}

.promotions-sections-module_moreButton__D6YP50Y3__platform-common:hover {
    color: var(--promotionsSectionsMoreButtonHover);
    text-decoration: underline
}

.promotions-sections-module_itemsWrapper__61a05C4x__platform-common {
    overflow-x: hidden;
    margin-right: -20px;
    margin-left: -6px
}

.promotions-sections-module_items__EVUOA5sa__platform-common {
    max-width: 100%
}

.promotions-sections-module_items__EVUOA5sa__platform-common .react-horizontal-scrolling-menu--item:last-child .promotions-sections-module_itemWrapper__k1TSZfQt__platform-common {
    margin-right: 20px
}

.promotions-sections-module_items__EVUOA5sa__platform-common .horizontal-menu__arrow-wrapper {
    width: 32px;
    height: 32px;
    background-color: var(--promotionsSectionsNavigationButtonBg);
    opacity: 1;
    font-size: 16px;
    color: var(--promotionsSectionsNavigationButton);
    border-radius: 4px;
    transition: background-color .3s,color .3s
}

.promotions-sections-module_items__EVUOA5sa__platform-common .horizontal-menu__arrow-wrapper--left {
    left: 27px
}

.promotions-sections-module_items__EVUOA5sa__platform-common .horizontal-menu__arrow-wrapper--right {
    right: 27px
}

.promotions-sections-module_items__EVUOA5sa__platform-common .horizontal-menu .react-horizontal-scrolling-menu--wrapper:hover .horizontal-menu__arrow-wrapper {
    background-color: var(--promotionsSectionsNavigationButtonBgHover);
    color: var(--promotionsSectionsNavigationButtonHover)
}

.promotions-sections-module_itemWrapper__k1TSZfQt__platform-common {
    display: inline-block;
    width: 343px;
    flex: 0 0 343px;
    height: 200px;
    margin: 0 6px;
    text-decoration: none
}

.promotions-sections-module_item__-wlXC0xP__platform-common {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 60px 24px 22px;
    background-size: cover;
    border-radius: var(--promotionsSectionsBorderRadius, 8px);
    position: relative;
    cursor: pointer
}

.promotions-sections-module_itemContent__ryNk3Cug__platform-common {
    z-index: 1
}

.promotions-sections-module_itemIcon__gT9IkLZ-__platform-common {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 24px;
    width: 50px;
    height: 50px;
    padding: 6px 8px;
    font-size: 24px;
    color: var(--promotionsSectionsIconTypeBonus);
    background-size: cover;
    background-repeat: no-repeat
}

.promotions-sections-module_itemText__Q6TJ6rYq__platform-common {
    padding-right: 40px
}

.promotions-sections-module_itemTitle__3q7gRMva__platform-common {
    font-size: 16px;
    font-weight: 700;
    color: var(--promotionsSectionsItem, #ffffff);
    margin-bottom: 4px
}

.promotions-sections-module_itemDescription__Qz7IVenA__platform-common {
    margin: 10px 0
}

.promotions-sections-module_itemButton__t7U0WlBI__platform-common {
    margin-top: 10px;
    min-height: 40px;
    width: 100%
}

.promotions-sections-module_itemImage__4NWnI0mn__platform-common {
    position: absolute;
    top: 20px;
    right: 0;
    max-height: 120px;
    max-width: 130px
}

.promotions-sections-module_asiaStylye__oTvR6lky__platform-common {
    margin: 16px 0
}

.promotions-sections-module_asiaStylye__oTvR6lky__platform-common .promotions-sections-module_itemsWrapper__61a05C4x__platform-common {
    margin: 0 -9px
}

.promotions-sections-module_asiaStylye__oTvR6lky__platform-common .promotions-sections-module_itemWrapper__k1TSZfQt__platform-common {
    margin: 0 7px;
    width: 379px
}

@media screen and (max-width: 1560px) {
    .promotions-sections-module_asiaStylye__oTvR6lky__platform-common .promotions-sections-module_itemWrapper__k1TSZfQt__platform-common {
        width:435px
    }
}

@media screen and (max-width: 445px) {
    .promotions-sections-module_asiaStylye__oTvR6lky__platform-common .promotions-sections-module_itemWrapper__k1TSZfQt__platform-common {
        width:340px
    }
}

.promotions-sections-module_asiaStylye__oTvR6lky__platform-common .promotions-sections-module_itemImage__4NWnI0mn__platform-common {
    position: absolute;
    top: 0;
    right: 0;
    min-height: 100%;
    max-width: 80%;
    border-bottom-right-radius: var(--promotionsSectionsRadius, 8px);
    border-top-right-radius: var(--promotionsSectionsRadius, 8px)
}

.promotions-sections-module_asiaStylye__oTvR6lky__platform-common .promotions-sections-module_items__EVUOA5sa__platform-common {
    max-width: 100%
}

.promotions-sections-module_asiaStylye__oTvR6lky__platform-common .promotions-sections-module_items__EVUOA5sa__platform-common .react-horizontal-scrolling-menu--item:first-child .promotions-sections-module_itemWrapper__k1TSZfQt__platform-common {
    margin-left: 10px
}

.promotions-sections-module_asiaStylye__oTvR6lky__platform-common .promotions-sections-module_items__EVUOA5sa__platform-common .react-horizontal-scrolling-menu--item:last-child .promotions-sections-module_itemWrapper__k1TSZfQt__platform-common {
    margin-right: 10px
}

.promotions-sections-module_asiaStylye__oTvR6lky__platform-common .promotions-sections-module_item__-wlXC0xP__platform-common {
    transition: transform .3s ease
}

.promotions-sections-module_asiaStylye__oTvR6lky__platform-common .promotions-sections-module_itemTitle__3q7gRMva__platform-common {
    font-size: 12px;
    font-weight: 700;
    color: var(--promotionsSectionsItem, #ffffff);
    opacity: .5;
    margin-bottom: 4px;
    text-transform: uppercase
}

@media screen and (max-width: 800px) {
    .promotions-sections-module_header__6MD1A4EX__platform-common {
        margin-bottom:16px
    }

    .promotions-sections-module_asiaStylye__oTvR6lky__platform-common {
        margin: 32px 15px
    }
}

.forecast-button-module_forecastCoefficientBlock__J6A9KnvS__platform-common {
    display: flex;
    position: relative;
    border-radius: 20px;
    border: 1px solid var(--forecastsBorder);
    align-items: center;
    justify-content: center;
    color: var(--betNameColor);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: border-color .2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 50px;
    height: 30px
}

.forecast-button-module_forecastCoefficientBlock__J6A9KnvS__platform-common:hover {
    border-color: var(--forecastsBorderSelected)
}

.forecast-button-module_forecastCoefficientBlock__J6A9KnvS__platform-common:hover .forecast-button-module_modal-info__5FiWcXy8__platform-common {
    display: flex
}

.forecast-button-module_forecastCoefficientBlock__J6A9KnvS__platform-common:before {
    border-radius: 20px;
    transition: border .3s linear,background .3s linear;
    transition-timing-function: step-end;
    transition-delay: .1s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    background: transparent;
    border: 2px solid transparent
}

.forecast-button-module_forecastCoefficientBlockActive__rApngQbV__platform-common {
    border-color: var(--forecastsBorderSelected);
    background-color: var(--forecastsBgSelected)
}

.forecast-button-module_blockDefault__Z16TkNIV__platform-common {
    cursor: pointer;
    overflow: hidden
}

.forecast-button-module_blockDefault__Z16TkNIV__platform-common.forecast-button-module_active__Dn7l4Lwk__platform-common:after {
    background-color: var(--factorSelectedBackgroundColor)
}

.forecast-button-module_blockDefault__Z16TkNIV__platform-common:after {
    transition: transform 1s ease-in-out,visibility 1s ease-out;
    transform: rotate(45deg) translate(0);
    height: 160px;
    width: 160px;
    background: var(--menuActiveColor);
    visibility: hidden;
    display: block;
    content: "";
    position: absolute
}

.forecast-button-module_blockDefault__Z16TkNIV__platform-common:hover:not(.forecast-button-module_active__Dn7l4Lwk__platform-common) {
    background: var(--forecastButtonHoverBg)
}

.forecast-button-module_blockDefault__Z16TkNIV__platform-common.forecast-button-module_active__Dn7l4Lwk__platform-common,.forecast-button-module_blockDefault__Z16TkNIV__platform-common:active,.forecast-button-module_blockDefault__Z16TkNIV__platform-common:focus {
    border-color: var(--buttonMain)
}

.forecast-button-module_blockDefault__Z16TkNIV__platform-common.forecast-button-module_active__Dn7l4Lwk__platform-common {
    box-shadow: inset 0 0 1px var(--buttonMain);
    background-color: var(--factorSelectedBackgroundColor)
}

.forecast-button-module_blockDefault__Z16TkNIV__platform-common i {
    transition: opacity .3s ease;
    transition-delay: .15s
}

.forecast-button-module_blockDefault__Z16TkNIV__platform-common i:nth-child(1) {
    border-top: 10px solid transparent;
    border-bottom: 10px solid var(--factorDownBorderColor);
    border-left: 10px solid transparent;
    bottom: 2px;
    right: 2px;
    position: absolute;
    opacity: 0
}

.forecast-button-module_blockDefault__Z16TkNIV__platform-common i:nth-child(2) {
    border-top: 10px solid var(--buttonMain);
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    top: 2px;
    right: 2px;
    opacity: 0;
    position: absolute
}

@media screen and (max-width: 1000px) {
    .forecast-button-module_forecast-coefficient-block--third__-apgda1p__platform-common {
        width:60px;
        height: 30px;
        font-size: 12px
    }
}

.forecast-button-module_blockContent__7Ny6GlmE__platform-common {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10
}

.forecast-button-module_blockUp__HhcCMbi4__platform-common:after {
    transform: rotate(45deg) translateY(-205px);
    visibility: visible
}

.forecast-button-module_blockUp__HhcCMbi4__platform-common:before {
    transition-timing-function: step-start;
    background-color: var(--factorUpBackground);
    border-color: var(--buttonMain)
}

.forecast-button-module_blockUp__HhcCMbi4__platform-common i:nth-child(2) {
    opacity: 1
}

.forecast-button-module_blockDown__o7lop6cX__platform-common:after {
    transform: rotate(45deg) translate(205px);
    visibility: visible
}

.forecast-button-module_blockDown__o7lop6cX__platform-common:before {
    transition-timing-function: step-start;
    background-color: var(--eventDown);
    border-color: var(--factorDownBorderColor)
}

.forecast-button-module_blockDown__o7lop6cX__platform-common i:nth-child(1) {
    opacity: 1
}

.forecast-button-module_blockPartial__SjQvxK4y__platform-common:after {
    display: none
}

.forecast-button-module_blockPartial__SjQvxK4y__platform-common:before {
    display: none
}

.forecast-button-module_blockDisabled__IsdYVy2P__platform-common {
    overflow: visible;
    cursor: default;
    border-color: var(--eventCoefficientBorderDisabled)
}

.forecast-button-module_blockDisabled__IsdYVy2P__platform-common:before,.forecast-button-module_blockDisabled__IsdYVy2P__platform-common:after,.forecast-button-module_blockDisabled__IsdYVy2P__platform-common i {
    display: none
}

.forecast-button-module_blockDecimal__uLvSHYE9__platform-common .forecast-button-module_coefficientText__9nYSd5tZ__platform-common,.forecast-button-module_blockDecimal__uLvSHYE9__platform-common .forecast-button-module_coefficientTextType__-LOZYDhk__platform-common {
    font-size: 14px
}

.forecast-button-module_forecastCoefficientBlockText__e2MeJpQc__platform-common {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    top: 1px;
    color: var(--eventNumber)
}

.forecast-button-module_forecastCoefficientBlockTextType__VmUXogbV__platform-common {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    top: 1px;
    color: #3d404a99
}

.forecast-button-module_forecastCoefficientBlockTextInfo__QbAeYxNb__platform-common {
    font-size: 10px;
    font-weight: 500;
    color: var(--inputColor);
    margin-bottom: 3px
}

.forecast-button-module_forecastCoefficientBlockIcon__HhQ6pwyI__platform-common {
    display: block;
    position: relative;
    top: 1px;
    color: var(--menuSectionBorder)
}

.forecast-button-module_forecastCoefficientBlockIcon__HhQ6pwyI__platform-common .forecast-button-module_svg-icon__EiJfhLaB__platform-common {
    font-size: 18px
}

.forecast-button-module_forecastCoefficientBlockIcon__HhQ6pwyI__platform-common img {
    display: block
}

.limits-suggestion-popup-module_wrapper__nfgN56yX__platform-common {
    max-width: 544px;
    padding: 24px;
    background: var(--white);
    border-radius: 3px
}

.limits-suggestion-popup-module_logo__htMxQZ2N__platform-common {
    width: 100%;
    height: auto
}

.limits-suggestion-popup-module_textWrapper__KA--LNby__platform-common {
    text-align: center;
    padding: 16px 12px
}

.limits-suggestion-popup-module_textWrapper__KA--LNby__platform-common .limits-suggestion-popup-module_playText__CV3CijNb__platform-common {
    font-weight: 700;
    font-size: 20px
}

.limits-suggestion-popup-module_textWrapper__KA--LNby__platform-common .limits-suggestion-popup-module_rememberText__rXZd7wjA__platform-common {
    padding-top: 24px
}

.limits-suggestion-popup-module_buttons__qA0Vro3t__platform-common {
    display: flex
}

.limits-suggestion-popup-module_buttons__qA0Vro3t__platform-common .limits-suggestion-popup-module_notYet__WEat-5xu__platform-common {
    margin-right: 5px;
    border-color: var(--selfDeleteCancelButtonBorder);
    color: var(--selfDeleteMainButton)
}

.limits-suggestion-popup-module_buttons__qA0Vro3t__platform-common .limits-suggestion-popup-module_notYet__WEat-5xu__platform-common:hover {
    background: var(--limitsTextareaBg);
    color: var(--selfDeleteMainButton)
}

.limits-suggestion-popup-module_buttons__qA0Vro3t__platform-common .limits-suggestion-popup-module_setLimits__16oMUCtI__platform-common {
    margin-left: 5px
}

@media screen and (max-width: 600px) {
    .limits-suggestion-popup-module_wrapper__nfgN56yX__platform-common {
        padding:16px;
        margin: 36px
    }
}

.wheel-of-fortune-button-module_button__sZ5eZhmo__platform-common {
    display: flex;
    align-items: center;
    position: relative;
    height: var(--wofButtonHeigh, 52px);
    min-height: var(--wofButtonHeigh, 52px);
    padding: var(--wofButtonPadding, 16px 33px 16px 60px);
    font-size: 14px;
    font-weight: 700;
    background: var(--wofButtonBg);
    color: var(--wofButton);
    text-align: left;
    text-transform: var(--wofButtonTextTransform, none);
    border-radius: var(--wofButtonBorderRadius);
    background-size: 200% 200%;
    background-position: 0 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 3
}

.wheel-of-fortune-button-module_button__sZ5eZhmo__platform-common.wheel-of-fortune-button-module_mobile__lXoL8qlu__platform-common {
    padding-left: var(--wofButtonPaddingLeftMobile, 80px)
}

.wheel-of-fortune-button-module_button__sZ5eZhmo__platform-common.wheel-of-fortune-button-module_mobile__lXoL8qlu__platform-common .wheel-of-fortune-button-module_imageWrapper__O72yJjrI__platform-common {
    left: var(--wofButtonImagePositionLeftMobile, -3px);
    top: var(--wofButtonImagePositionTopMobile, 13px)
}

.wheel-of-fortune-button-module_button__sZ5eZhmo__platform-common.wheel-of-fortune-button-module_mobile__lXoL8qlu__platform-common .wheel-of-fortune-button-module_imageFrame__Rp-tQPcE__platform-common {
    left: var(--wofButtonImageFramePositionLeftMobile, -5px);
    top: var(--wofButtonImageFramePositionTopMobile, 5px)
}

.wheel-of-fortune-button-module_button__sZ5eZhmo__platform-common.wheel-of-fortune-button-module_isWheelRight__G5psO0ZP__platform-common {
    height: 50px;
    min-height: 50px;
    padding: 13px 75px 13px 24px;
    background: var(--wofButtonWheelRightBg)
}

.wheel-of-fortune-button-module_button__sZ5eZhmo__platform-common.wheel-of-fortune-button-module_isWheelRight__G5psO0ZP__platform-common .wheel-of-fortune-button-module_imageWrapper__O72yJjrI__platform-common {
    left: auto;
    right: 16px;
    top: 17px;
    width: 50px;
    height: 50px
}

.wheel-of-fortune-button-module_button__sZ5eZhmo__platform-common.wheel-of-fortune-button-module_isWheelRight__G5psO0ZP__platform-common .wheel-of-fortune-button-module_imageFrame__Rp-tQPcE__platform-common {
    left: auto;
    right: 13px;
    top: 13px;
    width: 57px;
    height: 57px
}

.wheel-of-fortune-button-module_button__sZ5eZhmo__platform-common button {
    width: 100%
}

.wheel-of-fortune-button-module_button__sZ5eZhmo__platform-common:hover {
    animation: wheel-of-fortune-button-module_bg-animation__u4f5-e6n__platform-common 5s linear infinite alternate
}

.wheel-of-fortune-button-module_button__sZ5eZhmo__platform-common:hover .wheel-of-fortune-button-module_imageWrapper__O72yJjrI__platform-common {
    animation-play-state: paused
}

.wheel-of-fortune-button-module_button__sZ5eZhmo__platform-common:hover .wheel-of-fortune-button-module_image__ify8cGNM__platform-common {
    animation-play-state: running
}

.wheel-of-fortune-button-module_imageFrame__Rp-tQPcE__platform-common {
    position: absolute;
    left: var(--wofButtonImageFramePositionLeft, -25px);
    top: var(--wofButtonImageFramePositionTop, 10px);
    z-index: 2;
    width: var(--wofButtonImageFrameWidth, 70px);
    height: var(--wofButtonImageFrameHeight, 70px)
}

.wheel-of-fortune-button-module_imageWrapper__O72yJjrI__platform-common {
    position: absolute;
    left: var(--wofButtonImagePositionLeft, -25px);
    top: var(--wofButtonImagePositionTop, 13px);
    box-shadow: var(--wofButtonImageBoxShadow, none);
    border-radius: 50%;
    width: var(--wofButtonImageWidth, 65px);
    height: var(--wofButtonImageHeight, 65px);
    z-index: 1;
    animation: wheel-of-fortune-button-module_rotate-wheel__T38G4mOa__platform-common 7s linear infinite
}

.wheel-of-fortune-button-module_image__ify8cGNM__platform-common {
    animation: wheel-of-fortune-button-module_rotate-wheel__T38G4mOa__platform-common 10s linear infinite;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%
}

.wheel-of-fortune-button-module_wheelIcon__sN-pPbPj__platform-common {
    font-size: 20px;
    color: var(--wofButton);
    min-width: 20px;
    margin-right: 8px
}

.wheel-of-fortune-button-module_bellWrapper__JPPKs-u7__platform-common {
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 16px;
    color: var(--wofButtonBell);
    pointer-events: none;
    background-color: var(--wofButtonBellBcg, transparent);
    border-radius: 50%
}

.wheel-of-fortune-button-module_bellWrapper__JPPKs-u7__platform-common.wheel-of-fortune-button-module_animation__PgPOFx-F__platform-common .wheel-of-fortune-button-module_bell__WLW9FldT__platform-common:after {
    animation: wheel-of-fortune-button-module_pulse__M8Ljkocf__platform-common 2.1s infinite
}

.wheel-of-fortune-button-module_bellWrapper__JPPKs-u7__platform-common.wheel-of-fortune-button-module_animation__PgPOFx-F__platform-common .wheel-of-fortune-button-module_bellIconItemRinger__TNji0hAI__platform-common {
    animation: wheel-of-fortune-button-module_ding__e5VkYSLD__platform-common 2s linear infinite
}

.wheel-of-fortune-button-module_bellWrapper__JPPKs-u7__platform-common.wheel-of-fortune-button-module_animation__PgPOFx-F__platform-common .wheel-of-fortune-button-module_bellIconItemMain__oDIP-f-m__platform-common {
    animation: wheel-of-fortune-button-module_ring__FVFIIMCq__platform-common 2s linear infinite
}

.wheel-of-fortune-button-module_bell__WLW9FldT__platform-common {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 24px;
    height: 24px
}

.wheel-of-fortune-button-module_bell__WLW9FldT__platform-common:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: translate(-50%,-50%) scale(.6)
}

.wheel-of-fortune-button-module_bellIconItemRinger__TNji0hAI__platform-common {
    position: absolute;
    top: 4px
}

@keyframes wheel-of-fortune-button-module_rotate-wheel__T38G4mOa__platform-common {
    to {
        transform: rotate(1turn)
    }
}

@keyframes wheel-of-fortune-button-module_bg-animation__u4f5-e6n__platform-common {
    0% {
        background-position: 0 100%
    }

    50% {
        background-position: 100% 0
    }

    to {
        background-position: 0 100%
    }
}

@keyframes wheel-of-fortune-button-module_ring__FVFIIMCq__platform-common {
    0% {
        transform: rotate(0)
    }

    5% {
        transform: rotate(30deg)
    }

    15% {
        transform: rotate(-25deg)
    }

    25% {
        transform: rotate(20deg)
    }

    35% {
        transform: rotate(-10deg)
    }

    45% {
        transform: rotate(5deg)
    }

    55% {
        transform: rotate(-2deg)
    }

    to {
        transform: rotate(0)
    }
}

@keyframes wheel-of-fortune-button-module_ding__e5VkYSLD__platform-common {
    0% {
        transform: translate(0)
    }

    5% {
        transform: translate(4px)
    }

    10% {
        transform: translate(-4px)
    }

    20% {
        transform: translate(4px)
    }

    30% {
        transform: translate(-3px)
    }

    40% {
        transform: translate(2px)
    }

    50% {
        transform: translate(-1px)
    }

    to {
        transform: translate(0)
    }
}

@keyframes wheel-of-fortune-button-module_pulse__M8Ljkocf__platform-common {
    0% {
        box-shadow: 0 0 rgba(var(--wofButtonBellPulse),.3)
    }

    70% {
        box-shadow: 0 0 0 24px rgba(var(--wofButtonBellPulse),0)
    }

    to {
        box-shadow: 0 0 rgba(var(--wofButtonBellPulse),0)
    }
}

.wheel-of-fortune-skeleton-module_container__wvnFpV8L__platform-common {
    flex: 1;
    width: 100%;
    display: flex;
    justify-content: center
}

.wheel-of-fortune-skeleton-module_inlineContainer__M3XvvD1Q__platform-common {
    display: flex;
    align-items: center;
    flex: 1;
    width: 100%;
    gap: 24px
}

.wheel-of-fortune-skeleton-module_title__TdB9vAmP__platform-common {
    width: 300px;
    height: 40px;
    margin-bottom: 30px
}

.wheel-of-fortune-skeleton-module_wheel__cwJPKKst__platform-common {
    width: 100%;
    height: 100%
}

.wheel-of-fortune-skeleton-module_levelSelect__iYDWdPqD__platform-common {
    width: 176px!important;
    height: 46px
}

.wheel-of-fortune-skeleton-module_footerItem__kpzlYAOK__platform-common {
    width: 33.33%
}

.wheel-of-fortune-module_title__cwiQ6cRY__platform-common {
    position: relative;
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 30px;
    color: var(--wofHeaderTextColor);
    z-index: 2
}

.wheel-of-fortune-module_content__zekUvyk-__platform-common {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 567px;
    height: 567px
}

.wheel-of-fortune-module_wheelWrapper__J-NMkQOs__platform-common {
    position: relative;
    width: var(--wofInsideWidthDesktop, calc(100% - 105px) );
    height: var(--wofInsideHeightDesktop, calc(100% - 105px) );
    z-index: 5
}

.wheel-of-fortune-module_wheelWrapper__J-NMkQOs__platform-common:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--wofBeforeBg)
}

.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common {
    position: absolute!important;
    top: 0;
    left: 0;
    border-radius: 50%!important;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common.wheel-of-fortune-module_even__Q6Eo8xfq__platform-common .wheel-of-fortune-module_segment__AsYz3cZo__platform-common:nth-child(n) {
    background: var(--wofItemBg)
}

.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common.wheel-of-fortune-module_even__Q6Eo8xfq__platform-common .wheel-of-fortune-module_segment__AsYz3cZo__platform-common:nth-child(2n) {
    background: var(--wofItemEvenBg)
}

.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(1) .wheel-of-fortune-module_segment__AsYz3cZo__platform-common {
    background: var(--wofItemSectorFirst, var(--wofItemBg))
}

.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(1) .wheel-of-fortune-module_prizeWrapper__41v1rRkG__platform-common {
    color: var(--wofItemTextSectorFirst, var(--wofItemText))
}

.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(2) .wheel-of-fortune-module_segment__AsYz3cZo__platform-common {
    background: var(--wofItemSectorSecond, var(--wofItemBg))
}

.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(2) .wheel-of-fortune-module_prizeWrapper__41v1rRkG__platform-common {
    color: var(--wofItemTextSectorSecond, var(--wofItemText))
}

.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(3) .wheel-of-fortune-module_segment__AsYz3cZo__platform-common {
    background: var(--wofItemSectorThird, var(--wofItemBg))
}

.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(3) .wheel-of-fortune-module_prizeWrapper__41v1rRkG__platform-common {
    color: var(--wofItemTextSectorThird, var(--wofItemText))
}

.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(4) .wheel-of-fortune-module_segment__AsYz3cZo__platform-common {
    background: var(--wofItemSectorFourth, var(--wofItemBg))
}

.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(4) .wheel-of-fortune-module_prizeWrapper__41v1rRkG__platform-common {
    color: var(--wofItemTextSectorFourth, var(--wofItemText))
}

.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(5) .wheel-of-fortune-module_segment__AsYz3cZo__platform-common {
    background: var(--wofItemSectorFifth, var(--wofItemBg))
}

.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(5) .wheel-of-fortune-module_prizeWrapper__41v1rRkG__platform-common {
    color: var(--wofItemTextSectorFifth, var(--wofItemText))
}

.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(6) .wheel-of-fortune-module_segment__AsYz3cZo__platform-common {
    background: var(--wofItemSectorSixth, var(--wofItemBg))
}

.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(6) .wheel-of-fortune-module_prizeWrapper__41v1rRkG__platform-common {
    color: var(--wofItemTextSectorSixth, var(--wofItemText))
}

.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(7) .wheel-of-fortune-module_segment__AsYz3cZo__platform-common {
    background: var(--wofItemSectorSeventh, var(--wofItemBg))
}

.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(7) .wheel-of-fortune-module_prizeWrapper__41v1rRkG__platform-common {
    color: var(--wofItemTextSectorSeventh, var(--wofItemText))
}

.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(8) .wheel-of-fortune-module_segment__AsYz3cZo__platform-common {
    background: var(--wofItemSectorEighth, var(--wofItemBg))
}

.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(8) .wheel-of-fortune-module_prizeWrapper__41v1rRkG__platform-common {
    color: var(--wofItemTextSectorEighth, var(--wofItemText))
}

.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(9) .wheel-of-fortune-module_segment__AsYz3cZo__platform-common {
    background: var(--wofItemSectorNinth, var(--wofItemBg))
}

.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(9) .wheel-of-fortune-module_prizeWrapper__41v1rRkG__platform-common {
    color: var(--wofItemTextSectorNinth, var(--wofItemText))
}

.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(10) .wheel-of-fortune-module_segment__AsYz3cZo__platform-common {
    background: var(--wofItemSectorTenth, var(--wofItemBg))
}

.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(10) .wheel-of-fortune-module_prizeWrapper__41v1rRkG__platform-common {
    color: var(--wofItemTextSectorTenth, var(--wofItemText))
}

.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(11) .wheel-of-fortune-module_segment__AsYz3cZo__platform-common {
    background: var(--wofItemSectorEleventh, var(--wofItemBg))
}

.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(11) .wheel-of-fortune-module_prizeWrapper__41v1rRkG__platform-common {
    color: var(--wofItemTextSectorEleventh, var(--wofItemText))
}

.wheel-of-fortune-module_wheelBg__gjhMzXFC__platform-common {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--wofBg);
    border-radius: 50%;
    z-index: 2
}

.wheel-of-fortune-module_wheelBorder__b0mryQ7y__platform-common {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    z-index: 3
}

.wheel-of-fortune-module_segment__AsYz3cZo__platform-common {
    position: absolute;
    left: 50%;
    top: -50%;
    width: 100%;
    height: 100%;
    transform-origin: 0 100%;
    border: var(--wofItemBorder, 3px rgba(0, 0, 0, .47) solid);
    background: var(--wofItemBg);
    opacity: var(--wofItemOpacity, .3);
    transition: opacity .3s ease
}

.wheel-of-fortune-module_segment__AsYz3cZo__platform-common:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    opacity: 0;
    background: var(--wofItemActive);
    transition: opacity .3s ease
}

.wheel-of-fortune-module_segment__AsYz3cZo__platform-common.wheel-of-fortune-module_active__8T3cFv6v__platform-common {
    animation: wheel-of-fortune-module_blink-bg-animation-first__wvfqsEtv__platform-common 2s infinite
}

.wheel-of-fortune-module_segment__AsYz3cZo__platform-common.wheel-of-fortune-module_active__8T3cFv6v__platform-common:after {
    animation: wheel-of-fortune-module_blink-bg-animation-second__QisMCFiV__platform-common 2s infinite
}

.wheel-of-fortune-module_segment__AsYz3cZo__platform-common.wheel-of-fortune-module_highlightedSegment__RbsLZ60Z__platform-common {
    opacity: 1;
    background: var(--wofHighlightedSecond)!important;
    border-color: var(--wofHighlightedSecond);
    border-left: 5px solid var(--wofHighlightedSecond)
}

.wheel-of-fortune-module_wheelCustomBorderItem__8qZBXle-__platform-common {
    position: absolute;
    transform: rotate(90deg);
    width: var(--wofItemCustomBorderWidthDesktop);
    right: var(--wofItemCustomBorderPositionDesktop)
}

.wheel-of-fortune-module_prizeWrapper__41v1rRkG__platform-common {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 50%;
    color: var(--wofItemText);
    transform-origin: 0 100%
}

.wheel-of-fortune-module_highlightedItem__DkKWjdrK__platform-common {
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    background: var(--wofHighlightedBg);
    transform: translate(5%);
    -webkit-clip-path: polygon(0% 50%,100% 0,100% 100%);
    clip-path: polygon(0% 50%,100% 0,100% 100%);
    box-shadow: inset 0 0 30px #000
}

.wheel-of-fortune-module_highlightedItem__DkKWjdrK__platform-common.wheel-of-fortune-module_custom__hRSI4YBP__platform-common {
    transform: var(--wofHighlightedTransform)
}

.wheel-of-fortune-module_highlightedText__-janCvBq__platform-common {
    font-size: 20px;
    font-weight: 800;
    color: var(--wofHighlightedColor)
}

.wheel-of-fortune-module_prize__6Kgmn4X5__platform-common {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -50%;
    padding-left: var(--wofItemPaddingBottom, 75px);
    padding-right: 15px;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg)
}

.wheel-of-fortune-module_prizeText__ZBhv2V96__platform-common {
    font-size: 16px;
    font-weight: 700;
    max-width: calc(100% - 40px);
    flex-grow: var(--wofPrizeTextFlexGrow);
    text-align: var(--wofPrizeTextAlign);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

.wheel-of-fortune-module_prizeIconWrapper__cDhtwiob__platform-common {
    width: 35px;
    min-width: 35px;
    height: 35px;
    margin-left: 5px;
    transform: rotate(90deg)
}

.wheel-of-fortune-module_prizeIcon__KB7QQ9XZ__platform-common {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.wheel-of-fortune-module_arrowWrapper__lnduSSAx__platform-common {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: var(--wofArrowPositionTop, -70px);
    left: 50%;
    width: 85px;
    height: 96px;
    transform: translate(-50%);
    transition: transform .5s linear
}

.wheel-of-fortune-module_arrow__fvnUylJ9__platform-common {
    max-width: 100%;
    max-height: 100%
}

.wheel-of-fortune-module_buttonSpinWrapper__C-CgdS3p__platform-common {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: var(--wofButtonSpinSize, 125px);
    height: var(--wofButtonSpinSize, 125px);
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity .24s ease;
    z-index: 5
}

.wheel-of-fortune-module_buttonSpinWrapper__C-CgdS3p__platform-common.wheel-of-fortune-module_disabled__m8nKDIvX__platform-common {
    cursor: default;
    pointer-events: none
}

.wheel-of-fortune-module_buttonSpin__8l4fshfh__platform-common {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-shadow: -3px 0px 0px var(--wofButtonSpinTextShadow),3px 0px 0 var(--wofButtonSpinTextShadow),3px -1px 0 var(--wofButtonSpinTextShadow),-1px -1px 0 var(--wofButtonSpinTextShadow);
    background: none
}

.wheel-of-fortune-module_footer__kaovWf61__platform-common {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 30px 50px 0;
    z-index: 1
}

.wheel-of-fortune-module_footerItem__-LL4LCVO__platform-common {
    display: flex;
    flex-basis: 33.33%
}

.wheel-of-fortune-module_footerItemLeft__exE-XaWo__platform-common {
    justify-content: flex-end
}

.wheel-of-fortune-module_footerItemMiddle__Kpfb6LBD__platform-common {
    margin: 0 60px;
    justify-content: center
}

.wheel-of-fortune-module_footerItemMiddle__Kpfb6LBD__platform-common .app-button {
    min-width: var(--wofButtonMinWidth, 220px);
    max-width: 100%;
    height: var(--wofButtonHeight, 64px);
    font-size: var(--wofSpinRemainingFontSize, 20px);
    font-weight: var(--wofSpinRemainingFontWeight, 700)
}

.wheel-of-fortune-module_footerItemRight__ILHB6vWf__platform-common {
    justify-content: flex-start
}

.wheel-of-fortune-module_spinRemaining__SJw7JuWF__platform-common {
    position: relative;
    color: var(--wofSpinRemaining);
    text-shadow: var(--wofSpinRemainingShadow);
    text-transform: var(--wofSpinRemainingTextTransform, none);
    font-size: var(--wofSpinRemainingFontSize, 20px);
    font-weight: var(--wofSpinRemainingFontWeight, 700)
}

.wheel-of-fortune-module_spinRemaining__SJw7JuWF__platform-common:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: calc(100% + 5px);
    height: 100%;
    filter: blur(10px);
    transform: translate(-50%,-50%);
    opacity: .3;
    background-color: var(--wofSpinRemainingBg)
}

.wheel-of-fortune-module_moreDetails__wmHLUZFg__platform-common {
    font-size: var(--wofSpinRemainingFontSize, 18px);
    font-weight: var(--wofSpinRemainingFontWeight, 700);
    color: var(--wofButtonMoreDetails);
    text-transform: var(--wofButtonMoreDetailsTextTransform, none);
    text-decoration: none
}

.wheel-of-fortune-module_spinAnimate__I86Yb-dk__platform-common {
    animation: wheel-of-fortune-module_spin-animate__89qjCOB4__platform-common 2s ease-in infinite
}

.wheel-of-fortune-module_arrowAnimate__cSWzfcTW__platform-common {
    animation: wheel-of-fortune-module_arrow-animate__-BsMm5VZ__platform-common 2s linear infinite
}

.wheel-of-fortune-module_arrowAnimateActive__daK5oRt8__platform-common {
    animation: wheel-of-fortune-module_arrow-animate__-BsMm5VZ__platform-common .5s linear infinite
}

.wheel-of-fortune-module_wheelAnimate__9s-i6or5__platform-common {
    animation: wheel-of-fortune-module_rotate-shake__VD738Hno__platform-common 2s ease-in-out infinite
}

@keyframes wheel-of-fortune-module_rotate-shake__VD738Hno__platform-common {
    0% {
        transform: translate(0) translateY(0) rotate(-3deg)
    }

    50% {
        transform: translate(0) translateY(0) rotate(3deg)
    }

    to {
        transform: translate(0) translateY(0) rotate(-3deg)
    }
}

@keyframes wheel-of-fortune-module_arrow-animate__-BsMm5VZ__platform-common {
    0% {
        transform: translate(-50%) translateY(0) rotate(0)
    }

    50% {
        transform: translate(-50%) translateY(0) rotate(10deg)
    }

    to {
        transform: translate(-50%) translateY(0) rotate(0)
    }
}

@keyframes wheel-of-fortune-module_spin-animate__89qjCOB4__platform-common {
    0% {
        transform: translate(-50%) translateY(-50%) scale(1)
    }

    50% {
        transform: translate(-50%) translateY(-50%) scale(1.05)
    }

    to {
        transform: translate(-50%) translateY(-50%) scale(1)
    }
}

@keyframes wheel-of-fortune-module_blink-bg-animation-first__wvfqsEtv__platform-common {
    0% {
        opacity: .3
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .3
    }
}

@keyframes wheel-of-fortune-module_blink-bg-animation-second__QisMCFiV__platform-common {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@media (max-width: 767px) {
    .wheel-of-fortune-module_title__cwiQ6cRY__platform-common {
        font-size:32px;
        margin-bottom: var(--wofTitleMarginBottomMobile, 50px)
    }

    .wheel-of-fortune-module_titleLogged__3im5F8KT__platform-common {
        margin-bottom: 8px
    }

    .wheel-of-fortune-module_content__zekUvyk-__platform-common {
        width: 355px;
        height: 355px
    }

    .wheel-of-fortune-module_wheelWrapper__J-NMkQOs__platform-common {
        width: var(--wofInsideHeightMobile, calc(100% - 63px) );
        height: var(--wofInsideHeightMobile, calc(100% - 64px) )
    }

    .wheel-of-fortune-module_wheelCustomBorderItem__8qZBXle-__platform-common {
        width: var(--wofItemCustomBorderWidthMobile);
        right: var(--wofItemCustomBorderPositionMobile)
    }

    .wheel-of-fortune-module_prize__6Kgmn4X5__platform-common {
        padding-left: var(--wofItemPaddingBottomMobile, 45px)
    }

    .wheel-of-fortune-module_prizeText__ZBhv2V96__platform-common {
        font-size: var(--wofPrizeTextFontSizMobile, 10px);
        font-weight: 600;
        max-width: calc(100% - 27px)
    }

    .wheel-of-fortune-module_highlightedText__-janCvBq__platform-common {
        font-size: var(--wofHighlightedFontSizeMobile, 14px);
        font-weight: 700
    }

    .wheel-of-fortune-module_prizeIconWrapper__cDhtwiob__platform-common {
        width: 22px;
        min-width: 22px;
        height: 22px
    }

    .wheel-of-fortune-module_arrowWrapper__lnduSSAx__platform-common {
        top: var(--wofArrowPositionTopMobile, -50px);
        width: 55px;
        height: 60px
    }

    .wheel-of-fortune-module_buttonSpinWrapper__C-CgdS3p__platform-common {
        width: var(--wofButtonSpinSizeMobile, 80px);
        height: var(--wofButtonSpinSizeMobile, 80px);
        padding: 10px
    }

    .wheel-of-fortune-module_buttonSpin__8l4fshfh__platform-common {
        font-size: 16px
    }

    .wheel-of-fortune-module_footer__kaovWf61__platform-common {
        flex-direction: column
    }

    .wheel-of-fortune-module_footerItem__-LL4LCVO__platform-common {
        flex-basis: 100%
    }

    .wheel-of-fortune-module_footerItemMiddle__Kpfb6LBD__platform-common {
        margin: 20px 60px
    }

    .wheel-of-fortune-module_footerItemMiddle__Kpfb6LBD__platform-common .app-button {
        min-width: 140px;
        height: 41px;
        font-size: 16px
    }

    .wheel-of-fortune-module_footerItemLeft__exE-XaWo__platform-common {
        margin: 0 100px;
        text-align: center
    }

    .wheel-of-fortune-module_spinRemaining__SJw7JuWF__platform-common,.wheel-of-fortune-module_moreDetails__wmHLUZFg__platform-common {
        font-size: var(--wofSpinRemainingFontSizeMobile, 16px)
    }
}

@media screen and (max-width: 380px) {
    .wheel-of-fortune-module_title__cwiQ6cRY__platform-common {
        font-size:28px
    }

    .wheel-of-fortune-module_content__zekUvyk-__platform-common {
        width: 310px;
        height: 310px
    }

    .wheel-of-fortune-module_wheelWrapper__J-NMkQOs__platform-common {
        width: var(--wofInsideWidthSmallMobile, calc(100% - 63px) );
        height: var(--wofInsideHeightSmallMobile, calc(100% - 64px) )
    }

    .wheel-of-fortune-module_wheelCustomBorderItem__8qZBXle-__platform-common {
        width: var(--wofItemCustomBorderWidthSmallMobile, calc(50% + 6px) );
        right: var(--wofItemCustomBorderPositionSmallMobile, 19px)
    }

    .wheel-of-fortune-module_prize__6Kgmn4X5__platform-common {
        padding-right: 5px
    }

    .wheel-of-fortune-module_prizeText__ZBhv2V96__platform-common {
        font-size: var(--wofPrizeTextFontSizeSmallMobile, 8px)
    }

    .wheel-of-fortune-module_highlightedText__-janCvBq__platform-common {
        font-size: var(--wofHighlightedFontSizeSmallMobile, 12px)
    }

    .wheel-of-fortune-module_footer__kaovWf61__platform-common {
        margin: var(--wofFooterMargin, 10px 50px 0 50px)
    }

    .wheel-of-fortune-module_footerItemMiddle__Kpfb6LBD__platform-common {
        margin: 10px 60px
    }

    .wheel-of-fortune-module_buttonSpin__8l4fshfh__platform-common {
        font-size: 14px
    }
}

.wof-level-select-module_items__XXtcA-Xz__platform-common {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 60px;
    padding: 0 24px
}

.wof-level-select-module_item__yEwYwaZz__platform-common {
    height: var(--wofLevelSelectHeight, 46px);
    border-radius: var(--wofLevelSelectButtonBorderRadius, 8px);
    min-width: var(--wofLevelSelectMinWidth, 176px);
    display: grid;
    place-content: center;
    cursor: pointer;
    position: relative;
    font-weight: var(--wofLevelSelectFontWeight, 600);
    font-size: var(--wofLevelSelectFontSize, 16px);
    text-transform: var(--wofLevelSelectButtonTextTransform, none);
    color: var(--wofLevelSelectButtonText)
}

.wof-level-select-module_item__yEwYwaZz__platform-common.wof-level-select-module_selected__wC-5Ceoo__platform-common {
    color: var(--wofLevelSelectButtonTextActive)
}

.wof-level-select-module_item__yEwYwaZz__platform-common.wof-level-select-module_selected__wC-5Ceoo__platform-common.wof-level-select-module_bronze__LrTaB7aG__platform-common {
    background: var(--wofLevelSelectBronzeBg);
    box-shadow: 0 0 10px 0 var(--wofLevelSelectShadowBronze)
}

.wof-level-select-module_item__yEwYwaZz__platform-common.wof-level-select-module_selected__wC-5Ceoo__platform-common.wof-level-select-module_silver__JpBE-xeW__platform-common {
    background: var(--wofLevelSelectSilverBg);
    box-shadow: 0 0 10px 0 var(--wofLevelSelectShadowSilver)
}

.wof-level-select-module_item__yEwYwaZz__platform-common.wof-level-select-module_selected__wC-5Ceoo__platform-common.wof-level-select-module_gold__OX1K4YXF__platform-common {
    background: var(--wofLevelSelectGoldBg);
    box-shadow: 0 0 10px 0 var(--wofLevelSelectShadowGold)
}

.wof-level-select-module_item__yEwYwaZz__platform-common.wof-level-select-module_default__SNqEjRbt__platform-common {
    background: var(--wofLevelSelectButtonBg)
}

.wof-level-select-module_item__yEwYwaZz__platform-common.wof-level-select-module_default__SNqEjRbt__platform-common .svg-icon {
    filter: grayscale(1)
}

.wof-level-select-module_item__yEwYwaZz__platform-common.wof-level-select-module_default__SNqEjRbt__platform-common .wof-level-select-module_itemTitle__eTQN0wiB__platform-common {
    opacity: var(--wofLevelSelectButtonOpacityDefault, .7)
}

.wof-level-select-module_item__yEwYwaZz__platform-common.wof-level-select-module_disabled__oatfsrOq__platform-common {
    background: var(--wofLevelSelectButtonBg);
    pointer-events: none
}

.wof-level-select-module_item__yEwYwaZz__platform-common.wof-level-select-module_disabled__oatfsrOq__platform-common .svg-icon {
    filter: grayscale(1)
}

.wof-level-select-module_item__yEwYwaZz__platform-common.wof-level-select-module_disabled__oatfsrOq__platform-common .wof-level-select-module_itemTitle__eTQN0wiB__platform-common {
    opacity: var(--wofLevelSelectButtonOpacityDisabled, .7)
}

.wof-level-select-module_spinCount__Ov1n0IIh__platform-common {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    color: var(--white);
    position: absolute;
    right: 0;
    top: -10px;
    border-radius: 50%;
    border: 1px solid var(--wofLevelSpinCountBorder);
    background: var(--wofLevelSpinCountBg);
    width: 24px;
    height: 24px;
    display: grid;
    place-content: center
}

.wof-level-select-module_itemIcon__u0NeRPl4__platform-common {
    position: absolute;
    left: 0;
    top: 0
}

.wof-level-select-module_itemIcon__u0NeRPl4__platform-common .svg-icon {
    font-size: 45px
}

@media (max-width: 767px) {
    .wof-level-select-module_items__XXtcA-Xz__platform-common {
        gap:var(--wofLevelGapMobile, 24px);
        margin-bottom: var(--wofLevelMarginBottomMobile, 60px);
        padding: var(--wofLevelPaddingMobile, 0 24px)
    }

    .wof-level-select-module_item__yEwYwaZz__platform-common {
        min-width: var(--wofLevelMinWidthMobile, 176px)
    }
}

.wheel-of-fortune-success-module_wheelOfFortuneSuccess__tUlPuRgr__platform-common {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 30px;
    border-radius: 8px;
    background-position: center;
    background-size: cover
}

.wheel-of-fortune-success-module_wheelOfFortuneSuccess__tUlPuRgr__platform-common.wheel-of-fortune-success-module_mobile__jSS3gGUl__platform-common {
    border-radius: 0
}

.wheel-of-fortune-success-module_frame__KSjbu-HG__platform-common {
    position: relative;
    width: 288px;
    height: 125px;
    padding: 25px 23px;
    text-align: center;
    background-size: var(--wofModalSuccessFrameBackgroundSize, cover);
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 12px;
    color: var(--white);
    box-shadow: var(--wofModalSuccessFrameBoxShadow);
    border-radius: var(--wofModalSuccessFrameBorderRadius)
}

.wheel-of-fortune-success-module_frameTextTitle__--70b0M0__platform-common,.wheel-of-fortune-success-module_frameTextDescription__XpXkV4t-__platform-common {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 800;
    text-shadow: var(--wofModalSuccessPrizeTextShadow, none)
}

.wheel-of-fortune-success-module_frameTextTitle__--70b0M0__platform-common {
    font-size: 22px;
    margin-bottom: 4px
}

.wheel-of-fortune-success-module_frameTextDescription__XpXkV4t-__platform-common {
    font-size: 30px
}

.wheel-of-fortune-success-module_giftWrapper__XzKajGvp__platform-common {
    position: relative;
    height: var(--wofModalSuccessHeightImage, 175px)
}

.wheel-of-fortune-success-module_gift__Z-uB-SPM__platform-common,.wheel-of-fortune-success-module_stars__mLewaxWt__platform-common {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.wheel-of-fortune-success-module_stars__mLewaxWt__platform-common {
    animation: wheel-of-fortune-success-module_stars-blink__C1-e6AA5__platform-common 2s linear infinite
}

.wheel-of-fortune-success-module_gift__Z-uB-SPM__platform-common {
    transform: translate(-50%,-50%);
    animation: wheel-of-fortune-success-module_zoomIn-gift__jcU0l5Cw__platform-common 2s ease-in-out,wheel-of-fortune-success-module_gift-blink__-ndrNfVW__platform-common 2s linear infinite;
    filter: var(--wofModalSuccessImageShadow);
    width: var(--wofModalSuccessImageWidth, auto)
}

.wheel-of-fortune-success-module_prizeText__u7-6O8Cb__platform-common {
    position: relative;
    margin: var(--wofModalSuccessPrizeMargin, 12px 0);
    font-size: var(--wofModalSuccessPrizeFontSize, 40px);
    font-weight: 800;
    color: var(--wofModalSuccessPrizeTextColor, var(--white))
}

.wheel-of-fortune-success-module_prizeText__u7-6O8Cb__platform-common:after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-text-stroke: 1px var(--wofModalSuccessPrizeTextStrokeColor);
    -webkit-text-fill-color: transparent;
    z-index: 1
}

.wheel-of-fortune-success-module_button__UmVzJuvI__platform-common {
    min-width: var(--wofModalSuccessButtonMinWidth, 185px);
    max-width: 100%;
    height: var(--wofModalSuccessButtonHeight, 54px);
    font-size: var(--wofModalSuccessFontSize, 14px);
    font-weight: var(--wofModalSuccessFontWeight, 700)
}

@keyframes wheel-of-fortune-success-module_stars-blink__C1-e6AA5__platform-common {
    0% {
        opacity: 1
    }

    50% {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes wheel-of-fortune-success-module_zoomIn-gift__jcU0l5Cw__platform-common {
    0% {
        opacity: 0;
        transform: translate(-50%,-50%) scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1;
        transform: translate(-50%,-50%)
    }
}

@keyframes wheel-of-fortune-success-module_gift-blink__-ndrNfVW__platform-common {
    0% {
        filter: var(--wofModalSuccessImageShadow)
    }

    50% {
        filter: var(--wofModalSuccessImageShadowActive)
    }

    to {
        filter: var(--wofModalSuccessImageShadow)
    }
}

.wheel-of-fortune-notifications-module_container__WosPjRj2__platform-common {
    padding: var(--wofModalNotificationsPadding, 10px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 500px;
    height: var(--wofModalNotificationsHeight, 300px);
    background: var(--wofModalNotificationsBg);
    border-radius: var(--wofModalNotificationsBorderRadiusDesktop)
}

.wheel-of-fortune-notifications-module_text__kz5tpVh-__platform-common {
    color: var(--wofModalNotificationsText);
    font-size: 18px;
    font-weight: 700;
    text-align: center
}

.wheel-of-fortune-notifications-module_additional__b3ivr-z8__platform-common {
    color: var(--wofModalNotificationsAdditionalText);
    font-size: 14px;
    font-weight: 400;
    text-align: center
}

.wheel-of-fortune-notifications-module_button__O2LLsCZL__platform-common {
    width: 100%
}

@media (max-width: 767px) {
    .wheel-of-fortune-notifications-module_container__WosPjRj2__platform-common {
        width:100%;
        border-radius: var(--wofModalNotificationsBorderRadiusMobile)
    }
}

@media screen and (max-width: 459px) {
    .wheel-of-fortune-notifications-module_modal__ZHrgzdLx__platform-common {
        padding:16px
    }

    .wheel-of-fortune-notifications-module_container__WosPjRj2__platform-common {
        gap: 16px;
        height: auto;
        padding: var(--wofModalNotificationsPaddingMobile, 0)
    }

    .wheel-of-fortune-notifications-module_text__kz5tpVh-__platform-common {
        font-size: 20px;
        line-height: 32px;
        text-align: left
    }

    .wheel-of-fortune-notifications-module_additional__b3ivr-z8__platform-common {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: left
    }
}

.cashier-modal-ui {
    background: var(--cashierModalBackgroundMain);
    border-radius: var(--cashierModalBorderRadiusMobile, 0)
}

.cashier-modal-ui .cw-container .close-icon {
    position: absolute;
    top: 6px;
    right: 4px
}

.cashier-modal-ui .cw-container .close-icon svg {
    font-size: 20px
}

.cashier-modal-ui .cw-container .back-icon {
    transform: rotate(180deg);
    color: var(--cashierActivePaymentBackIcon);
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 24px;
    z-index: 9
}

.cashier-modal-ui .cw-info {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 20px 16px;
    padding: 16px;
    border-radius: 8px;
    background: var(--cashierNotificationBackground);
    color: var(--cashierNotificationColor);
    font-size: 14px;
    line-height: 20px
}

.cashier-modal-ui .cw-info__icon {
    flex-shrink: 0
}

.cashier-modal-ui .cw-info__icon svg {
    width: 24px;
    height: 24px
}

.cashier-modal-desktop {
    border-radius: var(--cashierModalBorderRadius, 5px)
}

.cashier-modal-close-button {
    top: 8px;
    right: 8px;
    font-size: 16px;
    width: 20px;
    height: 20px;
    color: var(--cashierCloseButtonColor)
}

.is-mobile-device .cashier-modal-close-button {
    font-size: 20px;
    color: var(--cashierCloseButtonColor);
    right: 16px;
    top: 20px;
    width: 16px;
    height: 16px
}

.is-mobile-device .cashier-modal-close-button--close-on-swipe {
    top: 12px;
    right: 12px
}

@media screen and (max-width: 767px) {
    .cashierModalBg .modal-view-close,.cashier-modal-ui .cw-container .back-icon {
        font-size:20px
    }

    .cashier-modal-ui .cw-info {
        gap: 12px;
        margin: 0 12px 12px;
        padding: 12px;
        font-size: 12px;
        line-height: 16px
    }
}

.swipe-checkbox-module_swipeCheckbox__W33XXp7C__platform-common {
    max-width: 100%;
    display: flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative
}

.swipe-checkbox-module_swipeCheckbox__W33XXp7C__platform-common .swipe-checkbox-module_visual__BxL0PX-N__platform-common {
    flex: 0 0 var(--swipeCheckboxWidth);
    order: 2;
    display: block;
    position: relative;
    width: var(--swipeCheckboxWidth);
    height: var(--swipeCheckboxHeight);
    border-radius: 16px;
    background: var(--swipeCheckboxBg);
    transition: background-color .2s ease
}

.swipe-checkbox-module_swipeCheckbox__W33XXp7C__platform-common .swipe-checkbox-module_visualActive__k7s1u1-f__platform-common {
    background: var(--swipeCheckboxBgActive)
}

.swipe-checkbox-module_swipeCheckbox__W33XXp7C__platform-common .swipe-checkbox-module_visualActive__k7s1u1-f__platform-common .swipe-checkbox-module_slider__XJF9yM7R__platform-common {
    left: calc(100% - var(--swipeCheckboxWidth) / 2)
}

.swipe-checkbox-module_swipeCheckbox__W33XXp7C__platform-common .swipe-checkbox-module_slider__XJF9yM7R__platform-common {
    content: "";
    display: block;
    width: var(--swipeCheckboxBallSize);
    height: var(--swipeCheckboxBallSize);
    position: absolute;
    left: 2px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-radius: 50%;
    background: var(--swipeCheckboxBallColor);
    box-shadow: 0 3px 7px #0000001f;
    transition: left .2s ease
}

.swipe-checkbox-module_swipeCheckbox__W33XXp7C__platform-common .swipe-checkbox-module_label__u2oI-StO__platform-common {
    flex: 0 0 auto;
    order: 3;
    margin: 0 0 0 var(--swipeCheckboxLabelMarginFromButton);
    font-weight: var(--swipeCheckboxLabelFontWeight);
    font-size: var(--swipeCheckboxLabelFontSize);
    color: var(--swipeCheckboxLabelColor)
}

.swipe-checkbox-module_swipeCheckbox__W33XXp7C__platform-common .swipe-checkbox-module_textBefore__FMwYhZFN__platform-common {
    order: 1;
    margin: 0 var(--swipeCheckboxLabelMarginFromButton) 0 0
}

.swipe-checkbox-module_swipeCheckbox__W33XXp7C__platform-common .swipe-checkbox-module_input__8HNMO-TF__platform-common {
    display: none
}

.swipe-checkbox-module_swipeCheckbox__W33XXp7C__platform-common.swipe-checkbox-module_big__PA3Oln40__platform-common .swipe-checkbox-module_visual__BxL0PX-N__platform-common {
    width: var(--swipeCheckboxBigWidth);
    height: var(--swipeCheckboxBigHeight);
    flex: 0 0 var(--swipeCheckboxBigWidth)
}

.swipe-checkbox-module_swipeCheckbox__W33XXp7C__platform-common.swipe-checkbox-module_big__PA3Oln40__platform-common .swipe-checkbox-module_slider__XJF9yM7R__platform-common {
    width: var(--swipeCheckboxBigBallSize);
    height: var(--swipeCheckboxBigBallSize)
}

.swipe-checkbox-module_swipeCheckbox__W33XXp7C__platform-common.swipe-checkbox-module_big__PA3Oln40__platform-common .swipe-checkbox-module_visualActive__k7s1u1-f__platform-common .swipe-checkbox-module_slider__XJF9yM7R__platform-common {
    left: calc(100% - var(--swipeCheckboxBigWidth) / 2)
}

.swipe-checkbox-module_swipeCheckbox__W33XXp7C__platform-common .swipe-checkbox-module_rightIcon__z7ryMWEF__platform-common {
    position: absolute;
    right: 0;
    opacity: 0;
    padding: 2px;
    z-index: var(--zIndex-desktopAsideMenuForTextPage-below)
}

.swipe-checkbox-module_swipeCheckbox__W33XXp7C__platform-common .swipe-checkbox-module_rightIconActive__4-60Y2k3__platform-common {
    opacity: 1;
    transition: .3s ease
}

.swipe-checkbox-module_swipeCheckbox__W33XXp7C__platform-common .swipe-checkbox-module_leftIcon__NHMZKkon__platform-common {
    position: absolute;
    opacity: 0;
    padding: 2px;
    right: 14px;
    z-index: var(--zIndex-desktopAsideMenuForTextPage-below)
}

.swipe-checkbox-module_swipeCheckbox__W33XXp7C__platform-common .swipe-checkbox-module_leftIconActive__CmwDK1Qb__platform-common {
    opacity: 1;
    transition: .3s ease
}

.swipe-checkbox-module_labelFirst__R84sYHS1__platform-common {
    justify-content: space-between;
    flex-direction: row-reverse
}

.swipe-checkbox-module_disabled__oFWrUckq__platform-common {
    pointer-events: none;
    opacity: .6
}

[dir=rtl] .swipe-checkbox-module_swipeCheckbox__W33XXp7C__platform-common .swipe-checkbox-module_label__u2oI-StO__platform-common {
    margin: 0 var(--swipeCheckboxLabelMarginFromButton) 0 0
}

.cashier-module_cashier__wNFrdSW9__platform-common {
    display: block
}

.cw-container {
    width: 722px;
    transition: width .3s ease-in-out
}

@media (max-width: 767px) {
    .cw-container {
        width:100%;
        min-height: 100dvh
    }
}

.cw-container__title {
    color: var(--cashierModalTitle, #FFF);
    font-size: var(--cashierTitleFontSize, 24px);
    font-weight: var(--cashierTitleFontWeight, 700);
    font-family: var(--cashierTitleFontFamily, inherit);
    padding: 32px 0 16px;
    margin: 0;
    text-align: center
}

@media (max-width: 767px) {
    .cw-container__title {
        margin:0 0 12px;
        font-size: 20px;
        font-weight: var(--cashierTitleMobileFontWeight, 700);
        line-height: 1.6
    }
}

@media (max-width: 767px) {
    .cw-container__title--close-on-swipe {
        padding-top:4px;
        padding-bottom: 0
    }
}

.cw-container--payment-active {
    width: var(--cashierActivePaymentWidth, 483px)
}

@media (max-width: 767px) {
    .cw-container--payment-active {
        width:100%
    }
}

.smart-banner-module_container__sMSyCc9H__platform-common {
    position: relative;
    overflow: hidden;
    z-index: 100
}

.smart-banner-module_container__sMSyCc9H__platform-common .app-button {
    max-width: 120px
}

.smart-banner-module_wrapper__J-s-Nfy7__platform-common {
    display: flex;
    align-items: center;
    padding: 6px 8px;
    width: 100%;
    background: var(--smartBannerBg)
}

.smart-banner-module_textContent__ncfdLK2V__platform-common {
    flex: 1 1 auto
}

.smart-banner-module_bannerImage__K7jtyHkR__platform-common {
    margin-right: 10px;
    width: 34px;
    height: 34px
}

.smart-banner-module_bannerImage__K7jtyHkR__platform-common img {
    max-width: 100%;
    max-height: 100%
}

.smart-banner-module_close__K7W3-4oH__platform-common {
    height: 24px;
    width: 24px;
    min-width: 24px;
    position: relative
}

.smart-banner-module_close__K7W3-4oH__platform-common:after,.smart-banner-module_close__K7W3-4oH__platform-common:before {
    position: absolute;
    content: "";
    height: 11px;
    width: 1px;
    top: 50%;
    left: 50%;
    border-radius: 1px;
    margin-top: -1px;
    background: var(--smartbanner)
}

.smart-banner-module_close__K7W3-4oH__platform-common:before {
    transform: rotate(45deg) translateY(-50%);
    margin-left: -8px
}

.smart-banner-module_close__K7W3-4oH__platform-common:after {
    transform: rotate(-45deg) translateY(-50%)
}

.smart-banner-module_closeButtonCms__3UI1sEan__platform-common {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 24px;
    width: 24px;
    min-width: 24px;
    margin-right: 5px
}

.smart-banner-module_closeButtonCms__3UI1sEan__platform-common img {
    max-width: 100%;
    max-height: 100%
}

.smart-banner-module_title__6GoKncO1__platform-common {
    font-size: 10px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1px
}

.smart-banner-module_description__-VaS1iIH__platform-common {
    font-size: 10px;
    font-weight: 400
}

.promo-code-module_promoButton__VhT4-zHE__platform-common {
    font-size: 12px;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: 16px
}

.promo-code-module_promoButton__VhT4-zHE__platform-common span {
    cursor: pointer
}

.promo-code-module_promoDecoration__8rDxP4Sa__platform-common {
    padding: 5px 0 0;
    text-decoration-line: underline
}

.promo-code-module_promoInput__yd8CI24Y__platform-common {
    display: flex;
    align-items: center
}

.promo-code-module_promoValue__fIwL1g4v__platform-common {
    flex: 1
}

.promo-code-module_promoClose__jPSPTmGW__platform-common {
    width: 24px;
    margin-left: 8px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--promoTextInactive);
    color: var(--promoTextIconInactive);
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    transition: transform .15s ease
}

.promo-code-module_promoClose__jPSPTmGW__platform-common:hover {
    transform: scale(.8)
}

.promo-code-module_promoClose__jPSPTmGW__platform-common svg {
    color: var(--promoTextIconInactive);
    width: 12px;
    height: 12px
}

.last-bet-sum-saving-module_lastBetWrapper__r1PY5hkd__platform-common {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    background: var(--settingsContentBg);
    border-radius: 4px;
    padding: 12px 16px
}

.last-bet-sum-saving-module_lastBetSubcontainer__DocGuHd8__platform-common {
    display: block
}

.last-bet-sum-saving-module_lastBetTitle__-ab854vO__platform-common {
    line-height: 24px
}

.last-bet-sum-saving-module_itemSecondaryText__WvSdGV1a__platform-common {
    font-size: 12px;
    color: var(--allSportsTitle);
    line-height: 16px
}

.customer-betting-settings-item-module_radio__FFBFFfwJ__platform-common {
    width: 16px;
    height: 16px;
    min-height: 16px;
    min-width: 16px;
    border-radius: 50%;
    border: 2px solid var(--globalSettingsModalColor);
    transition: border-color .2s ease;
    overflow: hidden;
    margin-left: 24px
}

.customer-betting-settings-item-module_radio__FFBFFfwJ__platform-common:before {
    content: "";
    display: block;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 2px solid transparent;
    background-color: rgba(var(--accentMainRGB),0);
    transition: background-color .2s ease;
    background-clip: padding-box
}

.customer-betting-settings-item-module_active__V2ScQJxM__platform-common .customer-betting-settings-item-module_radio__FFBFFfwJ__platform-common {
    border-color: var(--accentMain)
}

.customer-betting-settings-item-module_active__V2ScQJxM__platform-common .customer-betting-settings-item-module_radio__FFBFFfwJ__platform-common:before {
    background-color: rgba(var(--accentMainRGB),1)
}

.customer-betting-settings-item-module_betOptionsList__-iv7gyrb__platform-common {
    display: flex;
    flex-direction: column;
    padding-block:4px;background: var(--settingsContentBg);
    border-radius: 4px
}

.customer-betting-settings-item-module_betsItemWrapper__rQkNN8rh__platform-common {
    padding-inline:16px}

.customer-betting-settings-item-module_betsItemWrapper__rQkNN8rh__platform-common:nth-last-child(1)>div {
    border-bottom: 1px solid transparent
}

.customer-betting-settings-item-module_betsItemWrapper__rQkNN8rh__platform-common:not(.customer-betting-settings-item-module_active__V2ScQJxM__platform-common):hover {
    background-color: var(--allSportsActiveBg)
}

.customer-betting-settings-item-module_betsItem__3CokxYdo__platform-common {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block:8px;border-bottom: var(--settingsContentSeparator)
}

.customer-betting-settings-item-module_betsItem__3CokxYdo__platform-common:not(.customer-betting-settings-item-module_active__V2ScQJxM__platform-common) {
    cursor: pointer
}

.customer-betting-settings-item-module_itemTextContainer__pBu0AlG1__platform-common {
    line-height: 20px
}

.customer-betting-settings-item-module_itemAdditionallText__-kLvNO2i__platform-common {
    color: var(--accentMain)
}

.customer-betting-settings-item-module_itemSecondaryText__BeJ8FJVQ__platform-common {
    font-size: 12px;
    color: var(--allSportsTitle)
}

.navigation-view-module_viewList__myBAuso-__platform-common {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    background-color: var(--settingsContentBg);
    padding: 12px 16px;
    border-radius: 8px
}

.navigation-view-module_mobileViewList__4glACeVb__platform-common {
    justify-content: center
}

.navigation-view-module_viewItemWrapper__4jLngjRI__platform-common {
    width: -moz-fit-content;
    width: fit-content
}

.navigation-view-module_viewItem__aiVnJjsE__platform-common.navigation-view-module_active__J6fksztU__platform-common img {
    border: 1px solid var(--accentMain)
}

.navigation-view-module_viewItem__aiVnJjsE__platform-common.navigation-view-module_active__J6fksztU__platform-common .navigation-view-module_viewItemTitle__PIiG2KBu__platform-common {
    color: var(--accentMain)
}

.navigation-view-module_viewItem__aiVnJjsE__platform-common img {
    border: 1px solid var(--allSportsItemHover);
    display: block;
    width: 135px;
    height: auto;
    padding: 6px;
    border-radius: var(--baseBorderRadius);
    box-shadow: 0 0 8px #0000;
    transition: box-shadow .3s ease
}

.navigation-view-module_viewItem__aiVnJjsE__platform-common:not(.navigation-view-module_active__J6fksztU__platform-common) {
    cursor: pointer
}

.navigation-view-module_viewItem__aiVnJjsE__platform-common:not(.navigation-view-module_active__J6fksztU__platform-common):hover img {
    box-shadow: 0 0 8px #0000004d
}

.navigation-view-module_viewItemTitle__PIiG2KBu__platform-common {
    display: flex;
    justify-content: center;
    margin-bottom: 10px
}

.navigation-view-module_applySettingsButton__VdJajkVv__platform-common {
    margin-left: auto;
    margin-right: 0;
    min-width: 208px
}

.navigation-view-module_modal-modern-view__vLHrpp-Y__platform-common {
    -webkit-backdrop-filter: none;
    backdrop-filter: none
}

.odds-format-module_radio__8P8wKB9k__platform-common {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 2px solid var(--globalSettingsModalColor);
    transition: border-color .2s ease;
    overflow: hidden
}

.odds-format-module_radio__8P8wKB9k__platform-common:before {
    content: "";
    display: block;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 2px solid transparent;
    background-color: rgba(var(--accentMainRGB),0);
    transition: background-color .2s ease;
    background-clip: padding-box
}

.odds-format-module_active__HHkMy2iL__platform-common .odds-format-module_radio__8P8wKB9k__platform-common {
    border-color: var(--accentMain)
}

.odds-format-module_active__HHkMy2iL__platform-common .odds-format-module_radio__8P8wKB9k__platform-common:before {
    background-color: rgba(var(--accentMainRGB),1)
}

.odds-format-module_oddsList__82g2cZNP__platform-common {
    display: flex;
    flex-direction: column;
    padding-block:4px;background: var(--settingsContentBg);
    border-radius: 4px
}

.odds-format-module_oddsItemWrapper__zPwovO42__platform-common {
    padding-inline:16px}

.odds-format-module_oddsItemWrapper__zPwovO42__platform-common:nth-last-child(1)>div {
    border-bottom: 1px solid transparent
}

.odds-format-module_oddsItemWrapper__zPwovO42__platform-common:not(.odds-format-module_active__HHkMy2iL__platform-common):hover {
    background-color: var(--allSportsActiveBg)
}

.odds-format-module_oddsItem__fXDu9VNW__platform-common {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block:8px;border-bottom: var(--settingsContentSeparator)
}

.odds-format-module_oddsItem__fXDu9VNW__platform-common:not(.odds-format-module_active__HHkMy2iL__platform-common) {
    cursor: pointer
}

.odds-format-module_oddsItemFormatText__1lhlpeCT__platform-common {
    color: var(--accentMain);
    font-size: 12px;
    margin-top: 4px
}

.drops-and-wins-logo-module_dwLogo__ys-Tz-Te__platform-common {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 25%;
    min-width: 45px;
    z-index: 1
}

.drops-and-wins-logo-module_dwLogo__ys-Tz-Te__platform-common:before {
    display: block;
    content: "";
    padding-bottom: 100%;
    background: linear-gradient(135deg,#0D0014 50%,transparent 50%);
    border-top-left-radius: 5px
}

.drops-and-wins-logo-module_dwLogoInner__kCGljt8d__platform-common {
    background: #0d0014;
    border-radius: 50%;
    width: 63%;
    position: absolute;
    z-index: 1;
    top: 15%;
    left: 10%
}

.drops-and-wins-logo-module_dwLogoInner__kCGljt8d__platform-common:before {
    display: block;
    content: "";
    padding-bottom: 100%
}

.drops-and-wins-logo-module_dwLogoImage__eMaQpVBX__platform-common {
    display: block;
    position: absolute;
    z-index: 1;
    width: 85%;
    top: -14%;
    left: 9%
}

.drops-and-wins-logo-module_showImage__JYqh5B2Q__platform-common {
    display: block
}

.ui-notification-modal-module_modal__noMKrPUh__platform-common {
    background: var(--buttonText);
    border-radius: 15px;
    box-shadow: 0 0 5px #0000004d;
    box-sizing: border-box;
    max-width: calc(100vw - 20px);
    padding: 30px 20px;
    position: relative;
    width: 470px;
    margin: auto
}

.ui-notification-modal-module_modal__noMKrPUh__platform-common.ui-notification-modal-module_fail__G-Rcq4Tz__platform-common .ui-notification-modal-module_image__LVAK46xd__platform-common {
    background-color: var(--notificationBackground);
    color: var(--error)
}

.ui-notification-modal-module_modal__noMKrPUh__platform-common.ui-notification-modal-module_success__Ia2w8-vl__platform-common .ui-notification-modal-module_image__LVAK46xd__platform-common {
    background-color: var(--notificationSuccessBackground);
    color: var(--notificationSuccessColor)
}

.ui-notification-modal-module_modal__noMKrPUh__platform-common.ui-notification-modal-module_notice__mxZHFYpV__platform-common .ui-notification-modal-module_image__LVAK46xd__platform-common {
    height: 60px;
    width: 60px;
    font-size: 50px
}

@media screen and (max-width: 459px) {
    .ui-notification-modal-module_modal__noMKrPUh__platform-common.ui-notification-modal-module_notice__mxZHFYpV__platform-common .ui-notification-modal-module_image__LVAK46xd__platform-common {
        font-size:40px
    }
}

.ui-notification-modal-module_modal__noMKrPUh__platform-common.ui-notification-modal-module_confirmation__-j3JuCrs__platform-common .ui-notification-modal-module_actions__q0nA5tkT__platform-common {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -5px 0
}

.ui-notification-modal-module_modal__noMKrPUh__platform-common.ui-notification-modal-module_session__fAwpDcUm__platform-common .ui-notification-modal-module_message__2aHFBTUr__platform-common {
    color: var(--sessionPopupColor);
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    max-width: 480px;
    text-align: center
}

.ui-notification-modal-module_modal__noMKrPUh__platform-common.ui-notification-modal-module_session__fAwpDcUm__platform-common .ui-notification-modal-module_actions__q0nA5tkT__platform-common {
    width: 100%;
    max-width: 133px;
    margin: 16px auto 0
}

@media screen and (max-width: 459px) {
    .ui-notification-modal-module_modal__noMKrPUh__platform-common {
        padding:30px 16px
    }
}

.ui-notification-modal-module_image__LVAK46xd__platform-common {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 33px;
    margin: 0 auto 30px
}

@media screen and (max-width: 459px) {
    .ui-notification-modal-module_image__LVAK46xd__platform-common {
        width:40px;
        height: 40px;
        font-size: 16px;
        margin-bottom: 15px
    }
}

.ui-notification-modal-module_message__2aHFBTUr__platform-common {
    color: var(--mainColor);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    max-width: 480px;
    text-align: center
}

.ui-notification-modal-module_actions__q0nA5tkT__platform-common {
    margin-top: 30px
}

.ui-notification-modal-module_col__YSoEg-U7__platform-common {
    padding: 0 5px;
    width: 50%
}

@media screen and (max-width: 459px) {
    .ui-notification-modal-module_col__YSoEg-U7__platform-common {
        margin-top:12px;
        width: 100%
    }

    .ui-notification-modal-module_col__YSoEg-U7__platform-common:first-of-type {
        margin-top: 0
    }
}

.ui-notification-modal-module_hideCloseButton__32a5WxI6__platform-common {
    display: none
}

@media (max-width: 767px) {
    .ui-notification-modal-module_modal__noMKrPUh__platform-common {
        max-width:100%;
        border-radius: var(--wofModalNotificationsBorderRadiusMobile)
    }
}

.neccton-notification-modal-module_modal__SxAVo2cX__platform-common {
    width: 652px
}

.neccton-notification-modal-module_modal__SxAVo2cX__platform-common .neccton-notification-modal-module_title__uKi4YOJi__platform-common {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px
}

.neccton-notification-modal-module_modal__SxAVo2cX__platform-common .neccton-notification-modal-module_message__q1G4zgM7__platform-common {
    margin: auto
}

.neccton-notification-modal-module_modal__SxAVo2cX__platform-common .neccton-notification-modal-module_image__qzJZF0L8__platform-common {
    margin-bottom: 0;
    font-size: 65px
}

@media screen and (max-width: 459px) {
    .neccton-notification-modal-module_modal__SxAVo2cX__platform-common .neccton-notification-modal-module_image__qzJZF0L8__platform-common {
        margin-bottom:15px;
        width: 55px
    }
}

.neccton-notification-modal-module_modal__SxAVo2cX__platform-common .neccton-notification-modal-module_actions__hGveFpmG__platform-common {
    display: grid;
    grid-gap: 8px;
    grid-template-columns: repeat(auto-fill,minmax(49%,1fr));
    margin-top: 30px
}

.title-hover-module_Wrapper__hC-uyKZU__platform-common {
    position: relative
}

.title-hover-module_Wrapper__hC-uyKZU__platform-common:hover>div {
    opacity: 1;
    transition-delay: .15s
}

.title-hover-module_TextContainer__Gru7lran__platform-common,.title-hover-module_longTextContainer__O4GW4ybP__platform-common,.title-hover-module_TextContainerSecond__V8xph3KJ__platform-common {
    background: var(--headerBackground);
    left: 50%;
    opacity: 0;
    padding: 10px 12px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: -8px;
    transform: translate(-50%) translateY(-100%);
    transition: opacity .15s ease;
    width: 120px;
    z-index: 10
}

.title-hover-module_TextContainer__Gru7lran__platform-common:after,.title-hover-module_longTextContainer__O4GW4ybP__platform-common:after,.title-hover-module_TextContainerSecond__V8xph3KJ__platform-common:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid var(--headerBackground);
    bottom: -6px;
    content: "";
    display: block;
    left: calc(50% - 5px);
    position: absolute;
    transform: translate(-50%)
}

@media screen and (max-width: 459px) {
    .title-hover-module_TextContainerSecond__V8xph3KJ__platform-common {
        display:none
    }
}

.title-hover-module_TextContainerSecond__V8xph3KJ__platform-common {
    left: 0;
    top: -5px;
    transform: translateY(-100%);
    padding: 4px 8px;
    border-radius: 4px;
    background: var(--eventResultTooltip);
    width: 100px;
    width: auto;
    white-space: nowrap
}

.title-hover-module_TextContainerSecond__V8xph3KJ__platform-common:after {
    display: none
}

.title-hover-module_TextContainerSecond__V8xph3KJ__platform-common .title-hover-module_Text__txgK8ibN__platform-common {
    font-size: 14px;
    color: #fff
}

.title-hover-module_longTextContainer__O4GW4ybP__platform-common {
    white-space: normal;
    word-wrap: break-word
}

.title-hover-module_TooltipRight__FN4hV9FK__platform-common {
    left: auto;
    right: 0
}

.title-hover-module_TooltipBottom__vaPoApD5__platform-common {
    transform: translate(-50%);
    top: auto
}

.title-hover-module_TooltipBottomRight__JKUj0HKE__platform-common {
    transform: translate(0);
    top: auto;
    right: 0;
    left: auto
}

.title-hover-module_TooltipCenter__5EY58Oqz__platform-common {
    transform: translate(-50%) translateY(-100%);
    left: 50%
}

.title-hover-module_Text__txgK8ibN__platform-common {
    color: var(--menuDefault);
    font-size: 12px;
    font-weight: 400;
    text-transform: none
}

.drawer-module_wrapper__yYF58u9o__platform-common {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: var(--zIndex-modalPortal)
}

.drawer-module_backdrop__q3jVjbHT__platform-common {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #00000080;
    animation: drawer-module_drawerBackdropShow__4vSj4ZbJ__platform-common .3s ease-in-out
}

.drawer-module_content__ac9PgqI9__platform-common {
    z-index: var(--zIndex-modalView);
    position: absolute;
    background: var(--drawerContentBg);
    overflow: hidden;
    line-height: 1.45
}

.drawer-module_title__N42z6070__platform-common {
    background: var(--drawerTitleBg);
    padding: var(--drawerTitlePadding);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700
}

.drawer-module_inner__hGBupVyM__platform-common {
    padding: var(--drawerInnerPadding)
}

.drawer-module_placementLeft__60c61qax__platform-common .drawer-module_content__ac9PgqI9__platform-common {
    bottom: 0;
    top: 0;
    left: 0;
    border-radius: 0 var(--drawerBorderRadius) var(--drawerBorderRadius) 0;
    animation: drawer-module_drawerContentLeftShow__11Iq50Wd__platform-common .25s ease-in
}

.drawer-module_placementRight__ocAcW0dM__platform-common .drawer-module_content__ac9PgqI9__platform-common {
    bottom: 0;
    top: 0;
    right: 0;
    border-radius: var(--drawerBorderRadius) 0 0 var(--drawerBorderRadius);
    animation: drawer-module_drawerContentRightShow__PfqtuX5F__platform-common .25s ease-in
}

.drawer-module_placementBottom__rRzxmh3K__platform-common .drawer-module_content__ac9PgqI9__platform-common {
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: var(--drawerBorderRadius) var(--drawerBorderRadius) 0 0;
    animation: drawer-module_drawerContentBottomShow__-nHH7r7m__platform-common .25s ease-in
}

.drawer-module_placementTop__Qv9R1X9V__platform-common .drawer-module_content__ac9PgqI9__platform-common {
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 var(--drawerBorderRadius) var(--drawerBorderRadius);
    animation: drawer-module_drawerContentTopShow__q-xJYuXX__platform-common .25s ease-in
}

@keyframes drawer-module_drawerContentBottomShow__-nHH7r7m__platform-common {
    0% {
        transform: translate3d(0,100%,0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes drawer-module_drawerContentTopShow__q-xJYuXX__platform-common {
    0% {
        transform: translate3d(0,-100%,0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes drawer-module_drawerContentRightShow__PfqtuX5F__platform-common {
    0% {
        transform: translate3d(100%,0,0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes drawer-module_drawerContentLeftShow__11Iq50Wd__platform-common {
    0% {
        transform: translate3d(-100%,0,0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes drawer-module_drawerBackdropShow__4vSj4ZbJ__platform-common {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.aside-menu-holder-module_aside__7oexCoie__platform-common {
    position: fixed;
    left: 0;
    top: var(--mslHeaderHeight);
    bottom: 0;
    right: 0;
    z-index: var(--zIndex-mobileAsideMenu)
}

.aside-menu-holder-module_aside__7oexCoie__platform-common.aside-menu-holder-module_noBg__3GqMRaMd__platform-common {
    left: auto;
    right: auto
}

.aside-menu-holder-module_aside__7oexCoie__platform-common.aside-menu-holder-module_fromLeft__GHQ7WqsF__platform-common .aside-menu-holder-module_content__c5H2QrfI__platform-common {
    left: 0;
    transform: translate(-280px)
}

.aside-menu-holder-module_aside__7oexCoie__platform-common.aside-menu-holder-module_fromLeft__GHQ7WqsF__platform-common .aside-menu-holder-module_close__kXVU5gEm__platform-common {
    left: 295px;
    transform: translate(-280px)
}

.aside-menu-holder-module_aside__7oexCoie__platform-common.aside-menu-holder-module_fromRight__ecoObVBv__platform-common .aside-menu-holder-module_content__c5H2QrfI__platform-common {
    right: 0;
    transform: translate(280px)
}

.aside-menu-holder-module_aside__7oexCoie__platform-common.aside-menu-holder-module_fromRight__ecoObVBv__platform-common .aside-menu-holder-module_close__kXVU5gEm__platform-common {
    right: 295px;
    transform: translate(280px)
}

.aside-menu-holder-module_aside__7oexCoie__platform-common.aside-menu-holder-module_fromLeft__GHQ7WqsF__platform-common.aside-menu-holder-module_animate__Biomy5LB__platform-common .aside-menu-holder-module_close__kXVU5gEm__platform-common,.aside-menu-holder-module_aside__7oexCoie__platform-common.aside-menu-holder-module_fromRight__ecoObVBv__platform-common.aside-menu-holder-module_animate__Biomy5LB__platform-common .aside-menu-holder-module_close__kXVU5gEm__platform-common {
    opacity: 1;
    transform: translate(0)
}

.aside-menu-holder-module_aside__7oexCoie__platform-common.aside-menu-holder-module_fromLeft__GHQ7WqsF__platform-common.aside-menu-holder-module_animate__Biomy5LB__platform-common .aside-menu-holder-module_content__c5H2QrfI__platform-common,.aside-menu-holder-module_aside__7oexCoie__platform-common.aside-menu-holder-module_fromRight__ecoObVBv__platform-common.aside-menu-holder-module_animate__Biomy5LB__platform-common .aside-menu-holder-module_content__c5H2QrfI__platform-common {
    transform: translate(0)
}

.aside-menu-holder-module_bg__EL0iemDn__platform-common {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000080;
    position: absolute;
    transition: background .2s ease-out
}

.aside-menu-holder-module_content__c5H2QrfI__platform-common {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    transition: transform .25s ease-out;
    background: var(--asideMenuHolderBg);
    width: var(--mslCenterColMarginLeft)
}

@media screen and (max-width: 2000px) {
    .aside-menu-holder-module_content__c5H2QrfI__platform-common {
        width:var(--mslCenterColMarginLeftMedia)
    }
}

@media screen and (max-width: 1400px) {
    .aside-menu-holder-module_content__c5H2QrfI__platform-common {
        width:var(--mslCenterColMarginLeftPoint1)
    }
}

.aside-menu-holder-module_close__kXVU5gEm__platform-common {
    top: 25px;
    color: var(--asideMenuHolderClose);
    font-size: 18px;
    z-index: 3;
    position: absolute;
    opacity: 0;
    transition: opacity .2s ease-out,transform .25s ease-out
}

body.menu-cms-header-view .aside-menu-holder-module_aside__7oexCoie__platform-common {
    top: var(--menuCmsHeaderBodyTopPadding)
}

.aside-menu-burger-button-module_headerAsideBurger__DYukRa5M__platform-common {
    color: var(--asideMenuBurgerColor);
    font-size: 20px;
    margin-right: 16px
}

.pin-button-module_button__AjW3Vb1u__platform-common {
    font-size: 20px;
    color: var(--pinIconColor)
}

.favorite-button-module_button__RVRj6rJP__platform-common {
    font-size: 20px;
    color: var(--favoriteIconColor)
}

.favorites-block-module_wrapper__mMKKCwi9__platform-common {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center
}

.no-favorites-module_noFavoritesContainer__gozfq2ci__platform-common {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    padding-block:24px}

.no-favorites-module_favoritesIcon__gS0KAa5M__platform-common {
    width: 16px!important;
    height: 16px!important;
    margin-inline:3px}

.no-favorites-module_secondLine__lul1NkJC__platform-common {
    display: flex;
    align-items: center;
    color: var(--mslSportFiltersItemMobileIcon)
}

.stories-module_wrapper__rICqflOW__platform-common {
    margin-top: 8px;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px
}

.stories-module_wrapper__rICqflOW__platform-common.stories-module_slider__f1F6YyFE__platform-common {
    display: block;
    margin-bottom: 14px
}

.stories-module_wrapper__rICqflOW__platform-common.stories-module_mobile__gNuRLB8Z__platform-common {
    padding-top: 8px;
    margin: 0 10px
}

.stories-module_wrapper__rICqflOW__platform-common.stories-module_mobile__gNuRLB8Z__platform-common .react-horizontal-scrolling-menu--scroll-container {
    gap: 0
}

.stories-module_wrapper__rICqflOW__platform-common.stories-module_mobile__gNuRLB8Z__platform-common .react-horizontal-scrolling-menu--item {
    padding: 4px 6px
}

.stories-module_wrapper__rICqflOW__platform-common.stories-module_currentListWrapper__Nma7CI4q__platform-common .react-horizontal-scrolling-menu--item:first-child {
    padding: 0
}

.stories-module_wrapper__rICqflOW__platform-common .react-horizontal-scrolling-menu--scroll-container {
    padding-bottom: 4px
}

.stories-module_wrapper__rICqflOW__platform-common .react-horizontal-scrolling-menu--item {
    padding: 4px 6px
}

.cashback-list {
    display: flex;
    flex-direction: row;
    transition: all .5s ease
}

.cashback-list .fade-enter {
    opacity: 0;
    transform: translateY(-20px)
}

.cashback-list .fade-enter-active {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .5s,transform .5s
}

.cashback-list .fade-exit {
    opacity: 1;
    transform: translateY(0)
}

.cashback-list .fade-exit-active {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .5s,transform .5s
}

.stories-module_skeleton__k27UmZDC__platform-common {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: hidden
}

.stories-module_skeleton__k27UmZDC__platform-common .stories-module_skeletonItem__QXz-v-UZ__platform-common {
    padding: 4px
}

.banner-cms-stories-module_container__4v1scTHe__platform-common {
    background: var(--storiesCmsBannerContainerBg);
    background-color: var(--storiesCmsBannerContainerBgColor);
    padding: 24px 0
}

.banner-cms-stories-module_container__4v1scTHe__platform-common.banner-cms-stories-module_mobile__boPVhi-h__platform-common {
    padding: 16px 0
}

.banner-cms-stories-module_container__4v1scTHe__platform-common.banner-cms-stories-module_mobile__boPVhi-h__platform-common .banner-cms-stories-module_wrapper__iwm21C0V__platform-common .react-horizontal-scrolling-menu--scroll-container {
    gap: 0
}

.banner-cms-stories-module_container__4v1scTHe__platform-common.banner-cms-stories-module_mobile__boPVhi-h__platform-common .banner-cms-stories-module_wrapper__iwm21C0V__platform-common .react-horizontal-scrolling-menu--item {
    padding: 0 4px
}

.banner-cms-stories-module_wrapper__iwm21C0V__platform-common {
    display: block;
    gap: 12px
}

.banner-cms-stories-module_wrapper__iwm21C0V__platform-common .react-horizontal-scrolling-menu--item {
    padding: 0 6px
}

.banner-cms-stories-module_wrapper__iwm21C0V__platform-common .horizontal-menu__arrow-wrapper--left {
    left: 20px
}

.banner-cms-stories-module_wrapper__iwm21C0V__platform-common .horizontal-menu__arrow-wrapper--right {
    right: 20px
}

.banner-cms-stories-module_wrapper__iwm21C0V__platform-common .horizontal-menu__arrow-wrapper {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    font-size: 16px;
    background: var(--storiesCmsBannerArrowBg);
    color: var(--storiesCmsBannerArrow);
    transition: background .15s ease
}

.banner-cms-stories-module_wrapper__iwm21C0V__platform-common .horizontal-menu__arrow-wrapper:hover {
    background: var(--storiesCmsBannerArrowBgHover)
}

.banner-cms-stories-module_item__VSBcX9mk__platform-common {
    position: relative;
    width: 125px;
    padding: 4px;
    background-color: var(--mslStoryBg);
    box-shadow: 0 2px 9px #0000001a;
    border-radius: var(--mslStoryBorderRadius);
    text-decoration: none;
    cursor: pointer;
    transition: color .15s ease,background-color .15s ease
}

.banner-cms-stories-module_item__VSBcX9mk__platform-common:hover {
    background-color: var(--mslStoryBgHover)
}

.banner-cms-stories-module_imageWrapper__VbUxPWsF__platform-common {
    height: 68px;
    width: 100%;
    border-radius: var(--mslStoryImageBorderRadius);
    margin-bottom: 6px
}

.banner-cms-stories-module_imageWrapper__VbUxPWsF__platform-common img {
    border-radius: var(--mslStoryImageBorderRadius);
    width: 100%;
    height: 100%
}

.banner-cms-stories-module_textWrapper__XJwKVAXw__platform-common {
    height: 32px;
    margin: 0 12px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.banner-cms-stories-module_skeletonWrapper__6wDQBa2w__platform-common {
    display: flex;
    overflow: hidden
}

.banner-cms-stories-module_skeletonItem__prtmiBPS__platform-common {
    margin: 0 6px
}

.odds-formatter-module_wrapper__NvSnn2Rh__platform-common {
    display: flex
}

.odds-formatter-module_icon__lKrEJUVP__platform-common {
    margin-left: 4px;
    align-self: center;
    top: -1px;
    width: 14px;
    height: 14px;
    color: var(--oddsBoosterIconColor)!important;
    background: var(--oddsBoosterIconBg);
    border-radius: var(--oddsBoosterIconBorderRadius)
}

.odds-formatter-module_baseValue__p7YDla4v__platform-common {
    opacity: .5;
    text-decoration: line-through;
    font-size: .85em;
    margin-right: 4px
}

.odds-formatter-module_vertical__u5b6BXfY__platform-common {
    flex-direction: column;
    align-items: center
}

.odds-formatter-module_vertical__u5b6BXfY__platform-common .odds-formatter-module_baseValue__p7YDla4v__platform-common {
    order: 1
}

.odds-formatter-module_horizontal__tlzeXe4r__platform-common {
    flex-direction: row
}

.odds-formatter-module_centred__58lxZ-v8__platform-common {
    flex-direction: column;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: -20px
}

.odds-formatter-module_centred__58lxZ-v8__platform-common .odds-formatter-module_baseValue__p7YDla4v__platform-common {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    text-align: center
}

.odds-formatter-module_value__twBFG5A-__platform-common {
    display: flex!important
}

.tabs-toggler-module_menu__FFuyNH38__platform-common {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    background: var(--mslTabsTogglerBg);
    overflow: hidden;
    border-radius: var(--mslTabsTogglerBorderRadius, 6px)
}

.tabs-toggler-module_menu__FFuyNH38__platform-common.tabs-toggler-module_inline__BRX2C3PX__platform-common {
    display: inline-flex
}

.tabs-toggler-module_menu__FFuyNH38__platform-common.tabs-toggler-module_inline__BRX2C3PX__platform-common .tabs-toggler-module_item__gJ4144Il__platform-common {
    width: auto;
    padding: 6px 48px
}

.tabs-toggler-module_item__gJ4144Il__platform-common {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mslTabsTogglerTitle);
    font-size: var(--mslTabsTogglerTitleFontSize, 14px);
    font-weight: var(--mslTabsTogglerTitleFontWeight, 700);
    border-radius: var(--mslTabsTogglerBorderRadius, 6px);
    padding: 6px;
    height: var(--mslTabsTogglerHeight);
    text-align: center;
    transition: background .15s ease,color .15s ease;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer
}

.tabs-toggler-module_item__gJ4144Il__platform-common.tabs-toggler-module_active__WIRgs6R2__platform-common {
    background: var(--mslTabsTogglerBgActive);
    color: var(--mslTabsTogglerTitleActive)
}

.search-instructions-module_defaultInstructionStyle__jwXc6yGE__platform-common {
    padding-inline-start:18px;margin-block-start:0;margin-block-end:0}

.new-search-no-result-module_noResultContainer__TVUB5KPE__platform-common {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding-block:32px;color: var(--allSportsTitleColor)
}

.search-result-items-module_searchLeagueRow__196Ekxqu__platform-common {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    cursor: pointer;
    color: var(--sportMenuItemText);
    text-decoration: none
}

.search-result-items-module_searchLeagueRowModern__ozTolyAN__platform-common {
    background-color: var(--aggregateScoreBG);
    border-radius: 8px
}

.search-result-items-module_searchLeagueRowClassic__SvSKHyvX__platform-common {
    background-color: var(--inputBackgroundForm);
    border-bottom: 1px solid #E2E8EE;
    border-radius: 0
}

.search-result-items-module_leagueRowSection__kRgcwgrC__platform-common {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 12px
}

.search-result-items-module_leagueRowMobileSection__4j2HiOMD__platform-common {
    display: flex;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 85%
}

.search-result-items-module_leagueIcon__kF9pMSPL__platform-common {
    margin-right: 0
}

.search-result-items-module_counterHeader__8EZlAhaU__platform-common {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 10px 16px;
    background-color: var(--aggregateScoreBG);
    color: var(--mainColor);
    font-weight: 700;
    text-transform: uppercase
}

.search-result-items-module_counterHeader__8EZlAhaU__platform-common>div {
    opacity: .5
}

.search-result-items-module_eventCount__a4k8pQ4p__platform-common {
    justify-content: center;
    opacity: .8;
    margin-right: 4px
}

.search-result-items-module_divider__aOCmRcbW__platform-common {
    margin-inline:4px}

.search-result-items-module_titleText__QjqC5SX-__platform-common {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.text-with-highlights-module_searchTextBackground__1qmNKt8x__platform-common {
    background-color: var(--searchTextHighlightBg);
    color: var(--searchTextHighlightColor)
}

.top-producer-images-module_container__a18mvO-2__platform-common {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5,168px);
    gap: 14px;
    z-index: 1
}

.top-producer-images-module_container__a18mvO-2__platform-common.top-producer-images-module_small__Ox8xOleW__platform-common {
    margin: -2px
}

.top-producer-images-module_container__a18mvO-2__platform-common.top-producer-images-module_small__Ox8xOleW__platform-common .top-producer-images-module_itemWrapper__Cu-Om-oi__platform-common {
    flex-basis: 33.33%;
    padding: 4px
}

.top-producer-images-module_container__a18mvO-2__platform-common.top-producer-images-module_small__Ox8xOleW__platform-common .top-producer-images-module_item__N3y5N6uo__platform-common {
    width: auto;
    height: auto
}

.top-producer-images-module_container__a18mvO-2__platform-common.top-producer-images-module_big__xYQCqHQX__platform-common {
    margin: -4px
}

.top-producer-images-module_container__a18mvO-2__platform-common.top-producer-images-module_big__xYQCqHQX__platform-common .top-producer-images-module_itemWrapper__Cu-Om-oi__platform-common {
    display: flex;
    justify-content: center;
    flex-basis: 50%;
    padding: 4px
}

.top-producer-images-module_container__a18mvO-2__platform-common.top-producer-images-module_big__xYQCqHQX__platform-common .top-producer-images-module_item__N3y5N6uo__platform-common {
    width: auto;
    height: auto
}

.top-producer-images-module_skeletonContainer__5dwdXwM-__platform-common {
    position: relative;
    width: 100%;
    z-index: 1
}

.top-producer-images-module_itemWrapper__Cu-Om-oi__platform-common {
    overflow: hidden
}

.top-producer-images-module_item__N3y5N6uo__platform-common {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 168px;
    height: 138px;
    max-width: 100%;
    max-height: 138px;
    opacity: 1;
    border-radius: 8px;
    overflow: hidden
}

.top-producer-images-module_item__N3y5N6uo__platform-common:hover .top-producer-images-module_image__5bs-jDKK__platform-common {
    scale: 1.1
}

.top-producer-images-module_item__N3y5N6uo__platform-common:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(#41414133,#6f6f6f2d);
    z-index: 2;
    animation: top-producer-images-module_fadeIn__RtVjC-g0__platform-common .3s ease-in-out
}

.top-producer-images-module_image__5bs-jDKK__platform-common {
    position: absolute;
    width: auto;
    height: 100%;
    transition: all ease-in-out .3s
}

.top-producer-images-module_header__7pJliRP4__platform-common {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px
}

.top-producer-images-module_header__7pJliRP4__platform-common.top-producer-images-module_mobile__p8AcEmde__platform-common {
    margin-bottom: 16px
}

.top-producer-images-module_header__7pJliRP4__platform-common.top-producer-images-module_mobile__p8AcEmde__platform-common .top-producer-images-module_title__srBUX5-w__platform-common {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.top-producer-images-module_header__7pJliRP4__platform-common.top-producer-images-module_mobile__p8AcEmde__platform-common .top-producer-images-module_title__srBUX5-w__platform-common:not(.top-producer-images-module_titleWhite__qbhQ77q3__platform-common) {
    color: var(--mainColor)
}

.top-producer-images-module_header__7pJliRP4__platform-common.top-producer-images-module_mobile__p8AcEmde__platform-common .app-button {
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 700;
    min-height: 32px
}

.top-producer-images-module_title__srBUX5-w__platform-common {
    color: var(--white);
    font-size: 32px;
    font-weight: 900
}

@media screen and (max-width: 1800px) {
    .top-producer-images-module_container__a18mvO-2__platform-common {
        grid-template-columns:repeat(5,158px)
    }

    .top-producer-images-module_item__N3y5N6uo__platform-common {
        width: 158px;
        height: 140px
    }
}

@media (max-width: 1000px) {
    .top-producer-images-module_container__a18mvO-2__platform-common {
        display:flex;
        flex-wrap: wrap;
        gap: 0
    }

    .top-producer-images-module_item__N3y5N6uo__platform-common:hover .top-producer-images-module_image__5bs-jDKK__platform-common {
        scale: 1
    }

    .top-producer-images-module_item__N3y5N6uo__platform-common:hover:after {
        content: none
    }
}

.top-producer-images-module_imageMobile__3WRM9365__platform-common {
    position: relative;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    border-radius: 8px
}

@keyframes top-producer-images-module_fadeIn__RtVjC-g0__platform-common {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.skeleton-tiles-loader-module_container__A763S2ph__platform-common {
    display: grid;
    align-items: center
}

.skeleton-tiles-loader-module_tile__LveIVy8I__platform-common {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background-color: #ddd;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    animation: 1.5s linear infinite alternate skeleton-tiles-loader-module_pulsate__DPs1t4H-__platform-common
}

.skeleton-tiles-loader-module_tile__LveIVy8I__platform-common:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -50px;
    height: 400px;
    width: 70px;
    rotate: -35deg;
    animation: 1.5s linear infinite alternate skeleton-tiles-loader-module_rollOver__35gcJt-Z__platform-common;
    background: linear-gradient(90deg,transparent,#b7b7b7,transparent)
}

@keyframes skeleton-tiles-loader-module_pulsate__DPs1t4H-__platform-common {
    0% {
        opacity: .2
    }

    to {
        opacity: .5
    }
}

@keyframes skeleton-tiles-loader-module_rollOver__35gcJt-Z__platform-common {
    0% {
        transform: translate(-100px)
    }

    to {
        transform: translate(400px,-50px)
    }
}

.recommendations-checkbox-module_actions__FqfZRNZx__platform-common {
    margin-top: 20px
}

.recommendations-checkbox-module_checkboxLabel__jLHZGxC2__platform-common {
    display: flex;
    position: relative
}

.recommendations-checkbox-module_checkbox__GRVtaPgn__platform-common {
    margin-right: 15px
}

.checkbox-module_checkbox__uzQxfxQy__platform-common {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    max-width: 100%;
    flex-wrap: wrap
}

.checkbox-module_checkbox__uzQxfxQy__platform-common .checkbox-module_content__6psoqyHI__platform-common {
    margin-left: 8px;
    max-width: calc(100% - 44px)
}

.checkbox-module_checkbox__uzQxfxQy__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

.checkbox-module_checkbox__uzQxfxQy__platform-common .checkbox-module_input__PquNiAqd__platform-common {
    display: none
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_default__gISu-MxA__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common,.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_rounded__N6goZcfF__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common {
    height: 29px;
    width: 29px
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_default__gISu-MxA__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:after,.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_rounded__N6goZcfF__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:after,.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_default__gISu-MxA__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:before,.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_rounded__N6goZcfF__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:before {
    box-sizing: border-box;
    content: "";
    display: block;
    transition: transform .15s ease,opacity .15s ease
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_default__gISu-MxA__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:before,.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_rounded__N6goZcfF__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:before {
    border: 1px solid var(--menuSectionBorder);
    border-radius: 8px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotate(0) scale(1) translateZ(0);
    width: 100%
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_default__gISu-MxA__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:after,.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_rounded__N6goZcfF__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:after {
    border-color: transparent var(--buttonMain) var(--buttonMain) transparent;
    border-style: solid;
    border-width: 0 2px 2px 0;
    height: 16px;
    left: 9px;
    opacity: 0;
    position: absolute;
    top: -1px;
    transform: rotate(40deg) scale(1) translate(5px,3px) translateZ(0);
    width: 8px
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_default__gISu-MxA__platform-common .checkbox-module_input__PquNiAqd__platform-common.checkbox-module_checked__2CRw1VVI__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:after,.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_rounded__N6goZcfF__platform-common .checkbox-module_input__PquNiAqd__platform-common.checkbox-module_checked__2CRw1VVI__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:after {
    opacity: 1;
    transform: rotate(40deg) scale(1) translate(5px,3px) translateZ(0)
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_default__gISu-MxA__platform-common .checkbox-module_input__PquNiAqd__platform-common.checkbox-module_checked__2CRw1VVI__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:before,.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_rounded__N6goZcfF__platform-common .checkbox-module_input__PquNiAqd__platform-common.checkbox-module_checked__2CRw1VVI__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:before {
    transform: rotate(0) scale(1) translateZ(0)
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_default__gISu-MxA__platform-common.checkbox-module_small__5cCGmmb3__platform-common .checkbox-module_input__PquNiAqd__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common,.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_small__5cCGmmb3__platform-common.checkbox-module_rounded__N6goZcfF__platform-common .checkbox-module_input__PquNiAqd__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common {
    height: 16px;
    width: 16px
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_default__gISu-MxA__platform-common.checkbox-module_small__5cCGmmb3__platform-common .checkbox-module_input__PquNiAqd__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:before,.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_small__5cCGmmb3__platform-common.checkbox-module_rounded__N6goZcfF__platform-common .checkbox-module_input__PquNiAqd__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:before {
    border-radius: var(--baseBorderRadius)
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_default__gISu-MxA__platform-common.checkbox-module_small__5cCGmmb3__platform-common .checkbox-module_input__PquNiAqd__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:after,.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_small__5cCGmmb3__platform-common.checkbox-module_rounded__N6goZcfF__platform-common .checkbox-module_input__PquNiAqd__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:after {
    height: 10px;
    transform: rotate(40deg) scale(1) translate(-1px,3px) translateZ(0);
    width: 6px;
    top: 0;
    left: 8px
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_default__gISu-MxA__platform-common.checkbox-module_small__5cCGmmb3__platform-common .checkbox-module_input__PquNiAqd__platform-common.checkbox-module_checked__2CRw1VVI__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:after,.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_small__5cCGmmb3__platform-common.checkbox-module_rounded__N6goZcfF__platform-common .checkbox-module_input__PquNiAqd__platform-common.checkbox-module_checked__2CRw1VVI__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:after {
    opacity: 1;
    transform: rotate(40deg) scale(1) translate(-1px,3px) translateZ(0)
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_default__gISu-MxA__platform-common.checkbox-module_small__5cCGmmb3__platform-common .checkbox-module_content__6psoqyHI__platform-common,.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_small__5cCGmmb3__platform-common.checkbox-module_rounded__N6goZcfF__platform-common .checkbox-module_content__6psoqyHI__platform-common {
    max-width: calc(100% - 31px)
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_default__gISu-MxA__platform-common.checkbox-module_white__RbC7Z6jb__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:before,.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_white__RbC7Z6jb__platform-common.checkbox-module_rounded__N6goZcfF__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:before {
    background-color: var(--buttonText);
    border-color: var(--buttonText)
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_default__gISu-MxA__platform-common.checkbox-module_gray__xBlXd-zu__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:before,.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_gray__xBlXd-zu__platform-common.checkbox-module_rounded__N6goZcfF__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:before {
    background-color: var(--inputBackground);
    border-color: var(--inputBackground)
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_smallIvibet__MFJnDnva__platform-common .checkbox-module_input__PquNiAqd__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common {
    height: 16px;
    width: 16px
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_smallIvibet__MFJnDnva__platform-common .checkbox-module_input__PquNiAqd__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:before {
    border-radius: var(--checkboxBorderRadius)
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_smallIvibet__MFJnDnva__platform-common .checkbox-module_input__PquNiAqd__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:after {
    height: 10px;
    transform: rotate(40deg) scale(1) translate(-1px,3px) translateZ(0);
    width: 6px;
    top: 0;
    left: 8px;
    border-color: transparent var(--white) var(--white) transparent
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_smallIvibet__MFJnDnva__platform-common .checkbox-module_input__PquNiAqd__platform-common.checkbox-module_checked__2CRw1VVI__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:before {
    background: var(--buttonMain);
    border-color: var(--buttonMain)
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_smallIvibet__MFJnDnva__platform-common .checkbox-module_input__PquNiAqd__platform-common.checkbox-module_checked__2CRw1VVI__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:after {
    opacity: 1;
    transform: rotate(40deg) scale(1) translate(-1px,3px) translateZ(0)
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_smallIvibet__MFJnDnva__platform-common .checkbox-module_content__6psoqyHI__platform-common {
    max-width: calc(100% - 31px)
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_square__3XfvXWiW__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common {
    height: 22px;
    width: 22px
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_square__3XfvXWiW__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:after,.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_square__3XfvXWiW__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:before {
    content: "";
    position: absolute;
    transition: box-shadow .1s ease
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_square__3XfvXWiW__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:before {
    background: var(--white);
    border: 1px solid var(--registrationCheckboxSquareBlue);
    padding: 7px
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_square__3XfvXWiW__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:after {
    border: 2px solid var(--registrationCheckboxSquareInactive);
    padding: 9px
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_square__3XfvXWiW__platform-common .checkbox-module_input__PquNiAqd__platform-common.checkbox-module_checked__2CRw1VVI__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:before {
    box-shadow: 0 0 0 2px var(--registrationCheckboxSquareActive)
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_square__3XfvXWiW__platform-common .checkbox-module_input__PquNiAqd__platform-common.checkbox-module_checked__2CRw1VVI__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:after {
    background: var(--registrationCheckboxSquareBlue);
    border: 3px solid var(--white);
    padding: 4px
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_greenSquare__Z1JDl7Oa__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common {
    height: 15px;
    width: 15px
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_greenSquare__Z1JDl7Oa__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:after,.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_greenSquare__Z1JDl7Oa__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:before {
    content: "";
    position: absolute;
    transition: background .15s ease,border .15s ease;
    box-sizing: border-box
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_greenSquare__Z1JDl7Oa__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:before {
    background: var(--white);
    border: 1px solid var(--checkboxBorder);
    padding: 7px;
    border-radius: 2px
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_greenSquare__Z1JDl7Oa__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:after {
    transition: transform .15s ease,opacity .15s ease;
    border-color: transparent var(--white) var(--white) transparent;
    border-style: solid;
    border-width: 0 2px 2px 0;
    height: 8px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: -3px;
    transform: rotate(40deg) scale(1) translate(5px,3px) translateZ(0);
    width: 5px
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_greenSquare__Z1JDl7Oa__platform-common .checkbox-module_input__PquNiAqd__platform-common.checkbox-module_checked__2CRw1VVI__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:after {
    opacity: 1
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_greenSquare__Z1JDl7Oa__platform-common .checkbox-module_input__PquNiAqd__platform-common.checkbox-module_checked__2CRw1VVI__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:before {
    background: var(--checkboxActiveBg);
    border: 1px solid var(--checkboxActiveBorder)
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_rounded__N6goZcfF__platform-common .checkbox-module_input__PquNiAqd__platform-common.checkbox-module_checked__2CRw1VVI__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:before {
    background: var(--buttonMain);
    border: none
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_rounded__N6goZcfF__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common {
    width: 16px;
    height: 16px
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_rounded__N6goZcfF__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:before {
    border-radius: 50%
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_rounded__N6goZcfF__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:after {
    height: 8px;
    width: 5px;
    left: 3.5px;
    top: -2px;
    border-color: #fff;
    border-width: 0 1.5px 1.5px 0
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_center__oWWkFd1a__platform-common {
    justify-content: center
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_top__CzmWYS20__platform-common {
    align-items: flex-start
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_disabled__1ZX-Kx0a__platform-common {
    pointer-events: none
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_disabled__1ZX-Kx0a__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common {
    filter: grayscale(1)
}

.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_error__bf9BDhfd__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:before {
    border-color: var(--inputErrorColor)
}

.custom-tooltip-module_tooltipContainer__3lwnbLeH__platform-common {
    position: absolute;
    padding: 8px 12px;
    border-radius: 4px;
    background-color: #6f7b8d;
    color: #fff;
    z-index: 2
}

.custom-tooltip-module_tooltipContainer__3lwnbLeH__platform-common:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    translate: -90% -50%;
    border-radius: 4px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #6F7B8D
}

.last-winners-module_lastWinners__sJY5noEu__platform-common {
    display: flex;
    margin: 5px 0;
    overflow: hidden;
    gap: 28px
}

.last-winners-module_lastWinners__sJY5noEu__platform-common.last-winners-module_mobile__UEQXiHTB__platform-common {
    display: block;
    padding: 15px 0 15px 15px;
    margin: 0
}

.last-winners-module_lastWinners__sJY5noEu__platform-common.last-winners-module_mobile__UEQXiHTB__platform-common .last-winners-module_title__r5CFFzwi__platform-common {
    text-transform: uppercase
}

.last-winners-module_titleImage__P8iesaAq__platform-common {
    width: 125px;
    height: 125px;
    display: flex;
    align-items: end;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.last-winners-module_textInfo__fMZBENDW__platform-common {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px
}

.last-winners-module_list__doJwbiGT__platform-common {
    display: flex;
    align-items: center;
    gap: 56px
}

.last-winners-module_title__r5CFFzwi__platform-common {
    font-weight: 700;
    font-size: 16px;
    color: var(--yellow);
    margin-bottom: 15px;
    line-height: 24px
}

.last-winners-module_item__AJVR-Ipr__platform-common {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 64px;
    min-width: 180px;
    transition: transform .3s ease,opacity .25s ease;
    transform: translate(-100%);
    opacity: 0
}

.last-winners-module_item__AJVR-Ipr__platform-common.last-winners-module_animation__TGXp-Wd9__platform-common {
    transform: translate(0);
    opacity: 1
}

.last-winners-module_imageWrapper__GpobfsEl__platform-common {
    cursor: pointer;
    width: 64px;
    height: 64px;
    flex-shrink: 0
}

.last-winners-module_image__iDKdkChH__platform-common {
    max-width: 100%;
    max-height: 100%;
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,.5019607843)
}

.last-winners-module_name__RYzB2i4J__platform-common {
    font-size: 12px;
    letter-spacing: .02em;
    color: var(--white);
    cursor: pointer;
    opacity: .5;
    font-weight: 400;
    line-height: 20px
}

.last-winners-module_name__RYzB2i4J__platform-common .last-winners-module_tooltip__mnMZBAnZ__platform-common {
    display: flex;
    align-items: center
}

.last-winners-module_name__RYzB2i4J__platform-common .last-winners-module_tooltip__mnMZBAnZ__platform-common svg {
    font-size: 16px;
    margin-right: 4px
}

.last-winners-module_wonIn__EhempJZm__platform-common,.last-winners-module_won__92Q-Uqq7__platform-common,.last-winners-module_button__p068zQWX__platform-common {
    font-weight: 700;
    font-size: 14px
}

.last-winners-module_wonIn__EhempJZm__platform-common,.last-winners-module_won__92Q-Uqq7__platform-common {
    color: var(--white);
    display: flex;
    align-items: center
}

.last-winners-module_button__p068zQWX__platform-common {
    text-align: left;
    color: var(--yellow);
    transition: color .3s;
    display: contents
}

.last-winners-module_button__p068zQWX__platform-common:hover {
    color: var(--white)
}

.last-winners-module_placeholder__Y3rzf9rm__platform-common .last-winners-module_textInfo__fMZBENDW__platform-common,.last-winners-module_placeholder__Y3rzf9rm__platform-common .last-winners-module_placeholderText__xcf4Hni3__platform-common {
    width: 100%
}

.last-winners-module_placeholder__Y3rzf9rm__platform-common .last-winners-module_customColors__y35UGYXo__platform-common {
    --base-color: #1A3769;
    --highlight-color: #0D1D34
}

.sport-bookmakers-banner-module_bg__kcvlbNEV__platform-common,.sport-bookmakers-banner-module_bgDesktop__On5eVs4b__platform-common {
    background-size: cover;
    background-position-x: right;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    left: 0;
    top: 0
}

.sport-bookmakers-banner-module_bg__kcvlbNEV__platform-common {
    background-position-y: -70px
}

.sport-bookmakers-banner-module_bgDesktop__On5eVs4b__platform-common {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position-y: 50px
}

.sport-bookmakers-banner-module_container__Lzg5THWl__platform-common {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 1295px
}

.sport-bookmakers-banner-module_container__Lzg5THWl__platform-common.sport-bookmakers-banner-module_mobile__WD9Hdhwv__platform-common {
    width: 100%;
    padding: 24px 14px 10px;
    max-width: 100vw
}

.sport-bookmakers-banner-module_container__Lzg5THWl__platform-common.sport-bookmakers-banner-module_mobile__WD9Hdhwv__platform-common .sport-bookmakers-banner-module_textContainer__8LyzeKhP__platform-common {
    width: 100%;
    align-items: center;
    text-align: center
}

.sport-bookmakers-banner-module_container__Lzg5THWl__platform-common.sport-bookmakers-banner-module_mobile__WD9Hdhwv__platform-common .sport-bookmakers-banner-module_sportPageTitle__mA5SUDqn__platform-common {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: .24px;
    margin-bottom: 8px
}

.sport-bookmakers-banner-module_container__Lzg5THWl__platform-common.sport-bookmakers-banner-module_mobile__WD9Hdhwv__platform-common .sport-bookmakers-banner-module_sportPageDescription__G2fWVxkE__platform-common {
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 20px
}

.sport-bookmakers-banner-module_textContainer__8LyzeKhP__platform-common {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-bottom: 30px
}

.sport-bookmakers-banner-module_bannersContainer__SHiyibwH__platform-common {
    display: flex;
    align-items: center;
    width: 100%
}

.sport-bookmakers-banner-module_sportPageTitle__mA5SUDqn__platform-common {
    color: var(--white);
    font-size: 40px;
    font-weight: 900;
    line-height: 1.5em;
    letter-spacing: .48px
}

.sport-bookmakers-banner-module_sportPageDescription__G2fWVxkE__platform-common {
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

@media (max-width: 1440px) {
    .sport-bookmakers-banner-module_banner__9lM0DQNu__platform-common {
        height:512px
    }
}

.sport-bookmakers-banner-module_sportsBannersStyles__SQo-gXjR__platform-common {
    container-type: inline-size
}

.sport-bookmakers-banner-module_sportsBannersStyles__SQo-gXjR__platform-common button {
    margin-top: calc(7% + 4px)
}

@container (min-width: 700px) {
    .sport-bookmakers-banner-module_sportsBannersStyles__SQo-gXjR__platform-common button {
        margin-top: calc(21% + 4px);
        margin-left: 20px
    }
}

@container (600px < width < 700px) {
    .sport-bookmakers-banner-module_sportsBannersStyles__SQo-gXjR__platform-common button {
        margin-left: 8px;
        margin-top: calc(12% + 4px)
    }
}

@container (max-width: 600px) {
    .sport-bookmakers-banner-module_sportsBannersStyles__SQo-gXjR__platform-common button {
        margin-left: calc(-2% + 8px)
    }
}

@container (max-width: 500px) {
    .sport-bookmakers-banner-module_sportsBannersStyles__SQo-gXjR__platform-common button {
        margin-left: calc(-3% - 2px)
    }
}

@container (max-width: 400px) {
    .sport-bookmakers-banner-module_sportsBannersStyles__SQo-gXjR__platform-common button {
        margin-left: calc(-8% - 2px)
    }
}

.main-page-banners-section-module_container__BPIIyPtF__platform-common.main-page-banners-section-module_mainPageSportBlock__Vrmsr5aL__platform-common {
    margin-top: 48px
}

.main-page-banners-section-module_container__BPIIyPtF__platform-common.main-page-banners-section-module_mainPageSportBlock__Vrmsr5aL__platform-common.main-page-banners-section-module_mobile__fErppNNE__platform-common {
    margin: 0 16px 36px
}

.main-page-banners-section-module_sportBlockWrapper__iK3rQRHq__platform-common {
    margin: 16px
}

.main-page-banners-section-module_fullWidthMobile__ZJgsdB4Q__platform-common {
    width: 100%;
    margin: 0;
    padding: 36px 16px 0
}

.main-page-banners-section-module_fullWidthMobile__ZJgsdB4Q__platform-common .bannerImage {
    border-radius: 0
}

.main-page-banners-section-module_bannerSportWrapper__QrzV-UKO__platform-common .bannerWrapper {
    max-height: 420px;
    height: 420px;
    border-radius: 8px
}

.main-page-banners-section-module_sportBlockHeader__XDEHa6uu__platform-common {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: .24px;
    margin-bottom: 48px;
    text-transform: uppercase
}

.main-page-banners-section-module_sportBlockHeader__XDEHa6uu__platform-common.main-page-banners-section-module_headerMobile__QvUZR9PK__platform-common {
    font-size: 18px;
    margin: 32px 15px
}

.main-page-banners-section-module_sportBlockHeader__XDEHa6uu__platform-common.main-page-banners-section-module_headerMobile__QvUZR9PK__platform-common .main-page-banners-section-module_title__Aun5ET4i__platform-common {
    font-size: 20px;
    text-transform: uppercase
}

.main-page-banners-section-module_sportBlockHeader__XDEHa6uu__platform-common.main-page-banners-section-module_headerMobile__QvUZR9PK__platform-common .app-button {
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 700;
    min-height: 32px
}

.main-page-banners-section-module_mainpageBannerButton__qGlRj2lf__platform-common {
    font-size: 14px;
    letter-spacing: .42px
}

.main-page-slots-block-module_slotsBlock__4J45psLK__platform-common {
    width: 100%;
    min-height: 550px;
    margin: 0 0 48px;
    background: var(--asiaSlotsBgColor)
}

.main-page-slots-block-module_slotsBlock__4J45psLK__platform-common.main-page-slots-block-module_mobile__rdJ5tQbf__platform-common {
    background-size: cover
}

.main-page-slots-block-module_slotsBlock__4J45psLK__platform-common.main-page-slots-block-module_mobile__rdJ5tQbf__platform-common .main-page-slots-block-module_leftColumn__p-re8IWk__platform-common {
    justify-content: start;
    width: 100%;
    padding: 0
}

.main-page-slots-block-module_slotsBlock__4J45psLK__platform-common.main-page-slots-block-module_mobile__rdJ5tQbf__platform-common .main-page-slots-block-module_content__uALL7SND__platform-common {
    padding: 32px 16px
}

.main-page-slots-block-module_slotsBlock__4J45psLK__platform-common.main-page-slots-block-module_mobile__rdJ5tQbf__platform-common .main-page-slots-block-module_contentInside__UVFFT59c__platform-common {
    width: 100%;
    text-align: center;
    justify-content: flex-start
}

.main-page-slots-block-module_slotsBlock__4J45psLK__platform-common.main-page-slots-block-module_mobile__rdJ5tQbf__platform-common .main-page-slots-block-module_title__nYrqVrms__platform-common {
    font-size: 32px
}

.main-page-slots-block-module_slotsBlock__4J45psLK__platform-common.main-page-slots-block-module_mobile__rdJ5tQbf__platform-common .main-page-slots-block-module_description__od2vwQLo__platform-common {
    width: 100%;
    margin-top: 8px
}

.main-page-slots-block-module_topProducersWrapper__z5MattCN__platform-common {
    position: relative;
    margin-bottom: 20px
}

.main-page-slots-block-module_backgroundImage__p8G6KxC5__platform-common {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position-x: -150px
}

.main-page-slots-block-module_content__uALL7SND__platform-common {
    max-width: 100%;
    height: 100%;
    margin: auto
}

.main-page-slots-block-module_contentInside__UVFFT59c__platform-common {
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    gap: 15px
}

.main-page-slots-block-module_contentInside__UVFFT59c__platform-common .main-page-slots-block-module_leftColumn__p-re8IWk__platform-common {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 60%;
    padding: 20px 0
}

.main-page-slots-block-module_contentInside__UVFFT59c__platform-common .main-page-slots-block-module_imagesBlockWrapper__AZpqcmMg__platform-common {
    position: relative;
    right: 0;
    width: 60%;
    height: 100%
}

.main-page-slots-block-module_contentInside__UVFFT59c__platform-common .main-page-slots-block-module_slotsAnimationWrapper__7K38ZpcZ__platform-common img {
    height: 100%;
    width: auto;
    right: -30px
}

.main-page-slots-block-module_actions__0PbA8C1T__platform-common {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start
}

@media (max-width: 1540px) {
    .main-page-slots-block-module_backgroundImage__p8G6KxC5__platform-common {
        background-position-x:-200px
    }
}

.main-page-slots-block-module_placeholder__TI7lxX5o__platform-common .main-page-slots-block-module_placeholderList__fgbqwfIA__platform-common {
    display: grid;
    grid-template-columns: repeat(5,168px);
    gap: 14px
}

.main-page-slots-block-module_placeholder__TI7lxX5o__platform-common .main-page-slots-block-module_customColors__K3-IAwrB__platform-common {
    --base-color: #1A3769;
    --highlight-color: #0D1D34
}

.styles-module_layout__33jDpA3S__platform-common {
    position: absolute;
    width: 100%;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .3s ease-in-out
}

.styles-module_brightness__7Dx3AMGO__platform-common {
    opacity: .7;
    animation: ease-in-out styles-module_change-brightness__rh285vF1__platform-common
}

.styles-module_accent__y9aPDdEv__platform-common {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: auto;
    height: 105%;
    z-index: 6;
    transition: all .3s ease-in-out;
    border-radius: 8px
}

.styles-module_onHover__EjoiLO2l__platform-common {
    transform: scale(1.08) translate(-11px) translateY(-4px)
}

.styles-module_onHoverBackground__owsjhsTE__platform-common {
    scale: 1.07
}

@keyframes styles-module_change-brightness__rh285vF1__platform-common {
    0% {
        filter: brightness(.7);
        -webkit-filter: brightness(.7)
    }

    50% {
        filter: brightness(1.4);
        -webkit-filter: brightness(1.2)
    }

    to {
        filter: brightness(.7);
        -webkit-filter: brightness(.7)
    }
}

.banners-list-module_bannerWrapper__Ad-kPyvm__platform-common {
    display: flex;
    justify-content: space-between;
    align-items: center;
    row-gap: 10px
}

.banners-list-module_bannerWrapper__Ad-kPyvm__platform-common.banners-list-module_isMobile__83ZWDcwl__platform-common {
    margin: 10px 0 20px;
    flex-wrap: wrap;
    padding: 0 10px
}

.banners-list-module_bannerWrapper__Ad-kPyvm__platform-common.banners-list-module_bigSizeBanner__i7PWk-J7__platform-common .banners-list-module_bannerItemWrapper__k5QGC5RU__platform-common {
    flex: 1 0 100%;
    max-width: 100%;
    min-width: 100%
}

.banners-list-module_bannerWrapper__Ad-kPyvm__platform-common.banners-list-module_bigSizeBanner__i7PWk-J7__platform-common.banners-list-module_isMobile__83ZWDcwl__platform-common .banners-list-module_bannerImage__XpVMfkPV__platform-common {
    border-radius: 8px
}

.banners-list-module_bannerWrapper__Ad-kPyvm__platform-common.banners-list-module_bigSizeBanner__i7PWk-J7__platform-common.banners-list-module_isMobile__83ZWDcwl__platform-common .banners-list-module_bannerContent__rbKLTZ14__platform-common {
    justify-content: start;
    padding-top: 40px
}

.banners-list-module_bannerWrapper__Ad-kPyvm__platform-common.banners-list-module_bigSizeBanner__i7PWk-J7__platform-common.banners-list-module_isMobile__83ZWDcwl__platform-common .banners-list-module_textWrapper__FgytNxlT__platform-common {
    padding-left: 0
}

.banners-list-module_bannerWrapper__Ad-kPyvm__platform-common.banners-list-module_bigSizeBanner__i7PWk-J7__platform-common.banners-list-module_twoBanners__1dsXUZRr__platform-common .banners-list-module_bannerItemWrapper__k5QGC5RU__platform-common {
    flex: 1 0 49%;
    max-width: 49%;
    min-width: 49%
}

.banners-list-module_bannerWrapper__Ad-kPyvm__platform-common.banners-list-module_bigSizeBanner__i7PWk-J7__platform-common.banners-list-module_animateIn__TGlpAVQb__platform-common .banners-list-module_bannerItem__RvHEi6aA__platform-common:hover {
    transform: scale(1.01)
}

.banners-list-module_bannerWrapper__Ad-kPyvm__platform-common.banners-list-module_center__trLsh724__platform-common {
    justify-content: center
}

.banners-list-module_bannerItemWrapper__k5QGC5RU__platform-common {
    flex-grow: 1;
    position: relative;
    padding-top: 28px;
    margin-top: -28px;
    overflow: hidden;
    border-radius: 8px
}

.banners-list-module_bannerItemWrapper__k5QGC5RU__platform-common:only-child {
    flex: 0 0 50%
}

.banners-list-module_bannerExtraWrapper__0Y-cB94z__platform-common {
    position: relative;
    display: flex;
    border-radius: 8px
}

@media screen and (max-width: 1336px) {
    .banners-list-module_bannerExtraWrapper__0Y-cB94z__platform-common {
        height:350px
    }
}

@media screen and (max-width: 600px) {
    .banners-list-module_bannerExtraWrapper__0Y-cB94z__platform-common {
        height:100%;
        min-height: 130px
    }
}

.banners-list-module_innerImageContainer__6ZVyyeaU__platform-common {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    border-radius: 8px
}

.banners-list-module_promotionImageContainer__GxGR0Yso__platform-common {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    overflow: hidden
}

@media (max-width: 1080px) {
    .banners-list-module_promotionImageContainer__GxGR0Yso__platform-common {
        display:none
    }
}

.banners-list-module_promotionImageContainer__GxGR0Yso__platform-common .banners-list-module_promotionCardsContainer__Y3-zmxXZ__platform-common {
    right: -5px
}

.banners-list-module_casinoBannerBlock__LZ3yG0tI__platform-common {
    height: 100%!important;
    border-radius: 8px
}

.banners-list-module_bannerImage__XpVMfkPV__platform-common {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px
}

.banners-list-module_bannerContent__rbKLTZ14__platform-common {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) perspective(1px) translateZ(0);
    padding: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    gap: 30px;
    color: var(--white);
    z-index: 8
}

@media screen and (max-width: 600px) {
    .banners-list-module_bannerContent__rbKLTZ14__platform-common {
        margin-top:15px
    }
}

.banners-list-module_textWrapper__FgytNxlT__platform-common {
    padding-left: 35px;
    will-change: transform
}

@media (max-width: 860px) {
    .banners-list-module_textWrapper__FgytNxlT__platform-common {
        padding-left:0
    }
}

.banners-list-module_withoutText__gsmZBXwx__platform-common {
    padding-top: 50px
}

.banners-list-module_bannerButton__LzXt-W8D__platform-common {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 35px;
    will-change: transform
}

.banners-list-module_BannerButtonMobile__8pfJfHIx__platform-common {
    padding-left: 12px
}

.banners-list-module_hideBanner__QQlTC0BG__platform-common {
    visibility: hidden
}

.banners-list-module_opacityAnimation__in0FIQg5__platform-common {
    animation: banners-list-module_fadeIn__LYzb-ijx__platform-common .2s ease-in-out
}

.banners-list-module_isMobile__83ZWDcwl__platform-common .banners-list-module_bannerItemWrapper__k5QGC5RU__platform-common {
    flex: 1 0 100%;
    max-width: 100%
}

.banners-list-module_isMobile__83ZWDcwl__platform-common .banners-list-module_bannerButton__LzXt-W8D__platform-common {
    margin-top: 10px
}

.banners-list-module_animateIn__TGlpAVQb__platform-common {
    display: flex;
    width: 100%;
    margin: 0;
    gap: 26px
}

.banners-list-module_animateIn__TGlpAVQb__platform-common .banners-list-module_bannerItem__RvHEi6aA__platform-common {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: transform .3s ease-in-out;
    min-height: 240px
}

@media (min-width: 1560px) {
    .banners-list-module_animateIn__TGlpAVQb__platform-common .banners-list-module_bannerItem__RvHEi6aA__platform-common {
        min-height:315px
    }
}

.banners-list-module_animateIn__TGlpAVQb__platform-common .banners-list-module_bannerImage__XpVMfkPV__platform-common {
    width: 100%
}

.banners-list-module_animateIn__TGlpAVQb__platform-common .banners-list-module_bannerItem__RvHEi6aA__platform-common:hover {
    transform: scale(1.03)
}

@media (max-width: 1336px) {
    .banners-list-module_animateIn__TGlpAVQb__platform-common {
        flex-wrap:nowrap
    }

    .banners-list-module_animateIn__TGlpAVQb__platform-common .banners-list-module_bannerItem__RvHEi6aA__platform-common {
        min-height: 200px
    }
}

@keyframes banners-list-module_fadeIn__LYzb-ijx__platform-common {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.banner-casino-module_banner__vDuqy2jk__platform-common {
    position: relative;
    height: 640px;
    min-height: 640px;
    background-size: cover;
    background-position: center right;
    background-color: var(--asiaBgColor)
}

.banner-casino-module_banner__vDuqy2jk__platform-common:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38px;
    background: linear-gradient(180deg,#07122200,#071222 90%)
}

.banner-casino-module_banner__vDuqy2jk__platform-common.banner-casino-module_mobile__oEexyr3X__platform-common {
    height: 512px;
    padding: 36px 12px;
    background-position: bottom
}

.banner-casino-module_banner__vDuqy2jk__platform-common.banner-casino-module_mobile__oEexyr3X__platform-common:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38px;
    background: linear-gradient(180deg,#07122200,#071222 90%)
}

.banner-casino-module_banner__vDuqy2jk__platform-common.banner-casino-module_mobile__oEexyr3X__platform-common .banner-casino-module_contentInside__G-QHLf32__platform-common {
    width: 100%;
    text-align: center;
    justify-content: flex-start
}

.banner-casino-module_banner__vDuqy2jk__platform-common.banner-casino-module_mobile__oEexyr3X__platform-common .banner-casino-module_title__X5izEMMa__platform-common {
    font-size: 32px
}

.banner-casino-module_banner__vDuqy2jk__platform-common.banner-casino-module_mobile__oEexyr3X__platform-common .banner-casino-module_description__eTel2X0p__platform-common {
    width: 100%;
    margin-top: 8px
}

.banner-casino-module_content__RpZzOdBQ__platform-common {
    height: 100%
}

.banner-casino-module_liveCasinoAnimationWrapper__YYjehJ0p__platform-common img {
    position: absolute;
    height: 100%;
    width: auto;
    right: 0
}

.banner-casino-module_liveCasinoAnimationWrapper__YYjehJ0p__platform-common .banner-casino-module_mainLiveBannerImage__UZwCcKUR__platform-common {
    width: 835px;
    height: auto
}

@media (max-width: 1080px) {
    .banner-casino-module_liveCasinoAnimationWrapper__YYjehJ0p__platform-common {
        display:none
    }
}

.banner-casino-module_casinoAnimationWrapper__GLK8BoEB__platform-common img {
    position: absolute;
    height: 100%;
    width: auto;
    right: -60px;
    bottom: 0
}

.banner-casino-module_casinoAnimationWrapper__GLK8BoEB__platform-common .banner-casino-module_freyaBannerImage__X9mLlMY5__platform-common {
    right: 20%;
    height: 95%
}

.banner-casino-module_casinoAnimationWrapper__GLK8BoEB__platform-common .banner-casino-module_haimdalBannerImage__EJlXT5Ok__platform-common {
    height: 80%
}

.banner-casino-module_casinoAnimationWrapper__GLK8BoEB__platform-common .banner-casino-module_bonusBuyEffect__gVDvemGg__platform-common {
    width: 60%;
    height: auto
}

.banner-casino-module_casinoAnimationWrapper__GLK8BoEB__platform-common .banner-casino-module_fastGamesEffect__cul-XkZN__platform-common,.banner-casino-module_casinoAnimationWrapper__GLK8BoEB__platform-common .banner-casino-module_jackpotEffect__ZvULepZP__platform-common {
    width: 50%;
    height: auto
}

.banner-casino-module_casinoAnimationWrapper__GLK8BoEB__platform-common .banner-casino-module_gameShowsEffect1__OZbfY38n__platform-common {
    right: -35px
}

.banner-casino-module_casinoAnimationWrapper__GLK8BoEB__platform-common .banner-casino-module_gameShowsEffect2__-kP28ACm__platform-common {
    right: calc(6% - 60px)
}

.banner-casino-module_casinoAnimationWrapper__GLK8BoEB__platform-common .banner-casino-module_gameShowsEffect3__eugglWqN__platform-common {
    height: auto;
    right: calc(21% - 60px);
    bottom: 25%
}

@media (max-width: 1080px) {
    .banner-casino-module_casinoAnimationWrapper__GLK8BoEB__platform-common {
        display:none
    }
}

.banner-casino-module_contentInside__G-QHLf32__platform-common {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 65%;
    z-index: 5
}

.banner-casino-module_contentInsideAbsolute__tmHzlqgW__platform-common {
    position: absolute
}

.banner-casino-module_title__X5izEMMa__platform-common {
    font-size: 40px;
    font-weight: 900;
    color: var(--white);
    margin: 0
}

.banner-casino-module_description__eTel2X0p__platform-common {
    width: 80%;
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    line-height: 24px;
    margin-top: -6px;
    margin-bottom: 16px
}

@media screen and (max-width: 1640px) {
    .banner-casino-module_banner__vDuqy2jk__platform-common {
        height:510px;
        min-height: 510px
    }

    .banner-casino-module_liveCasinoAnimationWrapper__YYjehJ0p__platform-common .banner-casino-module_mainLiveBannerImage__UZwCcKUR__platform-common {
        width: 630px
    }
}

.top-producers-block-module_producersLogosWrapper__5TGodQyz__platform-common {
    width: 100%;
    background-color: var(--topProducersBackground);
    display: flex;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px
}

.top-producers-block-module_producersLogosWrapper__5TGodQyz__platform-common.top-producers-block-module_mobile__-zaLaRoI__platform-common .top-producers-block-module_logosWrap__r0j6Xn7Z__platform-common {
    -moz-column-gap: 32px;
    column-gap: 32px;
    row-gap: 32px;
    padding: 10px
}

.top-producers-block-module_logosWrap__r0j6Xn7Z__platform-common {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -moz-column-gap: 6em;
    column-gap: 6em;
    row-gap: 5px
}

.top-producers-block-module_logoLink__CakSWiHr__platform-common {
    display: flex;
    align-items: center;
    cursor: pointer;
    min-width: 50px;
    min-height: 20px
}

.top-producers-block-module_logoLink__CakSWiHr__platform-common img {
    max-width: 100%;
    max-height: 42px;
    min-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto
}

.top-producers-block-module_hideLogo__RHwhHxYx__platform-common {
    display: none
}

.tab-module_tab__mVf2W8px__platform-common {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 auto;
    background: var(--tabBg);
    color: var(--tabTextColor);
    font-size: var(--tabFontSize);
    font-weight: var(--tabFontWeight);
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.tab-module_activeTab__2a0hgv8p__platform-common {
    background: var(--activeTabBg);
    color: var(--activeTabTextColor)
}

.tab-module_mobileTab__QnN3k9jw__platform-common {
    padding: var(--tabsPadding);
    background: var(--mobileTabBg);
    color: var(--mobileTabTextColor);
    font-size: 14px;
    font-weight: var(--mobileTabFontWeight);
    line-height: 20px;
    border-radius: var(--mobileTabBorderRadius);
    text-transform: none;
    letter-spacing: .5px
}

.tab-module_mobileActiveTab__HUsw-yW2__platform-common {
    background: var(--mobileActiveTabBg);
    color: var(--mobileActiveTabTextColor);
    font-weight: 700
}

.casino-game-online-players-module_container__fdoQa4mq__platform-common {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 24px;
    padding: 8px 16px;
    box-shadow: var(--casinoOnlinePlayersBoxShadow);
    background: var(--casinoOnlinePlayersContainerBackground);
    color: var(--casinoOnlinePlayersTextColor)
}

.casino-game-online-players-module_container__fdoQa4mq__platform-common.casino-game-online-players-module_small__XWKZD-c2__platform-common {
    top: 12px;
    right: 12px;
    padding: 4px 8px;
    border-radius: 16px
}

.casino-game-online-players-module_container__fdoQa4mq__platform-common.casino-game-online-players-module_mobile__Dsioq4sS__platform-common {
    top: 8px;
    right: 8px;
    border-radius: 16px;
    padding: 4px 8px
}

.casino-game-online-players-module_icon__qtSROql-__platform-common {
    font-size: 24px
}

.casino-game-online-players-module_text__WnY2cU-T__platform-common {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

.casino-game-online-players-module_small__XWKZD-c2__platform-common .casino-game-online-players-module_icon__qtSROql-__platform-common,.casino-game-online-players-module_mobile__Dsioq4sS__platform-common .casino-game-online-players-module_icon__qtSROql-__platform-common {
    font-size: 16px
}

.casino-game-online-players-module_small__XWKZD-c2__platform-common .casino-game-online-players-module_text__WnY2cU-T__platform-common,.casino-game-online-players-module_mobile__Dsioq4sS__platform-common .casino-game-online-players-module_text__WnY2cU-T__platform-common {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px
}

.casino-game-extra-info-module_container__qVCIKjv3__platform-common {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    border-radius: 24px;
    padding: 8px 16px;
    box-shadow: var(--casinoOnlinePlayersBoxShadow);
    background: var(--casinoOnlinePlayersContainerBackground);
    color: var(--casinoOnlinePlayersTextColor)
}

.casino-game-extra-info-module_container__qVCIKjv3__platform-common.casino-game-extra-info-module_small__dJwxhJm5__platform-common {
    top: 12px;
    right: 12px;
    padding: 4px 8px;
    border-radius: 16px
}

.casino-game-extra-info-module_container__qVCIKjv3__platform-common.casino-game-extra-info-module_mobile__04Eaxkiy__platform-common {
    top: 8px;
    right: 8px;
    border-radius: 16px;
    padding: 4px 8px
}

.casino-game-extra-info-module_container__qVCIKjv3__platform-common .casino-game-extra-info-module_rtp__YQpClDR2__platform-common,.casino-game-extra-info-module_container__qVCIKjv3__platform-common .casino-game-extra-info-module_online__zQWj7s7J__platform-common {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px
}

.casino-game-extra-info-module_icon__LrUg025g__platform-common {
    font-size: 24px
}

.casino-game-extra-info-module_text__nr6u9Lgx__platform-common {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

.casino-game-extra-info-module_small__dJwxhJm5__platform-common .casino-game-extra-info-module_icon__LrUg025g__platform-common,.casino-game-extra-info-module_mobile__04Eaxkiy__platform-common .casino-game-extra-info-module_icon__LrUg025g__platform-common {
    font-size: 16px
}

.casino-game-extra-info-module_small__dJwxhJm5__platform-common .casino-game-extra-info-module_text__nr6u9Lgx__platform-common,.casino-game-extra-info-module_mobile__04Eaxkiy__platform-common .casino-game-extra-info-module_text__nr6u9Lgx__platform-common {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px
}

.crypto-balance-module_cryptoBalance__Ufjk-q2G__platform-common {
    position: relative
}

.crypto-balance-module_modalBalance__RBqQjp8B__platform-common .ui-modal-portal__content {
    height: calc(100dvh - 46px)
}

@media (orientation: landscape) {
    .crypto-balance-module_modalBalance__RBqQjp8B__platform-common .ui-modal-portal__content {
        overflow-y:auto
    }
}

.crypto-balance-modal-module_modal__5gTQ6E4W__platform-common .ui-modal-portal__content {
    padding: 24px;
    border-radius: 8px;
    background: var(--cryptoBalanceModalBg);
    max-width: 430px
}

.crypto-balance-modal-module_modalMobile__DnvzUSVl__platform-common .ui-modal-portal__content {
    display: flex;
    flex-direction: column;
    padding: 16px;
    border-radius: 8px 8px 0 0;
    background: var(--cryptoBalanceModalBgMobile);
    height: calc(100dvh - 46px)
}

.crypto-balance-modal-module_modalMobile__DnvzUSVl__platform-common .crypto-balance-modal-module_button__QE9OV8Cv__platform-common {
    display: flex;
    flex-grow: 1;
    flex-direction: column-reverse
}

.crypto-balance-modal-module_modalMobile__DnvzUSVl__platform-common .crypto-balance-modal-module_checkbox__bigI6xrD__platform-common {
    background-color: var(--cryptoBalanceModalCheckboxWrapperBgMobile)
}

.crypto-balance-modal-module_modalMobile__DnvzUSVl__platform-common .crypto-balance-modal-module_checkboxes__SIXI-JBB__platform-common {
    margin-top: 32px
}

.crypto-balance-modal-module_title__JwKxqkM3__platform-common {
    font-size: 20px;
    font-weight: 700;
    color: var(--cryptoBalanceModalTitle);
    text-align: center;
    margin-bottom: 16px
}

.crypto-balance-modal-module_header__Iq79Lene__platform-common {
    background-color: var(--cryptoBalanceModalHeaderBgMobile);
    margin: -16px;
    border-radius: 8px 8px 0 0;
    padding: 12px 16px
}

.crypto-balance-modal-module_buttonGoBack__pwFkgfIq__platform-common {
    display: flex;
    align-items: center
}

.crypto-balance-modal-module_arrowGoBack__nKAdv5rA__platform-common {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    font-size: 16px;
    margin-right: 16px;
    transform: rotate(180deg);
    color: var(--cryptoBalanceModalHeaderArrowGoBackMobile)
}

.crypto-balance-modal-module_titleMobile__h6-7cZ-G__platform-common {
    font-size: 16px;
    font-weight: 700;
    color: var(--cryptoBalanceModalTitle)
}

.crypto-balance-modal-module_checkboxes__SIXI-JBB__platform-common {
    margin-bottom: 16px
}

.crypto-balance-modal-module_checkboxWrapper__MMacCRbb__platform-common {
    flex-direction: row-reverse;
    justify-content: space-between
}

.crypto-balance-modal-module_checkbox__bigI6xrD__platform-common {
    border-radius: 8px;
    padding: 12px;
    background-color: var(--cryptoBalanceModalCheckboxWrapperBg)
}

.crypto-balance-modal-module_checkbox__bigI6xrD__platform-common:not(:last-child) {
    margin-bottom: 8px
}

.crypto-balance-modal-module_checkboxTitle__jskMkY7Y__platform-common {
    font-size: 14px;
    font-weight: 400;
    color: var(--cryptoBalanceModalCheckboxTitle);
    margin-bottom: 4px
}

.crypto-balance-modal-module_checkboxDescription__ROXbUyGK__platform-common {
    font-size: 12px;
    font-weight: 400;
    color: var(--cryptoBalanceModalCheckboxDescription)
}

.crypto-balance-modal-module_radioButtons__3tcBDoXc__platform-common {
    display: flex;
    flex-wrap: wrap
}

.crypto-balance-modal-module_radioButtons__3tcBDoXc__platform-common.crypto-balance-modal-module_disabled__cVBXtbg-__platform-common {
    opacity: .5;
    pointer-events: none
}

.crypto-balance-modal-module_radioButton__XhSdKH-Y__platform-common {
    flex-basis: 33%;
    margin-bottom: 24px
}

.radio-selector-module_radioSelector__QfrT9-MN__platform-common {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    min-height: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.radio-selector-module_radioSelector__QfrT9-MN__platform-common input {
    display: none
}

.radio-selector-module_radioSelector__QfrT9-MN__platform-common input:checked+.radio-selector-module_icon__t0TBvPo2__platform-common {
    border-color: var(--radioSelectorBorderColorActive)
}

.radio-selector-module_radioSelector__QfrT9-MN__platform-common input:checked+.radio-selector-module_icon__t0TBvPo2__platform-common:before {
    background-color: var(--radioSelectorBgActive)
}

.radio-selector-module_radioSelector__QfrT9-MN__platform-common+.radio-selector-module_radioSelector__QfrT9-MN__platform-common {
    margin-top: 8px
}

.radio-selector-module_icon__t0TBvPo2__platform-common {
    height: 16px;
    width: 16px;
    padding: 1px;
    border-radius: 50%;
    border: 2px solid var(--radioSelectorBorderColor);
    margin-right: 8px;
    transition: border-color .15s ease
}

.radio-selector-module_icon__t0TBvPo2__platform-common:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: var(--radioSelectorBg);
    transition: background-color .15s ease
}

.radio-selector-module_title__2Wbsj59z__platform-common {
    font-size: 14px;
    color: var(--radioSelectorTitle)
}

.radio-selector-module_description__27HF-Ad5__platform-common {
    margin-left: 12px;
    font-size: 12px;
    font-weight: 400;
    color: var(--radioSelectorDescription)
}

.crypto-balance-selector-module_selector__ErkRCSbQ__platform-common {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 16px;
    color: var(--cryptoBalanceSelectorColor);
    background-color: var(--cryptoBalanceSelectorBg);
    border-radius: var(--cryptoBalanceSelectorBorderRadius)
}

.crypto-balance-selector-module_selector__ErkRCSbQ__platform-common.crypto-balance-selector-module_open__teOIDW1u__platform-common .crypto-balance-selector-module_arrow__Y7E-uYe9__platform-common {
    transform: rotate(-90deg)
}

.crypto-balance-selector-module_selector__ErkRCSbQ__platform-common.crypto-balance-selector-module_isMobile__nSsYBv-9__platform-common {
    height: 34px;
    padding: 5px 10px;
    background-color: var(--cryptoBalanceSelectorBgMobile);
    border-radius: var(--cryptoBalanceSelectorBorderRadiusMobile)
}

.crypto-balance-selector-module_content__phJ2KC5c__platform-common {
    display: flex;
    align-items: center;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.crypto-balance-selector-module_arrow__Y7E-uYe9__platform-common {
    font-size: 12px;
    margin-left: 4px;
    transform: rotate(90deg);
    transition: transform .15s ease
}

.crypto-balance-selector-module_icon__LD1C-9wV__platform-common {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 16px;
    border-radius: 50%;
    background-color: var(--cryptoBalanceSelectorIconBgMobile);
    margin-left: 8px
}

.crypto-balance-selector-module_icon__LD1C-9wV__platform-common .svg-icon {
    color: var(--cryptoBalanceSelectorIconMobile)!important
}

.alternate-currency-amount-module_currency__JIiX7QK-__platform-common {
    display: flex;
    align-items: center
}

.alternate-currency-amount-module_currency__JIiX7QK-__platform-common.alternate-currency-amount-module_reverse__-1NVuv99__platform-common {
    flex-direction: row-reverse
}

.crypto-balance-dropdown-module_dropdown__gjTTaX7T__platform-common {
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    min-width: 400px;
    max-height: 600px;
    border-radius: var(--cryptoBalanceDropdownBorderRadius);
    background-color: var(--cryptoBalanceDropdownBg);
    box-shadow: 0 4px 20px #00000026;
    z-index: 12
}

.crypto-balance-dropdown-module_dropdown__gjTTaX7T__platform-common.crypto-balance-dropdown-module_isMobile__IAUxsDSi__platform-common {
    position: static;
    min-width: 100%;
    height: 100%;
    max-height: none
}

.crypto-balance-dropdown-module_dropdown__gjTTaX7T__platform-common.crypto-balance-dropdown-module_isMobile__IAUxsDSi__platform-common .crypto-balance-dropdown-module_currencyListOthers__T6bracw-__platform-common {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-bottom: -12px;
    overflow: hidden
}

.crypto-balance-dropdown-module_dropdown__gjTTaX7T__platform-common.crypto-balance-dropdown-module_isMobile__IAUxsDSi__platform-common .crypto-balance-dropdown-module_currencyListOthersAccounts__pg6qPu5M__platform-common {
    padding-bottom: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    max-height: none
}

@media (orientation: landscape) {
    .crypto-balance-dropdown-module_dropdown__gjTTaX7T__platform-common.crypto-balance-dropdown-module_isMobile__IAUxsDSi__platform-common .crypto-balance-dropdown-module_currencyListOthersAccounts__pg6qPu5M__platform-common {
        max-height:160px
    }
}

.crypto-balance-dropdown-module_dropdown__gjTTaX7T__platform-common.crypto-balance-dropdown-module_isMobile__IAUxsDSi__platform-common .crypto-balance-dropdown-module_dropdownInside__WytwjXJn__platform-common {
    height: 100%
}

.crypto-balance-dropdown-module_dropdown__gjTTaX7T__platform-common.crypto-balance-dropdown-module_isMobile__IAUxsDSi__platform-common .crypto-balance-dropdown-module_content__BcHyT2gU__platform-common {
    border-radius: 0;
    height: calc(100% - 44px);
    display: flex;
    flex-direction: column
}

@media (orientation: landscape) {
    .crypto-balance-dropdown-module_dropdown__gjTTaX7T__platform-common.crypto-balance-dropdown-module_isMobile__IAUxsDSi__platform-common .crypto-balance-dropdown-module_content__BcHyT2gU__platform-common {
        height:auto
    }
}

.crypto-balance-dropdown-module_dropdownInside__WytwjXJn__platform-common {
    position: relative
}

.crypto-balance-dropdown-module_header__oWJ6jb6I__platform-common {
    padding: 12px 16px;
    border-radius: var(--cryptoBalanceDropdownBorderRadius) var(--cryptoBalanceDropdownBorderRadius) 0 0;
    box-shadow: 0 2px 12px #c4cfe2b3
}

.crypto-balance-dropdown-module_title__AkmX1soW__platform-common {
    color: var(--cryptoBalanceDropdownHeaderTitleColor);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px
}

.crypto-balance-dropdown-module_content__BcHyT2gU__platform-common {
    padding: 12px;
    background-color: var(--cryptoBalanceDropdownContentBg);
    border-radius: 0 0 var(--cryptoBalanceDropdownBorderRadius) var(--cryptoBalanceDropdownBorderRadius)
}

.crypto-balance-dropdown-module_tabs__CecQ4D-F__platform-common {
    display: flex;
    align-items: center;
    height: 40px;
    background-color: var(--cryptoBalanceDropdownSelectorButtonBg);
    border-radius: 8px;
    margin: 16px 0
}

.crypto-balance-dropdown-module_tab__NApE-Yal__platform-common {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    font-size: 12px;
    color: var(--cryptoBalanceDropdownSelectorButtonColor);
    border-radius: 8px
}

.crypto-balance-dropdown-module_tab__NApE-Yal__platform-common.crypto-balance-dropdown-module_active__QEdsZk-T__platform-common {
    font-weight: 700;
    background-color: var(--cryptoBalanceDropdownSelectorButtonActiveBg);
    color: var(--cryptoBalanceDropdownSelectorButtonActiveColor)
}

.crypto-balance-dropdown-module_currencyItem__7Ut7U1w3__platform-common {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: var(--cryptoBalanceDropdownCurrencyItemBg);
    padding: 12px 16px;
    border-radius: 8px
}

.crypto-balance-dropdown-module_currencyItem__7Ut7U1w3__platform-common.crypto-balance-dropdown-module_balance__2z0clTex__platform-common {
    padding: 4px 4px 4px 16px
}

.crypto-balance-dropdown-module_currencyItem__7Ut7U1w3__platform-common .currency-icon-wrapper {
    margin-right: 4px
}

.crypto-balance-dropdown-module_currencyItemLeft__Bh66zQiP__platform-common {
    display: flex;
    align-items: center
}

.crypto-balance-dropdown-module_currencyItemIcon__SwncXp76__platform-common {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-right: 8px
}

.crypto-balance-dropdown-module_currencyItemIcon__SwncXp76__platform-common img {
    max-width: 100%;
    max-height: 100%
}

.crypto-balance-dropdown-module_currencyItemTitle__h25gcE1T__platform-common {
    display: flex;
    align-items: center;
    color: var(--cryptoBalanceDropdownCurrencyItemTitle)
}

.crypto-balance-dropdown-module_currencyItemAmount__-3gr9T38__platform-common {
    display: flex;
    align-items: center;
    color: var(--cryptoBalanceDropdownCurrencyItemAmount)
}

.crypto-balance-dropdown-module_currencyList__EgPAejqE__platform-common {
    background-color: var(--cryptoBalanceDropdownCurrencyItemBg);
    border-radius: 8px;
    margin-top: 8px
}

.crypto-balance-dropdown-module_currencyList__EgPAejqE__platform-common .crypto-balance-dropdown-module_currencyItem__7Ut7U1w3__platform-common {
    border-radius: 0;
    background-color: transparent
}

.crypto-balance-dropdown-module_currencyListOthers__T6bracw-__platform-common {
    margin-bottom: 12px
}

.crypto-balance-dropdown-module_currencyListOthers__T6bracw-__platform-common.crypto-balance-dropdown-module_isUpdated__XpzlD65G__platform-common {
    pointer-events: none
}

.crypto-balance-dropdown-module_currencyListOthers__T6bracw-__platform-common .crypto-balance-dropdown-module_currencyItemTitle__h25gcE1T__platform-common {
    color: var(--cryptoBalanceDropdownCurrencyItemTitleOther)
}

.crypto-balance-dropdown-module_currencyListOthers__T6bracw-__platform-common .crypto-balance-dropdown-module_currencyItemAmount__-3gr9T38__platform-common {
    color: var(--cryptoBalanceDropdownCurrencyItemAmountOther)
}

.crypto-balance-dropdown-module_currencyListOthers__T6bracw-__platform-common .crypto-balance-dropdown-module_currencyItem__7Ut7U1w3__platform-common.crypto-balance-dropdown-module_active__QEdsZk-T__platform-common,.crypto-balance-dropdown-module_currencyListOthers__T6bracw-__platform-common .crypto-balance-dropdown-module_currencyItem__7Ut7U1w3__platform-common:hover {
    background-color: var(--cryptoBalanceDropdownCurrencyItemBgActive);
    box-shadow: var(--cryptoBalanceDropdownCurrencyItemBoxShadowActive)
}

.crypto-balance-dropdown-module_currencyListOthers__T6bracw-__platform-common .crypto-balance-dropdown-module_currencyItem__7Ut7U1w3__platform-common.crypto-balance-dropdown-module_active__QEdsZk-T__platform-common .crypto-balance-dropdown-module_currencyItemTitle__h25gcE1T__platform-common,.crypto-balance-dropdown-module_currencyListOthers__T6bracw-__platform-common .crypto-balance-dropdown-module_currencyItem__7Ut7U1w3__platform-common:hover .crypto-balance-dropdown-module_currencyItemTitle__h25gcE1T__platform-common {
    color: var(--cryptoBalanceDropdownCurrencyItemTitleActive)
}

.crypto-balance-dropdown-module_currencyListOthers__T6bracw-__platform-common .crypto-balance-dropdown-module_currencyItem__7Ut7U1w3__platform-common.crypto-balance-dropdown-module_active__QEdsZk-T__platform-common .crypto-balance-dropdown-module_currencyItemAmount__-3gr9T38__platform-common,.crypto-balance-dropdown-module_currencyListOthers__T6bracw-__platform-common .crypto-balance-dropdown-module_currencyItem__7Ut7U1w3__platform-common:hover .crypto-balance-dropdown-module_currencyItemAmount__-3gr9T38__platform-common {
    color: var(--cryptoBalanceDropdownCurrencyItemAmountActive)
}

.crypto-balance-dropdown-module_currencyListOthers__T6bracw-__platform-common .crypto-balance-dropdown-module_currencyItem__7Ut7U1w3__platform-common.crypto-balance-dropdown-module_active__QEdsZk-T__platform-common {
    pointer-events: none
}

.crypto-balance-dropdown-module_currencyListOthers__T6bracw-__platform-common .crypto-balance-dropdown-module_currencyItem__7Ut7U1w3__platform-common:not(:last-child) {
    margin-bottom: 4px
}

.crypto-balance-dropdown-module_currencyListOthers__T6bracw-__platform-common .crypto-balance-dropdown-module_currencyListOthersAccounts__pg6qPu5M__platform-common {
    padding-bottom: 12px
}

.crypto-balance-dropdown-module_currencyListOthersAccounts__pg6qPu5M__platform-common {
    max-height: 260px;
    padding: 0 12px;
    margin: 12px -12px 0;
    overflow-y: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: var(--cryptoBalanceDropdownCurrencyOtherScrollThumb) transparent;
    scrollbar-width: thin
}

.crypto-balance-dropdown-module_currencyListOthersAccounts__pg6qPu5M__platform-common::-webkit-scrollbar {
    width: 8px;
    background: var(--cryptoBalanceDropdownCurrencyOtherScroll);
    height: 8px
}

.crypto-balance-dropdown-module_currencyListOthersAccounts__pg6qPu5M__platform-common::-webkit-scrollbar-track {
    border-radius: 4px
}

.crypto-balance-dropdown-module_currencyListOthersAccounts__pg6qPu5M__platform-common::-webkit-scrollbar-thumb {
    background-color: var(--cryptoBalanceDropdownCurrencyOtherScrollThumb);
    border-radius: 4px
}

@media screen and (max-height: 768px) {
    .crypto-balance-dropdown-module_currencyListOthersAccounts__pg6qPu5M__platform-common {
        max-height:160px
    }
}

.crypto-balance-dropdown-module_currencyListOthersTitle__yFbcDFnd__platform-common {
    display: flex;
    align-items: center;
    color: var(--cryptoBalanceDropdownListOthersTitle);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    min-height: 20px
}

.crypto-balance-dropdown-module_emptyTitle__n2zGAWzg__platform-common {
    margin: 12px 0;
    font-size: 12px;
    text-align: center
}

.crypto-balance-dropdown-module_depositButton__2U7fJTNj__platform-common {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    font-size: 12px;
    aspect-ratio: 1;
    border-radius: 8px;
    margin-left: 8px;
    color: var(--cryptoBalanceDropdownCurrencyItemDepositButtonColor);
    background-color: var(--cryptoBalanceDropdownCurrencyItemDepositButtonBg)
}

.crypto-balance-dropdown-module_buttonWallet__pYttTHIb__platform-common {
    display: flex;
    justify-content: center;
    width: calc(100% + 24px);
    margin: 0 -12px -12px;
    padding: 16px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0 0 var(--cryptoBalanceDropdownBorderRadius) var(--cryptoBalanceDropdownBorderRadius);
    color: var(--cryptoBalanceDropdownButtonWalletColor);
    background-color: var(--cryptoBalanceDropdownButtonWalletBg);
    box-shadow: var(--cryptoBalanceDropdownButtonWalletBoxShadow)
}

.crypto-balance-dropdown-module_buttonWalletIcon__TWxWKwcZ__platform-common {
    font-size: 16px;
    margin-right: 8px
}

.crypto-balance-dropdown-module_loader__rYIhVVNj__platform-common {
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--cryptoBalanceDropdownLoaderBg)
}

.radial-progress-module_wrapper__1SbIPZhs__platform-common {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.radial-progress-module_inner__jXX3ZyRX__platform-common {
    border-radius: 50%;
    padding: 3px;
    position: relative;
    top: 1px
}

.radial-progress-module_inner__jXX3ZyRX__platform-common.radial-progress-module_mirrorRadialLine__zXn27oKq__platform-common {
    transform: scaleX(-1)
}

.radial-progress-module_radialBg__KMgkYmMK__platform-common {
    transform: rotate(-90deg);
    transform-origin: center center
}

.radial-progress-module_timerRadialCrop__brkbp7kl__platform-common {
    position: absolute!important;
    width: 100%!important;
    height: 100%!important;
    transform: rotate(2deg)!important
}

.youtube-module_container__K29qRftW__platform-common {
    max-width: 100%
}

.youtube-module_videoRatio__LZXCKig-__platform-common {
    overflow: hidden;
    padding: 56.25% 0 0;
    position: relative;
    width: 100%
}

.youtube-module_videoInner__UDTdEfKG__platform-common,.youtube-module_thumbnailButton__MHPqF6gV__platform-common {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.youtube-module_thumbnailButton__MHPqF6gV__platform-common {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: none
}

.youtube-module_thumbnailImage__WWABI--X__platform-common {
    width: 100%
}

.youtube-module_playIcon__76F9IdGO__platform-common {
    height: 65px;
    left: calc(50% - 30px);
    position: absolute;
    top: calc(50% - 21px);
    transition: all .3s ease-in-out;
    width: 78px
}

.youtube-module_iframe__bwaoVTJp__platform-common {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    border: none
}

.not-supported-module_notSupported__jlNoh23M__platform-common {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding-block:32px;margin-bottom: 80px;
    margin-top: 140px;
    color: var(--allSportsTitleColor)
}

.pwa-install-module_container__-3-cb-R6__platform-common {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 12px;
    cursor: pointer;
    background: var(--pwaInstallContainerBg, #fff);
    border-radius: 8px;
    margin: 0 0 8px;
    height: 40px;
    box-shadow: 0 -1px 0 0 var(--pwaInstallContainerBoxShadowColor, --eventTableBorder) inset;
    transition: box-shadow .15s ease,background-color .15s ease
}

.pwa-install-module_container__-3-cb-R6__platform-common.pwa-install-module_mobile__x82Hq4d9__platform-common {
    margin-top: -20px
}

.pwa-install-module_container__-3-cb-R6__platform-common:hover {
    background: var(--pwaInstallContainerBgHover, --newSportMenuIte);
    box-shadow: 0 1px 0 0 var(--pwaInstallContainerBoxShadowColor, --eventTableBorder) inset
}

.pwa-install-module_container__-3-cb-R6__platform-common:hover .pwa-install-module_icon__HwO39fJt__platform-common {
    transform: scaleX(-1)
}

.pwa-install-module_text__HDB8VC1P__platform-common {
    font-size: 14px;
    line-height: 40px;
    color: var(--text)
}

.pwa-install-module_icon__HwO39fJt__platform-common {
    display: flex;
    align-items: center;
    line-height: 40px;
    margin-right: 12px;
    transition: transform .15s ease
}

.pwa-install-module_icon__HwO39fJt__platform-common svg {
    display: block
}

.coupon-no-bid-v2-module_noBidContainer__tj2bWMFW__platform-common {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-inline:8px;gap: 8px
}

.coupon-no-bid-v2-module_noBidSection__C5N-T-Ya__platform-common {
    width: 100%;
    display: flex;
    justify-content: start;
    padding: 16px;
    gap: 16px;
    background-color: var(--inputBackground);
    border-radius: 8px
}

.coupon-no-bid-v2-module_noBidSection__C5N-T-Ya__platform-common>img {
    width: 50px;
    height: 50px
}

.coupon-no-bid-v2-module_descriptionWrapper__-q7BPTdg__platform-common {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 4px;
    width: 100%
}

.coupon-no-bid-v2-module_descriptionWrapper__-q7BPTdg__platform-common>div {
    color: var(--inputColor)
}

.coupon-no-bid-v2-module_noBidTitle__TGJbAheB__platform-common {
    font-weight: 700;
    font-size: 12px
}

.coupon-no-bid-v2-module_noBidSubTitle__CilPlD2l__platform-common {
    margin-bottom: 8px;
    font-size: 10px
}

.coupon-no-bid-v2-module_noBidWithQuickBetContainer__OLAbDsjg__platform-common {
    margin: auto;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%
}

.coupon-no-bid-v2-module_nobidQBImageWrapper__zNURrova__platform-common {
    margin-top: -32px;
    align-items: center;
    align-self: center;
    background-color: var(--couponBidsImageBg);
    border-radius: 14px;
    display: flex;
    height: 100px;
    justify-content: center;
    width: 132px
}

.coupon-no-bid-v2-module_nobidQBTitle__1e3T6Rs4__platform-common {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 700;
    padding: 0 16px
}

.coupon-no-bid-v2-module_nobidQBSubTitle__yGQQl-NW__platform-common {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    padding: 0 16px
}

.coupon-no-bid-v2-module_forecastBannercontainer__G8Kza-C4__platform-common {
    max-width: calc(100% - 16px)!important;
    margin-left: 8px;
    margin-top: 20px;
    padding-top: 0
}

.coupon-no-bid-v2-module_forecastBannercontainer__G8Kza-C4__platform-common button {
    padding: 8px 12px!important;
    font-size: 12px!important;
    letter-spacing: 1px!important;
    font-weight: 700!important
}

.global-settings-module_modal__J5LUi6wc__platform-common {
    width: 100%;
    background: var(--globalSettingsModalBg);
    border-radius: 8px;
    overflow: hidden
}

.ui-modal-portal.ui-modal-portal--bottom .global-settings-module_modal__J5LUi6wc__platform-common {
    border-radius: 8px 8px 0 0
}

.global-settings-module_modalSubContainer__528vs8NG__platform-common {
    display: flex;
    flex-direction: column;
    padding: 0 16px 16px;
    min-height: 661px
}

.global-settings-module_additioalPadding__OlzLL2eJ__platform-common {
    padding-top: 16px
}

.global-settings-module_sectionMargin__UTv4qwL7__platform-common {
    margin-top: 8px
}

.global-settings-module_navigationSectionContainer__QCs9hj9Y__platform-common {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--settingsContentBg);
    border-radius: 8px;
    padding: 12px 16px
}

.global-settings-module_header__oQCpbS08__platform-common {
    font-size: 16px;
    font-weight: 700;
    background-color: var(--globalSettingsModalHeaderBg);
    padding: 12px 24px
}

.global-settings-module_oddsHeader__9u44Klff__platform-common {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.global-settings-module_backIcon__zwDLPNxy__platform-common {
    rotate: -90deg
}

.global-settings-module_openIcon__P7vaoSNn__platform-common {
    rotate: 90deg
}

.global-settings-module_oddsItemFormatText__KhqKRtAF__platform-common {
    color: var(--accentMain);
    font-size: 12px;
    margin-top: 4px
}

.global-settings-module_sectionTitle__kKqA-xFn__platform-common {
    font-weight: 700;
    text-transform: uppercase;
    margin: 16px 0 8px
}

.referral-steps-module_items__c2kvRwU1__platform-common {
    border: 1px solid var(--referralsBorder);
    background: var(--referralStepsBG);
    border-radius: 8px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.referral-steps-module_items__c2kvRwU1__platform-common:not(.referral-steps-module_mobile__iUId5ZIF__platform-common) {
    margin-top: 10px;
    display: flex;
    width: 85%;
    padding: 24px
}

.referral-steps-module_items__c2kvRwU1__platform-common:not(.referral-steps-module_mobile__iUId5ZIF__platform-common) .referral-steps-module_title__Giu1BcAk__platform-common {
    min-height: 64px;
    font-size: 20px;
    font-weight: 700
}

.referral-steps-module_items__c2kvRwU1__platform-common:not(.referral-steps-module_mobile__iUId5ZIF__platform-common) .referral-steps-module_text__qfsdIiGR__platform-common {
    font-size: 16px
}

.referral-steps-module_items__c2kvRwU1__platform-common:not(.referral-steps-module_mobile__iUId5ZIF__platform-common) .referral-steps-module_itemWrapper__Z2F66JzI__platform-common {
    padding: 0 5px;
    display: flex
}

.referral-steps-module_items__c2kvRwU1__platform-common:not(.referral-steps-module_mobile__iUId5ZIF__platform-common) .referral-steps-module_count__S-YbPvgc__platform-common {
    font-weight: 700;
    font-size: 24px;
    width: 60px;
    min-width: 60px;
    height: 60px
}

.referral-steps-module_items__c2kvRwU1__platform-common.referral-steps-module_mobile__iUId5ZIF__platform-common {
    margin-top: 27vw;
    padding-left: 16px;
    padding-bottom: 16px
}

.referral-steps-module_items__c2kvRwU1__platform-common.referral-steps-module_mobile__iUId5ZIF__platform-common .referral-steps-module_title__Giu1BcAk__platform-common {
    font-size: 16px;
    font-weight: 700
}

.referral-steps-module_items__c2kvRwU1__platform-common.referral-steps-module_mobile__iUId5ZIF__platform-common .referral-steps-module_text__qfsdIiGR__platform-common {
    font-size: 14px
}

.referral-steps-module_items__c2kvRwU1__platform-common.referral-steps-module_mobile__iUId5ZIF__platform-common .referral-steps-module_itemWrapper__Z2F66JzI__platform-common {
    padding: 17px 0 0;
    display: flex
}

.referral-steps-module_items__c2kvRwU1__platform-common.referral-steps-module_mobile__iUId5ZIF__platform-common .referral-steps-module_count__S-YbPvgc__platform-common {
    font-weight: 700;
    font-size: 16px;
    width: 32px;
    min-width: 32px;
    height: 32px
}

.referral-steps-module_items__c2kvRwU1__platform-common .referral-steps-module_item__YJFpu5KC__platform-common {
    position: relative;
    padding: 8px 8px 0 16px;
    color: var(--white);
    height: 100%;
    line-height: 20px;
    max-width: 380px
}

.referral-steps-module_items__c2kvRwU1__platform-common .referral-steps-module_title__Giu1BcAk__platform-common {
    margin-bottom: 12px
}

.referral-steps-module_items__c2kvRwU1__platform-common .referral-steps-module_count__S-YbPvgc__platform-common {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
    color: var(--white);
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    min-width: 60px;
    height: 60px
}

.referrals-invite-steps-module_wrapperBg__MnnfFBZb__platform-common {
    overflow: hidden;
    margin-bottom: 27px
}

.referrals-invite-steps-module_wrapper__CLNgeGT0__platform-common {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    overflow: hidden
}

.referrals-invite-steps-module_wrapper__CLNgeGT0__platform-common:not(.referrals-invite-steps-module_mobile__I8umpr4R__platform-common) {
    margin: 80px 16px 16px;
    padding: 36px 30px;
    border-radius: 16px
}

.referrals-invite-steps-module_wrapper__CLNgeGT0__platform-common:not(.referrals-invite-steps-module_mobile__I8umpr4R__platform-common) .referrals-invite-steps-module_header__Lx1Y8RGz__platform-common .referrals-invite-steps-module_text__pjtc-PFg__platform-common {
    font-size: 32px;
    font-weight: 900;
    line-height: 40px;
    color: var(--white);
    text-transform: uppercase
}

.referrals-invite-steps-module_wrapper__CLNgeGT0__platform-common.referrals-invite-steps-module_mobile__I8umpr4R__platform-common {
    padding: 16px;
    background-position: top
}

.referrals-invite-steps-module_wrapper__CLNgeGT0__platform-common.referrals-invite-steps-module_mobile__I8umpr4R__platform-common .referrals-invite-steps-module_header__Lx1Y8RGz__platform-common {
    max-width: 250px
}

.referrals-invite-steps-module_wrapper__CLNgeGT0__platform-common.referrals-invite-steps-module_mobile__I8umpr4R__platform-common .referrals-invite-steps-module_header__Lx1Y8RGz__platform-common .referrals-invite-steps-module_text__pjtc-PFg__platform-common {
    font-size: 20px;
    font-weight: 900;
    color: var(--white);
    text-transform: uppercase
}

.referrals-ranks-module_table__mSzvUEF3__platform-common {
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 16px;
    border: 1px solid var(--referralsBorder)
}

.referrals-ranks-module_table__mSzvUEF3__platform-common.referrals-ranks-module_mobile__MrdEIYUR__platform-common .referrals-ranks-module_header__uGrZy4fM__platform-common {
    background: var(--white);
    font-size: 12px;
    font-weight: 500;
    color: var(--accentMain);
    text-transform: uppercase;
    display: flex
}

.referrals-ranks-module_table__mSzvUEF3__platform-common.referrals-ranks-module_mobile__MrdEIYUR__platform-common .referrals-ranks-module_header__uGrZy4fM__platform-common .referrals-ranks-module_headerCol__yC9uXk5-__platform-common {
    padding: 16px 6px;
    width: 33%
}

.referrals-ranks-module_table__mSzvUEF3__platform-common.referrals-ranks-module_mobile__MrdEIYUR__platform-common .referrals-ranks-module_body__UO4LRmx-__platform-common .referrals-ranks-module_bodyRow__OgnzqHSS__platform-common {
    display: flex
}

.referrals-ranks-module_table__mSzvUEF3__platform-common.referrals-ranks-module_mobile__MrdEIYUR__platform-common .referrals-ranks-module_body__UO4LRmx-__platform-common .referrals-ranks-module_bodyRow__OgnzqHSS__platform-common:nth-child(odd) {
    background: var(--tabBg)
}

.referrals-ranks-module_table__mSzvUEF3__platform-common.referrals-ranks-module_mobile__MrdEIYUR__platform-common .referrals-ranks-module_body__UO4LRmx-__platform-common .referrals-ranks-module_bodyRow__OgnzqHSS__platform-common:nth-child(2n) {
    background: var(--white)
}

.referrals-ranks-module_table__mSzvUEF3__platform-common.referrals-ranks-module_mobile__MrdEIYUR__platform-common .referrals-ranks-module_body__UO4LRmx-__platform-common .referrals-ranks-module_bodyCol__6bZGdaW-__platform-common {
    padding: 14px 6px;
    width: 33%;
    color: var(--black);
    font-size: 16px;
    font-weight: 500
}

.referrals-ranks-module_table__mSzvUEF3__platform-common.referrals-ranks-module_mobile__MrdEIYUR__platform-common .referrals-ranks-module_body__UO4LRmx-__platform-common .referrals-ranks-module_iconCol__ufkj8Jeb__platform-common {
    padding: 14px 20px
}

.referrals-ranks-module_table__mSzvUEF3__platform-common .referrals-ranks-module_header__uGrZy4fM__platform-common {
    background: var(--white);
    font-size: 12px;
    font-weight: 500;
    color: var(--accentMain);
    text-transform: uppercase;
    display: flex
}

.referrals-ranks-module_table__mSzvUEF3__platform-common .referrals-ranks-module_header__uGrZy4fM__platform-common .referrals-ranks-module_headerCol__yC9uXk5-__platform-common {
    padding: 16px 6px;
    width: 15%
}

.referrals-ranks-module_table__mSzvUEF3__platform-common .referrals-ranks-module_body__UO4LRmx-__platform-common .referrals-ranks-module_bodyRow__OgnzqHSS__platform-common {
    display: flex
}

.referrals-ranks-module_table__mSzvUEF3__platform-common .referrals-ranks-module_body__UO4LRmx-__platform-common .referrals-ranks-module_bodyRow__OgnzqHSS__platform-common:nth-child(odd) {
    background: var(--tabBg)
}

.referrals-ranks-module_table__mSzvUEF3__platform-common .referrals-ranks-module_body__UO4LRmx-__platform-common .referrals-ranks-module_bodyRow__OgnzqHSS__platform-common:nth-child(2n) {
    background: var(--white)
}

.referrals-ranks-module_table__mSzvUEF3__platform-common .referrals-ranks-module_body__UO4LRmx-__platform-common .referrals-ranks-module_bodyCol__6bZGdaW-__platform-common {
    padding: 14px 6px;
    width: 15%;
    color: var(--black);
    font-size: 16px;
    font-weight: 500
}

.referrals-ranks-module_table__mSzvUEF3__platform-common .referrals-ranks-module_body__UO4LRmx-__platform-common .referrals-ranks-module_iconCol__ufkj8Jeb__platform-common {
    padding: 14px 20px
}

.referrals-ranks-module_container__Rst3ZvQN__platform-common {
    margin: 16px;
    padding: 16px;
    background: var(--white);
    border-radius: 8px
}

.referrals-buttons-module_wrapper__ed51rJjr__platform-common {
    display: flex;
    justify-content: center
}

.referrals-buttons-module_wrapper__ed51rJjr__platform-common:not(.referrals-buttons-module_mobile__yHiFmRCh__platform-common) {
    margin-bottom: 27px
}

.referrals-buttons-module_wrapper__ed51rJjr__platform-common:not(.referrals-buttons-module_mobile__yHiFmRCh__platform-common) button:nth-child(odd) {
    margin-right: 10px
}

.referrals-buttons-module_wrapper__ed51rJjr__platform-common:not(.referrals-buttons-module_mobile__yHiFmRCh__platform-common) button:nth-child(2n) {
    margin-left: 10px
}

.referrals-buttons-module_wrapper__ed51rJjr__platform-common.referrals-buttons-module_mobile__yHiFmRCh__platform-common {
    flex-direction: column
}

.referrals-buttons-module_wrapper__ed51rJjr__platform-common.referrals-buttons-module_mobile__yHiFmRCh__platform-common button {
    margin-bottom: 10px
}

.terms-modal-module_contentWrapper__XLpY7aAw__platform-common {
    max-width: 900px;
    padding: 20px;
    background: var(--white);
    border-radius: 8px;
    overflow: hidden
}

.terms-modal-module_title__tPpwX6q7__platform-common {
    font-weight: 800;
    font-size: 24px;
    text-align: center;
    margin-bottom: 24px;
    line-height: 1.25em;
    color: var(--black);
    padding: 0 20px
}

.referrals-button-module_button__HtMvJYYS__platform-common {
    display: flex;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    color: var(--white);
    font-size: 15px;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    transition: background-color .2s ease,color .2s ease;
    min-height: 40px;
    border-radius: 100px;
    padding: 5px 20px;
    font-weight: 500;
    cursor: pointer;
    line-height: 1;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    gap: 6px;
    min-width: 200px
}

.referrals-button-module_buttonSecondary__9YJVgmFn__platform-common {
    background: var(--accentSecondary);
    min-width: 200px
}

.referrals-button-module_buttonSecondary__9YJVgmFn__platform-common:hover {
    background: var(--betslipSecondaryHover)
}

.referrals-button-module_buttonOutlined__d4TqZwMW__platform-common {
    border: 1px solid var(--black);
    color: var(--black);
    min-width: 200px
}

.referrals-button-module_buttonOutlined__d4TqZwMW__platform-common:hover {
    background: var(--arrowBg)
}

.referrals-email-module_question__F5i1-4op__platform-common {
    height: 203px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    overflow: hidden;
    background-position: left bottom;
    margin: 0 16px
}

.referrals-email-module_question__F5i1-4op__platform-common.referrals-email-module_cabinetImagePositioning__Q6QMLgF7__platform-common {
    background-position-x: -55px
}

.referrals-email-module_question__F5i1-4op__platform-common .referrals-email-module_signature__8dkjN8Rj__platform-common {
    margin-top: 20px
}

.referrals-email-module_header__lz6Zp2YE__platform-common {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 16px 20px 21%;
    height: 100%;
    color: var(--white)
}

.referrals-email-module_header__lz6Zp2YE__platform-common.referrals-email-module_mobile__TtkPEZjt__platform-common {
    padding: 0 16px 0 195px
}

.referrals-email-module_header__lz6Zp2YE__platform-common.referrals-email-module_mobile__TtkPEZjt__platform-common .referrals-email-module_title__NWwmsg-o__platform-common {
    font-size: 16px
}

.referrals-email-module_header__lz6Zp2YE__platform-common.referrals-email-module_mobile__TtkPEZjt__platform-common .referrals-email-module_email__NPaCGK-c__platform-common {
    font-size: 14px
}

.referrals-email-module_header__lz6Zp2YE__platform-common .referrals-email-module_title__NWwmsg-o__platform-common {
    font-size: 32px;
    font-weight: 800
}

.referrals-email-module_header__lz6Zp2YE__platform-common .referrals-email-module_email__NPaCGK-c__platform-common {
    font-size: 24px;
    font-weight: 400
}

.referrals-email-module_header__lz6Zp2YE__platform-common.referrals-email-module_useCabinetTextPositioning__mZ-4atiA__platform-common {
    padding: 0 16px 0 380px
}

.referrals-email-module_header__lz6Zp2YE__platform-common a {
    color: var(--accentMain)
}

.menu-referrals-buttons-module_button__dCmt6wN9__platform-common {
    position: relative;
    padding: 16px 16px 16px 60px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    color: var(--wofButton);
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-size: 200% 200%;
    background-position: 0 100%;
    z-index: 3;
    min-height: 50px;
    margin-bottom: 16px
}

.menu-referrals-buttons-module_button__dCmt6wN9__platform-common button {
    width: 100%
}

.menu-referrals-buttons-module_mobile__8Hmm-ONE__platform-common {
    margin: 12px 15px
}

.menu-referrals-buttons-module_imageFrame__ekR1r-Sm__platform-common {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%
}

.referrals-module_wrapper__0LdYe-A2__platform-common {
    padding-bottom: 15px
}

.referral-rank-progress-module_container__omemDfRT__platform-common {
    margin-bottom: 16px;
    padding: 16px;
    display: flex;
    border: 1px solid var(--referralsInvisBorder);
    background: var(--referralStepsBG);
    border-radius: 8px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    max-width: 80%
}

.referral-rank-progress-module_container__omemDfRT__platform-common:not(.referral-rank-progress-module_mobile__96zgloJk__platform-common) .referral-rank-progress-module_rank__C-3UAhE-__platform-common {
    border-right: 1px solid var(--referralsInvisBorder);
    padding-right: 16px;
    margin-right: 16px
}

.referral-rank-progress-module_container__omemDfRT__platform-common:not(.referral-rank-progress-module_mobile__96zgloJk__platform-common) .referral-rank-progress-module_revenue__zd3j4uX4__platform-common {
    border-left: 1px solid var(--referralsInvisBorder);
    padding-left: 16px;
    margin-left: 16px;
    flex-direction: row
}

.referral-rank-progress-module_container__omemDfRT__platform-common:not(.referral-rank-progress-module_mobile__96zgloJk__platform-common) .referral-rank-progress-module_revenue__zd3j4uX4__platform-common .referral-rank-progress-module_revContainer__QcKb6ySs__platform-common {
    min-width: 200px
}

.referral-rank-progress-module_mobile__96zgloJk__platform-common {
    flex-direction: column;
    gap: 16px;
    max-width: 100%
}

.referral-rank-progress-module_rank__C-3UAhE-__platform-common {
    display: flex;
    flex-direction: column;
    min-width: 260px;
    justify-content: space-between;
    gap: 15px
}

.referral-rank-progress-module_rank__C-3UAhE-__platform-common .referral-rank-progress-module_rankInfo__z28PzvZ8__platform-common {
    display: flex;
    color: var(--white)
}

.referral-rank-progress-module_rank__C-3UAhE-__platform-common .referral-rank-progress-module_rankData__kxtzMGr3__platform-common {
    display: flex;
    gap: 10px
}

.referral-rank-progress-module_rank__C-3UAhE-__platform-common .referral-rank-progress-module_rankData__kxtzMGr3__platform-common .referral-rank-progress-module_container__omemDfRT__platform-common {
    flex-direction: column;
    color: var(--white);
    margin: 0;
    width: 100%
}

.referral-rank-progress-module_rank__C-3UAhE-__platform-common .referral-rank-progress-module_rankData__kxtzMGr3__platform-common .referral-rank-progress-module_container__omemDfRT__platform-common .referral-rank-progress-module_text__Kf3v3rBm__platform-common {
    font-size: 24px;
    font-weight: 700
}

.referral-rank-progress-module_rank__C-3UAhE-__platform-common .referral-rank-progress-module_rankIcon__Oc5sbFwi__platform-common {
    min-width: 40px
}

.referral-rank-progress-module_rank__C-3UAhE-__platform-common .referral-rank-progress-module_rankName__62VwdOVh__platform-common {
    font-size: 24px;
    margin: 0 14px;
    font-weight: 700
}

.referral-rank-progress-module_stats__V7PgkIkH__platform-common {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: var(--white)
}

.referral-rank-progress-module_stats__V7PgkIkH__platform-common .referral-rank-progress-module_progressTitle__dkcK-vdY__platform-common {
    margin-bottom: 6px
}

.referral-rank-progress-module_stats__V7PgkIkH__platform-common .referral-rank-progress-module_progress__ZY0oX15T__platform-common {
    width: 100%
}

.referral-rank-progress-module_stats__V7PgkIkH__platform-common .referral-rank-progress-module_progress__ZY0oX15T__platform-common .referral-rank-progress-module_progressBar__x4Dspjqc__platform-common {
    border-radius: 8px;
    background: var(--referralsProgressBar);
    height: 16px;
    padding: 2px;
    overflow: hidden
}

.referral-rank-progress-module_stats__V7PgkIkH__platform-common .referral-rank-progress-module_progress__ZY0oX15T__platform-common .referral-rank-progress-module_progressBar__x4Dspjqc__platform-common .referral-rank-progress-module_percentage__6eMx7-nH__platform-common {
    border-radius: 8px;
    background: var(--referralProgressBarActive);
    height: 100%;
    max-width: 100%
}

.referral-rank-progress-module_stats__V7PgkIkH__platform-common .referral-rank-progress-module_progress__ZY0oX15T__platform-common .referral-rank-progress-module_ranks__12GMdX6Q__platform-common {
    display: flex;
    justify-content: space-between;
    margin-top: 6px
}

.referral-rank-progress-module_revenue__zd3j4uX4__platform-common {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    color: var(--white);
    gap: 10px
}

.referral-rank-progress-module_revenue__zd3j4uX4__platform-common .referral-rank-progress-module_revContainer__QcKb6ySs__platform-common {
    height: 100%;
    min-width: 100%;
    border-radius: 8px;
    padding: 8px 16px;
    border: 1px solid var(--referralsInvisBorder)
}

.referral-rank-progress-module_revenue__zd3j4uX4__platform-common .referral-rank-progress-module_revContainer__QcKb6ySs__platform-common .referral-rank-progress-module_image__uztM21TA__platform-common {
    font-size: 30px;
    margin-right: 8px;
    filter: drop-shadow(0px 4.79px 10.05px var(--white))
}

.referral-rank-progress-module_revenue__zd3j4uX4__platform-common .referral-rank-progress-module_income__qzxcO-A1__platform-common {
    background: var(--incomeGradient)
}

.referral-rank-progress-module_revenue__zd3j4uX4__platform-common .referral-rank-progress-module_rev__ndU9QRkI__platform-common {
    background: var(--revGradient)
}

.referral-rank-progress-module_revenue__zd3j4uX4__platform-common .referral-rank-progress-module_revText__c5aDes5P__platform-common {
    font-size: 24px;
    font-weight: 700;
    display: flex;
    margin-top: 5px
}

.referral-rank-module_currencyIcon__kSf9W3LP__platform-common {
    margin-right: 15px
}

.referral-rank-module_wrapperBg__WhHj3gCA__platform-common {
    overflow: hidden;
    margin-bottom: 27px
}

.referral-rank-module_wrapper__144nz-sA__platform-common {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    overflow: hidden
}

.referral-rank-module_wrapper__144nz-sA__platform-common:not(.referral-rank-module_mobile__8vb5SCMX__platform-common) {
    margin: 0 16px 16px;
    padding: 36px 30px;
    border-radius: 16px
}

.referral-rank-module_wrapper__144nz-sA__platform-common:not(.referral-rank-module_mobile__8vb5SCMX__platform-common) .referral-rank-module_header__oL6TY3hu__platform-common .referral-rank-module_text__Q2ekl189__platform-common {
    font-size: 32px;
    font-weight: 900;
    line-height: 40px;
    color: var(--white);
    text-transform: uppercase
}

.referral-rank-module_wrapper__144nz-sA__platform-common.referral-rank-module_mobile__8vb5SCMX__platform-common {
    padding: 16px;
    background-position: top
}

.referral-rank-module_wrapper__144nz-sA__platform-common.referral-rank-module_mobile__8vb5SCMX__platform-common .referral-rank-module_header__oL6TY3hu__platform-common {
    max-width: 190px;
    margin-bottom: 27vw
}

.referral-rank-module_wrapper__144nz-sA__platform-common.referral-rank-module_mobile__8vb5SCMX__platform-common .referral-rank-module_header__oL6TY3hu__platform-common .referral-rank-module_text__Q2ekl189__platform-common {
    font-size: 20px;
    font-weight: 900;
    color: var(--white);
    text-transform: uppercase
}

.referral-statistics-switcher-module_container__Gsuu-ehd__platform-common {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    gap: 8px
}

.referral-statistics-switcher-module_mobile__xi2TW11w__platform-common {
    gap: 0;
    background: var(--referralStatisticsTabsInactiveMobile);
    border-radius: 8px;
    overflow: hidden
}

.referral-statistics-switcher-module_mobile__xi2TW11w__platform-common .referral-statistics-switcher-module_menuItem__FGsGoc0-__platform-common {
    font-size: 12px;
    transition: color .1s ease-in-out;
    color: var(--referralStatisticsTabsInactive);
    background: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 25%;
    border-radius: 8px
}

.referral-statistics-switcher-module_mobile__xi2TW11w__platform-common .referral-statistics-switcher-module_menuItem__FGsGoc0-__platform-common:not(.referral-statistics-switcher-module_selected__z5ovhf1w__platform-common) {
    cursor: pointer
}

.referral-statistics-switcher-module_mobile__xi2TW11w__platform-common .referral-statistics-switcher-module_menuItem__FGsGoc0-__platform-common:not(.referral-statistics-switcher-module_selected__z5ovhf1w__platform-common):hover {
    color: var(--accentMain)
}

.referral-statistics-switcher-module_mobile__xi2TW11w__platform-common .referral-statistics-switcher-module_menuItem__FGsGoc0-__platform-common.referral-statistics-switcher-module_selected__z5ovhf1w__platform-common {
    position: relative;
    color: var(--white);
    pointer-events: none;
    background: var(--accentMain)
}

.referral-statistics-switcher-module_menuItem__FGsGoc0-__platform-common {
    font-size: 12px;
    transition: color .1s ease-in-out;
    color: var(--referralStatisticsTabsInactive);
    background: var(--referralStatisticsTabsActive);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 25%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.referral-statistics-switcher-module_menuItem__FGsGoc0-__platform-common:not(.referral-statistics-switcher-module_selected__z5ovhf1w__platform-common) {
    cursor: pointer
}

.referral-statistics-switcher-module_menuItem__FGsGoc0-__platform-common:not(.referral-statistics-switcher-module_selected__z5ovhf1w__platform-common):hover {
    color: var(--accentMain)
}

.referral-statistics-switcher-module_menuItem__FGsGoc0-__platform-common.referral-statistics-switcher-module_selected__z5ovhf1w__platform-common {
    position: relative;
    color: var(--accentMain);
    pointer-events: none;
    background: var(--white)
}

.referral-inner-block-module_container__qxPkInXw__platform-common {
    border-radius: 8px;
    border: 1px solid var(--referralsBorder)
}

.referral-inner-block-module_small__ehw5YFGY__platform-common .referral-inner-block-module_title__-9oKwO8d__platform-common {
    font-size: 12px;
    font-weight: 600
}

.referral-inner-block-module_small__ehw5YFGY__platform-common .referral-inner-block-module_value__RFJ7RlIx__platform-common .referral-inner-block-module_icon__B-fhZBoK__platform-common {
    font-size: 18px;
    margin-right: 10px
}

.referral-inner-block-module_medium__n0wtV0tj__platform-common {
    width: 100%;
    padding: 24px
}

.referral-inner-block-module_medium__n0wtV0tj__platform-common .referral-inner-block-module_title__-9oKwO8d__platform-common {
    font-size: 14px
}

.referral-inner-block-module_medium__n0wtV0tj__platform-common .referral-inner-block-module_image__7oK14aIX__platform-common {
    font-size: 25px;
    margin-right: 8px;
    color: var(--accentMain);
    filter: drop-shadow(0px 4.79px 10.05px var(--accentMain))
}

.referral-inner-block-module_medium__n0wtV0tj__platform-common .referral-inner-block-module_value__RFJ7RlIx__platform-common {
    margin-top: 12px;
    font-size: 24px
}

.referral-inner-block-module_large__ZAomH6jv__platform-common {
    width: 100%;
    padding: 25px 20px
}

.referral-inner-block-module_large__ZAomH6jv__platform-common .referral-inner-block-module_title__-9oKwO8d__platform-common {
    font-size: 16px
}

.referral-inner-block-module_large__ZAomH6jv__platform-common .referral-inner-block-module_value__RFJ7RlIx__platform-common {
    margin-top: 40px;
    font-size: 20px
}

.referral-inner-block-module_large__ZAomH6jv__platform-common .referral-inner-block-module_value__RFJ7RlIx__platform-common .referral-inner-block-module_icon__B-fhZBoK__platform-common {
    font-size: 18px;
    margin-right: 15px
}

.referral-inner-block-module_value__RFJ7RlIx__platform-common {
    font-weight: 700
}

.referral-inner-block-module_value__RFJ7RlIx__platform-common.referral-inner-block-module_grayTitle__e-s9PWHm__platform-common {
    color: var(--referralsGrayTitle)
}

.referral-inner-block-module_value__RFJ7RlIx__platform-common {
    display: flex;
    align-items: center
}

.referral-inner-block-module_value__RFJ7RlIx__platform-common .referral-inner-block-module_icon__B-fhZBoK__platform-common {
    fill: var(--referralsGrayTitle)
}

.referral-inner-wrapper-module_container__hRZmC8zY__platform-common {
    display: flex;
    gap: 16px
}

.referral-inner-wrapper-module_withGrid__a2oqeadE__platform-common {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-auto-rows: minmax(100px,auto)
}

.referral-inner-wrapper-module_mobile__1sPvlP4P__platform-common.referral-inner-wrapper-module_withGrid__a2oqeadE__platform-common {
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto
}

.referral-statistics-module_container__w1-7gois__platform-common {
    border-radius: 8px;
    margin: 0 16px 16px
}

.referral-statistics-module_inner__3WZSPJX3__platform-common {
    padding: 16px;
    background: var(--white)
}

.referral-link-module_content__YM2AKmT7__platform-common {
    padding: 23px 16px;
    background: var(--white);
    border-radius: 8px;
    margin: 0 16px 27px
}

.referral-link-module_mobile__i-gMGdSS__platform-common .referral-link-module_fullcontainer__oc2FaoFC__platform-common,.referral-link-module_mobile__i-gMGdSS__platform-common .referral-link-module_container__F70wzahQ__platform-common,.referral-link-module_mobile__i-gMGdSS__platform-common .referral-link-module_buttons__ui4EJf-z__platform-common {
    flex-direction: column
}

.referral-link-module_container__F70wzahQ__platform-common {
    border-radius: 8px;
    border: 1px solid var(--referralsBorder);
    padding: 12px;
    display: flex;
    position: relative;
    gap: 16px
}

.referral-link-module_copiedFrame__afiU46HP__platform-common {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: var(--referralsLinkCopiedRGB);
    color: var(--white);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center
}

.referral-link-module_copiedFrameClose__nFoiPu57__platform-common {
    position: absolute;
    top: calc(50% - 7px);
    right: 20px;
    z-index: 1;
    color: var(--white);
    cursor: pointer
}

.referral-link-module_fullcontainer__oc2FaoFC__platform-common {
    display: flex;
    gap: 16px
}

.referral-link-module_buttons__ui4EJf-z__platform-common {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px
}

.referral-link-module_buttons__ui4EJf-z__platform-common .referral-link-module_terms__F1YiGO2u__platform-common {
    color: var(--referralsGrayTitle);
    font-weight: 700;
    opacity: .5;
    text-decoration-line: underline;
    cursor: pointer
}

.referral-link-module_header__aCu3QySk__platform-common {
    font-size: 20px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 16px
}

.referral-link-module_link__2V365dNC__platform-common {
    border-radius: 8px;
    background: var(--referralsLinkBG);
    padding: 11px 15px;
    width: 100%;
    min-width: 300px;
    min-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.referral-link-module_anchorLink__EWDkk-fy__platform-common {
    text-decoration: none
}

.daily-rewards-button-module_button__V-R9Kc4n__platform-common {
    display: flex;
    align-items: center;
    position: relative;
    height: 52px;
    min-height: 52px;
    padding: var(--dailyRewardsButtonPadding, 16px 33px 16px 60px);
    font-size: 14px;
    font-weight: 700;
    background: var(--dailyRewardsButtonBg);
    color: var(--dailyRewardsButton);
    text-align: left;
    text-transform: var(--dailyRewardsButtonTextTransform, none);
    border-radius: var(--dailyRewardsButtonBorderRadius);
    background-size: 200% 200%;
    background-position: 0 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 3
}

.daily-rewards-button-module_button__V-R9Kc4n__platform-common:hover {
    animation: daily-rewards-button-module_bg-animation__RWBukFAR__platform-common 5s linear infinite alternate
}

.daily-rewards-button-module_buttonImage__MUtIJIyJ__platform-common {
    position: absolute;
    left: 8px;
    bottom: 50%;
    transform: translateY(calc(50% - 2px));
    width: 40px
}

@keyframes daily-rewards-button-module_bg-animation__RWBukFAR__platform-common {
    0% {
        background-position: 0 100%
    }

    50% {
        background-position: 100% 0
    }

    to {
        background-position: 0 100%
    }
}

.ForecastPromoButton-module_wpButton__l1iFcduA__platform-common {
    padding: var(--wpButtonPadding);
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: var(--wpButtonIconBottomMargin, 8px);
    width: 100%;
    min-height: var(--wpBannerHeight);
    max-height: var(--wpBannerHeight);
    background: var(--wpButtonBg);
    border-radius: var(--wpButtonBorderRadius, 8px);
    font-weight: 700;
    text-decoration: none;
    overflow: hidden
}

.ForecastPromoButton-module_wpButton__l1iFcduA__platform-common .ForecastPromoButton-module_wrapper__q0fT-PHA__platform-common {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    z-index: 2;
    line-height: 20px
}

.ForecastPromoButton-module_wpButton__l1iFcduA__platform-common p {
    margin: 0
}

.ForecastPromoButton-module_wpButtonSum__EYyR3WU0__platform-common {
    font-weight: 900;
    font-size: 24px;
    background: var(--wpButtonSumGradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.ForecastPromoButton-module_wpButtonTitle__thxv3YCn__platform-common {
    font-size: 14px;
    color: var(--wpButtonTitleColor);
    text-transform: uppercase
}

.ForecastPromoButton-module_wpButtonLight__-MOvcTwe__platform-common {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.ForecastPromoButton-module_wpButtonLight_first__b-XGHJ-X__platform-common {
    background: var(--wpButtonFirstLightBg);
    animation: ForecastPromoButton-module_flicker__8dB41KGu__platform-common 2s infinite alternate ease-in-out
}

.ForecastPromoButton-module_wpButtonLight_second__csgqt5mt__platform-common {
    background: var(--wpButtonSecondLightBg)
}

.ForecastPromoButton-module_wpButtonIcon__84weezv3__platform-common {
    position: absolute;
    z-index: 3;
    left: var(--wpButtonIconLeftPosition);
    top: var(--wpButtonIconTopPosition);
    width: var(--wpButtonIconWidth);
    height: var(--wpButtonIconHeight)
}

@keyframes ForecastPromoButton-module_flicker__8dB41KGu__platform-common {
    0% {
        opacity: 1
    }

    50% {
        opacity: .7
    }

    to {
        opacity: 1
    }
}

.ForecastPromoButton-module_wpButtonMobile__GiqHteLK__platform-common {
    padding: 0;
    margin: 0 auto 15px;
    justify-content: center;
    width: calc(100% - 30px);
    min-height: var(--wpBannerMobileHeight);
    max-height: var(--wpBannerMobileHeight);
    border-radius: var(--wpButtonBorderRadiusMobile, 32px)
}

.ForecastPromoButton-module_wpButtonMobile__GiqHteLK__platform-common .ForecastPromoButton-module_wpButtonSum__EYyR3WU0__platform-common {
    font-size: 22px
}

.ForecastPromoButton-module_wpButtonMobile__GiqHteLK__platform-common .ForecastPromoButton-module_wpButtonIcon__84weezv3__platform-common {
    top: var(--wpButtonIconMobileTopPosition);
    left: var(--wpButtonIconMobileLeftPosition);
    width: var(--wpButtonMobileIconWidth);
    height: var(--wpButtonMobileIconHeight)
}

.ui-icon-live-module_icon__-56sDuS6__platform-common {
    display: block;
    height: 16px;
    position: relative
}

.ui-icon-live-module_icon__-56sDuS6__platform-common.ui-icon-live-module_middle__1mXD3ON5__platform-common {
    display: flex;
    align-items: center;
    font-size: 22px;
    margin-right: 6px
}

.ui-icon-live-module_icon__-56sDuS6__platform-common.ui-icon-live-module_middle__1mXD3ON5__platform-common svg {
    width: 1em;
    height: 1em;
    top: 0
}

.ui-icon-live-module_transparent__fF-Mu-WL__platform-common {
    fill: var(--mslLiveIconTransparentBg)
}

.ui-icon-analytics-module_icon__zB-pz-iD__platform-common {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    font-size: 16px;
    position: relative
}

.ui-icon-analytics-module_modern__rwWoxcfg__platform-common {
    width: 14px;
    height: 14px;
    font-size: 14px
}

.ui-icon-analytics-module_tooltipTrigger__at2wa7w-__platform-common:hover .ui-icon-analytics-module_eventTooltip__M09W9oyc__platform-common,.ui-icon-analytics-module_tooltipTrigger__at2wa7w-__platform-common:hover~.ui-icon-analytics-module_eventTooltip__M09W9oyc__platform-common {
    opacity: 1;
    visibility: visible
}

.ui-icon-analytics-module_tooltipTriggerClickable__og-gqhiL__platform-common .ui-icon-analytics-module_eventTooltip__M09W9oyc__platform-common,.ui-icon-analytics-module_tooltipTriggerClickable__og-gqhiL__platform-common~.ui-icon-analytics-module_eventTooltip__M09W9oyc__platform-common {
    opacity: 1;
    visibility: visible
}

.ui-icon-analytics-module_eventTooltip__M09W9oyc__platform-common {
    position: absolute;
    top: 24px;
    left: 0;
    min-height: 28px;
    line-height: 16px;
    padding: 6px 8px;
    color: var(--white);
    background: var(--eventResultTooltip);
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease;
    z-index: 10
}

.ui-icon-analytics-module_bestOf__aYV-oKuz__platform-common {
    padding: 0 4px;
    line-height: 15px;
    height: 14px;
    background: var(--eventTableBestOf);
    color: var(--white);
    font-size: 10px;
    position: relative;
    top: 0;
    font-weight: 400;
    border-radius: 3px
}

.ui-icon-analytics-module_bestOf__aYV-oKuz__platform-common .ui-icon-analytics-module_eventTooltip__M09W9oyc__platform-common {
    left: 0;
    right: inherit
}

.ui-icon-analytics-module_infoTooltip__e-3gvwPI__platform-common {
    background: none
}

.ui-icon-analytics-module_tooltipContainer__8dqDAPda__platform-common {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.ui-icon-analytics-module_black__5gWfym7Y__platform-common {
    color: var(--mslBestOfTextColor)
}

.ui-icon-analytics-module_white__2QEDVs4F__platform-common {
    color: var(--white)
}

.collaps-block-module_live__ArTrUanQ__platform-common {
    height: 14px;
    background-color: var(--liveColor);
    border-radius: 5px;
    text-align: center;
    font-size: 7px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--buttonText);
    padding: 0 5px;
    display: flex;
    align-self: center;
    line-height: 14px
}

.collaps-block-module_live__ArTrUanQ__platform-common.collaps-block-module_liveFree__gVlafYS1__platform-common {
    position: static;
    background: var(--buttonsGray);
    display: inline-flex;
    margin: 2px 0 0;
    align-self: flex-start
}

.collaps-block-module_live__ArTrUanQ__platform-common.collaps-block-module_liveBig__ah7aMgeU__platform-common {
    padding: 0 10px;
    font-size: 12px;
    line-height: 23px;
    height: 22px;
    border-radius: 10px;
    margin: -1px 0 0 10px
}

.collaps-block-module_live__ArTrUanQ__platform-common.coupon-count {
    background-color: var(--betslipEventsCountBackground);
    border-radius: 50%;
    justify-content: center;
    width: 23px
}

.collaps-block-module_block__r2gGY9L2__platform-common {
    width: 100%
}

.collaps-block-module_block__r2gGY9L2__platform-common.collaps-block-module_open__A-Vg91AQ__platform-common .collaps-block-module_arrow__Ry89C1Cm__platform-common {
    transform: rotate(0)
}

.collaps-block-module_block__r2gGY9L2__platform-common.collaps-block-module_disabled__XaGqwAo2__platform-common {
    pointer-events: none;
    opacity: .9
}

.collaps-block-module_block__r2gGY9L2__platform-common.collaps-block-module_disabled__XaGqwAo2__platform-common .collaps-block-module_arrow__Ry89C1Cm__platform-common {
    display: none
}

.collaps-block-module_title__lQstZxb-__platform-common {
    position: relative;
    text-transform: uppercase;
    color: var(--mainColor);
    text-decoration: none;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 43px;
    padding: 5px 15px 5px 40px;
    background-color: var(--eventTableBorder)
}

@media screen and (max-width: 1429px) {
    .collaps-block-module_title__lQstZxb-__platform-common {
        font-size:12px
    }
}

.collaps-block-module_title__lQstZxb-__platform-common.collaps-block-module_dark__F9xioqzj__platform-common {
    color: var(--white);
    background-color: var(--eventModalBackground)
}

.collaps-block-module_leftWrap__Hrq0kFEz__platform-common {
    display: flex;
    flex: 1 0 auto;
    max-width: 100%;
    padding-bottom: 6px
}

.collaps-block-module_leftWrapText__83DnHSbO__platform-common {
    text-align: left
}

.collaps-block-module_leftWrapLive__UNVYgJXH__platform-common {
    height: 17px;
    display: flex;
    align-items: center
}

[lang=de] .collaps-block-module_leftWrapLive__UNVYgJXH__platform-common {
    height: 13px
}

@media screen and (max-width: 1429px) {
    .collaps-block-module_leftWrapLive__UNVYgJXH__platform-common {
        height:13px
    }
}

.collaps-block-module_arrow__Ry89C1Cm__platform-common {
    position: absolute;
    top: calc(50% - 7px);
    right: 14px;
    display: block;
    transition: transform .15s ease;
    transform: rotate(180deg);
    font-size: 14px
}

.collaps-block-module_content__MXsrU9Cu__platform-common {
    padding: 15px
}

.collaps-block-module_mobile__baSR1lRj__platform-common .collaps-block-module_title__lQstZxb-__platform-common {
    padding: 5px 15px 5px 40px
}

.collaps-block-module_mobile__baSR1lRj__platform-common .collaps-block-module_leftWrap__Hrq0kFEz__platform-common {
    align-items: center;
    padding-bottom: 0
}

.collaps-block-module_mobile__baSR1lRj__platform-common .collaps-block-module_leftWrapText__83DnHSbO__platform-common {
    text-align: left
}

.collaps-block-module_mobile__baSR1lRj__platform-common .collaps-block-module_leftWrapLive__UNVYgJXH__platform-common {
    height: 17px;
    display: flex;
    align-items: center
}

[lang=de] .collaps-block-module_mobile__baSR1lRj__platform-common .collaps-block-module_leftWrapLive__UNVYgJXH__platform-common {
    height: 13px
}

@media screen and (max-width: 1429px) {
    .collaps-block-module_mobile__baSR1lRj__platform-common .collaps-block-module_leftWrapLive__UNVYgJXH__platform-common {
        height:13px
    }
}

.collaps-block-module_mobile__baSR1lRj__platform-common .collaps-block-module_arrow__Ry89C1Cm__platform-common {
    position: absolute;
    top: calc(50% - 7px);
    right: 14px;
    display: block;
    transition: transform .15s ease;
    transform: rotate(180deg);
    font-size: 14px
}

.collaps-block-module_mobile__baSR1lRj__platform-common .collaps-block-module_content__MXsrU9Cu__platform-common {
    padding: 15px
}

.progress-loader-module_loader__W7tClLsx__platform-common {
    background: rgba(var(--buttonMainRgb),.2);
    height: 4px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.progress-loader-module_loader__W7tClLsx__platform-common .progress-loader-module_bar__kb00ZdAK__platform-common {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    transform-origin: left;
    transition: transform .2s linear
}

.progress-loader-module_loader__W7tClLsx__platform-common .progress-loader-module_bar__kb00ZdAK__platform-common.progress-loader-module_slow__NBeWHJwc__platform-common {
    animation-duration: 2.2s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.65,.815,.735,.395);
    background: rgba(var(--buttonMainRgb),.8)
}

.progress-loader-module_loader__W7tClLsx__platform-common .progress-loader-module_bar__kb00ZdAK__platform-common.progress-loader-module_slow__NBeWHJwc__platform-common {
    animation-name: progress-loader-module_Bar-slow__Prwjgsro__platform-common
}

.progress-loader-module_loader__W7tClLsx__platform-common .progress-loader-module_bar__kb00ZdAK__platform-common.progress-loader-module_fast__00ErnwUd__platform-common {
    animation-delay: 1.2s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.165,.84,.44,1);
    background: rgba(var(--buttonMainRgb),.5)
}

.progress-loader-module_loader__W7tClLsx__platform-common .progress-loader-module_bar__kb00ZdAK__platform-common.progress-loader-module_fast__00ErnwUd__platform-common {
    animation-name: progress-loader-module_Bar-fast__UgmPkrQV__platform-common
}

@keyframes progress-loader-module_Bar-slow__Prwjgsro__platform-common {
    0% {
        left: -35%;
        right: 100%
    }

    60% {
        left: 100%;
        right: -90%
    }

    to {
        left: 100%;
        right: -90%
    }
}

@keyframes progress-loader-module_Bar-fast__UgmPkrQV__platform-common {
    0% {
        left: -200%;
        right: 100%
    }

    60% {
        left: 107%;
        right: -8%
    }

    to {
        left: 107%;
        right: -8%
    }
}

.styles-module_loader__6mgJ65Tz__platform-common {
    align-items: center;
    background-color: var(--registrationPopupBg);
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100vw;
    z-index: var(--zIndex-registrationLoader)
}

.styles-module_loaderWrapper__4HPAtqd5__platform-common {
    align-items: center;
    background-color: var(--registrationPopupItemBg);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 197px;
    justify-content: center;
    width: 194px
}

.styles-module_loaderTitle__sbV9vSx5__platform-common {
    color: var(--registrationPopupTitle);
    font-size: 21px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.styles-module_loaderSubtitle__0BK1Nfun__platform-common {
    color: var(--registrationPopupText);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px
}

.styles-module_loaderLogo__1Vc3We7l__platform-common {
    align-items: center;
    display: flex;
    height: 66px;
    justify-content: center;
    margin: 14px 0;
    width: 86px
}

.styles-module_loaderLogo__1Vc3We7l__platform-common img {
    max-height: 100%;
    max-width: 100%
}

.styles-module_loaderText__KsZOKAMu__platform-common {
    color: var(--registrationPopupText);
    font-size: 14px;
    font-weight: 400;
    line-height: 25px
}

.dragger-scroll-module_wrapper__sI4ZH5CH__platform-common {
    position: relative
}

.horizontal-menu__arrow-wrapper {
    position: absolute;
    width: 32px;
    height: 41px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--draggerScrollButtonArrow);
    background: var(--draggerScrollButtonBg);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    font-size: 14px;
    z-index: 1;
    opacity: 0;
    transition: opacity .15s ease
}

.horizontal-menu__arrow-wrapper:disabled {
    display: none
}

.horizontal-menu__arrow-wrapper--left {
    left: 0
}

.horizontal-menu__arrow-wrapper--left .svg-icon {
    transform: rotate(180deg)
}

.horizontal-menu__arrow-wrapper--right {
    right: 0
}

.horizontal-menu__arrow-wrapper--right .svg-icon {
    transform: rotate(0)
}

.horizontal-menu .react-horizontal-scrolling-menu--wrapper {
    position: relative
}

.horizontal-menu .react-horizontal-scrolling-menu--wrapper:hover .horizontal-menu__arrow-wrapper {
    opacity: 1
}

.horizontal-menu .react-horizontal-scrolling-menu--wrapper:hover .horizontal-menu__arrow-wrapper--disabled {
    opacity: 0
}

.arrow-pagination-module_arrowPagination__5NcNGxfy__platform-common {
    display: flex;
    justify-content: flex-end;
    height: 46px
}

.arrow-pagination-module_arrowPagination__5NcNGxfy__platform-common.arrow-pagination-module_absolute__tqplMUH0__platform-common {
    position: absolute;
    right: 25px
}

.arrow-pagination-module_arrowPagination__5NcNGxfy__platform-common:not(.arrow-pagination-module_absolute__tqplMUH0__platform-common) {
    padding: 0 25px
}

.arrow-pagination-module_arrowContainer__rIFXhQCF__platform-common {
    position: relative;
    display: flex;
    justify-content: space-between
}

.arrow-pagination-module_arrowContainer__rIFXhQCF__platform-common.arrow-pagination-module_full__AgAzRdWH__platform-common {
    width: 100%
}

.arrow-pagination-module_arrowContainer__rIFXhQCF__platform-common:not(.arrow-pagination-module_full__AgAzRdWH__platform-common) {
    width: 38px
}

.arrow-pagination-module_arrow__CDAk4Gyo__platform-common {
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .15s ease;
    color: var(--inputImageColor)
}

.arrow-pagination-module_arrow__CDAk4Gyo__platform-common.arrow-pagination-module_disabled__MK5PHFws__platform-common {
    cursor: default;
    opacity: .5;
    pointer-events: none
}

.arrow-pagination-module_arrow__CDAk4Gyo__platform-common.arrow-pagination-module_left__ZUUxeltB__platform-common {
    transform: rotate(180deg)
}

.snake-loader-module_Wrapper__E2wLbJI3__platform-common {
    overflow: hidden;
    position: relative
}

.snake-loader-module_Loader__0tGbdR8O__platform-common {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.snake-loader-module_LoaderSVG__8iAnzoA8__platform-common {
    height: 100%;
    width: 100%
}

.snake-loader-module_Rect__JSLPSSzE__platform-common {
    fill: none;
    height: 100%;
    stroke-width: 6px;
    width: 100%
}

.max-width_150 {
    max-width: 150px
}

.full-width {
    width: 100%
}

.display-flex {
    display: flex;
    justify-content: center;
    align-items: center
}

.hide-overflow {
    margin-top: 8px;
    border-radius: 100px;
    overflow: hidden
}

.betting-settings-discription-module_container__J-uwBf1V__platform-common {
    background: var(--couponBetSettingDescriptionBG);
    border-radius: 90px;
    cursor: pointer;
    margin-top: 10px;
    padding: 0 10px;
    width: 100%
}

.betting-settings-discription-module_container__J-uwBf1V__platform-common .svg-icon {
    color: var(--couponBetSettingDescriptionInfoBG);
    font-size: 23px;
    margin-right: 15px
}

.betting-settings-discription-module_containerOpen__-dypRveM__platform-common {
    border-radius: 10px;
    box-shadow: 0 24px 15px #00000040;
    padding-bottom: 10px
}

.betting-settings-discription-module_containerOpen__-dypRveM__platform-common .betting-settings-discription-module_button__UjJOFzmq__platform-common {
    border-bottom: 5px solid var(--couponBetSettingDescriptionArrow);
    border-top: 0
}

.betting-settings-discription-module_wrapper__NcGfTUBJ__platform-common {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    width: 100%
}

.betting-settings-discription-module_flexbox__TGm-V45O__platform-common {
    align-items: center;
    display: flex
}

.betting-settings-discription-module_flexbox__TGm-V45O__platform-common span {
    color: var(--couponBetSettingDescriptionArrow)
}

.betting-settings-discription-module_button__UjJOFzmq__platform-common {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--couponBetSettingDescriptionArrow);
    height: 0;
    width: 0
}

.betting-settings-discription-module_description__BOtxJfIt__platform-common {
    background: var(--white);
    border-radius: 10px;
    font-size: 12px;
    padding: 10px
}

.styles-module_share__e2x07j3Q__platform-common {
    cursor: pointer;
    flex-shrink: 0
}

.styles-module_share__e2x07j3Q__platform-common:hover svg {
    color: var(--betslipShareButtonActiveColor)
}

.styles-module_share__e2x07j3Q__platform-common svg {
    color: var(--betslipShareButtonColor);
    transition: color .15s ease;
    font-size: 13px
}

.styles-module_round__AhzS2G2L__platform-common {
    background: var(--betslipShareButtonBg);
    transition: background-color .15s ease,opacity .15s ease;
    border-radius: 100px;
    width: 26px;
    height: 26px;
    position: relative
}

.styles-module_round__AhzS2G2L__platform-common:hover svg {
    color: var(--betslipShareButtonActiveColor)
}

.styles-module_round__AhzS2G2L__platform-common svg {
    color: var(--betslipShareButtonColor);
    transition: color .15s ease;
    font-size: 14px;
    position: absolute;
    top: 6px;
    left: 5px
}

.styles-module_betSlip__twhOaJ-f__platform-common {
    background: var(--betslipShareButtonBgAlpha);
    border-radius: var(--betslipShareButtonRadius, 100%);
    transition: all .3s
}

.styles-module_betSlip__twhOaJ-f__platform-common svg {
    color: var(--betslipShareButtonColor)
}

.styles-module_betSlip__twhOaJ-f__platform-common:hover {
    background: var(--betslipShareButtonBgHoverAlpha)
}

.styles-module_betSlip__twhOaJ-f__platform-common:hover svg {
    color: var(--betslipShareButtonColorHover)
}

.download-pdf-button-module_share__YdPoegeM__platform-common {
    cursor: pointer;
    flex-shrink: 0
}

.download-pdf-button-module_share__YdPoegeM__platform-common:hover svg {
    color: var(--betslipShareButtonActiveColor)
}

.download-pdf-button-module_share__YdPoegeM__platform-common svg {
    color: var(--betslipShareButtonColor);
    transition: color .15s ease;
    font-size: 13px
}

.download-pdf-button-module_round__OgO110fK__platform-common {
    background: var(--betslipShareButtonBg);
    transition: background-color .15s ease,opacity .15s ease;
    border-radius: 100px;
    width: 26px;
    height: 26px;
    position: relative
}

.download-pdf-button-module_round__OgO110fK__platform-common:hover svg {
    color: var(--betslipShareButtonActiveColor)
}

.download-pdf-button-module_round__OgO110fK__platform-common svg {
    color: var(--betslipShareButtonColor);
    transition: color .15s ease;
    font-size: 14px;
    position: absolute;
    top: 6px;
    left: 6px
}

.download-pdf-button-module_betSlip__WJyFtSPR__platform-common {
    background: var(--betslipShareButtonBgAlpha)
}

.download-pdf-button-module_betSlip__WJyFtSPR__platform-common:hover {
    background: var(--betslipShareButtonBgHoverAlpha)
}

.download-pdf-button-module_betSlip__WJyFtSPR__platform-common:hover svg {
    color: #fff
}

.download-pdf-button-module_betSlip__WJyFtSPR__platform-common svg {
    color: #fff
}

.tooltip-module_wrap__El5UX2pQ__platform-common .tooltip-module_tooltip__0umYhBvp__platform-common {
    background: var(--tooltipBg);
    font-size: var(--tooltipFontSize);
    line-height: var(--tooltipLineHeight);
    color: var(--tooltipText);
    border-radius: var(--tooltipBorderRadius, 8px);
    padding: var(--tooltipPadding);
    z-index: var(--tooltipZIndex, 9)
}

.pagination-page-control-module_pagination__LtI-FFr9__platform-common {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    flex: 1
}

.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_current__osCMSXs-__platform-common,.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_arrow_btn__XUJ9yA-8__platform-common,.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_numeric_btn__2kUkx3lH__platform-common,.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_ellipsis__tF2rUpcd__platform-common {
    height: 24px;
    font-size: 12px;
    line-height: 16px;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: transparent;
    border: 0;
    transition: all .3s;
    text-align: center;
    display: block;
    min-width: 10px;
    box-sizing: border-box
}

.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_current__osCMSXs-__platform-common {
    background-color: var(--paginationCurrentPageBg)
}

.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_arrow_btn__XUJ9yA-8__platform-common,.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_numeric_btn__2kUkx3lH__platform-common {
    cursor: pointer
}

.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_arrow_btn__XUJ9yA-8__platform-common:focus,.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_arrow_btn__XUJ9yA-8__platform-common:hover,.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_numeric_btn__2kUkx3lH__platform-common:focus,.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_numeric_btn__2kUkx3lH__platform-common:hover {
    color: var(--paginationNumericBtnColorHover)
}

.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_arrow_btn__XUJ9yA-8__platform-common:hover:not(:disabled),.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_numeric_btn__2kUkx3lH__platform-common:hover:not(:disabled) {
    background-color: var(--paginationNumericBtnBgHover)
}

.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_arrow_btn__XUJ9yA-8__platform-common:disabled,.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_numeric_btn__2kUkx3lH__platform-common:disabled {
    color: var(--paginationNumericBtnColorDisabled);
    cursor: default
}

.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_arrow_btn__XUJ9yA-8__platform-common {
    color: var(--paginationArrowBtnColor)
}

.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_arrow_btn__XUJ9yA-8__platform-common:first-child,.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_arrow_btn__XUJ9yA-8__platform-common:nth-child(2) {
    transform: rotate(180deg)
}

.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_numeric_btn__2kUkx3lH__platform-common {
    color: var(--paginationNumericBtnColor)
}

.pagination-page-control-module_pagination__LtI-FFr9__platform-common.pagination-page-control-module_desktop__D9aCDNTw__platform-common {
    flex: 0
}

.pagination-page-control-module_pagination__LtI-FFr9__platform-common.pagination-page-control-module_desktop__D9aCDNTw__platform-common .pagination-page-control-module_arrow_btn__XUJ9yA-8__platform-common {
    order: 1
}

.pagination-module_pagination__AF4Zspn4__platform-common {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    width: 100%
}

.pagination-module_pagination__AF4Zspn4__platform-common.pagination-module_isDesktop__7itIgZRj__platform-common {
    justify-content: flex-end
}

.pagination-module_perPage__PkyC-NiV__platform-common {
    position: relative;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 4px;
    background-color: var(--paginationCurrentPageBg);
    color: var(--paginationCurrentPageColor);
    transition: all .3s
}

.pagination-module_perPage__PkyC-NiV__platform-common:focus-within,.pagination-module_perPage__PkyC-NiV__platform-common:hover {
    background-color: var(--paginationPerPageBgHover)
}

.pagination-module_perPage__PkyC-NiV__platform-common select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: transparent;
    color: transparent;
    cursor: pointer
}

.pagination-module_perPage__PkyC-NiV__platform-common option {
    color: var(--paginationCurrentPageColor);
    background-color: var(--paginationCurrentPageBg);
    text-align: center
}

.delimiter-line-module_delimiter__WNlWVJPe__platform-common {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 1px;
    background-color: var(--delimiterLineColor);
    margin: 10px 0
}

.delimiter-line-module_delimiterText__i2FSg-t5__platform-common {
    position: relative;
    background-color: var(--delimiterBackgroundColor);
    padding: 0 5px;
    color: var(--delimiterTextColor);
    font-size: 14px
}

.event-table-additional-results-module_result__cfdrGbVy__platform-common {
    z-index: 2;
    display: flex;
    position: relative
}

.event-table-additional-results-module_server__k-YApFbS__platform-common {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4px;
    height: 4px;
    background: var(--periodGreenColor);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%)
}

.event-table-additional-results-module_score__B8oiYuZu__platform-common {
    font-weight: 400;
    color: var(--periodHalfInformationText);
    position: relative;
    padding: 0 10px
}

.event-table-additional-results-module_score__B8oiYuZu__platform-common:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    border-right: 1px solid var(--periodHalfInformationSeparator)
}

.event-table-additional-results-module_base__ZlPakjl1__platform-common {
    font-weight: 700;
    color: var(--mslEventPeriodsHistoryColor);
    opacity: .7;
    position: relative
}

.event-table-additional-results-module_base__ZlPakjl1__platform-common.event-table-additional-results-module_white__DnBw9-lX__platform-common {
    color: var(--white)
}

.event-table-additional-results-module_resultCol__8vqI2sEK__platform-common {
    padding-left: 12px;
    min-width: 22px;
    text-align: center
}

.event-table-additional-results-module_resultMain__1RQgfvVA__platform-common {
    color: var(--eventTimeStatsText);
    opacity: 1
}

.event-table-additional-results-module_resultHeading__RAvNx7Do__platform-common {
    font-size: 12px;
    line-height: 16px;
    color: var(--periodResultHeading);
    font-weight: 400;
    text-align: center
}

.event-table-additional-results-module_green__Yi0oamxh__platform-common {
    font-weight: 700;
    color: var(--periodGreenColor)
}

.event-table-additional-results-module_green__Yi0oamxh__platform-common.event-table-additional-results-module_paddingLeft__PBcUSHJ-__platform-common {
    padding-left: 10px
}

.event-table-additional-results-module_resultBase__F0TFLcsP__platform-common {
    font-weight: 400;
    color: var(--eventTimeStatsText);
    padding: 0 10px;
    position: relative
}

.event-table-additional-results-module_resultBase__F0TFLcsP__platform-common:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    border-right: 1px solid var(--periodHalfInformationSeparator)
}

.event-table-body-status-module_stoppedIcon__f8291pdv__platform-common {
    position: relative;
    width: 16px;
    height: 16px;
    font-size: 16px;
    color: var(--eventTimeStatsText);
    margin-right: 6px
}

.event-table-body-status-module_broadcastIcon__xQBZ08b6__platform-common {
    width: 16px;
    height: 16px;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: var(--buttonsGray);
    margin-left: 8px
}

.event-table-body-status-module_broadcastIcon__xQBZ08b6__platform-common .svg-icon {
    height: 16px;
    width: 16px
}

.event-table-body-status-module_broadcastIcon__xQBZ08b6__platform-common .event-table-body-status-module_infoIcon__skvxiEu9__platform-common {
    display: block;
    position: relative
}

.event-table-body-status-module_broadcastIcon__xQBZ08b6__platform-common .event-table-body-status-module_marginRight__tfCgUvmT__platform-common {
    margin-right: 8px
}

.event-table-body-status-module_marginLeft__yB8yPEgB__platform-common {
    margin-left: 8px
}

.event-table-body-status-module_infoIconCircle__hZKW9MxD__platform-common {
    width: 16px;
    height: 16px;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: var(--buttonsGray);
    margin-left: 6px
}

.event-table-body-status-module_infoIconCircle__hZKW9MxD__platform-common .svg-icon {
    width: 14px;
    height: 14px
}

.event-table-body-status-module_bestOf__oGPwcEUg__platform-common {
    padding: 0 4px;
    line-height: 14px;
    height: 14px;
    width: 16px;
    font-size: 16px;
    background: var(--eventTableBestOf);
    color: var(--white);
    position: relative;
    font-weight: 400;
    border-radius: 3px
}

.event-table-body-status-module_infoTooltip__y3BPbU10__platform-common {
    background: none
}

.event-table-body-status-module_tooltipContainer__I0jznNxH__platform-common {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.event-table-body-status-module_withPeriod__-0C35X6Y__platform-common {
    line-height: 16px
}

.event-table-body-status-module_periodsLabel__G-oAU6eZ__platform-common {
    text-align: center;
    width: -moz-max-content;
    width: max-content
}

.event-table-body-status-module_infoIcon__skvxiEu9__platform-common {
    display: block;
    position: relative
}

.event-table-body-status-module_liveIcon__kYKWgWQN__platform-common {
    width: 22px;
    height: 22px
}

.event-table-body-status-module_marginRight__tfCgUvmT__platform-common {
    margin-right: 8px
}

.event-table-body-status-module_marginLeft__yB8yPEgB__platform-common {
    margin-left: 6px
}

.event-table-body-status-module_infoText__wAbmQwEH__platform-common {
    color: var(--eventTimeStatsText);
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 1px;
    height: 17px
}

.event-table-body-status-module_matchTime__tRO6vPW1__platform-common {
    white-space: nowrap;
    display: inline-block
}

.event-table-body-status-module_isModern__42mQRQMU__platform-common {
    font-weight: 400;
    color: var(--white);
    font-size: 14px;
    line-height: 19px
}

.event-table-body-status-module_smallFontSize__8wyReBIk__platform-common {
    font-size: 12px;
    top: 0;
    position: relative
}

.event-table-body-status-module_lineHeight__SCE1XVrg__platform-common {
    line-height: 18px
}

.event-table-body-status-module_black__teTmAHfB__platform-common {
    color: var(--eventTimeStatsText);
    font-size: 12px
}

.event-table-body-status-module_analyticSmall__TLOY8Qqu__platform-common {
    width: 16px;
    height: 16px;
    margin-right: 6px
}

.event-table-timer-module_timerIcon__dJg1IlaS__platform-common {
    position: relative;
    margin: 0 4px 0 8px;
    color: var(--eventTimeStatsText);
    font-size: 16px
}

.event-table-timer-module_timerIcon__dJg1IlaS__platform-common.event-table-timer-module_modern__298-WscS__platform-common {
    font-size: 16px;
    margin-left: 0
}

.event-table-timer-module_timerIcon__dJg1IlaS__platform-common.event-table-timer-module_modern__298-WscS__platform-common .svg-icon {
    color: var(--white)
}

.event-table-timer-module_timerIcon__dJg1IlaS__platform-common.event-table-timer-module_black__gvgdEqt0__platform-common .svg-icon {
    color: var(--eventTimeStatsText)
}

.event-table-timer-module_timerIcon__dJg1IlaS__platform-common.event-table-timer-module_small__gG-At5-q__platform-common {
    width: 17px;
    height: 15px
}

.event-tooltip-module_tooltipTrigger__NuAum-UK__platform-common:hover .event-tooltip-module_eventTooltip__5qeaHORH__platform-common,.event-tooltip-module_tooltipTrigger__NuAum-UK__platform-common:hover~.event-tooltip-module_eventTooltip__5qeaHORH__platform-common {
    opacity: 1;
    visibility: visible
}

.event-tooltip-module_tooltipTriggerClickable__g5UpatxZ__platform-common .event-tooltip-module_eventTooltip__5qeaHORH__platform-common,.event-tooltip-module_tooltipTriggerClickable__g5UpatxZ__platform-common~.event-tooltip-module_eventTooltip__5qeaHORH__platform-common {
    opacity: 1;
    visibility: visible
}

.event-tooltip-module_eventTooltip__5qeaHORH__platform-common {
    position: absolute;
    top: 22px;
    right: 0;
    min-height: 28px;
    line-height: 16px;
    padding: 6px 8px;
    color: var(--white);
    background: var(--eventResultTooltip);
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease;
    z-index: 10;
    white-space: nowrap
}

.event-tooltip-module_eventTooltip__5qeaHORH__platform-common.event-tooltip-module_info__dfrdhrpx__platform-common {
    background: var(--eventResultTooltip)
}

.event-tooltip-module_bestOf__Elpq8Axn__platform-common {
    padding: 0 4px;
    line-height: 15px;
    height: 14px;
    background: var(--eventTableBestOf);
    color: var(--white);
    font-size: 10px;
    position: relative;
    top: 0;
    font-weight: 400;
    border-radius: 3px
}

.event-tooltip-module_bestOf__Elpq8Axn__platform-common .event-tooltip-module_eventTooltip__5qeaHORH__platform-common {
    left: 0;
    right: inherit
}

.event-tooltip-module_infoTooltip__C4eyAQHs__platform-common {
    background: none
}

.event-tooltip-module_tooltipContainer__uQmS53-P__platform-common {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.event-tooltip-module_marginLeft__Cz2w-eOj__platform-common {
    margin-left: 8px
}

.event-tooltip-module_withPeriod__nvMHRvL3__platform-common {
    line-height: 16px
}

.event-tooltip-module_periodsLabel__CPC0vMU1__platform-common {
    text-align: center;
    width: -moz-max-content;
    width: max-content
}

.event-tooltip-module_infoIconCircle__qdB5qSss__platform-common {
    width: 16px;
    height: 16px;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: var(--buttonsGray);
    position: relative;
    top: -1px
}

.event-tooltip-module_infoIconCircle__qdB5qSss__platform-common .event-tooltip-module_svg-icon__1LyVrD6e__platform-common {
    width: 14px;
    height: 14px
}

.event-tooltip-module_black__Riigt2BX__platform-common {
    color: var(--mslBestOfTextColor)
}

.event-tooltip-module_white__2ARFC-Ug__platform-common {
    color: var(--white)
}

.odds-booster-event-icon-module_icon__rTTQPQaR__platform-common {
    background: var(--oddsBoosterIconBg);
    border-radius: var(--oddsBoosterIconBorderRadius)
}

.odds-booster-event-icon-module_tooltip__kSteB5zj__platform-common {
    background: var(--oddsBoosterTooltipBg);
    border-radius: var(--oddsBoosterBaseBorderRadius);
    padding: 8px;
    top: 22px;
    width: auto;
    white-space: nowrap
}

.odds-booster-event-icon-module_tooltip__kSteB5zj__platform-common:after {
    content: none
}

.odds-booster-event-icon-module_tooltip__kSteB5zj__platform-common span {
    color: var(--oddsBoosterTooltipColor);
    font-size: 12px
}

.event-table-periods-history-module_resultRow__n3ZA4Y5e__platform-common {
    display: flex;
    color: var(--eventTimeStatsText);
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
    margin-left: 15px
}

.event-table-periods-history-module_resultRow__n3ZA4Y5e__platform-common:not(.event-table-periods-history-module_resultNotOverflowed__j7gzLs8j__platform-common) {
    overflow: hidden;
    text-overflow: ellipsis
}

.event-table-periods-history-module_resultRow__n3ZA4Y5e__platform-common span {
    display: inline;
    position: relative;
    white-space: nowrap;
    padding: 0 0 0 5px;
    color: var(--eventTimeStatsTextAlpha)
}

.event-table-periods-history-module_resultRow__n3ZA4Y5e__platform-common span:nth-last-child(1) {
    color: var(--eventTimeStatsText)
}

.event-table-periods-history-module_resultRow__n3ZA4Y5e__platform-common span:nth-last-child(1):before {
    color: var(--eventTimeStatsTextAlpha)
}

.event-table-periods-history-module_resultRow__n3ZA4Y5e__platform-common span:nth-child(n+2):before {
    content: "|";
    font-size: 12px;
    padding-right: 5px
}

.event-table-periods-history-module_resultRow__n3ZA4Y5e__platform-common.event-table-periods-history-module_notOverflowed__0vC6AgOa__platform-common {
    text-overflow: unset;
    overflow: auto
}

.event-table-periods-history-module_resultRow__n3ZA4Y5e__platform-common.event-table-periods-history-module_overflowed__ZD8WYAgS__platform-common {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 10px;
    line-height: 16px
}

.event-table-periods-history-module_resultRow__n3ZA4Y5e__platform-common.event-table-periods-history-module_white__tkHKeDFg__platform-common,.event-table-periods-history-module_resultRow__n3ZA4Y5e__platform-common.event-table-periods-history-module_white__tkHKeDFg__platform-common .event-table-periods-history-module_statusName__AxrNB8eb__platform-common {
    color: var(--white)
}

.event-table-periods-history-module_resultRow__n3ZA4Y5e__platform-common.event-table-periods-history-module_white__tkHKeDFg__platform-common span {
    color: var(--mslEventPeriodsHistoryColor)
}

.event-table-periods-history-module_resultRow__n3ZA4Y5e__platform-common.event-table-periods-history-module_white__tkHKeDFg__platform-common span:nth-last-child(1) {
    color: var(--white)
}

.event-table-periods-history-module_resultRow__n3ZA4Y5e__platform-common.event-table-periods-history-module_white__tkHKeDFg__platform-common span:nth-last-child(1):before {
    color: var(--mslEventPeriodsHistoryColor)
}

.event-table-periods-history-module_resultRow__n3ZA4Y5e__platform-common.event-table-periods-history-module_mobile__ToN7dtTA__platform-common {
    display: block;
    text-align: right
}

.event-team-cards-module_card__pWXxd4XK__platform-common {
    background: var(--liveGradientEnd);
    color: var(--white);
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    border-radius: 2px;
    margin-left: 5px;
    padding: 0 4px
}

.event-team-cards-module_card__pWXxd4XK__platform-common.event-team-cards-module_inlineBlock__u7-VHjBZ__platform-common {
    display: inline-block
}

.event-table-body-stats-block-module_wrapper__vTKPf3r4__platform-common {
    min-height: 200px;
    overflow: hidden;
    position: relative
}

.event-table-body-stats-block-module_wrapper__vTKPf3r4__platform-common.event-table-body-stats-block-module_paddingTop__EbI7XKAv__platform-common {
    padding-top: 75px
}

.event-table-body-stats-block-module_iframe__DahVi5mU__platform-common {
    border: none;
    display: block;
    height: 478px;
    margin-top: -142px;
    width: 100%
}

@media (min-width: 1563px) {
    .event-table-body-stats-block-module_iframe__DahVi5mU__platform-common {
        height:465px;
        margin-top: -122px
    }
}

@media (max-width: 1337px) {
    .event-table-body-stats-block-module_iframe__DahVi5mU__platform-common {
        height:442px;
        margin-top: -101px
    }
}

@media (max-width: 1250px) {
    .event-table-body-stats-block-module_iframe__DahVi5mU__platform-common {
        height:475px;
        margin-top: -142px
    }
}

@media (max-width: 1047px) {
    .event-table-body-stats-block-module_iframe__DahVi5mU__platform-common {
        height:44vw;
        margin-top: -10vw
    }
}

@media (max-width: 880px) {
    .event-table-body-stats-block-module_iframe__DahVi5mU__platform-common {
        height:74vw;
        margin-top: 0
    }
}

@media (max-width: 440px) {
    .event-table-body-stats-block-module_iframe__DahVi5mU__platform-common {
        height:92vw
    }
}

.event-table-body-stats-controls-module_Wrapper__f05WJxNc__platform-common {
    align-items: center;
    display: flex
}

.event-table-body-stats-controls-module_OpenWindowIcon__T1p4skoq__platform-common {
    color: var(--eventHalfInformation);
    cursor: pointer;
    transition: color .15s ease
}

.event-table-body-stats-controls-module_OpenWindowIcon__T1p4skoq__platform-common:hover {
    color: var(--buttonMain)
}

.event-table-body-stats-controls-module_Toggle__V4BN3xO2__platform-common {
    font-size: 12px
}

.event-table-body-stats-controls-module_ToggleIcon__TeGJb7a4__platform-common {
    cursor: pointer;
    margin-left: 12px;
    transform: rotate(180deg)
}

.event-table-body-stats-controls-module_ToggleIconOpen__BLbL7-Hb__platform-common {
    transform: rotate(0)
}

.flagIcon-module_icon__UVs24nxU__platform-common {
    height: auto;
    width: 100%
}

.confirmation-code-field-module_authentication__6lIoPKgS__platform-common {
    width: 100%
}

.confirmation-code-field-module_authentication__6lIoPKgS__platform-common:not(:first-child) {
    margin-top: 15px
}

.confirmation-code-field-module_title__QmwcXzv2__platform-common {
    color: var(--confirmationTitle);
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center
}

.confirmation-code-field-module_codeWrapper__OOzgGPIG__platform-common {
    text-align: center
}

.confirmation-code-field-module_desc__QWoTSVob__platform-common {
    font-size: 10px;
    margin: 15px 0
}

.confirmation-code-field-module_resend__IMZX1Hkc__platform-common {
    background: var(--resendBg);
    border: 1px solid var(--resendBg);
    padding: 8px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    transition: background .25s ease,border .25s ease
}

.confirmation-code-field-module_resend__IMZX1Hkc__platform-common button {
    margin-left: 3px;
    text-decoration: underline;
    font-weight: 500
}

.confirmation-code-field-module_resend__IMZX1Hkc__platform-common button span:nth-child(1) {
    display: none
}

.confirmation-code-field-module_resend__IMZX1Hkc__platform-common button span:nth-child(2) {
    display: block
}

.confirmation-code-field-module_resend__IMZX1Hkc__platform-common.confirmation-code-field-module_resendSent__-6chystj__platform-common {
    background: var(--resentBg);
    border: 1px solid var(--resentBorder)!important
}

.confirmation-code-field-module_resend__IMZX1Hkc__platform-common.confirmation-code-field-module_resendSent__-6chystj__platform-common button {
    text-decoration: none;
    cursor: default
}

.confirmation-code-field-module_resend__IMZX1Hkc__platform-common.confirmation-code-field-module_resendSent__-6chystj__platform-common button span:nth-child(1) {
    display: block
}

.confirmation-code-field-module_resend__IMZX1Hkc__platform-common.confirmation-code-field-module_resendSent__-6chystj__platform-common button span:nth-child(2) {
    display: none
}

.confirmation-code-field-module_authentication__6lIoPKgS__platform-common.confirmation-code-field-module_mobile__kopTjpF3__platform-common .confirmation-code-field-module_title__QmwcXzv2__platform-common {
    text-align: center;
    color: var(--confirmationTitleMobile);
    font-size: 18px
}

.confirmation-code-field-module_authentication__6lIoPKgS__platform-common.confirmation-code-field-module_mobile__kopTjpF3__platform-common .confirmation-code-field-module_codeWrapper__OOzgGPIG__platform-common {
    background: var(--resendBg);
    border-radius: 10px;
    padding: 20px
}

.confirmation-code-field-module_authentication__6lIoPKgS__platform-common.confirmation-code-field-module_mobile__kopTjpF3__platform-common .confirmation-code-field-module_resend__IMZX1Hkc__platform-common {
    background: var(--resentBg);
    border-color: var(--resentBg)
}

.confirmation-code-field-module_authentication__6lIoPKgS__platform-common.confirmation-code-field-module_mobile__kopTjpF3__platform-common .confirmation-code-field-module_desc__QWoTSVob__platform-common {
    font-size: 12px
}

.fit-to-play-module_checkbox__k4Ih-Iym__platform-common,.fit-to-play-module_checkbox__k4Ih-Iym__platform-common .form__label {
    width: 100%
}

.error-field-module_messageBox__moe4RLzU__platform-common {
    align-items: center;
    border-radius: 14px;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    min-height: 44px;
    padding: 14px 18px;
    width: 100%
}

.error-field-module_messageBox__moe4RLzU__platform-common .svg-icon {
    display: block;
    flex: 0 0 12px;
    margin-right: 15px;
    position: relative;
    top: -1px
}

.error-field-module_error__PMHdCNwJ__platform-common {
    background-color: #f4cfc980;
    border: 1px solid var(--error);
    color: var(--error)
}

.error-field-module_warning__blIyPdNG__platform-common {
    background-color: #f2c94c1a;
    border: 1px solid #f2c94c;
    color: #f2c94c
}

.error-field-module_warning__blIyPdNG__platform-common .svg-icon {
    flex: 0 0 20px;
    font-size: 20px
}

.error-field-module_warning__blIyPdNG__platform-common .error-field-module_warningText__tdOv7zGx__platform-common {
    color: var(--mainColor);
    font-weight: 400;
    font-size: 11px
}

.error-field-module_warning__blIyPdNG__platform-common .error-field-module_textAccent__hGM7G-P1__platform-common {
    color: #f2c94c;
    display: block;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration-line: underline;
    text-transform: uppercase;
    width: 100%;
    font-size: 12px;
    margin-top: 3px
}

.social-network-auth-buttons-module_socialIcon__Sq9rro06__platform-common {
    border-radius: 32px;
    background: var(--socialNetworkAuthButtonIconBg, var(--inputBackground));
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.social-network-auth-buttons-module_socialIcon__Sq9rro06__platform-common svg {
    font-size: 16px
}

.social-network-auth-buttons-module_socialwrapper__AG3IbUCN__platform-common {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin: 0 auto 10px
}

.social-network-auth-buttons-module_registrationTabs__haaJolpS__platform-common {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 4px
}

.social-network-auth-buttons-module_registrationTabs__haaJolpS__platform-common .social-network-auth-buttons-module_registrationTab__kTx6qhOI__platform-common {
    width: calc(50% + 6px);
    padding-bottom: 5px;
    border-radius: 8px 8px 0 0
}

.social-network-auth-buttons-module_registrationTabs__haaJolpS__platform-common .social-network-auth-buttons-module_tabsButton__adNfGIFC__platform-common {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    background: var(--socialNetworkRegistrationTabBg, #E2E8EE);
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    color: var(--socialNetworkRegistrationTabColor, var(--inputPlaceholderColor));
    text-align: center;
    font-weight: 700
}

.social-network-auth-buttons-module_registrationTabs__haaJolpS__platform-common .social-network-auth-buttons-module_active__dXRvvTDF__platform-common {
    z-index: 2
}

.social-network-auth-buttons-module_registrationTabs__haaJolpS__platform-common .social-network-auth-buttons-module_active__dXRvvTDF__platform-common .social-network-auth-buttons-module_tabsButton__adNfGIFC__platform-common {
    background: var(--socialNetworkRegistrationTabActiveBg, var(--accentSecondary));
    color: var(--socialNetworkRegistrationTabActiveColor, var(--white))
}

.social-network-auth-buttons-module_registrationTabs__haaJolpS__platform-common .social-network-auth-buttons-module_registrationTab__kTx6qhOI__platform-common:not(:last-of-type) {
    margin-right: -12px
}

.social-network-auth-buttons-module_baseForm__XUTkJR4z__platform-common {
    display: flex;
    flex-wrap: wrap;
    padding: 0 130px;
    margin: 20px auto
}

@media screen and (max-width: 950px) {
    .social-network-auth-buttons-module_baseForm__XUTkJR4z__platform-common {
        padding:0 10px;
        margin: 20px 0 0
    }

    .social-network-auth-buttons-module_socialwrapper__AG3IbUCN__platform-common {
        margin: 0 auto 10px
    }
}

.modalLanguages-module_wrap__AXvaxw-e__platform-common {
    background: var(--white);
    border-radius: 12px;
    padding: 30px;
    position: relative;
    width: 829px
}

.modalLanguages-module_title__C9Sv7wjN__platform-common {
    color: var(--betslipGrayText);
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 20px
}

.modalLanguages-module_grid__sUi4eNp9__platform-common {
    display: grid;
    grid-row-gap: 10px;
    grid-template-columns: repeat(4,1fr)
}

.modalLanguages-module_item__CiHW80-e__platform-common {
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    gap: 12px;
    padding: 7px;
    transition: background .2s ease
}

.modalLanguages-module_item__CiHW80-e__platform-common.modalLanguages-module_active__xSqANC3k__platform-common {
    background: transparent;
    border: 1px solid var(--periodHalfInformationSeparator);
    cursor: default
}

.modalLanguages-module_item__CiHW80-e__platform-common:hover:not(.modalLanguages-module_active__xSqANC3k__platform-common) {
    background: var(--betslipGray)
}

.modalLanguages-module_wrapIcon__KDI8XlE6__platform-common {
    align-items: center;
    border: 1px solid var(--freeBetBorderColor);
    border-radius: 2px;
    display: flex;
    overflow: hidden;
    width: 28px
}

.modalLanguages-module_wrapIcon__KDI8XlE6__platform-common>img {
    min-width: 28px;
    height: 20px
}

.modalLanguages-module_name__5FAScsOb__platform-common {
    color: var(--betslipGrayText);
    font-size: 14px;
    line-height: 24px
}

.modalLanguages-module_close__nbL8pcu7__platform-common {
    position: absolute;
    right: 16px;
    top: 22px
}

.one-step-title-module_content__eT-SpxRq__platform-common {
    color: var(--formTitleColor);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 16px
}

.one-step-title-module_content__eT-SpxRq__platform-common span {
    color: var(--buttonSecondary);
    cursor: pointer;
    opacity: 1;
    transition: opacity .15s ease;
    margin-left: 5px
}

.one-step-title-module_content__eT-SpxRq__platform-common span:hover {
    opacity: .8
}

.one-step-title-module_contentMobile__EA32gf-D__platform-common {
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: .01em;
    line-height: 1.25;
    text-transform: uppercase
}

.additional-fields-module_wrapper__SObuZczx__platform-common {
    width: 100%;
    background: var(--allSportsActiveBg);
    border-radius: 8px;
    margin-bottom: 12px
}

.additional-fields-module_header__gklI1YG0__platform-common {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    cursor: pointer
}

.additional-fields-module_title__3g0RRYYo__platform-common {
    font-weight: 700;
    font-size: 12px;
    color: var(--allSportsTitleColor);
    margin-right: 6px
}

.additional-fields-module_arrow__oERX-zkQ__platform-common {
    transform: rotate(-180deg);
    transition: transform .15s ease
}

.additional-fields-module_arrow__oERX-zkQ__platform-common.additional-fields-module_arrowOpen__0MnMYOdM__platform-common {
    transform: rotate(0)
}

.additional-fields-module_fields__vtIjQcwh__platform-common {
    padding: 0 16px 16px
}

.additional-fields-module_field__4RnNFAMs__platform-common:not(:first-child) {
    margin-top: 8px
}

.registration-ontario-logos-module_wrapper__N4pMlZwl__platform-common {
    display: flex;
    justify-content: center;
    filter: grayscale(1);
    margin-top: 24px;
    align-items: center
}

.registration-ontario-logos-module_logo__uFkMb5KO__platform-common {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin: 0 12px
}

.additional-fields-module_wrapper__yIvWbOuN__platform-common {
    width: 100%;
    background: var(--allSportsActiveBg);
    border-radius: 8px;
    margin-bottom: 12px
}

.additional-fields-module_header__lmBjZcXq__platform-common {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    cursor: pointer
}

.additional-fields-module_title__u16Ip5ep__platform-common {
    font-weight: 700;
    font-size: 12px;
    color: var(--allSportsTitleColor);
    margin-right: 6px
}

.additional-fields-module_arrow__ZL9AuaFF__platform-common {
    transform: rotate(-180deg);
    transition: transform .15s ease
}

.additional-fields-module_arrow__ZL9AuaFF__platform-common.additional-fields-module_arrowOpen__2OOqq9Vy__platform-common {
    transform: rotate(0)
}

.additional-fields-module_fields__tJZ2C7vJ__platform-common {
    padding: 0 16px 16px
}

.additional-fields-module_field__C72A0iwS__platform-common:not(:first-child) {
    margin-top: 8px
}

.registration-ontario-logos-module_wrapper__X0nT-tIg__platform-common {
    display: flex;
    justify-content: center;
    filter: grayscale(1);
    margin-top: 24px;
    align-items: center
}

.registration-ontario-logos-module_logo__ngDd4dYz__platform-common {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin: 0 12px
}

.one-step-form-module_row__OpVKjwzE__platform-common {
    display: flex;
    width: 100%;
    justify-content: space-between
}

.one-step-form-module_row__OpVKjwzE__platform-common+.one-step-form-module_row__OpVKjwzE__platform-common {
    margin-top: 16px
}

.one-step-form-module_row__OpVKjwzE__platform-common .gender-radio {
    width: 100%
}

.one-step-form-module_rowColumns__C-YxteMw__platform-common {
    flex-direction: column
}

.one-step-form-module_container__a8QVAW6p__platform-common {
    padding: 40px 24px 24px
}

.one-step-form-module_title__8zQvLrWx__platform-common {
    font-size: 30px;
    color: var(--registrationPopupTitle);
    line-height: 1.25;
    font-weight: 700
}

.one-step-form-module_subtitle__pCccmdi4__platform-common {
    font-size: 14px;
    color: var(--white);
    margin-top: 2px
}

.one-step-form-module_header__j5xAfQzZ__platform-common {
    display: block;
    text-align: center;
    margin-bottom: 15px
}

.one-step-form-module_col__P5zjykPg__platform-common {
    flex: 1
}

.one-step-form-module_rowColumns__C-YxteMw__platform-common .one-step-form-module_col__P5zjykPg__platform-common {
    flex: 0 0 100%
}

.one-step-form-module_rowColumns__C-YxteMw__platform-common .one-step-form-module_col__P5zjykPg__platform-common+.one-step-form-module_col__P5zjykPg__platform-common {
    margin-top: 8px
}

.one-step-form-module_marginLeft__OdfxM6Vg__platform-common {
    margin-left: 8px
}

.one-step-form-module_marginRight__xgPn-yD0__platform-common {
    max-width: calc(70% - 8px);
    margin-right: 8px
}

.one-step-form-module_width30__uvpg3url__platform-common {
    flex: 0 0 30%;
    max-width: 30%
}

.one-step-form-module_width35__B9JpGV-v__platform-common {
    flex: 0 0 35%
}

.one-step-form-module_birthday__7CCMhWvt__platform-common [class=one-step__input-container] {
    display: flex;
    gap: 4px
}

.one-step-form-module_birthday__7CCMhWvt__platform-common [class=one-step__field-text] {
    color: var(--placeholderColor);
    margin-bottom: 10px
}

.one-step-form-module_gender__LTx-wtcO__platform-common,.one-step-form-module_gender__LTx-wtcO__platform-common [class*="radio-button__container row gender-radio"] {
    width: 100%
}

.one-step-form-module_gender__LTx-wtcO__platform-common [class=radio-button]+[class=radio-button] {
    padding: 0
}

.one-step-form-module_gender__LTx-wtcO__platform-common [class=radio-button] {
    width: 100%
}

.one-step-form-module_gender__LTx-wtcO__platform-common [class*=radio-button__text] {
    color: #fff
}

.one-step-form-module_gender__LTx-wtcO__platform-common [class*=radio-button__content] {
    background: var(--cashierModalBackgroundSecondary);
    padding: 14px 16px;
    border-radius: 28px
}

.one-step-form-module_loader__XqlQGKDp__platform-common {
    width: 100%
}

.social-network-select-module_methodsList__Td7jC9qH__platform-common {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.social-network-select-module_methodItem__ZY7d0rhI__platform-common {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    width: 100%;
    border-radius: 24px;
    height: 47px;
    font-weight: 400;
    background-color: var(--socialNetworkSelectBg, var(--inputBackgroundForm));
    border: 1px solid var(--socialNetworkSelectBorderColor);
    line-height: 45px;
    font-size: 14px;
    transition: border-color .15s ease,background-color .15s ease;
    position: relative
}

.social-network-select-module_methodItem__ZY7d0rhI__platform-common:hover {
    border-color: var(--socialNetworkSelectBorderHoveredColor)
}

.social-network-select-module_methodItem__ZY7d0rhI__platform-common.social-network-select-module_selected__a-j0dHY1__platform-common {
    border-color: var(--socialNetworkSelectBorderSelectedColor, var(--accentMain))
}

.social-network-select-module_methodName__bE8HdwrF__platform-common {
    color: var(--socialNetworkSelectColor, var(--mainColor));
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 10px
}

.social-network-select-module_methodIcon__KHKjqz89__platform-common {
    border-radius: 32px;
    background: var(--socialNetworkAuthButtonIconBg, #F0F3F8);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center
}

.social-network-select-module_methodIcon__KHKjqz89__platform-common svg {
    font-size: 16px
}

.social-network-select-module_methodCheckIcon__JO-OYUai__platform-common svg {
    color: var(--socialNetworkSelectedIconColor, var(--accentMain))
}

.social-network-select-module_methodLeft__uH1erAe9__platform-common {
    display: flex;
    align-items: center;
    justify-content: center
}

.one-step-container-module_wrapper__GWwXiQnl__platform-common {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0
}

.one-step-container-module_wrapperHorizontal__Um7P3vaE__platform-common {
    flex-direction: row
}

@media screen and (max-width: 500px) {
    .one-step-container-module_wrapperHorizontal__Um7P3vaE__platform-common {
        flex-direction:column;
        padding: 16px
    }
}

.one-step-container-module_wrapperHorizontalWithoutBonuses__9WjFNStf__platform-common {
    padding: 32px
}

.one-step-return-module_wrapper__-cApdZDS__platform-common {
    width: 100%;
    max-width: 545px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    background-color: var(--modalBackground);
    box-shadow: 0 3px 24px #0000002e
}

@media screen and (max-width: 767px) {
    .one-step-return-module_wrapper__-cApdZDS__platform-common {
        padding:32px 16px 16px;
        max-width: none
    }
}

@media screen and (max-width: 767px) {
    .one-step-return-module_wrapperClosableOnSwipe__4qfH9431__platform-common {
        padding-top:16px;
        border-radius: 0 0 8px 8px
    }
}

.one-step-return-module_bannerImage__NWpgq2E2__platform-common {
    display: block;
    width: 100%;
    min-height: 175px;
    border-radius: 8px;
    overflow: hidden;
    background-size: cover;
    background-position: center top
}

@media screen and (max-width: 375px) {
    .one-step-return-module_bannerImage__NWpgq2E2__platform-common {
        min-height:100px
    }
}

.one-step-return-module_contentWrapper__DAgBApoB__platform-common,.one-step-return-module_textWrapper__i0RFZY7R__platform-common {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.one-step-return-module_textWrapper__i0RFZY7R__platform-common {
    gap: 8px
}

.one-step-return-module_title__LWKVYL3g__platform-common,.one-step-return-module_subtitle__6dyYdrpX__platform-common,.one-step-return-module_text__D8Pw9NFi__platform-common {
    text-align: center
}

.one-step-return-module_title__LWKVYL3g__platform-common,.one-step-return-module_text__D8Pw9NFi__platform-common {
    font-weight: 700;
    color: var(--oneStepReturnTitle, var(--mainColor))
}

.one-step-return-module_title__LWKVYL3g__platform-common {
    font-size: 20px;
    line-height: 1.6
}

.one-step-return-module_subtitle__6dyYdrpX__platform-common {
    color: var(--oneStepReturnSubtitle, var(--formTextColor));
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4
}

.one-step-return-module_text__D8Pw9NFi__platform-common {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: .24px
}

.one-step-return-module_text__D8Pw9NFi__platform-common span {
    color: var(--oneStepReturnHighlightText, var(--buttonMain))
}

@media screen and (max-width: 375px) {
    .one-step-return-module_text__D8Pw9NFi__platform-common {
        font-size:20px
    }
}

.baltic-states-providers-session-modal-module_Wrapper__zzWa1uzM__platform-common {
    background: var(--modalBackground);
    border-radius: var(--baseBorderRadius);
    box-shadow: 0 0 5px #0000004d;
    max-width: 480px
}

.baltic-states-providers-session-modal-module_Title__O5GG3rm0__platform-common {
    border-bottom: 1px solid var(--menuSectionBorder);
    font-size: 20px;
    padding: 24px;
    text-align: center;
    margin: 0
}

.baltic-states-providers-session-modal-module_Text__6CLyW-5T__platform-common {
    margin-bottom: 16px;
    margin-top: 0
}

.baltic-states-providers-session-modal-module_TextContainer__cDGyCC12__platform-common {
    padding: 24px
}

.baltic-states-providers-session-modal-module_CodeBlock__WimFifJI__platform-common {
    border-bottom: 1px solid var(--menuSectionBorder);
    border-top: 1px solid var(--menuSectionBorder);
    font-size: 20px;
    padding: 24px;
    text-align: center
}

.baltic-states-providers-session-modal-module_CodeValue__pLV7uRW5__platform-common {
    font-weight: 700
}

.baltic-states-providers-session-modal-module_Loader__IF8KJIlM__platform-common {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 20px
}

@media (max-width: 460px) {
    .baltic-states-providers-session-modal-module_Title__O5GG3rm0__platform-common,.baltic-states-providers-session-modal-module_TextContainer__cDGyCC12__platform-common,.baltic-states-providers-session-modal-module_CodeBlock__WimFifJI__platform-common,.baltic-states-providers-session-modal-module_Loader__IF8KJIlM__platform-common {
        padding:10px
    }
}

.eparaksts-auth-page-module_page__WTpNuuW6__platform-common {
    min-height: 100vh;
    position: relative;
    background: var(--white)
}

.eparaksts-registration-module_recapchaNotification__ckV-tOJ7__platform-common {
    text-align: center;
    margin-top: 16px
}

.eparaksts-registration-module_selectBlock__Te9XsWa-__platform-common {
    max-width: 433px;
    margin: 0 auto 20px
}

.customer-betting-settings-module_mobileDevice__TEgT1Hd-__platform-common {
    padding: 15px
}

.customer-binding-contracts-module_wrap__vR1-sbdS__platform-common {
    display: flex
}

@media (max-width: 992px) {
    .customer-binding-contracts-module_wrap__vR1-sbdS__platform-common {
        flex-wrap:wrap
    }
}

.customer-binding-contracts-module_wrap__vR1-sbdS__platform-common .customer-binding-contracts-module_item__G1e7cG8M__platform-common:not(:last-child) {
    margin-right: 30px
}

@media (max-width: 611px) {
    .customer-binding-contracts-module_wrap__vR1-sbdS__platform-common .customer-binding-contracts-module_item__G1e7cG8M__platform-common:not(:last-child) {
        margin-right:0
    }
}

.customer-binding-contracts-module_item__G1e7cG8M__platform-common {
    background: var(--white);
    border: 1px solid var(--periodHalfInformationSeparator);
    border-radius: 4px;
    padding: 16px;
    width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media (max-width: 992px) {
    .customer-binding-contracts-module_item__G1e7cG8M__platform-common {
        margin-bottom:8px
    }
}

@media (max-width: 611px) {
    .customer-binding-contracts-module_item__G1e7cG8M__platform-common {
        width:100%
    }
}

.customer-binding-contracts-module_itemRow__12etAjdH__platform-common {
    margin-bottom: 4px;
    display: flex;
    align-items: center
}

.customer-binding-contracts-module_label__LwSaHsJT__platform-common,.customer-binding-contracts-module_info__ugYi5X5S__platform-common {
    font-size: 14px;
    color: var(--eventTimeStatsText)
}

.customer-binding-contracts-module_label__LwSaHsJT__platform-common {
    width: 40%
}

.customer-binding-contracts-module_info__ugYi5X5S__platform-common {
    width: 60%;
    font-weight: 700;
    text-align: end;
    margin-left: 8px
}

.customer-binding-contracts-module_info__ugYi5X5S__platform-common>a {
    color: var(--buttonMain)
}

.customer-security-settings-module_title__-VtLCZF7__platform-common {
    text-transform: uppercase
}

.customer-security-settings-module_text__Zul4ag8S__platform-common {
    margin-top: 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
}

.customer-security-settings-module_mobile__crEGU9mQ__platform-common .customer-security-settings-module_text__Zul4ag8S__platform-common {
    margin: 15px 0
}

.new-snake-loader-module_Rect__StlKBusq__platform-common {
    fill: none;
    height: 100%;
    stroke-width: 6px;
    width: 100%
}

.new-snake-loader-module_Loader__eUg5cLXM__platform-common {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.new-snake-loader-module_LoaderSVG__3BzYVSUa__platform-common {
    height: 100%;
    width: 100%
}

.element-image-wrapper-module_positioningWrapper__41cH2lls__platform-common {
    position: relative
}

.element-image-wrapper-module_mainImage__n2U-fcwF__platform-common {
    position: absolute;
    top: 0;
    right: -16px;
    z-index: 2
}

.element-image-wrapper-module_secondaryImage__QBt-KnMv__platform-common {
    position: absolute;
    z-index: 1
}

.element-image-wrapper-module_mainImageAnimation__Yei572C8__platform-common {
    animation: 3s linear 1s infinite alternate element-image-wrapper-module_rotate__2KPcyhm9__platform-common
}

@keyframes element-image-wrapper-module_rotate__2KPcyhm9__platform-common {
    0% {
        rotate: 0
    }

    to {
        rotate: 50deg
    }
}

.sign-up-button-module_star1__Qc6FQu3t__platform-common {
    right: -6px;
    top: 12px;
    height: 8px;
    animation: 3s linear 1s infinite alternate sign-up-button-module_showUpHide1__fQYqvk8X__platform-common;
    rotate: 50deg
}

.sign-up-button-module_star2__A-tQaPqx__platform-common {
    right: -8px;
    top: 14px;
    height: 11px;
    animation: 3s linear 1s infinite alternate sign-up-button-module_showUpHide2__zgAiD-3r__platform-common
}

.sign-up-button-module_star3__jrGNdbDj__platform-common {
    right: -8px;
    top: 18px;
    height: 7px;
    animation: 3s linear 1s infinite alternate sign-up-button-module_showUpHide3__-7Bl0mlK__platform-common;
    rotate: 90deg
}

@keyframes sign-up-button-module_showUpHide1__fQYqvk8X__platform-common {
    0% {
        translate: 0
    }

    to {
        translate: 8px -12px
    }
}

@keyframes sign-up-button-module_showUpHide2__zgAiD-3r__platform-common {
    0% {
        translate: 0
    }

    to {
        translate: 16px -4px
    }
}

@keyframes sign-up-button-module_showUpHide3__-7Bl0mlK__platform-common {
    0% {
        translate: 0
    }

    to {
        translate: 10px 2px
    }
}

.outcome-module_outcome__K5581vnf__platform-common {
    display: flex;
    gap: 8px
}

@media screen and (max-width: 1279px) {
    .outcome-module_outcome__K5581vnf__platform-common {
        gap:4px
    }
}

.outcome-module_outcome__item__mSAkOV-p__platform-common {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--newForecastsOutcomeBorderColor);
    border-radius: 4px;
    background: var(--forecastHistoryOutcomeBg)
}

.outcome-module_outcome__K5581vnf__platform-common .outcome-module_lose__YEX5CWS0__platform-common {
    background: var(--forecastHistoryOutcomeLoseBg)
}

.outcome-module_outcome__K5581vnf__platform-common .outcome-module_win__tWxekqo8__platform-common,.outcome-module_outcome__K5581vnf__platform-common .outcome-module_lose__YEX5CWS0__platform-common,.outcome-module_outcome__K5581vnf__platform-common .outcome-module_pending__tiehxOIo__platform-common {
    border-color: transparent;
    color: var(--white)
}

.outcome-module_outcome__K5581vnf__platform-common .outcome-module_win__tWxekqo8__platform-common,.outcome-module_outcome__K5581vnf__platform-common .outcome-module_pending__tiehxOIo__platform-common {
    background: var(--forecastHistoryOutcomeWinBg)
}

.outcome-module_outcome__K5581vnf__platform-common .outcome-module_winner__xsEbQ02N__platform-common {
    border-color: var(--forecastHistoryOutcomeWinBg)
}

.outcome-module_outcome__K5581vnf__platform-common .outcome-module_pending__tiehxOIo__platform-common {
    opacity: .5
}

.competitor-module_competitor__2E35f54l__platform-common {
    display: flex;
    align-items: center;
    gap: 5px;
    overflow: hidden
}

.competitor-module_logo__L6OKzkw8__platform-common {
    height: 20px;
    width: 20px
}

.competitor-module_logo__L6OKzkw8__platform-common img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.competitor-module_ellipsis__-J9V8NaG__platform-common {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.coupon-history-module_Wrapper__xLwizxoc__platform-common {
    height: 100%;
    position: relative;
    overflow: auto;
    padding: 0 8px;
    scrollbar-color: transparent var(--buttonMain);
    scrollbar-width: thin
}

.coupon-history-module_Wrapper__xLwizxoc__platform-common::-webkit-scrollbar {
    border-radius: 3px;
    width: 3px
}

.coupon-history-module_Wrapper__xLwizxoc__platform-common::-webkit-scrollbar-track {
    background: transparent
}

.coupon-history-module_Wrapper__xLwizxoc__platform-common::-webkit-scrollbar-thumb {
    background: var(--buttonMain);
    opacity: .5
}

.coupon-history-module_Wrapper__xLwizxoc__platform-common::-webkit-scrollbar-thumb:hover {
    opacity: 1
}

.coupon-history-module_WrapperWithoutPadding__GdVOZu7-__platform-common {
    padding: 0
}

.coupon-history-module_MaxHeight__s4Z-PWY3__platform-common {
    max-height: 600px
}

.coupon-history-module_DarkFone__dzDyJk-i__platform-common {
    background: var(--couponContentBacground)
}

.coupon-history-module_FiltersOpen__Ky0Lv0s4__platform-common {
    min-height: 420px
}

.coupon-history-module_History__IwPoW-Te__platform-common {
    height: 100%;
    overflow-x: auto;
    padding: 0 0 12px
}

.coupon-history-module_HistoryItem__V6nUH29u__platform-common {
    font-size: 14px
}

.coupon-history-module_HistoryItem__V6nUH29u__platform-common:not(:first-of-type) {
    margin-top: 8px
}

.coupon-history-module_Cursor__qPOlLj5o__platform-common {
    cursor: pointer
}

.coupon-history-module_Item__yYqG-iYb__platform-common {
    background: var(--betslipGray);
    border-radius: 8px;
    margin: 0;
    position: relative;
    padding: 12px;
    max-width: 100%
}

.coupon-history-module_Item__yYqG-iYb__platform-common.coupon-history-module_borderTop__uOUZ-VOB__platform-common {
    border-top: 1px solid var(--betslipSeperatorLine);
    border-radius: 0;
    background: transparent
}

.coupon-history-module_ItemDate__KTP3gvoP__platform-common {
    font-weight: 700
}

.coupon-history-module_Outcomes__aRgTmMtu__platform-common {
    display: flex;
    margin: 0 -3px
}

.coupon-history-module_OutcomeSingle__vJqVx0KP__platform-common {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px
}

.coupon-history-module_OutcomeSingleText__VfZNYic1__platform-common {
    line-height: 20px;
    color: var(--betslipMainTextColor)
}

.coupon-history-module_OutcomeResult__-gjCsklB__platform-common {
    background: var(--betslipSeperatorLine);
    border-radius: 8px;
    flex: 1 1 48px;
    height: 8px;
    margin: 3px
}

.coupon-history-module_OutcomeResult__-gjCsklB__platform-common.coupon-history-module_OutcomeWon__dt8dQC-4__platform-common {
    background: var(--betslipSuccess)
}

.coupon-history-module_OutcomeResult__-gjCsklB__platform-common.coupon-history-module_OutcomeLost__EW3F4FXZ__platform-common {
    background: var(--betslipLost)
}

.coupon-history-module_OutcomeResult__-gjCsklB__platform-common.coupon-history-module_OutcomeReturned__3MAo-CDv__platform-common {
    background: var(--betslipReturned)
}

.coupon-history-module_Markets__u32x5MXx__platform-common {
    font-size: 12px;
    margin: 4px 0 8px;
    white-space: nowrap;
    color: var(--betslipMainTextColor)
}

.coupon-history-module_MarketItem__y9IwqJVq__platform-common {
    display: inline
}

.coupon-history-module_MarketItem__y9IwqJVq__platform-common:not(:last-child):after {
    content: "|";
    margin: 0 8px
}

.coupon-history-module_EventGame__teaVcqPV__platform-common {
    display: flex;
    align-items: center;
    margin: 4px 0
}

.coupon-history-module_EventScore__GuYL9Ojr__platform-common {
    color: var(--betslipScoreColor);
    font-weight: 700;
    margin-right: 8px
}

.coupon-history-module_EventTeams__U6UQLaie__platform-common {
    position: relative;
    font-size: 12px;
    color: var(--betslipMainTextColor)
}

.coupon-history-module_EventDate__aMmhUpTz__platform-common {
    font-size: 11px;
    margin-top: 8px;
    opacity: .5
}

.coupon-history-module_Header__W60-VQh0__platform-common {
    display: flex;
    align-items: center;
    min-height: 20px;
    margin-bottom: 4px
}

.coupon-history-module_Header__W60-VQh0__platform-common.coupon-history-module_spaceBetween__X-U-ytEq__platform-common {
    justify-content: space-between
}

.coupon-history-module_Info__Ha7FIs-J__platform-common {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: var(--betslipHistoryInfoColor);
    font-size: 12px;
    width: 100%
}

.coupon-history-module_Status__6woGIWys__platform-common {
    display: inline-block;
    border-radius: 14px;
    color: var(--white);
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    text-transform: capitalize;
    white-space: nowrap
}

.coupon-history-module_StatusPending__GIbJPc4H__platform-common {
    background: var(--tableStatusPending)
}

.coupon-history-module_StatusWon__aXIX2O0B__platform-common {
    background: var(--tableStatusSuccess)
}

.coupon-history-module_StatusLost__flOuDQ-G__platform-common {
    background: var(--tableStatusLose)
}

.coupon-history-module_StatusReturned__8MunaMiF__platform-common {
    background: var(--tableStatusReturned)
}

.coupon-history-module_Bet__xDqwYvDo__platform-common {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-weight: 700;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--betslipSeperatorLine);
    position: relative
}

.coupon-history-module_Bet__xDqwYvDo__platform-common .coupon-history-module_BetImageBg__Pi9n1W3q__platform-common {
    width: 50px;
    height: 30px;
    background: var(--betslipGray);
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.coupon-history-module_Bet__xDqwYvDo__platform-common .coupon-history-module_BetImage__Er2Xxuqa__platform-common {
    width: 100%
}

.coupon-history-module_Bet__xDqwYvDo__platform-common span {
    word-break: break-word
}

.coupon-history-module_BetAmount__wNjaw6Xb__platform-common {
    display: flex;
    align-items: center
}

.coupon-history-module_BetAmountFirstSection__3F25uXPA__platform-common {
    display: flex
}

.coupon-history-module_BetArrow__cVk1rNgV__platform-common {
    position: relative;
    margin: 0 4px;
    top: -1px
}

.coupon-history-module_RiskFreeBet__J3s6d3E0__platform-common {
    position: relative;
    top: -1px;
    color: var(--acceptMain);
    margin-right: 6px;
    font-size: 16px
}

.coupon-history-module_BetCurrency__ZpLlqgt-__platform-common {
    color: var(--betslipHistoryBetPendingSumColor)
}

.coupon-history-module_BetWon__F5FM3778__platform-common {
    color: var(--betWonSuccess)
}

.coupon-history-module_BetDone__HflsiAiH__platform-common,.coupon-history-module_BetPending__C0DrWCTI__platform-common {
    display: flex;
    align-items: center;
    color: var(--betslipHistoryBetPendingSumColor)
}

.coupon-history-module_Title__HOr-q7yK__platform-common {
    display: flex;
    align-items: center
}

.coupon-history-module_SportIcon__vWxXfYIr__platform-common {
    margin-right: 8px;
    width: 18px;
    height: 18px
}

.coupon-history-module_MultibetArrow__Hz8hGFPK__platform-common {
    margin-right: 6px;
    transform: rotate(180deg)
}

.coupon-history-module_MultibetArrowActive__MtX6k-kT__platform-common {
    transform: rotate(0)
}

.coupon-history-module_SelectedMultibetItem__xbZzs4VI__platform-common {
    padding-top: 0;
    margin-top: 8px
}

.coupon-history-module_SelectedMultibetItem__xbZzs4VI__platform-common:before {
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 12px;
    width: 100%
}

.coupon-history-module_SelectedMultibetTitle__mDOynmTK__platform-common {
    border-radius: 0
}

.coupon-history-module_MultibetInfoStatus__NPWFvG1E__platform-common {
    align-items: baseline;
    display: flex
}

.coupon-history-module_Coefficient__DCHTPodb__platform-common {
    font-weight: 700;
    margin-right: 8px
}

.coupon-history-module_LeagueIcon__sAFBW83M__platform-common {
    height: auto!important;
    top: 0!important
}

.coupon-history-module_HistoryItemWrapper__cb-qbdnQ__platform-common {
    position: relative;
    border-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 10px
}

.coupon-history-module_multiBetSelected__ko-hmbmI__platform-common {
    margin-top: 0;
    background: var(--betslipGray)
}

.coupon-history-module_BasePadding__Ymh3zb3f__platform-common {
    padding: 0 8px
}

.coupon-history-module_confirmTop__QFvNbM5Q__platform-common {
    position: relative;
    top: -1px!important
}

.coupon-history-module_OutcomeFinishedDate__GApqNTfD__platform-common {
    width: 100%;
    font-size: 12px;
    color: var(--betslipGrayText);
    opacity: .5;
    padding-top: 3px
}

.coupon-history-module_OutcomeFinishedDate__GApqNTfD__platform-common .coupon-history-module_OutcomeFinishedDateMargin__qWJWI08P__platform-common {
    margin-left: 4px
}

.coupon-history-module_margin__a8Ml03DX__platform-common {
    margin: 0 5px 0 7px
}

.coupon-history-module_showIconsButtonContainer__GA5iTPWL__platform-common {
    position: relative;
    color: #c3ccd9
}

.coupon-history-module_showIconsButton__uXMEsNK4__platform-common {
    width: 16px;
    height: 16px;
    margin-left: 12px;
    cursor: pointer
}

.coupon-history-module_buttonDropdownContainer__Mv8Dl7s6__platform-common {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background-color: var(--eventResultTooltip);
    color: #fff;
    right: 0;
    padding: 12px;
    z-index: 2;
    border-radius: 4px
}

.coupon-history-module_buttonDropdownContainer__Mv8Dl7s6__platform-common>div {
    display: flex;
    justify-content: start;
    gap: 4px
}

.coupon-history-module_singleIconContainer__VHzxIuXf__platform-common {
    margin-left: 12px
}

.coupon-history-module_svgActionButtons__aQzg9EOK__platform-common {
    color: #fff!important
}

.coupon-history-module_infoToggler__v-awiY2W__platform-common {
    align-items: center;
    background: var(--sportWidgetDesktopSecondary);
    border-radius: 50%;
    color: var(--sportWidgetDesktopWhite);
    cursor: pointer;
    display: flex;
    font-size: 10px;
    height: 15px;
    width: 15px;
    justify-content: center;
    margin-right: 5px;
    padding: 3px
}

.coupon-history-module_taxesTooltipContainer__1VVKlIHh__platform-common {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.coupon-history-module_taxesTooltipContainer__1VVKlIHh__platform-common>div {
    display: flex;
    justify-content: space-between
}

.coupon-history-module_taxTypeText__hXAz9H1H__platform-common {
    opacity: .5
}

.coupon-history-module_buttonText__HZkeXb0Z__platform-common {
    cursor: pointer
}

.coupon-history-module_BetMakerTime__lr8O-YqH__platform-common {
    font-size: 12px;
    font-weight: 400;
    opacity: .5
}

.coupon-history-module_BetMakerMultibetSingle__WtYIkuD9__platform-common {
    text-transform: capitalize
}

.coupon-history-module_BetMakerEventName__n-Mul4BZ__platform-common {
    font-size: 12px;
    margin-bottom: 6px
}

.coupon-history-module_BetMakerOutcome__7WOZS88h__platform-common {
    font-weight: 700
}

.coupon-history-module_BetMakerIcon__I-mojYlL__platform-common {
    margin-right: 4px
}

.coupon-actions-module_couponActions__WtNu6sVp__platform-common {
    position: relative;
    z-index: 2;
    background: var(--couponContentBacground)
}

.coupon-actions-module_couponActions__WtNu6sVp__platform-common.coupon-actions-module_desktopMode__927lpriD__platform-common .coupon-actions-module_couponFooter__BXyYPnE-__platform-common {
    padding: 10px 0 16px
}

.coupon-actions-module_couponActions__WtNu6sVp__platform-common.coupon-actions-module_desktopMode__927lpriD__platform-common .coupon-actions-module_couponBetWrapper__Av3vRXzM__platform-common {
    scrollbar-color: transparent var(--couponScrollbarColor);
    scrollbar-width: thin
}

.coupon-actions-module_couponActions__WtNu6sVp__platform-common.coupon-actions-module_desktopMode__927lpriD__platform-common .coupon-actions-module_couponBetWrapper__Av3vRXzM__platform-common::-webkit-scrollbar {
    border-radius: 3px;
    width: 3px
}

.coupon-actions-module_couponActions__WtNu6sVp__platform-common.coupon-actions-module_desktopMode__927lpriD__platform-common .coupon-actions-module_couponBetWrapper__Av3vRXzM__platform-common::-webkit-scrollbar-track {
    background: transparent
}

.coupon-actions-module_couponActions__WtNu6sVp__platform-common.coupon-actions-module_desktopMode__927lpriD__platform-common .coupon-actions-module_couponBetWrapper__Av3vRXzM__platform-common::-webkit-scrollbar-thumb {
    background: var(--couponScrollbarColor);
    opacity: .5
}

.coupon-actions-module_couponActions__WtNu6sVp__platform-common.coupon-actions-module_desktopMode__927lpriD__platform-common .coupon-actions-module_couponBetWrapper__Av3vRXzM__platform-common::-webkit-scrollbar-thumb:hover {
    opacity: 1
}

.coupon-actions-module_couponActions__WtNu6sVp__platform-common .coupon-actions-module_couponBetWrapper__Av3vRXzM__platform-common {
    overflow-x: auto
}

.coupon-actions-module_couponActions__WtNu6sVp__platform-common:not(.coupon-actions-module_desktopMode__927lpriD__platform-common) {
    min-height: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column
}

.coupon-actions-module_couponActions__WtNu6sVp__platform-common:not(.coupon-actions-module_desktopMode__927lpriD__platform-common) .coupon-actions-module_couponFooter__BXyYPnE-__platform-common {
    bottom: 0;
    padding: 8px 0;
    position: sticky;
    z-index: 2
}

.coupon-actions-module_couponActions__WtNu6sVp__platform-common:not(.coupon-actions-module_desktopMode__927lpriD__platform-common) .coupon-actions-module_newBetslipFooter__ZWDGAhnA__platform-common {
    bottom: 34px;
    border-radius: 0
}

.coupon-actions-module_couponActions__WtNu6sVp__platform-common:not(.coupon-actions-module_desktopMode__927lpriD__platform-common) .coupon-actions-module_newBetslipFooter__ZWDGAhnA__platform-common:after {
    content: "";
    position: absolute;
    top: -17px;
    width: 100%;
    height: 17px;
    background: linear-gradient(180deg,#c5ccd800,#9da6b57a)
}

.coupon-actions-module_couponActions__WtNu6sVp__platform-common:not(.coupon-actions-module_desktopMode__927lpriD__platform-common) .coupon-actions-module_footerPadding__oU8f8M4-__platform-common {
    padding-block:16px}

.coupon-actions-module_couponActions__WtNu6sVp__platform-common:not(.coupon-actions-module_desktopMode__927lpriD__platform-common) .coupon-actions-module_couponBetWrapper__Av3vRXzM__platform-common {
    flex-grow: 1;
    margin-bottom: 16px
}

.coupon-actions-module_couponActions__WtNu6sVp__platform-common .coupon-actions-module_couponFooter__BXyYPnE-__platform-common {
    background: var(--betslipAction);
    border-radius: var(--betslipFooterBorderRadius);
    color: var(--white);
    width: 100%
}

.coupon-actions-module_filterContainer__CktquJN-__platform-common {
    display: flex;
    justify-content: end;
    align-items: center;
    color: var(--accentSecondary);
    gap: 6px;
    padding-inline:8px;margin-bottom: 12px
}

.coupon-actions-module_disabledActions__fHsGfs2w__platform-common {
    pointer-events: none;
    opacity: .7
}

.coupon-actions-module_filterTextContainer__BK7MO7ao__platform-common {
    display: flex;
    align-items: center;
    gap: 4px
}

.coupon-actions-module_couponBetWrapper__Av3vRXzM__platform-common {
    display: flex;
    flex-direction: column
}

.coupon-actions-module_couponBetWrapper__Av3vRXzM__platform-common>* {
    width: 100%
}

.coupon-clear-outcomes-module_Header__8ue-mTFd__platform-common {
    color: var(--betslipGrayText);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    text-transform: lowercase
}

.coupon-clear-outcomes-module_Header__8ue-mTFd__platform-common:first-letter {
    text-transform: uppercase
}

.coupon-clear-outcomes-module_Title__Kc6uMRS3__platform-common {
    color: var(--betslipGrayText);
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
    text-align: center
}

.coupon-clear-outcomes-module_Buttons__4cBoB1E3__platform-common {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 16px -4px 0
}

.coupon-clear-outcomes-module_Button__SXqtOFPj__platform-common {
    font-weight: 700;
    margin: 0 4px
}

.coupon-clear-outcomes-module_ButtonConfirm__ZVNKvWoV__platform-common {
    background-color: var(--betslipMain)
}

.coupon-clear-outcomes-module_ButtonConfirm__ZVNKvWoV__platform-common:hover {
    background-color: var(--betslipMainHover)
}

@media screen and (max-width: 374px) {
    .coupon-clear-outcomes-module_Buttons__4cBoB1E3__platform-common {
        flex-direction:column-reverse
    }

    .coupon-clear-outcomes-module_Buttons__4cBoB1E3__platform-common button:last-child:not(:only-child) {
        margin-bottom: 10px
    }
}

.coupon-history-module_Wrapper__BJzswWi-__platform-common {
    height: 100%;
    position: relative;
    overflow: auto;
    padding: 0 8px;
    margin-top: 16px;
    scrollbar-color: transparent var(--buttonMain);
    scrollbar-width: thin
}

.coupon-history-module_Wrapper__BJzswWi-__platform-common::-webkit-scrollbar {
    border-radius: 3px;
    width: 3px
}

.coupon-history-module_Wrapper__BJzswWi-__platform-common::-webkit-scrollbar-track {
    background: transparent
}

.coupon-history-module_Wrapper__BJzswWi-__platform-common::-webkit-scrollbar-thumb {
    background: var(--buttonMain);
    opacity: .5
}

.coupon-history-module_Wrapper__BJzswWi-__platform-common::-webkit-scrollbar-thumb:hover {
    opacity: 1
}

.coupon-history-module_MaxHeight__jrRl-Yvw__platform-common {
    max-height: 600px
}

.coupon-history-module_DarkFone__LeH4AXgx__platform-common {
    background: var(--couponContentBacground)
}

.coupon-history-module_FiltersOpen__hc4MhcSR__platform-common {
    min-height: 420px
}

.coupon-history-module_History__6mclOs-E__platform-common {
    height: 100%;
    overflow-x: auto;
    padding: 0 0 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 14px
}

.coupon-history-module_Cursor__koMMaeNG__platform-common {
    cursor: pointer
}

.coupon-history-module_Item__VA-IFwfg__platform-common {
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 12px;
    position: relative;
    background: var(--mobileBetHistoryItemBg);
    border: var(--mobileBetHistoryItemBorder);
    border-radius: 8px;
    overflow: hidden
}

.coupon-history-module_ItemDate__GEB4ZvKn__platform-common {
    font-weight: 700
}

.coupon-history-module_Outcomes__2Hlt8RAJ__platform-common {
    display: flex;
    margin: 0 -3px
}

.coupon-history-module_OutcomeSingle__x3Yb6Q04__platform-common {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px
}

.coupon-history-module_OutcomeSingleText__dL-LWq5w__platform-common {
    line-height: 20px;
    color: var(--betslipMainTextColor)
}

.coupon-history-module_OutcomeResult__23pBf5f3__platform-common {
    background: var(--betslipSeperatorLine);
    border-radius: 8px;
    flex: 1 1 48px;
    height: 8px;
    margin: 3px
}

.coupon-history-module_OutcomeResult__23pBf5f3__platform-common.coupon-history-module_OutcomeWon__PjH8dYC3__platform-common {
    background: var(--betslipSuccess)
}

.coupon-history-module_OutcomeResult__23pBf5f3__platform-common.coupon-history-module_OutcomeLost__Nol-chsT__platform-common {
    background: var(--betslipLost)
}

.coupon-history-module_OutcomeResult__23pBf5f3__platform-common.coupon-history-module_OutcomeReturned__GmKiy37x__platform-common {
    background: var(--betslipReturned)
}

.coupon-history-module_Markets__bQP4PhU9__platform-common {
    font-size: 12px;
    margin: 4px 0 8px;
    white-space: nowrap;
    color: var(--betslipMainTextColor)
}

.coupon-history-module_MarketItem__8FDE2ZBP__platform-common {
    display: inline
}

.coupon-history-module_MarketItem__8FDE2ZBP__platform-common:not(:last-child):after {
    content: "|";
    margin: 0 8px
}

.coupon-history-module_EventGame__8roGUU7T__platform-common {
    display: flex;
    align-items: center;
    margin: 4px 0
}

.coupon-history-module_EventScore__vFfCy68u__platform-common {
    color: var(--betslipScoreColor);
    font-weight: 700;
    margin-right: 8px
}

.coupon-history-module_EventTeams__8KCL4I21__platform-common {
    position: relative;
    font-size: 12px;
    color: var(--betslipMainTextColor)
}

.coupon-history-module_EventDate__k5X6fN2K__platform-common {
    font-size: 11px;
    margin-top: 8px;
    opacity: .5
}

.coupon-history-module_Header__R9vHp5VQ__platform-common {
    display: flex;
    align-items: center;
    min-height: 20px;
    margin-bottom: 4px
}

.coupon-history-module_Header__R9vHp5VQ__platform-common.coupon-history-module_spaceBetween__022mlRWC__platform-common {
    justify-content: space-between
}

.coupon-history-module_Info__o7ShoEf9__platform-common {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    color: var(--mobileBetHistoryHeaderColor);
    font-size: 12px;
    width: 100%
}

.coupon-history-module_Status__qGMSA-i3__platform-common {
    display: inline-block;
    border-radius: 14px;
    color: var(--white);
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    text-transform: capitalize;
    white-space: nowrap
}

.coupon-history-module_StatusPending__Sqs4q2GQ__platform-common {
    background: var(--tableStatusPending)
}

.coupon-history-module_StatusWon__LsTwD-cn__platform-common {
    background: var(--tableStatusSuccess)
}

.coupon-history-module_StatusLost__NXxkc8kg__platform-common {
    background: var(--tableStatusLose)
}

.coupon-history-module_StatusReturned__6AR393-Q__platform-common {
    background: var(--tableStatusReturned)
}

.coupon-history-module_actions__item__EzV-NEj5__platform-common {
    --betslipShareButtonBg: transparent
}

.coupon-history-module_betType__MYab7M4g__platform-common {
    font-size: 12px;
    line-height: 1.3
}

.coupon-history-module_BetImageBg__51mmdpGY__platform-common {
    margin-top: 12px;
    padding-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid var(--betslipSeperatorLine);
    position: relative
}

.coupon-history-module_BetImageBg__51mmdpGY__platform-common .coupon-history-module_BetImage__FqdbyITm__platform-common {
    position: absolute;
    top: -9px;
    height: 16px;
    padding: 0 8px;
    background: var(--mobileBetHistoryItemBg)
}

.coupon-history-module_Bet__fCaase-5__platform-common {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-weight: 700
}

.coupon-history-module_Bet__fCaase-5__platform-common span {
    word-break: break-word
}

.coupon-history-module_BetAmount__oK-vqS2V__platform-common {
    display: flex;
    align-items: center
}

.coupon-history-module_BetAmountFirstSection__2kGhu1zR__platform-common {
    display: flex
}

.coupon-history-module_BetArrow__Ll8b241T__platform-common {
    position: relative;
    margin: 0 4px;
    top: -1px
}

.coupon-history-module_RiskFreeBet__mv9cdixR__platform-common {
    position: relative;
    top: -1px;
    color: var(--acceptMain);
    margin-right: 6px;
    font-size: 16px
}

.coupon-history-module_BetWon__5Zek9rzw__platform-common {
    color: var(--betWonSuccess)
}

.coupon-history-module_BetPending__iFpihwFN__platform-common {
    color: var(--mobileBetHistoryPendingSumColor)
}

.coupon-history-module_Title__buGq-jEo__platform-common {
    display: flex;
    align-items: center;
    gap: 8px
}

.coupon-history-module_MultibetArrow__snAo-Rg2__platform-common {
    margin-right: 6px;
    transform: rotate(180deg)
}

.coupon-history-module_MultibetArrowActive__7mCP6nDM__platform-common {
    transform: rotate(0)
}

.coupon-history-module_SelectedMultibetItem__xe4-kOSL__platform-common {
    padding-top: 0;
    margin-top: 8px
}

.coupon-history-module_SelectedMultibetItem__xe4-kOSL__platform-common:before {
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 12px;
    width: 100%
}

.coupon-history-module_MultibetInfoStatus__8tqqV8US__platform-common {
    align-items: baseline;
    display: flex
}

.coupon-history-module_Coefficient__HSTG4F4R__platform-common {
    font-weight: 700;
    margin-right: 8px
}

.coupon-history-module_LeagueIcon__I3snzLBl__platform-common {
    height: auto!important;
    top: 0!important
}

.coupon-history-module_BasePadding__DTsehIa0__platform-common {
    padding: 0 8px
}

.coupon-history-module_confirmTop__sOyKU4Da__platform-common {
    position: relative;
    top: -1px!important
}

.coupon-history-module_OutcomeFinishedDate__LAebjd6B__platform-common {
    width: 100%;
    font-size: 12px;
    color: var(--betslipGrayText);
    opacity: .5;
    padding-top: 3px
}

.coupon-history-module_OutcomeFinishedDate__LAebjd6B__platform-common .coupon-history-module_OutcomeFinishedDateMargin__NHYfEnaX__platform-common {
    margin-left: 4px
}

.coupon-history-module_margin__fwAc1c9p__platform-common {
    margin: 0 5px 0 7px
}

.coupon-history-module_singleIconContainer__1s5R3GU9__platform-common {
    margin-left: 4px
}

.coupon-history-module_infoToggler__E-RdMUCb__platform-common {
    align-items: center;
    background: var(--sportWidgetDesktopSecondary);
    border-radius: 50%;
    color: var(--sportWidgetDesktopWhite);
    cursor: pointer;
    display: flex;
    font-size: 10px;
    height: 15px;
    width: 15px;
    justify-content: center;
    margin-right: 5px;
    padding: 3px
}

.coupon-history-module_taxesTooltipContainer__nDFshHAt__platform-common {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.coupon-history-module_taxesTooltipContainer__nDFshHAt__platform-common>div {
    display: flex;
    justify-content: space-between
}

.coupon-history-module_taxTypeText__dBUb5F9l__platform-common {
    opacity: .5
}

.coupon-history-module_BetMakerTime__2DbRxnRO__platform-common {
    font-size: 12px;
    font-weight: 400;
    opacity: .5
}

.coupon-history-module_BetMakerMultibetSingle__mPuqFKew__platform-common {
    text-transform: capitalize
}

.coupon-history-module_BetMakerEventName__XtKMS0aI__platform-common {
    font-size: 12px;
    margin-bottom: 6px
}

.coupon-history-module_BetMakerOutcome__Yc3sWznR__platform-common {
    font-weight: 700
}

.coupon-history-module_BetMakerIcon__kEQ0CVYM__platform-common {
    margin-right: 4px
}

.coupon-history-module_SportIcon__kFmR8cEZ__platform-common {
    width: 18px;
    height: 18px
}

.coupon-history-filters-module_Select__ZB8XQv9B__platform-common {
    border-radius: 50%;
    box-shadow: 0 0 0 2px #6f7b8d;
    flex: 0 0 16px;
    height: 16px;
    margin-right: 10px;
    transition: box-shadow .1s ease;
    width: 16px
}

.coupon-history-filters-module_SelectActive__owoa37-Y__platform-common {
    box-shadow: 0 0 0 2px var(--betslipMain),inset 0 0 0 3px var(--betslipGray),inset 0 0 0 8px var(--betslipMain)
}

.coupon-history-filters-module_Header__r4Pf0gzT__platform-common {
    color: var(--betslipGrayText);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px;
    text-align: center;
    text-transform: lowercase
}

.coupon-history-filters-module_Header__r4Pf0gzT__platform-common:first-letter {
    text-transform: uppercase
}

.coupon-history-filters-module_Title__LiizW1qV__platform-common {
    color: var(--betslipGrayText);
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
    text-align: center
}

.coupon-history-filters-module_Buttons__XODkhfts__platform-common {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 16px -4px 0
}

.coupon-history-filters-module_Button__rqptQ5-Z__platform-common {
    font-weight: 700;
    margin: 0 4px;
    background-color: var(--betslipMain)
}

.coupon-history-filters-module_Button__rqptQ5-Z__platform-common:hover {
    background-color: var(--betslipMainHover)
}

.coupon-history-filters-module_BetOption__nOpCIfOc__platform-common {
    align-items: center;
    background: var(--betslipHistoryFilterOptionBg);
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    margin-top: 10px;
    padding: 16px 12px
}

.coupon-history-filters-module_BetOptionTitle__Cx7RsOq9__platform-common {
    position: relative;
    top: 1px
}

.coupon-history-filters-module_BetOptionTitle__Cx7RsOq9__platform-common span {
    display: block
}

@media screen and (max-width: 374px) {
    .coupon-history-filters-module_Buttons__XODkhfts__platform-common {
        flex-direction:column-reverse
    }

    .coupon-history-filters-module_Buttons__XODkhfts__platform-common button:last-child:not(:only-child) {
        margin-bottom: 10px
    }
}

.bet-share-modal-module_Wrapper__mdjFRI8w__platform-common {
    padding: 24px;
    background: var(--betslipShareModalBg);
    border-radius: var(--modalBorderRadius);
    width: 485px
}

@media screen and (max-width: 485px) {
    .bet-share-modal-module_Wrapper__mdjFRI8w__platform-common {
        width:auto;
        padding: 16px
    }
}

.bet-share-modal-module_Title__yfUF9gpa__platform-common {
    font-size: 24px;
    font-weight: 700;
    color: var(--betslipShareModalText);
    margin-bottom: 12px
}

.bet-share-modal-module_NoticeWrap__p7SctMXV__platform-common {
    display: flex;
    align-items: center;
    margin-bottom: 12px
}

.bet-share-modal-module_NoticeIconWrap__H0QyuRWY__platform-common {
    width: 24px;
    height: 24px;
    background-color: var(--betslipShareModalNoticeIconBg);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px
}

.bet-share-modal-module_NoticeIconWrap__H0QyuRWY__platform-common svg {
    color: var(--betslipShareModalNoticeIconColor);
    font-size: 11px
}

.bet-share-modal-module_divider__Vw4rAu1E__platform-common {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    border-bottom: 1px solid var(--lightBorder)
}

.bet-share-modal-module_newDivider__V8EN1RWi__platform-common {
    border-bottom: none;
    margin-block:16px}

.bet-share-modal-module_newDivider__V8EN1RWi__platform-common:after,.bet-share-modal-module_newDivider__V8EN1RWi__platform-common:before {
    content: "";
    position: absolute;
    width: 45%;
    height: 1px;
    background-color: var(--lightBorder);
    top: 50%
}

.bet-share-modal-module_newDivider__V8EN1RWi__platform-common:after {
    right: 0
}

.bet-share-modal-module_newDivider__V8EN1RWi__platform-common:before {
    left: 0
}

.bet-share-modal-module_NoticeText__ZKdw9-Gj__platform-common {
    font-size: 14px;
    color: var(--betslipShareModalNoticeText)
}

.bet-share-modal-module_ShareLinkText__HMxSJcFS__platform-common {
    font-size: 14px;
    color: var(--betslipShareModalText);
    margin-bottom: 12px
}

.bet-share-modal-module_SocialWrap__NIJx6AKt__platform-common {
    display: grid;
    -moz-column-gap: 12px;
    column-gap: 12px;
    grid-template-columns: 32px 32px 32px 32px;
    margin-bottom: 12px;
    padding-bottom: 12px
}

.bet-share-modal-module_SocialWrap__NIJx6AKt__platform-common>div {
    cursor: pointer
}

.bet-share-modal-module_SocialWrap__NIJx6AKt__platform-common .bet-share-modal-module_SocialIcon__lDr--8Oq__platform-common svg {
    width: 32px;
    height: 32px
}

.bet-share-modal-module_SocialWrap__NIJx6AKt__platform-common .bet-share-modal-module_ShareIconCommon__zHsnO5sQ__platform-common,.bet-share-modal-module_SocialWrap__NIJx6AKt__platform-common .bet-share-modal-module_ShareIconWrapCopied__UEoYdXyn__platform-common,.bet-share-modal-module_SocialWrap__NIJx6AKt__platform-common .bet-share-modal-module_ShareIconWrap__-QRvXY5K__platform-common {
    border: 1px solid var(--lightBorder);
    border-radius: 100px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center
}

.bet-share-modal-module_SocialWrap__NIJx6AKt__platform-common .bet-share-modal-module_ShareIconWrap__-QRvXY5K__platform-common {
    transition: background-color .15s ease
}

.bet-share-modal-module_SocialWrap__NIJx6AKt__platform-common .bet-share-modal-module_ShareIconWrap__-QRvXY5K__platform-common:hover {
    background-color: var(--betslipShareModalShareIconActiveBg)
}

.bet-share-modal-module_SocialWrap__NIJx6AKt__platform-common .bet-share-modal-module_ShareIconWrap__-QRvXY5K__platform-common:hover svg {
    color: var(--betslipShareModalShareIconActiveColor)
}

.bet-share-modal-module_SocialWrap__NIJx6AKt__platform-common .bet-share-modal-module_ShareIconWrap__-QRvXY5K__platform-common svg {
    transition: color .15s ease
}

.bet-share-modal-module_SocialWrap__NIJx6AKt__platform-common .bet-share-modal-module_DarkShareIconWrap__37wCivLb__platform-common {
    height: 32px;
    width: 32px
}

.bet-share-modal-module_SocialWrap__NIJx6AKt__platform-common .bet-share-modal-module_ShareIconWrapCopied__UEoYdXyn__platform-common {
    background-color: var(--betslipShareModalShareIconActiveBg)
}

.bet-share-modal-module_SocialWrap__NIJx6AKt__platform-common .bet-share-modal-module_ShareIconWrapCopied__UEoYdXyn__platform-common svg {
    font-size: 15px;
    color: var(--betslipShareModalShareIconActiveColor)
}

.bet-share-modal-module_CopyText__gpzKIzad__platform-common {
    font-size: 14px;
    color: var(--betslipShareModalText);
    display: flex
}

.bet-share-modal-module_CopyText__gpzKIzad__platform-common .bet-share-modal-module_CopyIconsWrap__5RyIuZ6z__platform-common:hover svg:first-child {
    opacity: 0
}

.bet-share-modal-module_CopyText__gpzKIzad__platform-common .bet-share-modal-module_CopyIconsWrap__5RyIuZ6z__platform-common:hover svg:last-child {
    opacity: 1
}

.bet-share-modal-module_CopyText__gpzKIzad__platform-common .bet-share-modal-module_CopyIconsWrap__5RyIuZ6z__platform-common svg:last-child {
    opacity: 0
}

.bet-share-modal-module_CopyText__gpzKIzad__platform-common .bet-share-modal-module_CopiedCodeWrap__idq8-3BJ__platform-common {
    border-radius: 100px;
    background-color: var(--betslipShareModalCopiedCodeBg);
    width: 17px;
    height: 17px;
    align-items: center;
    justify-content: center;
    display: flex
}

.bet-share-modal-module_CopyText__gpzKIzad__platform-common .bet-share-modal-module_CopiedCodeWrap__idq8-3BJ__platform-common svg {
    color: #fff;
    position: relative;
    font-size: 8px
}

.bet-share-modal-module_CopyText__gpzKIzad__platform-common .bet-share-modal-module_Code__l5M9N0sm__platform-common {
    font-weight: 700;
    color: var(--betslipShareModalCodeText);
    margin-left: 3px;
    margin-right: 4px
}

.bet-share-modal-module_CopyText__gpzKIzad__platform-common .bet-share-modal-module_CodeWhite__OAIEEixS__platform-common {
    color: #fff;
    font-size: 20px
}

.bet-share-modal-module_CopyText__gpzKIzad__platform-common svg {
    font-size: 18px;
    cursor: pointer;
    transition: opacity .15s ease;
    color: var(--betslipShareModalIconColor);
    opacity: 1;
    position: absolute
}

.bet-share-modal-module_CopyTextColumn__lS5-zBRj__platform-common {
    flex-direction: column;
    gap: 8px
}

.bet-share-modal-module_codeContainer__2FH6AzN9__platform-common {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 8px 16px;
    background-color: var(--betslipMain);
    border-radius: 8px
}

.bet-share-modal-module_newIconsStyle__0xPxWqZe__platform-common>svg {
    color: #fff;
    right: 0;
    height: 24px;
    width: 24px
}

.bet-share-modal-module_subTitle__zGZNk1Vm__platform-common {
    font-size: 16px
}

.coupon-notifications-module_Wrapper__vFLsUceE__platform-common {
    bottom: 0;
    padding: 0 8px 10px;
    position: sticky;
    z-index: var(--zIndex-notification);
    width: 100%
}

.coupon-notifications-module_Wrapper_fixed__7aCVxjKo__platform-common {
    position: fixed
}

.coupon-notifications-module_OpenHistoryBtn__Bc5nbUuA__platform-common {
    background: transparent;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0!important;
    color: var(--betslipNotificationLinkColor)
}

.promotions-list-module_list__j18nUZD-__platform-common {
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.promotions-list-module_list__j18nUZD-__platform-common.promotions-list-module_desktopMode__gT8afV5C__platform-common {
    padding: 10px
}

.promotions-list-module_list__j18nUZD-__platform-common.promotions-list-module_desktopMode__gT8afV5C__platform-common .promotions-list-module_container__LxbSGANs__platform-common {
    flex: 0 0 25%;
    max-width: 25%
}

@media only screen and (max-width: 1600px) {
    .promotions-list-module_list__j18nUZD-__platform-common.promotions-list-module_desktopMode__gT8afV5C__platform-common .promotions-list-module_container__LxbSGANs__platform-common {
        flex:0 0 33.333%;
        max-width: 33.333%
    }
}

@media only screen and (max-width: 900px) {
    .promotions-list-module_list__j18nUZD-__platform-common.promotions-list-module_desktopMode__gT8afV5C__platform-common .promotions-list-module_container__LxbSGANs__platform-common {
        flex:0 0 50%;
        max-width: 50%
    }
}

.promotions-list-module_container__LxbSGANs__platform-common {
    flex: 0 0 100%;
    padding: 10px
}

@media only screen and (min-width: 768px) {
    .promotions-list-module_container__LxbSGANs__platform-common {
        flex:0 0 50%
    }
}

.promotions-list-module_item__8h8fHzC9__platform-common {
    background: var(--promotionItemBackground);
    border-radius: var(--promotionHeaderBannerBorderRadius) var(--promotionHeaderBannerBorderRadius) var(--baseBorderRadius) var(--baseBorderRadius);
    box-shadow: 0 0 5px rgba(var(--promotionShadowRGB),.3);
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: box-shadow .15s linear;
    z-index: 0
}

.promotions-list-module_item__8h8fHzC9__platform-common:hover {
    box-shadow: 0 0 8px var(--promotionShadow)
}

.promotions-list-module_item__8h8fHzC9__platform-common:hover .promotions-list-module_iconAll__-x5JkOQW__platform-common .svg-icon {
    fill: var(--promotionIconAllHover)
}

.promotions-list-module_item__8h8fHzC9__platform-common:hover .promotions-list-module_iconSport__zvn71FK5__platform-common .svg-icon {
    fill: var(--promotionIconSportHover)
}

.promotions-list-module_item__8h8fHzC9__platform-common:hover .promotions-list-module_iconCasino__5uchZFrZ__platform-common .svg-icon {
    fill: var(--promotionIconCasinoHover)
}

.promotions-list-module_item__8h8fHzC9__platform-common:hover .promotions-list-module_icon__ZMN2TeH7__platform-common .svg-icon {
    font-size: 46px;
    transform: rotate(180deg)
}

.promotions-list-module_item__8h8fHzC9__platform-common:hover .promotions-list-module_icon__ZMN2TeH7__platform-common.promotions-list-module_iconVip__2H8UkU0v__platform-common .svg-icon {
    fill: var(--promotionIconVipHover);
    font-size: 48px;
    transform: none
}

.promotions-list-module_backgroundImage__50Dtz9M1__platform-common {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 50%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.promotions-list-module_ribbon__SXHvGLRa__platform-common {
    display: block;
    height: 30px;
    position: absolute;
    right: -25px;
    top: 11px;
    transform: rotate(45deg);
    width: 100px
}

.promotions-list-module_ribbon__SXHvGLRa__platform-common.promotions-list-module_all__NLV8qwht__platform-common {
    background: var(--promotionRibbonAll)
}

.promotions-list-module_ribbon__SXHvGLRa__platform-common.promotions-list-module_sport__gpI9PMLo__platform-common {
    background: var(--promotionRibbonSport)
}

.promotions-list-module_ribbon__SXHvGLRa__platform-common.promotions-list-module_casino__bmNNHp46__platform-common {
    background-color: var(--promotionRibbonCasino)
}

.promotions-list-module_ribbon__SXHvGLRa__platform-common span {
    align-items: center;
    color: var(--promotionRibbonText);
    cursor: default;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    letter-spacing: .05em;
    line-height: 1;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

.promotions-list-module_banner__GDAZLegq__platform-common {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 150px;
    margin-top: 20px
}

.promotions-list-module_info__MAi6D5s7__platform-common {
    background: var(--promotionInfoBg);
    border-radius: 3px 3px var(--baseBorderRadius) var(--baseBorderRadius);
    box-shadow: 3px 0 24px #0000002e;
    display: flex;
    flex-direction: column;
    height: calc(100% - 185px);
    justify-content: space-between;
    margin: 0 15px 15px;
    min-height: 300px;
    padding: 40px 0 20px;
    position: relative
}

.promotions-list-module_bonusInfo__2S1EsfmZ__platform-common .promotions-list-module_bonusInfoTitle__0URjpLl7__platform-common {
    color: var(--promotionText);
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 15px;
    text-align: center;
    text-transform: uppercase
}

.promotions-list-module_bonusInfo__2S1EsfmZ__platform-common .promotions-list-module_bonusInfoTitle__0URjpLl7__platform-common:after {
    border-bottom: 2px solid var(--promotionText);
    content: "";
    display: block;
    margin: 0 auto;
    padding-top: 10px;
    width: 44px
}

.promotions-list-module_bonusInfo__2S1EsfmZ__platform-common .promotions-list-module_bonusInfoText__lw2nfX4n__platform-common {
    color: var(--promotionInfo);
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin: 25px 15px 40px;
    text-align: center
}

.promotions-list-module_icon__ZMN2TeH7__platform-common {
    align-items: center;
    background: var(--promotionInfoIconBg);
    border-radius: 50%;
    display: flex;
    height: 64px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: -32px;
    transform: translate(-50%);
    width: 64px
}

.promotions-list-module_icon__ZMN2TeH7__platform-common .svg-icon {
    font-size: 36px;
    transition: fill .15s linear,font-size .15s linear,transform .15s linear
}

.promotions-list-module_icon__ZMN2TeH7__platform-common.promotions-list-module_iconAll__-x5JkOQW__platform-common .svg-icon {
    fill: var(--promotionIconAll)
}

.promotions-list-module_icon__ZMN2TeH7__platform-common.promotions-list-module_iconSport__zvn71FK5__platform-common .svg-icon {
    fill: var(--promotionIconSport)
}

.promotions-list-module_icon__ZMN2TeH7__platform-common.promotions-list-module_iconCasino__5uchZFrZ__platform-common .svg-icon {
    fill: var(--promotionIconCasino)
}

.promotions-list-module_icon__ZMN2TeH7__platform-common.promotions-list-module_iconVip__2H8UkU0v__platform-common .svg-icon {
    fill: var(--promotionIconVip);
    transition: fill .1s linear,font-size .1s linear
}

.promotions-list-module_actions__BztMEpuL__platform-common {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px
}

.promotions-list-module_actions__BztMEpuL__platform-common .promotions-list-module_getBonusSport__jQpnBKTv__platform-common {
    background: var(--promotionButtonSportBg)
}

.promotions-list-module_actions__BztMEpuL__platform-common .promotions-list-module_getBonusSport__jQpnBKTv__platform-common:hover {
    background: var(--promotionButtonSportHoverBg)
}

.promotions-list-module_actions__BztMEpuL__platform-common .promotions-list-module_getBonusCasino__a2prHrkO__platform-common {
    background: var(--promotionButtonCasinoBg)
}

.promotions-list-module_actions__BztMEpuL__platform-common .promotions-list-module_getBonusCasino__a2prHrkO__platform-common:hover {
    background: var(--promotionButtonCasinoHoverBg)
}

.promotions-list-module_actions__BztMEpuL__platform-common .promotions-list-module_findOutMore__2nlGdcRd__platform-common {
    background: var(--promotionButtonFindBg);
    border: 1px solid var(--promotionButtonFindBorderColor);
    color: var(--promotionButtonFindTextColor)
}

.promotions-list-module_actions__BztMEpuL__platform-common .promotions-list-module_findOutMore__2nlGdcRd__platform-common:hover {
    background: var(--promotionButtonFindHoverBg)
}

.promotions-list-module_actions__BztMEpuL__platform-common .app-button {
    width: calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin: 0 10px
}

.promotions-list-module_actions__BztMEpuL__platform-common .app-button:lang(de) {
    font-size: 12px
}

@media only screen and (max-width: 1300px) {
    .promotions-list-module_actions__BztMEpuL__platform-common .app-button {
        font-size:12px
    }
}

.promotions-list-module_actions__BztMEpuL__platform-common.promotions-list-module_withOneButton__m9Acu1tq__platform-common .app-button {
    width: auto;
    max-width: calc(100% - 20px)
}

@media only screen and (max-width: 768px) {
    .promotions-list-module_actions__BztMEpuL__platform-common {
        align-items:center;
        flex-direction: column;
        justify-content: center
    }

    .promotions-list-module_actions__BztMEpuL__platform-common .app-button {
        width: auto;
        max-width: calc(100% - 20px)
    }

    .promotions-list-module_actions__BztMEpuL__platform-common .app-button:not(:first-child) {
        margin-top: 10px
    }
}

.promotions-list-module_desktopMode__gT8afV5C__platform-common .promotions-list-module_item__8h8fHzC9__platform-common:hover .promotions-list-module_icon__ZMN2TeH7__platform-common .svg-icon {
    font-size: 74px
}

.promotions-list-module_desktopMode__gT8afV5C__platform-common .promotions-list-module_item__8h8fHzC9__platform-common:hover .promotions-list-module_icon__ZMN2TeH7__platform-common.promotions-list-module_iconVip__2H8UkU0v__platform-common .svg-icon {
    font-size: 72px
}

.promotions-list-module_desktopMode__gT8afV5C__platform-common .promotions-list-module_info__MAi6D5s7__platform-common {
    height: calc(100% - 235px);
    padding: 65px 0 20px
}

.promotions-list-module_desktopMode__gT8afV5C__platform-common .promotions-list-module_banner__GDAZLegq__platform-common {
    height: 200px
}

.promotions-list-module_desktopMode__gT8afV5C__platform-common .promotions-list-module_icon__ZMN2TeH7__platform-common {
    height: 94px;
    top: -47px;
    width: 94px
}

.promotions-list-module_desktopMode__gT8afV5C__platform-common .promotions-list-module_icon__ZMN2TeH7__platform-common .svg-icon {
    font-size: 54px
}

@media only screen and (max-width: 1300px) {
    .promotions-list-module_desktopMode__gT8afV5C__platform-common .promotions-list-module_actions__BztMEpuL__platform-common {
        align-items:center;
        flex-direction: column;
        justify-content: center
    }

    .promotions-list-module_desktopMode__gT8afV5C__platform-common .promotions-list-module_actions__BztMEpuL__platform-common .app-button:not(:first-child) {
        margin-top: 20px
    }
}

.promotions-list-module_asiaStyle__duKTjxzE__platform-common .promotions-list-module_ribbon__SXHvGLRa__platform-common.promotions-list-module_sport__gpI9PMLo__platform-common {
    background: var(--promotionRibbonSportAsia)
}

.promotions-list-module_asiaStyle__duKTjxzE__platform-common .promotions-list-module_ribbon__SXHvGLRa__platform-common.promotions-list-module_casino__bmNNHp46__platform-common {
    background-color: var(--promotionRibbonCasinoAsia)
}

.promotions-list-module_asiaStyle__duKTjxzE__platform-common .promotions-list-module_actions__BztMEpuL__platform-common .app-button:not(:first-child) {
    margin-top: 0
}

@media only screen and (max-width: 1300px) {
    .promotions-list-module_asiaStyle__duKTjxzE__platform-common .promotions-list-module_actions__BztMEpuL__platform-common {
        align-items:center;
        flex-direction: row;
        justify-content: center
    }

    .promotions-list-module_asiaStyle__duKTjxzE__platform-common .promotions-list-module_actions__BztMEpuL__platform-common .app-button {
        width: calc(50% - 20px);
        max-width: calc(50% - 20px)
    }
}

.promotions-list-module_asiaStyle__duKTjxzE__platform-common .promotions-list-module_actions__BztMEpuL__platform-common.promotions-list-module_withOneButton__m9Acu1tq__platform-common .app-button {
    width: auto;
    max-width: calc(100% - 20px)
}

.terms-and-policy-module_termsAndPolicyModal__wbcNe8le__platform-common {
    border-radius: 12px;
    margin: 0 10px;
    max-height: 80vh;
    overflow: hidden;
    max-width: 800px
}

.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common {
    background: var(--white);
    display: flex;
    flex-direction: column;
    max-height: 80vh;
    padding: 20px 30px 45px;
    position: relative
}

.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicyHeader__LdVUGcqS__platform-common {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicySections__yXGvabe8__platform-common {
    display: flex;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase
}

.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicySections__yXGvabe8__platform-common .terms-and-policy-module_termsAndPolicySectionItem__CqxNJ0wf__platform-common {
    align-items: center;
    display: flex;
    justify-content: center
}

.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicySections__yXGvabe8__platform-common .terms-and-policy-module_termsAndPolicySectionItem__CqxNJ0wf__platform-common:only-child {
    font-size: 22px;
    font-weight: 700;
    width: 100%
}

.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicySections__yXGvabe8__platform-common .terms-and-policy-module_termsAndPolicySectionItem__CqxNJ0wf__platform-common:not(:only-child) {
    border-bottom: 2px solid var(--arrowBg);
    cursor: pointer;
    padding-bottom: 8px;
    padding-top: 15px;
    transition: font-weight .1s ease,border-bottom .1s ease;
    width: 50%
}

.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicySections__yXGvabe8__platform-common .terms-and-policy-module_termsAndPolicySectionItem__CqxNJ0wf__platform-common:not(:only-child).terms-and-policy-module_termsAndPolicySelectedSection__DKDPSBTB__platform-common {
    border-bottom: 2px solid var(--buttonMain);
    font-weight: 700
}

.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicySections__yXGvabe8__platform-common .terms-and-policy-module_termsAndPolicySectionItem__CqxNJ0wf__platform-common span {
    padding: 0 12px
}

.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicyTextPage__uZAZMW9R__platform-common {
    padding: 0 18px 0 12px;
    margin: 12px 0 24px;
    overflow-x: auto
}

.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicyTextPage__uZAZMW9R__platform-common::-webkit-scrollbar {
    width: 5px
}

.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicyTextPage__uZAZMW9R__platform-common::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 3px
}

.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicyTextPage__uZAZMW9R__platform-common::-webkit-scrollbar-thumb {
    background: #7e8083;
    border-radius: 3px
}

.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicyTextPage__uZAZMW9R__platform-common .app-loader {
    min-height: 150px
}

.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicyTextPage__uZAZMW9R__platform-common .text-page {
    counter-reset: section
}

.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicyTextPage__uZAZMW9R__platform-common .text-page h2 {
    counter-increment: section
}

.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicyTextPage__uZAZMW9R__platform-common .text-page h2:before {
    content: counter(section) ".";
    margin-right: 6px
}

.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicyActions__gdrBUL8C__platform-common {
    align-items: center;
    display: flex;
    flex-direction: column
}

.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicyActions__gdrBUL8C__platform-common .terms-and-policy-module_termsAndPolicyActionsReject__TXcMUtsY__platform-common {
    cursor: pointer;
    padding-top: 12px;
    text-align: center
}

.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicyActions__gdrBUL8C__platform-common .terms-and-policy-module_termsAndPolicyActionsReject__TXcMUtsY__platform-common:hover {
    text-decoration: underline
}

.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicyActions__gdrBUL8C__platform-common .terms-and-policy-module_termsAndPolicyActionsReject__TXcMUtsY__platform-common.terms-and-policy-module_termsAndPolicyActionsRejectDisabled__jVjkt7Fl__platform-common {
    opacity: .8;
    pointer-events: none
}

@media screen and (max-width: 820px) {
    .terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common {
        padding:24px 12px
    }

    .terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicyHeader__LdVUGcqS__platform-common {
        font-size: 16px
    }

    .terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicySections__yXGvabe8__platform-common {
        font-size: 14px
    }

    .terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicySections__yXGvabe8__platform-common .terms-and-policy-module_termsAndPolicySectionItem__CqxNJ0wf__platform-common:only-child {
        font-size: 16px
    }

    .terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicyActions__gdrBUL8C__platform-common .terms-and-policy-module_termsAndPolicyActionsReject__TXcMUtsY__platform-common {
        padding-top: 24px
    }
}

.cashout-button-module_Button__V7vUkA9P__platform-common:not(.cashout-button-module_DisabledButton__ua71OLIH__platform-common):not(.cashout-button-module_ButtonSuccess__TLblWlQC__platform-common) {
    background-color: var(--cashoutButtonDefault);
    border: var(--cashoutButtonBorder)
}

.cashout-button-module_Button__V7vUkA9P__platform-common:not(.cashout-button-module_DisabledButton__ua71OLIH__platform-common):not(.cashout-button-module_ButtonSuccess__TLblWlQC__platform-common):hover {
    background-color: var(--cashoutButtonDefaultHover)
}

.cashout-button-module_ButtonSuccess__TLblWlQC__platform-common {
    background-color: var(--cashoutButtonSuccess);
    border-color: var(--cashoutButtonSuccess)
}

.cashout-button-module_ButtonSuccess__TLblWlQC__platform-common:hover {
    background-color: var(--cashoutButtonSuccessHover)
}

.cashout-button-module_DisabledButton__ua71OLIH__platform-common {
    border-color: var(--cashoutDisabledButtonBG);
    background-color: var(--cashoutDisabledButtonBG);
    color: var(--cashoutDisabledButtonTextColor);
    pointer-events: none
}

.cashout-button-module_DisabledButton__ua71OLIH__platform-common:focus {
    background-color: var(--lightBorder)
}

.cashout-button-module_Amount__M-TfEtsJ__platform-common {
    display: flex;
    position: relative
}

.cashout-button-module_Amount__M-TfEtsJ__platform-common .svg-icon {
    margin-right: 5px;
    margin-left: 5px
}

.cashout-button-module_Amount__M-TfEtsJ__platform-common .cashout-button-module_OldValueWrapper__ouVOJBwx__platform-common {
    display: flex;
    opacity: 0;
    width: 0
}

.cashout-button-module_Amount__M-TfEtsJ__platform-common .cashout-button-module_OldValueWrapperActive__6LjzUWcb__platform-common {
    opacity: 1;
    transition: width .3s ease-in-out;
    width: 100%
}

.cashout-button-arrow-module_Arrow__nsJk33ab__platform-common {
    width: 10px;
    height: 16px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: -18px
}

.cashout-button-arrow-module_ArrowDown__l-k4HJho__platform-common {
    animation: cashout-button-arrow-module_DownAnimation__oOlQbNMn__platform-common 1s infinite
}

.cashout-button-arrow-module_ArrowDown__l-k4HJho__platform-common path {
    fill: var(--cashoutArrowDownColor)
}

.cashout-button-arrow-module_ArrowUp__IU9kZ-vN__platform-common {
    transform: rotate(180deg);
    animation: cashout-button-arrow-module_UpAnimation__Np064QTd__platform-common 1s infinite
}

.cashout-button-arrow-module_ArrowUp__IU9kZ-vN__platform-common path {
    fill: var(--cashoutArrowUpColor)
}

.cashout-button-arrow-module_ArrowUp__IU9kZ-vN__platform-common.cashout-button-arrow-module_ArrowSuccess__3UDotWF2__platform-common path {
    fill: var(--cashoutArrowUpSuccessButtonColor)
}

@keyframes cashout-button-arrow-module_UpAnimation__Np064QTd__platform-common {
    0% {
        transform: rotate(180deg) translate3d(0,-25%,0)
    }

    to {
        transform: rotate(180deg) translate3d(0,25%,0)
    }
}

@keyframes cashout-button-arrow-module_DownAnimation__oOlQbNMn__platform-common {
    0% {
        transform: translate3d(0,-25%,0)
    }

    to {
        transform: translate3d(0,25%,0)
    }
}

.app-button--small .cashout-button-arrow-module_Arrow__nsJk33ab__platform-common {
    width: 8px;
    height: 14px;
    margin-top: -7px;
    right: -12px
}

.cashout-confirm-module_cashoutConfirm__RpkcASS9__platform-common {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000080;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 5;
    padding: 0 23px;
    top: 0
}

.cashout-confirm-module_cashoutConfirmStatic__lFlhJ3I8__platform-common {
    position: relative
}

.cashout-confirm-module_container__SFBNjze3__platform-common {
    background: var(--cashoutConfirmBg);
    padding: 16px;
    text-align: center;
    width: 100%;
    color: var(--cashoutConfirmTextColor);
    border-radius: var(--cashoutConfirmBorderRadius)
}

.cashout-confirm-module_title__OOetIK0x__platform-common {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 8px
}

.cashout-confirm-module_description__GUPv-8en__platform-common {
    font-size: 14px
}

.cashout-confirm-module_actions__IjR1zrpo__platform-common {
    display: flex;
    align-items: center;
    margin: 16px -4px
}

.cashout-confirm-module_button__doyon-Eb__platform-common {
    margin: 0 4px
}

.cashout-confirm-module_button__doyon-Eb__platform-common.cashout-confirm-module_no__87pB3jAg__platform-common {
    color: var(--cashoutConfirmButtonNo);
    background: var(--cashoutConfirmButtonNoBg);
    border: var(--cashoutConfirmButtonNoBorderWidth, 1px) solid var(--cashoutConfirmButtonNoBorder);
    transition: background .3s ease,color .3s ease,border-color .3s ease
}

.cashout-confirm-module_button__doyon-Eb__platform-common.cashout-confirm-module_no__87pB3jAg__platform-common:hover {
    color: var(--cashoutConfirmButtonNoHover);
    background: var(--cashoutConfirmButtonNoBgHover);
    border-color: var(--cashoutConfirmButtonNoBorderHover)
}

.cashout-confirm-module_button__doyon-Eb__platform-common.cashout-confirm-module_yes__36eMvL8-__platform-common {
    color: var(--cashoutConfirmButtonYes);
    background: var(--cashoutConfirmButtonYesBg);
    border: var(--cashoutConfirmButtonYesBorderWidth, 1px) solid var(--cashoutConfirmButtonYesBorder);
    transition: background .3s ease,color .3s ease,border-color .3s ease
}

.cashout-confirm-module_button__doyon-Eb__platform-common.cashout-confirm-module_yes__36eMvL8-__platform-common:hover {
    color: var(--cashoutConfirmButtonYesHover);
    background: var(--cashoutConfirmButtonYesBgHover);
    border-color: var(--cashoutConfirmButtonYesBorderHover)
}

.comboboost-description-module_Title__qrMjq6GB__platform-common {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.6
}

.comboboost-description-module_Text__-8GEpgXp__platform-common {
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 1.43
}

.comboboost-description-module_confirmButton__vlk5pQf3__platform-common {
    background: var(--confirmButtonBG)
}

.comboboost-description-module_confirmButton__vlk5pQf3__platform-common:hover {
    background: var(--confirmButtonBGHover)
}

.snackbar-components-module_snackbarNotifications__s0IXunIf__platform-common {
    display: none
}

.appReady .snackbar-components-module_snackbarNotifications__s0IXunIf__platform-common {
    display: block
}

.gviveValidationError-module_icon__Mzk5b352__platform-common {
    width: 24px;
    margin-right: 12px
}

.gviveValidationError-module_icon__Mzk5b352__platform-common .gviveValidationError-module_error__mPbYvQs5__platform-common {
    width: 24px;
    height: 24px
}

.common-module_container__ACVDtDr2__platform-common {
    align-items: center;
    box-shadow: 0 8px 38px #0000004d;
    border-radius: 8px;
    display: flex;
    margin: 16px;
    padding: 24px;
    position: relative
}

.common-module_container__ACVDtDr2__platform-common:not(.common-module_mobile__yCB0ey2b__platform-common) {
    margin: 16px 16px 0 0;
    max-width: 340px
}

.common-module_container__ACVDtDr2__platform-common.common-module_green__Lzb-upZj__platform-common {
    background: var(--ontarioRegSuccessBg);
    color: var(--white)
}

.common-module_container__ACVDtDr2__platform-common.common-module_yellow__TL1u-kAw__platform-common {
    background: var(--snackbarAttentionBg);
    color: var(--white)
}

.common-module_container__ACVDtDr2__platform-common.common-module_greenContainerError__V-gha7mE__platform-common {
    background: var(--limitsSnackbarError);
    color: var(--white)
}

.common-module_successMsg__F3P-g36R__platform-common {
    font-size: 14px;
    margin-top: 4px
}

.common-module_accentMsg__gEGlQSLv__platform-common {
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    margin-top: 6px;
    text-transform: uppercase
}

.common-module_checkCircle__OKX-EyHi__platform-common {
    width: 24px;
    height: 24px;
    margin-right: 8px
}

.common-module_positionUnderHeader__AcG7-bEo__platform-common {
    position: fixed;
    right: 0;
    top: 69px;
    z-index: var(--zIndex-modalView-below)
}

.common-module_positionUnderHeader__AcG7-bEo__platform-common.common-module_positionMobile__3R0uwnKW__platform-common {
    right: inherit;
    top: 46px;
    width: 100%
}

body.menu-cms-header-view .common-module_positionUnderHeader__AcG7-bEo__platform-common {
    top: var(--menuCmsHeaderBodyTopPadding)
}

.financialReportStatus-module_customContainer__JHkn58WZ__platform-common {
    align-items: normal;
    padding: 16px
}

.financialReportStatus-module_checkCircle__vx--YYez__platform-common {
    width: 24px;
    height: 24px;
    margin-right: 8px
}

.gameInformation-module_icon__tR-WDHuq__platform-common {
    width: 24px;
    margin-right: 12px
}

.gameInformation-module_icon__tR-WDHuq__platform-common .gameInformation-module_error__p-ZJOFhs__platform-common {
    width: 24px;
    height: 24px
}

.animated-list-module_enter__WBDL19ZZ__platform-common {
    opacity: 0;
    transform: translate3d(0,100%,0);
    transition: all .3s ease-in-out
}

.animated-list-module_enterActive__ax9lM5wk__platform-common {
    opacity: 1;
    transform: translateZ(0)
}

.animated-list-module_exit__jOAukr-M__platform-common {
    opacity: 0;
    transform: translateZ(0);
    transition: all .3s ease-in-out
}

.animated-list-module_exitActive__SnMg-v-6__platform-common {
    opacity: 1;
    transform: translate3d(0,100%,0)
}

.modals-module_title__n3D7FiBJ__platform-common {
    font-size: 20px;
    font-weight: 700;
    color: var(--mainColor)
}

.modals-module_reasonTitle__lQ9L6eSH__platform-common {
    padding: 12px 0
}

.modals-module_select__psEj011G__platform-common {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.modals-module_label__8W2arFBx__platform-common {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}

.modals-module_periods__2kGiUU74__platform-common {
    flex: 0 0 180px;
    width: 180px;
    margin-left: 40px
}

.modals-module_baseMargin__0OOueU5x__platform-common {
    margin-top: 15px
}

.modals-module_alignTop__eqKF6RAR__platform-common {
    align-items: flex-start
}

.modals-module_checkTerms__oh53kh8K__platform-common {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: .01em
}

.modals-module_checkTerms__oh53kh8K__platform-common a {
    transition: color .15s ease;
    color: var(--buttonMain)
}

.modals-module_checkTerms__oh53kh8K__platform-common a:hover {
    color: inherit
}

.modals-module_buttons__iW4q3Bg3__platform-common {
    display: flex;
    justify-content: space-between
}

.modals-module_buttonItem__QOGyCX-6__platform-common {
    flex: 1
}

.modals-module_buttonItem__QOGyCX-6__platform-common.modals-module_cancel__bjDYyolw__platform-common {
    padding-right: 10px
}

.modals-module_buttonItem__QOGyCX-6__platform-common.modals-module_confirm__wa-gYfDp__platform-common {
    padding-left: 10px
}

.modals-module_wrapper__z80JofCJ__platform-common {
    background: var(--white);
    border-radius: 8px;
    max-width: 420px;
    padding: 24px
}

.modals-module_wrapper__z80JofCJ__platform-common.modals-module_deletion__ZNvwIeCe__platform-common {
    max-width: 544px
}

.modals-module_notice__NIlbD1jN__platform-common {
    padding: 8px;
    background: #ef2d2d1a;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.modals-module_notice__NIlbD1jN__platform-common svg {
    display: block
}

.modals-module_notice__NIlbD1jN__platform-common span {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    display: block
}

.modals-module_notice__NIlbD1jN__platform-common span+span {
    margin-left: 7px
}

.modals-module_notice__NIlbD1jN__platform-common span svg {
    width: 16px;
    font-size: 16px;
    display: block;
    position: relative;
    top: -1px
}

.self-deletion-module_textArea__Lgnj-jXO__platform-common {
    position: relative
}

.self-deletion-module_textArea__Lgnj-jXO__platform-common .form__textarea {
    background: var(--white);
    min-height: 140px;
    height: unset;
    overflow: hidden;
    padding: 15px 22px 36px
}

.self-deletion-module_textArea__Lgnj-jXO__platform-common.self-deletion-module_textAreaMobile__lXhX0Oxe__platform-common .form__textarea {
    min-height: 192px
}

.self-deletion-module_textArea__Lgnj-jXO__platform-common .self-deletion-module_textLength__GrNuNNho__platform-common {
    position: absolute;
    bottom: 12px;
    right: 16px;
    color: var(--selfDeleteTextLengthColor)
}

.self-deletion-module_cancelButton__kjvyWYvi__platform-common .app-button {
    border-color: var(--selfDeleteCancelButtonBorder);
    color: var(--selfDeleteMainButton)
}

.self-deletion-module_cancelButton__kjvyWYvi__platform-common .app-button:hover {
    background: var(--limitsTextareaBg);
    color: var(--selfDeleteMainButton)
}

.self-deletion-module_confirmButton__uSR0-NlI__platform-common .app-button--disabled {
    color: var(--selfDeleteMainButton);
    opacity: .6
}

.outside-click-skip-module_inline__nKMW2ioB__platform-common {
    display: inline-block
}

.logo-module_wrapperLogo__xIQdf3P1__platform-common img {
    max-width: 100%;
    height: auto;
    display: block
}

img.logo-module_wrapperLogoHide__CdjS7O0I__platform-common {
    display: none
}

.betbuilder-badge-module_badge__vUVuip6T__platform-common {
    color: var(--white);
    font-size: 10px;
    border-radius: 4px;
    background: var(--betBuilderIconBg);
    display: inline-flex;
    padding: 0 4px;
    height: 16px;
    line-height: 16px
}

:root {
    --zIndex-dropdown: 900;
    --zIndex-dropdown-below: 899;
    --zIndex-notification: 850;
    --zIndex-notification-below: 849;
    --zIndex-registrationLoader: 800;
    --zIndex-registrationLoader-below: 799;
    --zIndex-cookieBarDesktop: 750;
    --zIndex-cookieBarDesktop-below: 749;
    --zIndex-mobileAsideMenu: 700;
    --zIndex-mobileAsideMenu-below: 699;
    --zIndex-modalView: 600;
    --zIndex-modalView-below: 599;
    --zIndex-modalPortal: 500;
    --zIndex-modalPortal-below: 499;
    --zIndex-cookieBarMobile: 400;
    --zIndex-cookieBarMobile-below: 399;
    --zIndex-broadcastWidgetMobile: 390;
    --zIndex-broadcastWidgetMobile-below: 389;
    --zIndex-casinoGameNavigation: 380;
    --zIndex-casinoGameNavigation-below: 379;
    --zIndex-bottomMenu: 370;
    --zIndex-bottomMenu-below: 369;
    --zIndex-modalCoupon: 360;
    --zIndex-modalCoupon-below: 359;
    --zIndex-promoSnackbar: 350;
    --zIndex-promoSnackbar-below: 349;
    --zIndex-watchersChat: 340;
    --zIndex-watchersChat-below: 339;
    --zIndex-headerMenu: 20;
    --zIndex-headerMenu-below: 19;
    --zIndex-toTop: 15;
    --zIndex-toTop-below: 14;
    --zIndex-stickyLeagueHeader: 10;
    --zIndex-stickyLeagueHeader-below: 9;
    --zIndex-desktopAsideMenuForTextPage: 10;
    --zIndex-desktopAsideMenuForTextPage-below: 9;
    --zIndex-loader: 5;
    --zIndex-loader-below: 4
}

.hof-page-switcher-module_tabs__Q6-gIsT-__platform-common {
    background: var(--hofYellow);
    border-radius: 18px;
    display: flex;
    height: 36px;
    margin: 10px
}

.hof-page-switcher-module_tabs__Q6-gIsT-__platform-common .hof-page-switcher-module_tab__z4T-bJv2__platform-common {
    align-items: center;
    background: transparent;
    border-radius: 18px;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    padding: 0 12px;
    transition: .2s ease;
    transition-property: background-color,color
}

.hof-page-switcher-module_tabs__Q6-gIsT-__platform-common .hof-page-switcher-module_tab__z4T-bJv2__platform-common .hof-page-switcher-module_tabIcon__y2yjHZIj__platform-common {
    color: var(--hofTabIconColor)
}

.hof-page-switcher-module_tabs__Q6-gIsT-__platform-common .hof-page-switcher-module_tab__z4T-bJv2__platform-common.hof-page-switcher-module_activeTab__1dRbwcpS__platform-common {
    background-color: var(--hofPageSwitcherActiveBg);
    color: var(--hofPageSwitcherActive)
}

.hof-page-switcher-module_tabs__Q6-gIsT-__platform-common .hof-page-switcher-module_tab__z4T-bJv2__platform-common.hof-page-switcher-module_activeTab__1dRbwcpS__platform-common.hof-page-switcher-module_sportTab__QyZ-GEik__platform-common .hof-page-switcher-module_tabIcon__y2yjHZIj__platform-common {
    color: var(--hofTabIconActiveSportColor)
}

.hof-page-switcher-module_tabs__Q6-gIsT-__platform-common .hof-page-switcher-module_tab__z4T-bJv2__platform-common.hof-page-switcher-module_activeTab__1dRbwcpS__platform-common.hof-page-switcher-module_casinoTab__ZIRJawX1__platform-common .hof-page-switcher-module_tabIcon__y2yjHZIj__platform-common {
    color: var(--hofTabIconActiveCasinoColor)
}

.hof-page-switcher-module_tabs__Q6-gIsT-__platform-common .hof-page-switcher-module_tabIcon__y2yjHZIj__platform-common {
    font-size: 20px;
    margin-right: 10px;
    transition: color .2s ease
}

.hof-page-switcher-module_tabs__Q6-gIsT-__platform-common .hof-page-switcher-module_tabLabel__YUIyU42h__platform-common {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase
}

.hof-page-switcher-module_tabs__Q6-gIsT-__platform-common .hof-page-switcher-module_tabLabelTwo__EtWnTTXF__platform-common {
    font-weight: 700;
    letter-spacing: 1px
}

.hof-casino-module_hofCasino__LgKhnCMK__platform-common .hof-casino-module_pedestal__wf-Eambd__platform-common {
    font-size: 16px;
    margin-bottom: 22px
}

.hof-casino-module_hofCasino__LgKhnCMK__platform-common .hof-casino-module_topWinners__jS135RFX__platform-common {
    margin-bottom: 22px;
    position: relative;
    z-index: 2
}

.hof-casino-module_hofCasino__LgKhnCMK__platform-common .hof-casino-module_latestWinners__JhFeHer1__platform-common {
    position: relative;
    z-index: 1
}

.hof-casino-module_hofCasino__LgKhnCMK__platform-common .hof-casino-module_latestWinnersMobile__Jp-hhANb__platform-common {
    padding: var(--hofCasinoLatestWinnerPaddingContainerMobile);
    background: var(--hofCasinoLatestWinnerBgContainerMobile)
}

.hof-casino-module_hofCasino__LgKhnCMK__platform-common .hof-casino-module_latestWinnersDecor__0plWb6yu__platform-common {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.hof-casino-module_hofCasino__LgKhnCMK__platform-common .hof-casino-module_latestWinnersInner__jlHzCFhe__platform-common {
    position: relative;
    z-index: 2
}

.hof-casino-module_hofCasino__LgKhnCMK__platform-common.hof-casino-module_hofCasinoMobile__naFr5EEr__platform-common .hof-casino-module_pedestal__wf-Eambd__platform-common {
    margin-bottom: 15px;
    padding: 0 5px
}

@media screen and (max-width: 767px) {
    .hof-casino-module_hofCasino__LgKhnCMK__platform-common.hof-casino-module_hofCasinoMobile__naFr5EEr__platform-common .hof-casino-module_pedestal__wf-Eambd__platform-common {
        font-size:2.1vw
    }
}

.hof-casino-module_hofCasino__LgKhnCMK__platform-common.hof-casino-module_hofCasinoMobile__naFr5EEr__platform-common .hof-casino-module_topWinners__jS135RFX__platform-common {
    margin-bottom: var(--hofCasinoTopWinnerMarginBottomMobile);
    position: relative
}

.hof-casino-pedestal-module_pedestal__HDfJmUQU__platform-common {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.hof-casino-pedestal-module_pedestal__HDfJmUQU__platform-common.hof-casino-pedestal-module_pedestalMobile__lFpa-7CM__platform-common .hof-casino-pedestal-module_user__0jcQzxri__platform-common {
    font-size: 1.8em;
    line-height: 2
}

.hof-casino-pedestal-module_place__p8xD4jeI__platform-common {
    padding: 0 .8em 10px;
    position: relative
}

.hof-casino-pedestal-module_place__p8xD4jeI__platform-common img {
    border-radius: 5px;
    display: block;
    height: 100%;
    width: 100%
}

.hof-casino-pedestal-module_place__p8xD4jeI__platform-common.hof-casino-pedestal-module_placeFirst__DYPubCNy__platform-common {
    order: 2;
    width: 37%
}

.hof-casino-pedestal-module_place__p8xD4jeI__platform-common.hof-casino-pedestal-module_placeFirst__DYPubCNy__platform-common .hof-casino-pedestal-module_game__FODUJSjK__platform-common {
    background: linear-gradient(180deg,var(--hofPedestalFirst),var(--white) 80%)
}

.hof-casino-pedestal-module_place__p8xD4jeI__platform-common.hof-casino-pedestal-module_placeSecond__3TfNH-Pz__platform-common {
    font-size: .85em;
    order: 1;
    width: 30%
}

.hof-casino-pedestal-module_place__p8xD4jeI__platform-common.hof-casino-pedestal-module_placeSecond__3TfNH-Pz__platform-common .hof-casino-pedestal-module_game__FODUJSjK__platform-common {
    background: linear-gradient(180deg,var(--hofPedestalSecond),var(--white) 80%)
}

.hof-casino-pedestal-module_place__p8xD4jeI__platform-common.hof-casino-pedestal-module_placeThird__jRKoOzyk__platform-common {
    font-size: .85em;
    order: 3;
    width: 29.4%
}

.hof-casino-pedestal-module_place__p8xD4jeI__platform-common.hof-casino-pedestal-module_placeThird__jRKoOzyk__platform-common .hof-casino-pedestal-module_game__FODUJSjK__platform-common {
    background: linear-gradient(180deg,var(--hofPedestalThird),var(--white) 80%)
}

.hof-casino-pedestal-module_place__p8xD4jeI__platform-common:before {
    background: var(--white);
    border-radius: 5px;
    bottom: 0;
    box-shadow: 0 5px 15px #0000001a;
    content: "";
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0
}

.hof-casino-pedestal-module_placeInner__kP6lw8-a__platform-common {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1
}

.hof-casino-pedestal-module_prize__BbEnhc6Z__platform-common {
    height: 10em;
    width: 10.625em
}

.hof-casino-pedestal-module_game__FODUJSjK__platform-common {
    border-radius: 5px;
    min-width: 12em;
    padding: 1em 1em 0;
    width: 85%
}

.hof-casino-pedestal-module_game__FODUJSjK__platform-common .hof-casino-pedestal-module_gameImage__hqFDOUvM__platform-common {
    height: 10em;
    margin: 0 auto;
    width: 10em
}

.hof-casino-pedestal-module_user__0jcQzxri__platform-common {
    color: var(--headerBackground);
    font-size: 1.3125em;
    line-height: 2.5;
    max-width: 80%;
    white-space: nowrap
}

.hof-casino-pedestal-module_stats__wN0KSIuO__platform-common {
    border-radius: 5px;
    overflow: hidden;
    width: 100%
}

.hof-casino-pedestal-module_stat__4g82XIIw__platform-common {
    font-size: 1.3125em;
    font-weight: 500;
    line-height: 1;
    padding: .5em .7em;
    text-transform: uppercase
}

.hof-casino-pedestal-module_stat__4g82XIIw__platform-common.hof-casino-pedestal-module_statBet__-sKeyvl4__platform-common {
    background: var(--headerBackground);
    color: var(--hofPedestalBet);
    opacity: .9
}

.hof-casino-pedestal-module_stat__4g82XIIw__platform-common.hof-casino-pedestal-module_statBet__-sKeyvl4__platform-common .hof-casino-pedestal-module_statLabel__K7vc1hId__platform-common:before,.hof-casino-pedestal-module_stat__4g82XIIw__platform-common.hof-casino-pedestal-module_statBet__-sKeyvl4__platform-common .hof-casino-pedestal-module_statLabel__K7vc1hId__platform-common:after {
    content: "-";
    display: inline-block
}

.hof-casino-pedestal-module_stat__4g82XIIw__platform-common.hof-casino-pedestal-module_statWin__9ub6Fcx-__platform-common {
    background: var(--headerBackground);
    color: var(--hofYellow)
}

.hof-casino-pedestal-module_stat__4g82XIIw__platform-common.hof-casino-pedestal-module_statWin__9ub6Fcx-__platform-common .hof-casino-pedestal-module_statLabel__K7vc1hId__platform-common .svg-icon {
    font-size: .8em
}

.hof-casino-pedestal-module_stat__4g82XIIw__platform-common .hof-casino-pedestal-module_statLabel__K7vc1hId__platform-common {
    font-size: .8em;
    margin-bottom: .3em
}

.hof-casino-pedestal-module_stat__4g82XIIw__platform-common .hof-casino-pedestal-module_statLabel__K7vc1hId__platform-common span {
    display: block;
    margin: 0 .5em;
    max-width: calc(100% - 3em);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.hof-casino-pedestal-module_stat__4g82XIIw__platform-common .hof-casino-pedestal-module_statValue__E2teW3lT__platform-common {
    font-size: 1.2em
}

.hof-casino-pedestal-module_stat__4g82XIIw__platform-common .hof-casino-pedestal-module_statLabel__K7vc1hId__platform-common,.hof-casino-pedestal-module_stat__4g82XIIw__platform-common .hof-casino-pedestal-module_statValue__E2teW3lT__platform-common {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center
}

.hof-sport-module_hofSport__MSdkqpPv__platform-common {
    position: relative
}

.hof-sport-module_hofSport__MSdkqpPv__platform-common:not(.hof-sport-module_hofSportMobile__S-ZyVn5x__platform-common) .hof-sport-module_topWinnersFooter__DLRQwdOf__platform-common {
    background: var(--white);
    border-radius: 0 0 5px 5px;
    display: flex;
    justify-content: center;
    padding: 10px
}

.hof-sport-module_hofSport__MSdkqpPv__platform-common:not(.hof-sport-module_hofSportMobile__S-ZyVn5x__platform-common) .hof-sport-module_topWinnersMore__jXk14cIe__platform-common {
    align-items: center;
    border: 1px solid var(--hofSportShowMoreButtonBorder);
    border-radius: 20px;
    color: var(--mainColor);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    margin: 15px 0;
    padding: 0 30px;
    transition: border-color .2s ease,background-color .2s ease
}

.hof-sport-module_hofSport__MSdkqpPv__platform-common:not(.hof-sport-module_hofSportMobile__S-ZyVn5x__platform-common) .hof-sport-module_topWinnersMore__jXk14cIe__platform-common:hover {
    background: var(--hofSportShowMoreButtonHoverBg);
    border-color: var(--hofSportShowMoreButtonHoverBorder)
}

.hof-sport-module_hofSport__MSdkqpPv__platform-common.hof-sport-module_hofSportMobile__S-ZyVn5x__platform-common .hof-sport-module_topWinnersMore__jXk14cIe__platform-common {
    align-items: center;
    background: var(--white);
    border-radius: 5px;
    color: var(--mainColor);
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 45px;
    justify-content: center;
    padding: 5px
}

.hof-sport-module_list__ZUaqgR5c__platform-common {
    background: var(--white);
    border-radius: 0 0 5px 5px;
    min-height: 250px;
    position: relative;
    z-index: 1
}

.hof-sport-module_noRecords__V9Whm8lB__platform-common {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    opacity: .7;
    padding: 10%;
    text-align: center
}

.hof-sport-module_loaderWrapper__3PvQMVzc__platform-common {
    opacity: 0;
    transition: visibility .15s ease,opacity .15s ease;
    visibility: hidden
}

.hof-sport-module_loaderWrapper__3PvQMVzc__platform-common.hof-sport-module_visible__ZZMaeeek__platform-common {
    opacity: 1;
    visibility: visible
}

.hof-sport-module_topWinnersFilter__EyDrP-kD__platform-common {
    position: absolute;
    right: 20px;
    top: 12px;
    z-index: 2
}

.hof-sport-module_hofSportMobile__S-ZyVn5x__platform-common .hof-sport-module_topWinnersFilter__EyDrP-kD__platform-common {
    left: 5px;
    right: 5px;
    top: 40px;
    z-index: 2
}

.hof-sport-module_hofSportMobile__S-ZyVn5x__platform-common .hof-sport-module_list__ZUaqgR5c__platform-common {
    background: var(--hofEventsBackground);
    padding: 25px 12px
}

.hof-sport-module_hofSportMobile__S-ZyVn5x__platform-common .hof-sport-module_loaderWrapper__3PvQMVzc__platform-common {
    left: 0;
    position: absolute;
    right: 0;
    top: 18px;
    z-index: 1
}

@media screen and (max-width: 460px) {
    .hof-sport-module_hofSportMobile__S-ZyVn5x__platform-common .hof-sport-module_list__ZUaqgR5c__platform-common {
        padding:var(--hofSportListPaddingVertical) var(--hofSportListPaddingHorizontal)
    }
}

.hall-of-fame-module_hof__LhdKNDL7__platform-common {
    margin-top: 69px;
    padding: 30px 0 60px;
    position: relative
}

.hall-of-fame-module_hof__LhdKNDL7__platform-common .hof-page-switcher {
    margin: 0 auto 20px;
    max-width: 360px
}

.hall-of-fame-module_hof__LhdKNDL7__platform-common.hall-of-fame-module_sport__FIXwrK-S__platform-common .hall-of-fame-module_hofBg__qmDrdonf__platform-common {
    height: 692px
}

.hall-of-fame-module_hof__LhdKNDL7__platform-common.hall-of-fame-module_sport__FIXwrK-S__platform-common .hall-of-fame-module_hofBg__qmDrdonf__platform-common:before {
    background: linear-gradient(to right,rgba(255,255,255,0),var(--white) 100px,var(--white) 700px,rgba(255,255,255,0));
    bottom: 0;
    content: "";
    display: block;
    left: calc(50% - 400px);
    position: absolute;
    top: 0;
    width: 800px;
    z-index: 1
}

.hall-of-fame-module_hof__LhdKNDL7__platform-common.hall-of-fame-module_sport__FIXwrK-S__platform-common .hall-of-fame-module_hofBg__qmDrdonf__platform-common:after {
    background: linear-gradient(to bottom,rgba(255,255,255,0),var(--bodyBackgroundColor));
    bottom: 0;
    content: "";
    display: block;
    height: 50px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2
}

.hall-of-fame-module_hof__LhdKNDL7__platform-common.hall-of-fame-module_sport__FIXwrK-S__platform-common .hall-of-fame-module_hofHeader__xIvRaeyI__platform-common {
    margin-bottom: 50px
}

.hall-of-fame-module_hof__LhdKNDL7__platform-common.hall-of-fame-module_casino__C8PUre9-__platform-common .hall-of-fame-module_hofBg__qmDrdonf__platform-common {
    height: 1030px
}

.hall-of-fame-module_hofBg__qmDrdonf__platform-common {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover
}

.hall-of-fame-module_hofBgImage__c--WKAnl__platform-common {
    display: block;
    position: absolute
}

.hall-of-fame-module_hofBgImage__c--WKAnl__platform-common.hall-of-fame-module_left__-BmJicHe__platform-common {
    right: calc(50% + 485px);
    top: 81px
}

.hall-of-fame-module_hofBgImage__c--WKAnl__platform-common.hall-of-fame-module_right__pExsgeQk__platform-common {
    left: calc(50% + 404px);
    top: 39px
}

.hall-of-fame-module_hofHeader__xIvRaeyI__platform-common {
    position: relative;
    z-index: 2
}

.hall-of-fame-module_hofHeaderTitle__OefcEppc__platform-common {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 30px;
    text-align: center
}

.hall-of-fame-module_hofHeaderDescription__U7My6HvD__platform-common {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    margin: 0 auto 25px;
    max-width: 600px;
    padding: 0 20px;
    text-align: center
}

.hall-of-fame-module_hofHeaderAction__R63QbH1I__platform-common {
    display: flex;
    justify-content: center
}

.hall-of-fame-module_hofHeaderAction__R63QbH1I__platform-common .app-button {
    font-size: 18px;
    font-weight: 500;
    min-width: 180px;
    text-transform: none
}

.hall-of-fame-module_hofContainer__-Skuu2LE__platform-common {
    margin: 0 auto;
    max-width: 860px;
    position: relative;
    width: 100%;
    z-index: 2
}

.hall-of-fame-module_hofPedestal__8nhFDDdS__platform-common {
    padding: 70px 0 20px
}

.hall-of-fame-module_hofCasinoDecorLeft__hMj-VEBK__platform-common {
    bottom: 0;
    display: block;
    left: -181px;
    position: absolute
}

.hall-of-fame-module_hofCasinoDecorRight__w-MnZXjY__platform-common {
    bottom: -8px;
    display: block;
    position: absolute;
    right: -173px
}

.hall-of-fame-module_hofPageSwitcher__P8vZsz-c__platform-common {
    height: 40px;
    margin: 0 auto 20px;
    max-width: 360px
}

body.menu-cms-header-view .hall-of-fame-module_hof__LhdKNDL7__platform-common {
    margin-top: var(--menuCmsHeaderBodyTopPadding)
}

.hall-of-fame-module_hof__KIa5QJEW__platform-common {
    padding: 0 0 20px;
    position: relative
}

.hall-of-fame-module_hof__KIa5QJEW__platform-common .hof-page-switcher {
    margin: 0 auto 12px;
    max-width: 280px
}

.hall-of-fame-module_hof__KIa5QJEW__platform-common:before {
    background: var(--white);
    content: "";
    display: block;
    height: 300px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

.hall-of-fame-module_hof__KIa5QJEW__platform-common.hall-of-fame-module_sport__D3jPFROC__platform-common .hall-of-fame-module_hofBg__XpwUagcg__platform-common:before {
    background: linear-gradient(to bottom,#b8d7ed 100px,#fff0)
}

.hall-of-fame-module_hof__KIa5QJEW__platform-common.hall-of-fame-module_casino__kcz-47zg__platform-common .hall-of-fame-module_hofBg__XpwUagcg__platform-common:before {
    background: linear-gradient(to bottom,var(--white) 100px,rgba(255,255,255,0))
}

.hall-of-fame-module_hofBg__XpwUagcg__platform-common {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.hall-of-fame-module_hofBg__XpwUagcg__platform-common:before {
    content: "";
    height: 140px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.hall-of-fame-module_hofBgLayer__K2I2bUBA__platform-common {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: var(--hofSportMobileBgPositionTop, 0);
    z-index: 1;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover
}

.hall-of-fame-module_hofBgImage__70-fh-LM__platform-common {
    display: block;
    min-width: 60px;
    position: absolute;
    width: auto;
    z-index: 3
}

.hall-of-fame-module_hofBgImage__70-fh-LM__platform-common.hall-of-fame-module_left__9rvQJIbH__platform-common {
    height: 178px;
    left: -54px;
    top: 130px
}

.hall-of-fame-module_hofBgImage__70-fh-LM__platform-common.hall-of-fame-module_right__JX9IAIXf__platform-common {
    height: 120px;
    right: 0;
    top: 160px
}

.hall-of-fame-module_hofHeader__BLNdwiL8__platform-common {
    padding: 20px 8px 30px;
    position: relative
}

.hall-of-fame-module_hofHeaderTitle__-2sXRn78__platform-common {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 15px;
    text-align: center
}

.hall-of-fame-module_hofHeaderDescription__EiCYyYgq__platform-common {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    margin: 0 auto 12px;
    max-width: 600px;
    padding: 0 20px;
    text-align: center
}

.hall-of-fame-module_hofHeaderAction__ugbrIgzW__platform-common {
    display: flex;
    justify-content: center
}

.hall-of-fame-module_hofHeaderAction__ugbrIgzW__platform-common .app-button {
    font-size: 12px;
    height: 32px;
    min-height: 28px;
    min-width: 130px
}

.hall-of-fame-module_hofContainer__dBnUkYkM__platform-common {
    position: relative;
    width: 100%;
    z-index: 2
}

.hall-of-fame-module_hofPedestal__RYsITP12__platform-common {
    font-size: 11px;
    margin: 0 auto;
    max-width: 540px;
    padding: 50px 0 0;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 460px) {
    .hall-of-fame-module_hof__KIa5QJEW__platform-common.hall-of-fame-module_sport__D3jPFROC__platform-common .hall-of-fame-module_hofHeader__BLNdwiL8__platform-common {
        padding:20px 0 70px
    }

    .hall-of-fame-module_hofPedestal__RYsITP12__platform-common {
        font-size: 2.1vw
    }
}

.annual-report-module_wrapper__bLmsCecl__platform-common {
    padding: 40px;
    background-color: var(--white)
}

.annual-report-module_wrapSection__8x29QUvB__platform-common {
    padding: 30px 40px;
    background-color: var(--backgroundReportColor)
}

.annual-report-module_innerSection__tXrQPlAF__platform-common {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.annual-report-module_section__er4yORqY__platform-common {
    background-color: var(--backgroundReportColor);
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.annual-report-module_link__-7bcYT-o__platform-common {
    color: var(--mainColor);
    font-weight: 500;
    font-size: 15px;
    line-height: 1.35;
    text-decoration: none
}

.annual-report-module_title__uNHoEbOO__platform-common {
    color: var(--mainColor);
    font-weight: 500;
    font-size: 18px;
    line-height: 1.35
}

.annual-report-module_filters__OvMc1O-q__platform-common {
    display: flex;
    align-items: center
}

.annual-report-module_linkSection__A7vXYuag__platform-common {
    margin: 15px 0 0;
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

@media only screen and (max-width: 700px) {
    .annual-report-module_section__er4yORqY__platform-common {
        flex-direction:column
    }

    .annual-report-module_title__uNHoEbOO__platform-common {
        text-align: center;
        margin-bottom: 15px
    }

    .annual-report-module_wrapper__bLmsCecl__platform-common {
        padding: 15px
    }
}

.annual-report-module_prevMonth__eAi1m76s__platform-common {
    display: flex;
    align-items: center
}

.financial-report-module_wrapper__nKW-HrwC__platform-common {
    padding: 24px;
    background-color: var(--white);
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px
}

.financial-report-module_section__wd3I9WWc__platform-common {
    border: 1px solid #E5E5E5;
    padding: 24px;
    border-radius: 8px
}

.financial-report-module_link__aQDYitwm__platform-common {
    color: var(--mainColor);
    font-weight: 500;
    font-size: 15px;
    line-height: 1.35;
    text-decoration: none
}

.financial-report-module_title__hTmBrFG5__platform-common {
    color: var(--mainColor);
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px
}

.financial-report-module_heading__r6S4h5n3__platform-common {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: var(--mainColor)
}

.financial-report-module_description__5Zy-07Ts__platform-common {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    color: #797979
}

.financial-report-module_field__fJFREFS1__platform-common {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 16px 0;
    flex-direction: column;
    gap: 12px
}

.financial-report-module_icon__oiswOJZp__platform-common {
    width: 48px;
    height: 48px
}

.financial-report-module_actions__yTCZVDcx__platform-common {
    gap: 16px;
    flex-direction: column;
    width: 100%
}

.financial-report-module_actions__yTCZVDcx__platform-common button {
    width: 100%;
    height: 40px
}

.financial-report-module_gap__TvTfX5Zq__platform-common {
    gap: 16px
}

.financial-report-module_linkSection__Ub8dWpOS__platform-common {
    margin-top: 16px;
    display: flex;
    gap: 4px;
    flex-direction: column
}

.financial-report-module_customSelect__dg25Xr3B__platform-common [class="ui-select ui-select--small"],.financial-report-module_customSelect__dg25Xr3B__platform-common [class="ui-select ui-select--open ui-select--small"] {
    min-width: 130px
}

.financial-report-module_month__4IEAPsS6__platform-common {
    text-transform: capitalize
}

.financial-report-module_linkButton__TCZ7JsmL__platform-common {
    border: 1px solid #E5E5E5;
    color: #6b6b6b
}

.financial-report-module_dropdownHeader__Mv7X7Cra__platform-common {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    max-height: 48px;
    background: #fff;
    border-radius: 8px 8px 0 0
}

.financial-report-module_dropdownTitle__uzzTFLvM__platform-common {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: var(--mainColor)
}

.financial-report-module_dropdownWrapper__BeEVW7gY__platform-common {
    background: #f4f4f4;
    padding: 16px;
    border-radius: 0 0 8px 8px
}

.financial-report-module_dropdownWrapper__BeEVW7gY__platform-common [role=list] {
    background: #fff;
    border-radius: 8px;
    padding: 2px
}

.financial-report-module_dropdownWrapper__BeEVW7gY__platform-common [role=listitem] {
    margin: 0 12px;
    padding: 0
}

.financial-report-module_dropdownWrapper__BeEVW7gY__platform-common [role=listitem][class="ui-select__list-item ui-select__list-item--active"] {
    background: #fff
}

.financial-report-module_dropdownWrapper__BeEVW7gY__platform-common [role=listitem]:not(:last-child) {
    border-bottom: 1px solid #F4F4F4
}

.financial-report-module_customListItem__7Sc-mafS__platform-common {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%
}

@media (min-width: 1024px) {
    .financial-report-module_wrapper__nKW-HrwC__platform-common {
        grid-template-columns:2fr 1fr
    }

    .financial-report-module_field__fJFREFS1__platform-common {
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }

    .financial-report-module_actions__yTCZVDcx__platform-common {
        flex-direction: row;
        justify-content: space-between;
        align-items: center
    }
}

.bettors-tournament-single-board-module_banner__vfqiXDLe__platform-common {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: var(--bettorsTournamentBg);
    max-width: 1980px;
    margin: 64px auto 0
}

.bettors-tournament-single-board-module_glowAreaContainer__3chafBwP__platform-common {
    position: absolute;
    width: 30%;
    height: 500px;
    right: 0;
    align-items: start;
    justify-content: start
}

.bettors-tournament-single-board-module_glowAreaDesktop__B4u3a9ZS__platform-common {
    display: flex
}

.bettors-tournament-single-board-module_bannerFront__XvlKsLj4__platform-common {
    position: absolute;
    right: -160px;
    top: 50px;
    height: 600px;
    z-index: 2
}

.bettors-tournament-single-board-module_bannerMobile__Jayhg58E__platform-common {
    margin-top: 0
}

.bettors-tournament-single-board-module_wrapper__soBkJDFa__platform-common {
    position: relative;
    padding: 50px 64px;
    color: var(--bettorsTournamentColor);
    z-index: 2
}

.bettors-tournament-single-board-module_container__TSBuLIvV__platform-common {
    display: flex;
    margin-top: 24px
}

.bettors-tournament-single-board-module_right__oZEopq2Z__platform-common {
    flex: 0 0 calc(30% - 24px);
    margin-left: 24px
}

.bettors-tournament-single-board-module_video__crvI-z4N__platform-common {
    padding-bottom: 24px
}

.bettors-tournament-single-board-module_videoElement__umfBX3AK__platform-common {
    border-radius: var(--bettorsTournamentItemBorderRadius);
    overflow: hidden
}

@media (max-width: 1580px) {
    .bettors-tournament-single-board-module_banner__vfqiXDLe__platform-common {
        background-size:130%;
        background-position: 60% 0
    }

    .bettors-tournament-single-board-module_bannerFront__XvlKsLj4__platform-common {
        top: 20px;
        right: -290px
    }
}

@media (max-width: 1010px) {
    .bettors-tournament-single-board-module_banner__vfqiXDLe__platform-common {
        background-size:215% auto;
        background-position: 50% 0
    }

    .bettors-tournament-single-board-module_bannerFront__XvlKsLj4__platform-common {
        display: none
    }

    .bettors-tournament-single-board-module_wrapper__soBkJDFa__platform-common {
        padding: 12px
    }

    .bettors-tournament-single-board-module_container__TSBuLIvV__platform-common {
        flex-direction: column
    }

    .bettors-tournament-single-board-module_right__oZEopq2Z__platform-common {
        flex: 0 0 100%;
        margin-left: 0;
        margin-top: 24px
    }

    .bettors-tournament-single-board-module_glowAreaDesktop__B4u3a9ZS__platform-common {
        display: none
    }
}

@media (max-width: 600px) {
    .bettors-tournament-single-board-module_banner__vfqiXDLe__platform-common {
        background-size:100% auto;
        background-position: 50% 0
    }
}

.bettors-tournament-single-board-terms-module_wrapper__ygb2d2r-__platform-common {
    margin-top: 24px
}

.bettors-tournament-single-board-terms-module_wrapper__ygb2d2r-__platform-common ul,.bettors-tournament-single-board-terms-module_wrapper__ygb2d2r-__platform-common ol {
    padding-left: 12px
}

.bettors-tournament-single-board-terms-module_title__P2UFUb1c__platform-common {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: .32px;
    margin-bottom: 24px;
    text-align: center
}

.bettors-tournament-single-board-navigation-module_wrapper__L7ZeGdOI__platform-common {
    display: none;
    background: var(--bettorsTournamentNavigationBg);
    margin: -7px -12px 12px;
    position: sticky;
    top: 69px;
    z-index: 10
}

.bettors-tournament-single-board-navigation-module_wrapperMobile__qr2jgGId__platform-common {
    margin-top: -12px;
    top: 46px
}

.bettors-tournament-single-board-navigation-module_item__fH5iZMqM__platform-common {
    flex: 1 1 33.333333%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--bettorsTournamentColor);
    text-decoration: none
}

@media (max-width: 1010px) {
    .bettors-tournament-single-board-navigation-module_wrapper__L7ZeGdOI__platform-common {
        display:flex;
        align-items: center
    }
}

.bet-tournament-multi-board-desktop-module_tournament__d4CI9CdF__platform-common {
    position: relative;
    background: var(--betTournamentBg);
    min-height: 100vh;
    padding: 110px 50px 80px
}

.bet-tournament-multi-board-desktop-module_title__rscc6g6L__platform-common {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: var(--betTournamentText)
}

.bet-tournament-multi-board-desktop-module_title__rscc6g6L__platform-common p {
    line-height: 1.4;
    margin: 10px 0 0
}

.bet-tournament-multi-board-desktop-module_title__rscc6g6L__platform-common p:first-of-type {
    margin: 0
}

.bet-tournament-multi-board-desktop-module_title__rscc6g6L__platform-common .bet-tournament-multi-board-desktop-module_subTitle__V0gcWWLa__platform-common {
    font-size: 12px;
    font-weight: 400;
    opacity: .6
}

.bet-tournament-multi-board-desktop-module_termsWrapper__t8WLB-YO__platform-common {
    display: flex;
    justify-content: center;
    margin-bottom: 15px
}

.bet-tournament-multi-board-desktop-module_termsButton__rPvUf9p4__platform-common {
    color: var(--betTournamentText);
    text-decoration: underline;
    font-weight: 400;
    opacity: .7
}

.bet-tournament-multi-board-desktop-module_boards__UdEJiEpt__platform-common {
    display: flex;
    justify-content: center;
    align-items: stretch
}

.bet-tournament-multi-board-desktop-module_boards__UdEJiEpt__platform-common.bet-tournament-multi-board-desktop-module_threeCols__YGnrpsef__platform-common .bet-tournament-multi-board-desktop-module_boardsItem__F02YV0uf__platform-common {
    width: 33.3333%
}

.bet-tournament-multi-board-desktop-module_boards__UdEJiEpt__platform-common.bet-tournament-multi-board-desktop-module_twoCols__tJWMC4AD__platform-common .bet-tournament-multi-board-desktop-module_boardsItem__F02YV0uf__platform-common {
    width: 40%
}

.bet-tournament-multi-board-desktop-module_boards__UdEJiEpt__platform-common.bet-tournament-multi-board-desktop-module_oneCol__jyRH73JB__platform-common .bet-tournament-multi-board-desktop-module_boardsItem__F02YV0uf__platform-common {
    width: 45%
}

.bet-tournament-multi-board-desktop-module_boardsItem__F02YV0uf__platform-common {
    padding: 0 12px
}

.bet-tournament-multi-board-desktop-module_placeDescription__Zvo7B2A4__platform-common {
    color: var(--betTournamentText);
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    padding: 20px 40px 0
}

.bet-tournament-banner-module_bannerContainer__Y8YNb1rp__platform-common {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    align-items: start;
    width: calc(100% - 300px);
    padding: 32px;
    margin: 0 12px 24px;
    border-radius: 8px;
    border: 1px solid var(--betTournamentBannerBorder);
    background: var(--betTournamentBannerBackground);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: var(--white)
}

.bet-tournament-banner-module_firstSection__QSGiWCuB__platform-common,.bet-tournament-banner-module_secondSection__9qjtUA1S__platform-common {
    display: flex;
    flex-direction: column;
    justify-content: start;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.bet-tournament-banner-module_firstSection__QSGiWCuB__platform-common {
    gap: 24px;
    padding-right: 32px
}

.bet-tournament-banner-module_secondSection__9qjtUA1S__platform-common {
    padding-left: 32px;
    border-left: 1px solid var(--betTournamentBannerBorder)
}

.bet-tournament-banner-module_bannerHeader__EizBEbZp__platform-common,.bet-tournament-banner-module_bannerHeaderSecond__l3wUTzk3__platform-common {
    font-size: 32px;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: .32px;
    text-transform: uppercase
}

.bet-tournament-banner-module_bannerHeaderSecond__l3wUTzk3__platform-common {
    color: var(--betTournamentBannerHeaderSecondFont)
}

.bet-tournament-banner-module_oneLine__0HB720yb__platform-common {
    display: flex;
    gap: 10px
}

.bet-tournament-banner-module_timerWrapper__KmAxEZSV__platform-common {
    margin-block:16px}

.bet-tournament-banner-module_instructionContainer__eGqqhNjc__platform-common {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 32px
}

.bet-tournament-banner-module_conditionsOnEndedTournament__VXKmXUoD__platform-common {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 8px
}

.bet-tournament-banner-module_stepPointContainer__4sAbDGsH__platform-common {
    display: flex;
    align-items: start;
    gap: 16px
}

.bet-tournament-banner-module_stepNumber__AX0QghU7__platform-common {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    padding-inline:11px;width: 44px;
    height: 44px;
    border-radius: 100%;
    border: 4px solid #F2C94C;
    background: var(--betTournamentBannerBackground)
}

.bet-tournament-banner-module_termsWrapper__zN6JTBQ5__platform-common {
    display: flex;
    justify-content: start;
    margin-top: 8px
}

.bet-tournament-banner-module_termsButton__7-jR597Z__platform-common {
    color: var(--white);
    text-decoration: underline;
    font-weight: 400
}

.bet-tournament-banner-module_authorizeButtons__6ow6b9KC__platform-common {
    display: grid;
    grid-template-columns: 122px 122px;
    gap: 8px
}

.bet-tournament-banner-module_contentActions__-n4NXUkb__platform-common {
    display: flex;
    justify-content: start;
    gap: 8px
}

.bet-tournament-banner-module_bannerBackground__0q5TgzqS__platform-common {
    position: absolute;
    top: 69px;
    left: 0;
    width: 100vw;
    height: 390px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.bet-tournament-banner-module_bannerImage__Nc-pKes6__platform-common {
    position: absolute;
    left: 0;
    top: 69px;
    width: 100%;
    height: 390px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain
}

@media screen and (max-width: 1530px) {
    .bet-tournament-banner-module_bannerContainer__Y8YNb1rp__platform-common {
        width:calc(100% - 180px)
    }

    .bet-tournament-banner-module_bannerImage__Nc-pKes6__platform-common {
        background-position: 105%
    }

    .bet-tournament-banner-module_bannerImage__Nc-pKes6__platform-common {
        top: 99px;
        background-position: 105%;
        background-size: auto 330px
    }

    .bet-tournament-banner-module_bannerHeader__EizBEbZp__platform-common,.bet-tournament-banner-module_bannerHeaderSecond__l3wUTzk3__platform-common {
        font-size: 24px
    }

    .bet-tournament-banner-module_firstSection__QSGiWCuB__platform-common,.bet-tournament-banner-module_secondSection__9qjtUA1S__platform-common {
        font-size: 12px
    }
}

@media screen and (max-width: 1150px) {
    .bet-tournament-banner-module_bannerContainer__Y8YNb1rp__platform-common {
        width:calc(100% - 24px)
    }
}

.full-event-page-stub-img-module_sportStubImg__1V52oaHc__platform-common {
    flex: 0 0 260px
}

.full-event-page-stub-img-module_sportStubImg__1V52oaHc__platform-common img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: var(--mslBorderRadius)
}

.full-event-page-stub-img-module_sportStubImg__1V52oaHc__platform-common.full-event-page-stub-img-module_marginLeft__K-UdN1we__platform-common {
    margin-left: 8px
}

.full-event-page-stub-img-module_sportStubImg__1V52oaHc__platform-common.full-event-page-stub-img-module_absolute__DEi-KUry__platform-common {
    position: absolute;
    width: 100%;
    height: 100%
}

.full-event-page-stub-img-module_sportStubImg__1V52oaHc__platform-common.full-event-page-stub-img-module_absolute__DEi-KUry__platform-common:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(100% 162.16% at 100% 0%,var(--mslEventBgGradientColor) 0%,var(--mslEventBgGradientColorBlue) 100%);
    opacity: .9;
    border-radius: var(--mslBorderRadius)
}

@media screen and (max-width: 1000px) {
    .full-event-page-stub-img-module_sportStubImg__1V52oaHc__platform-common.full-event-page-stub-img-module_hiddenOnTablet__JcUdHkSy__platform-common {
        display:none
    }
}

.full-event-page-stub-img-module_sportStubImg__1V52oaHc__platform-common.full-event-page-stub-img-module_lightGradientBg__yGY0j2Ge__platform-common:after {
    background: radial-gradient(100% 162.16% at 100% 0%,rgba(var(--mslEventBgGradientColorBgRGB),.9),rgba(var(--mslEventBgGradientColorBlueBgRGB),.7))
}

.full-event-auth-module_container__fBm9B-jr__platform-common {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--mslTabBg);
    border-radius: var(--mslBorderRadius);
    position: relative
}

.full-event-auth-module_container__fBm9B-jr__platform-common .full-event-auth-module_heading__gYifVUP5__platform-common {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 8px;
    color: var(--white)
}

.full-event-auth-module_container__fBm9B-jr__platform-common .full-event-auth-module_depositHeading__Sqh2p-E-__platform-common {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
    color: var(--white)
}

.full-event-auth-module_container__fBm9B-jr__platform-common .full-event-auth-module_loginInfo__5geFyLll__platform-common {
    position: relative;
    background-color: transparent;
    box-shadow: none;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px
}

.full-event-auth-module_container__fBm9B-jr__platform-common .full-event-auth-module_loginInfo__5geFyLll__platform-common.full-event-auth-module_margin__P4y7kAJN__platform-common {
    padding: 20px;
    margin: 20px 0
}

.full-event-auth-module_container__fBm9B-jr__platform-common .full-event-auth-module_loginInfo__5geFyLll__platform-common div {
    color: var(--mslLoginInfoFontColor);
    max-width: 200px
}

.full-event-auth-module_container__fBm9B-jr__platform-common .full-event-auth-module_loginInfo__5geFyLll__platform-common div a {
    text-decoration: none;
    color: var(--accentMain)
}

.full-event-auth-module_container__fBm9B-jr__platform-common.full-event-auth-module_margin__P4y7kAJN__platform-common {
    margin: 15px auto 10px;
    background: transparent
}

.full-event-auth-module_Button__QwTbY06Z__platform-common {
    background: var(--betslipSecondary);
    color: var(--white)!important;
    text-decoration: none!important;
    font-size: 12px;
    height: 32px;
    width: 60%
}

.full-event-markets-categories-module_categories__wrGiSfan__platform-common {
    position: relative;
    height: 40px;
    width: calc(100% - 44px);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.full-event-markets-categories-module_categories__wrGiSfan__platform-common.full-event-markets-categories-module_grey__FK5fbElJ__platform-common {
    background: var(--mslAdditionalMarketBg);
    border-radius: var(--mslBorderRadius)
}

.full-event-markets-categories-module_categoriesInner__qOgZrxvU__platform-common {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-color: var(--mslScrollbarThumbColor) transparent;
    scrollbar-width: thin
}

.full-event-markets-categories-module_categoriesInner__qOgZrxvU__platform-common::-webkit-scrollbar {
    width: var(--mslScrollbarWidth);
    background: var(--mslScrollbarBg);
    height: 8px
}

.full-event-markets-categories-module_categoriesInner__qOgZrxvU__platform-common::-webkit-scrollbar-track {
    border-radius: var(--mslScrollbarBorderRadius)
}

.full-event-markets-categories-module_categoriesInner__qOgZrxvU__platform-common::-webkit-scrollbar-thumb {
    background-color: var(--mslScrollbarThumbColorHover);
    border-radius: var(--mslScrollbarBorderRadius);
    border: var(--mslScrollbarBorder)
}

.full-event-markets-categories-module_categoriesInner__qOgZrxvU__platform-common.full-event-markets-categories-module_paddingLeft__4HQshIXt__platform-common {
    padding-left: 14px
}

.full-event-markets-categories-module_category__kSv4nv71__platform-common {
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    color: var(--mslTextDark);
    transition: color .15s ease;
    padding: 6px 8px;
    display: flex;
    align-items: center;
    text-transform: capitalize
}

.full-event-markets-categories-module_category__kSv4nv71__platform-common.full-event-markets-categories-module_grey__FK5fbElJ__platform-common {
    background: var(--mslMarketsGroupColor);
    border-radius: var(--mslMarketsBorderRadius);
    border: 1px solid var(--mslMarketTitleBg);
    padding: 6px 8px
}

.full-event-markets-categories-module_category__kSv4nv71__platform-common.full-event-markets-categories-module_grey__FK5fbElJ__platform-common:hover,.full-event-markets-categories-module_category__kSv4nv71__platform-common.full-event-markets-categories-module_grey__FK5fbElJ__platform-common.full-event-markets-categories-module_active__9mtmOyif__platform-common {
    color: var(--white);
    background-color: var(--mslActiveMarketBg)
}

.full-event-markets-categories-module_category__kSv4nv71__platform-common+.full-event-markets-categories-module_category__kSv4nv71__platform-common {
    margin-left: 8px
}

.full-event-markets-categories-module_category__kSv4nv71__platform-common:first-letter {
    text-transform: uppercase
}

.full-event-markets-categories-module_category__kSv4nv71__platform-common .full-event-markets-categories-module_withIcon__gJYcU9P5__platform-common {
    width: 16px;
    height: 16px;
    margin-left: 4px
}

.full-event-markets-categories-module_category__kSv4nv71__platform-common.full-event-markets-categories-module_animated__WUdnNWEC__platform-common:not(.full-event-markets-categories-module_active__9mtmOyif__platform-common) {
    background: linear-gradient(to right,var(--analyticsButtonMain) 60%,var(--analyticsButtonSecond));
    background-size: 300% 200%;
    animation: full-event-markets-categories-module_change-background__s04uMnnN__platform-common 2s ease-in infinite;
    border: 1px solid transparent
}

.full-event-markets-categories-module_category__kSv4nv71__platform-common.full-event-markets-categories-module_animated__WUdnNWEC__platform-common:not(.full-event-markets-categories-module_active__9mtmOyif__platform-common):hover:not(.full-event-markets-categories-module_active__9mtmOyif__platform-common) {
    border-color: transparent;
    color: var(--mainColor)
}

.full-event-markets-categories-module_eventFinished__jifAkxyz__platform-common {
    align-items: center;
    background: var(--buttonText);
    border-radius: 0 0 3px 3px;
    box-shadow: 0 0 5px #0000004d;
    display: flex;
    flex-direction: column;
    height: 280px;
    justify-content: center;
    margin: 0;
    position: relative;
    width: 100%
}

.full-event-markets-categories-module_eventFinished__jifAkxyz__platform-common.full-event-markets-categories-module_margin__nOBCQ-qk__platform-common {
    margin-top: 15px
}

.full-event-markets-categories-module_eventFinished__jifAkxyz__platform-common img {
    display: block;
    width: 91px
}

.full-event-markets-categories-module_select__hJaunCwb__platform-common {
    height: 30px;
    line-height: 30px
}

.full-event-markets-categories-module_favoritesIconContainer__14lNlQX0__platform-common {
    position: relative;
    padding-left: 4px;
    padding-right: 14px
}

.full-event-markets-categories-module_favoritesIconContainer__14lNlQX0__platform-common:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -2px;
    right: 6px;
    width: 1px;
    height: 28px;
    background: #e2e8ee
}

.full-event-markets-categories-module_favoritMarketIdsCount__YX6Hh9qc__platform-common {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    font-size: 10px;
    line-height: 4px;
    background-color: var(--newIconBackground);
    border-radius: 50%;
    width: 14px;
    height: 14px;
    color: #fff;
    right: 8px;
    top: -6px;
    z-index: 2
}

.full-event-markets-categories-module_favoritesIcon__69-7Bamw__platform-common {
    width: 20px!important;
    height: 20px!important;
    color: #6f7b8d;
    cursor: pointer
}

@keyframes full-event-markets-categories-module_change-background__s04uMnnN__platform-common {
    0% {
        background-position: 50% 0%
    }

    50% {
        background-position: 99% 300%
    }

    to {
        background-position: 50% 0%
    }
}

.markets-toggler-module_collapse__h-9cFOcb__platform-common {
    background-color: var(--mslTabBg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 8px;
    cursor: pointer;
    margin-left: 7px;
    margin-top: 4px;
    border-radius: var(--mslMarketsBorderRadius);
    border: 1px solid var(--mslMarketsBorderColor)
}

.markets-toggler-module_collapse__h-9cFOcb__platform-common .svg-icon {
    transition: transform .15s ease
}

.markets-toggler-module_collapse__h-9cFOcb__platform-common.markets-toggler-module_collapsed__9ZRwor34__platform-common svg {
    transform: rotate(180deg)
}

.markets-toggler-module_collapse__h-9cFOcb__platform-common.markets-toggler-module_bgDarkGrey__Ovct7MqX__platform-common {
    align-self: stretch;
    background-color: var(--mslAdditionalMarketBg);
    font-size: 18px;
    border-radius: var(--mslBorderRadius);
    width: 45px
}

.search-page-result-module_item__yj7Gr-pj__platform-common {
    margin-bottom: 15px
}

.search-page-result-module_img__UoZ5oQqV__platform-common {
    margin-right: 10px
}

.search-page-result-module_heading__QM1FnySi__platform-common {
    background: var(--mslSectionBg);
    display: flex;
    align-items: center;
    padding: 7px 15px;
    border-radius: var(--mslBorderRadius);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    color: var(--mslTextDark);
    margin-bottom: 8px
}

.search-page-result-module_heading__QM1FnySi__platform-common img {
    max-width: 20px
}

.search-page-result-module_text__U6SYWKNj__platform-common {
    font-weight: 700
}

.search-page-result-module_text__U6SYWKNj__platform-common,.search-page-result-module_link__eMSuzjD0__platform-common {
    text-decoration: none;
    font-size: 12px;
    color: var(--mslTextDark);
    transition: color .1s ease-in
}

.search-page-result-module_content__kKRMZzwz__platform-common {
    display: flex;
    flex-wrap: wrap;
    background: var(--mslTabBg);
    border-radius: var(--mslBorderRadius);
    padding: 10px 15px
}

.search-page-result-module_content__kKRMZzwz__platform-common:hover .search-page-result-module_text__U6SYWKNj__platform-common,.search-page-result-module_content__kKRMZzwz__platform-common:hover .search-page-result-module_link__eMSuzjD0__platform-common {
    color: var(--accentMain)
}

.search-page-result-module_date__NKx1z9Ey__platform-common {
    font-size: 11px;
    margin-bottom: 7px
}

.search-page-result-module_team__KTMgv2MX__platform-common {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    font-size: 14px
}

.search-page-result-module_name__wdLicBTI__platform-common {
    font-size: 14px;
    line-height: 1.4
}

.event-table-body-status-modern-module_infoText__TrZfFu1-__platform-common {
    color: var(--mslTextDark);
    font-weight: 400;
    position: relative;
    font-size: 12px;
    line-height: 1;
    top: 1px
}

.event-table-body-status-modern-module_infoText__TrZfFu1-__platform-common.event-table-body-status-modern-module_notMobile__353jAoBz__platform-common {
    font-size: 14px;
    top: 0;
    color: var(--white)
}

.event-table-body-status-modern-module_infoText__TrZfFu1-__platform-common.event-table-body-status-modern-module_mobile__fuP11YTQ__platform-common {
    font-size: 10px;
    color: var(--white)
}

.event-table-body-status-modern-module_marginRight__4TKpgkzU__platform-common {
    margin-right: 8px
}

.event-table-body-status-modern-module_broadcastIcon__-uom-w-G__platform-common {
    margin-left: 8px;
    position: relative
}

.event-table-body-status-modern-module_stoppedIcon__-vaeM-u7__platform-common {
    position: relative;
    font-size: 13px;
    color: var(--eventTimeStatsText);
    margin-right: 8px
}

.event-table-body-status-modern-module_stoppedIcon__-vaeM-u7__platform-common.event-table-body-status-modern-module_whiteStoppedIcon__4eWZexx3__platform-common {
    color: var(--white);
    font-size: 13px
}

.event-table-body-status-modern-module_timer__mGweMIMj__platform-common {
    width: 3.2em
}

.event-table-body-status-modern-module_infoTextCA__U0LRj4uZ__platform-common {
    font-size: 14px
}

.betradar-top-module_betradarTop__uy-bA2rE__platform-common {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--allSportsTitleColor);
    background: var(--betradarTopColor);
    border-radius: var(--mslSmallBorderRadius);
    padding: 4px 8px;
    margin-bottom: 8px
}

.betradar-top-module_betradarTop__uy-bA2rE__platform-common.betradar-top-module_mobile__OqLpgEMy__platform-common .betradar-top-module_score__gMYOBnt-__platform-common {
    font-size: 14px;
    line-height: 20px
}

.betradar-top-module_betradarTop__uy-bA2rE__platform-common.betradar-top-module_mobile__OqLpgEMy__platform-common .betradar-top-module_team__MSiAMgjE__platform-common {
    font-size: 10px;
    line-height: 16px
}

.betradar-top-module_score__gMYOBnt-__platform-common {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px
}

.betradar-top-module_team__MSiAMgjE__platform-common {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    width: 40%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.betradar-top-module_team__MSiAMgjE__platform-common.betradar-top-module_two__rN-17ra0__platform-common {
    text-align: right
}

.sticky-wrapper-module_sticky__ZAS8f7Mf__platform-common {
    position: fixed;
    left: 0;
    transform: translateY(-100%);
    transition: transform .15s ease,opacity .15s ease;
    width: 100%;
    z-index: 13;
    opacity: 0
}

.sticky-wrapper-module_sticky__ZAS8f7Mf__platform-common.sticky-wrapper-module_animate__H0zb8MjZ__platform-common {
    transform: translateY(0);
    background: var(--mslStickyWrapperActiveBg);
    padding: 16px 16px 0;
    opacity: 1
}

.sticky-wrapper-module_sticky__ZAS8f7Mf__platform-common.sticky-wrapper-module_animate__H0zb8MjZ__platform-common:after {
    content: "";
    position: absolute;
    left: 0;
    height: 15px;
    right: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    background: var(--mslLeagueTitleFadeGradient)
}

.not-found-icon-module_animated__4Eijzjig__platform-common {
    animation-name: not-found-icon-module_bounce__aFZSJ3xS__platform-common;
    animation-timing-function: linear;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    position: absolute;
    bottom: 50px;
    left: 55%
}

@keyframes not-found-icon-module_bounce__aFZSJ3xS__platform-common {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(0)
    }
}

.leagues-menu-module_leaguesMenu__XWd6cHI-__platform-common {
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px
}

.leagues-menu-module_leaguesMenu__XWd6cHI-__platform-common a {
    text-decoration: none;
    color: var(--mslTextLight);
    transition: color .15s ease
}

.leagues-menu-module_leaguesMenu__XWd6cHI-__platform-common a:hover {
    color: var(--accentMain)
}

.leagues-menu-module_leaguesMenu__XWd6cHI-__platform-common+.leagues-menu-module_leaguesMenu__XWd6cHI-__platform-common {
    position: relative;
    margin-top: 12px;
    padding-top: 12px
}

.leagues-menu-module_leaguesMenu__XWd6cHI-__platform-common+.leagues-menu-module_leaguesMenu__XWd6cHI-__platform-common:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 8px;
    right: 8px;
    height: 1px;
    background: var(--mslSectionBg)
}

.leagues-menu-module_leaguesMenuNew__PBdvUOe2__platform-common {
    box-shadow: 0 0 4px #00000040;
    border-radius: var(--mslBorderRadius);
    overflow: hidden
}

.leagues-menu-module_loader__8-dlu2gB__platform-common {
    min-height: 300px;
    position: relative
}

.leagues-menu-module_countryLeagues__wHh66Z-I__platform-common {
    border-radius: var(--sportMenuCountryLeaguesBorderRadius, var(--mslSmallBorderRadius));
    overflow: hidden;
    color: var(--mslTextLight)
}

.leagues-menu-module_countryLeagues__wHh66Z-I__platform-common.leagues-menu-module_mobile__YBLLIPfZ__platform-common {
    text-decoration: none;
    padding: 5px 0 5px 12px;
    border-radius: var(--mslBorderRadius);
    color: var(--mslTextDark);
    background: var(--mslTabBg);
    font-size: 12px
}

.leagues-menu-module_countryLeagues__wHh66Z-I__platform-common.leagues-menu-module_mobile__YBLLIPfZ__platform-common .leagues-menu-module_country__JQjYd-ZQ__platform-common {
    justify-content: space-between;
    width: 100%;
    padding: 0
}

.leagues-menu-module_countryLeagues__wHh66Z-I__platform-common.leagues-menu-module_mobile__YBLLIPfZ__platform-common .leagues-menu-module_center__IFmf18y-__platform-common {
    width: calc(100% - 40px)
}

.leagues-menu-module_countryLeagues__wHh66Z-I__platform-common.leagues-menu-module_open__lraAIXxZ__platform-common:not(.leagues-menu-module_mobile__YBLLIPfZ__platform-common) {
    background-color: var(--mslLeaguesOpenBg)
}

.leagues-menu-module_countryLeagues__wHh66Z-I__platform-common.leagues-menu-module_open__lraAIXxZ__platform-common:not(.leagues-menu-module_mobile__YBLLIPfZ__platform-common) .leagues-menu-module_contry__PEcX7WdO__platform-common {
    background-color: var(--mslLeaguesOpenBg)
}

.leagues-menu-module_countryLeagues__wHh66Z-I__platform-common.leagues-menu-module_open__lraAIXxZ__platform-common .leagues-menu-module_countryArrow__xZB9k6QW__platform-common {
    transform: rotate(0)
}

.leagues-menu-module_countryLeagues__wHh66Z-I__platform-common.leagues-menu-module_open__lraAIXxZ__platform-common .leagues-menu-module_countryArrow__xZB9k6QW__platform-common.leagues-menu-module_disabled__a-p6RVys__platform-common {
    opacity: .4
}

.leagues-menu-module_countryLeagues__wHh66Z-I__platform-common.leagues-menu-module_hover__N2yXb9DI__platform-common .leagues-menu-module_country__JQjYd-ZQ__platform-common:hover {
    background-color: rgba(var(--mslSectionBgRGB),.7)
}

.leagues-menu-module_countryLeagues__wHh66Z-I__platform-common+.leagues-menu-module_countryLeagues__wHh66Z-I__platform-common {
    margin-top: 8px
}

.leagues-menu-module_countryLeaguesNew__i0Dd100D__platform-common {
    border-bottom: var(--mslSportLeagueWrapperBorder);
    border-radius: unset
}

.leagues-menu-module_center__IFmf18y-__platform-common {
    display: flex;
    align-items: center;
    overflow: hidden
}

.leagues-menu-module_country__JQjYd-ZQ__platform-common {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px 30px 8px 12px;
    min-height: 40px;
    cursor: pointer;
    background-color: var(--sportMenuCountryBg, rgba(var(--mslSectionBgRGB), 0));
    transition: background-color .15s ease
}

@media screen and (max-width: 1500px) {
    .leagues-menu-module_country__JQjYd-ZQ__platform-common {
        min-height:30px
    }
}

.leagues-menu-module_countryName__edl7zvd8__platform-common {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-width: 100%
}

@media screen and (max-width: 1500px) {
    .leagues-menu-module_countryName__edl7zvd8__platform-common {
        font-size:12px
    }
}

.leagues-menu-module_countryIcon__CTr-zUQi__platform-common {
    margin-right: 10px
}

.leagues-menu-module_countryIcon__CTr-zUQi__platform-common img {
    display: block;
    height: auto;
    width: 22px;
    border-radius: var(--countryFlagBorderRadius)
}

.leagues-menu-module_countryArrow__xZB9k6QW__platform-common {
    transform: rotate(180deg);
    position: absolute;
    right: 12px;
    top: 45%;
    margin-top: -5px;
    transition: transform .15s ease;
    color: #6f7b8d
}

.leagues-menu-module_countryArrowNew__PPP4Hc7Q__platform-common svg {
    font-size: 12px
}

.leagues-menu-module_leaguesList__cvfRbFQE__platform-common {
    padding: 8px 0;
    position: relative
}

.leagues-menu-module_leaguesList__cvfRbFQE__platform-common.leagues-menu-module_paddingNone__MGEnKqvl__platform-common {
    padding-bottom: 0
}

.leagues-menu-module_league__GIaXwNWl__platform-common {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px
}

.leagues-menu-module_league__GIaXwNWl__platform-common.leagues-menu-module_mobile__YBLLIPfZ__platform-common {
    background: var(--mslLeagueMenuBG);
    border-radius: var(--mslBorderRadius);
    margin-bottom: 8px;
    margin-right: 12px;
    padding: 0 12px 0 0
}

.leagues-menu-module_league__GIaXwNWl__platform-common img {
    display: block;
    width: 22px;
    height: auto;
    margin-right: 8px;
    border-radius: var(--countryFlagBorderRadius)
}

.leagues-menu-module_league__GIaXwNWl__platform-common svg {
    font-size: 20px;
    margin-left: 8px
}

.leagues-menu-module_league__GIaXwNWl__platform-common.leagues-menu-module_withCheckbox__hL0aASOG__platform-common {
    position: relative;
    padding-left: 40px
}

.leagues-menu-module_league__GIaXwNWl__platform-common.leagues-menu-module_filteredBySportId__gGdwsnkz__platform-common {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px
}

.leagues-menu-module_league__GIaXwNWl__platform-common.leagues-menu-module_filteredBySportId__gGdwsnkz__platform-common img {
    height: auto;
    width: 22px
}

@media screen and (max-width: 1500px) {
    .leagues-menu-module_league__GIaXwNWl__platform-common.leagues-menu-module_filteredBySportId__gGdwsnkz__platform-common img {
        width:18px
    }
}

.leagues-menu-module_league__GIaXwNWl__platform-common.leagues-menu-module_asTopItem__IxrxjUjn__platform-common {
    color: var(--mslTextLight);
    padding: 8px 8px 8px 5px;
    min-height: 40px
}

.leagues-menu-module_league__GIaXwNWl__platform-common.leagues-menu-module_asTopItem__IxrxjUjn__platform-common img {
    width: 20px
}

.leagues-menu-module_league__GIaXwNWl__platform-common.leagues-menu-module_asTopItem__IxrxjUjn__platform-common svg {
    font-size: 20px;
    color: var(--mslTextLight)
}

.leagues-menu-module_league__GIaXwNWl__platform-common.leagues-menu-module_asTopItem__IxrxjUjn__platform-common+.leagues-menu-module_league__GIaXwNWl__platform-common.leagues-menu-module_asTopItem__IxrxjUjn__platform-common {
    margin-top: 8px
}

.leagues-menu-module_league__GIaXwNWl__platform-common.leagues-menu-module_current__63xWtfrL__platform-common {
    color: var(--accentMain)
}

.leagues-menu-module_leagueNew__6wRAQhi-__platform-common {
    border-bottom: var(--mslSportLeagueWrapperBorder)
}

.leagues-menu-module_leagueText__ou-s2O9P__platform-common {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    cursor: pointer;
    width: 100%
}

.leagues-menu-module_leagueText__ou-s2O9P__platform-common.leagues-menu-module_padding__TgepgfOk__platform-common {
    padding: 10px
}

.leagues-menu-module_leagueText__ou-s2O9P__platform-common.leagues-menu-module_grey__3kv13BEX__platform-common {
    color: var(--mslTextLight);
    text-decoration: none
}

@media screen and (max-width: 1500px) {
    .leagues-menu-module_leagueText__ou-s2O9P__platform-common.leagues-menu-module_grey__3kv13BEX__platform-common {
        font-size:12px
    }
}

.leagues-menu-module_leagueText__ou-s2O9P__platform-common:hover {
    color: var(--accentMain)
}

.leagues-menu-module_leagueAmount__w4mq20sQ__platform-common {
    font-weight: 700;
    opacity: .5;
    padding-left: 10px
}

.leagues-menu-module_checkbox__qsbF2FLN__platform-common {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

.leagues-menu-module_champsTitle__xXQ1xN7R__platform-common {
    padding: 0 6px;
    font-size: 14px;
    font-weight: 700;
    margin-top: 16px
}

.leagues-menu-module_champsTitle__xXQ1xN7R__platform-common.leagues-menu-module_margin__xDD2xStD__platform-common {
    margin-bottom: 10px;
    margin-top: 10px
}

.leagues-menu-module_champsTitleNew__kxKfEyC5__platform-common {
    margin-bottom: 16px
}

@media screen and (max-width: 1800px) {
    .leagues-menu-module_league__GIaXwNWl__platform-common {
        font-size:11px
    }

    .leagues-menu-module_league__GIaXwNWl__platform-common.leagues-menu-module_asTopItem__IxrxjUjn__platform-common {
        padding: 8px;
        font-size: 11px
    }
}

.favorites-list-module_favoritesTitle__vtMB1XXU__platform-common {
    font-weight: 700;
    padding: 18px 0 12px 8px
}

.favorites-list-module_favCompetitorsContainer__dNTFK3AO__platform-common {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.favorites-list-module_favoritesRow__0j3pOhut__platform-common {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    cursor: pointer;
    transition: .15s ease-in-out
}

.favorites-list-module_favoritesRow__0j3pOhut__platform-common:hover {
    background-color: var(--aggregateScoreBG);
    border-radius: 8px;
    transition: .15s ease-in-out
}

.favorites-list-module_favoritesActive__4hueYLY5__platform-common {
    background-color: var(--aggregateScoreBG);
    border-radius: 8px
}

.favorites-list-module_favoritesIcon__IELTa-Hj__platform-common {
    margin-right: 6px
}

.favorites-list-module_favoritesIcon__IELTa-Hj__platform-common>div {
    padding: 0;
    scale: .8
}

.favorites-list-module_titleText__Pk7E--SO__platform-common {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    color: var(--inputColor);
    font-size: 12px;
    max-width: 100px
}

.favorites-list-module_activeText__IhPjj8vu__platform-common {
    color: var(--limitGreenText)
}

.favorites-list-module_eventCounter__19a8DAGE__platform-common {
    flex-grow: 1;
    text-align: end;
    color: var(--inputColor);
    opacity: .5
}

.favorites-list-module_favoriteTeamLogo__Le-X3kt8__platform-common {
    height: 16px;
    width: 16px;
    margin-right: 6px
}

.favorites-list-module_itemsFirstSecion__Xb6HcEmD__platform-common {
    display: flex;
    align-items: center
}

.favorites-list-module_itemsSecondSection__N3H2b0pQ__platform-common {
    display: flex;
    gap: 8px
}

.favorites-list-module_noFavoritesText__3QBRbcvY__platform-common {
    color: var(--mslSportFiltersItemMobileIcon);
    padding-left: 8px
}

.event-data-timer-module_timer__xrtVJMgD__platform-common {
    display: flex;
    align-items: center;
    color: var(--white)
}

.event-data-timer-module_wrapper__fsIEUC48__platform-common {
    min-width: 50px;
    background: var(--mslTimerWrapperBg);
    border: 1px dashed var(--mslTimerWrapperBg);
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    padding: 3px 10px;
    margin: 0 4px;
    position: relative
}

.event-data-timer-module_wrapper__fsIEUC48__platform-common.event-data-timer-module_padding__dcHg1o-2__platform-common {
    padding: 4px 18px;
    background: rgba(var(--whiteRgb),.1)
}

.event-data-timer-module_solidBorder__x0eyyqgU__platform-common {
    border: 1px solid var(--mslTimerWrapperBg)
}

.event-data-timer-module_wrapper__fsIEUC48__platform-common:not(:last-child):after {
    content: ":";
    position: absolute;
    bottom: 0;
    right: -7px;
    color: var(--white);
    font-weight: 700;
    font-size: 20px
}

.event-data-timer-module_label__tN-5LCOk__platform-common {
    font-weight: 400;
    font-size: 10px;
    line-height: 16px
}

.event-data-timer-module_value__S-PLXiGB__platform-common {
    font-weight: 700;
    font-size: 20px
}

.event-data-timer-module_timerMobile__mQsrfVhv__platform-common {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2px 4px;
    align-items: center;
    gap: 3px;
    font-size: 10px;
    line-height: 16px;
    border-radius: 8px;
    background: rgba(var(--whiteRgb),.1)
}

.event-data-timer-module_timeWrapperMobile__Mq5nl4TK__platform-common {
    display: flex;
    align-items: center
}

.aside-section-item-module_active__8KJco7be__platform-common {
    background: var(--newSportMenuItemActiveBg)
}

.aside-section-item-module_active__8KJco7be__platform-common .aside-section-item-module_name__GSojUGiU__platform-common {
    color: var(--newSportMenuItemActiveText)
}

.aside-section-item-module_item__yWihgXNi__platform-common {
    border-bottom: 1px solid var(--newSportMenuItemBorder);
    padding: 10px 12px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    cursor: pointer
}

.aside-section-item-module_item__yWihgXNi__platform-common:hover {
    background: var(--newSportMenuItemActiveBg)
}

.aside-section-item-module_inner__ytPL9isf__platform-common {
    display: flex;
    align-items: center
}

.aside-section-item-module_icon__wUahvDwB__platform-common {
    width: 16px;
    height: 16px
}

.aside-section-item-module_icon__wUahvDwB__platform-common img {
    width: 100%
}

.aside-section-item-module_name__GSojUGiU__platform-common {
    color: var(--newSportMenuItemText);
    font-size: 14px;
    margin-left: 13px
}

.aside-section-item-module_rightLabel__QogiAZxG__platform-common {
    background: var(--sportMenuRightLableBackground);
    font-weight: 700;
    font-size: 12px;
    color: var(--sportMenuRightLable, #FFF);
    width: 20px;
    height: 20px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

body:not(.base-text-page) .aside-menu-module_asideMenu__ZYwxddfF__platform-common {
    width: 100%
}

body:not(.base-text-page) .aside-menu-module_opened__3zfiBOxO__platform-common .aside-menu-module_arrow__f0FtvK-p__platform-common {
    transform: rotate(0)
}

body:not(.base-text-page) .aside-menu-module_opened__3zfiBOxO__platform-common .aside-menu-module_title__mhJ1dNUQ__platform-common {
    border-radius: var(--asideMenuOpenBorderRadius)
}

body:not(.base-text-page) .aside-menu-module_opened__3zfiBOxO__platform-common .aside-menu-module_titleNewLayout__rpS90UO-__platform-common {
    border-radius: 8px 8px 0 0
}

body:not(.base-text-page) .aside-menu-module_opened__3zfiBOxO__platform-common .aside-menu-module_asideMenuList__22iqFo0N__platform-common {
    display: block
}

body:not(.base-text-page) .aside-menu-module_disabled__0b6IS19s__platform-common {
    pointer-events: none;
    opacity: .9
}

body:not(.base-text-page) .aside-menu-module_disabled__0b6IS19s__platform-common .aside-menu-module_arrow__f0FtvK-p__platform-common {
    display: none
}

body:not(.base-text-page) .aside-menu-module_highlighted__0YOhPSpv__platform-common:not(.aside-menu-module_opened__3zfiBOxO__platform-common) {
    animation: aside-menu-module_highlight__YzNFUgCx__platform-common 1s infinite
}

body:not(.base-text-page) .aside-menu-module_titleFilters__PoLdkGur__platform-common {
    display: flex;
    align-items: center;
    height: 21px;
    position: relative;
    top: -2px
}

[lang=de] body:not(.base-text-page) .aside-menu-module_titleFilters__PoLdkGur__platform-common {
    top: -4px
}

@media screen and (max-width: 1429px) {
    body:not(.base-text-page) .aside-menu-module_titleFilters__PoLdkGur__platform-common {
        top:-4px
    }
}

body:not(.base-text-page) .aside-menu-module_titleFilters__PoLdkGur__platform-common div+div {
    margin-left: 5px
}

body:not(.base-text-page) .aside-menu-module_titleFiltersItem__YBZojV38__platform-common {
    padding: 2px;
    margin: 0;
    color: var(--asideSvgColor);
    transition: color .25s ease;
    font-size: 17px
}

body:not(.base-text-page) .aside-menu-module_titleFiltersItem__YBZojV38__platform-common:hover {
    color: var(--asideSvgColorHover);
    cursor: pointer
}

body:not(.base-text-page) .aside-menu-module_titleFiltersItemActive__V7f7UtGM__platform-common {
    cursor: default;
    color: var(--sportFilterColorActive)
}

body:not(.base-text-page) .aside-menu-module_scrollWrapper__1f--irgA__platform-common {
    max-height: calc(100vh - 115px);
    display: flex;
    width: 100%
}

body:not(.base-text-page) .aside-menu-module_titleAmount__mddsWIHX__platform-common {
    position: absolute;
    right: 8px;
    top: 18px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--buttonMain);
    font-size: 12px;
    line-height: 30px;
    font-weight: 700;
    color: var(--buttonText);
    display: flex;
    align-items: center;
    justify-content: center
}

body:not(.base-text-page) .aside-menu-module_title__mhJ1dNUQ__platform-common {
    position: relative;
    text-transform: uppercase;
    color: var(--asideMenuTitleColor);
    text-decoration: none;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 43px;
    padding: 14px 40px 7px 15px;
    background-color: var(--asideMenuTitleBg);
    border-radius: var(--asideMenuCollapsedBorderRadius)
}

[lang=de] body:not(.base-text-page) .aside-menu-module_title__mhJ1dNUQ__platform-common {
    font-size: 12px;
    padding: 15px 40px 7px 15px
}

@media screen and (max-width: 1429px) {
    body:not(.base-text-page) .aside-menu-module_title__mhJ1dNUQ__platform-common {
        font-size:12px;
        padding: 15px 40px 7px 15px
    }
}

a body:not(.base-text-page) .aside-menu-module_title__mhJ1dNUQ__platform-common {
    transition: color .15s ease;
    position: static
}

a body:not(.base-text-page) .aside-menu-module_title__mhJ1dNUQ__platform-common:hover {
    color: var(--buttonMain)
}

body:not(.base-text-page) .aside-menu-module_titleArrow__mQqiYhog__platform-common {
    padding-right: 0
}

body:not(.base-text-page) .aside-menu-module_titleDark__PyuWMq0g__platform-common {
    color: var(--menuTitle);
    background-color: var(--eventModalBackground)
}

body:not(.base-text-page) .aside-menu-module_titleLight__VNkk7cA7__platform-common {
    color: var(--mainColor);
    background-color: var(--white)
}

body:not(.base-text-page) .aside-menu-module_titleNewLayout__rpS90UO-__platform-common {
    color: var(--asideNewTitle);
    background-color: var(--asideNewTitleBg);
    font-size: 12px;
    min-height: 32px;
    padding: 5px 12px;
    align-items: center;
    border-radius: var(--asideNewBorderRadius)
}

body:not(.base-text-page) .aside-menu-module_titleNewLayout__rpS90UO-__platform-common .aside-menu-module_leftWrap__-ywJ4Frf__platform-common {
    padding-bottom: 0
}

body:not(.base-text-page) .aside-menu-module_titleNewLayout__rpS90UO-__platform-common .aside-menu-module_arrow__f0FtvK-p__platform-common {
    position: initial;
    color: var(--asideNewTitle)
}

body:not(.base-text-page) .aside-menu-module_titleSelected__S2HiIl42__platform-common {
    color: var(--buttonMain);
    cursor: default;
    pointer-events: none
}

body:not(.base-text-page) .aside-menu-module_arrow__f0FtvK-p__platform-common {
    position: absolute;
    top: 15px;
    right: 14px;
    display: block;
    transition: transform .15s ease;
    transform: rotate(180deg)
}

body:not(.base-text-page) .aside-menu-module_arrowHidden__eMFdOne-__platform-common {
    display: none;
    color: var(--eventModalBackground)
}

body:not(.base-text-page) .aside-menu-module_arrowInherit__XA1xS4tD__platform-common {
    position: relative;
    top: inherit
}

body:not(.base-text-page) .aside-menu-module_textAmount__EkhUmwhX__platform-common {
    display: block;
    white-space: nowrap
}

body:not(.base-text-page) .aside-menu-module_textAmountDivider__zouQs0Ve__platform-common {
    display: inline-block;
    margin: 0 3px;
    opacity: .5
}

body:not(.base-text-page) .aside-menu-module_textAmountDivider__zouQs0Ve__platform-common:before {
    content: "|"
}

body:not(.base-text-page) .aside-menu-module_leftWrap__-ywJ4Frf__platform-common {
    display: flex;
    flex: 1 0 auto;
    max-width: 100%;
    padding-bottom: 6px
}

body:not(.base-text-page) .aside-menu-module_rightWrap__aKpn8Ez6__platform-common {
    display: flex;
    max-width: 100%
}

body:not(.base-text-page) .aside-menu-module_leftWrapText__XzON2IgP__platform-common {
    text-align: left
}

body:not(.base-text-page) .aside-menu-module_leftWrapLive__kXvpmkV2__platform-common {
    height: 17px;
    display: flex;
    align-items: center
}

[lang=de] body:not(.base-text-page) .aside-menu-module_leftWrapLive__kXvpmkV2__platform-common {
    height: 13px
}

@media screen and (max-width: 1429px) {
    body:not(.base-text-page) .aside-menu-module_leftWrapLive__kXvpmkV2__platform-common {
        height:13px
    }
}

body:not(.base-text-page) .aside-menu-module_content__zO8G8318__platform-common {
    padding: 15px
}

body:not(.base-text-page) .aside-menu-module_horseRacing__SaE1Clkz__platform-common .aside-menu-module_leftWrap__-ywJ4Frf__platform-common {
    padding-bottom: 0
}

body:not(.base-text-page) .aside-menu-module_horseRacing__SaE1Clkz__platform-common .aside-menu-module_title__mhJ1dNUQ__platform-common {
    align-items: center;
    padding-top: 7px
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common {
    list-style: none;
    padding: 8px;
    margin: 0;
    width: 100%;
    max-width: 100%
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common li+li {
    margin-top: 5px
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListSvg__BwSmVowX__platform-common.aside-menu-module_asideMenuListActive__g6Bmd6QY__platform-common {
    color: var(--buttonMain)
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListItem__sSE4Mwvk__platform-common {
    border-left: 3px solid transparent;
    position: relative;
    display: flex;
    justify-content: space-between;
    min-height: 41px;
    padding: 3px 6px;
    box-sizing: border-box;
    align-items: center;
    cursor: pointer;
    transition: background-color .15s ease,border-left .15s ease,box-shadow .15s ease;
    background-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 2;
    text-decoration: none
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListItem__sSE4Mwvk__platform-common a {
    text-decoration: none
}

@media (hover: hover) {
    body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListItem__sSE4Mwvk__platform-common:hover:not(.aside-menu-module_asideMenuListItemActive__t5PlPdMm__platform-common) {
        background-color:var(--topEventsFactorBg);
        border-left: 3px solid var(--starColor)
    }

    body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListItem__sSE4Mwvk__platform-common:hover:not(.aside-menu-module_asideMenuListItemActive__t5PlPdMm__platform-common) .aside-menu-module_arrowHidden__eMFdOne-__platform-common {
        display: block
    }

    body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListItem__sSE4Mwvk__platform-common:hover:not(.aside-menu-module_asideMenuListItemActive__t5PlPdMm__platform-common) .aside-menu-module_textAmount__EkhUmwhX__platform-common {
        display: none
    }
}

@media (hover: hover) {
    body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListItem__sSE4Mwvk__platform-common:active:not(.aside-menu-module_asideMenuListItemActive__t5PlPdMm__platform-common) {
        transform:translateY(2px)
    }
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListItem__sSE4Mwvk__platform-common .aside-menu-module_arrow__f0FtvK-p__platform-common {
    transform: rotate(180deg);
    margin: 0 4px
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListItemActive__t5PlPdMm__platform-common .aside-menu-module_asideMenuListText__WO0T745y__platform-common {
    color: var(--buttonMain)
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListItemActive__t5PlPdMm__platform-common .aside-menu-module_asideMenuListAmount__e9VXRxVP__platform-common {
    color: var(--eventModalBackground)
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListItemCabinet__DyLkwJU-__platform-common {
    justify-content: flex-start
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListItemCabinet__DyLkwJU-__platform-common .site-menu__link-text div {
    top: 0
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListItemCabinet__DyLkwJU-__platform-common:active {
    transform: none
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListItemCabinet__DyLkwJU-__platform-common.aside-menu-module_asideMenuListItemActive__t5PlPdMm__platform-common:hover {
    background: inherit;
    border-left: 3px solid transparent
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListOpened__YJP0sZkP__platform-common {
    background-color: var(--topEventsFactorBg);
    border-left: 3px solid var(--starColor)
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListOpened__YJP0sZkP__platform-common .aside-menu-module_asideMenuListIcon__7wHM57-b__platform-common {
    color: var(--buttonMain)
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListOpened__YJP0sZkP__platform-common .aside-menu-module_arrow__f0FtvK-p__platform-common {
    transform: rotate(0)
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListOpened__YJP0sZkP__platform-common .aside-menu-module_arrowHidden__eMFdOne-__platform-common {
    display: block
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListOpened__YJP0sZkP__platform-common .aside-menu-module_textAmount__EkhUmwhX__platform-common {
    display: none
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListOpened__YJP0sZkP__platform-common .aside-menu-module_asideMenuListText__WO0T745y__platform-common {
    color: var(--buttonMain)
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListText__WO0T745y__platform-common {
    color: var(--mainColor);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    transition: color .15s ease;
    text-decoration: none;
    display: inline-block
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListText__WO0T745y__platform-common:first-letter {
    text-transform: uppercase
}

@media screen and (max-width: 1429px) {
    body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListText__WO0T745y__platform-common {
        font-size:12px
    }
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListSubmenu__rVNEhENX__platform-common {
    padding: 4px 0 4px 20px;
    list-style: none;
    margin: 0
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListSubmenu__rVNEhENX__platform-common li {
    padding-bottom: 2px
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListSubmenu__rVNEhENX__platform-common li a,body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListSubmenu__rVNEhENX__platform-common li span {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 2;
    color: var(--mainColor);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    transition: color .15s ease;
    text-decoration: none
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListSubmenu__rVNEhENX__platform-common li a:first-letter,body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListSubmenu__rVNEhENX__platform-common li span:first-letter {
    text-transform: uppercase
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListSubmenu__rVNEhENX__platform-common li a:hover,body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListSubmenu__rVNEhENX__platform-common li a.aside-menu-module_asideMenuListActive__g6Bmd6QY__platform-common,body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListSubmenu__rVNEhENX__platform-common li span:hover,body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListSubmenu__rVNEhENX__platform-common li span.aside-menu-module_asideMenuListActive__g6Bmd6QY__platform-common {
    color: var(--buttonMain)
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListAmount__e9VXRxVP__platform-common {
    color: var(--eventHeading);
    font-size: 14px;
    font-weight: 500;
    padding-left: 10px
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListAmount__e9VXRxVP__platform-common .aside-menu-module_arrow__f0FtvK-p__platform-common {
    top: 50%;
    right: 10px;
    margin: -7px 0 0
}

@media screen and (max-width: 1429px) {
    body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListAmount__e9VXRxVP__platform-common {
        font-size:12px
    }
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListIcon__7wHM57-b__platform-common {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    margin-top: -1px;
    top: 50%;
    transform: translateY(-50%);
    transition: filter .15s ease,color .15s ease;
    color: var(--mainColor)
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListIconRelative__X3u4-3Lr__platform-common {
    position: relative;
    transform: translateY(0);
    top: 0;
    flex: 0 0 16px;
    min-width: 16px;
    margin-right: 15px
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListIconFavorite__SkD3cIRM__platform-common {
    color: var(--buttonMain);
    width: 16px;
    height: 16px;
    position: absolute;
    left: 11px;
    margin-top: -1px;
    top: 50%;
    transform: translateY(-50%);
    transition: filter .15s ease,color .15s ease
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListSubitem__DCdq9vFh__platform-common {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0 10px 0 15px;
    align-items: flex-start
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListSubitem__DCdq9vFh__platform-common+body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListSubitem__DCdq9vFh__platform-common {
    margin-top: 12px
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListSubtext__xbRoRa80__platform-common {
    color: var(--subMenuColor);
    font-weight: 500;
    line-height: 16px;
    font-size: 12px;
    position: relative;
    top: -2px;
    padding-right: 15px
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListSubamount__eLZ3n-Qo__platform-common {
    font-size: 12px;
    font-weight: 500;
    color: var(--eventHeading);
    line-height: 1
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListLinkSport__DE79uVLf__platform-common {
    text-decoration: none;
    position: relative;
    display: flex;
    padding-left: 30px
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListLinkSport__DE79uVLf__platform-common .aside-menu-module_asideMenuListMargin__aKSoC7c3__platform-common {
    margin-left: 30px;
    margin-right: 25px;
    padding-left: 0
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListLinkSport__DE79uVLf__platform-common.aside-menu-module_asideMenuListActive__g6Bmd6QY__platform-common {
    color: inherit
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListLinkSport__DE79uVLf__platform-common:visited {
    color: inherit
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListLinkSport__DE79uVLf__platform-common:hover .aside-menu-module_asideMenuListText__WO0T745y__platform-common {
    color: var(--buttonMain)
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListNone__o58cTIw8__platform-common {
    padding: 0
}

body:not(.base-text-page) .aside-menu-module_asideMenuSubmenu__zuGOi41P__platform-common {
    margin: 8px 0
}

.skelet-aside {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.border-aside {
    border-bottom: 1px solid var(--newSportMenuItemBorder)
}

.top-championships {
    list-style: none;
    margin: 0;
    padding: 18px 0 15px 18px;
    display: flex;
    width: 100%;
    overflow: hidden;
    flex-direction: column
}

.top-championships a {
    display: flex;
    width: 100%;
    text-decoration: none;
    transition: color .15s ease;
    color: var(--mainColor);
    line-height: 20px;
    align-items: flex-start;
    padding: 1px 20px 1px 0
}

.top-championships a.link-active {
    cursor: default;
    color: var(--buttonMain)
}

.top-championships a:hover {
    color: var(--buttonMain)
}

.top-championships a:nth-child(n+2) {
    margin-top: 10px
}

.top-championships a span {
    color: inherit;
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    padding-top: 1px
}

@media screen and (max-width: 1429px) {
    .top-championships a span {
        font-size:12px;
        padding-top: 2px
    }
}

.top-championships a .blank {
    display: block;
    margin-right: 10px;
    width: 20px;
    min-width: 20px;
    position: relative;
    top: 1px;
    background-color: var(--buttonMain)
}

.top-championships .flag-icon {
    width: 20px;
    height: 15px
}

.features-toggler-module_tabsContainer__WBC2PwNy__platform-common {
    margin-bottom: 16px;
    text-align: center
}

.events-table-bonus-module_activeBonus__O8iV4IGu__platform-common {
    position: relative;
    border: 1px solid var(--mslEventActiveBonusColor)!important;
    overflow: hidden
}

.events-table-bonus-module_activeBonus__O8iV4IGu__platform-common .events-table-bonus-module_bonusLabel__eIUN2rGw__platform-common {
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 2px 4px;
    font-size: 10px;
    color: #fff;
    border-radius: 0 0 var(--mslBorderRadius) 0;
    background: var(--mslEventBonusBadgeBg)
}

.events-table-bonus-module_activeBonus__O8iV4IGu__platform-common.events-table-bonus-module_desktop__eh9ml5FI__platform-common {
    padding-top: 12px
}

.events-table-bonus-module_activeBonus__O8iV4IGu__platform-common.events-table-bonus-module_mobile__XLX7HYUk__platform-common {
    padding: 20px 16px 16px
}

.league-sticky-wrapper-module_sticky__iAOoWZR7__platform-common {
    position: fixed;
    left: 0;
    transform: translateY(-100%);
    transition: transform .15s ease,opacity .15s ease;
    width: 100%;
    z-index: 13;
    opacity: 0
}

.league-sticky-wrapper-module_sticky__iAOoWZR7__platform-common:after {
    content: "";
    position: absolute;
    left: 0;
    height: 15px;
    right: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    background: var(--mslLeagueTitleFadeGradient)
}

.league-sticky-wrapper-module_sticky__iAOoWZR7__platform-common.league-sticky-wrapper-module_animate__szQukQvg__platform-common {
    transform: translateY(0);
    background: var(--mslStickyWrapperActiveBg);
    padding: 8px 16px 0;
    opacity: 1
}

.bet-tournament-multi-board-mobile-module_tournament__hi5R2SZT__platform-common {
    position: relative;
    background: var(--betTournamentBg);
    min-height: 100vh;
    font-size: 12px
}

.bet-tournament-multi-board-mobile-module_container__Y3iFFSMS__platform-common {
    padding: 0 8px 16px
}

.bet-tournament-multi-board-mobile-module_content__pikquAAr__platform-common {
    max-width: 500px;
    margin: 0 auto
}

.bet-tournament-multi-board-mobile-module_header__17metMKM__platform-common {
    display: flex;
    background: var(--betTournamentMobileHeaderBg);
    color: var(--betTournamentMobileHeader);
    height: 48px
}

.bet-tournament-multi-board-mobile-module_headerAction__x7lFAE7Q__platform-common {
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.bet-tournament-multi-board-mobile-module_headerBack__mfYgHEgg__platform-common .svg-icon {
    transform: rotate(180deg)
}

.bet-tournament-multi-board-mobile-module_headerTitle__c8DVUlPx__platform-common {
    display: flex;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    width: calc(100% - 88px)
}

.bet-tournament-multi-board-mobile-module_headerTitle__c8DVUlPx__platform-common .bet-tournament-multi-board-mobile-module_headerTitleText__CLetW29w__platform-common {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center
}

.bet-tournament-multi-board-mobile-module_title__TZkqGRHA__platform-common {
    font-size: 14px;
    color: var(--betTournamentText);
    margin: 16px auto 12px;
    text-align: center;
    padding: 0 15px;
    max-width: 500px
}

.bet-tournament-multi-board-mobile-module_title__TZkqGRHA__platform-common p {
    line-height: 1.4;
    margin: 5px 0 0
}

.bet-tournament-multi-board-mobile-module_title__TZkqGRHA__platform-common p:first-of-type {
    margin: 0
}

.bet-tournament-multi-board-mobile-module_title__TZkqGRHA__platform-common .bet-tournament-multi-board-mobile-module_subTitle__s8mLKm2a__platform-common {
    font-size: 11px;
    opacity: .6
}

.bet-tournament-multi-board-mobile-module_tabs__osYDjQJF__platform-common {
    display: flex;
    background: var(--betTournamentMobileTabsBg);
    margin-inline:8px;border-radius: 4px 4px 0 0
}

.bet-tournament-multi-board-mobile-module_tabs__osYDjQJF__platform-common .bet-tournament-multi-board-mobile-module_tab__Xn0Hc1-P__platform-common {
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    flex: 1 0 33%;
    position: relative
}

.bet-tournament-multi-board-mobile-module_tabs__osYDjQJF__platform-common .bet-tournament-multi-board-mobile-module_tab__Xn0Hc1-P__platform-common .bet-tournament-multi-board-mobile-module_tabTitle__r-5X4fFb__platform-common {
    color: var(--betTournamentMobileTabs);
    opacity: .4
}

.bet-tournament-multi-board-mobile-module_tabs__osYDjQJF__platform-common .bet-tournament-multi-board-mobile-module_tab__Xn0Hc1-P__platform-common:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: var(--betTournamentTextSecondary)
}

.bet-tournament-multi-board-mobile-module_tabs__osYDjQJF__platform-common .bet-tournament-multi-board-mobile-module_tab__Xn0Hc1-P__platform-common.bet-tournament-multi-board-mobile-module_active__mRPoISua__platform-common {
    background-color: var(--betTournamentMobileTabsActiveBg)
}

.bet-tournament-multi-board-mobile-module_tabs__osYDjQJF__platform-common .bet-tournament-multi-board-mobile-module_tab__Xn0Hc1-P__platform-common.bet-tournament-multi-board-mobile-module_active__mRPoISua__platform-common .bet-tournament-multi-board-mobile-module_tabTitle__r-5X4fFb__platform-common {
    opacity: 1
}

.bet-tournament-multi-board-mobile-module_tabs__osYDjQJF__platform-common .bet-tournament-multi-board-mobile-module_tab__Xn0Hc1-P__platform-common.bet-tournament-multi-board-mobile-module_active__mRPoISua__platform-common:before {
    height: 3px;
    background: var(--betTournamentButtonMain)
}

.bet-tournament-multi-board-mobile-module_termsWrapper__sGYCrswd__platform-common {
    display: flex;
    justify-content: center;
    margin-bottom: 12px
}

.bet-tournament-multi-board-mobile-module_termsButton__5hBdY6Jr__platform-common {
    color: var(--betTournamentText);
    text-decoration: underline;
    font-weight: 400;
    opacity: .7
}

.bet-tournament-multi-board-mobile-module_placeDescription__t8teywR9__platform-common {
    color: var(--betTournamentText);
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    padding: 0 20px 20px
}

.bet-tournament-mobile-banner-module_bannerMobileContainer__ySfziigd__platform-common {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    width: 100%;
    padding: 16px;
    margin-bottom: 16px;
    color: var(--white);
    gap: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.bet-tournament-mobile-banner-module_bannerSubContainer__T21yc0JO__platform-common {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: calc(100% - 39px);
    padding: 8px;
    border-radius: 8px;
    margin-top: 8px;
    border: 1px solid var(--betTournamentBannerBorder);
    background: #ffffff1a;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: var(--white);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px
}

.bet-tournament-mobile-banner-module_bannerHeader__6Joba1fj__platform-common,.bet-tournament-mobile-banner-module_bannerHeaderSecond__bptB1vmx__platform-common {
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase
}

.bet-tournament-mobile-banner-module_bannerHeader__6Joba1fj__platform-common {
    width: 75%
}

.bet-tournament-mobile-banner-module_bannerHeaderFullWidth__arieKHXL__platform-common {
    width: 100%
}

.bet-tournament-mobile-banner-module_bannerHeaderSecond__bptB1vmx__platform-common {
    color: var(--betTournamentBannerHeaderSecondFont)
}

.bet-tournament-mobile-banner-module_timerWrapper__p2cXG4Me__platform-common {
    margin-block:16px}

.bet-tournament-mobile-banner-module_instructionContainer__MYfoRrwz__platform-common {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 32px
}

.bet-tournament-mobile-banner-module_stepPointContainer__ooUXcaRI__platform-common {
    display: flex;
    align-items: start;
    gap: 16px
}

.bet-tournament-mobile-banner-module_stepNumber__-EYgMtIv__platform-common {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    padding-inline:11px;width: 44px;
    height: 44px;
    border-radius: 100%;
    border: 4px solid var(--betTournamentBannerHeaderSecondFont);
    background: var(--betTournamentBannerBackground)
}

.bet-tournament-mobile-banner-module_termsWrapper__H-EOfkAI__platform-common {
    display: flex;
    justify-content: start
}

.bet-tournament-mobile-banner-module_termsButton__R-XE-zud__platform-common {
    color: var(--betTournamentText);
    text-decoration: underline;
    font-weight: 400
}

.bet-tournament-mobile-banner-module_authorizeButtons__A-VNgYpX__platform-common {
    display: grid;
    grid-template-columns: 77px 78px;
    gap: 8px;
    font-size: 12px
}

.bet-tournament-mobile-banner-module_contentActions__hMi74rwN__platform-common {
    display: flex;
    justify-content: start;
    gap: 8px
}

.bet-tournament-terms-modal-module_terms__HJusb6dX__platform-common {
    background: #fff;
    padding: 50px 10px;
    border-radius: 10px;
    color: var(--betTournamentTermsModal)
}

.bet-tournament-terms-modal-module_terms__HJusb6dX__platform-common.bet-tournament-terms-modal-module_mobile__kdXNo-KV__platform-common {
    padding: 30px 5px
}

.bet-tournament-terms-modal-module_termsInner__UWfAWdTJ__platform-common {
    padding: 0 40px;
    font-size: 12px
}

.bet-tournament-terms-modal-module_termsInner__UWfAWdTJ__platform-common p {
    margin: 6px 0
}

.bet-tournament-terms-modal-module_termsInner__UWfAWdTJ__platform-common li::marker {
    color: var(--betTournamentButtonMain);
    font-weight: 700
}

.bet-tournament-terms-modal-module_termsInner__UWfAWdTJ__platform-common ol>li {
    padding-left: 4px
}

.bet-tournament-terms-modal-module_termsInner__UWfAWdTJ__platform-common ol,.bet-tournament-terms-modal-module_termsInner__UWfAWdTJ__platform-common ul {
    padding-left: 25px
}

.bet-tournament-terms-modal-module_termsScrollable__DgCuGqy-__platform-common {
    max-width: calc(90vw - 20px);
    width: 860px;
    max-height: calc(90vh - 150px);
    background: #fff;
    overflow-y: auto
}

.bet-tournament-terms-modal-module_desktop__5ngYV8eX__platform-common .bet-tournament-terms-modal-module_termsScrollable__DgCuGqy-__platform-common {
    scrollbar-color: rgba(0,0,0,.3) rgba(0,0,0,.1);
    scrollbar-width: thin
}

.bet-tournament-terms-modal-module_desktop__5ngYV8eX__platform-common .bet-tournament-terms-modal-module_termsScrollable__DgCuGqy-__platform-common::-webkit-scrollbar {
    width: 6px
}

.bet-tournament-terms-modal-module_desktop__5ngYV8eX__platform-common .bet-tournament-terms-modal-module_termsScrollable__DgCuGqy-__platform-common::-webkit-scrollbar-track {
    background: #0000001a
}

.bet-tournament-terms-modal-module_desktop__5ngYV8eX__platform-common .bet-tournament-terms-modal-module_termsScrollable__DgCuGqy-__platform-common::-webkit-scrollbar-thumb {
    background: #0000004d;
    border-radius: 3px
}

.bet-tournament-terms-modal-module_mobile__kdXNo-KV__platform-common .bet-tournament-terms-modal-module_termsInner__UWfAWdTJ__platform-common {
    padding: 0 15px
}

.bet-tournament-terms-modal-module_mobile__kdXNo-KV__platform-common .bet-tournament-terms-modal-module_termsScrollable__DgCuGqy-__platform-common {
    max-width: calc(100vw - 30px);
    max-height: calc(90vh - 130px);
    width: 560px
}

.bet-tournament-board-module_board__ZT00sq7W__platform-common {
    background: var(--betTournamentBoardBg);
    border: 1px solid var(--betTournamentBoardBorder);
    border-radius: 5px;
    position: relative;
    padding: 50px 25px 40px;
    font-size: 12px
}

.bet-tournament-board-module_board__ZT00sq7W__platform-common.bet-tournament-board-module_mobile__-lqA2INQ__platform-common {
    padding: 40px 12px 8px
}

.bet-tournament-board-module_table__QVzMMetC__platform-common .bet-tournament-board-module_tableHeader__HJr3LpmQ__platform-common {
    display: flex;
    color: var(--betTournamentTextSecondary);
    padding-bottom: 5px
}

.bet-tournament-board-module_table__QVzMMetC__platform-common .bet-tournament-board-module_tableHeaderPlace__lJcg1pmv__platform-common {
    width: 70px;
    padding: 0 10px 0 0
}

.bet-tournament-board-module_table__QVzMMetC__platform-common .bet-tournament-board-module_tableHeaderInfo__qt0DPTyn__platform-common {
    flex: 1 0 auto
}

.bet-tournament-board-module_table__QVzMMetC__platform-common .bet-tournament-board-module_tableHeaderPoints__OlFJvEw9__platform-common {
    width: 100px;
    padding: 0 10px;
    text-align: center
}

@media screen and (max-width: 400px) {
    .bet-tournament-board-module_table__QVzMMetC__platform-common .bet-tournament-board-module_tableHeaderPoints__OlFJvEw9__platform-common {
        width:70px
    }
}

.bet-tournament-board-module_table__QVzMMetC__platform-common .bet-tournament-board-module_tableHeaderBonus__ZZcR0GBt__platform-common {
    text-align: center;
    padding: 0 10px;
    width: 90px
}

@media screen and (max-width: 400px) {
    .bet-tournament-board-module_table__QVzMMetC__platform-common .bet-tournament-board-module_tableHeaderBonus__ZZcR0GBt__platform-common {
        width:70px
    }
}

.bet-tournament-board-module_table__QVzMMetC__platform-common .bet-tournament-board-module_tableBody__AR3iiUQE__platform-common {
    min-height: 600px
}

.bet-tournament-board-module_label__XRDPeY2p__platform-common {
    position: absolute;
    top: -1px;
    left: 24px;
    height: 35px;
    width: 32px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 8px;
    background: var(--betTournamentBoardLabelBg)
}

.bet-tournament-board-module_label__XRDPeY2p__platform-common:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    border-bottom: 8px solid var(--betTournamentBoardBg);
    border-left: 16px solid transparent;
    border-right: 16px solid transparent
}

.bet-tournament-board-module_title__51YhuUlQ__platform-common {
    font-weight: 700;
    color: var(--betTournamentText);
    margin-bottom: 10px
}

.bet-tournament-board-module_title__51YhuUlQ__platform-common h2 {
    margin: 0;
    font-size: 24px
}

.bet-tournament-board-module_title__51YhuUlQ__platform-common .bet-tournament-board-module_fund__9HqzhZDH__platform-common {
    position: absolute;
    top: 24px;
    right: 24px;
    border-radius: 5px;
    padding: 6px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: var(--betTournamentBoardFund)
}

.bet-tournament-board-module_hints__Rc4aBRdc__platform-common {
    margin-bottom: 20px;
    color: var(--betTournamentTextSecondary)
}

.bet-tournament-board-module_pagination__IsdqAPzc__platform-common {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--betTournamentText);
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    border-radius: 0 0 4px 4px;
    background: var(--betTournamentPaginationBg)
}

.bet-tournament-board-module_paginationHandle__H6BD23G8__platform-common {
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 10px
}

.bet-tournament-board-module_paginationHandle__H6BD23G8__platform-common:disabled {
    opacity: .3;
    pointer-events: none
}

.bet-tournament-board-module_paginationPreviousHandle__TGPdBSiE__platform-common {
    transform: rotate(180deg)
}

.bet-tournament-board-module_paginationLabel__tRkpFm9f__platform-common {
    margin: 0 24px
}

.bet-tournament-board-module_loadMoreWrapper__ykMGSM-c__platform-common {
    display: flex;
    justify-content: center;
    margin-top: 16px
}

.bet-tournament-board-module_loadMore__SNiG8fSt__platform-common {
    height: 40px;
    min-width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--betTournamentText);
    font-weight: 700;
    padding: 0 25px;
    text-transform: uppercase;
    border: 1px solid var(--betTournamentTextSecondary);
    border-radius: 20px
}

.bet-tournament-board-module_mobile__-lqA2INQ__platform-common .bet-tournament-board-module_preTable__1-OxTynr__platform-common {
    margin-bottom: 12px
}

.bet-tournament-board-module_mobile__-lqA2INQ__platform-common .bet-tournament-board-module_preTable__1-OxTynr__platform-common>div {
    margin-top: 8px;
    margin-bottom: 0!important
}

.bet-tournament-board-module_mobile__-lqA2INQ__platform-common .bet-tournament-board-module_preTable__1-OxTynr__platform-common>div:first-of-type {
    margin-top: 0
}

.bet-tournament-board-module_mobile__-lqA2INQ__platform-common .bet-tournament-board-module_table__QVzMMetC__platform-common .bet-tournament-board-module_tableHeaderPlace__lJcg1pmv__platform-common {
    padding: 0 5px 0 0
}

.bet-tournament-board-module_mobile__-lqA2INQ__platform-common .bet-tournament-board-module_table__QVzMMetC__platform-common .bet-tournament-board-module_tableHeaderPoints__OlFJvEw9__platform-common {
    padding: 0 5px
}

.bet-tournament-board-module_mobile__-lqA2INQ__platform-common .bet-tournament-board-module_table__QVzMMetC__platform-common .bet-tournament-board-module_tableHeaderBonus__ZZcR0GBt__platform-common {
    padding: 0 8px 0 5px
}

.bet-tournament-board-module_mobile__-lqA2INQ__platform-common .bet-tournament-board-module_table__QVzMMetC__platform-common .bet-tournament-board-module_tableBody__AR3iiUQE__platform-common {
    min-height: auto
}

@media screen and (max-width: 400px) {
    .bet-tournament-board-module_mobile__-lqA2INQ__platform-common .bet-tournament-board-module_table__QVzMMetC__platform-common {
        font-size:10px
    }

    .bet-tournament-board-module_mobile__-lqA2INQ__platform-common .bet-tournament-board-module_table__QVzMMetC__platform-common .bet-tournament-board-module_tableHeaderPlace__lJcg1pmv__platform-common {
        width: 50px
    }
}

.bet-tournament-board-module_mobile__-lqA2INQ__platform-common .bet-tournament-board-module_label__XRDPeY2p__platform-common {
    left: 12px
}

.bet-tournament-board-module_mobile__-lqA2INQ__platform-common .bet-tournament-board-module_title__51YhuUlQ__platform-common {
    display: flex;
    align-items: center
}

.bet-tournament-board-module_mobile__-lqA2INQ__platform-common .bet-tournament-board-module_title__51YhuUlQ__platform-common h2 {
    font-size: 20px;
    margin-right: 8px
}

.bet-tournament-board-module_mobile__-lqA2INQ__platform-common .bet-tournament-board-module_title__51YhuUlQ__platform-common .bet-tournament-board-module_fund__9HqzhZDH__platform-common {
    position: relative;
    top: auto;
    right: auto;
    padding: 0 4px;
    line-height: 24px;
    display: flex
}

.bet-tournament-board-module_mobile__-lqA2INQ__platform-common .bet-tournament-board-module_title__51YhuUlQ__platform-common .bet-tournament-board-module_fund__9HqzhZDH__platform-common .bet-tournament-board-module_fundLabel__hsjcqc8W__platform-common {
    margin-right: 5px
}

.bet-tournament-board-module_emptyTable__aMPvsOOQ__platform-common {
    padding: 20px;
    text-align: center;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 500;
    color: var(--betTournamentTextSecondary)
}

.bet-tournament-board-module_default__FSqu2koX__platform-common .bet-tournament-board-module_gold__ZyiK01rr__platform-common .bet-tournament-board-module_betAmountHint__iuAOZQ-C__platform-common {
    color: rgb(var(--betTournamentGoldGradient))
}

.bet-tournament-board-module_default__FSqu2koX__platform-common .bet-tournament-board-module_gold__ZyiK01rr__platform-common .bet-tournament-board-module_fund__9HqzhZDH__platform-common {
    background: rgb(var(--betTournamentGoldGradient))
}

.bet-tournament-board-module_default__FSqu2koX__platform-common .bet-tournament-board-module_gold__ZyiK01rr__platform-common .bet-tournament-board-module_label__XRDPeY2p__platform-common {
    background: var(--betTournamentGoldGradientV2)
}

.bet-tournament-board-module_default__FSqu2koX__platform-common .bet-tournament-board-module_silver__KtgRzFqf__platform-common .bet-tournament-board-module_betAmountHint__iuAOZQ-C__platform-common {
    color: rgb(var(--betTournamentSilverGradient))
}

.bet-tournament-board-module_default__FSqu2koX__platform-common .bet-tournament-board-module_silver__KtgRzFqf__platform-common .bet-tournament-board-module_fund__9HqzhZDH__platform-common {
    background: rgb(var(--betTournamentSilverGradient))
}

.bet-tournament-board-module_default__FSqu2koX__platform-common .bet-tournament-board-module_silver__KtgRzFqf__platform-common .bet-tournament-board-module_label__XRDPeY2p__platform-common {
    background: var(--betTournamentSilverGradientV2)
}

.bet-tournament-board-module_default__FSqu2koX__platform-common .bet-tournament-board-module_bronze__L-0ilctH__platform-common .bet-tournament-board-module_betAmountHint__iuAOZQ-C__platform-common {
    color: rgb(var(--betTournamentBronzeGradient))
}

.bet-tournament-board-module_default__FSqu2koX__platform-common .bet-tournament-board-module_bronze__L-0ilctH__platform-common .bet-tournament-board-module_fund__9HqzhZDH__platform-common {
    background: rgb(var(--betTournamentBronzeGradient))
}

.bet-tournament-board-module_default__FSqu2koX__platform-common .bet-tournament-board-module_bronze__L-0ilctH__platform-common .bet-tournament-board-module_label__XRDPeY2p__platform-common {
    background: var(--betTournamentBronzeGradientV2)
}

.bet-tournament-board-module_default__FSqu2koX__platform-common .bet-tournament-board-module_label__XRDPeY2p__platform-common {
    color: var(--betTournamentBoardBg)
}

.bet-tournament-board-module_labelColorScheme__Vkr8Tqvd__platform-common .bet-tournament-board-module_gold__ZyiK01rr__platform-common .bet-tournament-board-module_label__XRDPeY2p__platform-common {
    color: var(--white);
    background: var(--betTournamentGoldGradient)
}

.bet-tournament-board-module_labelColorScheme__Vkr8Tqvd__platform-common .bet-tournament-board-module_gold__ZyiK01rr__platform-common .bet-tournament-board-module_fund__9HqzhZDH__platform-common {
    color: var(--white);
    background: var(--betTournamentGoldFound)
}

.bet-tournament-board-module_labelColorScheme__Vkr8Tqvd__platform-common .bet-tournament-board-module_silver__KtgRzFqf__platform-common .bet-tournament-board-module_label__XRDPeY2p__platform-common {
    color: var(--white);
    background: var(--betTournamentSilverGradient)
}

.bet-tournament-board-module_labelColorScheme__Vkr8Tqvd__platform-common .bet-tournament-board-module_silver__KtgRzFqf__platform-common .bet-tournament-board-module_fund__9HqzhZDH__platform-common {
    color: var(--white);
    background: var(--betTournamentSilverFound)
}

.bet-tournament-board-module_labelColorScheme__Vkr8Tqvd__platform-common .bet-tournament-board-module_bronze__L-0ilctH__platform-common .bet-tournament-board-module_label__XRDPeY2p__platform-common {
    color: var(--white);
    background: var(--betTournamentBronzeGradient)
}

.bet-tournament-board-module_labelColorScheme__Vkr8Tqvd__platform-common .bet-tournament-board-module_bronze__L-0ilctH__platform-common .bet-tournament-board-module_fund__9HqzhZDH__platform-common {
    color: var(--white);
    background: var(--betTournamentBronzeFound)
}

.bet-tournament-board-module_labelColorScheme__Vkr8Tqvd__platform-common .bet-tournament-board-module_betAmountHint__iuAOZQ-C__platform-common {
    color: var(--betTournamentTextAcentColor)
}

.promotions-not-found-module_notFound__zISd4igi__platform-common {
    margin: 5px 30px 0;
    text-align: center;
    font-weight: 500;
    font-size: 12px
}

.promotions-not-found-module_notFound__zISd4igi__platform-common a {
    color: var(--buttonMain);
    text-decoration: none
}

.promotions-not-found-module_notFound__zISd4igi__platform-common a:hover {
    text-decoration: underline
}

.promotions-not-found-module_notFound__zISd4igi__platform-common.promotions-not-found-module_isMobile__disDsZl3__platform-common {
    margin-top: 0
}

.promotions-not-found-module_notFound__zISd4igi__platform-common.promotions-not-found-module_isMobile__disDsZl3__platform-common a {
    text-decoration: underline
}

.promotion-card-title-module_titleWrapper__Y7U6t35G__platform-common {
    align-items: center;
    display: flex;
    width: 100%
}

.promotion-card-title-module_bonusIcon__kniKZoHo__platform-common {
    fill: var(--promoCardTitleIcon);
    font-size: 18px;
    margin-right: 8px
}

.promotion-card-title-module_backIcon__peEeXYe-__platform-common {
    font-size: 15px;
    margin-right: 8px;
    transform: rotate(180deg);
    cursor: pointer
}

.promotion-card-title-module_title__r0kcrp26__platform-common {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase
}

.promotion-card-title-module_title__r0kcrp26__platform-common.promotion-card-title-module_center__5kiNJhLg__platform-common {
    width: 100%;
    margin-left: -20px;
    font-size: 12px
}

.promotion-card-title-module_activeIcon__Zb1h498K__platform-common {
    color: var(--promoCardActiveIcon);
    font-size: 18px!important
}

.promotion-card-title-module_cancelIcon__2lMUq-mK__platform-common {
    cursor: pointer;
    color: var(--promoCardCancelIcon);
    transition: color .1s linear
}

.promotion-card-title-module_cancelIcon__2lMUq-mK__platform-common:hover {
    color: var(--promoCardCancelIconHover)
}

.risk-free-spin-card-module_betMultiplier__U0mNDTcF__platform-common {
    font-size: 32px;
    font-weight: 900;
    line-height: 40px;
    margin: 0 12px 4px;
    text-align: center
}

.risk-free-spin-card-module_freeSpinCost__URoyBncB__platform-common {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px
}

.promotion-card-details-item-module_item__BIfBXkxD__platform-common {
    display: flex;
    justify-content: space-between;
    padding: 2px 0;
    font-size: 14px
}

.promotion-card-details-item-module_item__BIfBXkxD__platform-common .promotion-card-details-item-module_title__wHDLh9Fi__platform-common {
    opacity: .5;
    text-align: left
}

.pormotion-card-details-module_details__OqIhZcoz__platform-common {
    padding: 16px 12px 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.pormotion-card-details-module_uniqueEventsBlock__FSROrBIl__platform-common {
    padding: 8px 12px;
    border-radius: 8px;
    margin-bottom: 8px;
    background: var(--uniqEventTextBlock)
}

.pormotion-card-details-module_uniqueEventsBlock__FSROrBIl__platform-common .pormotion-card-details-module_uniqueEventsText__153tokcE__platform-common {
    position: relative;
    margin: 3px 0 0 12px;
    text-align: left
}

.pormotion-card-details-module_uniqueEventsBlock__FSROrBIl__platform-common .pormotion-card-details-module_uniqueEventsText__153tokcE__platform-common:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background: var(--promotionPartialPayoutBlockedColor);
    border-radius: 50%;
    left: -12px;
    top: 6px
}

.card-details-link {
    color: var(--promotionPartialPayoutBlockedColor);
    text-decoration: underline
}

.card-details-link:hover {
    text-decoration: none
}

.card-details-link__category {
    display: block;
    text-align: right
}

.risk-free-bet-details-event-module_event__jK6BJgbY__platform-common {
    border-top: 1px solid var(--riskBetSportLine);
    margin-top: 8px
}

.risk-free-bet-details-event-module_league__dLnFdnf-__platform-common {
    display: flex;
    margin: 8px 0 4px;
    align-items: center
}

.risk-free-bet-details-event-module_league__dLnFdnf-__platform-common .risk-free-bet-details-event-module_sportIcon__kzH6UHmA__platform-common {
    margin-right: 8px;
    position: relative;
    top: -1px
}

.risk-free-bet-details-event-module_league__dLnFdnf-__platform-common .risk-free-bet-details-event-module_title__RUNfg-IB__platform-common {
    opacity: .5
}

.risk-free-bet-card-module_riskBetDetails__wPyWq3ys__platform-common {
    text-align: left
}

.risk-free-bet-card-module_sportBlock__CoZmeJmW__platform-common {
    background: var(--riskBetSportBg);
    padding: 8px 12px;
    margin: 12px 12px 0;
    border-radius: 8px;
    font-size: 14px
}

.promotion-card-game-item-module_itemWrapper__JULqBw0h__platform-common {
    padding: 8px;
    width: 150px
}

.promotion-card-game-item-module_item__uXUn5wmL__platform-common {
    display: block;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    width: 100%;
    box-shadow: 0 0 12px #0000;
    transition: box-shadow .3s ease;
    text-decoration: none
}

.promotion-card-game-item-module_item__uXUn5wmL__platform-common:hover {
    box-shadow: 0 0 12px #00000080
}

.promotion-card-game-item-module_item__uXUn5wmL__platform-common:hover .promotion-card-game-item-module_title__PXrCZx9A__platform-common {
    background: var(--freespinGamesItemTitleBgHover)
}

.promotion-card-game-item-module_image__aytRQiWd__platform-common {
    display: block;
    height: auto;
    width: 100%;
    border-radius: 6px 6px 0 0
}

.promotion-card-game-item-module_title__PXrCZx9A__platform-common {
    align-items: center;
    min-height: 40px;
    background: var(--freespinGamesItemTitleBg);
    display: flex;
    flex: 1 0 auto;
    justify-content: center;
    margin: 0;
    padding: 8px 12px;
    text-align: center;
    transition: background-color .3s ease
}

.promotion-card-game-item-module_title__PXrCZx9A__platform-common strong {
    color: var(--freespinGamesItemTitle);
    font-size: 14px;
    line-height: 1.1
}

.promotion-card-games-module_wrapper__Oemd-Rwx__platform-common {
    background: var(--freespinGamesWrapperBg);
    border-radius: var(--baseBorderRadius);
    box-shadow: 0 0 5px #0000004d;
    padding: 16px 24px
}

.promotion-card-games-module_wrapper__Oemd-Rwx__platform-common.promotion-card-games-module_loaded__qg3gjXZS__platform-common .promotion-card-games-module_content__toE-MJj1__platform-common {
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start
}

.promotion-card-games-module_wrapper__Oemd-Rwx__platform-common.promotion-card-games-module_loaded__qg3gjXZS__platform-common.promotion-card-games-module_small__bLuorHNK__platform-common .promotion-card-games-module_content__toE-MJj1__platform-common {
    justify-content: center
}

.promotion-card-games-module_title__5OK6jWH8__platform-common {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.promotion-card-games-module_content__toE-MJj1__platform-common {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 -8px;
    min-height: 190px;
    position: relative;
    min-width: 301px;
    max-width: 601px
}

@media screen and (max-width: 1200px) {
    .promotion-card-games-module_content__toE-MJj1__platform-common {
        max-width:451px
    }
}

@media screen and (max-width: 700px) {
    .promotion-card-games-module_content__toE-MJj1__platform-common {
        max-width:301px
    }
}

.promotion-card-module_promotionCard__UNbJr95J__platform-common {
    background-color: var(--promoCardBg);
    color: var(--promoCard);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin: 20px 10px;
    text-align: center;
    width: 280px;
    min-height: var(--promotionCardHeight);
    position: relative
}

.promotion-card-module_promotionCard__UNbJr95J__platform-common.promotion-card-module_fullWidthCard__Lv8Fyvmr__platform-common {
    width: 100%
}

.promotion-card-module_promotionCard__UNbJr95J__platform-common.promotion-card-module_seperate__hFexuNuf__platform-common {
    justify-content: space-between
}

.promotion-card-module_promotionCard__UNbJr95J__platform-common.promotion-card-module_inactive__YTdGzQ9q__platform-common .promotion-card-module_top__cMmN4aTW__platform-common,.promotion-card-module_promotionCard__UNbJr95J__platform-common.promotion-card-module_inactive__YTdGzQ9q__platform-common .promotion-card-module_bottomContent__s-hbpoy0__platform-common {
    filter: grayscale(100%);
    pointer-events: none
}

.promotion-card-module_info__ZU8CREvk__platform-common {
    align-items: center;
    border-bottom: 1px solid var(--promoCardInfoBorder);
    display: flex;
    justify-content: space-between;
    padding: 10px 14px;
    min-height: 40px;
    max-height: var(--promotionCardTitleMaxHeight)
}

.promotion-card-module_issueDate__U6U20hh7__platform-common {
    font-size: 10px;
    margin: 12px 12px 0;
    text-align: right
}

.promotion-card-module_betType__T4gbHAZZ__platform-common {
    font-size: 17px;
    font-weight: 700;
    margin: 12px;
    min-height: 40px;
    display: flex;
    justify-content: center
}

.promotion-card-module_betType__T4gbHAZZ__platform-common .promotion-card-module_betTypeIcon__McRTNUi6__platform-common {
    margin-right: 3px;
    font-size: 20px;
    fill: var(--riskIconColor)
}

.promotion-card-module_betMultiplier__TtlzeTHp__platform-common {
    font-size: 32px;
    font-weight: 900;
    line-height: 40px;
    margin: 0 12px 4px;
    text-align: center
}

.promotion-card-module_freeSpinCost__TgaXOdnQ__platform-common {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px
}

.promotion-card-module_details__JDShZR2e__platform-common {
    margin: 12px 12px 0
}

.promotion-card-module_details__JDShZR2e__platform-common span {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.promotion-card-module_detailsButton__AMrPm0pv__platform-common {
    color: var(--promoCardGamesButton);
    background: rgba(var(--promoCardGamesButtonHoverBgRGB, 0));
    border: 1px solid var(--promoCardGamesButtonBorder);
    margin-top: 12px
}

@media (hover: hover) {
    .promotion-card-module_detailsButton__AMrPm0pv__platform-common:hover {
        background:rgb(var(--promoCardGamesButtonHoverBgRGB));
        border-color: rgb(var(--promoCardGamesButtonHoverBgRGB));
        color: var(--promoCardGamesButtonHover)
    }
}

.promotion-card-module_gameTitle__GQQHGtev__platform-common {
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline
}

.promotion-card-module_bottom__oDLQ1GaU__platform-common,.promotion-card-module_partialPayoutButton__9WFxkdux__platform-common {
    margin: 12px
}

.promotion-card-module_wagerTitle__5Af2gr9x__platform-common {
    font-size: 12px;
    text-align: center
}

.promotion-card-module_wagerTitle__5Af2gr9x__platform-common span {
    font-weight: 700
}

.promotion-card-module_wagerStatus__-qv2V9Gs__platform-common {
    background: var(--promoCardWagerStatusBg);
    border-radius: 3px;
    height: 6px;
    margin: 5px auto;
    overflow: hidden;
    width: 80%
}

.promotion-card-module_wagerProgress__QblFdsJt__platform-common {
    background: var(--promoCardWagerProgressBg);
    height: 100%
}

.promotion-card-module_expiration__qJBMRPN8__platform-common {
    font-size: 12px;
    margin-top: 12px
}

.promotion-card-module_expirationDate__V0e4zfS4__platform-common {
    line-height: 18px;
    background: var(--promoCardExpirationDateBg);
    border-radius: 20px;
    display: flex;
    font-size: 12px;
    justify-content: center;
    margin: 5px auto 20px;
    padding: 5px 10px;
    width: 60%;
    white-space: nowrap
}

.promotion-card-module_expirationDateIcon__0v4JkIT8__platform-common {
    font-size: 16px;
    margin-right: 2px
}

.promotion-card-module_inactiveText__-B1TgUQe__platform-common {
    margin: 8px 20px 0
}

.promotion-card-module_inactiveText__-B1TgUQe__platform-common a {
    color: var(--promoCardLink);
    text-decoration: underline
}

.promotion-card-module_inactiveText__-B1TgUQe__platform-common a span {
    font-weight: 700
}

.promotion-card-module_cardDetailsScrollWrapper__XalovF2S__platform-common {
    overflow-y: auto;
    height: 100%;
    max-height: calc(100% - var(--promotionCardTitleMaxHeight))
}

.promotion-card-module_cardDetailsScrollWrapper__XalovF2S__platform-common::-webkit-scrollbar {
    display: block;
    width: 3px
}

.promotion-card-module_cardDetailsScrollWrapper__XalovF2S__platform-common::-webkit-scrollbar-thumb {
    display: block;
    background: var(--promotionCardScrollbarBg);
    opacity: .3;
    border-radius: var(--baseBorderRadius);
    height: 50px
}

.promotion-card-module_cardDetailsScrollFadeout__cMEodYE4__platform-common {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 22px;
    background: linear-gradient(to top,var(--promoCardBg),transparent)
}

.promotion-card-module_partialPayoutBalance__daHCt-yZ__platform-common {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px
}

.promotion-card-module_partialPayoutBlocked__9fkQSZpT__platform-common {
    color: var(--promotionPartialPayoutBlockedColor);
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    display: flex;
    justify-content: center;
    line-height: 12px;
    margin: 12px 0 16px;
    opacity: .5
}

.promotion-card-module_partialPayoutBlocked__9fkQSZpT__platform-common .promotion-card-module_partialPayoutLock__Q1pbR779__platform-common {
    margin-right: 4px
}

.promotion-card-module_partialPayoutBlocked__9fkQSZpT__platform-common .promotion-card-module_partialPayoutBlockedAmount__tw4m2czb__platform-common {
    font-weight: 700
}

.promotion-card-module_buttons__LG4eDYbH__platform-common {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.transaction-history-item-module_historyItem__ub-4HjRj__platform-common {
    padding: 16px 70px 16px 50px;
    background: var(--transactionHistoryBg);
    border-top: 1px solid var(--transactionHistoryBorder);
    border-bottom: 1px solid var(--transactionHistoryBorder);
    position: relative
}

.transaction-history-item-module_historyItem__ub-4HjRj__platform-common.transaction-history-item-module_open__CEetWfyP__platform-common {
    background: var(--transactionHistoryOpenBg)
}

.transaction-history-item-module_historyItem__ub-4HjRj__platform-common.transaction-history-item-module_open__CEetWfyP__platform-common .transaction-history-item-module_arrow__qi9bR5lU__platform-common .svg-icon {
    transform: rotate(-90deg)
}

.transaction-history-item-module_historyItem__ub-4HjRj__platform-common.transaction-history-item-module_mobile__bscF9rSb__platform-common {
    padding: 12px 40px
}

.transaction-history-item-module_historyItem__ub-4HjRj__platform-common.transaction-history-item-module_mobile__bscF9rSb__platform-common .transaction-history-item-module_arrow__qi9bR5lU__platform-common {
    right: 0;
    height: 40px;
    font-size: 12px
}

.transaction-history-item-module_historyItem__ub-4HjRj__platform-common.transaction-history-item-module_mobile__bscF9rSb__platform-common .transaction-history-item-module_row__OvlhFz2B__platform-common+.transaction-history-item-module_row__OvlhFz2B__platform-common {
    margin-top: 12px
}

.transaction-history-item-module_historyItem__ub-4HjRj__platform-common.transaction-history-item-module_mobile__bscF9rSb__platform-common .transaction-history-item-module_icon__JyvoYKOo__platform-common {
    left: 12px;
    top: 8px
}

.transaction-history-item-module_historyItem__ub-4HjRj__platform-common+.transaction-history-item-module_historyItem__ub-4HjRj__platform-common {
    border-top: 0
}

.transaction-history-item-module_itemTitle__z-VAG0sT__platform-common {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    font-weight: 700
}

@media screen and (max-width: 370px) {
    .transaction-history-item-module_itemTitle__z-VAG0sT__platform-common {
        font-size:12px
    }
}

.transaction-history-item-module_arrow__qi9bR5lU__platform-common {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 40px;
    font-size: 16px;
    cursor: pointer;
    color: var(--transactionHistoryArrow)
}

.transaction-history-item-module_arrow__qi9bR5lU__platform-common .svg-icon {
    transition: transform .15s ease;
    transform: rotate(90deg)
}

.transaction-history-item-module_row__OvlhFz2B__platform-common {
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.transaction-history-item-module_row__OvlhFz2B__platform-common+.transaction-history-item-module_row__OvlhFz2B__platform-common {
    margin-top: 16px
}

.transaction-history-item-module_row__OvlhFz2B__platform-common.transaction-history-item-module_taxBalance__KYPTOEth__platform-common {
    font-size: 14px;
    justify-content: flex-end;
    margin-top: 5px!important
}

.transaction-history-item-module_row__OvlhFz2B__platform-common.transaction-history-item-module_taxBalance__KYPTOEth__platform-common span {
    font-weight: 700
}

.transaction-history-item-module_col__cEThkWEK__platform-common {
    flex: 0 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.transaction-history-item-module_col__cEThkWEK__platform-common.transaction-history-item-module_main__DNEfIjUb__platform-common {
    flex: 1 1 auto;
    padding-right: 12px
}

.transaction-history-item-module_amount__2Brn0miD__platform-common {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 1;
    filter: grayscale(.4)
}

@media screen and (max-width: 370px) {
    .transaction-history-item-module_amount__2Brn0miD__platform-common {
        font-size:12px
    }
}

.transaction-history-item-module_amount__2Brn0miD__platform-common.transaction-history-item-module_positive__Rj0-055Z__platform-common {
    color: var(--transactionHistorySuccess)
}

.transaction-history-item-module_amount__2Brn0miD__platform-common.transaction-history-item-module_negative__0Qpwmn2a__platform-common {
    color: var(--transactionHistoryError)
}

.transaction-history-item-module_textItem__ejrMkj68__platform-common {
    display: flex;
    width: 100%;
    font-size: 12px;
    font-weight: 400
}

.transaction-history-item-module_textItem__ejrMkj68__platform-common span:first-child {
    font-weight: 700;
    margin-right: 4px
}

.transaction-history-item-module_textItem__ejrMkj68__platform-common+.transaction-history-item-module_textItem__ejrMkj68__platform-common {
    margin-top: 12px
}

.transaction-history-item-module_textItem__ejrMkj68__platform-common.transaction-history-item-module_titleToUpper__BMSeHHcA__platform-common {
    text-transform: uppercase
}

.transaction-history-item-module_textItem__ejrMkj68__platform-common .data-formatter-timeZone {
    margin: 0 4px
}

.transaction-history-item-module_icon__JyvoYKOo__platform-common {
    position: absolute;
    left: 20px;
    top: 12px;
    font-size: 20px
}

.transaction-history-item-module_icon__JyvoYKOo__platform-common.pending {
    color: var(--transactionHistoryPending)
}

.transaction-history-item-module_icon__JyvoYKOo__platform-common.win {
    color: var(--transactionHistorySuccess)
}

.transaction-history-item-module_icon__JyvoYKOo__platform-common.lose {
    color: var(--transactionHistoryError)
}

.template-components-module_block__-fdx7UEq__platform-common+.template-components-module_block__-fdx7UEq__platform-common {
    margin-top: 70px
}

.template-components-module_header__Qs4bQC-R__platform-common {
    font-size: 40px;
    margin: 0 0 30px
}

.template-components-module_description__CcWWQQZv__platform-common {
    margin-bottom: 40px
}

.template-components-module_highlighted__auNh1eWa__platform-common {
    color: var(--liveColor)!important
}

.template-components-module_bold__i5nmnuE7__platform-common {
    font-weight: 700!important
}

.template-components-module_fontList__KY6mZmNw__platform-common {
    display: flex;
    flex-wrap: wrap
}

.template-components-module_fontItem__wvNk0lFU__platform-common {
    width: 250px;
    padding: 15px 20px 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--mainColor)
}

.template-components-module_fontIcon__2KLAMcwY__platform-common {
    display: flex;
    justify-content: center;
    width: 40px;
    font-size: 40px;
    background: rgba(var(--whiteRgb),.1)
}

.template-components-module_fontText__MPuKTLwk__platform-common {
    width: calc(100% - 55px)
}

.template-components-module_fontTextKey__y4Z1A3rc__platform-common {
    width: 100%;
    font-weight: 500;
    word-break: break-word;
    font-size: 16px
}

.template-components-module_fontTextValue__X861JosL__platform-common {
    margin-top: 5px;
    color: rgba(var(--mainColorRgb),.5);
    font-size: 14px;
    word-break: break-word
}

.block-new-carousel-module_slider__vLwX9G85__platform-common {
    background: var(--eventModalBackground);
    min-height: 128px!important;
    height: 128px!important;
    border-radius: 0 0 var(--baseBorderRadius) var(--baseBorderRadius);
    overflow: initial
}

.block-new-carousel-module_slider__vLwX9G85__platform-common .awssld__box {
    min-height: 128px!important;
    height: 128px!important
}

.block-new-carousel-module_slider__vLwX9G85__platform-common img {
    width: auto!important;
    min-width: unset!important
}

@media (min-width: 1960px) {
    .block-new-carousel-module_slider__vLwX9G85__platform-common img {
        width:100%!important;
        min-width: 100%!important
    }
}

.real-time-incoming-bets-module_heading__6sshxc8o__platform-common {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--realTimeIncomingBetsHeadingBg);
    border-bottom: 1px solid var(--realTimeIncomingBetsHeadingBorderColor);
    border-radius: var(--realTimeIncomingBetsHeadingBorderRadius);
    padding: 24px
}

.real-time-incoming-bets-module_wrapper__eUL4zV0w__platform-common {
    margin-top: 24px;
    box-shadow: var(--realTimeIncomingBetsBoxShadow);
    border-radius: var(--realTimeIncomingBetsBorderRadius)
}

@media (max-width: 1000px) {
    .real-time-incoming-bets-module_wrapper__eUL4zV0w__platform-common {
        box-shadow:none
    }
}

.real-time-incoming-bets-module_title__UFruoFWD__platform-common {
    font-size: var(--realTimeIncomingBetsHeadingFontSize);
    font-weight: var(--realTimeIncomingBetsHeadingFontWeight);
    color: var(--mslTextDark);
    margin: 0
}

@media (max-width: 1000px) {
    .real-time-incoming-bets-module_wrapper__eUL4zV0w__platform-common {
        margin-top:8px
    }

    .real-time-incoming-bets-module_heading__6sshxc8o__platform-common {
        flex-direction: column;
        background: none;
        border: none;
        padding: 0;
        margin-bottom: 12px;
        overflow-x: auto
    }

    .real-time-incoming-bets-module_title__UFruoFWD__platform-common {
        margin-bottom: 8px;
        font-size: var(--realTimeIncomingBetsHeadingMobileFontSize)
    }
}

.real-time-incoming-bets-module_fullWidth__dJhcBuog__platform-common {
    width: 100%
}

.real-time-incoming-bets-table-module_tableWrapper__ObPQ46Fo__platform-common {
    overflow-x: auto
}

.real-time-incoming-bets-table-module_table__TpzVwTtm__platform-common {
    width: 100%;
    table-layout: fixed;
    border-radius: var(--realTimeIncomingBetsTableBorderRadius);
    overflow: hidden;
    border-collapse: collapse;
    font-weight: var(--realTimeIncomingBetsTableFontWeight);
    background: var(--realTimeIncomingBetsTableMainBg)
}

.real-time-incoming-bets-table-module_title__UoTn6wqF__platform-common {
    text-transform: uppercase;
    letter-spacing: var(--realTimeIncomingBetsTableHeadLetterSpacing, .1em);
    text-align: left;
    font-weight: var(--realTimeIncomingBetsTableHeadFontWeight);
    font-size: var(--realTimeIncomingBetsTableHeadFontSize);
    color: var(--realTimeIncomingBetsTableHead);
    line-height: var(--realTimeIncomingBetsTableHeadLineHeight)
}

.real-time-incoming-bets-table-module_cell__NcErdEHU__platform-common {
    padding: var(--realTimeIncomingBetsTableCellPadding, 14px 23px);
    background: var(--realTimeIncomingBetsTableCellBg)
}

.real-time-incoming-bets-table-module_row__3dp-T-J9__platform-common {
    cursor: pointer;
    background: var(--realTimeIncomingBetsRowOddBg)
}

.real-time-incoming-bets-table-module_row__3dp-T-J9__platform-common:nth-child(2n),.real-time-incoming-bets-table-module_row__3dp-T-J9__platform-common.real-time-incoming-bets-table-module_even__mWaQTA2g__platform-common {
    background: var(--realTimeIncomingBetsRowEvenBg)
}

.real-time-incoming-bets-table-module_headRow__KkhvvqO9__platform-common {
    background: var(--realTimeIncomingBetsHeadBg);
    color: var(--realTimeIncomingBetHeadColor);
    border-top: 1px solid var(--realTimeIncomingBetsTableHeadBorder)
}

.real-time-incoming-bets-table-module_eventName__MOkocOQ-__platform-common {
    display: flex;
    font-weight: var(--realTimeIncomingBetsTableEventNameFontWeight, 700)
}

.real-time-incoming-bets-table-module_icon__m7qdN-Q2__platform-common {
    width: 16px;
    height: 16px;
    margin-right: 8px
}

.real-time-incoming-bets-table-module_currencyWrapper__c-Bpw9tC__platform-common {
    display: flex;
    align-items: center;
    line-height: 0
}

.real-time-incoming-bets-table-module_currencyWrapper__c-Bpw9tC__platform-common img {
    margin-right: 4px
}

.real-time-incoming-bets-table-module_eventNameText__jKPMw4pe__platform-common {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.real-time-incoming-bets-table-module_tooltip__rZPcwF3k__platform-common {
    display: inline-flex;
    align-items: center
}

.real-time-incoming-bets-table-module_tooltip__rZPcwF3k__platform-common svg {
    font-size: 16px;
    margin-right: 4px
}

@media (max-width: 1000px) {
    .real-time-incoming-bets-table-module_hideMobile__G-j-skIs__platform-common {
        display:none
    }

    .real-time-incoming-bets-table-module_loaderWrap__c0Ftn-58__platform-common {
        display: block
    }

    .real-time-incoming-bets-table-module_row__3dp-T-J9__platform-common,.real-time-incoming-bets-table-module_headRow__KkhvvqO9__platform-common {
        display: flex
    }

    .real-time-incoming-bets-table-module_headRow__KkhvvqO9__platform-common {
        border-top: none
    }

    .real-time-incoming-bets-table-module_table__TpzVwTtm__platform-common {
        border-radius: var(--realTimeIncomingBetsTableBorderRadiusMobile);
        display: flex;
        flex-direction: column;
        border: 1px solid var(--realTimeIncomingBetsTableMobileBorder)
    }

    .real-time-incoming-bets-table-module_cell__NcErdEHU__platform-common {
        padding: 16px;
        font-size: var(--realTimeIncomingBetsTableMobileFontSize, 11px);
        font-weight: 400
    }

    th.real-time-incoming-bets-table-module_cell__NcErdEHU__platform-common {
        font-weight: var(--realTimeIncomingBetsTableMobileHeadFontWeight)
    }

    .real-time-incoming-bets-table-module_cell__NcErdEHU__platform-common:first-of-type {
        white-space: nowrap;
        flex: 1 0 45%;
        overflow: hidden
    }

    .real-time-incoming-bets-table-module_cell__NcErdEHU__platform-common:nth-of-type(2n) {
        flex: 0 0 auto
    }

    .real-time-incoming-bets-table-module_cell__NcErdEHU__platform-common:last-of-type {
        flex: 1 0 35%;
        display: flex
    }
}

.real-time-incoming-bets-table-module_fullWidth__ZUGLUPGM__platform-common {
    width: 100%
}

.real-time-incoming-bets-table-module_minWidth__CRxcYmAF__platform-common {
    min-width: 30px
}

.section-title-module_title__wsm1cQJ-__platform-common {
    box-sizing: border-box;
    display: flex;
    min-height: 100%;
    padding-top: 5px;
    position: relative
}

.section-title-module_title__wsm1cQJ-__platform-common .section-title-module_text__CWC9RBM5__platform-common {
    align-items: center;
    color: var(--incomingBetsSectionTitleTextColor);
    display: flex;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    min-height: 100%;
    padding: 4px 0;
    position: relative;
    text-transform: uppercase;
    transition: color .15s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.section-title-module_title__wsm1cQJ-__platform-common .section-title-module_arrow__ASm-q3Cd__platform-common {
    align-items: center;
    color: var(--incomingBetsSectionTitleArrowColor);
    display: flex;
    justify-content: center;
    margin-left: -10px;
    min-height: 100%;
    position: relative;
    transform: rotate(180deg);
    transition: transform .15s ease,opacity 0s ease;
    width: 32px
}

.section-title-module_title__wsm1cQJ-__platform-common.section-title-module_open__eY36owuj__platform-common .section-title-module_arrow__ASm-q3Cd__platform-common {
    transform: rotate(0)
}

.section-title-module_title__wsm1cQJ-__platform-common.section-title-module_showLine__6bEPjS9l__platform-common .section-title-module_text__CWC9RBM5__platform-common:after {
    background-color: var(--incomingBetsSectionTitleColor);
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    top: -5px;
    bottom: auto;
    transition: background-color .15s ease;
    width: 100%
}

.section-title-module_title__wsm1cQJ-__platform-common.section-title-module_showLine__6bEPjS9l__platform-common.section-title-module_inactive__tA0I4n8N__platform-common .section-title-module_text__CWC9RBM5__platform-common:after {
    display: none
}

.section-title-module_title__wsm1cQJ-__platform-common.section-title-module_pointer__cBEpk4au__platform-common {
    cursor: pointer
}

.section-title-module_title__wsm1cQJ-__platform-common.section-title-module_inheritAll__GtZIiPki__platform-common {
    min-height: unset
}

.section-title-module_title__wsm1cQJ-__platform-common.section-title-module_inheritAll__GtZIiPki__platform-common .section-title-module_text__CWC9RBM5__platform-common {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    padding-top: 0
}

.section-title-module_title__wsm1cQJ-__platform-common.section-title-module_inheritColor__oTtD6j-E__platform-common {
    color: inherit
}

.section-title-module_title__wsm1cQJ-__platform-common.section-title-module_centered__aZnUx03v__platform-common .section-title-module_text__CWC9RBM5__platform-common {
    display: block;
    text-align: center;
    width: 100%
}

.section-title-module_title__wsm1cQJ-__platform-common.section-title-module_landing__emtWH2ff__platform-common.section-title-module_text__CWC9RBM5__platform-common {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis
}

.modern-section-title-module_list__mXUN3Wyw__platform-common {
    background: var(--mslBreadcrumbsBg);
    border-radius: var(--baseBorderRadius);
    margin: 0 0 15px;
    box-shadow: var(--mslBreadcrumbsBoxShadow);
    display: flex;
    min-height: 28px;
    list-style: none;
    padding: 0 0 0 5px;
    z-index: 1;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-color: var(--mslScrollbarBg) transparent;
    scrollbar-width: thin
}

.modern-section-title-module_list__mXUN3Wyw__platform-common::-webkit-scrollbar {
    width: var(--mslScrollbarWidth);
    height: 6px;
    background: var(--mslScrollbarBg)
}

.modern-section-title-module_list__mXUN3Wyw__platform-common::-webkit-scrollbar-track {
    border-radius: var(--mslScrollbarBorderRadius)
}

.modern-section-title-module_list__mXUN3Wyw__platform-common::-webkit-scrollbar-thumb {
    background-color: var(--mslScrollbarThumbColor);
    border: var(--mslScrollbarBorder);
    -webkit-transition: background-color .15s ease;
    transition: background-color .15s ease;
    border-radius: var(--mslScrollbarBorderRadius)
}

.modern-section-title-module_list__mXUN3Wyw__platform-common:hover {
    scrollbar-color: var(--mslScrollbarThumbColor) transparent
}

.modern-section-title-module_list__mXUN3Wyw__platform-common:hover::-webkit-scrollbar-thumb {
    background-color: var(--mslScrollbarThumbColorHover)
}

.modern-section-title-module_list__mXUN3Wyw__platform-common .modern-section-title-module_item__AgFAiykw__platform-common {
    color: var(--breadcrumbItemColor);
    display: inline-block;
    position: relative;
    white-space: nowrap;
    z-index: 1;
    margin: var(--mslBreadcrubmsItemMargin);
    border-radius: var(--mslBreadcrumbsItemBorderRadius);
    background: var(--mslBreadcrumbsItemBg)
}

.modern-section-title-module_list__mXUN3Wyw__platform-common .modern-section-title-module_item__AgFAiykw__platform-common a {
    color: inherit;
    text-decoration: none;
    transition: color .15s ease;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    width: 50px
}

.modern-section-title-module_list__mXUN3Wyw__platform-common .modern-section-title-module_item__AgFAiykw__platform-common a:hover {
    color: var(--breadcrumbItemColorActive)
}

.modern-section-title-module_list__mXUN3Wyw__platform-common .modern-section-title-module_item__AgFAiykw__platform-common span,.modern-section-title-module_list__mXUN3Wyw__platform-common .modern-section-title-module_item__AgFAiykw__platform-common h1 {
    align-items: center;
    display: flex;
    font-size: 12px;
    font-style: normal;
    line-height: 30px;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase
}

.modern-section-title-module_list__mXUN3Wyw__platform-common .modern-section-title-module_item__AgFAiykw__platform-common:first-child {
    padding-right: 5px
}

.modern-section-title-module_list__mXUN3Wyw__platform-common .modern-section-title-module_item__AgFAiykw__platform-common:first-child:before,.modern-section-title-module_list__mXUN3Wyw__platform-common .modern-section-title-module_item__AgFAiykw__platform-common:first-child:after {
    border-left: 0
}

.modern-section-title-module_list__mXUN3Wyw__platform-common .modern-section-title-module_item__AgFAiykw__platform-common:first-child a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    width: 50px
}

.modern-section-title-module_list__mXUN3Wyw__platform-common .modern-section-title-module_item__AgFAiykw__platform-common:before,.modern-section-title-module_list__mXUN3Wyw__platform-common .modern-section-title-module_item__AgFAiykw__platform-common:after {
    background-color: var(--breadcrumbItemBackground);
    border-left: 1px solid var(--breadcrumbBorderColor);
    border-right: 1px solid var(--breadcrumbBorderColor);
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -2
}

.modern-section-title-module_list__mXUN3Wyw__platform-common .modern-section-title-module_item__AgFAiykw__platform-common:before {
    border-top: 0;
    top: 0;
    transform: skew(30deg)
}

.modern-section-title-module_list__mXUN3Wyw__platform-common .modern-section-title-module_item__AgFAiykw__platform-common:after {
    border-bottom: 0;
    bottom: 0;
    content: var(--mslBreadcrumsItemAterContent);
    top: var(--mslBreadcrumsItemAterTop);
    left: var(--mslBreadcrumsItemAterLeft);
    right: var(--mslBreadcrumsItemAterRight);
    transform: var(--mslBreadcrumsItemAterTransofrm)
}

.modern-section-title-module_list__mXUN3Wyw__platform-common .modern-section-title-module_itemActive__BynKPOKm__platform-common span {
    color: var(--breadcrumbItemColorActive);
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mobile-section-title-module_titleWrapper__KW3sNJ09__platform-common {
    border-radius: 8px;
    background: var(--incomingBetsMobileModernSectionTitleBg);
    display: flex;
    height: 40px;
    padding: 10px 12px;
    margin: 12px 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: var(--incomingBetsMobileModernSectionTitleColor);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px
}

.incoming-bets-module_incomingBetsWrapper__QBSSE1Ib__platform-common {
    background: var(--incomingBetsCardBackground);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px
}

.incoming-bets-module_sectionHeader__ZHw5eIei__platform-common {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    background: var(--incomingBetsSectionTitleBg);
    height: 36px;
    border-radius: 3px;
    padding-left: 16px;
    margin: 10px 0 12px
}

@media (max-width: 1100px) {
    .incoming-bets-module_sectionHeader__ZHw5eIei__platform-common {
        border-radius:0;
        margin: 0
    }
}

.incoming-bets-module_betsList__3U5lxEg7__platform-common {
    padding: 0;
    margin: 0;
    width: 100%
}

@media (max-width: 1100px) {
    .incoming-bets-module_betsList__3U5lxEg7__platform-common {
        display:flex;
        padding: 12px;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        background-color: var(--incomingBetsMobileListBg)
    }
}

.incoming-bets-module_isModern__NlGMR1Ha__platform-common {
    padding: 0 16px 16px
}

.incoming-bets-module_betsListModern__-t9fXDpi__platform-common {
    padding-top: 12px
}

@media (max-width: 1100px) {
    .incoming-bets-module_betsListModern__-t9fXDpi__platform-common {
        padding:12px 0 0;
        background-color: var(--incomingBetsMobileModernListBg);
        gap: 8px
    }
}

.tabs-module_tabList__2U01GYsW__platform-common {
    list-style: none;
    display: flex;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    border-radius: 8px 8px 0 0;
    background: var(--newForecastsListBg);
    box-shadow: 0 0 11px 0 var(--newForecastsTabsListBoxShadowColor);
    overflow-x: hidden
}

@media (max-width: 1100px) {
    .tabs-module_tabList__2U01GYsW__platform-common {
        border-radius:8px;
        background: var(--newForecastsListMobileBg)
    }
}

.tabs-module_tabList__2U01GYsW__platform-common .tabs-module_tabItem__ithhAInJ__platform-common {
    display: flex;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 0 11px 0 var(--tabBoxShadow);
    flex: 1 0;
    overflow: hidden;
    min-width: 33.33333%
}

@media (max-width: 1100px) {
    .tabs-module_tabList__2U01GYsW__platform-common .tabs-module_tabItem__ithhAInJ__platform-common {
        box-shadow:none
    }
}

.tabs-module_tabList__2U01GYsW__platform-common .tabs-module_tabItemActive__H8yUB0sB__platform-common {
    flex: 0 0 auto;
    min-width: 33.33333%;
    box-shadow: none
}

.tabs-module_tabList__2U01GYsW__platform-common .tabs-module_noForecasts__edYhMl5t__platform-common {
    min-width: calc(50% - 4px)
}

.tabs-module_tabList__2U01GYsW__platform-common li+li {
    margin-left: 8px
}

@media (max-width: 1100px) {
    .tabs-module_tabList__2U01GYsW__platform-common li+li {
        margin-left:0
    }
}

.tabs-module_forecastTab__wWib-p3h__platform-common {
    width: 100%
}

.tabs-module_tabText__nUyb7DYL__platform-common {
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.forecasts-page-module_pageWrapper__k5cezwWO__platform-common {
    display: flex
}

@media (max-width: 1100px) {
    .forecasts-page-module_pageWrapper__k5cezwWO__platform-common {
        flex-direction:column;
        background: var(--newForecastsMobilePageBg)
    }
}

.forecasts-page-module_newForecastContent__mwZm3JVA__platform-common {
    flex: auto;
    margin-left: 10px
}

@media (max-width: 1100px) {
    .forecasts-page-module_newForecastContent__mwZm3JVA__platform-common {
        margin:0 16px
    }
}

@media (min-width: 1100px) {
    .forecasts-page-module_mobileHeaderWrapper__rHihj0Zk__platform-common {
        display:none
    }
}

.forecasts-page-module_newForecastSideBanners__1QwuwezH__platform-common {
    flex: 0 0 calc(var(--mslCenterColMarginLeft) - 25px);
    min-width: 265px
}

@media (max-width: 2000px) {
    .forecasts-page-module_newForecastSideBanners__1QwuwezH__platform-common {
        flex:0 0 calc(var(--mslCenterColMarginLeftMedia) - 25px);
        min-width: calc(var(--mslCenterColMarginLeftMedia) - 25px)
    }
}

@media (min-width: 1300px) and (max-width: 1400px) {
    .forecasts-page-module_newForecastSideBanners__1QwuwezH__platform-common {
        flex:0 0 260px;
        min-width: 260px
    }
}

@media (max-width: 1300px) {
    .forecasts-page-module_newForecastSideBanners__1QwuwezH__platform-common {
        flex:0 0 270px
    }
}

@media (max-width: 1100px) {
    .forecasts-page-module_newForecastSideBanners__1QwuwezH__platform-common {
        flex:auto;
        overflow-x: hidden
    }
}

.modalRegistration-module_container__uJMpf1N-__platform-common:not(.modalRegistration-module_mobile__KHOppzV8__platform-common) {
    display: flex;
    align-items: center
}

.modalRegistration-module_container__uJMpf1N-__platform-common .modalRegistration-module_registrationFieldAction__fyiTqq7k__platform-common>button {
    width: 100%
}

.registrationPage-module_container__6Z99YBhS__platform-common {
    position: relative;
    background: var(--registrationPageContainerBg);
    border-radius: 3px;
    padding: 30px 23px;
    box-shadow: 0 4px 29px #00000075;
    width: 488px;
    z-index: 2
}

.registrationPage-module_createAccountTitle__asJv1MjH__platform-common {
    color: var(--createAccountTitle);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 0
}

.registrationPage-module_formFlex__7O979P2f__platform-common {
    display: flex;
    flex-wrap: wrap;
    padding: 24px
}

.registrationPage-module_registrationField__0HC7Sgab__platform-common {
    width: 100%;
    padding: 0 7px;
    margin-bottom: 20px
}

.registrationPage-module_registrationFieldRow__KzczSZ-h__platform-common {
    display: flex
}

.registrationPage-module_registrationFieldAction__ACjD-xIo__platform-common {
    width: 100%
}

:root {
    --registrationPageContainerBg: #f8f8f8;
    --createAccountTitle: #3E4049
}

.default-slider-new-module_slider__OAjRi9a-__platform-common {
    display: flex;
    position: relative;
    width: 100%;
    min-height: var(--minimalSlider);
    height: var(--sliderHeight);
    border-radius: 8px;
    overflow: hidden
}

.default-slider-new-module_slider__OAjRi9a-__platform-common .awssld__box {
    min-height: var(--minimalSlider);
    height: var(--sliderHeight)
}

.default-slider-new-module_slider__OAjRi9a-__platform-common .awssld__bar {
    height: 2px!important;
    background: var(--eventTableBorder)!important
}

.default-slider-new-module_slider__OAjRi9a-__platform-common .awssld__bullets {
    justify-content: var(--slaiderBulletsPosition, center);
    bottom: 8px
}

.default-slider-new-module_slider__OAjRi9a-__platform-common .awssld__bullets button {
    width: 8px;
    height: 8px;
    background: var(--sliderBulletsDefaultBackground, #ffffff)
}

.default-slider-new-module_slider__OAjRi9a-__platform-common .awssld__bullets button.awssld__bullets--active {
    background: var(--sliderBulletsActiveBackground)
}

.default-slider-new-module_slider__OAjRi9a-__platform-common .awssld__content img {
    display: block;
    background-color: var(--bannerImgBacgroundcolor);
    -o-object-position: top;
    object-position: top
}

.default-slider-new-module_imageContent__bNMWlFLs__platform-common {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%
}

.default-slider-new-module_imageContent__bNMWlFLs__platform-common img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    min-width: 100%;
    height: 100%
}

.default-slider-new-module_content__TgxnhDB5__platform-common {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: var(--sliderContentWidth);
    height: 100%;
    z-index: 3
}

.default-slider-new-module_content__TgxnhDB5__platform-common.default-slider__content--default {
    flex-direction: column;
    padding-left: var(--sliderLeftOffset);
    left: 0
}

.default-slider-new-module_content__TgxnhDB5__platform-common.default-slider__content--dropsWins {
    position: relative;
    height: calc(100% - 60px);
    width: 100%
}

.default-slider-new-module_content__TgxnhDB5__platform-common.default-slider__content--dropsWins .default-slider-new-module_image-link__F4FoQocf__platform-common {
    width: 80%;
    height: 100%;
    cursor: pointer
}

.default-slider-new-module_content__TgxnhDB5__platform-common.default-slider__content--ivi-betdesctop {
    top: 0;
    bottom: 0;
    left: 0;
    right: 38%;
    min-width: 750px
}

.default-slider-new-module_content__TgxnhDB5__platform-common.default-slider__content--ivi-betmobile {
    height: auto;
    top: 40%;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 180px
}

.default-slider-new-module_controls__kC04Wgnk__platform-common {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    position: absolute;
    right: 16px;
    bottom: 16px;
    background: #e2e8ee66;
    border-radius: 4px;
    padding: 4px;
    z-index: 3
}

.default-slider-new-module_controls__kC04Wgnk__platform-common .default-slider-new-module_control__nzFCWIQ2__platform-common {
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    width: 24px;
    height: 24px;
    min-width: 24px;
    font-size: 16px;
    color: var(--mainSliderControlArrowColor);
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    background: #e2e8ee99;
    transition: opacity .15s ease,background .15s ease
}

.default-slider-new-module_controls__kC04Wgnk__platform-common .default-slider-new-module_control__nzFCWIQ2__platform-common:not(:last-child) {
    margin-left: 4px
}

.default-slider-new-module_controls__kC04Wgnk__platform-common .default-slider-new-module_control__nzFCWIQ2__platform-common.default-slider-new-module_disabled__YB8dAFE2__platform-common {
    opacity: .2;
    cursor: default;
    pointer-events: none
}

.default-slider-new-module_controls__kC04Wgnk__platform-common .default-slider-new-module_control__nzFCWIQ2__platform-common.default-slider-new-module_right__-McO0BwL__platform-common {
    transform: rotate(180deg)
}

.default-slider-new-module_bullets__r0DTD4MD__platform-common {
    display: flex;
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translate(-50%);
    z-index: 3
}

.default-slider-new-module_bullets__r0DTD4MD__platform-common .default-slider-new-module_bullet__yjPkFnD9__platform-common {
    display: inline-flex;
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 50%;
    transition: transform .15s ease,background-color .15s ease
}

.default-slider-new-module_bullets__r0DTD4MD__platform-common .default-slider-new-module_bullet__yjPkFnD9__platform-common:not(.default-slider-new-module_active__ppk9QIeS__platform-common) {
    background-color: var(--buttonText);
    cursor: pointer
}

.default-slider-new-module_bullets__r0DTD4MD__platform-common .default-slider-new-module_bullet__yjPkFnD9__platform-common:hover {
    transform: scale(1.2)
}

.default-slider-new-module_bullets__r0DTD4MD__platform-common .default-slider-new-module_bullet__yjPkFnD9__platform-common.default-slider-new-module_active__ppk9QIeS__platform-common {
    cursor: default;
    background: var(--error)
}

.customer-slide-for-main-banner-module_mobile__opuFVZ5u__platform-common {
    text-align: center
}

.customer-slide-for-main-banner-module_mobile__opuFVZ5u__platform-common .app-button {
    min-height: 28px
}

.button-dot-loader-module_wrapper__SqBdx6b8__platform-common {
    position: relative;
    overflow: hidden
}

.button-dot-loader-module_loader__zuYkPfkN__platform-common {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px
}

.button-dot-loader-module_dot__RPDcbe4G__platform-common {
    width: 6px;
    height: 6px;
    background-color: var(--buttonText);
    border-radius: 50%;
    opacity: 0;
    animation: button-dot-loader-module_loading__ufSniRS4__platform-common 1s infinite ease-in-out both
}

.button-dot-loader-module_dot__RPDcbe4G__platform-common:nth-child(2) {
    animation-delay: .2s
}

.button-dot-loader-module_dot__RPDcbe4G__platform-common:nth-child(3) {
    animation-delay: .4s
}

@keyframes button-dot-loader-module_loading__ufSniRS4__platform-common {
    0%,80%,to {
        opacity: 0;
        transform: scale(.8)
    }

    40% {
        opacity: 1;
        transform: scale(1.2)
    }
}

.cashier-loader-module_loader__ODeaPRAa__platform-common {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px
}

.cashier-loader-module_dots__ZyPD1ire__platform-common {
    position: relative;
    display: flex
}

.cashier-loader-module_dot__h1wxMUBr__platform-common {
    background: var(--cashierLoaderDots);
    border-radius: 5px;
    width: 10px;
    height: 10px;
    margin: 0 5px
}

.cashier-loader-module_dot__h1wxMUBr__platform-common.cashier-loader-module_first__LaBuzhIa__platform-common {
    animation: cashier-loader-module_dotFalling__eK-qnxa-__platform-common 1s infinite linear .1s
}

.cashier-loader-module_dot__h1wxMUBr__platform-common.cashier-loader-module_second__peuenJst__platform-common {
    animation: cashier-loader-module_dotFalling__eK-qnxa-__platform-common 1s infinite linear .2s
}

.cashier-loader-module_dot__h1wxMUBr__platform-common.cashier-loader-module_third__ZtS4xfPx__platform-common {
    animation: cashier-loader-module_dotFalling__eK-qnxa-__platform-common 1s infinite linear .3s
}

@keyframes cashier-loader-module_dotFalling__eK-qnxa-__platform-common {
    0% {
        opacity: .25;
        transform: translateY(-15px)
    }

    25%,50%,75% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: .25;
        transform: translateY(15px)
    }
}

.animations-module_fadeInUp__BY6DLD-U__platform-common {
    animation: animations-module_fadeInUp__BY6DLD-U__platform-common .3s ease-in-out both;
    opacity: 0;
    transform: translate3d(0,25%,0)
}

@keyframes animations-module_fadeInUp__BY6DLD-U__platform-common {
    0% {
        opacity: 0;
        transform: translate3d(0,25%,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animations-module_fadeIn__xuQCXrgd__platform-common {
    animation: animations-module_fadeIn__xuQCXrgd__platform-common .3s ease-in-out both;
    opacity: 0
}

@keyframes animations-module_fadeIn__xuQCXrgd__platform-common {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.cashier-bonuses-list-item-module_closeIcon__aooNj68K__platform-common {
    color: var(--cashierBonusItemCloseIcon, #6F7B8D);
    font-size: 20px;
    position: absolute;
    top: 6px;
    right: 4px;
    padding: 0;
    margin: 0
}

.cashier-bonuses-module_bonuses__yZXnRvv5__platform-common {
    position: relative;
    z-index: 2
}

.cw-bonuses {
    background: var(--cashierModalBackgroundSecondary);
    border-radius: 5px;
    margin: 0 20px;
    padding: 16px;
    border-bottom: 1px solid var(--cashierModalBackgroundSecondary)
}

@media (max-width: 767px) {
    .cw-bonuses {
        margin:0 12px
    }
}

.cw-bonuses--selected {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media (max-width: 767px) {
    .cw-bonuses--selected {
        align-items:center
    }
}

.cw-bonuses--selected .cw-bonuses__title {
    margin-top: 8px
}

@media (max-width: 767px) {
    .cw-bonuses--selected .cw-bonuses__title {
        line-height:28px
    }
}

.cw-bonuses--selected .cw-bonuses__item--selected {
    flex-basis: 100%
}

.cw-bonuses__title {
    color: var(--cashierTextColorSecondary);
    font-size: 12px;
    margin-top: 20px
}

.cw-bonuses__title--list {
    font-size: 12px;
    text-align: left;
    margin-top: 8px
}

.cw-bonuses__options {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 767px) {
    .cw-bonuses__options {
        display:block;
        height: auto
    }

    .cw-bonuses__options .swipe-checkbox__label {
        font-weight: 400;
        font-size: 12px
    }
}

.cw-bonuses__code {
    display: flex;
    align-items: center
}

@media (max-width: 767px) {
    .cw-bonuses__code {
        width:100%;
        margin-top: 16px
    }

    .cw-bonuses__code .app-button {
        flex: 0 0 auto
    }
}

.cw-bonuses__code-input {
    display: block;
    width: 230px;
    margin-right: 8px;
    background: var(--cashierModalBackgroundMain);
    color: var(--cashierTextColorMain);
    height: 36px;
    border-radius: 32px;
    font-size: 14px;
    padding: 0 26px 0 20px;
    font-weight: 400;
    border: 1px solid var(--cashierInputColor)
}

@media (max-width: 767px) {
    .cw-bonuses__code-input {
        flex:1 1 auto;
        width: 100%
    }
}

.cw-bonuses__code-input:focus {
    outline: none;
    border-color: var(--textIconInactive)
}

.cw-bonuses__list {
    margin-top: 14px
}

.cw-bonuses__list .react-horizontal-scrolling-menu--scroll-container {
    z-index: 2;
    margin-top: 0;
    overscroll-behavior: contain;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.cw-bonuses__list .react-horizontal-scrolling-menu--scroll-container::-webkit-scrollbar {
    display: none
}

.cw-bonuses__list .react-horizontal-scrolling-menu--separator {
    flex: 0 0 8px
}

.cw-bonuses__list .react-horizontal-scrolling-menu--item {
    display: flex
}

.cw-bonuses__list .react-horizontal-scrolling-menu--item--selected {
    margin: 14px 0 0;
    border-radius: 10px
}

.cw-bonuses__list .horizontal-menu__arrow-wrapper {
    width: 34px;
    height: 34px;
    border-radius: 17px;
    color: var(--cashierBonusListArrow);
    background: var(--cashierBonusListArrowBg);
    font-size: var(--cashierBonusListArrowFontSize, 16px)
}

@media (max-width: 767px) {
    .cw-bonuses__list .horizontal-menu__arrow-wrapper {
        display:none
    }
}

.cw-bonuses__list .horizontal-menu__arrow-wrapper--left {
    left: -20px;
    padding-right: 14px
}

.cw-bonuses__list .horizontal-menu__arrow-wrapper--right {
    right: -20px;
    padding-left: 14px
}

.cw-bonuses__item {
    padding: 18px 12px;
    background: var(--cashierBonusItemBg);
    border-radius: 5px;
    color: var(--cashierTextColorMain);
    height: 100%;
    width: 219px;
    display: flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    box-shadow: var(--cashierBonusItemBoxShadow, 0 0 10px rgba(0, 0, 0, .2));
    transition: box-shadow .15s ease
}

.cw-bonuses__item img {
    max-width: 65px;
    margin-right: 10px
}

.cw-bonuses__item:not(.cw-bonuses__item--selected):hover {
    box-shadow: 5px 5px 7px #0003
}

.cw-bonuses__item--selected {
    cursor: default;
    margin: 14px 0 0;
    border-radius: var(--cashierBonusItemSelectedBorderRadius, 5px);
    width: auto
}

@media (max-width: 767px) {
    .cw-bonuses__item--selected {
        margin:8px 0 0
    }
}

.cw-bonuses__item--selected img {
    margin-right: 23px
}

.cw-bonuses__item--selected .cw-bonuses__item-text-description {
    font-size: 17px
}

.cw-bonuses__item-text {
    flex-grow: 1
}

.cw-bonuses__item-text-title {
    font-weight: 400;
    font-size: 12px;
    color: var(--cashierBonusItemTitleColor)
}

.cw-bonuses__item-text-description {
    font-weight: 600;
    font-size: 14px;
    color: var(--cashierBonusItemDescriptionColor);
    margin-top: 4px
}

.cw-bonuses__item-button {
    position: absolute;
    top: 9px;
    right: 10px;
    z-index: 5;
    height: 30px;
    width: 30px
}

.cw-bonuses__not-found {
    font-size: 12px;
    font-weight: 600;
    text-align: var(--cashierBonusNotFoundAlign, center);
    margin-top: 10px;
    letter-spacing: .02em;
    color: var(--cashierModalNotFound)
}

.cw-bonuses__loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.cw-bonuses .swipe-checkbox__label {
    margin-left: 8px
}

.cashier-payment-methods-groups-module_groups__lGErXd3l__platform-common {
    margin-bottom: 12px
}

.cashier-payment-method-item-accordion-module_accordion__K8sCOFym__platform-common {
    background-color: var(--cashierPaymentMethodAccordionBg);
    margin-top: 8px;
    border-radius: 6px
}

.cashier-payment-method-item-accordion-module_accordion__K8sCOFym__platform-common.cashier-payment-method-item-accordion-module_active__cDss5SCF__platform-common .cashier-payment-method-item-accordion-module_arrow__n-XqUD7Y__platform-common:before {
    transform: rotate(-45deg)
}

.cashier-payment-method-item-accordion-module_accordion__K8sCOFym__platform-common.cashier-payment-method-item-accordion-module_active__cDss5SCF__platform-common .cashier-payment-method-item-accordion-module_arrow__n-XqUD7Y__platform-common:after {
    transform: rotate(45deg)
}

.cashier-payment-method-item-accordion-module_accordion__K8sCOFym__platform-common.cashier-payment-method-item-accordion-module_active__cDss5SCF__platform-common .cashier-payment-method-item-accordion-module_arrowCustom__L-5qCNC7__platform-common {
    transform: rotate(-90deg)
}

.cashier-payment-method-item-accordion-module_accordionTab__PXCDDBd8__platform-common {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px 5px;
    cursor: pointer
}

.cashier-payment-method-item-accordion-module_accordionTab__PXCDDBd8__platform-common .cashier-payment-method-item-accordion-module_label__z3Mfs7N9__platform-common {
    font-weight: 700;
    font-size: 14px;
    color: var(--cashierPaymentMethodGroupItem)
}

.cashier-payment-method-item-accordion-module_accordionTab__PXCDDBd8__platform-common .cashier-payment-method-item-accordion-module_arrow__n-XqUD7Y__platform-common {
    width: 16px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.cashier-payment-method-item-accordion-module_accordionTab__PXCDDBd8__platform-common .cashier-payment-method-item-accordion-module_arrow__n-XqUD7Y__platform-common:before,.cashier-payment-method-item-accordion-module_accordionTab__PXCDDBd8__platform-common .cashier-payment-method-item-accordion-module_arrow__n-XqUD7Y__platform-common:after {
    position: absolute;
    content: "";
    width: 10px;
    background-color: var(--cashierPaymentMethodAccordionIconColor);
    height: 3px;
    border-radius: 4px;
    transition: transform .5s ease
}

.cashier-payment-method-item-accordion-module_accordionTab__PXCDDBd8__platform-common .cashier-payment-method-item-accordion-module_arrow__n-XqUD7Y__platform-common:before {
    transform: rotate(45deg);
    left: 0
}

.cashier-payment-method-item-accordion-module_accordionTab__PXCDDBd8__platform-common .cashier-payment-method-item-accordion-module_arrow__n-XqUD7Y__platform-common:after {
    right: 0;
    transform: rotate(-45deg)
}

.cashier-payment-method-item-accordion-module_accordionTab__PXCDDBd8__platform-common .cashier-payment-method-item-accordion-module_arrowCustom__L-5qCNC7__platform-common {
    transform: rotate(90deg);
    color: var(--cashierPaymentMethodAccordionIconColor);
    transition: transform .5s ease
}

.cashier-payment-method-item-accordion-module_accordionContent__cS3MrWJs__platform-common {
    padding: 0 10px 7px
}

.cashier-payment-method-item-accordion-module_accordionContent__cS3MrWJs__platform-common .cw-payments__methods-list {
    margin-top: 0
}

.cashier-payment-methods-module_paymentMethods__d-Ainuyr__platform-common {
    display: block
}

.cw-payments {
    padding: 16px 56px 33px;
    color: var(--cashierTextColorMain)
}

@media (max-width: 767px) {
    .cw-payments {
        padding:16px 16px 12px
    }
}

.cw-payments__title {
    font-weight: 700;
    font-size: 20px;
    color: var(--cashierTextColorMain);
    text-align: center;
    margin: 0 0 15px
}

@media (max-width: 767px) {
    .cw-payments__title {
        font-size:16px
    }
}

.cw-payments__groups .react-horizontal-scrolling-menu--scroll-container {
    padding-bottom: 13px;
    scrollbar-width: thin;
    scrollbar-color: var(--cashierScrollbarThumb) var(--cashierScrollbarTrack)
}

.cw-payments__groups .react-horizontal-scrolling-menu--scroll-container::-webkit-scrollbar {
    display: block;
    border-radius: 3px;
    height: 6px
}

.cw-payments__groups .react-horizontal-scrolling-menu--scroll-container::-webkit-scrollbar-track {
    background: var(--cashierScrollbarTrack)
}

.cw-payments__groups .react-horizontal-scrolling-menu--scroll-container::-webkit-scrollbar-thumb {
    background: var(--cashierScrollbarThumb);
    border-radius: 3px
}

.cw-payments__groups .react-horizontal-scrolling-menu--scroll-container::-webkit-scrollbar-thumb:hover {
    background: var(--cashierScrollbarThumbHover)
}

.cw-payments__groups .react-horizontal-scrolling-menu--separator {
    flex: 0 0 8px
}

.cw-payments__groups .horizontal-menu__arrow-wrapper {
    width: 34px;
    height: 34px;
    color: var(--cashierPaymentMethodGroupArrows);
    background: transparent;
    font-size: var(--cashierPaymentMethodGroupArrowsFontSize);
    top: 16px
}

@media (max-width: 767px) {
    .cw-payments__groups .horizontal-menu__arrow-wrapper {
        display:none
    }
}

.cw-payments__groups .horizontal-menu__arrow-wrapper--left {
    left: -37px
}

.cw-payments__groups .horizontal-menu__arrow-wrapper--right {
    right: -37px
}

.cw-payments__groups-item {
    display: flex;
    align-items: center;
    height: 32px;
    color: var(--cashierPaymentMethodGroupItem);
    font-size: 14px;
    background: var(--cashierPaymentMethodGroupItemBg);
    border-radius: var(--cashierPaymentMethodGroupItemBorderRadius, 4px);
    font-weight: 400;
    border: 1px solid var(--cashierPaymentMethodGroupItemBorder);
    padding: var(--cashierPaymentMethodGroupItemPadding, 0 8px);
    white-space: nowrap;
    transition: color .15s ease,background-color .15s ease
}

.cw-payments__groups-item--selected {
    font-weight: var(--cashierPaymentMethodGroupItemSelectedFontWeight, 500)
}

.cw-payments__groups-item--selected,.cw-payments__groups-item:hover {
    color: var(--cashierPaymentMethodGroupItemHover);
    background: var(--cashierPaymentMethodGroupItemBgHover)
}

.cw-payments__methods-list {
    display: flex;
    flex-wrap: wrap;
    margin: 12px -5px 0;
    padding: 0
}

.cw-payments__method-wrapper {
    flex: 0 0 20%;
    padding: 5px 6px
}

@media (max-width: 767px) {
    .cw-payments__method-wrapper {
        flex:0 0 33.333%;
        padding: 5px
    }
}

.cw-payments__method {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 66px;
    padding: 8px 14px;
    background: var(--cashierPaymentMethodBg, #FFF);
    border: var(--cashierPaymentMethodBorder, none);
    border-radius: var(--cashierPaymentMethodBorderRadius, 6px)
}

.cw-payments__method img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    transition: transform .2s ease-in-out
}

.cw-payments__method:hover img {
    transform: scale(1.1)
}

.cw-payments__method-name {
    text-align: center;
    color: var(--cashierPaymentMethodTitleColor);
    font-weight: 400;
    font-size: 12px;
    margin-top: 4px
}

.cw-payments__method-badge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 12px;
    padding: 0 4px;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    border-radius: 4px 4px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.cashier-payment-methods-module_notFound__tg6Br9Q6__platform-common {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 300px
}

.cashier-payment-methods-module_notFound__tg6Br9Q6__platform-common .cashier-payment-methods-module_iconWrap__nynEPDxY__platform-common {
    position: relative;
    width: 133px;
    height: 133px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.cashier-payment-methods-module_notFound__tg6Br9Q6__platform-common .cashier-payment-methods-module_iconWrap__nynEPDxY__platform-common .cashier-payment-methods-module_icon__y6fVsgWE__platform-common {
    font-size: 105px
}

.cashier-payment-methods-module_notFound__tg6Br9Q6__platform-common .cashier-payment-methods-module_text__OgMlZrrq__platform-common {
    margin-top: 16px;
    color: var(--cashierNotFoundText, #FFF);
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    line-height: 16px;
    font-weight: 500
}

.cashier-method-tabs-module_tabs__kWy0JY3d__platform-common {
    position: relative;
    z-index: 1
}

.cw-tabs {
    display: flex;
    justify-content: flex-start;
    padding: 0 20px;
    margin-bottom: 4px
}

@media (max-width: 767px) {
    .cw-tabs {
        padding:0 12px
    }
}

.cw-tabs__tab {
    width: calc(50% + 6px);
    padding-bottom: 5px;
    border-radius: 8px 8px 0 0
}

@media (max-width: 767px) {
    .cw-tabs__tab {
        font-size:var(--cashierModalMobileTabsFontSize, 14px)
    }
}

.cw-tabs__tab--selected {
    z-index: 2
}

.cw-tabs__tab--selected .cw-tabs__tab-inner {
    background: var(--cashierModalSelectedTabsBackground);
    color: var(--cashierModalSelectedTab, #FFF);
    font-weight: var(--cashierModalSelectedTabFontWeight)
}

.cw-tabs__tab--selected .cw-tabs__tab-inner:hover {
    background: var(--cashierModalSelectedTabsBackgroundHover)
}

@media (max-width: 767px) {
    .cw-tabs__tab--selected .cw-tabs__tab-inner {
        color:var(--cashierModalSelectedTabMobile, #FFFFFF)
    }

    .cw-tabs__tab--selected .cw-tabs__tab-inner:hover {
        background: var(--cashierModalSelectedTabsBackground)
    }
}

.cw-tabs__tab:not(.cw-tabs__tab--selected) {
    z-index: 1
}

.cw-tabs__tab:not(:last-of-type) {
    margin-right: -12px
}

.cw-tabs__tab-inner {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    color: var(--cashierNotActiveTabColor);
    background: var(--cashierNotActiveTabBackground);
    transition: all .15s ease;
    font-weight: var(--cashierTabsFontWeight, 400)
}

.cw-tabs__tab-inner:hover {
    background: var(--cashierNotActiveTabBackgroundHover)
}

@media (max-width: 767px) {
    .cw-tabs__tab-inner {
        height:40px
    }
}

[dir=rtl] .cw-tabs__tab:not(:last-of-type) {
    margin-right: 0;
    margin-left: 4px
}

.cashier-error-module_errorContainer__-tT3bYXc__platform-common {
    padding: 0 20px 20px
}

@media (max-width: 767px) {
    .cashier-error-module_errorContainer__-tT3bYXc__platform-common {
        padding:0 12px 20px
    }
}

.cashier-error-module_cashierError__BVxWXgz4__platform-common {
    display: block
}

.cw-error {
    padding: 60px 30px;
    background: var(--cashierModalBackgroundSecondary);
    border-radius: 5px;
    border-bottom: 1px solid var(--cashierModalBackgroundSecondary);
    text-align: center
}

.cw-error__icon {
    display: flex;
    justify-content: center;
    color: var(--cashierErrorIconColor);
    font-size: 100px
}

.cw-error__text {
    color: var(--cashierTextColorMain);
    max-width: 330px;
    margin: 20px auto 0;
    font-size: 20px
}

.cw-error__text a {
    color: var(--buttonMain);
    transition: color .15s ease;
    text-decoration: underline
}

.cw-error__text a:hover {
    color: inherit
}

.cashier-selector-currency-module_selectorCurrency__2uFt2MQp__platform-common {
    position: relative;
    margin: 24px 32px 0;
    width: 300px;
    z-index: 2
}

.cashier-selector-currency-module_selectorCurrency__2uFt2MQp__platform-common .ui-select {
    color: var(--cashierSelectorWrapperColor, var(--cashierTextColorMain));
    background-color: var(--cashierSelectorWrapperBg, var(--cashierModalBackgroundSecondary))
}

.cashier-selector-currency-module_selectorCurrency__2uFt2MQp__platform-common .ui-select__outer-text {
    color: var(--cashierTextColorMain)
}

.cashier-selector-currency-module_selectorCurrency__2uFt2MQp__platform-common .ui-select__outer-arrow {
    position: absolute;
    top: 50%;
    right: 16px;
    color: var(--cashierModalSelectorArrow);
    transform: translateY(-50%) rotate(180deg);
    font-size: 14px
}

.cashier-selector-currency-module_selectorCurrency__2uFt2MQp__platform-common .ui-select__outer-arrow .svg-icon {
    transform: none
}

.cashier-selector-currency-module_selectorCurrency__2uFt2MQp__platform-common .ui-select--open .ui-select__outer-arrow {
    transform: translateY(-50%) rotate(0)
}

.cashier-selector-currency-module_selectorCurrency__2uFt2MQp__platform-common .ui-select__list-item--active .cashier-selector-currency-module_selectCurrencyWrapper__WX92n9KK__platform-common,.cashier-selector-currency-module_selectorCurrency__2uFt2MQp__platform-common .ui-select__list-item--active .cashier-selector-currency-module_selectAmount__Gi1XlImy__platform-common {
    color: var(--cashierSelectorColorActive)
}

@media screen and (max-width: 767px) {
    .cashier-selector-currency-module_selectorCurrency__2uFt2MQp__platform-common {
        width:calc(100% - 64px)
    }
}

.cashier-selector-currency-module_label__tnUpmLo2__platform-common {
    display: flex;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 16px;
    color: var(--cashierTextColorMain)
}

.cashier-selector-currency-module_select__b9CO10d7__platform-common {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.cashier-selector-currency-module_select__b9CO10d7__platform-common .cashier-selector-currency-module_selectCurrencyWrapper__WX92n9KK__platform-common,.cashier-selector-currency-module_select__b9CO10d7__platform-common .cashier-selector-currency-module_selectAmount__Gi1XlImy__platform-common {
    font-size: 14px;
    font-weight: 700;
    color: var(--cashierSelectorColor, var(--cashierTextColorMain));
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.cashier-selector-currency-module_select__b9CO10d7__platform-common .cashier-selector-currency-module_selectIcon__3HT1FSFP__platform-common {
    margin-right: 4px
}

.cashier-selector-currency-module_select__b9CO10d7__platform-common .cashier-selector-currency-module_selectIcon__3HT1FSFP__platform-common span {
    line-height: 14px
}

.cashier-selector-currency-module_select__b9CO10d7__platform-common .cashier-selector-currency-module_selectCurrencyWrapper__WX92n9KK__platform-common {
    display: flex;
    align-items: center;
    flex: 1
}

.cashier-selector-currency-module_select__b9CO10d7__platform-common .cashier-selector-currency-module_selectCurrencyWrapper__WX92n9KK__platform-common .cashier-selector-currency-module_selectCurrency__pXprv-Wv__platform-common {
    line-height: 14px
}

.cashier-selector-currency-module_select__b9CO10d7__platform-common .cashier-selector-currency-module_selectAmount__Gi1XlImy__platform-common {
    flex: 1;
    text-align: right
}

.cashier-deductible-tax-module_container__4BcyXZTz__platform-common {
    background: var(--cashierModalBackgroundSecondary);
    border-radius: 5px;
    margin: 0 20px 9px;
    padding: 16px
}

.cashier-deductible-tax-module_header__LHBEJkab__platform-common {
    display: flex;
    justify-content: space-between;
    color: var(--white);
    font-weight: 700
}

.cashier-deductible-tax-module_header__LHBEJkab__platform-common .cashier-deductible-tax-module_taxTitle__HT1LeYYM__platform-common {
    font-size: 14px
}

.cashier-deductible-tax-module_header__LHBEJkab__platform-common .cashier-deductible-tax-module_deductibleStake__UMULKddb__platform-common {
    font-size: 14px;
    margin-left: 12px
}

.cashier-deductible-tax-module_message__lfaMUoHA__platform-common {
    margin-top: 8px;
    color: var(--cashierDeductibleStakeMsgColor)
}

.cashier-payment-form-module_iframe__0XXNgyFF__platform-common {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    display: block;
    overflow: hidden;
    opacity: 0;
    transition: opacity .15s ease-in-out
}

.cashier-payment-form-module_iframe__0XXNgyFF__platform-common.cashier-payment-form-module_loaded__2wpOKCzC__platform-common {
    opacity: 1
}

.cw-payment-form {
    position: relative;
    padding-bottom: 34px
}

.cw-payment-form__back-button {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px
}

.cashier-payment-form-module_paymentFormLoader__0jr4m7KE__platform-common {
    height: 100vh;
    display: grid;
    place-content: center
}

.banner-from-cms-module_bannerWrapper__k56pFkYv__platform-common {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.banner-from-cms-module_bannerWrapper__k56pFkYv__platform-common .awssld__container {
    height: 100%;
    padding: 0
}

.banner-from-cms-module_bannerWrapper__k56pFkYv__platform-common .awssld__box {
    height: 100%
}

.banner-from-cms-module_bannerWrapper__k56pFkYv__platform-common .awssld__bar {
    height: 2px!important;
    background: var(--eventTableBorder)!important
}

.banner-from-cms-module_bannerWrapper__k56pFkYv__platform-common .awssld__bullets {
    justify-content: var(--slaiderBulletsPosition, center);
    bottom: 8px
}

.banner-from-cms-module_bannerWrapper__k56pFkYv__platform-common .awssld__bullets button {
    width: 8px;
    height: 8px;
    background: var(--sliderBulletsDefaultBackground, #ffffff)
}

.banner-from-cms-module_bannerWrapper__k56pFkYv__platform-common .awssld__bullets button.awssld__bullets--active {
    background: var(--sliderBulletsActiveBackground)
}

.banner-from-cms-module_bannerWrapper__k56pFkYv__platform-common .awssld__content img {
    display: block;
    background-color: var(--bannerImgBacgroundcolor)
}

.banner-from-cms-module_controls__chmdktYv__platform-common {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    position: absolute;
    right: 16px;
    bottom: 16px;
    background: var(--mainBannerControlsBg, rgba(226, 232, 238, .4));
    border-radius: 4px;
    padding: 4px;
    z-index: 3
}

.banner-from-cms-module_controls__chmdktYv__platform-common .banner-from-cms-module_control__8yN4MUn6__platform-common {
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    width: 24px;
    height: 24px;
    min-width: 24px;
    font-size: 16px;
    color: var(--mainSliderControlArrowColor);
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    background: var(--mainBannerControlBg, rgba(226, 232, 238, .4));
    transition: opacity .15s ease,background .15s ease
}

.banner-from-cms-module_controls__chmdktYv__platform-common .banner-from-cms-module_control__8yN4MUn6__platform-common:not(:last-child) {
    margin-left: 4px
}

.banner-from-cms-module_controls__chmdktYv__platform-common .banner-from-cms-module_control__8yN4MUn6__platform-common.banner-from-cms-module_disabled__uSVMhwPf__platform-common {
    opacity: .2;
    cursor: default;
    pointer-events: none
}

.banner-from-cms-module_controls__chmdktYv__platform-common .banner-from-cms-module_control__8yN4MUn6__platform-common.banner-from-cms-module_right__-SoumZeS__platform-common {
    transform: rotate(180deg)
}

.banner-from-cms-module_bannerItemWrapper__ARS8fvBf__platform-common {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%
}

.banner-from-cms-module_bannerItemWrapper__ARS8fvBf__platform-common img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    min-width: 100%;
    height: 100%
}

.banner-from-cms-module_content__QvNk6k1o__platform-common {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 3
}

.banner-from-cms-module_content__QvNk6k1o__platform-common.banner-from-cms-module_left__1O2LDlmi__platform-common {
    align-items: start!important;
    text-align: left!important
}

.banner-from-cms-module_content__QvNk6k1o__platform-common.banner-from-cms-module_left__1O2LDlmi__platform-common .banner-from-cms-module_buttons__ABIEh4C4__platform-common {
    justify-content: flex-start!important
}

.banner-from-cms-module_content__QvNk6k1o__platform-common.banner-from-cms-module_center__xq6UCGdU__platform-common {
    align-items: center!important;
    text-align: center!important
}

.banner-from-cms-module_content__QvNk6k1o__platform-common.banner-from-cms-module_center__xq6UCGdU__platform-common .banner-from-cms-module_buttons__ABIEh4C4__platform-common {
    justify-content: center!important
}

.banner-from-cms-module_content__QvNk6k1o__platform-common.banner-from-cms-module_right__-SoumZeS__platform-common {
    align-items: end!important;
    text-align: right!important
}

.banner-from-cms-module_content__QvNk6k1o__platform-common.banner-from-cms-module_right__-SoumZeS__platform-common .banner-from-cms-module_buttons__ABIEh4C4__platform-common {
    justify-content: flex-end!important
}

.banner-from-cms-module_content__QvNk6k1o__platform-common.banner-from-cms-module_clickable__QZh6i08v__platform-common {
    cursor: pointer
}

.banner-from-cms-module_content__QvNk6k1o__platform-common.banner-from-cms-module_mobile__Ya-TJWSB__platform-common .app-button {
    min-height: 28px
}

.banner-from-cms-module_textWrapper__9xWyGswQ__platform-common {
    width: 100%;
    height: 100%
}

.banner-from-cms-module_buttons__ABIEh4C4__platform-common {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px
}

.banner-from-cms-module_buttons__ABIEh4C4__platform-common button:not(:last-child) {
    margin-right: 10px
}

.banner-from-cms-module_bannerImage__5HRZJt7f__platform-common {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.fast-bet-sum-editor-module_fastBetWrapper__I0M9KTu2__platform-common {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    background: var(--settingsContentBg);
    border-radius: 4px;
    padding: 12px 16px
}

.fast-bet-sum-editor-module_fastBetTitle__s-MGnMFQ__platform-common {
    width: 100%;
    text-align: left;
    line-height: 24px
}

.fast-bet-sum-editor-module_fastBetsContainer__OV7IiLhp__platform-common {
    display: flex;
    gap: 8px
}

.fast-bet-sum-editor-module_fastBetsMobileContainer__Zew-LOD-__platform-common {
    flex-direction: column;
    width: 100%
}

.fast-bet-sum-editor-module_inputContainer__zIwUdQ3X__platform-common {
    position: relative
}

.fast-bet-sum-editor-module_inputContainer__zIwUdQ3X__platform-common svg.fast-bet-sum-editor-module_checkIcon__Bgy3DAlJ__platform-common {
    display: none;
    position: absolute;
    right: 15px;
    top: 50%;
    translate: 0 -50%;
    z-index: 1;
    color: var(--allSportsActive);
    height: 16px;
    width: 16px
}

.fast-bet-sum-editor-module_inputContainer__zIwUdQ3X__platform-common svg.fast-bet-sum-editor-module_showCheckIcon__Yw6EOEHF__platform-common {
    display: block
}

.fast-bet-sum-editor-module_inputContainer__zIwUdQ3X__platform-common svg.fast-bet-sum-editor-module_showErrorIcon__-xGL-Att__platform-common {
    display: block;
    color: var(--limitsSnackbarError)
}

.fast-bet-sum-editor-module_fastBetInput__uC5qPqE-__platform-common {
    width: 100%;
    height: 48px;
    color: var(--inputPlaceholderColor)!important;
    text-indent: 3px;
    text-overflow: ellipsis;
    border: 1px solid var(--menuSectionBorder);
    border-radius: 32px
}

.fast-bet-sum-editor-module_fastBetInput__uC5qPqE-__platform-common.fast-bet-sum-editor-module_inputWithIco__iTS37ELD__platform-common {
    padding-right: 30px
}

.fast-bet-sum-editor-module_fastBetInput__uC5qPqE-__platform-common:focus {
    color: var(--mainColor)!important
}

.fast-bet-sum-editor-module_fastBetInput__uC5qPqE-__platform-common:focus-visible {
    outline: none;
    border-color: var(--inputBorderActiveColor)!important
}

.fast-bet-sum-editor-module_errorInput__I-CCyQ-O__platform-common {
    border-color: var(--limitsSnackbarError)!important
}

.fast-bet-sum-editor-module_currencySymbol__zmHjZowf__platform-common {
    position: absolute;
    left: 16px;
    top: 50%;
    translate: 0 -50%;
    z-index: 1;
    text-align: left;
    color: var(--inputPlaceholderColor)
}

.fast-bet-sum-editor-module_symbolFocused__pYAQaylt__platform-common {
    color: var(--mainColor)
}

.fast-bet-sum-editor-module_saveButton__3eyD-laK__platform-common {
    width: 200px
}

.fast-bet-sum-editor-module_mobileSaveButton__qAe1BJcg__platform-common {
    width: 100%
}

.fast-bet-sum-editor-module_currencyMobileModal__YV9e0Uvi__platform-common {
    top: 0!important
}

.story-module_story__1S75RS4-__platform-common {
    display: block;
    width: 100px;
    padding: 4px;
    background-color: var(--mslStoryBg);
    box-shadow: 0 2px 9px #0000001a;
    border-radius: var(--mslStoryBorderRadius);
    text-decoration: none;
    transition: color .15s ease,background-color .15s ease;
    position: relative;
    cursor: pointer
}

.story-module_story__1S75RS4-__platform-common:hover {
    background-color: var(--mslStoryBgHover)
}

.story-module_story__1S75RS4-__platform-common.story-module_wide__UEMurGAZ__platform-common {
    width: 125px
}

.story-module_story__1S75RS4-__platform-common.story-module_vip__4eDwKkmM__platform-common {
    width: 150px
}

.story-module_story__1S75RS4-__platform-common.story-module_cashback__Kzei5--P__platform-common {
    width: 150px;
    transition: opacity .5s ease-out
}

.story-module_story__1S75RS4-__platform-common.story-module_cashback__Kzei5--P__platform-common .story-module_image__BEh8V5Xo__platform-common {
    -o-object-fit: cover;
    object-fit: cover
}

.story-module_story__1S75RS4-__platform-common.story-module_removing__ngukRLj2__platform-common {
    animation: story-module_fadeOut__wqUpH3lM__platform-common .5s ease-in-out both
}

.story-module_story__1S75RS4-__platform-common.story-module_removing__ngukRLj2__platform-common.story-module_removed__sFgShSNH__platform-common {
    display: none
}

.story-module_imageWrap__We9D0cs9__platform-common {
    height: 68px;
    position: relative
}

.story-module_imageWrap__We9D0cs9__platform-common .story-module_image__BEh8V5Xo__platform-common {
    border-radius: var(--mslStoryImageBorderRadius);
    width: 100%;
    height: 100%
}

.story-module_imageWrap__We9D0cs9__platform-common .story-module_confetti__ZtLlVHff__platform-common {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.story-module_content__LUJFgj9F__platform-common {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 8px 8px 27px
}

.story-module_progressBarHeader__nVkSkjWg__platform-common {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    width: 100%
}

.story-module_progressBarHeaderLeft__-RQsETev__platform-common,.story-module_progressBarHeaderRight__Rkafa7FH__platform-common {
    display: flex;
    align-items: center;
    color: var(--white)
}

.story-module_progressBarHeaderIcon__ZHRPRd4P__platform-common {
    font-size: 12px;
    margin-right: 4px
}

.story-module_progressBarHeaderTitle__TLyx6a-g__platform-common {
    font-size: 10px
}

.story-module_timer__TY52xp06__platform-common {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12px;
    border-radius: 0 0 6px 6px;
    font-size: 10px;
    text-align: center;
    color: var(--cashbackBonusSmallItemTimerColor);
    background: var(--cashbackBonusSmallItemTimerBg)
}

.story-module_title__jtl1yGTY__platform-common {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 36px;
    padding: 6px 2px 2px;
    color: var(--mslStoryTitle);
    font-size: var(--mslStoryFontSize);
    line-height: var(--mslStoryLineHeight);
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.story-module_vipContent__krol-E7h__platform-common {
    position: absolute;
    right: 8px;
    left: 8px;
    top: 8px
}

.story-module_data__oNhnKzx3__platform-common {
    display: flex;
    align-items: center
}

.story-module_data__oNhnKzx3__platform-common .story-module_text__-QMYu2z3__platform-common {
    display: flex;
    flex-wrap: wrap;
    font-size: var(--mslStoryVipTextFontSize);
    color: var(--mslStoryVipTextColorAccent)
}

.story-module_data__oNhnKzx3__platform-common .story-module_slash__bTgV2jBx__platform-common {
    margin: 0 2px
}

.story-module_data__oNhnKzx3__platform-common .story-module_finishPoints__V6svZrBE__platform-common {
    color: var(--mslStoryVipTextColor)
}

.story-module_levelImage__78NZy9cr__platform-common {
    height: 37px;
    max-width: 45px;
    margin-right: 8px
}

.story-module_progress__m-4oajaU__platform-common {
    margin-top: 8px;
    height: 10px;
    border-radius: 16px;
    width: 100%;
    background: var(--mslStoryProgressBg);
    position: relative
}

.story-module_progress__m-4oajaU__platform-common .story-module_progressBar__5koo97ld__platform-common {
    background: var(--mslStoryProgressBarBg);
    height: inherit;
    border-radius: 16px
}

.story-module_progress__m-4oajaU__platform-common .story-module_progressBar__5koo97ld__platform-common.story-module_full__SEAhPMIG__platform-common {
    background: var(--mslStoryProgressBarFullBg)
}

.story-module_finishPoints__V6svZrBE__platform-common {
    margin-right: 6px
}

.cashback-list .story-module_story__1S75RS4-__platform-common {
    margin: 4px 6px
}

@keyframes story-module_fadeOut__wqUpH3lM__platform-common {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.story-cashback-modal-module_modal__FCDowmsQ__platform-common .ui-modal-portal__content {
    background-color: var(--cashbackBonusModalBg);
    padding: 24px;
    border-radius: 12px;
    width: 670px
}

.story-cashback-modal-module_modalMobile__r0-EGNwB__platform-common .ui-modal-portal__content {
    display: flex;
    flex-direction: column;
    background-color: var(--cashbackBonusModalBg);
    border-radius: 12px 12px 0 0;
    max-height: calc(100dvh - 46px)
}

@media (orientation: landscape) {
    .story-cashback-modal-module_modalMobile__r0-EGNwB__platform-common .ui-modal-portal__content {
        height:100%
    }
}

.story-cashback-modal-module_modalMobile__r0-EGNwB__platform-common .ui-modal-portal__close-button {
    color: var(--white)!important
}

.story-cashback-modal-module_modalMobile__r0-EGNwB__platform-common .story-cashback-modal-module_textContent__mI1yt5LZ__platform-common {
    min-height: 140px
}

.story-cashback-modal-module_modalMobile__r0-EGNwB__platform-common .story-cashback-modal-module_image__mGxtDOwx__platform-common {
    top: -1px;
    right: 0;
    width: 180px;
    height: auto
}

.story-cashback-modal-module_modalMobile__r0-EGNwB__platform-common .story-cashback-modal-module_image__mGxtDOwx__platform-common img {
    border-top-right-radius: 0
}

.story-cashback-modal-module_modalMobile__r0-EGNwB__platform-common .story-cashback-modal-module_content__Fria6KCk__platform-common {
    padding: 20px 16px
}

.story-cashback-modal-module_modalMobile__r0-EGNwB__platform-common .story-cashback-modal-module_description__xQmKzoZt__platform-common {
    text-transform: uppercase
}

.story-cashback-modal-module_modalMobile__r0-EGNwB__platform-common .story-cashback-modal-module_time__iYKMwrf3__platform-common {
    font-size: 10px
}

.story-cashback-modal-module_modalMobile__r0-EGNwB__platform-common .story-cashback-modal-module_description__xQmKzoZt__platform-common {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    margin: 16px 0 8px
}

.story-cashback-modal-module_modalMobile__r0-EGNwB__platform-common .story-cashback-modal-module_subDescription__3lDJ57iM__platform-common {
    font-size: 10px;
    margin-bottom: 16px
}

.story-cashback-modal-module_headerMobile__HOyddl6l__platform-common {
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255,255,255,.1)
}

.story-cashback-modal-module_headerMobile__HOyddl6l__platform-common .story-cashback-modal-module_title__Tkf5jwOy__platform-common {
    font-size: 16px;
    margin-bottom: 0
}

.story-cashback-modal-module_content__Fria6KCk__platform-common {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1
}

.story-cashback-modal-module_image__mGxtDOwx__platform-common {
    position: absolute;
    top: -25px;
    right: -24px;
    display: flex;
    justify-content: flex-end;
    width: 330px;
    height: 215px;
    pointer-events: none
}

.story-cashback-modal-module_image__mGxtDOwx__platform-common img {
    max-width: 100%;
    max-height: 100%;
    border-top-right-radius: 12px
}

.story-cashback-modal-module_textContent__mI1yt5LZ__platform-common {
    width: 50%;
    min-height: 200px;
    position: relative
}

.story-cashback-modal-module_title__Tkf5jwOy__platform-common {
    font-size: 24px;
    font-weight: 700;
    color: var(--cashbackBonusModalTitleColor);
    margin-bottom: 24px
}

.story-cashback-modal-module_time__iYKMwrf3__platform-common {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: var(--cashbackBonusModalTimeColor)
}

.story-cashback-modal-module_timeIcon__1LMV2xs-__platform-common {
    margin-right: 4px
}

.story-cashback-modal-module_timeCount__qu9zzQKU__platform-common {
    display: flex;
    align-items: center
}

.story-cashback-modal-module_description__xQmKzoZt__platform-common {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: var(--cashbackBonusModalDescriptionColor);
    margin: 12px 0
}

.story-cashback-modal-module_subDescription__3lDJ57iM__platform-common {
    font-size: 14px;
    color: var(--cashbackBonusModalSubDescriptionColor);
    margin-bottom: 24px
}

.story-cashback-modal-module_progressBarWrapper__xNg-ASDm__platform-common {
    display: flex;
    flex-direction: column;
    position: relative
}

.story-cashback-modal-module_progressBarHeader__a1rUcs81__platform-common {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px
}

.story-cashback-modal-module_progressBarHeaderLeft__MopjiPNU__platform-common,.story-cashback-modal-module_progressBarHeaderRight__H5aMF8Wz__platform-common {
    display: flex;
    align-items: center
}

.story-cashback-modal-module_progressBarTitle__bYbndOPw__platform-common {
    color: var(--cashbackBonusModalProgressBarTitle);
    font-size: 12px;
    margin-right: 4px
}

.story-cashback-modal-module_progressBarCount__9NUOvwUg__platform-common {
    color: var(--cashbackBonusModalProgressBarCount);
    font-size: 12px
}

.story-cashback-tabs-module_tabs__X4xEibwE__platform-common {
    margin-top: 24px;
    overflow: hidden
}

.story-cashback-tabs-module_tabs__X4xEibwE__platform-common.story-cashback-tabs-module_mobile__T2eQEaK9__platform-common {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-top: 4px
}

.story-cashback-tabs-module_tabs__X4xEibwE__platform-common.story-cashback-tabs-module_mobile__T2eQEaK9__platform-common .story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden
}

.story-cashback-tabs-module_tabs__X4xEibwE__platform-common.story-cashback-tabs-module_mobile__T2eQEaK9__platform-common .story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common table tbody td {
    padding: 6px 20px
}

.story-cashback-tabs-module_tabs__X4xEibwE__platform-common.story-cashback-tabs-module_mobile__T2eQEaK9__platform-common .story-cashback-tabs-module_tabContentInner__-TYKFqBa__platform-common {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow-x: hidden;
    overflow-y: hidden;
    max-height: none;
    border-radius: 0
}

@media (orientation: landscape) {
    .story-cashback-tabs-module_tabs__X4xEibwE__platform-common.story-cashback-tabs-module_mobile__T2eQEaK9__platform-common .story-cashback-tabs-module_tabContentInner__-TYKFqBa__platform-common {
        max-height:160px
    }
}

.story-cashback-tabs-module_tabs__X4xEibwE__platform-common.story-cashback-tabs-module_mobile__T2eQEaK9__platform-common .story-cashback-tabs-module_tabContent__r6lZwpot__platform-common {
    max-height: -moz-max-content;
    max-height: max-content
}

.story-cashback-tabs-module_tabs__X4xEibwE__platform-common.story-cashback-tabs-module_mobile__T2eQEaK9__platform-common .story-cashback-tabs-module_tabButton__59NbxQ8x__platform-common {
    min-width: 105px;
    padding: 8px
}

.story-cashback-tabs-module_tabsHeader__rUi4RBmG__platform-common {
    margin: 0 -2px
}

.story-cashback-tabs-module_tabButton__59NbxQ8x__platform-common {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    min-width: 150px;
    border-radius: 4px 4px 0 0;
    padding: 13px 8px;
    background: var(--cashbackBonusModalTabButtonBg);
    color: var(--cashbackBonusModalTabButtonColor);
    text-align: center;
    font-size: 12px;
    margin: 0 2px;
    border-bottom: 2px solid var(--cashbackBonusModalTabButtonBorderColor);
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: var(--cashbackBonusModalTabTableScrollThumb) transparent;
    scrollbar-width: thin;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.story-cashback-tabs-module_tabButton__59NbxQ8x__platform-common::-webkit-scrollbar {
    width: 8px;
    background: var(--cashbackBonusModalTabTableScroll);
    height: 8px
}

.story-cashback-tabs-module_tabButton__59NbxQ8x__platform-common::-webkit-scrollbar-track {
    border-radius: 4px
}

.story-cashback-tabs-module_tabButton__59NbxQ8x__platform-common::-webkit-scrollbar-thumb {
    background-color: var(--cashbackBonusModalTabTableScrollThumb);
    border-radius: 4px
}

.story-cashback-tabs-module_tabButton__59NbxQ8x__platform-common.story-cashback-tabs-module_active__IkYzrazS__platform-common {
    background: var(--cashbackBonusModalTabButtonBgActive);
    border-color: var(--cashbackBonusModalTabButtonBorderColorActive);
    color: var(--cashbackBonusModalTabButtonColorActive)
}

.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common {
    position: relative;
    padding: 16px;
    border-radius: 0 0 4px 4px;
    background: var(--cashbackBonusModalTabContentBg);
    color: var(--cashbackBonusModalTabContentColor)
}

.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common * {
    overflow-wrap: break-word
}

.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common h1,.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common h2,.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common h3 {
    line-height: 1.3;
    font-weight: 700;
    text-align: left;
    margin: 0
}

.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common h1 {
    font-size: 25px
}

.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common h2 {
    font-size: 20px
}

.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common h3 {
    font-size: 14px
}

.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common p {
    margin: 0;
    padding: 0;
    font-size: 12px
}

.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common p strong {
    font-weight: 700
}

.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common p a {
    transition: color .15s ease;
    text-decoration: underline
}

.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common p:hover {
    color: inherit
}

.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common p+p {
    margin-top: 15px
}

.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common img {
    max-width: 100%
}

.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common ul,.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common ol {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: none;
    font-size: 12px;
    color: var(--cashbackBonusModalListColor)
}

.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common ul a,.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common ol a {
    transition: color .15s ease;
    text-decoration: underline
}

.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common ul a:hover,.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common ol a:hover {
    color: inherit
}

.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common ul li,.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common ol li {
    position: relative;
    font-weight: 400
}

.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common ul li::marker,.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common ol li::marker {
    display: none
}

.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common ol {
    counter-reset: start
}

.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common ol li {
    counter-increment: start
}

.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common ol li:before {
    content: counters(start,".") ". ";
    font-weight: 700;
    position: absolute;
    left: -20px
}

.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common ol li+li {
    margin-top: 10px
}

.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common ul {
    list-style-type: none!important
}

.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common ul li {
    counter-increment: none
}

.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common ul li:before {
    display: block;
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    left: -10px;
    top: 6px;
    border-radius: 50%;
    background: var(--cashbackBonusModalListMark)
}

.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common ul li+li {
    margin-top: 10px
}

.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common table {
    border: 1px solid rgba(255,255,255,.05);
    font-size: 12px;
    overflow-x: auto
}

.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common table th,.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common table tr:first-child {
    min-height: 32px;
    padding: 8px 24px;
    text-align: left;
    font-size: 12px;
    background: var(--cashbackBonusModalTabTableTrBg);
    color: var(--cashbackBonusModalTabTableHeaderColor)
}

.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common table tr:nth-child(2n) {
    background: var(--cashbackBonusModalTabTableTrEvenBg)
}

.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common table tr:nth-child(odd) {
    background: var(--cashbackBonusModalTabTableTrOddBg)
}

.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common table tr {
    border-bottom: 1px solid rgba(255,255,255,.05)
}

.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common table tbody td {
    padding: 12px 24px
}

.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common br {
    margin-bottom: 2px
}

.story-cashback-tabs-module_tabContent__r6lZwpot__platform-common {
    display: none;
    flex-direction: column;
    overflow-y: auto;
    max-height: 300px
}

.story-cashback-tabs-module_tabContent__r6lZwpot__platform-common::-webkit-scrollbar {
    width: 8px;
    background: var(--cashbackBonusModalTabTableScroll);
    height: 8px
}

.story-cashback-tabs-module_tabContent__r6lZwpot__platform-common::-webkit-scrollbar-track {
    border-radius: 4px
}

.story-cashback-tabs-module_tabContent__r6lZwpot__platform-common::-webkit-scrollbar-thumb {
    background-color: var(--cashbackBonusModalTabTableScrollThumb);
    border-radius: 4px
}

.story-cashback-tabs-module_tabContent__r6lZwpot__platform-common.story-cashback-tabs-module_active__IkYzrazS__platform-common {
    display: flex
}

.watchers-chat-module_chat__TpT9mzF9__platform-common {
    display: flex;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: var(--zIndex-watchersChat, 340);
    background-color: var(--watchersChatMessageBg);
    border-radius: 8px
}

.watchers-chat-module_chat__TpT9mzF9__platform-common iframe {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: none
}

.watchers-chat-module_chat__TpT9mzF9__platform-common.watchers-chat-module_margin__0joLDnaP__platform-common {
    margin: 16px
}

.watchers-chat-module_chat__TpT9mzF9__platform-common.watchers-chat-module_withPointer__VFku71Qe__platform-common {
    cursor: pointer
}

.watchers-chat-module_modal__xxXQqpan__platform-common {
    position: static;
    width: 100%!important;
    height: 100%!important
}

.watchers-chat-module_container__D3rDmqAa__platform-common {
    width: 100%
}

.watchers-chat-module_lastMessageContainer__yjOMGxGW__platform-common {
    display: flex;
    width: 100%
}

.watchers-chat-module_lastMessageContainer__yjOMGxGW__platform-common .watchers-chat-module_lastMessage__59BbTRuJ__platform-common {
    width: 100%;
    display: flex;
    padding: 12px
}

.watchers-chat-module_lastMessageContainer__yjOMGxGW__platform-common .watchers-chat-module_lastMessage__59BbTRuJ__platform-common .watchers-chat-module_avatar__UL2ayxfy__platform-common {
    margin-right: 8px;
    width: 36px
}

.watchers-chat-module_lastMessageContainer__yjOMGxGW__platform-common .watchers-chat-module_lastMessage__59BbTRuJ__platform-common .watchers-chat-module_textContainer__eI8Bl2uW__platform-common {
    display: flex;
    flex-direction: column
}

.watchers-chat-module_lastMessageContainer__yjOMGxGW__platform-common .watchers-chat-module_lastMessage__59BbTRuJ__platform-common .watchers-chat-module_text__eGdU-u32__platform-common {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 165px
}

.watchers-chat-module_icon__pNVXwU5J__platform-common {
    background: var(--watchersChatBg);
    padding: 15px
}

.watchers-chat-module_icon__pNVXwU5J__platform-common.watchers-chat-module_onlyIcon__HNTRU7z1__platform-common {
    border-radius: 8px
}

.watchers-chat-module_icon__pNVXwU5J__platform-common:not(.watchers-chat-module_onlyIcon__HNTRU7z1__platform-common) {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

.watchers-chat-module_icon__pNVXwU5J__platform-common .svg-icon {
    font-size: 30px
}

.watchers-chat-module_buttons__FOnErkGy__platform-common {
    position: absolute;
    cursor: grab;
    height: 43px;
    display: flex;
    align-items: center;
    padding-left: 6px;
    width: calc(100% - 145px)
}

.watchers-chat-module_buttons__FOnErkGy__platform-common .watchers-chat-module_buttonItem__BdiTBoYp__platform-common {
    cursor: pointer;
    margin: 0 4px
}

.watchers-chat-module_buttons__FOnErkGy__platform-common .watchers-chat-module_buttonItem__BdiTBoYp__platform-common.watchers-chat-module_close__1QYlbB7j__platform-common {
    font-size: 20px
}

.watchers-chat-module_buttons__FOnErkGy__platform-common .watchers-chat-module_buttonItem__BdiTBoYp__platform-common.watchers-chat-module_resize__Ma-yMnYo__platform-common {
    font-size: 18px
}

.odds-booster-banners-module_container__xiEFO4Iw__platform-common {
    display: flex;
    overflow-y: auto;
    margin-right: calc(-1 * var(--mslMobilePagePadding))
}

.odds-booster-banners-module_league__7lxbu3RD__platform-common {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
    overflow: hidden
}

.odds-booster-banners-module_leagueInner__2SRAWi9K__platform-common {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.odds-booster-banners-module_banner__GGlu-NYa__platform-common {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 380px;
    flex: 0 0 380px;
    height: 100%;
    margin-right: 8px;
    border-radius: var(--oddsBoosterBaseBorderRadius);
    color: var(--oddsBoosterBannerColor);
    padding: 12px;
    background-color: var(--odddsBoosterBannerBgColor);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

@media (max-width: 480px) {
    .odds-booster-banners-module_banner__GGlu-NYa__platform-common {
        width:340px;
        flex: 0 0 340px
    }
}

.odds-booster-banners-module_banner__GGlu-NYa__platform-common:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .8;
    background: var(--oddsBoosterBannerBgOverlay);
    border-radius: var(--oddsBoosterBaseBorderRadius);
    pointer-events: none
}

.odds-booster-banners-module_header__aAH1DzdK__platform-common {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-weight: 700;
    z-index: 2
}

.odds-booster-banners-module_liveIcon__EIgnA7-9__platform-common {
    margin-right: 8px
}

.odds-booster-banners-module_icon__lYYrdekg__platform-common:not(:last-child) {
    margin-right: 8px
}

.odds-booster-banners-module_eventName__Is7VToSY__platform-common {
    font-weight: 700;
    text-align: center;
    margin-bottom: 14px;
    margin-top: auto;
    color: inherit;
    text-decoration: none;
    z-index: 1
}

.odds-booster-banners-module_eventName__Is7VToSY__platform-common:hover {
    text-decoration: underline
}

.odds-booster-banners-module_teams__6X27nMlF__platform-common {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 18px;
    z-index: 1
}

.odds-booster-banners-module_teams__6X27nMlF__platform-common img {
    width: 48px;
    height: 48px
}

.odds-booster-banners-module_result__NgHaQRn6__platform-common {
    display: flex;
    align-items: center
}

.odds-booster-banners-module_score__nAxEa8my__platform-common {
    margin: 0 8px;
    padding: 4px 8px;
    font-size: 12px;
    background: var(--oddsBoosterBannerScoreBg);
    border: var(--oddsBoosterBannerScoreBorder);
    border-radius: var(--oddsBoosterBannerBorderRadius)
}

.odds-booster-banners-module_timerWrapper__d-z78V2S__platform-common {
    display: flex;
    align-items: center
}

.odds-booster-banners-module_timerIcon__723TEJwh__platform-common {
    margin-right: 6px
}

.odds-booster-banners-module_timer__kFskdIna__platform-common {
    font-size: 12px;
    line-height: 0
}

.odds-booster-banners-module_headerItem__oKIqH0rk__platform-common {
    display: flex;
    align-items: center;
    flex: 1
}

.odds-booster-banners-module_headerItemRight__ATDKMr7F__platform-common {
    justify-content: flex-end
}

.odds-booster-banners-module_broadcastIcon__Gs8IoAvo__platform-common {
    width: 18px;
    height: 20px;
    top: 1px
}

.odds-booster-banners-module_iconBg__q6ybr8uK__platform-common {
    width: 20px;
    height: 20px;
    background: var(--oddsBoosterBannerIconBg, #1A3769);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center
}

.odds-booster-banners-module_date__J6se9Uw-__platform-common {
    text-align: center;
    font-size: 12px;
    line-height: 1.33333
}

.odds-booster-banners-module_tooltip__STdLQbZA__platform-common {
    background: var(--oddsBoosterTooltipBg);
    border-radius: var(--oddsBoosterBaseBorderRadius);
    padding: 8px;
    top: 0
}

.odds-booster-banners-module_tooltip__STdLQbZA__platform-common:after {
    content: none
}

.odds-booster-banners-module_tooltip__STdLQbZA__platform-common span {
    color: var(--oddsBoosterTooltipColor);
    font-size: 14px
}

.odds-booster-banners-module_item__8AcrrEWW__platform-common {
    height: 100%
}

.auth-providers-controls-module_Wrapper__JFStBJjL__platform-common {
    align-items: center;
    display: flex;
    margin: 30px auto;
    max-width: 433px;
    justify-content: center
}

.auth-providers-controls-module_Button__SraUn-n7__platform-common {
    position: relative;
    flex: 1 1 auto;
    min-width: 52px;
    margin: 0 9px;
    text-transform: uppercase;
    font-size: 12px
}

.auth-providers-controls-module_Button__SraUn-n7__platform-common:first-child {
    margin-left: 0
}

.auth-providers-controls-module_Button__SraUn-n7__platform-common:last-child {
    margin-right: 0
}

.auth-providers-controls-module_Button__SraUn-n7__platform-common svg {
    min-height: 20px;
    min-width: 20px
}

.auth-providers-controls-module_MobileIdBtn__pZ9N7gSY__platform-common {
    stroke: currentColor
}

.auth-providers-controls-module_WrapperLogin__G1YCW0ez__platform-common {
    margin: 0 auto 20px;
    max-width: 100%
}

.auth-providers-controls-module_WrapperLogin__G1YCW0ez__platform-common .auth-providers-controls-module_Button__SraUn-n7__platform-common {
    flex: 0 1 auto;
    font-size: 11px;
    margin: 0 3px;
    padding: 5px!important;
    transition: .5s;
    transition-property: flex-grow background-color;
    transition-timing-function: ease-in-out
}

.auth-providers-controls-module_WrapperLogin__G1YCW0ez__platform-common .auth-providers-controls-module_Button__SraUn-n7__platform-common:first-child {
    margin-left: 0
}

.auth-providers-controls-module_WrapperLogin__G1YCW0ez__platform-common .auth-providers-controls-module_Button__SraUn-n7__platform-common:last-child {
    margin-right: 0
}

.auth-providers-controls-module_WrapperLogin__G1YCW0ez__platform-common .auth-providers-controls-module_Button__SraUn-n7__platform-common>span {
    text-overflow: clip;
    overflow: hidden;
    width: 0;
    transition-delay: .15s;
    transition-duration: .3s;
    transition-property: width;
    transition-timing-function: ease-in-out
}

.auth-providers-controls-module_WrapperLogin__G1YCW0ez__platform-common .auth-providers-controls-module_Button__SraUn-n7__platform-common svg {
    margin-right: 0!important
}

.auth-providers-controls-module_WrapperLogin__G1YCW0ez__platform-common .auth-providers-controls-module_ButtonActive__EKFANscd__platform-common {
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
    transition: .5s;
    transition-property: flex-grow background-color;
    transition-timing-function: ease-in-out
}

.auth-providers-controls-module_WrapperLogin__G1YCW0ez__platform-common .auth-providers-controls-module_ButtonActive__EKFANscd__platform-common svg {
    margin-right: 8px!important;
    margin-left: 13px
}

.auth-providers-controls-module_WrapperLogin__G1YCW0ez__platform-common .auth-providers-controls-module_ButtonActive__EKFANscd__platform-common>span {
    text-align: left;
    transition-delay: .15s;
    transition-duration: .3s;
    transition-property: width;
    transition-timing-function: ease-in-out;
    width: 65px
}

@keyframes auth-providers-controls-module_spanTransition__-Df9Zxzy__platform-common {
    0% {
        opacity: 0;
        width: 0
    }

    to {
        opacity: 1;
        width: 65px
    }
}

@media (max-width: 460px) {
    .auth-providers-controls-module_Wrapper__JFStBJjL__platform-common,.auth-providers-controls-module_WrapperLogin__G1YCW0ez__platform-common {
        margin:14px auto
    }

    .auth-providers-controls-module_Wrapper__JFStBJjL__platform-common .auth-providers-controls-module_Button__SraUn-n7__platform-common,.auth-providers-controls-module_WrapperLogin__G1YCW0ez__platform-common .auth-providers-controls-module_Button__SraUn-n7__platform-common {
        font-size: 11px;
        margin: 0 3px;
        padding: 5px!important
    }

    .auth-providers-controls-module_Wrapper__JFStBJjL__platform-common .auth-providers-controls-module_ButtonActive__EKFANscd__platform-common,.auth-providers-controls-module_WrapperLogin__G1YCW0ez__platform-common .auth-providers-controls-module_ButtonActive__EKFANscd__platform-common {
        justify-content: center
    }
}

.baltic-states-providers-login-module_HiddenField__5SkBzu9u__platform-common {
    display: none
}

.latvia-smart-id-registration-additional-fields-module_BottomBlock__6-Yx96Nr__platform-common {
    margin-bottom: 25px
}

.latvia-smart-id-registration-additional-fields-module_SelectBlock__Q2-6tzco__platform-common {
    max-width: 433px;
    margin: 0 auto 20px
}

.base-registration-step3-module_wrapper__4aEBAt4y__platform-common {
    display: flex;
    justify-content: center;
    align-items: center
}

.base-registration-step3-module_wrapper__4aEBAt4y__platform-common .base-registration-step3-module_buttonActive__jxF-L9XP__platform-common {
    background: var(--buttonMainHover);
    color: var(--white)
}

.base-registration-step3-module_wrapper__4aEBAt4y__platform-common .base-registration-step3-module_button__wZkHVJnU__platform-common:not(.base-registration-step3-module_buttonActive__jxF-L9XP__platform-common):hover {
    background: var(--postcoderButtonHover);
    color: var(--postcoderButtonHoverText)
}

.base-registration-step3-module_wrapper__4aEBAt4y__platform-common .base-registration-step3-module_button__wZkHVJnU__platform-common:nth-child(1) {
    margin-right: 4px
}

.base-registration-step3-module_wrapper__4aEBAt4y__platform-common .base-registration-step3-module_button__wZkHVJnU__platform-common:nth-child(2) {
    margin-left: 4px
}

.base-registration-step3-module_warningMessage__JYwkfDvg__platform-common {
    background: var(--eventHeadingBackground);
    border-radius: 8px;
    font-size: 12px;
    color: var(--inputColor);
    padding: 15px;
    margin-top: 12px
}

.blue-m-registration-module_blueM__eO3mOHzo__platform-common {
    position: relative;
    padding: 12px 15px;
    margin: 25px 0;
    background: var(--registerBlockBg);
    display: flex;
    align-items: center
}

.blue-m-registration-module_blueMContent__37gwX6X3__platform-common {
    margin: 0 auto;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.blue-m-registration-module_blueMContent__37gwX6X3__platform-common * {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.blue-m-registration-module_blueMImage__Ut4KMPuH__platform-common {
    display: block;
    padding-right: 12px
}

.blue-m-registration-module_blueMImage__Ut4KMPuH__platform-common img {
    display: block;
    max-width: 48px
}

.blue-m-registration-module_blueMText__Vu6tEpsT__platform-common {
    color: var(--blueMText);
    font-size: 14px;
    line-height: 1.25
}

.ontario-step3-module_wrapper__rFkEj4iN__platform-common {
    display: flex;
    justify-content: center;
    align-items: center
}

.ontario-step3-module_buttonActive__L5N8VtPh__platform-common {
    background: var(--buttonMainHover);
    color: var(--white)
}

.ontario-step3-module_button__wQxST8Jc__platform-common:not(.ontario-step3-module_buttonActive__L5N8VtPh__platform-common):hover {
    background: var(--postcoderButtonHover);
    color: var(--postcoderButtonHoverText)
}

.ontario-step3-module_button__wQxST8Jc__platform-common:nth-child(1) {
    margin-right: 4px
}

.ontario-step3-module_button__wQxST8Jc__platform-common:nth-child(2) {
    margin-left: 4px
}

.ontario-step3-module_warningMessage__wIZ5MWQ7__platform-common {
    background: var(--eventHeadingBackground);
    border-radius: 8px;
    font-size: 12px;
    color: var(--inputColor);
    padding: 15px;
    margin-top: 12px
}

.ontario-step2-module_wrapper__86zT-OIE__platform-common {
    display: flex;
    justify-content: center;
    align-items: center
}

.ontario-step2-module_buttonActive__BsaGFCVX__platform-common {
    background: var(--buttonMainHover);
    color: var(--white)
}

.ontario-step2-module_button__-6POXmyw__platform-common:not(.ontario-step2-module_buttonActive__BsaGFCVX__platform-common):hover {
    background: var(--postcoderButtonHover);
    color: var(--postcoderButtonHoverText)
}

.ontario-step2-module_button__-6POXmyw__platform-common:nth-child(1) {
    margin-right: 4px
}

.ontario-step2-module_button__-6POXmyw__platform-common:nth-child(2) {
    margin-left: 4px
}

.ontario-step2-module_warningMessage__rL0S8j-h__platform-common {
    background: var(--eventHeadingBackground);
    border-radius: 8px;
    font-size: 12px;
    color: var(--inputColor);
    padding: 15px;
    margin-top: 12px
}

.australia-step3-module_wrapper__Cusbk3Y1__platform-common {
    display: flex;
    justify-content: center;
    align-items: center
}

.australia-step3-module_buttonActive__pvs6PYyL__platform-common {
    background: var(--buttonMainHover);
    color: var(--white)
}

.australia-step3-module_button__lrx9H5T1__platform-common:not(.australia-step3-module_buttonActive__pvs6PYyL__platform-common):hover {
    background: var(--postcoderButtonHover);
    color: var(--postcoderButtonHoverText)
}

.australia-step3-module_button__lrx9H5T1__platform-common:nth-child(1) {
    margin-right: 4px
}

.australia-step3-module_button__lrx9H5T1__platform-common:nth-child(2) {
    margin-left: 4px
}

.australia-step3-module_warningMessage__DWiN1kSt__platform-common {
    background: var(--eventHeadingBackground);
    border-radius: 8px;
    font-size: 12px;
    color: var(--inputColor);
    padding: 15px;
    margin-top: 12px
}

.one-step-radio-button-module_container__aMGKBNU-__platform-common {
    display: block;
    position: relative;
    width: 20px;
    height: 20px
}

.one-step-radio-button-module_container__aMGKBNU-__platform-common svg {
    transition: opacity .15s ease;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    font-size: 20px
}

.one-step-radio-button-module_container__aMGKBNU-__platform-common svg g path {
    fill: var(--buttonMain)
}

.one-step-radio-button-module_active__PDfnIbAU__platform-common {
    opacity: 1
}

.one-step-radio-button-module_disabled__C0lZKQCp__platform-common {
    opacity: 0
}

.one-step-radio-button-module_item__2GLnpOSl__platform-common {
    opacity: 0;
    visibility: hidden;
    height: 1px;
    width: 1px;
    position: absolute;
    right: -10px
}

.one-step-bonus-picker-module_container__5Brjhicl__platform-common {
    padding: 12px;
    border-radius: 5px;
    background: var(--oneStepBonusContainer);
    box-shadow: 0 1px #80808066 inset,0 3px 1px #1d191a4d;
    margin-bottom: 12px
}

.one-step-bonus-picker-module_holder__DTphuaZd__platform-common {
    display: flex;
    align-items: center
}

.one-step-bonus-picker-module_item__t4Pia8Pp__platform-common {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    cursor: pointer
}

.one-step-bonus-picker-module_item__t4Pia8Pp__platform-common:nth-child(1) {
    padding-top: 0
}

.one-step-bonus-picker-module_item__t4Pia8Pp__platform-common:nth-last-child(1) {
    padding-bottom: 0
}

.one-step-bonus-picker-module_item__t4Pia8Pp__platform-common+.one-step-bonus-picker-module_item__t4Pia8Pp__platform-common {
    position: relative
}

.one-step-bonus-picker-module_item__t4Pia8Pp__platform-common+.one-step-bonus-picker-module_item__t4Pia8Pp__platform-common:after {
    opacity: .3;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    height: 1px;
    background: gray;
    position: absolute
}

.one-step-bonus-picker-module_image__BFFwOFic__platform-common {
    width: 44px;
    height: 48px;
    font-size: 48px;
    margin-right: 15px;
    flex: 0 0 44px;
    min-width: 44px
}

.one-step-bonus-picker-module_image__BFFwOFic__platform-common img {
    display: block;
    width: 100%
}

.one-step-bonus-picker-module_title__j9LpItSs__platform-common {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.25;
    color: var(--oneStepBonusTitle)
}

.one-step-bonus-picker-module_text__BvmEj9mS__platform-common {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.25;
    color: var(--oneStepBonusText)
}

.one-step-registration-form-module_container__mjD0xWgD__platform-common {
    width: 100%
}

.one-step-registration-form-module_containerHorizontal__BS75L-8k__platform-common {
    max-width: 54%;
    padding: 24px
}

@media screen and (max-width: 500px) {
    .one-step-registration-form-module_containerHorizontal__BS75L-8k__platform-common {
        max-width:100%;
        padding: 0
    }
}

@media screen and (min-width: 501px) {
    .one-step-registration-form-module_containerHorizontal__BS75L-8k__platform-common.one-step-registration-form-module_mobile__LZrEnUYc__platform-common {
        max-width:100%;
        padding: 0
    }
}

.one-step-registration-form-module_wrapper__bAvQweQk__platform-common {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.one-step-registration-form-module_row__N5j5txP-__platform-common {
    position: relative
}

.one-step-registration-form-module_info__7bTOaJa0__platform-common {
    position: relative;
    margin-top: 15px
}

.one-step-registration-form-module_infoRow__01mAGB-A__platform-common {
    margin-top: 8px;
    max-width: 100%
}

.one-step-registration-form-module_buttonContainer__JfD07aP-__platform-common {
    margin-top: 8px
}

.one-step-registration-form-module_socialIcon__WZgPncvU__platform-common {
    border-radius: 32px;
    background: var(--inputBackground, #F0F3F8);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.one-step-registration-form-module_socialIcon__WZgPncvU__platform-common svg {
    width: 16px;
    height: 16px
}

.one-step-registration-form-module_socialwrapper__Gw6eYG23__platform-common {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin: 10px auto
}

:root {
    --oneStepBonusTitle: #ffffff;
    --oneStepBonusText: #ffffff;
    --oneStepBonusTitleTextMobile: #3E4049;
    --oneStepBonusContainer: #F0F3F8;
    --oneStepBonusContainerBorderRadius: var(--baseBorderRadius)
}

.one-step-bonus-picker-custom-module_container__jfHktM-D__platform-common {
    width: 100%;
    max-width: 46%;
    display: flex;
    flex-direction: column;
    padding: 24px;
    background: var(--oneStepBonusContainer);
    border-radius: var(--oneStepBonusContainerBorderRadius) 0 0 var(--oneStepBonusContainerBorderRadius)
}

@media (max-width: 500px) {
    .one-step-bonus-picker-custom-module_container__jfHktM-D__platform-common {
        padding:0;
        max-width: 100%;
        background: none;
        margin-bottom: 12px
    }
}

@media (min-width: 501px) {
    .one-step-bonus-picker-custom-module_container__jfHktM-D__platform-common.one-step-bonus-picker-custom-module_mobile__obqddPY9__platform-common {
        padding:0;
        max-width: 100%;
        background: none;
        margin-bottom: 12px
    }
}

.one-step-bonus-picker-custom-module_itemWrapper__kpy-WE6n__platform-common {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.one-step-bonus-picker-custom-module_mobile__obqddPY9__platform-common .one-step-bonus-picker-custom-module_itemWrapper__kpy-WE6n__platform-common {
    background: var(--oneStepBonusContainer);
    border-radius: 8px;
    padding: 0 12px;
    gap: 0
}

.one-step-bonus-picker-custom-module_item__9Z-kQPIw__platform-common {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 150px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer
}

.one-step-bonus-picker-custom-module_mobile__obqddPY9__platform-common .one-step-bonus-picker-custom-module_item__9Z-kQPIw__platform-common {
    flex-direction: row;
    align-items: center;
    border-radius: 0;
    min-height: auto;
    border-bottom: solid 1px rgba(111,123,141,.1019607843);
    padding: 8px 0
}

.one-step-bonus-picker-custom-module_mobile__obqddPY9__platform-common .one-step-bonus-picker-custom-module_item__9Z-kQPIw__platform-common:last-child {
    border-bottom: none
}

.one-step-bonus-picker-custom-module_image__XKTNtNB5__platform-common {
    position: relative;
    display: none;
    width: 32px;
    height: 32px;
    margin-right: 12px
}

.one-step-bonus-picker-custom-module_image__XKTNtNB5__platform-common img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.one-step-bonus-picker-custom-module_mobile__obqddPY9__platform-common .one-step-bonus-picker-custom-module_image__XKTNtNB5__platform-common {
    display: block
}

.one-step-bonus-picker-custom-module_backgroundImage__eQGRVDu2__platform-common {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%
}

.one-step-bonus-picker-custom-module_mobile__obqddPY9__platform-common .one-step-bonus-picker-custom-module_backgroundImage__eQGRVDu2__platform-common {
    display: none
}

.one-step-bonus-picker-custom-module_content__hYmmuln1__platform-common {
    width: 100%;
    height: 100%;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
    z-index: 1;
    background: linear-gradient(90deg,#000 -15.28%,#0000 75.17%)
}

.one-step-bonus-picker-custom-module_mobile__obqddPY9__platform-common .one-step-bonus-picker-custom-module_content__hYmmuln1__platform-common {
    background: none;
    padding: 0;
    min-height: 0
}

.one-step-bonus-picker-custom-module_title__T4A7boc-__platform-common,.one-step-bonus-picker-custom-module_text__KVh4xEQp__platform-common {
    max-width: 50%;
    font-weight: 700
}

.one-step-bonus-picker-custom-module_title__T4A7boc-__platform-common {
    color: var(--oneStepBonusTitle);
    font-size: 20px;
    line-height: 1.6
}

.one-step-bonus-picker-custom-module_mobile__obqddPY9__platform-common .one-step-bonus-picker-custom-module_title__T4A7boc-__platform-common {
    order: 1;
    color: var(--oneStepBonusTitleTextMobile);
    font-size: 14px;
    line-height: 1.4;
    max-width: 100%
}

.one-step-bonus-picker-custom-module_text__KVh4xEQp__platform-common {
    color: var(--oneStepBonusText);
    font-size: 12px;
    line-height: 1.33;
    opacity: .8;
    letter-spacing: 1px;
    text-transform: uppercase
}

.one-step-bonus-picker-custom-module_mobile__obqddPY9__platform-common .one-step-bonus-picker-custom-module_text__KVh4xEQp__platform-common {
    color: var(--oneStepBonusTitleTextMobile);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    max-width: calc(100% - 32px);
    opacity: 1;
    letter-spacing: normal;
    text-transform: none
}

.one-step-bonus-picker-custom-module_holder__W8XHCvIg__platform-common {
    position: absolute;
    top: 12px;
    right: 12px
}

.one-step-bonus-picker-custom-module_mobile__obqddPY9__platform-common .one-step-bonus-picker-custom-module_holder__W8XHCvIg__platform-common {
    right: 0
}

.personal-details-dob__set {
    display: flex;
    gap: 8px
}

.personal-details-dob__set .relative,.personal-details-dob__title--dob,.personal-details-dob__field--dob-title {
    display: none
}

.hidden {
    display: none!important
}

.coupon-bet-time-module_Text__2hRTnE-y__platform-common {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    opacity: .5
}

.coupon-bet-time-module_AliveContainer__9XiepLnz__platform-common {
    display: flex;
    align-items: center
}

.coupon-bet-time-module_AliveContainer__9XiepLnz__platform-common>:nth-child(2) {
    margin-left: 8px
}

.coupon-bet-teams-module_Wrapper__EEK-XctL__platform-common {
    align-items: center;
    display: flex;
    margin: 6px 0
}

.coupon-bet-teams-module_Score__dqrFrH4t__platform-common {
    color: var(--betslipScoreColor);
    font-size: 15px;
    font-weight: 700;
    margin-right: 8px
}

.coupon-bet-teams-module_Teams__pywcW6Gp__platform-common {
    color: var(--betslipMainTextColor);
    cursor: pointer;
    font-size: 12px;
    text-decoration: none
}

.coupon-bet-teams-module_Teams__pywcW6Gp__platform-common:hover {
    text-decoration: underline
}

.coupon-bet-teams-module_Inactive__VASf8h-J__platform-common {
    opacity: .5
}

.coupon-bet-teams-module_NoLink__3KqH7uvT__platform-common {
    cursor: auto
}

.coupon-bet-teams-module_NoLink__3KqH7uvT__platform-common:hover {
    text-decoration: none
}

.coupon-bet-teams-module_betBuilder__tcUIDW9J__platform-common {
    font-weight: 700;
    font-size: 14px
}

.coupon-bet-market-module_Wrapper__3943a5BB__platform-common {
    font-size: 14px;
    font-weight: 700;
    color: var(--betslipMainTextColor);
    margin-top: 6px
}

.coupon-bet-market-module_Inactive__0NaLVk-7__platform-common {
    opacity: .5
}

.coupon-betbuilder-markets-module_item__WJkDAlbV__platform-common {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1.43;
    display: flex;
    font-weight: 400
}

.coupon-betbuilder-markets-module_iconContainer__wkhXv3M-__platform-common {
    margin-right: 8px;
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 6px
}

.coupon-betbuilder-markets-module_iconContainer__wkhXv3M-__platform-common:after {
    content: "";
    position: absolute;
    width: 1px;
    top: 17px;
    bottom: -6px;
    background: var(--betslipBetBuilderMarkColor);
    left: 50%;
    transform: translate(-50%)
}

.coupon-betbuilder-markets-module_iconContainer__wkhXv3M-__platform-common.coupon-betbuilder-markets-module_iconContainerLast__MheWzvR2__platform-common:after {
    display: none
}

.coupon-betbuilder-markets-module_icon__uy6wRBvT__platform-common {
    width: 8px;
    height: 8px;
    border: 1px solid var(--betslipBetBuilderMarkColor);
    border-radius: 50%
}

.coupon-betbuilder-markets-module_badge__1YFNOD7g__platform-common {
    color: var(--white);
    font-size: 10px;
    border-radius: 4px;
    background: var(--betBuilderIconBg);
    display: inline-flex;
    padding: 0 4px;
    height: 16px;
    line-height: 16px
}

.coupon-bet-radio-module_Radio__fQZ2qI-X__platform-common {
    border-radius: 50%;
    box-shadow: var(--betslipEventRadioBoxShadow);
    flex: 0 0 var(--betslipEventRadioSize);
    height: var(--betslipEventRadioSize);
    margin-right: var(--betslipEventRadioMarginRight);
    transition: box-shadow .1s ease;
    width: var(--betslipEventRadioSize)
}

.coupon-bet-radio-module_Active__5QpxA-hf__platform-common {
    box-shadow: var(--betslipActiveEventRadioBoxShadow)
}

.coupon-bet-coefficient-module_Wrapper__TRzNZH18__platform-common {
    display: flex;
    font-size: 14px;
    font-weight: 700;
    margin-right: 8px
}

.coupon-bet-coefficient-module_Value__ofTARQxh__platform-common {
    color: var(--betslipGrayText);
    line-height: 1;
    transition: color .4s ease-in-out
}

.coupon-bet-coefficient-module_Arrow__Qv8UyJxs__platform-common {
    fill: var(--betslipInputBorder);
    margin: 0 4px
}

.coupon-bet-coefficient-module_ValueUp__L7oCXW3r__platform-common {
    color: var(--betslipSuccess)
}

.coupon-bet-coefficient-module_ValueDown__J2uvtrZG__platform-common {
    color: var(--betslipError)
}

.coupon-bet-coefficient-module_ValueOld__5RHYyNJr__platform-common {
    color: var(--betslipInputBorder)
}

.coupon-bet-coefficient-module_OldValueWrapper__sSE2O3zb__platform-common {
    display: flex;
    opacity: 0;
    width: 0
}

.coupon-bet-coefficient-module_OldValueWrapperActive__CWR4FRWi__platform-common {
    opacity: 1;
    transition: width .3s ease-in-out;
    width: 100%
}

.coupon-bet-remove-module_Holder__5ySaiPzy__platform-common {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    top: -1px;
    color: var(--betslipMainTextColor)
}

.coupon-bet-status-module_Text__U4QiTKge__platform-common {
    font-size: 14px;
    font-weight: 700;
    margin-right: 8px
}

.coupon-bet-status-module_TextDanger__6uh4DOVB__platform-common {
    color: var(--betslipError);
    opacity: .5
}

.coupon-bet-status-module_TextSuccess__phHW0Aq6__platform-common {
    color: var(--betslipSuccess);
    opacity: .5
}

.coupon-bet-status-module_TextWarning__zP6Aw4oM__platform-common {
    color: var(--betslipWarning)
}

.coupon-bet-event-statistics-button-module_icon__pDlICjKd__platform-common {
    width: 16px;
    height: 16px
}

.coupon-bet-event-module_EventSingle__jlH8X--I__platform-common {
    border-radius: 8px;
    padding: 12px;
    border: var(--betslipEventBorder)
}

.coupon-bet-event-module_EventSingle__jlH8X--I__platform-common:not(.coupon-bet-event-module_couponEventSelected__luvxfF7X__platform-common) {
    cursor: pointer
}

.coupon-bet-event-module_EventSingle__jlH8X--I__platform-common:not(:first-child) {
    margin-top: 8px
}

.coupon-bet-event-module_couponEventSelected__luvxfF7X__platform-common {
    border: var(--betslipActiveEventBorder)
}

.coupon-bet-event-module_EventMulti__Z5Q4Nr3o__platform-common {
    padding: 0 12px 12px
}

.coupon-bet-event-module_EventMulti__Z5Q4Nr3o__platform-common:not(:first-child):before {
    background: var(--betslipSeperatorLine);
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 12px;
    width: 100%
}

.coupon-bet-event-module_EventMulti__Z5Q4Nr3o__platform-common:first-child {
    border-radius: 8px 8px 0 0;
    padding-top: 12px
}

.coupon-bet-event-module_EventMulti__Z5Q4Nr3o__platform-common:last-child {
    border-radius: 0 0 8px 8px
}

.coupon-bet-event-module_EventMulti__Z5Q4Nr3o__platform-common.coupon-bet-event-module_couponEventSelected__luvxfF7X__platform-common {
    border: none
}

.coupon-bet-event-module_Event__gF--HsX0__platform-common {
    background: var(--betslipGray)
}

.coupon-bet-event-module_Inactive__1Np-b0Ge__platform-common .coupon-bet-event-module_EventInfo__LH2kcV9V__platform-common {
    opacity: .5
}

.coupon-bet-event-module_EventHeader__QzzMhv5a__platform-common,.coupon-bet-event-module_EventInfo__LH2kcV9V__platform-common {
    align-items: center;
    display: flex
}

.coupon-bet-event-module_EventHeader__QzzMhv5a__platform-common {
    justify-content: space-between
}

.coupon-bet-event-module_Actions__CfVYiqGs__platform-common {
    align-items: center;
    display: flex
}

.coupon-bet-event-module_LoadingDisabled__cpMjoGxp__platform-common {
    opacity: .5
}

.coupon-bet-event-module_SportImage__S-4df41Z__platform-common {
    display: block;
    margin-right: 6px;
    width: 18px
}

.coupon-bet-event-module_SportImageDisabled__Fx7UXGeC__platform-common {
    filter: grayscale(1)
}

.coupon-bet-event-module_broadcastIcon__rjQeXj-c__platform-common {
    font-size: 18px;
    margin-left: 8px
}

.coupon-bet-event-module_coefficientWrapper__2jxG5wJx__platform-common {
    display: flex;
    align-items: flex-end
}

.coupon-bet-event-module_coefficientWrapper__2jxG5wJx__platform-common .coupon-bet-event-module_statsWindowButton__BR7GV8UC__platform-common {
    cursor: pointer;
    color: var(--mslTextLight);
    transition: color .2s ease,transform .2s ease;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.coupon-bet-event-module_coefficientWrapper__2jxG5wJx__platform-common .coupon-bet-event-module_statsWindowButton__BR7GV8UC__platform-common:hover {
    color: var(--accentMain)
}

.coupon-bet-event-module_coefficientWrapper__2jxG5wJx__platform-common .coupon-bet-event-module_modernFactorStats__8zKAphBT__platform-common {
    width: 100%;
    height: 100%
}

.coupon-item-module_Item__FH0wRFOo__platform-common {
    padding: 0 8px 10px
}

.coupon-item-module_Loader__S5nYAySK__platform-common {
    border-radius: 8px
}

.comboboost-module_Header__CzHC6Ej8__platform-common {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px
}

.comboboost-module_HeaderNewStyle__8Pw-KphM__platform-common {
    position: relative;
    background: var(--betslipComboboostBG);
    justify-content: center;
    align-items: center;
    padding: 4px 12px;
    gap: 4px;
    border-radius: 4px
}

.comboboost-module_Info__-l7zPhAW__platform-common {
    font-size: 12px;
    line-height: 1.33
}

.comboboost-module_Wrapper__F0JhJ5ev__platform-common {
    transition: opacity .3s ease-in-out
}

.comboboost-module_Inactive__2M8tbi2C__platform-common {
    opacity: .5
}

.comboboost-bonus-module_Text__BKWoXJSM__platform-common {
    font-size: 12px;
    color: var(--comboBoostBonus);
    margin-right: 4px
}

.comboboost-bonus-module_Title__-5vaK0EJ__platform-common {
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 4px
}

.comboboost-bonus-module_Wrapper__uiyAFiBJ__platform-common {
    display: flex
}

.comboboost-bonus-module_Button__1YeWHGLd__platform-common {
    cursor: pointer;
    font-size: 15px
}

.comboboost-bar-module_Wrapper__-brq012v__platform-common {
    height: var(--comboBoostBarHeight);
    background: var(--comboBoostBarBg);
    border-radius: var(--comboBoostBarBorderRadius);
    position: relative
}

.comboboost-bar-module_Dots__bqC5WccI__platform-common {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 2
}

.comboboost-bar-module_Dot__AW07OlO0__platform-common {
    width: var(--comboBoostBarDotSize);
    height: var(--comboBoostBarDotSize);
    background: var(--comboBoostBarDotBg);
    border-radius: 50%
}

.comboboost-bar-module_Progress__HughTaf-__platform-common {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: var(--comboBoostBarProgressGradient);
    border-radius: var(--comboBoostBarBorderRadius);
    transition: width .3s ease-in-out
}

.comboboost-bar-module_ProgressMax__dXnHhZ1w__platform-common {
    background: var(--comboBoostMaxProgressGradient)
}

.comboboost-bar-module_Indicator__-sfo6sOt__platform-common {
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: var(--comboBoostBarBorderRadius);
    font-weight: 400;
    font-size: 10px;
    z-index: 3;
    color: var(--comboBoostBarIndicator);
    padding: 0 5px
}

.comboboost-bar-module_ProgressIndicator__dAw5oYIX__platform-common {
    transform: translate(-100%) scale(0);
    background: var(--comboBoostBonus);
    box-shadow: var(--comboBoostProgressIndicatorBoxShadow);
    z-index: 4;
    transition: left .3s ease-in-out,transform .3s ease-in-out
}

.comboboost-bar-module_ActiveIndicator__eK6clPE8__platform-common {
    transform: translate(-100%) scale(1)
}

.comboboost-bar-module_MaxIndicator__m-bttqQ-__platform-common {
    background: var(--comboBoostMaxIndicatorBg);
    right: 0
}

.comboboost-bar-module_MaxSelections__16bnG0N5__platform-common {
    background: var(--comboBoostMaxProgressIndicatorGradient)
}

.coupon-footer-top-module_Wrapper__Yuopd0Kn__platform-common,.coupon-footer-top-module_FooterTopWrapper__G60dSEMZ__platform-common {
    font-size: 16px;
    font-weight: 700;
    margin: 0 12px 10px;
    justify-content: space-between;
    display: flex
}

.coupon-footer-top-module_FooterTopWrapper__G60dSEMZ__platform-common {
    margin-top: 8px
}

.coupon-footer-top-module_TitleWrapper__e-yI-erg__platform-common {
    display: flex
}

.coupon-footer-top-module_ShareButton__tI1-9Eaa__platform-common {
    margin-right: 12px;
    margin-top: -5px
}

.coupon-footer-top-module_Market__-HaG7wVI__platform-common {
    margin-top: 2px;
    margin-right: 5px
}

.coupon-footer-top-module_Market__-HaG7wVI__platform-common:first-letter {
    text-transform: uppercase
}

.coupon-footer-top-module_Coef__Ii-KVRpx__platform-common {
    margin-top: 2px
}

.coupon-footer-main-module_Wrapper__tKweo5Ah__platform-common {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: start;
    justify-content: center;
    width: 100%;
    padding: 0 12px
}

.coupon-footer-main-module_ActionsWrapper__vAu1wij-__platform-common {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.coupon-footer-main-module_Entry__lPyoHNea__platform-common {
    align-items: center;
    display: flex;
    margin-right: 12px;
    position: relative;
    width: 100%
}

.coupon-footer-main-module_Symbol__Z4H-W-Mv__platform-common {
    align-items: center;
    border: 1px solid var(--betslipInputBorder);
    border-radius: var(--betslipInputBorderRadius) 0 0 var(--betslipInputBorderRadius);
    border-right: none;
    display: flex;
    font-size: 16px;
    height: 40px;
    padding: 0 6px 0 12px
}

.coupon-footer-main-module_SymbolNewStyle__zUwrSRwo__platform-common {
    border-radius: 8px 0 0 8px
}

.coupon-footer-main-module_FreeBet__QSU-rsa5__platform-common {
    align-items: center;
    background: var(--betslipMain);
    border-radius: var(--betslipInputBorderRadius);
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 32px;
    margin: 0 4px;
    padding: 0 12px;
    position: absolute
}

.coupon-footer-main-module_FreeBet__QSU-rsa5__platform-common .svg-icon {
    font-size: 16px;
    margin-right: 5px;
    top: -1px
}

.coupon-footer-main-module_FreeBetNewStyle__SNhPHeU7__platform-common {
    border-radius: 8px
}

.coupon-footer-main-module_Close__Yk2-LtAb__platform-common {
    color: var(--betslipClearInputIconColor);
    cursor: pointer;
    display: grid!important;
    font-size: 19px!important;
    height: 100%!important;
    margin-right: 12px;
    place-content: center;
    position: absolute!important;
    right: 0
}

.coupon-footer-main-module_checkIcon__vxub--kv__platform-common {
    color: var(--confirmButtonBG);
    display: none;
    opacity: 0
}

.coupon-footer-main-module_checkIconAnimation__TrRMrzNn__platform-common {
    animation-name: coupon-footer-main-module_opacityAnimation__0fUs-Vb8__platform-common;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out
}

.coupon-footer-main-module_Input__9A0m4E1D__platform-common {
    background: inherit;
    border: 1px solid var(--betslipInputBorder);
    border-left: none;
    border-radius: 0 var(--betslipInputBorderRadius) var(--betslipInputBorderRadius) 0;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 34px 0 0;
    width: 100%;
    opacity: 1;
    color: var(--betslipInputColor)
}

.coupon-footer-main-module_Input__9A0m4E1D__platform-common:focus {
    outline: none
}

.coupon-footer-main-module_InputNew__eVAHRdrX__platform-common {
    border-radius: 0 8px 8px 0
}

.coupon-footer-main-module_InputError__jqWr9Ikl__platform-common .coupon-footer-main-module_Symbol__Z4H-W-Mv__platform-common,.coupon-footer-main-module_InputError__jqWr9Ikl__platform-common .coupon-footer-main-module_Input__9A0m4E1D__platform-common {
    border-color: var(--betslipError)
}

.coupon-footer-main-module_Hide__uUi2X9Kv__platform-common {
    display: none
}

.coupon-footer-main-module_FreebetActive__00ztCYFR__platform-common .coupon-footer-main-module_Input__9A0m4E1D__platform-common {
    border-left: 1px solid var(--betslipInputBorder);
    border-radius: var(--betslipInputBorderRadius);
    padding-left: 24px
}

.coupon-footer-main-module_FreebetActive__00ztCYFR__platform-common .coupon-footer-main-module_InputNew__eVAHRdrX__platform-common {
    border-radius: 8px
}

.coupon-footer-main-module_ConfirmBtnDisabled__vE-NbwyM__platform-common {
    background: var(--betslipConfirmButtonDisabledBg)!important
}

.coupon-footer-main-module_ConfirmBtnDisabled__vE-NbwyM__platform-common span {
    opacity: .2
}

.coupon-footer-main-module_ConfirmBtn__XiI5QPX9__platform-common:not(.app-button--disabled) {
    background-color: var(--betslipMain)!important
}

.coupon-footer-main-module_ConfirmBtn__XiI5QPX9__platform-common:not(.app-button--disabled):hover {
    background-color: var(--betslipMainHover)!important
}

.coupon-footer-main-module_showQuickBetSave__oqoVkPdK__platform-common {
    width: 35%;
    animation-name: coupon-footer-main-module_expandAnimation__fcPI3WQz__platform-common;
    animation-duration: .3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out
}

.coupon-footer-main-module_hideQuickBetSave__Fx2wLmc1__platform-common {
    width: 0;
    overflow: hidden;
    padding: 0!important
}

.coupon-footer-main-module_hideQuickBetSaveAnimation__PbgN2ti3__platform-common {
    animation-name: coupon-footer-main-module_shrinkAnimation__M1NItv6S__platform-common;
    animation-duration: .3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out
}

.coupon-footer-main-module_loginButtonFooter__Cqk7NQ-1__platform-common {
    border-radius: 8px
}

.coupon-footer-main-module_grow__I1zsNX9S__platform-common {
    flex-grow: 1
}

.coupon-footer-main-module_buttonDisabled__pRadsDJs__platform-common {
    opacity: .6;
    pointer-events: none
}

.coupon-footer-main-module_CurrencySymbolDisabled__1OLOrpXi__platform-common {
    opacity: .6
}

.coupon-footer-main-module_disabledBetting__e6al5QSn__platform-common {
    pointer-events: none;
    color: #ffffffb3
}

@keyframes coupon-footer-main-module_expandAnimation__fcPI3WQz__platform-common {
    0% {
        width: 0;
        padding: 0
    }

    to {
        padding: 5px 20px;
        width: 35%
    }
}

@keyframes coupon-footer-main-module_shrinkAnimation__M1NItv6S__platform-common {
    0% {
        width: 35%;
        padding: 5px 20px
    }

    to {
        width: 0;
        padding: 0
    }
}

@keyframes coupon-footer-main-module_opacityAnimation__0fUs-Vb8__platform-common {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.coupon-footer-fast-stake-module_fastStake__OtI-0N3w__platform-common {
    padding: 0 12px
}

.coupon-footer-fast-stake-module_fastStake__OtI-0N3w__platform-common .scroll-container__wrapper {
    font-size: 14px;
    font-weight: 700
}

.coupon-footer-fast-stake-module_fastStake__OtI-0N3w__platform-common .react-horizontal-scrolling-menu--separator {
    flex: 0 0 8px;
    padding: 0 4px
}

.coupon-footer-fast-stake-module_itemWrapper__HKeuh-Um__platform-common {
    padding: 0
}

.coupon-footer-fast-stake-module_Item__l5-uUdLk__platform-common {
    align-items: center;
    background: var(--betslipFastStakeItemBg);
    border-radius: var(--betslipInputBorderRadius);
    display: flex;
    height: 40px;
    justify-content: center;
    padding: 0 10px;
    transition: background-color .15s ease,opacity .15s ease;
    white-space: nowrap;
    direction: ltr;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.coupon-footer-fast-stake-module_Item__l5-uUdLk__platform-common span:first-child {
    padding-right: 5px
}

.coupon-footer-fast-stake-module_Item__l5-uUdLk__platform-common .coupon-footer-fast-stake-module_wrapperAmount__DI4-6ncR__platform-common {
    display: flex;
    direction: rtl
}

.coupon-footer-fast-stake-module_Item__l5-uUdLk__platform-common .coupon-footer-fast-stake-module_wrapperAmount__DI4-6ncR__platform-common span:last-child {
    padding-right: 5px
}

.coupon-footer-fast-stake-module_Item__l5-uUdLk__platform-common .coupon-footer-fast-stake-module_amountSymbol__XRqXwTci__platform-common {
    display: flex;
    direction: ltr
}

.coupon-footer-fast-stake-module_Item__l5-uUdLk__platform-common:not(.coupon-footer-fast-stake-module_ButtonNoCursor__ZaMOFV6T__platform-common) {
    cursor: pointer
}

.coupon-footer-fast-stake-module_Item__l5-uUdLk__platform-common:not(.coupon-footer-fast-stake-module_ButtonNoCursor__ZaMOFV6T__platform-common):hover {
    background: var(--betslipFastStakeItemBgHover)
}

.coupon-footer-fast-stake-module_Item__l5-uUdLk__platform-common:not(.coupon-footer-fast-stake-module_ButtonNoCursor__ZaMOFV6T__platform-common).coupon-footer-fast-stake-module_DepositBtn__yDmXj4Hm__platform-common:hover,.coupon-footer-fast-stake-module_Item__l5-uUdLk__platform-common:not(.coupon-footer-fast-stake-module_ButtonNoCursor__ZaMOFV6T__platform-common).coupon-footer-fast-stake-module_FreeBetButton__kXOCuQMt__platform-common:hover {
    background: var(--betslipSecondaryHover)
}

.coupon-footer-fast-stake-module_Item__l5-uUdLk__platform-common:not(.coupon-footer-fast-stake-module_ButtonNoCursor__ZaMOFV6T__platform-common) .coupon-footer-fast-stake-module_Item__l5-uUdLk__platform-common.coupon-footer-fast-stake-module_ButtonDeposit__Z2EM8vap__platform-common {
    border-radius: 50%;
    flex: 0 0 40px
}

.coupon-footer-fast-stake-module_Item__l5-uUdLk__platform-common:not(.coupon-footer-fast-stake-module_ButtonNoCursor__ZaMOFV6T__platform-common) .coupon-footer-fast-stake-module_Item__l5-uUdLk__platform-common.coupon-footer-fast-stake-module_ButtonDeposit__Z2EM8vap__platform-common .svg-icon {
    height: 16px;
    width: 16px
}

.coupon-footer-fast-stake-module_ItemNew__CPcTncB2__platform-common {
    border-radius: 8px;
    background-color: #ffffff1a;
    text-transform: uppercase;
    color: var(--betslipFooterItemFontColor)
}

.coupon-footer-fast-stake-module_ItemNew__CPcTncB2__platform-common span:first-child {
    padding-right: 0
}

.coupon-footer-fast-stake-module_flexGrow__KKvMcbyH__platform-common>div>div {
    flex-grow: 1
}

.coupon-footer-fast-stake-module_BtnSecondary__lyfEQrCp__platform-common {
    background: var(--betslipSecondary);
    color: var(--betslipSecondaryText)
}

.coupon-footer-fast-stake-module_DepositBtn__yDmXj4Hm__platform-common {
    width: 40px
}

.coupon-footer-fast-stake-module_Disabled__o6kUP8r-__platform-common {
    opacity: .5;
    pointer-events: none
}

.coupon-footer-fast-stake-module_RiskBetButton__efLZzuj-__platform-common {
    font-size: 18px
}

.coupon-footer-fast-stake-module_GiftIcon__5tJ4RaTe__platform-common {
    margin-top: -3px
}

.coupon-footer-fast-stake-module_iconSpacing__bfSB3C7I__platform-common {
    margin-right: 8px
}

.coupon-footer-bet-actions-module_container__4pX7yiVd__platform-common {
    display: flex;
    justify-content: start;
    gap: 8px;
    width: 100%
}

.coupon-footer-bet-actions-module_settingsIcon__F8u30eY0__platform-common {
    width: 16px;
    height: 16px
}

.coupon-footer-bet-actions-module_bettingSettingsButtonNew__-G8uExWu__platform-common {
    background-color: var(--betslipMain);
    color: var(--bettingSettingsButtonNewIconColor);
    border-radius: 8px;
    padding-inline:16px}

.coupon-footer-bet-actions-module_shareButton__-v2yXU-G__platform-common {
    background-color: var(--betslipNewShareButtonBg)
}

.coupon-footer-bet-actions-module_disabled__uiFs8HV1__platform-common {
    background-color: var(--betslipConfirmButtonDisabledBg)
}

.coupon-footer-bet-actions-module_disabled__uiFs8HV1__platform-common span {
    opacity: .2
}

.coupon-footer-empty-balance-module_Wrapper__v3fngfo6__platform-common {
    padding: 0 16px 8px
}

.app-button.coupon-footer-empty-balance-module_Button__bMsHWTSw__platform-common {
    background: var(--betslipSecondary);
    color: var(--betslipSecondaryText)
}

.app-button.coupon-footer-empty-balance-module_Button__bMsHWTSw__platform-common:hover {
    background: var(--betslipSecondaryHover)
}

.coupon-footer-empty-balance-module_Text__jpYR36q3__platform-common {
    margin-top: 8px
}

.coupon-footer-empty-balance-module_newButtonStyle__8Bbqs53a__platform-common {
    padding: 0
}

.coupon-footer-empty-balance-module_newButtonStyle__8Bbqs53a__platform-common button {
    border-radius: 8px
}

.custom-mobile-keyboard-module_keyboardContainer__HFfPGvEL__platform-common {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 4px;
    width: 100%
}

.custom-mobile-keyboard-module_keyboardSubContainer__abqxLKGf__platform-common {
    display: grid;
    grid-template-columns: repeat(6,minmax(45px,1fr));
    gap: 4px;
    flex-grow: 1
}

.custom-mobile-keyboard-module_keyStyle__AC8DPTYM__platform-common {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    border-radius: 8px;
    color: #fff;
    background-color: var(--customKeyboardKeyBg)
}

.custom-mobile-keyboard-module_keyStyle__AC8DPTYM__platform-common:active {
    box-shadow: inset 0 0 6px 2px #0000004d
}

.custom-mobile-keyboard-module_deleteIcon__KnXLlwzF__platform-common {
    width: 16px;
    height: 16px
}

.custom-mobile-keyboard-module_doneButton__vAwsbeSg__platform-common {
    text-transform: uppercase;
    padding-block:38px;flex-grow: 1
}

.quickbet-confirmation-switch-module_quickBetConfContainer__2i7oHYPU__platform-common {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.coupon-footer-possible-win-module_ComboBoost__OZUBkcyZ__platform-common {
    color: var(--comboBoostBonus);
    display: flex;
    align-items: center
}

.coupon-footer-possible-win-module_ComboBoostArrow__tLu-L-ew__platform-common {
    color: var(--comboBoostBonus);
    margin: 0 4px;
    font-size: 15px
}

.coupon-footer-possible-win-module_Wrapper__QJxm05l1__platform-common {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.coupon-footer-possible-win-module_Amount__Z5RW--Hp__platform-common {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.coupon-footer-possible-win-module_Amount__Z5RW--Hp__platform-common span:first-child {
    padding-right: 2px
}

.coupon-footer-possible-win-module_amountSymbol__DVJYZNVq__platform-common {
    display: flex;
    direction: ltr
}

.coupon-footer-possible-win-module_Title__VCQfRlar__platform-common {
    margin-right: 4px
}

.coupon-footer-possible-win-module_spaceBetween__gE3X5ovh__platform-common {
    justify-content: space-between
}

.coupon-footer-possible-win-module_amountAccent__N2GFMBLs__platform-common {
    font-weight: 700;
    color: var(--betslipMain)
}

.coupon-footer-remove-stopped-events-module_Wrapper__K11qjOxv__platform-common {
    padding: 0 16px 12px
}

.coupon-footer-remove-stopped-events-module_Title__aRVD0q1c__platform-common {
    font-size: 12px;
    margin-bottom: 6px;
    text-align: center
}

.coupon-footer-remove-stopped-events-module_Button__sMn6Rh4i__platform-common {
    background-color: var(--betslipDeleteInactiveOucomesButton)
}

.coupon-footer-remove-stopped-events-module_Button__sMn6Rh4i__platform-common:hover {
    background-color: var(--betslipDeleteInactiveOucomesButtonHover)
}

.coupon-footer-accept-changes-module_Wrapper__5Kh4xbGi__platform-common {
    margin: 0 16px 8px
}

.coupon-footer-accept-changes-module_Text__AWSnVA0U__platform-common {
    color: var(--buttonMain);
    font-size: 14px;
    line-height: 1.7;
    margin: 4px 0 -6px
}

.coupon-footer-tax-module_Item__Oky6VCrE__platform-common {
    display: flex;
    align-items: center;
    line-height: 1.53;
    opacity: .5
}

.coupon-footer-tax-module_ItemMain__rPqeTHr0__platform-common {
    opacity: 1
}

.coupon-footer-tax-module_Title__mvCWPBTi__platform-common {
    flex-grow: 1;
    padding-right: 8px
}

.coupon-footer-tax-module_Value__rLCLGMJf__platform-common {
    display: flex;
    align-items: center;
    white-space: nowrap
}

.coupon-footer-tax-module_rowMargin__RhTRn8IQ__platform-common {
    margin-bottom: 8px
}

.coupon-footer-tax-module_ValueAccent__1cPSVtE9__platform-common {
    color: var(--betslipMain)
}

.coupon-footer-tax-module_ComboBoost__BUWhMBdg__platform-common {
    color: var(--comboBoostBonus);
    display: flex;
    align-items: center
}

.coupon-footer-tax-module_ComboBoostArrow__Of8Lh26N__platform-common {
    margin: 0 4px;
    font-size: 15px
}

.coupon-footer-error-module_Error__oxZsmhcQ__platform-common {
    color: var(--betslipError)
}

.coupon-crypto-converter-module_Title__6qE238tJ__platform-common {
    color: var(--betslipConvertorColor);
    font-size: var(--betslipConvertorFontSize);
    font-weight: 600;
    line-height: 20px
}

.coupon-footer-module_Message__ej-LboZj__platform-common {
    padding: 0 16px 8px
}

.coupon-footer-module_footerSection__sIqLEl-7__platform-common {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.coupon-footer-module_MessageContainer__aUEXBC78__platform-common {
    padding-block:0}

.coupon-footer-module_ComboBoost__yky6wxKi__platform-common {
    padding: 0 16px 12px
}

.coupon-footer-module_ComboBoostNoPadding__4TWWhekj__platform-common {
    padding-block:0}

.coupon-footer-module_flexColumn__GE5ovTEo__platform-common {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.coupon-footer-module_reverseFlexColumn__X1fWoPPD__platform-common {
    flex-direction: column-reverse
}

.coupon-footer-module_infoRow__F-bmlzU-__platform-common {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px
}

.coupon-footer-module_confirmationSwitchContainer__-45A8vPs__platform-common {
    padding: 16px
}

.coupon-actions-tabs-module_Wrapper__mbNgxEml__platform-common {
    background: var(--betslipInactiveTabBackground);
    border-radius: 8px;
    display: flex;
    font-weight: 700;
    min-height: 32px
}

.coupon-actions-tabs-module_WrapperDesktop__VKqNeq5p__platform-common {
    background: var(--betslipActionTabsBackground);
    border-bottom: var(--betslipActionTabsBorderBottom);
    border-radius: var(--betslipActionTabsButtonBorderRadius);
    height: auto;
    min-height: var(--betslipActionTabsMinHeight);
    line-height: 1.25;
    margin: var(--betslipActionTabsMargin);
    padding: var(--betslipActionTabsPadding)
}

.coupon-actions-tabs-module_WrapperDesktop__VKqNeq5p__platform-common .coupon-actions-tabs-module_Button__9Lv-KoTp__platform-common {
    border-bottom: var(--betslipActionTabsButtonBorderBottom);
    border-radius: var(--betslipActionTabsButtonBorderRadius);
    color: var(--betslipButtonInactiveColor);
    text-transform: var(--betslipActionTabsButtonBorderTextTransform);
    transition: border-color .2s ease,color .2s ease,background-color .2s ease;
    height: var(--betslipActionTabsButtonHeight);
    background: var(--betslipActionTabsButtonBg)
}

.coupon-actions-tabs-module_WrapperDesktop__VKqNeq5p__platform-common .coupon-actions-tabs-module_ButtonActive__DWBnW6Rq__platform-common {
    background: var(--betslipActionTabsButtonActiveBg);
    border-color: var(--betslipActionTabsButtonActiveBorderColor);
    color: var(--betslipButtonActiveColor)
}

.coupon-actions-tabs-module_WrapperDesktop__VKqNeq5p__platform-common .coupon-actions-tabs-module_ButtonDisabled__H88y2Gbr__platform-common {
    background: var(--betslipActionTabsButtonDisabledBg);
    color: var(--betslipTabDisabledColor)
}

.coupon-actions-tabs-module_Button__9Lv-KoTp__platform-common {
    background: inherit;
    text-align: center;
    transition: background-color .2s ease;
    width: 50%
}

.coupon-actions-tabs-module_WrapperMobile__mL7HF3kM__platform-common {
    margin: 12px 8px
}

.coupon-actions-tabs-module_WrapperMobile__mL7HF3kM__platform-common .coupon-actions-tabs-module_Button__9Lv-KoTp__platform-common {
    border-radius: 8px;
    padding: 8px 0;
    color: var(--betslipInactiveTabColor)
}

.coupon-actions-tabs-module_WrapperMobile__mL7HF3kM__platform-common .coupon-actions-tabs-module_ButtonActive__DWBnW6Rq__platform-common,.coupon-actions-tabs-module_WrapperMobile__mL7HF3kM__platform-common .coupon-actions-tabs-module_ButtonActive__DWBnW6Rq__platform-common.coupon-actions-tabs-module_ButtonDisabled__H88y2Gbr__platform-common {
    background: var(--betslipMain);
    color: var(--betslipMainText, var(--white))
}

.coupon-actions-tabs-module_WrapperMobile__mL7HF3kM__platform-common .coupon-actions-tabs-module_ButtonDisabled__H88y2Gbr__platform-common {
    background: var(--betslipTabMobileDisabledBg);
    color: var(--betslipTabDisabledColor)
}

.coupon-actions-tabs-module_WrapperMobileNew__kZzzC-FD__platform-common {
    margin-top: 0
}

.common-module_InfoItem__7D95gjgD__platform-common {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: var(--betslipGrayText);
    font-weight: 400;
    margin-left: 2px;
    opacity: .5;
    position: relative
}

.common-module_InfoItem__7D95gjgD__platform-common:before {
    content: ".";
    color: var(--betslipGrayText);
    font-size: 10px;
    margin-right: 2px;
    position: relative;
    top: -3px
}

.common-module_InfoItem__7D95gjgD__platform-common .data-formatter-timeZone {
    margin: 0 4px
}

.Cashout-module_Cashout__z8bxcD2c__platform-common {
    margin-top: 8px;
    border-radius: var(--betslipCouponBorderRadius);
    overflow: hidden
}

.accountClosure-module_icon__bnSLXY1i__platform-common {
    width: 24px;
    margin-right: 12px
}

.accountClosure-module_icon__bnSLXY1i__platform-common .accountClosure-module_trashBin__e8NX-qlS__platform-common {
    width: 24px;
    height: 24px
}

.registrationSuccess-module_closeButton__lUxgl-9W__platform-common {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer
}

.registrationSuccess-module_closeButton__lUxgl-9W__platform-common .registrationSuccess-module_closeSvg__0v-vODhx__platform-common {
    width: 9px;
    height: 9px
}

.registrationSuccess-module_icon__pExk7Wis__platform-common {
    width: 54px;
    margin-right: 16px
}

.registrationSuccess-module_icon__pExk7Wis__platform-common .registrationSuccess-module_profile__fhUq3gmc__platform-common {
    width: 54px;
    height: 68px
}

.registrationSuccess-module_welcomeMsg__XwEVC9ST__platform-common {
    font-size: 16px;
    font-weight: 700
}

.personalInformation-module_container__5MYoq-oS__platform-common {
    cursor: pointer;
    box-shadow: 0 8px 38px var(--snackbarNotificationShadow);
    background: var(--snackbarNotificationBg);
    padding: 16px;
    width: 215px;
    font-size: 12px;
    position: fixed;
    top: 69px;
    right: 0;
    z-index: var(--zIndex-modalView-below)
}

.personalInformation-module_containerMobile__yRUkKMgR__platform-common {
    box-shadow: 0 8px 38px var(--snackbarNotificationShadow);
    background: var(--snackbarNotificationBg);
    padding: 16px;
    width: 100%;
    font-size: 12px;
    text-align: center;
    position: fixed;
    top: 46px;
    z-index: var(--zIndex-modalView-below)
}

body.menu-cms-header-view .personalInformation-module_container__5MYoq-oS__platform-common {
    top: var(--menuCmsHeaderBodyTopPadding)
}

.cashoutError-module_container__88LIkCWb__platform-common {
    background: var(--cashoutError);
    box-shadow: 0 8px 38px var(--snackbarNotificationShadow);
    color: var(--white);
    cursor: pointer;
    font-size: 12px;
    padding: 16px;
    position: fixed;
    right: 0;
    top: 69px;
    width: 215px;
    z-index: var(--zIndex-modalView-below)
}

.cashoutError-module_containerMobile__uR2gF8rn__platform-common {
    background: var(--cashoutError);
    box-shadow: 0 8px 38px var(--snackbarNotificationShadow);
    color: var(--white);
    font-size: 12px;
    padding: 16px;
    position: fixed;
    text-align: left;
    top: 46px;
    width: 100%;
    z-index: var(--zIndex-modalView-below)
}

.cashoutError-module_title__67SncVKF__platform-common {
    margin-bottom: 8px;
    font-weight: 700;
    text-transform: uppercase
}

body.menu-cms-header-view .cashoutError-module_container__88LIkCWb__platform-common {
    top: var(--menuCmsHeaderBodyTopPadding)
}

.limitsSuccess-module_icon__aeM-g6-9__platform-common {
    width: 24px;
    margin-right: 12px
}

.limitsSuccess-module_icon__aeM-g6-9__platform-common .limitsSuccess-module_success__VS25-RTM__platform-common {
    width: 24px;
    height: 24px
}

.limitsError-module_icon__GitLGr1M__platform-common {
    width: 24px;
    margin-right: 12px
}

.limitsError-module_icon__GitLGr1M__platform-common .limitsError-module_error__12rvIJ3T__platform-common {
    width: 24px;
    height: 24px
}

.ibanVerificationNotice-module_icon__2v148eJm__platform-common {
    width: 24px;
    margin-right: 12px
}

.ibanVerificationNotice-module_icon__2v148eJm__platform-common .ibanVerificationNotice-module_attentionTriangle__88aW3yde__platform-common {
    width: 24px;
    height: 24px
}

.registrationRestricted-module_icon__th5ft6Kg__platform-common {
    width: 24px;
    margin-right: 16px
}

.registrationRestricted-module_icon__th5ft6Kg__platform-common .registrationRestricted-module_warning__-m-4Kd-m__platform-common {
    width: 24px;
    height: 24px
}

.cancelWithdrawal-module_positionMobile__CVgHvicr__platform-common {
    inset: auto 12px 12px 12px!important
}

.cancelWithdrawal-module_container__rqh6hPe5__platform-common {
    padding: 12px 16px;
    border-radius: 10px;
    align-items: center;
    display: flex;
    gap: 8px
}

.cancelWithdrawal-module_container__rqh6hPe5__platform-common.cancelWithdrawal-module_mobile__6xcOaqF-__platform-common {
    width: 100%
}

.cancelWithdrawal-module_container__rqh6hPe5__platform-common:not(.cancelWithdrawal-module_mobile__6xcOaqF-__platform-common) {
    width: 350px;
    margin: 0 16px
}

.cancelWithdrawal-module_icon__DX6PsDRP__platform-common {
    position: relative;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.cancelWithdrawal-module_icon__DX6PsDRP__platform-common .cancelWithdrawal-module_withdrawalTimer__tER0pg1-__platform-common {
    width: 24px;
    height: 24px
}

.cancelWithdrawal-module_icon__DX6PsDRP__platform-common .cancelWithdrawal-module_timerCounter__9N-CeIbz__platform-common {
    position: absolute;
    font-weight: 600;
    margin-left: 2px;
    line-height: 22px
}

.cancelWithdrawal-module_bgColor__DZA2Vzkm__platform-common {
    background: var(--snackbarCancelWithdrawalBg);
    color: var(--white)
}

.cancelWithdrawal-module_cancelButton__TMuTgGJH__platform-common {
    font-weight: 700;
    letter-spacing: .42px;
    margin-left: auto;
    cursor: pointer
}

.hof-block-wrapper-module_header__y5WanoX7__platform-common {
    align-items: center;
    background: var(--headerBackground);
    border-radius: 5px 5px 0 0;
    color: var(--white);
    display: flex;
    font-size: 14px;
    height: 60px;
    padding: 0 20px
}

.hof-block-wrapper-module_header__y5WanoX7__platform-common .hof-block-wrapper-module_headerTitle__GxzHrpiX__platform-common {
    align-items: center;
    display: flex;
    font-weight: 700;
    height: 100%;
    position: relative;
    text-transform: uppercase
}

.hof-block-wrapper-module_header__y5WanoX7__platform-common .hof-block-wrapper-module_headerTitle__GxzHrpiX__platform-common:before {
    background: var(--hofSectionHeaderLine);
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.hof-block-wrapper-module_header__y5WanoX7__platform-common.hof-block-wrapper-module_headerMobile__A-Z2p8NF__platform-common {
    border-radius: var(--hofCasinoLatestWinnerBorderRadius) var(--hofCasinoLatestWinnerBorderRadius) 0 0;
    height: 55px;
    padding: 0 10px
}

.hof-block-wrapper-module_header__y5WanoX7__platform-common.hof-block-wrapper-module_headerMobile__A-Z2p8NF__platform-common.hof-block-wrapper-module_headerUnderFilter__YPcDsTdZ__platform-common {
    padding-bottom: 10px
}

.hof-date-select-module_filter__wG4Sy8eB__platform-common {
    background: var(--hofFilterBackground);
    color: var(--white);
    display: flex;
    font-size: 14px;
    justify-content: space-between
}

.hof-date-select-module_filterOptions__Av4Co4Bg__platform-common {
    display: flex;
    margin-right: 20px
}

.hof-date-select-module_filterOption__8GI3FdMi__platform-common {
    background: var(--hofFilterElements);
    border: solid var(--hofFilterElements);
    border-width: 2px 0;
    height: 34px;
    line-height: 30px;
    min-width: 90px;
    padding: 0 20px 0 30px;
    position: relative;
    white-space: nowrap
}

.hof-date-select-module_filterOption__8GI3FdMi__platform-common:not(:last-of-type):after {
    background: var(--hofFilterPrimary);
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px
}

.hof-date-select-module_filterOption__8GI3FdMi__platform-common:first-of-type {
    border-bottom-left-radius: 17px;
    border-left-width: 2px;
    border-top-left-radius: 17px
}

.hof-date-select-module_filterOption__8GI3FdMi__platform-common:last-of-type {
    border-bottom-right-radius: 17px;
    border-right-width: 2px;
    border-top-right-radius: 17px
}

.hof-date-select-module_filterOption__8GI3FdMi__platform-common .hof-date-select-module_filterOptionDot__8HsJanmR__platform-common {
    background: var(--hofCasinoTopWinnersDot);
    border: 1px solid var(--hofFilterPrimary);
    border-radius: 50%;
    height: 14px;
    left: 10px;
    opacity: .5;
    position: absolute;
    top: calc(50% - 7px);
    width: 14px
}

.hof-date-select-module_filterOption__8GI3FdMi__platform-common.hof-date-select-module_filterOptionSelected__KpIF1LFO__platform-common {
    background: var(--hofFilterPrimary)
}

.hof-date-select-module_filterOption__8GI3FdMi__platform-common.hof-date-select-module_filterOptionSelected__KpIF1LFO__platform-common .hof-date-select-module_filterOptionDot__8HsJanmR__platform-common {
    background: var(--hofCasinoTopWinnersActiveDot);
    border: 0;
    opacity: 1
}

.hof-date-select-module_filterOption__8GI3FdMi__platform-common:not(.hof-date-select-module_filterOptionSelected__KpIF1LFO__platform-common) {
    cursor: pointer
}

.hof-date-select-module_filterDate__4ur6V9md__platform-common {
    align-items: center;
    display: flex;
    justify-content: flex-end
}

.hof-date-select-module_filterDateArrow__3zzFKzan__platform-common {
    align-items: center;
    background: var(--hofFilterElements);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    font-size: 10px;
    justify-content: center;
    padding: 0 0 0 2px;
    transition: color .2s ease;
    width: var(--hofDateSelectDateArrowWidth);
    height: var(--hofDateSelectDateArrowWidth)
}

.hof-date-select-module_filterDateArrow__3zzFKzan__platform-common .svg-icon {
    color: var(--white);
    opacity: .5
}

.hof-date-select-module_filterDateArrow__3zzFKzan__platform-common.hof-date-select-module_filterDateArrowPrevious__mnSyZDjP__platform-common {
    transform: rotate(180deg)
}

.hof-date-select-module_filterDateArrow__3zzFKzan__platform-common.hof-date-select-module_filterDateArrowDisabled__34stW-97__platform-common {
    opacity: .5;
    pointer-events: none
}

.hof-date-select-module_filterDateArrow__3zzFKzan__platform-common:not(.hof-date-select-module_filterDateArrowDisabled__34stW-97__platform-common) {
    cursor: pointer
}

.hof-date-select-module_filterDateArrow__3zzFKzan__platform-common:not(.hof-date-select-module_filterDateArrowDisabled__34stW-97__platform-common):hover {
    color: var(--white)
}

.hof-date-select-module_filterDateCalendar__iZvVxgVl__platform-common {
    background: var(--hofFilterElements);
    border-radius: 17px;
    display: flex;
    height: 34px;
    margin: 0 10px;
    padding: 2px 2px 2px 36px;
    position: relative
}

.hof-date-select-module_filterDateCalendar__iZvVxgVl__platform-common .svg-icon {
    color: var(--white);
    font-size: var(--hofDateSelectCalendarWidth);
    left: 12px;
    opacity: var(--hofDateSelectIconsOpacity);
    position: absolute;
    top: 8px
}

.hof-date-select-module_filterDateCalendar__iZvVxgVl__platform-common .react-datepicker__input-container input,.hof-date-select-module_filterDateCalendar__iZvVxgVl__platform-common .react-datepicker__input-container input:focus {
    background: var(--hofFilterPrimary);
    border: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    color: var(--white);
    height: 30px;
    line-height: 1;
    min-height: auto;
    padding: 10px;
    width: 100px
}

.hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common {
    border-radius: 14px;
    font-size: 12px
}

@media screen and (max-width: 460px) {
    .hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common {
        font-size:var(--hofDateSelectFilterMobileFontSize)
    }
}

.hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterOptions__Av4Co4Bg__platform-common {
    margin-right: 0
}

.hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterOption__8GI3FdMi__platform-common {
    height: var(--hofDateSelectFilterMobileHeight);
    line-height: 24px;
    min-width: auto;
    padding: 0 12px 0 24px;
    display: flex;
    align-items: center
}

.hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterOption__8GI3FdMi__platform-common:first-of-type {
    border-bottom-left-radius: 14px;
    border-top-left-radius: 14px
}

.hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterOption__8GI3FdMi__platform-common:last-of-type {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterOption__8GI3FdMi__platform-common .hof-date-select-module_filterOptionDot__8HsJanmR__platform-common {
    height: 12px;
    left: 8px;
    top: calc(50% - 6px);
    width: 12px
}

.hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterDate__4ur6V9md__platform-common {
    border: solid var(--hofFilterElements);
    border-radius: 0 14px 14px 0;
    border-width: 2px 2px 2px 0;
    flex: 1 0 auto;
    padding: 0 3px
}

.hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterDateArrow__3zzFKzan__platform-common {
    font-size: 7px;
    height: 18px;
    padding: 0 0 0 1px;
    width: 18px
}

@media screen and (max-width: 460px) {
    .hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterDateArrow__3zzFKzan__platform-common {
        display:none
    }
}

.hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterDateCalendar__iZvVxgVl__platform-common {
    background: transparent;
    border-radius: 0;
    height: 24px;
    margin: 0 8px;
    padding: 0 0 0 20px
}

.hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterDateCalendar__iZvVxgVl__platform-common .svg-icon {
    color: var(--white);
    font-size: 12px;
    left: 0;
    opacity: var(--hofDateSelectIconsOpacity);
    position: absolute;
    top: 5px
}

.hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterDateCalendar__iZvVxgVl__platform-common .my-date-input {
    width: 70px
}

.hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterDateCalendar__iZvVxgVl__platform-common .react-datepicker__input-container input,.hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterDateCalendar__iZvVxgVl__platform-common .react-datepicker__input-container input:focus {
    background: transparent;
    border: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    color: var(--white);
    height: 24px;
    line-height: 1;
    min-height: auto;
    padding: 0;
    width: 100%
}

@media screen and (max-width: 460px) {
    .hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterDateCalendar__iZvVxgVl__platform-common .svg-icon {
        top:6px
    }

    .hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterDateCalendar__iZvVxgVl__platform-common .my-date-input {
        width: 60px
    }

    .hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterDateCalendar__iZvVxgVl__platform-common .react-datepicker__input-container input {
        font-size: var(--hofDateSelectFilterMobileFontSize)
    }
}

@media screen and (max-width: 460px) {
    .hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterOption__8GI3FdMi__platform-common {
        padding:0 12px
    }

    .hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterOption__8GI3FdMi__platform-common .hof-date-select-module_filterOptionDot__8HsJanmR__platform-common {
        display: none
    }

    .hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterOption__8GI3FdMi__platform-common:not(.hof-date-select-module_filterOptionSelected__KpIF1LFO__platform-common) .hof-date-select-module_filterOptionLabel__lx9MDG0w__platform-common {
        color: var(--hofFilterInactiveColor)
    }

    .hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterDateArrow__3zzFKzan__platform-common {
        display: none
    }

    .hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterDateCalendar__iZvVxgVl__platform-common {
        margin: var(--hofDateCalendarMarginMobile)
    }
}

.hof-casino-top-winners-module_topWinners__Ohjc6Z7y__platform-common {
    background: var(--white);
    border-radius: 0 0 5px 5px;
    overflow: hidden
}

.hof-casino-top-winners-module_filter__NCIBezTH__platform-common {
    position: absolute;
    right: 20px;
    top: 12px
}

.hof-casino-top-winners-module_tableWrapper__jD-AUIh-__platform-common {
    background: var(--white);
    border-radius: 0 0 5px 5px;
    min-height: 200px;
    position: relative
}

.hof-casino-top-winners-module_loaderWrapper__ybj3tMb1__platform-common {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: visibility .15s ease,opacity .15s ease;
    visibility: hidden
}

.hof-casino-top-winners-module_loaderWrapper__ybj3tMb1__platform-common.hof-casino-top-winners-module_visible__7E-xWOup__platform-common {
    opacity: 1;
    visibility: visible
}

.hof-casino-top-winners-module_table__Wd4CFLvd__platform-common {
    color: var(--headerBackground);
    width: 100%
}

@media screen and (max-width: 767px) {
    .hof-casino-top-winners-module_table__Wd4CFLvd__platform-common {
        font-size:12px
    }
}

@media screen and (max-width: 459px) {
    .hof-casino-top-winners-module_table__Wd4CFLvd__platform-common {
        font-size:10px
    }
}

.hof-casino-top-winners-module_table__Wd4CFLvd__platform-common td {
    vertical-align: center
}

.hof-casino-top-winners-module_table__Wd4CFLvd__platform-common td:first-of-type .hof-casino-top-winners-module_tableCell__7zvMwB-D__platform-common {
    padding-left: 20px
}

.hof-casino-top-winners-module_table__Wd4CFLvd__platform-common td:last-of-type .hof-casino-top-winners-module_tableCell__7zvMwB-D__platform-common {
    padding-right: 20px
}

.hof-casino-top-winners-module_table__Wd4CFLvd__platform-common .hof-casino-top-winners-module_tableCell__7zvMwB-D__platform-common {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    min-height: 40px;
    padding: 8px 10px;
    text-align: left
}

.hof-casino-top-winners-module_table__Wd4CFLvd__platform-common .hof-casino-top-winners-module_tableCell__7zvMwB-D__platform-common.hof-casino-top-winners-module_tableCellPlace__jxDy1R9c__platform-common {
    justify-content: center;
    max-width: 55px;
    text-align: center
}

.hof-casino-top-winners-module_table__Wd4CFLvd__platform-common thead tr {
    background: var(--eventHeadingBackground)
}

.hof-casino-top-winners-module_table__Wd4CFLvd__platform-common thead .hof-casino-top-winners-module_tableCell__7zvMwB-D__platform-common {
    font-weight: 700;
    min-height: var(--hofCasinoTopWinnersTheadHeight)
}

.hof-casino-top-winners-module_table__Wd4CFLvd__platform-common tbody tr {
    background: var(--hofTableRowBg)
}

.hof-casino-top-winners-module_table__Wd4CFLvd__platform-common tbody td {
    border-top: 1px solid var(--hofCasinoTopWinnersBorderColor)
}

.hof-casino-top-winners-module_table__Wd4CFLvd__platform-common.hof-casino-top-winners-module_tableWithBet__16K62Nyj__platform-common .hof-casino-top-winners-module_tableColPlace__HI2GyGA7__platform-common {
    width: 10%
}

.hof-casino-top-winners-module_table__Wd4CFLvd__platform-common.hof-casino-top-winners-module_tableWithBet__16K62Nyj__platform-common .hof-casino-top-winners-module_tableColGame__oqwVjVl3__platform-common {
    width: 32%
}

.hof-casino-top-winners-module_table__Wd4CFLvd__platform-common.hof-casino-top-winners-module_tableWithBet__16K62Nyj__platform-common .hof-casino-top-winners-module_tableColName__9FgwmKsN__platform-common {
    width: 22%
}

.hof-casino-top-winners-module_table__Wd4CFLvd__platform-common.hof-casino-top-winners-module_tableWithBet__16K62Nyj__platform-common .hof-casino-top-winners-module_tableColBet__ywcInLOC__platform-common,.hof-casino-top-winners-module_table__Wd4CFLvd__platform-common.hof-casino-top-winners-module_tableWithBet__16K62Nyj__platform-common .hof-casino-top-winners-module_tableColPrize__CsveDLbm__platform-common {
    width: 18%
}

.hof-casino-top-winners-module_tableColPlace__HI2GyGA7__platform-common {
    width: 15%
}

.hof-casino-top-winners-module_tableColGame__oqwVjVl3__platform-common {
    width: 38%
}

.hof-casino-top-winners-module_tableColName__9FgwmKsN__platform-common {
    width: 28%
}

.hof-casino-top-winners-module_tableColPrize__CsveDLbm__platform-common {
    width: 19%
}

.hof-casino-top-winners-module_gameLink__3F-ashtS__platform-common {
    align-items: center;
    display: flex
}

.hof-casino-top-winners-module_gameLink__3F-ashtS__platform-common img {
    border-radius: 50%;
    display: block;
    height: 40px;
    margin-right: 15px;
    width: 40px
}

.hof-casino-top-winners-module_gameLinkText__ikLezbQ6__platform-common {
    width: calc(100% - 55px)
}

.hof-casino-top-winners-module_notFound__TXfxfVPw__platform-common {
    font-weight: 500;
    min-height: 200px;
    padding: 20px;
    position: relative;
    text-align: center
}

.hof-casino-top-winners-module_notFound__TXfxfVPw__platform-common .app-loader {
    left: 0;
    top: 0
}

.hof-casino-top-winners-module_topWinners__Ohjc6Z7y__platform-common.hof-casino-top-winners-module_topWinnersMobile__vHXy1RV8__platform-common {
    padding: var(--hofCasinoTopWinnerPaddingContainerMobile);
    background: var(--hofCasinoTopWinnerContainerBgMobile);
    border-radius: 0
}

.hof-casino-top-winners-module_topWinners__Ohjc6Z7y__platform-common.hof-casino-top-winners-module_topWinnersMobile__vHXy1RV8__platform-common .hof-casino-top-winners-module_filter__NCIBezTH__platform-common {
    left: 5px;
    right: 5px;
    top: 40px;
    z-index: 1
}

.hof-casino-top-winners-module_topWinners__Ohjc6Z7y__platform-common.hof-casino-top-winners-module_topWinnersMobile__vHXy1RV8__platform-common .hof-casino-top-winners-module_loaderWrapper__ybj3tMb1__platform-common {
    top: 15px
}

.hof-casino-top-winners-module_topWinners__Ohjc6Z7y__platform-common.hof-casino-top-winners-module_topWinnersMobile__vHXy1RV8__platform-common .hof-casino-top-winners-module_tableWrapper__jD-AUIh-__platform-common {
    background: var(--hofCasinoTopWinnersTableHeaderBgMobile);
    padding: var(--hofCasinoTopWinnersTableHeaderPaddingMobile);
    margin: var(--hofCasinoTopWinnersTableHeaderMarginMobile);
    border-radius: var(--hofCasinoTopWinnersTableHeaderBorderRadiusMobile)
}

.hof-casino-top-winners-module_topWinners__Ohjc6Z7y__platform-common.hof-casino-top-winners-module_topWinnersMobile__vHXy1RV8__platform-common .hof-casino-top-winners-module_table__Wd4CFLvd__platform-common td:first-of-type .hof-casino-top-winners-module_tableCell__7zvMwB-D__platform-common {
    padding-left: 10px
}

.hof-casino-top-winners-module_topWinners__Ohjc6Z7y__platform-common.hof-casino-top-winners-module_topWinnersMobile__vHXy1RV8__platform-common .hof-casino-top-winners-module_table__Wd4CFLvd__platform-common td:last-of-type .hof-casino-top-winners-module_tableCell__7zvMwB-D__platform-common {
    padding-right: 10px
}

.hof-casino-top-winners-module_topWinners__Ohjc6Z7y__platform-common.hof-casino-top-winners-module_topWinnersMobile__vHXy1RV8__platform-common .hof-casino-top-winners-module_table__Wd4CFLvd__platform-common .hof-casino-top-winners-module_tableCell__7zvMwB-D__platform-common {
    min-height: 38px;
    padding: 5px
}

.hof-casino-top-winners-module_topWinners__Ohjc6Z7y__platform-common.hof-casino-top-winners-module_topWinnersMobile__vHXy1RV8__platform-common .hof-casino-top-winners-module_table__Wd4CFLvd__platform-common .hof-casino-top-winners-module_tableCell__7zvMwB-D__platform-common.hof-casino-top-winners-module_tableCellPlace__jxDy1R9c__platform-common {
    max-width: 28px
}

.hof-casino-top-winners-module_topWinners__Ohjc6Z7y__platform-common.hof-casino-top-winners-module_topWinnersMobile__vHXy1RV8__platform-common .hof-casino-top-winners-module_table__Wd4CFLvd__platform-common thead tr {
    background: none
}

.hof-casino-top-winners-module_topWinners__Ohjc6Z7y__platform-common.hof-casino-top-winners-module_topWinnersMobile__vHXy1RV8__platform-common .hof-casino-top-winners-module_table__Wd4CFLvd__platform-common thead .hof-casino-top-winners-module_tableCell__7zvMwB-D__platform-common {
    min-height: var(--hofCasinoTopWinnersTableHeadingMinHeightMobile);
    padding-top: var(--hofCasinoTopWinnersTableHeadingPaddingTopMobile);
    font-weight: var(--hofCasinoTopWinnersTableHeadingFontSizeMobile)
}

.hof-casino-top-winners-module_topWinners__Ohjc6Z7y__platform-common.hof-casino-top-winners-module_topWinnersMobile__vHXy1RV8__platform-common .hof-casino-top-winners-module_gameLink__3F-ashtS__platform-common img {
    height: 26px;
    margin-right: 8px;
    width: 26px
}

.hof-casino-top-winners-module_topWinners__Ohjc6Z7y__platform-common.hof-casino-top-winners-module_topWinnersMobile__vHXy1RV8__platform-common .hof-casino-top-winners-module_gameLinkText__ikLezbQ6__platform-common {
    width: calc(100% - 34px)
}

.hof-casino-top-winners-module_topWinners__Ohjc6Z7y__platform-common.hof-casino-top-winners-module_topWinnersMobile__vHXy1RV8__platform-common .hof-casino-top-winners-module_notFound__TXfxfVPw__platform-common {
    font-size: 12px
}

.hof-casino-latest-winners-module_winners__K2mxARlI__platform-common {
    position: relative
}

.hof-casino-latest-winners-module_winnersInner__NpBQAiai__platform-common {
    background: var(--casinoLatestWinnersBg);
    border-radius: 0 0 5px 5px;
    display: flex;
    flex-wrap: wrap;
    padding: var(--hofCasinoLatestWinnerPaddingVertical) var(--hofCasinoLatestWinnerPaddingHorizontal);
    position: relative;
    z-index: 2
}

.hof-casino-latest-winners-module_winnerWrapper__8TTTxM3p__platform-common {
    padding: 3px 6px;
    width: 33.3333%
}

.hof-casino-latest-winners-module_winner__YIlKqVjv__platform-common {
    align-items: center;
    background: var(--casinoLatestWinnerBg);
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 100%;
    line-height: 1.3;
    padding: 5px
}

.hof-casino-latest-winners-module_gameImage__3oRQlgY7__platform-common img {
    border-radius: 3px;
    display: block;
    height: 60px;
    width: 60px
}

.hof-casino-latest-winners-module_info__HX1nsyIL__platform-common {
    color: var(--casinoLatestWinner);
    margin-left: 14px;
    width: calc(100% - 74px)
}

.hof-casino-latest-winners-module_info__HX1nsyIL__platform-common>div {
    width: 100%
}

.hof-casino-latest-winners-module_amount__Vfa-A4x-__platform-common {
    color: var(--white);
    font-weight: 700
}

.hof-casino-latest-winners-module_gameName__guQO1nXU__platform-common span {
    color: var(-hofCasinoLatestWinnerAccent)
}

.hof-casino-latest-winners-module_winners__K2mxARlI__platform-common.hof-casino-latest-winners-module_winnersMobile__pCVpo-Tz__platform-common .hof-casino-latest-winners-module_winnersInner__NpBQAiai__platform-common {
    border-radius: 0 0 var(--hofCasinoLatestWinnerBorderRadius) var(--hofCasinoLatestWinnerBorderRadius);
    padding: 8px
}

.hof-casino-latest-winners-module_winners__K2mxARlI__platform-common.hof-casino-latest-winners-module_winnersMobile__pCVpo-Tz__platform-common .hof-casino-latest-winners-module_winnerWrapper__8TTTxM3p__platform-common {
    padding: 2px;
    width: 50%
}

.hof-casino-latest-winners-module_winners__K2mxARlI__platform-common.hof-casino-latest-winners-module_winnersMobile__pCVpo-Tz__platform-common .hof-casino-latest-winners-module_winner__YIlKqVjv__platform-common {
    font-size: 12px;
    line-height: 1.1
}

@media screen and (max-width: 460px) {
    .hof-casino-latest-winners-module_winners__K2mxARlI__platform-common.hof-casino-latest-winners-module_winnersMobile__pCVpo-Tz__platform-common .hof-casino-latest-winners-module_winner__YIlKqVjv__platform-common {
        font-size:10px
    }
}

.hof-casino-latest-winners-module_winners__K2mxARlI__platform-common.hof-casino-latest-winners-module_winnersMobile__pCVpo-Tz__platform-common .hof-casino-latest-winners-module_gameImage__3oRQlgY7__platform-common img {
    height: 42px;
    width: 42px
}

.hof-casino-latest-winners-module_winners__K2mxARlI__platform-common.hof-casino-latest-winners-module_winnersMobile__pCVpo-Tz__platform-common .hof-casino-latest-winners-module_info__HX1nsyIL__platform-common {
    margin-left: 8px;
    width: calc(100% - 50px)
}

.hof-sport-top-winner-module_winner__GBXx-Hc2__platform-common {
    background: var(--white);
    border-bottom: 1px solid var(--hofSportBorder);
    color: var(--mainColor)
}

.hof-sport-top-winner-module_winner__GBXx-Hc2__platform-common:not(.hof-sport-top-winner-module_isMobile__sdfsP78R__platform-common).hof-sport-top-winner-module_winnerExpanded__U6a-BgFA__platform-common {
    background: var(--hofSportWinnerBetsBg)
}

.hof-sport-top-winner-module_winner__GBXx-Hc2__platform-common.hof-sport-top-winner-module_isMobile__sdfsP78R__platform-common {
    border-radius: 5px;
    box-shadow: 0 0 8px #0000001a;
    margin-bottom: 12px
}

.hof-sport-top-winner-module_winnerInfo__GJfYTwuK__platform-common {
    display: flex;
    min-height: 70px;
    padding: 12px;
    width: 100%
}

.hof-sport-top-winner-module_winnerInfo__GJfYTwuK__platform-common .hof-sport-top-winner-module_infoCol__oYmKKOvK__platform-common {
    padding-right: 30px;
    width: 30%
}

.hof-sport-top-winner-module_winnerInfo__GJfYTwuK__platform-common .hof-sport-top-winner-module_oddsCol__mwFV0Raf__platform-common,.hof-sport-top-winner-module_winnerInfo__GJfYTwuK__platform-common .hof-sport-top-winner-module_stakeCol__v76x8QBH__platform-common {
    padding-right: 30px;
    width: 22%
}

.hof-sport-top-winner-module_winnerInfo__GJfYTwuK__platform-common .hof-sport-top-winner-module_betslipCol__q3i-E2gn__platform-common {
    width: 20%
}

.hof-sport-top-winner-module_winnerInfo__GJfYTwuK__platform-common .hof-sport-top-winner-module_arrowCol__3a3rq2xp__platform-common {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex: 1 0 auto;
    justify-content: center;
    padding: 0
}

.hof-sport-top-winner-module_header__NLHjOV-O__platform-common {
    align-items: center;
    display: flex
}

.hof-sport-top-winner-module_infoCol__oYmKKOvK__platform-common {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.hof-sport-top-winner-module_infoCol__oYmKKOvK__platform-common .hof-sport-top-winner-module_infoColTitle__xr-Yk2UP__platform-common {
    align-items: center;
    display: flex
}

.hof-sport-top-winner-module_infoCol__oYmKKOvK__platform-common .hof-sport-top-winner-module_infoColTitle__xr-Yk2UP__platform-common .hof-sport-top-winner-module_text__e7FaQO-c__platform-common {
    font-weight: 500;
    margin-right: 8px
}

.hof-sport-top-winner-module_infoCol__oYmKKOvK__platform-common .hof-sport-top-winner-module_infoColTitle__xr-Yk2UP__platform-common .hof-sport-top-winner-module_amount__6ZpyJsyp__platform-common {
    color: rgb(var(--hofSportStatusWinRgb));
    font-weight: 700
}

.hof-sport-top-winner-module_infoCol__oYmKKOvK__platform-common .hof-sport-top-winner-module_infoColType__jboUtNhD__platform-common {
    opacity: .5
}

.hof-sport-top-winner-module_stat__yeYvdKsg__platform-common {
    border: 1px solid;
    border-radius: 5px;
    height: 100%;
    position: relative
}

.hof-sport-top-winner-module_stat__yeYvdKsg__platform-common .hof-sport-top-winner-module_statLabel__Eu9w-w03__platform-common {
    font-size: 11px;
    left: 8px;
    position: absolute;
    top: 6px
}

.hof-sport-top-winner-module_stat__yeYvdKsg__platform-common .hof-sport-top-winner-module_statValue__uo9axtJH__platform-common {
    display: flex;
    white-space: nowrap;
    direction: rtl;
    bottom: 4px;
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    right: 8px
}

.hof-sport-top-winner-module_stat__yeYvdKsg__platform-common .hof-sport-top-winner-module_statValue__uo9axtJH__platform-common span:first-child {
    padding-left: 5px
}

.hof-sport-top-winner-module_stat__yeYvdKsg__platform-common .hof-sport-top-winner-module_rtl__-5N0y4Cp__platform-common {
    display: flex;
    flex-direction: row-reverse
}

.hof-sport-top-winner-module_stat__yeYvdKsg__platform-common.hof-sport-top-winner-module_odds__s1IZwplv__platform-common {
    background: rgba(var(--hofSportStatusWinRgb),.1);
    border-color: rgb(var(--hofSportStatusWinRgb))
}

.hof-sport-top-winner-module_stat__yeYvdKsg__platform-common.hof-sport-top-winner-module_odds__s1IZwplv__platform-common .hof-sport-top-winner-module_statLabel__Eu9w-w03__platform-common {
    color: var(--hofSportStatusWinRgb)
}

.hof-sport-top-winner-module_stat__yeYvdKsg__platform-common.hof-sport-top-winner-module_odds__s1IZwplv__platform-common .hof-sport-top-winner-module_statValue__uo9axtJH__platform-common {
    color: rgb(var(--hofSportStatusWinRgb))
}

.hof-sport-top-winner-module_stat__yeYvdKsg__platform-common.hof-sport-top-winner-module_stake__WN22hKjO__platform-common {
    background: var(--white);
    border-color: var(--hofSportBorder)
}

.hof-sport-top-winner-module_stat__yeYvdKsg__platform-common.hof-sport-top-winner-module_stake__WN22hKjO__platform-common .hof-sport-top-winner-module_statLabel__Eu9w-w03__platform-common {
    opacity: .7
}

.hof-sport-top-winner-module_betslipCol__q3i-E2gn__platform-common {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.hof-sport-top-winner-module_betslipCol__q3i-E2gn__platform-common .hof-sport-top-winner-module_betslipTitle__TIQvP9sW__platform-common {
    font-size: 12px;
    opacity: .7
}

.hof-sport-top-winner-module_betslipCol__q3i-E2gn__platform-common .hof-sport-top-winner-module_betslipValue__AMkf7RkP__platform-common {
    font-size: 16px;
    font-weight: 700
}

.hof-sport-top-winner-module_arrow__grLCxAJj__platform-common {
    font-size: var(--hofSportTopWinnerArrowSize);
    transform: rotate(90deg);
    color: var(--hofSportTopWinnerArrowColor)
}

.hof-sport-top-winner-module_arrow__grLCxAJj__platform-common.hof-sport-top-winner-module_arrowActive__phtmCWxv__platform-common {
    transform: rotate(-90deg)
}

.hof-sport-top-winner-module_winnersBets__I8HdrZ50__platform-common {
    background: var(--hofSportWinnerBetsBg);
    border-top: 1px solid var(--hofSportBorder);
    padding: 12px 6px;
    width: 100%
}

.hof-sport-top-winner-module_winnersBets__I8HdrZ50__platform-common .horizontal-menu .menu-wrapper {
    width: 100%
}

.hof-sport-top-winner-module_winnersBets__I8HdrZ50__platform-common .horizontal-menu .menu-wrapper--inner {
    display: flex;
    flex-wrap: nowrap;
    width: auto
}

.hof-sport-top-winner-module_isMobile__sdfsP78R__platform-common .hof-sport-top-winner-module_winnerInfo__GJfYTwuK__platform-common {
    flex-wrap: wrap
}

.hof-sport-top-winner-module_isMobile__sdfsP78R__platform-common .hof-sport-top-winner-module_winnerInfo__GJfYTwuK__platform-common .hof-sport-top-winner-module_infoCol__oYmKKOvK__platform-common {
    padding: 0 0 12px;
    width: 100%
}

.hof-sport-top-winner-module_isMobile__sdfsP78R__platform-common .hof-sport-top-winner-module_winnerInfo__GJfYTwuK__platform-common .hof-sport-top-winner-module_oddsCol__mwFV0Raf__platform-common {
    height: 55px;
    padding: 0 6px 12px 0;
    width: 50%
}

.hof-sport-top-winner-module_isMobile__sdfsP78R__platform-common .hof-sport-top-winner-module_winnerInfo__GJfYTwuK__platform-common .hof-sport-top-winner-module_stakeCol__v76x8QBH__platform-common {
    height: 55px;
    padding: 0 0 12px 6px;
    width: 50%
}

.hof-sport-top-winner-module_isMobile__sdfsP78R__platform-common .hof-sport-top-winner-module_winnerInfo__GJfYTwuK__platform-common .hof-sport-top-winner-module_betslipCol__q3i-E2gn__platform-common {
    flex: 1 0 auto;
    margin-right: 12px;
    width: auto
}

.hof-sport-top-winner-module_isMobile__sdfsP78R__platform-common .hof-sport-top-winner-module_winnerInfo__GJfYTwuK__platform-common .hof-sport-top-winner-module_arrowCol__3a3rq2xp__platform-common {
    flex: 0 0 auto
}

.hof-sport-top-winner-module_isMobile__sdfsP78R__platform-common .hof-sport-top-winner-module_infoCol__oYmKKOvK__platform-common {
    align-items: center;
    flex-direction: row;
    justify-content: space-between
}

.hof-sport-top-winner-module_isMobile__sdfsP78R__platform-common .hof-sport-top-winner-module_infoCol__oYmKKOvK__platform-common .hof-sport-top-winner-module_infoColTitle__xr-Yk2UP__platform-common {
    font-size: 14px
}

.hof-sport-top-winner-module_isMobile__sdfsP78R__platform-common .hof-sport-top-winner-module_stat__yeYvdKsg__platform-common .hof-sport-top-winner-module_statLabel__Eu9w-w03__platform-common {
    top: 4px
}

.hof-sport-top-winner-module_isMobile__sdfsP78R__platform-common .hof-sport-top-winner-module_stat__yeYvdKsg__platform-common .hof-sport-top-winner-module_statValue__uo9axtJH__platform-common {
    bottom: 2px
}

.hof-sport-top-winner-module_isMobile__sdfsP78R__platform-common .hof-sport-top-winner-module_betslipCol__q3i-E2gn__platform-common {
    align-items: center;
    flex-direction: row;
    justify-content: flex-start
}

.hof-sport-top-winner-module_isMobile__sdfsP78R__platform-common .hof-sport-top-winner-module_betslipCol__q3i-E2gn__platform-common .hof-sport-top-winner-module_betslipTitle__TIQvP9sW__platform-common {
    margin-right: 10px;
    opacity: .7
}

.hof-sport-top-winner-module_isMobile__sdfsP78R__platform-common .hof-sport-top-winner-module_winnersBets__I8HdrZ50__platform-common {
    padding: 8px 4px
}

@media screen and (max-width: 460px) {
    .hof-sport-top-winner-module_isMobile__sdfsP78R__platform-common .hof-sport-top-winner-module_winnerInfo__GJfYTwuK__platform-common {
        padding:12px 8px
    }
}

.hof-sport-top-winner-bet-module_betWrapper__k0MGLdCS__platform-common {
    padding: 0 6px;
    width: 380px
}

.hof-sport-top-winner-bet-module_betWrapper__k0MGLdCS__platform-common.hof-sport-top-winner-bet-module_isMobile__ItU6fBD1__platform-common {
    padding: 0 4px;
    width: 280px
}

.hof-sport-top-winner-bet-module_bet__WhVwhf11__platform-common {
    background: var(--white);
    border-radius: 5px;
    font-size: 14px;
    padding: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.hof-sport-top-winner-bet-module_sportLine__piMDYFRR__platform-common {
    align-items: center;
    display: flex;
    margin-bottom: 15px
}

.hof-sport-top-winner-bet-module_sportIcon__tfTDsfQS__platform-common {
    flex: 0 0 20px;
    height: 20px;
    margin-right: 5px;
    min-width: 20px;
    width: 20px
}

.hof-sport-top-winner-bet-module_sportIcon__tfTDsfQS__platform-common img {
    display: block;
    width: 100%
}

.hof-sport-top-winner-bet-module_leagueIcon__B5xIlocF__platform-common {
    margin-right: 5px
}

.hof-sport-top-winner-bet-module_leagueName__Wcgh7rM3__platform-common {
    flex: 1 0 auto;
    font-size: 12px;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-word
}

.hof-sport-top-winner-bet-module_gameLine__V9bYiLYW__platform-common {
    margin-bottom: 15px
}

.hof-sport-top-winner-bet-module_gameTeamName__fAWnT5Yg__platform-common {
    padding: 5px 15px 5px 0
}

.hof-sport-top-winner-bet-module_gameTeamScore__A23b-thG__platform-common {
    position: relative;
    text-align: center;
    vertical-align: middle
}

.hof-sport-top-winner-bet-module_gameTeamScore__A23b-thG__platform-common span {
    display: block;
    font-weight: 700;
    min-width: 24px;
    padding: 0 5px;
    position: relative;
    z-index: 2
}

.hof-sport-top-winner-bet-module_gameTeamScore__A23b-thG__platform-common:before {
    background: var(--hofSportBorder);
    border-radius: 4px 4px 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.hof-sport-top-winner-bet-module_gameTeam__cjZ7Me5o__platform-common.hof-sport-top-winner-bet-module_gameTeamSecond__3wHb7QQE__platform-common td {
    border-top: 1px solid transparent
}

.hof-sport-top-winner-bet-module_gameTeam__cjZ7Me5o__platform-common.hof-sport-top-winner-bet-module_gameTeamSecond__3wHb7QQE__platform-common .hof-sport-top-winner-bet-module_gameTeamSolo__fMVh3t3g__platform-common:before {
    border-radius: 4px
}

.hof-sport-top-winner-bet-module_gameTeam__cjZ7Me5o__platform-common.hof-sport-top-winner-bet-module_gameTeamSecond__3wHb7QQE__platform-common .hof-sport-top-winner-bet-module_gameTeamScore__A23b-thG__platform-common:before {
    border-radius: 0 0 4px 4px
}

.hof-sport-top-winner-bet-module_marketLine__sKwOIn0o__platform-common {
    margin-bottom: 6px;
    opacity: .5
}

.hof-sport-top-winner-bet-module_resultLine__sp2UKgW1__platform-common {
    align-items: stretch;
    border-radius: 5px 6px 6px 5px;
    box-shadow: inset 0 0 0 1px var(--hofSportBorder);
    display: flex
}

.hof-sport-top-winner-bet-module_resultOutcome__WPpYdDw2__platform-common {
    align-items: center;
    color: rgb(var(--hofSportStatusWinSecondaryRgb));
    display: flex;
    flex: 5 0 40%;
    flex-wrap: wrap;
    padding: 7px 8px;
    white-space: normal
}

.hof-sport-top-winner-bet-module_resultOdd__k6gRP65B__platform-common {
    align-items: center;
    display: flex;
    flex: 1 0 auto;
    font-weight: 700;
    justify-content: flex-end;
    padding: 7px 8px
}

.hof-sport-top-winner-bet-module_resultStatus__weOtZxXD__platform-common {
    align-items: center;
    background: rgba(var(--hofSportStatusWinSecondaryRgb),.1);
    border: 1px solid rgb(var(--hofSportStatusWinSecondaryRgb));
    border-radius: 0 5px 5px 0;
    display: flex;
    flex: 1 0 auto;
    justify-content: center;
    padding: 7px 8px;
    position: relative;
    text-align: center;
    z-index: 2
}

.hof-sport-top-winner-bet-module_resultStatus__weOtZxXD__platform-common.hof-sport-top-winner-bet-module_notWin__PGLBc5RT__platform-common {
    background: rgba(var(--hofSportStatusNotWinRgb),.1);
    border: 1px solid rgb(var(--hofSportStatusNotWinRgb))
}

.hof-sport-top-winner-bet-module_isMobile__ItU6fBD1__platform-common .hof-sport-top-winner-bet-module_bet__WhVwhf11__platform-common {
    font-size: 12px;
    padding: 12px 8px
}

.hof-sport-top-winner-bet-module_isMobile__ItU6fBD1__platform-common .hof-sport-top-winner-bet-module_sportLine__piMDYFRR__platform-common,.hof-sport-top-winner-bet-module_isMobile__ItU6fBD1__platform-common .hof-sport-top-winner-bet-module_gameLine__V9bYiLYW__platform-common {
    margin-bottom: 8px
}

.hof-sport-top-winner-bet-module_isMobile__ItU6fBD1__platform-common .hof-sport-top-winner-bet-module_gameTeamName__fAWnT5Yg__platform-common {
    padding: 3px 12px 2px 0
}

.hof-sport-top-winner-bet-module_isMobile__ItU6fBD1__platform-common .hof-sport-top-winner-bet-module_marketLine__sKwOIn0o__platform-common {
    margin-bottom: 4px
}

.glow-background-module_firefly__6uF7owsR__platform-common {
    position: relative;
    top: 200px;
    width: .25vw;
    height: .25vw;
    pointer-events: none
}

.glow-background-module_firefly__6uF7owsR__platform-common:before,.glow-background-module_firefly__6uF7owsR__platform-common:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.glow-background-module_firefly__6uF7owsR__platform-common:before {
    background: #ffffff80;
    opacity: .4
}

.glow-background-module_firefly__6uF7owsR__platform-common:after {
    background: #ffffff80;
    opacity: .5;
    box-shadow: 0 0 #ff0;
    animation: glow-background-module_flash__oATnikvb__platform-common .1s ease infinite
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(1) {
    transform: translate(143px) translateY(-47px) scale(.53)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(1):before {
    animation-duration: 10s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(1):after {
    animation-duration: 10s,3977ms;
    animation-delay: 0ms,4628ms
}

@keyframes glow-background-module_move1__ThdKUiNq__platform-common {
    0% {
        transform: translate(-35px) translateY(-117px) scale(.79)
    }

    5.5555555556% {
        transform: translate(-4px) translateY(21px) scale(.81)
    }

    9.5238095238% {
        transform: translate(79px) translateY(-136px) scale(.94)
    }

    14.2857142857% {
        transform: translate(22px) translateY(-87px) scale(.47)
    }

    21.0526315789% {
        transform: translate(168px) translateY(11px) scale(.54)
    }

    29.4117647059% {
        transform: translate(121px) translateY(-145px) scale(.93)
    }

    25% {
        transform: translate(28px) translateY(-17px) scale(.42)
    }

    35% {
        transform: translate(218px) translateY(-125px) scale(.83)
    }

    47.0588235294% {
        transform: translate(98px) translateY(25px) scale(.56)
    }

    37.5% {
        transform: translate(229px) translateY(28px) scale(.8)
    }

    58.8235294118% {
        transform: translate(96px) translateY(-12px) scale(.84)
    }

    42.3076923077% {
        transform: translate(188px) translateY(-101px) scale(.54)
    }

    57.1428571429% {
        transform: translate(246px) translateY(3px) scale(.93)
    }

    50% {
        transform: translate(-33px) translateY(-138px) scale(.82)
    }

    70% {
        transform: translate(-40px) translateY(-113px) scale(.26)
    }

    83.3333333333% {
        transform: translate(-19px) translateY(-123px) scale(.45)
    }

    84.2105263158% {
        transform: translate(-27px) translateY(34px) scale(.32)
    }

    73.9130434783% {
        transform: translate(97px) translateY(-117px) scale(.84)
    }

    66.6666666667% {
        transform: translate(87px) translateY(-37px) scale(.32)
    }

    73.0769230769% {
        transform: translate(216px) translateY(2px) scale(.71)
    }

    74.0740740741% {
        transform: translate(156px) translateY(46px) scale(.39)
    }

    95.4545454545% {
        transform: translate(-44px) translateY(-65px) scale(.98)
    }

    81.4814814815% {
        transform: translate(36px) translateY(-74px) scale(.8)
    }

    109.5238095238% {
        transform: translate(97px) translateY(-37px) scale(.57)
    }

    120% {
        transform: translate(80px) translateY(-84px) scale(.49)
    }

    to {
        transform: translate(80px) translateY(-131px) scale(.52)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(2) {
    transform: translate(276px) translateY(26px) scale(.57)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(2):before {
    animation-duration: 11s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(2):after {
    animation-duration: 11s,4194ms;
    animation-delay: 0ms,4449ms
}

@keyframes glow-background-module_move2__1FMjf7iG__platform-common {
    0% {
        transform: translate(119px) translateY(-43px) scale(.9)
    }

    4.1666666667% {
        transform: translate(166px) translateY(-117px) scale(.67)
    }

    8.3333333333% {
        transform: translate(77px) translateY(27px) scale(.69)
    }

    13.0434782609% {
        transform: translate(100px) translateY(-21px) scale(.38)
    }

    23.5294117647% {
        transform: translate(243px) translateY(-139px) scale(.45)
    }

    29.4117647059% {
        transform: translate(10px) translateY(26px) scale(.43)
    }

    33.3333333333% {
        transform: translate(23px) translateY(-74px) scale(.39)
    }

    36.8421052632% {
        transform: translate(239px) translateY(-95px) scale(.86)
    }

    30.7692307692% {
        transform: translate(168px) translateY(-147px) scale(.82)
    }

    33.3333333333% {
        transform: translate(13px) translateY(-142px) scale(.37)
    }

    38.4615384615% {
        transform: translate(206px) translateY(-90px) scale(.27)
    }

    44% {
        transform: translate(73px) translateY(-89px) scale(.44)
    }

    52.1739130435% {
        transform: translate(132px) translateY(-34px) scale(.35)
    }

    56.5217391304% {
        transform: translate(242px) translateY(-33px) scale(.38)
    }

    66.6666666667% {
        transform: translate(78px) translateY(-1px) scale(.64)
    }

    78.9473684211% {
        transform: translate(-38px) translateY(-106px) scale(.73)
    }

    69.5652173913% {
        transform: translate(174px) translateY(-68px) scale(.27)
    }

    to {
        transform: translate(33px) translateY(-14px) scale(.62)
    }

    78.2608695652% {
        transform: translate(85px) translateY(38px) scale(.67)
    }

    105.5555555556% {
        transform: translate(-38px) translateY(24px) scale(.34)
    }

    111.1111111111% {
        transform: translate(189px) translateY(-133px) scale(.44)
    }

    110.5263157895% {
        transform: translate(32px) translateY(-109px) scale(.46)
    }

    122.2222222222% {
        transform: translate(94px) translateY(-22px) scale(.57)
    }

    88.4615384615% {
        transform: translate(62px) translateY(-105px) scale(.38)
    }

    85.7142857143% {
        transform: translate(-28px) translateY(-38px) scale(.79)
    }

    113.6363636364% {
        transform: translate(50px) translateY(-12px) scale(.49)
    }

    136.8421052632% {
        transform: translate(52px) translateY(-41px) scale(.37)
    }

    108% {
        transform: translate(246px) translateY(-84px) scale(.67)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(3) {
    transform: translate(-35px) translateY(-74px) scale(.28)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(3):before {
    animation-duration: 9s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(3):after {
    animation-duration: 9s,2218ms;
    animation-delay: 0ms,1027ms
}

@keyframes glow-background-module_move3__ky1j9ye6__platform-common {
    0% {
        transform: translate(185px) translateY(29px) scale(.9)
    }

    4.7619047619% {
        transform: translate(6px) translateY(-87px) scale(.72)
    }

    9.0909090909% {
        transform: translate(172px) translateY(-25px) scale(.46)
    }

    13.6363636364% {
        transform: translate(150px) translateY(28px) scale(.51)
    }

    18.1818181818% {
        transform: translate(180px) translateY(-129px) scale(.87)
    }

    18.5185185185% {
        transform: translate(199px) translateY(-93px) scale(.89)
    }

    25% {
        transform: translate(158px) translateY(-139px) scale(.31)
    }

    26.9230769231% {
        transform: translate(209px) translateY(45px) scale(.35)
    }

    32% {
        transform: translate(37px) translateY(-131px) scale(.51)
    }

    39.1304347826% {
        transform: translate(141px) translateY(-149px) scale(1)
    }

    43.4782608696% {
        transform: translate(103px) translateY(-121px) scale(.94)
    }

    52.380952381% {
        transform: translate(205px) translateY(-149px) scale(.46)
    }

    50% {
        transform: translate(35px) translateY(-117px) scale(.79)
    }

    48.1481481481% {
        transform: translate(128px) translateY(36px) scale(.59)
    }

    66.6666666667% {
        transform: translate(37px) translateY(-92px) scale(.39)
    }

    55.5555555556% {
        transform: translate(-29px) translateY(-104px) scale(.8)
    }

    94.1176470588% {
        transform: translate(149px) translateY(-36px) scale(.47)
    }

    to {
        transform: translate(-21px) translateY(-84px) scale(.59)
    }

    72% {
        transform: translate(-12px) translateY(-56px) scale(.69)
    }

    82.6086956522% {
        transform: translate(21px) translateY(-37px) scale(.66)
    }

    90.9090909091% {
        transform: translate(222px) translateY(-58px) scale(.48)
    }

    84% {
        transform: translate(239px) translateY(-103px) scale(.83)
    }

    110% {
        transform: translate(29px) translateY(-147px) scale(.7)
    }

    104.5454545455% {
        transform: translate(130px) translateY(-67px) scale(.84)
    }

    120% {
        transform: translate(171px) translateY(-140px) scale(.28)
    }

    96.1538461538% {
        transform: translate(200px) translateY(-90px) scale(.56)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(4) {
    transform: translate(14px) translateY(89px) scale(.54)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(4):before {
    animation-duration: 16s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(4):after {
    animation-duration: 16s,2697ms;
    animation-delay: 0ms,931ms
}

@keyframes glow-background-module_move4__g2qvspy6__platform-common {
    0% {
        transform: translate(-29px) translateY(-99px) scale(.49)
    }

    4.5454545455% {
        transform: translate(7px) translateY(28px) scale(.87)
    }

    7.6923076923% {
        transform: translate(19px) translateY(22px) scale(.8)
    }

    13.6363636364% {
        transform: translate(153px) translateY(36px) scale(.43)
    }

    19.0476190476% {
        transform: translate(55px) translateY(-8px) scale(.83)
    }

    23.8095238095% {
        transform: translate(-38px) translateY(-104px) scale(.32)
    }

    28.5714285714% {
        transform: translate(156px) translateY(-144px) scale(.66)
    }

    41.1764705882% {
        transform: translate(48px) translateY(4px) scale(.48)
    }

    44.4444444444% {
        transform: translate(241px) translateY(-117px) scale(.71)
    }

    50% {
        transform: translate(232px) translateY(-78px) scale(.98)
    }

    43.4782608696% {
        transform: translate(1px) translateY(-61px) scale(.38)
    }

    52.380952381% {
        transform: translate(181px) translateY(9px) scale(.45)
    }

    57.1428571429% {
        transform: translate(206px) translateY(23px) scale(.45)
    }

    68.4210526316% {
        transform: translate(146px) translateY(21px) scale(.76)
    }

    73.6842105263% {
        transform: translate(58px) translateY(19px) scale(.84)
    }

    62.5% {
        transform: translate(210px) translateY(27px) scale(.56)
    }

    61.5384615385% {
        transform: translate(244px) translateY(-44px) scale(.78)
    }

    60.7142857143% {
        transform: translate(199px) translateY(-5px) scale(.35)
    }

    105.8823529412% {
        transform: translate(221px) translateY(-146px) scale(.94)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(5) {
    transform: translate(194px) translateY(16px) scale(.29)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(5):before {
    animation-duration: 7s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(5):after {
    animation-duration: 7s,3618ms;
    animation-delay: 0ms,2044ms
}

@keyframes glow-background-module_move5__hPLn4G4U__platform-common {
    0% {
        transform: translate(103px) translateY(-132px) scale(.86)
    }

    5.5555555556% {
        transform: translate(217px) translateY(0) scale(.29)
    }

    10.5263157895% {
        transform: translate(139px) translateY(0) scale(.61)
    }

    13.0434782609% {
        transform: translate(-47px) translateY(-43px) scale(.59)
    }

    14.2857142857% {
        transform: translate(211px) translateY(-22px) scale(.73)
    }

    20.8333333333% {
        transform: translate(43px) translateY(-105px) scale(.59)
    }

    23.0769230769% {
        transform: translate(248px) translateY(11px) scale(1)
    }

    25% {
        transform: translate(200px) translateY(-75px) scale(.49)
    }

    42.1052631579% {
        transform: translate(-45px) translateY(-18px) scale(.28)
    }

    36% {
        transform: translate(25px) translateY(-147px) scale(.9)
    }

    52.6315789474% {
        transform: translate(121px) translateY(-13px) scale(.38)
    }

    44% {
        transform: translate(104px) translateY(-71px) scale(.57)
    }

    60% {
        transform: translate(191px) translateY(-94px) scale(.79)
    }

    68.4210526316% {
        transform: translate(72px) translateY(-81px) scale(.79)
    }

    66.6666666667% {
        transform: translate(15px) translateY(-24px) scale(.53)
    }

    88.2352941176% {
        transform: translate(40px) translateY(-117px) scale(.31)
    }

    64% {
        transform: translate(136px) translateY(-136px) scale(.62)
    }

    77.2727272727% {
        transform: translate(-5px) translateY(11px) scale(.34)
    }

    to {
        transform: translate(1px) translateY(31px) scale(.26)
    }

    70.3703703704% {
        transform: translate(129px) translateY(-22px) scale(.9)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(6) {
    transform: translate(396px) translateY(-121px) scale(.36)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(6):before {
    animation-duration: 12s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(6):after {
    animation-duration: 12s,4711ms;
    animation-delay: 0ms,3481ms
}

@keyframes glow-background-module_move6__YGrRK160__platform-common {
    0% {
        transform: translate(146px) translateY(-129px) scale(.79)
    }

    5.5555555556% {
        transform: translate(26px) translateY(-82px) scale(.61)
    }

    10% {
        transform: translate(53px) translateY(-90px) scale(.61)
    }

    11.5384615385% {
        transform: translate(-32px) translateY(-43px) scale(.95)
    }

    16.6666666667% {
        transform: translate(124px) translateY(-106px) scale(.28)
    }

    25% {
        transform: translate(-35px) translateY(36px) scale(.74)
    }

    33.3333333333% {
        transform: translate(161px) translateY(-122px) scale(.8)
    }

    36.8421052632% {
        transform: translate(155px) translateY(-50px) scale(.7)
    }

    42.1052631579% {
        transform: translate(103px) translateY(-26px) scale(.63)
    }

    47.3684210526% {
        transform: translate(247px) translateY(-39px) scale(1)
    }

    35.7142857143% {
        transform: translate(154px) translateY(34px) scale(.51)
    }

    57.8947368421% {
        transform: translate(18px) translateY(-142px) scale(.83)
    }

    63.1578947368% {
        transform: translate(173px) translateY(-17px) scale(.44)
    }

    56.5217391304% {
        transform: translate(-22px) translateY(-64px) scale(.71)
    }

    50% {
        transform: translate(23px) translateY(45px) scale(.59)
    }

    62.5% {
        transform: translate(158px) translateY(43px) scale(.65)
    }

    80% {
        transform: translate(230px) translateY(-116px) scale(.78)
    }

    70.8333333333% {
        transform: translate(137px) translateY(-132px) scale(.96)
    }

    85.7142857143% {
        transform: translate(162px) translateY(1px) scale(.88)
    }

    67.8571428571% {
        transform: translate(107px) translateY(25px) scale(.99)
    }

    74.0740740741% {
        transform: translate(-4px) translateY(-61px) scale(.41)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(7) {
    transform: translate(134px) translateY(52px) scale(.44)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(7):before {
    animation-duration: 7s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(7):after {
    animation-duration: 7s,3968ms;
    animation-delay: 0ms,3224ms
}

@keyframes glow-background-module_move7__4wT-b8Iv__platform-common {
    0% {
        transform: translate(220px) translateY(-104px) scale(.59)
    }

    4.5454545455% {
        transform: translate(89px) translateY(-52px) scale(.34)
    }

    8% {
        transform: translate(218px) translateY(-55px) scale(.69)
    }

    12.5% {
        transform: translate(72px) translateY(40px) scale(.7)
    }

    22.2222222222% {
        transform: translate(105px) translateY(-25px) scale(.9)
    }

    29.4117647059% {
        transform: translate(59px) translateY(-49px) scale(.33)
    }

    25% {
        transform: translate(61px) translateY(-124px) scale(.78)
    }

    38.8888888889% {
        transform: translate(-12px) translateY(-40px) scale(.4)
    }

    30.7692307692% {
        transform: translate(46px) translateY(48px) scale(.9)
    }

    52.9411764706% {
        transform: translate(172px) translateY(28px) scale(.48)
    }

    41.6666666667% {
        transform: translate(60px) translateY(-142px) scale(.32)
    }

    45.8333333333% {
        transform: translate(227px) translateY(-140px) scale(.79)
    }

    54.5454545455% {
        transform: translate(69px) translateY(-58px) scale(.41)
    }

    54.1666666667% {
        transform: translate(131px) translateY(-142px) scale(.77)
    }

    51.8518518519% {
        transform: translate(183px) translateY(40px) scale(.33)
    }

    68.1818181818% {
        transform: translate(217px) translateY(23px) scale(.57)
    }

    88.8888888889% {
        transform: translate(250px) translateY(-50px) scale(.86)
    }

    68% {
        transform: translate(59px) translateY(-121px) scale(.71)
    }

    78.2608695652% {
        transform: translate(-17px) translateY(-33px) scale(.58)
    }

    86.3636363636% {
        transform: translate(117px) translateY(-79px) scale(.92)
    }

    111.1111111111% {
        transform: translate(-38px) translateY(-83px) scale(.42)
    }

    95.4545454545% {
        transform: translate(124px) translateY(-5px) scale(.88)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(8) {
    transform: translate(199px) translateY(-167px) scale(.53)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(8):before {
    animation-duration: 7s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(8):after {
    animation-duration: 7s,2262ms;
    animation-delay: 0ms,5019ms
}

@keyframes glow-background-module_move8__3j2LCn5w__platform-common {
    0% {
        transform: translate(-16px) translateY(20px) scale(.46)
    }

    5.2631578947% {
        transform: translate(-4px) translateY(19px) scale(.62)
    }

    8.6956521739% {
        transform: translate(13px) translateY(-65px) scale(.66)
    }

    15% {
        transform: translate(20px) translateY(-76px) scale(.49)
    }

    18.1818181818% {
        transform: translate(132px) translateY(-118px) scale(.72)
    }

    20% {
        transform: translate(162px) translateY(10px) scale(.41)
    }

    35.2941176471% {
        transform: translate(190px) translateY(-149px) scale(.9)
    }

    38.8888888889% {
        transform: translate(33px) translateY(18px) scale(.41)
    }

    29.6296296296% {
        transform: translate(139px) translateY(-45px) scale(.77)
    }

    34.6153846154% {
        transform: translate(-13px) translateY(-46px) scale(.56)
    }

    41.6666666667% {
        transform: translate(28px) translateY(44px) scale(.35)
    }

    61.1111111111% {
        transform: translate(219px) translateY(-126px) scale(.55)
    }

    60% {
        transform: translate(22px) translateY(-33px) scale(.81)
    }

    48.1481481481% {
        transform: translate(-41px) translateY(-5px) scale(.32)
    }

    73.6842105263% {
        transform: translate(23px) translateY(-4px) scale(.57)
    }

    83.3333333333% {
        transform: translate(135px) translateY(-131px) scale(.61)
    }

    80% {
        transform: translate(166px) translateY(-112px) scale(.74)
    }

    65.3846153846% {
        transform: translate(102px) translateY(-68px) scale(.43)
    }

    69.2307692308% {
        transform: translate(-45px) translateY(-31px) scale(.97)
    }

    111.7647058824% {
        transform: translate(67px) translateY(-39px) scale(.98)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(9) {
    transform: translate(178px) translateY(98px) scale(.53)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(9):before {
    animation-duration: 7s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(9):after {
    animation-duration: 7s,2168ms;
    animation-delay: 0ms,1933ms
}

@keyframes glow-background-module_move9__HBbAoiG1__platform-common {
    0% {
        transform: translate(171px) translateY(-49px) scale(.67)
    }

    4.1666666667% {
        transform: translate(2px) translateY(7px) scale(.58)
    }

    8.3333333333% {
        transform: translate(135px) translateY(-23px) scale(.77)
    }

    11.1111111111% {
        transform: translate(215px) translateY(-131px) scale(.64)
    }

    15.3846153846% {
        transform: translate(86px) translateY(8px) scale(.41)
    }

    23.8095238095% {
        transform: translate(169px) translateY(-28px) scale(.87)
    }

    26.0869565217% {
        transform: translate(52px) translateY(-85px) scale(.86)
    }

    35% {
        transform: translate(89px) translateY(-103px) scale(.57)
    }

    47.0588235294% {
        transform: translate(214px) translateY(11px) scale(.76)
    }

    52.9411764706% {
        transform: translate(66px) translateY(23px) scale(.8)
    }

    47.619047619% {
        transform: translate(-43px) translateY(-141px) scale(.6)
    }

    39.2857142857% {
        transform: translate(127px) translateY(-48px) scale(.61)
    }

    42.8571428571% {
        transform: translate(164px) translateY(-106px) scale(.45)
    }

    61.9047619048% {
        transform: translate(57px) translateY(-102px) scale(.7)
    }

    56% {
        transform: translate(109px) translateY(-136px) scale(.43)
    }

    75% {
        transform: translate(99px) translateY(25px) scale(.68)
    }

    72.7272727273% {
        transform: translate(51px) translateY(-48px) scale(.27)
    }

    70.8333333333% {
        transform: translate(208px) translateY(-85px) scale(.54)
    }

    81.8181818182% {
        transform: translate(-17px) translateY(13px) scale(.84)
    }

    86.3636363636% {
        transform: translate(81px) translateY(31px) scale(.93)
    }

    83.3333333333% {
        transform: translate(143px) translateY(16px) scale(.73)
    }

    77.7777777778% {
        transform: translate(152px) translateY(-50px) scale(.97)
    }

    115.7894736842% {
        transform: translate(31px) translateY(-77px) scale(.98)
    }

    95.8333333333% {
        transform: translate(178px) translateY(-91px) scale(.41)
    }

    to {
        transform: translate(186px) translateY(14px) scale(.44)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(10) {
    transform: translate(14px) translateY(92px) scale(.78)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(10):before {
    animation-duration: 16s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(10):after {
    animation-duration: 16s,4486ms;
    animation-delay: 0ms,1735ms
}

@keyframes glow-background-module_move10__Z5hkCQLR__platform-common {
    0% {
        transform: translate(67px) translateY(-41px) scale(.86)
    }

    5.2631578947% {
        transform: translate(-15px) translateY(-77px) scale(.69)
    }

    10.5263157895% {
        transform: translate(62px) translateY(-43px) scale(.89)
    }

    13.0434782609% {
        transform: translate(81px) translateY(23px) scale(.77)
    }

    14.8148148148% {
        transform: translate(33px) translateY(-146px) scale(.95)
    }

    18.5185185185% {
        transform: translate(30px) translateY(-96px) scale(.95)
    }

    35.2941176471% {
        transform: translate(159px) translateY(46px) scale(.59)
    }

    25.9259259259% {
        transform: translate(49px) translateY(-79px) scale(.79)
    }

    33.3333333333% {
        transform: translate(91px) translateY(20px) scale(.75)
    }

    32.1428571429% {
        transform: translate(-48px) translateY(-39px) scale(.95)
    }

    41.6666666667% {
        transform: translate(-26px) translateY(-58px) scale(.99)
    }

    50% {
        transform: translate(65px) translateY(14px) scale(.79)
    }

    54.5454545455% {
        transform: translate(66px) translateY(2px) scale(.47)
    }

    56.5217391304% {
        transform: translate(-15px) translateY(49px) scale(.47)
    }

    53.8461538462% {
        transform: translate(128px) translateY(4px) scale(.79)
    }

    65.2173913043% {
        transform: translate(127px) translateY(-76px) scale(.6)
    }

    64% {
        transform: translate(152px) translateY(35px) scale(.67)
    }

    65.3846153846% {
        transform: translate(61px) translateY(-16px) scale(.78)
    }

    72% {
        transform: translate(7px) translateY(-142px) scale(.39)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(11) {
    transform: translate(144px) translateY(-149px) scale(.69)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(11):before {
    animation-duration: 10s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(11):after {
    animation-duration: 10s,4305ms;
    animation-delay: 0ms,3877ms
}

@keyframes glow-background-module_move11__MWaO37QO__platform-common {
    0% {
        transform: translate(104px) translateY(-65px) scale(.43)
    }

    4% {
        transform: translate(43px) translateY(-120px) scale(.9)
    }

    7.4074074074% {
        transform: translate(240px) translateY(-121px) scale(.94)
    }

    15.7894736842% {
        transform: translate(46px) translateY(-78px) scale(.93)
    }

    21.0526315789% {
        transform: translate(-13px) translateY(-133px) scale(.81)
    }

    25% {
        transform: translate(63px) translateY(-117px) scale(.34)
    }

    25% {
        transform: translate(176px) translateY(-78px) scale(.84)
    }

    36.8421052632% {
        transform: translate(-15px) translateY(-58px) scale(.67)
    }

    42.1052631579% {
        transform: translate(117px) translateY(50px) scale(.46)
    }

    52.9411764706% {
        transform: translate(-5px) translateY(-97px) scale(.29)
    }

    55.5555555556% {
        transform: translate(71px) translateY(-126px) scale(.6)
    }

    64.7058823529% {
        transform: translate(118px) translateY(-24px) scale(.71)
    }

    57.1428571429% {
        transform: translate(63px) translateY(-122px) scale(.87)
    }

    56.5217391304% {
        transform: translate(162px) translateY(-44px) scale(.92)
    }

    53.8461538462% {
        transform: translate(243px) translateY(-72px) scale(.85)
    }

    53.5714285714% {
        transform: translate(25px) translateY(-3px) scale(.99)
    }

    94.1176470588% {
        transform: translate(120px) translateY(-119px) scale(.91)
    }

    73.9130434783% {
        transform: translate(57px) translateY(-13px) scale(.32)
    }

    105.8823529412% {
        transform: translate(125px) translateY(-62px) scale(.49)
    }

    105.5555555556% {
        transform: translate(111px) translateY(-135px) scale(.28)
    }

    80% {
        transform: translate(49px) translateY(-85px) scale(.42)
    }

    105% {
        transform: translate(132px) translateY(-37px) scale(.36)
    }

    to {
        transform: translate(2px) translateY(29px) scale(.32)
    }

    121.0526315789% {
        transform: translate(148px) translateY(-138px) scale(1)
    }

    120% {
        transform: translate(111px) translateY(-64px) scale(.88)
    }

    89.2857142857% {
        transform: translate(98px) translateY(-142px) scale(.69)
    }

    92.8571428571% {
        transform: translate(67px) translateY(41px) scale(.75)
    }

    to {
        transform: translate(112px) translateY(38px) scale(.31)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(12) {
    transform: translate(396px) translateY(-88px) scale(.36)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(12):before {
    animation-duration: 14s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(12):after {
    animation-duration: 14s,4.59s;
    animation-delay: 0ms,3962ms
}

@keyframes glow-background-module_move12__G9IEKcFI__platform-common {
    0% {
        transform: translate(2px) translateY(-114px) scale(.74)
    }

    5.2631578947% {
        transform: translate(141px) translateY(-94px) scale(.33)
    }

    10.5263157895% {
        transform: translate(244px) translateY(46px) scale(.31)
    }

    11.1111111111% {
        transform: translate(101px) translateY(-23px) scale(.9)
    }

    23.5294117647% {
        transform: translate(-48px) translateY(11px) scale(.45)
    }

    20.8333333333% {
        transform: translate(155px) translateY(-100px) scale(.41)
    }

    23.0769230769% {
        transform: translate(119px) translateY(-78px) scale(.62)
    }

    25.9259259259% {
        transform: translate(162px) translateY(-36px) scale(.66)
    }

    34.7826086957% {
        transform: translate(-40px) translateY(0) scale(1)
    }

    39.1304347826% {
        transform: translate(129px) translateY(-16px) scale(.27)
    }

    58.8235294118% {
        transform: translate(144px) translateY(-41px) scale(.86)
    }

    40.7407407407% {
        transform: translate(51px) translateY(-48px) scale(.54)
    }

    60% {
        transform: translate(61px) translateY(-55px) scale(.35)
    }

    65% {
        transform: translate(135px) translateY(-137px) scale(.76)
    }

    56% {
        transform: translate(193px) translateY(-59px) scale(.37)
    }

    68.1818181818% {
        transform: translate(132px) translateY(-74px) scale(.46)
    }

    76.1904761905% {
        transform: translate(241px) translateY(-35px) scale(.48)
    }

    94.4444444444% {
        transform: translate(-19px) translateY(49px) scale(.79)
    }

    94.7368421053% {
        transform: translate(178px) translateY(-56px) scale(.77)
    }

    111.7647058824% {
        transform: translate(132px) translateY(36px) scale(.65)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(13) {
    transform: translate(148px) translateY(-86px) scale(.5)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(13):before {
    animation-duration: 16s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(13):after {
    animation-duration: 16s,4587ms;
    animation-delay: 0ms,2.03s
}

@keyframes glow-background-module_move13__Y9sfAP0I__platform-common {
    0% {
        transform: translate(57px) translateY(-19px) scale(.67)
    }

    5.8823529412% {
        transform: translate(192px) translateY(-124px) scale(.56)
    }

    10.5263157895% {
        transform: translate(189px) translateY(34px) scale(.52)
    }

    15.7894736842% {
        transform: translate(59px) translateY(-35px) scale(.37)
    }

    14.2857142857% {
        transform: translate(217px) translateY(5px) scale(.98)
    }

    23.8095238095% {
        transform: translate(222px) translateY(14px) scale(.51)
    }

    33.3333333333% {
        transform: translate(186px) translateY(-142px) scale(.54)
    }

    41.1764705882% {
        transform: translate(144px) translateY(50px) scale(.44)
    }

    42.1052631579% {
        transform: translate(105px) translateY(-46px) scale(.45)
    }

    36% {
        transform: translate(119px) translateY(-89px) scale(.33)
    }

    50% {
        transform: translate(73px) translateY(5px) scale(.85)
    }

    47.8260869565% {
        transform: translate(54px) translateY(30px) scale(.94)
    }

    42.8571428571% {
        transform: translate(245px) translateY(-39px) scale(.46)
    }

    50% {
        transform: translate(145px) translateY(-130px) scale(.8)
    }

    63.6363636364% {
        transform: translate(195px) translateY(49px) scale(.86)
    }

    78.9473684211% {
        transform: translate(145px) translateY(9px) scale(.93)
    }

    94.1176470588% {
        transform: translate(84px) translateY(-149px) scale(.32)
    }

    80.9523809524% {
        transform: translate(11px) translateY(46px) scale(.3)
    }

    to {
        transform: translate(150px) translateY(2px) scale(.91)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(14) {
    transform: translate(-71px) translateY(-6px) scale(.71)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(14):before {
    animation-duration: 15s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(14):after {
    animation-duration: 15s,4467ms;
    animation-delay: 0ms,3367ms
}

@keyframes glow-background-module_move14__hMNFOF4m__platform-common {
    0% {
        transform: translate(75px) translateY(-78px) scale(.39)
    }

    3.5714285714% {
        transform: translate(-5px) translateY(-4px) scale(.67)
    }

    8.3333333333% {
        transform: translate(240px) translateY(-12px) scale(.41)
    }

    10.7142857143% {
        transform: translate(186px) translateY(-93px) scale(.64)
    }

    16% {
        transform: translate(92px) translateY(-91px) scale(.46)
    }

    26.3157894737% {
        transform: translate(192px) translateY(-147px) scale(.48)
    }

    26.0869565217% {
        transform: translate(-32px) translateY(42px) scale(.55)
    }

    29.1666666667% {
        transform: translate(-3px) translateY(-42px) scale(.95)
    }

    28.5714285714% {
        transform: translate(245px) translateY(-74px) scale(.77)
    }

    47.3684210526% {
        transform: translate(8px) translateY(-1px) scale(.58)
    }

    45.4545454545% {
        transform: translate(64px) translateY(-100px) scale(.34)
    }

    47.8260869565% {
        transform: translate(179px) translateY(-39px) scale(.53)
    }

    50% {
        transform: translate(166px) translateY(26px) scale(.38)
    }

    76.4705882353% {
        transform: translate(121px) translateY(-21px) scale(.75)
    }

    50% {
        transform: translate(233px) translateY(-125px) scale(.28)
    }

    83.3333333333% {
        transform: translate(231px) translateY(-68px) scale(.86)
    }

    88.8888888889% {
        transform: translate(-28px) translateY(-103px) scale(.64)
    }

    68% {
        transform: translate(217px) translateY(-113px) scale(.9)
    }

    72% {
        transform: translate(-46px) translateY(2px) scale(.31)
    }

    70.3703703704% {
        transform: translate(93px) translateY(-79px) scale(.94)
    }

    71.4285714286% {
        transform: translate(214px) translateY(14px) scale(.33)
    }

    105% {
        transform: translate(-24px) translateY(-11px) scale(.78)
    }

    84.6153846154% {
        transform: translate(169px) translateY(6px) scale(.44)
    }

    to {
        transform: translate(141px) translateY(-4px) scale(.84)
    }

    to {
        transform: translate(16px) translateY(-124px) scale(.85)
    }

    92.5925925926% {
        transform: translate(-41px) translateY(-112px) scale(.69)
    }

    123.8095238095% {
        transform: translate(189px) translateY(22px) scale(.99)
    }

    122.7272727273% {
        transform: translate(183px) translateY(-35px) scale(.96)
    }

    127.2727272727% {
        transform: translate(152px) translateY(-12px) scale(.7)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(15) {
    transform: translate(281px) translateY(69px) scale(.71)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(15):before {
    animation-duration: 10s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(15):after {
    animation-duration: 10s,2988ms;
    animation-delay: 0ms,2083ms
}

@keyframes glow-background-module_move15__Bnlv1nv2__platform-common {
    0% {
        transform: translate(113px) translateY(-60px) scale(.97)
    }

    5.5555555556% {
        transform: translate(124px) translateY(49px) scale(.91)
    }

    10.5263157895% {
        transform: translate(86px) translateY(13px) scale(.34)
    }

    14.2857142857% {
        transform: translate(219px) translateY(-139px) scale(.76)
    }

    14.2857142857% {
        transform: translate(197px) translateY(-75px) scale(.72)
    }

    20% {
        transform: translate(-26px) translateY(-30px) scale(.41)
    }

    30% {
        transform: translate(-11px) translateY(-95px) scale(.74)
    }

    38.8888888889% {
        transform: translate(-9px) translateY(-59px) scale(.8)
    }

    29.6296296296% {
        transform: translate(95px) translateY(-5px) scale(.79)
    }

    42.8571428571% {
        transform: translate(-40px) translateY(-26px) scale(.99)
    }

    45.4545454545% {
        transform: translate(64px) translateY(39px) scale(.35)
    }

    61.1111111111% {
        transform: translate(-2px) translateY(-144px) scale(.49)
    }

    42.8571428571% {
        transform: translate(99px) translateY(-8px) scale(.99)
    }

    46.4285714286% {
        transform: translate(152px) translateY(-76px) scale(.55)
    }

    58.3333333333% {
        transform: translate(195px) translateY(-76px) scale(.94)
    }

    62.5% {
        transform: translate(109px) translateY(-66px) scale(.71)
    }

    84.2105263158% {
        transform: translate(68px) translateY(-69px) scale(.73)
    }

    94.4444444444% {
        transform: translate(135px) translateY(-16px) scale(.85)
    }

    75% {
        transform: translate(130px) translateY(-144px) scale(.38)
    }

    to {
        transform: translate(164px) translateY(-61px) scale(.97)
    }

    117.6470588235% {
        transform: translate(-12px) translateY(-109px) scale(.74)
    }

    84% {
        transform: translate(193px) translateY(-110px) scale(.56)
    }

    81.4814814815% {
        transform: translate(30px) translateY(36px) scale(.49)
    }

    121.0526315789% {
        transform: translate(130px) translateY(-72px) scale(.63)
    }

    88.8888888889% {
        transform: translate(33px) translateY(-90px) scale(.31)
    }

    108.6956521739% {
        transform: translate(181px) translateY(30px) scale(.96)
    }

    108.3333333333% {
        transform: translate(-28px) translateY(28px) scale(.28)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(16) {
    transform: translate(-11px) translateY(-94px) scale(.46)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(16):before {
    animation-duration: 8s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(16):after {
    animation-duration: 8s,4.58s;
    animation-delay: 0ms,1273ms
}

@keyframes glow-background-module_move16__p5oqvOlC__platform-common {
    0% {
        transform: translate(188px) translateY(-29px) scale(.92)
    }

    4.1666666667% {
        transform: translate(17px) translateY(24px) scale(.3)
    }

    9.0909090909% {
        transform: translate(26px) translateY(-28px) scale(.74)
    }

    13.6363636364% {
        transform: translate(221px) translateY(-124px) scale(.29)
    }

    16% {
        transform: translate(11px) translateY(-27px) scale(.59)
    }

    21.7391304348% {
        transform: translate(37px) translateY(7px) scale(.78)
    }

    22.2222222222% {
        transform: translate(152px) translateY(-123px) scale(.71)
    }

    29.1666666667% {
        transform: translate(135px) translateY(8px) scale(.75)
    }

    28.5714285714% {
        transform: translate(125px) translateY(-134px) scale(.55)
    }

    42.8571428571% {
        transform: translate(245px) translateY(14px) scale(.48)
    }

    55.5555555556% {
        transform: translate(103px) translateY(5px) scale(.42)
    }

    64.7058823529% {
        transform: translate(149px) translateY(46px) scale(.45)
    }

    50% {
        transform: translate(225px) translateY(23px) scale(.75)
    }

    68.4210526316% {
        transform: translate(116px) translateY(-49px) scale(.85)
    }

    53.8461538462% {
        transform: translate(125px) translateY(37px) scale(.35)
    }

    83.3333333333% {
        transform: translate(75px) translateY(-140px) scale(.72)
    }

    61.5384615385% {
        transform: translate(127px) translateY(-64px) scale(.53)
    }

    68% {
        transform: translate(235px) translateY(-81px) scale(.62)
    }

    81.8181818182% {
        transform: translate(180px) translateY(-93px) scale(.3)
    }

    82.6086956522% {
        transform: translate(62px) translateY(-16px) scale(1)
    }

    117.6470588235% {
        transform: translate(224px) translateY(-22px) scale(.71)
    }

    87.5% {
        transform: translate(169px) translateY(3px) scale(.29)
    }

    110% {
        transform: translate(219px) translateY(-67px) scale(.67)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(17) {
    transform: translate(48px) translateY(-21px) scale(.86)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(17):before {
    animation-duration: 14s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(17):after {
    animation-duration: 14s,3.07s;
    animation-delay: 0ms,628ms
}

@keyframes glow-background-module_move17__-HOnCBGm__platform-common {
    0% {
        transform: translate(-10px) translateY(-80px) scale(.99)
    }

    5% {
        transform: translate(228px) translateY(-47px) scale(.86)
    }

    7.6923076923% {
        transform: translate(5px) translateY(-111px) scale(.53)
    }

    17.6470588235% {
        transform: translate(203px) translateY(11px) scale(.81)
    }

    23.5294117647% {
        transform: translate(48px) translateY(-32px) scale(.32)
    }

    27.7777777778% {
        transform: translate(154px) translateY(-57px) scale(.79)
    }

    27.2727272727% {
        transform: translate(214px) translateY(-137px) scale(.99)
    }

    35% {
        transform: translate(195px) translateY(0) scale(.95)
    }

    44.4444444444% {
        transform: translate(101px) translateY(-134px) scale(.79)
    }

    45% {
        transform: translate(-18px) translateY(-130px) scale(.99)
    }

    50% {
        transform: translate(31px) translateY(-113px) scale(.45)
    }

    39.2857142857% {
        transform: translate(31px) translateY(-124px) scale(.86)
    }

    50% {
        transform: translate(14px) translateY(-142px) scale(.64)
    }

    76.4705882353% {
        transform: translate(80px) translateY(-138px) scale(.77)
    }

    51.8518518519% {
        transform: translate(172px) translateY(-36px) scale(.85)
    }

    55.5555555556% {
        transform: translate(-4px) translateY(30px) scale(.5)
    }

    94.1176470588% {
        transform: translate(30px) translateY(-48px) scale(.45)
    }

    70.8333333333% {
        transform: translate(18px) translateY(40px) scale(.27)
    }

    94.7368421053% {
        transform: translate(150px) translateY(44px) scale(.27)
    }

    86.3636363636% {
        transform: translate(14px) translateY(-29px) scale(.56)
    }

    105.2631578947% {
        transform: translate(-48px) translateY(-4px) scale(.37)
    }

    91.3043478261% {
        transform: translate(146px) translateY(-28px) scale(.42)
    }

    78.5714285714% {
        transform: translate(97px) translateY(-97px) scale(.85)
    }

    121.0526315789% {
        transform: translate(17px) translateY(-72px) scale(.37)
    }

    96% {
        transform: translate(209px) translateY(-100px) scale(.63)
    }

    92.5925925926% {
        transform: translate(22px) translateY(-40px) scale(.83)
    }

    123.8095238095% {
        transform: translate(158px) translateY(-53px) scale(.57)
    }

    112.5% {
        transform: translate(218px) translateY(6px) scale(.69)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(18) {
    transform: translate(204px) translateY(-3px) scale(.72)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(18):before {
    animation-duration: 7s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(18):after {
    animation-duration: 7s,3339ms;
    animation-delay: 0ms,1737ms
}

@keyframes glow-background-module_move18__FqlxUaF4__platform-common {
    0% {
        transform: translate(244px) translateY(-104px) scale(.92)
    }

    4.5454545455% {
        transform: translate(-37px) translateY(33px) scale(.39)
    }

    8.3333333333% {
        transform: translate(76px) translateY(-114px) scale(.93)
    }

    15.7894736842% {
        transform: translate(123px) translateY(-118px) scale(.52)
    }

    14.2857142857% {
        transform: translate(-10px) translateY(6px) scale(.58)
    }

    25% {
        transform: translate(175px) translateY(5px) scale(.93)
    }

    25% {
        transform: translate(238px) translateY(-146px) scale(.26)
    }

    29.1666666667% {
        transform: translate(134px) translateY(21px) scale(.35)
    }

    42.1052631579% {
        transform: translate(151px) translateY(-91px) scale(.84)
    }

    34.6153846154% {
        transform: translate(85px) translateY(-60px) scale(.41)
    }

    43.4782608696% {
        transform: translate(24px) translateY(1px) scale(1)
    }

    39.2857142857% {
        transform: translate(28px) translateY(-1px) scale(.88)
    }

    60% {
        transform: translate(-39px) translateY(-126px) scale(.53)
    }

    48.1481481481% {
        transform: translate(227px) translateY(-33px) scale(.44)
    }

    53.8461538462% {
        transform: translate(171px) translateY(32px) scale(.78)
    }

    83.3333333333% {
        transform: translate(-43px) translateY(-103px) scale(.7)
    }

    59.2592592593% {
        transform: translate(71px) translateY(-65px) scale(.35)
    }

    68% {
        transform: translate(103px) translateY(-67px) scale(.82)
    }

    105.8823529412% {
        transform: translate(221px) translateY(-10px) scale(.68)
    }

    67.8571428571% {
        transform: translate(119px) translateY(-35px) scale(.41)
    }

    83.3333333333% {
        transform: translate(56px) translateY(-93px) scale(.93)
    }

    123.5294117647% {
        transform: translate(-44px) translateY(-32px) scale(.49)
    }

    110% {
        transform: translate(143px) translateY(-127px) scale(.68)
    }

    109.5238095238% {
        transform: translate(105px) translateY(42px) scale(.74)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(19) {
    transform: translate(91px) translateY(60px) scale(.78)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(19):before {
    animation-duration: 8s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(19):after {
    animation-duration: 8s,3685ms;
    animation-delay: 0ms,1609ms
}

@keyframes glow-background-module_move19__Cim-G5BB__platform-common {
    0% {
        transform: translate(-43px) translateY(-92px) scale(.33)
    }

    3.7037037037% {
        transform: translate(202px) translateY(-59px) scale(.87)
    }

    7.1428571429% {
        transform: translate(248px) translateY(-1px) scale(.58)
    }

    12.5% {
        transform: translate(15px) translateY(-101px) scale(.3)
    }

    16% {
        transform: translate(17px) translateY(-100px) scale(.83)
    }

    22.7272727273% {
        transform: translate(-13px) translateY(-15px) scale(.61)
    }

    30% {
        transform: translate(107px) translateY(50px) scale(.68)
    }

    31.8181818182% {
        transform: translate(-39px) translateY(-137px) scale(.36)
    }

    29.6296296296% {
        transform: translate(201px) translateY(-44px) scale(.35)
    }

    37.5% {
        transform: translate(239px) translateY(-98px) scale(.42)
    }

    52.6315789474% {
        transform: translate(114px) translateY(-129px) scale(.78)
    }

    44% {
        transform: translate(229px) translateY(-111px) scale(.47)
    }

    50% {
        transform: translate(159px) translateY(-134px) scale(.81)
    }

    54.1666666667% {
        transform: translate(22px) translateY(-113px) scale(.79)
    }

    50% {
        transform: translate(130px) translateY(-45px) scale(.89)
    }

    78.9473684211% {
        transform: translate(47px) translateY(15px) scale(.76)
    }

    61.5384615385% {
        transform: translate(208px) translateY(-65px) scale(.65)
    }

    62.962962963% {
        transform: translate(48px) translateY(13px) scale(.73)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(20) {
    transform: translate(-52px) translateY(-8px) scale(.79)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(20):before {
    animation-duration: 12s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(20):after {
    animation-duration: 12s,4641ms;
    animation-delay: 0ms,2715ms
}

@keyframes glow-background-module_move20__PsgM8gt6__platform-common {
    0% {
        transform: translate(56px) translateY(-13px) scale(.98)
    }

    5.5555555556% {
        transform: translate(-13px) translateY(-75px) scale(.48)
    }

    9.5238095238% {
        transform: translate(-25px) translateY(34px) scale(.47)
    }

    13.0434782609% {
        transform: translate(30px) translateY(-107px) scale(.94)
    }

    19.0476190476% {
        transform: translate(53px) translateY(-91px) scale(.65)
    }

    26.3157894737% {
        transform: translate(144px) translateY(15px) scale(.86)
    }

    35.2941176471% {
        transform: translate(236px) translateY(-45px) scale(.83)
    }

    36.8421052632% {
        transform: translate(225px) translateY(-86px) scale(.3)
    }

    36.3636363636% {
        transform: translate(81px) translateY(-61px) scale(.4)
    }

    33.3333333333% {
        transform: translate(147px) translateY(-9px) scale(.54)
    }

    47.619047619% {
        transform: translate(118px) translateY(-35px) scale(.65)
    }

    40.7407407407% {
        transform: translate(116px) translateY(-94px) scale(.38)
    }

    50% {
        transform: translate(81px) translateY(-50px) scale(.53)
    }

    52% {
        transform: translate(-9px) translateY(-147px) scale(.76)
    }

    77.7777777778% {
        transform: translate(60px) translateY(-6px) scale(.84)
    }

    53.5714285714% {
        transform: translate(233px) translateY(-129px) scale(.62)
    }

    64% {
        transform: translate(114px) translateY(37px) scale(.85)
    }

    85% {
        transform: translate(101px) translateY(-126px) scale(.3)
    }

    66.6666666667% {
        transform: translate(198px) translateY(-48px) scale(.42)
    }

    105.5555555556% {
        transform: translate(72px) translateY(5px) scale(.43)
    }

    to {
        transform: translate(-30px) translateY(11px) scale(.57)
    }

    84% {
        transform: translate(-16px) translateY(31px) scale(.48)
    }

    91.6666666667% {
        transform: translate(84px) translateY(49px) scale(.84)
    }

    95.8333333333% {
        transform: translate(132px) translateY(18px) scale(.27)
    }

    120% {
        transform: translate(144px) translateY(-44px) scale(.92)
    }

    92.5925925926% {
        transform: translate(91px) translateY(-17px) scale(.76)
    }

    136.8421052632% {
        transform: translate(68px) translateY(-111px) scale(.55)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(21) {
    transform: translate(144px) translateY(-31px) scale(.92)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(21):before {
    animation-duration: 11s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(21):after {
    animation-duration: 11s,3088ms;
    animation-delay: 0ms,4186ms
}

@keyframes glow-background-module_move21__2BSmVn4z__platform-common {
    0% {
        transform: translate(-9px) translateY(-5px) scale(.31)
    }

    5.2631578947% {
        transform: translate(245px) translateY(-103px) scale(.87)
    }

    7.4074074074% {
        transform: translate(140px) translateY(-135px) scale(.46)
    }

    11.1111111111% {
        transform: translate(104px) translateY(30px) scale(.68)
    }

    23.5294117647% {
        transform: translate(52px) translateY(12px) scale(.27)
    }

    25% {
        transform: translate(117px) translateY(-129px) scale(.29)
    }

    22.2222222222% {
        transform: translate(188px) translateY(-50px) scale(.78)
    }

    30.4347826087% {
        transform: translate(-3px) translateY(-143px) scale(.45)
    }

    38.0952380952% {
        transform: translate(44px) translateY(-115px) scale(.28)
    }

    32.1428571429% {
        transform: translate(64px) translateY(-31px) scale(.29)
    }

    45.4545454545% {
        transform: translate(8px) translateY(-123px) scale(.59)
    }

    39.2857142857% {
        transform: translate(113px) translateY(-149px) scale(.52)
    }

    50% {
        transform: translate(-49px) translateY(-143px) scale(.7)
    }

    61.9047619048% {
        transform: translate(25px) translateY(-106px) scale(.94)
    }

    77.7777777778% {
        transform: translate(184px) translateY(-11px) scale(.34)
    }

    53.5714285714% {
        transform: translate(-46px) translateY(-94px) scale(.35)
    }

    76.1904761905% {
        transform: translate(152px) translateY(-47px) scale(.32)
    }

    to {
        transform: translate(128px) translateY(-95px) scale(1)
    }

    78.2608695652% {
        transform: translate(31px) translateY(-51px) scale(.88)
    }

    76% {
        transform: translate(143px) translateY(-108px) scale(.35)
    }

    74.0740740741% {
        transform: translate(56px) translateY(29px) scale(.95)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(22) {
    transform: translate(88px) translateY(-76px) scale(.29)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(22):before {
    animation-duration: 10s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(22):after {
    animation-duration: 10s,2396ms;
    animation-delay: 0ms,1605ms
}

@keyframes glow-background-module_move22__00kpHNpy__platform-common {
    0% {
        transform: translate(108px) translateY(-130px) scale(.53)
    }

    4.1666666667% {
        transform: translate(109px) translateY(-133px) scale(.47)
    }

    7.4074074074% {
        transform: translate(130px) translateY(-68px) scale(.89)
    }

    12.5% {
        transform: translate(-6px) translateY(-144px) scale(.44)
    }

    14.2857142857% {
        transform: translate(13px) translateY(-94px) scale(.89)
    }

    22.7272727273% {
        transform: translate(8px) translateY(-100px) scale(.48)
    }

    25% {
        transform: translate(16px) translateY(-87px) scale(.4)
    }

    25% {
        transform: translate(118px) translateY(33px) scale(.85)
    }

    30.7692307692% {
        transform: translate(130px) translateY(14px) scale(.39)
    }

    32.1428571429% {
        transform: translate(10px) translateY(-31px) scale(.59)
    }

    37.037037037% {
        transform: translate(-1px) translateY(-49px) scale(.79)
    }

    61.1111111111% {
        transform: translate(93px) translateY(-40px) scale(.54)
    }

    50% {
        transform: translate(83px) translateY(-142px) scale(.29)
    }

    76.4705882353% {
        transform: translate(57px) translateY(-99px) scale(.7)
    }

    50% {
        transform: translate(121px) translateY(-22px) scale(.42)
    }

    55.5555555556% {
        transform: translate(18px) translateY(-124px) scale(.42)
    }

    69.5652173913% {
        transform: translate(106px) translateY(-63px) scale(.42)
    }

    85% {
        transform: translate(190px) translateY(-14px) scale(.79)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(23) {
    transform: translate(248px) translateY(-78px) scale(.72)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(23):before {
    animation-duration: 14s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(23):after {
    animation-duration: 14s,4004ms;
    animation-delay: 0ms,764ms
}

@keyframes glow-background-module_move23__XGQ-5onB__platform-common {
    0% {
        transform: translate(58px) translateY(-57px) scale(.65)
    }

    3.5714285714% {
        transform: translate(-4px) translateY(-119px) scale(.79)
    }

    9.0909090909% {
        transform: translate(53px) translateY(-70px) scale(.73)
    }

    14.2857142857% {
        transform: translate(91px) translateY(5px) scale(.38)
    }

    16.6666666667% {
        transform: translate(45px) translateY(-24px) scale(.94)
    }

    25% {
        transform: translate(74px) translateY(-111px) scale(.7)
    }

    21.4285714286% {
        transform: translate(172px) translateY(-83px) scale(.66)
    }

    41.1764705882% {
        transform: translate(3px) translateY(-125px) scale(.71)
    }

    34.7826086957% {
        transform: translate(160px) translateY(-122px) scale(.61)
    }

    39.1304347826% {
        transform: translate(-44px) translateY(-64px) scale(.59)
    }

    55.5555555556% {
        transform: translate(72px) translateY(24px) scale(.79)
    }

    50% {
        transform: translate(74px) translateY(-23px) scale(.29)
    }

    60% {
        transform: translate(26px) translateY(5px) scale(.38)
    }

    52% {
        transform: translate(-41px) translateY(-63px) scale(.67)
    }

    51.8518518519% {
        transform: translate(185px) translateY(-66px) scale(.59)
    }

    75% {
        transform: translate(147px) translateY(49px) scale(.72)
    }

    69.5652173913% {
        transform: translate(14px) translateY(9px) scale(1)
    }

    65.3846153846% {
        transform: translate(62px) translateY(-32px) scale(.37)
    }

    72% {
        transform: translate(143px) translateY(-45px) scale(.74)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(24) {
    transform: translate(318px) translateY(-172px) scale(.6)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(24):before {
    animation-duration: 13s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(24):after {
    animation-duration: 13s,3174ms;
    animation-delay: 0ms,2465ms
}

@keyframes glow-background-module_move24__vJTbE1e9__platform-common {
    0% {
        transform: translate(23px) translateY(50px) scale(.56)
    }

    5.2631578947% {
        transform: translate(191px) translateY(-17px) scale(.82)
    }

    9.5238095238% {
        transform: translate(198px) translateY(-125px) scale(.63)
    }

    12.5% {
        transform: translate(6px) translateY(-64px) scale(.6)
    }

    23.5294117647% {
        transform: translate(153px) translateY(-122px) scale(.77)
    }

    17.8571428571% {
        transform: translate(204px) translateY(-95px) scale(.29)
    }

    25% {
        transform: translate(232px) translateY(-74px) scale(.39)
    }

    41.1764705882% {
        transform: translate(208px) translateY(-78px) scale(.67)
    }

    47.0588235294% {
        transform: translate(-29px) translateY(41px) scale(.61)
    }

    33.3333333333% {
        transform: translate(95px) translateY(31px) scale(.3)
    }

    38.4615384615% {
        transform: translate(118px) translateY(-40px) scale(.62)
    }

    64.7058823529% {
        transform: translate(235px) translateY(-73px) scale(.52)
    }

    63.1578947368% {
        transform: translate(162px) translateY(-24px) scale(.66)
    }

    56.5217391304% {
        transform: translate(19px) translateY(-141px) scale(.81)
    }

    73.6842105263% {
        transform: translate(22px) translateY(-32px) scale(.34)
    }

    57.6923076923% {
        transform: translate(81px) translateY(38px) scale(.93)
    }

    76.1904761905% {
        transform: translate(-22px) translateY(32px) scale(.5)
    }

    94.4444444444% {
        transform: translate(107px) translateY(18px) scale(.72)
    }

    69.2307692308% {
        transform: translate(174px) translateY(-69px) scale(.29)
    }

    76% {
        transform: translate(-16px) translateY(-147px) scale(.38)
    }

    to {
        transform: translate(26px) translateY(-121px) scale(.26)
    }

    123.5294117647% {
        transform: translate(148px) translateY(-24px) scale(.54)
    }

    84.6153846154% {
        transform: translate(199px) translateY(-147px) scale(.91)
    }

    127.7777777778% {
        transform: translate(209px) translateY(-30px) scale(.79)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(25) {
    transform: translate(-60px) translateY(-134px) scale(.73)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(25):before {
    animation-duration: 13s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(25):after {
    animation-duration: 13s,2102ms;
    animation-delay: 0ms,4335ms
}

@keyframes glow-background-module_move25__Jk1-gDr-__platform-common {
    0% {
        transform: translate(193px) translateY(30px) scale(.26)
    }

    4.347826087% {
        transform: translate(0) translateY(-83px) scale(.63)
    }

    8.6956521739% {
        transform: translate(-19px) translateY(-130px) scale(.37)
    }

    13.6363636364% {
        transform: translate(88px) translateY(-14px) scale(.78)
    }

    18.1818181818% {
        transform: translate(88px) translateY(18px) scale(.91)
    }

    25% {
        transform: translate(-28px) translateY(32px) scale(1)
    }

    22.2222222222% {
        transform: translate(157px) translateY(-25px) scale(.49)
    }

    38.8888888889% {
        transform: translate(99px) translateY(0) scale(.7)
    }

    36.3636363636% {
        transform: translate(212px) translateY(-100px) scale(.92)
    }

    34.6153846154% {
        transform: translate(116px) translateY(-89px) scale(.62)
    }

    45.4545454545% {
        transform: translate(60px) translateY(17px) scale(.99)
    }

    64.7058823529% {
        transform: translate(102px) translateY(-41px) scale(.34)
    }

    63.1578947368% {
        transform: translate(42px) translateY(-109px) scale(.52)
    }

    54.1666666667% {
        transform: translate(98px) translateY(-112px) scale(.89)
    }

    70% {
        transform: translate(51px) translateY(-93px) scale(.91)
    }

    75% {
        transform: translate(23px) translateY(-31px) scale(.8)
    }

    61.5384615385% {
        transform: translate(211px) translateY(41px) scale(.95)
    }

    62.962962963% {
        transform: translate(-39px) translateY(-7px) scale(.47)
    }

    75% {
        transform: translate(156px) translateY(7px) scale(.34)
    }

    86.3636363636% {
        transform: translate(45px) translateY(-49px) scale(.28)
    }

    111.1111111111% {
        transform: translate(59px) translateY(-47px) scale(.26)
    }

    105% {
        transform: translate(38px) translateY(25px) scale(.55)
    }

    78.5714285714% {
        transform: translate(94px) translateY(30px) scale(.65)
    }

    to {
        transform: translate(157px) translateY(-125px) scale(.59)
    }

    109.0909090909% {
        transform: translate(144px) translateY(-81px) scale(.31)
    }

    to {
        transform: translate(94px) translateY(-109px) scale(.59)
    }

    123.8095238095% {
        transform: translate(91px) translateY(-51px) scale(.4)
    }

    142.1052631579% {
        transform: translate(-19px) translateY(-124px) scale(.38)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(26) {
    transform: translate(171px) translateY(-77px) scale(.27)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(26):before {
    animation-duration: 9s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(26):after {
    animation-duration: 9s,4033ms;
    animation-delay: 0ms,3128ms
}

@keyframes glow-background-module_move26__xJ-dk-Bf__platform-common {
    0% {
        transform: translate(82px) translateY(33px) scale(.99)
    }

    4.5454545455% {
        transform: translate(29px) translateY(-3px) scale(.76)
    }

    9.5238095238% {
        transform: translate(61px) translateY(-97px) scale(.38)
    }

    12% {
        transform: translate(213px) translateY(-86px) scale(1)
    }

    14.8148148148% {
        transform: translate(163px) translateY(-138px) scale(.97)
    }

    20% {
        transform: translate(156px) translateY(-54px) scale(.78)
    }

    25% {
        transform: translate(119px) translateY(-123px) scale(.65)
    }

    31.8181818182% {
        transform: translate(209px) translateY(-35px) scale(.74)
    }

    32% {
        transform: translate(214px) translateY(-148px) scale(.38)
    }

    40.9090909091% {
        transform: translate(118px) translateY(16px) scale(.37)
    }

    47.619047619% {
        transform: translate(34px) translateY(-132px) scale(.87)
    }

    42.3076923077% {
        transform: translate(-26px) translateY(-103px) scale(.7)
    }

    52.1739130435% {
        transform: translate(-40px) translateY(-86px) scale(.86)
    }

    46.4285714286% {
        transform: translate(84px) translateY(-26px) scale(.91)
    }

    82.3529411765% {
        transform: translate(148px) translateY(-27px) scale(.48)
    }

    55.5555555556% {
        transform: translate(61px) translateY(-77px) scale(.29)
    }

    80% {
        transform: translate(-28px) translateY(-149px) scale(.43)
    }

    to {
        transform: translate(22px) translateY(-7px) scale(.52)
    }

    69.2307692308% {
        transform: translate(200px) translateY(-45px) scale(.44)
    }

    90.4761904762% {
        transform: translate(24px) translateY(-86px) scale(.86)
    }

    105.2631578947% {
        transform: translate(14px) translateY(-122px) scale(.88)
    }

    110.5263157895% {
        transform: translate(117px) translateY(-104px) scale(.62)
    }

    104.7619047619% {
        transform: translate(-10px) translateY(-26px) scale(.92)
    }

    115% {
        transform: translate(73px) translateY(-84px) scale(.27)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(27) {
    transform: translate(-88px) translateY(-114px) scale(.4)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(27):before {
    animation-duration: 10s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(27):after {
    animation-duration: 10s,2476ms;
    animation-delay: 0ms,1377ms
}

@keyframes glow-background-module_move27__sJ-vn0Nx__platform-common {
    0% {
        transform: translate(32px) translateY(-80px) scale(.39)
    }

    4.5454545455% {
        transform: translate(223px) translateY(-6px) scale(.42)
    }

    9.5238095238% {
        transform: translate(-47px) translateY(32px) scale(.83)
    }

    11.5384615385% {
        transform: translate(151px) translateY(-48px) scale(.77)
    }

    23.5294117647% {
        transform: translate(177px) translateY(-69px) scale(.7)
    }

    17.8571428571% {
        transform: translate(206px) translateY(-41px) scale(.56)
    }

    21.4285714286% {
        transform: translate(42px) translateY(-82px) scale(1)
    }

    25% {
        transform: translate(175px) translateY(18px) scale(.6)
    }

    38.0952380952% {
        transform: translate(91px) translateY(2px) scale(.91)
    }

    50% {
        transform: translate(146px) translateY(-19px) scale(.38)
    }

    35.7142857143% {
        transform: translate(72px) translateY(-102px) scale(.87)
    }

    61.1111111111% {
        transform: translate(-33px) translateY(5px) scale(.76)
    }

    50% {
        transform: translate(127px) translateY(22px) scale(.66)
    }

    54.1666666667% {
        transform: translate(161px) translateY(-55px) scale(.81)
    }

    77.7777777778% {
        transform: translate(232px) translateY(47px) scale(.79)
    }

    62.5% {
        transform: translate(-27px) translateY(-53px) scale(.48)
    }

    72.7272727273% {
        transform: translate(84px) translateY(-143px) scale(.86)
    }

    68% {
        transform: translate(137px) translateY(-13px) scale(.45)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(28) {
    transform: translate(386px) translateY(84px) scale(.57)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(28):before {
    animation-duration: 8s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(28):after {
    animation-duration: 8s,2221ms;
    animation-delay: 0ms,1469ms
}

@keyframes glow-background-module_move28__Xu7X387e__platform-common {
    0% {
        transform: translate(221px) translateY(-64px) scale(.67)
    }

    3.8461538462% {
        transform: translate(231px) translateY(-77px) scale(.49)
    }

    11.7647058824% {
        transform: translate(145px) translateY(-39px) scale(.49)
    }

    11.5384615385% {
        transform: translate(156px) translateY(-97px) scale(.97)
    }

    17.3913043478% {
        transform: translate(174px) translateY(-115px) scale(.93)
    }

    26.3157894737% {
        transform: translate(247px) translateY(-37px) scale(.77)
    }

    21.4285714286% {
        transform: translate(33px) translateY(22px) scale(.41)
    }

    25.9259259259% {
        transform: translate(110px) translateY(-54px) scale(.52)
    }

    47.0588235294% {
        transform: translate(99px) translateY(-54px) scale(.59)
    }

    34.6153846154% {
        transform: translate(4px) translateY(-145px) scale(.57)
    }

    55.5555555556% {
        transform: translate(152px) translateY(-142px) scale(.47)
    }

    39.2857142857% {
        transform: translate(-11px) translateY(-76px) scale(.77)
    }

    46.1538461538% {
        transform: translate(-13px) translateY(-87px) scale(.87)
    }

    56.5217391304% {
        transform: translate(59px) translateY(34px) scale(.33)
    }

    82.3529411765% {
        transform: translate(1px) translateY(-78px) scale(.84)
    }

    53.5714285714% {
        transform: translate(-38px) translateY(-95px) scale(.81)
    }

    57.1428571429% {
        transform: translate(232px) translateY(-16px) scale(.74)
    }

    to {
        transform: translate(160px) translateY(-23px) scale(.58)
    }

    105.8823529412% {
        transform: translate(41px) translateY(-122px) scale(.71)
    }

    67.8571428571% {
        transform: translate(57px) translateY(-37px) scale(.79)
    }

    74.0740740741% {
        transform: translate(220px) translateY(15px) scale(.39)
    }

    110.5263157895% {
        transform: translate(213px) translateY(-105px) scale(.98)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(29) {
    transform: translate(138px) translateY(47px) scale(1)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(29):before {
    animation-duration: 15s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(29):after {
    animation-duration: 15s,4405ms;
    animation-delay: 0ms,3832ms
}

@keyframes glow-background-module_move29__hYJ-3A74__platform-common {
    0% {
        transform: translate(204px) translateY(-61px) scale(.51)
    }

    4.5454545455% {
        transform: translate(161px) translateY(-65px) scale(.35)
    }

    11.7647058824% {
        transform: translate(33px) translateY(-140px) scale(.38)
    }

    15% {
        transform: translate(7px) translateY(-52px) scale(.64)
    }

    17.3913043478% {
        transform: translate(199px) translateY(-79px) scale(.78)
    }

    22.7272727273% {
        transform: translate(-4px) translateY(16px) scale(.91)
    }

    24% {
        transform: translate(-19px) translateY(-133px) scale(.63)
    }

    30.4347826087% {
        transform: translate(1px) translateY(-82px) scale(.44)
    }

    38.0952380952% {
        transform: translate(-40px) translateY(49px) scale(.42)
    }

    39.1304347826% {
        transform: translate(-12px) translateY(-130px) scale(.36)
    }

    52.6315789474% {
        transform: translate(50px) translateY(22px) scale(.29)
    }

    40.7407407407% {
        transform: translate(37px) translateY(47px) scale(.36)
    }

    54.5454545455% {
        transform: translate(111px) translateY(-33px) scale(.55)
    }

    48.1481481481% {
        transform: translate(146px) translateY(-102px) scale(.54)
    }

    63.6363636364% {
        transform: translate(145px) translateY(-134px) scale(.81)
    }

    75% {
        transform: translate(-18px) translateY(-35px) scale(.75)
    }

    61.5384615385% {
        transform: translate(-37px) translateY(-96px) scale(.55)
    }

    62.962962963% {
        transform: translate(194px) translateY(-103px) scale(.75)
    }

    75% {
        transform: translate(137px) translateY(-87px) scale(.34)
    }

    105.5555555556% {
        transform: translate(246px) translateY(27px) scale(.87)
    }

    86.9565217391% {
        transform: translate(-28px) translateY(-20px) scale(.33)
    }

    80.7692307692% {
        transform: translate(205px) translateY(-4px) scale(.53)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(30) {
    transform: translate(128px) translateY(-109px) scale(.5)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(30):before {
    animation-duration: 10s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(30):after {
    animation-duration: 10s,3752ms;
    animation-delay: 0ms,3774ms
}

@keyframes glow-background-module_move30__qQUvTZFq__platform-common {
    0% {
        transform: translate(199px) translateY(-48px) scale(.81)
    }

    4.7619047619% {
        transform: translate(-24px) translateY(-121px) scale(.41)
    }

    7.1428571429% {
        transform: translate(85px) translateY(-5px) scale(.91)
    }

    15% {
        transform: translate(77px) translateY(-148px) scale(.39)
    }

    19.0476190476% {
        transform: translate(62px) translateY(-127px) scale(.77)
    }

    23.8095238095% {
        transform: translate(-12px) translateY(3px) scale(.27)
    }

    30% {
        transform: translate(80px) translateY(-99px) scale(.93)
    }

    25.9259259259% {
        transform: translate(127px) translateY(-92px) scale(.94)
    }

    29.6296296296% {
        transform: translate(-22px) translateY(-84px) scale(.4)
    }

    33.3333333333% {
        transform: translate(200px) translateY(-60px) scale(.99)
    }

    58.8235294118% {
        transform: translate(-13px) translateY(-88px) scale(.96)
    }

    47.8260869565% {
        transform: translate(-22px) translateY(-139px) scale(.36)
    }

    46.1538461538% {
        transform: translate(71px) translateY(-56px) scale(.39)
    }

    50% {
        transform: translate(141px) translateY(-125px) scale(.59)
    }

    58.3333333333% {
        transform: translate(22px) translateY(-1px) scale(.49)
    }

    68.1818181818% {
        transform: translate(112px) translateY(-82px) scale(.84)
    }

    72.7272727273% {
        transform: translate(15px) translateY(-102px) scale(.7)
    }

    62.962962963% {
        transform: translate(-48px) translateY(-39px) scale(.48)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(31) {
    transform: translate(258px) translateY(-101px) scale(.7)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(31):before {
    animation-duration: 12s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(31):after {
    animation-duration: 12s,4116ms;
    animation-delay: 0ms,4.93s
}

@keyframes glow-background-module_move31__7bZIjXfA__platform-common {
    0% {
        transform: translate(51px) translateY(-108px) scale(.86)
    }

    4% {
        transform: translate(70px) translateY(-62px) scale(.44)
    }

    7.1428571429% {
        transform: translate(161px) translateY(19px) scale(.45)
    }

    16.6666666667% {
        transform: translate(178px) translateY(33px) scale(.9)
    }

    14.2857142857% {
        transform: translate(219px) translateY(-47px) scale(.76)
    }

    26.3157894737% {
        transform: translate(59px) translateY(-21px) scale(.94)
    }

    30% {
        transform: translate(84px) translateY(-40px) scale(.58)
    }

    33.3333333333% {
        transform: translate(20px) translateY(50px) scale(.83)
    }

    44.4444444444% {
        transform: translate(-2px) translateY(5px) scale(.86)
    }

    45% {
        transform: translate(84px) translateY(11px) scale(.7)
    }

    41.6666666667% {
        transform: translate(-16px) translateY(-59px) scale(.91)
    }

    61.1111111111% {
        transform: translate(-36px) translateY(-142px) scale(.69)
    }

    70.5882352941% {
        transform: translate(1px) translateY(-133px) scale(.44)
    }

    68.4210526316% {
        transform: translate(-44px) translateY(-24px) scale(.52)
    }

    56% {
        transform: translate(136px) translateY(-140px) scale(.96)
    }

    71.4285714286% {
        transform: translate(240px) translateY(-112px) scale(.68)
    }

    84.2105263158% {
        transform: translate(75px) translateY(-6px) scale(.7)
    }

    80.9523809524% {
        transform: translate(-49px) translateY(-35px) scale(.83)
    }

    to {
        transform: translate(78px) translateY(-45px) scale(.75)
    }

    to {
        transform: translate(224px) translateY(-37px) scale(.42)
    }

    86.9565217391% {
        transform: translate(146px) translateY(-122px) scale(.89)
    }

    87.5% {
        transform: translate(28px) translateY(25px) scale(.79)
    }

    91.6666666667% {
        transform: translate(99px) translateY(23px) scale(.73)
    }

    104.5454545455% {
        transform: translate(-46px) translateY(-123px) scale(.79)
    }

    133.3333333333% {
        transform: translate(9px) translateY(-97px) scale(.74)
    }

    138.8888888889% {
        transform: translate(-32px) translateY(-122px) scale(.7)
    }

    136.8421052632% {
        transform: translate(189px) translateY(-58px) scale(.79)
    }

    117.3913043478% {
        transform: translate(23px) translateY(-131px) scale(.29)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(32) {
    transform: translate(-95px) translateY(-183px) scale(.69)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(32):before {
    animation-duration: 14s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(32):after {
    animation-duration: 14s,4043ms;
    animation-delay: 0ms,1758ms
}

@keyframes glow-background-module_move32__uPDdlgpC__platform-common {
    0% {
        transform: translate(92px) translateY(-42px) scale(.89)
    }

    4.5454545455% {
        transform: translate(225px) translateY(-67px) scale(.53)
    }

    7.6923076923% {
        transform: translate(5px) translateY(-97px) scale(.4)
    }

    13.6363636364% {
        transform: translate(180px) translateY(20px) scale(.7)
    }

    18.1818181818% {
        transform: translate(185px) translateY(34px) scale(.93)
    }

    20.8333333333% {
        transform: translate(237px) translateY(36px) scale(.55)
    }

    25% {
        transform: translate(79px) translateY(-39px) scale(.54)
    }

    30.4347826087% {
        transform: translate(114px) translateY(17px) scale(.57)
    }

    36.3636363636% {
        transform: translate(121px) translateY(-65px) scale(.84)
    }

    50% {
        transform: translate(185px) translateY(44px) scale(.42)
    }

    45.4545454545% {
        transform: translate(184px) translateY(-33px) scale(.88)
    }

    45.8333333333% {
        transform: translate(112px) translateY(-144px) scale(.37)
    }

    42.8571428571% {
        transform: translate(188px) translateY(10px) scale(.52)
    }

    76.4705882353% {
        transform: translate(139px) translateY(-142px) scale(.84)
    }

    60.8695652174% {
        transform: translate(176px) translateY(25px) scale(.64)
    }

    65.2173913043% {
        transform: translate(131px) translateY(-107px) scale(.45)
    }

    84.2105263158% {
        transform: translate(88px) translateY(-63px) scale(.82)
    }

    to {
        transform: translate(73px) translateY(38px) scale(.94)
    }

    64.2857142857% {
        transform: translate(-22px) translateY(-145px) scale(.64)
    }

    82.6086956522% {
        transform: translate(135px) translateY(-95px) scale(.74)
    }

    80% {
        transform: translate(235px) translateY(-32px) scale(.98)
    }

    87.5% {
        transform: translate(217px) translateY(-105px) scale(.65)
    }

    104.7619047619% {
        transform: translate(84px) translateY(-15px) scale(.89)
    }

    88.4615384615% {
        transform: translate(19px) translateY(-106px) scale(.35)
    }

    to {
        transform: translate(103px) translateY(17px) scale(.78)
    }

    92.5925925926% {
        transform: translate(146px) translateY(23px) scale(.33)
    }

    to {
        transform: translate(102px) translateY(-109px) scale(.31)
    }

    112.5% {
        transform: translate(45px) translateY(-10px) scale(.58)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(33) {
    transform: translate(265px) translateY(-92px) scale(.47)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(33):before {
    animation-duration: 12s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(33):after {
    animation-duration: 12s,2283ms;
    animation-delay: 0ms,.58s
}

@keyframes glow-background-module_move33__y-YPPbu6__platform-common {
    0% {
        transform: translate(194px) translateY(-136px) scale(.34)
    }

    4% {
        transform: translate(176px) translateY(16px) scale(.96)
    }

    7.4074074074% {
        transform: translate(183px) translateY(-87px) scale(.38)
    }

    11.5384615385% {
        transform: translate(49px) translateY(-78px) scale(.51)
    }

    15.3846153846% {
        transform: translate(57px) translateY(-93px) scale(.66)
    }

    23.8095238095% {
        transform: translate(236px) translateY(-88px) scale(.99)
    }

    30% {
        transform: translate(233px) translateY(-148px) scale(.26)
    }

    35% {
        transform: translate(-20px) translateY(43px) scale(.6)
    }

    29.6296296296% {
        transform: translate(87px) translateY(2px) scale(.58)
    }

    37.5% {
        transform: translate(193px) translateY(-92px) scale(.76)
    }

    37.037037037% {
        transform: translate(39px) translateY(-149px) scale(.47)
    }

    55% {
        transform: translate(-19px) translateY(-6px) scale(.31)
    }

    60% {
        transform: translate(208px) translateY(33px) scale(.43)
    }

    68.4210526316% {
        transform: translate(170px) translateY(-5px) scale(.85)
    }

    82.3529411765% {
        transform: translate(205px) translateY(-89px) scale(.75)
    }

    75% {
        transform: translate(193px) translateY(-139px) scale(.39)
    }

    94.1176470588% {
        transform: translate(123px) translateY(1px) scale(.76)
    }

    85% {
        transform: translate(-30px) translateY(-119px) scale(.54)
    }

    69.2307692308% {
        transform: translate(0) translateY(-30px) scale(1)
    }

    79.1666666667% {
        transform: translate(236px) translateY(-1px) scale(.87)
    }

    74.0740740741% {
        transform: translate(-32px) translateY(-129px) scale(.85)
    }

    110.5263157895% {
        transform: translate(-3px) translateY(-41px) scale(.74)
    }

    78.5714285714% {
        transform: translate(-37px) translateY(-47px) scale(.44)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(34) {
    transform: translate(251px) translateY(-155px) scale(.74)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(34):before {
    animation-duration: 14s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(34):after {
    animation-duration: 14s,3619ms;
    animation-delay: 0ms,2441ms
}

@keyframes glow-background-module_move34__G4y0Qi8x__platform-common {
    0% {
        transform: translate(55px) translateY(-148px) scale(.57)
    }

    4.7619047619% {
        transform: translate(210px) translateY(-145px) scale(.99)
    }

    8.6956521739% {
        transform: translate(166px) translateY(-65px) scale(.5)
    }

    12% {
        transform: translate(72px) translateY(-18px) scale(.46)
    }

    23.5294117647% {
        transform: translate(229px) translateY(-23px) scale(.94)
    }

    18.5185185185% {
        transform: translate(-7px) translateY(-33px) scale(.67)
    }

    27.2727272727% {
        transform: translate(169px) translateY(-90px) scale(.62)
    }

    38.8888888889% {
        transform: translate(-25px) translateY(-6px) scale(.65)
    }

    30.7692307692% {
        transform: translate(-38px) translateY(-125px) scale(.64)
    }

    42.8571428571% {
        transform: translate(207px) translateY(-12px) scale(.72)
    }

    45.4545454545% {
        transform: translate(146px) translateY(-8px) scale(.73)
    }

    45.8333333333% {
        transform: translate(-49px) translateY(-110px) scale(.88)
    }

    66.6666666667% {
        transform: translate(247px) translateY(-101px) scale(.96)
    }

    50% {
        transform: translate(55px) translateY(-9px) scale(.28)
    }

    63.6363636364% {
        transform: translate(171px) translateY(-107px) scale(.26)
    }

    71.4285714286% {
        transform: translate(16px) translateY(-141px) scale(.98)
    }

    66.6666666667% {
        transform: translate(0) translateY(-120px) scale(.28)
    }

    80.9523809524% {
        transform: translate(132px) translateY(-122px) scale(.54)
    }

    66.6666666667% {
        transform: translate(157px) translateY(5px) scale(.3)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(35) {
    transform: translate(-49px) translateY(94px) scale(.94)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(35):before {
    animation-duration: 8s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(35):after {
    animation-duration: 8s,2206ms;
    animation-delay: 0ms,4671ms
}

@keyframes glow-background-module_move35__mu9Y8pU-__platform-common {
    0% {
        transform: translate(128px) translateY(18px) scale(.68)
    }

    4% {
        transform: translate(29px) translateY(-59px) scale(.88)
    }

    8.3333333333% {
        transform: translate(99px) translateY(12px) scale(.35)
    }

    14.2857142857% {
        transform: translate(105px) translateY(-102px) scale(.98)
    }

    18.1818181818% {
        transform: translate(79px) translateY(-135px) scale(.4)
    }

    20.8333333333% {
        transform: translate(133px) translateY(-146px) scale(.98)
    }

    33.3333333333% {
        transform: translate(13px) translateY(-33px) scale(.53)
    }

    25.9259259259% {
        transform: translate(-13px) translateY(-35px) scale(.89)
    }

    32% {
        transform: translate(-13px) translateY(33px) scale(.32)
    }

    32.1428571429% {
        transform: translate(118px) translateY(6px) scale(.57)
    }

    58.8235294118% {
        transform: translate(163px) translateY(48px) scale(.66)
    }

    61.1111111111% {
        transform: translate(61px) translateY(-125px) scale(.77)
    }

    42.8571428571% {
        transform: translate(-49px) translateY(-58px) scale(.99)
    }

    72.2222222222% {
        transform: translate(190px) translateY(-93px) scale(.95)
    }

    53.8461538462% {
        transform: translate(46px) translateY(-92px) scale(.37)
    }

    78.9473684211% {
        transform: translate(-14px) translateY(37px) scale(.46)
    }

    76.1904761905% {
        transform: translate(235px) translateY(-4px) scale(.56)
    }

    94.4444444444% {
        transform: translate(-14px) translateY(-95px) scale(.7)
    }

    72% {
        transform: translate(112px) translateY(-38px) scale(.72)
    }

    90.4761904762% {
        transform: translate(-45px) translateY(50px) scale(.64)
    }

    76.9230769231% {
        transform: translate(68px) translateY(-26px) scale(.71)
    }

    77.7777777778% {
        transform: translate(129px) translateY(-86px) scale(.85)
    }

    78.5714285714% {
        transform: translate(187px) translateY(40px) scale(.77)
    }

    115% {
        transform: translate(66px) translateY(-88px) scale(.93)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(36) {
    transform: translate(210px) translateY(20px) scale(.8)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(36):before {
    animation-duration: 9s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(36):after {
    animation-duration: 9s,2.96s;
    animation-delay: 0ms,2656ms
}

@keyframes glow-background-module_move36__FLdGEfPO__platform-common {
    0% {
        transform: translate(51px) translateY(-65px) scale(.6)
    }

    4% {
        transform: translate(108px) translateY(-51px) scale(.4)
    }

    7.4074074074% {
        transform: translate(210px) translateY(13px) scale(.86)
    }

    13.6363636364% {
        transform: translate(138px) translateY(-144px) scale(.6)
    }

    16% {
        transform: translate(189px) translateY(-108px) scale(.85)
    }

    20.8333333333% {
        transform: translate(244px) translateY(-131px) scale(.72)
    }

    22.2222222222% {
        transform: translate(0) translateY(-135px) scale(.68)
    }

    29.1666666667% {
        transform: translate(203px) translateY(49px) scale(.4)
    }

    33.3333333333% {
        transform: translate(172px) translateY(24px) scale(.35)
    }

    33.3333333333% {
        transform: translate(11px) translateY(-104px) scale(.39)
    }

    35.7142857143% {
        transform: translate(38px) translateY(-118px) scale(.47)
    }

    61.1111111111% {
        transform: translate(54px) translateY(-135px) scale(.75)
    }

    66.6666666667% {
        transform: translate(-28px) translateY(-118px) scale(.88)
    }

    50% {
        transform: translate(189px) translateY(3px) scale(.44)
    }

    60.8695652174% {
        transform: translate(91px) translateY(34px) scale(.66)
    }

    83.3333333333% {
        transform: translate(169px) translateY(-112px) scale(.33)
    }

    59.2592592593% {
        transform: translate(62px) translateY(-103px) scale(.69)
    }

    80.9523809524% {
        transform: translate(71px) translateY(1px) scale(.62)
    }

    78.2608695652% {
        transform: translate(115px) translateY(-72px) scale(.94)
    }

    76% {
        transform: translate(35px) translateY(1px) scale(.51)
    }

    71.4285714286% {
        transform: translate(136px) translateY(-70px) scale(.56)
    }

    75% {
        transform: translate(13px) translateY(32px) scale(.34)
    }

    81.4814814815% {
        transform: translate(-27px) translateY(19px) scale(.55)
    }

    88.4615384615% {
        transform: translate(242px) translateY(-62px) scale(.31)
    }

    104.347826087% {
        transform: translate(88px) translateY(-148px) scale(.38)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(37) {
    transform: translate(75px) translateY(94px) scale(.39)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(37):before {
    animation-duration: 11s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(37):after {
    animation-duration: 11s,2403ms;
    animation-delay: 0ms,1806ms
}

@keyframes glow-background-module_move37__6p6osqQH__platform-common {
    0% {
        transform: translate(-16px) translateY(-81px) scale(.64)
    }

    5% {
        transform: translate(174px) translateY(-2px) scale(.93)
    }

    7.1428571429% {
        transform: translate(1px) translateY(-51px) scale(.36)
    }

    11.5384615385% {
        transform: translate(227px) translateY(-115px) scale(.47)
    }

    21.0526315789% {
        transform: translate(120px) translateY(-142px) scale(.36)
    }

    19.2307692308% {
        transform: translate(13px) translateY(46px) scale(.79)
    }

    28.5714285714% {
        transform: translate(34px) translateY(-63px) scale(.28)
    }

    41.1764705882% {
        transform: translate(26px) translateY(-110px) scale(.83)
    }

    42.1052631579% {
        transform: translate(180px) translateY(-114px) scale(.87)
    }

    36% {
        transform: translate(88px) translateY(30px) scale(.55)
    }

    58.8235294118% {
        transform: translate(207px) translateY(-121px) scale(.5)
    }

    64.7058823529% {
        transform: translate(207px) translateY(-90px) scale(.86)
    }

    54.5454545455% {
        transform: translate(219px) translateY(-103px) scale(.42)
    }

    59.0909090909% {
        transform: translate(75px) translateY(8px) scale(.77)
    }

    58.3333333333% {
        transform: translate(44px) translateY(-131px) scale(.35)
    }

    57.6923076923% {
        transform: translate(236px) translateY(-77px) scale(.33)
    }

    57.1428571429% {
        transform: translate(54px) translateY(-75px) scale(.71)
    }

    77.2727272727% {
        transform: translate(152px) translateY(11px) scale(.56)
    }

    75% {
        transform: translate(206px) translateY(-96px) scale(.94)
    }

    82.6086956522% {
        transform: translate(-16px) translateY(-123px) scale(.79)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(38) {
    transform: translate(279px) translateY(-36px) scale(.84)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(38):before {
    animation-duration: 10s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(38):after {
    animation-duration: 10s,3557ms;
    animation-delay: 0ms,3976ms
}

@keyframes glow-background-module_move38__3vDXCYW0__platform-common {
    0% {
        transform: translate(50px) translateY(19px) scale(.69)
    }

    3.7037037037% {
        transform: translate(46px) translateY(-116px) scale(.8)
    }

    11.1111111111% {
        transform: translate(164px) translateY(-35px) scale(.74)
    }

    13.6363636364% {
        transform: translate(-48px) translateY(32px) scale(.47)
    }

    17.3913043478% {
        transform: translate(111px) translateY(21px) scale(.75)
    }

    21.7391304348% {
        transform: translate(186px) translateY(-145px) scale(.68)
    }

    31.5789473684% {
        transform: translate(51px) translateY(-64px) scale(.35)
    }

    38.8888888889% {
        transform: translate(225px) translateY(-17px) scale(.62)
    }

    30.7692307692% {
        transform: translate(21px) translateY(-25px) scale(.52)
    }

    39.1304347826% {
        transform: translate(216px) translateY(-118px) scale(.74)
    }

    43.4782608696% {
        transform: translate(175px) translateY(9px) scale(.94)
    }

    47.8260869565% {
        transform: translate(209px) translateY(-92px) scale(.92)
    }

    44.4444444444% {
        transform: translate(-30px) translateY(21px) scale(.9)
    }

    76.4705882353% {
        transform: translate(-35px) translateY(-5px) scale(.87)
    }

    73.6842105263% {
        transform: translate(3px) translateY(-127px) scale(.6)
    }

    78.9473684211% {
        transform: translate(-26px) translateY(-41px) scale(.64)
    }

    64% {
        transform: translate(109px) translateY(-132px) scale(.7)
    }

    60.7142857143% {
        transform: translate(-45px) translateY(-23px) scale(.85)
    }

    94.7368421053% {
        transform: translate(147px) translateY(-53px) scale(.84)
    }

    67.8571428571% {
        transform: translate(68px) translateY(-100px) scale(1)
    }

    80% {
        transform: translate(161px) translateY(-76px) scale(.66)
    }

    to {
        transform: translate(44px) translateY(-130px) scale(.68)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(39) {
    transform: translate(-11px) translateY(54px) scale(.87)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(39):before {
    animation-duration: 10s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(39):after {
    animation-duration: 10s,2.93s;
    animation-delay: 0ms,729ms
}

@keyframes glow-background-module_move39__MNYnxBfz__platform-common {
    0% {
        transform: translate(231px) translateY(26px) scale(.45)
    }

    4.347826087% {
        transform: translate(20px) translateY(-89px) scale(.46)
    }

    10% {
        transform: translate(175px) translateY(-27px) scale(.79)
    }

    12.5% {
        transform: translate(243px) translateY(-35px) scale(.37)
    }

    23.5294117647% {
        transform: translate(105px) translateY(-130px) scale(.69)
    }

    19.2307692308% {
        transform: translate(92px) translateY(-131px) scale(.95)
    }

    23.0769230769% {
        transform: translate(219px) translateY(10px) scale(.49)
    }

    35% {
        transform: translate(-35px) translateY(-78px) scale(.26)
    }

    47.0588235294% {
        transform: translate(0) translateY(-102px) scale(1)
    }

    47.3684210526% {
        transform: translate(122px) translateY(-114px) scale(.48)
    }

    50% {
        transform: translate(184px) translateY(-130px) scale(.79)
    }

    61.1111111111% {
        transform: translate(217px) translateY(-108px) scale(.57)
    }

    63.1578947368% {
        transform: translate(-48px) translateY(-45px) scale(.8)
    }

    56.5217391304% {
        transform: translate(-3px) translateY(17px) scale(.45)
    }

    63.6363636364% {
        transform: translate(47px) translateY(-80px) scale(.46)
    }

    83.3333333333% {
        transform: translate(232px) translateY(-98px) scale(.56)
    }

    88.8888888889% {
        transform: translate(2px) translateY(-15px) scale(.65)
    }

    65.3846153846% {
        transform: translate(-28px) translateY(-68px) scale(.84)
    }

    66.6666666667% {
        transform: translate(54px) translateY(-135px) scale(.87)
    }

    67.8571428571% {
        transform: translate(-34px) translateY(29px) scale(.69)
    }

    71.4285714286% {
        transform: translate(-29px) translateY(-103px) scale(.91)
    }

    75% {
        transform: translate(11px) translateY(-73px) scale(.66)
    }

    88% {
        transform: translate(139px) translateY(44px) scale(.61)
    }

    135.2941176471% {
        transform: translate(203px) translateY(-117px) scale(.79)
    }

    120% {
        transform: translate(-24px) translateY(-53px) scale(.74)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(40) {
    transform: translate(140px) translateY(-89px) scale(.9)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(40):before {
    animation-duration: 11s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(40):after {
    animation-duration: 11s,2001ms;
    animation-delay: 0ms,3343ms
}

@keyframes glow-background-module_move40__DjoPM2-2__platform-common {
    0% {
        transform: translate(27px) translateY(14px) scale(.87)
    }

    5.5555555556% {
        transform: translate(171px) translateY(-63px) scale(.4)
    }

    7.6923076923% {
        transform: translate(241px) translateY(-138px) scale(.54)
    }

    14.2857142857% {
        transform: translate(-8px) translateY(-55px) scale(.37)
    }

    14.8148148148% {
        transform: translate(231px) translateY(6px) scale(.31)
    }

    18.5185185185% {
        transform: translate(90px) translateY(-137px) scale(.72)
    }

    27.2727272727% {
        transform: translate(4px) translateY(-23px) scale(.81)
    }

    25% {
        transform: translate(210px) translateY(-99px) scale(.97)
    }

    44.4444444444% {
        transform: translate(159px) translateY(-89px) scale(.55)
    }

    34.6153846154% {
        transform: translate(77px) translateY(42px) scale(.64)
    }

    41.6666666667% {
        transform: translate(120px) translateY(-51px) scale(.91)
    }

    47.8260869565% {
        transform: translate(245px) translateY(-3px) scale(.52)
    }

    66.6666666667% {
        transform: translate(73px) translateY(-69px) scale(.51)
    }

    68.4210526316% {
        transform: translate(54px) translateY(-145px) scale(.64)
    }

    73.6842105263% {
        transform: translate(88px) translateY(-94px) scale(.82)
    }

    83.3333333333% {
        transform: translate(31px) translateY(-74px) scale(.56)
    }

    59.2592592593% {
        transform: translate(26px) translateY(-19px) scale(.68)
    }

    80.9523809524% {
        transform: translate(-39px) translateY(-13px) scale(.75)
    }

    94.7368421053% {
        transform: translate(223px) translateY(-108px) scale(.53)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(41) {
    transform: translate(370px) translateY(-95px) scale(.6)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(41):before {
    animation-duration: 15s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(41):after {
    animation-duration: 15s,3614ms;
    animation-delay: 0ms,1584ms
}

@keyframes glow-background-module_move41__kyENHjL7__platform-common {
    0% {
        transform: translate(36px) translateY(13px) scale(.92)
    }

    4.347826087% {
        transform: translate(72px) translateY(-137px) scale(.65)
    }

    11.7647058824% {
        transform: translate(3px) translateY(-15px) scale(.59)
    }

    15.7894736842% {
        transform: translate(-9px) translateY(-140px) scale(.87)
    }

    14.8148148148% {
        transform: translate(-3px) translateY(-147px) scale(.57)
    }

    17.8571428571% {
        transform: translate(149px) translateY(-114px) scale(.7)
    }

    23.0769230769% {
        transform: translate(80px) translateY(-23px) scale(.5)
    }

    36.8421052632% {
        transform: translate(129px) translateY(-109px) scale(.96)
    }

    30.7692307692% {
        transform: translate(121px) translateY(-133px) scale(.52)
    }

    50% {
        transform: translate(96px) translateY(-138px) scale(.3)
    }

    35.7142857143% {
        transform: translate(95px) translateY(-137px) scale(.73)
    }

    40.7407407407% {
        transform: translate(97px) translateY(-112px) scale(.89)
    }

    50% {
        transform: translate(-12px) translateY(-38px) scale(.68)
    }

    59.0909090909% {
        transform: translate(247px) translateY(-68px) scale(.29)
    }

    73.6842105263% {
        transform: translate(164px) translateY(-111px) scale(.87)
    }

    71.4285714286% {
        transform: translate(40px) translateY(-131px) scale(.78)
    }

    80% {
        transform: translate(54px) translateY(12px) scale(.78)
    }

    70.8333333333% {
        transform: translate(234px) translateY(-38px) scale(.32)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(42) {
    transform: translate(-35px) translateY(-70px) scale(.9)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(42):before {
    animation-duration: 13s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(42):after {
    animation-duration: 13s,2742ms;
    animation-delay: 0ms,1584ms
}

@keyframes glow-background-module_move42__TGHu2BLS__platform-common {
    0% {
        transform: translate(237px) translateY(-139px) scale(.39)
    }

    5.8823529412% {
        transform: translate(195px) translateY(-89px) scale(.3)
    }

    11.7647058824% {
        transform: translate(207px) translateY(-101px) scale(.78)
    }

    15% {
        transform: translate(-14px) translateY(-147px) scale(.6)
    }

    15.3846153846% {
        transform: translate(186px) translateY(-72px) scale(.27)
    }

    22.7272727273% {
        transform: translate(248px) translateY(-17px) scale(.9)
    }

    27.2727272727% {
        transform: translate(196px) translateY(-15px) scale(.42)
    }

    31.8181818182% {
        transform: translate(235px) translateY(-136px) scale(.39)
    }

    34.7826086957% {
        transform: translate(79px) translateY(-34px) scale(.7)
    }

    34.6153846154% {
        transform: translate(-14px) translateY(-135px) scale(.68)
    }

    52.6315789474% {
        transform: translate(-42px) translateY(-31px) scale(.41)
    }

    39.2857142857% {
        transform: translate(68px) translateY(-69px) scale(.29)
    }

    46.1538461538% {
        transform: translate(-28px) translateY(-122px) scale(.33)
    }

    46.4285714286% {
        transform: translate(83px) translateY(-136px) scale(.28)
    }

    53.8461538462% {
        transform: translate(172px) translateY(-74px) scale(.89)
    }

    68.1818181818% {
        transform: translate(212px) translateY(-81px) scale(.99)
    }

    80% {
        transform: translate(249px) translateY(-62px) scale(.74)
    }

    89.4736842105% {
        transform: translate(72px) translateY(-118px) scale(.39)
    }

    69.2307692308% {
        transform: translate(228px) translateY(-47px) scale(.77)
    }

    111.7647058824% {
        transform: translate(5px) translateY(-71px) scale(.66)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(43) {
    transform: translate(119px) translateY(-98px) scale(.35)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(43):before {
    animation-duration: 16s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(43):after {
    animation-duration: 16s,2759ms;
    animation-delay: 0ms,311ms
}

@keyframes glow-background-module_move43__dRb6r6aM__platform-common {
    0% {
        transform: translate(240px) translateY(44px) scale(.55)
    }

    3.5714285714% {
        transform: translate(156px) translateY(-104px) scale(.48)
    }

    8.6956521739% {
        transform: translate(103px) translateY(-112px) scale(.76)
    }

    14.2857142857% {
        transform: translate(41px) translateY(11px) scale(.91)
    }

    22.2222222222% {
        transform: translate(174px) translateY(42px) scale(.58)
    }

    18.5185185185% {
        transform: translate(27px) translateY(-37px) scale(.7)
    }

    30% {
        transform: translate(197px) translateY(-46px) scale(.55)
    }

    25.9259259259% {
        transform: translate(245px) translateY(-42px) scale(.63)
    }

    42.1052631579% {
        transform: translate(182px) translateY(-121px) scale(.3)
    }

    39.1304347826% {
        transform: translate(102px) translateY(-143px) scale(.93)
    }

    50% {
        transform: translate(138px) translateY(29px) scale(.65)
    }

    39.2857142857% {
        transform: translate(108px) translateY(-113px) scale(.78)
    }

    57.1428571429% {
        transform: translate(235px) translateY(-110px) scale(.4)
    }

    50% {
        transform: translate(105px) translateY(-137px) scale(.72)
    }

    50% {
        transform: translate(54px) translateY(-10px) scale(.96)
    }

    68.1818181818% {
        transform: translate(34px) translateY(-60px) scale(.9)
    }

    66.6666666667% {
        transform: translate(198px) translateY(-26px) scale(.67)
    }

    77.2727272727% {
        transform: translate(101px) translateY(-128px) scale(.34)
    }

    66.6666666667% {
        transform: translate(-4px) translateY(-79px) scale(.94)
    }

    79.1666666667% {
        transform: translate(205px) translateY(-105px) scale(.5)
    }

    71.4285714286% {
        transform: translate(118px) translateY(-45px) scale(.89)
    }

    95.4545454545% {
        transform: translate(124px) translateY(48px) scale(.74)
    }

    81.4814814815% {
        transform: translate(237px) translateY(-68px) scale(.39)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(44) {
    transform: translate(164px) translateY(-86px) scale(.45)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(44):before {
    animation-duration: 16s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(44):after {
    animation-duration: 16s,2782ms;
    animation-delay: 0ms,4381ms
}

@keyframes glow-background-module_move44__mhsG7fQS__platform-common {
    0% {
        transform: translate(218px) translateY(-95px) scale(.68)
    }

    3.5714285714% {
        transform: translate(-19px) translateY(-49px) scale(.38)
    }

    8.6956521739% {
        transform: translate(213px) translateY(-40px) scale(.73)
    }

    12% {
        transform: translate(182px) translateY(44px) scale(.74)
    }

    17.3913043478% {
        transform: translate(-3px) translateY(-103px) scale(.63)
    }

    23.8095238095% {
        transform: translate(133px) translateY(-148px) scale(.39)
    }

    33.3333333333% {
        transform: translate(-2px) translateY(-122px) scale(.99)
    }

    28% {
        transform: translate(243px) translateY(18px) scale(.57)
    }

    30.7692307692% {
        transform: translate(-27px) translateY(49px) scale(.87)
    }

    37.5% {
        transform: translate(139px) translateY(46px) scale(.66)
    }

    43.4782608696% {
        transform: translate(-47px) translateY(-58px) scale(.68)
    }

    40.7407407407% {
        transform: translate(247px) translateY(-136px) scale(.88)
    }

    50% {
        transform: translate(134px) translateY(9px) scale(.35)
    }

    61.9047619048% {
        transform: translate(-23px) translateY(18px) scale(.48)
    }

    82.3529411765% {
        transform: translate(-28px) translateY(-87px) scale(.47)
    }

    78.9473684211% {
        transform: translate(205px) translateY(-119px) scale(.91)
    }

    59.2592592593% {
        transform: translate(146px) translateY(-123px) scale(.85)
    }

    to {
        transform: translate(159px) translateY(-126px) scale(.94)
    }

    78.2608695652% {
        transform: translate(165px) translateY(-123px) scale(.34)
    }

    86.3636363636% {
        transform: translate(-39px) translateY(-21px) scale(.45)
    }

    71.4285714286% {
        transform: translate(171px) translateY(-2px) scale(.69)
    }

    110.5263157895% {
        transform: translate(103px) translateY(-40px) scale(.35)
    }

    95.652173913% {
        transform: translate(-38px) translateY(-48px) scale(.55)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(45) {
    transform: translate(107px) translateY(-118px) scale(.87)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(45):before {
    animation-duration: 10s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(45):after {
    animation-duration: 10s,4965ms;
    animation-delay: 0ms,817ms
}

@keyframes glow-background-module_move45__AQ30R-7S__platform-common {
    0% {
        transform: translate(138px) translateY(-14px) scale(.34)
    }

    3.8461538462% {
        transform: translate(153px) translateY(-7px) scale(.89)
    }

    11.1111111111% {
        transform: translate(-13px) translateY(-87px) scale(.42)
    }

    12.5% {
        transform: translate(153px) translateY(36px) scale(.59)
    }

    14.8148148148% {
        transform: translate(47px) translateY(-81px) scale(.26)
    }

    21.7391304348% {
        transform: translate(-17px) translateY(-65px) scale(.65)
    }

    24% {
        transform: translate(91px) translateY(-141px) scale(.54)
    }

    29.1666666667% {
        transform: translate(30px) translateY(-97px) scale(.95)
    }

    34.7826086957% {
        transform: translate(-46px) translateY(-88px) scale(.66)
    }

    39.1304347826% {
        transform: translate(140px) translateY(-112px) scale(.79)
    }

    58.8235294118% {
        transform: translate(9px) translateY(-46px) scale(.28)
    }

    52.380952381% {
        transform: translate(-47px) translateY(-91px) scale(.85)
    }

    57.1428571429% {
        transform: translate(-45px) translateY(-141px) scale(.83)
    }

    54.1666666667% {
        transform: translate(173px) translateY(23px) scale(.81)
    }

    77.7777777778% {
        transform: translate(220px) translateY(-112px) scale(.29)
    }

    60% {
        transform: translate(111px) translateY(-20px) scale(.3)
    }

    69.5652173913% {
        transform: translate(116px) translateY(9px) scale(.64)
    }

    65.3846153846% {
        transform: translate(55px) translateY(-46px) scale(.78)
    }

    66.6666666667% {
        transform: translate(156px) translateY(-102px) scale(.4)
    }

    82.6086956522% {
        transform: translate(-17px) translateY(8px) scale(.95)
    }

    105.2631578947% {
        transform: translate(182px) translateY(-95px) scale(.88)
    }

    91.3043478261% {
        transform: translate(170px) translateY(4px) scale(.65)
    }

    81.4814814815% {
        transform: translate(226px) translateY(21px) scale(.42)
    }

    88.4615384615% {
        transform: translate(26px) translateY(25px) scale(.81)
    }

    88.8888888889% {
        transform: translate(137px) translateY(-75px) scale(.83)
    }

    89.2857142857% {
        transform: translate(190px) translateY(-103px) scale(.95)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(46) {
    transform: translate(-87px) translateY(-126px) scale(.37)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(46):before {
    animation-duration: 14s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(46):after {
    animation-duration: 14s,3344ms;
    animation-delay: 0ms,1023ms
}

@keyframes glow-background-module_move46__xubgBQiT__platform-common {
    0% {
        transform: translate(76px) translateY(-111px) scale(.28)
    }

    3.8461538462% {
        transform: translate(182px) translateY(10px) scale(.95)
    }

    8.3333333333% {
        transform: translate(66px) translateY(-100px) scale(.31)
    }

    15% {
        transform: translate(182px) translateY(-91px) scale(.43)
    }

    18.1818181818% {
        transform: translate(2px) translateY(-57px) scale(.76)
    }

    18.5185185185% {
        transform: translate(171px) translateY(-123px) scale(.43)
    }

    25% {
        transform: translate(-28px) translateY(-20px) scale(.42)
    }

    25.9259259259% {
        transform: translate(220px) translateY(-130px) scale(.94)
    }

    32% {
        transform: translate(-34px) translateY(3px) scale(.81)
    }

    34.6153846154% {
        transform: translate(164px) translateY(-85px) scale(.77)
    }

    43.4782608696% {
        transform: translate(232px) translateY(-103px) scale(.93)
    }

    45.8333333333% {
        transform: translate(192px) translateY(-38px) scale(.85)
    }

    46.1538461538% {
        transform: translate(238px) translateY(-50px) scale(.98)
    }

    46.4285714286% {
        transform: translate(225px) translateY(-49px) scale(.81)
    }

    58.3333333333% {
        transform: translate(123px) translateY(31px) scale(.82)
    }

    88.2352941176% {
        transform: translate(157px) translateY(-32px) scale(1)
    }

    84.2105263158% {
        transform: translate(-41px) translateY(26px) scale(.94)
    }

    65.3846153846% {
        transform: translate(112px) translateY(-102px) scale(.86)
    }

    66.6666666667% {
        transform: translate(-19px) translateY(-55px) scale(.7)
    }

    111.7647058824% {
        transform: translate(71px) translateY(-70px) scale(.89)
    }

    74.0740740741% {
        transform: translate(224px) translateY(8px) scale(.64)
    }

    105% {
        transform: translate(220px) translateY(-95px) scale(.72)
    }

    81.4814814815% {
        transform: translate(202px) translateY(26px) scale(.66)
    }

    85.1851851852% {
        transform: translate(165px) translateY(-138px) scale(.29)
    }

    114.2857142857% {
        transform: translate(22px) translateY(-101px) scale(.35)
    }

    108.6956521739% {
        transform: translate(238px) translateY(-77px) scale(.97)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(47) {
    transform: translate(131px) translateY(-98px) scale(.43)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(47):before {
    animation-duration: 9s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(47):after {
    animation-duration: 9s,3785ms;
    animation-delay: 0ms,1625ms
}

@keyframes glow-background-module_move47__hL7j858a__platform-common {
    0% {
        transform: translate(169px) translateY(-19px) scale(.68)
    }

    4.1666666667% {
        transform: translate(124px) translateY(18px) scale(.72)
    }

    9.5238095238% {
        transform: translate(78px) translateY(-3px) scale(.52)
    }

    12.5% {
        transform: translate(21px) translateY(-130px) scale(.72)
    }

    16.6666666667% {
        transform: translate(215px) translateY(-31px) scale(.37)
    }

    20.8333333333% {
        transform: translate(189px) translateY(-27px) scale(.95)
    }

    27.2727272727% {
        transform: translate(32px) translateY(-110px) scale(.66)
    }

    33.3333333333% {
        transform: translate(212px) translateY(-61px) scale(.7)
    }

    28.5714285714% {
        transform: translate(66px) translateY(-90px) scale(.56)
    }

    39.1304347826% {
        transform: translate(23px) translateY(-41px) scale(.29)
    }

    43.4782608696% {
        transform: translate(129px) translateY(9px) scale(.99)
    }

    64.7058823529% {
        transform: translate(13px) translateY(-41px) scale(.45)
    }

    66.6666666667% {
        transform: translate(34px) translateY(3px) scale(.37)
    }

    54.1666666667% {
        transform: translate(94px) translateY(-116px) scale(.39)
    }

    60.8695652174% {
        transform: translate(-20px) translateY(-68px) scale(.51)
    }

    68.1818181818% {
        transform: translate(93px) translateY(-60px) scale(.88)
    }

    80% {
        transform: translate(33px) translateY(-47px) scale(.6)
    }

    70.8333333333% {
        transform: translate(206px) translateY(-14px) scale(.98)
    }

    72% {
        transform: translate(249px) translateY(-25px) scale(.91)
    }

    70.3703703704% {
        transform: translate(68px) translateY(-69px) scale(.29)
    }

    74.0740740741% {
        transform: translate(217px) translateY(47px) scale(.55)
    }

    to {
        transform: translate(-15px) translateY(-82px) scale(.69)
    }

    to {
        transform: translate(181px) translateY(-68px) scale(.77)
    }

    85.1851851852% {
        transform: translate(-27px) translateY(-121px) scale(.41)
    }

    85.7142857143% {
        transform: translate(135px) translateY(-28px) scale(.56)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(48) {
    transform: translate(275px) translateY(-110px) scale(.74)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(48):before {
    animation-duration: 13s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(48):after {
    animation-duration: 13s,2944ms;
    animation-delay: 0ms,3.16s
}

@keyframes glow-background-module_move48__iA2RSAkL__platform-common {
    0% {
        transform: translate(249px) translateY(-89px) scale(.66)
    }

    4% {
        transform: translate(68px) translateY(-73px) scale(.86)
    }

    8.3333333333% {
        transform: translate(99px) translateY(-87px) scale(.69)
    }

    13.6363636364% {
        transform: translate(32px) translateY(-143px) scale(.76)
    }

    14.8148148148% {
        transform: translate(105px) translateY(-116px) scale(.36)
    }

    27.7777777778% {
        transform: translate(138px) translateY(-5px) scale(.78)
    }

    27.2727272727% {
        transform: translate(9px) translateY(-21px) scale(.73)
    }

    33.3333333333% {
        transform: translate(5px) translateY(-32px) scale(.62)
    }

    44.4444444444% {
        transform: translate(-36px) translateY(7px) scale(.61)
    }

    42.8571428571% {
        transform: translate(71px) translateY(-36px) scale(.27)
    }

    37.037037037% {
        transform: translate(193px) translateY(-18px) scale(.39)
    }

    61.1111111111% {
        transform: translate(247px) translateY(-69px) scale(.49)
    }

    50% {
        transform: translate(12px) translateY(-108px) scale(.75)
    }

    46.4285714286% {
        transform: translate(11px) translateY(3px) scale(.31)
    }

    82.3529411765% {
        transform: translate(-29px) translateY(-47px) scale(.56)
    }

    57.6923076923% {
        transform: translate(95px) translateY(-92px) scale(.36)
    }

    61.5384615385% {
        transform: translate(-45px) translateY(-104px) scale(.7)
    }

    65.3846153846% {
        transform: translate(168px) translateY(-53px) scale(.59)
    }

    66.6666666667% {
        transform: translate(105px) translateY(39px) scale(.94)
    }

    70.3703703704% {
        transform: translate(67px) translateY(38px) scale(.66)
    }

    to {
        transform: translate(-33px) translateY(-52px) scale(.8)
    }

    77.7777777778% {
        transform: translate(150px) translateY(-100px) scale(.32)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(49) {
    transform: translate(89px) translateY(21px) scale(.39)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(49):before {
    animation-duration: 9s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(49):after {
    animation-duration: 9s,4864ms;
    animation-delay: 0ms,3018ms
}

@keyframes glow-background-module_move49__bT5qReTV__platform-common {
    0% {
        transform: translate(33px) translateY(4px) scale(.3)
    }

    5% {
        transform: translate(47px) translateY(-97px) scale(.66)
    }

    11.1111111111% {
        transform: translate(-6px) translateY(-98px) scale(.56)
    }

    17.6470588235% {
        transform: translate(41px) translateY(37px) scale(.86)
    }

    16% {
        transform: translate(81px) translateY(-126px) scale(.39)
    }

    17.8571428571% {
        transform: translate(185px) translateY(-61px) scale(.34)
    }

    21.4285714286% {
        transform: translate(-18px) translateY(2px) scale(.85)
    }

    30.4347826087% {
        transform: translate(191px) translateY(-110px) scale(.58)
    }

    34.7826086957% {
        transform: translate(122px) translateY(-134px) scale(.27)
    }

    36% {
        transform: translate(53px) translateY(-10px) scale(.56)
    }

    50% {
        transform: translate(249px) translateY(-10px) scale(.93)
    }

    44% {
        transform: translate(108px) translateY(-76px) scale(.35)
    }

    50% {
        transform: translate(194px) translateY(-138px) scale(.29)
    }

    54.1666666667% {
        transform: translate(51px) translateY(-6px) scale(.36)
    }

    50% {
        transform: translate(-24px) translateY(20px) scale(.53)
    }

    88.2352941176% {
        transform: translate(34px) translateY(-114px) scale(.78)
    }

    59.2592592593% {
        transform: translate(122px) translateY(23px) scale(.74)
    }

    60.7142857143% {
        transform: translate(152px) translateY(-84px) scale(.71)
    }

    81.8181818182% {
        transform: translate(237px) translateY(-59px) scale(.76)
    }

    95% {
        transform: translate(-40px) translateY(-146px) scale(.64)
    }

    86.9565217391% {
        transform: translate(-40px) translateY(-93px) scale(.66)
    }

    75% {
        transform: translate(-9px) translateY(-32px) scale(.76)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(50) {
    transform: translate(87px) translateY(-109px) scale(.81)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(50):before {
    animation-duration: 8s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(50):after {
    animation-duration: 8s,2445ms;
    animation-delay: 0ms,4515ms
}

@keyframes glow-background-module_move50__5oJua6Mt__platform-common {
    0% {
        transform: translate(63px) translateY(1px) scale(.44)
    }

    4% {
        transform: translate(14px) translateY(-35px) scale(.52)
    }

    11.7647058824% {
        transform: translate(75px) translateY(-55px) scale(.3)
    }

    17.6470588235% {
        transform: translate(16px) translateY(-73px) scale(.93)
    }

    17.3913043478% {
        transform: translate(20px) translateY(-6px) scale(.86)
    }

    21.7391304348% {
        transform: translate(79px) translateY(-126px) scale(.76)
    }

    24% {
        transform: translate(74px) translateY(37px) scale(.73)
    }

    26.9230769231% {
        transform: translate(41px) translateY(-52px) scale(.57)
    }

    38.0952380952% {
        transform: translate(160px) translateY(-10px) scale(.45)
    }

    32.1428571429% {
        transform: translate(154px) translateY(-59px) scale(.28)
    }

    37.037037037% {
        transform: translate(95px) translateY(26px) scale(.39)
    }

    45.8333333333% {
        transform: translate(-4px) translateY(50px) scale(.42)
    }

    46.1538461538% {
        transform: translate(36px) translateY(-41px) scale(.29)
    }

    46.4285714286% {
        transform: translate(238px) translateY(33px) scale(.79)
    }

    53.8461538462% {
        transform: translate(170px) translateY(-30px) scale(.58)
    }

    60% {
        transform: translate(216px) translateY(34px) scale(.62)
    }

    57.1428571429% {
        transform: translate(190px) translateY(-10px) scale(.45)
    }

    94.4444444444% {
        transform: translate(200px) translateY(-67px) scale(.56)
    }

    75% {
        transform: translate(-49px) translateY(-127px) scale(.7)
    }

    to {
        transform: translate(242px) translateY(-59px) scale(.67)
    }

    86.9565217391% {
        transform: translate(-26px) translateY(-64px) scale(.86)
    }

    84% {
        transform: translate(-47px) translateY(-34px) scale(.35)
    }

    88% {
        transform: translate(60px) translateY(-105px) scale(.85)
    }

    121.0526315789% {
        transform: translate(-14px) translateY(-138px) scale(.58)
    }

    114.2857142857% {
        transform: translate(40px) translateY(-45px) scale(.89)
    }

    96.1538461538% {
        transform: translate(26px) translateY(45px) scale(.56)
    }

    104% {
        transform: translate(-8px) translateY(-49px) scale(.56)
    }

    142.1052631579% {
        transform: translate(203px) translateY(-49px) scale(.74)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(51) {
    transform: translate(246px) translateY(90px) scale(.49)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(51):before {
    animation-duration: 7s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(51):after {
    animation-duration: 7s,3064ms;
    animation-delay: 0ms,87ms
}

@keyframes glow-background-module_move51__-vPEE03Q__platform-common {
    0% {
        transform: translate(-14px) translateY(-96px) scale(.71)
    }

    4.5454545455% {
        transform: translate(117px) translateY(23px) scale(.93)
    }

    7.6923076923% {
        transform: translate(-38px) translateY(37px) scale(.77)
    }

    16.6666666667% {
        transform: translate(-11px) translateY(29px) scale(.81)
    }

    19.0476190476% {
        transform: translate(130px) translateY(-62px) scale(.88)
    }

    19.2307692308% {
        transform: translate(65px) translateY(-93px) scale(.37)
    }

    23.0769230769% {
        transform: translate(79px) translateY(16px) scale(.67)
    }

    36.8421052632% {
        transform: translate(-16px) translateY(-146px) scale(.61)
    }

    33.3333333333% {
        transform: translate(88px) translateY(8px) scale(.62)
    }

    34.6153846154% {
        transform: translate(163px) translateY(-114px) scale(.94)
    }

    50% {
        transform: translate(205px) translateY(-63px) scale(.77)
    }

    47.8260869565% {
        transform: translate(-34px) translateY(-123px) scale(.68)
    }

    66.6666666667% {
        transform: translate(147px) translateY(-74px) scale(.81)
    }

    59.0909090909% {
        transform: translate(227px) translateY(-82px) scale(.96)
    }

    50% {
        transform: translate(-1px) translateY(-129px) scale(.82)
    }

    75% {
        transform: translate(232px) translateY(38px) scale(.81)
    }

    94.1176470588% {
        transform: translate(-23px) translateY(-106px) scale(.85)
    }

    85% {
        transform: translate(93px) translateY(-70px) scale(.59)
    }

    72% {
        transform: translate(196px) translateY(-11px) scale(.63)
    }

    111.7647058824% {
        transform: translate(179px) translateY(-70px) scale(.42)
    }

    86.9565217391% {
        transform: translate(45px) translateY(-57px) scale(.44)
    }

    84% {
        transform: translate(193px) translateY(3px) scale(.55)
    }

    122.2222222222% {
        transform: translate(105px) translateY(35px) scale(.85)
    }

    92% {
        transform: translate(104px) translateY(-45px) scale(.64)
    }

    109.0909090909% {
        transform: translate(40px) translateY(16px) scale(.41)
    }

    92.5925925926% {
        transform: translate(-21px) translateY(-28px) scale(.77)
    }

    136.8421052632% {
        transform: translate(231px) translateY(6px) scale(.77)
    }

    150% {
        transform: translate(68px) translateY(-102px) scale(.78)
    }

    164.7058823529% {
        transform: translate(50px) translateY(-97px) scale(.61)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(52) {
    transform: translate(171px) translateY(-70px) scale(.55)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(52):before {
    animation-duration: 11s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(52):after {
    animation-duration: 11s,3073ms;
    animation-delay: 0ms,5039ms
}

@keyframes glow-background-module_move52__AVNbh8Al__platform-common {
    0% {
        transform: translate(198px) translateY(-100px) scale(.44)
    }

    3.8461538462% {
        transform: translate(-7px) translateY(-74px) scale(.62)
    }

    7.6923076923% {
        transform: translate(-27px) translateY(-22px) scale(.33)
    }

    15% {
        transform: translate(176px) translateY(-16px) scale(.63)
    }

    18.1818181818% {
        transform: translate(238px) translateY(-122px) scale(.43)
    }

    26.3157894737% {
        transform: translate(86px) translateY(-41px) scale(.92)
    }

    24% {
        transform: translate(44px) translateY(23px) scale(.34)
    }

    25.9259259259% {
        transform: translate(-11px) translateY(-36px) scale(.61)
    }

    28.5714285714% {
        transform: translate(91px) translateY(-89px) scale(.78)
    }

    39.1304347826% {
        transform: translate(86px) translateY(-58px) scale(.87)
    }

    35.7142857143% {
        transform: translate(106px) translateY(-19px) scale(.29)
    }

    47.8260869565% {
        transform: translate(-47px) translateY(9px) scale(.31)
    }

    63.1578947368% {
        transform: translate(91px) translateY(-93px) scale(.37)
    }

    54.1666666667% {
        transform: translate(94px) translateY(34px) scale(.61)
    }

    51.8518518519% {
        transform: translate(28px) translateY(-146px) scale(.68)
    }

    65.2173913043% {
        transform: translate(87px) translateY(46px) scale(.52)
    }

    69.5652173913% {
        transform: translate(6px) translateY(-76px) scale(.29)
    }

    70.8333333333% {
        transform: translate(234px) translateY(-113px) scale(.88)
    }

    72% {
        transform: translate(-46px) translateY(-34px) scale(.89)
    }

    76% {
        transform: translate(-28px) translateY(-37px) scale(.91)
    }

    80% {
        transform: translate(125px) translateY(2px) scale(.27)
    }

    116.6666666667% {
        transform: translate(172px) translateY(-35px) scale(.39)
    }

    78.5714285714% {
        transform: translate(208px) translateY(-132px) scale(.45)
    }

    92% {
        transform: translate(5px) translateY(13px) scale(.28)
    }

    92.3076923077% {
        transform: translate(124px) translateY(-5px) scale(.37)
    }

    138.8888888889% {
        transform: translate(248px) translateY(-143px) scale(.7)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(53) {
    transform: translate(39px) translateY(-63px) scale(.69)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(53):before {
    animation-duration: 10s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(53):after {
    animation-duration: 10s,2576ms;
    animation-delay: 0ms,1625ms
}

@keyframes glow-background-module_move53__qifzkGgu__platform-common {
    0% {
        transform: translate(-21px) translateY(-109px) scale(.31)
    }

    4.7619047619% {
        transform: translate(-20px) translateY(-125px) scale(.73)
    }

    9.5238095238% {
        transform: translate(3px) translateY(-38px) scale(.7)
    }

    13.0434782609% {
        transform: translate(67px) translateY(-46px) scale(.34)
    }

    16.6666666667% {
        transform: translate(-36px) translateY(20px) scale(.28)
    }

    22.7272727273% {
        transform: translate(225px) translateY(-113px) scale(.67)
    }

    23.0769230769% {
        transform: translate(-25px) translateY(30px) scale(.52)
    }

    33.3333333333% {
        transform: translate(105px) translateY(-90px) scale(.49)
    }

    28.5714285714% {
        transform: translate(-23px) translateY(-35px) scale(.64)
    }

    34.6153846154% {
        transform: translate(199px) translateY(-66px) scale(.85)
    }

    52.6315789474% {
        transform: translate(59px) translateY(29px) scale(.86)
    }

    39.2857142857% {
        transform: translate(-11px) translateY(-133px) scale(.99)
    }

    50% {
        transform: translate(215px) translateY(-14px) scale(.98)
    }

    61.9047619048% {
        transform: translate(92px) translateY(-62px) scale(.94)
    }

    53.8461538462% {
        transform: translate(109px) translateY(41px) scale(.66)
    }

    62.5% {
        transform: translate(82px) translateY(-45px) scale(.3)
    }

    76.1904761905% {
        transform: translate(92px) translateY(-118px) scale(.44)
    }

    80.9523809524% {
        transform: translate(-13px) translateY(-33px) scale(.88)
    }

    81.8181818182% {
        transform: translate(95px) translateY(13px) scale(.3)
    }

    82.6086956522% {
        transform: translate(59px) translateY(-148px) scale(.49)
    }

    74.0740740741% {
        transform: translate(-16px) translateY(34px) scale(.28)
    }

    110.5263157895% {
        transform: translate(75px) translateY(-107px) scale(.67)
    }

    95.652173913% {
        transform: translate(242px) translateY(41px) scale(.72)
    }

    121.0526315789% {
        transform: translate(162px) translateY(8px) scale(.86)
    }

    to {
        transform: translate(148px) translateY(-30px) scale(.85)
    }

    119.0476190476% {
        transform: translate(-27px) translateY(-11px) scale(.81)
    }

    118.1818181818% {
        transform: translate(108px) translateY(-146px) scale(.69)
    }

    96.4285714286% {
        transform: translate(127px) translateY(42px) scale(.62)
    }

    116.6666666667% {
        transform: translate(-35px) translateY(-22px) scale(1)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(54) {
    transform: translate(-26px) translateY(-178px) scale(.65)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(54):before {
    animation-duration: 13s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(54):after {
    animation-duration: 13s,3081ms;
    animation-delay: 0ms,4122ms
}

@keyframes glow-background-module_move54__0VM--Zsz__platform-common {
    0% {
        transform: translate(-18px) translateY(-43px) scale(.57)
    }

    5% {
        transform: translate(52px) translateY(7px) scale(.82)
    }

    11.1111111111% {
        transform: translate(113px) translateY(-105px) scale(.82)
    }

    13.0434782609% {
        transform: translate(178px) translateY(43px) scale(.69)
    }

    16.6666666667% {
        transform: translate(156px) translateY(-90px) scale(.95)
    }

    29.4117647059% {
        transform: translate(63px) translateY(-95px) scale(.89)
    }

    21.4285714286% {
        transform: translate(154px) translateY(-78px) scale(.4)
    }

    31.8181818182% {
        transform: translate(34px) translateY(-46px) scale(.78)
    }

    40% {
        transform: translate(197px) translateY(-42px) scale(.62)
    }

    52.9411764706% {
        transform: translate(-13px) translateY(-13px) scale(.39)
    }

    38.4615384615% {
        transform: translate(-41px) translateY(15px) scale(.94)
    }

    64.7058823529% {
        transform: translate(-36px) translateY(34px) scale(.28)
    }

    46.1538461538% {
        transform: translate(103px) translateY(-126px) scale(.31)
    }

    76.4705882353% {
        transform: translate(-29px) translateY(-61px) scale(.64)
    }

    63.6363636364% {
        transform: translate(144px) translateY(-17px) scale(.61)
    }

    62.5% {
        transform: translate(88px) translateY(22px) scale(.58)
    }

    84.2105263158% {
        transform: translate(206px) translateY(50px) scale(.72)
    }

    to {
        transform: translate(39px) translateY(-89px) scale(.93)
    }

    64.2857142857% {
        transform: translate(118px) translateY(-60px) scale(.94)
    }

    82.6086956522% {
        transform: translate(85px) translateY(-114px) scale(.73)
    }

    95.2380952381% {
        transform: translate(47px) translateY(-66px) scale(.59)
    }

    95.4545454545% {
        transform: translate(163px) translateY(-117px) scale(.69)
    }

    122.2222222222% {
        transform: translate(-16px) translateY(-128px) scale(.62)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(55) {
    transform: translate(-65px) translateY(-107px) scale(.98)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(55):before {
    animation-duration: 8s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(55):after {
    animation-duration: 8s,2673ms;
    animation-delay: 0ms,3639ms
}

@keyframes glow-background-module_move55__Kz1-98oQ__platform-common {
    0% {
        transform: translate(238px) translateY(-9px) scale(.5)
    }

    4.7619047619% {
        transform: translate(201px) translateY(8px) scale(.52)
    }

    7.4074074074% {
        transform: translate(194px) translateY(-113px) scale(.93)
    }

    10.7142857143% {
        transform: translate(120px) translateY(-113px) scale(.34)
    }

    21.0526315789% {
        transform: translate(215px) translateY(-3px) scale(.6)
    }

    21.7391304348% {
        transform: translate(36px) translateY(-43px) scale(1)
    }

    28.5714285714% {
        transform: translate(187px) translateY(-100px) scale(.74)
    }

    35% {
        transform: translate(4px) translateY(-141px) scale(.33)
    }

    29.6296296296% {
        transform: translate(138px) translateY(-48px) scale(.29)
    }

    34.6153846154% {
        transform: translate(250px) translateY(-48px) scale(.38)
    }

    37.037037037% {
        transform: translate(163px) translateY(-46px) scale(.27)
    }

    55% {
        transform: translate(65px) translateY(-22px) scale(.45)
    }

    50% {
        transform: translate(204px) translateY(-65px) scale(.43)
    }

    48.1481481481% {
        transform: translate(96px) translateY(-7px) scale(.83)
    }

    58.3333333333% {
        transform: translate(42px) translateY(-98px) scale(.96)
    }

    60% {
        transform: translate(71px) translateY(19px) scale(.59)
    }

    69.5652173913% {
        transform: translate(96px) translateY(24px) scale(.32)
    }

    70.8333333333% {
        transform: translate(-39px) translateY(-9px) scale(.51)
    }

    81.8181818182% {
        transform: translate(132px) translateY(39px) scale(.29)
    }

    90.4761904762% {
        transform: translate(88px) translateY(-53px) scale(.6)
    }

    95.2380952381% {
        transform: translate(222px) translateY(-35px) scale(.9)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(56) {
    transform: translate(134px) translateY(-66px) scale(.85)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(56):before {
    animation-duration: 12s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(56):after {
    animation-duration: 12s,3973ms;
    animation-delay: 0ms,287ms
}

@keyframes glow-background-module_move56__sDhMviZA__platform-common {
    0% {
        transform: translate(169px) translateY(-119px) scale(.28)
    }

    4% {
        transform: translate(-14px) translateY(-136px) scale(.43)
    }

    11.1111111111% {
        transform: translate(52px) translateY(-131px) scale(.97)
    }

    10.7142857143% {
        transform: translate(245px) translateY(-118px) scale(.48)
    }

    22.2222222222% {
        transform: translate(236px) translateY(12px) scale(.62)
    }

    20.8333333333% {
        transform: translate(136px) translateY(40px) scale(.95)
    }

    21.4285714286% {
        transform: translate(-20px) translateY(-110px) scale(.45)
    }

    38.8888888889% {
        transform: translate(140px) translateY(-71px) scale(.58)
    }

    44.4444444444% {
        transform: translate(-7px) translateY(4px) scale(.27)
    }

    34.6153846154% {
        transform: translate(209px) translateY(-91px) scale(.77)
    }

    41.6666666667% {
        transform: translate(21px) translateY(-136px) scale(.82)
    }

    50% {
        transform: translate(-10px) translateY(27px) scale(.36)
    }

    60% {
        transform: translate(46px) translateY(-110px) scale(.74)
    }

    65% {
        transform: translate(-41px) translateY(10px) scale(.94)
    }

    58.3333333333% {
        transform: translate(24px) translateY(-2px) scale(.64)
    }

    68.1818181818% {
        transform: translate(143px) translateY(-4px) scale(.49)
    }

    72.7272727273% {
        transform: translate(48px) translateY(39px) scale(.8)
    }

    60.7142857143% {
        transform: translate(-30px) translateY(12px) scale(.91)
    }

    105.8823529412% {
        transform: translate(160px) translateY(-32px) scale(.36)
    }

    to {
        transform: translate(104px) translateY(-57px) scale(.36)
    }

    80% {
        transform: translate(-16px) translateY(-14px) scale(.33)
    }

    105% {
        transform: translate(184px) translateY(-75px) scale(.83)
    }

    110% {
        transform: translate(37px) translateY(36px) scale(.45)
    }

    109.5238095238% {
        transform: translate(114px) translateY(-47px) scale(.48)
    }

    120% {
        transform: translate(125px) translateY(-87px) scale(.94)
    }

    119.0476190476% {
        transform: translate(151px) translateY(-100px) scale(.26)
    }

    to {
        transform: translate(217px) translateY(11px) scale(.93)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(57) {
    transform: translate(394px) translateY(-177px) scale(.63)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(57):before {
    animation-duration: 12s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(57):after {
    animation-duration: 12s,3765ms;
    animation-delay: 0ms,1368ms
}

@keyframes glow-background-module_move57__jZus6S4A__platform-common {
    0% {
        transform: translate(32px) translateY(-85px) scale(.5)
    }

    4% {
        transform: translate(175px) translateY(39px) scale(.75)
    }

    8.6956521739% {
        transform: translate(39px) translateY(-74px) scale(.97)
    }

    12% {
        transform: translate(5px) translateY(-131px) scale(.93)
    }

    22.2222222222% {
        transform: translate(67px) translateY(48px) scale(.38)
    }

    19.2307692308% {
        transform: translate(185px) translateY(18px) scale(.96)
    }

    31.5789473684% {
        transform: translate(55px) translateY(7px) scale(.28)
    }

    28% {
        transform: translate(190px) translateY(-102px) scale(.8)
    }

    38.0952380952% {
        transform: translate(-24px) translateY(-42px) scale(.45)
    }

    50% {
        transform: translate(125px) translateY(42px) scale(.44)
    }

    55.5555555556% {
        transform: translate(3px) translateY(-26px) scale(.46)
    }

    47.8260869565% {
        transform: translate(92px) translateY(-26px) scale(.44)
    }

    54.5454545455% {
        transform: translate(139px) translateY(-22px) scale(.9)
    }

    59.0909090909% {
        transform: translate(170px) translateY(28px) scale(.27)
    }

    56% {
        transform: translate(1px) translateY(-124px) scale(.27)
    }

    68.1818181818% {
        transform: translate(244px) translateY(-110px) scale(.32)
    }

    88.8888888889% {
        transform: translate(125px) translateY(32px) scale(.64)
    }

    to {
        transform: translate(-3px) translateY(-90px) scale(.65)
    }

    90% {
        transform: translate(232px) translateY(-94px) scale(.91)
    }

    to {
        transform: translate(81px) translateY(-16px) scale(.52)
    }

    105.2631578947% {
        transform: translate(83px) translateY(-125px) scale(.83)
    }

    105% {
        transform: translate(49px) translateY(-10px) scale(.96)
    }

    110% {
        transform: translate(134px) translateY(-11px) scale(.71)
    }

    104.5454545455% {
        transform: translate(-20px) translateY(-149px) scale(.61)
    }

    120% {
        transform: translate(55px) translateY(-88px) scale(.34)
    }

    104.1666666667% {
        transform: translate(-46px) translateY(-127px) scale(.97)
    }

    113.0434782609% {
        transform: translate(-41px) translateY(-130px) scale(.45)
    }

    122.7272727273% {
        transform: translate(36px) translateY(-143px) scale(.36)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(58) {
    transform: translate(376px) translateY(-118px) scale(.53)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(58):before {
    animation-duration: 14s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(58):after {
    animation-duration: 14s,3959ms;
    animation-delay: 0ms,1912ms
}

@keyframes glow-background-module_move58__5AZBot7O__platform-common {
    0% {
        transform: translate(153px) translateY(-147px) scale(.39)
    }

    4.1666666667% {
        transform: translate(234px) translateY(-32px) scale(.54)
    }

    10.5263157895% {
        transform: translate(203px) translateY(36px) scale(.71)
    }

    13.6363636364% {
        transform: translate(55px) translateY(-1px) scale(.28)
    }

    22.2222222222% {
        transform: translate(47px) translateY(-39px) scale(.63)
    }

    18.5185185185% {
        transform: translate(168px) translateY(-70px) scale(.5)
    }

    25% {
        transform: translate(204px) translateY(4px) scale(.37)
    }

    38.8888888889% {
        transform: translate(232px) translateY(13px) scale(.72)
    }

    34.7826086957% {
        transform: translate(-7px) translateY(-121px) scale(.33)
    }

    32.1428571429% {
        transform: translate(186px) translateY(-44px) scale(.36)
    }

    50% {
        transform: translate(27px) translateY(-134px) scale(.42)
    }

    50% {
        transform: translate(13px) translateY(-116px) scale(.58)
    }

    66.6666666667% {
        transform: translate(131px) translateY(-71px) scale(.87)
    }

    59.0909090909% {
        transform: translate(190px) translateY(-99px) scale(1)
    }

    63.6363636364% {
        transform: translate(199px) translateY(-11px) scale(.98)
    }

    62.5% {
        transform: translate(113px) translateY(-41px) scale(.98)
    }

    69.5652173913% {
        transform: translate(215px) translateY(-52px) scale(.7)
    }

    85% {
        transform: translate(34px) translateY(-125px) scale(.53)
    }

    78.2608695652% {
        transform: translate(247px) translateY(28px) scale(.31)
    }

    67.8571428571% {
        transform: translate(-32px) translateY(-92px) scale(.64)
    }

    80% {
        transform: translate(154px) translateY(-20px) scale(.53)
    }

    84% {
        transform: translate(-5px) translateY(-7px) scale(1)
    }

    81.4814814815% {
        transform: translate(31px) translateY(39px) scale(.44)
    }

    115% {
        transform: translate(64px) translateY(-72px) scale(.5)
    }

    88.8888888889% {
        transform: translate(147px) translateY(16px) scale(.75)
    }

    89.2857142857% {
        transform: translate(229px) translateY(25px) scale(.67)
    }

    108.3333333333% {
        transform: translate(133px) translateY(-137px) scale(.94)
    }

    112.5% {
        transform: translate(164px) translateY(-105px) scale(.64)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(59) {
    transform: translate(400px) translateY(-98px) scale(.93)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(59):before {
    animation-duration: 8s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(59):after {
    animation-duration: 8s,4971ms;
    animation-delay: 0ms,1328ms
}

@keyframes glow-background-module_move59__tHD18std__platform-common {
    0% {
        transform: translate(160px) translateY(49px) scale(.71)
    }

    5.8823529412% {
        transform: translate(24px) translateY(-35px) scale(.3)
    }

    8.6956521739% {
        transform: translate(138px) translateY(-89px) scale(.58)
    }

    15% {
        transform: translate(75px) translateY(-110px) scale(.44)
    }

    21.0526315789% {
        transform: translate(-23px) translateY(-49px) scale(.37)
    }

    29.4117647059% {
        transform: translate(149px) translateY(23px) scale(.66)
    }

    21.4285714286% {
        transform: translate(243px) translateY(-82px) scale(.6)
    }

    38.8888888889% {
        transform: translate(110px) translateY(44px) scale(.44)
    }

    42.1052631579% {
        transform: translate(-21px) translateY(22px) scale(.56)
    }

    33.3333333333% {
        transform: translate(224px) translateY(-47px) scale(.61)
    }

    55.5555555556% {
        transform: translate(-32px) translateY(-125px) scale(.75)
    }

    50% {
        transform: translate(-20px) translateY(-12px) scale(.52)
    }

    44.4444444444% {
        transform: translate(185px) translateY(5px) scale(.8)
    }

    52% {
        transform: translate(-24px) translateY(-10px) scale(.81)
    }

    66.6666666667% {
        transform: translate(22px) translateY(33px) scale(.76)
    }

    65.2173913043% {
        transform: translate(105px) translateY(-53px) scale(.61)
    }

    61.5384615385% {
        transform: translate(-41px) translateY(-70px) scale(.79)
    }

    65.3846153846% {
        transform: translate(-14px) translateY(-12px) scale(.32)
    }

    66.6666666667% {
        transform: translate(162px) translateY(-14px) scale(.92)
    }

    95% {
        transform: translate(150px) translateY(-109px) scale(.64)
    }

    to {
        transform: translate(197px) translateY(3px) scale(.29)
    }

    87.5% {
        transform: translate(22px) translateY(-27px) scale(.96)
    }

    84.6153846154% {
        transform: translate(15px) translateY(24px) scale(.3)
    }

    88.4615384615% {
        transform: translate(191px) translateY(-119px) scale(.8)
    }

    133.3333333333% {
        transform: translate(40px) translateY(-56px) scale(.46)
    }

    147.0588235294% {
        transform: translate(85px) translateY(-47px) scale(.71)
    }

    144.4444444444% {
        transform: translate(95px) translateY(-20px) scale(.38)
    }

    112.5% {
        transform: translate(237px) translateY(14px) scale(.34)
    }
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(60) {
    transform: translate(383px) translateY(-154px) scale(.38)
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(60):before {
    animation-duration: 10s
}

.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(60):after {
    animation-duration: 10s,2.63s;
    animation-delay: 0ms,2468ms
}

@keyframes glow-background-module_move60__XXNXhaIE__platform-common {
    0% {
        transform: translate(181px) translateY(3px) scale(.5)
    }

    5.8823529412% {
        transform: translate(98px) translateY(16px) scale(.77)
    }

    8.3333333333% {
        transform: translate(18px) translateY(-67px) scale(.65)
    }

    12% {
        transform: translate(-35px) translateY(44px) scale(.26)
    }

    21.0526315789% {
        transform: translate(165px) translateY(49px) scale(.49)
    }

    25% {
        transform: translate(31px) translateY(-27px) scale(.65)
    }

    25% {
        transform: translate(248px) translateY(-2px) scale(.96)
    }

    28% {
        transform: translate(-31px) translateY(0) scale(.89)
    }

    30.7692307692% {
        transform: translate(-28px) translateY(47px) scale(1)
    }

    47.3684210526% {
        transform: translate(14px) translateY(-61px) scale(.61)
    }

    35.7142857143% {
        transform: translate(244px) translateY(29px) scale(.73)
    }

    61.1111111111% {
        transform: translate(86px) translateY(-123px) scale(.48)
    }

    44.4444444444% {
        transform: translate(173px) translateY(-75px) scale(.61)
    }

    52% {
        transform: translate(-24px) translateY(-69px) scale(.54)
    }

    82.3529411765% {
        transform: translate(28px) translateY(-97px) scale(.88)
    }

    62.5% {
        transform: translate(154px) translateY(-96px) scale(.33)
    }

    94.1176470588% {
        transform: translate(114px) translateY(-40px) scale(.35)
    }

    68% {
        transform: translate(18px) translateY(-112px) scale(.54)
    }

    94.7368421053% {
        transform: translate(105px) translateY(38px) scale(.81)
    }

    95% {
        transform: translate(89px) translateY(-60px) scale(.77)
    }

    95.2380952381% {
        transform: translate(144px) translateY(-125px) scale(.77)
    }

    87.5% {
        transform: translate(124px) translateY(-121px) scale(.92)
    }

    to {
        transform: translate(212px) translateY(-119px) scale(.48)
    }

    109.5238095238% {
        transform: translate(109px) translateY(-90px) scale(.83)
    }

    104.347826087% {
        transform: translate(47px) translateY(-46px) scale(.49)
    }
}

@keyframes glow-background-module_drift__EdHBdg54__platform-common {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes glow-background-module_flash__oATnikvb__platform-common {
    0%,30%,to {
        opacity: .5;
        box-shadow: 0 0 #ff0;
        background: #fff
    }

    5% {
        opacity: 1;
        box-shadow: 0 0 2vw .4vw #ff0;
        background: #fff
    }
}

.bettors-tournament-single-board-leaderboard-module_wrapper__h3vF2FWX__platform-common {
    padding: 16px;
    border-radius: var(--bettorsTournamentItemBorderRadius);
    background: var(--bettorsTournamentLeaderBoardBg);
    border: var(--bettorsTournamentInfoBorder);
    display: flex;
    flex-direction: column;
    position: relative
}

.bettors-tournament-single-board-leaderboard-module_wrapper__h3vF2FWX__platform-common:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(180deg,#0b584e00,#054146);
    z-index: 2;
    border-radius: 0 0 var(--bettorsTournamentItemBorderRadius) var(--bettorsTournamentItemBorderRadius)
}

.bettors-tournament-single-board-leaderboard-module_wrapperMobile__tc-DlTjz__platform-common:after {
    content: none
}

.bettors-tournament-single-board-leaderboard-module_wrapperEmpty__AUPzk1sD__platform-common {
    padding-bottom: 80px
}

.bettors-tournament-single-board-leaderboard-module_title__3R0MVbgV__platform-common {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: .01em
}

.bettors-tournament-single-board-leaderboard-module_subtitle__PorBW5WG__platform-common {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.33;
    margin: 0
}

.bettors-tournament-single-board-leaderboard-module_subtitle__PorBW5WG__platform-common:first-of-type {
    margin-top: 8px
}

.bettors-tournament-single-board-leaderboard-module_subtitle__PorBW5WG__platform-common:last-of-type {
    margin-bottom: 8px
}

.bettors-tournament-single-board-leaderboard-module_subtitle__PorBW5WG__platform-common .terms-value {
    color: var(--bettorsTournamentPrizeColor)
}

.bettors-tournament-single-board-leaderboard-module_row__hP4YuqL-__platform-common {
    display: flex;
    align-items: center;
    height: 48px;
    font-size: 12px;
    background: var(--bettorsTournamentLeaderBoardRowBg)
}

.bettors-tournament-single-board-leaderboard-module_rowWrapper__M8mv9SsQ__platform-common {
    border-radius: var(--bettorsTournamentSmallBorderRadius);
    overflow: hidden;
    margin-bottom: 4px
}

.bettors-tournament-single-board-leaderboard-module_headerRow__a8ZIA-or__platform-common {
    background: none;
    z-index: 1
}

.bettors-tournament-single-board-leaderboard-module_cell__V6NPCzzt__platform-common {
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.bettors-tournament-single-board-leaderboard-module_name__zlTmtbd4__platform-common {
    width: 128px
}

.bettors-tournament-single-board-leaderboard-module_place__TgnbYMpl__platform-common {
    width: 84px
}

.bettors-tournament-single-board-leaderboard-module_points__bgdfASqk__platform-common {
    width: 128px
}

.bettors-tournament-single-board-leaderboard-module_prize__7aesiz3O__platform-common {
    flex: 1
}

.bettors-tournament-single-board-leaderboard-module_placeBadge__MSro2C7e__platform-common {
    background-color: var(--bettorsTournamentPrizeColor);
    height: 32px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: var(--bettorsTournamentSecondaryColor)
}

.bettors-tournament-single-board-leaderboard-module_placeBadgeValue__s9TsrcgP__platform-common {
    width: 16px;
    height: 16px;
    border-radius: var(--bettorsTournamentSmallBorderRadius);
    font-weight: 700;
    margin-left: 8px;
    background-color: rgba(var(--bettorsTournamentSecondaryColorRGB),.2);
    text-align: center
}

.bettors-tournament-single-board-leaderboard-module_prizeIcon__XE3fEZaD__platform-common {
    font-size: 16px;
    color: var(--bettorsTournamentPrizeColor);
    filter: drop-shadow(0 0 8px var(--bettorsTournamentPrizeColor))
}

.bettors-tournament-single-board-leaderboard-module_prizeIconWrapper__nqqagYSW__platform-common {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(242,201,76,.5);
    position: relative;
    left: -10px
}

.bettors-tournament-single-board-leaderboard-module_currentUser__b86SAg8a__platform-common {
    background: var(--bettorsTournamentLeaderBoardCurrentUserRowBg);
    border: var(--bettorsTournamentLeaderBoardCurrentUserRowBorder)
}

.bettors-tournament-single-board-leaderboard-module_scrollWrapper__lhLtObig__platform-common {
    position: relative;
    padding-bottom: 48px;
    flex-grow: 1;
    overflow: auto;
    scrollbar-color: var(--bettorsTournamentScrollBarColor) transparent;
    scrollbar-width: thin
}

.bettors-tournament-single-board-leaderboard-module_scrollWrapper__lhLtObig__platform-common::-webkit-scrollbar {
    width: 2px
}

.bettors-tournament-single-board-leaderboard-module_scrollWrapper__lhLtObig__platform-common::-webkit-scrollbar-track {
    border-radius: 3px
}

.bettors-tournament-single-board-leaderboard-module_scrollWrapper__lhLtObig__platform-common::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: var(--bettorsTournamentScrollBarColor);
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.bettors-tournament-single-board-leaderboard-module_scrollWrapper__lhLtObig__platform-common:hover::-webkit-scrollbar-thumb {
    background: var(--bettorsTournamentScrollBarColorHover)
}

.bettors-tournament-single-board-leaderboard-module_empty__LiJtfqCA__platform-common {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 60px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    text-align: center
}

@media (max-width: 600px) {
    .bettors-tournament-single-board-leaderboard-module_cell__V6NPCzzt__platform-common {
        padding:0 5px
    }

    .bettors-tournament-single-board-leaderboard-module_name__zlTmtbd4__platform-common {
        width: 78px
    }

    .bettors-tournament-single-board-leaderboard-module_place__TgnbYMpl__platform-common {
        width: 50px;
        padding-left: 15px
    }

    .bettors-tournament-single-board-leaderboard-module_points__bgdfASqk__platform-common {
        width: 66px
    }
}

.bettors-tournament-signle-board-leaderboard-pagination-module_wrapper__M-78IdoS__platform-common {
    display: flex;
    align-items: center;
    padding: 12px 16px 16px;
    margin: 16px -16px -16px;
    background: var(--bettorsTournamentLeaderBoardPaginationBg);
    border-radius: 0 0 var(--bettorsTournamentItemBorderRadius) var(--bettorsTournamentItemBorderRadius)
}

.bettors-tournament-signle-board-leaderboard-pagination-module_container__OppoZ5wu__platform-common {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    flex: 1
}

.bettors-tournament-signle-board-leaderboard-pagination-module_break__t7Zrc35g__platform-common {
    display: flex;
    cursor: pointer
}

.bettors-tournament-signle-board-leaderboard-pagination-module_page__JC20FwWC__platform-common {
    display: flex;
    margin: 0 auto
}

.bettors-tournament-signle-board-leaderboard-pagination-module_pageLink__gygiIwMH__platform-common {
    cursor: pointer;
    padding: 8px;
    border-radius: var(--bettorsTournamentSmallBorderRadius)
}

.bettors-tournament-signle-board-leaderboard-pagination-module_activeLink__xHzdANJp__platform-common {
    background: #fff3
}

.bettors-tournament-signle-board-leaderboard-pagination-module_next__Aal1-oJy__platform-common {
    display: flex;
    margin: 0 auto
}

.bettors-tournament-signle-board-leaderboard-pagination-module_nextLink__kJsG1P5q__platform-common {
    cursor: pointer
}

.bettors-tournament-signle-board-leaderboard-pagination-module_prev__XURGjvaR__platform-common {
    display: flex;
    margin: 0 auto
}

.bettors-tournament-signle-board-leaderboard-pagination-module_prevLink__NcRr0tRN__platform-common {
    cursor: pointer
}

.bettors-tournament-signle-board-leaderboard-pagination-module_disabled__6UdtWoxZ__platform-common {
    opacity: .4;
    cursor: default
}

.bettors-tournament-single-board-prizes-module_prizes__p63ofo02__platform-common {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px
}

.bettors-tournament-single-board-prizes-module_prize__3jWqCTEV__platform-common {
    position: relative;
    height: 264px;
    flex: 1 1 calc(33.33333% - 24px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 24px;
    background: var(--bettorsTournamentPrizeBg);
    border-radius: var(--bettorsTournamentItemBorderRadius);
    overflow: hidden;
    max-width: calc(50% - 12px)
}

.bettors-tournament-single-board-prizes-module_prize__3jWqCTEV__platform-common:hover:not(.bettors-tournament-single-board-prizes-module_prizeMobile__kQDNmx7Z__platform-common) .bettors-tournament-single-board-prizes-module_imagePrize__YROhrk18__platform-common {
    scale: 1.1;
    transition-duration: .2s;
    transition-timing-function: ease-in-out
}

.bettors-tournament-single-board-prizes-module_small__V7-gBPzi__platform-common {
    flex: 1 1 calc(25% - 24px)
}

.bettors-tournament-single-board-prizes-module_text__SjOHhOiL__platform-common {
    position: relative;
    z-index: 1;
    text-align: right;
    max-width: 220px
}

.bettors-tournament-single-board-prizes-module_image__qCP48rZb__platform-common {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%
}

.bettors-tournament-single-board-prizes-module_imageMobile__0zdnVM0g__platform-common {
    display: none
}

.bettors-tournament-single-board-prizes-module_imageDesktop__fi-AoOih__platform-common {
    display: block
}

.bettors-tournament-single-board-prizes-module_imagePrize__YROhrk18__platform-common {
    position: absolute;
    transition-duration: .2s;
    transition-timing-function: ease-in-out
}

.bettors-tournament-single-board-prizes-module_name__uN0FTTOa__platform-common {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: .32px;
    margin-bottom: 16px
}

.bettors-tournament-single-board-prizes-module_place__4NZc75FF__platform-common {
    background: #fff3;
    border-radius: 32px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.71;
    letter-spacing: .42px;
    text-transform: uppercase;
    padding: 8px 22px;
    display: inline-block;
    white-space: nowrap
}

@media (max-width: 1600px) {
    .bettors-tournament-single-board-prizes-module_prize__3jWqCTEV__platform-common {
        height:185px;
        padding-top: 40px;
        align-items: start
    }

    .bettors-tournament-single-board-prizes-module_name__uN0FTTOa__platform-common {
        font-size: 24px;
        font-weight: 700
    }
}

@media (max-width: 1440px) {
    .bettors-tournament-single-board-prizes-module_prize__3jWqCTEV__platform-common,.bettors-tournament-single-board-prizes-module_small__V7-gBPzi__platform-common {
        flex:1 1 calc(50% - 24px)
    }

    .bettors-tournament-single-board-prizes-module_name__uN0FTTOa__platform-common {
        text-shadow: var(--bettorsTournamentPrizeTextShadow)
    }
}

@media (max-width: 600px) {
    .bettors-tournament-single-board-prizes-module_imageDesktop__fi-AoOih__platform-common {
        display:none
    }

    .bettors-tournament-single-board-prizes-module_imageMobile__0zdnVM0g__platform-common {
        display: block;
        left: 0;
        top: 0;
        right: 0;
        width: 100%
    }

    .bettors-tournament-single-board-prizes-module_prize__3jWqCTEV__platform-common {
        align-items: flex-end;
        justify-content: center;
        background: var(--bettorsTournamentPrizeMobileBg)
    }

    .bettors-tournament-single-board-prizes-module_text__SjOHhOiL__platform-common {
        text-align: center;
        max-width: 100%;
        width: 100%
    }

    .bettors-tournament-single-board-prizes-module_place__4NZc75FF__platform-common {
        width: 100%;
        font-size: 17px;
        padding: 8px 12px
    }

    .bettors-tournament-single-board-prizes-module_smallFont__8ITn9UtZ__platform-common {
        font-size: 15px
    }

    .bettors-tournament-single-board-prizes-module_name__uN0FTTOa__platform-common {
        font-size: 20px
    }

    .bettors-tournament-single-board-prizes-module_prizes__p63ofo02__platform-common {
        gap: 12px
    }

    .bettors-tournament-single-board-prizes-module_prize__3jWqCTEV__platform-common,.bettors-tournament-single-board-prizes-module_small__V7-gBPzi__platform-common {
        flex: 1 1 calc(50% - 12px);
        padding: 10px;
        height: 170px;
        max-width: calc(50% - 6px)
    }
}

@media (max-width: 374px) {
    .bettors-tournament-single-board-prizes-module_name__uN0FTTOa__platform-common {
        font-size:18px
    }

    .bettors-tournament-single-board-prizes-module_place__4NZc75FF__platform-common {
        font-size: 12px
    }
}

.bettors-tournament-single-board-info-module_wrapper__cddEdW-4__platform-common {
    padding: 32px;
    background: var(--bettorsTournamentInfoBg);
    border: var(--bettorsTournamentInfoBorder);
    border-radius: var(--bettorsTournamentItemBorderRadius);
    display: flex;
    align-items: center;
    width: 70%;
    z-index: 5;
    overflow: hidden
}

.bettors-tournament-single-board-info-module_glowAreaMobile__x829UWaQ__platform-common {
    display: none
}

.bettors-tournament-single-board-info-module_glowAreaContainer__WEFk7KJQ__platform-common {
    position: absolute;
    width: 100%;
    height: 310px;
    right: 25%;
    top: 140px;
    align-items: start;
    justify-content: center;
    z-index: 1
}

.bettors-tournament-single-board-info-module_timer__L1k5bMJO__platform-common {
    padding-left: 24px;
    flex: 0 0 293px;
    border-left: var(--bettorsTournamentInfoBorder)
}

.bettors-tournament-single-board-info-module_title__aDQhJZgy__platform-common {
    font-weight: 900;
    font-size: 32px;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: .01em;
    margin: 0
}

.bettors-tournament-single-board-info-module_title__aDQhJZgy__platform-common .red {
    color: var(--bettorsTournamentRed)
}

.bettors-tournament-single-board-info-module_title__aDQhJZgy__platform-common .green {
    color: var(--bettorsTournamentGreen)
}

.bettors-tournament-single-board-info-module_description__1qQzYb5H__platform-common {
    font-size: 16px;
    line-height: 1.5;
    margin: 4px 0 16px
}

.bettors-tournament-single-board-info-module_buttonWrapper__cK1EDyY0__platform-common {
    max-width: 212px
}

.bettors-tournament-single-board-info-module_timerTitle__1tHaKohi__platform-common {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: .01em;
    text-transform: uppercase;
    margin: 0 0 16px
}

.bettors-tournament-single-board-info-module_textWrapper__Fw5H0P02__platform-common {
    padding-right: 24px
}

.bettors-tournament-single-board-info-module_timeText__BjErLRGe__platform-common {
    margin: 16px 0;
    font-size: 16px;
    line-height: 1.5;
    text-align: left
}

.bettors-tournament-single-board-info-module_link__VT3s0eDr__platform-common {
    color: var(--bettorsTournamentGreen)
}

.bettors-tournament-single-board-info-module_hideOnMobile__37vQETjx__platform-common {
    display: block
}

.bettors-tournament-single-board-info-module_showOnMobile__rOQj5YOT__platform-common {
    display: none
}

@media (max-width: 1580px) {
    .bettors-tournament-single-board-info-module_wrapper__cddEdW-4__platform-common {
        width:80%
    }

    .bettors-tournament-single-board-info-module_timer__L1k5bMJO__platform-common {
        flex: 0 0 50%
    }

    .bettors-tournament-single-board-info-module_title__aDQhJZgy__platform-common {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.33;
        letter-spacing: .01em;
        text-transform: none
    }

    .bettors-tournament-single-board-info-module_timerTitle__1tHaKohi__platform-common {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.33;
        letter-spacing: .01em
    }
}

@media (max-width: 1010px) {
    .bettors-tournament-single-board-info-module_wrapper__cddEdW-4__platform-common {
        width:100%;
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        text-align: center;
        padding: 0;
        position: relative;
        background: var(--bettorsTournamentInfoBgMobile)
    }

    .bettors-tournament-single-board-info-module_glowAreaMobile__x829UWaQ__platform-common {
        display: flex
    }

    .bettors-tournament-single-board-info-module_hideOnMobile__37vQETjx__platform-common {
        display: none
    }

    .bettors-tournament-single-board-info-module_showOnMobile__rOQj5YOT__platform-common {
        display: block
    }

    .bettors-tournament-single-board-info-module_buttonWrapper__cK1EDyY0__platform-common {
        width: 100%;
        margin: auto
    }

    .bettors-tournament-single-board-info-module_mobileImage__d63zSWQP__platform-common {
        overflow: hidden
    }

    .bettors-tournament-single-board-info-module_mobileImagePlayer__SkxvwTw3__platform-common {
        width: 292px;
        z-index: 2;
        position: absolute;
        bottom: 90px;
        left: 50%;
        transform: translate(-50%)
    }

    .bettors-tournament-single-board-info-module_mobileImageBackdrop__j3yDDfVt__platform-common {
        position: absolute;
        bottom: -190px;
        left: 0;
        right: 0;
        z-index: 1;
        width: 100%
    }

    .bettors-tournament-single-board-info-module_title__aDQhJZgy__platform-common {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.6;
        text-transform: uppercase
    }

    .bettors-tournament-single-board-info-module_description__1qQzYb5H__platform-common {
        position: relative;
        font-size: 14px;
        line-height: 1.42;
        z-index: 3
    }

    .bettors-tournament-single-board-info-module_timer__L1k5bMJO__platform-common {
        padding: 16px;
        border: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 2;
        background: linear-gradient(0deg,#0b584e,#0b584e 60%,#fff0);
        margin-top: 170px
    }

    .bettors-tournament-single-board-info-module_textWrapper__Fw5H0P02__platform-common {
        padding: 24px
    }

    .bettors-tournament-single-board-info-module_link__VT3s0eDr__platform-common {
        color: var(--bettorsTournamentColor);
        margin: 8px 0
    }

    .bettors-tournament-single-board-info-module_timeText__BjErLRGe__platform-common {
        display: none
    }
}

@media (max-width: 600px) {
    .bettors-tournament-single-board-info-module_mobileImageBackdrop__j3yDDfVt__platform-common {
        bottom:0
    }
}

.bettors-tournament-single-board-participate-module_participateBtn__GvhnHhzO__platform-common {
    max-width: 212px
}

.bettors-tournament-single-board-participate-module_authorizeButtons__EoyXqZsz__platform-common {
    display: flex;
    align-items: center;
    gap: 12px
}

.bettors-tournament-signle-board-countdown-module_wrapper__T8IEBM95__platform-common {
    display: flex;
    align-items: center
}

.bettors-tournament-signle-board-countdown-module_item__hTFcTjhZ__platform-common {
    background: var(--bettorsTournamentTimerItemBg);
    border: var(--bettorsTournamentInfoBorder);
    border-radius: var(--bettorsTournamentItemBorderRadius);
    width: 56px;
    height: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.bettors-tournament-signle-board-countdown-module_separator__HD66UYQw__platform-common {
    margin: 0 6px;
    font-weight: 900;
    font-size: 15px
}

.bettors-tournament-signle-board-countdown-module_title__uIuXgUUo__platform-common {
    font-size: 12px;
    text-transform: uppercase;
    opacity: .5
}

.bettors-tournament-signle-board-countdown-module_value__vag1ydni__platform-common {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: .01em;
    text-align: center
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common {
    border-radius: 5px;
    margin-bottom: 4px;
    color: var(--betTournamentText)
}

@media screen and (max-width: 400px) {
    .bet-tournament-board-user-module_user__WTwmt4Yj__platform-common {
        font-size:10px
    }
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common .bet-tournament-board-user-module_userInner__RzgoZvJI__platform-common {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 8px 0;
    background: linear-gradient(-70deg,var(--betTournamentUserBgGradientStart),var(--betTournamentUserBgGradientEnd));
    border-radius: 5px
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common .bet-tournament-board-user-module_userPlace__HZ52uNOk__platform-common {
    font-weight: 700;
    width: 70px;
    padding: 0 10px 0 16px
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common .bet-tournament-board-user-module_userInfo__-SKRIkuc__platform-common {
    flex: 1 0 auto
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common .bet-tournament-board-user-module_userPoints__oPkua5WX__platform-common {
    width: 100px;
    padding: 0 10px;
    text-align: center;
    font-weight: 700
}

@media screen and (max-width: 400px) {
    .bet-tournament-board-user-module_user__WTwmt4Yj__platform-common .bet-tournament-board-user-module_userPoints__oPkua5WX__platform-common {
        width:70px
    }
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common .bet-tournament-board-user-module_userBonus__tmC5OyM2__platform-common {
    display: flex;
    justify-content: center;
    padding: 0 10px;
    width: 90px
}

@media screen and (max-width: 400px) {
    .bet-tournament-board-user-module_user__WTwmt4Yj__platform-common .bet-tournament-board-user-module_userBonus__tmC5OyM2__platform-common {
        width:70px
    }
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common .bet-tournament-board-user-module_userBonus__tmC5OyM2__platform-common .bet-tournament-board-user-module_bonusLabel__D-If7uns__platform-common {
    height: 16px;
    padding: 0 4px;
    line-height: 16px;
    white-space: nowrap;
    font-weight: 700;
    text-transform: uppercase;
    position: relative
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common .bet-tournament-board-user-module_userBonus__tmC5OyM2__platform-common .bet-tournament-board-user-module_bonusLabel__D-If7uns__platform-common span {
    position: relative;
    z-index: 2
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common .bet-tournament-board-user-module_userBonus__tmC5OyM2__platform-common .bet-tournament-board-user-module_bonusLabel__D-If7uns__platform-common:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .2;
    background: var(--betTournamentUserBonusBg);
    border-radius: 4px
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common .bet-tournament-board-user-module_userBonus__tmC5OyM2__platform-common .bet-tournament-board-user-module_bonusLabel__D-If7uns__platform-common.bet-tournament-board-user-module_gold__y7UTCQN5__platform-common {
    color: rgb(var(--betTournamentGoldGradient))
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common .bet-tournament-board-user-module_userBonus__tmC5OyM2__platform-common .bet-tournament-board-user-module_bonusLabel__D-If7uns__platform-common.bet-tournament-board-user-module_silver__dyDXpsVM__platform-common {
    color: rgb(var(--betTournamentSilverGradient))
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common .bet-tournament-board-user-module_userBonus__tmC5OyM2__platform-common .bet-tournament-board-user-module_bonusLabel__D-If7uns__platform-common.bet-tournament-board-user-module_silver__dyDXpsVM__platform-common.bet-tournament-board-user-module_oneColor__g3M2VYDB__platform-common:before {
    background: var(--betTournamentSilverGradient)
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common .bet-tournament-board-user-module_userBonus__tmC5OyM2__platform-common .bet-tournament-board-user-module_bonusLabel__D-If7uns__platform-common.bet-tournament-board-user-module_bronze__drRt9sLd__platform-common {
    color: rgb(var(--betTournamentBronzeGradient))
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common .bet-tournament-board-user-module_userBonus__tmC5OyM2__platform-common .bet-tournament-board-user-module_bonusLabel__D-If7uns__platform-common.bet-tournament-board-user-module_bronze__drRt9sLd__platform-common.bet-tournament-board-user-module_oneColor__g3M2VYDB__platform-common:before {
    background: var(--betTournamentBronzeGradient)
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common .bet-tournament-board-user-module_userBonus__tmC5OyM2__platform-common .bet-tournament-board-user-module_bonusLabel__D-If7uns__platform-common.bet-tournament-board-user-module_oneColor__g3M2VYDB__platform-common {
    color: var(--white)
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common .bet-tournament-board-user-module_userBonus__tmC5OyM2__platform-common .bet-tournament-board-user-module_bonusLabel__D-If7uns__platform-common.bet-tournament-board-user-module_oneColor__g3M2VYDB__platform-common:before {
    opacity: 1;
    background: var(--betTournamentGoldGradient)
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common {
    position: relative;
    padding: 32px 1px 1px
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common .bet-tournament-board-user-module_userInfo__-SKRIkuc__platform-common {
    color: var(--betTournamentText)
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_default__Y9ZYhxkP__platform-common.bet-tournament-board-user-module_gold__y7UTCQN5__platform-common {
    background: rgb(var(--betTournamentGoldGradient))
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_default__Y9ZYhxkP__platform-common.bet-tournament-board-user-module_gold__y7UTCQN5__platform-common .bet-tournament-board-user-module_userInner__RzgoZvJI__platform-common {
    background: linear-gradient(0deg,transparent,rgba(var(--betTournamentGoldGradient),.13)),linear-gradient(-70deg,var(--betTournamentUserBgGradientStart),var(--betTournamentUserBgGradientEnd))
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_default__Y9ZYhxkP__platform-common.bet-tournament-board-user-module_gold__y7UTCQN5__platform-common .bet-tournament-board-user-module_placeCup__Koedki7f__platform-common {
    border-color: rgba(var(--betTournamentGoldGradient),.5);
    color: rgb(var(--betTournamentGoldGradient))
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_default__Y9ZYhxkP__platform-common.bet-tournament-board-user-module_gold__y7UTCQN5__platform-common .bet-tournament-board-user-module_placeCup__Koedki7f__platform-common:before {
    background: rgb(var(--betTournamentGold))
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_default__Y9ZYhxkP__platform-common.bet-tournament-board-user-module_silver__dyDXpsVM__platform-common {
    background: rgb(var(--betTournamentSilverGradient))
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_default__Y9ZYhxkP__platform-common.bet-tournament-board-user-module_silver__dyDXpsVM__platform-common .bet-tournament-board-user-module_userInner__RzgoZvJI__platform-common {
    background: linear-gradient(0deg,transparent,rgba(var(--betTournamentSilverGradient),.13)),linear-gradient(-70deg,var(--betTournamentUserBgGradientStart),var(--betTournamentUserBgGradientEnd))
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_default__Y9ZYhxkP__platform-common.bet-tournament-board-user-module_silver__dyDXpsVM__platform-common .bet-tournament-board-user-module_placeCup__Koedki7f__platform-common {
    border-color: rgba(var(--betTournamentSilverGradient),.5);
    color: rgb(var(--betTournamentSilverGradient))
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_default__Y9ZYhxkP__platform-common.bet-tournament-board-user-module_silver__dyDXpsVM__platform-common .bet-tournament-board-user-module_placeCup__Koedki7f__platform-common:before {
    background: rgb(var(--betTournamentSilverGradient))
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_default__Y9ZYhxkP__platform-common.bet-tournament-board-user-module_bronze__drRt9sLd__platform-common {
    background: rgb(var(--betTournamentBronzeGradient))
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_default__Y9ZYhxkP__platform-common.bet-tournament-board-user-module_bronze__drRt9sLd__platform-common .bet-tournament-board-user-module_userInner__RzgoZvJI__platform-common {
    background: linear-gradient(0deg,transparent,rgba(var(--betTournamentBronzeGradient),.13)),linear-gradient(-70deg,var(--betTournamentUserBgGradientStart),var(--betTournamentUserBgGradientEnd))
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_default__Y9ZYhxkP__platform-common.bet-tournament-board-user-module_bronze__drRt9sLd__platform-common .bet-tournament-board-user-module_placeCup__Koedki7f__platform-common {
    border-color: rgba(var(--betTournamentBronzeGradient),.5);
    color: rgb(var(--betTournamentBronzeGradient))
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_default__Y9ZYhxkP__platform-common.bet-tournament-board-user-module_bronze__drRt9sLd__platform-common .bet-tournament-board-user-module_placeCup__Koedki7f__platform-common:before {
    background: rgb(var(--betTournamentBronzeGradient))
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_labelColorScheme__meg9moCs__platform-common .bet-tournament-board-user-module_userInner__RzgoZvJI__platform-common {
    border: none
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_labelColorScheme__meg9moCs__platform-common.bet-tournament-board-user-module_gold__y7UTCQN5__platform-common {
    background: var(--betTournamentGoldGradient)
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_labelColorScheme__meg9moCs__platform-common.bet-tournament-board-user-module_gold__y7UTCQN5__platform-common .bet-tournament-board-user-module_placeCup__Koedki7f__platform-common {
    border-color: var(--betTournamentGold);
    color: var(--white)
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_labelColorScheme__meg9moCs__platform-common.bet-tournament-board-user-module_gold__y7UTCQN5__platform-common .bet-tournament-board-user-module_placeCup__Koedki7f__platform-common:before {
    background: var(--betTournamentGoldGradient);
    filter: blur(0);
    opacity: 1
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_labelColorScheme__meg9moCs__platform-common.bet-tournament-board-user-module_silver__dyDXpsVM__platform-common {
    background: var(--betTournamentSilverGradient)
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_labelColorScheme__meg9moCs__platform-common.bet-tournament-board-user-module_silver__dyDXpsVM__platform-common .bet-tournament-board-user-module_placeCup__Koedki7f__platform-common {
    border-color: var(--betTournamentSilver);
    color: var(--white)
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_labelColorScheme__meg9moCs__platform-common.bet-tournament-board-user-module_silver__dyDXpsVM__platform-common .bet-tournament-board-user-module_placeCup__Koedki7f__platform-common:before {
    background: var(--betTournamentSilverGradient);
    filter: blur(0);
    opacity: 1
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_labelColorScheme__meg9moCs__platform-common.bet-tournament-board-user-module_bronze__drRt9sLd__platform-common {
    background: var(--betTournamentBronzeGradient)
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_labelColorScheme__meg9moCs__platform-common.bet-tournament-board-user-module_bronze__drRt9sLd__platform-common .bet-tournament-board-user-module_placeCup__Koedki7f__platform-common {
    border-color: var(--betTournamentBronze);
    color: var(--white)
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_labelColorScheme__meg9moCs__platform-common.bet-tournament-board-user-module_bronze__drRt9sLd__platform-common .bet-tournament-board-user-module_placeCup__Koedki7f__platform-common:before {
    background: var(--betTournamentBronzeGradient);
    filter: blur(0);
    opacity: 1
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_default__Y9ZYhxkP__platform-common.bet-tournament-board-user-module_current__7BhvemrB__platform-common .bet-tournament-board-user-module_userInner__RzgoZvJI__platform-common {
    background: linear-gradient(-70deg,transparent,rgba(var(--betTournamentGoldGradient),.1));
    border: 1px solid rgba(var(--betTournamentGoldGradient),.5)
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_default__Y9ZYhxkP__platform-common.bet-tournament-board-user-module_current__7BhvemrB__platform-common .bet-tournament-board-user-module_userInfo__-SKRIkuc__platform-common {
    color: var(--betTournamentText)
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_labelColorScheme__meg9moCs__platform-common .bet-tournament-board-user-module_userInner__RzgoZvJI__platform-common {
    background: var(--betTournamentUserInnerBackground);
    border: 2px solid var(--betTournamentUserInnerBorderColor);
    border-radius: 4px
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_labelColorScheme__meg9moCs__platform-common.bet-tournament-board-user-module_current__7BhvemrB__platform-common .bet-tournament-board-user-module_userInner__RzgoZvJI__platform-common {
    background: var(--betTournamentUserCurrentBackground);
    border: 2px solid var(--betTournamentUserCurrentBorderColor);
    border-radius: 4px
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_labelColorScheme__meg9moCs__platform-common.bet-tournament-board-user-module_current__7BhvemrB__platform-common .bet-tournament-board-user-module_userInfo__-SKRIkuc__platform-common {
    color: var(--betTournamentText)
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_animate__2hTRhA9R__platform-common .bet-tournament-board-user-module_userInner__RzgoZvJI__platform-common {
    overflow: hidden;
    position: relative
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_animate__2hTRhA9R__platform-common .bet-tournament-board-user-module_userInner__RzgoZvJI__platform-common:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: -100px;
    height: 100%;
    width: 100px;
    background: linear-gradient(90deg,transparent 10%,rgba(var(--betTournamentSilverGradient),.05),transparent 90%);
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-name: bet-tournament-board-user-module_blightBg__OfM-ULd1__platform-common;
    animation-timing-function: ease-in
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_mobile__NNBqtvBK__platform-common .bet-tournament-board-user-module_userInner__RzgoZvJI__platform-common {
    min-height: 32px
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_mobile__NNBqtvBK__platform-common .bet-tournament-board-user-module_userPlace__HZ52uNOk__platform-common {
    padding: 0 5px 0 8px
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_mobile__NNBqtvBK__platform-common .bet-tournament-board-user-module_userPlace__HZ52uNOk__platform-common .bet-tournament-board-user-module_placeCup__Koedki7f__platform-common:before {
    left: -1px;
    top: -1px;
    height: 28px;
    width: 28px
}

@media screen and (max-width: 400px) {
    .bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_mobile__NNBqtvBK__platform-common .bet-tournament-board-user-module_userPlace__HZ52uNOk__platform-common {
        width:50px
    }
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_mobile__NNBqtvBK__platform-common .bet-tournament-board-user-module_userPoints__oPkua5WX__platform-common {
    padding: 0 5px
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_mobile__NNBqtvBK__platform-common .bet-tournament-board-user-module_userBonus__tmC5OyM2__platform-common {
    padding: 0 8px 0 5px
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_mobile__NNBqtvBK__platform-common .bet-tournament-board-user-module_placeCup__Koedki7f__platform-common {
    height: 28px;
    width: 28px;
    font-size: 14px
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_mobile__NNBqtvBK__platform-common .bet-tournament-board-user-module_placeBadge__56mnU9G5__platform-common .bet-tournament-board-user-module_placeBadgeValue__YlFF0fGs__platform-common {
    order: 2;
    margin-right: 0
}

.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_mobile__NNBqtvBK__platform-common .bet-tournament-board-user-module_placeBadge__56mnU9G5__platform-common .bet-tournament-board-user-module_placeBadgeText__eEGlw5F2__platform-common {
    order: 1;
    margin-right: 8px
}

.bet-tournament-board-user-module_placeBadge__56mnU9G5__platform-common {
    height: 32px;
    display: flex;
    align-items: center;
    color: var(--betTournamentUserBadge);
    font-weight: 700;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 16px;
    text-transform: uppercase;
    line-height: 16px
}

.bet-tournament-board-user-module_placeBadge__56mnU9G5__platform-common .bet-tournament-board-user-module_placeBadgeValue__YlFF0fGs__platform-common {
    height: 16px;
    width: 16px;
    text-align: center;
    margin-right: 6px;
    position: relative
}

.bet-tournament-board-user-module_placeBadge__56mnU9G5__platform-common .bet-tournament-board-user-module_placeBadgeValue__YlFF0fGs__platform-common:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: var(--betTournamentUserBadgePlaceBg);
    opacity: .2;
    border-radius: 4px
}

.bet-tournament-board-user-module_placeCup__Koedki7f__platform-common {
    height: 32px;
    width: 32px;
    border-radius: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    position: relative;
    font-size: 16px
}

.bet-tournament-board-user-module_placeCup__Koedki7f__platform-common:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    border-radius: inherit;
    display: block;
    filter: blur(17px);
    opacity: .6
}

.bet-tournament-board-user-module_placeCup__Koedki7f__platform-common .svg-icon {
    position: relative
}

.bet-tournament-board-user-module_userInfo__-SKRIkuc__platform-common {
    display: flex;
    color: var(--betTournamentTextSecondary);
    line-height: 16px
}

.bet-tournament-board-user-module_userInfo__-SKRIkuc__platform-common .bet-tournament-board-user-module_flag__7DJaobIV__platform-common {
    height: 16px;
    width: 16px;
    font-size: 12px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

@keyframes bet-tournament-board-user-module_blightBg__OfM-ULd1__platform-common {
    0% {
        transform: translate(0)
    }

    10% {
        transform: translate(700px)
    }

    to {
        transform: translate(700px)
    }
}

.real-time-incoming-bets-filters-module_wrapper__iBncD81a__platform-common {
    display: flex;
    padding: 4px;
    background: var(--realTimeIncomingBetsFiltersBg);
    border-radius: var(--realTimeIncomingBetsFiltersBorderRadius);
    overflow-x: auto
}

.real-time-incoming-bets-filters-module_filter__ZchjYv0G__platform-common {
    padding: var(--realTimeIncomingBetsFilterPadding, 0 24px);
    color: var(--realTimeIncomingBetsFilterColor);
    height: var(--realTimeIncomingBetsFilterHeight);
    line-height: var(--realTimeIncomingBetsFilterHeight);
    font-weight: var(--realTimeIncomingBetsFilterFontWeight);
    border-radius: var(--realTimeIncomingBetsFilterItemBorderRadius);
    background: var(--realTimeIncomingBetsFilterBg);
    font-size: var(--realTimeIncomingBetsFilterFontSize);
    white-space: nowrap
}

.real-time-incoming-bets-filters-module_active__DzfhRUKg__platform-common {
    background: var(--realTimeIncomingBetsActiveFilterBg);
    color: var(--realTimeIncomingBetsActiveFilterColor);
    font-weight: var(--realTimeIncomingBetsFilterActiveFontWeight, 700)
}

@media (max-width: 1000px) {
    .real-time-incoming-bets-filters-module_wrapper__iBncD81a__platform-common {
        flex-grow:1;
        width: 100%
    }

    .real-time-incoming-bets-filters-module_filter__ZchjYv0G__platform-common {
        flex: 1 1 auto;
        padding: 0 10px;
        font-weight: var(--realTimeIncomingBetsFilterMobileFontWeight)
    }
}

.real-time-incoming-bets-selected-module_wrapper__sjC2dblZ__platform-common {
    width: var(--realTimeIncomingBetsSelectedWidth);
    background: var(--realTimeIncomingBetsSelectedBg);
    box-shadow: var(--realTimeIncomingBetsSelectedBoxShadow);
    border-radius: var(--realTimeIncomingBetsSelectedBorderRadius);
    color: var(--realTimeIncomingBetsSelectedColor);
    padding: 24px;
    max-height: calc(100vh - 60px);
    display: grid;
    align-items: center;
    grid-template-rows: max-content 1fr;
    grid-template-columns: unset
}

.real-time-incoming-bets-selected-module_closeButton__9wxdTpun__platform-common {
    top: 18px;
    right: 18px;
    color: var(--realTimeIncomingBetsCloseIcon)
}

.real-time-incoming-bets-selected-module_titleContainer__xICnbjc8__platform-common {
    display: flex;
    align-items: center;
    margin-bottom: 8px
}

.real-time-incoming-bets-selected-module_titleContainer__xICnbjc8__platform-common .real-time-incoming-bets-selected-module_title__PsyokZ-j__platform-common {
    font-size: var(--realTimeIncomingBetsSelectedTitleFontSize);
    font-weight: var(--realTimeIncomingBetsSelectedTitleFontWeight);
    color: var(--realTimeIncomingBetsSelectedTitle)
}

.real-time-incoming-bets-selected-module_titleContainer__xICnbjc8__platform-common .real-time-incoming-bets-selected-module_titleIcon__4ZAgyy5p__platform-common {
    font-size: var(--realTimeIncomingBetsSelectedTitleIconFontSize);
    top: -1px;
    display: var(--realTimeIncomingBetsSelectedTitleIconDisplay, block);
    margin-right: 8px;
    color: var(--realTimeIncomingBetsSelectedTitleIcon)
}

.real-time-incoming-bets-selected-module_info__-gyTOdFW__platform-common {
    color: var(--realTimeIncomingBetsSelectedInfoColor);
    margin-bottom: 16px
}

.real-time-incoming-bets-selected-module_info__-gyTOdFW__platform-common .date-formatter-date,.real-time-incoming-bets-selected-module_info__-gyTOdFW__platform-common .date-formatter-time {
    font-weight: var(--realTimeIncomingBetsHeadingDateFontWeight)
}

.real-time-incoming-bets-selected-module_infoNickname__3wZ3v2Q3__platform-common {
    margin-bottom: 4px;
    font-weight: var(--realTimeIncomingBetsSelectedNickNameFontWeight);
    line-height: var(--realTimeIncomingBetsSelectedNickNameLineHeight)
}

.real-time-incoming-bets-selected-module_infoNickname__3wZ3v2Q3__platform-common.real-time-incoming-bets-selected-module_lowerCase__Nud1g7aj__platform-common span {
    text-transform: lowercase
}

.real-time-incoming-bets-selected-module_infoNickname__3wZ3v2Q3__platform-common span {
    color: var(--realTimeIncomingBetsSelectedHighlight)
}

.real-time-incoming-bets-selected-module_events__X095C0Ex__platform-common {
    max-height: 100%;
    overflow-y: auto;
    scrollbar-color: var(--realTimeIncomingBetsEventsScrollbarColor) transparent;
    scrollbar-width: thin
}

.real-time-incoming-bets-selected-module_events__X095C0Ex__platform-common::-webkit-scrollbar {
    width: 4px;
    background: transparent
}

.real-time-incoming-bets-selected-module_events__X095C0Ex__platform-common::-webkit-scrollbar-track {
    border-radius: 4px
}

.real-time-incoming-bets-selected-module_events__X095C0Ex__platform-common::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: var(--realTimeIncomingBetsEventsScrollbarColor);
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.real-time-incoming-bets-selected-module_events__X095C0Ex__platform-common:hover::-webkit-scrollbar-thumb {
    background: green
}

.real-time-incoming-bets-selected-module_event__DeVERoP4__platform-common {
    margin-bottom: 8px;
    color: var(--mainColor)
}

.real-time-incoming-bets-selected-module_event__DeVERoP4__platform-common .date-formatter-date {
    font-weight: 400
}

.real-time-incoming-bets-selected-module_eventWrapper__VDk1rM2u__platform-common {
    padding: 16px
}

.real-time-incoming-bets-selected-module_eventWrapper__VDk1rM2u__platform-common .coupon-bet-event-info-inactive,.real-time-incoming-bets-selected-module_eventWrapper__VDk1rM2u__platform-common .coupon-bet-teams-inactive {
    opacity: 1
}

.real-time-incoming-bets-selected-module_eventWrapper__VDk1rM2u__platform-common .coupon-bet-market-inactive {
    display: none
}

.real-time-incoming-bets-selected-module_brandLogo__YfqgW20Y__platform-common {
    text-align: center;
    padding: 12px 0 14px;
    overflow: hidden;
    position: relative
}

.real-time-incoming-bets-selected-module_brandLogo__YfqgW20Y__platform-common:after {
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
    background: var(--realTimeIncomingBetsSelectedBrandLogoLineColor);
    opacity: var(--realTimeIncomingBetsSelectedBrandLogoLineOpacity);
    top: 50%;
    margin-top: -.5px;
    width: calc(50% - 40px)
}

.real-time-incoming-bets-selected-module_brandLogo__YfqgW20Y__platform-common:before {
    content: "";
    position: absolute;
    height: 1px;
    background: var(--realTimeIncomingBetsSelectedBrandLogoLineColor);
    opacity: var(--realTimeIncomingBetsSelectedBrandLogoLineOpacity);
    top: 50%;
    margin-top: -.5px;
    right: 0;
    width: calc(50% - 40px)
}

.real-time-incoming-bets-selected-module_brandLogoImg__ZpSvzQAN__platform-common {
    display: inline-block
}

.real-time-incoming-bets-selected-module_brandLogoImg__ZpSvzQAN__platform-common img {
    width: 56px
}

.real-time-incoming-bets-selected-module_details__B0InkJmk__platform-common {
    font-weight: var(--realTimeIncomingBetsDetailsFontWeight);
    margin-bottom: 16px
}

.real-time-incoming-bets-selected-module_detailsItem__-YcRNiJ-__platform-common {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px
}

.real-time-incoming-bets-selected-module_detailsItemTitle__y17ozaaI__platform-common {
    font-size: var(--realTimeIncomingBetsDetailsTitleFontSize);
    color: var(--realTimeIncomingBetsDetailsTitleColor)
}

.real-time-incoming-bets-selected-module_detailsItemValue__OlF0FBfe__platform-common {
    font-size: var(--realTimeIncomingBetsDetailsValueFontSize);
    color: var(--realTimeIncomingBetsDetailsValueColor);
    display: flex;
    align-items: center;
    line-height: 0
}

.real-time-incoming-bets-selected-module_detailsItemValue__OlF0FBfe__platform-common img {
    margin-right: 4px
}

.real-time-incoming-bets-selected-module_detailsOddsFormatter__MgM1U-mI__platform-common {
    color: var(--realTimeIncomingBetsDetaisOddsColor);
    font-size: var(--realTimeIncomingBetsDetailsTitleFontSize)
}

.real-time-incoming-bets-selected-module_wrapperMobile__z4nzwV8y__platform-common {
    padding: 16px;
    width: 100%;
    border-radius: var(--realTimeIncomingBetsSelectedBorderRadius) var(--realTimeIncomingBetsSelectedBorderRadius) 0 0
}

@media (max-width: 1000px) {
    .real-time-incoming-bets-selected-module_closeButton__9wxdTpun__platform-common {
        right:12px!important;
        top: 12px!important
    }
}

.bet-card-module_cardListItem__xPW0mex4__platform-common {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid var(--incomingBetsCardDividerColor)
}

.bet-card-module_cardHasModernView__aB7dMzAR__platform-common {
    border-bottom: none
}

.bet-card-module_cardHasModernView__aB7dMzAR__platform-common+.bet-card-module_cardHasModernView__aB7dMzAR__platform-common {
    margin-top: 5px
}

@media (max-width: 1100px) {
    .bet-card-module_cardHasModernView__aB7dMzAR__platform-common+.bet-card-module_cardHasModernView__aB7dMzAR__platform-common {
        margin-top:0
    }
}

.bet-card-module_cardHasModernView__aB7dMzAR__platform-common>.bet-card-module_cardWrapper__Q5olT77t__platform-common {
    border: 1px solid var(--incomingBetsModernCardBorder);
    border-radius: 8px
}

@media (max-width: 1100px) {
    .bet-card-module_cardHasModernView__aB7dMzAR__platform-common>.bet-card-module_cardWrapper__Q5olT77t__platform-common {
        background:var(--incomingBetsModernMobileCardBackground)
    }
}

.bet-card-module_cardHasModernView__aB7dMzAR__platform-common>.bet-card-module_cardOpened__6POyrRTN__platform-common {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

@media (max-width: 1100px) {
    .bet-card-module_cardHasModernView__aB7dMzAR__platform-common>.bet-card-module_cardOpened__6POyrRTN__platform-common {
        border-bottom:none
    }
}

.bet-card-module_cardWrapper__Q5olT77t__platform-common {
    list-style: none;
    display: flex;
    padding: 12px 16px;
    margin: 0;
    align-items: center;
    position: relative;
    background: var(--incomingBetsCardBackground);
    transition: background .2s ease-in
}

@media (max-width: 1100px) {
    .bet-card-module_cardWrapper__Q5olT77t__platform-common {
        padding:12px;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        background: var(--incomingBetsCardBackground)
    }
}

.bet-card-module_cardWrapper__Q5olT77t__platform-common:hover {
    background: var(--incomingBetsCardHovered)
}

.bet-card-module_cardOpened__6POyrRTN__platform-common {
    background: var(--incomingBetsAdditionalCardInfoValuesSectionBg)
}

@media (max-width: 1100px) {
    .bet-card-module_cardOpened__6POyrRTN__platform-common {
        background:var(--incomingBetsCardBackground);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }
}

.bet-card-module_card__nVjI--LA__platform-common {
    display: flex
}

.bet-card-module_matchInfo__BqJSyQpt__platform-common {
    display: flex;
    flex-direction: column;
    max-width: 350px;
    flex: 1 1 30%;
    color: var(--incomingBetsCardTextColor);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

@media (max-width: 1100px) {
    .bet-card-module_matchInfo__BqJSyQpt__platform-common {
        flex:1 0 auto;
        margin-bottom: 8px;
        width: calc(100% - 48px)
    }
}

.bet-card-module_matchMainInfo__RYIlwX-h__platform-common {
    display: flex;
    margin-bottom: 4px
}

@media (max-width: 1100px) {
    .bet-card-module_matchMainInfo__RYIlwX-h__platform-common {
        margin-bottom:8px
    }
}

.bet-card-module_infoIcon__jAoa-RaR__platform-common {
    display: block;
    position: relative
}

.bet-card-module_matchTime__HQoMhGIc__platform-common {
    display: flex;
    align-items: center;
    margin-bottom: 4px
}

@media (max-width: 1100px) {
    .bet-card-module_matchTime__HQoMhGIc__platform-common {
        margin-bottom:8px
    }
}

.bet-card-module_matchTime__HQoMhGIc__platform-common .bet-card-module_timer__UGCmyA8N__platform-common {
    color: var(--incomingBetsCardTextColor);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.bet-card-module_matchTime__HQoMhGIc__platform-common .bet-card-module_timer__UGCmyA8N__platform-common>div {
    width: 100%
}

.bet-card-module_matchTime__HQoMhGIc__platform-common .bet-card-module_broadcastIcon__lBzpUkP6__platform-common {
    width: 16px;
    height: 16px;
    margin-left: 6px;
    top: 1px
}

.bet-card-module_matchTime__HQoMhGIc__platform-common>span {
    font-weight: 400
}

.bet-card-module_matchOutcome__LFw9TEC5__platform-common {
    display: flex;
    flex-wrap: wrap
}

@media (max-width: 1100px) {
    .bet-card-module_matchOutcome__LFw9TEC5__platform-common {
        margin-bottom:4px
    }
}

.bet-card-module_openCardInfoArrow__qjMDWOb1__platform-common {
    width: 20px;
    height: 20px;
    cursor: pointer;
    flex: 0 0 auto
}

@media (max-width: 1100px) {
    .bet-card-module_openCardInfoArrow__qjMDWOb1__platform-common {
        width:16px;
        height: 16px;
        position: absolute;
        bottom: 12px;
        right: 12px
    }
}

.bet-card-module_openCardInfoArrow__qjMDWOb1__platform-common svg {
    width: 100%;
    height: 100%
}

.bet-card-module_closed__WCMG9ziy__platform-common svg {
    transition: transform .2s ease;
    transform: rotate(180deg)
}

.bet-card-module_copyBetToCouponButton__LEV2g7G-__platform-common {
    width: 40px;
    height: 40px;
    margin-right: 24px;
    flex: 0 0 auto;
    margin-left: auto;
    cursor: pointer;
    position: relative;
    background-color: var(--incomingBetsCopyToCouponButtonColor);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .2s ease-in
}

@media (max-width: 1100px) {
    .bet-card-module_copyBetToCouponButton__LEV2g7G-__platform-common {
        position:absolute;
        top: 12px;
        right: 12px;
        margin-right: 0
    }
}

.bet-card-module_copyBetToCouponButton__LEV2g7G-__platform-common .bet-card-module_icon__vU3I6DtU__platform-common {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.bet-card-module_copyBetToCouponButton__LEV2g7G-__platform-common .bet-card-module_iconAppear__Edmpgjad__platform-common {
    animation: bet-card-module_fade1__oKkR6xrv__platform-common 1s linear
}

.bet-card-module_copyBetToCouponButton__LEV2g7G-__platform-common .bet-card-module_iconDisAppear__dld7ij6R__platform-common {
    animation: bet-card-module_fade2__Q1arR9J0__platform-common 1s linear
}

.bet-card-module_copyBetToCouponButton__LEV2g7G-__platform-common .bet-card-module_withoutAnimation__vbm9VXAH__platform-common {
    animation: none
}

.bet-card-module_copyBetToCouponButton__LEV2g7G-__platform-common:hover {
    background-color: var(--incomingBetsCopyToCouponButtonHoverColor)
}

@keyframes bet-card-module_fade1__oKkR6xrv__platform-common {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes bet-card-module_fade2__Q1arR9J0__platform-common {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.banner-module_isModern__f47ZOSZq__platform-common {
    padding: 16px;
    background-color: var(--incomingBetsModernSectionBg)
}

@media (max-width: 1100px) {
    .banner-module_isModern__f47ZOSZq__platform-common {
        padding:0
    }
}

.banner-module_banner__8DuBwKo8__platform-common {
    width: 100%;
    min-height: 280px;
    border-radius: 5px;
    background-color: var(--incomingBetsBannerColor);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: contain;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px
}

@media (max-width: 1400px) {
    .banner-module_banner__8DuBwKo8__platform-common {
        background-position-x:calc(100% + 50px)
    }
}

@media (max-width: 1100px) {
    .banner-module_banner__8DuBwKo8__platform-common {
        min-height:193px;
        border-radius: 0;
        background-color: var(--incomingBetsMobileBannerColor);
        background-position-x: right
    }
}

@media (max-width: 550px) {
    .banner-module_banner__8DuBwKo8__platform-common {
        background-color:var(--incomingBetsBannerColor);
        background-size: cover
    }
}

.banner-module_info__1wsG25xE__platform-common {
    margin: 32px
}

@media (max-width: 1100px) {
    .banner-module_info__1wsG25xE__platform-common {
        margin:16px
    }
}

.banner-module_info__1wsG25xE__platform-common .banner-module_title__kxyjaF9G__platform-common {
    display: flex;
    flex-direction: column;
    color: var(--incomingBetsBannerTextColor);
    font-size: 32px;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: .32px;
    margin-bottom: 16px
}

@media (min-width: 1400px) and (max-width: 1700px) {
    .banner-module_info__1wsG25xE__platform-common .banner-module_title__kxyjaF9G__platform-common {
        font-size:24px;
        line-height: 32px
    }
}

@media (max-width: 1400px) {
    .banner-module_info__1wsG25xE__platform-common .banner-module_title__kxyjaF9G__platform-common {
        font-size:24px;
        line-height: 32px
    }
}

@media (max-width: 1100px) {
    .banner-module_info__1wsG25xE__platform-common .banner-module_title__kxyjaF9G__platform-common {
        font-size:20px;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 5px
    }
}

.banner-module_info__1wsG25xE__platform-common .banner-module_description__T6vVMnJW__platform-common {
    color: var(--incomingBetsBannerTextColor);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
    max-width: 428px
}

@media (min-width: 1400px) and (max-width: 1700px) {
    .banner-module_info__1wsG25xE__platform-common .banner-module_description__T6vVMnJW__platform-common {
        font-size:14px;
        line-height: 20px
    }
}

@media (max-width: 1400px) {
    .banner-module_info__1wsG25xE__platform-common .banner-module_description__T6vVMnJW__platform-common {
        font-size:14px;
        line-height: 20px
    }
}

@media (max-width: 1100px) {
    .banner-module_info__1wsG25xE__platform-common .banner-module_description__T6vVMnJW__platform-common {
        font-size:12px;
        font-weight: 400;
        line-height: 16px;
        margin-bottom: 11px;
        max-width: 280px
    }
}

.banner-module_info__1wsG25xE__platform-common .banner-module_button__K321xRqw__platform-common {
    display: flex;
    min-width: 180px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    color: var(--incomingBetsBannerTextColor);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .42px;
    text-transform: uppercase
}

@media (max-width: 1100px) {
    .banner-module_info__1wsG25xE__platform-common .banner-module_button__K321xRqw__platform-common {
        font-size:12px;
        font-weight: 700;
        line-height: 16px;
        letter-spacing: 1px;
        text-transform: uppercase
    }
}

.sports-menu-module_sportMenu__exSDFQzM__platform-common {
    overflow: hidden;
    background: var(--incomingBetsSportMenuBg);
    box-shadow: 0 1px 0 0 var(--incomingBetsBoxShadowColor);
    display: flex;
    padding-left: 0;
    align-items: center;
    gap: 16px;
    width: 100%
}

@media (max-width: 1100px) {
    .sports-menu-module_sportMenu__exSDFQzM__platform-common {
        display:inline-flex;
        list-style: none;
        margin: 0;
        padding: 0;
        overflow-x: auto;
        overflow-y: hidden;
        top: 0;
        height: 100%;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        gap: 6px
    }
}

.sports-menu-module_sportMenuList__2omkvzb1__platform-common {
    list-style: none;
    min-width: 100%
}

.sports-menu-module_sportMenuList__2omkvzb1__platform-common .react-horizontal-scrolling-menu--wrapper {
    padding: 0 8px
}

.sports-menu-module_sportItem__PJ9tJnEN__platform-common {
    display: flex;
    height: 42px;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    padding: 0 8px;
    cursor: pointer
}

@media (max-width: 1100px) {
    .sports-menu-module_sportItem__PJ9tJnEN__platform-common {
        position:relative;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 6px 8px;
        gap: 8px;
        background: var(--incomingBetsSportMenuBg)
    }
}

.sports-menu-module_sportItem__PJ9tJnEN__platform-common .sports-menu-module_sportItemIcon__hKPf17yI__platform-common {
    width: 18px;
    height: 18px;
    filter: grayscale(100%);
    transition: filter .15s ease
}

@media (max-width: 1100px) {
    .sports-menu-module_sportItem__PJ9tJnEN__platform-common .sports-menu-module_sportItemIcon__hKPf17yI__platform-common {
        display:flex;
        width: 20px;
        height: 20px
    }
}

.sports-menu-module_sportItem__PJ9tJnEN__platform-common .sports-menu-module_sportItemText__mfsvjq-k__platform-common {
    color: var(--incomingBetsSportMenuItemTextColor);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    opacity: .5
}

@media (max-width: 1100px) {
    .sports-menu-module_sportItem__PJ9tJnEN__platform-common .sports-menu-module_sportItemText__mfsvjq-k__platform-common {
        font-size:12px;
        font-weight: 400;
        line-height: 16px;
        opacity: 1
    }
}

.sports-menu-module_selectedSportItem__Iygj7XT-__platform-common {
    cursor: default
}

@media (max-width: 1100px) {
    .sports-menu-module_selectedSportItem__Iygj7XT-__platform-common {
        transition:background .15s ease;
        background: var(--incomingBetsSelectedSportBackgroundMobile)
    }
}

.sports-menu-module_selectedSportItem__Iygj7XT-__platform-common .sports-menu-module_sportItemIcon__hKPf17yI__platform-common,.sports-menu-module_sportItem__PJ9tJnEN__platform-common:hover .sports-menu-module_sportItemIcon__hKPf17yI__platform-common {
    filter: unset
}

.sports-menu-module_selectedSportItem__Iygj7XT-__platform-common .sports-menu-module_sportItemText__mfsvjq-k__platform-common,.sports-menu-module_sportItem__PJ9tJnEN__platform-common:hover .sports-menu-module_sportItemText__mfsvjq-k__platform-common {
    color: var(--incomingBetsSelectedSportMenuItemTextColor);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    opacity: 1
}

@media (max-width: 1100px) {
    .sports-menu-module_selectedSportItem__Iygj7XT-__platform-common .sports-menu-module_sportItemText__mfsvjq-k__platform-common,.sports-menu-module_sportItem__PJ9tJnEN__platform-common:hover .sports-menu-module_sportItemText__mfsvjq-k__platform-common {
        color:var(--incomingBetsSportMenuItemTextColor);
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        opacity: 1
    }
}

.sports-menu-module_sportMenuModern__-e2W-Xmx__platform-common {
    box-shadow: none
}

@media (max-width: 1100px) {
    .sports-menu-module_sportMenuModern__-e2W-Xmx__platform-common {
        box-shadow:none;
        padding: 0 8px;
        gap: 8px
    }

    .sports-menu-module_sportMenuModern__-e2W-Xmx__platform-common .sports-menu-module_sportItem__PJ9tJnEN__platform-common {
        border-radius: 8px;
        gap: 4px
    }

    .sports-menu-module_sportMenuModern__-e2W-Xmx__platform-common .sports-menu-module_sportItem__PJ9tJnEN__platform-common .sports-menu-module_sportItemIcon__hKPf17yI__platform-common {
        filter: unset
    }

    .sports-menu-module_sportMenuModern__-e2W-Xmx__platform-common .sports-menu-module_sportItem__PJ9tJnEN__platform-common .sports-menu-module_sportItemText__mfsvjq-k__platform-common {
        color: var(--incomingBetsMobileModernSportMenuItemTextColor);
        text-align: center;
        font-size: 10px;
        font-weight: 400;
        line-height: 16px
    }

    .sports-menu-module_sportMenuModern__-e2W-Xmx__platform-common .sports-menu-module_selectedSportItem__Iygj7XT-__platform-common {
        background: var(--incomingBetsMobileModernSelectedSportBg);
        box-shadow: 0 0 20px 0 var(--incomingBetsMobileModernSelectedSportBoxShadowColor)
    }

    .sports-menu-module_sportMenuModern__-e2W-Xmx__platform-common .sports-menu-module_selectedSportItem__Iygj7XT-__platform-common .sports-menu-module_sportItemText__mfsvjq-k__platform-common {
        color: var(--incomingBetsMobileModernSelectedSportText)
    }
}

.automaticUpdate-button-module_buttonWrapper__-mw7HTxt__platform-common {
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    margin-right: 8px
}

.automaticUpdate-button-module_autoUpdateElement__vKDWiR9P__platform-common {
    display: flex;
    position: relative;
    padding: 6px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    height: 32px;
    width: -moz-max-content;
    width: max-content;
    background-size: 200%;
    background-position: 100%;
    overflow: hidden
}

.automaticUpdate-button-module_autoUpdateElement__vKDWiR9P__platform-common .automaticUpdate-button-module_sliderText__4oyv8SHP__platform-common {
    visibility: hidden
}

.automaticUpdate-button-module_autoUpdateElement__vKDWiR9P__platform-common .automaticUpdate-button-module_sliderLeft__naVX3q1e__platform-common {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    border-radius: 4px 0 0 4px;
    border: 1px solid var(--incomingBetsStopUpdateBorderColor);
    background-color: var(--incomingBetsButtonInitialBg);
    color: var(--incomingBetsButtonInitialTextColor);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.automaticUpdate-button-module_autoUpdateElement__vKDWiR9P__platform-common .automaticUpdate-button-module_sliderRight__rleTINE4__platform-common {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--incomingBetsStopUpdateBorderColor);
    background-color: var(--incomingBetsButtonLastBg);
    color: var(--incomingBetsButtonLastTextColor);
    animation: automaticUpdate-button-module_change-button-background__eabqSZEH__platform-common infinite linear;
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%);
    transition: -webkit-clip-path 1s linear;
    transition: clip-path 1s linear;
    transition: clip-path 1s linear, -webkit-clip-path 1s linear
}

.automaticUpdate-button-module_autoUpdateElement__vKDWiR9P__platform-common .automaticUpdate-button-module_buttonAnimation__Ij2SQ3Wc__platform-common {
    clip-path: inset(0 0 0 50%);
    -webkit-clip-path: inset(0 0 0 50%);
    animation: automaticUpdate-button-module_animate__LezHBAQW__platform-common ease-in-out infinite
}

.automaticUpdate-button-module_stopAutoUpdate__OorN1JkT__platform-common {
    display: inline-flex;
    height: 32px;
    padding: 6px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 0 4px 4px 0;
    border: 1px solid var(--incomingBetsStopUpdateBorderColor);
    background: var(--incomingBetsStopUpdateBg)
}

.automaticUpdate-button-module_stopAutoUpdate__OorN1JkT__platform-common svg {
    width: 16px;
    height: 16px;
    fill: var(--incomingBetsStopUpdateIconColor)
}

.automaticUpdate-button-module_autoUpdateDisabled__CiHOvf36__platform-common {
    background-color: var(--incomingBetsButtonLastBg);
    color: var(--incomingBetsButtonLastTextColor);
    border-radius: 4px 0 0 4px;
    border: 1px solid var(--incomingBetsStopUpdateBorderColor)
}

.automaticUpdate-button-module_autoUpdateDisabled__CiHOvf36__platform-common .automaticUpdate-button-module_sliderLeft__naVX3q1e__platform-common {
    display: none
}

.automaticUpdate-button-module_autoUpdateDisabled__CiHOvf36__platform-common .automaticUpdate-button-module_sliderRight__rleTINE4__platform-common {
    animation: none;
    clip-path: inset(0 0 0 0%);
    -webkit-clip-path: inset(0 0 0 0%);
    transition: -webkit-clip-path 1s linear;
    transition: clip-path 1s linear;
    transition: clip-path 1s linear, -webkit-clip-path 1s linear
}

@keyframes automaticUpdate-button-module_animate__LezHBAQW__platform-common {
    0% {
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%)
    }

    to {
        -webkit-clip-path: inset(0 0 0 0%);
        clip-path: inset(0 0 0 0%)
    }
}

.filter-module_filtersWrapper__nORm6dc1__platform-common {
    display: flex;
    width: 100%;
    padding: 12px 0 12px 12px;
    background: var(--incomingBetsFiltersBackground);
    box-shadow: 0 1px 0 0 var(--incomingBetsFiltersShadow)
}

@media (max-width: 1100px) {
    .filter-module_filtersWrapper__nORm6dc1__platform-common {
        overflow-x:auto
    }
}

.filter-module_filtersList__9FqCBAIc__platform-common {
    display: flex;
    max-width: 1200px;
    width: 100%;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
    padding: 0
}

.filter-module_filterItem__xjkubVh5__platform-common {
    list-style: none
}

.filter-module_filterItem__xjkubVh5__platform-common:hover .filter-module_filterButton__CqI-8-Z-__platform-common {
    transition: all .2s ease-in
}

.filter-module_activeFilterItem__NE81gmgm__platform-common .filter-module_filterButton__CqI-8-Z-__platform-common,.filter-module_filterItem__xjkubVh5__platform-common:hover .filter-module_filterButton__CqI-8-Z-__platform-common {
    background: var(--incomingBetsActiveFilterBackground);
    color: var(--incomingBetsActiveFilterColor)
}

.filter-module_activeFilterItem__NE81gmgm__platform-common .filter-module_filterButton__CqI-8-Z-__platform-common {
    cursor: default
}

.filter-module_filterButton__CqI-8-Z-__platform-common {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    padding: 6px 8px;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    border: 1px solid var(--incomingBetsFilterButtonBorder);
    background: var(--incomingBetsFiltersBackground);
    color: var(--incomingBetsFilterButtonColor);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.filter-module_modernView__aERUudpg__platform-common {
    box-shadow: none
}

@media (max-width: 1100px) {
    .filter-module_modernView__aERUudpg__platform-common {
        padding-left:0;
        padding-top: 0;
        box-shadow: none
    }
}

@media (max-width: 1100px) {
    .filter-module_modernView__aERUudpg__platform-common .filter-module_filterButton__CqI-8-Z-__platform-common {
        background:var(--incomingBetsModernMobileFiltersBackground)
    }
}

@media (max-width: 1100px) {
    .filter-module_modernView__aERUudpg__platform-common .filter-module_activeFilterItem__NE81gmgm__platform-common .filter-module_filterButton__CqI-8-Z-__platform-common,.filter-module_modernView__aERUudpg__platform-common .filter-module_filterItem__xjkubVh5__platform-common:hover .filter-module_filterButton__CqI-8-Z-__platform-common {
        background:var(--incomingBetsActiveFilterBackground)
    }
}

.mobile-header-module_headerWrapper__zVxzATcd__platform-common {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    padding: 14px 12px;
    gap: 8px;
    background: var(--newForecastsSectionTitleBg);
    margin: var(--headerWrapperMargin)
}

.mobile-header-module_iconBack__HmJqC8CF__platform-common {
    width: 16px;
    height: 16px;
    transform: rotate(180deg);
    fill: var(--newForecastsSectionTitleIconColor);
    opacity: .5
}

.mobile-header-module_iconClose__l4xcN6ON__platform-common {
    width: 16px;
    height: 16px;
    fill: var(--newForecastsSectionTitleIconColor);
    opacity: var(--newForecastsSectionTitleIconOpacity)
}

.mobile-header-module_title__LvGSFTrH__platform-common {
    margin: 0;
    color: var(--newForecastsSectionTitleColor);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .42px;
    text-transform: uppercase
}

.mobile-prizes-module_prizes__k0IStLaj__platform-common {
    background: var(--newForecastsMobilePrizesBg);
    margin: 8px 0 0;
    list-style: none;
    padding: 8px 0;
    border-bottom: none
}

.react-horizontal-scrolling-menu--item {
    padding: 0 4px;
    flex: 0 0 auto
}

.mobile-prizes-module_prizeItem__CDE3C8OU__platform-common {
    border-radius: 8px;
    background: var(--newForecastsPrizeItemBg);
    display: flex;
    padding: 8px;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
    justify-content: left;
    min-width: 96px;
    width: 100%
}

.mobile-prizes-module_prizeItem__CDE3C8OU__platform-common+.mobile-prizes-module_prizeItem__CDE3C8OU__platform-common {
    margin-top: 4px
}

.mobile-prizes-module_iconWrapper__FQA9OxoM__platform-common {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-blend-mode: overlay,normal,normal
}

.mobile-prizes-module_icon__64M8jWAl__platform-common {
    width: 20px;
    height: 20px
}

.mobile-prizes-module_iconCup__7s69wB-Z__platform-common {
    width: 32px;
    height: 32px
}

.mobile-prizes-module_firstPlace__z0C3pPeU__platform-common {
    background: radial-gradient(110.71% 118.02% at -.05% -29.91%,#ffffff80,#fff0),linear-gradient(78deg,#57626580 11.17%,#9ea1a180 25.33%,#848b8a80 47.3%,#57626580 53.98%,#57626580 79.53%,#757a7b80 88.8%,#57626580 98.57%),#ffbd3a
}

.mobile-prizes-module_secondPlace__bHDN0ztY__platform-common {
    background: radial-gradient(110.71% 118.02% at -.05% -29.91%,#fff6,#fff0),linear-gradient(78deg,#57626566 11.17%,#9ea1a166 25.33%,#848b8a66 47.3%,#57626566 53.98%,#57626566 79.53%,#757a7b66 88.8%,#57626566 98.57%),radial-gradient(920.1% 139.68% at 97.52% 0%,#d4e0ef,#9faab9)
}

.mobile-prizes-module_thirdPlace__089Ffd-d__platform-common {
    background: radial-gradient(110.71% 118.02% at -.05% -29.91%,#fff6,#fff0),linear-gradient(78deg,#57626566 11.17%,#9ea1a166 25.33%,#848b8a66 47.3%,#57626566 53.98%,#57626566 79.53%,#757a7b66 88.8%,#57626566 98.57%),radial-gradient(920.1% 139.68% at 97.52% 0%,#e0b994,#976f48)
}

.mobile-prizes-module_prizeText__bjHeor1U__platform-common {
    margin-left: 6px;
    color: var(--newForecastsPrizeItemTextColor);
    text-align: left;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: .4px
}

.mobile-prizes-module_prizeTextMajor__s4C8G7Cl__platform-common {
    color: var(--newForecastsPrizeItemTextColor);
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.mobile-prizes-module_activePrizeItem__7YqtJ4N8__platform-common {
    max-width: 240px
}

.mobile-banners-module_bannersList__3cWAJ5mW__platform-common {
    margin-top: 16px;
    list-style: none;
    min-width: 100%;
    border-bottom: 1px solid var(--newForecastsMobileBannersListBorderColor)
}

.mobile-banners-module_bannersList__3cWAJ5mW__platform-common .react-horizontal-scrolling-menu--scroll-container {
    margin: 0 5px
}

.mobile-banners-module_bannersList__3cWAJ5mW__platform-common .react-horizontal-scrolling-menu--item {
    padding: 0 12px;
    flex: 1 0 auto
}

.mobile-banners-module_forecastBannerItem__ovJjUleJ__platform-common {
    background: var(--newForecastsMobileBannersBannerItemBg);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.mobile-banners-module_forecastBannerItemActive__ismzyNO2__platform-common {
    border-bottom: 3px solid var(--newForecastsMobileBannersActiveItemBorderColor)
}

.mobile-banners-module_forecastBannerItemActive__ismzyNO2__platform-common .mobile-banners-module_forecastPrize__D5YtAXkA__platform-common {
    background: var(--newForecastsMobileBannersActiveItemPrizeBg);
    color: var(--newForecastsMobileBannersActiveItemPrizeTextColor)
}

.mobile-banners-module_forecastBannerItemActive__ismzyNO2__platform-common .mobile-banners-module_forecastName__zroEdPXO__platform-common {
    color: var(--newForecastsDefaultTextColor);
    margin-bottom: 2px
}

.mobile-banners-module_forecastPrize__D5YtAXkA__platform-common {
    display: flex;
    padding: 0 8px;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    border-radius: 8px;
    background: var(--newForecastsMobileBannersBannerPrizeBg);
    color: var(--newForecastsMobileBannersBannerTextColor);
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 8px
}

.mobile-banners-module_forecastName__zroEdPXO__platform-common {
    margin-top: 5px;
    color: var(--newForecastsMobileBannersBannerTextColor);
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.mobile-banners-module_item__xkKiI7YM__platform-common {
    display: flex;
    justify-content: center
}

.make-forecast-buttons-module_buttonsWrapper__usN7Jic8__platform-common {
    display: flex
}

.make-forecast-buttons-module_loginBtn__m8vEGFR-__platform-common,.make-forecast-buttons-module_depositButton__oCivuJwV__platform-common,.make-forecast-buttons-module_randomPickButton__-pIl-p-y__platform-common {
    color: var(--newForecastsRandomPickButtonTextColor);
    display: flex;
    min-width: 188px;
    flex: 0 0 auto;
    margin-left: auto;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: var(--newForecastsMakeForecastButtonsBorderRadius);
    background: var(--newForecastsRandomPickButtonBg);
    box-shadow: var(--newForecastsRandomPickButtonBoxShadow)
}

@media (max-width: 1100px) {
    .make-forecast-buttons-module_loginBtn__m8vEGFR-__platform-common,.make-forecast-buttons-module_depositButton__oCivuJwV__platform-common,.make-forecast-buttons-module_randomPickButton__-pIl-p-y__platform-common {
        min-width:auto
    }
}

.make-forecast-buttons-module_loginBtn__m8vEGFR-__platform-common .make-forecast-buttons-module_icon__SocZLf32__platform-common,.make-forecast-buttons-module_depositButton__oCivuJwV__platform-common .make-forecast-buttons-module_icon__SocZLf32__platform-common,.make-forecast-buttons-module_randomPickButton__-pIl-p-y__platform-common .make-forecast-buttons-module_icon__SocZLf32__platform-common {
    width: 16px;
    height: 16px;
    margin-left: 8px;
    fill: var(--newForecastsRandomPickIconColor)
}

@media (max-width: 1100px) {
    .make-forecast-buttons-module_loginBtn__m8vEGFR-__platform-common .make-forecast-buttons-module_icon__SocZLf32__platform-common,.make-forecast-buttons-module_depositButton__oCivuJwV__platform-common .make-forecast-buttons-module_icon__SocZLf32__platform-common,.make-forecast-buttons-module_randomPickButton__-pIl-p-y__platform-common .make-forecast-buttons-module_icon__SocZLf32__platform-common {
        margin-left:0
    }
}

.make-forecast-buttons-module_randomPickButton__-pIl-p-y__platform-common[disabled] {
    background: var(--newForecastsRandomPickDisabledBg);
    box-shadow: var(--newForecastsRandomPickDisabledBoxShadow);
    cursor: default
}

.make-forecast-buttons-module_randomPickButton__-pIl-p-y__platform-common[disabled] .make-forecast-buttons-module_randomPickText__ZWk3g-1s__platform-common {
    color: var(--newForecastsRandomPickButtonDisabledTextColor)
}

.make-forecast-buttons-module_randomPickButton__-pIl-p-y__platform-common[disabled] .make-forecast-buttons-module_icon__SocZLf32__platform-common {
    fill: var(--newForecastsRandomPickButtonDisabledTextColor)
}

.make-forecast-buttons-module_loginBtn__m8vEGFR-__platform-common,.make-forecast-buttons-module_depositButton__oCivuJwV__platform-common,.make-forecast-buttons-module_randomPickText__ZWk3g-1s__platform-common {
    color: var(--newForecastsRandomPickButtonTextColor);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .42px;
    text-transform: uppercase
}

@media (max-width: 1100px) {
    .make-forecast-buttons-module_randomPickText__ZWk3g-1s__platform-common {
        display:none
    }
}

.make-forecast-buttons-module_makeForecastButton__MeT75jRu__platform-common {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    border-radius: var(--newForecastsMakeForecastButtonsBorderRadius);
    width: 100%;
    margin-right: 8px;
    position: relative;
    background: var(--newForecastsMakeForecastButtonInitialBg);
    box-shadow: var(--newForecastsMakeForecastBoxShadow);
    color: var(--newForecastsMakeForecastButtonInitialTextColor);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px
}

.make-forecast-buttons-module_makeForecastButton__MeT75jRu__platform-common .make-forecast-buttons-module_infoIcon__4pxkqTWM__platform-common {
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    flex: 0 0 auto
}

@media (max-width: 1100px) {
    .make-forecast-buttons-module_makeForecastButton__MeT75jRu__platform-common .make-forecast-buttons-module_infoIcon__4pxkqTWM__platform-common {
        width:24px;
        height: 24px
    }
}

@media (max-width: 1100px) {
    .make-forecast-buttons-module_requirements__UcCQvR-M__platform-common {
        font-size:10px
    }
}

.make-forecast-buttons-module_someRequirementsMissing__WzlPLRAl__platform-common {
    cursor: default;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px
}

@media (max-width: 1100px) {
    .make-forecast-buttons-module_someRequirementsMissing__WzlPLRAl__platform-common {
        font-size:11px;
        line-height: 16px
    }
}

.make-forecast-buttons-module_userCanMakeForecast__gQEf8wfw__platform-common {
    background: var(--newForecastsMakeForecastButtonAvailableBg);
    color: var(--newForecastsMakeForecastButtonAvailableTextColor);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase
}

@media (max-width: 1100px) {
    .make-forecast-buttons-module_userCanMakeForecast__gQEf8wfw__platform-common {
        font-size:14px
    }
}

.make-forecast-buttons-module_progressBar__h-ia7wHV__platform-common {
    position: absolute;
    height: 100%;
    background: var(--newForecastsMakeForecastButtonProgressBarBg);
    left: 0;
    top: 0;
    border-radius: 8px 0 0 8px
}

.make-forecast-buttons-module_progressBarText__p4EW-Fuh__platform-common {
    z-index: 1
}

.make-forecast-buttons-module_forecastWasMaded__U30HEFU0__platform-common {
    background: var(--newForecastsMakeForecastButtonUserMadeForecastBg);
    color: var(--newForecastsMakeForecastButtonUserMadeForecastTextColor);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    cursor: default
}

.make-forecast-buttons-module_progressBarTextWrapper__OHXQ0dvZ__platform-common {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 24px
}

.make-forecast-buttons-module_fullText__SEk4Ifaj__platform-common {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1
}

.make-forecast-buttons-module_clippedTextInitial__1E2DhcYC__platform-common {
    position: absolute;
    width: 100%;
    text-align: center;
    color: var(--newForecastsMakeForecastButtonInitialTextColor);
    z-index: 2
}

.make-forecast-buttons-module_clippedText__dE1tPODt__platform-common {
    color: var(--newForecastsMakeForecastButtonReverseTextColor)
}

.make-forecast-buttons-module_isLoading__nSF8LPrf__platform-common {
    background: var(--newForecastsMakeForecastButtonUserMadeForecastBg)
}

.make-forecast-buttons-module_isLoading__nSF8LPrf__platform-common .make-forecast-buttons-module_iconLoader__Jb6Yrz0s__platform-common {
    width: 24px;
    height: 24px
}

.forecast-item-module_forecast__DZCOmAU0__platform-common {
    position: relative;
    display: flex;
    flex-direction: column
}

.forecast-item-module_forecastWebview__LRxUOZjz__platform-common {
    padding-bottom: 120px
}

.forecast-item-module_forecastItemWrapper__nieW9apH__platform-common {
    background: var(--newForecastsForecastItemBg);
    border-radius: 0 0 8px 8px;
    padding: 20px;
    width: 100%;
    margin-bottom: 16px
}

@media (max-width: 1100px) {
    .forecast-item-module_forecastItemWrapper__nieW9apH__platform-common {
        padding:16px 0 0;
        margin-bottom: 0;
        background: var(--newForecastsForecastItemBgMobile)
    }
}

.forecast-item-module_forecastItemDisabled__22ii2bl9__platform-common {
    box-shadow: 0 0 11px 0 var(--newForecastsForecastItemBoxShadow);
    opacity: .5;
    filter: blur(5px)
}

.forecast-item-module_forecastNotActive__Anul-W8c__platform-common {
    width: 100%;
    position: absolute;
    height: 100%;
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.forecast-item-module_forecastNotActive__Anul-W8c__platform-common .forecast-item-module_forecastNotActiveIcon__8Rb9eOgz__platform-common {
    width: 48px;
    height: 48px;
    margin-bottom: 24px
}

.forecast-item-module_forecastNotActiveText__phWCVDqM__platform-common {
    color: var(--newForecastsDefaultTextColor);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    max-width: 205px
}

.forecast-item-module_forecastHeader__aH7dNAD8__platform-common {
    display: flex;
    padding: 8px 16px;
    border-radius: var(--newForecastsForecastItemHeaderBorderRadius);
    background: var(--newForecastsForecastItemHeaderBg);
    border-left: 1px solid transparent;
    border-right: 1px solid transparent
}

@media (max-width: 1100px) {
    .forecast-item-module_forecastHeader__aH7dNAD8__platform-common {
        background:var(--newForecastsForecastItemHeaderBgMobile)
    }
}

.forecast-item-module_forecastHeader__aH7dNAD8__platform-common label .forecast-item-module_probabilitiesSwitch__iFpa9Iku__platform-common {
    background: var(--newForecastForecastSwitchNotActiveBg)
}

@media (max-width: 1100px) {
    .forecast-item-module_forecastHeader__aH7dNAD8__platform-common label .forecast-item-module_probabilitiesSwitch__iFpa9Iku__platform-common {
        background:var(--newForecastForecastSwitchNotActiveBgMobile)
    }
}

.forecast-item-module_forecastHeader__aH7dNAD8__platform-common label .forecast-item-module_probabilitiesShown__vQ-fMJkb__platform-common {
    background: var(--swipeCheckboxBgActive)
}

.forecast-item-module_probabilitiesWrapper__l71MsyXk__platform-common {
    display: flex;
    align-items: center
}

.forecast-item-module_outcomeProbability__rObyNIpL__platform-common {
    margin-left: 8px;
    color: var(--newForecastsOutcomeProbabilityTextColor);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

@media (max-width: 1100px) {
    .forecast-item-module_outcomeProbability__rObyNIpL__platform-common {
        font-size:12px;
        font-weight: 400;
        line-height: 16px
    }
}

.forecast-item-module_eventsList__YT99s7-7__platform-common {
    list-style: none;
    margin: 0;
    padding: 16px 0 0
}

@media (max-width: 1100px) {
    .forecast-item-module_eventsList__YT99s7-7__platform-common {
        overflow-x:hidden;
        margin-bottom: 0
    }
}

.forecast-item-module_eventItem__Yt8UKdzT__platform-common {
    display: flex;
    padding: 12px 16px;
    align-items: center;
    border-radius: var(--newForecastsEventItemBorderRadius);
    border: 1px solid var(--newForecastsEventItemBorderColor);
    background: var(--newForecastsEventItemBg);
    list-style: none;
    margin-bottom: 8px
}

.forecast-item-module_eventInfo__ufozZEGw__platform-common {
    display: flex;
    flex-direction: column
}

@media (max-width: 1100px) {
    .forecast-item-module_eventInfo__ufozZEGw__platform-common {
        width:calc(100% - 154px)
    }
}

.forecast-item-module_matchInfo__wxfyzYjJ__platform-common {
    display: flex;
    margin-bottom: 4px
}

@media (max-width: 1100px) {
    .forecast-item-module_matchInfo__wxfyzYjJ__platform-common {
        margin-bottom:8px;
        width: 190%
    }
}

.forecast-item-module_competitors__4-i5XbHE__platform-common {
    display: flex
}

@media (max-width: 1100px) {
    .forecast-item-module_competitors__4-i5XbHE__platform-common {
        flex-direction:column;
        justify-content: center;
        align-items: flex-start
    }
}

.forecast-item-module_teamNameWithLogo__PEbywcow__platform-common {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--newForecastsTeamNameColor);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

@media (max-width: 1100px) {
    .forecast-item-module_teamNameWithLogo__PEbywcow__platform-common {
        width:100%;
        justify-content: flex-start;
        font-size: 12px;
        font-weight: var(--newForecastsTeamNameFontWeight);
        line-height: 16px
    }
}

@media (max-width: 1100px) {
    .forecast-item-module_teamNameWithLogo__PEbywcow__platform-common:last-of-type {
        margin-top:6px
    }
}

.forecast-item-module_teamName__K33izsuy__platform-common {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.forecast-item-module_teamLogo__6xleDuin__platform-common,.forecast-item-module_teamTshirt__GgMpzsjX__platform-common {
    width: 18px;
    height: 18px;
    margin-right: 4px
}

.forecast-item-module_separator__DrGSYKXq__platform-common {
    color: var(--newForecastsTeamNameColor);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 8px
}

@media (max-width: 1100px) {
    .forecast-item-module_separator__DrGSYKXq__platform-common {
        display:none
    }
}

.forecast-item-module_matchInfo__wxfyzYjJ__platform-common>span {
    font-weight: 400
}

.forecast-item-module_matchTime__POi3v-lL__platform-common {
    color: var(--newForecastsDefaultTextColor);
    font-size: 12px;
    font-weight: var(--newForecastsEventItemFontWeight);
    line-height: 16px;
    opacity: .5
}

.forecast-item-module_matchTime__POi3v-lL__platform-common span {
    font-weight: var(--newForecastsEventItemFontWeight)
}

@media (max-width: 1100px) {
    .forecast-item-module_matchTime__POi3v-lL__platform-common {
        color:var(--newForecastsEventMatchTimeMobileColor);
        opacity: 1;
        font-size: 10px
    }
}

.forecast-item-module_leagueTitle__LwER5f3v__platform-common {
    color: var(--newForecastsDefaultTextColor);
    font-size: 12px;
    font-weight: var(--newForecastsEventItemFontWeight);
    line-height: 16px;
    margin-left: 4px
}

@media (max-width: 1100px) {
    .forecast-item-module_leagueTitle__LwER5f3v__platform-common {
        font-size:10px
    }
}

.forecast-item-module_markets__L-rYQcqd__platform-common {
    min-width: 216px;
    margin: 0 0 0 auto;
    padding: 0;
    list-style: none;
    display: flex
}

@media (max-width: 1100px) {
    .forecast-item-module_markets__L-rYQcqd__platform-common {
        min-width:unset
    }
}

.forecast-item-module_marketTitle__LHpocAtC__platform-common {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 64px;
    color: var(--newForecastsDefaultTextColor);
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: .5
}

@media (max-width: 1100px) {
    .forecast-item-module_marketTitle__LHpocAtC__platform-common {
        min-width:40px
    }
}

.forecast-item-module_marketTitle__LHpocAtC__platform-common:not(:last-of-type) {
    margin-right: 12px
}

.forecast-item-module_eventOutcomes__Iav4-16W__platform-common {
    min-width: 216px;
    margin-left: auto;
    display: flex;
    list-style: none;
    padding: 0;
    position: relative
}

@media (max-width: 1100px) {
    .forecast-item-module_eventOutcomes__Iav4-16W__platform-common {
        min-width:unset;
        margin-top: auto
    }
}

.forecast-item-module_eventOutcomes__Iav4-16W__platform-common:before {
    display: none;
    position: absolute;
    content: "";
    height: 40px;
    width: 1px;
    background-color: var(--newForecastsOutcomesDividerBg);
    left: -8px;
    top: 0
}

@media (max-width: 1100px) {
    .forecast-item-module_eventOutcomes__Iav4-16W__platform-common:before {
        display:block
    }
}

.forecast-item-module_outcome__zdq6iNLM__platform-common {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    width: 64px;
    padding: 8px 12px;
    gap: 10px;
    border-radius: var(--newForecastsOutomeBorderRadius);
    border: 1px solid var(--newForecastsOutcomeBorderColor);
    background: var(--newForecastsOutomeBg);
    color: var(--newForecastsDefaultTextColor);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .42px;
    text-transform: uppercase
}

@media (max-width: 1100px) {
    .forecast-item-module_outcome__zdq6iNLM__platform-common {
        width:40px;
        height: 40px;
        text-align: center;
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
        letter-spacing: .2px;
        text-transform: uppercase;
        background: var(--newForecastsOutomeBgMobile);
        border-color: var(--newForecastsOutcomeBorderColorMobile)
    }
}

.forecast-item-module_outcomeItem__qT7a8SfT__platform-common:not(:last-of-type) {
    margin-right: 12px
}

.forecast-item-module_outcomeSelected__SBnkiPRF__platform-common {
    background: var(--newForecastsOutcomeSelectedBg);
    color: var(--newForecastsOutcomeSelectedTextColor);
    border-color: transparent
}

.forecast-item-module_makeForecast__oppSDjlz__platform-common {
    position: sticky;
    left: 0;
    bottom: 60px;
    margin: 0 8px;
    z-index: 2
}

@media (max-width: 1100px) {
    .forecast-item-module_makeForecast__oppSDjlz__platform-common {
        border-top:1px solid var(--newForecastsMakeForecastsMobileButtonWrapperBorderColor);
        background: var(--newForecastsMakeForecastsMobileButtonWrapperBg);
        box-shadow: var(--newForecastsMakerForecastsMobileButtonWrapperBoxShadow);
        position: fixed;
        bottom: 50px;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 16px
    }
}

.forecast-item-module_makeForecastWebview__d3WEjwTd__platform-common {
    bottom: 0
}

.forecast-item-module_makeForecastWebviewOld__VmaWPgeX__platform-common {
    bottom: 50px
}

.history-module_historyWrapper__tlMpB6rJ__platform-common {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 0 0 8px 8px;
    background: var(--newForecastsHistoryBg)
}

@media (max-width: 1100px) {
    .history-module_historyWrapper__tlMpB6rJ__platform-common {
        padding:16px 0;
        background: var(--newForecastsHistoryBgMobile)
    }
}

.history-module_historyList__Sv8TufQJ__platform-common {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none
}

.history-module_listItem__kkpx4OA5__platform-common+.history-module_listItem__kkpx4OA5__platform-common {
    margin-top: 16px
}

.history-module_itemHeader__-nV9ZJ4r__platform-common {
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: var(--newForecastsHistoryItemHeaderBorderRadius);
    background: var(--newForecastsHistoryItemHeaderBg);
    margin-bottom: 8px
}

@media (max-width: 1100px) {
    .history-module_itemHeader__-nV9ZJ4r__platform-common {
        background:var(--newForecastsHistoryItemHeaderBgMobile)
    }
}

.history-module_itemBody__Oy9f4dQ0__platform-common {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 12px;
    gap: 8px;
    align-self: stretch;
    border-radius: var(--newForecastsHistoryItemHeaderBorderRadius);
    border: 1px solid var(--newForecastsHistoryItemBodyBorderColor);
    background: var(--newForecastsHistoryItemBg);
    color: var(--newforecastsHistoryItemTextColor);
    font-size: 14px;
    line-height: 20px
}

.history-module_forecastCloseDate__b3Iq-VuR__platform-common span {
    color: var(--newforecastsHistoryItemTextColor);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.history-module_picksQuantityWithMarket__suF0ZhUy__platform-common {
    color: var(--newforecastsHistoryItemTextColor);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px
}

.history-module_forecastPrize__GIKkZnxP__platform-common {
    color: var(--newForecastsAccentColor);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px
}

.history-module_correctConditions__zm1bhfFd__platform-common {
    color: var(--newforecastsHistoryItemTextColor);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

.history-module_noHistoryWrapper__bbvFJzQS__platform-common {
    background: var(--newForecastsNoHistoryBg);
    min-height: 250px
}

@media (max-width: 1100px) {
    .history-module_noHistoryWrapper__bbvFJzQS__platform-common {
        background:var(--newForecastsNoHistoryBgMobile)
    }
}

.history-module_noHistory__xjg3PSeU__platform-common {
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    min-height: 160px;
    color: var(--newForecastsNoForecastsTextColor);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    opacity: .5
}

.rules-module_rulesWrapper__Z-L1I0Fx__platform-common {
    border-radius: 0 0 8px 8px;
    background: var(--newForecastsRulesBg);
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

@media (max-width: 1100px) {
    .rules-module_rulesWrapper__Z-L1I0Fx__platform-common {
        padding:16px 0 0;
        background: var(--newForecastsRulesBgMobile)
    }
}

.rules-module_rulesTitle__zwCGynQG__platform-common {
    color: var(--newForecastsTextColor);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 0
}

.rules-module_rulesText__JGv0fFd4__platform-common {
    color: var(--newForecastsTextColor);
    font-size: 10px;
    font-weight: 400;
    line-height: 16px
}

.rules-module_rulesText__JGv0fFd4__platform-common ol,.rules-module_rulesText__JGv0fFd4__platform-common ul {
    padding-left: 0;
    margin-left: 20px
}

.main-banner-module_bannerWrapper__-QAidAcK__platform-common {
    width: 100%;
    min-height: 207px;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: cover;
    display: flex;
    margin: 16px 0
}

@media (max-width: 1100px) {
    .main-banner-module_bannerWrapper__-QAidAcK__platform-common {
        flex-direction:column;
        min-height: 150px
    }
}

.main-banner-module_textWrapper__00w3J-bQ__platform-common {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%
}

@media (max-width: 1100px) {
    .main-banner-module_textWrapper__00w3J-bQ__platform-common {
        align-items:flex-start;
        margin-left: 20px
    }
}

.main-banner-module_endedForecastTitle__nhrSJUAp__platform-common {
    color: var(--newForecastsMainBannerTextColor);
    font-size: 32px;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: .32px;
    margin-bottom: 8px
}

@media (max-width: 1100px) {
    .main-banner-module_endedForecastTitle__nhrSJUAp__platform-common {
        font-size:20px;
        font-weight: 700;
        line-height: 32px;
        margin-top: 40px
    }
}

.main-banner-module_endedForecastSubtitle__iC-p1Igr__platform-common {
    color: var(--newForecastsMainBannerTextColor);
    font-size: 20px;
    font-weight: 700;
    line-height: 32px
}

@media (max-width: 1100px) {
    .main-banner-module_endedForecastSubtitle__iC-p1Igr__platform-common {
        font-size:14px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: .42px;
        text-transform: uppercase;
        margin-top: 0
    }
}

.main-banner-module_bannersTexts__ugW0q-Ft__platform-common {
    margin: 60px 0 60px 80px
}

@media (max-width: 1100px) {
    .main-banner-module_bannersTexts__ugW0q-Ft__platform-common {
        margin:20px 20px 10px
    }
}

.main-banner-module_forecastText__8gm1H74J__platform-common {
    color: var(--newForecastsMainBannerTextColor);
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    max-width: 297px
}

@media (max-width: 1100px) {
    .main-banner-module_forecastText__8gm1H74J__platform-common {
        font-size:14px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: .42px;
        text-transform: uppercase;
        max-width: 230px
    }
}

.main-banner-module_forecastPrize__QZrDWe9N__platform-common {
    color: var(--newForecastsMainBannerTextColor);
    font-size: 32px;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: .32px
}

@media (max-width: 1100px) {
    .main-banner-module_forecastPrize__QZrDWe9N__platform-common {
        font-size:20px;
        font-style: normal;
        font-weight: 700;
        line-height: var(--newForecastsMainBannerPrizeLineHeight)
    }
}

.main-banner-module_timer__1T-Pugw-__platform-common {
    margin: var(--forecastsTimerContainerMargin, 60px 0 60px 145px);
    padding: var(--forecastsTimerContainerPadding);
    background-color: var(--forecastsTimerContainerBg);
    -webkit-backdrop-filter: var(--forecastsTimerBackDropFilter);
    backdrop-filter: var(--forecastsTimerBackDropFilter);
    border: var(--forecastsTimerContainerBorder);
    border-radius: var(--forecastsTimerContainerBorderRadius);
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (max-width: 1100px) {
    .main-banner-module_timer__1T-Pugw-__platform-common {
        flex-direction:row;
        margin: 0 0 0 20px;
        padding: 2px 4px;
        align-items: center;
        gap: 4px;
        border-radius: 8px;
        background: var(--newForecastsMainBannerTimerBg);
        width: -moz-fit-content;
        width: fit-content
    }
}

.main-banner-module_timer__1T-Pugw-__platform-common .main-banner-module_iconTimer__NrV8qBbM__platform-common {
    width: 12px;
    height: 12px;
    fill: var(--newForecastsMainBannerTimerIconColor)
}

.main-banner-module_timerText__EDOWRmkc__platform-common {
    color: var(--newForecastsMainBannerTimerTextColor);
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    font-variant: all-small-caps;
    letter-spacing: .2px;
    margin-bottom: 8px
}

@media (max-width: 1100px) {
    .main-banner-module_timerText__EDOWRmkc__platform-common {
        color:var(--newForecastsMainBannerTimerTextColorMobile);
        font-size: 10px;
        font-weight: 400;
        line-height: 16px;
        font-variant: normal;
        margin: 0 4px
    }
}

.forecast-timer-module_timer__NUi-K0ae__platform-common {
    display: flex;
    align-items: center;
    color: var(--white)
}

.forecast-timer-module_item__fR4er--4__platform-common {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 20px 0 0
}

@media (max-width: 1100px) {
    .forecast-timer-module_item__fR4er--4__platform-common {
        margin:0 8px 0 0
    }
}

.forecast-timer-module_item__fR4er--4__platform-common:last-of-type {
    margin-right: 0
}

.forecast-timer-module_wrapper__2Q87Q8gq__platform-common {
    text-align: center;
    text-transform: uppercase;
    padding: 2px 4px;
    position: relative;
    min-height: 39px;
    display: flex
}

.forecast-timer-module_wrapper__2Q87Q8gq__platform-common.forecast-timer-module_padding__Xijg72oD__platform-common {
    padding: 4px 18px;
    background: rgba(var(--whiteRgb),.1)
}

@media (max-width: 1100px) {
    .forecast-timer-module_wrapper__2Q87Q8gq__platform-common {
        padding:0;
        min-height: unset;
        background: transparent
    }
}

.forecast-timer-module_item__fR4er--4__platform-common:not(:last-child):after {
    content: ":";
    position: absolute;
    bottom: 50%;
    right: -12px;
    color: var(--white);
    font-weight: 700;
    font-size: 20px
}

@media (max-width: 1100px) {
    .forecast-timer-module_item__fR4er--4__platform-common:not(:last-child):after {
        font-size:10px;
        font-weight: 400;
        line-height: 16px;
        bottom: 0;
        right: -5px
    }
}

.forecast-timer-module_label__TitwC8yM__platform-common {
    color: var(--newForecastsMainbannerTimerValueColor);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px
}

@media (max-width: 1100px) {
    .forecast-timer-module_label__TitwC8yM__platform-common {
        display:none
    }
}

.forecast-timer-module_value__wtOfyB1a__platform-common {
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: .32px;
    color: var(--newForecastsMainbannerTimerValueColor);
    background: var(--newForecastsMainBannerTimerBg);
    padding: 2px;
    border-radius: 5px
}

@media (max-width: 1100px) {
    .forecast-timer-module_value__wtOfyB1a__platform-common {
        font-size:10px;
        font-weight: 400;
        line-height: 16px;
        padding: 0;
        background: transparent
    }
}

.forecast-timer-module_value__wtOfyB1a__platform-common+.forecast-timer-module_value__wtOfyB1a__platform-common {
    margin-left: 4px
}

@media (max-width: 1100px) {
    .forecast-timer-module_value__wtOfyB1a__platform-common+.forecast-timer-module_value__wtOfyB1a__platform-common {
        margin-left:2px
    }
}

.side-banners-module_forecastList__kxV0sMVH__platform-common {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0
}

.side-banners-module_forecastItem__mFASCiYi__platform-common+.side-banners-module_forecastItem__mFASCiYi__platform-common {
    margin-top: 8px
}

.side-banners-module_banner__82x-1mhx__platform-common {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 102px;
    border-radius: 8px;
    background: var(--newForecastsBannerBg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: cover;
    padding: 12px;
    position: relative;
    align-items: flex-start
}

.side-banners-module_dailyBanner__0LZo6-R1__platform-common {
    background-image: var(--newForecastsDailyBannerBg)
}

.side-banners-module_specialBanner__3jaEyT0u__platform-common {
    background-image: var(--newForecastsSpecialBannerBg)
}

.side-banners-module_weeklyBanner__0b97rama__platform-common {
    background-image: var(--newForecastsWeeklyBannerBg)
}

.side-banners-module_forecastPrize__IjwRLSLE__platform-common {
    color: var(--newForecastsBannerTextColor);
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: .24px;
    margin-bottom: 4px
}

.side-banners-module_forecastName__PJkBPTt8__platform-common {
    color: var(--newForecastsBannerTextColor);
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
    opacity: .7;
    margin-bottom: 12px;
    width: 50%
}

.side-banners-module_forecastProgress__3Dz00qpy__platform-common {
    display: flex;
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--newForecastsBannerProgressBarBorderColor);
    background: var(--newForecastsBannerProgressBarBg);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px)
}

.side-banners-module_bannerButton__o8zaAR3Z__platform-common {
    width: 100%;
    opacity: .5;
    border-radius: 8px;
    padding: 0
}

.side-banners-module_activeBanner__ngqwNk1l__platform-common {
    opacity: 1
}

.side-banners-module_progressBar__zBOhmf66__platform-common {
    border-radius: 8px 0 0 8px;
    height: 8px;
    background: var(--newForecastsBannerProgressBarActiveBg);
    border: 1px solid var(--newForecastsBannerProgressBarActiveBorderColor)
}

.side-banners-module_progressBarFilled__aEBmfbuj__platform-common {
    border-radius: 8px
}

.side-banners-module_forecastNotAllowed__Ig8mG8Ed__platform-common,.side-banners-module_forecastMaded__fBu5-0g-__platform-common {
    background: var(--newForecastsBannerProgressBarDisabledBg);
    color: var(--newForecastsBannerProgressBarTextColor);
    text-align: left;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: .4px;
    padding: 2px 6px;
    justify-content: center;
    align-items: center;
    border-radius: var(--newForecastsBannerBorderRadius);
    min-height: 14px
}

.side-banners-module_prizes__Yr269bkF__platform-common {
    border-radius: var(--forecastsSideBannerBorderRadius);
    background: var(--newForecastsPrizesBg);
    margin: 8px 0 0;
    list-style: none;
    padding: 8px;
    border-bottom: 1px solid var(--newForecastsPrizesBorderColor)
}

.side-banners-module_prizeItem__xF3Kb9e-__platform-common {
    border-radius: 8px;
    background: var(--newForecastsPrizeItemBg);
    display: flex;
    padding: 8px;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
    justify-content: center
}

.side-banners-module_prizeItem__xF3Kb9e-__platform-common+.side-banners-module_prizeItem__xF3Kb9e-__platform-common {
    margin-top: 4px
}

.side-banners-module_prizeText__NOXsT0hx__platform-common {
    margin-left: 5px;
    color: var(--newForecastsPrizeItemTextColor);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.side-banners-module_prizeTextAccent__KXbVqf4-__platform-common {
    color: var(--newForecastsPrizeAmountColor)
}

.side-banners-module_prizeTextMajor__wioK3DVC__platform-common {
    color: var(--newForecastsPrizeItemTextColor);
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.side-banners-module_termsButton__aiIKQ01d__platform-common {
    color: var(--newForecastsAccentColor);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    border-radius: var(--forecastTermsButtonBorderRadius);
    background: var(--newForecastsBannerTermsButtonBg);
    width: 100%;
    padding: 8px
}

.side-banners-module_iconWrapper__Y8GE9YbA__platform-common {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-blend-mode: overlay,normal,normal
}

.side-banners-module_icon__j-vNhPXA__platform-common {
    width: 20px;
    height: 20px
}

.side-banners-module_iconCup__qIGV1oNE__platform-common {
    width: 32px;
    height: 32px
}

.side-banners-module_firstPlace__3Ojw9drd__platform-common {
    background: radial-gradient(110.71% 118.02% at -.05% -29.91%,#ffffff80,#fff0),linear-gradient(78deg,#57626580 11.17%,#9ea1a180 25.33%,#848b8a80 47.3%,#57626580 53.98%,#57626580 79.53%,#757a7b80 88.8%,#57626580 98.57%),#ffbd3a
}

.side-banners-module_secondPlace__xNROPQrJ__platform-common {
    background: radial-gradient(110.71% 118.02% at -.05% -29.91%,#fff6,#fff0),linear-gradient(78deg,#57626566 11.17%,#9ea1a166 25.33%,#848b8a66 47.3%,#57626566 53.98%,#57626566 79.53%,#757a7b66 88.8%,#57626566 98.57%),radial-gradient(920.1% 139.68% at 97.52% 0%,#d4e0ef,#9faab9)
}

.side-banners-module_thirdPlace__pdacWbXH__platform-common {
    background: radial-gradient(110.71% 118.02% at -.05% -29.91%,#fff6,#fff0),linear-gradient(78deg,#57626566 11.17%,#9ea1a166 25.33%,#848b8a66 47.3%,#57626566 53.98%,#57626566 79.53%,#757a7b66 88.8%,#57626566 98.57%),radial-gradient(920.1% 139.68% at 97.52% 0%,#e0b994,#976f48)
}

.no-forecasts-module_noForecastsWrapper__X9JuB5aX__platform-common {
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    min-height: 160px;
    border-radius: 0 0 8px 8px;
    background: var(--newForecastsNoForecastsBg)
}

.no-forecasts-module_noForecastsWrapper__X9JuB5aX__platform-common .no-forecasts-module_icon__WBASF749__platform-common {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    margin-top: 20px;
    fill: var(--newForecastsNoForecastsIconColor)
}

.no-forecasts-module_textWrapper__TqmGXed-__platform-common {
    color: var(--newForecastsNoForecastsTextColor);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    opacity: .5;
    margin: 0 20px 20px
}

.no-forecasts-module_textWrapper__TqmGXed-__platform-common p {
    margin-top: 0;
    margin-bottom: 0
}

.notifications-module_snackbarWrapper__V3Sd8N5Q__platform-common {
    display: flex;
    top: 100px;
    right: -80px;
    overflow: hidden;
    padding: 0;
    position: fixed;
    z-index: var(--zIndex-notification);
    width: 100%;
    max-width: 400px
}

.notifications-module_snackbarWrapper__V3Sd8N5Q__platform-common svg {
    width: 24px;
    height: 24px
}

@media (max-width: 1100px) {
    .notifications-module_snackbarWrapper__V3Sd8N5Q__platform-common {
        top:calc(100% - 188px);
        max-width: 100%;
        left: 20px;
        width: calc(100% - 32px)
    }
}

.notifications-module_snackBarInner__-O3fFh7-__platform-common {
    min-width: 240px;
    display: flex;
    flex-direction: column;
    color: var(--snackbarColor)
}

.notifications-module_snackBarInner__-O3fFh7-__platform-common a {
    color: var(--snackbarColor);
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .42px;
    text-transform: uppercase
}

.notifications-module_snackBarInner__-O3fFh7-__platform-common p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    text-transform: initial
}

@media (max-width: 1100px) {
    .notifications-module_snackbarWebView__Vj5U5Qv-__platform-common {
        top:calc(100% - 136px)
    }
}

.cashier-withdrawal-item-module_item__DUmx8yTU__platform-common {
    border-radius: 8px;
    color: var(--cashierTextColorMain);
    padding: 8px;
    display: flex;
    justify-content: space-between
}

.cashier-withdrawal-item-module_item__DUmx8yTU__platform-common:not(.cashier-withdrawal-item-module_mobile__dGnxmCJz__platform-common) {
    background: var(--cashierBonusItemBg)
}

.cashier-withdrawal-item-module_item__DUmx8yTU__platform-common.cashier-withdrawal-item-module_mobile__dGnxmCJz__platform-common {
    background: var(--cashierModalBackgroundSecondary)
}

.cashier-withdrawal-item-module_itemInfo__w6fcWXUV__platform-common {
    display: flex;
    align-items: center
}

.cashier-withdrawal-item-module_methodImageContainer__C60pQ1K1__platform-common {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    background: var(--cashierPaymentMethodBg);
    border-radius: var(--cashierPaymentMethodBorderRadius);
    width: 48px;
    height: 32px;
    overflow: hidden
}

.cashier-withdrawal-item-module_methodImageContainer__C60pQ1K1__platform-common .cashier-withdrawal-item-module_methodImage__n0SFVvua__platform-common {
    max-width: 100%;
    max-height: 100%
}

.cashier-withdrawal-item-module_methodImageContainer__C60pQ1K1__platform-common .cashier-withdrawal-item-module_methodImageHidden__6IV0S9oN__platform-common {
    visibility: hidden;
    width: 0;
    height: 0
}

.cashier-withdrawal-item-module_methodImageContainer__C60pQ1K1__platform-common .cashier-withdrawal-item-module_methodImageWallet__d5NB1FFg__platform-common {
    fill: var(--cashierWithdrawalWalletIconFill)
}

.cashier-withdrawal-item-module_amount__pGK9CgvZ__platform-common {
    font-size: 14px;
    font-weight: 700;
    padding-left: 12px
}

.cashier-withdrawal-item-module_date__ZkZ8hgSQ__platform-common {
    color: var(--cashierWithdrawalDateColor);
    font-size: 10px;
    font-weight: 400
}

.cashier-withdrawal-item-module_date__ZkZ8hgSQ__platform-common>span {
    font-weight: 400
}

.hide-overflow {
    margin: 0
}

.hide-overflow>.withdrawal-cancel-button {
    height: 32px;
    min-height: 32px
}

.cashier-active-withdrawals-module_container__bheYNe9v__platform-common {
    margin-top: 16px
}

.cashier-active-withdrawals-module_paymentItems__jYmv3ZhX__platform-common:not(.cashier-active-withdrawals-module_mobile__jkkYxWq-__platform-common) {
    padding: 12px 0 0
}

.cashier-active-withdrawals-module_paymentItems__jYmv3ZhX__platform-common:not(.cashier-active-withdrawals-module_mobile__jkkYxWq-__platform-common) .react-horizontal-scrolling-menu--scroll-container {
    display: inline-flex;
    flex-wrap: wrap;
    height: auto;
    max-height: 112px;
    flex-direction: column
}

.cashier-active-withdrawals-module_paymentItems__jYmv3ZhX__platform-common:not(.cashier-active-withdrawals-module_mobile__jkkYxWq-__platform-common) .react-horizontal-scrolling-menu--item {
    width: 310px;
    margin-left: 8px
}

.cashier-active-withdrawals-module_paymentItems__jYmv3ZhX__platform-common:not(.cashier-active-withdrawals-module_mobile__jkkYxWq-__platform-common) .react-horizontal-scrolling-menu--separator {
    flex: 0 0 8px
}

.cashier-active-withdrawals-module_paymentItems__jYmv3ZhX__platform-common:not(.cashier-active-withdrawals-module_mobile__jkkYxWq-__platform-common) .horizontal-menu__arrow-wrapper {
    width: 34px;
    height: 34px;
    border-radius: 17px;
    color: var(--cashierBonusListArrow);
    background: var(--cashierBonusListArrowBg);
    font-size: var(--cashierBonusListArrowFontSize, 16px)
}

.cashier-active-withdrawals-module_paymentItems__jYmv3ZhX__platform-common:not(.cashier-active-withdrawals-module_mobile__jkkYxWq-__platform-common) .horizontal-menu__arrow-wrapper--left {
    left: -20px;
    padding-right: 14px
}

.cashier-active-withdrawals-module_paymentItems__jYmv3ZhX__platform-common:not(.cashier-active-withdrawals-module_mobile__jkkYxWq-__platform-common) .horizontal-menu__arrow-wrapper--right {
    right: -20px;
    padding-left: 14px
}

.cashier-active-withdrawals-module_paymentItems__jYmv3ZhX__platform-common.cashier-active-withdrawals-module_mobile__jkkYxWq-__platform-common {
    position: fixed;
    background: var(--cashierWithdrawalModalBg);
    z-index: 12;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    display: flex;
    align-items: flex-end
}

.cashier-active-withdrawals-module_paymentItems__jYmv3ZhX__platform-common .cashier-active-withdrawals-module_mobileScroll__C8I-FsCL__platform-common {
    max-height: calc(100vh - 250px);
    overflow: auto
}

.cashier-active-withdrawals-module_paymentItems__jYmv3ZhX__platform-common .cashier-active-withdrawals-module_mobileOuter__kX1eNJGv__platform-common {
    background: var(--cashierModalBackgroundMain);
    width: 100%;
    border-radius: 8px 8px 0 0
}

.cashier-active-withdrawals-module_paymentItems__jYmv3ZhX__platform-common .cashier-active-withdrawals-module_mobileInner__uJd0G-7l__platform-common {
    gap: 4px;
    padding: 0 16px 16px;
    display: flex;
    flex-direction: column
}

.cashier-withdrawal-header-module_header__rW71Mkgq__platform-common {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer
}

.cashier-withdrawal-header-module_header__rW71Mkgq__platform-common.cashier-withdrawal-header-module_mobileModal__frR6jPXk__platform-common {
    padding: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--cashierWithdrawalModalHeaderLine)
}

.cashier-withdrawal-header-module_title__lni3GUxs__platform-common {
    display: flex;
    align-items: center;
    font-weight: 700;
    color: var(--cashierTextColorMain)
}

.cashier-withdrawal-header-module_title__lni3GUxs__platform-common.cashier-withdrawal-header-module_mobileModal__frR6jPXk__platform-common {
    font-size: 16px
}

.cashier-withdrawal-header-module_counter__aaeGgJ6M__platform-common {
    background: var(--cashierWithdrawalCountBg);
    display: grid;
    place-content: center;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin-left: 4px;
    font-weight: 400
}

.cashier-withdrawal-header-module_arrow__4F8SIO-B__platform-common {
    transform: rotate(90deg);
    transition: transform .15s linear;
    color: var(--cashierPaymentMethodAccordionIconColor)
}

.cashier-withdrawal-header-module_arrow__4F8SIO-B__platform-common.cashier-withdrawal-header-module_open__y076nj0K__platform-common {
    transform: rotate(-90deg)
}

.cashier-withdrawal-header-module_close__l2emOJZX__platform-common {
    font-size: 16px
}

.odds-booster-banners-outcomes-module_wrapper__nCg-f-2T__platform-common {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: auto;
    z-index: 1
}

.odds-booster-banners-outcomes-module_outcome__fGuMNvnO__platform-common {
    flex: 1 0 33.3333%;
    padding: 8px;
    background: var(--oddsBoosterOutcomeBg);
    border-radius: var(--oddsBoosterBaseBorderRadius);
    color: var(--oddsBoosterBannerColor);
    font-weight: 700;
    transition: background-color .3s ease-in-out;
    position: relative;
    overflow: hidden;
    margin-top: auto
}

.odds-booster-banners-outcomes-module_outcome__fGuMNvnO__platform-common:after {
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    opacity: 0;
    z-index: 1;
    transform: scale(0);
    transition: opacity .5s ease-in-out,transform .5s ease-in-out
}

.odds-booster-banners-outcomes-module_outcome__fGuMNvnO__platform-common:hover {
    background: var(--oddsBoosterOutcomeBgHover)
}

.odds-booster-banners-outcomes-module_title__NLhL1Qgj__platform-common {
    text-align: center;
    padding: 0 4px
}

.odds-booster-banners-outcomes-module_outcomeInner__76jFaFrR__platform-common {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.odds-booster-banners-outcomes-module_outcomeTitle__FFZmU4cy__platform-common {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.odds-booster-banners-outcomes-module_outcomeActive__LkgJadCn__platform-common,.odds-booster-banners-outcomes-module_outcomeActive__LkgJadCn__platform-common:hover {
    background: var(--oddsBoosterOutcomeBgActive)
}

.odds-booster-banners-outcomes-module_outcomeDisabled__ickXGNcA__platform-common {
    opacity: .4;
    background: var(--oddsBoosterOutcomeBgDisabled)
}

.odds-booster-banners-outcomes-module_outcomeUp__9eEL5eL-__platform-common {
    background: var(--oddsBoosterOutcomeUpBg)
}

.odds-booster-banners-outcomes-module_outcomeUp__9eEL5eL-__platform-common:after {
    opacity: 1;
    right: -12px;
    top: -12px;
    background: var(--oddsBoosterOutcomeUpRectangleBg);
    transform: rotate(45deg) scale(1)
}

.odds-booster-banners-outcomes-module_outcomeDown__8g4xpEsD__platform-common {
    background: var(--oddsBoosterOutcomeDownBg)
}

.odds-booster-banners-outcomes-module_outcomeDown__8g4xpEsD__platform-common:after {
    opacity: 1;
    left: -12px;
    bottom: -12px;
    background: var(--oddsBoosterOutcomeDownRectangleBg);
    transform: rotate(45deg) scale(1)
}

.odds-booster-banners-outcomes-module_maxOddsBoosted__j6-19Uz9__platform-common,.odds-booster-banners-outcomes-module_longFormat__EbLUXOIS__platform-common {
    font-size: 12px
}

.odds-booster-banners-outcomes-module_longFormat__EbLUXOIS__platform-common.odds-booster-banners-outcomes-module_maxOddsBoosted__j6-19Uz9__platform-common {
    font-size: 10px
}

.odds-booster-banners-outcomes-module_outcomeName__qcpLyjhk__platform-common {
    text-transform: capitalize
}

.odds-booster-banners-outcomes-module_lockIconWrapper__t5qKHS78__platform-common {
    width: 100%;
    display: flex;
    justify-content: center
}

.netherlands-step2-module_mobRedirectContainer__Gd1gG433__platform-common {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    margin: auto
}

.netherlands-step2-module_mobRedirectBlock__gl5PNHGn__platform-common {
    border-radius: 4px;
    background: var(--Tonybet-Tabs, #F4F4F4);
    width: 100%;
    padding: 16px 24px
}

.netherlands-step2-module_centered__zT0HXNro__platform-common {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.netherlands-step2-module_redirectLink__TcgdsKN4__platform-common {
    width: 92px;
    height: 92px;
    margin-bottom: 8px
}

.netherlands-step2-module_redirectText__jL0PEYCi__platform-common {
    text-align: center;
    color: var(--Tonybet-Secondary_contrast, #797979)
}

.netherlands-step2-module_qrCode__L3CN-V9l__platform-common {
    max-width: 100px;
    margin-bottom: 15px
}

.netherlands-step2-module_desktopButton__ioSGpMma__platform-common {
    color: var(--Tonybet-Accent, #9E2B86);
    font-weight: 700;
    text-decoration-line: underline;
    cursor: pointer;
    margin-top: 16px
}

.netherlands-step2-module_buttonMargin__hk8yXqRG__platform-common {
    margin-top: 16px;
    width: 100%
}

.netherlands-step2-module_buttonSnake__9k41jRtf__platform-common {
    width: 100%
}

.netherlands-step2-module_imageContainer__q5q8Gl2E__platform-common {
    display: flex;
    gap: 10px;
    margin: 15px 0
}

.netherlands-step2-module_imageContainer__q5q8Gl2E__platform-common img {
    width: 190px
}

.netherlands-step2-module_image__p-JBnHGz__platform-common {
    position: relative
}

.netherlands-step2-module_imageStatusSuccess__H-yD2Axi__platform-common {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 20px;
    height: 20px;
    background: green;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    color: #fff
}

.netherlands-step2-module_imageStatusFailure__jejJJ6VJ__platform-common {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 20px;
    height: 20px;
    background: red;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    color: #fff
}

.netherlands-step2-module_scanButton__VZyC93oq__platform-common {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.netherlands-step2-module_scanButton__VZyC93oq__platform-common .netherlands-step2-module_button__JBELy9HN__platform-common {
    width: 60px;
    height: 60px
}

.coupon-bet-maker-markets-module_eventName__VVQ8MOaY__platform-common {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize
}

.coupon-bet-maker-markets-module_item__lhQhZhLi__platform-common {
    margin-bottom: 4px;
    line-height: 1.43;
    display: flex;
    text-transform: capitalize
}

.coupon-bet-maker-markets-module_sportIcon__Xghl9s0k__platform-common {
    height: 16px;
    width: 16px
}

.coupon-bet-maker-markets-module_iconContainer__Q4mcM1wG__platform-common {
    margin-right: 8px;
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 6px
}

.coupon-bet-maker-markets-module_iconContainer__Q4mcM1wG__platform-common:after {
    content: "";
    position: absolute;
    width: 1px;
    top: 17px;
    bottom: -6px;
    background: var(--betslipBetBuilderMarkColor);
    left: 50%;
    transform: translate(-50%)
}

.coupon-bet-maker-markets-module_iconContainer__Q4mcM1wG__platform-common.coupon-bet-maker-markets-module_iconContainerLast__QkG5l7Qs__platform-common:after {
    display: none
}

.coupon-bet-maker-markets-module_icon__6-L1aZZc__platform-common {
    width: 8px;
    height: 8px;
    border: 1px solid var(--betslipBetBuilderMarkColor);
    border-radius: 50%
}

.multi-bet-card-module_cardWrapper__i7DREYs-__platform-common {
    list-style: none;
    display: flex;
    padding: 12px 16px;
    margin: 0
}

.multi-bet-card-module_card__a7eTTDID__platform-common {
    display: flex
}

.multi-bet-card-module_multiBetHeader__isg3w9Yd__platform-common {
    display: flex;
    flex-direction: column;
    max-width: 350px;
    flex: 1 1 30%
}

@media (max-width: 1100px) {
    .multi-bet-card-module_multiBetHeader__isg3w9Yd__platform-common {
        flex:1 0 auto;
        margin-bottom: 8px;
        width: calc(100% - 48px)
    }
}

.multi-bet-card-module_multiBetWrapper__oAhUCZuL__platform-common {
    display: flex;
    align-items: center;
    margin-bottom: 5px
}

@media (max-width: 1100px) {
    .multi-bet-card-module_multiBetWrapper__oAhUCZuL__platform-common {
        margin-bottom:8px
    }
}

.multi-bet-card-module_multiBetWrapper__oAhUCZuL__platform-common .multi-bet-card-module_iconLive__2EMwx0pq__platform-common {
    margin-right: 8px
}

.multi-bet-card-module_multiBetText__5W4PuM4W__platform-common {
    color: var(--incomingBetsCardTextColor);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-right: 8px
}

.multi-bet-card-module_multiBetEventsCount__t5veZNZR__platform-common {
    display: flex;
    height: 16px;
    width: 16px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 35px;
    border: 1px solid var(--incomingBetsBoxShadowColor);
    background: var(--incomingBetsCardBackground)
}

.multi-bet-card-module_multiBetEventsCount__t5veZNZR__platform-common span {
    opacity: .5;
    color: var(--incomingBetsCardTextColor);
    font-size: 10px;
    font-weight: 400
}

.multi-bet-card-module_oddsBoost__rHQX233I__platform-common {
    display: flex;
    width: 16px;
    height: 16px;
    padding: 2px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: var(--incomingBetsOddsBoostIconColor)
}

.multi-bet-card-module_oddsBoost__rHQX233I__platform-common .multi-bet-card-module_icon__JCCPFlt-__platform-common {
    background: var(--oddsBoosterIconBg);
    border-radius: var(--oddsBoosterIconBorderRadius);
    width: 10px;
    height: 10px
}

.multi-bet-card-module_tooltip__tjIYKyvU__platform-common {
    background: var(--oddsBoosterTooltipBg);
    border-radius: var(--oddsBoosterBaseBorderRadius);
    padding: 8px;
    top: 22px;
    width: auto;
    white-space: nowrap
}

.multi-bet-card-module_tooltip__tjIYKyvU__platform-common:after {
    content: none
}

.multi-bet-card-module_tooltip__tjIYKyvU__platform-common span {
    color: var(--oddsBoosterTooltipColor);
    font-size: 12px
}

.multi-bet-card-module_multiBetList__-wHszTLi__platform-common {
    display: flex;
    flex-direction: column;
    padding: 0
}

.multi-bet-card-module_detailsWrapper__aYCG1QTJ__platform-common {
    display: flex;
    list-style: none;
    color: var(--incomingBetsCardTextColor);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 4px
}

.multi-bet-card-module_sportIcon__22AX1koR__platform-common,.multi-bet-card-module_leagueIcon__TD79nGPq__platform-common {
    margin-right: 8px;
    width: 18px;
    height: 18px
}

.bet-info-module_betInfoWrapper__fGC0w18Y__platform-common {
    display: flex;
    margin-left: 16px;
    margin-right: 24px;
    flex: 1 0 auto
}

@media (max-width: 1100px) {
    .bet-info-module_betInfoWrapper__fGC0w18Y__platform-common {
        margin:0;
        width: 100%
    }
}

.bet-info-module_betInfoItem__dBz6QGYX__platform-common {
    position: relative;
    height: 48px;
    min-width: 80px;
    max-width: 150px;
    flex: 1 0 auto;
    border-radius: 4px;
    border: 1px solid var(--incomingBetsBoxShadowColor);
    background: var(--incomingBetsAdditionalCardInfoValuesSectionBg)
}

@media (max-width: 1100px) {
    .bet-info-module_betInfoItem__dBz6QGYX__platform-common {
        height:40px;
        min-width: auto;
        max-width: 110px;
        background: var(--incomingBetsCardBackground)
    }
}

.bet-info-module_betInfoItem__dBz6QGYX__platform-common+.bet-info-module_betInfoItem__dBz6QGYX__platform-common {
    margin-left: 16px
}

@media (max-width: 1100px) {
    .bet-info-module_betInfoItem__dBz6QGYX__platform-common+.bet-info-module_betInfoItem__dBz6QGYX__platform-common {
        margin-left:8px
    }
}

.bet-info-module_betInfoItemText__LubCdtaR__platform-common {
    padding-left: 8px;
    padding-top: 4px;
    color: var(--incomingBetsCardTextColor);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    opacity: .5
}

@media (max-width: 1100px) {
    .bet-info-module_betInfoItemText__LubCdtaR__platform-common {
        font-size:10px;
        font-weight: 400;
        line-height: 16px
    }
}

.bet-info-module_betInfoItemValue__TzgFa4-X__platform-common {
    position: absolute;
    bottom: 0;
    right: 4px;
    color: var(--incomingBetsCardTextColor);
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: .42px;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 8px)
}

@media (max-width: 1100px) {
    .bet-info-module_betInfoItemValue__TzgFa4-X__platform-common {
        font-size:12px;
        font-weight: 700;
        line-height: 16px;
        letter-spacing: 1px
    }
}

.bet-info-module_betInfoItemPossibleWin__WiZnL-dj__platform-common {
    border: 1px solid var(--incomingBetsBetInfoBorderColor);
    background: var(--incomingBetsPossibleWinBg)
}

@media (max-width: 1100px) {
    .bet-info-module_betInfoItemPossibleWin__WiZnL-dj__platform-common .bet-info-module_betInfoItemText__LubCdtaR__platform-common {
        opacity:1
    }
}

.bet-info-module_betInfoItemPossibleWin__WiZnL-dj__platform-common .bet-info-module_betInfoItemValue__TzgFa4-X__platform-common {
    color: var(--incomingBetsPossibleWinTextColor)
}

.user-last-bets-module_wrapper__Rywuw7x5__platform-common {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    margin-right: 24px
}

@media (max-width: 1100px) {
    .user-last-bets-module_wrapper__Rywuw7x5__platform-common {
        flex-direction:row;
        margin-top: 12px;
        margin-right: 0
    }
}

.user-last-bets-module_title__9voKIRpR__platform-common {
    color: var(--incomingBetsCardTextColor);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    opacity: .5;
    margin-bottom: 8px
}

@media (max-width: 1100px) {
    .user-last-bets-module_title__9voKIRpR__platform-common {
        font-size:12px;
        font-weight: 400;
        line-height: 16px;
        margin-bottom: 0;
        margin-right: 8px
    }
}

.user-last-bets-module_list__ZPAnEG-Z__platform-common {
    display: flex;
    padding: 0
}

.user-last-bets-module_icon__ZYmKGUvC__platform-common {
    list-style: none;
    width: 16px;
    height: 16px
}

.user-last-bets-module_icon__ZYmKGUvC__platform-common svg {
    width: 100%;
    height: 100%
}

.user-last-bets-module_icon__ZYmKGUvC__platform-common+.user-last-bets-module_icon__ZYmKGUvC__platform-common {
    margin-left: 4px
}

.user-last-bets-module_successIconColor__dJLhF4jK__platform-common {
    color: var(--incomingBetsUserLastBetsSuccessIconColor)
}

.user-last-bets-module_loseIconColor__0aa1VHRa__platform-common {
    color: var(--incomingBetsUserLastBetsLoseIconColor)
}

.user-last-bets-module_returnIconColor__SCBIQzbO__platform-common {
    color: var(--incomingBetsUserLastBetsReturnBetIconColor)
}

.card-additional-module_wrapper__kkkGB991__platform-common {
    display: flex;
    flex-direction: column
}

@media (max-width: 1100px) {
    .card-additional-module_wrapper__kkkGB991__platform-common {
        padding:12px;
        border-radius: 0 0 8px 8px;
        background: var(--incomingBetsCardBackground)
    }
}

.card-additional-module_modernView__b2S5nzsg__platform-common {
    border: 1px solid var(--incomingBetsModernCardBorder);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

@media (max-width: 1100px) {
    .card-additional-module_modernView__b2S5nzsg__platform-common {
        background:var(--incomingBetsModernMobileCardBackground);
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: none
    }

    .card-additional-module_modernView__b2S5nzsg__platform-common .card-additional-module_infoValuesSection__FL5upzJV__platform-common {
        background: var(--incomingBetsModernMobileAdditionalCardBg)
    }

    .card-additional-module_modernView__b2S5nzsg__platform-common .card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_marketWithOutcome__Y6bXqVhU__platform-common {
        margin-bottom: 0
    }

    .card-additional-module_modernView__b2S5nzsg__platform-common .card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_score__ThXgWNdF__platform-common {
        background-color: var(--incomingBetsModernMobileAdditionalCardScoreBg);
        font-weight: 700;
        border-radius: 8px
    }

    .card-additional-module_modernView__b2S5nzsg__platform-common .card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_score__ThXgWNdF__platform-common span {
        padding: 2px 8px
    }
}

.card-additional-module_modernView__b2S5nzsg__platform-common>.card-additional-module_infoValuesSection__FL5upzJV__platform-common {
    box-shadow: none
}

.card-additional-module_infoTitlesSection__j5clgjFR__platform-common {
    display: flex;
    height: 32px;
    padding: 0 16px;
    background: var(--incomingBetsAdditionalCardInfoTitlesSectionBg);
    box-shadow: 0 -1px 0 0 var(--incomingBetsBoxShadowColor) inset
}

@media (max-width: 1100px) {
    .card-additional-module_infoTitlesSection__j5clgjFR__platform-common {
        display:none
    }
}

.card-additional-module_infoTitle__7YdmgGIS__platform-common {
    color: var(--incomingBetsAdditionalCardInfoTitlesSectionColor);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 8px 0
}

.card-additional-module_competition__4OHN27Zt__platform-common {
    flex: 1 0 35%
}

.card-additional-module_pick__Xha0P-jO__platform-common {
    flex: 1 0 30%
}

.card-additional-module_score__ThXgWNdF__platform-common {
    flex: 1 0 25%
}

.card-additional-module_oddsTitle__nPR9hxSd__platform-common {
    flex: 1 0 10%
}

@media (max-width: 1100px) {
    .card-additional-module_infoValuesSection__FL5upzJV__platform-common+.card-additional-module_infoValuesSection__FL5upzJV__platform-common {
        margin-top:12px
    }
}

.card-additional-module_infoValuesSection__FL5upzJV__platform-common {
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 16px;
    background: var(--incomingBetsAdditionalCardInfoValuesSectionBg);
    box-shadow: 0 -1px 0 0 var(--incomingBetsAdditionalCardInfoValuesBoxShadow) inset;
    color: var(--incomingBetsCardTextColor);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    transition: background .2s ease-in
}

@media (max-width: 1100px) {
    .card-additional-module_infoValuesSection__FL5upzJV__platform-common {
        background:var(--incomingBetsAdditionalCardInfoValuesSectionBg);
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
        border-radius: 8px;
        padding: 0
    }
}

.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_cardMatchInfo__sGoj1pzD__platform-common {
    flex: 1 0 35%;
    display: flex;
    flex-direction: column;
    padding-right: 16px
}

@media (max-width: 1100px) {
    .card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_cardMatchInfo__sGoj1pzD__platform-common {
        padding:8px;
        width: 100%
    }
}

.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_matchMainInfo__cZlrrpkY__platform-common {
    display: flex;
    margin-bottom: 8px
}

.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_matchMainInfo__cZlrrpkY__platform-common .card-additional-module_sportIcon__qdD5ar8p__platform-common,.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_matchMainInfo__cZlrrpkY__platform-common .card-additional-module_leagueIcon__UaUcIP-3__platform-common {
    margin-right: 8px;
    width: 18px;
    height: 18px
}

@media (max-width: 1100px) {
    .card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_matchMainInfo__cZlrrpkY__platform-common {
        padding:0 0 8px;
        align-self: stretch;
        box-shadow: 0 -1px 0 0 var(--incomingBetsBoxShadowColor) inset;
        margin-bottom: 12px
    }
}

.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_matchTime__J2h0jFTU__platform-common {
    display: flex;
    margin-bottom: 4px
}

@media (max-width: 1100px) {
    .card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_matchTime__J2h0jFTU__platform-common {
        margin-bottom:8px;
        margin-left: 4px
    }
}

.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_matchTime__J2h0jFTU__platform-common .card-additional-module_timer__8GBnP4Zf__platform-common {
    color: var(--incomingBetsCardTextColor);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_matchTime__J2h0jFTU__platform-common .card-additional-module_timer__8GBnP4Zf__platform-common>div {
    width: 100%
}

.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_matchTime__J2h0jFTU__platform-common .card-additional-module_broadcastIcon__29X61oal__platform-common {
    width: 16px;
    height: 16px;
    margin-left: 6px;
    top: 1px
}

.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_competitors__lktW10b1__platform-common {
    display: flex;
    flex-direction: column;
    margin-top: 8px
}

@media (max-width: 1100px) {
    .card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_competitors__lktW10b1__platform-common {
        margin-left:4px;
        margin-top: 0;
        width: 50%
    }
}

.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_competitors__lktW10b1__platform-common .card-additional-module_teamNameWithLogo__L8tPEMLA__platform-common {
    display: flex;
    align-items: center;
    gap: 4px;
    min-height: 20px;
    height: auto
}

.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_competitors__lktW10b1__platform-common .card-additional-module_teamNameWithLogo__L8tPEMLA__platform-common+.card-additional-module_teamNameWithLogo__L8tPEMLA__platform-common {
    margin-top: 8px
}

.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_competitors__lktW10b1__platform-common img {
    width: 16px;
    height: 16px
}

.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_marketWithOutcome__Y6bXqVhU__platform-common {
    flex: 1 0 30%;
    display: flex;
    flex-wrap: wrap;
    height: -moz-fit-content;
    height: fit-content;
    padding-right: 16px
}

@media (max-width: 1100px) {
    .card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_marketWithOutcome__Y6bXqVhU__platform-common {
        margin-left:12px;
        flex: 1 0 100%;
        width: calc(100% - 88px);
        flex-direction: column;
        padding-right: 0
    }

    .card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_marketWithOutcome__Y6bXqVhU__platform-common .card-additional-module_market__2nGhhGXJ__platform-common {
        color: var(--incomingBetsCardTextColor);
        font-size: 12px;
        font-weight: 400;
        line-height: 16px
    }

    .card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_marketWithOutcome__Y6bXqVhU__platform-common .card-additional-module_marketDivider__byiBgKUF__platform-common {
        display: none
    }

    .card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_marketWithOutcome__Y6bXqVhU__platform-common .card-additional-module_outcome__-PpiXkgy__platform-common {
        margin-top: 4px;
        display: flex;
        justify-content: space-between;
        padding: 8px 12px;
        align-items: center;
        gap: 8px;
        flex: 1 0 0;
        border-radius: 8px;
        border: 1px solid var(--incomingBetsBoxShadowColor);
        background: var(--incomingBetsCardBackground);
        min-width: 210px;
        color: var(--incomingBetsMobileOutcomeColor)
    }

    .card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_marketWithOutcome__Y6bXqVhU__platform-common .card-additional-module_mobileOdds__a9DRCZJG__platform-common {
        color: var(--incomingBetsCardTextColor);
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        margin: 0 0 0 8px
    }
}

.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_odds__1-T-lC-G__platform-common {
    flex: 1 0 10%;
    padding-right: 16px
}

@media (max-width: 1100px) {
    .card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_odds__1-T-lC-G__platform-common {
        display:none
    }
}

.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_scoreAndStatsBlock__ni6lzAMc__platform-common {
    flex: 1 0 25%;
    display: flex
}

.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_scoreAndStatsBlock__ni6lzAMc__platform-common .card-additional-module_actionsIcon__FhQwN93V__platform-common {
    display: flex
}

@media (max-width: 1100px) {
    .card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_scoreAndStatsBlock__ni6lzAMc__platform-common .card-additional-module_actionsIcon__FhQwN93V__platform-common {
        position:absolute;
        bottom: 18px;
        right: 12px
    }
}

.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_scoreAndStatsBlock__ni6lzAMc__platform-common .card-additional-module_statsButton__5TBXcVSk__platform-common {
    display: flex;
    margin-left: 16px
}

@media (max-width: 1100px) {
    .card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_scoreAndStatsBlock__ni6lzAMc__platform-common .card-additional-module_statsButton__5TBXcVSk__platform-common {
        margin-left:12px
    }
}

.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_scoreAndStatsBlock__ni6lzAMc__platform-common .card-additional-module_copyToCouponMobileButton__gM9Opc73__platform-common {
    display: flex
}

.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_scoreAndStatsBlock__ni6lzAMc__platform-common .card-additional-module_copyToCouponMobileIcon__z6CjJMVT__platform-common,.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_scoreAndStatsBlock__ni6lzAMc__platform-common .card-additional-module_statsIcon__6QvZpWzA__platform-common {
    width: 20px;
    height: 20px
}

.card-additional-module_infoValuesSection__FL5upzJV__platform-common:hover {
    background: var(--incomingBetsCardHovered)
}

@media (max-width: 1100px) {
    .card-additional-module_competitorsWithScoreMobile__cSab6QEO__platform-common {
        display:flex;
        justify-content: space-between
    }

    .card-additional-module_score__ThXgWNdF__platform-common {
        flex: unset;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: var(--incomingBetsModernMobileAdditionalCardBg);
        font-weight: 700;
        border-radius: 8px
    }

    .card-additional-module_score__ThXgWNdF__platform-common span {
        padding: 2px 8px
    }

    .card-additional-module_score__ThXgWNdF__platform-common span:first-of-type {
        border-bottom: 1px solid var(--incomingBetsModernCardBorder)
    }
}

.seo-footer-text-module_seo__N8Mc-84H__seo {
    overflow: hidden;
    position: relative;
    z-index: 0
}

.seo-footer-text-module_seo__N8Mc-84H__seo:before {
    content: "";
    display: none;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    height: 100px;
    max-height: 50%;
    width: 100%;
    background: linear-gradient(to top,rgba(var(--seoFooterShadowRGB),1),rgba(var(--seoFooterShadowRGB),0));
    pointer-events: none
}

.modern-view .seo-footer-text-module_seo__N8Mc-84H__seo:before {
    background: linear-gradient(to top,rgba(var(--seoFooterModern),1),rgba(var(--seoFooterModern),0))
}

.seo-footer-text-module_seo__N8Mc-84H__seo.seo-footer-text-module_collapsed__k0qtyum6__seo {
    max-height: 220px
}

.seo-footer-text-module_seo__N8Mc-84H__seo.seo-footer-text-module_collapsed__k0qtyum6__seo.seo-footer-text-module_minimized__-4Z3CM4X__seo:before {
    display: block
}

.seo-footer-text-module_seo__N8Mc-84H__seo.seo-footer-text-module_isMobile__BhK2Tw2l__seo.seo-footer-text-module_collapsed__k0qtyum6__seo {
    max-height: 200px
}

.seo-footer-text-module_seo__N8Mc-84H__seo.seo-footer-text-module_isMobile__BhK2Tw2l__seo:before {
    background: linear-gradient(to top,rgba(var(--seoFooterMobileShadowRGB),1),rgba(var(--seoFooterMobileShadowRGB),0))
}

.seo-footer-text-module_readMore__ukRY4ci3__seo {
    padding-top: 10px;
    color: var(--seoFooterAccent);
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    width: 100%
}

.seo-footer-text-module_scrollPosition__BBFQaGZv__seo {
    position: absolute;
    top: -100px
}

.seo-footer-text-module_asiaEnabled__7h2asYZH__seo {
    padding-inline:32px;padding-top: 15px
}

.seo-footer-text-module_asiaEnabled__7h2asYZH__seo h2 {
    color: var(--mainColor)!important
}

html{width:100%}body{background:#292929;tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-font-smoothing:antialiased;-webkit-overflow-scrolling:touch;-moz-osx-font-smoothing:antialiased}.app-full-height{height:100%;width:100%;position:fixed;top:0;left:0;z-index:10;transition:opacity .35s ease,transform .35s ease;pointer-events:none;opacity:1}.app-loader-holder{position:fixed;left:0;right:0;bottom:0;top:0}.loading-button svg{width:0;height:0}.animation-preload{display:grid;place-content:center;height:100%;position:fixed;width:100%;left:0;top:0}.animation-preload img{width:200px}
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}

.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px;
}

.react-datepicker-popper[data-placement="bottom-end"] .react-datepicker__triangle, .react-datepicker-popper[data-placement="top-end"] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}

.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px;
}

.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px;
}

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px;
}

.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}

.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden;
}

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 95px;
}

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}

.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}

.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"] {
  -moz-appearance: textfield;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
  box-sizing: content-box;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover,
.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter--in-selecting-range:hover,
.react-datepicker__quarter--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
  color: #ccc;
  pointer-events: none;
}

.react-datepicker__month--disabled:hover,
.react-datepicker__quarter--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}

.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}

.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}

.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range ,
.react-datepicker__month-text--in-selecting-range ,
.react-datepicker__quarter-text--in-selecting-range ,
.react-datepicker__year-text--in-selecting-range {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range , .react-datepicker__month--selecting-range
.react-datepicker__month-text--in-range , .react-datepicker__month--selecting-range
.react-datepicker__quarter-text--in-range , .react-datepicker__month--selecting-range
.react-datepicker__year-text--in-range {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #216ba5;
}

.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  background-color: #f0f0f0;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0px 6px 0px 0px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "\00d7";
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}

.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.awssld__container figure, .awssld__content, .awssld__box {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.awssld__controls button, .awssld__bullets button {
  outline-color: 0;
  outline-style: none;
  outline-width: 0; }

.awssld {
  --organic-arrow-thickness: 4px;
  --organic-arrow-height: 40px;
  --slider-height-percentage: 60%;
  --loader-bar-color: #851515;
  --loader-bar-height: 6px;
  --control-button-width: 10%;
  --control-button-height: 25%;
  --control-button-opacity: 0.5;
  --control-button-hover-opacity: 0.75;
  --control-button-background: transparent;
  --transition-bezier: cubic-bezier(0.5, 0.075, 0.25, 0.95);
  --slider-transition-duration: 575ms;
  --organic-arrow-color: #6a6a6a;
  --organic-arrow-border-radius: 0;
  --control-bullet-color: #6a6a6a;
  --control-bullet-active-color: #6a6a6a;
  --content-background-color: #2f2f2f; }

.awssld {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%; }

.awssld__wrapper {
    display: block;
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%; }

.awssld__container {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: var(--slider-height-percentage); }

@media all and (max-width: 500px) {
      .awssld__container {
        padding-bottom: calc(var(--slider-height-percentage) * 1.25); } }

.awssld__startUp {
    background-color: red;
    height: 100%;
    width: 100%; }

.awssld__startUp > div {
      height: 100%;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: center; }

.awssld__startUp img {
      width: 35%;
      height: auto; }

.awssld__content {
    background-color: var(--content-background-color);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center; }

.awssld__content > img,
    .awssld__content > video {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }

.awssld__controls button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--control-button-width);
    height: var(--control-button-height);
    position: absolute;
    z-index: 10;
    top: calc(50% - (0.5 * var(--control-button-height)));
    border: none;
    background-color: var(--control-button-background);
    color: #fff;
    cursor: pointer; }

.awssld__controls button .awssld__controls__arrow-left,
    .awssld__controls button .awssld__controls__arrow-right {
      opacity: var(--control-button-opacity); }

.awssld__controls button:hover .awssld__controls__arrow-left,
    .awssld__controls button:hover .awssld__controls__arrow-right {
      opacity: var(--control-button-opacity-hover); }

.awssld__controls--active .awssld__controls__arrow-left {
    opacity: var(--control-button-opacity-hover);
    transform: translate3d(-100%, 0, 0); }

.awssld__controls--active .awssld__controls__arrow-right {
    opacity: var(--control-button-opacity-hover);
    transform: translate3d(100%, 0, 0); }

.awssld__controls--hidden {
    display: none; }

@media all and (max-width: 520px) {
    .awssld__controls {
      visibility: hidden; } }

.awssld__bar {
    display: block;
    width: 100%;
    height: var(--loader-bar-height);
    background-color: var(--loader-bar-color);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    transition: transform 3000ms var(--transition-bezier);
    transform: translate3d(-100%, 0, 0); }

.awssld__bar--active {
      transform: translate3d(-20%, 0, 0); }

.awssld__bar--end {
      transition-duration: 300ms;
      transform: translate3d(0, 0, 0); }

.awssld__next {
    right: 0; }

.awssld__prev {
    left: 0; }

.awssld__box {
    z-index: 1;
    visibility: hidden; }

.awssld--animated {
    will-change: transform;
    visibility: visible; }

.awssld--animated-mobile {
    will-change: transform;
    transition: transform 325ms cubic-bezier(0.15, 0.65, 0.1, 1); }

.awssld--active {
    visibility: visible;
    z-index: 2;
    transform: translate3d(0, 0, 0); }

.awssld--moveRight, .awssld--moveLeft {
    backface-visibility: hidden; }

.awssld--moveRight {
    animation: slideFromRight var(--slider-transition-duration) both var(--transition-bezier); }

.awssld--moveLeft {
    animation: slideFromLeft var(--slider-transition-duration) both var(--transition-bezier); }

.awssld--exit {
    z-index: 0; }

.awssld--exit.awssld--moveLeft {
      animation: slideToLeft var(--slider-transition-duration) both var(--transition-bezier); }

.awssld--exit.awssld--moveRight {
      animation: slideToRight var(--slider-transition-duration) both var(--transition-bezier); }

.awssld--first .awssld__prev {
    visibility: hidden; }

.awssld--last .awssld__next {
    visibility: hidden; }

.awssld--fill-parent {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0; }

.awssld--fill-parent .awssld__container {
      height: 100%;
      padding: 0; }

.awssld__bullets {
    position: absolute;
    bottom: -40px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center; }

.awssld__bullets button {
      padding: 0;
      display: block;
      width: 16px;
      height: 16px;
      margin: 5px;
      border-radius: 50%;
      background: var(--control-bullet-color);
      text-indent: -9999px;
      overflow: hidden;
      cursor: pointer;
      border: none;
      transition: transform 0.225s cubic-bezier(0.8, 1.35, 0.75, 1.45), background-color 0.175s ease-out; }

.awssld__bullets button:hover {
        transform: scale(1.2); }

.awssld__bullets .awssld__bullets--loading {
      transform: scale(1.2); }

.awssld__bullets .awssld__bullets--active {
      transform: scale(1.5);
      background: var(--control-bullet-active-color); }

.awssld__bullets .awssld__bullets--active:hover {
        transform: scale(1.5); }

.awssld__controls__arrow-left, .awssld__controls__arrow-right {
    width: 100%;
    height: var(--organic-arrow-height);
    position: relative;
    display: block;
    transition: transform 0.2s ease-out 0.125s, opacity 0.2s ease-out; }

.awssld__controls__arrow-left:before, .awssld__controls__arrow-left:after, .awssld__controls__arrow-right:before, .awssld__controls__arrow-right:after {
      content: ' ';
      position: absolute;
      right: calc( 50% - ( 0.7071 * (var(--organic-arrow-height) + var(--organic-arrow-thickness)) ) / 2);
      height: 100%;
      border-radius: var(--organic-arrow-border-radius);
      width: var(--organic-arrow-thickness);
      background-color: var(--organic-arrow-color);
      transition: transform 0.15s ease-out, background-color 0.15s ease-out; }

.awssld__controls__arrow-left:before, .awssld__controls__arrow-right:before {
      transform-origin: 100% 100% 0;
      top: -50%;
      transform: rotate(-45deg); }

.awssld__controls__arrow-left:after, .awssld__controls__arrow-right:after {
      transform-origin: 100% 0% 0;
      top: 50%;
      transform: rotate(45deg); }

.awssld__controls__arrow-right--active {
    transform: translate3d(100%, 0, 0); }

.awssld__controls__arrow-right--active:after {
      transform: rotate(90deg) translate3d(50%, 0, 0) !important; }

.awssld__controls__arrow-right--active:before {
      transform: rotate(-90deg) translate3d(50%, 0, 0) !important; }

.awssld__controls__arrow-left:before, .awssld__controls__arrow-left:after {
    right: auto;
    left: calc( 50% - ( 0.7071 * (var(--organic-arrow-height) + var(--organic-arrow-thickness)) ) / 2); }

.awssld__controls__arrow-left:before {
    transform-origin: 0 100% 0;
    top: -50%;
    transform: rotate(45deg); }

.awssld__controls__arrow-left:after {
    transform-origin: 0 0 0;
    top: 50%;
    transform: rotate(-45deg); }

.awssld__controls__arrow-left--active {
    transform: translate3d(-100%, 0, 0); }

.awssld__controls__arrow-left--active:after {
      transform: rotate(-90deg) translate3d(-50%, 0, 0) !important; }

.awssld__controls__arrow-left--active:before {
      transform: rotate(90deg) translate3d(-50%, 0, 0) !important; }

.awssld__controls button:hover .awssld__controls__arrow-left:before {
    opacity: 1;
    transform: rotate(30deg); }

.awssld__controls button:hover .awssld__controls__arrow-left:after {
    opacity: 1;
    transform: rotate(-30deg); }

.awssld__controls button:hover .awssld__controls__arrow-right:before {
    opacity: 1;
    transform: rotate(-30deg); }

.awssld__controls button:hover .awssld__controls__arrow-right:after {
    opacity: 1;
    transform: rotate(30deg); }

.awssld__timer {
    --timer-delay: 2000ms;
    --timer-release: 200ms;
    --timer-height: 4px;
    --timer-background-color: rgba(0, 0, 0, 0.15);
    width: 100%;
    height: var(--timer-height);
    background-color: var(--timer-background-color);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%); }

.awssld__timer--animated {
      will-change: transform;
      transition: transform var(--timer-delay) linear; }

.awssld__timer--run {
      transform: translateX(0); }

.awssld__timer--fast {
      transition: transform calc(var(--timer-release) / 2) linear;
      transform: translateX(-0.00001px); }

.awssld__timer--end {
      transform: translateX(-0.0001px);
      transition: transform var(--timer-release) linear; }

.awssld__timer--hidden {
      display: none; }

@keyframes slideFromLeft {
  from {
    transform: translate3d(-100%, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideFromRight {
  from {
    transform: translate3d(100%, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideToLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideToRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(100%, 0, 0); } }


.flag-icon-background{background-size:contain;background-position:50%;background-repeat:no-repeat}.flag-icon{background-size:contain;background-position:50%;background-repeat:no-repeat;position:relative;display:inline-block;width:1.33333333em;line-height:1em}.flag-icon:before{content:'\00a0'}.flag-icon.flag-icon-squared{width:1em}.flag-icon-ad{background-image:url('ad.45026b922ec57f969a0a.svg')}.flag-icon-ad.flag-icon-squared{background-image:url('ad.94e810253dbc84702e9a.svg')}.flag-icon-ae{background-image:url('ae.2c530f6449f3e5abd04b.svg')}.flag-icon-ae.flag-icon-squared{background-image:url('ae.23c174705b39d649ba43.svg')}.flag-icon-af{background-image:url('af.458ab7e0c32d14aefe33.svg')}.flag-icon-af.flag-icon-squared{background-image:url('af.867627c537fd29812532.svg')}.flag-icon-ag{background-image:url('ag.5929ca9ff0f160f96fb5.svg')}.flag-icon-ag.flag-icon-squared{background-image:url('ag.3f18bb58815f1eb37b60.svg')}.flag-icon-ai{background-image:url('ai.c4699001b99c1638c765.svg')}.flag-icon-ai.flag-icon-squared{background-image:url('ai.546a12e334b3f4d8967c.svg')}.flag-icon-al{background-image:url('al.3dd8853b91d6f490b4c1.svg')}.flag-icon-al.flag-icon-squared{background-image:url('al.090568ab89f9b7e68f3b.svg')}.flag-icon-am{background-image:url('am.e935f82147f4d3c76c92.svg')}.flag-icon-am.flag-icon-squared{background-image:url('am.36fc7db319e532bff785.svg')}.flag-icon-ao{background-image:url('ao.ad6f3c8c3519f36b36c4.svg')}.flag-icon-ao.flag-icon-squared{background-image:url('ao.7ed590a16ff7642e7a85.svg')}.flag-icon-aq{background-image:url('aq.e3fbc5d0ce77f1c9e808.svg')}.flag-icon-aq.flag-icon-squared{background-image:url('aq.e6c275d0d4e5135fb04b.svg')}.flag-icon-ar{background-image:url('ar.2ff091f8773d0ea8640d.svg')}.flag-icon-ar.flag-icon-squared{background-image:url('ar.5a7c09af30ea06db87f1.svg')}.flag-icon-as{background-image:url('as.3b86b6876653592c0fa3.svg')}.flag-icon-as.flag-icon-squared{background-image:url('as.7ae00cb9d6bf497132c1.svg')}.flag-icon-at{background-image:url('at.1281f451a103684e9248.svg')}.flag-icon-at.flag-icon-squared{background-image:url('at.d7b3791eb6679e92a2bd.svg')}.flag-icon-au{background-image:url('au.932d918261bcbb88f0cc.svg')}.flag-icon-au.flag-icon-squared{background-image:url('au.5b98a120aeec3f5a1aeb.svg')}.flag-icon-aw{background-image:url('aw.98298192f432c6fc56cc.svg')}.flag-icon-aw.flag-icon-squared{background-image:url('aw.b478dded01c70ad2275c.svg')}.flag-icon-ax{background-image:url('ax.6651bb2513bc040f7f2b.svg')}.flag-icon-ax.flag-icon-squared{background-image:url('ax.c260e9a581b4c4415f20.svg')}.flag-icon-az{background-image:url('az.d4faca473814e47b3f03.svg')}.flag-icon-az.flag-icon-squared{background-image:url('az.84126238074d3c3c30b9.svg')}.flag-icon-ba{background-image:url('ba.7097f2f878560a3debc6.svg')}.flag-icon-ba.flag-icon-squared{background-image:url('ba.d1e732dc96724fe02492.svg')}.flag-icon-bb{background-image:url('bb.021629a6a596929b0462.svg')}.flag-icon-bb.flag-icon-squared{background-image:url('bb.17738ccf41cecf9d38ba.svg')}.flag-icon-bd{background-image:url('bd.d16830cba55e113c5888.svg')}.flag-icon-bd.flag-icon-squared{background-image:url('bd.a3ae69dedf0b3ad8fb44.svg')}.flag-icon-be{background-image:url('be.410c4acc521ec3a59836.svg')}.flag-icon-be.flag-icon-squared{background-image:url('be.914a3c37d1998aa1f6b0.svg')}.flag-icon-bf{background-image:url('bf.4275eb85c53fe2d0f6a8.svg')}.flag-icon-bf.flag-icon-squared{background-image:url('bf.6fc31e160aec39c1d496.svg')}.flag-icon-bg{background-image:url('bg.c9c13073359faec8e076.svg')}.flag-icon-bg.flag-icon-squared{background-image:url('bg.4f2a9bbb4c1ea18ea4dd.svg')}.flag-icon-bh{background-image:url('bh.ec61516daebfebe2cd49.svg')}.flag-icon-bh.flag-icon-squared{background-image:url('bh.0cfc56195412f09f4c70.svg')}.flag-icon-bi{background-image:url('bi.3fce551eeb9f82d29f76.svg')}.flag-icon-bi.flag-icon-squared{background-image:url('bi.5adb744e68bc13f75956.svg')}.flag-icon-bj{background-image:url('bj.e8591ed7d23999de96ef.svg')}.flag-icon-bj.flag-icon-squared{background-image:url('bj.fb3d1c01b8a808e6fe13.svg')}.flag-icon-bl{background-image:url('bl.6a6bc7f183b774316b63.svg')}.flag-icon-bl.flag-icon-squared{background-image:url('bl.669bbb820754f1cc0ce4.svg')}.flag-icon-bm{background-image:url('bm.e2aa572a02963b087e48.svg')}.flag-icon-bm.flag-icon-squared{background-image:url('bm.7dd1b92ad42d2f9d69dd.svg')}.flag-icon-bn{background-image:url('bn.ad7aafa9a29894397b43.svg')}.flag-icon-bn.flag-icon-squared{background-image:url('bn.5fd8c65274736a1b6af4.svg')}.flag-icon-bo{background-image:url('bo.1155c3da4861424ea8ff.svg')}.flag-icon-bo.flag-icon-squared{background-image:url('bo.ee5938f07b3324e9af6d.svg')}.flag-icon-bq{background-image:url('bq.8ff78ac28371e9069bfb.svg')}.flag-icon-bq.flag-icon-squared{background-image:url('bq.6e5b96f6104d2ff9977a.svg')}.flag-icon-br{background-image:url('br.5ec13287c2da0d77a7e7.svg')}.flag-icon-br.flag-icon-squared{background-image:url('br.b3663866f502ec386f0e.svg')}.flag-icon-bs{background-image:url('bs.5497678a4578b848e08d.svg')}.flag-icon-bs.flag-icon-squared{background-image:url('bs.a9ddb124f725485b9445.svg')}.flag-icon-bt{background-image:url('bt.eed19cbfd0dc809d6886.svg')}.flag-icon-bt.flag-icon-squared{background-image:url('bt.1372873ed65891680a2d.svg')}.flag-icon-bv{background-image:url('bv.b789f839eda2bce4b0e3.svg')}.flag-icon-bv.flag-icon-squared{background-image:url('bv.adee14dc818c2a37dbd9.svg')}.flag-icon-bw{background-image:url('bw.8a35721e3f5ff275ace8.svg')}.flag-icon-bw.flag-icon-squared{background-image:url('bw.0acc600b67ac7165e38c.svg')}.flag-icon-by{background-image:url('by.ed1fb53394827e144c8a.svg')}.flag-icon-by.flag-icon-squared{background-image:url('by.da99aaa559633b439aa3.svg')}.flag-icon-bz{background-image:url('bz.4eb2d29f4fcc586ae3e2.svg')}.flag-icon-bz.flag-icon-squared{background-image:url('bz.7826f0d58900985ad312.svg')}.flag-icon-ca{background-image:url('ca.d348137a99e6d528c5b7.svg')}.flag-icon-ca.flag-icon-squared{background-image:url('ca.102b45b24a03abdaeae6.svg')}.flag-icon-cc{background-image:url('cc.200233c98efe5d026e98.svg')}.flag-icon-cc.flag-icon-squared{background-image:url('cc.27d55bfa0a8b66542f74.svg')}.flag-icon-cd{background-image:url('cd.e5fd4d1225cc6c53b73d.svg')}.flag-icon-cd.flag-icon-squared{background-image:url('cd.d44809aaad5d32f91a56.svg')}.flag-icon-cf{background-image:url('cf.617adc02abcee400496d.svg')}.flag-icon-cf.flag-icon-squared{background-image:url('cf.eb50c5ecfa556ddba5a7.svg')}.flag-icon-cg{background-image:url('cg.440e321a39cf550b0bec.svg')}.flag-icon-cg.flag-icon-squared{background-image:url('cg.862f4608de0f8e9d213c.svg')}.flag-icon-ch{background-image:url('ch.7a52ef5e31b7f5e08a01.svg')}.flag-icon-ch.flag-icon-squared{background-image:url('ch.1113c7e9162d605ca580.svg')}.flag-icon-ci{background-image:url('ci.b1030b2b5315547c7fbe.svg')}.flag-icon-ci.flag-icon-squared{background-image:url('ci.6f06682eaf98960662af.svg')}.flag-icon-ck{background-image:url('ck.65a80cb3a138985c22dc.svg')}.flag-icon-ck.flag-icon-squared{background-image:url('ck.d76f3968d6f25ed0bc7d.svg')}.flag-icon-cl{background-image:url('cl.b9ff305a088060fd040a.svg')}.flag-icon-cl.flag-icon-squared{background-image:url('cl.303f56a616afb6bae962.svg')}.flag-icon-cm{background-image:url('cm.7578267e8568b1490427.svg')}.flag-icon-cm.flag-icon-squared{background-image:url('cm.0dcbc4f1fe098b1b8725.svg')}.flag-icon-cn{background-image:url('cn.7977e12a9afade492c93.svg')}.flag-icon-cn.flag-icon-squared{background-image:url('cn.f5a6f048eb8367343bd4.svg')}.flag-icon-co{background-image:url('co.59ec93f7d718ebed3779.svg')}.flag-icon-co.flag-icon-squared{background-image:url('co.4c87d079860a09479706.svg')}.flag-icon-cr{background-image:url('cr.6f2d7bb05d9edb1089ec.svg')}.flag-icon-cr.flag-icon-squared{background-image:url('cr.ebed46008265a3777565.svg')}.flag-icon-cu{background-image:url('cu.ff35f996902731bad287.svg')}.flag-icon-cu.flag-icon-squared{background-image:url('cu.1452c504ef675071dcdf.svg')}.flag-icon-cv{background-image:url('cv.434373304db5970887de.svg')}.flag-icon-cv.flag-icon-squared{background-image:url('cv.1ddd34244b91f9c46e1d.svg')}.flag-icon-cw{background-image:url('cw.8e4cecbf86c9e4b2df3a.svg')}.flag-icon-cw.flag-icon-squared{background-image:url('cw.3fc4503762b62953af04.svg')}.flag-icon-cx{background-image:url('cx.b9b5e6cd65826aab60c6.svg')}.flag-icon-cx.flag-icon-squared{background-image:url('cx.dda4107fd05b8081ae62.svg')}.flag-icon-cy{background-image:url('cy.70de54e68d8683969410.svg')}.flag-icon-cy.flag-icon-squared{background-image:url('cy.bdc1fde27ba14b2afa3b.svg')}.flag-icon-cz{background-image:url('cz.8ef2bc6a4d5bad23e284.svg')}.flag-icon-cz.flag-icon-squared{background-image:url('cz.1b3452b8ce83987fb494.svg')}.flag-icon-de{background-image:url('de.7e82f4c71df5fc78abbb.svg')}.flag-icon-de.flag-icon-squared{background-image:url('de.11d88d2b77e6abe5ebb1.svg')}.flag-icon-dj{background-image:url('dj.76f4cdf5eb6411038bc5.svg')}.flag-icon-dj.flag-icon-squared{background-image:url('dj.278a5a5fce9a6090ce80.svg')}.flag-icon-dk{background-image:url('dk.f4e8fc5376a202f1d771.svg')}.flag-icon-dk.flag-icon-squared{background-image:url('dk.c2e570fa503242ab4c3e.svg')}.flag-icon-dm{background-image:url('dm.466757644ba07a8bbf78.svg')}.flag-icon-dm.flag-icon-squared{background-image:url('dm.dc3455775ad035d0926c.svg')}.flag-icon-do{background-image:url('do.c05850db8e87e53a1268.svg')}.flag-icon-do.flag-icon-squared{background-image:url('do.64a9810e7d07e3af7412.svg')}.flag-icon-dz{background-image:url('dz.945a413c6ba8e484b7b1.svg')}.flag-icon-dz.flag-icon-squared{background-image:url('dz.2be2fee6433a59e75c3d.svg')}.flag-icon-ec{background-image:url('ec.3ea7f906eaf807123a28.svg')}.flag-icon-ec.flag-icon-squared{background-image:url('ec.7be6ca137c0a396154ac.svg')}.flag-icon-ee{background-image:url('ee.887a78f0eb107b3ce616.svg')}.flag-icon-ee.flag-icon-squared{background-image:url('ee.7b6b8abcf78cfa7f4a77.svg')}.flag-icon-eg{background-image:url('eg.b3580df977ae211f31d3.svg')}.flag-icon-eg.flag-icon-squared{background-image:url('eg.c6ff8d6c3057865a32f1.svg')}.flag-icon-eh{background-image:url('eh.8c8b27438e64065d8542.svg')}.flag-icon-eh.flag-icon-squared{background-image:url('eh.905fdd0842d1597c4a27.svg')}.flag-icon-er{background-image:url('er.458bc299993e856c309d.svg')}.flag-icon-er.flag-icon-squared{background-image:url('er.ff62e2720daee288818f.svg')}.flag-icon-es{background-image:url('es.1a25a96e26fcca676c08.svg')}.flag-icon-es.flag-icon-squared{background-image:url('es.b3825b28f7a64779d80d.svg')}.flag-icon-et{background-image:url('et.cbe354bb4afa8afc62da.svg')}.flag-icon-et.flag-icon-squared{background-image:url('et.061591dd14f8c02c150f.svg')}.flag-icon-fi{background-image:url('fi.3b522e7f272eee4009b2.svg')}.flag-icon-fi.flag-icon-squared{background-image:url('fi.eb793b740dd4fa0f8b63.svg')}.flag-icon-fj{background-image:url('fj.f3d86add9fe9ed672274.svg')}.flag-icon-fj.flag-icon-squared{background-image:url('fj.55dd1c6e9a323130d8e7.svg')}.flag-icon-fk{background-image:url('fk.ddc6bd174c1e6603e323.svg')}.flag-icon-fk.flag-icon-squared{background-image:url('fk.fe8e733a5a44d9626de2.svg')}.flag-icon-fm{background-image:url('fm.3bfd96ee5faa59b8017a.svg')}.flag-icon-fm.flag-icon-squared{background-image:url('fm.1579e5b6f7e79e751445.svg')}.flag-icon-fo{background-image:url('fo.f284df39e89f9ed508ad.svg')}.flag-icon-fo.flag-icon-squared{background-image:url('fo.8b4db68d6e0717fe940e.svg')}.flag-icon-fr{background-image:url('fr.81d43a151d8bc64145f2.svg')}.flag-icon-fr.flag-icon-squared{background-image:url('fr.c88df3297cffe49852ae.svg')}.flag-icon-ga{background-image:url('ga.4257c8ec8a129da794b2.svg')}.flag-icon-ga.flag-icon-squared{background-image:url('ga.dec832634c40be902627.svg')}.flag-icon-gb{background-image:url('gb.ba1c7f5df0dd4173c951.svg')}.flag-icon-gb.flag-icon-squared{background-image:url('gb.35dbacd736781608964a.svg')}.flag-icon-gd{background-image:url('gd.b446a44dff915db18869.svg')}.flag-icon-gd.flag-icon-squared{background-image:url('gd.1b313417e54a6f4446ee.svg')}.flag-icon-ge{background-image:url('ge.98cf9dc189b05e67103c.svg')}.flag-icon-ge.flag-icon-squared{background-image:url('ge.7ccc29e2355cf25d55c5.svg')}.flag-icon-gf{background-image:url('gf.695a47d62497dc584667.svg')}.flag-icon-gf.flag-icon-squared{background-image:url('gf.74219f32e778ea33b181.svg')}.flag-icon-gg{background-image:url('gg.6b23b5b1092e831766f9.svg')}.flag-icon-gg.flag-icon-squared{background-image:url('gg.30f47622e942430014e8.svg')}.flag-icon-gh{background-image:url('gh.d060e231aa94a98e78d9.svg')}.flag-icon-gh.flag-icon-squared{background-image:url('gh.286f4413bbf14d667ea8.svg')}.flag-icon-gi{background-image:url('gi.345b700f04babfed53e1.svg')}.flag-icon-gi.flag-icon-squared{background-image:url('gi.e73af10429f00dc293ea.svg')}.flag-icon-gl{background-image:url('gl.84ac5572fd0727fd850e.svg')}.flag-icon-gl.flag-icon-squared{background-image:url('gl.68756f324152d0ada90c.svg')}.flag-icon-gm{background-image:url('gm.cdfdf8bcb862134ab9fe.svg')}.flag-icon-gm.flag-icon-squared{background-image:url('gm.65c86e0a8df296521d90.svg')}.flag-icon-gn{background-image:url('gn.bf5b087387ce93eddfac.svg')}.flag-icon-gn.flag-icon-squared{background-image:url('gn.7bf7a35a82ae814ed25d.svg')}.flag-icon-gp{background-image:url('gp.092b6bf958cd4a1f76c9.svg')}.flag-icon-gp.flag-icon-squared{background-image:url('gp.30b1d26cfe9f458611e2.svg')}.flag-icon-gq{background-image:url('gq.c2cb1adba91b64af03bc.svg')}.flag-icon-gq.flag-icon-squared{background-image:url('gq.89421f59da9e40d8cfcc.svg')}.flag-icon-gr{background-image:url('gr.e2d0116790bdfda46fb4.svg')}.flag-icon-gr.flag-icon-squared{background-image:url('gr.c51a52c416ea428fe41f.svg')}.flag-icon-gs{background-image:url('gs.c19adcdd5855af626a3c.svg')}.flag-icon-gs.flag-icon-squared{background-image:url('gs.a96857cd4e8cd95734f9.svg')}.flag-icon-gt{background-image:url('gt.ccfc27d34052eec1eb6e.svg')}.flag-icon-gt.flag-icon-squared{background-image:url('gt.3d87ccc4e82ef502f1dd.svg')}.flag-icon-gu{background-image:url('gu.459831ea94ce2f15eede.svg')}.flag-icon-gu.flag-icon-squared{background-image:url('gu.35820090ead0219b998c.svg')}.flag-icon-gw{background-image:url('gw.f29eedfe431a60cae11e.svg')}.flag-icon-gw.flag-icon-squared{background-image:url('gw.f647ba54d53db3f2e3a4.svg')}.flag-icon-gy{background-image:url('gy.49a30b4ff82716f3aadd.svg')}.flag-icon-gy.flag-icon-squared{background-image:url('gy.43c003e277ed5a4d0ca0.svg')}.flag-icon-hk{background-image:url('hk.c0a93c089256c99bf337.svg')}.flag-icon-hk.flag-icon-squared{background-image:url('hk.5a1122079f786b82c2ed.svg')}.flag-icon-hm{background-image:url('hm.fdd5197f75474534c518.svg')}.flag-icon-hm.flag-icon-squared{background-image:url('hm.8b4c33d4098f83d3cddd.svg')}.flag-icon-hn{background-image:url('hn.f53ee3d65d19c9dd755e.svg')}.flag-icon-hn.flag-icon-squared{background-image:url('hn.ebef2cd564ca07f12aa1.svg')}.flag-icon-hr{background-image:url('hr.00a76e1b588a62b0fad9.svg')}.flag-icon-hr.flag-icon-squared{background-image:url('hr.f3f2e25c45a219c68654.svg')}.flag-icon-ht{background-image:url('ht.3af38bff509f443ef70e.svg')}.flag-icon-ht.flag-icon-squared{background-image:url('ht.663996cf665e8ab764d5.svg')}.flag-icon-hu{background-image:url('hu.bcbd277021f4a8f5a059.svg')}.flag-icon-hu.flag-icon-squared{background-image:url('hu.7ae2a1f04ec537fbba4b.svg')}.flag-icon-id{background-image:url('id.e2afd171e6a62816237b.svg')}.flag-icon-id.flag-icon-squared{background-image:url('id.0b7fa609d99165dc5377.svg')}.flag-icon-ie{background-image:url('ie.5ecf710f14d859cbceb6.svg')}.flag-icon-ie.flag-icon-squared{background-image:url('ie.1b0ac4e772c2e62aef2f.svg')}.flag-icon-il{background-image:url('il.4c70e23214e9da6a56eb.svg')}.flag-icon-il.flag-icon-squared{background-image:url('il.3bc4ce048568d30c327f.svg')}.flag-icon-im{background-image:url('im.b21ce587e66db16e0428.svg')}.flag-icon-im.flag-icon-squared{background-image:url('im.d637f63b68f97839a27b.svg')}.flag-icon-in{background-image:url('in.e5926cb75dcbb15638da.svg')}.flag-icon-in.flag-icon-squared{background-image:url('in.e626d1bb4e16e732e1dd.svg')}.flag-icon-io{background-image:url('io.e31ca9aa9209d9b76a0b.svg')}.flag-icon-io.flag-icon-squared{background-image:url('io.c32d7f9e59460fb90af6.svg')}.flag-icon-iq{background-image:url('iq.5cd51d2bbb7385580434.svg')}.flag-icon-iq.flag-icon-squared{background-image:url('iq.e549011efede8b5ba38b.svg')}.flag-icon-ir{background-image:url('ir.12e7432b428f8d631eb5.svg')}.flag-icon-ir.flag-icon-squared{background-image:url('ir.c945dfdfaee26ad2861c.svg')}.flag-icon-is{background-image:url('is.2dfa14d19684fbe061e4.svg')}.flag-icon-is.flag-icon-squared{background-image:url('is.1842f1a952e8f0d4ca47.svg')}.flag-icon-it{background-image:url('it.290f2fec799fabdf2a85.svg')}.flag-icon-it.flag-icon-squared{background-image:url('it.9938f4b9588502f93b20.svg')}.flag-icon-je{background-image:url('je.7a0b4850d933dbc21d75.svg')}.flag-icon-je.flag-icon-squared{background-image:url('je.e1bb30f3c6be27ba0bc4.svg')}.flag-icon-jm{background-image:url('jm.6bb96bbc99218d9f84f7.svg')}.flag-icon-jm.flag-icon-squared{background-image:url('jm.74ccffca23e5a91356de.svg')}.flag-icon-jo{background-image:url('jo.f41fe7d26b69dec06fef.svg')}.flag-icon-jo.flag-icon-squared{background-image:url('jo.e678dae866ec74e6a939.svg')}.flag-icon-jp{background-image:url('jp.19c631c1498ba5517cd5.svg')}.flag-icon-jp.flag-icon-squared{background-image:url('jp.980c12c54fe225923434.svg')}.flag-icon-ke{background-image:url('ke.74aaf58557811d8e79ab.svg')}.flag-icon-ke.flag-icon-squared{background-image:url('ke.9ea890912ffd2f80e7a3.svg')}.flag-icon-kg{background-image:url('kg.1fe994c1e99757dce023.svg')}.flag-icon-kg.flag-icon-squared{background-image:url('kg.4ad89b3a703d225e1f6d.svg')}.flag-icon-kh{background-image:url('kh.7b33804c913e2285c538.svg')}.flag-icon-kh.flag-icon-squared{background-image:url('kh.695ec7a1a39090e600d5.svg')}.flag-icon-ki{background-image:url('ki.de100d3095b62260166f.svg')}.flag-icon-ki.flag-icon-squared{background-image:url('ki.32000b051bb6bb9ee785.svg')}.flag-icon-km{background-image:url('km.93ef5e214ae093b8adc8.svg')}.flag-icon-km.flag-icon-squared{background-image:url('km.4c4fa2a75b7c9360ac5f.svg')}.flag-icon-kn{background-image:url('kn.a4e974e81853186f1522.svg')}.flag-icon-kn.flag-icon-squared{background-image:url('kn.091a5508172f8eee28f2.svg')}.flag-icon-kp{background-image:url('kp.8d10def41b377b1163c5.svg')}.flag-icon-kp.flag-icon-squared{background-image:url('kp.2e79afa21a3e610e5551.svg')}.flag-icon-kr{background-image:url('kr.939387c390531d01a687.svg')}.flag-icon-kr.flag-icon-squared{background-image:url('kr.9406f22f1237e7e4059d.svg')}.flag-icon-kw{background-image:url('kw.2dce482defe9d86d0596.svg')}.flag-icon-kw.flag-icon-squared{background-image:url('kw.a3a60802b9df1ea679ac.svg')}.flag-icon-ky{background-image:url('ky.ef8e18776eff1caf6b64.svg')}.flag-icon-ky.flag-icon-squared{background-image:url('ky.c311ddba04238d23214d.svg')}.flag-icon-kz{background-image:url('kz.7194851eb720d3fdb3ad.svg')}.flag-icon-kz.flag-icon-squared{background-image:url('kz.f528d1705766032d8237.svg')}.flag-icon-la{background-image:url('la.8d6ad26b7061bc058892.svg')}.flag-icon-la.flag-icon-squared{background-image:url('la.80cf2b55ad4d86b51967.svg')}.flag-icon-lb{background-image:url('lb.75479923a75562bb3dbe.svg')}.flag-icon-lb.flag-icon-squared{background-image:url('lb.940cc75a55e4b18f510a.svg')}.flag-icon-lc{background-image:url('lc.c6488de9494a4e151cc4.svg')}.flag-icon-lc.flag-icon-squared{background-image:url('lc.0d361ba543e6cd2404e1.svg')}.flag-icon-li{background-image:url('li.69a1d60ca3996705d91f.svg')}.flag-icon-li.flag-icon-squared{background-image:url('li.572f90277090beca0d31.svg')}.flag-icon-lk{background-image:url('lk.593078c9718a2a7a20d6.svg')}.flag-icon-lk.flag-icon-squared{background-image:url('lk.93412c6fbb52d5bb809b.svg')}.flag-icon-lr{background-image:url('lr.3a7c494b08f2d0e36a4f.svg')}.flag-icon-lr.flag-icon-squared{background-image:url('lr.74dcec3fec3f73e24a0a.svg')}.flag-icon-ls{background-image:url('ls.0de0f907e70c37b2e86e.svg')}.flag-icon-ls.flag-icon-squared{background-image:url('ls.cddead61f832a10065e9.svg')}.flag-icon-lt{background-image:url('lt.4c19d3a9f8cb00a45baa.svg')}.flag-icon-lt.flag-icon-squared{background-image:url('lt.2ea82cfcd24756f9d718.svg')}.flag-icon-lu{background-image:url('lu.adc8f77e99b53bd83b54.svg')}.flag-icon-lu.flag-icon-squared{background-image:url('lu.b843e6436ac12254b9d2.svg')}.flag-icon-lv{background-image:url('lv.9a5d132cec13c3e033f0.svg')}.flag-icon-lv.flag-icon-squared{background-image:url('lv.2ce7f836390f846b1359.svg')}.flag-icon-ly{background-image:url('ly.0ea8dfcec5cc820043a4.svg')}.flag-icon-ly.flag-icon-squared{background-image:url('ly.9d867c1b9d3b76652858.svg')}.flag-icon-ma{background-image:url('ma.363a4f79da72a6e74be0.svg')}.flag-icon-ma.flag-icon-squared{background-image:url('ma.3b79aff17ae55b760333.svg')}.flag-icon-mc{background-image:url('mc.a2634c60fa92f9ff20f0.svg')}.flag-icon-mc.flag-icon-squared{background-image:url('mc.082fc1558b4cf726b613.svg')}.flag-icon-md{background-image:url('md.4d08e48ef4cfb7c192dc.svg')}.flag-icon-md.flag-icon-squared{background-image:url('md.efdfab01385b30e73986.svg')}.flag-icon-me{background-image:url('me.0b785614513a0b99de04.svg')}.flag-icon-me.flag-icon-squared{background-image:url('me.4c8b84af010134d56b90.svg')}.flag-icon-mf{background-image:url('mf.2d96a80bd05aca4ef711.svg')}.flag-icon-mf.flag-icon-squared{background-image:url('mf.c02a78fb2738ceb5eece.svg')}.flag-icon-mg{background-image:url('mg.f9101073ea57c9f7664c.svg')}.flag-icon-mg.flag-icon-squared{background-image:url('mg.5bdc14fe1aa439d1a0b7.svg')}.flag-icon-mh{background-image:url('mh.c0b2e372c1a8cb36930e.svg')}.flag-icon-mh.flag-icon-squared{background-image:url('mh.7ec670b4d72f8a614957.svg')}.flag-icon-mk{background-image:url('mk.31ba11ec4d4cdae74ebc.svg')}.flag-icon-mk.flag-icon-squared{background-image:url('mk.c370fe88a49ab3c18701.svg')}.flag-icon-ml{background-image:url('ml.18083e46073cc9f5f58f.svg')}.flag-icon-ml.flag-icon-squared{background-image:url('ml.d11c30638f3d7b1766dc.svg')}.flag-icon-mm{background-image:url('mm.6f93c6d0ec04077b61c7.svg')}.flag-icon-mm.flag-icon-squared{background-image:url('mm.7068544f07c5b683b67a.svg')}.flag-icon-mn{background-image:url('mn.5e4557f7ed743f19592c.svg')}.flag-icon-mn.flag-icon-squared{background-image:url('mn.291814d605941d58335f.svg')}.flag-icon-mo{background-image:url('mo.ac9b1701934ac6845610.svg')}.flag-icon-mo.flag-icon-squared{background-image:url('mo.8d4848888f2e8b825545.svg')}.flag-icon-mp{background-image:url('mp.394b0c91d8212a6cb6db.svg')}.flag-icon-mp.flag-icon-squared{background-image:url('mp.b0a5ed44db6410228f23.svg')}.flag-icon-mq{background-image:url('mq.e82d6df9e99c87fb655b.svg')}.flag-icon-mq.flag-icon-squared{background-image:url('mq.09c19f656772c8f93989.svg')}.flag-icon-mr{background-image:url('mr.3642790a35ff100e55f7.svg')}.flag-icon-mr.flag-icon-squared{background-image:url('mr.7211bfd49f97a5ae1253.svg')}.flag-icon-ms{background-image:url('ms.9474f8cf128ce6813e2d.svg')}.flag-icon-ms.flag-icon-squared{background-image:url('ms.8f7c204278ae1cdcd35c.svg')}.flag-icon-mt{background-image:url('mt.c91049a111e0a4dc2611.svg')}.flag-icon-mt.flag-icon-squared{background-image:url('mt.0c23ea353ac917d9e4d4.svg')}.flag-icon-mu{background-image:url('mu.97beced41b168e88e8fb.svg')}.flag-icon-mu.flag-icon-squared{background-image:url('mu.d7d71f034d81a7105373.svg')}.flag-icon-mv{background-image:url('mv.0329f53cf8f786716fe4.svg')}.flag-icon-mv.flag-icon-squared{background-image:url('mv.91b2c27c9c550f558607.svg')}.flag-icon-mw{background-image:url('mw.b4d805efda655aef8b6e.svg')}.flag-icon-mw.flag-icon-squared{background-image:url('mw.6807c4fdd0370b23d239.svg')}.flag-icon-mx{background-image:url('mx.bc63d25be57acf721e56.svg')}.flag-icon-mx.flag-icon-squared{background-image:url('mx.05c8d69783e68aaad2f4.svg')}.flag-icon-my{background-image:url('my.0d298a9e4566332f8a84.svg')}.flag-icon-my.flag-icon-squared{background-image:url('my.848fbf91865a8d191263.svg')}.flag-icon-mz{background-image:url('mz.dac5f7ee4f2a02e79de2.svg')}.flag-icon-mz.flag-icon-squared{background-image:url('mz.dcf8977ee74002921810.svg')}.flag-icon-na{background-image:url('na.e241f81665d5aa3bcd02.svg')}.flag-icon-na.flag-icon-squared{background-image:url('na.27bc2313a9535106015c.svg')}.flag-icon-nc{background-image:url('nc.5681de45e8340741e312.svg')}.flag-icon-nc.flag-icon-squared{background-image:url('nc.046cebb8a66efa64641c.svg')}.flag-icon-ne{background-image:url('ne.6fd3ccdef1a91e8be5ae.svg')}.flag-icon-ne.flag-icon-squared{background-image:url('ne.64f5ff142997ea42d42e.svg')}.flag-icon-nf{background-image:url('nf.7a4f3d1b34fa49f5a098.svg')}.flag-icon-nf.flag-icon-squared{background-image:url('nf.7c3216dcabd2a393fa48.svg')}.flag-icon-ng{background-image:url('ng.b69ed1e58b69dcadbf0e.svg')}.flag-icon-ng.flag-icon-squared{background-image:url('ng.caaf41205a6fde2a1853.svg')}.flag-icon-ni{background-image:url('ni.d30c03773b8ce5412033.svg')}.flag-icon-ni.flag-icon-squared{background-image:url('ni.52cfeebfb0f78f395c13.svg')}.flag-icon-nl{background-image:url('nl.21eb77dcfa38c6d7bb81.svg')}.flag-icon-nl.flag-icon-squared{background-image:url('nl.f9d570ec865ab2c1e9d4.svg')}.flag-icon-no{background-image:url('no.6df96bb22557028a5f77.svg')}.flag-icon-no.flag-icon-squared{background-image:url('no.266dbd6fc3e66414aa3c.svg')}.flag-icon-np{background-image:url('np.ecc31e52fb6b958eb681.svg')}.flag-icon-np.flag-icon-squared{background-image:url('np.f7885aa646996a2aa6e0.svg')}.flag-icon-nr{background-image:url('nr.dcf2ea3a8e5dbf8a9b80.svg')}.flag-icon-nr.flag-icon-squared{background-image:url('nr.1f7cfffb6cb01e5215ad.svg')}.flag-icon-nu{background-image:url('nu.770e6779515b496ac3b6.svg')}.flag-icon-nu.flag-icon-squared{background-image:url('nu.9deebec59d90dece17fc.svg')}.flag-icon-nz{background-image:url('nz.4dedf09b8933ec6f4390.svg')}.flag-icon-nz.flag-icon-squared{background-image:url('nz.37be84f4206a0eae405b.svg')}.flag-icon-om{background-image:url('om.716feea54634c16f406a.svg')}.flag-icon-om.flag-icon-squared{background-image:url('om.09e65f88432f6b938338.svg')}.flag-icon-pa{background-image:url('pa.8788ab50de263793f74b.svg')}.flag-icon-pa.flag-icon-squared{background-image:url('pa.69b3b90501ccfc42beff.svg')}.flag-icon-pe{background-image:url('pe.9e2ec84ad461c170e9e5.svg')}.flag-icon-pe.flag-icon-squared{background-image:url('pe.83c26459858b4334c435.svg')}.flag-icon-pf{background-image:url('pf.296e94595f307817fc2b.svg')}.flag-icon-pf.flag-icon-squared{background-image:url('pf.fbd548e641a7199e969d.svg')}.flag-icon-pg{background-image:url('pg.dcb8c4ab032af81620bd.svg')}.flag-icon-pg.flag-icon-squared{background-image:url('pg.9ebf0bb36bfe656e7aba.svg')}.flag-icon-ph{background-image:url('ph.596b9b66d026fa222c2d.svg')}.flag-icon-ph.flag-icon-squared{background-image:url('ph.374bb0d60bc777e60d0f.svg')}.flag-icon-pk{background-image:url('pk.8f9276eb2e7dc3eac94d.svg')}.flag-icon-pk.flag-icon-squared{background-image:url('pk.0e17f31b0f156316ef20.svg')}.flag-icon-pl{background-image:url('pl.7ea4b5b2df865bf73b06.svg')}.flag-icon-pl.flag-icon-squared{background-image:url('pl.9400273de5d060652ce7.svg')}.flag-icon-pm{background-image:url('pm.c5a64f87b2370f6a2ae3.svg')}.flag-icon-pm.flag-icon-squared{background-image:url('pm.7582c30f04bd66a4e73c.svg')}.flag-icon-pn{background-image:url('pn.0911eddaa4bb5cbf54b8.svg')}.flag-icon-pn.flag-icon-squared{background-image:url('pn.ab7259a94ec182c05827.svg')}.flag-icon-pr{background-image:url('pr.7845ecd77b3b58e3c8a5.svg')}.flag-icon-pr.flag-icon-squared{background-image:url('pr.836bcb814711de3da206.svg')}.flag-icon-ps{background-image:url('ps.77489c5e7455703ed84f.svg')}.flag-icon-ps.flag-icon-squared{background-image:url('ps.451101efffc43d2b1ae6.svg')}.flag-icon-pt{background-image:url('pt.b89a5b80ca1a71c3b96a.svg')}.flag-icon-pt.flag-icon-squared{background-image:url('pt.5697f2973616282e4c76.svg')}.flag-icon-pw{background-image:url('pw.5f3d8d8e8473f6439a21.svg')}.flag-icon-pw.flag-icon-squared{background-image:url('pw.666cd05f03955ea01aa5.svg')}.flag-icon-py{background-image:url('py.51b0bef3321042c04717.svg')}.flag-icon-py.flag-icon-squared{background-image:url('py.b19bb0ae9ad5d553a146.svg')}.flag-icon-qa{background-image:url('qa.90240e607800ce7ed1bd.svg')}.flag-icon-qa.flag-icon-squared{background-image:url('qa.c08921ec8cdc1b1a0e8e.svg')}.flag-icon-re{background-image:url('re.f05b5f1673afe6db0760.svg')}.flag-icon-re.flag-icon-squared{background-image:url('re.7e8577e98f035e765e59.svg')}.flag-icon-ro{background-image:url('ro.ea966c3dc0adf3d08a00.svg')}.flag-icon-ro.flag-icon-squared{background-image:url('ro.51182fc9671cbaa10989.svg')}.flag-icon-rs{background-image:url('rs.51e6180ced2cf59fd51e.svg')}.flag-icon-rs.flag-icon-squared{background-image:url('rs.3b67d7bed888271edff6.svg')}.flag-icon-ru{background-image:url('ru.f1c2ba49b3ccc06ba58a.svg')}.flag-icon-ru.flag-icon-squared{background-image:url('ru.f760036294e1fff52a9a.svg')}.flag-icon-rw{background-image:url('rw.26854553b660fa5e4982.svg')}.flag-icon-rw.flag-icon-squared{background-image:url('rw.02a8a07e06e4ae9c0122.svg')}.flag-icon-sa{background-image:url('sa.b9a346574cdc8950dd34.svg')}.flag-icon-sa.flag-icon-squared{background-image:url('sa.dbdc272cb217fd407ff8.svg')}.flag-icon-sb{background-image:url('sb.2c405bb603253b6e2040.svg')}.flag-icon-sb.flag-icon-squared{background-image:url('sb.00988e025b134db97443.svg')}.flag-icon-sc{background-image:url('sc.9ba013463b785efeb6be.svg')}.flag-icon-sc.flag-icon-squared{background-image:url('sc.8357ba15f90dbaaeec2a.svg')}.flag-icon-sd{background-image:url('sd.090d0e106e0c7fd28b23.svg')}.flag-icon-sd.flag-icon-squared{background-image:url('sd.cb3da007630d3b35d1ca.svg')}.flag-icon-se{background-image:url('se.22333e71c0c3e3d8da11.svg')}.flag-icon-se.flag-icon-squared{background-image:url('se.4984ae470ed69178af1d.svg')}.flag-icon-sg{background-image:url('sg.e6a27ad3fc2dedabca8b.svg')}.flag-icon-sg.flag-icon-squared{background-image:url('sg.9751741f84e6e5263a40.svg')}.flag-icon-sh{background-image:url('sh.c5ab8c6e3ffc963e14fb.svg')}.flag-icon-sh.flag-icon-squared{background-image:url('sh.acd7b6efcbb9ea9ca7e6.svg')}.flag-icon-si{background-image:url('si.7f576d8798a8732afa46.svg')}.flag-icon-si.flag-icon-squared{background-image:url('si.d38938fcbf4ff9430856.svg')}.flag-icon-sj{background-image:url('sj.4952c9a6d03f7d9caa08.svg')}.flag-icon-sj.flag-icon-squared{background-image:url('sj.bf11a7596686324ffe17.svg')}.flag-icon-sk{background-image:url('sk.be58e557507f14689689.svg')}.flag-icon-sk.flag-icon-squared{background-image:url('sk.563985765998ec7428e9.svg')}.flag-icon-sl{background-image:url('sl.4fd17d63688a1b300bca.svg')}.flag-icon-sl.flag-icon-squared{background-image:url('sl.f1772cd4436de4f4535a.svg')}.flag-icon-sm{background-image:url('sm.7e23c95234800a7c7e1e.svg')}.flag-icon-sm.flag-icon-squared{background-image:url('sm.b57f66050d777f87e0a5.svg')}.flag-icon-sn{background-image:url('sn.1ce79520b54b680dcc8e.svg')}.flag-icon-sn.flag-icon-squared{background-image:url('sn.a03bc309423c9052891a.svg')}.flag-icon-so{background-image:url('so.d1a7d3e18523bf69f2eb.svg')}.flag-icon-so.flag-icon-squared{background-image:url('so.34b037a702aae22a7534.svg')}.flag-icon-sr{background-image:url('sr.690504905775fc1b1480.svg')}.flag-icon-sr.flag-icon-squared{background-image:url('sr.4ee190817d3b7c7862ca.svg')}.flag-icon-ss{background-image:url('ss.e4bf9bb42bd5d25190fe.svg')}.flag-icon-ss.flag-icon-squared{background-image:url('ss.2ad5a2bbc138690704ad.svg')}.flag-icon-st{background-image:url('st.72697a87cfc011963be4.svg')}.flag-icon-st.flag-icon-squared{background-image:url('st.342a4d3c791c89ec3103.svg')}.flag-icon-sv{background-image:url('sv.3bb132d79aef68d7fe41.svg')}.flag-icon-sv.flag-icon-squared{background-image:url('sv.f4b3314001ea3a7cf1d0.svg')}.flag-icon-sx{background-image:url('sx.aafb13f61b6688f41a14.svg')}.flag-icon-sx.flag-icon-squared{background-image:url('sx.ce647f25cbbcdb00ed0d.svg')}.flag-icon-sy{background-image:url('sy.6529aa17e46f775a3931.svg')}.flag-icon-sy.flag-icon-squared{background-image:url('sy.9d13beb594ee208a6864.svg')}.flag-icon-sz{background-image:url('sz.d62f5eab640be40355e8.svg')}.flag-icon-sz.flag-icon-squared{background-image:url('sz.5d494168348fddfa3aeb.svg')}.flag-icon-tc{background-image:url('tc.f4f865830e706c26ef44.svg')}.flag-icon-tc.flag-icon-squared{background-image:url('tc.0d16f864a483488586df.svg')}.flag-icon-td{background-image:url('td.230eddd3b5d97166b70e.svg')}.flag-icon-td.flag-icon-squared{background-image:url('td.ad4b4469031fb72bd98f.svg')}.flag-icon-tf{background-image:url('tf.cf4959c4339d5b123093.svg')}.flag-icon-tf.flag-icon-squared{background-image:url('tf.aaea08de295f296f0bba.svg')}.flag-icon-tg{background-image:url('tg.f97c4ebe662df8683fde.svg')}.flag-icon-tg.flag-icon-squared{background-image:url('tg.4abbb52870d11bce293d.svg')}.flag-icon-th{background-image:url('th.b6ade2beba225ed5f2b5.svg')}.flag-icon-th.flag-icon-squared{background-image:url('th.2ca3db46e2b26412705d.svg')}.flag-icon-tj{background-image:url('tj.b32f7c017787f0d8579b.svg')}.flag-icon-tj.flag-icon-squared{background-image:url('tj.e97716cafb6e3b770d5b.svg')}.flag-icon-tk{background-image:url('tk.54b9e3f941cb3083e2a3.svg')}.flag-icon-tk.flag-icon-squared{background-image:url('tk.e3d850fb9644bf50d891.svg')}.flag-icon-tl{background-image:url('tl.503b7926732b784efbed.svg')}.flag-icon-tl.flag-icon-squared{background-image:url('tl.c7a146dc0d916983f8dd.svg')}.flag-icon-tm{background-image:url('tm.6de6696b70775fd30f3b.svg')}.flag-icon-tm.flag-icon-squared{background-image:url('tm.442986488503d5356e80.svg')}.flag-icon-tn{background-image:url('tn.6cd8c9a453cd0fc5e761.svg')}.flag-icon-tn.flag-icon-squared{background-image:url('tn.8b09464a7524dff3fa47.svg')}.flag-icon-to{background-image:url('to.65dda6ec6f9719bbd784.svg')}.flag-icon-to.flag-icon-squared{background-image:url('to.aaa24511e1160314531a.svg')}.flag-icon-tr{background-image:url('tr.2880fc8e0e28f4a11a8d.svg')}.flag-icon-tr.flag-icon-squared{background-image:url('tr.c3d773f3ebbea061e963.svg')}.flag-icon-tt{background-image:url('tt.b9a6939e2ab09927d190.svg')}.flag-icon-tt.flag-icon-squared{background-image:url('tt.4252a958aa98bb3ef5f7.svg')}.flag-icon-tv{background-image:url('tv.99618ffc3d126b12802f.svg')}.flag-icon-tv.flag-icon-squared{background-image:url('tv.c87adc622981a557f7a5.svg')}.flag-icon-tw{background-image:url('tw.83324ef79fd96b77a609.svg')}.flag-icon-tw.flag-icon-squared{background-image:url('tw.a72a85cb06aca393b4c6.svg')}.flag-icon-tz{background-image:url('tz.2218434d34c055a29fdf.svg')}.flag-icon-tz.flag-icon-squared{background-image:url('tz.20af2614818e325d953d.svg')}.flag-icon-ua{background-image:url('ua.67a46bf793e26237ace0.svg')}.flag-icon-ua.flag-icon-squared{background-image:url('ua.2dd397cb920452449aca.svg')}.flag-icon-ug{background-image:url('ug.83f4207b3f42150d667b.svg')}.flag-icon-ug.flag-icon-squared{background-image:url('ug.983dd591c56af488af96.svg')}.flag-icon-um{background-image:url('um.0f5d59d436cb8d91444b.svg')}.flag-icon-um.flag-icon-squared{background-image:url('um.c3e06b4d7dfec14653ce.svg')}.flag-icon-us{background-image:url('us.3cc0d38b3e8d93132c90.svg')}.flag-icon-us.flag-icon-squared{background-image:url('us.c95087e1a852cf730acc.svg')}.flag-icon-uy{background-image:url('uy.4c3f85c5401c3a3875ee.svg')}.flag-icon-uy.flag-icon-squared{background-image:url('uy.091841c8018480091fae.svg')}.flag-icon-uz{background-image:url('uz.6e16292aee6b5262a693.svg')}.flag-icon-uz.flag-icon-squared{background-image:url('uz.ba79d2974850ade2d036.svg')}.flag-icon-va{background-image:url('va.6d6a5ae672030a7e351f.svg')}.flag-icon-va.flag-icon-squared{background-image:url('va.555e01bd279c6bbc28c4.svg')}.flag-icon-vc{background-image:url('vc.e19034240ae39be40a4c.svg')}.flag-icon-vc.flag-icon-squared{background-image:url('vc.2614017538c99c0f2ea7.svg')}.flag-icon-ve{background-image:url('ve.b8bb0477d02228d82ffb.svg')}.flag-icon-ve.flag-icon-squared{background-image:url('ve.125ee9246eea1cb1b662.svg')}.flag-icon-vg{background-image:url('vg.7bc5c83294392b4386af.svg')}.flag-icon-vg.flag-icon-squared{background-image:url('vg.76c17dc332a16129789a.svg')}.flag-icon-vi{background-image:url('vi.bad0002a368d6bca0956.svg')}.flag-icon-vi.flag-icon-squared{background-image:url('vi.1ae3b627580608e32c99.svg')}.flag-icon-vn{background-image:url('vn.2301f6f466f2e744e48a.svg')}.flag-icon-vn.flag-icon-squared{background-image:url('vn.25540177a9e64be64b71.svg')}.flag-icon-vu{background-image:url('vu.25acc79729c1d8a104b6.svg')}.flag-icon-vu.flag-icon-squared{background-image:url('vu.87d69c1826cf7245c2d8.svg')}.flag-icon-wf{background-image:url('wf.e9a373c6bcbf8ea5021f.svg')}.flag-icon-wf.flag-icon-squared{background-image:url('wf.55c63880d97978216450.svg')}.flag-icon-ws{background-image:url('ws.a6817aa95b8cdf652ba6.svg')}.flag-icon-ws.flag-icon-squared{background-image:url('ws.81cbff3db85ab05a4ac8.svg')}.flag-icon-ye{background-image:url('ye.f62afcddf3ac8b1dfd3e.svg')}.flag-icon-ye.flag-icon-squared{background-image:url('ye.2289a38ef27f51f7e88a.svg')}.flag-icon-yt{background-image:url('yt.5c77b04743aada260f6b.svg')}.flag-icon-yt.flag-icon-squared{background-image:url('yt.bf9663aea16580e485d0.svg')}.flag-icon-za{background-image:url('za.83099da26ad6804ed7a5.svg')}.flag-icon-za.flag-icon-squared{background-image:url('za.3c71a2a22271a414dd3d.svg')}.flag-icon-zm{background-image:url('zm.79a41234f024ca5ab0a9.svg')}.flag-icon-zm.flag-icon-squared{background-image:url('zm.a303f51a36999e85ed3b.svg')}.flag-icon-zw{background-image:url('zw.f5ceeff7d65d0b5e33b7.svg')}.flag-icon-zw.flag-icon-squared{background-image:url('zw.2840e62aaca37d36b327.svg')}.flag-icon-es-ca{background-image:url('es-ca.2b2d073d58c4747e322e.svg')}.flag-icon-es-ca.flag-icon-squared{background-image:url('es-ca.a03129ff81e9f5633e75.svg')}.flag-icon-es-ga{background-image:url('es-ga.23a30d01d4c6338e7f5c.svg')}.flag-icon-es-ga.flag-icon-squared{background-image:url('es-ga.405f191245cb5d0085d7.svg')}.flag-icon-eu{background-image:url('eu.db2e50ad0bf5ecccc0ca.svg')}.flag-icon-eu.flag-icon-squared{background-image:url('eu.1019087b8a58ac24c4ea.svg')}.flag-icon-gb-eng{background-image:url('gb-eng.1fa89df2764a3f107c34.svg')}.flag-icon-gb-eng.flag-icon-squared{background-image:url('gb-eng.ebbd69accf16823ad684.svg')}.flag-icon-gb-nir{background-image:url('gb-nir.8ad03581959bce8c3da0.svg')}.flag-icon-gb-nir.flag-icon-squared{background-image:url('gb-nir.f9fcc604971f0e53b88d.svg')}.flag-icon-gb-sct{background-image:url('gb-sct.4743f1b0f3ffe8d16ba5.svg')}.flag-icon-gb-sct.flag-icon-squared{background-image:url('gb-sct.bea4865f11865ef56465.svg')}.flag-icon-gb-wls{background-image:url('gb-wls.a69b6bb076d89808e064.svg')}.flag-icon-gb-wls.flag-icon-squared{background-image:url('gb-wls.77f90d8e620af4d9604d.svg')}.flag-icon-un{background-image:url('un.4c0a34afb0c02cd13b3d.svg')}.flag-icon-un.flag-icon-squared{background-image:url('un.19c1ad320e901a90c0e3.svg')}.flag-icon-xk{background-image:url('xk.12d1409638442c96c8b9.svg')}.flag-icon-xk.flag-icon-squared{background-image:url('xk.48269c0b55c2532ccb76.svg')}

.awssld--openAnimation {
  --open-animation-perspective: 600px;
  --open-animation-angle: 8deg;
  --open-animation-enter-delay: 85ms; }
  .awssld--openAnimation .awssld__container {
    perspective: var(--open-animation-perspective); }
  .awssld--openAnimation .awssld--moveLeft, .awssld--openAnimation .awssld--moveRight {
    animation-delay: var(--open-animation-enter-delay); }
  .awssld--openAnimation .awssld--exit.awssld--moveLeft {
    transform-origin: 0% 50%;
    animation: openRight var(--slider-transition-duration) both var(--transition-bezier); }
  .awssld--openAnimation .awssld--exit.awssld--moveRight {
    transform-origin: 100% 50%;
    animation: openLeft var(--slider-transition-duration) both var(--transition-bezier); }
  @keyframes openLeft {
  45% {
    transform: rotateY(calc(var(--open-animation-angle) * -1)); } }
  @keyframes openRight {
  45% {
    transform: rotateY(var(--open-animation-angle)); } }


.error-boundary-module_errorBoundary__RP0e1a4r__platform-common{position:relative;height:100vh;width:100%;display:flex;justify-content:center;align-items:center}.error-boundary-module_errorBoundaryBg__WsFwKCWf__platform-common{position:absolute;width:100%;height:100%;background-repeat:no-repeat;background-position:center center;background-size:cover;z-index:0}.error-boundary-module_errorBoundaryContent__S6pPYqjT__platform-common{position:relative;z-index:1}.error-boundary-module_errorBoundaryTitle__QjFTrOer__platform-common{font-size:24px;line-height:32px;color:#fff;margin:0 0 12px}.error-boundary-module_errorBoundaryText__ZpoDpEoU__platform-common{font-size:16px;line-height:24px;text-align:center;color:#fff;margin-bottom:24px}@media (max-width: 768px){.error-boundary-module_errorBoundaryTitle__QjFTrOer__platform-common{font-size:16px;line-height:24px;margin-bottom:5px}.error-boundary-module_errorBoundaryText__ZpoDpEoU__platform-common{font-size:12px;line-height:16px;margin-bottom:12px}}.account-verification-block-module_accountVerification__91L-kAiu__platform-common{background:var(--verificationBlockBacgroundColor);box-shadow:0 0 5px #0000004d;border-radius:3px;font-size:14px;font-weight:700;padding:20px}.account-verification-block-module_noCardBorder__rSMB8CVW__platform-common{background:inherit;box-shadow:inherit}.account-verification-block-module_accountVerificationTitle__nANt9YAv__platform-common{font-size:14px;font-weight:700}.account-verification-block-module_accountVerificationSection__k3OENyV5__platform-common{padding:16px 0;border-top:1px solid var(--menuSectionBorder);border-bottom:1px solid var(--menuSectionBorder);text-align:justify;font-size:12px;font-weight:500;line-height:20px;margin:15px 0}.account-verification-block-module_accountVerificationList__67fAZpP4__platform-common{margin:0;padding:0 20px;list-style:none}.account-verification-block-module_accountVerificationList__67fAZpP4__platform-common .account-verification-block-module_accountVerificationListItem__pY3FpYQa__platform-common{position:relative;color:#000}.account-verification-block-module_accountVerificationList__67fAZpP4__platform-common .account-verification-block-module_accountVerificationListItem__pY3FpYQa__platform-common:not(:first-child){margin-top:10px}.account-verification-block-module_accountVerificationList__67fAZpP4__platform-common .account-verification-block-module_accountVerificationListItem__pY3FpYQa__platform-common:before{content:"";position:absolute;background:var(--buttonMain);font-size:14px;width:6px;height:6px;border-radius:50%;top:4px;left:-20px}.account-verification-block-module_mobile__mTEY9e-O__platform-common{width:100%;margin-bottom:16px}.account-verification-block-module_verificationItem__pE7Y-2RO__platform-common{border:1px solid var(--verificationConteinerBorder);border-radius:4px;padding:15px;display:flex}.account-verification-block-module_verificationItem__pE7Y-2RO__platform-common .account-verification-block-module_nameContainer__F7wen6sR__platform-common{padding:5px 0 5px 12px;display:flex;justify-content:space-between;max-width:55%}.account-verification-block-module_verificationItem__pE7Y-2RO__platform-common .account-verification-block-module_text__HkYPiZ3M__platform-common{display:flex;flex-direction:column}.account-verification-block-module_verificationItem__pE7Y-2RO__platform-common .account-verification-block-module_text__HkYPiZ3M__platform-common .account-verification-block-module_name__ywuXFlhb__platform-common{font-weight:700;font-size:16px;word-break:break-word;max-height:60px;overflow:hidden}.account-verification-block-module_verificationItem__pE7Y-2RO__platform-common .account-verification-block-module_text__HkYPiZ3M__platform-common .account-verification-block-module_size__yLzmy58c__platform-common{margin-top:10px;color:#3e4049}.account-verification-block-module_verificationItem__pE7Y-2RO__platform-common .account-verification-block-module_cancel__dkNHa5b2__platform-common{cursor:pointer;font-size:16px;color:var(--verificationCancelColor);margin-left:5px}.account-verification-block-module_verificationItem__pE7Y-2RO__platform-common .account-verification-block-module_image__F-vup6-D__platform-common{max-width:45%;border-radius:8px;overflow:hidden}.account-verification-block-module_verificationItem__pE7Y-2RO__platform-common .account-verification-block-module_image__F-vup6-D__platform-common img{width:100%;height:100%}.account-verification-block-module_uploadItem__Dd03j-n7__platform-common{position:relative;margin:12px 12px 0 0;border:2px solid var(--eventHeadingBackground);width:210px}.account-verification-block-module_uploadItem__Dd03j-n7__platform-common .account-verification-block-module_name__ywuXFlhb__platform-common{background:var(--eventHeadingBackground);cursor:pointer;display:flex;line-height:20px;font-size:14px;font-weight:500;color:var(--mainColor);padding:5px 5px 5px 10px}.account-verification-block-module_uploadItem__Dd03j-n7__platform-common .account-verification-block-module_name__ywuXFlhb__platform-common.account-verification-block-module_disabled__ZnH-KoNe__platform-common{pointer-events:none}.account-verification-block-module_uploadItem__Dd03j-n7__platform-common .account-verification-block-module_name__ywuXFlhb__platform-common.account-verification-block-module_disabled__ZnH-KoNe__platform-common .account-verification-block-module_action__Gkhu-aU4__platform-common{color:var(--menuSectionBorder)}.account-verification-block-module_uploadItem__Dd03j-n7__platform-common .account-verification-block-module_name__ywuXFlhb__platform-common:not(.account-verification-block-module_disabled__ZnH-KoNe__platform-common):hover .account-verification-block-module_svg-icon__OicXDFFp__platform-common{transform:scale(1.2) rotate(90deg)}.account-verification-block-module_uploadItem__Dd03j-n7__platform-common .account-verification-block-module_name__ywuXFlhb__platform-common span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.account-verification-block-module_uploadItem__Dd03j-n7__platform-common .account-verification-block-module_image__F-vup6-D__platform-common{background:var(--eventHeadingBackground)}.account-verification-block-module_uploadItem__Dd03j-n7__platform-common .account-verification-block-module_image__F-vup6-D__platform-common img{height:130px;width:100%;-o-object-fit:cover;object-fit:cover}.account-verification-block-module_uploadItem__Dd03j-n7__platform-common .account-verification-block-module_action__Gkhu-aU4__platform-common{width:18px;flex:0 0 18px;font-size:18px;color:var(--error);margin-right:8px}.account-verification-block-module_uploadItem__Dd03j-n7__platform-common .account-verification-block-module_action__Gkhu-aU4__platform-common .account-verification-block-module_svg-icon__OicXDFFp__platform-common{transition:transform .15s ease}.account-verification-block-module_mobile__mTEY9e-O__platform-common{position:relative;border:2px solid var(--eventHeadingBackground);width:160px}.account-verification-block-module_mobile__mTEY9e-O__platform-common:not(:last-of-type){margin-right:12px}.account-verification-block-module_mobile__mTEY9e-O__platform-common .account-verification-block-module_name__ywuXFlhb__platform-common{background:var(--eventHeadingBackground);cursor:pointer;display:flex;line-height:20px;font-size:14px;font-weight:500;color:var(--mainColor);padding:5px 5px 5px 10px}.account-verification-block-module_mobile__mTEY9e-O__platform-common .account-verification-block-module_name__ywuXFlhb__platform-common.account-verification-block-module_disabled__ZnH-KoNe__platform-common{pointer-events:none}.account-verification-block-module_mobile__mTEY9e-O__platform-common .account-verification-block-module_name__ywuXFlhb__platform-common.account-verification-block-module_disabled__ZnH-KoNe__platform-common .account-verification-block-module_verification-upload-item__action__UxCInbyZ__platform-common{color:var(--menuSectionBorder)}.account-verification-block-module_mobile__mTEY9e-O__platform-common .account-verification-block-module_name__ywuXFlhb__platform-common:not(.account-verification-block-module_disabled__ZnH-KoNe__platform-common):hover .account-verification-block-module_svg-icon__OicXDFFp__platform-common{transform:scale(1.2) rotate(90deg)}.account-verification-block-module_mobile__mTEY9e-O__platform-common .account-verification-block-module_name__ywuXFlhb__platform-common span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.account-verification-block-module_mobile__mTEY9e-O__platform-common .account-verification-block-module_image__F-vup6-D__platform-common{background:var(--eventHeadingBackground)}.account-verification-block-module_mobile__mTEY9e-O__platform-common .account-verification-block-module_image__F-vup6-D__platform-common img{height:100px;width:100%;-o-object-fit:cover;object-fit:cover}.account-verification-block-module_mobile__mTEY9e-O__platform-common .account-verification-block-module_action__Gkhu-aU4__platform-common{width:18px;flex:0 0 18px;font-size:18px;color:var(--error);margin-right:8px}.account-verification-block-module_mobile__mTEY9e-O__platform-common .account-verification-block-module_action__Gkhu-aU4__platform-common .account-verification-block-module_svg-icon__OicXDFFp__platform-common{transition:transform .15s ease}:where(.svg-icon-module_icon__7yleHfSc__platform-common){display:block;position:relative;width:1em;height:1em;fill:currentColor;font-size:inherit;top:0}.date-time-formatter-module_inlineBlock__k7OeoKh-__platform-common{display:inline-block}.account-verification-item-module_verificationUploadRow__2yNhJhcG__platform-common{display:flex;justify-content:space-between;align-items:center;min-height:70px;padding:0 15px;border-bottom:1px solid var(--periodHalfInformationSeparator)}.account-verification-item-module_verificationUploadColumn__WS7mqPW7__platform-common{padding:15px 5px;word-wrap:break-word}.account-verification-item-module_verificationUploadColumn__WS7mqPW7__platform-common p{margin:0;line-height:20px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;word-wrap:break-word}.account-verification-item-module_verificationUploadColumn__WS7mqPW7__platform-common:nth-child(1){width:20%}.account-verification-item-module_verificationUploadColumn__WS7mqPW7__platform-common:nth-child(2){flex:1 1 40%;max-width:40%}.account-verification-item-module_verificationUploadColumn__WS7mqPW7__platform-common:nth-child(3){flex:1 1 20%;text-align:center}.account-verification-item-module_verificationUploadColumn__WS7mqPW7__platform-common:nth-child(4){flex:1 1 20%;text-align:right;opacity:.5}.account-verification-item-module_verificationUploadRowMobile__t9dP3jaI__platform-common{box-shadow:0 1px 1px #15293524,0 2px 1px #1529351f,0 1px 3px #15293533;border-radius:4px;margin-top:12px;display:flex;flex-wrap:wrap;justify-content:left;align-items:flex-start;padding:12px;min-height:auto;border-bottom:0}.account-verification-item-module_verificationUploadRowMobile__t9dP3jaI__platform-common .account-verification-item-module_verificationUploadColumn__WS7mqPW7__platform-common{padding:0}.account-verification-item-module_verificationUploadRowMobile__t9dP3jaI__platform-common .account-verification-item-module_verificationUploadColumn__WS7mqPW7__platform-common:nth-child(1){flex:0 0 100%;order:1;font-weight:700;margin-bottom:6px;width:auto}.account-verification-item-module_verificationUploadRowMobile__t9dP3jaI__platform-common .account-verification-item-module_verificationUploadColumn__WS7mqPW7__platform-common:nth-child(2){flex:0 0 100%;order:4;margin-top:12px;max-width:100%}.account-verification-item-module_verificationUploadRowMobile__t9dP3jaI__platform-common .account-verification-item-module_verificationUploadColumn__WS7mqPW7__platform-common:nth-child(3){flex:0 0 50%;order:3;text-align:right}.account-verification-item-module_verificationUploadRowMobile__t9dP3jaI__platform-common .account-verification-item-module_verificationUploadColumn__WS7mqPW7__platform-common:nth-child(4){flex:0 0 50%;order:2;align-self:center;text-align:left}[class^=cabinet-table__status]{height:24px;border-radius:17px;font-size:12px;line-height:12px}.modal-portal-module_modal__w2Mh2Hvf__platform-common{align-items:center;bottom:0;display:flex;justify-content:center;left:0;opacity:1;overflow-y:auto;position:fixed;right:0;top:0;transition:visibility .3s ease,opacity .3s ease;visibility:visible;z-index:100}.modal-portal-module_shadow__KmRX-nG8__platform-common{background:#000;height:100%;left:0;opacity:.3;position:absolute;top:0;width:100%;z-index:1}.modal-portal-module_wrapper__z6F4BB9p__platform-common{position:relative;z-index:2}.modal-portal-module_content__AXMDw6uJ__platform-common{max-height:100vh;max-width:100vw;position:relative}.modal-portal{position:relative}.modal-portal__close-button{align-items:center;color:var(--white);cursor:pointer;display:flex;font-size:18px;height:30px;justify-content:center;padding:0;position:absolute;right:-26px;top:-26px;transition:transform .15s ease,opacity .15s ease;width:30px;z-index:10}.modal-portal__close-button:hover{opacity:.5;transform:scale(.8)}.modal-portal-active body{overflow:hidden!important}.is-mobile-device .modal-portal__close-button{color:var(--mainColor);font-size:16px;height:24px;right:5px;top:5px;width:24px}.app-loader-module_appLoader__7W9znKuk__platform-common{display:flex;align-items:center;justify-content:center;position:absolute;z-index:var(--zIndex-loader);height:100%;width:100%}.app-loader.app-loader__filled{background-color:var(--bodyBackgroundColor);bottom:0;left:0;position:fixed;top:0}.app-loader.app-loader__only-loader{min-height:300px;pointer-events:none;position:relative}.app-loader.app-loader__only-loader--mobile{min-height:150px}.app-loader__inner{height:50px;width:50px;opacity:.8;position:relative}.app-loader__inner{animation:app-loader-module_animateBall__0FQsLoiw__platform-common 1s linear infinite}.app-loader__inner .svg-icon{color:var(--buttonMain);font-size:50px}@keyframes app-loader-module_animateBall__0FQsLoiw__platform-common{0%{transform:rotate(0)}to{transform:rotate(360deg)}}div.default-slider-module_content__9Sh1xBMh__platform-common{position:absolute;padding:16px;display:flex;flex-direction:column;color:#fff;align-items:flex-start}div.default-slider-module_content__9Sh1xBMh__platform-common .default-slider-module_title__aIXG3eVU__platform-common{font-size:20px;font-weight:700;line-height:32px;margin:0 0 4px}div.default-slider-module_content__9Sh1xBMh__platform-common .default-slider-module_text__mpF8vbZn__platform-common{font-size:14px;font-weight:400;line-height:20px;margin:0;max-width:171px}:where(.input-view-module_svgIconOdd__-LkPcr7C__platform-common){fill-rule:evenodd;pointer-events:none}.form-input__container{display:block;position:relative}.form-input__floating-label{position:absolute;top:16px;left:16px;opacity:0}.form-input__floating-label,.form-input__text-label-wrapper{pointer-events:none}.ios-broadcast-widget-module_broadcastWidget__CGOCAdJH__platform-common.ios-broadcast-widget-module_vertical__69yZm9Tz__platform-common{height:100%;width:100%}.ios-broadcast-widget-module_broadcastWidget__CGOCAdJH__platform-common.ios-broadcast-widget-module_vertical__69yZm9Tz__platform-common .ios-broadcast-widget-module_broadcastWidgetVideo__wNBFPHvJ__platform-common{height:100%}.ios-broadcast-widget-module_broadcastWidget__CGOCAdJH__platform-common.ios-broadcast-widget-module_modern__aVg-yRBx__platform-common{margin-top:15px}.ios-broadcast-widget-module_broadcastWidgetVideo__wNBFPHvJ__platform-common{background:var(--broadcastBg);display:block;height:auto;outline:none!important;width:100%}.league-icon-module_holder__Qjf0X9PJ__platform-common{align-items:center;display:flex;height:20px;margin-right:10px;position:relative;top:-1px}.league-icon-module_holder__Qjf0X9PJ__platform-common img{display:block;height:auto;width:20px}.league-icon-module_holder__Qjf0X9PJ__platform-common.league-icon-module_isMobile__lijL2j9m__platform-common:not(.league-icon-module_small__I0ybaPNv__platform-common){margin-right:5px}.league-icon-module_holder__Qjf0X9PJ__platform-common.league-icon-module_small__I0ybaPNv__platform-common{height:16px;margin-right:8px}.league-icon-module_holder__Qjf0X9PJ__platform-common.league-icon-module_small__I0ybaPNv__platform-common img{width:16px}.league-icon-module_modern__1xJwTjn8__platform-common img{border-radius:var(--countryFlagBorderRadius)}.option-select-module_list__5-U4oqBc__platform-common{width:100%;max-width:425px;min-width:260px}.option-select-module_item__LPCY9Jp0__platform-common{background:#fff;color:#081d36;font-weight:400;line-height:1.25;font-size:16px;min-height:56px;padding:10px 40px 10px 10px;display:flex;align-items:center;position:relative}.option-select-module_item__LPCY9Jp0__platform-common:first-of-type{border-radius:3px 3px 0 0}.option-select-module_item__LPCY9Jp0__platform-common:last-of-type{border-radius:0 0 3px 3px}.option-select-module_item__LPCY9Jp0__platform-common:only-child{border-radius:3px}.option-select-module_item__LPCY9Jp0__platform-common:not(:last-of-type){border-bottom:1px solid var(--menuSectionBorder)}.option-select-module_item__LPCY9Jp0__platform-common.option-select-module_selected__Oax8oTVn__platform-common .option-select-module_radioIcon__oOR--5Ub__platform-common{border-color:var(--buttonMain)}.option-select-module_item__LPCY9Jp0__platform-common.option-select-module_selected__Oax8oTVn__platform-common .option-select-module_radioIcon__oOR--5Ub__platform-common:after{display:block}.option-select-module_itemText__2-Ti7Rrf__platform-common{text-align:left;width:100%}.option-select-module_radioIcon__oOR--5Ub__platform-common{height:20px;width:20px;border-radius:50%;border:2px solid var(--menuSectionBorder);background:transparent;position:absolute;right:10px;top:calc(50% - 10px)}.option-select-module_radioIcon__oOR--5Ub__platform-common:after{content:"";display:none;position:absolute;width:10px;height:10px;border-radius:50%;top:3px;left:3px;background:var(--buttonMain)}.ui-modal-portal-module_modal__4nXcPFcE__platform-common{bottom:0;left:0;position:fixed;right:0;top:0;z-index:var(--zIndex-modalPortal-below)}body:not(.web-view):not(.hide-smartbanner) .ui-modal-portal.ui-modal-portal--sectionView{top:46px}body:not(.web-view):not(.hide-smartbanner) .ui-modal-portal.ui-modal-portal--close-on-swipe{top:0;margin-top:20px;background:transparent;border-radius:10px 10px 0 0}body:not(.web-view):not(.hide-smartbanner).header-clock-active .ui-modal-portal.ui-modal-portal--sectionView{top:74px}.ui-modal-portal{background:#0000004d;opacity:1;transition:opacity .2s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.ui-modal-portal:not(.ui-modal-portal--scroll-disabled){overflow:auto}.ui-modal-portal.custom-portal{z-index:calc(var(--zIndex-mobileAsideMenu) + 1)}.ui-modal-portal.notice-portal{z-index:var(--zIndex-modalPortal)}@media screen and (max-width: 767px){.ui-modal-portal.cashier-portal .ui-modal-portal__wrapper{padding:0}}.ui-modal-portal__wrapper{align-items:center;display:flex;justify-content:center;min-height:100%;padding:30px 30px 0;width:100%}@media screen and (max-width: 767px){.ui-modal-portal__wrapper{padding:8px}}.ui-modal-portal__content{position:relative;z-index:1;max-width:100%}@media screen and (max-width: 767px){.ui-modal-portal__content{min-width:100%}}.ui-modal-portal__close-button{align-items:center;color:var(--white);cursor:pointer;display:flex;font-size:18px;height:30px;justify-content:center;padding:0;position:absolute;right:-26px;top:-26px;transition:transform .15s ease,opacity .15s ease;width:30px;z-index:10}.ui-modal-portal__close-button.ui-modal-portal-module_closeInside__HoXzYhNA__platform-common{top:24px;right:24px;color:var(--modalCloseButtonInsideColor)!important}.ui-modal-portal__close-button:hover{opacity:.5;transform:scale(.8)}.ui-modal-portal__closingSliderHandle{position:relative;width:100%;height:var(--modalSwipeHeaderHeight, 24px);background-color:var(--modalBackground);border-radius:var(--modalSwipeHeaderBorderRadius, 8px) var(--modalSwipeHeaderBorderRadius, 8px) 0 0}.ui-modal-portal__closingSliderHandle:after{content:"";position:absolute;left:50%;bottom:50%;translate:-50% 50%;width:46px;height:4px;border-radius:100px;background-color:var(--modalSwipeHeaderElementBgc, #E5E5E5)}.ui-modal-portal__closingSliderHandle--cashier{background-color:var(--cashierModalBackgroundMain)}.ui-modal-portal__closingSliderHandle.cashier-modal-light{background-color:var(--cashierModalBackgroundMainLight, --cashierModalBackgroundMain)}.ui-modal-portal--before-create{opacity:0}.ui-modal-portal--with-animation .ui-modal-portal__content{animation:ui-modal-portal-module_uiModalPortalShow__8W7dVm5o__platform-common .3s}.ui-modal-portal--no-blur{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}.ui-modal-portal.ui-modal-portal--sectionView{transition:none}.ui-modal-portal.ui-modal-portal--sectionView .ui-modal-portal__wrapper{background:var(--buttonText);display:block;padding:0}.ui-modal-portal.ui-modal-portal--sectionView .ui-modal-portal__content{transform:scale(1)}.ui-modal-portal.ui-modal-portal--sectionView.ui-modal-portal--full-height{top:0!important;z-index:var(--zIndex-modalPortal)}.ui-modal-portal.settings-modal--modern{-webkit-backdrop-filter:none;backdrop-filter:none;background:#00000080}.ui-modal-portal.ui-modal-portal--modern{background:rgba(var(--mslSectionBgRGB),.5);-webkit-backdrop-filter:none;backdrop-filter:none}.ui-modal-portal.ui-modal-portal--modern .ui-modal-portal__wrapper{padding:10px 0 0;align-items:flex-end}.ui-modal-portal.ui-modal-portal--modern .ui-modal-portal__content{width:100%}.ui-modal-portal.ui-modal-portal--modern .ui-modal-portal__close-button{right:15px;top:16px;height:20px;width:20px;color:var(--mslTextDark);font-size:14px}.ui-modal-portal.ui-modal-portal--blur{background:rgba(var(--mslSectionBgRGB),.5);-webkit-backdrop-filter:blur(48px);backdrop-filter:blur(48px)}.ui-modal-portal.ui-modal-portal--selector .ui-modal-portal__close-button{display:none}.ui-modal-portal.ui-modal-portal--bottom .ui-modal-portal__wrapper{padding:0;align-items:flex-end}.ui-modal-portal.ui-modal-portal--bottom .ui-modal-portal__content{width:100%}.ui-modal-portal.ui-modal-portal--bottom.ui-modal-portal--with-animation .ui-modal-portal__content{animation:ui-modal-portal-module_uiModalPortalShowBottom__F97UzK9k__platform-common .3s}.portal-active body{overflow:hidden!important;height:100vh!important}.portal-active .page__content{pointer-events:none}.is-mobile-device .ui-modal-portal__close-button{color:var(--mainColor);font-size:16px;height:24px;right:10px;top:10px;width:24px}@keyframes ui-modal-portal-module_uiModalPortalShow__8W7dVm5o__platform-common{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}to{transform:scale(1)}}@keyframes ui-modal-portal-module_uiModalPortalShowBottom__F97UzK9k__platform-common{0%{transform:translateY(100%)}to{transform:translateY(0)}}.currency-variable-loader-module_loader__5SAXypX6__platform-common{font-size:16px}.currency-variable-loader-module_dotFirst__rc-1snkM__platform-common{animation:currency-variable-loader-module_currency-variable-loader__eQS4Etyg__platform-common 1s infinite linear alternate;animation-delay:.5s}.currency-variable-loader-module_dotSecond__88gK1cvC__platform-common{animation:currency-variable-loader-module_currency-variable-loader__eQS4Etyg__platform-common 1s infinite alternate;animation-delay:0s}.currency-variable-loader-module_dotThird__mfsPZXwv__platform-common{animation:currency-variable-loader-module_currency-variable-loader__eQS4Etyg__platform-common 1s infinite alternate;animation-delay:1s}@keyframes currency-variable-loader-module_currency-variable-loader__eQS4Etyg__platform-common{0%{opacity:1}50%,to{opacity:.5}}.aviator-game-module_aviatorAnimation__tmUkYopU__platform-common .aviator-game-module_aviatorText__WbCtwEK0__platform-common div:nth-child(1){animation:aviator-game-module_aviatorLevitation__5CVI74k6__platform-common 4s}.aviator-game-module_aviatorAnimation__tmUkYopU__platform-common .aviator-game-module_icon__ZqWfYe7C__platform-common{color:var(--menuSvgLinkColorActive)}.aviator-game-module_aviatorAnimation__tmUkYopU__platform-common .aviator-game-module_propeller__U6-phvGl__platform-common{animation:aviator-game-module_aviatorPropeller__J5pCPnXr__platform-common 4s}.aviator-game-module_aviatorGame__IXvbnTH1__platform-common .aviator-game-module_iconWrapper__BRg3FN-Z__platform-common{position:relative}.aviator-game-module_aviatorGame__IXvbnTH1__platform-common .aviator-game-module_icon__ZqWfYe7C__platform-common{font-size:30px;margin-right:15px;top:2px!important;transition:color .25s ease}.aviator-game-module_aviatorGame__IXvbnTH1__platform-common .aviator-game-module_propeller__U6-phvGl__platform-common{font-size:25px;margin-right:0;position:absolute!important;right:2px;top:-1px!important;transform:rotate(-20deg)}.aviator-game-module_aviatorGame__IXvbnTH1__platform-common .aviator-game-module_aviatorTitle__bj2Q0HC2__platform-common{font-size:56px;height:20px;top:-2px}.aviator-game-module_aviatorGame__IXvbnTH1__platform-common.aviator-game-module_dropdown__8CBwAYge__platform-common.aviator-game-module_aviatorGame__IXvbnTH1__platform-common div{left:-8px}.aviator-game-module_aviatorGame__IXvbnTH1__platform-common.aviator-game-module_dropdown__8CBwAYge__platform-common.aviator-game-module_aviatorGame__IXvbnTH1__platform-common .aviator-game-module_icon__ZqWfYe7C__platform-common{font-size:25px;margin-right:2px;transition:unset}.aviator-game-module_aviatorGame__IXvbnTH1__platform-common.aviator-game-module_dropdown__8CBwAYge__platform-common.aviator-game-module_aviatorGame__IXvbnTH1__platform-common .aviator-game-module_propeller__U6-phvGl__platform-common{font-size:20px;right:-10px!important;top:0!important}.aviator-game-module_asideAviatorTitle__bLh5y4f5__platform-common{width:54px!important}.aviator-game-module_asideAviatorPlane__X-5JBI5M__platform-common{left:-5px!important;margin-right:3px!important;width:30px!important}@keyframes aviator-game-module_aviatorLevitation__5CVI74k6__platform-common{0%{top:0}15%{top:-7px}35%{transform:rotate(35deg)}60%{top:7px}to{top:0}}@keyframes aviator-game-module_aviatorPropeller__J5pCPnXr__platform-common{0%{transform:rotate(160deg)}to{transform:rotate(4120deg)}}.currency-symbol-module_imageWrapper__cMQWTQWK__platform-common{display:flex;align-items:center;justify-content:center;width:18px;height:18px}.currency-symbol-module_imageWrapper__cMQWTQWK__platform-common img{max-width:100%;max-height:100%}.phone-verification-module_verificationPhone__g4VhH2B0__platform-common{background:var(--verificationPhoneBg);border:1px solid var(--verificationPhoneBorderColor);box-shadow:0 4px 4px #00000026;max-width:555px;margin:0 auto;border-radius:5px}@media screen and (max-width: 1000px){.phone-verification-module_verificationPhone__g4VhH2B0__platform-common{margin:35px 15px}}.phone-verification-module_verificationPhoneSuccess__zzP8sAQM__platform-common{background:var(--verificationPhoneBgSuccess);border:1px solid var(--verificationPhoneBorderColorSuccess)}.phone-verification-module_verificationWrapper__CYySbW08__platform-common{padding:29px 23px 42px}@media screen and (max-width: 1000px){.phone-verification-module_verificationWrapper__CYySbW08__platform-common{padding:26px 13px 36px}}.phone-verification-module_verificationConfirm__pvdSw68y__platform-common,.phone-verification-module_verificationSuccess__sH7kDeVx__platform-common{align-items:center;display:flex;flex-direction:column}.phone-verification-module_verificationWarningIcon__xtildo-k__platform-common{align-items:center;background:var(--verificationPhoneIconBg);border-radius:50%;display:flex;height:95px;justify-content:center;margin-bottom:30px;width:95px}.phone-verification-module_verificationWarningIcon__xtildo-k__platform-common svg{height:55px;width:13px}.phone-verification-module_verificationCheckIcon__5fmF54SC__platform-common{align-items:center;background:#fff;border-radius:50%;display:flex;height:144px;justify-content:center;margin-bottom:30px;width:144px}.phone-verification-module_verificationCheckIcon__5fmF54SC__platform-common svg{height:49px;width:59px}.phone-verification-module_verificationText__GHbtnk37__platform-common{color:var(--verificationPhoneTextColor);font-size:14px;font-weight:400;line-height:25px;margin-bottom:30px;max-width:513px;text-align:center}.phone-verification-module_verificationSuccessText__v63wd1Ly__platform-common{color:var(--verificationPhoneTextColor);font-size:21px;font-weight:400;line-height:41px;margin-bottom:30px;text-align:center}.phone-verification-module_verificationSuccessTextBold__i7HD-9o6__platform-common{display:block;font-weight:500;margin-bottom:15px;text-align:center}.phone-verification-module_verificationForm__qOqgvmHj__platform-common{margin-bottom:30px}.phone-verification-module_verificationFormResend__dcp8vZwY__platform-common{color:var(--verificationPhoneTextColor);font-size:14px;font-weight:400;line-height:25px;margin-bottom:30px}.phone-verification-module_verificationFormResendLinkActive__gZUShNGt__platform-common{display:inline-block;font-weight:700;margin-left:5px}.phone-verification-module_verificationFormResendLink__q8dsF7mR__platform-common{color:var(--verificationPhoneMainColor);cursor:pointer;display:inline-block;font-weight:700;margin-left:5px;text-decoration:underline}.payment-methods-module_paymentMethodsWithFrame__CZShT62A__platform-common{text-align:center}.payment-methods-module_paymentMethodsWithFrame__CZShT62A__platform-common .payment-methods-module_item__8dI65jfL__platform-common{display:inline-block;border-radius:6px;background:var(--white, #fff);margin:5px;height:66px;width:113px;text-align:center}.payment-methods-module_paymentMethodsWithFrame__CZShT62A__platform-common .payment-methods-module_item__8dI65jfL__platform-common img{max-width:100%;height:66px;-o-object-fit:contain;object-fit:contain;padding:14px;margin:0 auto}.payment-methods-module_paymentMethodsWithFrame__CZShT62A__platform-common .payment-methods-module_item__8dI65jfL__platform-common.payment-methods-module_hide__KQF4iMz1__platform-common{display:none}.payment-methods-module_paymentMethodsBanner__Zu-GpB-v__platform-common{display:inline-flex;align-items:center;flex-wrap:wrap;gap:12px;background-color:var(--newMainBannerPaymentMethodsBg);border-radius:var(--newMainBannerPaymentMethodsBorderRadius);padding:var(--newMainBannerPaymentMethodsPadding)}@media screen and (max-width: 600px){.payment-methods-module_paymentMethodsBanner__Zu-GpB-v__platform-common{justify-content:center}}.payment-methods-module_paymentMethodsBanner__Zu-GpB-v__platform-common.payment-methods-module_framedItems__R-adatnM__platform-common .payment-methods__item{border-radius:var(--newMainBannerPaymentMethodItemBorderRadius, 4px);background:#fff}.payment-methods-module_paymentMethodsBanner__Zu-GpB-v__platform-common .payment-methods__item{display:flex;align-items:center;height:22px;max-width:75px;text-align:center;padding:var(--newMainBannerPaymentMethodItemPadding, 3px)}@media screen and (max-width: 600px){.payment-methods-module_paymentMethodsBanner__Zu-GpB-v__platform-common .payment-methods__item{max-width:60px}}.payment-methods-module_paymentMethodsBanner__Zu-GpB-v__platform-common .payment-methods__item img{max-width:100%;max-height:100%;width:100%;-o-object-fit:contain;object-fit:contain;margin:0 auto}.payment-methods-module_paymentMethodsBanner__Zu-GpB-v__platform-common .payment-methods__item--hide{display:none}.progress-bar-module_progressBar__MmyZEMAf__platform-common{height:10px;width:100%;border-radius:8px;background:var(--progressBarBg)}.progress-bar-module_progressBar__MmyZEMAf__platform-common.progress-bar-module_full__lO-t3NLJ__platform-common .progress-bar-module_progressBarPercent__WHASbp1G__platform-common{background:var(--progressBarPercentFull)}.progress-bar-module_progressBar__MmyZEMAf__platform-common.progress-bar-module_small__9MJQ9Bza__platform-common .progress-bar-module_icon__tcydMsbI__platform-common{width:35px;height:35px;font-size:35px;right:-12px}.progress-bar-module_progressBarPercent__WHASbp1G__platform-common{position:relative;background:var(--progressBarPercent);border-radius:16px;height:10px;min-width:12px}.progress-bar-module_icon__tcydMsbI__platform-common{position:absolute;right:-14px;top:50%;transform:translateY(-50%);width:40px;height:40px;font-size:40px;display:flex;align-items:center;justify-content:center}.promo-snackbar-module_main__4XB6I7Om__platform-common{display:flex;align-items:center;justify-content:space-between;position:fixed;bottom:30px;left:50%;width:1180px;height:90px;padding:16px 40px 16px 16px;border-radius:var(--promoSnackBarBorderRadius, 8px);color:var(--white);background:var(--promoSnackBarBackgroundColor);box-shadow:0 2px 10px var(--promoSnackBarBoxShadow);z-index:var(--zIndex-promoSnackbar, 350);animation:promo-snackbar-module_fadeInUpSnackbar__K-g1YJ-d__platform-common .3s ease-in-out both;opacity:0;transform:translate3d(-50%,25%,0);transition:bottom .3s ease-in-out,opacity .3s ease-in-out,transform .3s ease-in-out;background-size:cover;background-position:center;background-repeat:no-repeat}.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_withImage__q0N2KB-T__platform-common{padding:16px 40px 16px 130px}.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_withImage__q0N2KB-T__platform-common .promo-snackbar-module_addInfoItem__qvmvnG9M__platform-common{max-width:160px}.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_noAddInfoItems__G12ApQ-A__platform-common .promo-snackbar-module_left__NvCkfOgV__platform-common{max-width:80%}.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_noAddInfoItems__G12ApQ-A__platform-common .promo-snackbar-module_right__FHPktRUg__platform-common{max-width:20%}.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_mobile__j-WUyFzX__platform-common{width:calc(100% - 16px);padding:12px 36px 12px 12px;bottom:calc(10px + env(safe-area-inset-bottom));height:auto;max-height:130px}.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_mobile__j-WUyFzX__platform-common.promo-snackbar-module_withImage__q0N2KB-T__platform-common{padding:12px 100px 12px 12px}.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_mobile__j-WUyFzX__platform-common.promo-snackbar-module_withImage__q0N2KB-T__platform-common .promo-snackbar-module_inside__AUvfVN36__platform-common{flex-direction:column;align-items:flex-start;margin:0}.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_mobile__j-WUyFzX__platform-common.promo-snackbar-module_withImage__q0N2KB-T__platform-common .promo-snackbar-module_left__NvCkfOgV__platform-common,.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_mobile__j-WUyFzX__platform-common.promo-snackbar-module_withImage__q0N2KB-T__platform-common .promo-snackbar-module_right__FHPktRUg__platform-common{padding:0}.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_mobile__j-WUyFzX__platform-common.promo-snackbar-module_withImage__q0N2KB-T__platform-common .promo-snackbar-module_left__NvCkfOgV__platform-common{max-width:100%}.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_mobile__j-WUyFzX__platform-common.promo-snackbar-module_withImage__q0N2KB-T__platform-common .promo-snackbar-module_right__FHPktRUg__platform-common{max-width:100%;margin-top:8px}.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_mobile__j-WUyFzX__platform-common.promo-snackbar-module_withImage__q0N2KB-T__platform-common .promo-snackbar-module_button__pW7IGiNx__platform-common{margin-left:0}.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_mobile__j-WUyFzX__platform-common .promo-snackbar-module_backgroundImage__iIXp6175__platform-common{left:auto;right:0;bottom:0;max-width:100px}.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_mobile__j-WUyFzX__platform-common .promo-snackbar-module_title__GhFkrIgZ__platform-common{font-size:var(--promoSnackBarTitleMobileFontSize, 14px);font-weight:400}.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_mobile__j-WUyFzX__platform-common .promo-snackbar-module_description__ZDBChmLo__platform-common{font-size:14px;white-space:break-spaces;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_mobile__j-WUyFzX__platform-common .promo-snackbar-module_left__NvCkfOgV__platform-common{max-width:70%}.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_mobile__j-WUyFzX__platform-common .promo-snackbar-module_right__FHPktRUg__platform-common{max-width:30%}.modern-view .promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_mobile__j-WUyFzX__platform-common{bottom:var(--promoSnackBarBottomMobileModern, 60px)}.modern-view .promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_mobile__j-WUyFzX__platform-common.promo-snackbar-module_withCookieBar__l5p04uXx__platform-common{bottom:var(--promoSnackBarWithCookieBarBottomMobileModern, 170px)}.modern-view.menu-bottom-cms-view .promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_mobile__j-WUyFzX__platform-common{bottom:calc(var(--menuCmsBottomHeight) + 10px)}.modern-view.menu-bottom-cms-view .promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_mobile__j-WUyFzX__platform-common.promo-snackbar-module_withCookieBar__l5p04uXx__platform-common{bottom:var(--promoSnackBarWithCookieBarBottomMobileModern, 170px)}.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_withCookieBar__l5p04uXx__platform-common{bottom:var(--promoSnackBarWithCookieBarBottomDesktop, 90px)}.promo-snackbar-module_main__4XB6I7Om__platform-common.promo-snackbar-module_withCookieBar__l5p04uXx__platform-common.promo-snackbar-module_mobile__j-WUyFzX__platform-common{bottom:var(--promoSnackBarWithCookieBarBottomMobile, 170px)}@media screen and (max-width: 1200px){.promo-snackbar-module_main__4XB6I7Om__platform-common{width:calc(100% - 16px)}.promo-snackbar-module_main__4XB6I7Om__platform-common .promo-snackbar-module_addInfoItem__qvmvnG9M__platform-common{max-width:100px}}.promo-snackbar-module_inside__AUvfVN36__platform-common{display:flex;align-items:center;justify-content:space-between;flex-grow:1;margin:0 -5px;max-width:-webkit-fill-available}.promo-snackbar-module_left__NvCkfOgV__platform-common,.promo-snackbar-module_right__FHPktRUg__platform-common{flex-grow:1;padding:0 5px}.promo-snackbar-module_left__NvCkfOgV__platform-common{display:flex;flex-direction:column;max-width:40%}.promo-snackbar-module_right__FHPktRUg__platform-common{display:flex;align-items:center;justify-content:flex-end;max-width:60%}.promo-snackbar-module_backgroundImage__iIXp6175__platform-common{position:absolute;left:0;bottom:0;max-height:100%;max-width:120px}.promo-snackbar-module_title__GhFkrIgZ__platform-common{font-size:var(--promoSnackBarTitleFontSize, 16px);font-weight:700;margin-bottom:5px}.promo-snackbar-module_description__ZDBChmLo__platform-common{font-size:var(--promoSnackBarDescriptionFontSize, 20px);font-weight:700}.promo-snackbar-module_title__GhFkrIgZ__platform-common,.promo-snackbar-module_description__ZDBChmLo__platform-common{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.promo-snackbar-module_addInfoBlock__GIkyKN85__platform-common{display:flex;align-items:center;margin:0 -10px}.promo-snackbar-module_addInfoItem__qvmvnG9M__platform-common{display:flex;flex-direction:column;max-width:180px;padding:0 10px}.promo-snackbar-module_addInfoTop__2U-6JaBe__platform-common{display:flex;align-items:center}.promo-snackbar-module_addInfoImageWrapper__idqkG6gR__platform-common{display:flex;align-items:center;justify-content:center;width:25px;min-width:25px;height:25px;margin-right:8px}.promo-snackbar-module_addInfoImage__pc9zDvo-__platform-common{max-width:100%;max-height:100%}.promo-snackbar-module_addInfoTitle__MCEhjmDf__platform-common{font-size:var(--promoSnackBarAddInfoTitlFontSize, 20px);font-weight:700}.promo-snackbar-module_addInfoBot__3aqXTGBa__platform-common{margin-top:10px;opacity:.7}.promo-snackbar-module_addInfoTitle__MCEhjmDf__platform-common,.promo-snackbar-module_addInfoBot__3aqXTGBa__platform-common{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.promo-snackbar-module_close__HRqPo9Ug__platform-common{position:absolute;top:12px;right:12px;font-size:16px;color:var(--promoSnackBarButtonClose);opacity:var(--promoSnackBarButtonCloseOpacity, .5);transition:opacity .3s ease-in-out}.promo-snackbar-module_close__HRqPo9Ug__platform-common:hover{opacity:1}.promo-snackbar-module_button__pW7IGiNx__platform-common{margin-left:30px}.promo-snackbar-module_button__pW7IGiNx__platform-common .app-button{text-shadow:none}@keyframes promo-snackbar-module_fadeInUpSnackbar__K-g1YJ-d__platform-common{0%{opacity:0;transform:translate3d(-50%,25%,0)}to{opacity:1;transform:translate3d(-50%,0,0)}}.status-badge-module_statusBadge__ogldT0V3__platform-common{display:inline-flex;align-items:center;justify-content:center;min-width:80px;color:var(--statusBadgeNoStatus);background:var(--statusBadgeNoStatusBg);font-size:11px;font-weight:700;line-height:1;border-radius:10px;height:20px;padding:0 8px;text-transform:uppercase;white-space:nowrap}.status-badge-module_statusBadge__ogldT0V3__platform-common.status-badge-module_pending__N9RlQ-ws__platform-common{color:var(--statusBadge);background:var(--tableStatusPending)}.status-badge-module_statusBadge__ogldT0V3__platform-common.status-badge-module_lose__0XE5lmmR__platform-common{color:var(--statusBadge);background:var(--tableStatusLose)}.status-badge-module_statusBadge__ogldT0V3__platform-common.status-badge-module_win__qGOdnRfk__platform-common{color:var(--statusBadge);background:var(--tableStatusSuccess)}.status-badge-module_statusBadge__ogldT0V3__platform-common.status-badge-module_declined__-hSCiaJq__platform-common{color:var(--statusBadge);background:var(--tableStatusDeclined)}.status-badge-module_statusBadge__ogldT0V3__platform-common.status-badge-module_returned__wRJX9rP0__platform-common{color:var(--statusBadge);background:var(--tableStatusReturned)}.status-badge-module_statusBadge__ogldT0V3__platform-common.status-badge-module_activated__zmRscFwL__platform-common{color:var(--statusBadge);background:var(--tableStatusActivated)}.svg-sport-icon-module_sportImage__KKDaYkIA__platform-common{display:block;margin:0 auto}.svg-sport-icon-module_sportImage__KKDaYkIA__platform-common.svg-sport-icon-module_big__5x6GCiWh__platform-common{width:.95em}.svg-sport-icon-module_sportImage__KKDaYkIA__platform-common.svg-sport-icon-module_middle__VzrEEDFh__platform-common{width:1.7em}.svg-sport-icon-module_sportImage__KKDaYkIA__platform-common.svg-sport-icon-module_small__KH8BLnIB__platform-common{width:16px}.svg-sport-icon-module_sportImage__KKDaYkIA__platform-common.svg-sport-icon-module_filterGrey__HjgmeDDm__platform-common{filter:var(--mslSportMenuItemFlter)}.svg-sport-icon-module_sportImage__KKDaYkIA__platform-common.svg-sport-icon-module_marginRight__ZcO3gBOS__platform-common{margin-right:10px}body:-webkit-full-screen .menu-cms-header-module_menuContainer__iToiwhq4__platform-common{display:none}body:fullscreen .menu-cms-header-module_menuContainer__iToiwhq4__platform-common,body:-webkit-full-screen .menu-cms-header-module_menuContainer__iToiwhq4__platform-common{display:none}.menu-cms-header-module_menuContainer__iToiwhq4__platform-common{position:fixed;top:var(--menuCmsHeaderPositionTop);background-color:var(--menuCmsHeaderBg);height:var(--menuCmsHeaderHeight);width:100%;z-index:var(--zIndex-headerMenu-below)}.menu-cms-header-module_menuContainer__iToiwhq4__platform-common .container-asia{height:100%;position:relative}.menu-cms-header-module_fakeWrapper__78KAYw9f__platform-common{position:absolute;left:0;height:0;opacity:0;overflow:hidden;pointer-events:none;visibility:hidden}.menu-cms-header-module_fakeWrapper__78KAYw9f__platform-common .menu-cms-header-module_menu__FAAOCO8d__platform-common{position:static}.menu-cms-header-module_menu__FAAOCO8d__platform-common{display:flex;position:absolute;top:0;bottom:0;right:0;margin:0;width:100%;list-style:none}.menu-cms-header-module_menu__FAAOCO8d__platform-common li:not(:first-child){margin-left:32px}.menu-cms-header-module_dropdownList__Wf8XNWoz__platform-common{display:none;position:absolute;top:calc(var(--menuCmsHeaderHeight) - 5px);right:0;min-width:200px;margin:0;padding:16px;background:var(--menuCmsHeaderDropdownMenuBg);border-radius:8px;box-shadow:0 3px 5px #0003;list-style:none;z-index:10}.menu-cms-header-module_dropdownList__Wf8XNWoz__platform-common.menu-cms-header-module_opened__NnfRbqyF__platform-common{display:block}.menu-cms-header-module_dropdownList__Wf8XNWoz__platform-common li:not(:last-child){margin-bottom:16px}.menu-cms-header-module_dropdownList__Wf8XNWoz__platform-common li:not(:first-child){margin-left:0}.menu-cms-header-module_dropdownList__Wf8XNWoz__platform-common .menu-cms-header-module_item__ll8IscUk__platform-common{height:16px}.menu-cms-header-module_dropdownList__Wf8XNWoz__platform-common .menu-cms-header-module_item__ll8IscUk__platform-common .menu-cms-header-module_title__dKOstBkH__platform-common{font-size:12px}.menu-cms-header-module_dropdownList__Wf8XNWoz__platform-common .menu-cms-header-module_item__ll8IscUk__platform-common:hover{opacity:.5}.menu-cms-header-module_dropdownList__Wf8XNWoz__platform-common .menu-cms-header-module_item__ll8IscUk__platform-common.menu-cms-header-module_active__f0mGyEkf__platform-common:after{display:none}.menu-cms-header-module_buttonMore__LHOk-zUA__platform-common{display:flex;align-items:center;height:inherit;width:inherit;color:var(--menuCmsHeaderItem)}.menu-cms-header-module_buttonMore__LHOk-zUA__platform-common>span{position:relative;padding:2px;font-size:0;border-radius:5px;margin-left:16px;background-color:var(--menuCmsHeaderItem);transition:opacity .15s ease}.menu-cms-header-module_buttonMore__LHOk-zUA__platform-common>span:before,.menu-cms-header-module_buttonMore__LHOk-zUA__platform-common>span:after{position:absolute;content:"";top:0;left:-8px;font-size:0;padding:2px;background-color:var(--menuCmsHeaderItem);border-radius:5px}.menu-cms-header-module_buttonMore__LHOk-zUA__platform-common>span:after{left:-16px}.menu-cms-header-module_buttonMore__LHOk-zUA__platform-common:hover span{opacity:.5}.menu-cms-header-module_item__ll8IscUk__platform-common{display:flex;align-items:center;position:relative;color:var(--menuCmsHeaderItem);height:var(--menuCmsHeaderHeight);text-decoration:none;transition:opacity .15s ease}.menu-cms-header-module_item__ll8IscUk__platform-common.menu-cms-header-module_active__f0mGyEkf__platform-common.menu-cms-header-module_link__psKhoA49__platform-common,.menu-cms-header-module_item__ll8IscUk__platform-common:hover.menu-cms-header-module_link__psKhoA49__platform-common{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.menu-cms-header-module_item__ll8IscUk__platform-common.menu-cms-header-module_active__f0mGyEkf__platform-common:after,.menu-cms-header-module_item__ll8IscUk__platform-common:hover:after{position:absolute;content:"";bottom:0;height:3px;width:100%;background-color:var(--menuCmsHeaderItemActive)}.menu-cms-header-module_item__ll8IscUk__platform-common:hover .menu-cms-header-module_iconArrow__yvZbpZJp__platform-common{transform:rotate(0)}.menu-cms-header-module_title__dKOstBkH__platform-common{font-size:14px;font-weight:700;white-space:nowrap}.menu-cms-header-module_icon__C7gSK4dK__platform-common{width:14px;height:14px;margin-right:8px}.menu-cms-header-module_icon__C7gSK4dK__platform-common img{max-width:100%;max-height:100%}.menu-cms-header-module_iconArrow__yvZbpZJp__platform-common{font-size:12px;margin-left:8px;transform:rotate(180deg);transition:transform .3s ease-in-out}.menu-cms-header-module_subMenuWrapper__K5hD6jgf__platform-common{position:fixed;top:var(--menuCmsHeaderBodyTopPadding);left:0;width:100%;background:var(--menuCmsHeaderSubMenuBg);z-index:var(--zIndex-headerMenu)}.menu-cms-header-module_subMenu__3jXdlZhr__platform-common{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;padding:12px;margin:0 -12px;transition:opacity .3s ease-in-out}.menu-cms-header-module_subItem__qpSbUQQf__platform-common{width:168px;height:138px;margin:12px;border-radius:8px;transition:transform .3s ease-in-out}.menu-cms-header-module_subItem__qpSbUQQf__platform-common:hover{transform:scale(1.1)}.menu-cms-header-module_subItem__qpSbUQQf__platform-common img{max-width:100%;max-height:100%;border-radius:8px}.menu-cms-header-module_fadeIn__QcLvmgSX__platform-common{animation:menu-cms-header-module_fadeIn__QcLvmgSX__platform-common .3s ease-in-out both;opacity:0}@keyframes menu-cms-header-module_fadeIn__QcLvmgSX__platform-common{0%{opacity:0}to{opacity:1}}.menu-cms-header-module_fadeOut__dB4pfbg3__platform-common{animation:menu-cms-header-module_fadeOut__dB4pfbg3__platform-common .3s ease-in-out both;opacity:1}@keyframes menu-cms-header-module_fadeOut__dB4pfbg3__platform-common{0%{opacity:1}to{opacity:0}}.site-menu-new-icon-module_newIcon__pMRS8nTQ__platform-common{display:flex;align-items:center;justify-content:center;font-size:10px;background:var(--newIconBackground);color:var(--white);border-radius:3px;margin-left:12px;height:16px;line-height:16px;padding:0 4px;min-width:30px;font-weight:800}.menu-cms-sidebar-module_menu__f2mEOh9h__platform-common{background-color:var(--menuCmsSideBg)}.menu-cms-sidebar-module_item__MwRmY0RR__platform-common{display:flex;align-items:center;position:relative;height:48px;padding:10px 10px 10px 14px;border-bottom:1px solid #E2E8EE}.menu-cms-sidebar-module_item__MwRmY0RR__platform-common:after{position:absolute;content:"";top:0;left:0;width:4px;height:100%;transition:background .15s ease}.menu-cms-sidebar-module_item__MwRmY0RR__platform-common.menu-cms-sidebar-module_active__t-sIM0Re__platform-common:after{background:var(--menuCmsSideItemActiveLine)}.menu-cms-sidebar-module_title__wsGeFsn0__platform-common{color:var(--menuCmsSideItem);font-size:14px;font-weight:700}.menu-cms-sidebar-module_icon__V-Dh05oB__platform-common{width:16px;height:16px;margin-right:8px;filter:invert(.5)}.menu-cms-sidebar-module_icon__V-Dh05oB__platform-common img{max-width:100%;max-height:100%}.modal-view-mobile-module_modalView__6WJqga-A__platform-common{align-items:center;background:#0000004d;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:var(--zIndex-modalView)}.modal-view-mobile-module_modalView__6WJqga-A__platform-common .modal-view-mobile-module_modalViewContent__lFKMxAtU__platform-common{background:var(--buttonText);border-radius:10px;box-shadow:0 5px 7px var(--mobileShadow);max-width:90%;width:100%;position:absolute}.modal-view-mobile-module_modalView__6WJqga-A__platform-common .modal-view-mobile-module_modalViewClose__sMcNT2CI__platform-common{color:var(--buttonText);cursor:pointer;font-size:18px;position:absolute;right:2px;top:-30px}.modal-view-module_modalView__d6YqZLkK__platform-common{align-items:center;background:#0000004d;display:flex;height:100vh;left:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:var(--zIndex-modalView);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-view-module_modalView__d6YqZLkK__platform-common .modal-view-module_modalViewFixed__8xoAL5es__platform-common{height:100%;left:0;max-height:100vh;min-height:auto;overflow-y:auto;padding-top:30px;position:absolute;top:50%;transform:translateY(-50%);width:100%;scrollbar-color:var(--mslScrollbarBg) transparent;scrollbar-width:thin}.modal-view-module_modalView__d6YqZLkK__platform-common .modal-view-module_modalViewFixed__8xoAL5es__platform-common::-webkit-scrollbar{width:var(--mslScrollbarWidth);background:var(--mslScrollbarBg)}.modal-view-module_modalView__d6YqZLkK__platform-common .modal-view-module_modalViewFixed__8xoAL5es__platform-common::-webkit-scrollbar-track{border-radius:var(--mslScrollbarBorderRadius)}.modal-view-module_modalView__d6YqZLkK__platform-common .modal-view-module_modalViewFixed__8xoAL5es__platform-common::-webkit-scrollbar-thumb{background-color:var(--mslScrollbarThumbColor);border:var(--mslScrollbarBorder);-webkit-transition:background-color .15s ease;transition:background-color .15s ease;border-radius:var(--mslScrollbarBorderRadius)}.modal-view-module_modalView__d6YqZLkK__platform-common .modal-view-module_modalViewFixed__8xoAL5es__platform-common:hover{scrollbar-color:var(--mslScrollbarThumbColor) transparent}.modal-view-module_modalView__d6YqZLkK__platform-common .modal-view-module_modalViewFixed__8xoAL5es__platform-common:hover::-webkit-scrollbar-thumb{background-color:var(--mslScrollbarThumbColorHover)}.modal-view-module_modalView__d6YqZLkK__platform-common .modal-view-module_loading__WkIJdPIw__platform-common{overflow:hidden}.modal-view-module_modalView__d6YqZLkK__platform-common .modal-view-module_modalViewContainer__PBsGlsO3__platform-common{display:table;height:100%;vertical-align:middle;width:100%}.modal-view-module_modalView__d6YqZLkK__platform-common .modal-view-module_modalViewContainerCell__yrtFu8Z2__platform-common{display:table-cell;vertical-align:middle}.modal-view-module_modalView__d6YqZLkK__platform-common .modal-view-module_modalViewWrapper__uFGFqs43__platform-common{background:var(--modalBackground);border-radius:var(--baseBorderRadius);box-shadow:0 0 5px #0000004d;margin:0 auto;max-width:727px;position:relative;width:100%}.modal-view-module_modalView__d6YqZLkK__platform-common .modal-view-module_modalViewWrapper__uFGFqs43__platform-common.modal-view-module_small__dhqX6ogg__platform-common{max-width:320px}.modal-view-module_modalView__d6YqZLkK__platform-common .modal-view-module_modalViewWrapper__uFGFqs43__platform-common.modal-view-module_c_gray__jVgpZrQ9__platform-common{background:var(--bodyBackgroundColor)}.modal-view-module_modalView__d6YqZLkK__platform-common .modal-view-module_modalViewWrapper__uFGFqs43__platform-common.modal-view-module_width_500__S2-dLSTK__platform-common{max-width:500px}.modal-view-module_modalView__d6YqZLkK__platform-common .modal-view-module_modalViewWrapper__uFGFqs43__platform-common.modal-view-module_width_400__eCWoC9ft__platform-common{max-width:400px}.modal-view-module_modalView__d6YqZLkK__platform-common .modal-view-module_modalViewWrapper__uFGFqs43__platform-common.modal-view-module_width_300__-nTNOve5__platform-common{max-width:300px}.modal-view-module_modalView__d6YqZLkK__platform-common .modal-view-module_modalViewWrapperOneStep__s8rS2e6L__platform-common{max-width:390px}.modal-view-module_modalView__d6YqZLkK__platform-common .modal-view-module_modalViewClose__899zYcvd__platform-common{color:var(--modalText);cursor:pointer;font-size:18px;position:absolute;right:-20px;top:-20px;transition:transform .15s ease,opacity .15s ease}.modal-view-module_modalView__d6YqZLkK__platform-common .modal-view-module_modalViewClose__899zYcvd__platform-common:hover{transform:scale(.8)}.modal-view-module_modalView__d6YqZLkK__platform-common.modal-view-module_local__PIMSIVRB__platform-common{bottom:0;height:auto;left:0;position:absolute;right:0;top:0}.modal-view-module_modalView__d6YqZLkK__platform-common.modal-view-module_local__PIMSIVRB__platform-common .modal-view-module_modalViewFixed__8xoAL5es__platform-common{min-height:auto}.modal-view-module_modalView__d6YqZLkK__platform-common.modal-view-module_local__PIMSIVRB__platform-common .modal-view-module_modalViewContainerCell__yrtFu8Z2__platform-common{padding-top:30px;vertical-align:top}.coupon-no-bid-module_couponBids__jnyAzF6g__platform-common{display:flex;flex-direction:column;justify-content:center;padding:20px 40px 18px}.coupon-no-bid-module_couponBidsDark__uIZRFPP9__platform-common{background:var(--couponContentBacground);border-radius:16px}.coupon-no-bid-module_couponBidsImage__ApK8Ntvx__platform-common{align-items:center;align-self:center;background-color:var(--couponBidsImageBg);border-radius:14px;display:flex;height:100px;justify-content:center;width:132px}.coupon-no-bid-module_couponBidsImage__ApK8Ntvx__platform-common img{display:block;margin:0 auto}.coupon-no-bid-module_couponBidsNoData__1nM7T81F__platform-common{display:flex;flex-direction:column;justify-content:center;line-height:24px;margin:12px 0 32px;text-align:center}.coupon-no-bid-module_couponBidsNoData__1nM7T81F__platform-common strong{display:block;font-size:16px;font-weight:700;text-align:center;color:var(--couponBidsNoDataTextColor)}.coupon-no-bid-module_couponBidsNoData__1nM7T81F__platform-common span{color:var(--eventHalfInformation);display:block;font-size:14px;margin-top:12px;margin-bottom:12px;text-align:center;line-height:20px}.coupon-no-bid-module_couponBidsNoDataSubtext__PeWqYi9a__platform-common{opacity:var(--couponBidsNoDataSubtextOpacity)}.coupon-no-bid-module_couponNoBidsButton__P5RTE-Og__platform-common{background:var(--betslipMain)}.coupon-no-bid-module_couponNoBidsButton__P5RTE-Og__platform-common:hover{background:var(--betslipMainHover)}input.coupon-no-bid-module_codeInput__juEJdnTF__platform-common{border-radius:var(--betslipMainShareInputBorderRadius);border:var(--betslipMainShareInputBorder);box-shadow:var(--betslipMainShareInputShadow);background:var(--betslipMainShareInputBg)}input.coupon-no-bid-module_codeInput__juEJdnTF__platform-common::-moz-placeholder{color:var(--betslipMainShareInputPlaceholder)}input.coupon-no-bid-module_codeInput__juEJdnTF__platform-common::placeholder{color:var(--betslipMainShareInputPlaceholder)}input.coupon-no-bid-module_codeInput__juEJdnTF__platform-common:active,input.coupon-no-bid-module_codeInput__juEJdnTF__platform-common:focus{border:var(--betslipMainShareInputActiveBorder)}.event-league-title-module_eventLeagueTitle__YlzIiMFZ__platform-common{align-items:center;display:flex}.event-league-title-module_eventLeagueTitle__YlzIiMFZ__platform-common .event-league-title-module_eventLeagueSport__TGubp4EM__platform-common{display:block;margin-right:6px;width:16px}.event-league-title-module_eventLeagueTitle__YlzIiMFZ__platform-common .event-league-title-module_eventLiveStatus__195ueGOF__platform-common{background:var(--betslipError);border-radius:3px;color:var(--betslipGray);font-size:11px;font-weight:700;margin-right:5px;padding:2px 4px;text-transform:uppercase}.event-league-title-module_eventLeagueTitle__YlzIiMFZ__platform-common span{position:relative;top:1px}.snackbar-module_Wrapper__5KzaVItF__platform-common{align-items:center;background:#000;border-radius:var(--snackbarBorderRadius);box-sizing:border-box;color:var(--snackbarColor);display:flex;min-height:var(--snackbarMinHeight);padding:var(--snackbarVerticalPadding) var(--snackbarHorizontalPadding);width:100%}.snackbar-module_Icon__oXBAGZ5G__platform-common{align-items:center;display:flex;flex:0 0 var(--snackbarIconWidth);justify-content:center;margin-right:var(--snackbarIconMargin)}.snackbar-module_countDownNumber__oLveD98P__platform-common{margin-left:8px;margin-right:12px}.snackbar-module_translateNumber__c78tIYmo__platform-common{translate:1px 0}.snackbar-module_Text__KmK6DrKF__platform-common{flex:1 0 auto;text-transform:capitalize}.snackbar-module_Danger__Hz9MD98V__platform-common{background:var(--snackbarDangerBg)}.snackbar-module_Warning__ZQDQf6NZ__platform-common{background:var(--snackbarWarningBg)}.snackbar-module_Success__03uIX6h9__platform-common,.snackbar-module_Pending__B0eEGY76__platform-common{background:var(--snackbarSuccessBg)}.snackbar-module_EnterActive__p8T4ic-f__platform-common{opacity:0;transform:translateY(100px)}.snackbar-module_EnterDone__Dq-8L1f1__platform-common{opacity:1;transform:translateY(0);transition:opacity .3s,transform .3s}@media (max-width: 1100px){.snackbar-module_EnterDone__Dq-8L1f1__platform-common{width:100%}}.snackbar-module_ExitActive__TKIiJaGP__platform-common{opacity:0;transition:opacity .3s;width:100%}.snackbar-module_ExitDone__rPNvBcy0__platform-common{opacity:1}.snackbar-module_arrowCircleIcon__oivsjgTO__platform-common{position:absolute;font-size:24px;translate:-1px -1px}.snackbar-module_elementsInRow__sqhgLGba__platform-common{display:flex;justify-content:space-between;align-items:center;width:100%}.snackbar-module_elementsInColumn__Tsrr69MQ__platform-common{display:block}.banner-user-not-logged-module_banner__k6FzYhig__platform-common{display:flex;position:relative;width:100%;min-height:var(--minimalSlider);border-radius:var(--newMainBannerBorderRadius, 8px)}.banner-user-not-logged-module_banner__k6FzYhig__platform-common.banner-user-not-logged-module_mobile__AfZT9UhY__platform-common{min-height:auto;height:auto;border-radius:0}.banner-user-not-logged-module_banner__k6FzYhig__platform-common.banner-user-not-logged-module_mobile__AfZT9UhY__platform-common .banner-user-not-logged-module_banneLeft__JImxAFr8__platform-common{padding:16px;border-radius:0;background-position-x:center}.banner-user-not-logged-module_banneLeft__JImxAFr8__platform-common{flex-grow:1;padding:32px;background-repeat:no-repeat;background-size:cover;background-position-x:right;border-radius:var(--newMainBannerBorderRadius, 8px) 0 0 var(--newMainBannerBorderRadius, 8px)}@media screen and (max-width: 1700px){.banner-user-not-logged-module_banneLeft__JImxAFr8__platform-common{padding:16px;background-position:80% 25%}}.banner-user-not-logged-module_title__-63teXW6__platform-common{font-weight:var(--titleFontWeight, 900);font-size:32px;line-height:40px;letter-spacing:.01em;color:var(--white);margin-bottom:16px}@media screen and (max-width: 1700px){.banner-user-not-logged-module_title__-63teXW6__platform-common{font-size:24px;font-weight:700;line-height:26px}}.banner-user-not-logged-module_textMobile__4sfYODB9__platform-common{display:flex;align-items:center;flex-direction:column;color:var(--white);margin-bottom:16px}.banner-user-not-logged-module_titleMobile__B2So9pu-__platform-common,.banner-user-not-logged-module_subDescriptionMobile__rQhMHZM-__platform-common{font-weight:700;font-size:14px}.banner-user-not-logged-module_descriptionMobile__nZCYGm7-__platform-common{font-weight:700;font-size:36px;line-height:48px}.banner-user-not-logged-module_paymentMethods__ClY2RgcJ__platform-common{max-width:80%;margin-top:24px}@media screen and (max-width: 1700px){.banner-user-not-logged-module_paymentMethods__ClY2RgcJ__platform-common{margin-top:10px;max-width:100%}}.banner-user-not-logged-module_banneRight__JNsGwIj8__platform-common{width:250px;min-width:250px}@media screen and (max-width: 1700px){.banner-user-not-logged-module_banneRight__JNsGwIj8__platform-common{width:200px;min-width:200px}}html.is-mobile-device .ui-select__list-item--active{background:var(--dropDownTextHoverBg)}html.is-mobile-device .ui-select__list-item--active .ui-select__bonus-title,html.is-mobile-device .ui-select__list-item--active .ui-select__bonus-label{color:var(--bonusSelectorColor)}.banner-start-playing-module_startPlay__0XFKHdlv__platform-common{display:flex;align-items:center;flex-wrap:wrap;margin:8px -4px;width:-moz-fit-content;width:fit-content;background-color:var(--newMainBannerActionsWrapperBg);border-radius:40px;padding:14px}@media screen and (max-width: 1700px){.banner-start-playing-module_startPlay__0XFKHdlv__platform-common{margin:4px -4px;width:100%}}.banner-start-playing-module_startPlay__0XFKHdlv__platform-common.banner-start-playing-module_mobile__9xge2xez__platform-common{padding:16px;margin:0;background:var(--bonusSelectorColor, var(--white));border-radius:8px}.banner-start-playing-module_startPlay__0XFKHdlv__platform-common.banner-start-playing-module_mobile__9xge2xez__platform-common .banner-start-playing-module_selectorCountryWrapper__R27f8quQ__platform-common,.banner-start-playing-module_startPlay__0XFKHdlv__platform-common.banner-start-playing-module_mobile__9xge2xez__platform-common .banner-start-playing-module_selectorCurrencyWrapper__OxakMGnO__platform-common{width:50%}.banner-start-playing-module_startPlay__0XFKHdlv__platform-common.banner-start-playing-module_mobile__9xge2xez__platform-common .banner-start-playing-module_selectorBonusWrapper__swaD-tnK__platform-common,.banner-start-playing-module_startPlay__0XFKHdlv__platform-common.banner-start-playing-module_mobile__9xge2xez__platform-common .banner-start-playing-module_buttonWrapper__JACirZ3R__platform-common,.banner-start-playing-module_startPlay__0XFKHdlv__platform-common.banner-start-playing-module_mobile__9xge2xez__platform-common .banner-start-playing-module_buttonWrapper__JACirZ3R__platform-common .app-button{width:100%}.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorBonus__38dOko9j__platform-common .ui-select__outer{background-color:var(--bonusSelectorBackground, var(--white));border-color:var(--bonusSelectorBackground, var(--white))!important}.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorBonus__38dOko9j__platform-common .ui-select__outer .ui-select__bonus-label,.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorBonus__38dOko9j__platform-common .ui-select__outer .ui-select__bonus-title{color:var(--bonusSelectorColor, var(--mainColor))!important}.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorBonus__38dOko9j__platform-common .ui-select__list-item--active{background-color:var(--bonusSelectorBackground, var(--white))}.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorBonus__38dOko9j__platform-common .ui-select__outer-arrow{color:var(--bonusSelectorArrow, var(--menuSectionBorder))}.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorBonusWrapper__swaD-tnK__platform-common{width:238px}.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorCountryWrapper__R27f8quQ__platform-common,.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorCurrencyWrapper__OxakMGnO__platform-common{width:158px}.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_wrapper__Up0x2zSB__platform-common{padding:4px}@media screen and (max-width: 1700px){.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_wrapper__Up0x2zSB__platform-common{width:50%}}.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_wrapper__Up0x2zSB__platform-common:has(.banner-start-playing-module_selectorBonus__38dOko9j__platform-common:empty){display:none}.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_wrapper__Up0x2zSB__platform-common .ui-select__search input{padding-right:30px}.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorBonus__38dOko9j__platform-common,.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorCountry__mBxMV9x8__platform-common,.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorCurrency__3GVJ1eM-__platform-common{width:100%}.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorCountry__mBxMV9x8__platform-common{position:relative}.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorCountry__mBxMV9x8__platform-common .ui-select--searchable.ui-select--open .ui-select__outer .ui-select__list-item-icon,.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorCountry__mBxMV9x8__platform-common .ui-select--searchable.ui-select--open .ui-select__outer .ui-select__list-item-text{display:none}.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorCountry__mBxMV9x8__platform-common .ui-select__outer{display:flex;align-items:center}.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorCountry__mBxMV9x8__platform-common .ui-select__list-item-icon{width:14px;min-width:14px;max-height:10px;margin-right:8px}.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorCountry__mBxMV9x8__platform-common .ui-select__list-item-icon .ui-select__flag{width:100%;height:100%}.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorCountry__mBxMV9x8__platform-common .ui-select__list-item-icon .ui-select__flag img{border-radius:2px;width:100%}.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorCountry__mBxMV9x8__platform-common .ui-select__list-item-text{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_selectorCountry__mBxMV9x8__platform-common .notice-box{min-width:100%;left:50%;top:calc(100% + 5px);transform:translate(-50%)}@media screen and (max-width: 1510px){.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_button__LrW73n5l__platform-common .app-button{font-size:12px}}@media screen and (max-width: 1700px){.banner-start-playing-module_startPlay__0XFKHdlv__platform-common .banner-start-playing-module_button__LrW73n5l__platform-common .app-button{width:100%}}.ui-select__bonus{display:flex;align-items:center;position:relative;height:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-select__bonus-text{display:flex;flex-direction:column;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ui-select__bonus-icon{display:flex;align-items:center;font-size:24px;margin-right:12px}.ui-select__bonus-label{font-weight:400;font-size:12px;line-height:18px;color:var(--dropDownTextColor)!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ui-select__bonus-title{font-weight:700;font-size:14px;line-height:18px;color:var(--mainColor)!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html.is-mobile-device .ui-select__bonus{padding:4px 0}html.is-mobile-device .banner-start-playing-module_selectorBonus__38dOko9j__platform-common .ui-select__outer{background:var(--dropDownTextHoverBg)}html:not(.is-mobile-device) .ui-select__list-item--active .ui-select__bonus-label{color:var(--bonusSelectorColor, var(--dropDownTextColor))!important}html:not(.is-mobile-device) .ui-select__list-item--active .ui-select__bonus-title{color:var(--bonusSelectorColor, var(--mainColor))!important}.banner-text-slider-module_slider__XtptSe8n__platform-common{width:100%;height:100%;position:relative;border-radius:0 var(--newMainBannerBorderRadius, 8px) var(--newMainBannerBorderRadius, 8px) 0;background-size:cover;background-repeat:no-repeat}.banner-text-slider-module_itemWrapper__B-crnz3t__platform-common{width:100%;height:100%;opacity:0;position:absolute;top:0;transition:opacity 1s,visibility 1s;visibility:hidden}.banner-text-slider-module_itemWrapper__B-crnz3t__platform-common.banner-text-slider-module_active__AXJxJWhD__platform-common{visibility:visible;opacity:1}.banner-text-slider-module_item__p8THdZnu__platform-common{width:100%;height:100%;padding:16px 16px 40px;color:var(--white);text-align:center}.banner-text-slider-module_title__6D21W2sS__platform-common,.banner-text-slider-module_description__kmvX-R0O__platform-common,.banner-text-slider-module_percent__621QEkrQ__platform-common,.banner-text-slider-module_bonus__-x5QjcuN__platform-common,.banner-text-slider-module_upTo__m78dhigS__platform-common{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.banner-text-slider-module_title__6D21W2sS__platform-common,.banner-text-slider-module_description__kmvX-R0O__platform-common{font-weight:700;font-size:14px}.banner-text-slider-module_title__6D21W2sS__platform-common{margin-bottom:12px;text-transform:uppercase}.banner-text-slider-module_description__kmvX-R0O__platform-common{margin-top:12px;text-transform:uppercase}.banner-text-slider-module_percent__621QEkrQ__platform-common,.banner-text-slider-module_bonus__-x5QjcuN__platform-common{font-weight:900;font-size:48px;line-height:2.5rem}.banner-text-slider-module_upTo__m78dhigS__platform-common{font-weight:700;font-size:14px;margin:8px 0;text-transform:uppercase}.banner-text-slider-module_dots__jIQzsnzl__platform-common{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;justify-content:center;align-items:center;margin:0 -4px}.banner-text-slider-module_dotWrapper__uwT-bJmi__platform-common{padding:0 4px;display:flex}.banner-text-slider-module_dot__8naHAfi-__platform-common{width:8px;height:8px;border-radius:50%;border:1px solid var(--white);transition:background-color .15s ease}.banner-text-slider-module_dot__8naHAfi-__platform-common.banner-text-slider-module_active__AXJxJWhD__platform-common{background-color:var(--white);cursor:default;pointer-events:none}.banner-text-slider-module_dot__8naHAfi-__platform-common:hover{background-color:var(--white)}.render-on-viewport-container-module_fadeIn__jqFRnYBN__platform-common{animation:render-on-viewport-container-module_fadeIn__jqFRnYBN__platform-common .3s ease-in-out both;opacity:0}@keyframes render-on-viewport-container-module_fadeIn__jqFRnYBN__platform-common{0%{opacity:0}to{opacity:1}}.ticker-module_Inner__WjP-xPLM__platform-common{display:flex;overflow:hidden}.ticker-module_Active__uOaajXuV__platform-common .ticker-module_Item__akBLEIzT__platform-common{animation:ticker-module_ticker__4hUmd8Pi__platform-common 15s infinite linear}@keyframes ticker-module_ticker__4hUmd8Pi__platform-common{to{transform:translate(-100%)}}.ticker-module_WithEllipsis__wNbdWYfW__platform-common{margin-right:20px;position:relative}.ticker-module_WithEllipsis__wNbdWYfW__platform-common:after{content:"...";position:absolute;right:-14px;top:2px}.header-clock-module_headerClock__nN7vGkwk__platform-common{display:flex;align-items:center;font-size:11px;font-weight:500;cursor:default;color:var(--headerClockColorDesktop)}.header-clock-module_headerClock__nN7vGkwk__platform-common .header-clock-module_icon__59VD-Cs4__platform-common{font-size:14px}.header-clock-module_headerClock__nN7vGkwk__platform-common .header-clock-module_inner__FDOtB5pZ__platform-common{margin-left:5px}.header-clock-module_headerClock__nN7vGkwk__platform-common .header-clock-module_value__OGWnGXnK__platform-common .header-clock-module_marginRight__KbY6QPVk__platform-common{margin-right:5px}.header-clock-module_headerClock__nN7vGkwk__platform-common .header-clock-module_divider__Oe8QcnSa__platform-common{display:inline}.header-clock-module_headerClock__nN7vGkwk__platform-common .header-clock-module_divider__Oe8QcnSa__platform-common:before{content:"|";padding:0 3px}.header-clock-mobile-module_wrapper__lLHwYTco__platform-common{padding:0 10px;overflow:auto;margin:0 auto;width:100%;background:var(--headerClockBg);color:var(--headerClockColor)}.header-clock-mobile-module_headerClock__vix7ql5k__platform-common{display:inline-flex;align-items:center;justify-content:space-between;font-size:10px;font-weight:500;height:28px;width:100%}.header-clock-mobile-module_headerClock__vix7ql5k__platform-common .header-clock-mobile-module_icon__bmhFbWxc__platform-common{font-size:11px;margin-right:5px}.header-clock-mobile-module_headerClock__vix7ql5k__platform-common .header-clock-mobile-module_inner__4ZlT--jv__platform-common{position:relative;top:1px;margin-left:5px;display:flex;align-items:center;white-space:nowrap}@media screen and (max-width: 600px){.header-clock-mobile-module_headerClock__vix7ql5k__platform-common .header-clock-mobile-module_inner__4ZlT--jv__platform-common{margin-left:0}}@media screen and (max-width: 600px){.header-clock-mobile-module_headerClock__vix7ql5k__platform-common .header-clock-mobile-module_inner__4ZlT--jv__platform-common+.header-clock-mobile-module_inner__4ZlT--jv__platform-common{margin-top:1px}}.header-clock-mobile-module_headerClock__vix7ql5k__platform-common .header-clock-mobile-module_value__VMekf4zt__platform-common{display:flex;color:var(--white)}.header-clock-mobile-module_headerClock__vix7ql5k__platform-common .header-clock-mobile-module_value__VMekf4zt__platform-common .header-clock-mobile-module_marginRight__-qqKWSDS__platform-common{color:var(--headerClockColor);padding-right:5px}.header-clock-mobile-module_headerClock__vix7ql5k__platform-common .header-clock-mobile-module_divider__nkqJnKgf__platform-common:before{content:"|";padding:0 5px;color:var(--headerClockColor)}@media screen and (max-width: 600px){.header-clock-mobile-module_mobilesThoLines__4F3CI8No__platform-common{align-items:flex-start;flex-direction:column;justify-content:center}}.dot-loader-module_wrapper__8ErONNlQ__platform-common{width:35px;height:8px;position:relative}.dot-loader-module_dots__WI-wJI3D__platform-common{display:flex}.dot-loader-module_dots__WI-wJI3D__platform-common.dot-loader-module_two__KJ08RLWl__platform-common{animation-duration:2s;animation-delay:1s;animation-name:dot-loader-module_rotateDots__533PxUdJ__platform-common;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.dot-loader-module_dots__WI-wJI3D__platform-common.dot-loader-module_three__Izz6lk0j__platform-common{position:absolute;top:0;right:0;animation-duration:2s;animation-name:dot-loader-module_rotateDots__533PxUdJ__platform-common;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.dot-loader-module_dot__0PEScfs9__platform-common{margin:0 2px;height:8px;width:8px;border-radius:50%;background:#1a2b33}@keyframes dot-loader-module_rotateDots__533PxUdJ__platform-common{0%,50%{transform:rotate(0)}to{transform:rotate(180deg)}}.modern-checkbox-module_checkbox__dM1hSGXn__platform-common{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.modern-checkbox-module_checkbox__dM1hSGXn__platform-common .modern-checkbox-module_fakeInput__X4jxNm4a__platform-common{align-items:center;display:flex;justify-content:center;position:relative}.modern-checkbox-module_checkbox__dM1hSGXn__platform-common .modern-checkbox-module_input__aFqUyt0j__platform-common{display:none}.modern-checkbox-module_checkbox__dM1hSGXn__platform-common.modern-checkbox-module_default__oYWzaM1k__platform-common{position:relative}.modern-checkbox-module_checkbox__dM1hSGXn__platform-common.modern-checkbox-module_default__oYWzaM1k__platform-common.modern-checkbox-module_small__UJOO9kDW__platform-common .modern-checkbox-module_fakeInput__X4jxNm4a__platform-common{height:16px;width:16px;border:var(--mslCheckboxBorder);border-radius:var(--mslCheckboxBorderRadius)}.modern-checkbox-module_checkbox__dM1hSGXn__platform-common.modern-checkbox-module_default__oYWzaM1k__platform-common.modern-checkbox-module_small__UJOO9kDW__platform-common .modern-checkbox-module_fakeInput__X4jxNm4a__platform-common:after{box-sizing:border-box;content:"";display:block;position:absolute;top:1px;left:4px;border-color:transparent var(--white) var(--white) transparent;border-style:solid;border-width:0 2px 2px 0;opacity:0;width:6px;height:9px;transform:rotate(38deg);transition:opacity .1s ease-in;border-radius:1px}.modern-checkbox-module_checkbox__dM1hSGXn__platform-common.modern-checkbox-module_default__oYWzaM1k__platform-common.modern-checkbox-module_small__UJOO9kDW__platform-common .modern-checkbox-module_input__aFqUyt0j__platform-common.modern-checkbox-module_checked__xLWix6XT__platform-common+.modern-checkbox-module_fakeInput__X4jxNm4a__platform-common{background-color:var(--mslActiveCheckboxBG);border-color:var(--mslActiveCheckboxBG)}.modern-checkbox-module_checkbox__dM1hSGXn__platform-common.modern-checkbox-module_default__oYWzaM1k__platform-common.modern-checkbox-module_small__UJOO9kDW__platform-common .modern-checkbox-module_input__aFqUyt0j__platform-common.modern-checkbox-module_checked__xLWix6XT__platform-common+.modern-checkbox-module_fakeInput__X4jxNm4a__platform-common:after{opacity:1}.aviator-casino-module_aviator_container__6YCwlwAA__platform-common{align-items:center;display:flex;justify-content:center;position:relative}.aviator-casino-module_aviator_container__6YCwlwAA__platform-common .aviator-casino-module_aviator__7aE1Wzdq__platform-common{font-size:33px;position:relative;top:5px}.aviator-casino-module_aviator_container__6YCwlwAA__platform-common .aviator-casino-module_propeller__IHeSBG8e__platform-common{font-size:26px;position:relative;right:11px;top:-1px;transform:rotate(-20deg)}.aviator-casino-module_aviator_container__6YCwlwAA__platform-common .aviator-casino-module_aviatorTitle__egc7NhsD__platform-common{font-size:58px;position:relative;top:5px}.aviator-casino-module_aviatorAnimation__MF6iMSRR__platform-common .aviator-casino-module_aviator_container__6YCwlwAA__platform-common{animation:aviator-casino-module_aviatorLevitation__J3sJBAFv__platform-common 4s}.aviator-casino-module_aviatorAnimation__MF6iMSRR__platform-common .aviator-casino-module_propeller__IHeSBG8e__platform-common{animation:aviator-casino-module_aviatorProppeler__-krG0UWK__platform-common 4s}@keyframes aviator-casino-module_aviatorLevitation__J3sJBAFv__platform-common{0%{top:0}15%{top:-7px}35%{transform:rotate(35deg)}60%{top:7px}to{top:0}}@keyframes aviator-casino-module_aviatorProppeler__-krG0UWK__platform-common{0%{transform:rotate(160deg)}to{transform:rotate(4120deg)}}.promotions-blocked-module_promotionsBlockedPage__92XZ9qSt__platform-common{display:flex;justify-content:space-between;align-items:center;gap:20px;color:var(--white);background:linear-gradient(167.32deg,#4a0085 16.93%,#1d014d 87.49%),#fff;padding:0 1.5em 0 11.5em;overflow:hidden}.promotions-blocked-module_firstSection__4OFNAFQ3__platform-common{display:flex;flex-direction:column;justify-content:center;gap:1.5em;min-width:24em}.promotions-blocked-module_largeText__cm5KLgcd__platform-common{font-size:4em;font-weight:900;line-height:56px}.promotions-blocked-module_smallText__8c-SRfzI__platform-common{font-size:1.5em;font-weight:700;width:75%}.promotions-blocked-module_loginRow__RTTarQYL__platform-common{display:flex;justify-content:start;gap:8px}.promotions-blocked-module_loginRow__RTTarQYL__platform-common .app-button{width:156px}.promotions-blocked-module_secondSection__KOgggfbx__platform-common{overflow:visible;background-size:100%;background-repeat:no-repeat;background-position:center}.promotions-blocked-module_promotionsBlockedImg__NZBnkpWA__platform-common{width:100%;aspect-ratio:auto;margin:8em 0 5em}.promotions-blocked-module_mobileSection__xP-9laJ3__platform-common{display:none}@media only screen and (max-width: 900px){.promotions-blocked-module_promotionsBlockedPage__92XZ9qSt__platform-common{flex-direction:column;padding:0;gap:0}.promotions-blocked-module_firstSection__4OFNAFQ3__platform-common{text-align:center;gap:.5em}.promotions-blocked-module_loginRow__RTTarQYL__platform-common{display:flex;justify-content:center;gap:8px;margin:.75em 0 2.5em}.promotions-blocked-module_loginRow__RTTarQYL__platform-common .app-button{width:9.5em}.promotions-blocked-module_largeText__cm5KLgcd__platform-common{font-weight:700;font-size:1.5em;line-height:32px;letter-spacing:.01em;margin-top:8px}.promotions-blocked-module_smallText__8c-SRfzI__platform-common{font-weight:400;font-size:.875em;line-height:20px;width:100%}.promotions-blocked-module_secondSection__KOgggfbx__platform-common{display:none}.promotions-blocked-module_promotionsBlockedImg__NZBnkpWA__platform-common{margin:3em 0 4em}.promotions-blocked-module_mobileSection__xP-9laJ3__platform-common{display:block;padding:0 3.3em;background-repeat:no-repeat;background-position:90% 105%;background-size:75%}}.promotions-sections-module_mobileWrapper__kLeElKZw__platform-common{display:flex;flex-wrap:nowrap;overflow-y:auto;scrollbar-color:transparent transparent;scrollbar-width:thin}.promotions-sections-module_wrapper__bxu6INL6__platform-common{background-color:var(--promotionsSectionsBg, #ffffff);box-shadow:var(--promotionsSectionsBoxShadow);border-radius:var(--promotionsSectionsRadius, 8px);padding:20px}.promotions-sections-module_wrapper__bxu6INL6__platform-common.promotions-sections-module_mobile__GffU3JLu__platform-common{background-color:transparent;box-shadow:none;border-radius:0;padding:0;margin-bottom:24px}.promotions-sections-module_wrapper__bxu6INL6__platform-common.promotions-sections-module_mobile__GffU3JLu__platform-common .promotions-sections-module_header__6MD1A4EX__platform-common{height:40px;padding:10px 12px;border-radius:8px;background-color:var(--promotionsSectionsHeaderBgMobile, #F0F3F8)}.promotions-sections-module_wrapper__bxu6INL6__platform-common.promotions-sections-module_mobile__GffU3JLu__platform-common .promotions-sections-module_title__nX1VCj1E__platform-common{font-size:14px}.promotions-sections-module_wrapper__bxu6INL6__platform-common.promotions-sections-module_mobile__GffU3JLu__platform-common .promotions-sections-module_headerRight__m-Po4Pvk__platform-common{display:flex;align-items:center}.promotions-sections-module_wrapper__bxu6INL6__platform-common.promotions-sections-module_mobile__GffU3JLu__platform-common .promotions-sections-module_count__kxZ8XLCN__platform-common{font-size:14px;font-weight:400;color:var(--promotionsSectionsHeaderCount)}.promotions-sections-module_wrapper__bxu6INL6__platform-common.promotions-sections-module_mobile__GffU3JLu__platform-common .promotions-sections-module_arrow__MC9vLNIR__platform-common{margin-left:10px;font-size:16px;color:var(--promotionsSectionsHeaderArrow)}.promotions-sections-module_wrapper__bxu6INL6__platform-common.promotions-sections-module_mobile__GffU3JLu__platform-common .promotions-sections-module_itemsWrapper__61a05C4x__platform-common{margin-right:-16px}.promotions-sections-module_wrapper__bxu6INL6__platform-common.promotions-sections-module_mobile__GffU3JLu__platform-common .promotions-sections-module_items__EVUOA5sa__platform-common .react-horizontal-scrolling-menu--item:last-child .promotions-sections-module_itemWrapper__k1TSZfQt__platform-common{margin-right:16px}.promotions-sections-module_header__6MD1A4EX__platform-common{display:flex;justify-content:space-between;align-items:center;margin-bottom:48px}.promotions-sections-module_header__6MD1A4EX__platform-common.promotions-sections-module_mobile__GffU3JLu__platform-common .promotions-sections-module_title__nX1VCj1E__platform-common{font-size:20px;text-transform:uppercase}.promotions-sections-module_header__6MD1A4EX__platform-common.promotions-sections-module_mobile__GffU3JLu__platform-common .app-button{padding-left:12px;padding-right:12px;font-weight:700;min-height:32px}.promotions-sections-module_title__nX1VCj1E__platform-common{font-size:24px;font-weight:700;color:var(--promotionsSectionsTitle)}.promotions-sections-module_moreButton__D6YP50Y3__platform-common{font-size:14px;font-weight:700;text-transform:uppercase;color:var(--promotionsSectionsMoreButton);text-decoration:none;transition:color .3s}.promotions-sections-module_moreButton__D6YP50Y3__platform-common:hover{color:var(--promotionsSectionsMoreButtonHover);text-decoration:underline}.promotions-sections-module_itemsWrapper__61a05C4x__platform-common{overflow-x:hidden;margin-right:-20px;margin-left:-6px}.promotions-sections-module_items__EVUOA5sa__platform-common{max-width:100%}.promotions-sections-module_items__EVUOA5sa__platform-common .react-horizontal-scrolling-menu--item:last-child .promotions-sections-module_itemWrapper__k1TSZfQt__platform-common{margin-right:20px}.promotions-sections-module_items__EVUOA5sa__platform-common .horizontal-menu__arrow-wrapper{width:32px;height:32px;background-color:var(--promotionsSectionsNavigationButtonBg);opacity:1;font-size:16px;color:var(--promotionsSectionsNavigationButton);border-radius:4px;transition:background-color .3s,color .3s}.promotions-sections-module_items__EVUOA5sa__platform-common .horizontal-menu__arrow-wrapper--left{left:27px}.promotions-sections-module_items__EVUOA5sa__platform-common .horizontal-menu__arrow-wrapper--right{right:27px}.promotions-sections-module_items__EVUOA5sa__platform-common .horizontal-menu .react-horizontal-scrolling-menu--wrapper:hover .horizontal-menu__arrow-wrapper{background-color:var(--promotionsSectionsNavigationButtonBgHover);color:var(--promotionsSectionsNavigationButtonHover)}.promotions-sections-module_itemWrapper__k1TSZfQt__platform-common{display:inline-block;width:343px;flex:0 0 343px;height:200px;margin:0 6px;text-decoration:none}.promotions-sections-module_item__-wlXC0xP__platform-common{display:flex;flex-direction:column;justify-content:flex-end;height:100%;padding:60px 24px 22px;background-size:cover;border-radius:var(--promotionsSectionsBorderRadius, 8px);position:relative;cursor:pointer}.promotions-sections-module_itemContent__ryNk3Cug__platform-common{z-index:1}.promotions-sections-module_itemIcon__gT9IkLZ-__platform-common{display:flex;justify-content:center;position:absolute;top:0;left:24px;width:50px;height:50px;padding:6px 8px;font-size:24px;color:var(--promotionsSectionsIconTypeBonus);background-size:cover;background-repeat:no-repeat}.promotions-sections-module_itemText__Q6TJ6rYq__platform-common{padding-right:40px}.promotions-sections-module_itemTitle__3q7gRMva__platform-common{font-size:16px;font-weight:700;color:var(--promotionsSectionsItem, #ffffff);margin-bottom:4px}.promotions-sections-module_itemDescription__Qz7IVenA__platform-common{margin:10px 0}.promotions-sections-module_itemButton__t7U0WlBI__platform-common{margin-top:10px;min-height:40px;width:100%}.promotions-sections-module_itemImage__4NWnI0mn__platform-common{position:absolute;top:20px;right:0;max-height:120px;max-width:130px}.promotions-sections-module_asiaStylye__oTvR6lky__platform-common{margin:16px 0}.promotions-sections-module_asiaStylye__oTvR6lky__platform-common .promotions-sections-module_itemsWrapper__61a05C4x__platform-common{margin:0 -9px}.promotions-sections-module_asiaStylye__oTvR6lky__platform-common .promotions-sections-module_itemWrapper__k1TSZfQt__platform-common{margin:0 7px;width:379px}@media screen and (max-width: 1560px){.promotions-sections-module_asiaStylye__oTvR6lky__platform-common .promotions-sections-module_itemWrapper__k1TSZfQt__platform-common{width:435px}}@media screen and (max-width: 445px){.promotions-sections-module_asiaStylye__oTvR6lky__platform-common .promotions-sections-module_itemWrapper__k1TSZfQt__platform-common{width:340px}}.promotions-sections-module_asiaStylye__oTvR6lky__platform-common .promotions-sections-module_itemImage__4NWnI0mn__platform-common{position:absolute;top:0;right:0;min-height:100%;max-width:80%;border-bottom-right-radius:var(--promotionsSectionsRadius, 8px);border-top-right-radius:var(--promotionsSectionsRadius, 8px)}.promotions-sections-module_asiaStylye__oTvR6lky__platform-common .promotions-sections-module_items__EVUOA5sa__platform-common{max-width:100%}.promotions-sections-module_asiaStylye__oTvR6lky__platform-common .promotions-sections-module_items__EVUOA5sa__platform-common .react-horizontal-scrolling-menu--item:first-child .promotions-sections-module_itemWrapper__k1TSZfQt__platform-common{margin-left:10px}.promotions-sections-module_asiaStylye__oTvR6lky__platform-common .promotions-sections-module_items__EVUOA5sa__platform-common .react-horizontal-scrolling-menu--item:last-child .promotions-sections-module_itemWrapper__k1TSZfQt__platform-common{margin-right:10px}.promotions-sections-module_asiaStylye__oTvR6lky__platform-common .promotions-sections-module_item__-wlXC0xP__platform-common{transition:transform .3s ease}.promotions-sections-module_asiaStylye__oTvR6lky__platform-common .promotions-sections-module_itemTitle__3q7gRMva__platform-common{font-size:12px;font-weight:700;color:var(--promotionsSectionsItem, #ffffff);opacity:.5;margin-bottom:4px;text-transform:uppercase}@media screen and (max-width: 800px){.promotions-sections-module_header__6MD1A4EX__platform-common{margin-bottom:16px}.promotions-sections-module_asiaStylye__oTvR6lky__platform-common{margin:32px 15px}}.forecast-button-module_forecastCoefficientBlock__J6A9KnvS__platform-common{display:flex;position:relative;border-radius:20px;border:1px solid var(--forecastsBorder);align-items:center;justify-content:center;color:var(--betNameColor);font-size:14px;font-weight:700;text-transform:uppercase;cursor:pointer;transition:border-color .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:50px;height:30px}.forecast-button-module_forecastCoefficientBlock__J6A9KnvS__platform-common:hover{border-color:var(--forecastsBorderSelected)}.forecast-button-module_forecastCoefficientBlock__J6A9KnvS__platform-common:hover .forecast-button-module_modal-info__5FiWcXy8__platform-common{display:flex}.forecast-button-module_forecastCoefficientBlock__J6A9KnvS__platform-common:before{border-radius:20px;transition:border .3s linear,background .3s linear;transition-timing-function:step-end;transition-delay:.1s;top:0;left:0;right:0;bottom:0;content:"";display:block;position:absolute;background:transparent;border:2px solid transparent}.forecast-button-module_forecastCoefficientBlockActive__rApngQbV__platform-common{border-color:var(--forecastsBorderSelected);background-color:var(--forecastsBgSelected)}.forecast-button-module_blockDefault__Z16TkNIV__platform-common{cursor:pointer;overflow:hidden}.forecast-button-module_blockDefault__Z16TkNIV__platform-common.forecast-button-module_active__Dn7l4Lwk__platform-common:after{background-color:var(--factorSelectedBackgroundColor)}.forecast-button-module_blockDefault__Z16TkNIV__platform-common:after{transition:transform 1s ease-in-out,visibility 1s ease-out;transform:rotate(45deg) translate(0);height:160px;width:160px;background:var(--menuActiveColor);visibility:hidden;display:block;content:"";position:absolute}.forecast-button-module_blockDefault__Z16TkNIV__platform-common:hover:not(.forecast-button-module_active__Dn7l4Lwk__platform-common){background:var(--forecastButtonHoverBg)}.forecast-button-module_blockDefault__Z16TkNIV__platform-common.forecast-button-module_active__Dn7l4Lwk__platform-common,.forecast-button-module_blockDefault__Z16TkNIV__platform-common:active,.forecast-button-module_blockDefault__Z16TkNIV__platform-common:focus{border-color:var(--buttonMain)}.forecast-button-module_blockDefault__Z16TkNIV__platform-common.forecast-button-module_active__Dn7l4Lwk__platform-common{box-shadow:inset 0 0 1px var(--buttonMain);background-color:var(--factorSelectedBackgroundColor)}.forecast-button-module_blockDefault__Z16TkNIV__platform-common i{transition:opacity .3s ease;transition-delay:.15s}.forecast-button-module_blockDefault__Z16TkNIV__platform-common i:nth-child(1){border-top:10px solid transparent;border-bottom:10px solid var(--factorDownBorderColor);border-left:10px solid transparent;bottom:2px;right:2px;position:absolute;opacity:0}.forecast-button-module_blockDefault__Z16TkNIV__platform-common i:nth-child(2){border-top:10px solid var(--buttonMain);border-bottom:10px solid transparent;border-left:10px solid transparent;top:2px;right:2px;opacity:0;position:absolute}@media screen and (max-width: 1000px){.forecast-button-module_forecast-coefficient-block--third__-apgda1p__platform-common{width:60px;height:30px;font-size:12px}}.forecast-button-module_blockContent__7Ny6GlmE__platform-common{position:relative;display:flex;justify-content:center;align-items:center;z-index:10}.forecast-button-module_blockUp__HhcCMbi4__platform-common:after{transform:rotate(45deg) translateY(-205px);visibility:visible}.forecast-button-module_blockUp__HhcCMbi4__platform-common:before{transition-timing-function:step-start;background-color:var(--factorUpBackground);border-color:var(--buttonMain)}.forecast-button-module_blockUp__HhcCMbi4__platform-common i:nth-child(2){opacity:1}.forecast-button-module_blockDown__o7lop6cX__platform-common:after{transform:rotate(45deg) translate(205px);visibility:visible}.forecast-button-module_blockDown__o7lop6cX__platform-common:before{transition-timing-function:step-start;background-color:var(--eventDown);border-color:var(--factorDownBorderColor)}.forecast-button-module_blockDown__o7lop6cX__platform-common i:nth-child(1){opacity:1}.forecast-button-module_blockPartial__SjQvxK4y__platform-common:after{display:none}.forecast-button-module_blockPartial__SjQvxK4y__platform-common:before{display:none}.forecast-button-module_blockDisabled__IsdYVy2P__platform-common{overflow:visible;cursor:default;border-color:var(--eventCoefficientBorderDisabled)}.forecast-button-module_blockDisabled__IsdYVy2P__platform-common:before,.forecast-button-module_blockDisabled__IsdYVy2P__platform-common:after,.forecast-button-module_blockDisabled__IsdYVy2P__platform-common i{display:none}.forecast-button-module_blockDecimal__uLvSHYE9__platform-common .forecast-button-module_coefficientText__9nYSd5tZ__platform-common,.forecast-button-module_blockDecimal__uLvSHYE9__platform-common .forecast-button-module_coefficientTextType__-LOZYDhk__platform-common{font-size:14px}.forecast-button-module_forecastCoefficientBlockText__e2MeJpQc__platform-common{font-size:12px;font-weight:700;line-height:1;position:relative;top:1px;color:var(--eventNumber)}.forecast-button-module_forecastCoefficientBlockTextType__VmUXogbV__platform-common{font-size:12px;font-weight:400;line-height:1;position:relative;top:1px;color:#3d404a99}.forecast-button-module_forecastCoefficientBlockTextInfo__QbAeYxNb__platform-common{font-size:10px;font-weight:500;color:var(--inputColor);margin-bottom:3px}.forecast-button-module_forecastCoefficientBlockIcon__HhQ6pwyI__platform-common{display:block;position:relative;top:1px;color:var(--menuSectionBorder)}.forecast-button-module_forecastCoefficientBlockIcon__HhQ6pwyI__platform-common .forecast-button-module_svg-icon__EiJfhLaB__platform-common{font-size:18px}.forecast-button-module_forecastCoefficientBlockIcon__HhQ6pwyI__platform-common img{display:block}.limits-suggestion-popup-module_wrapper__nfgN56yX__platform-common{max-width:544px;padding:24px;background:var(--white);border-radius:3px}.limits-suggestion-popup-module_logo__htMxQZ2N__platform-common{width:100%;height:auto}.limits-suggestion-popup-module_textWrapper__KA--LNby__platform-common{text-align:center;padding:16px 12px}.limits-suggestion-popup-module_textWrapper__KA--LNby__platform-common .limits-suggestion-popup-module_playText__CV3CijNb__platform-common{font-weight:700;font-size:20px}.limits-suggestion-popup-module_textWrapper__KA--LNby__platform-common .limits-suggestion-popup-module_rememberText__rXZd7wjA__platform-common{padding-top:24px}.limits-suggestion-popup-module_buttons__qA0Vro3t__platform-common{display:flex}.limits-suggestion-popup-module_buttons__qA0Vro3t__platform-common .limits-suggestion-popup-module_notYet__WEat-5xu__platform-common{margin-right:5px;border-color:var(--selfDeleteCancelButtonBorder);color:var(--selfDeleteMainButton)}.limits-suggestion-popup-module_buttons__qA0Vro3t__platform-common .limits-suggestion-popup-module_notYet__WEat-5xu__platform-common:hover{background:var(--limitsTextareaBg);color:var(--selfDeleteMainButton)}.limits-suggestion-popup-module_buttons__qA0Vro3t__platform-common .limits-suggestion-popup-module_setLimits__16oMUCtI__platform-common{margin-left:5px}@media screen and (max-width: 600px){.limits-suggestion-popup-module_wrapper__nfgN56yX__platform-common{padding:16px;margin:36px}}.wheel-of-fortune-button-module_button__sZ5eZhmo__platform-common{display:flex;align-items:center;position:relative;height:var(--wofButtonHeigh, 52px);min-height:var(--wofButtonHeigh, 52px);padding:var(--wofButtonPadding, 16px 33px 16px 60px);font-size:14px;font-weight:700;background:var(--wofButtonBg);color:var(--wofButton);text-align:left;text-transform:var(--wofButtonTextTransform, none);border-radius:var(--wofButtonBorderRadius);background-size:200% 200%;background-position:0 100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;z-index:3}.wheel-of-fortune-button-module_button__sZ5eZhmo__platform-common.wheel-of-fortune-button-module_mobile__lXoL8qlu__platform-common{padding-left:var(--wofButtonPaddingLeftMobile, 80px)}.wheel-of-fortune-button-module_button__sZ5eZhmo__platform-common.wheel-of-fortune-button-module_mobile__lXoL8qlu__platform-common .wheel-of-fortune-button-module_imageWrapper__O72yJjrI__platform-common{left:var(--wofButtonImagePositionLeftMobile, -3px);top:var(--wofButtonImagePositionTopMobile, 13px)}.wheel-of-fortune-button-module_button__sZ5eZhmo__platform-common.wheel-of-fortune-button-module_mobile__lXoL8qlu__platform-common .wheel-of-fortune-button-module_imageFrame__Rp-tQPcE__platform-common{left:var(--wofButtonImageFramePositionLeftMobile, -5px);top:var(--wofButtonImageFramePositionTopMobile, 5px)}.wheel-of-fortune-button-module_button__sZ5eZhmo__platform-common.wheel-of-fortune-button-module_isWheelRight__G5psO0ZP__platform-common{height:50px;min-height:50px;padding:13px 75px 13px 24px;background:var(--wofButtonWheelRightBg)}.wheel-of-fortune-button-module_button__sZ5eZhmo__platform-common.wheel-of-fortune-button-module_isWheelRight__G5psO0ZP__platform-common .wheel-of-fortune-button-module_imageWrapper__O72yJjrI__platform-common{left:auto;right:16px;top:17px;width:50px;height:50px}.wheel-of-fortune-button-module_button__sZ5eZhmo__platform-common.wheel-of-fortune-button-module_isWheelRight__G5psO0ZP__platform-common .wheel-of-fortune-button-module_imageFrame__Rp-tQPcE__platform-common{left:auto;right:13px;top:13px;width:57px;height:57px}.wheel-of-fortune-button-module_button__sZ5eZhmo__platform-common button{width:100%}.wheel-of-fortune-button-module_button__sZ5eZhmo__platform-common:hover{animation:wheel-of-fortune-button-module_bg-animation__u4f5-e6n__platform-common 5s linear infinite alternate}.wheel-of-fortune-button-module_button__sZ5eZhmo__platform-common:hover .wheel-of-fortune-button-module_imageWrapper__O72yJjrI__platform-common{animation-play-state:paused}.wheel-of-fortune-button-module_button__sZ5eZhmo__platform-common:hover .wheel-of-fortune-button-module_image__ify8cGNM__platform-common{animation-play-state:running}.wheel-of-fortune-button-module_imageFrame__Rp-tQPcE__platform-common{position:absolute;left:var(--wofButtonImageFramePositionLeft, -25px);top:var(--wofButtonImageFramePositionTop, 10px);z-index:2;width:var(--wofButtonImageFrameWidth, 70px);height:var(--wofButtonImageFrameHeight, 70px)}.wheel-of-fortune-button-module_imageWrapper__O72yJjrI__platform-common{position:absolute;left:var(--wofButtonImagePositionLeft, -25px);top:var(--wofButtonImagePositionTop, 13px);box-shadow:var(--wofButtonImageBoxShadow, none);border-radius:50%;width:var(--wofButtonImageWidth, 65px);height:var(--wofButtonImageHeight, 65px);z-index:1;animation:wheel-of-fortune-button-module_rotate-wheel__T38G4mOa__platform-common 7s linear infinite}.wheel-of-fortune-button-module_image__ify8cGNM__platform-common{animation:wheel-of-fortune-button-module_rotate-wheel__T38G4mOa__platform-common 10s linear infinite;max-width:100%;max-height:100%;width:100%;height:100%}.wheel-of-fortune-button-module_wheelIcon__sN-pPbPj__platform-common{font-size:20px;color:var(--wofButton);min-width:20px;margin-right:8px}.wheel-of-fortune-button-module_bellWrapper__JPPKs-u7__platform-common{position:absolute;top:4px;right:4px;font-size:16px;color:var(--wofButtonBell);pointer-events:none;background-color:var(--wofButtonBellBcg, transparent);border-radius:50%}.wheel-of-fortune-button-module_bellWrapper__JPPKs-u7__platform-common.wheel-of-fortune-button-module_animation__PgPOFx-F__platform-common .wheel-of-fortune-button-module_bell__WLW9FldT__platform-common:after{animation:wheel-of-fortune-button-module_pulse__M8Ljkocf__platform-common 2.1s infinite}.wheel-of-fortune-button-module_bellWrapper__JPPKs-u7__platform-common.wheel-of-fortune-button-module_animation__PgPOFx-F__platform-common .wheel-of-fortune-button-module_bellIconItemRinger__TNji0hAI__platform-common{animation:wheel-of-fortune-button-module_ding__e5VkYSLD__platform-common 2s linear infinite}.wheel-of-fortune-button-module_bellWrapper__JPPKs-u7__platform-common.wheel-of-fortune-button-module_animation__PgPOFx-F__platform-common .wheel-of-fortune-button-module_bellIconItemMain__oDIP-f-m__platform-common{animation:wheel-of-fortune-button-module_ring__FVFIIMCq__platform-common 2s linear infinite}.wheel-of-fortune-button-module_bell__WLW9FldT__platform-common{display:flex;align-items:center;justify-content:center;position:relative;width:24px;height:24px}.wheel-of-fortune-button-module_bell__WLW9FldT__platform-common:after{position:absolute;content:"";top:50%;left:50%;width:20px;height:20px;border-radius:50%;transform:translate(-50%,-50%) scale(.6)}.wheel-of-fortune-button-module_bellIconItemRinger__TNji0hAI__platform-common{position:absolute;top:4px}@keyframes wheel-of-fortune-button-module_rotate-wheel__T38G4mOa__platform-common{to{transform:rotate(1turn)}}@keyframes wheel-of-fortune-button-module_bg-animation__u4f5-e6n__platform-common{0%{background-position:0 100%}50%{background-position:100% 0}to{background-position:0 100%}}@keyframes wheel-of-fortune-button-module_ring__FVFIIMCq__platform-common{0%{transform:rotate(0)}5%{transform:rotate(30deg)}15%{transform:rotate(-25deg)}25%{transform:rotate(20deg)}35%{transform:rotate(-10deg)}45%{transform:rotate(5deg)}55%{transform:rotate(-2deg)}to{transform:rotate(0)}}@keyframes wheel-of-fortune-button-module_ding__e5VkYSLD__platform-common{0%{transform:translate(0)}5%{transform:translate(4px)}10%{transform:translate(-4px)}20%{transform:translate(4px)}30%{transform:translate(-3px)}40%{transform:translate(2px)}50%{transform:translate(-1px)}to{transform:translate(0)}}@keyframes wheel-of-fortune-button-module_pulse__M8Ljkocf__platform-common{0%{box-shadow:0 0 rgba(var(--wofButtonBellPulse),.3)}70%{box-shadow:0 0 0 24px rgba(var(--wofButtonBellPulse),0)}to{box-shadow:0 0 rgba(var(--wofButtonBellPulse),0)}}.wheel-of-fortune-skeleton-module_container__wvnFpV8L__platform-common{flex:1;width:100%;display:flex;justify-content:center}.wheel-of-fortune-skeleton-module_inlineContainer__M3XvvD1Q__platform-common{display:flex;align-items:center;flex:1;width:100%;gap:24px}.wheel-of-fortune-skeleton-module_title__TdB9vAmP__platform-common{width:300px;height:40px;margin-bottom:30px}.wheel-of-fortune-skeleton-module_wheel__cwJPKKst__platform-common{width:100%;height:100%}.wheel-of-fortune-skeleton-module_levelSelect__iYDWdPqD__platform-common{width:176px!important;height:46px}.wheel-of-fortune-skeleton-module_footerItem__kpzlYAOK__platform-common{width:33.33%}.wheel-of-fortune-module_title__cwiQ6cRY__platform-common{position:relative;text-align:center;font-size:40px;font-weight:800;margin-bottom:30px;color:var(--wofHeaderTextColor);z-index:2}.wheel-of-fortune-module_content__zekUvyk-__platform-common{display:flex;align-items:center;justify-content:center;position:relative;width:567px;height:567px}.wheel-of-fortune-module_wheelWrapper__J-NMkQOs__platform-common{position:relative;width:var(--wofInsideWidthDesktop, calc(100% - 105px) );height:var(--wofInsideHeightDesktop, calc(100% - 105px) );z-index:5}.wheel-of-fortune-module_wheelWrapper__J-NMkQOs__platform-common:before{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:var(--wofBeforeBg)}.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common{position:absolute!important;top:0;left:0;border-radius:50%!important;width:100%;height:100%;overflow:hidden}.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common.wheel-of-fortune-module_even__Q6Eo8xfq__platform-common .wheel-of-fortune-module_segment__AsYz3cZo__platform-common:nth-child(n){background:var(--wofItemBg)}.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common.wheel-of-fortune-module_even__Q6Eo8xfq__platform-common .wheel-of-fortune-module_segment__AsYz3cZo__platform-common:nth-child(2n){background:var(--wofItemEvenBg)}.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(1) .wheel-of-fortune-module_segment__AsYz3cZo__platform-common{background:var(--wofItemSectorFirst, var(--wofItemBg))}.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(1) .wheel-of-fortune-module_prizeWrapper__41v1rRkG__platform-common{color:var(--wofItemTextSectorFirst, var(--wofItemText))}.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(2) .wheel-of-fortune-module_segment__AsYz3cZo__platform-common{background:var(--wofItemSectorSecond, var(--wofItemBg))}.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(2) .wheel-of-fortune-module_prizeWrapper__41v1rRkG__platform-common{color:var(--wofItemTextSectorSecond, var(--wofItemText))}.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(3) .wheel-of-fortune-module_segment__AsYz3cZo__platform-common{background:var(--wofItemSectorThird, var(--wofItemBg))}.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(3) .wheel-of-fortune-module_prizeWrapper__41v1rRkG__platform-common{color:var(--wofItemTextSectorThird, var(--wofItemText))}.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(4) .wheel-of-fortune-module_segment__AsYz3cZo__platform-common{background:var(--wofItemSectorFourth, var(--wofItemBg))}.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(4) .wheel-of-fortune-module_prizeWrapper__41v1rRkG__platform-common{color:var(--wofItemTextSectorFourth, var(--wofItemText))}.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(5) .wheel-of-fortune-module_segment__AsYz3cZo__platform-common{background:var(--wofItemSectorFifth, var(--wofItemBg))}.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(5) .wheel-of-fortune-module_prizeWrapper__41v1rRkG__platform-common{color:var(--wofItemTextSectorFifth, var(--wofItemText))}.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(6) .wheel-of-fortune-module_segment__AsYz3cZo__platform-common{background:var(--wofItemSectorSixth, var(--wofItemBg))}.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(6) .wheel-of-fortune-module_prizeWrapper__41v1rRkG__platform-common{color:var(--wofItemTextSectorSixth, var(--wofItemText))}.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(7) .wheel-of-fortune-module_segment__AsYz3cZo__platform-common{background:var(--wofItemSectorSeventh, var(--wofItemBg))}.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(7) .wheel-of-fortune-module_prizeWrapper__41v1rRkG__platform-common{color:var(--wofItemTextSectorSeventh, var(--wofItemText))}.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(8) .wheel-of-fortune-module_segment__AsYz3cZo__platform-common{background:var(--wofItemSectorEighth, var(--wofItemBg))}.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(8) .wheel-of-fortune-module_prizeWrapper__41v1rRkG__platform-common{color:var(--wofItemTextSectorEighth, var(--wofItemText))}.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(9) .wheel-of-fortune-module_segment__AsYz3cZo__platform-common{background:var(--wofItemSectorNinth, var(--wofItemBg))}.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(9) .wheel-of-fortune-module_prizeWrapper__41v1rRkG__platform-common{color:var(--wofItemTextSectorNinth, var(--wofItemText))}.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(10) .wheel-of-fortune-module_segment__AsYz3cZo__platform-common{background:var(--wofItemSectorTenth, var(--wofItemBg))}.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(10) .wheel-of-fortune-module_prizeWrapper__41v1rRkG__platform-common{color:var(--wofItemTextSectorTenth, var(--wofItemText))}.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(11) .wheel-of-fortune-module_segment__AsYz3cZo__platform-common{background:var(--wofItemSectorEleventh, var(--wofItemBg))}.wheel-of-fortune-module_wheel__vVaq5wq8__platform-common .wheel-of-fortune-module_wheelItem__5agFHIaw__platform-common:nth-child(11) .wheel-of-fortune-module_prizeWrapper__41v1rRkG__platform-common{color:var(--wofItemTextSectorEleventh, var(--wofItemText))}.wheel-of-fortune-module_wheelBg__gjhMzXFC__platform-common{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--wofBg);border-radius:50%;z-index:2}.wheel-of-fortune-module_wheelBorder__b0mryQ7y__platform-common{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;z-index:3}.wheel-of-fortune-module_segment__AsYz3cZo__platform-common{position:absolute;left:50%;top:-50%;width:100%;height:100%;transform-origin:0 100%;border:var(--wofItemBorder, 3px rgba(0, 0, 0, .47) solid);background:var(--wofItemBg);opacity:var(--wofItemOpacity, .3);transition:opacity .3s ease}.wheel-of-fortune-module_segment__AsYz3cZo__platform-common:after{position:absolute;content:"";width:100%;height:100%;left:0;bottom:0;opacity:0;background:var(--wofItemActive);transition:opacity .3s ease}.wheel-of-fortune-module_segment__AsYz3cZo__platform-common.wheel-of-fortune-module_active__8T3cFv6v__platform-common{animation:wheel-of-fortune-module_blink-bg-animation-first__wvfqsEtv__platform-common 2s infinite}.wheel-of-fortune-module_segment__AsYz3cZo__platform-common.wheel-of-fortune-module_active__8T3cFv6v__platform-common:after{animation:wheel-of-fortune-module_blink-bg-animation-second__QisMCFiV__platform-common 2s infinite}.wheel-of-fortune-module_segment__AsYz3cZo__platform-common.wheel-of-fortune-module_highlightedSegment__RbsLZ60Z__platform-common{opacity:1;background:var(--wofHighlightedSecond)!important;border-color:var(--wofHighlightedSecond);border-left:5px solid var(--wofHighlightedSecond)}.wheel-of-fortune-module_wheelCustomBorderItem__8qZBXle-__platform-common{position:absolute;transform:rotate(90deg);width:var(--wofItemCustomBorderWidthDesktop);right:var(--wofItemCustomBorderPositionDesktop)}.wheel-of-fortune-module_prizeWrapper__41v1rRkG__platform-common{position:absolute;top:0;left:50%;width:50%;height:50%;color:var(--wofItemText);transform-origin:0 100%}.wheel-of-fortune-module_highlightedItem__DkKWjdrK__platform-common{position:absolute;z-index:-1;width:100%;left:0;background:var(--wofHighlightedBg);transform:translate(5%);-webkit-clip-path:polygon(0% 50%,100% 0,100% 100%);clip-path:polygon(0% 50%,100% 0,100% 100%);box-shadow:inset 0 0 30px #000}.wheel-of-fortune-module_highlightedItem__DkKWjdrK__platform-common.wheel-of-fortune-module_custom__hRSI4YBP__platform-common{transform:var(--wofHighlightedTransform)}.wheel-of-fortune-module_highlightedText__-janCvBq__platform-common{font-size:20px;font-weight:800;color:var(--wofHighlightedColor)}.wheel-of-fortune-module_prize__6Kgmn4X5__platform-common{display:flex;justify-content:space-between;align-items:center;position:absolute;top:0;left:0;margin-left:-50%;padding-left:var(--wofItemPaddingBottom, 75px);padding-right:15px;width:100%;height:100%;transform:rotate(-90deg)}.wheel-of-fortune-module_prizeText__ZBhv2V96__platform-common{font-size:16px;font-weight:700;max-width:calc(100% - 40px);flex-grow:var(--wofPrizeTextFlexGrow);text-align:var(--wofPrizeTextAlign);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}.wheel-of-fortune-module_prizeIconWrapper__cDhtwiob__platform-common{width:35px;min-width:35px;height:35px;margin-left:5px;transform:rotate(90deg)}.wheel-of-fortune-module_prizeIcon__KB7QQ9XZ__platform-common{width:100%;height:100%;border-radius:50%}.wheel-of-fortune-module_arrowWrapper__lnduSSAx__platform-common{display:flex;align-items:center;justify-content:center;position:absolute;top:var(--wofArrowPositionTop, -70px);left:50%;width:85px;height:96px;transform:translate(-50%);transition:transform .5s linear}.wheel-of-fortune-module_arrow__fvnUylJ9__platform-common{max-width:100%;max-height:100%}.wheel-of-fortune-module_buttonSpinWrapper__C-CgdS3p__platform-common{display:flex;justify-content:center;align-items:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:var(--wofButtonSpinSize, 125px);height:var(--wofButtonSpinSize, 125px);cursor:pointer;background-size:cover;background-repeat:no-repeat;transition:opacity .24s ease;z-index:5}.wheel-of-fortune-module_buttonSpinWrapper__C-CgdS3p__platform-common.wheel-of-fortune-module_disabled__m8nKDIvX__platform-common{cursor:default;pointer-events:none}.wheel-of-fortune-module_buttonSpin__8l4fshfh__platform-common{position:absolute;width:100%;height:100%;padding:20px;font-size:28px;font-weight:800;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-shadow:-3px 0px 0px var(--wofButtonSpinTextShadow),3px 0px 0 var(--wofButtonSpinTextShadow),3px -1px 0 var(--wofButtonSpinTextShadow),-1px -1px 0 var(--wofButtonSpinTextShadow);background:none}.wheel-of-fortune-module_footer__kaovWf61__platform-common{display:flex;align-items:center;position:relative;width:100%;margin:30px 50px 0;z-index:1}.wheel-of-fortune-module_footerItem__-LL4LCVO__platform-common{display:flex;flex-basis:33.33%}.wheel-of-fortune-module_footerItemLeft__exE-XaWo__platform-common{justify-content:flex-end}.wheel-of-fortune-module_footerItemMiddle__Kpfb6LBD__platform-common{margin:0 60px;justify-content:center}.wheel-of-fortune-module_footerItemMiddle__Kpfb6LBD__platform-common .app-button{min-width:var(--wofButtonMinWidth, 220px);max-width:100%;height:var(--wofButtonHeight, 64px);font-size:var(--wofSpinRemainingFontSize, 20px);font-weight:var(--wofSpinRemainingFontWeight, 700)}.wheel-of-fortune-module_footerItemRight__ILHB6vWf__platform-common{justify-content:flex-start}.wheel-of-fortune-module_spinRemaining__SJw7JuWF__platform-common{position:relative;color:var(--wofSpinRemaining);text-shadow:var(--wofSpinRemainingShadow);text-transform:var(--wofSpinRemainingTextTransform, none);font-size:var(--wofSpinRemainingFontSize, 20px);font-weight:var(--wofSpinRemainingFontWeight, 700)}.wheel-of-fortune-module_spinRemaining__SJw7JuWF__platform-common:after{position:absolute;top:50%;left:50%;content:"";width:calc(100% + 5px);height:100%;filter:blur(10px);transform:translate(-50%,-50%);opacity:.3;background-color:var(--wofSpinRemainingBg)}.wheel-of-fortune-module_moreDetails__wmHLUZFg__platform-common{font-size:var(--wofSpinRemainingFontSize, 18px);font-weight:var(--wofSpinRemainingFontWeight, 700);color:var(--wofButtonMoreDetails);text-transform:var(--wofButtonMoreDetailsTextTransform, none);text-decoration:none}.wheel-of-fortune-module_spinAnimate__I86Yb-dk__platform-common{animation:wheel-of-fortune-module_spin-animate__89qjCOB4__platform-common 2s ease-in infinite}.wheel-of-fortune-module_arrowAnimate__cSWzfcTW__platform-common{animation:wheel-of-fortune-module_arrow-animate__-BsMm5VZ__platform-common 2s linear infinite}.wheel-of-fortune-module_arrowAnimateActive__daK5oRt8__platform-common{animation:wheel-of-fortune-module_arrow-animate__-BsMm5VZ__platform-common .5s linear infinite}.wheel-of-fortune-module_wheelAnimate__9s-i6or5__platform-common{animation:wheel-of-fortune-module_rotate-shake__VD738Hno__platform-common 2s ease-in-out infinite}@keyframes wheel-of-fortune-module_rotate-shake__VD738Hno__platform-common{0%{transform:translate(0) translateY(0) rotate(-3deg)}50%{transform:translate(0) translateY(0) rotate(3deg)}to{transform:translate(0) translateY(0) rotate(-3deg)}}@keyframes wheel-of-fortune-module_arrow-animate__-BsMm5VZ__platform-common{0%{transform:translate(-50%) translateY(0) rotate(0)}50%{transform:translate(-50%) translateY(0) rotate(10deg)}to{transform:translate(-50%) translateY(0) rotate(0)}}@keyframes wheel-of-fortune-module_spin-animate__89qjCOB4__platform-common{0%{transform:translate(-50%) translateY(-50%) scale(1)}50%{transform:translate(-50%) translateY(-50%) scale(1.05)}to{transform:translate(-50%) translateY(-50%) scale(1)}}@keyframes wheel-of-fortune-module_blink-bg-animation-first__wvfqsEtv__platform-common{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}@keyframes wheel-of-fortune-module_blink-bg-animation-second__QisMCFiV__platform-common{0%{opacity:0}50%{opacity:1}to{opacity:0}}@media (max-width: 767px){.wheel-of-fortune-module_title__cwiQ6cRY__platform-common{font-size:32px;margin-bottom:var(--wofTitleMarginBottomMobile, 50px)}.wheel-of-fortune-module_titleLogged__3im5F8KT__platform-common{margin-bottom:8px}.wheel-of-fortune-module_content__zekUvyk-__platform-common{width:355px;height:355px}.wheel-of-fortune-module_wheelWrapper__J-NMkQOs__platform-common{width:var(--wofInsideHeightMobile, calc(100% - 63px) );height:var(--wofInsideHeightMobile, calc(100% - 64px) )}.wheel-of-fortune-module_wheelCustomBorderItem__8qZBXle-__platform-common{width:var(--wofItemCustomBorderWidthMobile);right:var(--wofItemCustomBorderPositionMobile)}.wheel-of-fortune-module_prize__6Kgmn4X5__platform-common{padding-left:var(--wofItemPaddingBottomMobile, 45px)}.wheel-of-fortune-module_prizeText__ZBhv2V96__platform-common{font-size:var(--wofPrizeTextFontSizMobile, 10px);font-weight:600;max-width:calc(100% - 27px)}.wheel-of-fortune-module_highlightedText__-janCvBq__platform-common{font-size:var(--wofHighlightedFontSizeMobile, 14px);font-weight:700}.wheel-of-fortune-module_prizeIconWrapper__cDhtwiob__platform-common{width:22px;min-width:22px;height:22px}.wheel-of-fortune-module_arrowWrapper__lnduSSAx__platform-common{top:var(--wofArrowPositionTopMobile, -50px);width:55px;height:60px}.wheel-of-fortune-module_buttonSpinWrapper__C-CgdS3p__platform-common{width:var(--wofButtonSpinSizeMobile, 80px);height:var(--wofButtonSpinSizeMobile, 80px);padding:10px}.wheel-of-fortune-module_buttonSpin__8l4fshfh__platform-common{font-size:16px}.wheel-of-fortune-module_footer__kaovWf61__platform-common{flex-direction:column}.wheel-of-fortune-module_footerItem__-LL4LCVO__platform-common{flex-basis:100%}.wheel-of-fortune-module_footerItemMiddle__Kpfb6LBD__platform-common{margin:20px 60px}.wheel-of-fortune-module_footerItemMiddle__Kpfb6LBD__platform-common .app-button{min-width:140px;height:41px;font-size:16px}.wheel-of-fortune-module_footerItemLeft__exE-XaWo__platform-common{margin:0 100px;text-align:center}.wheel-of-fortune-module_spinRemaining__SJw7JuWF__platform-common,.wheel-of-fortune-module_moreDetails__wmHLUZFg__platform-common{font-size:var(--wofSpinRemainingFontSizeMobile, 16px)}}@media screen and (max-width: 380px){.wheel-of-fortune-module_title__cwiQ6cRY__platform-common{font-size:28px}.wheel-of-fortune-module_content__zekUvyk-__platform-common{width:310px;height:310px}.wheel-of-fortune-module_wheelWrapper__J-NMkQOs__platform-common{width:var(--wofInsideWidthSmallMobile, calc(100% - 63px) );height:var(--wofInsideHeightSmallMobile, calc(100% - 64px) )}.wheel-of-fortune-module_wheelCustomBorderItem__8qZBXle-__platform-common{width:var(--wofItemCustomBorderWidthSmallMobile, calc(50% + 6px) );right:var(--wofItemCustomBorderPositionSmallMobile, 19px)}.wheel-of-fortune-module_prize__6Kgmn4X5__platform-common{padding-right:5px}.wheel-of-fortune-module_prizeText__ZBhv2V96__platform-common{font-size:var(--wofPrizeTextFontSizeSmallMobile, 8px)}.wheel-of-fortune-module_highlightedText__-janCvBq__platform-common{font-size:var(--wofHighlightedFontSizeSmallMobile, 12px)}.wheel-of-fortune-module_footer__kaovWf61__platform-common{margin:var(--wofFooterMargin, 10px 50px 0 50px)}.wheel-of-fortune-module_footerItemMiddle__Kpfb6LBD__platform-common{margin:10px 60px}.wheel-of-fortune-module_buttonSpin__8l4fshfh__platform-common{font-size:14px}}.wof-level-select-module_items__XXtcA-Xz__platform-common{position:relative;z-index:10;display:flex;justify-content:center;gap:24px;flex-wrap:wrap;margin-bottom:60px;padding:0 24px}.wof-level-select-module_item__yEwYwaZz__platform-common{height:var(--wofLevelSelectHeight, 46px);border-radius:var(--wofLevelSelectButtonBorderRadius, 8px);min-width:var(--wofLevelSelectMinWidth, 176px);display:grid;place-content:center;cursor:pointer;position:relative;font-weight:var(--wofLevelSelectFontWeight, 600);font-size:var(--wofLevelSelectFontSize, 16px);text-transform:var(--wofLevelSelectButtonTextTransform, none);color:var(--wofLevelSelectButtonText)}.wof-level-select-module_item__yEwYwaZz__platform-common.wof-level-select-module_selected__wC-5Ceoo__platform-common{color:var(--wofLevelSelectButtonTextActive)}.wof-level-select-module_item__yEwYwaZz__platform-common.wof-level-select-module_selected__wC-5Ceoo__platform-common.wof-level-select-module_bronze__LrTaB7aG__platform-common{background:var(--wofLevelSelectBronzeBg);box-shadow:0 0 10px 0 var(--wofLevelSelectShadowBronze)}.wof-level-select-module_item__yEwYwaZz__platform-common.wof-level-select-module_selected__wC-5Ceoo__platform-common.wof-level-select-module_silver__JpBE-xeW__platform-common{background:var(--wofLevelSelectSilverBg);box-shadow:0 0 10px 0 var(--wofLevelSelectShadowSilver)}.wof-level-select-module_item__yEwYwaZz__platform-common.wof-level-select-module_selected__wC-5Ceoo__platform-common.wof-level-select-module_gold__OX1K4YXF__platform-common{background:var(--wofLevelSelectGoldBg);box-shadow:0 0 10px 0 var(--wofLevelSelectShadowGold)}.wof-level-select-module_item__yEwYwaZz__platform-common.wof-level-select-module_default__SNqEjRbt__platform-common{background:var(--wofLevelSelectButtonBg)}.wof-level-select-module_item__yEwYwaZz__platform-common.wof-level-select-module_default__SNqEjRbt__platform-common .svg-icon{filter:grayscale(1)}.wof-level-select-module_item__yEwYwaZz__platform-common.wof-level-select-module_default__SNqEjRbt__platform-common .wof-level-select-module_itemTitle__eTQN0wiB__platform-common{opacity:var(--wofLevelSelectButtonOpacityDefault, .7)}.wof-level-select-module_item__yEwYwaZz__platform-common.wof-level-select-module_disabled__oatfsrOq__platform-common{background:var(--wofLevelSelectButtonBg);pointer-events:none}.wof-level-select-module_item__yEwYwaZz__platform-common.wof-level-select-module_disabled__oatfsrOq__platform-common .svg-icon{filter:grayscale(1)}.wof-level-select-module_item__yEwYwaZz__platform-common.wof-level-select-module_disabled__oatfsrOq__platform-common .wof-level-select-module_itemTitle__eTQN0wiB__platform-common{opacity:var(--wofLevelSelectButtonOpacityDisabled, .7)}.wof-level-select-module_spinCount__Ov1n0IIh__platform-common{font-size:12px;font-style:normal;font-weight:600;color:var(--white);position:absolute;right:0;top:-10px;border-radius:50%;border:1px solid var(--wofLevelSpinCountBorder);background:var(--wofLevelSpinCountBg);width:24px;height:24px;display:grid;place-content:center}.wof-level-select-module_itemIcon__u0NeRPl4__platform-common{position:absolute;left:0;top:0}.wof-level-select-module_itemIcon__u0NeRPl4__platform-common .svg-icon{font-size:45px}@media (max-width: 767px){.wof-level-select-module_items__XXtcA-Xz__platform-common{gap:var(--wofLevelGapMobile, 24px);margin-bottom:var(--wofLevelMarginBottomMobile, 60px);padding:var(--wofLevelPaddingMobile, 0 24px)}.wof-level-select-module_item__yEwYwaZz__platform-common{min-width:var(--wofLevelMinWidthMobile, 176px)}}.wheel-of-fortune-success-module_wheelOfFortuneSuccess__tUlPuRgr__platform-common{display:flex;flex-direction:column;align-items:center;width:100%;padding:30px;border-radius:8px;background-position:center;background-size:cover}.wheel-of-fortune-success-module_wheelOfFortuneSuccess__tUlPuRgr__platform-common.wheel-of-fortune-success-module_mobile__jSS3gGUl__platform-common{border-radius:0}.wheel-of-fortune-success-module_frame__KSjbu-HG__platform-common{position:relative;width:288px;height:125px;padding:25px 23px;text-align:center;background-size:var(--wofModalSuccessFrameBackgroundSize, cover);background-position:center;background-repeat:no-repeat;margin-bottom:12px;color:var(--white);box-shadow:var(--wofModalSuccessFrameBoxShadow);border-radius:var(--wofModalSuccessFrameBorderRadius)}.wheel-of-fortune-success-module_frameTextTitle__--70b0M0__platform-common,.wheel-of-fortune-success-module_frameTextDescription__XpXkV4t-__platform-common{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-weight:800;text-shadow:var(--wofModalSuccessPrizeTextShadow, none)}.wheel-of-fortune-success-module_frameTextTitle__--70b0M0__platform-common{font-size:22px;margin-bottom:4px}.wheel-of-fortune-success-module_frameTextDescription__XpXkV4t-__platform-common{font-size:30px}.wheel-of-fortune-success-module_giftWrapper__XzKajGvp__platform-common{position:relative;height:var(--wofModalSuccessHeightImage, 175px)}.wheel-of-fortune-success-module_gift__Z-uB-SPM__platform-common,.wheel-of-fortune-success-module_stars__mLewaxWt__platform-common{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.wheel-of-fortune-success-module_stars__mLewaxWt__platform-common{animation:wheel-of-fortune-success-module_stars-blink__C1-e6AA5__platform-common 2s linear infinite}.wheel-of-fortune-success-module_gift__Z-uB-SPM__platform-common{transform:translate(-50%,-50%);animation:wheel-of-fortune-success-module_zoomIn-gift__jcU0l5Cw__platform-common 2s ease-in-out,wheel-of-fortune-success-module_gift-blink__-ndrNfVW__platform-common 2s linear infinite;filter:var(--wofModalSuccessImageShadow);width:var(--wofModalSuccessImageWidth, auto)}.wheel-of-fortune-success-module_prizeText__u7-6O8Cb__platform-common{position:relative;margin:var(--wofModalSuccessPrizeMargin, 12px 0);font-size:var(--wofModalSuccessPrizeFontSize, 40px);font-weight:800;color:var(--wofModalSuccessPrizeTextColor, var(--white))}.wheel-of-fortune-success-module_prizeText__u7-6O8Cb__platform-common:after{content:attr(data-text);position:absolute;left:0;top:0;-webkit-text-stroke:1px var(--wofModalSuccessPrizeTextStrokeColor);-webkit-text-fill-color:transparent;z-index:1}.wheel-of-fortune-success-module_button__UmVzJuvI__platform-common{min-width:var(--wofModalSuccessButtonMinWidth, 185px);max-width:100%;height:var(--wofModalSuccessButtonHeight, 54px);font-size:var(--wofModalSuccessFontSize, 14px);font-weight:var(--wofModalSuccessFontWeight, 700)}@keyframes wheel-of-fortune-success-module_stars-blink__C1-e6AA5__platform-common{0%{opacity:1}50%{opacity:.4}to{opacity:1}}@keyframes wheel-of-fortune-success-module_zoomIn-gift__jcU0l5Cw__platform-common{0%{opacity:0;transform:translate(-50%,-50%) scale3d(.3,.3,.3)}50%{opacity:1;transform:translate(-50%,-50%)}}@keyframes wheel-of-fortune-success-module_gift-blink__-ndrNfVW__platform-common{0%{filter:var(--wofModalSuccessImageShadow)}50%{filter:var(--wofModalSuccessImageShadowActive)}to{filter:var(--wofModalSuccessImageShadow)}}.wheel-of-fortune-notifications-module_container__WosPjRj2__platform-common{padding:var(--wofModalNotificationsPadding, 10px);display:flex;flex-direction:column;justify-content:space-between;align-items:center;max-width:500px;height:var(--wofModalNotificationsHeight, 300px);background:var(--wofModalNotificationsBg);border-radius:var(--wofModalNotificationsBorderRadiusDesktop)}.wheel-of-fortune-notifications-module_text__kz5tpVh-__platform-common{color:var(--wofModalNotificationsText);font-size:18px;font-weight:700;text-align:center}.wheel-of-fortune-notifications-module_additional__b3ivr-z8__platform-common{color:var(--wofModalNotificationsAdditionalText);font-size:14px;font-weight:400;text-align:center}.wheel-of-fortune-notifications-module_button__O2LLsCZL__platform-common{width:100%}@media (max-width: 767px){.wheel-of-fortune-notifications-module_container__WosPjRj2__platform-common{width:100%;border-radius:var(--wofModalNotificationsBorderRadiusMobile)}}@media screen and (max-width: 459px){.wheel-of-fortune-notifications-module_modal__ZHrgzdLx__platform-common{padding:16px}.wheel-of-fortune-notifications-module_container__WosPjRj2__platform-common{gap:16px;height:auto;padding:var(--wofModalNotificationsPaddingMobile, 0)}.wheel-of-fortune-notifications-module_text__kz5tpVh-__platform-common{font-size:20px;line-height:32px;text-align:left}.wheel-of-fortune-notifications-module_additional__b3ivr-z8__platform-common{font-size:14px;font-weight:400;line-height:20px;text-align:left}}.cashier-modal-ui{background:var(--cashierModalBackgroundMain);border-radius:var(--cashierModalBorderRadiusMobile, 0)}.cashier-modal-ui .cw-container .close-icon{position:absolute;top:6px;right:4px}.cashier-modal-ui .cw-container .close-icon svg{font-size:20px}.cashier-modal-ui .cw-container .back-icon{transform:rotate(180deg);color:var(--cashierActivePaymentBackIcon);position:absolute;top:12px;left:12px;font-size:24px;z-index:9}.cashier-modal-ui .cw-info{display:flex;align-items:center;gap:8px;margin:0 20px 16px;padding:16px;border-radius:8px;background:var(--cashierNotificationBackground);color:var(--cashierNotificationColor);font-size:14px;line-height:20px}.cashier-modal-ui .cw-info__icon{flex-shrink:0}.cashier-modal-ui .cw-info__icon svg{width:24px;height:24px}.cashier-modal-desktop{border-radius:var(--cashierModalBorderRadius, 5px)}.cashier-modal-close-button{top:8px;right:8px;font-size:16px;width:20px;height:20px;color:var(--cashierCloseButtonColor)}.is-mobile-device .cashier-modal-close-button{font-size:20px;color:var(--cashierCloseButtonColor);right:16px;top:20px;width:16px;height:16px}.is-mobile-device .cashier-modal-close-button--close-on-swipe{top:12px;right:12px}@media screen and (max-width: 767px){.cashierModalBg .modal-view-close,.cashier-modal-ui .cw-container .back-icon{font-size:20px}.cashier-modal-ui .cw-info{gap:12px;margin:0 12px 12px;padding:12px;font-size:12px;line-height:16px}}.swipe-checkbox-module_swipeCheckbox__W33XXp7C__platform-common{max-width:100%;display:flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;position:relative}.swipe-checkbox-module_swipeCheckbox__W33XXp7C__platform-common .swipe-checkbox-module_visual__BxL0PX-N__platform-common{flex:0 0 var(--swipeCheckboxWidth);order:2;display:block;position:relative;width:var(--swipeCheckboxWidth);height:var(--swipeCheckboxHeight);border-radius:16px;background:var(--swipeCheckboxBg);transition:background-color .2s ease}.swipe-checkbox-module_swipeCheckbox__W33XXp7C__platform-common .swipe-checkbox-module_visualActive__k7s1u1-f__platform-common{background:var(--swipeCheckboxBgActive)}.swipe-checkbox-module_swipeCheckbox__W33XXp7C__platform-common .swipe-checkbox-module_visualActive__k7s1u1-f__platform-common .swipe-checkbox-module_slider__XJF9yM7R__platform-common{left:calc(100% - var(--swipeCheckboxWidth) / 2)}.swipe-checkbox-module_swipeCheckbox__W33XXp7C__platform-common .swipe-checkbox-module_slider__XJF9yM7R__platform-common{content:"";display:block;width:var(--swipeCheckboxBallSize);height:var(--swipeCheckboxBallSize);position:absolute;left:2px;top:0;bottom:0;margin:auto 0;border-radius:50%;background:var(--swipeCheckboxBallColor);box-shadow:0 3px 7px #0000001f;transition:left .2s ease}.swipe-checkbox-module_swipeCheckbox__W33XXp7C__platform-common .swipe-checkbox-module_label__u2oI-StO__platform-common{flex:0 0 auto;order:3;margin:0 0 0 var(--swipeCheckboxLabelMarginFromButton);font-weight:var(--swipeCheckboxLabelFontWeight);font-size:var(--swipeCheckboxLabelFontSize);color:var(--swipeCheckboxLabelColor)}.swipe-checkbox-module_swipeCheckbox__W33XXp7C__platform-common .swipe-checkbox-module_textBefore__FMwYhZFN__platform-common{order:1;margin:0 var(--swipeCheckboxLabelMarginFromButton) 0 0}.swipe-checkbox-module_swipeCheckbox__W33XXp7C__platform-common .swipe-checkbox-module_input__8HNMO-TF__platform-common{display:none}.swipe-checkbox-module_swipeCheckbox__W33XXp7C__platform-common.swipe-checkbox-module_big__PA3Oln40__platform-common .swipe-checkbox-module_visual__BxL0PX-N__platform-common{width:var(--swipeCheckboxBigWidth);height:var(--swipeCheckboxBigHeight);flex:0 0 var(--swipeCheckboxBigWidth)}.swipe-checkbox-module_swipeCheckbox__W33XXp7C__platform-common.swipe-checkbox-module_big__PA3Oln40__platform-common .swipe-checkbox-module_slider__XJF9yM7R__platform-common{width:var(--swipeCheckboxBigBallSize);height:var(--swipeCheckboxBigBallSize)}.swipe-checkbox-module_swipeCheckbox__W33XXp7C__platform-common.swipe-checkbox-module_big__PA3Oln40__platform-common .swipe-checkbox-module_visualActive__k7s1u1-f__platform-common .swipe-checkbox-module_slider__XJF9yM7R__platform-common{left:calc(100% - var(--swipeCheckboxBigWidth) / 2)}.swipe-checkbox-module_swipeCheckbox__W33XXp7C__platform-common .swipe-checkbox-module_rightIcon__z7ryMWEF__platform-common{position:absolute;right:0;opacity:0;padding:2px;z-index:var(--zIndex-desktopAsideMenuForTextPage-below)}.swipe-checkbox-module_swipeCheckbox__W33XXp7C__platform-common .swipe-checkbox-module_rightIconActive__4-60Y2k3__platform-common{opacity:1;transition:.3s ease}.swipe-checkbox-module_swipeCheckbox__W33XXp7C__platform-common .swipe-checkbox-module_leftIcon__NHMZKkon__platform-common{position:absolute;opacity:0;padding:2px;right:14px;z-index:var(--zIndex-desktopAsideMenuForTextPage-below)}.swipe-checkbox-module_swipeCheckbox__W33XXp7C__platform-common .swipe-checkbox-module_leftIconActive__CmwDK1Qb__platform-common{opacity:1;transition:.3s ease}.swipe-checkbox-module_labelFirst__R84sYHS1__platform-common{justify-content:space-between;flex-direction:row-reverse}.swipe-checkbox-module_disabled__oFWrUckq__platform-common{pointer-events:none;opacity:.6}[dir=rtl] .swipe-checkbox-module_swipeCheckbox__W33XXp7C__platform-common .swipe-checkbox-module_label__u2oI-StO__platform-common{margin:0 var(--swipeCheckboxLabelMarginFromButton) 0 0}.cashier-module_cashier__wNFrdSW9__platform-common{display:block}.cw-container{width:722px;transition:width .3s ease-in-out}@media (max-width: 767px){.cw-container{width:100%;min-height:100dvh}}.cw-container__title{color:var(--cashierModalTitle, #FFF);font-size:var(--cashierTitleFontSize, 24px);font-weight:var(--cashierTitleFontWeight, 700);font-family:var(--cashierTitleFontFamily, inherit);padding:32px 0 16px;margin:0;text-align:center}@media (max-width: 767px){.cw-container__title{margin:0 0 12px;font-size:20px;font-weight:var(--cashierTitleMobileFontWeight, 700);line-height:1.6}}@media (max-width: 767px){.cw-container__title--close-on-swipe{padding-top:4px;padding-bottom:0}}.cw-container--payment-active{width:var(--cashierActivePaymentWidth, 483px)}@media (max-width: 767px){.cw-container--payment-active{width:100%}}.smart-banner-module_container__sMSyCc9H__platform-common{position:relative;overflow:hidden;z-index:100}.smart-banner-module_container__sMSyCc9H__platform-common .app-button{max-width:120px}.smart-banner-module_wrapper__J-s-Nfy7__platform-common{display:flex;align-items:center;padding:6px 8px;width:100%;background:var(--smartBannerBg)}.smart-banner-module_textContent__ncfdLK2V__platform-common{flex:1 1 auto}.smart-banner-module_bannerImage__K7jtyHkR__platform-common{margin-right:10px;width:34px;height:34px}.smart-banner-module_bannerImage__K7jtyHkR__platform-common img{max-width:100%;max-height:100%}.smart-banner-module_close__K7W3-4oH__platform-common{height:24px;width:24px;min-width:24px;position:relative}.smart-banner-module_close__K7W3-4oH__platform-common:after,.smart-banner-module_close__K7W3-4oH__platform-common:before{position:absolute;content:"";height:11px;width:1px;top:50%;left:50%;border-radius:1px;margin-top:-1px;background:var(--smartbanner)}.smart-banner-module_close__K7W3-4oH__platform-common:before{transform:rotate(45deg) translateY(-50%);margin-left:-8px}.smart-banner-module_close__K7W3-4oH__platform-common:after{transform:rotate(-45deg) translateY(-50%)}.smart-banner-module_closeButtonCms__3UI1sEan__platform-common{display:flex;align-items:center;justify-content:center;position:relative;height:24px;width:24px;min-width:24px;margin-right:5px}.smart-banner-module_closeButtonCms__3UI1sEan__platform-common img{max-width:100%;max-height:100%}.smart-banner-module_title__6GoKncO1__platform-common{font-size:10px;font-weight:700;line-height:1.25;margin-bottom:1px}.smart-banner-module_description__-VaS1iIH__platform-common{font-size:10px;font-weight:400}.promo-code-module_promoButton__VhT4-zHE__platform-common{font-size:12px;text-align:center;font-style:normal;font-weight:500;line-height:16px}.promo-code-module_promoButton__VhT4-zHE__platform-common span{cursor:pointer}.promo-code-module_promoDecoration__8rDxP4Sa__platform-common{padding:5px 0 0;text-decoration-line:underline}.promo-code-module_promoInput__yd8CI24Y__platform-common{display:flex;align-items:center}.promo-code-module_promoValue__fIwL1g4v__platform-common{flex:1}.promo-code-module_promoClose__jPSPTmGW__platform-common{width:24px;margin-left:8px;height:24px;display:flex;align-items:center;justify-content:center;background:var(--promoTextInactive);color:var(--promoTextIconInactive);border-radius:50%;overflow:hidden;cursor:pointer;transition:transform .15s ease}.promo-code-module_promoClose__jPSPTmGW__platform-common:hover{transform:scale(.8)}.promo-code-module_promoClose__jPSPTmGW__platform-common svg{color:var(--promoTextIconInactive);width:12px;height:12px}.last-bet-sum-saving-module_lastBetWrapper__r1PY5hkd__platform-common{display:flex;justify-content:space-between;gap:16px;background:var(--settingsContentBg);border-radius:4px;padding:12px 16px}.last-bet-sum-saving-module_lastBetSubcontainer__DocGuHd8__platform-common{display:block}.last-bet-sum-saving-module_lastBetTitle__-ab854vO__platform-common{line-height:24px}.last-bet-sum-saving-module_itemSecondaryText__WvSdGV1a__platform-common{font-size:12px;color:var(--allSportsTitle);line-height:16px}.customer-betting-settings-item-module_radio__FFBFFfwJ__platform-common{width:16px;height:16px;min-height:16px;min-width:16px;border-radius:50%;border:2px solid var(--globalSettingsModalColor);transition:border-color .2s ease;overflow:hidden;margin-left:24px}.customer-betting-settings-item-module_radio__FFBFFfwJ__platform-common:before{content:"";display:block;box-sizing:border-box;height:100%;width:100%;border-radius:50%;border:2px solid transparent;background-color:rgba(var(--accentMainRGB),0);transition:background-color .2s ease;background-clip:padding-box}.customer-betting-settings-item-module_active__V2ScQJxM__platform-common .customer-betting-settings-item-module_radio__FFBFFfwJ__platform-common{border-color:var(--accentMain)}.customer-betting-settings-item-module_active__V2ScQJxM__platform-common .customer-betting-settings-item-module_radio__FFBFFfwJ__platform-common:before{background-color:rgba(var(--accentMainRGB),1)}.customer-betting-settings-item-module_betOptionsList__-iv7gyrb__platform-common{display:flex;flex-direction:column;padding-block:4px;background:var(--settingsContentBg);border-radius:4px}.customer-betting-settings-item-module_betsItemWrapper__rQkNN8rh__platform-common{padding-inline:16px}.customer-betting-settings-item-module_betsItemWrapper__rQkNN8rh__platform-common:nth-last-child(1)>div{border-bottom:1px solid transparent}.customer-betting-settings-item-module_betsItemWrapper__rQkNN8rh__platform-common:not(.customer-betting-settings-item-module_active__V2ScQJxM__platform-common):hover{background-color:var(--allSportsActiveBg)}.customer-betting-settings-item-module_betsItem__3CokxYdo__platform-common{position:relative;display:flex;justify-content:space-between;align-items:center;padding-block:8px;border-bottom:var(--settingsContentSeparator)}.customer-betting-settings-item-module_betsItem__3CokxYdo__platform-common:not(.customer-betting-settings-item-module_active__V2ScQJxM__platform-common){cursor:pointer}.customer-betting-settings-item-module_itemTextContainer__pBu0AlG1__platform-common{line-height:20px}.customer-betting-settings-item-module_itemAdditionallText__-kLvNO2i__platform-common{color:var(--accentMain)}.customer-betting-settings-item-module_itemSecondaryText__BeJ8FJVQ__platform-common{font-size:12px;color:var(--allSportsTitle)}.navigation-view-module_viewList__myBAuso-__platform-common{display:flex;flex-wrap:wrap;gap:12px;background-color:var(--settingsContentBg);padding:12px 16px;border-radius:8px}.navigation-view-module_mobileViewList__4glACeVb__platform-common{justify-content:center}.navigation-view-module_viewItemWrapper__4jLngjRI__platform-common{width:-moz-fit-content;width:fit-content}.navigation-view-module_viewItem__aiVnJjsE__platform-common.navigation-view-module_active__J6fksztU__platform-common img{border:1px solid var(--accentMain)}.navigation-view-module_viewItem__aiVnJjsE__platform-common.navigation-view-module_active__J6fksztU__platform-common .navigation-view-module_viewItemTitle__PIiG2KBu__platform-common{color:var(--accentMain)}.navigation-view-module_viewItem__aiVnJjsE__platform-common img{border:1px solid var(--allSportsItemHover);display:block;width:135px;height:auto;padding:6px;border-radius:var(--baseBorderRadius);box-shadow:0 0 8px #0000;transition:box-shadow .3s ease}.navigation-view-module_viewItem__aiVnJjsE__platform-common:not(.navigation-view-module_active__J6fksztU__platform-common){cursor:pointer}.navigation-view-module_viewItem__aiVnJjsE__platform-common:not(.navigation-view-module_active__J6fksztU__platform-common):hover img{box-shadow:0 0 8px #0000004d}.navigation-view-module_viewItemTitle__PIiG2KBu__platform-common{display:flex;justify-content:center;margin-bottom:10px}.navigation-view-module_applySettingsButton__VdJajkVv__platform-common{margin-left:auto;margin-right:0;min-width:208px}.navigation-view-module_modal-modern-view__vLHrpp-Y__platform-common{-webkit-backdrop-filter:none;backdrop-filter:none}.odds-format-module_radio__8P8wKB9k__platform-common{height:16px;width:16px;border-radius:50%;border:2px solid var(--globalSettingsModalColor);transition:border-color .2s ease;overflow:hidden}.odds-format-module_radio__8P8wKB9k__platform-common:before{content:"";display:block;box-sizing:border-box;height:100%;width:100%;border-radius:50%;border:2px solid transparent;background-color:rgba(var(--accentMainRGB),0);transition:background-color .2s ease;background-clip:padding-box}.odds-format-module_active__HHkMy2iL__platform-common .odds-format-module_radio__8P8wKB9k__platform-common{border-color:var(--accentMain)}.odds-format-module_active__HHkMy2iL__platform-common .odds-format-module_radio__8P8wKB9k__platform-common:before{background-color:rgba(var(--accentMainRGB),1)}.odds-format-module_oddsList__82g2cZNP__platform-common{display:flex;flex-direction:column;padding-block:4px;background:var(--settingsContentBg);border-radius:4px}.odds-format-module_oddsItemWrapper__zPwovO42__platform-common{padding-inline:16px}.odds-format-module_oddsItemWrapper__zPwovO42__platform-common:nth-last-child(1)>div{border-bottom:1px solid transparent}.odds-format-module_oddsItemWrapper__zPwovO42__platform-common:not(.odds-format-module_active__HHkMy2iL__platform-common):hover{background-color:var(--allSportsActiveBg)}.odds-format-module_oddsItem__fXDu9VNW__platform-common{position:relative;display:flex;justify-content:space-between;align-items:center;padding-block:8px;border-bottom:var(--settingsContentSeparator)}.odds-format-module_oddsItem__fXDu9VNW__platform-common:not(.odds-format-module_active__HHkMy2iL__platform-common){cursor:pointer}.odds-format-module_oddsItemFormatText__1lhlpeCT__platform-common{color:var(--accentMain);font-size:12px;margin-top:4px}.drops-and-wins-logo-module_dwLogo__ys-Tz-Te__platform-common{position:absolute;display:none;top:0;left:0;width:25%;min-width:45px;z-index:1}.drops-and-wins-logo-module_dwLogo__ys-Tz-Te__platform-common:before{display:block;content:"";padding-bottom:100%;background:linear-gradient(135deg,#0D0014 50%,transparent 50%);border-top-left-radius:5px}.drops-and-wins-logo-module_dwLogoInner__kCGljt8d__platform-common{background:#0d0014;border-radius:50%;width:63%;position:absolute;z-index:1;top:15%;left:10%}.drops-and-wins-logo-module_dwLogoInner__kCGljt8d__platform-common:before{display:block;content:"";padding-bottom:100%}.drops-and-wins-logo-module_dwLogoImage__eMaQpVBX__platform-common{display:block;position:absolute;z-index:1;width:85%;top:-14%;left:9%}.drops-and-wins-logo-module_showImage__JYqh5B2Q__platform-common{display:block}.ui-notification-modal-module_modal__noMKrPUh__platform-common{background:var(--buttonText);border-radius:15px;box-shadow:0 0 5px #0000004d;box-sizing:border-box;max-width:calc(100vw - 20px);padding:30px 20px;position:relative;width:470px;margin:auto}.ui-notification-modal-module_modal__noMKrPUh__platform-common.ui-notification-modal-module_fail__G-Rcq4Tz__platform-common .ui-notification-modal-module_image__LVAK46xd__platform-common{background-color:var(--notificationBackground);color:var(--error)}.ui-notification-modal-module_modal__noMKrPUh__platform-common.ui-notification-modal-module_success__Ia2w8-vl__platform-common .ui-notification-modal-module_image__LVAK46xd__platform-common{background-color:var(--notificationSuccessBackground);color:var(--notificationSuccessColor)}.ui-notification-modal-module_modal__noMKrPUh__platform-common.ui-notification-modal-module_notice__mxZHFYpV__platform-common .ui-notification-modal-module_image__LVAK46xd__platform-common{height:60px;width:60px;font-size:50px}@media screen and (max-width: 459px){.ui-notification-modal-module_modal__noMKrPUh__platform-common.ui-notification-modal-module_notice__mxZHFYpV__platform-common .ui-notification-modal-module_image__LVAK46xd__platform-common{font-size:40px}}.ui-notification-modal-module_modal__noMKrPUh__platform-common.ui-notification-modal-module_confirmation__-j3JuCrs__platform-common .ui-notification-modal-module_actions__q0nA5tkT__platform-common{display:flex;flex-wrap:wrap;margin:30px -5px 0}.ui-notification-modal-module_modal__noMKrPUh__platform-common.ui-notification-modal-module_session__fAwpDcUm__platform-common .ui-notification-modal-module_message__2aHFBTUr__platform-common{color:var(--sessionPopupColor);font-weight:700;font-size:18px;line-height:32px;max-width:480px;text-align:center}.ui-notification-modal-module_modal__noMKrPUh__platform-common.ui-notification-modal-module_session__fAwpDcUm__platform-common .ui-notification-modal-module_actions__q0nA5tkT__platform-common{width:100%;max-width:133px;margin:16px auto 0}@media screen and (max-width: 459px){.ui-notification-modal-module_modal__noMKrPUh__platform-common{padding:30px 16px}}.ui-notification-modal-module_image__LVAK46xd__platform-common{width:90px;height:90px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:33px;margin:0 auto 30px}@media screen and (max-width: 459px){.ui-notification-modal-module_image__LVAK46xd__platform-common{width:40px;height:40px;font-size:16px;margin-bottom:15px}}.ui-notification-modal-module_message__2aHFBTUr__platform-common{color:var(--mainColor);font-size:14px;font-weight:400;line-height:20px;max-width:480px;text-align:center}.ui-notification-modal-module_actions__q0nA5tkT__platform-common{margin-top:30px}.ui-notification-modal-module_col__YSoEg-U7__platform-common{padding:0 5px;width:50%}@media screen and (max-width: 459px){.ui-notification-modal-module_col__YSoEg-U7__platform-common{margin-top:12px;width:100%}.ui-notification-modal-module_col__YSoEg-U7__platform-common:first-of-type{margin-top:0}}.ui-notification-modal-module_hideCloseButton__32a5WxI6__platform-common{display:none}@media (max-width: 767px){.ui-notification-modal-module_modal__noMKrPUh__platform-common{max-width:100%;border-radius:var(--wofModalNotificationsBorderRadiusMobile)}}.neccton-notification-modal-module_modal__SxAVo2cX__platform-common{width:652px}.neccton-notification-modal-module_modal__SxAVo2cX__platform-common .neccton-notification-modal-module_title__uKi4YOJi__platform-common{text-align:center;font-size:16px;font-weight:700;margin-bottom:16px}.neccton-notification-modal-module_modal__SxAVo2cX__platform-common .neccton-notification-modal-module_message__q1G4zgM7__platform-common{margin:auto}.neccton-notification-modal-module_modal__SxAVo2cX__platform-common .neccton-notification-modal-module_image__qzJZF0L8__platform-common{margin-bottom:0;font-size:65px}@media screen and (max-width: 459px){.neccton-notification-modal-module_modal__SxAVo2cX__platform-common .neccton-notification-modal-module_image__qzJZF0L8__platform-common{margin-bottom:15px;width:55px}}.neccton-notification-modal-module_modal__SxAVo2cX__platform-common .neccton-notification-modal-module_actions__hGveFpmG__platform-common{display:grid;grid-gap:8px;grid-template-columns:repeat(auto-fill,minmax(49%,1fr));margin-top:30px}.title-hover-module_Wrapper__hC-uyKZU__platform-common{position:relative}.title-hover-module_Wrapper__hC-uyKZU__platform-common:hover>div{opacity:1;transition-delay:.15s}.title-hover-module_TextContainer__Gru7lran__platform-common,.title-hover-module_longTextContainer__O4GW4ybP__platform-common,.title-hover-module_TextContainerSecond__V8xph3KJ__platform-common{background:var(--headerBackground);left:50%;opacity:0;padding:10px 12px;pointer-events:none;position:absolute;text-align:center;top:-8px;transform:translate(-50%) translateY(-100%);transition:opacity .15s ease;width:120px;z-index:10}.title-hover-module_TextContainer__Gru7lran__platform-common:after,.title-hover-module_longTextContainer__O4GW4ybP__platform-common:after,.title-hover-module_TextContainerSecond__V8xph3KJ__platform-common:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:6px solid var(--headerBackground);bottom:-6px;content:"";display:block;left:calc(50% - 5px);position:absolute;transform:translate(-50%)}@media screen and (max-width: 459px){.title-hover-module_TextContainerSecond__V8xph3KJ__platform-common{display:none}}.title-hover-module_TextContainerSecond__V8xph3KJ__platform-common{left:0;top:-5px;transform:translateY(-100%);padding:4px 8px;border-radius:4px;background:var(--eventResultTooltip);width:100px;width:auto;white-space:nowrap}.title-hover-module_TextContainerSecond__V8xph3KJ__platform-common:after{display:none}.title-hover-module_TextContainerSecond__V8xph3KJ__platform-common .title-hover-module_Text__txgK8ibN__platform-common{font-size:14px;color:#fff}.title-hover-module_longTextContainer__O4GW4ybP__platform-common{white-space:normal;word-wrap:break-word}.title-hover-module_TooltipRight__FN4hV9FK__platform-common{left:auto;right:0}.title-hover-module_TooltipBottom__vaPoApD5__platform-common{transform:translate(-50%);top:auto}.title-hover-module_TooltipBottomRight__JKUj0HKE__platform-common{transform:translate(0);top:auto;right:0;left:auto}.title-hover-module_TooltipCenter__5EY58Oqz__platform-common{transform:translate(-50%) translateY(-100%);left:50%}.title-hover-module_Text__txgK8ibN__platform-common{color:var(--menuDefault);font-size:12px;font-weight:400;text-transform:none}.drawer-module_wrapper__yYF58u9o__platform-common{position:fixed;top:0;left:0;bottom:0;right:0;z-index:var(--zIndex-modalPortal)}.drawer-module_backdrop__q3jVjbHT__platform-common{position:absolute;left:0;right:0;bottom:0;top:0;background:#00000080;animation:drawer-module_drawerBackdropShow__4vSj4ZbJ__platform-common .3s ease-in-out}.drawer-module_content__ac9PgqI9__platform-common{z-index:var(--zIndex-modalView);position:absolute;background:var(--drawerContentBg);overflow:hidden;line-height:1.45}.drawer-module_title__N42z6070__platform-common{background:var(--drawerTitleBg);padding:var(--drawerTitlePadding);display:flex;align-items:center;justify-content:space-between;font-size:16px;font-weight:700}.drawer-module_inner__hGBupVyM__platform-common{padding:var(--drawerInnerPadding)}.drawer-module_placementLeft__60c61qax__platform-common .drawer-module_content__ac9PgqI9__platform-common{bottom:0;top:0;left:0;border-radius:0 var(--drawerBorderRadius) var(--drawerBorderRadius) 0;animation:drawer-module_drawerContentLeftShow__11Iq50Wd__platform-common .25s ease-in}.drawer-module_placementRight__ocAcW0dM__platform-common .drawer-module_content__ac9PgqI9__platform-common{bottom:0;top:0;right:0;border-radius:var(--drawerBorderRadius) 0 0 var(--drawerBorderRadius);animation:drawer-module_drawerContentRightShow__PfqtuX5F__platform-common .25s ease-in}.drawer-module_placementBottom__rRzxmh3K__platform-common .drawer-module_content__ac9PgqI9__platform-common{bottom:0;left:0;right:0;border-radius:var(--drawerBorderRadius) var(--drawerBorderRadius) 0 0;animation:drawer-module_drawerContentBottomShow__-nHH7r7m__platform-common .25s ease-in}.drawer-module_placementTop__Qv9R1X9V__platform-common .drawer-module_content__ac9PgqI9__platform-common{top:0;left:0;right:0;border-radius:0 0 var(--drawerBorderRadius) var(--drawerBorderRadius);animation:drawer-module_drawerContentTopShow__q-xJYuXX__platform-common .25s ease-in}@keyframes drawer-module_drawerContentBottomShow__-nHH7r7m__platform-common{0%{transform:translate3d(0,100%,0)}to{transform:translateZ(0)}}@keyframes drawer-module_drawerContentTopShow__q-xJYuXX__platform-common{0%{transform:translate3d(0,-100%,0)}to{transform:translateZ(0)}}@keyframes drawer-module_drawerContentRightShow__PfqtuX5F__platform-common{0%{transform:translate3d(100%,0,0)}to{transform:translateZ(0)}}@keyframes drawer-module_drawerContentLeftShow__11Iq50Wd__platform-common{0%{transform:translate3d(-100%,0,0)}to{transform:translateZ(0)}}@keyframes drawer-module_drawerBackdropShow__4vSj4ZbJ__platform-common{0%{opacity:0}to{opacity:1}}.aside-menu-holder-module_aside__7oexCoie__platform-common{position:fixed;left:0;top:var(--mslHeaderHeight);bottom:0;right:0;z-index:var(--zIndex-mobileAsideMenu)}.aside-menu-holder-module_aside__7oexCoie__platform-common.aside-menu-holder-module_noBg__3GqMRaMd__platform-common{left:auto;right:auto}.aside-menu-holder-module_aside__7oexCoie__platform-common.aside-menu-holder-module_fromLeft__GHQ7WqsF__platform-common .aside-menu-holder-module_content__c5H2QrfI__platform-common{left:0;transform:translate(-280px)}.aside-menu-holder-module_aside__7oexCoie__platform-common.aside-menu-holder-module_fromLeft__GHQ7WqsF__platform-common .aside-menu-holder-module_close__kXVU5gEm__platform-common{left:295px;transform:translate(-280px)}.aside-menu-holder-module_aside__7oexCoie__platform-common.aside-menu-holder-module_fromRight__ecoObVBv__platform-common .aside-menu-holder-module_content__c5H2QrfI__platform-common{right:0;transform:translate(280px)}.aside-menu-holder-module_aside__7oexCoie__platform-common.aside-menu-holder-module_fromRight__ecoObVBv__platform-common .aside-menu-holder-module_close__kXVU5gEm__platform-common{right:295px;transform:translate(280px)}.aside-menu-holder-module_aside__7oexCoie__platform-common.aside-menu-holder-module_fromLeft__GHQ7WqsF__platform-common.aside-menu-holder-module_animate__Biomy5LB__platform-common .aside-menu-holder-module_close__kXVU5gEm__platform-common,.aside-menu-holder-module_aside__7oexCoie__platform-common.aside-menu-holder-module_fromRight__ecoObVBv__platform-common.aside-menu-holder-module_animate__Biomy5LB__platform-common .aside-menu-holder-module_close__kXVU5gEm__platform-common{opacity:1;transform:translate(0)}.aside-menu-holder-module_aside__7oexCoie__platform-common.aside-menu-holder-module_fromLeft__GHQ7WqsF__platform-common.aside-menu-holder-module_animate__Biomy5LB__platform-common .aside-menu-holder-module_content__c5H2QrfI__platform-common,.aside-menu-holder-module_aside__7oexCoie__platform-common.aside-menu-holder-module_fromRight__ecoObVBv__platform-common.aside-menu-holder-module_animate__Biomy5LB__platform-common .aside-menu-holder-module_content__c5H2QrfI__platform-common{transform:translate(0)}.aside-menu-holder-module_bg__EL0iemDn__platform-common{content:"";display:block;width:100%;height:100%;top:0;left:0;background:#00000080;position:absolute;transition:background .2s ease-out}.aside-menu-holder-module_content__c5H2QrfI__platform-common{position:absolute;top:0;bottom:0;z-index:2;transition:transform .25s ease-out;background:var(--asideMenuHolderBg);width:var(--mslCenterColMarginLeft)}@media screen and (max-width: 2000px){.aside-menu-holder-module_content__c5H2QrfI__platform-common{width:var(--mslCenterColMarginLeftMedia)}}@media screen and (max-width: 1400px){.aside-menu-holder-module_content__c5H2QrfI__platform-common{width:var(--mslCenterColMarginLeftPoint1)}}.aside-menu-holder-module_close__kXVU5gEm__platform-common{top:25px;color:var(--asideMenuHolderClose);font-size:18px;z-index:3;position:absolute;opacity:0;transition:opacity .2s ease-out,transform .25s ease-out}body.menu-cms-header-view .aside-menu-holder-module_aside__7oexCoie__platform-common{top:var(--menuCmsHeaderBodyTopPadding)}.aside-menu-burger-button-module_headerAsideBurger__DYukRa5M__platform-common{color:var(--asideMenuBurgerColor);font-size:20px;margin-right:16px}.pin-button-module_button__AjW3Vb1u__platform-common{font-size:20px;color:var(--pinIconColor)}.favorite-button-module_button__RVRj6rJP__platform-common{font-size:20px;color:var(--favoriteIconColor)}.favorites-block-module_wrapper__mMKKCwi9__platform-common{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.no-favorites-module_noFavoritesContainer__gozfq2ci__platform-common{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:12px;padding-block:24px}.no-favorites-module_favoritesIcon__gS0KAa5M__platform-common{width:16px!important;height:16px!important;margin-inline:3px}.no-favorites-module_secondLine__lul1NkJC__platform-common{display:flex;align-items:center;color:var(--mslSportFiltersItemMobileIcon)}.stories-module_wrapper__rICqflOW__platform-common{margin-top:8px;margin-bottom:24px;display:flex;justify-content:center;flex-wrap:wrap;gap:12px}.stories-module_wrapper__rICqflOW__platform-common.stories-module_slider__f1F6YyFE__platform-common{display:block;margin-bottom:14px}.stories-module_wrapper__rICqflOW__platform-common.stories-module_mobile__gNuRLB8Z__platform-common{padding-top:8px;margin:0 10px}.stories-module_wrapper__rICqflOW__platform-common.stories-module_mobile__gNuRLB8Z__platform-common .react-horizontal-scrolling-menu--scroll-container{gap:0}.stories-module_wrapper__rICqflOW__platform-common.stories-module_mobile__gNuRLB8Z__platform-common .react-horizontal-scrolling-menu--item{padding:4px 6px}.stories-module_wrapper__rICqflOW__platform-common.stories-module_currentListWrapper__Nma7CI4q__platform-common .react-horizontal-scrolling-menu--item:first-child{padding:0}.stories-module_wrapper__rICqflOW__platform-common .react-horizontal-scrolling-menu--scroll-container{padding-bottom:4px}.stories-module_wrapper__rICqflOW__platform-common .react-horizontal-scrolling-menu--item{padding:4px 6px}.cashback-list{display:flex;flex-direction:row;transition:all .5s ease}.cashback-list .fade-enter{opacity:0;transform:translateY(-20px)}.cashback-list .fade-enter-active{opacity:1;transform:translateY(0);transition:opacity .5s,transform .5s}.cashback-list .fade-exit{opacity:1;transform:translateY(0)}.cashback-list .fade-exit-active{opacity:0;transform:translateY(20px);transition:opacity .5s,transform .5s}.stories-module_skeleton__k27UmZDC__platform-common{flex-wrap:nowrap;justify-content:flex-start;overflow:hidden}.stories-module_skeleton__k27UmZDC__platform-common .stories-module_skeletonItem__QXz-v-UZ__platform-common{padding:4px}.banner-cms-stories-module_container__4v1scTHe__platform-common{background:var(--storiesCmsBannerContainerBg);background-color:var(--storiesCmsBannerContainerBgColor);padding:24px 0}.banner-cms-stories-module_container__4v1scTHe__platform-common.banner-cms-stories-module_mobile__boPVhi-h__platform-common{padding:16px 0}.banner-cms-stories-module_container__4v1scTHe__platform-common.banner-cms-stories-module_mobile__boPVhi-h__platform-common .banner-cms-stories-module_wrapper__iwm21C0V__platform-common{margin-right:-12px}.banner-cms-stories-module_container__4v1scTHe__platform-common.banner-cms-stories-module_mobile__boPVhi-h__platform-common .banner-cms-stories-module_wrapper__iwm21C0V__platform-common .react-horizontal-scrolling-menu--scroll-container{gap:0}.banner-cms-stories-module_container__4v1scTHe__platform-common.banner-cms-stories-module_mobile__boPVhi-h__platform-common .banner-cms-stories-module_wrapper__iwm21C0V__platform-common .react-horizontal-scrolling-menu--item{padding:0 4px}.banner-cms-stories-module_wrapper__iwm21C0V__platform-common{display:block;gap:12px}.banner-cms-stories-module_wrapper__iwm21C0V__platform-common .react-horizontal-scrolling-menu--item{padding:0 6px}.banner-cms-stories-module_wrapper__iwm21C0V__platform-common .horizontal-menu__arrow-wrapper--left{left:20px}.banner-cms-stories-module_wrapper__iwm21C0V__platform-common .horizontal-menu__arrow-wrapper--right{right:20px}.banner-cms-stories-module_wrapper__iwm21C0V__platform-common .horizontal-menu__arrow-wrapper{width:32px;height:32px;border-radius:4px;font-size:16px;background:var(--storiesCmsBannerArrowBg);color:var(--storiesCmsBannerArrow);transition:background .15s ease}.banner-cms-stories-module_wrapper__iwm21C0V__platform-common .horizontal-menu__arrow-wrapper:hover{background:var(--storiesCmsBannerArrowBgHover)}.banner-cms-stories-module_item__VSBcX9mk__platform-common{position:relative;width:125px;padding:4px;background-color:var(--mslStoryBg);box-shadow:0 2px 9px #0000001a;border-radius:var(--mslStoryBorderRadius);text-decoration:none;cursor:pointer;transition:color .15s ease,background-color .15s ease}.banner-cms-stories-module_item__VSBcX9mk__platform-common:hover{background-color:var(--mslStoryBgHover)}.banner-cms-stories-module_imageWrapper__VbUxPWsF__platform-common{height:68px;width:100%;border-radius:var(--mslStoryImageBorderRadius);margin-bottom:6px}.banner-cms-stories-module_imageWrapper__VbUxPWsF__platform-common img{border-radius:var(--mslStoryImageBorderRadius);width:100%;height:100%}.banner-cms-stories-module_textWrapper__XJwKVAXw__platform-common{height:32px;margin:0 12px;text-align:center;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.banner-cms-stories-module_skeletonWrapper__6wDQBa2w__platform-common{display:flex;overflow:hidden}.banner-cms-stories-module_skeletonItem__prtmiBPS__platform-common{margin:0 6px}.odds-formatter-module_wrapper__NvSnn2Rh__platform-common{display:flex}.odds-formatter-module_icon__lKrEJUVP__platform-common{margin-left:4px;align-self:center;top:-1px;width:14px;height:14px;color:var(--oddsBoosterIconColor)!important;background:var(--oddsBoosterIconBg);border-radius:var(--oddsBoosterIconBorderRadius)}.odds-formatter-module_baseValue__p7YDla4v__platform-common{opacity:.5;text-decoration:line-through;font-size:.85em;margin-right:4px}.odds-formatter-module_vertical__u5b6BXfY__platform-common{flex-direction:column;align-items:center}.odds-formatter-module_vertical__u5b6BXfY__platform-common .odds-formatter-module_baseValue__p7YDla4v__platform-common{order:1}.odds-formatter-module_horizontal__tlzeXe4r__platform-common{flex-direction:row}.odds-formatter-module_centred__58lxZ-v8__platform-common{flex-direction:column;position:relative;padding-bottom:20px;margin-bottom:-20px}.odds-formatter-module_centred__58lxZ-v8__platform-common .odds-formatter-module_baseValue__p7YDla4v__platform-common{position:absolute;left:0;right:0;top:20px;text-align:center}.odds-formatter-module_value__twBFG5A-__platform-common{display:flex!important}.tabs-toggler-module_menu__FFuyNH38__platform-common{list-style:none;margin:0;padding:0;display:flex;background:var(--mslTabsTogglerBg);overflow:hidden;border-radius:var(--mslTabsTogglerBorderRadius, 6px)}.tabs-toggler-module_menu__FFuyNH38__platform-common.tabs-toggler-module_inline__BRX2C3PX__platform-common{display:inline-flex}.tabs-toggler-module_menu__FFuyNH38__platform-common.tabs-toggler-module_inline__BRX2C3PX__platform-common .tabs-toggler-module_item__gJ4144Il__platform-common{width:auto;padding:6px 48px}.tabs-toggler-module_item__gJ4144Il__platform-common{width:50%;display:flex;align-items:center;justify-content:center;color:var(--mslTabsTogglerTitle);font-size:var(--mslTabsTogglerTitleFontSize, 14px);font-weight:var(--mslTabsTogglerTitleFontWeight, 700);border-radius:var(--mslTabsTogglerBorderRadius, 6px);padding:6px;height:var(--mslTabsTogglerHeight);text-align:center;transition:background .15s ease,color .15s ease;position:relative;text-decoration:none;overflow:hidden;cursor:pointer}.tabs-toggler-module_item__gJ4144Il__platform-common.tabs-toggler-module_active__WIRgs6R2__platform-common{background:var(--mslTabsTogglerBgActive);color:var(--mslTabsTogglerTitleActive)}.search-instructions-module_defaultInstructionStyle__jwXc6yGE__platform-common{padding-inline-start:18px;margin-block-start:0;margin-block-end:0}.new-search-no-result-module_noResultContainer__TVUB5KPE__platform-common{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding-block:32px;color:var(--allSportsTitleColor)}.search-result-items-module_searchLeagueRow__196Ekxqu__platform-common{display:flex;justify-content:space-between;padding:8px;cursor:pointer;color:var(--sportMenuItemText);text-decoration:none}.search-result-items-module_searchLeagueRowModern__ozTolyAN__platform-common{background-color:var(--aggregateScoreBG);border-radius:8px}.search-result-items-module_searchLeagueRowClassic__SvSKHyvX__platform-common{background-color:var(--inputBackgroundForm);border-bottom:1px solid #E2E8EE;border-radius:0}.search-result-items-module_leagueRowSection__kRgcwgrC__platform-common{display:flex;justify-content:start;align-items:center;gap:8px;text-transform:uppercase;font-weight:700;letter-spacing:1px;font-size:12px}.search-result-items-module_leagueRowMobileSection__4j2HiOMD__platform-common{display:flex;font-weight:400;text-transform:none;letter-spacing:normal;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:85%}.search-result-items-module_leagueIcon__kF9pMSPL__platform-common{margin-right:0}.search-result-items-module_counterHeader__8EZlAhaU__platform-common{display:flex;align-items:center;justify-content:end;padding:10px 16px;background-color:var(--aggregateScoreBG);color:var(--mainColor);font-weight:700;text-transform:uppercase}.search-result-items-module_counterHeader__8EZlAhaU__platform-common>div{opacity:.5}.search-result-items-module_eventCount__a4k8pQ4p__platform-common{justify-content:center;opacity:.8;margin-right:4px}.search-result-items-module_divider__aOCmRcbW__platform-common{margin-inline:4px}.search-result-items-module_titleText__QjqC5SX-__platform-common{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.text-with-highlights-module_searchTextBackground__1qmNKt8x__platform-common{background-color:var(--searchTextHighlightBg);color:var(--searchTextHighlightColor)}.top-producer-images-module_container__a18mvO-2__platform-common{position:relative;display:grid;grid-template-columns:repeat(5,168px);gap:14px;z-index:1}.top-producer-images-module_container__a18mvO-2__platform-common.top-producer-images-module_small__Ox8xOleW__platform-common{margin:-2px}.top-producer-images-module_container__a18mvO-2__platform-common.top-producer-images-module_small__Ox8xOleW__platform-common .top-producer-images-module_itemWrapper__Cu-Om-oi__platform-common{flex-basis:33.33%;padding:4px}.top-producer-images-module_container__a18mvO-2__platform-common.top-producer-images-module_small__Ox8xOleW__platform-common .top-producer-images-module_item__N3y5N6uo__platform-common{width:auto;height:auto}.top-producer-images-module_container__a18mvO-2__platform-common.top-producer-images-module_big__xYQCqHQX__platform-common{margin:-4px}.top-producer-images-module_container__a18mvO-2__platform-common.top-producer-images-module_big__xYQCqHQX__platform-common .top-producer-images-module_itemWrapper__Cu-Om-oi__platform-common{display:flex;justify-content:center;flex-basis:50%;padding:4px}.top-producer-images-module_container__a18mvO-2__platform-common.top-producer-images-module_big__xYQCqHQX__platform-common .top-producer-images-module_item__N3y5N6uo__platform-common{width:auto;height:auto}.top-producer-images-module_skeletonContainer__5dwdXwM-__platform-common{position:relative;width:100%;z-index:1}.top-producer-images-module_itemWrapper__Cu-Om-oi__platform-common{overflow:hidden}.top-producer-images-module_item__N3y5N6uo__platform-common{position:relative;display:flex;align-items:center;justify-content:center;width:168px;height:138px;max-width:100%;max-height:138px;opacity:1;border-radius:8px;overflow:hidden}.top-producer-images-module_item__N3y5N6uo__platform-common:hover .top-producer-images-module_image__5bs-jDKK__platform-common{scale:1.1}.top-producer-images-module_item__N3y5N6uo__platform-common:hover:after{content:"";position:absolute;width:100%;height:100%;background:linear-gradient(#41414133,#6f6f6f2d);z-index:2;animation:top-producer-images-module_fadeIn__RtVjC-g0__platform-common .3s ease-in-out}.top-producer-images-module_image__5bs-jDKK__platform-common{position:absolute;width:auto;height:100%;transition:all ease-in-out .3s}.top-producer-images-module_header__7pJliRP4__platform-common{display:flex;align-items:center;justify-content:space-between;margin-bottom:48px}.top-producer-images-module_header__7pJliRP4__platform-common.top-producer-images-module_mobile__p8AcEmde__platform-common{margin-bottom:16px}.top-producer-images-module_header__7pJliRP4__platform-common.top-producer-images-module_mobile__p8AcEmde__platform-common .top-producer-images-module_title__srBUX5-w__platform-common{font-size:20px;font-weight:700;text-transform:uppercase}.top-producer-images-module_header__7pJliRP4__platform-common.top-producer-images-module_mobile__p8AcEmde__platform-common .top-producer-images-module_title__srBUX5-w__platform-common:not(.top-producer-images-module_titleWhite__qbhQ77q3__platform-common){color:var(--mainColor)}.top-producer-images-module_header__7pJliRP4__platform-common.top-producer-images-module_mobile__p8AcEmde__platform-common .app-button{padding-left:12px;padding-right:12px;font-weight:700;min-height:32px}.top-producer-images-module_title__srBUX5-w__platform-common{color:var(--white);font-size:32px;font-weight:900}@media screen and (max-width: 1800px){.top-producer-images-module_container__a18mvO-2__platform-common{grid-template-columns:repeat(5,158px)}.top-producer-images-module_item__N3y5N6uo__platform-common{width:158px;height:140px}}@media (max-width: 1000px){.top-producer-images-module_container__a18mvO-2__platform-common{display:flex;flex-wrap:wrap;gap:0}.top-producer-images-module_item__N3y5N6uo__platform-common:hover .top-producer-images-module_image__5bs-jDKK__platform-common{scale:1}.top-producer-images-module_item__N3y5N6uo__platform-common:hover:after{content:none}}.top-producer-images-module_imageMobile__3WRM9365__platform-common{position:relative;max-width:100%;width:100%;max-height:100%;border-radius:8px}@keyframes top-producer-images-module_fadeIn__RtVjC-g0__platform-common{0%{opacity:0}to{opacity:1}}.skeleton-tiles-loader-module_container__A763S2ph__platform-common{display:grid;align-items:center}.skeleton-tiles-loader-module_tile__LveIVy8I__platform-common{position:relative;overflow:hidden;border-radius:8px;background-color:#ddd;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:1.5s linear infinite alternate skeleton-tiles-loader-module_pulsate__DPs1t4H-__platform-common}.skeleton-tiles-loader-module_tile__LveIVy8I__platform-common:after{content:"";position:absolute;left:0;bottom:-50px;height:400px;width:70px;rotate:-35deg;animation:1.5s linear infinite alternate skeleton-tiles-loader-module_rollOver__35gcJt-Z__platform-common;background:linear-gradient(90deg,transparent,#b7b7b7,transparent)}@keyframes skeleton-tiles-loader-module_pulsate__DPs1t4H-__platform-common{0%{opacity:.2}to{opacity:.5}}@keyframes skeleton-tiles-loader-module_rollOver__35gcJt-Z__platform-common{0%{transform:translate(-100px)}to{transform:translate(400px,-50px)}}.recommendations-checkbox-module_actions__FqfZRNZx__platform-common{margin-top:20px}.recommendations-checkbox-module_checkboxLabel__jLHZGxC2__platform-common{display:flex;position:relative}.recommendations-checkbox-module_checkbox__GRVtaPgn__platform-common{margin-right:15px}.checkbox-module_checkbox__uzQxfxQy__platform-common{align-items:center;cursor:pointer;display:flex;justify-content:flex-start;-webkit-user-select:none;-moz-user-select:none;user-select:none;max-width:100%;flex-wrap:wrap}.checkbox-module_checkbox__uzQxfxQy__platform-common .checkbox-module_content__6psoqyHI__platform-common{margin-left:8px;max-width:calc(100% - 44px)}.checkbox-module_checkbox__uzQxfxQy__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common{align-items:center;display:flex;justify-content:center;position:relative}.checkbox-module_checkbox__uzQxfxQy__platform-common .checkbox-module_input__PquNiAqd__platform-common{display:none}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_default__gISu-MxA__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common,.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_rounded__N6goZcfF__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common{height:29px;width:29px}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_default__gISu-MxA__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:after,.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_rounded__N6goZcfF__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:after,.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_default__gISu-MxA__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:before,.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_rounded__N6goZcfF__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:before{box-sizing:border-box;content:"";display:block;transition:transform .15s ease,opacity .15s ease}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_default__gISu-MxA__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:before,.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_rounded__N6goZcfF__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:before{border:1px solid var(--menuSectionBorder);border-radius:8px;content:"";display:block;height:100%;left:0;position:absolute;top:0;transform:rotate(0) scale(1) translateZ(0);width:100%}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_default__gISu-MxA__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:after,.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_rounded__N6goZcfF__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:after{border-color:transparent var(--buttonMain) var(--buttonMain) transparent;border-style:solid;border-width:0 2px 2px 0;height:16px;left:9px;opacity:0;position:absolute;top:-1px;transform:rotate(40deg) scale(1) translate(5px,3px) translateZ(0);width:8px}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_default__gISu-MxA__platform-common .checkbox-module_input__PquNiAqd__platform-common.checkbox-module_checked__2CRw1VVI__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:after,.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_rounded__N6goZcfF__platform-common .checkbox-module_input__PquNiAqd__platform-common.checkbox-module_checked__2CRw1VVI__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:after{opacity:1;transform:rotate(40deg) scale(1) translate(5px,3px) translateZ(0)}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_default__gISu-MxA__platform-common .checkbox-module_input__PquNiAqd__platform-common.checkbox-module_checked__2CRw1VVI__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:before,.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_rounded__N6goZcfF__platform-common .checkbox-module_input__PquNiAqd__platform-common.checkbox-module_checked__2CRw1VVI__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:before{transform:rotate(0) scale(1) translateZ(0)}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_default__gISu-MxA__platform-common.checkbox-module_small__5cCGmmb3__platform-common .checkbox-module_input__PquNiAqd__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common,.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_small__5cCGmmb3__platform-common.checkbox-module_rounded__N6goZcfF__platform-common .checkbox-module_input__PquNiAqd__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common{height:16px;width:16px}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_default__gISu-MxA__platform-common.checkbox-module_small__5cCGmmb3__platform-common .checkbox-module_input__PquNiAqd__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:before,.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_small__5cCGmmb3__platform-common.checkbox-module_rounded__N6goZcfF__platform-common .checkbox-module_input__PquNiAqd__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:before{border-radius:var(--baseBorderRadius)}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_default__gISu-MxA__platform-common.checkbox-module_small__5cCGmmb3__platform-common .checkbox-module_input__PquNiAqd__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:after,.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_small__5cCGmmb3__platform-common.checkbox-module_rounded__N6goZcfF__platform-common .checkbox-module_input__PquNiAqd__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:after{height:10px;transform:rotate(40deg) scale(1) translate(-1px,3px) translateZ(0);width:6px;top:0;left:8px}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_default__gISu-MxA__platform-common.checkbox-module_small__5cCGmmb3__platform-common .checkbox-module_input__PquNiAqd__platform-common.checkbox-module_checked__2CRw1VVI__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:after,.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_small__5cCGmmb3__platform-common.checkbox-module_rounded__N6goZcfF__platform-common .checkbox-module_input__PquNiAqd__platform-common.checkbox-module_checked__2CRw1VVI__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:after{opacity:1;transform:rotate(40deg) scale(1) translate(-1px,3px) translateZ(0)}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_default__gISu-MxA__platform-common.checkbox-module_small__5cCGmmb3__platform-common .checkbox-module_content__6psoqyHI__platform-common,.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_small__5cCGmmb3__platform-common.checkbox-module_rounded__N6goZcfF__platform-common .checkbox-module_content__6psoqyHI__platform-common{max-width:calc(100% - 31px)}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_default__gISu-MxA__platform-common.checkbox-module_white__RbC7Z6jb__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:before,.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_white__RbC7Z6jb__platform-common.checkbox-module_rounded__N6goZcfF__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:before{background-color:var(--buttonText);border-color:var(--buttonText)}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_default__gISu-MxA__platform-common.checkbox-module_gray__xBlXd-zu__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:before,.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_gray__xBlXd-zu__platform-common.checkbox-module_rounded__N6goZcfF__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:before{background-color:var(--inputBackground);border-color:var(--inputBackground)}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_smallIvibet__MFJnDnva__platform-common .checkbox-module_input__PquNiAqd__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common{height:16px;width:16px}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_smallIvibet__MFJnDnva__platform-common .checkbox-module_input__PquNiAqd__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:before{border-radius:var(--checkboxBorderRadius)}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_smallIvibet__MFJnDnva__platform-common .checkbox-module_input__PquNiAqd__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:after{height:10px;transform:rotate(40deg) scale(1) translate(-1px,3px) translateZ(0);width:6px;top:0;left:8px;border-color:transparent var(--white) var(--white) transparent}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_smallIvibet__MFJnDnva__platform-common .checkbox-module_input__PquNiAqd__platform-common.checkbox-module_checked__2CRw1VVI__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:before{background:var(--buttonMain);border-color:var(--buttonMain)}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_smallIvibet__MFJnDnva__platform-common .checkbox-module_input__PquNiAqd__platform-common.checkbox-module_checked__2CRw1VVI__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:after{opacity:1;transform:rotate(40deg) scale(1) translate(-1px,3px) translateZ(0)}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_smallIvibet__MFJnDnva__platform-common .checkbox-module_content__6psoqyHI__platform-common{max-width:calc(100% - 31px)}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_square__3XfvXWiW__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common{height:22px;width:22px}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_square__3XfvXWiW__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:after,.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_square__3XfvXWiW__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:before{content:"";position:absolute;transition:box-shadow .1s ease}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_square__3XfvXWiW__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:before{background:var(--white);border:1px solid var(--registrationCheckboxSquareBlue);padding:7px}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_square__3XfvXWiW__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:after{border:2px solid var(--registrationCheckboxSquareInactive);padding:9px}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_square__3XfvXWiW__platform-common .checkbox-module_input__PquNiAqd__platform-common.checkbox-module_checked__2CRw1VVI__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:before{box-shadow:0 0 0 2px var(--registrationCheckboxSquareActive)}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_square__3XfvXWiW__platform-common .checkbox-module_input__PquNiAqd__platform-common.checkbox-module_checked__2CRw1VVI__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:after{background:var(--registrationCheckboxSquareBlue);border:3px solid var(--white);padding:4px}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_greenSquare__Z1JDl7Oa__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common{height:15px;width:15px}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_greenSquare__Z1JDl7Oa__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:after,.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_greenSquare__Z1JDl7Oa__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:before{content:"";position:absolute;transition:background .15s ease,border .15s ease;box-sizing:border-box}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_greenSquare__Z1JDl7Oa__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:before{background:var(--white);border:1px solid var(--checkboxBorder);padding:7px;border-radius:2px}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_greenSquare__Z1JDl7Oa__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:after{transition:transform .15s ease,opacity .15s ease;border-color:transparent var(--white) var(--white) transparent;border-style:solid;border-width:0 2px 2px 0;height:8px;left:3px;opacity:0;position:absolute;top:-3px;transform:rotate(40deg) scale(1) translate(5px,3px) translateZ(0);width:5px}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_greenSquare__Z1JDl7Oa__platform-common .checkbox-module_input__PquNiAqd__platform-common.checkbox-module_checked__2CRw1VVI__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:after{opacity:1}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_greenSquare__Z1JDl7Oa__platform-common .checkbox-module_input__PquNiAqd__platform-common.checkbox-module_checked__2CRw1VVI__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:before{background:var(--checkboxActiveBg);border:1px solid var(--checkboxActiveBorder)}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_rounded__N6goZcfF__platform-common .checkbox-module_input__PquNiAqd__platform-common.checkbox-module_checked__2CRw1VVI__platform-common+.checkbox-module_fakeInput__9iDTzN8i__platform-common:before{background:var(--buttonMain);border:none}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_rounded__N6goZcfF__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common{width:16px;height:16px}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_rounded__N6goZcfF__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:before{border-radius:50%}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_rounded__N6goZcfF__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:after{height:8px;width:5px;left:3.5px;top:-2px;border-color:#fff;border-width:0 1.5px 1.5px 0}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_center__oWWkFd1a__platform-common{justify-content:center}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_top__CzmWYS20__platform-common{align-items:flex-start}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_disabled__1ZX-Kx0a__platform-common{pointer-events:none}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_disabled__1ZX-Kx0a__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common{filter:grayscale(1)}.checkbox-module_checkbox__uzQxfxQy__platform-common.checkbox-module_error__bf9BDhfd__platform-common .checkbox-module_fakeInput__9iDTzN8i__platform-common:before{border-color:var(--inputErrorColor)}.custom-tooltip-module_tooltipContainer__3lwnbLeH__platform-common{position:absolute;padding:8px 12px;border-radius:4px;background-color:#6f7b8d;color:#fff;z-index:2}.custom-tooltip-module_tooltipContainer__3lwnbLeH__platform-common:before{content:"";position:absolute;left:0;top:50%;translate:-90% -50%;border-radius:4px;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #6F7B8D}.last-winners-module_lastWinners__sJY5noEu__platform-common{display:flex;margin:5px 0;overflow:hidden;gap:28px}.last-winners-module_lastWinners__sJY5noEu__platform-common.last-winners-module_mobile__UEQXiHTB__platform-common{display:block;padding:15px 0 15px 15px;margin:0}.last-winners-module_lastWinners__sJY5noEu__platform-common.last-winners-module_mobile__UEQXiHTB__platform-common .last-winners-module_title__r5CFFzwi__platform-common{text-transform:uppercase}.last-winners-module_titleImage__P8iesaAq__platform-common{width:125px;height:125px;display:flex;align-items:end;justify-content:center;background-repeat:no-repeat;background-size:contain;background-position:center}.last-winners-module_textInfo__fMZBENDW__platform-common{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.last-winners-module_list__doJwbiGT__platform-common{display:flex;align-items:center;gap:56px}.last-winners-module_title__r5CFFzwi__platform-common{font-weight:700;font-size:16px;color:var(--yellow);margin-bottom:15px;line-height:24px}.last-winners-module_item__AJVR-Ipr__platform-common{display:flex;align-items:center;gap:16px;min-height:64px;min-width:180px;transition:transform .3s ease,opacity .25s ease;transform:translate(-100%);opacity:0}.last-winners-module_item__AJVR-Ipr__platform-common.last-winners-module_animation__TGXp-Wd9__platform-common{transform:translate(0);opacity:1}.last-winners-module_imageWrapper__GpobfsEl__platform-common{cursor:pointer;width:64px;height:64px;flex-shrink:0}.last-winners-module_image__iDKdkChH__platform-common{max-width:100%;max-height:100%;border-radius:4px;border:1px solid rgba(255,255,255,.5019607843)}.last-winners-module_name__RYzB2i4J__platform-common{font-size:12px;letter-spacing:.02em;color:var(--white);cursor:pointer;opacity:.5;font-weight:400;line-height:20px}.last-winners-module_name__RYzB2i4J__platform-common .last-winners-module_tooltip__mnMZBAnZ__platform-common{display:flex;align-items:center}.last-winners-module_name__RYzB2i4J__platform-common .last-winners-module_tooltip__mnMZBAnZ__platform-common svg{font-size:16px;margin-right:4px}.last-winners-module_wonIn__EhempJZm__platform-common,.last-winners-module_won__92Q-Uqq7__platform-common,.last-winners-module_button__p068zQWX__platform-common{font-weight:700;font-size:14px}.last-winners-module_wonIn__EhempJZm__platform-common,.last-winners-module_won__92Q-Uqq7__platform-common{color:var(--white);display:flex;align-items:center}.last-winners-module_button__p068zQWX__platform-common{text-align:left;color:var(--yellow);transition:color .3s;display:contents}.last-winners-module_button__p068zQWX__platform-common:hover{color:var(--white)}.last-winners-module_placeholder__Y3rzf9rm__platform-common .last-winners-module_textInfo__fMZBENDW__platform-common,.last-winners-module_placeholder__Y3rzf9rm__platform-common .last-winners-module_placeholderText__xcf4Hni3__platform-common{width:100%}.last-winners-module_placeholder__Y3rzf9rm__platform-common .last-winners-module_customColors__y35UGYXo__platform-common{--base-color: #1A3769;--highlight-color: #0D1D34}.sport-bookmakers-banner-module_bg__kcvlbNEV__platform-common,.sport-bookmakers-banner-module_bgDesktop__On5eVs4b__platform-common{background-size:cover;background-position-x:right;-webkit-user-select:none;-moz-user-select:none;user-select:none;left:0;top:0}.sport-bookmakers-banner-module_bg__kcvlbNEV__platform-common{background-position-y:-70px}.sport-bookmakers-banner-module_bgDesktop__On5eVs4b__platform-common{position:absolute;width:100%;height:100%;background-position-y:50px}.sport-bookmakers-banner-module_container__Lzg5THWl__platform-common{position:relative;display:inline-flex;flex-direction:column;align-items:flex-start;width:100%;max-width:1295px}.sport-bookmakers-banner-module_container__Lzg5THWl__platform-common.sport-bookmakers-banner-module_mobile__WD9Hdhwv__platform-common{width:100%;padding:24px 14px 10px;max-width:100vw}.sport-bookmakers-banner-module_container__Lzg5THWl__platform-common.sport-bookmakers-banner-module_mobile__WD9Hdhwv__platform-common .sport-bookmakers-banner-module_textContainer__8LyzeKhP__platform-common{width:100%;align-items:center;text-align:center}.sport-bookmakers-banner-module_container__Lzg5THWl__platform-common.sport-bookmakers-banner-module_mobile__WD9Hdhwv__platform-common .sport-bookmakers-banner-module_sportPageTitle__mA5SUDqn__platform-common{font-size:32px;font-weight:700;line-height:32px;letter-spacing:.24px;margin-bottom:8px}.sport-bookmakers-banner-module_container__Lzg5THWl__platform-common.sport-bookmakers-banner-module_mobile__WD9Hdhwv__platform-common .sport-bookmakers-banner-module_sportPageDescription__G2fWVxkE__platform-common{font-size:14px;margin-bottom:12px;line-height:20px}.sport-bookmakers-banner-module_textContainer__8LyzeKhP__platform-common{display:flex;flex-direction:column;width:50%;margin-bottom:30px}.sport-bookmakers-banner-module_bannersContainer__SHiyibwH__platform-common{display:flex;align-items:center;width:100%}.sport-bookmakers-banner-module_sportPageTitle__mA5SUDqn__platform-common{color:var(--white);font-size:40px;font-weight:900;line-height:1.5em;letter-spacing:.48px}.sport-bookmakers-banner-module_sportPageDescription__G2fWVxkE__platform-common{color:var(--white);font-size:14px;font-weight:400;line-height:20px}@media (max-width: 1440px){.sport-bookmakers-banner-module_banner__9lM0DQNu__platform-common{height:512px}}.sport-bookmakers-banner-module_sportsBannersStyles__SQo-gXjR__platform-common{container-type:inline-size}.sport-bookmakers-banner-module_sportsBannersStyles__SQo-gXjR__platform-common button{margin-top:calc(7% + 4px)}@container (min-width: 700px){.sport-bookmakers-banner-module_sportsBannersStyles__SQo-gXjR__platform-common button{margin-top:calc(21% + 4px);margin-left:20px}}@container (600px < width < 700px){.sport-bookmakers-banner-module_sportsBannersStyles__SQo-gXjR__platform-common button{margin-left:8px;margin-top:calc(12% + 4px)}}@container (max-width: 600px){.sport-bookmakers-banner-module_sportsBannersStyles__SQo-gXjR__platform-common button{margin-left:calc(-2% + 8px)}}@container (max-width: 500px){.sport-bookmakers-banner-module_sportsBannersStyles__SQo-gXjR__platform-common button{margin-left:calc(-3% - 2px)}}@container (max-width: 400px){.sport-bookmakers-banner-module_sportsBannersStyles__SQo-gXjR__platform-common button{margin-left:calc(-8% - 2px)}}.main-page-banners-section-module_container__BPIIyPtF__platform-common.main-page-banners-section-module_mainPageSportBlock__Vrmsr5aL__platform-common{margin-top:48px}.main-page-banners-section-module_container__BPIIyPtF__platform-common.main-page-banners-section-module_mainPageSportBlock__Vrmsr5aL__platform-common.main-page-banners-section-module_mobile__fErppNNE__platform-common{margin:0 16px 36px}.main-page-banners-section-module_sportBlockWrapper__iK3rQRHq__platform-common{margin:16px}.main-page-banners-section-module_fullWidthMobile__ZJgsdB4Q__platform-common{width:100%;margin:0;padding:36px 16px 0}.main-page-banners-section-module_fullWidthMobile__ZJgsdB4Q__platform-common .bannerImage{border-radius:0}.main-page-banners-section-module_bannerSportWrapper__QrzV-UKO__platform-common .bannerWrapper{max-height:420px;height:420px;border-radius:8px}.main-page-banners-section-module_sportBlockHeader__XDEHa6uu__platform-common{display:flex;align-items:center;justify-content:space-between;font-size:24px;font-weight:700;line-height:32px;letter-spacing:.24px;margin-bottom:48px;text-transform:uppercase}.main-page-banners-section-module_sportBlockHeader__XDEHa6uu__platform-common.main-page-banners-section-module_headerMobile__QvUZR9PK__platform-common{font-size:18px;margin:32px 0 32px 2px}.main-page-banners-section-module_sportBlockHeader__XDEHa6uu__platform-common.main-page-banners-section-module_headerMobile__QvUZR9PK__platform-common .main-page-banners-section-module_title__Aun5ET4i__platform-common{font-size:20px;text-transform:uppercase}.main-page-banners-section-module_sportBlockHeader__XDEHa6uu__platform-common.main-page-banners-section-module_headerMobile__QvUZR9PK__platform-common .app-button{padding-left:12px;padding-right:12px;font-weight:700;min-height:32px}.main-page-banners-section-module_mainpageBannerButton__qGlRj2lf__platform-common{font-size:14px;letter-spacing:.42px}.main-page-slots-block-module_slotsBlock__4J45psLK__platform-common{width:100%;max-height:550px;margin:0 0 48px;background:var(--asiaSlotsBgColor)}.main-page-slots-block-module_slotsBlock__4J45psLK__platform-common.main-page-slots-block-module_mobile__rdJ5tQbf__platform-common{background-size:cover}.main-page-slots-block-module_slotsBlock__4J45psLK__platform-common.main-page-slots-block-module_mobile__rdJ5tQbf__platform-common .main-page-slots-block-module_leftColumn__p-re8IWk__platform-common{justify-content:start;width:100%;padding:0}.main-page-slots-block-module_slotsBlock__4J45psLK__platform-common.main-page-slots-block-module_mobile__rdJ5tQbf__platform-common .main-page-slots-block-module_content__uALL7SND__platform-common{padding:32px 16px}.main-page-slots-block-module_slotsBlock__4J45psLK__platform-common.main-page-slots-block-module_mobile__rdJ5tQbf__platform-common .main-page-slots-block-module_contentInside__UVFFT59c__platform-common{width:100%;text-align:center;justify-content:flex-start}.main-page-slots-block-module_slotsBlock__4J45psLK__platform-common.main-page-slots-block-module_mobile__rdJ5tQbf__platform-common .main-page-slots-block-module_title__nYrqVrms__platform-common{font-size:32px}.main-page-slots-block-module_slotsBlock__4J45psLK__platform-common.main-page-slots-block-module_mobile__rdJ5tQbf__platform-common .main-page-slots-block-module_description__od2vwQLo__platform-common{width:100%;margin-top:8px}.main-page-slots-block-module_topProducersWrapper__z5MattCN__platform-common{position:relative;margin-bottom:20px}.main-page-slots-block-module_backgroundImage__p8G6KxC5__platform-common{width:100%;height:100%;background-size:cover;background-position-x:-150px}.main-page-slots-block-module_content__uALL7SND__platform-common{max-width:100%;height:100%;margin:auto}.main-page-slots-block-module_contentInside__UVFFT59c__platform-common{display:flex;justify-content:space-between;height:100%;width:100%;gap:15px}.main-page-slots-block-module_contentInside__UVFFT59c__platform-common .main-page-slots-block-module_leftColumn__p-re8IWk__platform-common{display:flex;flex-direction:column;justify-content:space-around;width:60%;padding:20px 0}.main-page-slots-block-module_contentInside__UVFFT59c__platform-common .main-page-slots-block-module_imagesBlockWrapper__AZpqcmMg__platform-common{position:relative;right:0;width:60%;height:100%}.main-page-slots-block-module_contentInside__UVFFT59c__platform-common .main-page-slots-block-module_slotsAnimationWrapper__7K38ZpcZ__platform-common img{height:100%;width:auto;right:-30px}.main-page-slots-block-module_actions__0PbA8C1T__platform-common{margin-top:20px;display:flex;justify-content:flex-start}@media (max-width: 1540px){.main-page-slots-block-module_backgroundImage__p8G6KxC5__platform-common{background-position-x:-200px}}.styles-module_layout__33jDpA3S__platform-common{position:absolute;width:100%;border-radius:8px;-o-object-fit:cover;object-fit:cover;transition:all .3s ease-in-out}.styles-module_brightness__7Dx3AMGO__platform-common{opacity:.7;animation:ease-in-out styles-module_change-brightness__rh285vF1__platform-common}.styles-module_accent__y9aPDdEv__platform-common{position:absolute;bottom:-2px;right:-2px;width:auto;height:105%;z-index:6;transition:all .3s ease-in-out;border-radius:8px}.styles-module_onHover__EjoiLO2l__platform-common{transform:scale(1.08) translate(-11px) translateY(-4px)}.styles-module_onHoverBackground__owsjhsTE__platform-common{scale:1.07}@keyframes styles-module_change-brightness__rh285vF1__platform-common{0%{filter:brightness(.7);-webkit-filter:brightness(.7)}50%{filter:brightness(1.4);-webkit-filter:brightness(1.2)}to{filter:brightness(.7);-webkit-filter:brightness(.7)}}@media (max-width: 1280px){.banner-module_producersWrapper__DJBTrchI__platform-common{width:75%;margin:0 auto}}@media (max-width: 860px){.banner-module_producersWrapper__DJBTrchI__platform-common{width:100%}}.banner-module_producersWrapper__DJBTrchI__platform-common img{position:absolute;background-color:transparent!important}.banner-module_producersWrapper__DJBTrchI__platform-common .banner-module_woman1__DSn3vuqf__platform-common{bottom:30px;left:0;width:224px;height:354px;z-index:5}.banner-module_producersWrapper__DJBTrchI__platform-common .banner-module_woman1__DSn3vuqf__platform-common.banner-module_mobile__fzRPX4cJ__platform-common{width:35%;height:auto}.banner-module_producersWrapper__DJBTrchI__platform-common .banner-module_man__YGwap2y5__platform-common{bottom:0;width:646px;height:430px;z-index:6}.banner-module_producersWrapper__DJBTrchI__platform-common .banner-module_man__YGwap2y5__platform-common.banner-module_mobile__fzRPX4cJ__platform-common{width:100%;height:auto}.banner-module_producersWrapper__DJBTrchI__platform-common .banner-module_sunBurst__2VxLnOHI__platform-common{bottom:90px;width:100%;height:auto}.banner-module_producersWrapper__DJBTrchI__platform-common .banner-module_woman2__hWcpqyct__platform-common{bottom:39px;right:60px;width:272px;height:340px;z-index:5}.banner-module_producersWrapper__DJBTrchI__platform-common .banner-module_woman2__hWcpqyct__platform-common.banner-module_mobile__fzRPX4cJ__platform-common{width:42%;right:0;height:auto}.banner-module_producersWrapper__DJBTrchI__platform-common .banner-module_coinsWrapper__D-VJ8sss__platform-common{position:absolute;height:220px;width:120%;right:0;bottom:140px;z-index:2}@media (max-width: 1560px){.banner-module_producersWrapper__DJBTrchI__platform-common .banner-module_coinsWrapper__D-VJ8sss__platform-common{width:100%;height:auto}}.banner-module_producersWrapper__DJBTrchI__platform-common .banner-module_cubesWrapper__d39kRrbR__platform-common{position:absolute;width:110%;right:58px;bottom:-5px;z-index:7}.banner-module_producersWrapper__DJBTrchI__platform-common .banner-module_cubesWrapper__d39kRrbR__platform-common.banner-module_mobile__fzRPX4cJ__platform-common{width:80%}@media (max-width: 1560px){.banner-module_producersWrapper__DJBTrchI__platform-common .banner-module_cubesWrapper__d39kRrbR__platform-common{width:100%;height:auto}}.banner-module_bannerWrapper__-InPy6M3__platform-common{display:flex;position:relative;width:100%;min-height:var(--minimalSlider);height:var(--sliderHeight);border-radius:8px;overflow:hidden}.banner-module_bannerWrapper__-InPy6M3__platform-common.banner-module_mobile__fzRPX4cJ__platform-common{border-radius:0}.banner-module_bannerWrapper__-InPy6M3__platform-common .awssld__box{min-height:var(--minimalSlider);height:var(--sliderHeight)}.banner-module_bannerWrapper__-InPy6M3__platform-common .awssld__bar{height:2px!important;background:var(--eventTableBorder)!important}.banner-module_bannerWrapper__-InPy6M3__platform-common .awssld__bullets{justify-content:var(--slaiderBulletsPosition, center);bottom:8px}.banner-module_bannerWrapper__-InPy6M3__platform-common .awssld__bullets button{width:8px;height:8px;background:var(--sliderBulletsDefaultBackground, #ffffff)}.banner-module_bannerWrapper__-InPy6M3__platform-common .awssld__bullets button.awssld__bullets--active{background:var(--sliderBulletsActiveBackground)}.banner-module_bannerWrapper__-InPy6M3__platform-common .awssld__content img{display:block;background-color:var(--bannerImgBacgroundcolor);-o-object-position:top;object-position:top}.banner-module_bannerInnerWrapper__XPhFbNaf__platform-common{display:block;align-items:center;width:100%;height:100%;position:relative}.banner-module_controls__09hBSq-6__platform-common{display:flex;align-items:center;flex-direction:row-reverse;position:absolute;right:16px;bottom:16px;background:var(--mainBannerControlsBg, rgba(226, 232, 238, .4));border-radius:4px;padding:4px;z-index:3}.banner-module_controls__09hBSq-6__platform-common .banner-module_control__tXmRg0np__platform-common{display:flex;align-items:center;justify-content:center;position:static;width:24px;height:24px;min-width:24px;font-size:16px;color:var(--mainSliderControlArrowColor);cursor:pointer;padding:4px;border-radius:4px;background:var(--mainBannerControlBg, rgba(226, 232, 238, .4));transition:opacity .15s ease,background .15s ease}.banner-module_controls__09hBSq-6__platform-common .banner-module_control__tXmRg0np__platform-common:not(:last-child){margin-left:4px}.banner-module_controls__09hBSq-6__platform-common .banner-module_control__tXmRg0np__platform-common.banner-module_disabled__IME4eCKY__platform-common{opacity:.2;cursor:default;pointer-events:none}.banner-module_controls__09hBSq-6__platform-common .banner-module_control__tXmRg0np__platform-common.banner-module_right__BbD-FHXm__platform-common{transform:rotate(180deg)}.banner-module_controlsAsiaWrapper__0aDmpg5U__platform-common{position:absolute;left:0;width:100%;height:100%;color:var(--white)}.banner-module_controlsAsiaWrapper__0aDmpg5U__platform-common .container-asia{width:calc(var(--containerAsiaWidthDesktop) + 80px);height:100%}@media screen and (max-width: 1640px){.banner-module_controlsAsiaWrapper__0aDmpg5U__platform-common .container-asia{width:calc(var(--containerAsiaWidthTablet) + 80px)}}@media screen and (max-width: 1412px){.banner-module_controlsAsiaWrapper__0aDmpg5U__platform-common .container-asia{width:100%}}.banner-module_controlsAsia__YsCFmAYV__platform-common{display:flex;align-items:center;justify-content:space-between;height:100%}.banner-module_controlsAsia__YsCFmAYV__platform-common .banner-module_control__tXmRg0np__platform-common{display:flex;align-items:center;justify-content:center;height:52px;width:52px;font-size:20px;border-radius:50%;z-index:1;transition:background .3s ease}.banner-module_controlsAsia__YsCFmAYV__platform-common .banner-module_control__tXmRg0np__platform-common:hover{background:rgba(var(--whiteRgb),.2)}.banner-module_controlsAsia__YsCFmAYV__platform-common .banner-module_control__tXmRg0np__platform-common.banner-module_right__BbD-FHXm__platform-common{transform:rotate(180deg)}.banner-module_controlsAsia__YsCFmAYV__platform-common .banner-module_control__tXmRg0np__platform-common.banner-module_disabled__IME4eCKY__platform-common{opacity:.2;cursor:default;pointer-events:none}.banner-module_bannerItemWrapper__BHmIRw2-__platform-common{height:100%;width:100%}.banner-module_bannerItemWrapper__BHmIRw2-__platform-common.banner-module_asiaBanner__peP20RQp__platform-common{background:var(--asiaBannerGradient)}.banner-module_bannerItemWrapper__BHmIRw2-__platform-common img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.banner-module_asiaBackgroundImage__u9PX97qO__platform-common{opacity:1;transition:opacity .5s ease-in-out}.banner-module_asiaBackgroundImageHidden__YwjhI4BN__platform-common{opacity:0}.banner-module_bannerInnerContainer__Tj9NBnpG__platform-common{position:absolute;height:100%;width:100%;top:0;left:0;right:0}.banner-module_content__jZWuns88__platform-common{display:flex;flex-direction:column;justify-content:center;position:absolute;width:100%;height:100%;padding:20px 80px 30px;z-index:3}.banner-module_content__jZWuns88__platform-common .banner-module_imagesBlockWrapper__b7eOAMHE__platform-common{position:relative;width:50%;height:100%;flex-shrink:0}@media (max-width: 1560px){.banner-module_content__jZWuns88__platform-common .banner-module_imagesBlockWrapper__b7eOAMHE__platform-common{width:60%}}@media (max-width: 1280px){.banner-module_content__jZWuns88__platform-common .banner-module_imagesBlockWrapper__b7eOAMHE__platform-common{width:80%}}@media (max-width: 1080px){.banner-module_content__jZWuns88__platform-common .banner-module_imagesBlockWrapper__b7eOAMHE__platform-common{position:absolute;width:100%}}.banner-module_content__jZWuns88__platform-common.banner-module_left__wywPIhto__platform-common{text-align:left}.banner-module_content__jZWuns88__platform-common.banner-module_left__wywPIhto__platform-common .banner-module_buttons__jKvqIcz8__platform-common{justify-content:flex-start!important}.banner-module_content__jZWuns88__platform-common.banner-module_center__4LFYjvbS__platform-common{flex-direction:column-reverse;align-items:center!important;text-align:center!important}.banner-module_content__jZWuns88__platform-common.banner-module_center__4LFYjvbS__platform-common .banner-module_buttons__jKvqIcz8__platform-common{justify-content:center!important}.banner-module_content__jZWuns88__platform-common.banner-module_right__BbD-FHXm__platform-common{flex-direction:row;text-align:right}.banner-module_content__jZWuns88__platform-common.banner-module_clickable__ibbm7eLR__platform-common{cursor:pointer}.banner-module_content__jZWuns88__platform-common.banner-module_mobile__fzRPX4cJ__platform-common{padding:20px}.banner-module_content__jZWuns88__platform-common.banner-module_mobile__fzRPX4cJ__platform-common .app-button{min-height:28px}.banner-module_textWrapper__f3WCTdxL__platform-common{width:100%}@media (max-width: 1080px){.banner-module_textWrapper__f3WCTdxL__platform-common{margin-top:30px}}.banner-module_buttons__jKvqIcz8__platform-common{display:flex;align-items:center;flex-wrap:wrap;width:100%;margin-top:10px;margin-bottom:10px}.banner-module_buttons__jKvqIcz8__platform-common button:not(:last-child){margin-right:10px}body.asia-view .banner-module_content__jZWuns88__platform-common.banner-module_left__wywPIhto__platform-common .banner-module_textBlockWrapper__0K3-ggMh__platform-common,body.asia-view .banner-module_content__jZWuns88__platform-common.banner-module_right__BbD-FHXm__platform-common .banner-module_textBlockWrapper__0K3-ggMh__platform-common{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;height:100%;width:50%;translate:300px 0;opacity:0;animation:banner-module_slidenInRight__6p4Si24S__platform-common 2s ease-in-out forwards}body.asia-view .banner-module_content__jZWuns88__platform-common.banner-module_left__wywPIhto__platform-common .banner-module_buttons__jKvqIcz8__platform-common,body.asia-view .banner-module_content__jZWuns88__platform-common.banner-module_right__BbD-FHXm__platform-common .banner-module_buttons__jKvqIcz8__platform-common{justify-content:center!important}body.asia-view .banner-module_content__jZWuns88__platform-common.banner-module_left__wywPIhto__platform-common{flex-direction:row-reverse}body.asia-view .banner-module_content__jZWuns88__platform-common.banner-module_right__BbD-FHXm__platform-common .container-asia{display:flex;justify-content:flex-end}body.asia-view .banner-module_content__jZWuns88__platform-common.banner-module_mobile__fzRPX4cJ__platform-common{width:100%}body.asia-view .banner-module_bannerWrapper__-InPy6M3__platform-common{min-height:var(--bannerAsiaDesktopHeight);height:var(--bannerAsiaDesktopHeight);border-radius:0}body.asia-view .banner-module_bannerWrapper__-InPy6M3__platform-common.banner-module_mobile__fzRPX4cJ__platform-common{min-height:var(--bannerAsiaMobileHeight);height:var(--bannerAsiaMobileHeight)}body.asia-view .banner-module_bannerWrapper__-InPy6M3__platform-common.banner-module_mobile__fzRPX4cJ__platform-common .banner-module_textBlockWrapper__0K3-ggMh__platform-common{width:100%;height:100%;translate:0;animation:banner-module_fadeIn__S8DaXvji__platform-common 2s ease-in-out forwards}body.asia-view .banner-module_bannerWrapper__-InPy6M3__platform-common.banner-module_mobile__fzRPX4cJ__platform-common .banner-module_textWrapper__f3WCTdxL__platform-common{flex-grow:1;display:flex;justify-content:center}body.asia-view .banner-module_bannerWrapper__-InPy6M3__platform-common.banner-module_mobile__fzRPX4cJ__platform-common .banner-module_controlsAsiaWrapper__0aDmpg5U__platform-common .banner-module_control__tXmRg0np__platform-common{height:40px;width:40px}body.asia-view .banner-module_bannerWrapper__-InPy6M3__platform-common.banner-module_mobile__fzRPX4cJ__platform-common .banner-module_controlsAsiaWrapper__0aDmpg5U__platform-common .container-asia{width:100%;margin:0}body.asia-view .banner-module_bannerWrapper__-InPy6M3__platform-common.banner-module_mobile__fzRPX4cJ__platform-common .banner-module_controlsAsia__YsCFmAYV__platform-common{margin:0 5px}body.asia-view .banner-module_bannerWrapper__-InPy6M3__platform-common.banner-module_mobile__fzRPX4cJ__platform-common .banner-module_content__jZWuns88__platform-common .container-asia{width:100%;height:100%;padding:60px 30px;margin:0;justify-content:center}body.asia-view .banner-module_bannerWrapper__-InPy6M3__platform-common.banner-module_mobile__fzRPX4cJ__platform-common .banner-module_buttons__jKvqIcz8__platform-common{margin:0 0 30px}body.asia-view .banner-module_bannerWrapper__-InPy6M3__platform-common.banner-module_mobile__fzRPX4cJ__platform-common .awssld__box{min-height:var(--bannerAsiaMobileHeight);height:var(--bannerAsiaMobileHeight)}body.asia-view .banner-module_bannerWrapper__-InPy6M3__platform-common.banner-module_mobile__fzRPX4cJ__platform-common .awssld__bullets{bottom:24px}body.asia-view .banner-module_bannerWrapper__-InPy6M3__platform-common.banner-module_mobile__fzRPX4cJ__platform-common .app-button{min-width:150px;min-height:48px}body.asia-view .banner-module_bannerWrapper__-InPy6M3__platform-common .awssld__box{min-height:var(--bannerAsiaDesktopHeight);height:var(--bannerAsiaDesktopHeight)}body.asia-view .banner-module_bannerWrapper__-InPy6M3__platform-common .awssld__bullets{bottom:35px}body.asia-view .banner-module_bannerItemWrapper__BHmIRw2-__platform-common .app-button{min-width:180px}body.asia-view .banner-module_bannerItemWrapper__BHmIRw2-__platform-common img{-o-object-fit:fill;object-fit:fill}body.asia-view .banner-module_content__jZWuns88__platform-common{padding:0;flex-direction:row}body.asia-view .banner-module_controls__09hBSq-6__platform-common{border-radius:0}.banner-module_bannerWrapper__-InPy6M3__platform-common .awssld--customAnimation{--custom-animation-perspective: 600px;--custom-animation-angle: 0;--custom-animation-enter-delay: 85ms}.banner-module_bannerWrapper__-InPy6M3__platform-common .awssld--customAnimation .awssld__container{perspective:var(--custom-animation-perspective)}.banner-module_bannerWrapper__-InPy6M3__platform-common .awssld--customAnimation .awssld--moveLeft,.banner-module_bannerWrapper__-InPy6M3__platform-common .awssld--customAnimation .awssld--moveRight{animation-delay:var(--custom-animation-enter-delay)}.banner-module_bannerWrapper__-InPy6M3__platform-common .awssld--customAnimation .awssld--exit.awssld--moveLeft{transform-origin:0 50%;animation:openRight var(--slider-transition-duration) both var(--transition-bezier)}.banner-module_bannerWrapper__-InPy6M3__platform-common .awssld--customAnimation .awssld--exit.awssld--moveRight{transform-origin:100% 50%;animation:openLeft var(--slider-transition-duration) both var(--transition-bezier)}@keyframes banner-module_openLeft__gGbVXlM5__platform-common{45%{transform:rotateY(calc(var(--custom-animation-angle) * -1))}}@keyframes banner-module_openRight__bxCl23lK__platform-common{45%{transform:rotateY(var(--custom-animation-angle))}}@keyframes banner-module_slidenInRight__6p4Si24S__platform-common{0%{translate:300px 0;opacity:0}to{translate:0 0;opacity:1}}@keyframes banner-module_fadeIn__S8DaXvji__platform-common{0%{opacity:0}to{opacity:1}}.banners-list-module_bannerWrapper__Ad-kPyvm__platform-common{display:flex;justify-content:space-between;align-items:center;row-gap:10px}.banners-list-module_bannerWrapper__Ad-kPyvm__platform-common.banners-list-module_isMobile__83ZWDcwl__platform-common{margin:10px 0 20px;flex-wrap:wrap;padding:0 10px}.banners-list-module_bannerWrapper__Ad-kPyvm__platform-common.banners-list-module_bigSizeBanner__i7PWk-J7__platform-common .banners-list-module_bannerItemWrapper__k5QGC5RU__platform-common{flex:1 0 100%;max-width:100%;min-width:100%}.banners-list-module_bannerWrapper__Ad-kPyvm__platform-common.banners-list-module_bigSizeBanner__i7PWk-J7__platform-common.banners-list-module_isMobile__83ZWDcwl__platform-common .banners-list-module_bannerImage__XpVMfkPV__platform-common{border-radius:8px}.banners-list-module_bannerWrapper__Ad-kPyvm__platform-common.banners-list-module_bigSizeBanner__i7PWk-J7__platform-common.banners-list-module_isMobile__83ZWDcwl__platform-common .banners-list-module_bannerContent__rbKLTZ14__platform-common{justify-content:start;padding-top:40px}.banners-list-module_bannerWrapper__Ad-kPyvm__platform-common.banners-list-module_bigSizeBanner__i7PWk-J7__platform-common.banners-list-module_isMobile__83ZWDcwl__platform-common .banners-list-module_textWrapper__FgytNxlT__platform-common{padding-left:0}.banners-list-module_bannerWrapper__Ad-kPyvm__platform-common.banners-list-module_bigSizeBanner__i7PWk-J7__platform-common.banners-list-module_twoBanners__1dsXUZRr__platform-common .banners-list-module_bannerItemWrapper__k5QGC5RU__platform-common{flex:1 0 49%;max-width:49%;min-width:49%}.banners-list-module_bannerWrapper__Ad-kPyvm__platform-common.banners-list-module_bigSizeBanner__i7PWk-J7__platform-common.banners-list-module_animateIn__TGlpAVQb__platform-common .banners-list-module_bannerItem__RvHEi6aA__platform-common:hover{transform:scale(1.01)}.banners-list-module_bannerWrapper__Ad-kPyvm__platform-common.banners-list-module_center__trLsh724__platform-common{justify-content:center}.banners-list-module_bannerItemWrapper__k5QGC5RU__platform-common{flex-grow:1;position:relative;padding-top:28px;margin-top:-28px;overflow:hidden;border-radius:8px}.banners-list-module_bannerItemWrapper__k5QGC5RU__platform-common:only-child{flex:0 0 50%}.banners-list-module_bannerExtraWrapper__0Y-cB94z__platform-common{position:relative;display:flex;border-radius:8px}@media screen and (max-width: 1336px){.banners-list-module_bannerExtraWrapper__0Y-cB94z__platform-common{height:350px}}@media screen and (max-width: 600px){.banners-list-module_bannerExtraWrapper__0Y-cB94z__platform-common{height:100%;min-height:130px}}.banners-list-module_innerImageContainer__6ZVyyeaU__platform-common{position:absolute;height:100%;width:100%;overflow:hidden;z-index:1;border-radius:8px}.banners-list-module_promotionImageContainer__GxGR0Yso__platform-common{position:absolute;height:100%;width:100%;z-index:1;overflow:hidden}@media (max-width: 1080px){.banners-list-module_promotionImageContainer__GxGR0Yso__platform-common{display:none}}.banners-list-module_promotionImageContainer__GxGR0Yso__platform-common .banners-list-module_promotionCardsContainer__Y3-zmxXZ__platform-common{right:-5px}.banners-list-module_casinoBannerBlock__LZ3yG0tI__platform-common{height:100%!important;border-radius:8px}.banners-list-module_bannerImage__XpVMfkPV__platform-common{width:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px}.banners-list-module_bannerContent__rbKLTZ14__platform-common{position:absolute;left:0;top:50%;transform:translateY(-50%) perspective(1px) translateZ(0);padding:20px;width:100%;height:100%;display:flex;justify-content:center;flex-flow:column;gap:30px;color:var(--white);z-index:8}@media screen and (max-width: 600px){.banners-list-module_bannerContent__rbKLTZ14__platform-common{margin-top:15px}}.banners-list-module_textWrapper__FgytNxlT__platform-common{padding-left:35px;will-change:transform}@media (max-width: 860px){.banners-list-module_textWrapper__FgytNxlT__platform-common{padding-left:0}}.banners-list-module_withoutText__gsmZBXwx__platform-common{padding-top:50px}.banners-list-module_bannerButton__LzXt-W8D__platform-common{display:flex;flex-direction:column;align-items:flex-start;padding-left:35px;will-change:transform}.banners-list-module_BannerButtonMobile__8pfJfHIx__platform-common{padding-left:12px}.banners-list-module_hideBanner__QQlTC0BG__platform-common{visibility:hidden}.banners-list-module_opacityAnimation__in0FIQg5__platform-common{animation:banners-list-module_fadeIn__LYzb-ijx__platform-common .2s ease-in-out}.banners-list-module_isMobile__83ZWDcwl__platform-common .banners-list-module_bannerItemWrapper__k5QGC5RU__platform-common{flex:1 0 100%;max-width:100%}.banners-list-module_isMobile__83ZWDcwl__platform-common .banners-list-module_bannerButton__LzXt-W8D__platform-common{margin-top:10px}.banners-list-module_animateIn__TGlpAVQb__platform-common{display:flex;width:100%;margin:0;gap:26px}.banners-list-module_animateIn__TGlpAVQb__platform-common .banners-list-module_bannerItem__RvHEi6aA__platform-common{display:flex;justify-content:center;align-items:center;overflow:hidden;transition:transform .3s ease-in-out;min-height:240px}@media (min-width: 1560px){.banners-list-module_animateIn__TGlpAVQb__platform-common .banners-list-module_bannerItem__RvHEi6aA__platform-common{min-height:315px}}.banners-list-module_animateIn__TGlpAVQb__platform-common .banners-list-module_bannerImage__XpVMfkPV__platform-common{width:100%}.banners-list-module_animateIn__TGlpAVQb__platform-common .banners-list-module_bannerItem__RvHEi6aA__platform-common:hover{transform:scale(1.03)}@media (max-width: 1336px){.banners-list-module_animateIn__TGlpAVQb__platform-common{flex-wrap:nowrap}.banners-list-module_animateIn__TGlpAVQb__platform-common .banners-list-module_bannerItem__RvHEi6aA__platform-common{min-height:200px}}@keyframes banners-list-module_fadeIn__LYzb-ijx__platform-common{0%{opacity:0}to{opacity:1}}.banner-casino-module_banner__vDuqy2jk__platform-common{position:relative;height:640px;min-height:640px;background-size:cover;background-position:center right;background-color:var(--asiaBgColor)}.banner-casino-module_banner__vDuqy2jk__platform-common:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:38px;background:linear-gradient(180deg,#07122200,#071222 90%)}.banner-casino-module_banner__vDuqy2jk__platform-common.banner-casino-module_mobile__oEexyr3X__platform-common{height:512px;padding:36px 12px;background-position:bottom}.banner-casino-module_banner__vDuqy2jk__platform-common.banner-casino-module_mobile__oEexyr3X__platform-common:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:38px;background:linear-gradient(180deg,#07122200,#071222 90%)}.banner-casino-module_banner__vDuqy2jk__platform-common.banner-casino-module_mobile__oEexyr3X__platform-common .banner-casino-module_contentInside__G-QHLf32__platform-common{width:100%;text-align:center;justify-content:flex-start}.banner-casino-module_banner__vDuqy2jk__platform-common.banner-casino-module_mobile__oEexyr3X__platform-common .banner-casino-module_title__X5izEMMa__platform-common{font-size:32px}.banner-casino-module_banner__vDuqy2jk__platform-common.banner-casino-module_mobile__oEexyr3X__platform-common .banner-casino-module_description__eTel2X0p__platform-common{width:100%;margin-top:8px}.banner-casino-module_content__RpZzOdBQ__platform-common{height:100%}.banner-casino-module_liveCasinoAnimationWrapper__YYjehJ0p__platform-common img{position:absolute;height:100%;width:auto;right:0}.banner-casino-module_liveCasinoAnimationWrapper__YYjehJ0p__platform-common .banner-casino-module_mainLiveBannerImage__UZwCcKUR__platform-common{width:835px;height:auto}@media (max-width: 1080px){.banner-casino-module_liveCasinoAnimationWrapper__YYjehJ0p__platform-common{display:none}}.banner-casino-module_casinoAnimationWrapper__GLK8BoEB__platform-common img{position:absolute;height:100%;width:auto;right:-60px;bottom:0}.banner-casino-module_casinoAnimationWrapper__GLK8BoEB__platform-common .banner-casino-module_freyaBannerImage__X9mLlMY5__platform-common{right:20%;height:95%}.banner-casino-module_casinoAnimationWrapper__GLK8BoEB__platform-common .banner-casino-module_haimdalBannerImage__EJlXT5Ok__platform-common{height:80%}.banner-casino-module_casinoAnimationWrapper__GLK8BoEB__platform-common .banner-casino-module_bonusBuyEffect__gVDvemGg__platform-common{width:60%;height:auto}.banner-casino-module_casinoAnimationWrapper__GLK8BoEB__platform-common .banner-casino-module_fastGamesEffect__cul-XkZN__platform-common,.banner-casino-module_casinoAnimationWrapper__GLK8BoEB__platform-common .banner-casino-module_jackpotEffect__ZvULepZP__platform-common{width:50%;height:auto}.banner-casino-module_casinoAnimationWrapper__GLK8BoEB__platform-common .banner-casino-module_gameShowsEffect1__OZbfY38n__platform-common{right:-35px}.banner-casino-module_casinoAnimationWrapper__GLK8BoEB__platform-common .banner-casino-module_gameShowsEffect2__-kP28ACm__platform-common{right:calc(6% - 60px)}.banner-casino-module_casinoAnimationWrapper__GLK8BoEB__platform-common .banner-casino-module_gameShowsEffect3__eugglWqN__platform-common{height:auto;right:calc(21% - 60px);bottom:25%}@media (max-width: 1080px){.banner-casino-module_casinoAnimationWrapper__GLK8BoEB__platform-common{display:none}}.banner-casino-module_contentInside__G-QHLf32__platform-common{display:flex;flex-direction:column;justify-content:center;height:100%;width:65%;z-index:5}.banner-casino-module_contentInsideAbsolute__tmHzlqgW__platform-common{position:absolute}.banner-casino-module_title__X5izEMMa__platform-common{font-size:40px;font-weight:900;color:var(--white);margin:0}.banner-casino-module_description__eTel2X0p__platform-common{width:80%;font-size:16px;font-weight:400;color:var(--white);line-height:24px;margin-top:-6px;margin-bottom:16px}@media screen and (max-width: 1640px){.banner-casino-module_banner__vDuqy2jk__platform-common{height:510px;min-height:510px}.banner-casino-module_liveCasinoAnimationWrapper__YYjehJ0p__platform-common .banner-casino-module_mainLiveBannerImage__UZwCcKUR__platform-common{width:630px}}.top-producers-block-module_producersLogosWrapper__5TGodQyz__platform-common{width:100%;background-color:var(--topProducersBackground);display:flex;justify-content:center;padding-top:15px;padding-bottom:15px}.top-producers-block-module_producersLogosWrapper__5TGodQyz__platform-common.top-producers-block-module_mobile__-zaLaRoI__platform-common .top-producers-block-module_logosWrap__r0j6Xn7Z__platform-common{-moz-column-gap:32px;column-gap:32px;row-gap:32px;padding:10px}.top-producers-block-module_logosWrap__r0j6Xn7Z__platform-common{display:flex;justify-content:center;flex-wrap:wrap;-moz-column-gap:6em;column-gap:6em;row-gap:5px}.top-producers-block-module_logoLink__CakSWiHr__platform-common{display:flex;align-items:center;cursor:pointer;min-width:50px;min-height:20px}.top-producers-block-module_logoLink__CakSWiHr__platform-common img{max-width:100%;max-height:42px;min-height:100%;-o-object-fit:contain;object-fit:contain;margin:0 auto}.top-producers-block-module_hideLogo__RHwhHxYx__platform-common{display:none}.tab-module_tab__mVf2W8px__platform-common{display:flex;padding:12px;justify-content:center;align-items:center;gap:10px;flex:1 0 auto;background:var(--tabBg);color:var(--tabTextColor);font-size:var(--tabFontSize);font-weight:var(--tabFontWeight);line-height:16px;letter-spacing:1px;text-transform:uppercase}.tab-module_activeTab__2a0hgv8p__platform-common{background:var(--activeTabBg);color:var(--activeTabTextColor)}.tab-module_mobileTab__QnN3k9jw__platform-common{padding:var(--tabsPadding);background:var(--mobileTabBg);color:var(--mobileTabTextColor);font-size:14px;font-weight:var(--mobileTabFontWeight);line-height:20px;border-radius:var(--mobileTabBorderRadius);text-transform:none;letter-spacing:.5px}.tab-module_mobileActiveTab__HUsw-yW2__platform-common{background:var(--mobileActiveTabBg);color:var(--mobileActiveTabTextColor);font-weight:700}.casino-game-online-players-module_container__fdoQa4mq__platform-common{position:absolute;top:16px;right:16px;display:flex;justify-content:center;align-items:center;gap:4px;border-radius:24px;padding:8px 16px;box-shadow:var(--casinoOnlinePlayersBoxShadow);background:var(--casinoOnlinePlayersContainerBackground);color:var(--casinoOnlinePlayersTextColor)}.casino-game-online-players-module_container__fdoQa4mq__platform-common.casino-game-online-players-module_small__XWKZD-c2__platform-common{top:12px;right:12px;padding:4px 8px;border-radius:16px}.casino-game-online-players-module_container__fdoQa4mq__platform-common.casino-game-online-players-module_mobile__Dsioq4sS__platform-common{top:8px;right:8px;border-radius:16px;padding:4px 8px}.casino-game-online-players-module_icon__qtSROql-__platform-common{font-size:24px}.casino-game-online-players-module_text__WnY2cU-T__platform-common{font-size:16px;font-weight:700;line-height:24px}.casino-game-online-players-module_small__XWKZD-c2__platform-common .casino-game-online-players-module_icon__qtSROql-__platform-common,.casino-game-online-players-module_mobile__Dsioq4sS__platform-common .casino-game-online-players-module_icon__qtSROql-__platform-common{font-size:16px}.casino-game-online-players-module_small__XWKZD-c2__platform-common .casino-game-online-players-module_text__WnY2cU-T__platform-common,.casino-game-online-players-module_mobile__Dsioq4sS__platform-common .casino-game-online-players-module_text__WnY2cU-T__platform-common{font-size:12px;font-weight:700;line-height:14px}.casino-game-extra-info-module_container__qVCIKjv3__platform-common{position:absolute;top:16px;right:16px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;border-radius:24px;padding:8px 16px;box-shadow:var(--casinoOnlinePlayersBoxShadow);background:var(--casinoOnlinePlayersContainerBackground);color:var(--casinoOnlinePlayersTextColor)}.casino-game-extra-info-module_container__qVCIKjv3__platform-common.casino-game-extra-info-module_small__dJwxhJm5__platform-common{top:12px;right:12px;padding:4px 8px;border-radius:16px}.casino-game-extra-info-module_container__qVCIKjv3__platform-common.casino-game-extra-info-module_mobile__04Eaxkiy__platform-common{top:8px;right:8px;border-radius:16px;padding:4px 8px}.casino-game-extra-info-module_container__qVCIKjv3__platform-common .casino-game-extra-info-module_rtp__YQpClDR2__platform-common,.casino-game-extra-info-module_container__qVCIKjv3__platform-common .casino-game-extra-info-module_online__zQWj7s7J__platform-common{display:flex;justify-content:center;align-items:center;gap:4px}.casino-game-extra-info-module_icon__LrUg025g__platform-common{font-size:24px}.casino-game-extra-info-module_text__nr6u9Lgx__platform-common{font-size:16px;font-weight:700;line-height:24px}.casino-game-extra-info-module_small__dJwxhJm5__platform-common .casino-game-extra-info-module_icon__LrUg025g__platform-common,.casino-game-extra-info-module_mobile__04Eaxkiy__platform-common .casino-game-extra-info-module_icon__LrUg025g__platform-common{font-size:16px}.casino-game-extra-info-module_small__dJwxhJm5__platform-common .casino-game-extra-info-module_text__nr6u9Lgx__platform-common,.casino-game-extra-info-module_mobile__04Eaxkiy__platform-common .casino-game-extra-info-module_text__nr6u9Lgx__platform-common{font-size:12px;font-weight:700;line-height:14px}.crypto-balance-module_cryptoBalance__Ufjk-q2G__platform-common{position:relative}.crypto-balance-module_modalBalance__RBqQjp8B__platform-common .ui-modal-portal__content{height:calc(100dvh - 46px)}@media (orientation: landscape){.crypto-balance-module_modalBalance__RBqQjp8B__platform-common .ui-modal-portal__content{overflow-y:auto}}.crypto-balance-modal-module_modal__5gTQ6E4W__platform-common .ui-modal-portal__content{padding:24px;border-radius:8px;background:var(--cryptoBalanceModalBg);max-width:430px}.crypto-balance-modal-module_modalMobile__DnvzUSVl__platform-common .ui-modal-portal__content{display:flex;flex-direction:column;padding:16px;border-radius:8px 8px 0 0;background:var(--cryptoBalanceModalBgMobile);height:calc(100dvh - 46px)}.crypto-balance-modal-module_modalMobile__DnvzUSVl__platform-common .crypto-balance-modal-module_button__QE9OV8Cv__platform-common{display:flex;flex-grow:1;flex-direction:column-reverse}.crypto-balance-modal-module_modalMobile__DnvzUSVl__platform-common .crypto-balance-modal-module_checkbox__bigI6xrD__platform-common{background-color:var(--cryptoBalanceModalCheckboxWrapperBgMobile)}.crypto-balance-modal-module_modalMobile__DnvzUSVl__platform-common .crypto-balance-modal-module_checkboxes__SIXI-JBB__platform-common{margin-top:32px}.crypto-balance-modal-module_title__JwKxqkM3__platform-common{font-size:20px;font-weight:700;color:var(--cryptoBalanceModalTitle);text-align:center;margin-bottom:16px}.crypto-balance-modal-module_header__Iq79Lene__platform-common{background-color:var(--cryptoBalanceModalHeaderBgMobile);margin:-16px;border-radius:8px 8px 0 0;padding:12px 16px}.crypto-balance-modal-module_buttonGoBack__pwFkgfIq__platform-common{display:flex;align-items:center}.crypto-balance-modal-module_arrowGoBack__nKAdv5rA__platform-common{display:flex;align-items:center;justify-content:center;width:16px;height:16px;font-size:16px;margin-right:16px;transform:rotate(180deg);color:var(--cryptoBalanceModalHeaderArrowGoBackMobile)}.crypto-balance-modal-module_titleMobile__h6-7cZ-G__platform-common{font-size:16px;font-weight:700;color:var(--cryptoBalanceModalTitle)}.crypto-balance-modal-module_checkboxes__SIXI-JBB__platform-common{margin-bottom:16px}.crypto-balance-modal-module_checkboxWrapper__MMacCRbb__platform-common{flex-direction:row-reverse;justify-content:space-between}.crypto-balance-modal-module_checkbox__bigI6xrD__platform-common{border-radius:8px;padding:12px;background-color:var(--cryptoBalanceModalCheckboxWrapperBg)}.crypto-balance-modal-module_checkbox__bigI6xrD__platform-common:not(:last-child){margin-bottom:8px}.crypto-balance-modal-module_checkboxTitle__jskMkY7Y__platform-common{font-size:14px;font-weight:400;color:var(--cryptoBalanceModalCheckboxTitle);margin-bottom:4px}.crypto-balance-modal-module_checkboxDescription__ROXbUyGK__platform-common{font-size:12px;font-weight:400;color:var(--cryptoBalanceModalCheckboxDescription)}.crypto-balance-modal-module_radioButtons__3tcBDoXc__platform-common{display:flex;flex-wrap:wrap}.crypto-balance-modal-module_radioButtons__3tcBDoXc__platform-common.crypto-balance-modal-module_disabled__cVBXtbg-__platform-common{opacity:.5;pointer-events:none}.crypto-balance-modal-module_radioButton__XhSdKH-Y__platform-common{flex-basis:33%;margin-bottom:24px}.radio-selector-module_radioSelector__QfrT9-MN__platform-common{width:100%;display:flex;align-items:center;position:relative;min-height:30px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.radio-selector-module_radioSelector__QfrT9-MN__platform-common input{display:none}.radio-selector-module_radioSelector__QfrT9-MN__platform-common input:checked+.radio-selector-module_icon__t0TBvPo2__platform-common{border-color:var(--radioSelectorBorderColorActive)}.radio-selector-module_radioSelector__QfrT9-MN__platform-common input:checked+.radio-selector-module_icon__t0TBvPo2__platform-common:before{background-color:var(--radioSelectorBgActive)}.radio-selector-module_radioSelector__QfrT9-MN__platform-common+.radio-selector-module_radioSelector__QfrT9-MN__platform-common{margin-top:8px}.radio-selector-module_icon__t0TBvPo2__platform-common{height:16px;width:16px;padding:1px;border-radius:50%;border:2px solid var(--radioSelectorBorderColor);margin-right:8px;transition:border-color .15s ease}.radio-selector-module_icon__t0TBvPo2__platform-common:before{content:"";display:block;height:100%;width:100%;border-radius:50%;background-color:var(--radioSelectorBg);transition:background-color .15s ease}.radio-selector-module_title__2Wbsj59z__platform-common{font-size:14px;color:var(--radioSelectorTitle)}.radio-selector-module_description__27HF-Ad5__platform-common{margin-left:12px;font-size:12px;font-weight:400;color:var(--radioSelectorDescription)}.crypto-balance-selector-module_selector__ErkRCSbQ__platform-common{display:flex;align-items:center;height:40px;padding:0 16px;color:var(--cryptoBalanceSelectorColor);background-color:var(--cryptoBalanceSelectorBg);border-radius:var(--cryptoBalanceSelectorBorderRadius)}.crypto-balance-selector-module_selector__ErkRCSbQ__platform-common.crypto-balance-selector-module_open__teOIDW1u__platform-common .crypto-balance-selector-module_arrow__Y7E-uYe9__platform-common{transform:rotate(-90deg)}.crypto-balance-selector-module_selector__ErkRCSbQ__platform-common.crypto-balance-selector-module_isMobile__nSsYBv-9__platform-common{height:34px;padding:5px 10px;background-color:var(--cryptoBalanceSelectorBgMobile);border-radius:var(--cryptoBalanceSelectorBorderRadiusMobile)}.crypto-balance-selector-module_content__phJ2KC5c__platform-common{display:flex;align-items:center;font-weight:700;-webkit-user-select:none;-moz-user-select:none;user-select:none}.crypto-balance-selector-module_arrow__Y7E-uYe9__platform-common{font-size:12px;margin-left:4px;transform:rotate(90deg);transition:transform .15s ease}.crypto-balance-selector-module_icon__LD1C-9wV__platform-common{display:flex;align-items:center;justify-content:center;width:24px;height:24px;font-size:16px;border-radius:50%;background-color:var(--cryptoBalanceSelectorIconBgMobile);margin-left:8px}.crypto-balance-selector-module_icon__LD1C-9wV__platform-common .svg-icon{color:var(--cryptoBalanceSelectorIconMobile)!important}.alternate-currency-amount-module_currency__JIiX7QK-__platform-common{display:flex;align-items:center}.alternate-currency-amount-module_currency__JIiX7QK-__platform-common.alternate-currency-amount-module_reverse__-1NVuv99__platform-common{flex-direction:row-reverse}.crypto-balance-dropdown-module_dropdown__gjTTaX7T__platform-common{position:absolute;top:calc(100% + 5px);right:0;min-width:400px;max-height:600px;border-radius:var(--cryptoBalanceDropdownBorderRadius);background-color:var(--cryptoBalanceDropdownBg);box-shadow:0 4px 20px #00000026;z-index:12}.crypto-balance-dropdown-module_dropdown__gjTTaX7T__platform-common.crypto-balance-dropdown-module_isMobile__IAUxsDSi__platform-common{position:static;min-width:100%;height:100%;max-height:none}.crypto-balance-dropdown-module_dropdown__gjTTaX7T__platform-common.crypto-balance-dropdown-module_isMobile__IAUxsDSi__platform-common .crypto-balance-dropdown-module_currencyListOthers__T6bracw-__platform-common{display:flex;flex-direction:column;flex:1;margin-bottom:-12px;overflow:hidden}.crypto-balance-dropdown-module_dropdown__gjTTaX7T__platform-common.crypto-balance-dropdown-module_isMobile__IAUxsDSi__platform-common .crypto-balance-dropdown-module_currencyListOthersAccounts__pg6qPu5M__platform-common{padding-bottom:24px;flex:1;display:flex;flex-direction:column;overflow-x:hidden;max-height:none}@media (orientation: landscape){.crypto-balance-dropdown-module_dropdown__gjTTaX7T__platform-common.crypto-balance-dropdown-module_isMobile__IAUxsDSi__platform-common .crypto-balance-dropdown-module_currencyListOthersAccounts__pg6qPu5M__platform-common{max-height:160px}}.crypto-balance-dropdown-module_dropdown__gjTTaX7T__platform-common.crypto-balance-dropdown-module_isMobile__IAUxsDSi__platform-common .crypto-balance-dropdown-module_dropdownInside__WytwjXJn__platform-common{height:100%}.crypto-balance-dropdown-module_dropdown__gjTTaX7T__platform-common.crypto-balance-dropdown-module_isMobile__IAUxsDSi__platform-common .crypto-balance-dropdown-module_content__BcHyT2gU__platform-common{border-radius:0;height:calc(100% - 44px);display:flex;flex-direction:column}@media (orientation: landscape){.crypto-balance-dropdown-module_dropdown__gjTTaX7T__platform-common.crypto-balance-dropdown-module_isMobile__IAUxsDSi__platform-common .crypto-balance-dropdown-module_content__BcHyT2gU__platform-common{height:auto}}.crypto-balance-dropdown-module_dropdownInside__WytwjXJn__platform-common{position:relative}.crypto-balance-dropdown-module_header__oWJ6jb6I__platform-common{padding:12px 16px;border-radius:var(--cryptoBalanceDropdownBorderRadius) var(--cryptoBalanceDropdownBorderRadius) 0 0;box-shadow:0 2px 12px #c4cfe2b3}.crypto-balance-dropdown-module_title__AkmX1soW__platform-common{color:var(--cryptoBalanceDropdownHeaderTitleColor);font-size:14px;font-weight:700;line-height:20px}.crypto-balance-dropdown-module_content__BcHyT2gU__platform-common{padding:12px;background-color:var(--cryptoBalanceDropdownContentBg);border-radius:0 0 var(--cryptoBalanceDropdownBorderRadius) var(--cryptoBalanceDropdownBorderRadius)}.crypto-balance-dropdown-module_tabs__CecQ4D-F__platform-common{display:flex;align-items:center;height:40px;background-color:var(--cryptoBalanceDropdownSelectorButtonBg);border-radius:8px;margin:16px 0}.crypto-balance-dropdown-module_tab__NApE-Yal__platform-common{display:flex;align-items:center;justify-content:center;width:50%;height:100%;font-size:12px;color:var(--cryptoBalanceDropdownSelectorButtonColor);border-radius:8px}.crypto-balance-dropdown-module_tab__NApE-Yal__platform-common.crypto-balance-dropdown-module_active__QEdsZk-T__platform-common{font-weight:700;background-color:var(--cryptoBalanceDropdownSelectorButtonActiveBg);color:var(--cryptoBalanceDropdownSelectorButtonActiveColor)}.crypto-balance-dropdown-module_currencyItem__7Ut7U1w3__platform-common{display:flex;align-items:center;justify-content:space-between;width:100%;background-color:var(--cryptoBalanceDropdownCurrencyItemBg);padding:12px 16px;border-radius:8px}.crypto-balance-dropdown-module_currencyItem__7Ut7U1w3__platform-common.crypto-balance-dropdown-module_balance__2z0clTex__platform-common{padding:4px 4px 4px 16px}.crypto-balance-dropdown-module_currencyItem__7Ut7U1w3__platform-common .currency-icon-wrapper{margin-right:4px}.crypto-balance-dropdown-module_currencyItemLeft__Bh66zQiP__platform-common{display:flex;align-items:center}.crypto-balance-dropdown-module_currencyItemIcon__SwncXp76__platform-common{display:flex;align-items:center;justify-content:center;width:16px;height:16px;margin-right:8px}.crypto-balance-dropdown-module_currencyItemIcon__SwncXp76__platform-common img{max-width:100%;max-height:100%}.crypto-balance-dropdown-module_currencyItemTitle__h25gcE1T__platform-common{display:flex;align-items:center;color:var(--cryptoBalanceDropdownCurrencyItemTitle)}.crypto-balance-dropdown-module_currencyItemAmount__-3gr9T38__platform-common{display:flex;align-items:center;color:var(--cryptoBalanceDropdownCurrencyItemAmount)}.crypto-balance-dropdown-module_currencyList__EgPAejqE__platform-common{background-color:var(--cryptoBalanceDropdownCurrencyItemBg);border-radius:8px;margin-top:8px}.crypto-balance-dropdown-module_currencyList__EgPAejqE__platform-common .crypto-balance-dropdown-module_currencyItem__7Ut7U1w3__platform-common{border-radius:0;background-color:transparent}.crypto-balance-dropdown-module_currencyListOthers__T6bracw-__platform-common{margin-bottom:12px}.crypto-balance-dropdown-module_currencyListOthers__T6bracw-__platform-common.crypto-balance-dropdown-module_isUpdated__XpzlD65G__platform-common{pointer-events:none}.crypto-balance-dropdown-module_currencyListOthers__T6bracw-__platform-common .crypto-balance-dropdown-module_currencyItemTitle__h25gcE1T__platform-common{color:var(--cryptoBalanceDropdownCurrencyItemTitleOther)}.crypto-balance-dropdown-module_currencyListOthers__T6bracw-__platform-common .crypto-balance-dropdown-module_currencyItemAmount__-3gr9T38__platform-common{color:var(--cryptoBalanceDropdownCurrencyItemAmountOther)}.crypto-balance-dropdown-module_currencyListOthers__T6bracw-__platform-common .crypto-balance-dropdown-module_currencyItem__7Ut7U1w3__platform-common.crypto-balance-dropdown-module_active__QEdsZk-T__platform-common,.crypto-balance-dropdown-module_currencyListOthers__T6bracw-__platform-common .crypto-balance-dropdown-module_currencyItem__7Ut7U1w3__platform-common:hover{background-color:var(--cryptoBalanceDropdownCurrencyItemBgActive);box-shadow:var(--cryptoBalanceDropdownCurrencyItemBoxShadowActive)}.crypto-balance-dropdown-module_currencyListOthers__T6bracw-__platform-common .crypto-balance-dropdown-module_currencyItem__7Ut7U1w3__platform-common.crypto-balance-dropdown-module_active__QEdsZk-T__platform-common .crypto-balance-dropdown-module_currencyItemTitle__h25gcE1T__platform-common,.crypto-balance-dropdown-module_currencyListOthers__T6bracw-__platform-common .crypto-balance-dropdown-module_currencyItem__7Ut7U1w3__platform-common:hover .crypto-balance-dropdown-module_currencyItemTitle__h25gcE1T__platform-common{color:var(--cryptoBalanceDropdownCurrencyItemTitleActive)}.crypto-balance-dropdown-module_currencyListOthers__T6bracw-__platform-common .crypto-balance-dropdown-module_currencyItem__7Ut7U1w3__platform-common.crypto-balance-dropdown-module_active__QEdsZk-T__platform-common .crypto-balance-dropdown-module_currencyItemAmount__-3gr9T38__platform-common,.crypto-balance-dropdown-module_currencyListOthers__T6bracw-__platform-common .crypto-balance-dropdown-module_currencyItem__7Ut7U1w3__platform-common:hover .crypto-balance-dropdown-module_currencyItemAmount__-3gr9T38__platform-common{color:var(--cryptoBalanceDropdownCurrencyItemAmountActive)}.crypto-balance-dropdown-module_currencyListOthers__T6bracw-__platform-common .crypto-balance-dropdown-module_currencyItem__7Ut7U1w3__platform-common.crypto-balance-dropdown-module_active__QEdsZk-T__platform-common{pointer-events:none}.crypto-balance-dropdown-module_currencyListOthers__T6bracw-__platform-common .crypto-balance-dropdown-module_currencyItem__7Ut7U1w3__platform-common:not(:last-child){margin-bottom:4px}.crypto-balance-dropdown-module_currencyListOthers__T6bracw-__platform-common .crypto-balance-dropdown-module_currencyListOthersAccounts__pg6qPu5M__platform-common{padding-bottom:12px}.crypto-balance-dropdown-module_currencyListOthersAccounts__pg6qPu5M__platform-common{max-height:260px;padding:0 12px;margin:12px -12px 0;overflow-y:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-color:var(--cryptoBalanceDropdownCurrencyOtherScrollThumb) transparent;scrollbar-width:thin}.crypto-balance-dropdown-module_currencyListOthersAccounts__pg6qPu5M__platform-common::-webkit-scrollbar{width:8px;background:var(--cryptoBalanceDropdownCurrencyOtherScroll);height:8px}.crypto-balance-dropdown-module_currencyListOthersAccounts__pg6qPu5M__platform-common::-webkit-scrollbar-track{border-radius:4px}.crypto-balance-dropdown-module_currencyListOthersAccounts__pg6qPu5M__platform-common::-webkit-scrollbar-thumb{background-color:var(--cryptoBalanceDropdownCurrencyOtherScrollThumb);border-radius:4px}@media screen and (max-height: 768px){.crypto-balance-dropdown-module_currencyListOthersAccounts__pg6qPu5M__platform-common{max-height:160px}}.crypto-balance-dropdown-module_currencyListOthersTitle__yFbcDFnd__platform-common{display:flex;align-items:center;color:var(--cryptoBalanceDropdownListOthersTitle);font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;min-height:20px}.crypto-balance-dropdown-module_emptyTitle__n2zGAWzg__platform-common{margin:12px 0;font-size:12px;text-align:center}.crypto-balance-dropdown-module_depositButton__2U7fJTNj__platform-common{display:flex;align-items:center;justify-content:center;width:36px;font-size:12px;aspect-ratio:1;border-radius:8px;margin-left:8px;color:var(--cryptoBalanceDropdownCurrencyItemDepositButtonColor);background-color:var(--cryptoBalanceDropdownCurrencyItemDepositButtonBg)}.crypto-balance-dropdown-module_buttonWallet__pYttTHIb__platform-common{display:flex;justify-content:center;width:calc(100% + 24px);margin:0 -12px -12px;padding:16px;font-size:14px;font-weight:400;border-radius:0 0 var(--cryptoBalanceDropdownBorderRadius) var(--cryptoBalanceDropdownBorderRadius);color:var(--cryptoBalanceDropdownButtonWalletColor);background-color:var(--cryptoBalanceDropdownButtonWalletBg);box-shadow:var(--cryptoBalanceDropdownButtonWalletBoxShadow)}.crypto-balance-dropdown-module_buttonWalletIcon__TWxWKwcZ__platform-common{font-size:16px;margin-right:8px}.crypto-balance-dropdown-module_loader__rYIhVVNj__platform-common{position:absolute;pointer-events:none;left:0;top:0;width:100%;height:100%;background-color:var(--cryptoBalanceDropdownLoaderBg)}.radial-progress-module_wrapper__1SbIPZhs__platform-common{position:relative;display:flex;justify-content:center;align-items:center}.radial-progress-module_inner__jXX3ZyRX__platform-common{border-radius:50%;padding:3px;position:relative;top:1px}.radial-progress-module_inner__jXX3ZyRX__platform-common.radial-progress-module_mirrorRadialLine__zXn27oKq__platform-common{transform:scaleX(-1)}.radial-progress-module_radialBg__KMgkYmMK__platform-common{transform:rotate(-90deg);transform-origin:center center}.radial-progress-module_timerRadialCrop__brkbp7kl__platform-common{position:absolute!important;width:100%!important;height:100%!important;transform:rotate(2deg)!important}.youtube-module_container__K29qRftW__platform-common{max-width:100%}.youtube-module_videoRatio__LZXCKig-__platform-common{overflow:hidden;padding:56.25% 0 0;position:relative;width:100%}.youtube-module_videoInner__UDTdEfKG__platform-common,.youtube-module_thumbnailButton__MHPqF6gV__platform-common{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.youtube-module_thumbnailButton__MHPqF6gV__platform-common{background-color:transparent;border:0;cursor:pointer;display:block;margin:0;padding:0;text-decoration:none}.youtube-module_thumbnailImage__WWABI--X__platform-common{width:100%}.youtube-module_playIcon__76F9IdGO__platform-common{height:65px;left:calc(50% - 30px);position:absolute;top:calc(50% - 21px);transition:all .3s ease-in-out;width:78px}.youtube-module_iframe__bwaoVTJp__platform-common{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;border:none}.not-supported-module_notSupported__jlNoh23M__platform-common{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding-block:32px;margin-bottom:80px;margin-top:140px;color:var(--allSportsTitleColor)}.pwa-install-module_container__-3-cb-R6__platform-common{display:flex;align-items:center;justify-content:flex-start;padding:10px 12px;cursor:pointer;background:var(--pwaInstallContainerBg, #fff);border-radius:8px;margin:0 0 8px;height:40px;box-shadow:0 -1px 0 0 var(--pwaInstallContainerBoxShadowColor, --eventTableBorder) inset;transition:box-shadow .15s ease,background-color .15s ease}.pwa-install-module_container__-3-cb-R6__platform-common.pwa-install-module_mobile__x82Hq4d9__platform-common{margin-top:-20px}.pwa-install-module_container__-3-cb-R6__platform-common:hover{background:var(--pwaInstallContainerBgHover, --newSportMenuIte);box-shadow:0 1px 0 0 var(--pwaInstallContainerBoxShadowColor, --eventTableBorder) inset}.pwa-install-module_container__-3-cb-R6__platform-common:hover .pwa-install-module_icon__HwO39fJt__platform-common{transform:scaleX(-1)}.pwa-install-module_text__HDB8VC1P__platform-common{font-size:14px;line-height:40px;color:var(--text)}.pwa-install-module_icon__HwO39fJt__platform-common{display:flex;align-items:center;line-height:40px;margin-right:12px;transition:transform .15s ease}.pwa-install-module_icon__HwO39fJt__platform-common svg{display:block}.coupon-no-bid-v2-module_noBidContainer__tj2bWMFW__platform-common{display:flex;flex-direction:column;align-items:center;padding-inline:8px;gap:8px}.coupon-no-bid-v2-module_noBidSection__C5N-T-Ya__platform-common{width:100%;display:flex;justify-content:start;padding:16px;gap:16px;background-color:var(--inputBackground);border-radius:8px}.coupon-no-bid-v2-module_noBidSection__C5N-T-Ya__platform-common>img{width:50px;height:50px}.coupon-no-bid-v2-module_descriptionWrapper__-q7BPTdg__platform-common{display:flex;flex-direction:column;align-items:start;gap:4px;width:100%}.coupon-no-bid-v2-module_descriptionWrapper__-q7BPTdg__platform-common>div{color:var(--inputColor)}.coupon-no-bid-v2-module_noBidTitle__TGJbAheB__platform-common{font-weight:700;font-size:12px}.coupon-no-bid-v2-module_noBidSubTitle__CilPlD2l__platform-common{margin-bottom:8px;font-size:10px}.coupon-no-bid-v2-module_noBidWithQuickBetContainer__OLAbDsjg__platform-common{margin:auto;flex-direction:column;display:flex;align-items:center;justify-content:center;text-align:center;width:100%}.coupon-no-bid-v2-module_nobidQBImageWrapper__zNURrova__platform-common{margin-top:-32px;align-items:center;align-self:center;background-color:var(--couponBidsImageBg);border-radius:14px;display:flex;height:100px;justify-content:center;width:132px}.coupon-no-bid-v2-module_nobidQBTitle__1e3T6Rs4__platform-common{margin-top:12px;font-size:16px;font-weight:700;padding:0 16px}.coupon-no-bid-v2-module_nobidQBSubTitle__yGQQl-NW__platform-common{margin-bottom:12px;font-size:14px;font-weight:400;padding:0 16px}.coupon-no-bid-v2-module_forecastBannercontainer__G8Kza-C4__platform-common{max-width:calc(100% - 16px)!important;margin-left:8px;margin-top:20px;padding-top:0}.coupon-no-bid-v2-module_forecastBannercontainer__G8Kza-C4__platform-common button{padding:8px 12px!important;font-size:12px!important;letter-spacing:1px!important;font-weight:700!important}.global-settings-module_modal__J5LUi6wc__platform-common{width:100%;background:var(--globalSettingsModalBg);border-radius:8px;overflow:hidden}.ui-modal-portal.ui-modal-portal--bottom .global-settings-module_modal__J5LUi6wc__platform-common{border-radius:8px 8px 0 0}.global-settings-module_modalSubContainer__528vs8NG__platform-common{display:flex;flex-direction:column;padding:0 16px 16px;min-height:661px}.global-settings-module_additioalPadding__OlzLL2eJ__platform-common{padding-top:16px}.global-settings-module_sectionMargin__UTv4qwL7__platform-common{margin-top:8px}.global-settings-module_navigationSectionContainer__QCs9hj9Y__platform-common{display:flex;justify-content:space-between;align-items:center;background-color:var(--settingsContentBg);border-radius:8px;padding:12px 16px}.global-settings-module_header__oQCpbS08__platform-common{font-size:16px;font-weight:700;background-color:var(--globalSettingsModalHeaderBg);padding:12px 24px}.global-settings-module_oddsHeader__9u44Klff__platform-common{display:flex;justify-content:space-between;align-items:center}.global-settings-module_backIcon__zwDLPNxy__platform-common{rotate:-90deg}.global-settings-module_openIcon__P7vaoSNn__platform-common{rotate:90deg}.global-settings-module_oddsItemFormatText__KhqKRtAF__platform-common{color:var(--accentMain);font-size:12px;margin-top:4px}.global-settings-module_sectionTitle__kKqA-xFn__platform-common{font-weight:700;text-transform:uppercase;margin:16px 0 8px}.referral-steps-module_items__c2kvRwU1__platform-common{border:1px solid var(--referralsBorder);background:var(--referralStepsBG);border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.referral-steps-module_items__c2kvRwU1__platform-common:not(.referral-steps-module_mobile__iUId5ZIF__platform-common){margin-top:10px;display:flex;width:85%;padding:24px}.referral-steps-module_items__c2kvRwU1__platform-common:not(.referral-steps-module_mobile__iUId5ZIF__platform-common) .referral-steps-module_title__Giu1BcAk__platform-common{min-height:64px;font-size:20px;font-weight:700}.referral-steps-module_items__c2kvRwU1__platform-common:not(.referral-steps-module_mobile__iUId5ZIF__platform-common) .referral-steps-module_text__qfsdIiGR__platform-common{font-size:16px}.referral-steps-module_items__c2kvRwU1__platform-common:not(.referral-steps-module_mobile__iUId5ZIF__platform-common) .referral-steps-module_itemWrapper__Z2F66JzI__platform-common{padding:0 5px;display:flex}.referral-steps-module_items__c2kvRwU1__platform-common:not(.referral-steps-module_mobile__iUId5ZIF__platform-common) .referral-steps-module_count__S-YbPvgc__platform-common{font-weight:700;font-size:24px;width:60px;min-width:60px;height:60px}.referral-steps-module_items__c2kvRwU1__platform-common.referral-steps-module_mobile__iUId5ZIF__platform-common{margin-top:27vw;padding-left:16px;padding-bottom:16px}.referral-steps-module_items__c2kvRwU1__platform-common.referral-steps-module_mobile__iUId5ZIF__platform-common .referral-steps-module_title__Giu1BcAk__platform-common{font-size:16px;font-weight:700}.referral-steps-module_items__c2kvRwU1__platform-common.referral-steps-module_mobile__iUId5ZIF__platform-common .referral-steps-module_text__qfsdIiGR__platform-common{font-size:14px}.referral-steps-module_items__c2kvRwU1__platform-common.referral-steps-module_mobile__iUId5ZIF__platform-common .referral-steps-module_itemWrapper__Z2F66JzI__platform-common{padding:17px 0 0;display:flex}.referral-steps-module_items__c2kvRwU1__platform-common.referral-steps-module_mobile__iUId5ZIF__platform-common .referral-steps-module_count__S-YbPvgc__platform-common{font-weight:700;font-size:16px;width:32px;min-width:32px;height:32px}.referral-steps-module_items__c2kvRwU1__platform-common .referral-steps-module_item__YJFpu5KC__platform-common{position:relative;padding:8px 8px 0 16px;color:var(--white);height:100%;line-height:20px;max-width:380px}.referral-steps-module_items__c2kvRwU1__platform-common .referral-steps-module_title__Giu1BcAk__platform-common{margin-bottom:12px}.referral-steps-module_items__c2kvRwU1__platform-common .referral-steps-module_count__S-YbPvgc__platform-common{display:flex;align-items:center;justify-content:center;font-weight:700;font-size:24px;color:var(--white);background-repeat:no-repeat;background-size:contain;width:60px;min-width:60px;height:60px}.referrals-invite-steps-module_wrapperBg__MnnfFBZb__platform-common{overflow:hidden;margin-bottom:27px}.referrals-invite-steps-module_wrapper__CLNgeGT0__platform-common{background-repeat:no-repeat;background-size:cover;background-position:right bottom;overflow:hidden}.referrals-invite-steps-module_wrapper__CLNgeGT0__platform-common:not(.referrals-invite-steps-module_mobile__I8umpr4R__platform-common){margin:80px 16px 16px;padding:36px 30px;border-radius:16px}.referrals-invite-steps-module_wrapper__CLNgeGT0__platform-common:not(.referrals-invite-steps-module_mobile__I8umpr4R__platform-common) .referrals-invite-steps-module_header__Lx1Y8RGz__platform-common .referrals-invite-steps-module_text__pjtc-PFg__platform-common{font-size:32px;font-weight:900;line-height:40px;color:var(--white);text-transform:uppercase}.referrals-invite-steps-module_wrapper__CLNgeGT0__platform-common.referrals-invite-steps-module_mobile__I8umpr4R__platform-common{padding:16px;background-position:top}.referrals-invite-steps-module_wrapper__CLNgeGT0__platform-common.referrals-invite-steps-module_mobile__I8umpr4R__platform-common .referrals-invite-steps-module_header__Lx1Y8RGz__platform-common{max-width:250px}.referrals-invite-steps-module_wrapper__CLNgeGT0__platform-common.referrals-invite-steps-module_mobile__I8umpr4R__platform-common .referrals-invite-steps-module_header__Lx1Y8RGz__platform-common .referrals-invite-steps-module_text__pjtc-PFg__platform-common{font-size:20px;font-weight:900;color:var(--white);text-transform:uppercase}.referrals-ranks-module_table__mSzvUEF3__platform-common{border-radius:8px;overflow:hidden;width:100%;margin-bottom:16px;border:1px solid var(--referralsBorder)}.referrals-ranks-module_table__mSzvUEF3__platform-common.referrals-ranks-module_mobile__MrdEIYUR__platform-common .referrals-ranks-module_header__uGrZy4fM__platform-common{background:var(--white);font-size:12px;font-weight:500;color:var(--accentMain);text-transform:uppercase;display:flex}.referrals-ranks-module_table__mSzvUEF3__platform-common.referrals-ranks-module_mobile__MrdEIYUR__platform-common .referrals-ranks-module_header__uGrZy4fM__platform-common .referrals-ranks-module_headerCol__yC9uXk5-__platform-common{padding:16px 6px;width:33%}.referrals-ranks-module_table__mSzvUEF3__platform-common.referrals-ranks-module_mobile__MrdEIYUR__platform-common .referrals-ranks-module_body__UO4LRmx-__platform-common .referrals-ranks-module_bodyRow__OgnzqHSS__platform-common{display:flex}.referrals-ranks-module_table__mSzvUEF3__platform-common.referrals-ranks-module_mobile__MrdEIYUR__platform-common .referrals-ranks-module_body__UO4LRmx-__platform-common .referrals-ranks-module_bodyRow__OgnzqHSS__platform-common:nth-child(odd){background:var(--tabBg)}.referrals-ranks-module_table__mSzvUEF3__platform-common.referrals-ranks-module_mobile__MrdEIYUR__platform-common .referrals-ranks-module_body__UO4LRmx-__platform-common .referrals-ranks-module_bodyRow__OgnzqHSS__platform-common:nth-child(2n){background:var(--white)}.referrals-ranks-module_table__mSzvUEF3__platform-common.referrals-ranks-module_mobile__MrdEIYUR__platform-common .referrals-ranks-module_body__UO4LRmx-__platform-common .referrals-ranks-module_bodyCol__6bZGdaW-__platform-common{padding:14px 6px;width:33%;color:var(--black);font-size:16px;font-weight:500}.referrals-ranks-module_table__mSzvUEF3__platform-common.referrals-ranks-module_mobile__MrdEIYUR__platform-common .referrals-ranks-module_body__UO4LRmx-__platform-common .referrals-ranks-module_iconCol__ufkj8Jeb__platform-common{padding:14px 20px}.referrals-ranks-module_table__mSzvUEF3__platform-common .referrals-ranks-module_header__uGrZy4fM__platform-common{background:var(--white);font-size:12px;font-weight:500;color:var(--accentMain);text-transform:uppercase;display:flex}.referrals-ranks-module_table__mSzvUEF3__platform-common .referrals-ranks-module_header__uGrZy4fM__platform-common .referrals-ranks-module_headerCol__yC9uXk5-__platform-common{padding:16px 6px;width:15%}.referrals-ranks-module_table__mSzvUEF3__platform-common .referrals-ranks-module_body__UO4LRmx-__platform-common .referrals-ranks-module_bodyRow__OgnzqHSS__platform-common{display:flex}.referrals-ranks-module_table__mSzvUEF3__platform-common .referrals-ranks-module_body__UO4LRmx-__platform-common .referrals-ranks-module_bodyRow__OgnzqHSS__platform-common:nth-child(odd){background:var(--tabBg)}.referrals-ranks-module_table__mSzvUEF3__platform-common .referrals-ranks-module_body__UO4LRmx-__platform-common .referrals-ranks-module_bodyRow__OgnzqHSS__platform-common:nth-child(2n){background:var(--white)}.referrals-ranks-module_table__mSzvUEF3__platform-common .referrals-ranks-module_body__UO4LRmx-__platform-common .referrals-ranks-module_bodyCol__6bZGdaW-__platform-common{padding:14px 6px;width:15%;color:var(--black);font-size:16px;font-weight:500}.referrals-ranks-module_table__mSzvUEF3__platform-common .referrals-ranks-module_body__UO4LRmx-__platform-common .referrals-ranks-module_iconCol__ufkj8Jeb__platform-common{padding:14px 20px}.referrals-ranks-module_container__Rst3ZvQN__platform-common{margin:16px;padding:16px;background:var(--white);border-radius:8px}.referrals-buttons-module_wrapper__ed51rJjr__platform-common{display:flex;justify-content:center}.referrals-buttons-module_wrapper__ed51rJjr__platform-common:not(.referrals-buttons-module_mobile__yHiFmRCh__platform-common){margin-bottom:27px}.referrals-buttons-module_wrapper__ed51rJjr__platform-common:not(.referrals-buttons-module_mobile__yHiFmRCh__platform-common) button:nth-child(odd){margin-right:10px}.referrals-buttons-module_wrapper__ed51rJjr__platform-common:not(.referrals-buttons-module_mobile__yHiFmRCh__platform-common) button:nth-child(2n){margin-left:10px}.referrals-buttons-module_wrapper__ed51rJjr__platform-common.referrals-buttons-module_mobile__yHiFmRCh__platform-common{flex-direction:column}.referrals-buttons-module_wrapper__ed51rJjr__platform-common.referrals-buttons-module_mobile__yHiFmRCh__platform-common button{margin-bottom:10px}.terms-modal-module_contentWrapper__XLpY7aAw__platform-common{max-width:900px;padding:20px;background:var(--white);border-radius:8px;overflow:hidden}.terms-modal-module_title__tPpwX6q7__platform-common{font-weight:800;font-size:24px;text-align:center;margin-bottom:24px;line-height:1.25em;color:var(--black);padding:0 20px}.referrals-button-module_button__HtMvJYYS__platform-common{display:flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;border:none;color:var(--white);font-size:15px;align-items:center;justify-content:center;text-align:center;text-transform:uppercase;transition:background-color .2s ease,color .2s ease;min-height:40px;border-radius:100px;padding:5px 20px;font-weight:500;cursor:pointer;line-height:1;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;gap:6px;min-width:200px}.referrals-button-module_buttonSecondary__9YJVgmFn__platform-common{background:var(--accentSecondary);min-width:200px}.referrals-button-module_buttonSecondary__9YJVgmFn__platform-common:hover{background:var(--betslipSecondaryHover)}.referrals-button-module_buttonOutlined__d4TqZwMW__platform-common{border:1px solid var(--black);color:var(--black);min-width:200px}.referrals-button-module_buttonOutlined__d4TqZwMW__platform-common:hover{background:var(--arrowBg)}.referrals-email-module_question__F5i1-4op__platform-common{height:203px;background-repeat:no-repeat;background-size:cover;border-radius:16px;overflow:hidden;background-position:left bottom;margin:0 16px}.referrals-email-module_question__F5i1-4op__platform-common.referrals-email-module_cabinetImagePositioning__Q6QMLgF7__platform-common{background-position-x:-55px}.referrals-email-module_question__F5i1-4op__platform-common .referrals-email-module_signature__8dkjN8Rj__platform-common{margin-top:20px}.referrals-email-module_header__lz6Zp2YE__platform-common{display:flex;justify-content:center;flex-direction:column;padding:0 16px 20px 21%;height:100%;color:var(--white)}.referrals-email-module_header__lz6Zp2YE__platform-common.referrals-email-module_mobile__TtkPEZjt__platform-common{padding:0 16px 0 195px}.referrals-email-module_header__lz6Zp2YE__platform-common.referrals-email-module_mobile__TtkPEZjt__platform-common .referrals-email-module_title__NWwmsg-o__platform-common{font-size:16px}.referrals-email-module_header__lz6Zp2YE__platform-common.referrals-email-module_mobile__TtkPEZjt__platform-common .referrals-email-module_email__NPaCGK-c__platform-common{font-size:14px}.referrals-email-module_header__lz6Zp2YE__platform-common .referrals-email-module_title__NWwmsg-o__platform-common{font-size:32px;font-weight:800}.referrals-email-module_header__lz6Zp2YE__platform-common .referrals-email-module_email__NPaCGK-c__platform-common{font-size:24px;font-weight:400}.referrals-email-module_header__lz6Zp2YE__platform-common.referrals-email-module_useCabinetTextPositioning__mZ-4atiA__platform-common{padding:0 16px 0 380px}.referrals-email-module_header__lz6Zp2YE__platform-common a{color:var(--accentMain)}.menu-referrals-buttons-module_button__dCmt6wN9__platform-common{position:relative;padding:16px 16px 16px 60px;border-radius:8px;font-size:14px;font-weight:700;color:var(--wofButton);text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-size:200% 200%;background-position:0 100%;z-index:3;min-height:50px;margin-bottom:16px}.menu-referrals-buttons-module_button__dCmt6wN9__platform-common button{width:100%}.menu-referrals-buttons-module_mobile__8Hmm-ONE__platform-common{margin:12px 15px}.menu-referrals-buttons-module_imageFrame__ekR1r-Sm__platform-common{position:absolute;left:0;top:0;z-index:-1;width:100%}.referrals-module_wrapper__0LdYe-A2__platform-common{padding-bottom:15px}.referral-rank-progress-module_container__omemDfRT__platform-common{margin-bottom:16px;padding:16px;display:flex;border:1px solid var(--referralsInvisBorder);background:var(--referralStepsBG);border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-width:80%}.referral-rank-progress-module_container__omemDfRT__platform-common:not(.referral-rank-progress-module_mobile__96zgloJk__platform-common) .referral-rank-progress-module_rank__C-3UAhE-__platform-common{border-right:1px solid var(--referralsInvisBorder);padding-right:16px;margin-right:16px}.referral-rank-progress-module_container__omemDfRT__platform-common:not(.referral-rank-progress-module_mobile__96zgloJk__platform-common) .referral-rank-progress-module_revenue__zd3j4uX4__platform-common{border-left:1px solid var(--referralsInvisBorder);padding-left:16px;margin-left:16px;flex-direction:row}.referral-rank-progress-module_container__omemDfRT__platform-common:not(.referral-rank-progress-module_mobile__96zgloJk__platform-common) .referral-rank-progress-module_revenue__zd3j4uX4__platform-common .referral-rank-progress-module_revContainer__QcKb6ySs__platform-common{min-width:200px}.referral-rank-progress-module_mobile__96zgloJk__platform-common{flex-direction:column;gap:16px;max-width:100%}.referral-rank-progress-module_rank__C-3UAhE-__platform-common{display:flex;flex-direction:column;min-width:260px;justify-content:space-between;gap:15px}.referral-rank-progress-module_rank__C-3UAhE-__platform-common .referral-rank-progress-module_rankInfo__z28PzvZ8__platform-common{display:flex;color:var(--white)}.referral-rank-progress-module_rank__C-3UAhE-__platform-common .referral-rank-progress-module_rankData__kxtzMGr3__platform-common{display:flex;gap:10px}.referral-rank-progress-module_rank__C-3UAhE-__platform-common .referral-rank-progress-module_rankData__kxtzMGr3__platform-common .referral-rank-progress-module_container__omemDfRT__platform-common{flex-direction:column;color:var(--white);margin:0;width:100%}.referral-rank-progress-module_rank__C-3UAhE-__platform-common .referral-rank-progress-module_rankData__kxtzMGr3__platform-common .referral-rank-progress-module_container__omemDfRT__platform-common .referral-rank-progress-module_text__Kf3v3rBm__platform-common{font-size:24px;font-weight:700}.referral-rank-progress-module_rank__C-3UAhE-__platform-common .referral-rank-progress-module_rankIcon__Oc5sbFwi__platform-common{min-width:40px}.referral-rank-progress-module_rank__C-3UAhE-__platform-common .referral-rank-progress-module_rankName__62VwdOVh__platform-common{font-size:24px;margin:0 14px;font-weight:700}.referral-rank-progress-module_stats__V7PgkIkH__platform-common{display:flex;align-items:center;justify-content:center;width:100%;color:var(--white)}.referral-rank-progress-module_stats__V7PgkIkH__platform-common .referral-rank-progress-module_progressTitle__dkcK-vdY__platform-common{margin-bottom:6px}.referral-rank-progress-module_stats__V7PgkIkH__platform-common .referral-rank-progress-module_progress__ZY0oX15T__platform-common{width:100%}.referral-rank-progress-module_stats__V7PgkIkH__platform-common .referral-rank-progress-module_progress__ZY0oX15T__platform-common .referral-rank-progress-module_progressBar__x4Dspjqc__platform-common{border-radius:8px;background:var(--referralsProgressBar);height:16px;padding:2px;overflow:hidden}.referral-rank-progress-module_stats__V7PgkIkH__platform-common .referral-rank-progress-module_progress__ZY0oX15T__platform-common .referral-rank-progress-module_progressBar__x4Dspjqc__platform-common .referral-rank-progress-module_percentage__6eMx7-nH__platform-common{border-radius:8px;background:var(--referralProgressBarActive);height:100%;max-width:100%}.referral-rank-progress-module_stats__V7PgkIkH__platform-common .referral-rank-progress-module_progress__ZY0oX15T__platform-common .referral-rank-progress-module_ranks__12GMdX6Q__platform-common{display:flex;justify-content:space-between;margin-top:6px}.referral-rank-progress-module_revenue__zd3j4uX4__platform-common{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;color:var(--white);gap:10px}.referral-rank-progress-module_revenue__zd3j4uX4__platform-common .referral-rank-progress-module_revContainer__QcKb6ySs__platform-common{height:100%;min-width:100%;border-radius:8px;padding:8px 16px;border:1px solid var(--referralsInvisBorder)}.referral-rank-progress-module_revenue__zd3j4uX4__platform-common .referral-rank-progress-module_revContainer__QcKb6ySs__platform-common .referral-rank-progress-module_image__uztM21TA__platform-common{font-size:30px;margin-right:8px;filter:drop-shadow(0px 4.79px 10.05px var(--white))}.referral-rank-progress-module_revenue__zd3j4uX4__platform-common .referral-rank-progress-module_income__qzxcO-A1__platform-common{background:var(--incomeGradient)}.referral-rank-progress-module_revenue__zd3j4uX4__platform-common .referral-rank-progress-module_rev__ndU9QRkI__platform-common{background:var(--revGradient)}.referral-rank-progress-module_revenue__zd3j4uX4__platform-common .referral-rank-progress-module_revText__c5aDes5P__platform-common{font-size:24px;font-weight:700;display:flex;margin-top:5px}.referral-rank-module_currencyIcon__kSf9W3LP__platform-common{margin-right:15px}.referral-rank-module_wrapperBg__WhHj3gCA__platform-common{overflow:hidden;margin-bottom:27px}.referral-rank-module_wrapper__144nz-sA__platform-common{background-repeat:no-repeat;background-size:cover;background-position:right;overflow:hidden}.referral-rank-module_wrapper__144nz-sA__platform-common:not(.referral-rank-module_mobile__8vb5SCMX__platform-common){margin:0 16px 16px;padding:36px 30px;border-radius:16px}.referral-rank-module_wrapper__144nz-sA__platform-common:not(.referral-rank-module_mobile__8vb5SCMX__platform-common) .referral-rank-module_header__oL6TY3hu__platform-common .referral-rank-module_text__Q2ekl189__platform-common{font-size:32px;font-weight:900;line-height:40px;color:var(--white);text-transform:uppercase}.referral-rank-module_wrapper__144nz-sA__platform-common.referral-rank-module_mobile__8vb5SCMX__platform-common{padding:16px;background-position:top}.referral-rank-module_wrapper__144nz-sA__platform-common.referral-rank-module_mobile__8vb5SCMX__platform-common .referral-rank-module_header__oL6TY3hu__platform-common{max-width:190px;margin-bottom:27vw}.referral-rank-module_wrapper__144nz-sA__platform-common.referral-rank-module_mobile__8vb5SCMX__platform-common .referral-rank-module_header__oL6TY3hu__platform-common .referral-rank-module_text__Q2ekl189__platform-common{font-size:20px;font-weight:900;color:var(--white);text-transform:uppercase}.referral-statistics-switcher-module_container__Gsuu-ehd__platform-common{display:flex;justify-content:space-between;text-transform:uppercase;gap:8px}.referral-statistics-switcher-module_mobile__xi2TW11w__platform-common{gap:0;background:var(--referralStatisticsTabsInactiveMobile);border-radius:8px;overflow:hidden}.referral-statistics-switcher-module_mobile__xi2TW11w__platform-common .referral-statistics-switcher-module_menuItem__FGsGoc0-__platform-common{font-size:12px;transition:color .1s ease-in-out;color:var(--referralStatisticsTabsInactive);background:inherit;display:flex;justify-content:center;align-items:center;height:40px;width:25%;border-radius:8px}.referral-statistics-switcher-module_mobile__xi2TW11w__platform-common .referral-statistics-switcher-module_menuItem__FGsGoc0-__platform-common:not(.referral-statistics-switcher-module_selected__z5ovhf1w__platform-common){cursor:pointer}.referral-statistics-switcher-module_mobile__xi2TW11w__platform-common .referral-statistics-switcher-module_menuItem__FGsGoc0-__platform-common:not(.referral-statistics-switcher-module_selected__z5ovhf1w__platform-common):hover{color:var(--accentMain)}.referral-statistics-switcher-module_mobile__xi2TW11w__platform-common .referral-statistics-switcher-module_menuItem__FGsGoc0-__platform-common.referral-statistics-switcher-module_selected__z5ovhf1w__platform-common{position:relative;color:var(--white);pointer-events:none;background:var(--accentMain)}.referral-statistics-switcher-module_menuItem__FGsGoc0-__platform-common{font-size:12px;transition:color .1s ease-in-out;color:var(--referralStatisticsTabsInactive);background:var(--referralStatisticsTabsActive);display:flex;justify-content:center;align-items:center;height:40px;width:25%;border-top-left-radius:8px;border-top-right-radius:8px}.referral-statistics-switcher-module_menuItem__FGsGoc0-__platform-common:not(.referral-statistics-switcher-module_selected__z5ovhf1w__platform-common){cursor:pointer}.referral-statistics-switcher-module_menuItem__FGsGoc0-__platform-common:not(.referral-statistics-switcher-module_selected__z5ovhf1w__platform-common):hover{color:var(--accentMain)}.referral-statistics-switcher-module_menuItem__FGsGoc0-__platform-common.referral-statistics-switcher-module_selected__z5ovhf1w__platform-common{position:relative;color:var(--accentMain);pointer-events:none;background:var(--white)}.referral-inner-block-module_container__qxPkInXw__platform-common{border-radius:8px;border:1px solid var(--referralsBorder)}.referral-inner-block-module_small__ehw5YFGY__platform-common .referral-inner-block-module_title__-9oKwO8d__platform-common{font-size:12px;font-weight:600}.referral-inner-block-module_small__ehw5YFGY__platform-common .referral-inner-block-module_value__RFJ7RlIx__platform-common .referral-inner-block-module_icon__B-fhZBoK__platform-common{font-size:18px;margin-right:10px}.referral-inner-block-module_medium__n0wtV0tj__platform-common{width:100%;padding:24px}.referral-inner-block-module_medium__n0wtV0tj__platform-common .referral-inner-block-module_title__-9oKwO8d__platform-common{font-size:14px}.referral-inner-block-module_medium__n0wtV0tj__platform-common .referral-inner-block-module_image__7oK14aIX__platform-common{font-size:25px;margin-right:8px;color:var(--accentMain);filter:drop-shadow(0px 4.79px 10.05px var(--accentMain))}.referral-inner-block-module_medium__n0wtV0tj__platform-common .referral-inner-block-module_value__RFJ7RlIx__platform-common{margin-top:12px;font-size:24px}.referral-inner-block-module_large__ZAomH6jv__platform-common{width:100%;padding:25px 20px}.referral-inner-block-module_large__ZAomH6jv__platform-common .referral-inner-block-module_title__-9oKwO8d__platform-common{font-size:16px}.referral-inner-block-module_large__ZAomH6jv__platform-common .referral-inner-block-module_value__RFJ7RlIx__platform-common{margin-top:40px;font-size:20px}.referral-inner-block-module_large__ZAomH6jv__platform-common .referral-inner-block-module_value__RFJ7RlIx__platform-common .referral-inner-block-module_icon__B-fhZBoK__platform-common{font-size:18px;margin-right:15px}.referral-inner-block-module_value__RFJ7RlIx__platform-common{font-weight:700}.referral-inner-block-module_value__RFJ7RlIx__platform-common.referral-inner-block-module_grayTitle__e-s9PWHm__platform-common{color:var(--referralsGrayTitle)}.referral-inner-block-module_value__RFJ7RlIx__platform-common{display:flex;align-items:center}.referral-inner-block-module_value__RFJ7RlIx__platform-common .referral-inner-block-module_icon__B-fhZBoK__platform-common{fill:var(--referralsGrayTitle)}.referral-inner-wrapper-module_container__hRZmC8zY__platform-common{display:flex;gap:16px}.referral-inner-wrapper-module_withGrid__a2oqeadE__platform-common{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(100px,auto)}.referral-inner-wrapper-module_mobile__1sPvlP4P__platform-common.referral-inner-wrapper-module_withGrid__a2oqeadE__platform-common{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}.referral-statistics-module_container__w1-7gois__platform-common{border-radius:8px;margin:0 16px 16px}.referral-statistics-module_inner__3WZSPJX3__platform-common{padding:16px;background:var(--white)}.referral-link-module_content__YM2AKmT7__platform-common{padding:23px 16px;background:var(--white);border-radius:8px;margin:0 16px 27px}.referral-link-module_mobile__i-gMGdSS__platform-common .referral-link-module_fullcontainer__oc2FaoFC__platform-common,.referral-link-module_mobile__i-gMGdSS__platform-common .referral-link-module_container__F70wzahQ__platform-common,.referral-link-module_mobile__i-gMGdSS__platform-common .referral-link-module_buttons__ui4EJf-z__platform-common{flex-direction:column}.referral-link-module_container__F70wzahQ__platform-common{border-radius:8px;border:1px solid var(--referralsBorder);padding:12px;display:flex;position:relative;gap:16px}.referral-link-module_copiedFrame__afiU46HP__platform-common{position:absolute;top:0;right:0;left:0;bottom:0;z-index:1;background:var(--referralsLinkCopiedRGB);color:var(--white);border-radius:8px;display:flex;justify-content:center;align-items:center}.referral-link-module_copiedFrameClose__nFoiPu57__platform-common{position:absolute;top:calc(50% - 7px);right:20px;z-index:1;color:var(--white);cursor:pointer}.referral-link-module_fullcontainer__oc2FaoFC__platform-common{display:flex;gap:16px}.referral-link-module_buttons__ui4EJf-z__platform-common{display:flex;align-items:center;justify-content:center;gap:16px}.referral-link-module_buttons__ui4EJf-z__platform-common .referral-link-module_terms__F1YiGO2u__platform-common{color:var(--referralsGrayTitle);font-weight:700;opacity:.5;text-decoration-line:underline;cursor:pointer}.referral-link-module_header__aCu3QySk__platform-common{font-size:20px;font-weight:700;color:var(--black);margin-bottom:16px}.referral-link-module_link__2V365dNC__platform-common{border-radius:8px;background:var(--referralsLinkBG);padding:11px 15px;width:100%;min-width:300px;min-height:40px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.referral-link-module_anchorLink__EWDkk-fy__platform-common{text-decoration:none}.daily-rewards-button-module_button__V-R9Kc4n__platform-common{display:flex;align-items:center;position:relative;height:52px;min-height:52px;padding:var(--dailyRewardsButtonPadding, 16px 33px 16px 60px);font-size:14px;font-weight:700;background:var(--dailyRewardsButtonBg);color:var(--dailyRewardsButton);text-align:left;text-transform:var(--dailyRewardsButtonTextTransform, none);border-radius:var(--dailyRewardsButtonBorderRadius);background-size:200% 200%;background-position:0 100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;z-index:3}.daily-rewards-button-module_button__V-R9Kc4n__platform-common:hover{animation:daily-rewards-button-module_bg-animation__RWBukFAR__platform-common 5s linear infinite alternate}.daily-rewards-button-module_buttonImage__MUtIJIyJ__platform-common{position:absolute;left:8px;bottom:50%;transform:translateY(calc(50% - 2px));width:40px}@keyframes daily-rewards-button-module_bg-animation__RWBukFAR__platform-common{0%{background-position:0 100%}50%{background-position:100% 0}to{background-position:0 100%}}.ForecastPromoButton-module_wpButton__l1iFcduA__platform-common{padding:var(--wpButtonPadding);position:relative;display:flex;align-items:center;margin-bottom:var(--wpButtonIconBottomMargin, 8px);width:100%;min-height:var(--wpBannerHeight);max-height:var(--wpBannerHeight);background:var(--wpButtonBg);border-radius:var(--wpButtonBorderRadius, 8px);font-weight:700;text-decoration:none;overflow:hidden}.ForecastPromoButton-module_wpButton__l1iFcduA__platform-common .ForecastPromoButton-module_wrapper__q0fT-PHA__platform-common{position:relative;display:flex;flex-direction:column;align-items:start;z-index:2;line-height:20px}.ForecastPromoButton-module_wpButton__l1iFcduA__platform-common p{margin:0}.ForecastPromoButton-module_wpButtonSum__EYyR3WU0__platform-common{font-weight:900;font-size:24px;background:var(--wpButtonSumGradient);-webkit-background-clip:text;background-clip:text;color:transparent}.ForecastPromoButton-module_wpButtonTitle__thxv3YCn__platform-common{font-size:14px;color:var(--wpButtonTitleColor);text-transform:uppercase}.ForecastPromoButton-module_wpButtonLight__-MOvcTwe__platform-common{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1}.ForecastPromoButton-module_wpButtonLight_first__b-XGHJ-X__platform-common{background:var(--wpButtonFirstLightBg);animation:ForecastPromoButton-module_flicker__8dB41KGu__platform-common 2s infinite alternate ease-in-out}.ForecastPromoButton-module_wpButtonLight_second__csgqt5mt__platform-common{background:var(--wpButtonSecondLightBg)}.ForecastPromoButton-module_wpButtonIcon__84weezv3__platform-common{position:absolute;z-index:3;left:var(--wpButtonIconLeftPosition);top:var(--wpButtonIconTopPosition);width:var(--wpButtonIconWidth);height:var(--wpButtonIconHeight)}@keyframes ForecastPromoButton-module_flicker__8dB41KGu__platform-common{0%{opacity:1}50%{opacity:.7}to{opacity:1}}.ForecastPromoButton-module_wpButtonMobile__GiqHteLK__platform-common{padding:0;margin:0 auto 15px;justify-content:center;width:calc(100% - 30px);min-height:var(--wpBannerMobileHeight);max-height:var(--wpBannerMobileHeight);border-radius:var(--wpButtonBorderRadiusMobile, 32px)}.ForecastPromoButton-module_wpButtonMobile__GiqHteLK__platform-common .ForecastPromoButton-module_wpButtonSum__EYyR3WU0__platform-common{font-size:22px}.ForecastPromoButton-module_wpButtonMobile__GiqHteLK__platform-common .ForecastPromoButton-module_wpButtonIcon__84weezv3__platform-common{top:var(--wpButtonIconMobileTopPosition);left:var(--wpButtonIconMobileLeftPosition);width:var(--wpButtonMobileIconWidth);height:var(--wpButtonMobileIconHeight)}.ui-icon-live-module_icon__-56sDuS6__platform-common{display:block;height:16px;position:relative}.ui-icon-live-module_icon__-56sDuS6__platform-common.ui-icon-live-module_middle__1mXD3ON5__platform-common{display:flex;align-items:center;font-size:22px;margin-right:6px}.ui-icon-live-module_icon__-56sDuS6__platform-common.ui-icon-live-module_middle__1mXD3ON5__platform-common svg{width:1em;height:1em;top:0}.ui-icon-live-module_transparent__fF-Mu-WL__platform-common{fill:var(--mslLiveIconTransparentBg)}.ui-icon-analytics-module_icon__zB-pz-iD__platform-common{width:16px;height:16px;margin-right:6px;font-size:16px;position:relative}.ui-icon-analytics-module_modern__rwWoxcfg__platform-common{width:14px;height:14px;font-size:14px}.ui-icon-analytics-module_tooltipTrigger__at2wa7w-__platform-common:hover .ui-icon-analytics-module_eventTooltip__M09W9oyc__platform-common,.ui-icon-analytics-module_tooltipTrigger__at2wa7w-__platform-common:hover~.ui-icon-analytics-module_eventTooltip__M09W9oyc__platform-common{opacity:1;visibility:visible}.ui-icon-analytics-module_tooltipTriggerClickable__og-gqhiL__platform-common .ui-icon-analytics-module_eventTooltip__M09W9oyc__platform-common,.ui-icon-analytics-module_tooltipTriggerClickable__og-gqhiL__platform-common~.ui-icon-analytics-module_eventTooltip__M09W9oyc__platform-common{opacity:1;visibility:visible}.ui-icon-analytics-module_eventTooltip__M09W9oyc__platform-common{position:absolute;top:24px;left:0;min-height:28px;line-height:16px;padding:6px 8px;color:var(--white);background:var(--eventResultTooltip);border-radius:4px;font-weight:400;font-size:12px;opacity:0;visibility:hidden;transition:opacity .25s ease;z-index:10}.ui-icon-analytics-module_bestOf__aYV-oKuz__platform-common{padding:0 4px;line-height:15px;height:14px;background:var(--eventTableBestOf);color:var(--white);font-size:10px;position:relative;top:0;font-weight:400;border-radius:3px}.ui-icon-analytics-module_bestOf__aYV-oKuz__platform-common .ui-icon-analytics-module_eventTooltip__M09W9oyc__platform-common{left:0;right:inherit}.ui-icon-analytics-module_infoTooltip__e-3gvwPI__platform-common{background:none}.ui-icon-analytics-module_tooltipContainer__8dqDAPda__platform-common{display:flex;flex-direction:column;align-items:flex-start}.ui-icon-analytics-module_black__5gWfym7Y__platform-common{color:var(--mslBestOfTextColor)}.ui-icon-analytics-module_white__2QEDVs4F__platform-common{color:var(--white)}.collaps-block-module_live__ArTrUanQ__platform-common{height:14px;background-color:var(--liveColor);border-radius:5px;text-align:center;font-size:7px;font-weight:700;text-transform:uppercase;color:var(--buttonText);padding:0 5px;display:flex;align-self:center;line-height:14px}.collaps-block-module_live__ArTrUanQ__platform-common.collaps-block-module_liveFree__gVlafYS1__platform-common{position:static;background:var(--buttonsGray);display:inline-flex;margin:2px 0 0;align-self:flex-start}.collaps-block-module_live__ArTrUanQ__platform-common.collaps-block-module_liveBig__ah7aMgeU__platform-common{padding:0 10px;font-size:12px;line-height:23px;height:22px;border-radius:10px;margin:-1px 0 0 10px}.collaps-block-module_live__ArTrUanQ__platform-common.coupon-count{background-color:var(--betslipEventsCountBackground);border-radius:50%;justify-content:center;width:23px}.collaps-block-module_block__r2gGY9L2__platform-common{width:100%}.collaps-block-module_block__r2gGY9L2__platform-common.collaps-block-module_open__A-Vg91AQ__platform-common .collaps-block-module_arrow__Ry89C1Cm__platform-common{transform:rotate(0)}.collaps-block-module_block__r2gGY9L2__platform-common.collaps-block-module_disabled__XaGqwAo2__platform-common{pointer-events:none;opacity:.9}.collaps-block-module_block__r2gGY9L2__platform-common.collaps-block-module_disabled__XaGqwAo2__platform-common .collaps-block-module_arrow__Ry89C1Cm__platform-common{display:none}.collaps-block-module_title__lQstZxb-__platform-common{position:relative;text-transform:uppercase;color:var(--mainColor);text-decoration:none;font-size:14px;line-height:1.25;font-weight:700;cursor:pointer;width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:center;justify-content:space-between;min-height:43px;padding:5px 15px 5px 40px;background-color:var(--eventTableBorder)}@media screen and (max-width: 1429px){.collaps-block-module_title__lQstZxb-__platform-common{font-size:12px}}.collaps-block-module_title__lQstZxb-__platform-common.collaps-block-module_dark__F9xioqzj__platform-common{color:var(--white);background-color:var(--eventModalBackground)}.collaps-block-module_leftWrap__Hrq0kFEz__platform-common{display:flex;flex:1 0 auto;max-width:100%;padding-bottom:6px}.collaps-block-module_leftWrapText__83DnHSbO__platform-common{text-align:left}.collaps-block-module_leftWrapLive__UNVYgJXH__platform-common{height:17px;display:flex;align-items:center}[lang=de] .collaps-block-module_leftWrapLive__UNVYgJXH__platform-common{height:13px}@media screen and (max-width: 1429px){.collaps-block-module_leftWrapLive__UNVYgJXH__platform-common{height:13px}}.collaps-block-module_arrow__Ry89C1Cm__platform-common{position:absolute;top:calc(50% - 7px);right:14px;display:block;transition:transform .15s ease;transform:rotate(180deg);font-size:14px}.collaps-block-module_content__MXsrU9Cu__platform-common{padding:15px}.collaps-block-module_mobile__baSR1lRj__platform-common .collaps-block-module_title__lQstZxb-__platform-common{padding:5px 15px 5px 40px}.collaps-block-module_mobile__baSR1lRj__platform-common .collaps-block-module_leftWrap__Hrq0kFEz__platform-common{align-items:center;padding-bottom:0}.collaps-block-module_mobile__baSR1lRj__platform-common .collaps-block-module_leftWrapText__83DnHSbO__platform-common{text-align:left}.collaps-block-module_mobile__baSR1lRj__platform-common .collaps-block-module_leftWrapLive__UNVYgJXH__platform-common{height:17px;display:flex;align-items:center}[lang=de] .collaps-block-module_mobile__baSR1lRj__platform-common .collaps-block-module_leftWrapLive__UNVYgJXH__platform-common{height:13px}@media screen and (max-width: 1429px){.collaps-block-module_mobile__baSR1lRj__platform-common .collaps-block-module_leftWrapLive__UNVYgJXH__platform-common{height:13px}}.collaps-block-module_mobile__baSR1lRj__platform-common .collaps-block-module_arrow__Ry89C1Cm__platform-common{position:absolute;top:calc(50% - 7px);right:14px;display:block;transition:transform .15s ease;transform:rotate(180deg);font-size:14px}.collaps-block-module_mobile__baSR1lRj__platform-common .collaps-block-module_content__MXsrU9Cu__platform-common{padding:15px}.progress-loader-module_loader__W7tClLsx__platform-common{background:rgba(var(--buttonMainRgb),.2);height:4px;overflow:hidden;position:relative;width:100%}.progress-loader-module_loader__W7tClLsx__platform-common .progress-loader-module_bar__kb00ZdAK__platform-common{bottom:0;left:0;position:absolute;top:0;transform-origin:left;transition:transform .2s linear}.progress-loader-module_loader__W7tClLsx__platform-common .progress-loader-module_bar__kb00ZdAK__platform-common.progress-loader-module_slow__NBeWHJwc__platform-common{animation-duration:2.2s;animation-iteration-count:infinite;animation-timing-function:cubic-bezier(.65,.815,.735,.395);background:rgba(var(--buttonMainRgb),.8)}.progress-loader-module_loader__W7tClLsx__platform-common .progress-loader-module_bar__kb00ZdAK__platform-common.progress-loader-module_slow__NBeWHJwc__platform-common{animation-name:progress-loader-module_Bar-slow__Prwjgsro__platform-common}.progress-loader-module_loader__W7tClLsx__platform-common .progress-loader-module_bar__kb00ZdAK__platform-common.progress-loader-module_fast__00ErnwUd__platform-common{animation-delay:1.2s;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:cubic-bezier(.165,.84,.44,1);background:rgba(var(--buttonMainRgb),.5)}.progress-loader-module_loader__W7tClLsx__platform-common .progress-loader-module_bar__kb00ZdAK__platform-common.progress-loader-module_fast__00ErnwUd__platform-common{animation-name:progress-loader-module_Bar-fast__UgmPkrQV__platform-common}@keyframes progress-loader-module_Bar-slow__Prwjgsro__platform-common{0%{left:-35%;right:100%}60%{left:100%;right:-90%}to{left:100%;right:-90%}}@keyframes progress-loader-module_Bar-fast__UgmPkrQV__platform-common{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}.styles-module_loader__6mgJ65Tz__platform-common{align-items:center;background-color:var(--registrationPopupBg);display:flex;height:100vh;justify-content:center;left:50%;position:fixed;top:50%;transform:translate(-50%,-50%);width:100vw;z-index:var(--zIndex-registrationLoader)}.styles-module_loaderWrapper__4HPAtqd5__platform-common{align-items:center;background-color:var(--registrationPopupItemBg);border-radius:10px;display:flex;flex-direction:column;height:197px;justify-content:center;width:194px}.styles-module_loaderTitle__sbV9vSx5__platform-common{color:var(--registrationPopupTitle);font-size:21px;font-weight:700;line-height:23px;margin-bottom:5px;text-transform:uppercase}.styles-module_loaderSubtitle__0BK1Nfun__platform-common{color:var(--registrationPopupText);font-size:14px;font-weight:500;line-height:21px}.styles-module_loaderLogo__1Vc3We7l__platform-common{align-items:center;display:flex;height:66px;justify-content:center;margin:14px 0;width:86px}.styles-module_loaderLogo__1Vc3We7l__platform-common img{max-height:100%;max-width:100%}.styles-module_loaderText__KsZOKAMu__platform-common{color:var(--registrationPopupText);font-size:14px;font-weight:400;line-height:25px}.dragger-scroll-module_wrapper__sI4ZH5CH__platform-common{position:relative}.horizontal-menu__arrow-wrapper{position:absolute;width:32px;height:41px;top:50%;transform:translateY(-50%);color:var(--draggerScrollButtonArrow);background:var(--draggerScrollButtonBg);cursor:pointer;display:flex;justify-content:center;align-items:center;overflow:hidden;font-size:14px;z-index:1;opacity:0;transition:opacity .15s ease}.horizontal-menu__arrow-wrapper:disabled{display:none}.horizontal-menu__arrow-wrapper--left{left:0}.horizontal-menu__arrow-wrapper--left .svg-icon{transform:rotate(180deg)}.horizontal-menu__arrow-wrapper--right{right:0}.horizontal-menu__arrow-wrapper--right .svg-icon{transform:rotate(0)}.horizontal-menu .react-horizontal-scrolling-menu--wrapper{position:relative}.horizontal-menu .react-horizontal-scrolling-menu--wrapper:hover .horizontal-menu__arrow-wrapper{opacity:1}.horizontal-menu .react-horizontal-scrolling-menu--wrapper:hover .horizontal-menu__arrow-wrapper--disabled{opacity:0}.arrow-pagination-module_arrowPagination__5NcNGxfy__platform-common{display:flex;justify-content:flex-end;height:46px}.arrow-pagination-module_arrowPagination__5NcNGxfy__platform-common.arrow-pagination-module_absolute__tqplMUH0__platform-common{position:absolute;right:25px}.arrow-pagination-module_arrowPagination__5NcNGxfy__platform-common:not(.arrow-pagination-module_absolute__tqplMUH0__platform-common){padding:0 25px}.arrow-pagination-module_arrowContainer__rIFXhQCF__platform-common{position:relative;display:flex;justify-content:space-between}.arrow-pagination-module_arrowContainer__rIFXhQCF__platform-common.arrow-pagination-module_full__AgAzRdWH__platform-common{width:100%}.arrow-pagination-module_arrowContainer__rIFXhQCF__platform-common:not(.arrow-pagination-module_full__AgAzRdWH__platform-common){width:38px}.arrow-pagination-module_arrow__CDAk4Gyo__platform-common{height:100%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .15s ease;color:var(--inputImageColor)}.arrow-pagination-module_arrow__CDAk4Gyo__platform-common.arrow-pagination-module_disabled__MK5PHFws__platform-common{cursor:default;opacity:.5;pointer-events:none}.arrow-pagination-module_arrow__CDAk4Gyo__platform-common.arrow-pagination-module_left__ZUUxeltB__platform-common{transform:rotate(180deg)}.snake-loader-module_Wrapper__E2wLbJI3__platform-common{overflow:hidden;position:relative}.snake-loader-module_Loader__0tGbdR8O__platform-common{bottom:0;left:0;position:absolute;right:0;top:0;z-index:2}.snake-loader-module_LoaderSVG__8iAnzoA8__platform-common{height:100%;width:100%}.snake-loader-module_Rect__JSLPSSzE__platform-common{fill:none;height:100%;stroke-width:6px;width:100%}.max-width_150{max-width:150px}.full-width{width:100%}.display-flex{display:flex;justify-content:center;align-items:center}.hide-overflow{margin-top:8px;border-radius:100px;overflow:hidden}.betting-settings-discription-module_container__J-uwBf1V__platform-common{background:var(--couponBetSettingDescriptionBG);border-radius:90px;cursor:pointer;margin-top:10px;padding:0 10px;width:100%}.betting-settings-discription-module_container__J-uwBf1V__platform-common .svg-icon{color:var(--couponBetSettingDescriptionInfoBG);font-size:23px;margin-right:15px}.betting-settings-discription-module_containerOpen__-dypRveM__platform-common{border-radius:10px;box-shadow:0 24px 15px #00000040;padding-bottom:10px}.betting-settings-discription-module_containerOpen__-dypRveM__platform-common .betting-settings-discription-module_button__UjJOFzmq__platform-common{border-bottom:5px solid var(--couponBetSettingDescriptionArrow);border-top:0}.betting-settings-discription-module_wrapper__NcGfTUBJ__platform-common{align-items:center;display:flex;justify-content:space-between;padding:5px 0;width:100%}.betting-settings-discription-module_flexbox__TGm-V45O__platform-common{align-items:center;display:flex}.betting-settings-discription-module_flexbox__TGm-V45O__platform-common span{color:var(--couponBetSettingDescriptionArrow)}.betting-settings-discription-module_button__UjJOFzmq__platform-common{border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid var(--couponBetSettingDescriptionArrow);height:0;width:0}.betting-settings-discription-module_description__BOtxJfIt__platform-common{background:var(--white);border-radius:10px;font-size:12px;padding:10px}.styles-module_share__e2x07j3Q__platform-common{cursor:pointer;flex-shrink:0}.styles-module_share__e2x07j3Q__platform-common:hover svg{color:var(--betslipShareButtonActiveColor)}.styles-module_share__e2x07j3Q__platform-common svg{color:var(--betslipShareButtonColor);transition:color .15s ease;font-size:13px}.styles-module_round__AhzS2G2L__platform-common{background:var(--betslipShareButtonBg);transition:background-color .15s ease,opacity .15s ease;border-radius:100px;width:26px;height:26px;position:relative}.styles-module_round__AhzS2G2L__platform-common:hover svg{color:var(--betslipShareButtonActiveColor)}.styles-module_round__AhzS2G2L__platform-common svg{color:var(--betslipShareButtonColor);transition:color .15s ease;font-size:14px;position:absolute;top:6px;left:5px}.styles-module_betSlip__twhOaJ-f__platform-common{background:var(--betslipShareButtonBgAlpha);border-radius:var(--betslipShareButtonRadius, 100%);transition:all .3s}.styles-module_betSlip__twhOaJ-f__platform-common svg{color:var(--betslipShareButtonColor)}.styles-module_betSlip__twhOaJ-f__platform-common:hover{background:var(--betslipShareButtonBgHoverAlpha)}.styles-module_betSlip__twhOaJ-f__platform-common:hover svg{color:var(--betslipShareButtonColorHover)}.download-pdf-button-module_share__YdPoegeM__platform-common{cursor:pointer;flex-shrink:0}.download-pdf-button-module_share__YdPoegeM__platform-common:hover svg{color:var(--betslipShareButtonActiveColor)}.download-pdf-button-module_share__YdPoegeM__platform-common svg{color:var(--betslipShareButtonColor);transition:color .15s ease;font-size:13px}.download-pdf-button-module_round__OgO110fK__platform-common{background:var(--betslipShareButtonBg);transition:background-color .15s ease,opacity .15s ease;border-radius:100px;width:26px;height:26px;position:relative}.download-pdf-button-module_round__OgO110fK__platform-common:hover svg{color:var(--betslipShareButtonActiveColor)}.download-pdf-button-module_round__OgO110fK__platform-common svg{color:var(--betslipShareButtonColor);transition:color .15s ease;font-size:14px;position:absolute;top:6px;left:6px}.download-pdf-button-module_betSlip__WJyFtSPR__platform-common{background:var(--betslipShareButtonBgAlpha)}.download-pdf-button-module_betSlip__WJyFtSPR__platform-common:hover{background:var(--betslipShareButtonBgHoverAlpha)}.download-pdf-button-module_betSlip__WJyFtSPR__platform-common:hover svg{color:#fff}.download-pdf-button-module_betSlip__WJyFtSPR__platform-common svg{color:#fff}.tooltip-module_wrap__El5UX2pQ__platform-common .tooltip-module_tooltip__0umYhBvp__platform-common{background:var(--tooltipBg);font-size:var(--tooltipFontSize);line-height:var(--tooltipLineHeight);color:var(--tooltipText);border-radius:var(--tooltipBorderRadius, 8px);padding:var(--tooltipPadding);z-index:var(--tooltipZIndex, 9)}.pagination-page-control-module_pagination__LtI-FFr9__platform-common{display:flex;justify-content:space-between;align-items:center;gap:5px;flex:1}.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_current__osCMSXs-__platform-common,.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_arrow_btn__XUJ9yA-8__platform-common,.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_numeric_btn__2kUkx3lH__platform-common,.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_ellipsis__tF2rUpcd__platform-common{height:24px;font-size:12px;line-height:16px;padding:4px 8px;border-radius:4px;background-color:transparent;border:0;transition:all .3s;text-align:center;display:block;min-width:10px;box-sizing:border-box}.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_current__osCMSXs-__platform-common{background-color:var(--paginationCurrentPageBg)}.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_arrow_btn__XUJ9yA-8__platform-common,.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_numeric_btn__2kUkx3lH__platform-common{cursor:pointer}.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_arrow_btn__XUJ9yA-8__platform-common:focus,.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_arrow_btn__XUJ9yA-8__platform-common:hover,.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_numeric_btn__2kUkx3lH__platform-common:focus,.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_numeric_btn__2kUkx3lH__platform-common:hover{color:var(--paginationNumericBtnColorHover)}.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_arrow_btn__XUJ9yA-8__platform-common:hover:not(:disabled),.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_numeric_btn__2kUkx3lH__platform-common:hover:not(:disabled){background-color:var(--paginationNumericBtnBgHover)}.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_arrow_btn__XUJ9yA-8__platform-common:disabled,.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_numeric_btn__2kUkx3lH__platform-common:disabled{color:var(--paginationNumericBtnColorDisabled);cursor:default}.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_arrow_btn__XUJ9yA-8__platform-common{color:var(--paginationArrowBtnColor)}.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_arrow_btn__XUJ9yA-8__platform-common:first-child,.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_arrow_btn__XUJ9yA-8__platform-common:nth-child(2){transform:rotate(180deg)}.pagination-page-control-module_pagination__LtI-FFr9__platform-common .pagination-page-control-module_numeric_btn__2kUkx3lH__platform-common{color:var(--paginationNumericBtnColor)}.pagination-page-control-module_pagination__LtI-FFr9__platform-common.pagination-page-control-module_desktop__D9aCDNTw__platform-common{flex:0}.pagination-page-control-module_pagination__LtI-FFr9__platform-common.pagination-page-control-module_desktop__D9aCDNTw__platform-common .pagination-page-control-module_arrow_btn__XUJ9yA-8__platform-common{order:1}.pagination-module_pagination__AF4Zspn4__platform-common{display:flex;flex-wrap:wrap;align-items:center;gap:10px;width:100%}.pagination-module_pagination__AF4Zspn4__platform-common.pagination-module_isDesktop__7itIgZRj__platform-common{justify-content:flex-end}.pagination-module_perPage__PkyC-NiV__platform-common{position:relative;padding:4px 8px;font-size:12px;line-height:16px;border-radius:4px;background-color:var(--paginationCurrentPageBg);color:var(--paginationCurrentPageColor);transition:all .3s}.pagination-module_perPage__PkyC-NiV__platform-common:focus-within,.pagination-module_perPage__PkyC-NiV__platform-common:hover{background-color:var(--paginationPerPageBgHover)}.pagination-module_perPage__PkyC-NiV__platform-common select{position:absolute;top:0;right:0;bottom:0;left:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:transparent;cursor:pointer}.pagination-module_perPage__PkyC-NiV__platform-common option{color:var(--paginationCurrentPageColor);background-color:var(--paginationCurrentPageBg);text-align:center}.delimiter-line-module_delimiter__WNlWVJPe__platform-common{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:1px;background-color:var(--delimiterLineColor);margin:10px 0}.delimiter-line-module_delimiterText__i2FSg-t5__platform-common{position:relative;background-color:var(--delimiterBackgroundColor);padding:0 5px;color:var(--delimiterTextColor);font-size:14px}.event-table-additional-results-module_result__cfdrGbVy__platform-common{z-index:2;display:flex;position:relative}.event-table-additional-results-module_server__k-YApFbS__platform-common{display:flex;align-items:center;justify-content:center;width:4px;height:4px;background:var(--periodGreenColor);border-radius:50%;position:absolute;top:50%;left:4px;transform:translateY(-50%)}.event-table-additional-results-module_score__B8oiYuZu__platform-common{font-weight:400;color:var(--periodHalfInformationText);position:relative;padding:0 10px}.event-table-additional-results-module_score__B8oiYuZu__platform-common:after{content:"";display:block;position:absolute;height:100%;right:0;top:0;border-right:1px solid var(--periodHalfInformationSeparator)}.event-table-additional-results-module_base__ZlPakjl1__platform-common{font-weight:700;color:var(--mslEventPeriodsHistoryColor);opacity:.7;position:relative}.event-table-additional-results-module_base__ZlPakjl1__platform-common.event-table-additional-results-module_white__DnBw9-lX__platform-common{color:var(--white)}.event-table-additional-results-module_resultCol__8vqI2sEK__platform-common{padding-left:12px;min-width:22px;text-align:center}.event-table-additional-results-module_resultMain__1RQgfvVA__platform-common{color:var(--eventTimeStatsText);opacity:1}.event-table-additional-results-module_resultHeading__RAvNx7Do__platform-common{font-size:12px;line-height:16px;color:var(--periodResultHeading);font-weight:400;text-align:center}.event-table-additional-results-module_green__Yi0oamxh__platform-common{font-weight:700;color:var(--periodGreenColor)}.event-table-additional-results-module_green__Yi0oamxh__platform-common.event-table-additional-results-module_paddingLeft__PBcUSHJ-__platform-common{padding-left:10px}.event-table-additional-results-module_resultBase__F0TFLcsP__platform-common{font-weight:400;color:var(--eventTimeStatsText);padding:0 10px;position:relative}.event-table-additional-results-module_resultBase__F0TFLcsP__platform-common:after{content:"";display:block;position:absolute;height:100%;right:0;top:0;border-right:1px solid var(--periodHalfInformationSeparator)}.event-table-body-status-module_stoppedIcon__f8291pdv__platform-common{position:relative;width:16px;height:16px;font-size:16px;color:var(--eventTimeStatsText);margin-right:6px}.event-table-body-status-module_broadcastIcon__xQBZ08b6__platform-common{width:16px;height:16px;font-size:16px;display:flex;align-items:center;color:var(--buttonsGray);margin-left:8px}.event-table-body-status-module_broadcastIcon__xQBZ08b6__platform-common .svg-icon{height:16px;width:16px}.event-table-body-status-module_broadcastIcon__xQBZ08b6__platform-common .event-table-body-status-module_infoIcon__skvxiEu9__platform-common{display:block;position:relative}.event-table-body-status-module_broadcastIcon__xQBZ08b6__platform-common .event-table-body-status-module_marginRight__tfCgUvmT__platform-common{margin-right:8px}.event-table-body-status-module_marginLeft__yB8yPEgB__platform-common{margin-left:8px}.event-table-body-status-module_infoIconCircle__hZKW9MxD__platform-common{width:16px;height:16px;font-size:16px;display:flex;align-items:center;color:var(--buttonsGray);margin-left:6px}.event-table-body-status-module_infoIconCircle__hZKW9MxD__platform-common .svg-icon{width:14px;height:14px}.event-table-body-status-module_bestOf__oGPwcEUg__platform-common{padding:0 4px;line-height:14px;height:14px;width:16px;font-size:16px;background:var(--eventTableBestOf);color:var(--white);position:relative;font-weight:400;border-radius:3px}.event-table-body-status-module_infoTooltip__y3BPbU10__platform-common{background:none}.event-table-body-status-module_tooltipContainer__I0jznNxH__platform-common{display:flex;flex-direction:column;align-items:flex-start}.event-table-body-status-module_withPeriod__-0C35X6Y__platform-common{line-height:16px}.event-table-body-status-module_periodsLabel__G-oAU6eZ__platform-common{text-align:center;width:-moz-max-content;width:max-content}.event-table-body-status-module_infoIcon__skvxiEu9__platform-common{display:block;position:relative}.event-table-body-status-module_liveIcon__kYKWgWQN__platform-common{width:22px;height:22px}.event-table-body-status-module_marginRight__tfCgUvmT__platform-common{margin-right:8px}.event-table-body-status-module_marginLeft__yB8yPEgB__platform-common{margin-left:6px}.event-table-body-status-module_infoText__wAbmQwEH__platform-common{color:var(--eventTimeStatsText);display:block;font-weight:700;font-size:14px;line-height:19px;letter-spacing:1px;height:17px}.event-table-body-status-module_matchTime__tRO6vPW1__platform-common{white-space:nowrap;display:inline-block}.event-table-body-status-module_isModern__42mQRQMU__platform-common{font-weight:400;color:var(--white);font-size:14px;line-height:19px}.event-table-body-status-module_smallFontSize__8wyReBIk__platform-common{font-size:12px;top:0;position:relative}.event-table-body-status-module_lineHeight__SCE1XVrg__platform-common{line-height:18px}.event-table-body-status-module_black__teTmAHfB__platform-common{color:var(--eventTimeStatsText);font-size:12px}.event-table-body-status-module_analyticSmall__TLOY8Qqu__platform-common{width:16px;height:16px;margin-right:6px}.event-table-timer-module_timerIcon__dJg1IlaS__platform-common{position:relative;margin:0 4px 0 8px;color:var(--eventTimeStatsText);font-size:16px}.event-table-timer-module_timerIcon__dJg1IlaS__platform-common.event-table-timer-module_modern__298-WscS__platform-common{font-size:16px;margin-left:0}.event-table-timer-module_timerIcon__dJg1IlaS__platform-common.event-table-timer-module_modern__298-WscS__platform-common .svg-icon{color:var(--white)}.event-table-timer-module_timerIcon__dJg1IlaS__platform-common.event-table-timer-module_black__gvgdEqt0__platform-common .svg-icon{color:var(--eventTimeStatsText)}.event-table-timer-module_timerIcon__dJg1IlaS__platform-common.event-table-timer-module_small__gG-At5-q__platform-common{width:17px;height:15px}.event-tooltip-module_tooltipTrigger__NuAum-UK__platform-common:hover .event-tooltip-module_eventTooltip__5qeaHORH__platform-common,.event-tooltip-module_tooltipTrigger__NuAum-UK__platform-common:hover~.event-tooltip-module_eventTooltip__5qeaHORH__platform-common{opacity:1;visibility:visible}.event-tooltip-module_tooltipTriggerClickable__g5UpatxZ__platform-common .event-tooltip-module_eventTooltip__5qeaHORH__platform-common,.event-tooltip-module_tooltipTriggerClickable__g5UpatxZ__platform-common~.event-tooltip-module_eventTooltip__5qeaHORH__platform-common{opacity:1;visibility:visible}.event-tooltip-module_eventTooltip__5qeaHORH__platform-common{position:absolute;top:22px;right:0;min-height:28px;line-height:16px;padding:6px 8px;color:var(--white);background:var(--eventResultTooltip);border-radius:4px;font-weight:400;font-size:12px;opacity:0;visibility:hidden;transition:opacity .25s ease;z-index:10;white-space:nowrap}.event-tooltip-module_eventTooltip__5qeaHORH__platform-common.event-tooltip-module_info__dfrdhrpx__platform-common{background:var(--eventResultTooltip)}.event-tooltip-module_bestOf__Elpq8Axn__platform-common{padding:0 4px;line-height:15px;height:14px;background:var(--eventTableBestOf);color:var(--white);font-size:10px;position:relative;top:0;font-weight:400;border-radius:3px}.event-tooltip-module_bestOf__Elpq8Axn__platform-common .event-tooltip-module_eventTooltip__5qeaHORH__platform-common{left:0;right:inherit}.event-tooltip-module_infoTooltip__C4eyAQHs__platform-common{background:none}.event-tooltip-module_tooltipContainer__uQmS53-P__platform-common{display:flex;flex-direction:column;align-items:flex-start}.event-tooltip-module_marginLeft__Cz2w-eOj__platform-common{margin-left:8px}.event-tooltip-module_withPeriod__nvMHRvL3__platform-common{line-height:16px}.event-tooltip-module_periodsLabel__CPC0vMU1__platform-common{text-align:center;width:-moz-max-content;width:max-content}.event-tooltip-module_infoIconCircle__qdB5qSss__platform-common{width:16px;height:16px;font-size:16px;display:flex;align-items:center;color:var(--buttonsGray);position:relative;top:-1px}.event-tooltip-module_infoIconCircle__qdB5qSss__platform-common .event-tooltip-module_svg-icon__1LyVrD6e__platform-common{width:14px;height:14px}.event-tooltip-module_black__Riigt2BX__platform-common{color:var(--mslBestOfTextColor)}.event-tooltip-module_white__2ARFC-Ug__platform-common{color:var(--white)}.odds-booster-event-icon-module_icon__rTTQPQaR__platform-common{background:var(--oddsBoosterIconBg);border-radius:var(--oddsBoosterIconBorderRadius)}.odds-booster-event-icon-module_tooltip__kSteB5zj__platform-common{background:var(--oddsBoosterTooltipBg);border-radius:var(--oddsBoosterBaseBorderRadius);padding:8px;top:22px;width:auto;white-space:nowrap}.odds-booster-event-icon-module_tooltip__kSteB5zj__platform-common:after{content:none}.odds-booster-event-icon-module_tooltip__kSteB5zj__platform-common span{color:var(--oddsBoosterTooltipColor);font-size:12px}.event-table-periods-history-module_resultRow__n3ZA4Y5e__platform-common{display:flex;color:var(--eventTimeStatsText);font-weight:400;font-size:12px;white-space:nowrap;margin-left:15px}.event-table-periods-history-module_resultRow__n3ZA4Y5e__platform-common:not(.event-table-periods-history-module_resultNotOverflowed__j7gzLs8j__platform-common){overflow:hidden;text-overflow:ellipsis}.event-table-periods-history-module_resultRow__n3ZA4Y5e__platform-common span{display:inline;position:relative;white-space:nowrap;padding:0 0 0 5px;color:var(--eventTimeStatsTextAlpha)}.event-table-periods-history-module_resultRow__n3ZA4Y5e__platform-common span:nth-last-child(1){color:var(--eventTimeStatsText)}.event-table-periods-history-module_resultRow__n3ZA4Y5e__platform-common span:nth-last-child(1):before{color:var(--eventTimeStatsTextAlpha)}.event-table-periods-history-module_resultRow__n3ZA4Y5e__platform-common span:nth-child(n+2):before{content:"|";font-size:12px;padding-right:5px}.event-table-periods-history-module_resultRow__n3ZA4Y5e__platform-common.event-table-periods-history-module_notOverflowed__0vC6AgOa__platform-common{text-overflow:unset;overflow:auto}.event-table-periods-history-module_resultRow__n3ZA4Y5e__platform-common.event-table-periods-history-module_overflowed__ZD8WYAgS__platform-common{overflow:hidden;text-overflow:ellipsis;width:100%;font-size:10px;line-height:16px}.event-table-periods-history-module_resultRow__n3ZA4Y5e__platform-common.event-table-periods-history-module_white__tkHKeDFg__platform-common,.event-table-periods-history-module_resultRow__n3ZA4Y5e__platform-common.event-table-periods-history-module_white__tkHKeDFg__platform-common .event-table-periods-history-module_statusName__AxrNB8eb__platform-common{color:var(--white)}.event-table-periods-history-module_resultRow__n3ZA4Y5e__platform-common.event-table-periods-history-module_white__tkHKeDFg__platform-common span{color:var(--mslEventPeriodsHistoryColor)}.event-table-periods-history-module_resultRow__n3ZA4Y5e__platform-common.event-table-periods-history-module_white__tkHKeDFg__platform-common span:nth-last-child(1){color:var(--white)}.event-table-periods-history-module_resultRow__n3ZA4Y5e__platform-common.event-table-periods-history-module_white__tkHKeDFg__platform-common span:nth-last-child(1):before{color:var(--mslEventPeriodsHistoryColor)}.event-table-periods-history-module_resultRow__n3ZA4Y5e__platform-common.event-table-periods-history-module_mobile__ToN7dtTA__platform-common{display:block;text-align:right}.event-team-cards-module_card__pWXxd4XK__platform-common{background:var(--liveGradientEnd);color:var(--white);font-weight:400;font-size:10px;line-height:14px;text-align:center;border-radius:2px;margin-left:5px;padding:0 4px}.event-team-cards-module_card__pWXxd4XK__platform-common.event-team-cards-module_inlineBlock__u7-VHjBZ__platform-common{display:inline-block}.event-table-body-stats-block-module_wrapper__vTKPf3r4__platform-common{min-height:200px;overflow:hidden;position:relative}.event-table-body-stats-block-module_wrapper__vTKPf3r4__platform-common.event-table-body-stats-block-module_paddingTop__EbI7XKAv__platform-common{padding-top:75px}.event-table-body-stats-block-module_iframe__DahVi5mU__platform-common{border:none;display:block;height:478px;margin-top:-142px;width:100%}@media (min-width: 1563px){.event-table-body-stats-block-module_iframe__DahVi5mU__platform-common{height:465px;margin-top:-122px}}@media (max-width: 1337px){.event-table-body-stats-block-module_iframe__DahVi5mU__platform-common{height:442px;margin-top:-101px}}@media (max-width: 1250px){.event-table-body-stats-block-module_iframe__DahVi5mU__platform-common{height:475px;margin-top:-142px}}@media (max-width: 1047px){.event-table-body-stats-block-module_iframe__DahVi5mU__platform-common{height:44vw;margin-top:-10vw}}@media (max-width: 880px){.event-table-body-stats-block-module_iframe__DahVi5mU__platform-common{height:74vw;margin-top:0}}@media (max-width: 440px){.event-table-body-stats-block-module_iframe__DahVi5mU__platform-common{height:92vw}}.event-table-body-stats-controls-module_Wrapper__f05WJxNc__platform-common{align-items:center;display:flex}.event-table-body-stats-controls-module_OpenWindowIcon__T1p4skoq__platform-common{color:var(--eventHalfInformation);cursor:pointer;transition:color .15s ease}.event-table-body-stats-controls-module_OpenWindowIcon__T1p4skoq__platform-common:hover{color:var(--buttonMain)}.event-table-body-stats-controls-module_Toggle__V4BN3xO2__platform-common{font-size:12px}.event-table-body-stats-controls-module_ToggleIcon__TeGJb7a4__platform-common{cursor:pointer;margin-left:12px;transform:rotate(180deg)}.event-table-body-stats-controls-module_ToggleIconOpen__BLbL7-Hb__platform-common{transform:rotate(0)}.flagIcon-module_icon__UVs24nxU__platform-common{height:auto;width:100%}.confirmation-code-field-module_authentication__6lIoPKgS__platform-common{width:100%}.confirmation-code-field-module_authentication__6lIoPKgS__platform-common:not(:first-child){margin-top:15px}.confirmation-code-field-module_title__QmwcXzv2__platform-common{color:var(--confirmationTitle);text-transform:uppercase;font-weight:500;margin-bottom:15px;text-align:center}.confirmation-code-field-module_codeWrapper__OOzgGPIG__platform-common{text-align:center}.confirmation-code-field-module_desc__QWoTSVob__platform-common{font-size:10px;margin:15px 0}.confirmation-code-field-module_resend__IMZX1Hkc__platform-common{background:var(--resendBg);border:1px solid var(--resendBg);padding:8px;border-radius:12px;display:flex;justify-content:center;transition:background .25s ease,border .25s ease}.confirmation-code-field-module_resend__IMZX1Hkc__platform-common button{margin-left:3px;text-decoration:underline;font-weight:500}.confirmation-code-field-module_resend__IMZX1Hkc__platform-common button span:nth-child(1){display:none}.confirmation-code-field-module_resend__IMZX1Hkc__platform-common button span:nth-child(2){display:block}.confirmation-code-field-module_resend__IMZX1Hkc__platform-common.confirmation-code-field-module_resendSent__-6chystj__platform-common{background:var(--resentBg);border:1px solid var(--resentBorder)!important}.confirmation-code-field-module_resend__IMZX1Hkc__platform-common.confirmation-code-field-module_resendSent__-6chystj__platform-common button{text-decoration:none;cursor:default}.confirmation-code-field-module_resend__IMZX1Hkc__platform-common.confirmation-code-field-module_resendSent__-6chystj__platform-common button span:nth-child(1){display:block}.confirmation-code-field-module_resend__IMZX1Hkc__platform-common.confirmation-code-field-module_resendSent__-6chystj__platform-common button span:nth-child(2){display:none}.confirmation-code-field-module_authentication__6lIoPKgS__platform-common.confirmation-code-field-module_mobile__kopTjpF3__platform-common .confirmation-code-field-module_title__QmwcXzv2__platform-common{text-align:center;color:var(--confirmationTitleMobile);font-size:18px}.confirmation-code-field-module_authentication__6lIoPKgS__platform-common.confirmation-code-field-module_mobile__kopTjpF3__platform-common .confirmation-code-field-module_codeWrapper__OOzgGPIG__platform-common{background:var(--resendBg);border-radius:10px;padding:20px}.confirmation-code-field-module_authentication__6lIoPKgS__platform-common.confirmation-code-field-module_mobile__kopTjpF3__platform-common .confirmation-code-field-module_resend__IMZX1Hkc__platform-common{background:var(--resentBg);border-color:var(--resentBg)}.confirmation-code-field-module_authentication__6lIoPKgS__platform-common.confirmation-code-field-module_mobile__kopTjpF3__platform-common .confirmation-code-field-module_desc__QWoTSVob__platform-common{font-size:12px}.fit-to-play-module_checkbox__k4Ih-Iym__platform-common,.fit-to-play-module_checkbox__k4Ih-Iym__platform-common .form__label{width:100%}.error-field-module_messageBox__moe4RLzU__platform-common{align-items:center;border-radius:14px;display:flex;font-size:12px;font-weight:700;min-height:44px;padding:14px 18px;width:100%}.error-field-module_messageBox__moe4RLzU__platform-common .svg-icon{display:block;flex:0 0 12px;margin-right:15px;position:relative;top:-1px}.error-field-module_error__PMHdCNwJ__platform-common{background-color:#f4cfc980;border:1px solid var(--error);color:var(--error)}.error-field-module_warning__blIyPdNG__platform-common{background-color:#f2c94c1a;border:1px solid #f2c94c;color:#f2c94c}.error-field-module_warning__blIyPdNG__platform-common .svg-icon{flex:0 0 20px;font-size:20px}.error-field-module_warning__blIyPdNG__platform-common .error-field-module_warningText__tdOv7zGx__platform-common{color:var(--mainColor);font-weight:400;font-size:11px}.error-field-module_warning__blIyPdNG__platform-common .error-field-module_textAccent__hGM7G-P1__platform-common{color:#f2c94c;display:block;font-weight:700;letter-spacing:1px;text-decoration-line:underline;text-transform:uppercase;width:100%;font-size:12px;margin-top:3px}.social-network-auth-buttons-module_socialIcon__Sq9rro06__platform-common{border-radius:32px;background:var(--socialNetworkAuthButtonIconBg, var(--inputBackground));width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer}.social-network-auth-buttons-module_socialIcon__Sq9rro06__platform-common svg{font-size:16px}.social-network-auth-buttons-module_socialwrapper__AG3IbUCN__platform-common{display:flex;justify-content:center;align-items:center;-moz-column-gap:10px;column-gap:10px;margin:0 auto 10px}.social-network-auth-buttons-module_registrationTabs__haaJolpS__platform-common{display:flex;justify-content:flex-start;margin-bottom:4px}.social-network-auth-buttons-module_registrationTabs__haaJolpS__platform-common .social-network-auth-buttons-module_registrationTab__kTx6qhOI__platform-common{width:calc(50% + 6px);padding-bottom:5px;border-radius:8px 8px 0 0}.social-network-auth-buttons-module_registrationTabs__haaJolpS__platform-common .social-network-auth-buttons-module_tabsButton__adNfGIFC__platform-common{width:100%;height:48px;border-radius:8px;background:var(--socialNetworkRegistrationTabBg, #E2E8EE);display:flex;padding:12px;justify-content:center;align-items:center;color:var(--socialNetworkRegistrationTabColor, var(--inputPlaceholderColor));text-align:center;font-weight:700}.social-network-auth-buttons-module_registrationTabs__haaJolpS__platform-common .social-network-auth-buttons-module_active__dXRvvTDF__platform-common{z-index:2}.social-network-auth-buttons-module_registrationTabs__haaJolpS__platform-common .social-network-auth-buttons-module_active__dXRvvTDF__platform-common .social-network-auth-buttons-module_tabsButton__adNfGIFC__platform-common{background:var(--socialNetworkRegistrationTabActiveBg, var(--accentSecondary));color:var(--socialNetworkRegistrationTabActiveColor, var(--white))}.social-network-auth-buttons-module_registrationTabs__haaJolpS__platform-common .social-network-auth-buttons-module_registrationTab__kTx6qhOI__platform-common:not(:last-of-type){margin-right:-12px}.social-network-auth-buttons-module_baseForm__XUTkJR4z__platform-common{display:flex;flex-wrap:wrap;padding:0 130px;margin:20px auto}@media screen and (max-width: 950px){.social-network-auth-buttons-module_baseForm__XUTkJR4z__platform-common{padding:0 10px;margin:20px 0 0}.social-network-auth-buttons-module_socialwrapper__AG3IbUCN__platform-common{margin:0 auto 10px}}.modalLanguages-module_wrap__AXvaxw-e__platform-common{background:var(--white);border-radius:12px;padding:30px;position:relative;width:829px}.modalLanguages-module_title__C9Sv7wjN__platform-common{color:var(--betslipGrayText);font-size:20px;font-weight:700;line-height:32px;margin:0 0 20px}.modalLanguages-module_grid__sUi4eNp9__platform-common{display:grid;grid-row-gap:10px;grid-template-columns:repeat(4,1fr)}.modalLanguages-module_item__CiHW80-e__platform-common{align-items:center;border-radius:4px;cursor:pointer;display:inline-flex;gap:12px;padding:7px;transition:background .2s ease}.modalLanguages-module_item__CiHW80-e__platform-common.modalLanguages-module_active__xSqANC3k__platform-common{background:transparent;border:1px solid var(--periodHalfInformationSeparator);cursor:default}.modalLanguages-module_item__CiHW80-e__platform-common:hover:not(.modalLanguages-module_active__xSqANC3k__platform-common){background:var(--betslipGray)}.modalLanguages-module_wrapIcon__KDI8XlE6__platform-common{align-items:center;border:1px solid var(--freeBetBorderColor);border-radius:2px;display:flex;overflow:hidden;width:28px}.modalLanguages-module_wrapIcon__KDI8XlE6__platform-common>img{min-width:28px;height:20px}.modalLanguages-module_name__5FAScsOb__platform-common{color:var(--betslipGrayText);font-size:14px;line-height:24px}.modalLanguages-module_close__nbL8pcu7__platform-common{position:absolute;right:16px;top:22px}.one-step-title-module_content__eT-SpxRq__platform-common{color:var(--formTitleColor);text-align:center;font-size:20px;font-weight:700;line-height:1.6;margin-bottom:16px}.one-step-title-module_content__eT-SpxRq__platform-common span{color:var(--buttonSecondary);cursor:pointer;opacity:1;transition:opacity .15s ease;margin-left:5px}.one-step-title-module_content__eT-SpxRq__platform-common span:hover{opacity:.8}.one-step-title-module_contentMobile__EA32gf-D__platform-common{margin-bottom:0;font-size:14px;letter-spacing:.01em;line-height:1.25;text-transform:uppercase}.additional-fields-module_wrapper__SObuZczx__platform-common{width:100%;background:var(--allSportsActiveBg);border-radius:8px;margin-bottom:12px}.additional-fields-module_header__gklI1YG0__platform-common{display:flex;justify-content:space-between;align-items:center;padding:16px;cursor:pointer}.additional-fields-module_title__3g0RRYYo__platform-common{font-weight:700;font-size:12px;color:var(--allSportsTitleColor);margin-right:6px}.additional-fields-module_arrow__oERX-zkQ__platform-common{transform:rotate(-180deg);transition:transform .15s ease}.additional-fields-module_arrow__oERX-zkQ__platform-common.additional-fields-module_arrowOpen__0MnMYOdM__platform-common{transform:rotate(0)}.additional-fields-module_fields__vtIjQcwh__platform-common{padding:0 16px 16px}.additional-fields-module_field__4RnNFAMs__platform-common:not(:first-child){margin-top:8px}.registration-ontario-logos-module_wrapper__N4pMlZwl__platform-common{display:flex;justify-content:center;filter:grayscale(1);margin-top:24px;align-items:center}.registration-ontario-logos-module_logo__uFkMb5KO__platform-common{-webkit-user-select:none;-moz-user-select:none;user-select:none;margin:0 12px}.additional-fields-module_wrapper__yIvWbOuN__platform-common{width:100%;background:var(--allSportsActiveBg);border-radius:8px;margin-bottom:12px}.additional-fields-module_header__lmBjZcXq__platform-common{display:flex;justify-content:space-between;align-items:center;padding:16px;cursor:pointer}.additional-fields-module_title__u16Ip5ep__platform-common{font-weight:700;font-size:12px;color:var(--allSportsTitleColor);margin-right:6px}.additional-fields-module_arrow__ZL9AuaFF__platform-common{transform:rotate(-180deg);transition:transform .15s ease}.additional-fields-module_arrow__ZL9AuaFF__platform-common.additional-fields-module_arrowOpen__2OOqq9Vy__platform-common{transform:rotate(0)}.additional-fields-module_fields__tJZ2C7vJ__platform-common{padding:0 16px 16px}.additional-fields-module_field__C72A0iwS__platform-common:not(:first-child){margin-top:8px}.registration-ontario-logos-module_wrapper__X0nT-tIg__platform-common{display:flex;justify-content:center;filter:grayscale(1);margin-top:24px;align-items:center}.registration-ontario-logos-module_logo__ngDd4dYz__platform-common{-webkit-user-select:none;-moz-user-select:none;user-select:none;margin:0 12px}.one-step-form-module_row__OpVKjwzE__platform-common{display:flex;width:100%;justify-content:space-between}.one-step-form-module_row__OpVKjwzE__platform-common+.one-step-form-module_row__OpVKjwzE__platform-common{margin-top:16px}.one-step-form-module_row__OpVKjwzE__platform-common .gender-radio{width:100%}.one-step-form-module_rowColumns__C-YxteMw__platform-common{flex-direction:column}.one-step-form-module_container__a8QVAW6p__platform-common{padding:40px 24px 24px}.one-step-form-module_title__8zQvLrWx__platform-common{font-size:30px;color:var(--registrationPopupTitle);line-height:1.25;font-weight:700}.one-step-form-module_subtitle__pCccmdi4__platform-common{font-size:14px;color:var(--white);margin-top:2px}.one-step-form-module_header__j5xAfQzZ__platform-common{display:block;text-align:center;margin-bottom:15px}.one-step-form-module_col__P5zjykPg__platform-common{flex:1}.one-step-form-module_rowColumns__C-YxteMw__platform-common .one-step-form-module_col__P5zjykPg__platform-common{flex:0 0 100%}.one-step-form-module_rowColumns__C-YxteMw__platform-common .one-step-form-module_col__P5zjykPg__platform-common+.one-step-form-module_col__P5zjykPg__platform-common{margin-top:8px}.one-step-form-module_marginLeft__OdfxM6Vg__platform-common{margin-left:8px}.one-step-form-module_marginRight__xgPn-yD0__platform-common{max-width:calc(70% - 8px);margin-right:8px}.one-step-form-module_width30__uvpg3url__platform-common{flex:0 0 30%;max-width:30%}.one-step-form-module_width35__B9JpGV-v__platform-common{flex:0 0 35%}.one-step-form-module_birthday__7CCMhWvt__platform-common [class=one-step__input-container]{display:flex;gap:4px}.one-step-form-module_birthday__7CCMhWvt__platform-common [class=one-step__field-text]{color:var(--placeholderColor);margin-bottom:10px}.one-step-form-module_gender__LTx-wtcO__platform-common,.one-step-form-module_gender__LTx-wtcO__platform-common [class*="radio-button__container row gender-radio"]{width:100%}.one-step-form-module_gender__LTx-wtcO__platform-common [class=radio-button]+[class=radio-button]{padding:0}.one-step-form-module_gender__LTx-wtcO__platform-common [class=radio-button]{width:100%}.one-step-form-module_gender__LTx-wtcO__platform-common [class*=radio-button__text]{color:#fff}.one-step-form-module_gender__LTx-wtcO__platform-common [class*=radio-button__content]{background:var(--cashierModalBackgroundSecondary);padding:14px 16px;border-radius:28px}.one-step-form-module_loader__XqlQGKDp__platform-common{width:100%}.social-network-select-module_methodsList__Td7jC9qH__platform-common{display:flex;flex-direction:column;gap:10px}.social-network-select-module_methodItem__ZY7d0rhI__platform-common{display:flex;justify-content:space-between;gap:5px;align-items:center;padding:10px;cursor:pointer;width:100%;border-radius:24px;height:47px;font-weight:400;background-color:var(--socialNetworkSelectBg, var(--inputBackgroundForm));border:1px solid var(--socialNetworkSelectBorderColor);line-height:45px;font-size:14px;transition:border-color .15s ease,background-color .15s ease;position:relative}.social-network-select-module_methodItem__ZY7d0rhI__platform-common:hover{border-color:var(--socialNetworkSelectBorderHoveredColor)}.social-network-select-module_methodItem__ZY7d0rhI__platform-common.social-network-select-module_selected__a-j0dHY1__platform-common{border-color:var(--socialNetworkSelectBorderSelectedColor, var(--accentMain))}.social-network-select-module_methodName__bE8HdwrF__platform-common{color:var(--socialNetworkSelectColor, var(--mainColor));font-size:12px;font-weight:400;line-height:16px;padding-left:10px}.social-network-select-module_methodIcon__KHKjqz89__platform-common{border-radius:32px;background:var(--socialNetworkAuthButtonIconBg, #F0F3F8);width:32px;height:32px;display:flex;align-items:center;justify-content:center}.social-network-select-module_methodIcon__KHKjqz89__platform-common svg{font-size:16px}.social-network-select-module_methodCheckIcon__JO-OYUai__platform-common svg{color:var(--socialNetworkSelectedIconColor, var(--accentMain))}.social-network-select-module_methodLeft__uH1erAe9__platform-common{display:flex;align-items:center;justify-content:center}.one-step-container-module_wrapper__GWwXiQnl__platform-common{width:100%;display:flex;flex-direction:column;padding:0}.one-step-container-module_wrapperHorizontal__Um7P3vaE__platform-common{flex-direction:row}@media screen and (max-width: 500px){.one-step-container-module_wrapperHorizontal__Um7P3vaE__platform-common{flex-direction:column;padding:16px}}.one-step-container-module_wrapperHorizontalWithoutBonuses__9WjFNStf__platform-common{padding:32px}.one-step-return-module_wrapper__-cApdZDS__platform-common{width:100%;max-width:545px;padding:24px;display:flex;flex-direction:column;align-items:center;gap:16px;border-radius:8px;background-color:var(--modalBackground);box-shadow:0 3px 24px #0000002e}@media screen and (max-width: 767px){.one-step-return-module_wrapper__-cApdZDS__platform-common{padding:32px 16px 16px;max-width:none}}@media screen and (max-width: 767px){.one-step-return-module_wrapperClosableOnSwipe__4qfH9431__platform-common{padding-top:16px;border-radius:0 0 8px 8px}}.one-step-return-module_bannerImage__NWpgq2E2__platform-common{display:block;width:100%;min-height:175px;border-radius:8px;overflow:hidden;background-size:cover;background-position:center top}@media screen and (max-width: 375px){.one-step-return-module_bannerImage__NWpgq2E2__platform-common{min-height:100px}}.one-step-return-module_contentWrapper__DAgBApoB__platform-common,.one-step-return-module_textWrapper__i0RFZY7R__platform-common{width:100%;display:flex;flex-direction:column;align-items:center;gap:16px}.one-step-return-module_textWrapper__i0RFZY7R__platform-common{gap:8px}.one-step-return-module_title__LWKVYL3g__platform-common,.one-step-return-module_subtitle__6dyYdrpX__platform-common,.one-step-return-module_text__D8Pw9NFi__platform-common{text-align:center}.one-step-return-module_title__LWKVYL3g__platform-common,.one-step-return-module_text__D8Pw9NFi__platform-common{font-weight:700;color:var(--oneStepReturnTitle, var(--mainColor))}.one-step-return-module_title__LWKVYL3g__platform-common{font-size:20px;line-height:1.6}.one-step-return-module_subtitle__6dyYdrpX__platform-common{color:var(--oneStepReturnSubtitle, var(--formTextColor));font-size:14px;font-weight:400;line-height:1.4}.one-step-return-module_text__D8Pw9NFi__platform-common{font-size:24px;line-height:1.3;letter-spacing:.24px}.one-step-return-module_text__D8Pw9NFi__platform-common span{color:var(--oneStepReturnHighlightText, var(--buttonMain))}@media screen and (max-width: 375px){.one-step-return-module_text__D8Pw9NFi__platform-common{font-size:20px}}.baltic-states-providers-session-modal-module_Wrapper__zzWa1uzM__platform-common{background:var(--modalBackground);border-radius:var(--baseBorderRadius);box-shadow:0 0 5px #0000004d;max-width:480px}.baltic-states-providers-session-modal-module_Title__O5GG3rm0__platform-common{border-bottom:1px solid var(--menuSectionBorder);font-size:20px;padding:24px;text-align:center;margin:0}.baltic-states-providers-session-modal-module_Text__6CLyW-5T__platform-common{margin-bottom:16px;margin-top:0}.baltic-states-providers-session-modal-module_TextContainer__cDGyCC12__platform-common{padding:24px}.baltic-states-providers-session-modal-module_CodeBlock__WimFifJI__platform-common{border-bottom:1px solid var(--menuSectionBorder);border-top:1px solid var(--menuSectionBorder);font-size:20px;padding:24px;text-align:center}.baltic-states-providers-session-modal-module_CodeValue__pLV7uRW5__platform-common{font-weight:700}.baltic-states-providers-session-modal-module_Loader__IF8KJIlM__platform-common{align-items:center;display:flex;justify-content:center;padding:20px}@media (max-width: 460px){.baltic-states-providers-session-modal-module_Title__O5GG3rm0__platform-common,.baltic-states-providers-session-modal-module_TextContainer__cDGyCC12__platform-common,.baltic-states-providers-session-modal-module_CodeBlock__WimFifJI__platform-common,.baltic-states-providers-session-modal-module_Loader__IF8KJIlM__platform-common{padding:10px}}.eparaksts-auth-page-module_page__WTpNuuW6__platform-common{min-height:100vh;position:relative;background:var(--white)}.eparaksts-registration-module_recapchaNotification__ckV-tOJ7__platform-common{text-align:center;margin-top:16px}.eparaksts-registration-module_selectBlock__Te9XsWa-__platform-common{max-width:433px;margin:0 auto 20px}.customer-betting-settings-module_mobileDevice__TEgT1Hd-__platform-common{padding:15px}.customer-binding-contracts-module_wrap__vR1-sbdS__platform-common{display:flex}@media (max-width: 992px){.customer-binding-contracts-module_wrap__vR1-sbdS__platform-common{flex-wrap:wrap}}.customer-binding-contracts-module_wrap__vR1-sbdS__platform-common .customer-binding-contracts-module_item__G1e7cG8M__platform-common:not(:last-child){margin-right:30px}@media (max-width: 611px){.customer-binding-contracts-module_wrap__vR1-sbdS__platform-common .customer-binding-contracts-module_item__G1e7cG8M__platform-common:not(:last-child){margin-right:0}}.customer-binding-contracts-module_item__G1e7cG8M__platform-common{background:var(--white);border:1px solid var(--periodHalfInformationSeparator);border-radius:4px;padding:16px;width:280px;display:flex;flex-direction:column;justify-content:space-between}@media (max-width: 992px){.customer-binding-contracts-module_item__G1e7cG8M__platform-common{margin-bottom:8px}}@media (max-width: 611px){.customer-binding-contracts-module_item__G1e7cG8M__platform-common{width:100%}}.customer-binding-contracts-module_itemRow__12etAjdH__platform-common{margin-bottom:4px;display:flex;align-items:center}.customer-binding-contracts-module_label__LwSaHsJT__platform-common,.customer-binding-contracts-module_info__ugYi5X5S__platform-common{font-size:14px;color:var(--eventTimeStatsText)}.customer-binding-contracts-module_label__LwSaHsJT__platform-common{width:40%}.customer-binding-contracts-module_info__ugYi5X5S__platform-common{width:60%;font-weight:700;text-align:end;margin-left:8px}.customer-binding-contracts-module_info__ugYi5X5S__platform-common>a{color:var(--buttonMain)}.customer-security-settings-module_title__-VtLCZF7__platform-common{text-transform:uppercase}.customer-security-settings-module_text__Zul4ag8S__platform-common{margin-top:20px;font-size:12px;font-weight:500;line-height:16px}.customer-security-settings-module_mobile__crEGU9mQ__platform-common .customer-security-settings-module_text__Zul4ag8S__platform-common{margin:15px 0}.new-snake-loader-module_Rect__StlKBusq__platform-common{fill:none;height:100%;stroke-width:6px;width:100%}.new-snake-loader-module_Loader__eUg5cLXM__platform-common{bottom:0;left:0;position:absolute;right:0;top:0;z-index:2}.new-snake-loader-module_LoaderSVG__3BzYVSUa__platform-common{height:100%;width:100%}.element-image-wrapper-module_positioningWrapper__41cH2lls__platform-common{position:relative}.element-image-wrapper-module_mainImage__n2U-fcwF__platform-common{position:absolute;top:0;right:-16px;z-index:2}.element-image-wrapper-module_secondaryImage__QBt-KnMv__platform-common{position:absolute;z-index:1}.element-image-wrapper-module_mainImageAnimation__Yei572C8__platform-common{animation:3s linear 1s infinite alternate element-image-wrapper-module_rotate__2KPcyhm9__platform-common}@keyframes element-image-wrapper-module_rotate__2KPcyhm9__platform-common{0%{rotate:0}to{rotate:50deg}}.sign-up-button-module_star1__Qc6FQu3t__platform-common{right:-6px;top:12px;height:8px;animation:3s linear 1s infinite alternate sign-up-button-module_showUpHide1__fQYqvk8X__platform-common;rotate:50deg}.sign-up-button-module_star2__A-tQaPqx__platform-common{right:-8px;top:14px;height:11px;animation:3s linear 1s infinite alternate sign-up-button-module_showUpHide2__zgAiD-3r__platform-common}.sign-up-button-module_star3__jrGNdbDj__platform-common{right:-8px;top:18px;height:7px;animation:3s linear 1s infinite alternate sign-up-button-module_showUpHide3__-7Bl0mlK__platform-common;rotate:90deg}@keyframes sign-up-button-module_showUpHide1__fQYqvk8X__platform-common{0%{translate:0}to{translate:8px -12px}}@keyframes sign-up-button-module_showUpHide2__zgAiD-3r__platform-common{0%{translate:0}to{translate:16px -4px}}@keyframes sign-up-button-module_showUpHide3__-7Bl0mlK__platform-common{0%{translate:0}to{translate:10px 2px}}.outcome-module_outcome__K5581vnf__platform-common{display:flex;gap:8px}@media screen and (max-width: 1279px){.outcome-module_outcome__K5581vnf__platform-common{gap:4px}}.outcome-module_outcome__item__mSAkOV-p__platform-common{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border:1px solid var(--newForecastsOutcomeBorderColor);border-radius:4px;background:var(--forecastHistoryOutcomeBg)}.outcome-module_outcome__K5581vnf__platform-common .outcome-module_lose__YEX5CWS0__platform-common{background:var(--forecastHistoryOutcomeLoseBg)}.outcome-module_outcome__K5581vnf__platform-common .outcome-module_win__tWxekqo8__platform-common,.outcome-module_outcome__K5581vnf__platform-common .outcome-module_lose__YEX5CWS0__platform-common,.outcome-module_outcome__K5581vnf__platform-common .outcome-module_pending__tiehxOIo__platform-common{border-color:transparent;color:var(--white)}.outcome-module_outcome__K5581vnf__platform-common .outcome-module_win__tWxekqo8__platform-common,.outcome-module_outcome__K5581vnf__platform-common .outcome-module_pending__tiehxOIo__platform-common{background:var(--forecastHistoryOutcomeWinBg)}.outcome-module_outcome__K5581vnf__platform-common .outcome-module_winner__xsEbQ02N__platform-common{border-color:var(--forecastHistoryOutcomeWinBg)}.outcome-module_outcome__K5581vnf__platform-common .outcome-module_pending__tiehxOIo__platform-common{opacity:.5}.competitor-module_competitor__2E35f54l__platform-common{display:flex;align-items:center;gap:5px;overflow:hidden}.competitor-module_logo__L6OKzkw8__platform-common{height:20px;width:20px}.competitor-module_logo__L6OKzkw8__platform-common img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.competitor-module_ellipsis__-J9V8NaG__platform-common{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.coupon-history-module_Wrapper__xLwizxoc__platform-common{height:100%;position:relative;overflow:auto;padding:0 8px;scrollbar-color:transparent var(--buttonMain);scrollbar-width:thin}.coupon-history-module_Wrapper__xLwizxoc__platform-common::-webkit-scrollbar{border-radius:3px;width:3px}.coupon-history-module_Wrapper__xLwizxoc__platform-common::-webkit-scrollbar-track{background:transparent}.coupon-history-module_Wrapper__xLwizxoc__platform-common::-webkit-scrollbar-thumb{background:var(--buttonMain);opacity:.5}.coupon-history-module_Wrapper__xLwizxoc__platform-common::-webkit-scrollbar-thumb:hover{opacity:1}.coupon-history-module_WrapperWithoutPadding__GdVOZu7-__platform-common{padding:0}.coupon-history-module_MaxHeight__s4Z-PWY3__platform-common{max-height:600px}.coupon-history-module_DarkFone__dzDyJk-i__platform-common{background:var(--couponContentBacground)}.coupon-history-module_FiltersOpen__Ky0Lv0s4__platform-common{min-height:420px}.coupon-history-module_History__IwPoW-Te__platform-common{height:100%;overflow-x:auto;padding:0 0 12px}.coupon-history-module_HistoryItem__V6nUH29u__platform-common{font-size:14px}.coupon-history-module_HistoryItem__V6nUH29u__platform-common:not(:first-of-type){margin-top:8px}.coupon-history-module_Cursor__qPOlLj5o__platform-common{cursor:pointer}.coupon-history-module_Item__yYqG-iYb__platform-common{background:var(--betslipGray);border-radius:8px;margin:0;position:relative;padding:12px;max-width:100%}.coupon-history-module_Item__yYqG-iYb__platform-common.coupon-history-module_borderTop__uOUZ-VOB__platform-common{border-top:1px solid var(--betslipSeperatorLine);border-radius:0;background:transparent}.coupon-history-module_ItemDate__KTP3gvoP__platform-common{font-weight:700}.coupon-history-module_Outcomes__aRgTmMtu__platform-common{display:flex;margin:0 -3px}.coupon-history-module_OutcomeSingle__vJqVx0KP__platform-common{display:flex;align-items:flex-start;font-size:14px;font-weight:700;line-height:24px}.coupon-history-module_OutcomeSingleText__VfZNYic1__platform-common{line-height:20px;color:var(--betslipMainTextColor)}.coupon-history-module_OutcomeResult__-gjCsklB__platform-common{background:var(--betslipSeperatorLine);border-radius:8px;flex:1 1 48px;height:8px;margin:3px}.coupon-history-module_OutcomeResult__-gjCsklB__platform-common.coupon-history-module_OutcomeWon__dt8dQC-4__platform-common{background:var(--betslipSuccess)}.coupon-history-module_OutcomeResult__-gjCsklB__platform-common.coupon-history-module_OutcomeLost__EW3F4FXZ__platform-common{background:var(--betslipLost)}.coupon-history-module_OutcomeResult__-gjCsklB__platform-common.coupon-history-module_OutcomeReturned__3MAo-CDv__platform-common{background:var(--betslipReturned)}.coupon-history-module_Markets__u32x5MXx__platform-common{font-size:12px;margin:4px 0 8px;white-space:nowrap;color:var(--betslipMainTextColor)}.coupon-history-module_MarketItem__y9IwqJVq__platform-common{display:inline}.coupon-history-module_MarketItem__y9IwqJVq__platform-common:not(:last-child):after{content:"|";margin:0 8px}.coupon-history-module_EventGame__teaVcqPV__platform-common{display:flex;align-items:center;margin:4px 0}.coupon-history-module_EventScore__GuYL9Ojr__platform-common{color:var(--betslipScoreColor);font-weight:700;margin-right:8px}.coupon-history-module_EventTeams__U6UQLaie__platform-common{position:relative;font-size:12px;color:var(--betslipMainTextColor)}.coupon-history-module_EventDate__aMmhUpTz__platform-common{font-size:11px;margin-top:8px;opacity:.5}.coupon-history-module_Header__W60-VQh0__platform-common{display:flex;align-items:center;min-height:20px;margin-bottom:4px}.coupon-history-module_Header__W60-VQh0__platform-common.coupon-history-module_spaceBetween__X-U-ytEq__platform-common{justify-content:space-between}.coupon-history-module_Info__Ha7FIs-J__platform-common{display:flex;flex-wrap:wrap;align-items:center;color:var(--betslipHistoryInfoColor);font-size:12px;width:100%}.coupon-history-module_Status__6woGIWys__platform-common{display:inline-block;border-radius:14px;color:var(--white);font-size:12px;height:20px;line-height:20px;padding:0 10px;text-transform:capitalize;white-space:nowrap}.coupon-history-module_StatusPending__GIbJPc4H__platform-common{background:var(--tableStatusPending)}.coupon-history-module_StatusWon__aXIX2O0B__platform-common{background:var(--tableStatusSuccess)}.coupon-history-module_StatusLost__flOuDQ-G__platform-common{background:var(--tableStatusLose)}.coupon-history-module_StatusReturned__8MunaMiF__platform-common{background:var(--tableStatusReturned)}.coupon-history-module_Bet__xDqwYvDo__platform-common{display:flex;justify-content:space-between;flex-wrap:wrap;font-weight:700;margin-top:12px;padding-top:12px;border-top:1px solid var(--betslipSeperatorLine);position:relative}.coupon-history-module_Bet__xDqwYvDo__platform-common .coupon-history-module_BetImageBg__Pi9n1W3q__platform-common{width:50px;height:30px;background:var(--betslipGray);position:absolute;top:-15px;left:0;right:0;margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:center}.coupon-history-module_Bet__xDqwYvDo__platform-common .coupon-history-module_BetImage__Er2Xxuqa__platform-common{width:100%}.coupon-history-module_Bet__xDqwYvDo__platform-common span{word-break:break-word}.coupon-history-module_BetAmount__wNjaw6Xb__platform-common{display:flex;align-items:center}.coupon-history-module_BetAmountFirstSection__3F25uXPA__platform-common{display:flex}.coupon-history-module_BetArrow__cVk1rNgV__platform-common{position:relative;margin:0 4px;top:-1px}.coupon-history-module_RiskFreeBet__J3s6d3E0__platform-common{position:relative;top:-1px;color:var(--acceptMain);margin-right:6px;font-size:16px}.coupon-history-module_BetCurrency__ZpLlqgt-__platform-common{color:var(--betslipHistoryBetPendingSumColor)}.coupon-history-module_BetWon__F5FM3778__platform-common{color:var(--betWonSuccess)}.coupon-history-module_BetDone__HflsiAiH__platform-common,.coupon-history-module_BetPending__C0DrWCTI__platform-common{display:flex;align-items:center;color:var(--betslipHistoryBetPendingSumColor)}.coupon-history-module_Title__HOr-q7yK__platform-common{display:flex;align-items:center}.coupon-history-module_SportIcon__vWxXfYIr__platform-common{margin-right:8px;width:18px;height:18px}.coupon-history-module_MultibetArrow__Hz8hGFPK__platform-common{margin-right:6px;transform:rotate(180deg)}.coupon-history-module_MultibetArrowActive__MtX6k-kT__platform-common{transform:rotate(0)}.coupon-history-module_SelectedMultibetItem__xbZzs4VI__platform-common{padding-top:0;margin-top:8px}.coupon-history-module_SelectedMultibetItem__xbZzs4VI__platform-common:before{content:"";display:block;height:1px;margin-bottom:12px;width:100%}.coupon-history-module_SelectedMultibetTitle__mDOynmTK__platform-common{border-radius:0}.coupon-history-module_MultibetInfoStatus__NPWFvG1E__platform-common{align-items:baseline;display:flex}.coupon-history-module_Coefficient__DCHTPodb__platform-common{font-weight:700;margin-right:8px}.coupon-history-module_LeagueIcon__sAFBW83M__platform-common{height:auto!important;top:0!important}.coupon-history-module_HistoryItemWrapper__cb-qbdnQ__platform-common{position:relative;border-radius:8px;box-sizing:border-box;overflow:hidden;margin-bottom:10px}.coupon-history-module_multiBetSelected__ko-hmbmI__platform-common{margin-top:0;background:var(--betslipGray)}.coupon-history-module_BasePadding__Ymh3zb3f__platform-common{padding:0 8px}.coupon-history-module_confirmTop__QFvNbM5Q__platform-common{position:relative;top:-1px!important}.coupon-history-module_OutcomeFinishedDate__GApqNTfD__platform-common{width:100%;font-size:12px;color:var(--betslipGrayText);opacity:.5;padding-top:3px}.coupon-history-module_OutcomeFinishedDate__GApqNTfD__platform-common .coupon-history-module_OutcomeFinishedDateMargin__qWJWI08P__platform-common{margin-left:4px}.coupon-history-module_margin__a8Ml03DX__platform-common{margin:0 5px 0 7px}.coupon-history-module_showIconsButtonContainer__GA5iTPWL__platform-common{position:relative;color:#c3ccd9}.coupon-history-module_showIconsButton__uXMEsNK4__platform-common{width:16px;height:16px;margin-left:12px;cursor:pointer}.coupon-history-module_buttonDropdownContainer__Mv8Dl7s6__platform-common{position:absolute;display:flex;flex-direction:column;gap:8px;background-color:var(--eventResultTooltip);color:#fff;right:0;padding:12px;z-index:2;border-radius:4px}.coupon-history-module_buttonDropdownContainer__Mv8Dl7s6__platform-common>div{display:flex;justify-content:start;gap:4px}.coupon-history-module_singleIconContainer__VHzxIuXf__platform-common{margin-left:12px}.coupon-history-module_svgActionButtons__aQzg9EOK__platform-common{color:#fff!important}.coupon-history-module_infoToggler__v-awiY2W__platform-common{align-items:center;background:var(--sportWidgetDesktopSecondary);border-radius:50%;color:var(--sportWidgetDesktopWhite);cursor:pointer;display:flex;font-size:10px;height:15px;width:15px;justify-content:center;margin-right:5px;padding:3px}.coupon-history-module_taxesTooltipContainer__1VVKlIHh__platform-common{display:flex;flex-direction:column;gap:4px}.coupon-history-module_taxesTooltipContainer__1VVKlIHh__platform-common>div{display:flex;justify-content:space-between}.coupon-history-module_taxTypeText__hXAz9H1H__platform-common{opacity:.5}.coupon-history-module_buttonText__HZkeXb0Z__platform-common{cursor:pointer}.coupon-history-module_BetMakerTime__lr8O-YqH__platform-common{font-size:12px;font-weight:400;opacity:.5}.coupon-history-module_BetMakerMultibetSingle__WtYIkuD9__platform-common{text-transform:capitalize}.coupon-history-module_BetMakerEventName__n-Mul4BZ__platform-common{font-size:12px;margin-bottom:6px}.coupon-history-module_BetMakerOutcome__7WOZS88h__platform-common{font-weight:700}.coupon-history-module_BetMakerIcon__I-mojYlL__platform-common{margin-right:4px}.coupon-actions-module_couponActions__WtNu6sVp__platform-common{position:relative;z-index:2;background:var(--couponContentBacground)}.coupon-actions-module_couponActions__WtNu6sVp__platform-common.coupon-actions-module_desktopMode__927lpriD__platform-common .coupon-actions-module_couponFooter__BXyYPnE-__platform-common{padding:10px 0 16px}.coupon-actions-module_couponActions__WtNu6sVp__platform-common.coupon-actions-module_desktopMode__927lpriD__platform-common .coupon-actions-module_couponBetWrapper__Av3vRXzM__platform-common{scrollbar-color:transparent var(--couponScrollbarColor);scrollbar-width:thin}.coupon-actions-module_couponActions__WtNu6sVp__platform-common.coupon-actions-module_desktopMode__927lpriD__platform-common .coupon-actions-module_couponBetWrapper__Av3vRXzM__platform-common::-webkit-scrollbar{border-radius:3px;width:3px}.coupon-actions-module_couponActions__WtNu6sVp__platform-common.coupon-actions-module_desktopMode__927lpriD__platform-common .coupon-actions-module_couponBetWrapper__Av3vRXzM__platform-common::-webkit-scrollbar-track{background:transparent}.coupon-actions-module_couponActions__WtNu6sVp__platform-common.coupon-actions-module_desktopMode__927lpriD__platform-common .coupon-actions-module_couponBetWrapper__Av3vRXzM__platform-common::-webkit-scrollbar-thumb{background:var(--couponScrollbarColor);opacity:.5}.coupon-actions-module_couponActions__WtNu6sVp__platform-common.coupon-actions-module_desktopMode__927lpriD__platform-common .coupon-actions-module_couponBetWrapper__Av3vRXzM__platform-common::-webkit-scrollbar-thumb:hover{opacity:1}.coupon-actions-module_couponActions__WtNu6sVp__platform-common .coupon-actions-module_couponBetWrapper__Av3vRXzM__platform-common{overflow-x:auto}.coupon-actions-module_couponActions__WtNu6sVp__platform-common:not(.coupon-actions-module_desktopMode__927lpriD__platform-common){min-height:100%;max-height:100%;display:flex;flex-direction:column}.coupon-actions-module_couponActions__WtNu6sVp__platform-common:not(.coupon-actions-module_desktopMode__927lpriD__platform-common) .coupon-actions-module_couponFooter__BXyYPnE-__platform-common{bottom:0;padding:8px 0;position:sticky;z-index:2}.coupon-actions-module_couponActions__WtNu6sVp__platform-common:not(.coupon-actions-module_desktopMode__927lpriD__platform-common) .coupon-actions-module_newBetslipFooter__ZWDGAhnA__platform-common{bottom:34px;border-radius:0}.coupon-actions-module_couponActions__WtNu6sVp__platform-common:not(.coupon-actions-module_desktopMode__927lpriD__platform-common) .coupon-actions-module_newBetslipFooter__ZWDGAhnA__platform-common:after{content:"";position:absolute;top:-17px;width:100%;height:17px;background:linear-gradient(180deg,#c5ccd800,#9da6b57a)}.coupon-actions-module_couponActions__WtNu6sVp__platform-common:not(.coupon-actions-module_desktopMode__927lpriD__platform-common) .coupon-actions-module_footerPadding__oU8f8M4-__platform-common{padding-block:16px}.coupon-actions-module_couponActions__WtNu6sVp__platform-common:not(.coupon-actions-module_desktopMode__927lpriD__platform-common) .coupon-actions-module_couponBetWrapper__Av3vRXzM__platform-common{flex-grow:1;margin-bottom:16px}.coupon-actions-module_couponActions__WtNu6sVp__platform-common .coupon-actions-module_couponFooter__BXyYPnE-__platform-common{background:var(--betslipAction);border-radius:var(--betslipFooterBorderRadius);color:var(--white);width:100%}.coupon-actions-module_filterContainer__CktquJN-__platform-common{display:flex;justify-content:end;align-items:center;color:var(--accentSecondary);gap:6px;padding-inline:8px;margin-bottom:12px}.coupon-actions-module_disabledActions__fHsGfs2w__platform-common{pointer-events:none;opacity:.7}.coupon-actions-module_filterTextContainer__BK7MO7ao__platform-common{display:flex;align-items:center;gap:4px}.coupon-actions-module_couponBetWrapper__Av3vRXzM__platform-common{display:flex;flex-direction:column}.coupon-actions-module_couponBetWrapper__Av3vRXzM__platform-common>*{width:100%}.coupon-clear-outcomes-module_Header__8ue-mTFd__platform-common{color:var(--betslipGrayText);font-size:20px;font-weight:700;line-height:24px;text-align:center;text-transform:lowercase}.coupon-clear-outcomes-module_Header__8ue-mTFd__platform-common:first-letter{text-transform:uppercase}.coupon-clear-outcomes-module_Title__Kc6uMRS3__platform-common{color:var(--betslipGrayText);font-size:14px;line-height:24px;margin-top:6px;text-align:center}.coupon-clear-outcomes-module_Buttons__4cBoB1E3__platform-common{align-items:center;display:flex;justify-content:space-between;margin:16px -4px 0}.coupon-clear-outcomes-module_Button__SXqtOFPj__platform-common{font-weight:700;margin:0 4px}.coupon-clear-outcomes-module_ButtonConfirm__ZVNKvWoV__platform-common{background-color:var(--betslipMain)}.coupon-clear-outcomes-module_ButtonConfirm__ZVNKvWoV__platform-common:hover{background-color:var(--betslipMainHover)}@media screen and (max-width: 374px){.coupon-clear-outcomes-module_Buttons__4cBoB1E3__platform-common{flex-direction:column-reverse}.coupon-clear-outcomes-module_Buttons__4cBoB1E3__platform-common button:last-child:not(:only-child){margin-bottom:10px}}.coupon-history-module_Wrapper__BJzswWi-__platform-common{height:100%;position:relative;overflow:auto;padding:0 8px;margin-top:16px;scrollbar-color:transparent var(--buttonMain);scrollbar-width:thin}.coupon-history-module_Wrapper__BJzswWi-__platform-common::-webkit-scrollbar{border-radius:3px;width:3px}.coupon-history-module_Wrapper__BJzswWi-__platform-common::-webkit-scrollbar-track{background:transparent}.coupon-history-module_Wrapper__BJzswWi-__platform-common::-webkit-scrollbar-thumb{background:var(--buttonMain);opacity:.5}.coupon-history-module_Wrapper__BJzswWi-__platform-common::-webkit-scrollbar-thumb:hover{opacity:1}.coupon-history-module_MaxHeight__jrRl-Yvw__platform-common{max-height:600px}.coupon-history-module_DarkFone__LeH4AXgx__platform-common{background:var(--couponContentBacground)}.coupon-history-module_FiltersOpen__hc4MhcSR__platform-common{min-height:420px}.coupon-history-module_History__6mclOs-E__platform-common{height:100%;overflow-x:auto;padding:0 0 12px;display:flex;flex-direction:column;gap:8px;font-size:14px}.coupon-history-module_Cursor__koMMaeNG__platform-common{cursor:pointer}.coupon-history-module_Item__VA-IFwfg__platform-common{max-width:100%;box-sizing:border-box;margin-bottom:10px;padding:12px;position:relative;background:var(--mobileBetHistoryItemBg);border:var(--mobileBetHistoryItemBorder);border-radius:8px;overflow:hidden}.coupon-history-module_ItemDate__GEB4ZvKn__platform-common{font-weight:700}.coupon-history-module_Outcomes__2Hlt8RAJ__platform-common{display:flex;margin:0 -3px}.coupon-history-module_OutcomeSingle__x3Yb6Q04__platform-common{display:flex;align-items:flex-start;font-size:14px;font-weight:700;line-height:24px}.coupon-history-module_OutcomeSingleText__dL-LWq5w__platform-common{line-height:20px;color:var(--betslipMainTextColor)}.coupon-history-module_OutcomeResult__23pBf5f3__platform-common{background:var(--betslipSeperatorLine);border-radius:8px;flex:1 1 48px;height:8px;margin:3px}.coupon-history-module_OutcomeResult__23pBf5f3__platform-common.coupon-history-module_OutcomeWon__PjH8dYC3__platform-common{background:var(--betslipSuccess)}.coupon-history-module_OutcomeResult__23pBf5f3__platform-common.coupon-history-module_OutcomeLost__Nol-chsT__platform-common{background:var(--betslipLost)}.coupon-history-module_OutcomeResult__23pBf5f3__platform-common.coupon-history-module_OutcomeReturned__GmKiy37x__platform-common{background:var(--betslipReturned)}.coupon-history-module_Markets__bQP4PhU9__platform-common{font-size:12px;margin:4px 0 8px;white-space:nowrap;color:var(--betslipMainTextColor)}.coupon-history-module_MarketItem__8FDE2ZBP__platform-common{display:inline}.coupon-history-module_MarketItem__8FDE2ZBP__platform-common:not(:last-child):after{content:"|";margin:0 8px}.coupon-history-module_EventGame__8roGUU7T__platform-common{display:flex;align-items:center;margin:4px 0}.coupon-history-module_EventScore__vFfCy68u__platform-common{color:var(--betslipScoreColor);font-weight:700;margin-right:8px}.coupon-history-module_EventTeams__8KCL4I21__platform-common{position:relative;font-size:12px;color:var(--betslipMainTextColor)}.coupon-history-module_EventDate__k5X6fN2K__platform-common{font-size:11px;margin-top:8px;opacity:.5}.coupon-history-module_Header__R9vHp5VQ__platform-common{display:flex;align-items:center;min-height:20px;margin-bottom:4px}.coupon-history-module_Header__R9vHp5VQ__platform-common.coupon-history-module_spaceBetween__022mlRWC__platform-common{justify-content:space-between}.coupon-history-module_Info__o7ShoEf9__platform-common{display:flex;flex-wrap:wrap;align-items:center;gap:4px;color:var(--mobileBetHistoryHeaderColor);font-size:12px;width:100%}.coupon-history-module_Status__qGMSA-i3__platform-common{display:inline-block;border-radius:14px;color:var(--white);font-size:12px;height:20px;line-height:20px;padding:0 10px;text-transform:capitalize;white-space:nowrap}.coupon-history-module_StatusPending__Sqs4q2GQ__platform-common{background:var(--tableStatusPending)}.coupon-history-module_StatusWon__LsTwD-cn__platform-common{background:var(--tableStatusSuccess)}.coupon-history-module_StatusLost__NXxkc8kg__platform-common{background:var(--tableStatusLose)}.coupon-history-module_StatusReturned__6AR393-Q__platform-common{background:var(--tableStatusReturned)}.coupon-history-module_actions__item__EzV-NEj5__platform-common{--betslipShareButtonBg: transparent}.coupon-history-module_betType__MYab7M4g__platform-common{font-size:12px;line-height:1.3}.coupon-history-module_BetImageBg__51mmdpGY__platform-common{margin-top:12px;padding-top:12px;display:flex;align-items:center;justify-content:center;border-top:1px solid var(--betslipSeperatorLine);position:relative}.coupon-history-module_BetImageBg__51mmdpGY__platform-common .coupon-history-module_BetImage__FqdbyITm__platform-common{position:absolute;top:-9px;height:16px;padding:0 8px;background:var(--mobileBetHistoryItemBg)}.coupon-history-module_Bet__fCaase-5__platform-common{display:flex;justify-content:space-between;flex-wrap:wrap;font-weight:700}.coupon-history-module_Bet__fCaase-5__platform-common span{word-break:break-word}.coupon-history-module_BetAmount__oK-vqS2V__platform-common{display:flex;align-items:center}.coupon-history-module_BetAmountFirstSection__2kGhu1zR__platform-common{display:flex}.coupon-history-module_BetArrow__Ll8b241T__platform-common{position:relative;margin:0 4px;top:-1px}.coupon-history-module_RiskFreeBet__mv9cdixR__platform-common{position:relative;top:-1px;color:var(--acceptMain);margin-right:6px;font-size:16px}.coupon-history-module_BetWon__5Zek9rzw__platform-common{color:var(--betWonSuccess)}.coupon-history-module_BetPending__iFpihwFN__platform-common{color:var(--mobileBetHistoryPendingSumColor)}.coupon-history-module_Title__buGq-jEo__platform-common{display:flex;align-items:center;gap:8px}.coupon-history-module_MultibetArrow__snAo-Rg2__platform-common{margin-right:6px;transform:rotate(180deg)}.coupon-history-module_MultibetArrowActive__7mCP6nDM__platform-common{transform:rotate(0)}.coupon-history-module_SelectedMultibetItem__xe4-kOSL__platform-common{padding-top:0;margin-top:8px}.coupon-history-module_SelectedMultibetItem__xe4-kOSL__platform-common:before{content:"";display:block;height:1px;margin-bottom:12px;width:100%}.coupon-history-module_MultibetInfoStatus__8tqqV8US__platform-common{align-items:baseline;display:flex}.coupon-history-module_Coefficient__HSTG4F4R__platform-common{font-weight:700;margin-right:8px}.coupon-history-module_LeagueIcon__I3snzLBl__platform-common{height:auto!important;top:0!important}.coupon-history-module_BasePadding__DTsehIa0__platform-common{padding:0 8px}.coupon-history-module_confirmTop__sOyKU4Da__platform-common{position:relative;top:-1px!important}.coupon-history-module_OutcomeFinishedDate__LAebjd6B__platform-common{width:100%;font-size:12px;color:var(--betslipGrayText);opacity:.5;padding-top:3px}.coupon-history-module_OutcomeFinishedDate__LAebjd6B__platform-common .coupon-history-module_OutcomeFinishedDateMargin__NHYfEnaX__platform-common{margin-left:4px}.coupon-history-module_margin__fwAc1c9p__platform-common{margin:0 5px 0 7px}.coupon-history-module_singleIconContainer__1s5R3GU9__platform-common{margin-left:4px}.coupon-history-module_infoToggler__E-RdMUCb__platform-common{align-items:center;background:var(--sportWidgetDesktopSecondary);border-radius:50%;color:var(--sportWidgetDesktopWhite);cursor:pointer;display:flex;font-size:10px;height:15px;width:15px;justify-content:center;margin-right:5px;padding:3px}.coupon-history-module_taxesTooltipContainer__nDFshHAt__platform-common{display:flex;flex-direction:column;gap:4px}.coupon-history-module_taxesTooltipContainer__nDFshHAt__platform-common>div{display:flex;justify-content:space-between}.coupon-history-module_taxTypeText__dBUb5F9l__platform-common{opacity:.5}.coupon-history-module_BetMakerTime__2DbRxnRO__platform-common{font-size:12px;font-weight:400;opacity:.5}.coupon-history-module_BetMakerMultibetSingle__mPuqFKew__platform-common{text-transform:capitalize}.coupon-history-module_BetMakerEventName__XtKMS0aI__platform-common{font-size:12px;margin-bottom:6px}.coupon-history-module_BetMakerOutcome__Yc3sWznR__platform-common{font-weight:700}.coupon-history-module_BetMakerIcon__kEQ0CVYM__platform-common{margin-right:4px}.coupon-history-module_SportIcon__kFmR8cEZ__platform-common{width:18px;height:18px}.coupon-history-filters-module_Select__ZB8XQv9B__platform-common{border-radius:50%;box-shadow:0 0 0 2px #6f7b8d;flex:0 0 16px;height:16px;margin-right:10px;transition:box-shadow .1s ease;width:16px}.coupon-history-filters-module_SelectActive__owoa37-Y__platform-common{box-shadow:0 0 0 2px var(--betslipMain),inset 0 0 0 3px var(--betslipGray),inset 0 0 0 8px var(--betslipMain)}.coupon-history-filters-module_Header__r4Pf0gzT__platform-common{color:var(--betslipGrayText);font-size:20px;font-weight:700;line-height:24px;margin-bottom:16px;text-align:center;text-transform:lowercase}.coupon-history-filters-module_Header__r4Pf0gzT__platform-common:first-letter{text-transform:uppercase}.coupon-history-filters-module_Title__LiizW1qV__platform-common{color:var(--betslipGrayText);font-size:14px;line-height:24px;margin-top:6px;text-align:center}.coupon-history-filters-module_Buttons__XODkhfts__platform-common{align-items:center;display:flex;justify-content:space-between;margin:16px -4px 0}.coupon-history-filters-module_Button__rqptQ5-Z__platform-common{font-weight:700;margin:0 4px;background-color:var(--betslipMain)}.coupon-history-filters-module_Button__rqptQ5-Z__platform-common:hover{background-color:var(--betslipMainHover)}.coupon-history-filters-module_BetOption__nOpCIfOc__platform-common{align-items:center;background:var(--betslipHistoryFilterOptionBg);border-radius:8px;cursor:pointer;display:flex;margin-top:10px;padding:16px 12px}.coupon-history-filters-module_BetOptionTitle__Cx7RsOq9__platform-common{position:relative;top:1px}.coupon-history-filters-module_BetOptionTitle__Cx7RsOq9__platform-common span{display:block}@media screen and (max-width: 374px){.coupon-history-filters-module_Buttons__XODkhfts__platform-common{flex-direction:column-reverse}.coupon-history-filters-module_Buttons__XODkhfts__platform-common button:last-child:not(:only-child){margin-bottom:10px}}.bet-share-modal-module_Wrapper__mdjFRI8w__platform-common{padding:24px;background:var(--betslipShareModalBg);border-radius:var(--modalBorderRadius);width:485px}@media screen and (max-width: 485px){.bet-share-modal-module_Wrapper__mdjFRI8w__platform-common{width:auto;padding:16px}}.bet-share-modal-module_Title__yfUF9gpa__platform-common{font-size:24px;font-weight:700;color:var(--betslipShareModalText);margin-bottom:12px}.bet-share-modal-module_NoticeWrap__p7SctMXV__platform-common{display:flex;align-items:center;margin-bottom:12px}.bet-share-modal-module_NoticeIconWrap__H0QyuRWY__platform-common{width:24px;height:24px;background-color:var(--betslipShareModalNoticeIconBg);border-radius:100%;display:flex;align-items:center;justify-content:center;margin-right:12px}.bet-share-modal-module_NoticeIconWrap__H0QyuRWY__platform-common svg{color:var(--betslipShareModalNoticeIconColor);font-size:11px}.bet-share-modal-module_divider__Vw4rAu1E__platform-common{position:relative;display:flex;justify-content:center;width:100%;border-bottom:1px solid var(--lightBorder)}.bet-share-modal-module_newDivider__V8EN1RWi__platform-common{border-bottom:none;margin-block:16px}.bet-share-modal-module_newDivider__V8EN1RWi__platform-common:after,.bet-share-modal-module_newDivider__V8EN1RWi__platform-common:before{content:"";position:absolute;width:45%;height:1px;background-color:var(--lightBorder);top:50%}.bet-share-modal-module_newDivider__V8EN1RWi__platform-common:after{right:0}.bet-share-modal-module_newDivider__V8EN1RWi__platform-common:before{left:0}.bet-share-modal-module_NoticeText__ZKdw9-Gj__platform-common{font-size:14px;color:var(--betslipShareModalNoticeText)}.bet-share-modal-module_ShareLinkText__HMxSJcFS__platform-common{font-size:14px;color:var(--betslipShareModalText);margin-bottom:12px}.bet-share-modal-module_SocialWrap__NIJx6AKt__platform-common{display:grid;-moz-column-gap:12px;column-gap:12px;grid-template-columns:32px 32px 32px 32px;margin-bottom:12px;padding-bottom:12px}.bet-share-modal-module_SocialWrap__NIJx6AKt__platform-common>div{cursor:pointer}.bet-share-modal-module_SocialWrap__NIJx6AKt__platform-common .bet-share-modal-module_SocialIcon__lDr--8Oq__platform-common svg{width:32px;height:32px}.bet-share-modal-module_SocialWrap__NIJx6AKt__platform-common .bet-share-modal-module_ShareIconCommon__zHsnO5sQ__platform-common,.bet-share-modal-module_SocialWrap__NIJx6AKt__platform-common .bet-share-modal-module_ShareIconWrapCopied__UEoYdXyn__platform-common,.bet-share-modal-module_SocialWrap__NIJx6AKt__platform-common .bet-share-modal-module_ShareIconWrap__-QRvXY5K__platform-common{border:1px solid var(--lightBorder);border-radius:100px;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.bet-share-modal-module_SocialWrap__NIJx6AKt__platform-common .bet-share-modal-module_ShareIconWrap__-QRvXY5K__platform-common{transition:background-color .15s ease}.bet-share-modal-module_SocialWrap__NIJx6AKt__platform-common .bet-share-modal-module_ShareIconWrap__-QRvXY5K__platform-common:hover{background-color:var(--betslipShareModalShareIconActiveBg)}.bet-share-modal-module_SocialWrap__NIJx6AKt__platform-common .bet-share-modal-module_ShareIconWrap__-QRvXY5K__platform-common:hover svg{color:var(--betslipShareModalShareIconActiveColor)}.bet-share-modal-module_SocialWrap__NIJx6AKt__platform-common .bet-share-modal-module_ShareIconWrap__-QRvXY5K__platform-common svg{transition:color .15s ease}.bet-share-modal-module_SocialWrap__NIJx6AKt__platform-common .bet-share-modal-module_DarkShareIconWrap__37wCivLb__platform-common{height:32px;width:32px}.bet-share-modal-module_SocialWrap__NIJx6AKt__platform-common .bet-share-modal-module_ShareIconWrapCopied__UEoYdXyn__platform-common{background-color:var(--betslipShareModalShareIconActiveBg)}.bet-share-modal-module_SocialWrap__NIJx6AKt__platform-common .bet-share-modal-module_ShareIconWrapCopied__UEoYdXyn__platform-common svg{font-size:15px;color:var(--betslipShareModalShareIconActiveColor)}.bet-share-modal-module_CopyText__gpzKIzad__platform-common{font-size:14px;color:var(--betslipShareModalText);display:flex}.bet-share-modal-module_CopyText__gpzKIzad__platform-common .bet-share-modal-module_CopyIconsWrap__5RyIuZ6z__platform-common:hover svg:first-child{opacity:0}.bet-share-modal-module_CopyText__gpzKIzad__platform-common .bet-share-modal-module_CopyIconsWrap__5RyIuZ6z__platform-common:hover svg:last-child{opacity:1}.bet-share-modal-module_CopyText__gpzKIzad__platform-common .bet-share-modal-module_CopyIconsWrap__5RyIuZ6z__platform-common svg:last-child{opacity:0}.bet-share-modal-module_CopyText__gpzKIzad__platform-common .bet-share-modal-module_CopiedCodeWrap__idq8-3BJ__platform-common{border-radius:100px;background-color:var(--betslipShareModalCopiedCodeBg);width:17px;height:17px;align-items:center;justify-content:center;display:flex}.bet-share-modal-module_CopyText__gpzKIzad__platform-common .bet-share-modal-module_CopiedCodeWrap__idq8-3BJ__platform-common svg{color:#fff;position:relative;font-size:8px}.bet-share-modal-module_CopyText__gpzKIzad__platform-common .bet-share-modal-module_Code__l5M9N0sm__platform-common{font-weight:700;color:var(--betslipShareModalCodeText);margin-left:3px;margin-right:4px}.bet-share-modal-module_CopyText__gpzKIzad__platform-common .bet-share-modal-module_CodeWhite__OAIEEixS__platform-common{color:#fff;font-size:20px}.bet-share-modal-module_CopyText__gpzKIzad__platform-common svg{font-size:18px;cursor:pointer;transition:opacity .15s ease;color:var(--betslipShareModalIconColor);opacity:1;position:absolute}.bet-share-modal-module_CopyTextColumn__lS5-zBRj__platform-common{flex-direction:column;gap:8px}.bet-share-modal-module_codeContainer__2FH6AzN9__platform-common{display:flex;justify-content:space-between;width:100%;padding:8px 16px;background-color:var(--betslipMain);border-radius:8px}.bet-share-modal-module_newIconsStyle__0xPxWqZe__platform-common>svg{color:#fff;right:0;height:24px;width:24px}.bet-share-modal-module_subTitle__zGZNk1Vm__platform-common{font-size:16px}.coupon-notifications-module_Wrapper__vFLsUceE__platform-common{bottom:0;padding:0 8px 10px;position:sticky;z-index:var(--zIndex-notification);width:100%}.coupon-notifications-module_Wrapper_fixed__7aCVxjKo__platform-common{position:fixed}.coupon-notifications-module_OpenHistoryBtn__Bc5nbUuA__platform-common{background:transparent;font-size:14px;font-weight:700;letter-spacing:.03em;line-height:24px;text-transform:uppercase;padding:0!important;color:var(--betslipNotificationLinkColor)}.promotions-list-module_list__j18nUZD-__platform-common{display:flex;flex-wrap:wrap;position:relative}.promotions-list-module_list__j18nUZD-__platform-common.promotions-list-module_desktopMode__gT8afV5C__platform-common{padding:10px}.promotions-list-module_list__j18nUZD-__platform-common.promotions-list-module_desktopMode__gT8afV5C__platform-common .promotions-list-module_container__LxbSGANs__platform-common{flex:0 0 25%;max-width:25%}@media only screen and (max-width: 1600px){.promotions-list-module_list__j18nUZD-__platform-common.promotions-list-module_desktopMode__gT8afV5C__platform-common .promotions-list-module_container__LxbSGANs__platform-common{flex:0 0 33.333%;max-width:33.333%}}@media only screen and (max-width: 900px){.promotions-list-module_list__j18nUZD-__platform-common.promotions-list-module_desktopMode__gT8afV5C__platform-common .promotions-list-module_container__LxbSGANs__platform-common{flex:0 0 50%;max-width:50%}}.promotions-list-module_container__LxbSGANs__platform-common{flex:0 0 100%;padding:10px}@media only screen and (min-width: 768px){.promotions-list-module_container__LxbSGANs__platform-common{flex:0 0 50%}}.promotions-list-module_item__8h8fHzC9__platform-common{background:var(--promotionItemBackground);border-radius:var(--promotionHeaderBannerBorderRadius) var(--promotionHeaderBannerBorderRadius) var(--baseBorderRadius) var(--baseBorderRadius);box-shadow:0 0 5px rgba(var(--promotionShadowRGB),.3);display:block;height:100%;overflow:hidden;position:relative;text-decoration:none;transition:box-shadow .15s linear;z-index:0}.promotions-list-module_item__8h8fHzC9__platform-common:hover{box-shadow:0 0 8px var(--promotionShadow)}.promotions-list-module_item__8h8fHzC9__platform-common:hover .promotions-list-module_iconAll__-x5JkOQW__platform-common .svg-icon{fill:var(--promotionIconAllHover)}.promotions-list-module_item__8h8fHzC9__platform-common:hover .promotions-list-module_iconSport__zvn71FK5__platform-common .svg-icon{fill:var(--promotionIconSportHover)}.promotions-list-module_item__8h8fHzC9__platform-common:hover .promotions-list-module_iconCasino__5uchZFrZ__platform-common .svg-icon{fill:var(--promotionIconCasinoHover)}.promotions-list-module_item__8h8fHzC9__platform-common:hover .promotions-list-module_icon__ZMN2TeH7__platform-common .svg-icon{font-size:46px;transform:rotate(180deg)}.promotions-list-module_item__8h8fHzC9__platform-common:hover .promotions-list-module_icon__ZMN2TeH7__platform-common.promotions-list-module_iconVip__2H8UkU0v__platform-common .svg-icon{fill:var(--promotionIconVipHover);font-size:48px;transform:none}.promotions-list-module_backgroundImage__50Dtz9M1__platform-common{background-position:center;background-repeat:no-repeat;background-size:cover;bottom:50%;left:0;position:absolute;right:0;top:0;z-index:-1}.promotions-list-module_ribbon__SXHvGLRa__platform-common{display:block;height:30px;position:absolute;right:-25px;top:11px;transform:rotate(45deg);width:100px}.promotions-list-module_ribbon__SXHvGLRa__platform-common.promotions-list-module_all__NLV8qwht__platform-common{background:var(--promotionRibbonAll)}.promotions-list-module_ribbon__SXHvGLRa__platform-common.promotions-list-module_sport__gpI9PMLo__platform-common{background:var(--promotionRibbonSport)}.promotions-list-module_ribbon__SXHvGLRa__platform-common.promotions-list-module_casino__bmNNHp46__platform-common{background-color:var(--promotionRibbonCasino)}.promotions-list-module_ribbon__SXHvGLRa__platform-common span{align-items:center;color:var(--promotionRibbonText);cursor:default;display:flex;font-size:12px;font-weight:700;height:100%;justify-content:center;letter-spacing:.05em;line-height:1;position:absolute;text-align:center;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.promotions-list-module_banner__GDAZLegq__platform-common{background-position:center;background-repeat:no-repeat;background-size:contain;height:150px;margin-top:20px}.promotions-list-module_info__MAi6D5s7__platform-common{background:var(--promotionInfoBg);border-radius:3px 3px var(--baseBorderRadius) var(--baseBorderRadius);box-shadow:3px 0 24px #0000002e;display:flex;flex-direction:column;height:calc(100% - 185px);justify-content:space-between;margin:0 15px 15px;min-height:300px;padding:40px 0 20px;position:relative}.promotions-list-module_bonusInfo__2S1EsfmZ__platform-common .promotions-list-module_bonusInfoTitle__0URjpLl7__platform-common{color:var(--promotionText);font-size:21px;font-weight:700;line-height:24px;margin:0 15px;text-align:center;text-transform:uppercase}.promotions-list-module_bonusInfo__2S1EsfmZ__platform-common .promotions-list-module_bonusInfoTitle__0URjpLl7__platform-common:after{border-bottom:2px solid var(--promotionText);content:"";display:block;margin:0 auto;padding-top:10px;width:44px}.promotions-list-module_bonusInfo__2S1EsfmZ__platform-common .promotions-list-module_bonusInfoText__lw2nfX4n__platform-common{color:var(--promotionInfo);font-size:15px;font-weight:400;line-height:22px;margin:25px 15px 40px;text-align:center}.promotions-list-module_icon__ZMN2TeH7__platform-common{align-items:center;background:var(--promotionInfoIconBg);border-radius:50%;display:flex;height:64px;justify-content:center;left:50%;position:absolute;top:-32px;transform:translate(-50%);width:64px}.promotions-list-module_icon__ZMN2TeH7__platform-common .svg-icon{font-size:36px;transition:fill .15s linear,font-size .15s linear,transform .15s linear}.promotions-list-module_icon__ZMN2TeH7__platform-common.promotions-list-module_iconAll__-x5JkOQW__platform-common .svg-icon{fill:var(--promotionIconAll)}.promotions-list-module_icon__ZMN2TeH7__platform-common.promotions-list-module_iconSport__zvn71FK5__platform-common .svg-icon{fill:var(--promotionIconSport)}.promotions-list-module_icon__ZMN2TeH7__platform-common.promotions-list-module_iconCasino__5uchZFrZ__platform-common .svg-icon{fill:var(--promotionIconCasino)}.promotions-list-module_icon__ZMN2TeH7__platform-common.promotions-list-module_iconVip__2H8UkU0v__platform-common .svg-icon{fill:var(--promotionIconVip);transition:fill .1s linear,font-size .1s linear}.promotions-list-module_actions__BztMEpuL__platform-common{display:flex;align-items:center;justify-content:center;margin:0 10px}.promotions-list-module_actions__BztMEpuL__platform-common .promotions-list-module_getBonusSport__jQpnBKTv__platform-common{background:var(--promotionButtonSportBg)}.promotions-list-module_actions__BztMEpuL__platform-common .promotions-list-module_getBonusSport__jQpnBKTv__platform-common:hover{background:var(--promotionButtonSportHoverBg)}.promotions-list-module_actions__BztMEpuL__platform-common .promotions-list-module_getBonusCasino__a2prHrkO__platform-common{background:var(--promotionButtonCasinoBg)}.promotions-list-module_actions__BztMEpuL__platform-common .promotions-list-module_getBonusCasino__a2prHrkO__platform-common:hover{background:var(--promotionButtonCasinoHoverBg)}.promotions-list-module_actions__BztMEpuL__platform-common .promotions-list-module_findOutMore__2nlGdcRd__platform-common{background:var(--promotionButtonFindBg);border:1px solid var(--promotionButtonFindBorderColor);color:var(--promotionButtonFindTextColor)}.promotions-list-module_actions__BztMEpuL__platform-common .promotions-list-module_findOutMore__2nlGdcRd__platform-common:hover{background:var(--promotionButtonFindHoverBg)}.promotions-list-module_actions__BztMEpuL__platform-common .app-button{width:calc(50% - 20px);max-width:calc(50% - 20px);margin:0 10px}.promotions-list-module_actions__BztMEpuL__platform-common .app-button:lang(de){font-size:12px}@media only screen and (max-width: 1300px){.promotions-list-module_actions__BztMEpuL__platform-common .app-button{font-size:12px}}.promotions-list-module_actions__BztMEpuL__platform-common.promotions-list-module_withOneButton__m9Acu1tq__platform-common .app-button{width:auto;max-width:calc(100% - 20px)}@media only screen and (max-width: 768px){.promotions-list-module_actions__BztMEpuL__platform-common{align-items:center;flex-direction:column;justify-content:center}.promotions-list-module_actions__BztMEpuL__platform-common .app-button{width:auto;max-width:calc(100% - 20px)}.promotions-list-module_actions__BztMEpuL__platform-common .app-button:not(:first-child){margin-top:10px}}.promotions-list-module_desktopMode__gT8afV5C__platform-common .promotions-list-module_item__8h8fHzC9__platform-common:hover .promotions-list-module_icon__ZMN2TeH7__platform-common .svg-icon{font-size:74px}.promotions-list-module_desktopMode__gT8afV5C__platform-common .promotions-list-module_item__8h8fHzC9__platform-common:hover .promotions-list-module_icon__ZMN2TeH7__platform-common.promotions-list-module_iconVip__2H8UkU0v__platform-common .svg-icon{font-size:72px}.promotions-list-module_desktopMode__gT8afV5C__platform-common .promotions-list-module_info__MAi6D5s7__platform-common{height:calc(100% - 235px);padding:65px 0 20px}.promotions-list-module_desktopMode__gT8afV5C__platform-common .promotions-list-module_banner__GDAZLegq__platform-common{height:200px}.promotions-list-module_desktopMode__gT8afV5C__platform-common .promotions-list-module_icon__ZMN2TeH7__platform-common{height:94px;top:-47px;width:94px}.promotions-list-module_desktopMode__gT8afV5C__platform-common .promotions-list-module_icon__ZMN2TeH7__platform-common .svg-icon{font-size:54px}@media only screen and (max-width: 1300px){.promotions-list-module_desktopMode__gT8afV5C__platform-common .promotions-list-module_actions__BztMEpuL__platform-common{align-items:center;flex-direction:column;justify-content:center}.promotions-list-module_desktopMode__gT8afV5C__platform-common .promotions-list-module_actions__BztMEpuL__platform-common .app-button:not(:first-child){margin-top:20px}}.promotions-list-module_asiaStyle__duKTjxzE__platform-common .promotions-list-module_ribbon__SXHvGLRa__platform-common.promotions-list-module_sport__gpI9PMLo__platform-common{background:var(--promotionRibbonSportAsia)}.promotions-list-module_asiaStyle__duKTjxzE__platform-common .promotions-list-module_ribbon__SXHvGLRa__platform-common.promotions-list-module_casino__bmNNHp46__platform-common{background-color:var(--promotionRibbonCasinoAsia)}.promotions-list-module_asiaStyle__duKTjxzE__platform-common .promotions-list-module_actions__BztMEpuL__platform-common .app-button:not(:first-child){margin-top:0}@media only screen and (max-width: 1300px){.promotions-list-module_asiaStyle__duKTjxzE__platform-common .promotions-list-module_actions__BztMEpuL__platform-common{align-items:center;flex-direction:row;justify-content:center}.promotions-list-module_asiaStyle__duKTjxzE__platform-common .promotions-list-module_actions__BztMEpuL__platform-common .app-button{width:calc(50% - 20px);max-width:calc(50% - 20px)}}.promotions-list-module_asiaStyle__duKTjxzE__platform-common .promotions-list-module_actions__BztMEpuL__platform-common.promotions-list-module_withOneButton__m9Acu1tq__platform-common .app-button{width:auto;max-width:calc(100% - 20px)}.terms-and-policy-module_termsAndPolicyModal__wbcNe8le__platform-common{border-radius:12px;margin:0 10px;max-height:80vh;overflow:hidden;max-width:800px}.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common{background:var(--white);display:flex;flex-direction:column;max-height:80vh;padding:20px 30px 45px;position:relative}.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicyHeader__LdVUGcqS__platform-common{font-size:22px;font-weight:700;text-align:center;text-transform:uppercase}.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicySections__yXGvabe8__platform-common{display:flex;font-size:18px;text-align:center;text-transform:uppercase}.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicySections__yXGvabe8__platform-common .terms-and-policy-module_termsAndPolicySectionItem__CqxNJ0wf__platform-common{align-items:center;display:flex;justify-content:center}.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicySections__yXGvabe8__platform-common .terms-and-policy-module_termsAndPolicySectionItem__CqxNJ0wf__platform-common:only-child{font-size:22px;font-weight:700;width:100%}.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicySections__yXGvabe8__platform-common .terms-and-policy-module_termsAndPolicySectionItem__CqxNJ0wf__platform-common:not(:only-child){border-bottom:2px solid var(--arrowBg);cursor:pointer;padding-bottom:8px;padding-top:15px;transition:font-weight .1s ease,border-bottom .1s ease;width:50%}.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicySections__yXGvabe8__platform-common .terms-and-policy-module_termsAndPolicySectionItem__CqxNJ0wf__platform-common:not(:only-child).terms-and-policy-module_termsAndPolicySelectedSection__DKDPSBTB__platform-common{border-bottom:2px solid var(--buttonMain);font-weight:700}.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicySections__yXGvabe8__platform-common .terms-and-policy-module_termsAndPolicySectionItem__CqxNJ0wf__platform-common span{padding:0 12px}.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicyTextPage__uZAZMW9R__platform-common{padding:0 18px 0 12px;margin:12px 0 24px;overflow-x:auto}.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicyTextPage__uZAZMW9R__platform-common::-webkit-scrollbar{width:5px}.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicyTextPage__uZAZMW9R__platform-common::-webkit-scrollbar-track{background:#f0f0f0;border-radius:3px}.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicyTextPage__uZAZMW9R__platform-common::-webkit-scrollbar-thumb{background:#7e8083;border-radius:3px}.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicyTextPage__uZAZMW9R__platform-common .app-loader{min-height:150px}.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicyTextPage__uZAZMW9R__platform-common .text-page{counter-reset:section}.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicyTextPage__uZAZMW9R__platform-common .text-page h2{counter-increment:section}.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicyTextPage__uZAZMW9R__platform-common .text-page h2:before{content:counter(section) ".";margin-right:6px}.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicyActions__gdrBUL8C__platform-common{align-items:center;display:flex;flex-direction:column}.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicyActions__gdrBUL8C__platform-common .terms-and-policy-module_termsAndPolicyActionsReject__TXcMUtsY__platform-common{cursor:pointer;padding-top:12px;text-align:center}.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicyActions__gdrBUL8C__platform-common .terms-and-policy-module_termsAndPolicyActionsReject__TXcMUtsY__platform-common:hover{text-decoration:underline}.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicyActions__gdrBUL8C__platform-common .terms-and-policy-module_termsAndPolicyActionsReject__TXcMUtsY__platform-common.terms-and-policy-module_termsAndPolicyActionsRejectDisabled__jVjkt7Fl__platform-common{opacity:.8;pointer-events:none}@media screen and (max-width: 820px){.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common{padding:24px 12px}.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicyHeader__LdVUGcqS__platform-common{font-size:16px}.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicySections__yXGvabe8__platform-common{font-size:14px}.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicySections__yXGvabe8__platform-common .terms-and-policy-module_termsAndPolicySectionItem__CqxNJ0wf__platform-common:only-child{font-size:16px}.terms-and-policy-module_termsAndPolicy__HjKZ2eub__platform-common .terms-and-policy-module_termsAndPolicyActions__gdrBUL8C__platform-common .terms-and-policy-module_termsAndPolicyActionsReject__TXcMUtsY__platform-common{padding-top:24px}}.cashout-button-module_Button__V7vUkA9P__platform-common:not(.cashout-button-module_DisabledButton__ua71OLIH__platform-common):not(.cashout-button-module_ButtonSuccess__TLblWlQC__platform-common){background-color:var(--cashoutButtonDefault);border:var(--cashoutButtonBorder)}.cashout-button-module_Button__V7vUkA9P__platform-common:not(.cashout-button-module_DisabledButton__ua71OLIH__platform-common):not(.cashout-button-module_ButtonSuccess__TLblWlQC__platform-common):hover{background-color:var(--cashoutButtonDefaultHover)}.cashout-button-module_ButtonSuccess__TLblWlQC__platform-common{background-color:var(--cashoutButtonSuccess);border-color:var(--cashoutButtonSuccess)}.cashout-button-module_ButtonSuccess__TLblWlQC__platform-common:hover{background-color:var(--cashoutButtonSuccessHover)}.cashout-button-module_DisabledButton__ua71OLIH__platform-common{border-color:var(--cashoutDisabledButtonBG);background-color:var(--cashoutDisabledButtonBG);color:var(--cashoutDisabledButtonTextColor);pointer-events:none}.cashout-button-module_DisabledButton__ua71OLIH__platform-common:focus{background-color:var(--lightBorder)}.cashout-button-module_Amount__M-TfEtsJ__platform-common{display:flex;position:relative}.cashout-button-module_Amount__M-TfEtsJ__platform-common .svg-icon{margin-right:5px;margin-left:5px}.cashout-button-module_Amount__M-TfEtsJ__platform-common .cashout-button-module_OldValueWrapper__ouVOJBwx__platform-common{display:flex;opacity:0;width:0}.cashout-button-module_Amount__M-TfEtsJ__platform-common .cashout-button-module_OldValueWrapperActive__6LjzUWcb__platform-common{opacity:1;transition:width .3s ease-in-out;width:100%}.cashout-button-arrow-module_Arrow__nsJk33ab__platform-common{width:10px;height:16px;position:absolute;top:50%;margin-top:-8px;right:-18px}.cashout-button-arrow-module_ArrowDown__l-k4HJho__platform-common{animation:cashout-button-arrow-module_DownAnimation__oOlQbNMn__platform-common 1s infinite}.cashout-button-arrow-module_ArrowDown__l-k4HJho__platform-common path{fill:var(--cashoutArrowDownColor)}.cashout-button-arrow-module_ArrowUp__IU9kZ-vN__platform-common{transform:rotate(180deg);animation:cashout-button-arrow-module_UpAnimation__Np064QTd__platform-common 1s infinite}.cashout-button-arrow-module_ArrowUp__IU9kZ-vN__platform-common path{fill:var(--cashoutArrowUpColor)}.cashout-button-arrow-module_ArrowUp__IU9kZ-vN__platform-common.cashout-button-arrow-module_ArrowSuccess__3UDotWF2__platform-common path{fill:var(--cashoutArrowUpSuccessButtonColor)}@keyframes cashout-button-arrow-module_UpAnimation__Np064QTd__platform-common{0%{transform:rotate(180deg) translate3d(0,-25%,0)}to{transform:rotate(180deg) translate3d(0,25%,0)}}@keyframes cashout-button-arrow-module_DownAnimation__oOlQbNMn__platform-common{0%{transform:translate3d(0,-25%,0)}to{transform:translate3d(0,25%,0)}}.app-button--small .cashout-button-arrow-module_Arrow__nsJk33ab__platform-common{width:8px;height:14px;margin-top:-7px;right:-12px}.cashout-confirm-module_cashoutConfirm__RpkcASS9__platform-common{display:flex;justify-content:center;align-items:center;background:#00000080;text-align:center;position:absolute;width:100%;height:100%;box-sizing:border-box;z-index:5;padding:0 23px;top:0}.cashout-confirm-module_cashoutConfirmStatic__lFlhJ3I8__platform-common{position:relative}.cashout-confirm-module_container__SFBNjze3__platform-common{background:var(--cashoutConfirmBg);padding:16px;text-align:center;width:100%;color:var(--cashoutConfirmTextColor);border-radius:var(--cashoutConfirmBorderRadius)}.cashout-confirm-module_title__OOetIK0x__platform-common{font-size:20px;font-weight:700;line-height:1.6;margin-bottom:8px}.cashout-confirm-module_description__GUPv-8en__platform-common{font-size:14px}.cashout-confirm-module_actions__IjR1zrpo__platform-common{display:flex;align-items:center;margin:16px -4px}.cashout-confirm-module_button__doyon-Eb__platform-common{margin:0 4px}.cashout-confirm-module_button__doyon-Eb__platform-common.cashout-confirm-module_no__87pB3jAg__platform-common{color:var(--cashoutConfirmButtonNo);background:var(--cashoutConfirmButtonNoBg);border:var(--cashoutConfirmButtonNoBorderWidth, 1px) solid var(--cashoutConfirmButtonNoBorder);transition:background .3s ease,color .3s ease,border-color .3s ease}.cashout-confirm-module_button__doyon-Eb__platform-common.cashout-confirm-module_no__87pB3jAg__platform-common:hover{color:var(--cashoutConfirmButtonNoHover);background:var(--cashoutConfirmButtonNoBgHover);border-color:var(--cashoutConfirmButtonNoBorderHover)}.cashout-confirm-module_button__doyon-Eb__platform-common.cashout-confirm-module_yes__36eMvL8-__platform-common{color:var(--cashoutConfirmButtonYes);background:var(--cashoutConfirmButtonYesBg);border:var(--cashoutConfirmButtonYesBorderWidth, 1px) solid var(--cashoutConfirmButtonYesBorder);transition:background .3s ease,color .3s ease,border-color .3s ease}.cashout-confirm-module_button__doyon-Eb__platform-common.cashout-confirm-module_yes__36eMvL8-__platform-common:hover{color:var(--cashoutConfirmButtonYesHover);background:var(--cashoutConfirmButtonYesBgHover);border-color:var(--cashoutConfirmButtonYesBorderHover)}.comboboost-description-module_Title__qrMjq6GB__platform-common{font-size:20px;font-weight:700;margin-bottom:8px;line-height:1.6}.comboboost-description-module_Text__-8GEpgXp__platform-common{font-size:14px;margin-bottom:16px;line-height:1.43}.comboboost-description-module_confirmButton__vlk5pQf3__platform-common{background:var(--confirmButtonBG)}.comboboost-description-module_confirmButton__vlk5pQf3__platform-common:hover{background:var(--confirmButtonBGHover)}.snackbar-components-module_snackbarNotifications__s0IXunIf__platform-common{display:none}.appReady .snackbar-components-module_snackbarNotifications__s0IXunIf__platform-common{display:block}.gviveValidationError-module_icon__Mzk5b352__platform-common{width:24px;margin-right:12px}.gviveValidationError-module_icon__Mzk5b352__platform-common .gviveValidationError-module_error__mPbYvQs5__platform-common{width:24px;height:24px}.common-module_container__ACVDtDr2__platform-common{align-items:center;box-shadow:0 8px 38px #0000004d;border-radius:8px;display:flex;margin:16px;padding:24px;position:relative}.common-module_container__ACVDtDr2__platform-common:not(.common-module_mobile__yCB0ey2b__platform-common){margin:16px 16px 0 0;max-width:340px}.common-module_container__ACVDtDr2__platform-common.common-module_green__Lzb-upZj__platform-common{background:var(--ontarioRegSuccessBg);color:var(--white)}.common-module_container__ACVDtDr2__platform-common.common-module_yellow__TL1u-kAw__platform-common{background:var(--snackbarAttentionBg);color:var(--white)}.common-module_container__ACVDtDr2__platform-common.common-module_greenContainerError__V-gha7mE__platform-common{background:var(--limitsSnackbarError);color:var(--white)}.common-module_successMsg__F3P-g36R__platform-common{font-size:14px;margin-top:4px}.common-module_accentMsg__gEGlQSLv__platform-common{cursor:pointer;font-size:14px;font-weight:700;margin-top:6px;text-transform:uppercase}.common-module_checkCircle__OKX-EyHi__platform-common{width:24px;height:24px;margin-right:8px}.common-module_positionUnderHeader__AcG7-bEo__platform-common{position:fixed;right:0;top:69px;z-index:var(--zIndex-modalView-below)}.common-module_positionUnderHeader__AcG7-bEo__platform-common.common-module_positionMobile__3R0uwnKW__platform-common{right:inherit;top:46px;width:100%}body.menu-cms-header-view .common-module_positionUnderHeader__AcG7-bEo__platform-common{top:var(--menuCmsHeaderBodyTopPadding)}.financialReportStatus-module_customContainer__JHkn58WZ__platform-common{align-items:normal;padding:16px}.financialReportStatus-module_checkCircle__vx--YYez__platform-common{width:24px;height:24px;margin-right:8px}.animated-list-module_enter__WBDL19ZZ__platform-common{opacity:0;transform:translate3d(0,100%,0);transition:all .3s ease-in-out}.animated-list-module_enterActive__ax9lM5wk__platform-common{opacity:1;transform:translateZ(0)}.animated-list-module_exit__jOAukr-M__platform-common{opacity:0;transform:translateZ(0);transition:all .3s ease-in-out}.animated-list-module_exitActive__SnMg-v-6__platform-common{opacity:1;transform:translate3d(0,100%,0)}.modals-module_title__n3D7FiBJ__platform-common{font-size:20px;font-weight:700;color:var(--mainColor)}.modals-module_reasonTitle__lQ9L6eSH__platform-common{padding:12px 0}.modals-module_select__psEj011G__platform-common{display:flex;align-items:center;justify-content:space-between}.modals-module_label__8W2arFBx__platform-common{font-weight:400;font-size:14px;line-height:20px}.modals-module_periods__2kGiUU74__platform-common{flex:0 0 180px;width:180px;margin-left:40px}.modals-module_baseMargin__0OOueU5x__platform-common{margin-top:15px}.modals-module_alignTop__eqKF6RAR__platform-common{align-items:flex-start}.modals-module_checkTerms__oh53kh8K__platform-common{font-size:14px;line-height:20px;font-weight:400;letter-spacing:.01em}.modals-module_checkTerms__oh53kh8K__platform-common a{transition:color .15s ease;color:var(--buttonMain)}.modals-module_checkTerms__oh53kh8K__platform-common a:hover{color:inherit}.modals-module_buttons__iW4q3Bg3__platform-common{display:flex;justify-content:space-between}.modals-module_buttonItem__QOGyCX-6__platform-common{flex:1}.modals-module_buttonItem__QOGyCX-6__platform-common.modals-module_cancel__bjDYyolw__platform-common{padding-right:10px}.modals-module_buttonItem__QOGyCX-6__platform-common.modals-module_confirm__wa-gYfDp__platform-common{padding-left:10px}.modals-module_wrapper__z80JofCJ__platform-common{background:var(--white);border-radius:8px;max-width:420px;padding:24px}.modals-module_wrapper__z80JofCJ__platform-common.modals-module_deletion__ZNvwIeCe__platform-common{max-width:544px}.modals-module_notice__NIlbD1jN__platform-common{padding:8px;background:#ef2d2d1a;border-radius:8px;display:flex;align-items:flex-start;justify-content:flex-start}.modals-module_notice__NIlbD1jN__platform-common svg{display:block}.modals-module_notice__NIlbD1jN__platform-common span{font-size:12px;line-height:16px;font-weight:400;display:block}.modals-module_notice__NIlbD1jN__platform-common span+span{margin-left:7px}.modals-module_notice__NIlbD1jN__platform-common span svg{width:16px;font-size:16px;display:block;position:relative;top:-1px}.self-deletion-module_textArea__Lgnj-jXO__platform-common{position:relative}.self-deletion-module_textArea__Lgnj-jXO__platform-common .form__textarea{background:var(--white);min-height:140px;height:unset;overflow:hidden;padding:15px 22px 36px}.self-deletion-module_textArea__Lgnj-jXO__platform-common.self-deletion-module_textAreaMobile__lXhX0Oxe__platform-common .form__textarea{min-height:192px}.self-deletion-module_textArea__Lgnj-jXO__platform-common .self-deletion-module_textLength__GrNuNNho__platform-common{position:absolute;bottom:12px;right:16px;color:var(--selfDeleteTextLengthColor)}.self-deletion-module_cancelButton__kjvyWYvi__platform-common .app-button{border-color:var(--selfDeleteCancelButtonBorder);color:var(--selfDeleteMainButton)}.self-deletion-module_cancelButton__kjvyWYvi__platform-common .app-button:hover{background:var(--limitsTextareaBg);color:var(--selfDeleteMainButton)}.self-deletion-module_confirmButton__uSR0-NlI__platform-common .app-button--disabled{color:var(--selfDeleteMainButton);opacity:.6}.outside-click-skip-module_inline__nKMW2ioB__platform-common{display:inline-block}.logo-module_wrapperLogo__xIQdf3P1__platform-common img{max-width:100%;height:auto;display:block}img.logo-module_wrapperLogoHide__CdjS7O0I__platform-common{display:none}.betbuilder-badge-module_badge__vUVuip6T__platform-common{color:var(--white);font-size:10px;border-radius:4px;background:var(--betBuilderIconBg);display:inline-flex;padding:0 4px;height:16px;line-height:16px}:root{--zIndex-dropdown: 900;--zIndex-dropdown-below: 899;--zIndex-notification: 850;--zIndex-notification-below: 849;--zIndex-registrationLoader: 800;--zIndex-registrationLoader-below: 799;--zIndex-cookieBarDesktop: 750;--zIndex-cookieBarDesktop-below: 749;--zIndex-mobileAsideMenu: 700;--zIndex-mobileAsideMenu-below: 699;--zIndex-modalView: 600;--zIndex-modalView-below: 599;--zIndex-modalPortal: 500;--zIndex-modalPortal-below: 499;--zIndex-cookieBarMobile: 400;--zIndex-cookieBarMobile-below: 399;--zIndex-broadcastWidgetMobile: 390;--zIndex-broadcastWidgetMobile-below: 389;--zIndex-casinoGameNavigation: 380;--zIndex-casinoGameNavigation-below: 379;--zIndex-bottomMenu: 370;--zIndex-bottomMenu-below: 369;--zIndex-modalCoupon: 360;--zIndex-modalCoupon-below: 359;--zIndex-promoSnackbar: 350;--zIndex-promoSnackbar-below: 349;--zIndex-watchersChat: 340;--zIndex-watchersChat-below: 339;--zIndex-headerMenu: 20;--zIndex-headerMenu-below: 19;--zIndex-toTop: 15;--zIndex-toTop-below: 14;--zIndex-stickyLeagueHeader: 10;--zIndex-stickyLeagueHeader-below: 9;--zIndex-desktopAsideMenuForTextPage: 10;--zIndex-desktopAsideMenuForTextPage-below: 9;--zIndex-loader: 5;--zIndex-loader-below: 4}.hof-page-switcher-module_tabs__Q6-gIsT-__platform-common{background:var(--hofYellow);border-radius:18px;display:flex;height:36px;margin:10px}.hof-page-switcher-module_tabs__Q6-gIsT-__platform-common .hof-page-switcher-module_tab__z4T-bJv2__platform-common{align-items:center;background:transparent;border-radius:18px;display:flex;flex-grow:1;justify-content:center;padding:0 12px;transition:.2s ease;transition-property:background-color,color}.hof-page-switcher-module_tabs__Q6-gIsT-__platform-common .hof-page-switcher-module_tab__z4T-bJv2__platform-common .hof-page-switcher-module_tabIcon__y2yjHZIj__platform-common{color:var(--hofTabIconColor)}.hof-page-switcher-module_tabs__Q6-gIsT-__platform-common .hof-page-switcher-module_tab__z4T-bJv2__platform-common.hof-page-switcher-module_activeTab__1dRbwcpS__platform-common{background-color:var(--hofPageSwitcherActiveBg);color:var(--hofPageSwitcherActive)}.hof-page-switcher-module_tabs__Q6-gIsT-__platform-common .hof-page-switcher-module_tab__z4T-bJv2__platform-common.hof-page-switcher-module_activeTab__1dRbwcpS__platform-common.hof-page-switcher-module_sportTab__QyZ-GEik__platform-common .hof-page-switcher-module_tabIcon__y2yjHZIj__platform-common{color:var(--hofTabIconActiveSportColor)}.hof-page-switcher-module_tabs__Q6-gIsT-__platform-common .hof-page-switcher-module_tab__z4T-bJv2__platform-common.hof-page-switcher-module_activeTab__1dRbwcpS__platform-common.hof-page-switcher-module_casinoTab__ZIRJawX1__platform-common .hof-page-switcher-module_tabIcon__y2yjHZIj__platform-common{color:var(--hofTabIconActiveCasinoColor)}.hof-page-switcher-module_tabs__Q6-gIsT-__platform-common .hof-page-switcher-module_tabIcon__y2yjHZIj__platform-common{font-size:20px;margin-right:10px;transition:color .2s ease}.hof-page-switcher-module_tabs__Q6-gIsT-__platform-common .hof-page-switcher-module_tabLabel__YUIyU42h__platform-common{font-size:12px;font-weight:500;text-transform:uppercase}.hof-page-switcher-module_tabs__Q6-gIsT-__platform-common .hof-page-switcher-module_tabLabelTwo__EtWnTTXF__platform-common{font-weight:700;letter-spacing:1px}.hof-casino-module_hofCasino__LgKhnCMK__platform-common .hof-casino-module_pedestal__wf-Eambd__platform-common{font-size:16px;margin-bottom:22px}.hof-casino-module_hofCasino__LgKhnCMK__platform-common .hof-casino-module_topWinners__jS135RFX__platform-common{margin-bottom:22px;position:relative;z-index:2}.hof-casino-module_hofCasino__LgKhnCMK__platform-common .hof-casino-module_latestWinners__JhFeHer1__platform-common{position:relative;z-index:1}.hof-casino-module_hofCasino__LgKhnCMK__platform-common .hof-casino-module_latestWinnersMobile__Jp-hhANb__platform-common{padding:var(--hofCasinoLatestWinnerPaddingContainerMobile);background:var(--hofCasinoLatestWinnerBgContainerMobile)}.hof-casino-module_hofCasino__LgKhnCMK__platform-common .hof-casino-module_latestWinnersDecor__0plWb6yu__platform-common{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.hof-casino-module_hofCasino__LgKhnCMK__platform-common .hof-casino-module_latestWinnersInner__jlHzCFhe__platform-common{position:relative;z-index:2}.hof-casino-module_hofCasino__LgKhnCMK__platform-common.hof-casino-module_hofCasinoMobile__naFr5EEr__platform-common .hof-casino-module_pedestal__wf-Eambd__platform-common{margin-bottom:15px;padding:0 5px}@media screen and (max-width: 767px){.hof-casino-module_hofCasino__LgKhnCMK__platform-common.hof-casino-module_hofCasinoMobile__naFr5EEr__platform-common .hof-casino-module_pedestal__wf-Eambd__platform-common{font-size:2.1vw}}.hof-casino-module_hofCasino__LgKhnCMK__platform-common.hof-casino-module_hofCasinoMobile__naFr5EEr__platform-common .hof-casino-module_topWinners__jS135RFX__platform-common{margin-bottom:var(--hofCasinoTopWinnerMarginBottomMobile);position:relative}.hof-casino-pedestal-module_pedestal__HDfJmUQU__platform-common{align-items:flex-end;display:flex;justify-content:space-between;width:100%}.hof-casino-pedestal-module_pedestal__HDfJmUQU__platform-common.hof-casino-pedestal-module_pedestalMobile__lFpa-7CM__platform-common .hof-casino-pedestal-module_user__0jcQzxri__platform-common{font-size:1.8em;line-height:2}.hof-casino-pedestal-module_place__p8xD4jeI__platform-common{padding:0 .8em 10px;position:relative}.hof-casino-pedestal-module_place__p8xD4jeI__platform-common img{border-radius:5px;display:block;height:100%;width:100%}.hof-casino-pedestal-module_place__p8xD4jeI__platform-common.hof-casino-pedestal-module_placeFirst__DYPubCNy__platform-common{order:2;width:37%}.hof-casino-pedestal-module_place__p8xD4jeI__platform-common.hof-casino-pedestal-module_placeFirst__DYPubCNy__platform-common .hof-casino-pedestal-module_game__FODUJSjK__platform-common{background:linear-gradient(180deg,var(--hofPedestalFirst),var(--white) 80%)}.hof-casino-pedestal-module_place__p8xD4jeI__platform-common.hof-casino-pedestal-module_placeSecond__3TfNH-Pz__platform-common{font-size:.85em;order:1;width:30%}.hof-casino-pedestal-module_place__p8xD4jeI__platform-common.hof-casino-pedestal-module_placeSecond__3TfNH-Pz__platform-common .hof-casino-pedestal-module_game__FODUJSjK__platform-common{background:linear-gradient(180deg,var(--hofPedestalSecond),var(--white) 80%)}.hof-casino-pedestal-module_place__p8xD4jeI__platform-common.hof-casino-pedestal-module_placeThird__jRKoOzyk__platform-common{font-size:.85em;order:3;width:29.4%}.hof-casino-pedestal-module_place__p8xD4jeI__platform-common.hof-casino-pedestal-module_placeThird__jRKoOzyk__platform-common .hof-casino-pedestal-module_game__FODUJSjK__platform-common{background:linear-gradient(180deg,var(--hofPedestalThird),var(--white) 80%)}.hof-casino-pedestal-module_place__p8xD4jeI__platform-common:before{background:var(--white);border-radius:5px;bottom:0;box-shadow:0 5px 15px #0000001a;content:"";display:block;height:50%;left:0;position:absolute;width:100%;z-index:0}.hof-casino-pedestal-module_placeInner__kP6lw8-a__platform-common{align-items:center;display:flex;flex-direction:column;position:relative;z-index:1}.hof-casino-pedestal-module_prize__BbEnhc6Z__platform-common{height:10em;width:10.625em}.hof-casino-pedestal-module_game__FODUJSjK__platform-common{border-radius:5px;min-width:12em;padding:1em 1em 0;width:85%}.hof-casino-pedestal-module_game__FODUJSjK__platform-common .hof-casino-pedestal-module_gameImage__hqFDOUvM__platform-common{height:10em;margin:0 auto;width:10em}.hof-casino-pedestal-module_user__0jcQzxri__platform-common{color:var(--headerBackground);font-size:1.3125em;line-height:2.5;max-width:80%;white-space:nowrap}.hof-casino-pedestal-module_stats__wN0KSIuO__platform-common{border-radius:5px;overflow:hidden;width:100%}.hof-casino-pedestal-module_stat__4g82XIIw__platform-common{font-size:1.3125em;font-weight:500;line-height:1;padding:.5em .7em;text-transform:uppercase}.hof-casino-pedestal-module_stat__4g82XIIw__platform-common.hof-casino-pedestal-module_statBet__-sKeyvl4__platform-common{background:var(--headerBackground);color:var(--hofPedestalBet);opacity:.9}.hof-casino-pedestal-module_stat__4g82XIIw__platform-common.hof-casino-pedestal-module_statBet__-sKeyvl4__platform-common .hof-casino-pedestal-module_statLabel__K7vc1hId__platform-common:before,.hof-casino-pedestal-module_stat__4g82XIIw__platform-common.hof-casino-pedestal-module_statBet__-sKeyvl4__platform-common .hof-casino-pedestal-module_statLabel__K7vc1hId__platform-common:after{content:"-";display:inline-block}.hof-casino-pedestal-module_stat__4g82XIIw__platform-common.hof-casino-pedestal-module_statWin__9ub6Fcx-__platform-common{background:var(--headerBackground);color:var(--hofYellow)}.hof-casino-pedestal-module_stat__4g82XIIw__platform-common.hof-casino-pedestal-module_statWin__9ub6Fcx-__platform-common .hof-casino-pedestal-module_statLabel__K7vc1hId__platform-common .svg-icon{font-size:.8em}.hof-casino-pedestal-module_stat__4g82XIIw__platform-common .hof-casino-pedestal-module_statLabel__K7vc1hId__platform-common{font-size:.8em;margin-bottom:.3em}.hof-casino-pedestal-module_stat__4g82XIIw__platform-common .hof-casino-pedestal-module_statLabel__K7vc1hId__platform-common span{display:block;margin:0 .5em;max-width:calc(100% - 3em);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hof-casino-pedestal-module_stat__4g82XIIw__platform-common .hof-casino-pedestal-module_statValue__E2teW3lT__platform-common{font-size:1.2em}.hof-casino-pedestal-module_stat__4g82XIIw__platform-common .hof-casino-pedestal-module_statLabel__K7vc1hId__platform-common,.hof-casino-pedestal-module_stat__4g82XIIw__platform-common .hof-casino-pedestal-module_statValue__E2teW3lT__platform-common{align-items:center;display:flex;justify-content:center;text-align:center}.hof-sport-module_hofSport__MSdkqpPv__platform-common{position:relative}.hof-sport-module_hofSport__MSdkqpPv__platform-common:not(.hof-sport-module_hofSportMobile__S-ZyVn5x__platform-common) .hof-sport-module_topWinnersFooter__DLRQwdOf__platform-common{background:var(--white);border-radius:0 0 5px 5px;display:flex;justify-content:center;padding:10px}.hof-sport-module_hofSport__MSdkqpPv__platform-common:not(.hof-sport-module_hofSportMobile__S-ZyVn5x__platform-common) .hof-sport-module_topWinnersMore__jXk14cIe__platform-common{align-items:center;border:1px solid var(--hofSportShowMoreButtonBorder);border-radius:20px;color:var(--mainColor);cursor:pointer;display:flex;font-size:14px;font-weight:700;height:40px;margin:15px 0;padding:0 30px;transition:border-color .2s ease,background-color .2s ease}.hof-sport-module_hofSport__MSdkqpPv__platform-common:not(.hof-sport-module_hofSportMobile__S-ZyVn5x__platform-common) .hof-sport-module_topWinnersMore__jXk14cIe__platform-common:hover{background:var(--hofSportShowMoreButtonHoverBg);border-color:var(--hofSportShowMoreButtonHoverBorder)}.hof-sport-module_hofSport__MSdkqpPv__platform-common.hof-sport-module_hofSportMobile__S-ZyVn5x__platform-common .hof-sport-module_topWinnersMore__jXk14cIe__platform-common{align-items:center;background:var(--white);border-radius:5px;color:var(--mainColor);display:flex;font-size:14px;font-weight:500;height:45px;justify-content:center;padding:5px}.hof-sport-module_list__ZUaqgR5c__platform-common{background:var(--white);border-radius:0 0 5px 5px;min-height:250px;position:relative;z-index:1}.hof-sport-module_noRecords__V9Whm8lB__platform-common{align-items:center;display:flex;height:100%;justify-content:center;opacity:.7;padding:10%;text-align:center}.hof-sport-module_loaderWrapper__3PvQMVzc__platform-common{opacity:0;transition:visibility .15s ease,opacity .15s ease;visibility:hidden}.hof-sport-module_loaderWrapper__3PvQMVzc__platform-common.hof-sport-module_visible__ZZMaeeek__platform-common{opacity:1;visibility:visible}.hof-sport-module_topWinnersFilter__EyDrP-kD__platform-common{position:absolute;right:20px;top:12px;z-index:2}.hof-sport-module_hofSportMobile__S-ZyVn5x__platform-common .hof-sport-module_topWinnersFilter__EyDrP-kD__platform-common{left:5px;right:5px;top:40px;z-index:2}.hof-sport-module_hofSportMobile__S-ZyVn5x__platform-common .hof-sport-module_list__ZUaqgR5c__platform-common{background:var(--hofEventsBackground);padding:25px 12px}.hof-sport-module_hofSportMobile__S-ZyVn5x__platform-common .hof-sport-module_loaderWrapper__3PvQMVzc__platform-common{left:0;position:absolute;right:0;top:18px;z-index:1}@media screen and (max-width: 460px){.hof-sport-module_hofSportMobile__S-ZyVn5x__platform-common .hof-sport-module_list__ZUaqgR5c__platform-common{padding:var(--hofSportListPaddingVertical) var(--hofSportListPaddingHorizontal)}}.hall-of-fame-module_hof__LhdKNDL7__platform-common{margin-top:69px;padding:30px 0 60px;position:relative}.hall-of-fame-module_hof__LhdKNDL7__platform-common .hof-page-switcher{margin:0 auto 20px;max-width:360px}.hall-of-fame-module_hof__LhdKNDL7__platform-common.hall-of-fame-module_sport__FIXwrK-S__platform-common .hall-of-fame-module_hofBg__qmDrdonf__platform-common{height:692px}.hall-of-fame-module_hof__LhdKNDL7__platform-common.hall-of-fame-module_sport__FIXwrK-S__platform-common .hall-of-fame-module_hofBg__qmDrdonf__platform-common:before{background:linear-gradient(to right,rgba(255,255,255,0),var(--white) 100px,var(--white) 700px,rgba(255,255,255,0));bottom:0;content:"";display:block;left:calc(50% - 400px);position:absolute;top:0;width:800px;z-index:1}.hall-of-fame-module_hof__LhdKNDL7__platform-common.hall-of-fame-module_sport__FIXwrK-S__platform-common .hall-of-fame-module_hofBg__qmDrdonf__platform-common:after{background:linear-gradient(to bottom,rgba(255,255,255,0),var(--bodyBackgroundColor));bottom:0;content:"";display:block;height:50px;left:0;position:absolute;right:0;z-index:2}.hall-of-fame-module_hof__LhdKNDL7__platform-common.hall-of-fame-module_sport__FIXwrK-S__platform-common .hall-of-fame-module_hofHeader__xIvRaeyI__platform-common{margin-bottom:50px}.hall-of-fame-module_hof__LhdKNDL7__platform-common.hall-of-fame-module_casino__C8PUre9-__platform-common .hall-of-fame-module_hofBg__qmDrdonf__platform-common{height:1030px}.hall-of-fame-module_hofBg__qmDrdonf__platform-common{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1;background-repeat:no-repeat;background-position:bottom;background-size:cover}.hall-of-fame-module_hofBgImage__c--WKAnl__platform-common{display:block;position:absolute}.hall-of-fame-module_hofBgImage__c--WKAnl__platform-common.hall-of-fame-module_left__-BmJicHe__platform-common{right:calc(50% + 485px);top:81px}.hall-of-fame-module_hofBgImage__c--WKAnl__platform-common.hall-of-fame-module_right__pExsgeQk__platform-common{left:calc(50% + 404px);top:39px}.hall-of-fame-module_hofHeader__xIvRaeyI__platform-common{position:relative;z-index:2}.hall-of-fame-module_hofHeaderTitle__OefcEppc__platform-common{font-size:40px;font-weight:700;line-height:1;margin:0 0 30px;text-align:center}.hall-of-fame-module_hofHeaderDescription__U7My6HvD__platform-common{font-size:16px;font-weight:500;line-height:1.6;margin:0 auto 25px;max-width:600px;padding:0 20px;text-align:center}.hall-of-fame-module_hofHeaderAction__R63QbH1I__platform-common{display:flex;justify-content:center}.hall-of-fame-module_hofHeaderAction__R63QbH1I__platform-common .app-button{font-size:18px;font-weight:500;min-width:180px;text-transform:none}.hall-of-fame-module_hofContainer__-Skuu2LE__platform-common{margin:0 auto;max-width:860px;position:relative;width:100%;z-index:2}.hall-of-fame-module_hofPedestal__8nhFDDdS__platform-common{padding:70px 0 20px}.hall-of-fame-module_hofCasinoDecorLeft__hMj-VEBK__platform-common{bottom:0;display:block;left:-181px;position:absolute}.hall-of-fame-module_hofCasinoDecorRight__w-MnZXjY__platform-common{bottom:-8px;display:block;position:absolute;right:-173px}.hall-of-fame-module_hofPageSwitcher__P8vZsz-c__platform-common{height:40px;margin:0 auto 20px;max-width:360px}body.menu-cms-header-view .hall-of-fame-module_hof__LhdKNDL7__platform-common{margin-top:var(--menuCmsHeaderBodyTopPadding)}.hall-of-fame-module_hof__KIa5QJEW__platform-common{padding:0 0 20px;position:relative}.hall-of-fame-module_hof__KIa5QJEW__platform-common .hof-page-switcher{margin:0 auto 12px;max-width:280px}.hall-of-fame-module_hof__KIa5QJEW__platform-common:before{background:var(--white);content:"";display:block;height:300px;left:0;position:absolute;right:0;top:0;z-index:0}.hall-of-fame-module_hof__KIa5QJEW__platform-common.hall-of-fame-module_sport__D3jPFROC__platform-common .hall-of-fame-module_hofBg__XpwUagcg__platform-common:before{background:linear-gradient(to bottom,#b8d7ed 100px,#fff0)}.hall-of-fame-module_hof__KIa5QJEW__platform-common.hall-of-fame-module_casino__kcz-47zg__platform-common .hall-of-fame-module_hofBg__XpwUagcg__platform-common:before{background:linear-gradient(to bottom,var(--white) 100px,rgba(255,255,255,0))}.hall-of-fame-module_hofBg__XpwUagcg__platform-common{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.hall-of-fame-module_hofBg__XpwUagcg__platform-common:before{content:"";height:140px;left:0;position:absolute;right:0;top:0;z-index:2}.hall-of-fame-module_hofBgLayer__K2I2bUBA__platform-common{bottom:0;left:0;position:absolute;right:0;top:var(--hofSportMobileBgPositionTop, 0);z-index:1;background-repeat:no-repeat;background-position:bottom;background-size:cover}.hall-of-fame-module_hofBgImage__70-fh-LM__platform-common{display:block;min-width:60px;position:absolute;width:auto;z-index:3}.hall-of-fame-module_hofBgImage__70-fh-LM__platform-common.hall-of-fame-module_left__9rvQJIbH__platform-common{height:178px;left:-54px;top:130px}.hall-of-fame-module_hofBgImage__70-fh-LM__platform-common.hall-of-fame-module_right__JX9IAIXf__platform-common{height:120px;right:0;top:160px}.hall-of-fame-module_hofHeader__BLNdwiL8__platform-common{padding:20px 8px 30px;position:relative}.hall-of-fame-module_hofHeaderTitle__-2sXRn78__platform-common{font-size:21px;font-weight:700;line-height:1;margin:0 0 15px;text-align:center}.hall-of-fame-module_hofHeaderDescription__EiCYyYgq__platform-common{font-size:12px;font-weight:500;line-height:1.6;margin:0 auto 12px;max-width:600px;padding:0 20px;text-align:center}.hall-of-fame-module_hofHeaderAction__ugbrIgzW__platform-common{display:flex;justify-content:center}.hall-of-fame-module_hofHeaderAction__ugbrIgzW__platform-common .app-button{font-size:12px;height:32px;min-height:28px;min-width:130px}.hall-of-fame-module_hofContainer__dBnUkYkM__platform-common{position:relative;width:100%;z-index:2}.hall-of-fame-module_hofPedestal__RYsITP12__platform-common{font-size:11px;margin:0 auto;max-width:540px;padding:50px 0 0;position:relative;z-index:2}@media screen and (max-width: 460px){.hall-of-fame-module_hof__KIa5QJEW__platform-common.hall-of-fame-module_sport__D3jPFROC__platform-common .hall-of-fame-module_hofHeader__BLNdwiL8__platform-common{padding:20px 0 70px}.hall-of-fame-module_hofPedestal__RYsITP12__platform-common{font-size:2.1vw}}.annual-report-module_wrapper__bLmsCecl__platform-common{padding:40px;background-color:var(--white)}.annual-report-module_wrapSection__8x29QUvB__platform-common{padding:30px 40px;background-color:var(--backgroundReportColor)}.annual-report-module_innerSection__tXrQPlAF__platform-common{display:flex;justify-content:space-between;align-items:center}.annual-report-module_section__er4yORqY__platform-common{background-color:var(--backgroundReportColor);padding:30px 40px;display:flex;justify-content:space-between;align-items:center}.annual-report-module_link__-7bcYT-o__platform-common{color:var(--mainColor);font-weight:500;font-size:15px;line-height:1.35;text-decoration:none}.annual-report-module_title__uNHoEbOO__platform-common{color:var(--mainColor);font-weight:500;font-size:18px;line-height:1.35}.annual-report-module_filters__OvMc1O-q__platform-common{display:flex;align-items:center}.annual-report-module_linkSection__A7vXYuag__platform-common{margin:15px 0 0;display:flex;gap:12px;flex-wrap:wrap}@media only screen and (max-width: 700px){.annual-report-module_section__er4yORqY__platform-common{flex-direction:column}.annual-report-module_title__uNHoEbOO__platform-common{text-align:center;margin-bottom:15px}.annual-report-module_wrapper__bLmsCecl__platform-common{padding:15px}}.annual-report-module_prevMonth__eAi1m76s__platform-common{display:flex;align-items:center}.financial-report-module_wrapper__nKW-HrwC__platform-common{padding:24px;background-color:var(--white);display:grid;grid-template-columns:1fr;gap:24px}.financial-report-module_section__wd3I9WWc__platform-common{border:1px solid #E5E5E5;padding:24px;border-radius:8px}.financial-report-module_link__aQDYitwm__platform-common{color:var(--mainColor);font-weight:500;font-size:15px;line-height:1.35;text-decoration:none}.financial-report-module_title__hTmBrFG5__platform-common{color:var(--mainColor);font-weight:700;font-size:16px;line-height:24px;margin-bottom:16px}.financial-report-module_heading__r6S4h5n3__platform-common{font-size:20px;font-weight:700;line-height:32px;color:var(--mainColor)}.financial-report-module_description__5Zy-07Ts__platform-common{font-size:14px;font-weight:400;line-height:20px;margin:0;color:#797979}.financial-report-module_field__fJFREFS1__platform-common{border-top:1px solid #E5E5E5;border-bottom:1px solid #E5E5E5;padding:16px 0;flex-direction:column;gap:12px}.financial-report-module_icon__oiswOJZp__platform-common{width:48px;height:48px}.financial-report-module_actions__yTCZVDcx__platform-common{gap:16px;flex-direction:column;width:100%}.financial-report-module_actions__yTCZVDcx__platform-common button{width:100%;height:40px}.financial-report-module_gap__TvTfX5Zq__platform-common{gap:16px}.financial-report-module_linkSection__Ub8dWpOS__platform-common{margin-top:16px;display:flex;gap:4px;flex-direction:column}.financial-report-module_customSelect__dg25Xr3B__platform-common [class="ui-select ui-select--small"],.financial-report-module_customSelect__dg25Xr3B__platform-common [class="ui-select ui-select--open ui-select--small"]{min-width:130px}.financial-report-module_month__4IEAPsS6__platform-common{text-transform:capitalize}.financial-report-module_linkButton__TCZ7JsmL__platform-common{border:1px solid #E5E5E5;color:#6b6b6b}.financial-report-module_dropdownHeader__Mv7X7Cra__platform-common{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;max-height:48px;background:#fff;border-radius:8px 8px 0 0}.financial-report-module_dropdownTitle__uzzTFLvM__platform-common{font-size:16px;font-weight:700;line-height:24px;color:var(--mainColor)}.financial-report-module_dropdownWrapper__BeEVW7gY__platform-common{background:#f4f4f4;padding:16px;border-radius:0 0 8px 8px}.financial-report-module_dropdownWrapper__BeEVW7gY__platform-common [role=list]{background:#fff;border-radius:8px;padding:2px}.financial-report-module_dropdownWrapper__BeEVW7gY__platform-common [role=listitem]{margin:0 12px;padding:0}.financial-report-module_dropdownWrapper__BeEVW7gY__platform-common [role=listitem][class="ui-select__list-item ui-select__list-item--active"]{background:#fff}.financial-report-module_dropdownWrapper__BeEVW7gY__platform-common [role=listitem]:not(:last-child){border-bottom:1px solid #F4F4F4}.financial-report-module_customListItem__7Sc-mafS__platform-common{flex-direction:row-reverse;justify-content:space-between;width:100%}@media (min-width: 1024px){.financial-report-module_wrapper__nKW-HrwC__platform-common{grid-template-columns:2fr 1fr}.financial-report-module_field__fJFREFS1__platform-common{flex-direction:row;align-items:center;justify-content:space-between}.financial-report-module_actions__yTCZVDcx__platform-common{flex-direction:row;justify-content:space-between;align-items:center}}.bettors-tournament-single-board-module_banner__vfqiXDLe__platform-common{position:relative;background-size:contain;background-repeat:no-repeat;background-position:top center;background-color:var(--bettorsTournamentBg);max-width:1980px;margin:64px auto 0}.bettors-tournament-single-board-module_glowAreaContainer__3chafBwP__platform-common{position:absolute;width:30%;height:500px;right:0;align-items:start;justify-content:start}.bettors-tournament-single-board-module_glowAreaDesktop__B4u3a9ZS__platform-common{display:flex}.bettors-tournament-single-board-module_bannerFront__XvlKsLj4__platform-common{position:absolute;right:-160px;top:50px;height:600px;z-index:2}.bettors-tournament-single-board-module_bannerMobile__Jayhg58E__platform-common{margin-top:0}.bettors-tournament-single-board-module_wrapper__soBkJDFa__platform-common{position:relative;padding:50px 64px;color:var(--bettorsTournamentColor);z-index:2}.bettors-tournament-single-board-module_container__TSBuLIvV__platform-common{display:flex;margin-top:24px}.bettors-tournament-single-board-module_right__oZEopq2Z__platform-common{flex:0 0 calc(30% - 24px);margin-left:24px}.bettors-tournament-single-board-module_video__crvI-z4N__platform-common{padding-bottom:24px}.bettors-tournament-single-board-module_videoElement__umfBX3AK__platform-common{border-radius:var(--bettorsTournamentItemBorderRadius);overflow:hidden}@media (max-width: 1580px){.bettors-tournament-single-board-module_banner__vfqiXDLe__platform-common{background-size:130%;background-position:60% 0}.bettors-tournament-single-board-module_bannerFront__XvlKsLj4__platform-common{top:20px;right:-290px}}@media (max-width: 1010px){.bettors-tournament-single-board-module_banner__vfqiXDLe__platform-common{background-size:215% auto;background-position:50% 0}.bettors-tournament-single-board-module_bannerFront__XvlKsLj4__platform-common{display:none}.bettors-tournament-single-board-module_wrapper__soBkJDFa__platform-common{padding:12px}.bettors-tournament-single-board-module_container__TSBuLIvV__platform-common{flex-direction:column}.bettors-tournament-single-board-module_right__oZEopq2Z__platform-common{flex:0 0 100%;margin-left:0;margin-top:24px}.bettors-tournament-single-board-module_glowAreaDesktop__B4u3a9ZS__platform-common{display:none}}@media (max-width: 600px){.bettors-tournament-single-board-module_banner__vfqiXDLe__platform-common{background-size:100% auto;background-position:50% 0}}.bettors-tournament-single-board-terms-module_wrapper__ygb2d2r-__platform-common{margin-top:24px}.bettors-tournament-single-board-terms-module_wrapper__ygb2d2r-__platform-common ul,.bettors-tournament-single-board-terms-module_wrapper__ygb2d2r-__platform-common ol{padding-left:12px}.bettors-tournament-single-board-terms-module_title__P2UFUb1c__platform-common{font-size:32px;font-weight:900;line-height:1.25;letter-spacing:.32px;margin-bottom:24px;text-align:center}.bettors-tournament-single-board-navigation-module_wrapper__L7ZeGdOI__platform-common{display:none;background:var(--bettorsTournamentNavigationBg);margin:-7px -12px 12px;position:sticky;top:69px;z-index:10}.bettors-tournament-single-board-navigation-module_wrapperMobile__qr2jgGId__platform-common{margin-top:-12px;top:46px}.bettors-tournament-single-board-navigation-module_item__fH5iZMqM__platform-common{flex:1 1 33.333333%;height:42px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;line-height:1.33;letter-spacing:1px;text-transform:uppercase;color:var(--bettorsTournamentColor);text-decoration:none}@media (max-width: 1010px){.bettors-tournament-single-board-navigation-module_wrapper__L7ZeGdOI__platform-common{display:flex;align-items:center}}.bet-tournament-multi-board-desktop-module_tournament__d4CI9CdF__platform-common{position:relative;background:var(--betTournamentBg);min-height:100vh;padding:110px 50px 80px}.bet-tournament-multi-board-desktop-module_title__rscc6g6L__platform-common{font-size:16px;font-weight:700;text-align:center;margin-bottom:20px;color:var(--betTournamentText)}.bet-tournament-multi-board-desktop-module_title__rscc6g6L__platform-common p{line-height:1.4;margin:10px 0 0}.bet-tournament-multi-board-desktop-module_title__rscc6g6L__platform-common p:first-of-type{margin:0}.bet-tournament-multi-board-desktop-module_title__rscc6g6L__platform-common .bet-tournament-multi-board-desktop-module_subTitle__V0gcWWLa__platform-common{font-size:12px;font-weight:400;opacity:.6}.bet-tournament-multi-board-desktop-module_termsWrapper__t8WLB-YO__platform-common{display:flex;justify-content:center;margin-bottom:15px}.bet-tournament-multi-board-desktop-module_termsButton__rPvUf9p4__platform-common{color:var(--betTournamentText);text-decoration:underline;font-weight:400;opacity:.7}.bet-tournament-multi-board-desktop-module_boards__UdEJiEpt__platform-common{display:flex;justify-content:center;align-items:stretch}.bet-tournament-multi-board-desktop-module_boards__UdEJiEpt__platform-common.bet-tournament-multi-board-desktop-module_threeCols__YGnrpsef__platform-common .bet-tournament-multi-board-desktop-module_boardsItem__F02YV0uf__platform-common{width:33.3333%}.bet-tournament-multi-board-desktop-module_boards__UdEJiEpt__platform-common.bet-tournament-multi-board-desktop-module_twoCols__tJWMC4AD__platform-common .bet-tournament-multi-board-desktop-module_boardsItem__F02YV0uf__platform-common{width:40%}.bet-tournament-multi-board-desktop-module_boards__UdEJiEpt__platform-common.bet-tournament-multi-board-desktop-module_oneCol__jyRH73JB__platform-common .bet-tournament-multi-board-desktop-module_boardsItem__F02YV0uf__platform-common{width:45%}.bet-tournament-multi-board-desktop-module_boardsItem__F02YV0uf__platform-common{padding:0 12px}.bet-tournament-multi-board-desktop-module_placeDescription__Zvo7B2A4__platform-common{color:var(--betTournamentText);font-weight:500;font-size:14px;text-align:center;padding:20px 40px 0}.bet-tournament-banner-module_bannerContainer__Y8YNb1rp__platform-common{display:grid;grid-template-columns:1.5fr 1fr;align-items:start;width:calc(100% - 300px);padding:32px;margin:0 12px 24px;border-radius:8px;border:1px solid var(--betTournamentBannerBorder);background:var(--betTournamentBannerBackground);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:var(--white)}.bet-tournament-banner-module_firstSection__QSGiWCuB__platform-common,.bet-tournament-banner-module_secondSection__9qjtUA1S__platform-common{display:flex;flex-direction:column;justify-content:start;font-size:16px;font-weight:400;line-height:24px}.bet-tournament-banner-module_firstSection__QSGiWCuB__platform-common{gap:24px;padding-right:32px}.bet-tournament-banner-module_secondSection__9qjtUA1S__platform-common{padding-left:32px;border-left:1px solid var(--betTournamentBannerBorder)}.bet-tournament-banner-module_bannerHeader__EizBEbZp__platform-common,.bet-tournament-banner-module_bannerHeaderSecond__l3wUTzk3__platform-common{font-size:32px;font-weight:900;line-height:40px;letter-spacing:.32px;text-transform:uppercase}.bet-tournament-banner-module_bannerHeaderSecond__l3wUTzk3__platform-common{color:var(--betTournamentBannerHeaderSecondFont)}.bet-tournament-banner-module_oneLine__0HB720yb__platform-common{display:flex;gap:10px}.bet-tournament-banner-module_timerWrapper__KmAxEZSV__platform-common{margin-block:16px}.bet-tournament-banner-module_instructionContainer__eGqqhNjc__platform-common{display:flex;justify-content:start;align-items:start;gap:32px}.bet-tournament-banner-module_conditionsOnEndedTournament__VXKmXUoD__platform-common{display:flex;flex-direction:column;align-items:start;justify-content:start;gap:8px}.bet-tournament-banner-module_stepPointContainer__4sAbDGsH__platform-common{display:flex;align-items:start;gap:16px}.bet-tournament-banner-module_stepNumber__AX0QghU7__platform-common{display:flex;align-items:center;font-size:24px;font-weight:700;padding-inline:11px;width:44px;height:44px;border-radius:100%;border:4px solid #F2C94C;background:var(--betTournamentBannerBackground)}.bet-tournament-banner-module_termsWrapper__zN6JTBQ5__platform-common{display:flex;justify-content:start;margin-top:8px}.bet-tournament-banner-module_termsButton__7-jR597Z__platform-common{color:var(--white);text-decoration:underline;font-weight:400}.bet-tournament-banner-module_authorizeButtons__6ow6b9KC__platform-common{display:grid;grid-template-columns:122px 122px;gap:8px}.bet-tournament-banner-module_contentActions__-n4NXUkb__platform-common{display:flex;justify-content:start;gap:8px}.bet-tournament-banner-module_bannerBackground__0q5TgzqS__platform-common{position:absolute;top:69px;left:0;width:100vw;height:390px;background-position:center;background-repeat:no-repeat;background-size:cover}.bet-tournament-banner-module_bannerImage__Nc-pKes6__platform-common{position:absolute;left:0;top:69px;width:100%;height:390px;background-position:right;background-repeat:no-repeat;background-size:contain}@media screen and (max-width: 1530px){.bet-tournament-banner-module_bannerContainer__Y8YNb1rp__platform-common{width:calc(100% - 180px)}.bet-tournament-banner-module_bannerImage__Nc-pKes6__platform-common{background-position:105%}.bet-tournament-banner-module_bannerImage__Nc-pKes6__platform-common{top:99px;background-position:105%;background-size:auto 330px}.bet-tournament-banner-module_bannerHeader__EizBEbZp__platform-common,.bet-tournament-banner-module_bannerHeaderSecond__l3wUTzk3__platform-common{font-size:24px}.bet-tournament-banner-module_firstSection__QSGiWCuB__platform-common,.bet-tournament-banner-module_secondSection__9qjtUA1S__platform-common{font-size:12px}}@media screen and (max-width: 1150px){.bet-tournament-banner-module_bannerContainer__Y8YNb1rp__platform-common{width:calc(100% - 24px)}}.full-event-page-stub-img-module_sportStubImg__1V52oaHc__platform-common{flex:0 0 260px}.full-event-page-stub-img-module_sportStubImg__1V52oaHc__platform-common img{max-width:100%;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;border-radius:var(--mslBorderRadius)}.full-event-page-stub-img-module_sportStubImg__1V52oaHc__platform-common.full-event-page-stub-img-module_marginLeft__K-UdN1we__platform-common{margin-left:8px}.full-event-page-stub-img-module_sportStubImg__1V52oaHc__platform-common.full-event-page-stub-img-module_absolute__DEi-KUry__platform-common{position:absolute;width:100%;height:100%}.full-event-page-stub-img-module_sportStubImg__1V52oaHc__platform-common.full-event-page-stub-img-module_absolute__DEi-KUry__platform-common:after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(100% 162.16% at 100% 0%,var(--mslEventBgGradientColor) 0%,var(--mslEventBgGradientColorBlue) 100%);opacity:.9;border-radius:var(--mslBorderRadius)}@media screen and (max-width: 1000px){.full-event-page-stub-img-module_sportStubImg__1V52oaHc__platform-common.full-event-page-stub-img-module_hiddenOnTablet__JcUdHkSy__platform-common{display:none}}.full-event-page-stub-img-module_sportStubImg__1V52oaHc__platform-common.full-event-page-stub-img-module_lightGradientBg__yGY0j2Ge__platform-common:after{background:radial-gradient(100% 162.16% at 100% 0%,rgba(var(--mslEventBgGradientColorBgRGB),.9),rgba(var(--mslEventBgGradientColorBlueBgRGB),.7))}.full-event-auth-module_container__fBm9B-jr__platform-common{height:100%;display:flex;align-items:center;justify-content:center;background:var(--mslTabBg);border-radius:var(--mslBorderRadius);position:relative}.full-event-auth-module_container__fBm9B-jr__platform-common .full-event-auth-module_heading__gYifVUP5__platform-common{font-weight:700;font-size:20px;line-height:32px;margin-bottom:8px;color:var(--white)}.full-event-auth-module_container__fBm9B-jr__platform-common .full-event-auth-module_depositHeading__Sqh2p-E-__platform-common{font-weight:700;font-size:16px;line-height:24px;margin-bottom:12px;color:var(--white)}.full-event-auth-module_container__fBm9B-jr__platform-common .full-event-auth-module_loginInfo__5geFyLll__platform-common{position:relative;background-color:transparent;box-shadow:none;text-align:center;font-weight:400;font-size:16px;line-height:20px}.full-event-auth-module_container__fBm9B-jr__platform-common .full-event-auth-module_loginInfo__5geFyLll__platform-common.full-event-auth-module_margin__P4y7kAJN__platform-common{padding:20px;margin:20px 0}.full-event-auth-module_container__fBm9B-jr__platform-common .full-event-auth-module_loginInfo__5geFyLll__platform-common div{color:var(--mslLoginInfoFontColor);max-width:200px}.full-event-auth-module_container__fBm9B-jr__platform-common .full-event-auth-module_loginInfo__5geFyLll__platform-common div a{text-decoration:none;color:var(--accentMain)}.full-event-auth-module_container__fBm9B-jr__platform-common.full-event-auth-module_margin__P4y7kAJN__platform-common{margin:15px auto 10px;background:transparent}.full-event-auth-module_Button__QwTbY06Z__platform-common{background:var(--betslipSecondary);color:var(--white)!important;text-decoration:none!important;font-size:12px;height:32px;width:60%}.full-event-markets-categories-module_categories__wrGiSfan__platform-common{position:relative;height:40px;width:calc(100% - 44px);overflow:hidden;display:flex;align-items:center;justify-content:space-between}.full-event-markets-categories-module_categories__wrGiSfan__platform-common.full-event-markets-categories-module_grey__FK5fbElJ__platform-common{background:var(--mslAdditionalMarketBg);border-radius:var(--mslBorderRadius)}.full-event-markets-categories-module_categoriesInner__qOgZrxvU__platform-common{display:flex;align-items:center;width:100%;height:100%;overflow-x:auto;overflow-y:hidden;scrollbar-color:var(--mslScrollbarThumbColor) transparent;scrollbar-width:thin}.full-event-markets-categories-module_categoriesInner__qOgZrxvU__platform-common::-webkit-scrollbar{width:var(--mslScrollbarWidth);background:var(--mslScrollbarBg);height:8px}.full-event-markets-categories-module_categoriesInner__qOgZrxvU__platform-common::-webkit-scrollbar-track{border-radius:var(--mslScrollbarBorderRadius)}.full-event-markets-categories-module_categoriesInner__qOgZrxvU__platform-common::-webkit-scrollbar-thumb{background-color:var(--mslScrollbarThumbColorHover);border-radius:var(--mslScrollbarBorderRadius);border:var(--mslScrollbarBorder)}.full-event-markets-categories-module_categoriesInner__qOgZrxvU__platform-common.full-event-markets-categories-module_paddingLeft__4HQshIXt__platform-common{padding-left:14px}.full-event-markets-categories-module_category__kSv4nv71__platform-common{white-space:nowrap;font-size:14px;font-weight:700;color:var(--mslTextDark);transition:color .15s ease;padding:6px 8px;display:flex;align-items:center;text-transform:capitalize}.full-event-markets-categories-module_category__kSv4nv71__platform-common.full-event-markets-categories-module_grey__FK5fbElJ__platform-common{background:var(--mslMarketsGroupColor);border-radius:var(--mslMarketsBorderRadius);border:1px solid var(--mslMarketTitleBg);padding:6px 8px}.full-event-markets-categories-module_category__kSv4nv71__platform-common.full-event-markets-categories-module_grey__FK5fbElJ__platform-common:hover,.full-event-markets-categories-module_category__kSv4nv71__platform-common.full-event-markets-categories-module_grey__FK5fbElJ__platform-common.full-event-markets-categories-module_active__9mtmOyif__platform-common{color:var(--white);background-color:var(--mslActiveMarketBg)}.full-event-markets-categories-module_category__kSv4nv71__platform-common+.full-event-markets-categories-module_category__kSv4nv71__platform-common{margin-left:8px}.full-event-markets-categories-module_category__kSv4nv71__platform-common:first-letter{text-transform:uppercase}.full-event-markets-categories-module_category__kSv4nv71__platform-common .full-event-markets-categories-module_withIcon__gJYcU9P5__platform-common{width:16px;height:16px;margin-left:4px}.full-event-markets-categories-module_category__kSv4nv71__platform-common.full-event-markets-categories-module_animated__WUdnNWEC__platform-common:not(.full-event-markets-categories-module_active__9mtmOyif__platform-common){background:linear-gradient(to right,var(--analyticsButtonMain) 60%,var(--analyticsButtonSecond));background-size:300% 200%;animation:full-event-markets-categories-module_change-background__s04uMnnN__platform-common 2s ease-in infinite;border:1px solid transparent}.full-event-markets-categories-module_category__kSv4nv71__platform-common.full-event-markets-categories-module_animated__WUdnNWEC__platform-common:not(.full-event-markets-categories-module_active__9mtmOyif__platform-common):hover:not(.full-event-markets-categories-module_active__9mtmOyif__platform-common){border-color:transparent;color:var(--mainColor)}.full-event-markets-categories-module_eventFinished__jifAkxyz__platform-common{align-items:center;background:var(--buttonText);border-radius:0 0 3px 3px;box-shadow:0 0 5px #0000004d;display:flex;flex-direction:column;height:280px;justify-content:center;margin:0;position:relative;width:100%}.full-event-markets-categories-module_eventFinished__jifAkxyz__platform-common.full-event-markets-categories-module_margin__nOBCQ-qk__platform-common{margin-top:15px}.full-event-markets-categories-module_eventFinished__jifAkxyz__platform-common img{display:block;width:91px}.full-event-markets-categories-module_select__hJaunCwb__platform-common{height:30px;line-height:30px}.full-event-markets-categories-module_favoritesIconContainer__14lNlQX0__platform-common{position:relative;padding-left:4px;padding-right:14px}.full-event-markets-categories-module_favoritesIconContainer__14lNlQX0__platform-common:after{content:"";display:inline-block;position:absolute;top:-2px;right:6px;width:1px;height:28px;background:#e2e8ee}.full-event-markets-categories-module_favoritMarketIdsCount__YX6Hh9qc__platform-common{position:absolute;display:flex;justify-content:center;align-items:center;padding:8px;font-size:10px;line-height:4px;background-color:var(--newIconBackground);border-radius:50%;width:14px;height:14px;color:#fff;right:8px;top:-6px;z-index:2}.full-event-markets-categories-module_favoritesIcon__69-7Bamw__platform-common{width:20px!important;height:20px!important;color:#6f7b8d;cursor:pointer}@keyframes full-event-markets-categories-module_change-background__s04uMnnN__platform-common{0%{background-position:50% 0%}50%{background-position:99% 300%}to{background-position:50% 0%}}.markets-toggler-module_collapse__h-9cFOcb__platform-common{background-color:var(--mslTabBg);display:flex;align-items:center;justify-content:center;font-size:14px;padding:8px;cursor:pointer;margin-left:7px;margin-top:4px;border-radius:var(--mslMarketsBorderRadius);border:1px solid var(--mslMarketsBorderColor)}.markets-toggler-module_collapse__h-9cFOcb__platform-common .svg-icon{transition:transform .15s ease}.markets-toggler-module_collapse__h-9cFOcb__platform-common.markets-toggler-module_collapsed__9ZRwor34__platform-common svg{transform:rotate(180deg)}.markets-toggler-module_collapse__h-9cFOcb__platform-common.markets-toggler-module_bgDarkGrey__Ovct7MqX__platform-common{align-self:stretch;background-color:var(--mslAdditionalMarketBg);font-size:18px;border-radius:var(--mslBorderRadius);width:45px}.search-page-result-module_item__yj7Gr-pj__platform-common{margin-bottom:15px}.search-page-result-module_img__UoZ5oQqV__platform-common{margin-right:10px}.search-page-result-module_heading__QM1FnySi__platform-common{background:var(--mslSectionBg);display:flex;align-items:center;padding:7px 15px;border-radius:var(--mslBorderRadius);font-weight:700;text-transform:uppercase;font-size:12px;color:var(--mslTextDark);margin-bottom:8px}.search-page-result-module_heading__QM1FnySi__platform-common img{max-width:20px}.search-page-result-module_text__U6SYWKNj__platform-common{font-weight:700}.search-page-result-module_text__U6SYWKNj__platform-common,.search-page-result-module_link__eMSuzjD0__platform-common{text-decoration:none;font-size:12px;color:var(--mslTextDark);transition:color .1s ease-in}.search-page-result-module_content__kKRMZzwz__platform-common{display:flex;flex-wrap:wrap;background:var(--mslTabBg);border-radius:var(--mslBorderRadius);padding:10px 15px}.search-page-result-module_content__kKRMZzwz__platform-common:hover .search-page-result-module_text__U6SYWKNj__platform-common,.search-page-result-module_content__kKRMZzwz__platform-common:hover .search-page-result-module_link__eMSuzjD0__platform-common{color:var(--accentMain)}.search-page-result-module_date__NKx1z9Ey__platform-common{font-size:11px;margin-bottom:7px}.search-page-result-module_team__KTMgv2MX__platform-common{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;font-size:14px}.search-page-result-module_name__wdLicBTI__platform-common{font-size:14px;line-height:1.4}.event-table-body-status-modern-module_infoText__TrZfFu1-__platform-common{color:var(--mslTextDark);font-weight:400;position:relative;font-size:12px;line-height:1;top:1px}.event-table-body-status-modern-module_infoText__TrZfFu1-__platform-common.event-table-body-status-modern-module_notMobile__353jAoBz__platform-common{font-size:14px;top:0;color:var(--white)}.event-table-body-status-modern-module_infoText__TrZfFu1-__platform-common.event-table-body-status-modern-module_mobile__fuP11YTQ__platform-common{font-size:10px;color:var(--white)}.event-table-body-status-modern-module_marginRight__4TKpgkzU__platform-common{margin-right:8px}.event-table-body-status-modern-module_broadcastIcon__-uom-w-G__platform-common{margin-left:8px;position:relative}.event-table-body-status-modern-module_stoppedIcon__-vaeM-u7__platform-common{position:relative;font-size:13px;color:var(--eventTimeStatsText);margin-right:8px}.event-table-body-status-modern-module_stoppedIcon__-vaeM-u7__platform-common.event-table-body-status-modern-module_whiteStoppedIcon__4eWZexx3__platform-common{color:var(--white);font-size:13px}.event-table-body-status-modern-module_timer__mGweMIMj__platform-common{width:3.2em}.event-table-body-status-modern-module_infoTextCA__U0LRj4uZ__platform-common{font-size:14px}.betradar-top-module_betradarTop__uy-bA2rE__platform-common{display:flex;justify-content:space-between;align-items:center;color:var(--allSportsTitleColor);background:var(--betradarTopColor);border-radius:var(--mslSmallBorderRadius);padding:4px 8px;margin-bottom:8px}.betradar-top-module_betradarTop__uy-bA2rE__platform-common.betradar-top-module_mobile__OqLpgEMy__platform-common .betradar-top-module_score__gMYOBnt-__platform-common{font-size:14px;line-height:20px}.betradar-top-module_betradarTop__uy-bA2rE__platform-common.betradar-top-module_mobile__OqLpgEMy__platform-common .betradar-top-module_team__MSiAMgjE__platform-common{font-size:10px;line-height:16px}.betradar-top-module_score__gMYOBnt-__platform-common{font-weight:700;font-size:16px;line-height:24px}.betradar-top-module_team__MSiAMgjE__platform-common{font-weight:400;font-size:12px;line-height:16px;width:40%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.betradar-top-module_team__MSiAMgjE__platform-common.betradar-top-module_two__rN-17ra0__platform-common{text-align:right}.sticky-wrapper-module_sticky__ZAS8f7Mf__platform-common{position:fixed;left:0;transform:translateY(-100%);transition:transform .15s ease,opacity .15s ease;width:100%;z-index:13;opacity:0}.sticky-wrapper-module_sticky__ZAS8f7Mf__platform-common.sticky-wrapper-module_animate__H0zb8MjZ__platform-common{transform:translateY(0);background:var(--mslStickyWrapperActiveBg);padding:16px 16px 0;opacity:1}.sticky-wrapper-module_sticky__ZAS8f7Mf__platform-common.sticky-wrapper-module_animate__H0zb8MjZ__platform-common:after{content:"";position:absolute;left:0;height:15px;right:0;width:100%;overflow:hidden;z-index:1;background:var(--mslLeagueTitleFadeGradient)}.not-found-icon-module_animated__4Eijzjig__platform-common{animation-name:not-found-icon-module_bounce__aFZSJ3xS__platform-common;animation-timing-function:linear;animation-duration:3s;animation-iteration-count:infinite;position:absolute;bottom:50px;left:55%}@keyframes not-found-icon-module_bounce__aFZSJ3xS__platform-common{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.leagues-menu-module_leaguesMenu__XWd6cHI-__platform-common{font-size:14px;font-weight:400;margin-top:8px}.leagues-menu-module_leaguesMenu__XWd6cHI-__platform-common a{text-decoration:none;color:var(--mslTextLight);transition:color .15s ease}.leagues-menu-module_leaguesMenu__XWd6cHI-__platform-common a:hover{color:var(--accentMain)}.leagues-menu-module_leaguesMenu__XWd6cHI-__platform-common+.leagues-menu-module_leaguesMenu__XWd6cHI-__platform-common{position:relative;margin-top:12px;padding-top:12px}.leagues-menu-module_leaguesMenu__XWd6cHI-__platform-common+.leagues-menu-module_leaguesMenu__XWd6cHI-__platform-common:before{content:"";display:block;position:absolute;top:0;left:8px;right:8px;height:1px;background:var(--mslSectionBg)}.leagues-menu-module_leaguesMenuNew__PBdvUOe2__platform-common{box-shadow:0 0 4px #00000040;border-radius:var(--mslBorderRadius);overflow:hidden}.leagues-menu-module_loader__8-dlu2gB__platform-common{min-height:300px;position:relative}.leagues-menu-module_countryLeagues__wHh66Z-I__platform-common{border-radius:var(--sportMenuCountryLeaguesBorderRadius, var(--mslSmallBorderRadius));overflow:hidden;color:var(--mslTextLight)}.leagues-menu-module_countryLeagues__wHh66Z-I__platform-common.leagues-menu-module_mobile__YBLLIPfZ__platform-common{text-decoration:none;padding:5px 0 5px 12px;border-radius:var(--mslBorderRadius);color:var(--mslTextDark);background:var(--mslTabBg);font-size:12px}.leagues-menu-module_countryLeagues__wHh66Z-I__platform-common.leagues-menu-module_mobile__YBLLIPfZ__platform-common .leagues-menu-module_country__JQjYd-ZQ__platform-common{justify-content:space-between;width:100%;padding:0}.leagues-menu-module_countryLeagues__wHh66Z-I__platform-common.leagues-menu-module_mobile__YBLLIPfZ__platform-common .leagues-menu-module_center__IFmf18y-__platform-common{width:calc(100% - 40px)}.leagues-menu-module_countryLeagues__wHh66Z-I__platform-common.leagues-menu-module_open__lraAIXxZ__platform-common:not(.leagues-menu-module_mobile__YBLLIPfZ__platform-common){background-color:var(--mslLeaguesOpenBg)}.leagues-menu-module_countryLeagues__wHh66Z-I__platform-common.leagues-menu-module_open__lraAIXxZ__platform-common:not(.leagues-menu-module_mobile__YBLLIPfZ__platform-common) .leagues-menu-module_contry__PEcX7WdO__platform-common{background-color:var(--mslLeaguesOpenBg)}.leagues-menu-module_countryLeagues__wHh66Z-I__platform-common.leagues-menu-module_open__lraAIXxZ__platform-common .leagues-menu-module_countryArrow__xZB9k6QW__platform-common{transform:rotate(0)}.leagues-menu-module_countryLeagues__wHh66Z-I__platform-common.leagues-menu-module_open__lraAIXxZ__platform-common .leagues-menu-module_countryArrow__xZB9k6QW__platform-common.leagues-menu-module_disabled__a-p6RVys__platform-common{opacity:.4}.leagues-menu-module_countryLeagues__wHh66Z-I__platform-common.leagues-menu-module_hover__N2yXb9DI__platform-common .leagues-menu-module_country__JQjYd-ZQ__platform-common:hover{background-color:rgba(var(--mslSectionBgRGB),.7)}.leagues-menu-module_countryLeagues__wHh66Z-I__platform-common+.leagues-menu-module_countryLeagues__wHh66Z-I__platform-common{margin-top:8px}.leagues-menu-module_countryLeaguesNew__i0Dd100D__platform-common{border-bottom:var(--mslSportLeagueWrapperBorder);border-radius:unset}.leagues-menu-module_center__IFmf18y-__platform-common{display:flex;align-items:center;overflow:hidden}.leagues-menu-module_country__JQjYd-ZQ__platform-common{position:relative;display:flex;align-items:center;padding:8px 30px 8px 12px;min-height:40px;cursor:pointer;background-color:var(--sportMenuCountryBg, rgba(var(--mslSectionBgRGB), 0));transition:background-color .15s ease}@media screen and (max-width: 1500px){.leagues-menu-module_country__JQjYd-ZQ__platform-common{min-height:30px}}.leagues-menu-module_countryName__edl7zvd8__platform-common{text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-width:100%}@media screen and (max-width: 1500px){.leagues-menu-module_countryName__edl7zvd8__platform-common{font-size:12px}}.leagues-menu-module_countryIcon__CTr-zUQi__platform-common{margin-right:10px}.leagues-menu-module_countryIcon__CTr-zUQi__platform-common img{display:block;height:auto;width:22px;border-radius:var(--countryFlagBorderRadius)}.leagues-menu-module_countryArrow__xZB9k6QW__platform-common{transform:rotate(180deg);position:absolute;right:12px;top:45%;margin-top:-5px;transition:transform .15s ease;color:#6f7b8d}.leagues-menu-module_countryArrowNew__PPP4Hc7Q__platform-common svg{font-size:12px}.leagues-menu-module_leaguesList__cvfRbFQE__platform-common{padding:8px 0;position:relative}.leagues-menu-module_leaguesList__cvfRbFQE__platform-common.leagues-menu-module_paddingNone__MGEnKqvl__platform-common{padding-bottom:0}.leagues-menu-module_league__GIaXwNWl__platform-common{display:flex;justify-content:space-between;align-items:center;padding:10px 12px}.leagues-menu-module_league__GIaXwNWl__platform-common.leagues-menu-module_mobile__YBLLIPfZ__platform-common{background:var(--mslLeagueMenuBG);border-radius:var(--mslBorderRadius);margin-bottom:8px;margin-right:12px;padding:0 12px 0 0}.leagues-menu-module_league__GIaXwNWl__platform-common img{display:block;width:22px;height:auto;margin-right:8px;border-radius:var(--countryFlagBorderRadius)}.leagues-menu-module_league__GIaXwNWl__platform-common svg{font-size:20px;margin-left:8px}.leagues-menu-module_league__GIaXwNWl__platform-common.leagues-menu-module_withCheckbox__hL0aASOG__platform-common{position:relative;padding-left:40px}.leagues-menu-module_league__GIaXwNWl__platform-common.leagues-menu-module_filteredBySportId__gGdwsnkz__platform-common{font-weight:400;font-size:14px;line-height:20px;padding-top:10px;padding-bottom:10px}.leagues-menu-module_league__GIaXwNWl__platform-common.leagues-menu-module_filteredBySportId__gGdwsnkz__platform-common img{height:auto;width:22px}@media screen and (max-width: 1500px){.leagues-menu-module_league__GIaXwNWl__platform-common.leagues-menu-module_filteredBySportId__gGdwsnkz__platform-common img{width:18px}}.leagues-menu-module_league__GIaXwNWl__platform-common.leagues-menu-module_asTopItem__IxrxjUjn__platform-common{color:var(--mslTextLight);padding:8px 8px 8px 5px;min-height:40px}.leagues-menu-module_league__GIaXwNWl__platform-common.leagues-menu-module_asTopItem__IxrxjUjn__platform-common img{width:20px}.leagues-menu-module_league__GIaXwNWl__platform-common.leagues-menu-module_asTopItem__IxrxjUjn__platform-common svg{font-size:20px;color:var(--mslTextLight)}.leagues-menu-module_league__GIaXwNWl__platform-common.leagues-menu-module_asTopItem__IxrxjUjn__platform-common+.leagues-menu-module_league__GIaXwNWl__platform-common.leagues-menu-module_asTopItem__IxrxjUjn__platform-common{margin-top:8px}.leagues-menu-module_league__GIaXwNWl__platform-common.leagues-menu-module_current__63xWtfrL__platform-common{color:var(--accentMain)}.leagues-menu-module_leagueNew__6wRAQhi-__platform-common{border-bottom:var(--mslSportLeagueWrapperBorder)}.leagues-menu-module_leagueText__ou-s2O9P__platform-common{display:flex;align-items:center;justify-content:flex-start;text-align:left;cursor:pointer;width:100%}.leagues-menu-module_leagueText__ou-s2O9P__platform-common.leagues-menu-module_padding__TgepgfOk__platform-common{padding:10px}.leagues-menu-module_leagueText__ou-s2O9P__platform-common.leagues-menu-module_grey__3kv13BEX__platform-common{color:var(--mslTextLight);text-decoration:none}@media screen and (max-width: 1500px){.leagues-menu-module_leagueText__ou-s2O9P__platform-common.leagues-menu-module_grey__3kv13BEX__platform-common{font-size:12px}}.leagues-menu-module_leagueText__ou-s2O9P__platform-common:hover{color:var(--accentMain)}.leagues-menu-module_leagueAmount__w4mq20sQ__platform-common{font-weight:700;opacity:.5;padding-left:10px}.leagues-menu-module_checkbox__qsbF2FLN__platform-common{position:absolute;top:0;bottom:0;left:0;width:40px;z-index:1;display:flex;justify-content:center;align-items:center}.leagues-menu-module_champsTitle__xXQ1xN7R__platform-common{padding:0 6px;font-size:14px;font-weight:700;margin-top:16px}.leagues-menu-module_champsTitle__xXQ1xN7R__platform-common.leagues-menu-module_margin__xDD2xStD__platform-common{margin-bottom:10px;margin-top:10px}.leagues-menu-module_champsTitleNew__kxKfEyC5__platform-common{margin-bottom:16px}@media screen and (max-width: 1800px){.leagues-menu-module_league__GIaXwNWl__platform-common{font-size:11px}.leagues-menu-module_league__GIaXwNWl__platform-common.leagues-menu-module_asTopItem__IxrxjUjn__platform-common{padding:8px;font-size:11px}}.favorites-list-module_favoritesTitle__vtMB1XXU__platform-common{font-weight:700;padding:18px 0 12px 8px}.favorites-list-module_favCompetitorsContainer__dNTFK3AO__platform-common{display:flex;flex-direction:column;gap:4px}.favorites-list-module_favoritesRow__0j3pOhut__platform-common{position:relative;display:flex;align-items:center;justify-content:space-between;padding:8px;cursor:pointer;transition:.15s ease-in-out}.favorites-list-module_favoritesRow__0j3pOhut__platform-common:hover{background-color:var(--aggregateScoreBG);border-radius:8px;transition:.15s ease-in-out}.favorites-list-module_favoritesActive__4hueYLY5__platform-common{background-color:var(--aggregateScoreBG);border-radius:8px}.favorites-list-module_favoritesIcon__IELTa-Hj__platform-common{margin-right:6px}.favorites-list-module_favoritesIcon__IELTa-Hj__platform-common>div{padding:0;scale:.8}.favorites-list-module_titleText__Pk7E--SO__platform-common{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-decoration:none;color:var(--inputColor);font-size:12px;max-width:100px}.favorites-list-module_activeText__IhPjj8vu__platform-common{color:var(--limitGreenText)}.favorites-list-module_eventCounter__19a8DAGE__platform-common{flex-grow:1;text-align:end;color:var(--inputColor);opacity:.5}.favorites-list-module_favoriteTeamLogo__Le-X3kt8__platform-common{height:16px;width:16px;margin-right:6px}.favorites-list-module_itemsFirstSecion__Xb6HcEmD__platform-common{display:flex;align-items:center}.favorites-list-module_itemsSecondSection__N3H2b0pQ__platform-common{display:flex;gap:8px}.favorites-list-module_noFavoritesText__3QBRbcvY__platform-common{color:var(--mslSportFiltersItemMobileIcon);padding-left:8px}.event-data-timer-module_timer__xrtVJMgD__platform-common{display:flex;align-items:center;color:var(--white)}.event-data-timer-module_wrapper__fsIEUC48__platform-common{min-width:50px;background:var(--mslTimerWrapperBg);border:1px dashed var(--mslTimerWrapperBg);border-radius:5px;text-align:center;text-transform:uppercase;padding:3px 10px;margin:0 4px;position:relative}.event-data-timer-module_wrapper__fsIEUC48__platform-common.event-data-timer-module_padding__dcHg1o-2__platform-common{padding:4px 18px;background:rgba(var(--whiteRgb),.1)}.event-data-timer-module_solidBorder__x0eyyqgU__platform-common{border:1px solid var(--mslTimerWrapperBg)}.event-data-timer-module_wrapper__fsIEUC48__platform-common:not(:last-child):after{content:":";position:absolute;bottom:0;right:-7px;color:var(--white);font-weight:700;font-size:20px}.event-data-timer-module_label__tN-5LCOk__platform-common{font-weight:400;font-size:10px;line-height:16px}.event-data-timer-module_value__S-PLXiGB__platform-common{font-weight:700;font-size:20px}.event-data-timer-module_timerMobile__mQsrfVhv__platform-common{display:flex;width:-moz-fit-content;width:fit-content;padding:2px 4px;align-items:center;gap:3px;font-size:10px;line-height:16px;border-radius:8px;background:rgba(var(--whiteRgb),.1)}.event-data-timer-module_timeWrapperMobile__Mq5nl4TK__platform-common{display:flex;align-items:center}.aside-section-item-module_active__8KJco7be__platform-common{background:var(--newSportMenuItemActiveBg)}.aside-section-item-module_active__8KJco7be__platform-common .aside-section-item-module_name__GSojUGiU__platform-common{color:var(--newSportMenuItemActiveText)}.aside-section-item-module_item__yWihgXNi__platform-common{border-bottom:1px solid var(--newSportMenuItemBorder);padding:10px 12px;min-height:40px;display:flex;align-items:center;justify-content:space-between;text-decoration:none;cursor:pointer}.aside-section-item-module_item__yWihgXNi__platform-common:hover{background:var(--newSportMenuItemActiveBg)}.aside-section-item-module_inner__ytPL9isf__platform-common{display:flex;align-items:center}.aside-section-item-module_icon__wUahvDwB__platform-common{width:16px;height:16px}.aside-section-item-module_icon__wUahvDwB__platform-common img{width:100%}.aside-section-item-module_name__GSojUGiU__platform-common{color:var(--newSportMenuItemText);font-size:14px;margin-left:13px}.aside-section-item-module_rightLabel__QogiAZxG__platform-common{background:var(--sportMenuRightLableBackground);font-weight:700;font-size:12px;color:var(--sportMenuRightLable, #FFF);width:20px;height:20px;border-radius:100px;display:flex;align-items:center;justify-content:center}body:not(.base-text-page) .aside-menu-module_asideMenu__ZYwxddfF__platform-common{width:100%}body:not(.base-text-page) .aside-menu-module_opened__3zfiBOxO__platform-common .aside-menu-module_arrow__f0FtvK-p__platform-common{transform:rotate(0)}body:not(.base-text-page) .aside-menu-module_opened__3zfiBOxO__platform-common .aside-menu-module_title__mhJ1dNUQ__platform-common{border-radius:var(--asideMenuOpenBorderRadius)}body:not(.base-text-page) .aside-menu-module_opened__3zfiBOxO__platform-common .aside-menu-module_titleNewLayout__rpS90UO-__platform-common{border-radius:8px 8px 0 0}body:not(.base-text-page) .aside-menu-module_opened__3zfiBOxO__platform-common .aside-menu-module_asideMenuList__22iqFo0N__platform-common{display:block}body:not(.base-text-page) .aside-menu-module_disabled__0b6IS19s__platform-common{pointer-events:none;opacity:.9}body:not(.base-text-page) .aside-menu-module_disabled__0b6IS19s__platform-common .aside-menu-module_arrow__f0FtvK-p__platform-common{display:none}body:not(.base-text-page) .aside-menu-module_highlighted__0YOhPSpv__platform-common:not(.aside-menu-module_opened__3zfiBOxO__platform-common){animation:aside-menu-module_highlight__YzNFUgCx__platform-common 1s infinite}body:not(.base-text-page) .aside-menu-module_titleFilters__PoLdkGur__platform-common{display:flex;align-items:center;height:21px;position:relative;top:-2px}[lang=de] body:not(.base-text-page) .aside-menu-module_titleFilters__PoLdkGur__platform-common{top:-4px}@media screen and (max-width: 1429px){body:not(.base-text-page) .aside-menu-module_titleFilters__PoLdkGur__platform-common{top:-4px}}body:not(.base-text-page) .aside-menu-module_titleFilters__PoLdkGur__platform-common div+div{margin-left:5px}body:not(.base-text-page) .aside-menu-module_titleFiltersItem__YBZojV38__platform-common{padding:2px;margin:0;color:var(--asideSvgColor);transition:color .25s ease;font-size:17px}body:not(.base-text-page) .aside-menu-module_titleFiltersItem__YBZojV38__platform-common:hover{color:var(--asideSvgColorHover);cursor:pointer}body:not(.base-text-page) .aside-menu-module_titleFiltersItemActive__V7f7UtGM__platform-common{cursor:default;color:var(--sportFilterColorActive)}body:not(.base-text-page) .aside-menu-module_scrollWrapper__1f--irgA__platform-common{max-height:calc(100vh - 115px);display:flex;width:100%}body:not(.base-text-page) .aside-menu-module_titleAmount__mddsWIHX__platform-common{position:absolute;right:8px;top:18px;width:20px;height:20px;border-radius:50%;background-color:var(--buttonMain);font-size:12px;line-height:30px;font-weight:700;color:var(--buttonText);display:flex;align-items:center;justify-content:center}body:not(.base-text-page) .aside-menu-module_title__mhJ1dNUQ__platform-common{position:relative;text-transform:uppercase;color:var(--asideMenuTitleColor);text-decoration:none;font-size:14px;line-height:1.25;font-weight:700;cursor:pointer;width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;flex-wrap:wrap;justify-content:space-between;min-height:43px;padding:14px 40px 7px 15px;background-color:var(--asideMenuTitleBg);border-radius:var(--asideMenuCollapsedBorderRadius)}[lang=de] body:not(.base-text-page) .aside-menu-module_title__mhJ1dNUQ__platform-common{font-size:12px;padding:15px 40px 7px 15px}@media screen and (max-width: 1429px){body:not(.base-text-page) .aside-menu-module_title__mhJ1dNUQ__platform-common{font-size:12px;padding:15px 40px 7px 15px}}a body:not(.base-text-page) .aside-menu-module_title__mhJ1dNUQ__platform-common{transition:color .15s ease;position:static}a body:not(.base-text-page) .aside-menu-module_title__mhJ1dNUQ__platform-common:hover{color:var(--buttonMain)}body:not(.base-text-page) .aside-menu-module_titleArrow__mQqiYhog__platform-common{padding-right:0}body:not(.base-text-page) .aside-menu-module_titleDark__PyuWMq0g__platform-common{color:var(--menuTitle);background-color:var(--eventModalBackground)}body:not(.base-text-page) .aside-menu-module_titleLight__VNkk7cA7__platform-common{color:var(--mainColor);background-color:var(--white)}body:not(.base-text-page) .aside-menu-module_titleNewLayout__rpS90UO-__platform-common{color:var(--asideNewTitle);background-color:var(--asideNewTitleBg);font-size:12px;min-height:32px;padding:5px 12px;align-items:center;border-radius:var(--asideNewBorderRadius)}body:not(.base-text-page) .aside-menu-module_titleNewLayout__rpS90UO-__platform-common .aside-menu-module_leftWrap__-ywJ4Frf__platform-common{padding-bottom:0}body:not(.base-text-page) .aside-menu-module_titleNewLayout__rpS90UO-__platform-common .aside-menu-module_arrow__f0FtvK-p__platform-common{position:initial;color:var(--asideNewTitle)}body:not(.base-text-page) .aside-menu-module_titleSelected__S2HiIl42__platform-common{color:var(--buttonMain);cursor:default;pointer-events:none}body:not(.base-text-page) .aside-menu-module_arrow__f0FtvK-p__platform-common{position:absolute;top:15px;right:14px;display:block;transition:transform .15s ease;transform:rotate(180deg)}body:not(.base-text-page) .aside-menu-module_arrowHidden__eMFdOne-__platform-common{display:none;color:var(--eventModalBackground)}body:not(.base-text-page) .aside-menu-module_arrowInherit__XA1xS4tD__platform-common{position:relative;top:inherit}body:not(.base-text-page) .aside-menu-module_textAmount__EkhUmwhX__platform-common{display:block;white-space:nowrap}body:not(.base-text-page) .aside-menu-module_textAmountDivider__zouQs0Ve__platform-common{display:inline-block;margin:0 3px;opacity:.5}body:not(.base-text-page) .aside-menu-module_textAmountDivider__zouQs0Ve__platform-common:before{content:"|"}body:not(.base-text-page) .aside-menu-module_leftWrap__-ywJ4Frf__platform-common{display:flex;flex:1 0 auto;max-width:100%;padding-bottom:6px}body:not(.base-text-page) .aside-menu-module_rightWrap__aKpn8Ez6__platform-common{display:flex;max-width:100%}body:not(.base-text-page) .aside-menu-module_leftWrapText__XzON2IgP__platform-common{text-align:left}body:not(.base-text-page) .aside-menu-module_leftWrapLive__kXvpmkV2__platform-common{height:17px;display:flex;align-items:center}[lang=de] body:not(.base-text-page) .aside-menu-module_leftWrapLive__kXvpmkV2__platform-common{height:13px}@media screen and (max-width: 1429px){body:not(.base-text-page) .aside-menu-module_leftWrapLive__kXvpmkV2__platform-common{height:13px}}body:not(.base-text-page) .aside-menu-module_content__zO8G8318__platform-common{padding:15px}body:not(.base-text-page) .aside-menu-module_horseRacing__SaE1Clkz__platform-common .aside-menu-module_leftWrap__-ywJ4Frf__platform-common{padding-bottom:0}body:not(.base-text-page) .aside-menu-module_horseRacing__SaE1Clkz__platform-common .aside-menu-module_title__mhJ1dNUQ__platform-common{align-items:center;padding-top:7px}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common{list-style:none;padding:8px;margin:0;width:100%;max-width:100%}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common li+li{margin-top:5px}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListSvg__BwSmVowX__platform-common.aside-menu-module_asideMenuListActive__g6Bmd6QY__platform-common{color:var(--buttonMain)}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListItem__sSE4Mwvk__platform-common{border-left:3px solid transparent;position:relative;display:flex;justify-content:space-between;min-height:41px;padding:3px 6px;box-sizing:border-box;align-items:center;cursor:pointer;transition:background-color .15s ease,border-left .15s ease,box-shadow .15s ease;background-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:2;text-decoration:none}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListItem__sSE4Mwvk__platform-common a{text-decoration:none}@media (hover: hover){body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListItem__sSE4Mwvk__platform-common:hover:not(.aside-menu-module_asideMenuListItemActive__t5PlPdMm__platform-common){background-color:var(--topEventsFactorBg);border-left:3px solid var(--starColor)}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListItem__sSE4Mwvk__platform-common:hover:not(.aside-menu-module_asideMenuListItemActive__t5PlPdMm__platform-common) .aside-menu-module_arrowHidden__eMFdOne-__platform-common{display:block}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListItem__sSE4Mwvk__platform-common:hover:not(.aside-menu-module_asideMenuListItemActive__t5PlPdMm__platform-common) .aside-menu-module_textAmount__EkhUmwhX__platform-common{display:none}}@media (hover: hover){body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListItem__sSE4Mwvk__platform-common:active:not(.aside-menu-module_asideMenuListItemActive__t5PlPdMm__platform-common){transform:translateY(2px)}}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListItem__sSE4Mwvk__platform-common .aside-menu-module_arrow__f0FtvK-p__platform-common{transform:rotate(180deg);margin:0 4px}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListItemActive__t5PlPdMm__platform-common .aside-menu-module_asideMenuListText__WO0T745y__platform-common{color:var(--buttonMain)}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListItemActive__t5PlPdMm__platform-common .aside-menu-module_asideMenuListAmount__e9VXRxVP__platform-common{color:var(--eventModalBackground)}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListItemCabinet__DyLkwJU-__platform-common{justify-content:flex-start}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListItemCabinet__DyLkwJU-__platform-common .site-menu__link-text div{top:0}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListItemCabinet__DyLkwJU-__platform-common:active{transform:none}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListItemCabinet__DyLkwJU-__platform-common.aside-menu-module_asideMenuListItemActive__t5PlPdMm__platform-common:hover{background:inherit;border-left:3px solid transparent}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListOpened__YJP0sZkP__platform-common{background-color:var(--topEventsFactorBg);border-left:3px solid var(--starColor)}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListOpened__YJP0sZkP__platform-common .aside-menu-module_asideMenuListIcon__7wHM57-b__platform-common{color:var(--buttonMain)}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListOpened__YJP0sZkP__platform-common .aside-menu-module_arrow__f0FtvK-p__platform-common{transform:rotate(0)}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListOpened__YJP0sZkP__platform-common .aside-menu-module_arrowHidden__eMFdOne-__platform-common{display:block}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListOpened__YJP0sZkP__platform-common .aside-menu-module_textAmount__EkhUmwhX__platform-common{display:none}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListOpened__YJP0sZkP__platform-common .aside-menu-module_asideMenuListText__WO0T745y__platform-common{color:var(--buttonMain)}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListText__WO0T745y__platform-common{color:var(--mainColor);font-size:14px;font-weight:500;line-height:1.25;transition:color .15s ease;text-decoration:none;display:inline-block}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListText__WO0T745y__platform-common:first-letter{text-transform:uppercase}@media screen and (max-width: 1429px){body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListText__WO0T745y__platform-common{font-size:12px}}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListSubmenu__rVNEhENX__platform-common{padding:4px 0 4px 20px;list-style:none;margin:0}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListSubmenu__rVNEhENX__platform-common li{padding-bottom:2px}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListSubmenu__rVNEhENX__platform-common li a,body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListSubmenu__rVNEhENX__platform-common li span{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:2;color:var(--mainColor);font-size:14px;font-weight:400;line-height:1.25;transition:color .15s ease;text-decoration:none}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListSubmenu__rVNEhENX__platform-common li a:first-letter,body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListSubmenu__rVNEhENX__platform-common li span:first-letter{text-transform:uppercase}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListSubmenu__rVNEhENX__platform-common li a:hover,body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListSubmenu__rVNEhENX__platform-common li a.aside-menu-module_asideMenuListActive__g6Bmd6QY__platform-common,body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListSubmenu__rVNEhENX__platform-common li span:hover,body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListSubmenu__rVNEhENX__platform-common li span.aside-menu-module_asideMenuListActive__g6Bmd6QY__platform-common{color:var(--buttonMain)}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListAmount__e9VXRxVP__platform-common{color:var(--eventHeading);font-size:14px;font-weight:500;padding-left:10px}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListAmount__e9VXRxVP__platform-common .aside-menu-module_arrow__f0FtvK-p__platform-common{top:50%;right:10px;margin:-7px 0 0}@media screen and (max-width: 1429px){body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListAmount__e9VXRxVP__platform-common{font-size:12px}}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListIcon__7wHM57-b__platform-common{width:16px;height:16px;position:absolute;left:0;margin-top:-1px;top:50%;transform:translateY(-50%);transition:filter .15s ease,color .15s ease;color:var(--mainColor)}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListIconRelative__X3u4-3Lr__platform-common{position:relative;transform:translateY(0);top:0;flex:0 0 16px;min-width:16px;margin-right:15px}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListIconFavorite__SkD3cIRM__platform-common{color:var(--buttonMain);width:16px;height:16px;position:absolute;left:11px;margin-top:-1px;top:50%;transform:translateY(-50%);transition:filter .15s ease,color .15s ease}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListSubitem__DCdq9vFh__platform-common{position:relative;display:flex;justify-content:space-between;padding:0 10px 0 15px;align-items:flex-start}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListSubitem__DCdq9vFh__platform-common+body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListSubitem__DCdq9vFh__platform-common{margin-top:12px}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListSubtext__xbRoRa80__platform-common{color:var(--subMenuColor);font-weight:500;line-height:16px;font-size:12px;position:relative;top:-2px;padding-right:15px}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListSubamount__eLZ3n-Qo__platform-common{font-size:12px;font-weight:500;color:var(--eventHeading);line-height:1}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListLinkSport__DE79uVLf__platform-common{text-decoration:none;position:relative;display:flex;padding-left:30px}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListLinkSport__DE79uVLf__platform-common .aside-menu-module_asideMenuListMargin__aKSoC7c3__platform-common{margin-left:30px;margin-right:25px;padding-left:0}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListLinkSport__DE79uVLf__platform-common.aside-menu-module_asideMenuListActive__g6Bmd6QY__platform-common{color:inherit}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListLinkSport__DE79uVLf__platform-common:visited{color:inherit}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListLinkSport__DE79uVLf__platform-common:hover .aside-menu-module_asideMenuListText__WO0T745y__platform-common{color:var(--buttonMain)}body:not(.base-text-page) .aside-menu-module_asideMenuList__22iqFo0N__platform-common .aside-menu-module_asideMenuListNone__o58cTIw8__platform-common{padding:0}body:not(.base-text-page) .aside-menu-module_asideMenuSubmenu__zuGOi41P__platform-common{margin:8px 0}.top-championships{list-style:none;margin:0;padding:18px 0 15px 18px;display:flex;width:100%;overflow:hidden;flex-direction:column}.top-championships a{display:flex;width:100%;text-decoration:none;transition:color .15s ease;color:var(--mainColor);line-height:20px;align-items:flex-start;padding:1px 20px 1px 0}.top-championships a.link-active{cursor:default;color:var(--buttonMain)}.top-championships a:hover{color:var(--buttonMain)}.top-championships a:nth-child(n+2){margin-top:10px}.top-championships a span{color:inherit;display:block;position:relative;font-size:14px;font-weight:500;line-height:1.4;padding-top:1px}@media screen and (max-width: 1429px){.top-championships a span{font-size:12px;padding-top:2px}}.top-championships a .blank{display:block;margin-right:10px;width:20px;min-width:20px;position:relative;top:1px;background-color:var(--buttonMain)}.top-championships .flag-icon{width:20px;height:15px}.features-toggler-module_tabsContainer__WBC2PwNy__platform-common{margin-bottom:16px;text-align:center}.events-table-bonus-module_activeBonus__O8iV4IGu__platform-common{position:relative;border:1px solid var(--mslEventActiveBonusColor)!important;overflow:hidden}.events-table-bonus-module_activeBonus__O8iV4IGu__platform-common .events-table-bonus-module_bonusLabel__eIUN2rGw__platform-common{position:absolute;top:-1px;left:-1px;padding:2px 4px;font-size:10px;color:#fff;border-radius:0 0 var(--mslBorderRadius) 0;background:var(--mslEventBonusBadgeBg)}.events-table-bonus-module_activeBonus__O8iV4IGu__platform-common.events-table-bonus-module_desktop__eh9ml5FI__platform-common{padding-top:12px}.events-table-bonus-module_activeBonus__O8iV4IGu__platform-common.events-table-bonus-module_mobile__XLX7HYUk__platform-common{padding:20px 16px 16px}.league-sticky-wrapper-module_sticky__iAOoWZR7__platform-common{position:fixed;left:0;transform:translateY(-100%);transition:transform .15s ease,opacity .15s ease;width:100%;z-index:13;opacity:0}.league-sticky-wrapper-module_sticky__iAOoWZR7__platform-common:after{content:"";position:absolute;left:0;height:15px;right:0;width:100%;overflow:hidden;z-index:1;background:var(--mslLeagueTitleFadeGradient)}.league-sticky-wrapper-module_sticky__iAOoWZR7__platform-common.league-sticky-wrapper-module_animate__szQukQvg__platform-common{transform:translateY(0);background:var(--mslStickyWrapperActiveBg);padding:8px 16px 0;opacity:1}.bet-tournament-multi-board-mobile-module_tournament__hi5R2SZT__platform-common{position:relative;background:var(--betTournamentBg);min-height:100vh;font-size:12px}.bet-tournament-multi-board-mobile-module_container__Y3iFFSMS__platform-common{padding:0 8px 16px}.bet-tournament-multi-board-mobile-module_content__pikquAAr__platform-common{max-width:500px;margin:0 auto}.bet-tournament-multi-board-mobile-module_header__17metMKM__platform-common{display:flex;background:var(--betTournamentMobileHeaderBg);color:var(--betTournamentMobileHeader);height:48px}.bet-tournament-multi-board-mobile-module_headerAction__x7lFAE7Q__platform-common{width:44px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.bet-tournament-multi-board-mobile-module_headerBack__mfYgHEgg__platform-common .svg-icon{transform:rotate(180deg)}.bet-tournament-multi-board-mobile-module_headerTitle__c8DVUlPx__platform-common{display:flex;align-items:center;font-weight:700;text-transform:uppercase;width:calc(100% - 88px)}.bet-tournament-multi-board-mobile-module_headerTitle__c8DVUlPx__platform-common .bet-tournament-multi-board-mobile-module_headerTitleText__CLetW29w__platform-common{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.bet-tournament-multi-board-mobile-module_title__TZkqGRHA__platform-common{font-size:14px;color:var(--betTournamentText);margin:16px auto 12px;text-align:center;padding:0 15px;max-width:500px}.bet-tournament-multi-board-mobile-module_title__TZkqGRHA__platform-common p{line-height:1.4;margin:5px 0 0}.bet-tournament-multi-board-mobile-module_title__TZkqGRHA__platform-common p:first-of-type{margin:0}.bet-tournament-multi-board-mobile-module_title__TZkqGRHA__platform-common .bet-tournament-multi-board-mobile-module_subTitle__s8mLKm2a__platform-common{font-size:11px;opacity:.6}.bet-tournament-multi-board-mobile-module_tabs__osYDjQJF__platform-common{display:flex;background:var(--betTournamentMobileTabsBg);margin-inline:8px;border-radius:4px 4px 0 0}.bet-tournament-multi-board-mobile-module_tabs__osYDjQJF__platform-common .bet-tournament-multi-board-mobile-module_tab__Xn0Hc1-P__platform-common{height:42px;line-height:42px;text-align:center;font-weight:700;text-transform:uppercase;flex:1 0 33%;position:relative}.bet-tournament-multi-board-mobile-module_tabs__osYDjQJF__platform-common .bet-tournament-multi-board-mobile-module_tab__Xn0Hc1-P__platform-common .bet-tournament-multi-board-mobile-module_tabTitle__r-5X4fFb__platform-common{color:var(--betTournamentMobileTabs);opacity:.4}.bet-tournament-multi-board-mobile-module_tabs__osYDjQJF__platform-common .bet-tournament-multi-board-mobile-module_tab__Xn0Hc1-P__platform-common:before{display:block;content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--betTournamentTextSecondary)}.bet-tournament-multi-board-mobile-module_tabs__osYDjQJF__platform-common .bet-tournament-multi-board-mobile-module_tab__Xn0Hc1-P__platform-common.bet-tournament-multi-board-mobile-module_active__mRPoISua__platform-common{background-color:var(--betTournamentMobileTabsActiveBg)}.bet-tournament-multi-board-mobile-module_tabs__osYDjQJF__platform-common .bet-tournament-multi-board-mobile-module_tab__Xn0Hc1-P__platform-common.bet-tournament-multi-board-mobile-module_active__mRPoISua__platform-common .bet-tournament-multi-board-mobile-module_tabTitle__r-5X4fFb__platform-common{opacity:1}.bet-tournament-multi-board-mobile-module_tabs__osYDjQJF__platform-common .bet-tournament-multi-board-mobile-module_tab__Xn0Hc1-P__platform-common.bet-tournament-multi-board-mobile-module_active__mRPoISua__platform-common:before{height:3px;background:var(--betTournamentButtonMain)}.bet-tournament-multi-board-mobile-module_termsWrapper__sGYCrswd__platform-common{display:flex;justify-content:center;margin-bottom:12px}.bet-tournament-multi-board-mobile-module_termsButton__5hBdY6Jr__platform-common{color:var(--betTournamentText);text-decoration:underline;font-weight:400;opacity:.7}.bet-tournament-multi-board-mobile-module_placeDescription__t8teywR9__platform-common{color:var(--betTournamentText);font-weight:500;font-size:12px;text-align:center;padding:0 20px 20px}.bet-tournament-mobile-banner-module_bannerMobileContainer__ySfziigd__platform-common{position:relative;display:flex;flex-direction:column;align-items:start;justify-content:start;width:100%;padding:16px;margin-bottom:16px;color:var(--white);gap:8px;background-position:center;background-repeat:no-repeat;background-size:cover}.bet-tournament-mobile-banner-module_bannerSubContainer__T21yc0JO__platform-common{display:flex;flex-direction:column;gap:4px;width:calc(100% - 39px);padding:8px;border-radius:8px;margin-top:8px;border:1px solid var(--betTournamentBannerBorder);background:#ffffff1a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:var(--white);font-size:10px;font-style:normal;font-weight:400;line-height:16px}.bet-tournament-mobile-banner-module_bannerHeader__6Joba1fj__platform-common,.bet-tournament-mobile-banner-module_bannerHeaderSecond__bptB1vmx__platform-common{font-family:Roboto;font-size:16px;font-style:normal;font-weight:700;line-height:24px;text-transform:uppercase}.bet-tournament-mobile-banner-module_bannerHeader__6Joba1fj__platform-common{width:75%}.bet-tournament-mobile-banner-module_bannerHeaderFullWidth__arieKHXL__platform-common{width:100%}.bet-tournament-mobile-banner-module_bannerHeaderSecond__bptB1vmx__platform-common{color:var(--betTournamentBannerHeaderSecondFont)}.bet-tournament-mobile-banner-module_timerWrapper__p2cXG4Me__platform-common{margin-block:16px}.bet-tournament-mobile-banner-module_instructionContainer__MYfoRrwz__platform-common{display:flex;justify-content:start;align-items:start;gap:32px}.bet-tournament-mobile-banner-module_stepPointContainer__ooUXcaRI__platform-common{display:flex;align-items:start;gap:16px}.bet-tournament-mobile-banner-module_stepNumber__-EYgMtIv__platform-common{display:flex;align-items:center;font-size:24px;font-weight:700;padding-inline:11px;width:44px;height:44px;border-radius:100%;border:4px solid var(--betTournamentBannerHeaderSecondFont);background:var(--betTournamentBannerBackground)}.bet-tournament-mobile-banner-module_termsWrapper__H-EOfkAI__platform-common{display:flex;justify-content:start}.bet-tournament-mobile-banner-module_termsButton__R-XE-zud__platform-common{text-decoration:underline;font-weight:400}.bet-tournament-mobile-banner-module_authorizeButtons__A-VNgYpX__platform-common{display:grid;grid-template-columns:77px 78px;gap:8px;font-size:12px}.bet-tournament-mobile-banner-module_contentActions__hMi74rwN__platform-common{display:flex;justify-content:start;gap:8px}.bet-tournament-terms-modal-module_terms__HJusb6dX__platform-common{background:#fff;padding:50px 10px;border-radius:10px;color:var(--betTournamentTermsModal)}.bet-tournament-terms-modal-module_terms__HJusb6dX__platform-common.bet-tournament-terms-modal-module_mobile__kdXNo-KV__platform-common{padding:30px 5px}.bet-tournament-terms-modal-module_termsInner__UWfAWdTJ__platform-common{padding:0 40px;font-size:12px}.bet-tournament-terms-modal-module_termsInner__UWfAWdTJ__platform-common p{margin:6px 0}.bet-tournament-terms-modal-module_termsInner__UWfAWdTJ__platform-common li::marker{color:var(--betTournamentButtonMain);font-weight:700}.bet-tournament-terms-modal-module_termsInner__UWfAWdTJ__platform-common ol>li{padding-left:4px}.bet-tournament-terms-modal-module_termsInner__UWfAWdTJ__platform-common ol,.bet-tournament-terms-modal-module_termsInner__UWfAWdTJ__platform-common ul{padding-left:25px}.bet-tournament-terms-modal-module_termsScrollable__DgCuGqy-__platform-common{max-width:calc(90vw - 20px);width:860px;max-height:calc(90vh - 150px);background:#fff;overflow-y:auto}.bet-tournament-terms-modal-module_desktop__5ngYV8eX__platform-common .bet-tournament-terms-modal-module_termsScrollable__DgCuGqy-__platform-common{scrollbar-color:rgba(0,0,0,.3) rgba(0,0,0,.1);scrollbar-width:thin}.bet-tournament-terms-modal-module_desktop__5ngYV8eX__platform-common .bet-tournament-terms-modal-module_termsScrollable__DgCuGqy-__platform-common::-webkit-scrollbar{width:6px}.bet-tournament-terms-modal-module_desktop__5ngYV8eX__platform-common .bet-tournament-terms-modal-module_termsScrollable__DgCuGqy-__platform-common::-webkit-scrollbar-track{background:#0000001a}.bet-tournament-terms-modal-module_desktop__5ngYV8eX__platform-common .bet-tournament-terms-modal-module_termsScrollable__DgCuGqy-__platform-common::-webkit-scrollbar-thumb{background:#0000004d;border-radius:3px}.bet-tournament-terms-modal-module_mobile__kdXNo-KV__platform-common .bet-tournament-terms-modal-module_termsInner__UWfAWdTJ__platform-common{padding:0 15px}.bet-tournament-terms-modal-module_mobile__kdXNo-KV__platform-common .bet-tournament-terms-modal-module_termsScrollable__DgCuGqy-__platform-common{max-width:calc(100vw - 30px);max-height:calc(90vh - 130px);width:560px}.bet-tournament-board-module_board__ZT00sq7W__platform-common{background:var(--betTournamentBoardBg);border:1px solid var(--betTournamentBoardBorder);border-radius:5px;position:relative;padding:50px 25px 40px;font-size:12px}.bet-tournament-board-module_board__ZT00sq7W__platform-common.bet-tournament-board-module_mobile__-lqA2INQ__platform-common{padding:40px 12px 8px}.bet-tournament-board-module_table__QVzMMetC__platform-common .bet-tournament-board-module_tableHeader__HJr3LpmQ__platform-common{display:flex;color:var(--betTournamentTextSecondary);padding-bottom:5px}.bet-tournament-board-module_table__QVzMMetC__platform-common .bet-tournament-board-module_tableHeaderPlace__lJcg1pmv__platform-common{width:70px;padding:0 10px 0 0}.bet-tournament-board-module_table__QVzMMetC__platform-common .bet-tournament-board-module_tableHeaderInfo__qt0DPTyn__platform-common{flex:1 0 auto}.bet-tournament-board-module_table__QVzMMetC__platform-common .bet-tournament-board-module_tableHeaderPoints__OlFJvEw9__platform-common{width:100px;padding:0 10px;text-align:center}@media screen and (max-width: 400px){.bet-tournament-board-module_table__QVzMMetC__platform-common .bet-tournament-board-module_tableHeaderPoints__OlFJvEw9__platform-common{width:70px}}.bet-tournament-board-module_table__QVzMMetC__platform-common .bet-tournament-board-module_tableHeaderBonus__ZZcR0GBt__platform-common{text-align:center;padding:0 10px;width:90px}@media screen and (max-width: 400px){.bet-tournament-board-module_table__QVzMMetC__platform-common .bet-tournament-board-module_tableHeaderBonus__ZZcR0GBt__platform-common{width:70px}}.bet-tournament-board-module_table__QVzMMetC__platform-common .bet-tournament-board-module_tableBody__AR3iiUQE__platform-common{min-height:600px}.bet-tournament-board-module_label__XRDPeY2p__platform-common{position:absolute;top:-1px;left:24px;height:35px;width:32px;font-size:16px;display:flex;align-items:center;justify-content:center;padding-bottom:8px;background:var(--betTournamentBoardLabelBg)}.bet-tournament-board-module_label__XRDPeY2p__platform-common:after{content:"";position:absolute;display:block;bottom:0;left:0;border-bottom:8px solid var(--betTournamentBoardBg);border-left:16px solid transparent;border-right:16px solid transparent}.bet-tournament-board-module_title__51YhuUlQ__platform-common{font-weight:700;color:var(--betTournamentText);margin-bottom:10px}.bet-tournament-board-module_title__51YhuUlQ__platform-common h2{margin:0;font-size:24px}.bet-tournament-board-module_title__51YhuUlQ__platform-common .bet-tournament-board-module_fund__9HqzhZDH__platform-common{position:absolute;top:24px;right:24px;border-radius:5px;padding:6px;letter-spacing:1px;font-weight:700;text-transform:uppercase;text-align:center;color:var(--betTournamentBoardFund)}.bet-tournament-board-module_hints__Rc4aBRdc__platform-common{margin-bottom:20px;color:var(--betTournamentTextSecondary)}.bet-tournament-board-module_pagination__IsdqAPzc__platform-common{height:40px;display:flex;align-items:center;justify-content:center;color:var(--betTournamentText);position:absolute;bottom:-1px;left:-1px;right:-1px;border-radius:0 0 4px 4px;background:var(--betTournamentPaginationBg)}.bet-tournament-board-module_paginationHandle__H6BD23G8__platform-common{height:24px;width:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:10px}.bet-tournament-board-module_paginationHandle__H6BD23G8__platform-common:disabled{opacity:.3;pointer-events:none}.bet-tournament-board-module_paginationPreviousHandle__TGPdBSiE__platform-common{transform:rotate(180deg)}.bet-tournament-board-module_paginationLabel__tRkpFm9f__platform-common{margin:0 24px}.bet-tournament-board-module_loadMoreWrapper__ykMGSM-c__platform-common{display:flex;justify-content:center;margin-top:16px}.bet-tournament-board-module_loadMore__SNiG8fSt__platform-common{height:40px;min-width:90px;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--betTournamentText);font-weight:700;padding:0 25px;text-transform:uppercase;border:1px solid var(--betTournamentTextSecondary);border-radius:20px}.bet-tournament-board-module_mobile__-lqA2INQ__platform-common .bet-tournament-board-module_preTable__1-OxTynr__platform-common{margin-bottom:12px}.bet-tournament-board-module_mobile__-lqA2INQ__platform-common .bet-tournament-board-module_preTable__1-OxTynr__platform-common>div{margin-top:8px;margin-bottom:0!important}.bet-tournament-board-module_mobile__-lqA2INQ__platform-common .bet-tournament-board-module_preTable__1-OxTynr__platform-common>div:first-of-type{margin-top:0}.bet-tournament-board-module_mobile__-lqA2INQ__platform-common .bet-tournament-board-module_table__QVzMMetC__platform-common .bet-tournament-board-module_tableHeaderPlace__lJcg1pmv__platform-common{padding:0 5px 0 0}.bet-tournament-board-module_mobile__-lqA2INQ__platform-common .bet-tournament-board-module_table__QVzMMetC__platform-common .bet-tournament-board-module_tableHeaderPoints__OlFJvEw9__platform-common{padding:0 5px}.bet-tournament-board-module_mobile__-lqA2INQ__platform-common .bet-tournament-board-module_table__QVzMMetC__platform-common .bet-tournament-board-module_tableHeaderBonus__ZZcR0GBt__platform-common{padding:0 8px 0 5px}.bet-tournament-board-module_mobile__-lqA2INQ__platform-common .bet-tournament-board-module_table__QVzMMetC__platform-common .bet-tournament-board-module_tableBody__AR3iiUQE__platform-common{min-height:auto}@media screen and (max-width: 400px){.bet-tournament-board-module_mobile__-lqA2INQ__platform-common .bet-tournament-board-module_table__QVzMMetC__platform-common{font-size:10px}.bet-tournament-board-module_mobile__-lqA2INQ__platform-common .bet-tournament-board-module_table__QVzMMetC__platform-common .bet-tournament-board-module_tableHeaderPlace__lJcg1pmv__platform-common{width:50px}}.bet-tournament-board-module_mobile__-lqA2INQ__platform-common .bet-tournament-board-module_label__XRDPeY2p__platform-common{left:12px}.bet-tournament-board-module_mobile__-lqA2INQ__platform-common .bet-tournament-board-module_title__51YhuUlQ__platform-common{display:flex;align-items:center}.bet-tournament-board-module_mobile__-lqA2INQ__platform-common .bet-tournament-board-module_title__51YhuUlQ__platform-common h2{font-size:20px;margin-right:8px}.bet-tournament-board-module_mobile__-lqA2INQ__platform-common .bet-tournament-board-module_title__51YhuUlQ__platform-common .bet-tournament-board-module_fund__9HqzhZDH__platform-common{position:relative;top:auto;right:auto;padding:0 4px;line-height:24px;display:flex}.bet-tournament-board-module_mobile__-lqA2INQ__platform-common .bet-tournament-board-module_title__51YhuUlQ__platform-common .bet-tournament-board-module_fund__9HqzhZDH__platform-common .bet-tournament-board-module_fundLabel__hsjcqc8W__platform-common{margin-right:5px}.bet-tournament-board-module_emptyTable__aMPvsOOQ__platform-common{padding:20px;text-align:center;line-height:1.8;font-size:16px;font-weight:500;color:var(--betTournamentTextSecondary)}.bet-tournament-board-module_default__FSqu2koX__platform-common .bet-tournament-board-module_gold__ZyiK01rr__platform-common .bet-tournament-board-module_betAmountHint__iuAOZQ-C__platform-common{color:rgb(var(--betTournamentGoldGradient))}.bet-tournament-board-module_default__FSqu2koX__platform-common .bet-tournament-board-module_gold__ZyiK01rr__platform-common .bet-tournament-board-module_fund__9HqzhZDH__platform-common{background:rgb(var(--betTournamentGoldGradient))}.bet-tournament-board-module_default__FSqu2koX__platform-common .bet-tournament-board-module_gold__ZyiK01rr__platform-common .bet-tournament-board-module_label__XRDPeY2p__platform-common{background:var(--betTournamentGoldGradientV2)}.bet-tournament-board-module_default__FSqu2koX__platform-common .bet-tournament-board-module_silver__KtgRzFqf__platform-common .bet-tournament-board-module_betAmountHint__iuAOZQ-C__platform-common{color:rgb(var(--betTournamentSilverGradient))}.bet-tournament-board-module_default__FSqu2koX__platform-common .bet-tournament-board-module_silver__KtgRzFqf__platform-common .bet-tournament-board-module_fund__9HqzhZDH__platform-common{background:rgb(var(--betTournamentSilverGradient))}.bet-tournament-board-module_default__FSqu2koX__platform-common .bet-tournament-board-module_silver__KtgRzFqf__platform-common .bet-tournament-board-module_label__XRDPeY2p__platform-common{background:var(--betTournamentSilverGradientV2)}.bet-tournament-board-module_default__FSqu2koX__platform-common .bet-tournament-board-module_bronze__L-0ilctH__platform-common .bet-tournament-board-module_betAmountHint__iuAOZQ-C__platform-common{color:rgb(var(--betTournamentBronzeGradient))}.bet-tournament-board-module_default__FSqu2koX__platform-common .bet-tournament-board-module_bronze__L-0ilctH__platform-common .bet-tournament-board-module_fund__9HqzhZDH__platform-common{background:rgb(var(--betTournamentBronzeGradient))}.bet-tournament-board-module_default__FSqu2koX__platform-common .bet-tournament-board-module_bronze__L-0ilctH__platform-common .bet-tournament-board-module_label__XRDPeY2p__platform-common{background:var(--betTournamentBronzeGradientV2)}.bet-tournament-board-module_default__FSqu2koX__platform-common .bet-tournament-board-module_label__XRDPeY2p__platform-common{color:var(--betTournamentBoardBg)}.bet-tournament-board-module_labelColorScheme__Vkr8Tqvd__platform-common .bet-tournament-board-module_gold__ZyiK01rr__platform-common .bet-tournament-board-module_label__XRDPeY2p__platform-common{color:var(--white);background:var(--betTournamentGoldGradient)}.bet-tournament-board-module_labelColorScheme__Vkr8Tqvd__platform-common .bet-tournament-board-module_gold__ZyiK01rr__platform-common .bet-tournament-board-module_fund__9HqzhZDH__platform-common{color:var(--white);background:var(--betTournamentGoldFound)}.bet-tournament-board-module_labelColorScheme__Vkr8Tqvd__platform-common .bet-tournament-board-module_silver__KtgRzFqf__platform-common .bet-tournament-board-module_label__XRDPeY2p__platform-common{color:var(--white);background:var(--betTournamentSilverGradient)}.bet-tournament-board-module_labelColorScheme__Vkr8Tqvd__platform-common .bet-tournament-board-module_silver__KtgRzFqf__platform-common .bet-tournament-board-module_fund__9HqzhZDH__platform-common{color:var(--white);background:var(--betTournamentSilverFound)}.bet-tournament-board-module_labelColorScheme__Vkr8Tqvd__platform-common .bet-tournament-board-module_bronze__L-0ilctH__platform-common .bet-tournament-board-module_label__XRDPeY2p__platform-common{color:var(--white);background:var(--betTournamentBronzeGradient)}.bet-tournament-board-module_labelColorScheme__Vkr8Tqvd__platform-common .bet-tournament-board-module_bronze__L-0ilctH__platform-common .bet-tournament-board-module_fund__9HqzhZDH__platform-common{color:var(--white);background:var(--betTournamentBronzeFound)}.bet-tournament-board-module_labelColorScheme__Vkr8Tqvd__platform-common .bet-tournament-board-module_betAmountHint__iuAOZQ-C__platform-common{color:var(--betTournamentTextAcentColor)}.promotions-not-found-module_notFound__zISd4igi__platform-common{margin:5px 30px 0;text-align:center;font-weight:500;font-size:12px}.promotions-not-found-module_notFound__zISd4igi__platform-common a{color:var(--buttonMain);text-decoration:none}.promotions-not-found-module_notFound__zISd4igi__platform-common a:hover{text-decoration:underline}.promotions-not-found-module_notFound__zISd4igi__platform-common.promotions-not-found-module_isMobile__disDsZl3__platform-common{margin-top:0}.promotions-not-found-module_notFound__zISd4igi__platform-common.promotions-not-found-module_isMobile__disDsZl3__platform-common a{text-decoration:underline}.promotion-card-title-module_titleWrapper__Y7U6t35G__platform-common{align-items:center;display:flex;width:100%}.promotion-card-title-module_bonusIcon__kniKZoHo__platform-common{fill:var(--promoCardTitleIcon);font-size:18px;margin-right:8px}.promotion-card-title-module_backIcon__peEeXYe-__platform-common{font-size:15px;margin-right:8px;transform:rotate(180deg);cursor:pointer}.promotion-card-title-module_title__r0kcrp26__platform-common{font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.promotion-card-title-module_title__r0kcrp26__platform-common.promotion-card-title-module_center__5kiNJhLg__platform-common{width:100%;margin-left:-20px;font-size:12px}.promotion-card-title-module_activeIcon__Zb1h498K__platform-common{color:var(--promoCardActiveIcon);font-size:18px!important}.promotion-card-title-module_cancelIcon__2lMUq-mK__platform-common{cursor:pointer;color:var(--promoCardCancelIcon);transition:color .1s linear}.promotion-card-title-module_cancelIcon__2lMUq-mK__platform-common:hover{color:var(--promoCardCancelIconHover)}.risk-free-spin-card-module_betMultiplier__U0mNDTcF__platform-common{font-size:32px;font-weight:900;line-height:40px;margin:0 12px 4px;text-align:center}.risk-free-spin-card-module_freeSpinCost__URoyBncB__platform-common{font-weight:400;font-size:12px;line-height:16px}.promotion-card-details-item-module_item__BIfBXkxD__platform-common{display:flex;justify-content:space-between;padding:2px 0;font-size:14px}.promotion-card-details-item-module_item__BIfBXkxD__platform-common .promotion-card-details-item-module_title__wHDLh9Fi__platform-common{opacity:.5;text-align:left}.pormotion-card-details-module_details__OqIhZcoz__platform-common{padding:16px 12px 12px;height:100%;display:flex;flex-direction:column;justify-content:space-between}.pormotion-card-details-module_uniqueEventsBlock__FSROrBIl__platform-common{padding:8px 12px;border-radius:8px;margin-bottom:8px;background:var(--uniqEventTextBlock)}.pormotion-card-details-module_uniqueEventsBlock__FSROrBIl__platform-common .pormotion-card-details-module_uniqueEventsText__153tokcE__platform-common{position:relative;margin:3px 0 0 12px;text-align:left}.pormotion-card-details-module_uniqueEventsBlock__FSROrBIl__platform-common .pormotion-card-details-module_uniqueEventsText__153tokcE__platform-common:before{content:"";position:absolute;width:3px;height:3px;background:var(--promotionPartialPayoutBlockedColor);border-radius:50%;left:-12px;top:6px}.card-details-link{color:var(--promotionPartialPayoutBlockedColor);text-decoration:underline}.card-details-link:hover{text-decoration:none}.card-details-link__category{display:block;text-align:right}.risk-free-bet-details-event-module_event__jK6BJgbY__platform-common{border-top:1px solid var(--riskBetSportLine);margin-top:8px}.risk-free-bet-details-event-module_league__dLnFdnf-__platform-common{display:flex;margin:8px 0 4px;align-items:center}.risk-free-bet-details-event-module_league__dLnFdnf-__platform-common .risk-free-bet-details-event-module_sportIcon__kzH6UHmA__platform-common{margin-right:8px;position:relative;top:-1px}.risk-free-bet-details-event-module_league__dLnFdnf-__platform-common .risk-free-bet-details-event-module_title__RUNfg-IB__platform-common{opacity:.5}.risk-free-bet-card-module_riskBetDetails__wPyWq3ys__platform-common{text-align:left}.risk-free-bet-card-module_sportBlock__CoZmeJmW__platform-common{background:var(--riskBetSportBg);padding:8px 12px;margin:12px 12px 0;border-radius:8px;font-size:14px}.promotion-card-game-item-module_itemWrapper__JULqBw0h__platform-common{padding:8px;width:150px}.promotion-card-game-item-module_item__uXUn5wmL__platform-common{display:block;border-radius:6px;overflow:hidden;position:relative;width:100%;box-shadow:0 0 12px #0000;transition:box-shadow .3s ease;text-decoration:none}.promotion-card-game-item-module_item__uXUn5wmL__platform-common:hover{box-shadow:0 0 12px #00000080}.promotion-card-game-item-module_item__uXUn5wmL__platform-common:hover .promotion-card-game-item-module_title__PXrCZx9A__platform-common{background:var(--freespinGamesItemTitleBgHover)}.promotion-card-game-item-module_image__aytRQiWd__platform-common{display:block;height:auto;width:100%;border-radius:6px 6px 0 0}.promotion-card-game-item-module_title__PXrCZx9A__platform-common{align-items:center;min-height:40px;background:var(--freespinGamesItemTitleBg);display:flex;flex:1 0 auto;justify-content:center;margin:0;padding:8px 12px;text-align:center;transition:background-color .3s ease}.promotion-card-game-item-module_title__PXrCZx9A__platform-common strong{color:var(--freespinGamesItemTitle);font-size:14px;line-height:1.1}.promotion-card-games-module_wrapper__Oemd-Rwx__platform-common{background:var(--freespinGamesWrapperBg);border-radius:var(--baseBorderRadius);box-shadow:0 0 5px #0000004d;padding:16px 24px}.promotion-card-games-module_wrapper__Oemd-Rwx__platform-common.promotion-card-games-module_loaded__qg3gjXZS__platform-common .promotion-card-games-module_content__toE-MJj1__platform-common{align-items:stretch;flex-wrap:wrap;justify-content:flex-start}.promotion-card-games-module_wrapper__Oemd-Rwx__platform-common.promotion-card-games-module_loaded__qg3gjXZS__platform-common.promotion-card-games-module_small__bLuorHNK__platform-common .promotion-card-games-module_content__toE-MJj1__platform-common{justify-content:center}.promotion-card-games-module_title__5OK6jWH8__platform-common{font-size:20px;font-weight:700;margin-bottom:10px}.promotion-card-games-module_content__toE-MJj1__platform-common{align-items:center;display:flex;justify-content:center;margin:0 -8px;min-height:190px;position:relative;min-width:301px;max-width:601px}@media screen and (max-width: 1200px){.promotion-card-games-module_content__toE-MJj1__platform-common{max-width:451px}}@media screen and (max-width: 700px){.promotion-card-games-module_content__toE-MJj1__platform-common{max-width:301px}}.promotion-card-module_promotionCard__UNbJr95J__platform-common{background-color:var(--promoCardBg);color:var(--promoCard);border-radius:8px;display:flex;flex-direction:column;margin:20px 10px;text-align:center;width:280px;min-height:var(--promotionCardHeight);position:relative}.promotion-card-module_promotionCard__UNbJr95J__platform-common.promotion-card-module_fullWidthCard__Lv8Fyvmr__platform-common{width:100%}.promotion-card-module_promotionCard__UNbJr95J__platform-common.promotion-card-module_seperate__hFexuNuf__platform-common{justify-content:space-between}.promotion-card-module_promotionCard__UNbJr95J__platform-common.promotion-card-module_inactive__YTdGzQ9q__platform-common .promotion-card-module_top__cMmN4aTW__platform-common,.promotion-card-module_promotionCard__UNbJr95J__platform-common.promotion-card-module_inactive__YTdGzQ9q__platform-common .promotion-card-module_bottomContent__s-hbpoy0__platform-common{filter:grayscale(100%);pointer-events:none}.promotion-card-module_info__ZU8CREvk__platform-common{align-items:center;border-bottom:1px solid var(--promoCardInfoBorder);display:flex;justify-content:space-between;padding:10px 14px;min-height:40px;max-height:var(--promotionCardTitleMaxHeight)}.promotion-card-module_issueDate__U6U20hh7__platform-common{font-size:10px;margin:12px 12px 0;text-align:right}.promotion-card-module_betType__T4gbHAZZ__platform-common{font-size:17px;font-weight:700;margin:12px;min-height:40px;display:flex;justify-content:center}.promotion-card-module_betType__T4gbHAZZ__platform-common .promotion-card-module_betTypeIcon__McRTNUi6__platform-common{margin-right:3px;font-size:20px;fill:var(--riskIconColor)}.promotion-card-module_betMultiplier__TtlzeTHp__platform-common{font-size:32px;font-weight:900;line-height:40px;margin:0 12px 4px;text-align:center}.promotion-card-module_freeSpinCost__TgaXOdnQ__platform-common{font-weight:400;font-size:12px;line-height:16px}.promotion-card-module_details__JDShZR2e__platform-common{margin:12px 12px 0}.promotion-card-module_details__JDShZR2e__platform-common span{font-size:12px;font-weight:700;text-transform:uppercase}.promotion-card-module_detailsButton__AMrPm0pv__platform-common{color:var(--promoCardGamesButton);background:rgba(var(--promoCardGamesButtonHoverBgRGB, 0));border:1px solid var(--promoCardGamesButtonBorder);margin-top:12px}@media (hover: hover){.promotion-card-module_detailsButton__AMrPm0pv__platform-common:hover{background:rgb(var(--promoCardGamesButtonHoverBgRGB));border-color:rgb(var(--promoCardGamesButtonHoverBgRGB));color:var(--promoCardGamesButtonHover)}}.promotion-card-module_gameTitle__GQQHGtev__platform-common{font-size:13px;font-weight:500;text-decoration:underline}.promotion-card-module_bottom__oDLQ1GaU__platform-common,.promotion-card-module_partialPayoutButton__9WFxkdux__platform-common{margin:12px}.promotion-card-module_wagerTitle__5Af2gr9x__platform-common{font-size:12px;text-align:center}.promotion-card-module_wagerTitle__5Af2gr9x__platform-common span{font-weight:700}.promotion-card-module_wagerStatus__-qv2V9Gs__platform-common{background:var(--promoCardWagerStatusBg);border-radius:3px;height:6px;margin:5px auto;overflow:hidden;width:80%}.promotion-card-module_wagerProgress__QblFdsJt__platform-common{background:var(--promoCardWagerProgressBg);height:100%}.promotion-card-module_expiration__qJBMRPN8__platform-common{font-size:12px;margin-top:12px}.promotion-card-module_expirationDate__V0e4zfS4__platform-common{line-height:18px;background:var(--promoCardExpirationDateBg);border-radius:20px;display:flex;font-size:12px;justify-content:center;margin:5px auto 20px;padding:5px 10px;width:60%;white-space:nowrap}.promotion-card-module_expirationDateIcon__0v4JkIT8__platform-common{font-size:16px;margin-right:2px}.promotion-card-module_inactiveText__-B1TgUQe__platform-common{margin:8px 20px 0}.promotion-card-module_inactiveText__-B1TgUQe__platform-common a{color:var(--promoCardLink);text-decoration:underline}.promotion-card-module_inactiveText__-B1TgUQe__platform-common a span{font-weight:700}.promotion-card-module_cardDetailsScrollWrapper__XalovF2S__platform-common{overflow-y:auto;height:100%;max-height:calc(100% - var(--promotionCardTitleMaxHeight))}.promotion-card-module_cardDetailsScrollWrapper__XalovF2S__platform-common::-webkit-scrollbar{display:block;width:3px}.promotion-card-module_cardDetailsScrollWrapper__XalovF2S__platform-common::-webkit-scrollbar-thumb{display:block;background:var(--promotionCardScrollbarBg);opacity:.3;border-radius:var(--baseBorderRadius);height:50px}.promotion-card-module_cardDetailsScrollFadeout__cMEodYE4__platform-common{width:100%;position:absolute;bottom:0;left:0;height:22px;background:linear-gradient(to top,var(--promoCardBg),transparent)}.promotion-card-module_partialPayoutBalance__daHCt-yZ__platform-common{font-size:12px;font-weight:400;line-height:12px}.promotion-card-module_partialPayoutBlocked__9fkQSZpT__platform-common{color:var(--promotionPartialPayoutBlockedColor);font-size:12px;text-align:center;font-weight:400;display:flex;justify-content:center;line-height:12px;margin:12px 0 16px;opacity:.5}.promotion-card-module_partialPayoutBlocked__9fkQSZpT__platform-common .promotion-card-module_partialPayoutLock__Q1pbR779__platform-common{margin-right:4px}.promotion-card-module_partialPayoutBlocked__9fkQSZpT__platform-common .promotion-card-module_partialPayoutBlockedAmount__tw4m2czb__platform-common{font-weight:700}.promotion-card-module_buttons__LG4eDYbH__platform-common{display:flex;flex-direction:column;gap:12px}.transaction-history-item-module_historyItem__ub-4HjRj__platform-common{padding:16px 70px 16px 50px;background:var(--transactionHistoryBg);border-top:1px solid var(--transactionHistoryBorder);border-bottom:1px solid var(--transactionHistoryBorder);position:relative}.transaction-history-item-module_historyItem__ub-4HjRj__platform-common.transaction-history-item-module_open__CEetWfyP__platform-common{background:var(--transactionHistoryOpenBg)}.transaction-history-item-module_historyItem__ub-4HjRj__platform-common.transaction-history-item-module_open__CEetWfyP__platform-common .transaction-history-item-module_arrow__qi9bR5lU__platform-common .svg-icon{transform:rotate(-90deg)}.transaction-history-item-module_historyItem__ub-4HjRj__platform-common.transaction-history-item-module_mobile__bscF9rSb__platform-common{padding:12px 40px}.transaction-history-item-module_historyItem__ub-4HjRj__platform-common.transaction-history-item-module_mobile__bscF9rSb__platform-common .transaction-history-item-module_arrow__qi9bR5lU__platform-common{right:0;height:40px;font-size:12px}.transaction-history-item-module_historyItem__ub-4HjRj__platform-common.transaction-history-item-module_mobile__bscF9rSb__platform-common .transaction-history-item-module_row__OvlhFz2B__platform-common+.transaction-history-item-module_row__OvlhFz2B__platform-common{margin-top:12px}.transaction-history-item-module_historyItem__ub-4HjRj__platform-common.transaction-history-item-module_mobile__bscF9rSb__platform-common .transaction-history-item-module_icon__JyvoYKOo__platform-common{left:12px;top:8px}.transaction-history-item-module_historyItem__ub-4HjRj__platform-common+.transaction-history-item-module_historyItem__ub-4HjRj__platform-common{border-top:0}.transaction-history-item-module_itemTitle__z-VAG0sT__platform-common{text-transform:uppercase;font-size:14px;line-height:1;font-weight:700}@media screen and (max-width: 370px){.transaction-history-item-module_itemTitle__z-VAG0sT__platform-common{font-size:12px}}.transaction-history-item-module_arrow__qi9bR5lU__platform-common{position:absolute;top:10px;right:10px;display:flex;justify-content:center;align-items:center;height:50px;width:40px;font-size:16px;cursor:pointer;color:var(--transactionHistoryArrow)}.transaction-history-item-module_arrow__qi9bR5lU__platform-common .svg-icon{transition:transform .15s ease;transform:rotate(90deg)}.transaction-history-item-module_row__OvlhFz2B__platform-common{display:flex;align-items:flex-end;justify-content:space-between}.transaction-history-item-module_row__OvlhFz2B__platform-common+.transaction-history-item-module_row__OvlhFz2B__platform-common{margin-top:16px}.transaction-history-item-module_row__OvlhFz2B__platform-common.transaction-history-item-module_taxBalance__KYPTOEth__platform-common{font-size:14px;justify-content:flex-end;margin-top:5px!important}.transaction-history-item-module_row__OvlhFz2B__platform-common.transaction-history-item-module_taxBalance__KYPTOEth__platform-common span{font-weight:700}.transaction-history-item-module_col__cEThkWEK__platform-common{flex:0 0 auto;display:flex;flex-wrap:wrap;align-items:center}.transaction-history-item-module_col__cEThkWEK__platform-common.transaction-history-item-module_main__DNEfIjUb__platform-common{flex:1 1 auto;padding-right:12px}.transaction-history-item-module_amount__2Brn0miD__platform-common{display:flex;align-items:center;font-size:14px;font-weight:700;text-transform:uppercase;white-space:nowrap;line-height:1;filter:grayscale(.4)}@media screen and (max-width: 370px){.transaction-history-item-module_amount__2Brn0miD__platform-common{font-size:12px}}.transaction-history-item-module_amount__2Brn0miD__platform-common.transaction-history-item-module_positive__Rj0-055Z__platform-common{color:var(--transactionHistorySuccess)}.transaction-history-item-module_amount__2Brn0miD__platform-common.transaction-history-item-module_negative__0Qpwmn2a__platform-common{color:var(--transactionHistoryError)}.transaction-history-item-module_textItem__ejrMkj68__platform-common{display:flex;width:100%;font-size:12px;font-weight:400}.transaction-history-item-module_textItem__ejrMkj68__platform-common span:first-child{font-weight:700;margin-right:4px}.transaction-history-item-module_textItem__ejrMkj68__platform-common+.transaction-history-item-module_textItem__ejrMkj68__platform-common{margin-top:12px}.transaction-history-item-module_textItem__ejrMkj68__platform-common.transaction-history-item-module_titleToUpper__BMSeHHcA__platform-common{text-transform:uppercase}.transaction-history-item-module_textItem__ejrMkj68__platform-common .data-formatter-timeZone{margin:0 4px}.transaction-history-item-module_icon__JyvoYKOo__platform-common{position:absolute;left:20px;top:12px;font-size:20px}.transaction-history-item-module_icon__JyvoYKOo__platform-common.pending{color:var(--transactionHistoryPending)}.transaction-history-item-module_icon__JyvoYKOo__platform-common.win{color:var(--transactionHistorySuccess)}.transaction-history-item-module_icon__JyvoYKOo__platform-common.lose{color:var(--transactionHistoryError)}.template-components-module_block__-fdx7UEq__platform-common+.template-components-module_block__-fdx7UEq__platform-common{margin-top:70px}.template-components-module_header__Qs4bQC-R__platform-common{font-size:40px;margin:0 0 30px}.template-components-module_description__CcWWQQZv__platform-common{margin-bottom:40px}.template-components-module_highlighted__auNh1eWa__platform-common{color:var(--liveColor)!important}.template-components-module_bold__i5nmnuE7__platform-common{font-weight:700!important}.template-components-module_fontList__KY6mZmNw__platform-common{display:flex;flex-wrap:wrap}.template-components-module_fontItem__wvNk0lFU__platform-common{width:250px;padding:15px 20px 15px 0;display:flex;align-items:center;justify-content:space-between;color:var(--mainColor)}.template-components-module_fontIcon__2KLAMcwY__platform-common{display:flex;justify-content:center;width:40px;font-size:40px;background:rgba(var(--whiteRgb),.1)}.template-components-module_fontText__MPuKTLwk__platform-common{width:calc(100% - 55px)}.template-components-module_fontTextKey__y4Z1A3rc__platform-common{width:100%;font-weight:500;word-break:break-word;font-size:16px}.template-components-module_fontTextValue__X861JosL__platform-common{margin-top:5px;color:rgba(var(--mainColorRgb),.5);font-size:14px;word-break:break-word}.block-new-carousel-module_slider__vLwX9G85__platform-common{background:var(--eventModalBackground);min-height:128px!important;height:128px!important;border-radius:0 0 var(--baseBorderRadius) var(--baseBorderRadius);overflow:initial}.block-new-carousel-module_slider__vLwX9G85__platform-common .awssld__box{min-height:128px!important;height:128px!important}.block-new-carousel-module_slider__vLwX9G85__platform-common img{width:auto!important;min-width:unset!important}@media (min-width: 1960px){.block-new-carousel-module_slider__vLwX9G85__platform-common img{width:100%!important;min-width:100%!important}}.real-time-incoming-bets-module_heading__6sshxc8o__platform-common{display:flex;align-items:center;justify-content:space-between;background:var(--realTimeIncomingBetsHeadingBg);border-bottom:1px solid var(--realTimeIncomingBetsHeadingBorderColor);border-radius:var(--realTimeIncomingBetsHeadingBorderRadius);padding:24px}.real-time-incoming-bets-module_wrapper__eUL4zV0w__platform-common{margin-top:24px;box-shadow:var(--realTimeIncomingBetsBoxShadow);border-radius:var(--realTimeIncomingBetsBorderRadius)}@media (max-width: 1000px){.real-time-incoming-bets-module_wrapper__eUL4zV0w__platform-common{box-shadow:none}}.real-time-incoming-bets-module_title__UFruoFWD__platform-common{font-size:var(--realTimeIncomingBetsHeadingFontSize);font-weight:var(--realTimeIncomingBetsHeadingFontWeight);color:var(--mslTextDark);margin:0}@media (max-width: 1000px){.real-time-incoming-bets-module_wrapper__eUL4zV0w__platform-common{margin-top:8px}.real-time-incoming-bets-module_heading__6sshxc8o__platform-common{flex-direction:column;background:none;border:none;padding:0;margin-bottom:12px;overflow-x:auto}.real-time-incoming-bets-module_title__UFruoFWD__platform-common{margin-bottom:8px;font-size:var(--realTimeIncomingBetsHeadingMobileFontSize)}}.real-time-incoming-bets-module_fullWidth__dJhcBuog__platform-common{width:100%}.real-time-incoming-bets-table-module_tableWrapper__ObPQ46Fo__platform-common{overflow-x:auto}.real-time-incoming-bets-table-module_table__TpzVwTtm__platform-common{width:100%;table-layout:fixed;border-radius:var(--realTimeIncomingBetsTableBorderRadius);overflow:hidden;border-collapse:collapse;font-weight:var(--realTimeIncomingBetsTableFontWeight);background:var(--realTimeIncomingBetsTableMainBg)}.real-time-incoming-bets-table-module_title__UoTn6wqF__platform-common{text-transform:uppercase;letter-spacing:var(--realTimeIncomingBetsTableHeadLetterSpacing, .1em);text-align:left;font-weight:var(--realTimeIncomingBetsTableHeadFontWeight);font-size:var(--realTimeIncomingBetsTableHeadFontSize);color:var(--realTimeIncomingBetsTableHead);line-height:var(--realTimeIncomingBetsTableHeadLineHeight)}.real-time-incoming-bets-table-module_cell__NcErdEHU__platform-common{padding:var(--realTimeIncomingBetsTableCellPadding, 14px 23px);background:var(--realTimeIncomingBetsTableCellBg)}.real-time-incoming-bets-table-module_row__3dp-T-J9__platform-common{cursor:pointer;background:var(--realTimeIncomingBetsRowOddBg)}.real-time-incoming-bets-table-module_row__3dp-T-J9__platform-common:nth-child(2n),.real-time-incoming-bets-table-module_row__3dp-T-J9__platform-common.real-time-incoming-bets-table-module_even__mWaQTA2g__platform-common{background:var(--realTimeIncomingBetsRowEvenBg)}.real-time-incoming-bets-table-module_headRow__KkhvvqO9__platform-common{background:var(--realTimeIncomingBetsHeadBg);color:var(--realTimeIncomingBetHeadColor);border-top:1px solid var(--realTimeIncomingBetsTableHeadBorder)}.real-time-incoming-bets-table-module_eventName__MOkocOQ-__platform-common{display:flex;font-weight:var(--realTimeIncomingBetsTableEventNameFontWeight, 700)}.real-time-incoming-bets-table-module_icon__m7qdN-Q2__platform-common{width:16px;height:16px;margin-right:8px}.real-time-incoming-bets-table-module_currencyWrapper__c-Bpw9tC__platform-common{display:flex;align-items:center;line-height:0}.real-time-incoming-bets-table-module_currencyWrapper__c-Bpw9tC__platform-common img{margin-right:4px}.real-time-incoming-bets-table-module_eventNameText__jKPMw4pe__platform-common{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.real-time-incoming-bets-table-module_tooltip__rZPcwF3k__platform-common{display:inline-flex;align-items:center}.real-time-incoming-bets-table-module_tooltip__rZPcwF3k__platform-common svg{font-size:16px;margin-right:4px}@media (max-width: 1000px){.real-time-incoming-bets-table-module_hideMobile__G-j-skIs__platform-common{display:none}.real-time-incoming-bets-table-module_loaderWrap__c0Ftn-58__platform-common{display:block}.real-time-incoming-bets-table-module_row__3dp-T-J9__platform-common,.real-time-incoming-bets-table-module_headRow__KkhvvqO9__platform-common{display:flex}.real-time-incoming-bets-table-module_headRow__KkhvvqO9__platform-common{border-top:none}.real-time-incoming-bets-table-module_table__TpzVwTtm__platform-common{border-radius:var(--realTimeIncomingBetsTableBorderRadiusMobile);display:flex;flex-direction:column;border:1px solid var(--realTimeIncomingBetsTableMobileBorder)}.real-time-incoming-bets-table-module_cell__NcErdEHU__platform-common{padding:16px;font-size:var(--realTimeIncomingBetsTableMobileFontSize, 11px);font-weight:400}th.real-time-incoming-bets-table-module_cell__NcErdEHU__platform-common{font-weight:var(--realTimeIncomingBetsTableMobileHeadFontWeight)}.real-time-incoming-bets-table-module_cell__NcErdEHU__platform-common:first-of-type{white-space:nowrap;flex:1 0 45%;overflow:hidden}.real-time-incoming-bets-table-module_cell__NcErdEHU__platform-common:nth-of-type(2n){flex:0 0 auto}.real-time-incoming-bets-table-module_cell__NcErdEHU__platform-common:last-of-type{flex:1 0 35%;display:flex}}.real-time-incoming-bets-table-module_fullWidth__ZUGLUPGM__platform-common{width:100%}.real-time-incoming-bets-table-module_minWidth__CRxcYmAF__platform-common{min-width:30px}.section-title-module_title__wsm1cQJ-__platform-common{box-sizing:border-box;display:flex;min-height:100%;padding-top:5px;position:relative}.section-title-module_title__wsm1cQJ-__platform-common .section-title-module_text__CWC9RBM5__platform-common{align-items:center;color:var(--incomingBetsSectionTitleTextColor);display:flex;font-size:14px;font-weight:700;line-height:1.25;margin:0;min-height:100%;padding:4px 0;position:relative;text-transform:uppercase;transition:color .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.section-title-module_title__wsm1cQJ-__platform-common .section-title-module_arrow__ASm-q3Cd__platform-common{align-items:center;color:var(--incomingBetsSectionTitleArrowColor);display:flex;justify-content:center;margin-left:-10px;min-height:100%;position:relative;transform:rotate(180deg);transition:transform .15s ease,opacity 0s ease;width:32px}.section-title-module_title__wsm1cQJ-__platform-common.section-title-module_open__eY36owuj__platform-common .section-title-module_arrow__ASm-q3Cd__platform-common{transform:rotate(0)}.section-title-module_title__wsm1cQJ-__platform-common.section-title-module_showLine__6bEPjS9l__platform-common .section-title-module_text__CWC9RBM5__platform-common:after{background-color:var(--incomingBetsSectionTitleColor);content:"";display:block;height:5px;left:0;position:absolute;top:-5px;bottom:auto;transition:background-color .15s ease;width:100%}.section-title-module_title__wsm1cQJ-__platform-common.section-title-module_showLine__6bEPjS9l__platform-common.section-title-module_inactive__tA0I4n8N__platform-common .section-title-module_text__CWC9RBM5__platform-common:after{display:none}.section-title-module_title__wsm1cQJ-__platform-common.section-title-module_pointer__cBEpk4au__platform-common{cursor:pointer}.section-title-module_title__wsm1cQJ-__platform-common.section-title-module_inheritAll__GtZIiPki__platform-common{min-height:unset}.section-title-module_title__wsm1cQJ-__platform-common.section-title-module_inheritAll__GtZIiPki__platform-common .section-title-module_text__CWC9RBM5__platform-common{color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;padding-top:0}.section-title-module_title__wsm1cQJ-__platform-common.section-title-module_inheritColor__oTtD6j-E__platform-common{color:inherit}.section-title-module_title__wsm1cQJ-__platform-common.section-title-module_centered__aZnUx03v__platform-common .section-title-module_text__CWC9RBM5__platform-common{display:block;text-align:center;width:100%}.section-title-module_title__wsm1cQJ-__platform-common.section-title-module_landing__emtWH2ff__platform-common.section-title-module_text__CWC9RBM5__platform-common{display:inline-block;overflow:hidden;text-overflow:ellipsis}.modern-section-title-module_list__mXUN3Wyw__platform-common{background:var(--mslBreadcrumbsBg);border-radius:var(--baseBorderRadius);margin:0 0 15px;box-shadow:var(--mslBreadcrumbsBoxShadow);display:flex;min-height:28px;list-style:none;padding:0 0 0 5px;z-index:1;width:100%;overflow-x:auto;overflow-y:hidden;scrollbar-color:var(--mslScrollbarBg) transparent;scrollbar-width:thin}.modern-section-title-module_list__mXUN3Wyw__platform-common::-webkit-scrollbar{width:var(--mslScrollbarWidth);height:6px;background:var(--mslScrollbarBg)}.modern-section-title-module_list__mXUN3Wyw__platform-common::-webkit-scrollbar-track{border-radius:var(--mslScrollbarBorderRadius)}.modern-section-title-module_list__mXUN3Wyw__platform-common::-webkit-scrollbar-thumb{background-color:var(--mslScrollbarThumbColor);border:var(--mslScrollbarBorder);-webkit-transition:background-color .15s ease;transition:background-color .15s ease;border-radius:var(--mslScrollbarBorderRadius)}.modern-section-title-module_list__mXUN3Wyw__platform-common:hover{scrollbar-color:var(--mslScrollbarThumbColor) transparent}.modern-section-title-module_list__mXUN3Wyw__platform-common:hover::-webkit-scrollbar-thumb{background-color:var(--mslScrollbarThumbColorHover)}.modern-section-title-module_list__mXUN3Wyw__platform-common .modern-section-title-module_item__AgFAiykw__platform-common{color:var(--breadcrumbItemColor);display:inline-block;position:relative;white-space:nowrap;z-index:1;margin:var(--mslBreadcrubmsItemMargin);border-radius:var(--mslBreadcrumbsItemBorderRadius);background:var(--mslBreadcrumbsItemBg)}.modern-section-title-module_list__mXUN3Wyw__platform-common .modern-section-title-module_item__AgFAiykw__platform-common a{color:inherit;text-decoration:none;transition:color .15s ease;display:flex;height:100%;align-items:center;justify-content:center;width:50px}.modern-section-title-module_list__mXUN3Wyw__platform-common .modern-section-title-module_item__AgFAiykw__platform-common a:hover{color:var(--breadcrumbItemColorActive)}.modern-section-title-module_list__mXUN3Wyw__platform-common .modern-section-title-module_item__AgFAiykw__platform-common span,.modern-section-title-module_list__mXUN3Wyw__platform-common .modern-section-title-module_item__AgFAiykw__platform-common h1{align-items:center;display:flex;font-size:12px;font-style:normal;line-height:30px;padding:0 20px;position:relative;text-transform:uppercase}.modern-section-title-module_list__mXUN3Wyw__platform-common .modern-section-title-module_item__AgFAiykw__platform-common:first-child{padding-right:5px}.modern-section-title-module_list__mXUN3Wyw__platform-common .modern-section-title-module_item__AgFAiykw__platform-common:first-child:before,.modern-section-title-module_list__mXUN3Wyw__platform-common .modern-section-title-module_item__AgFAiykw__platform-common:first-child:after{border-left:0}.modern-section-title-module_list__mXUN3Wyw__platform-common .modern-section-title-module_item__AgFAiykw__platform-common:first-child a{display:flex;height:100%;align-items:center;justify-content:center;width:50px}.modern-section-title-module_list__mXUN3Wyw__platform-common .modern-section-title-module_item__AgFAiykw__platform-common:before,.modern-section-title-module_list__mXUN3Wyw__platform-common .modern-section-title-module_item__AgFAiykw__platform-common:after{background-color:var(--breadcrumbItemBackground);border-left:1px solid var(--breadcrumbBorderColor);border-right:1px solid var(--breadcrumbBorderColor);content:"";height:50%;left:0;position:absolute;width:100%;z-index:-2}.modern-section-title-module_list__mXUN3Wyw__platform-common .modern-section-title-module_item__AgFAiykw__platform-common:before{border-top:0;top:0;transform:skew(30deg)}.modern-section-title-module_list__mXUN3Wyw__platform-common .modern-section-title-module_item__AgFAiykw__platform-common:after{border-bottom:0;bottom:0;content:var(--mslBreadcrumsItemAterContent);top:var(--mslBreadcrumsItemAterTop);left:var(--mslBreadcrumsItemAterLeft);right:var(--mslBreadcrumsItemAterRight);transform:var(--mslBreadcrumsItemAterTransofrm)}.modern-section-title-module_list__mXUN3Wyw__platform-common .modern-section-title-module_itemActive__BynKPOKm__platform-common span{color:var(--breadcrumbItemColorActive);cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mobile-section-title-module_titleWrapper__KW3sNJ09__platform-common{border-radius:8px;background:var(--incomingBetsMobileModernSectionTitleBg);display:flex;height:40px;padding:10px 12px;margin:12px 16px;align-items:center;gap:10px;align-self:stretch;color:var(--incomingBetsMobileModernSectionTitleColor);font-size:14px;font-weight:700;line-height:20px}.incoming-bets-module_incomingBetsWrapper__QBSSE1Ib__platform-common{background:var(--incomingBetsCardBackground);display:flex;flex-direction:column;align-items:flex-start;gap:1px}.incoming-bets-module_sectionHeader__ZHw5eIei__platform-common{display:flex;align-items:center;gap:8px;flex:1 0 0;background:var(--incomingBetsSectionTitleBg);height:36px;border-radius:3px;padding-left:16px;margin:10px 0 12px}@media (max-width: 1100px){.incoming-bets-module_sectionHeader__ZHw5eIei__platform-common{border-radius:0;margin:0}}.incoming-bets-module_betsList__3U5lxEg7__platform-common{padding:0;margin:0;width:100%}@media (max-width: 1100px){.incoming-bets-module_betsList__3U5lxEg7__platform-common{display:flex;padding:12px;flex-direction:column;align-items:flex-start;gap:12px;background-color:var(--incomingBetsMobileListBg)}}.incoming-bets-module_isModern__NlGMR1Ha__platform-common{padding:0 16px 16px}.incoming-bets-module_betsListModern__-t9fXDpi__platform-common{padding-top:12px}@media (max-width: 1100px){.incoming-bets-module_betsListModern__-t9fXDpi__platform-common{padding:12px 0 0;background-color:var(--incomingBetsMobileModernListBg);gap:8px}}.tabs-module_tabList__2U01GYsW__platform-common{list-style:none;display:flex;width:100%;padding:0;margin-bottom:0;border-radius:8px 8px 0 0;background:var(--newForecastsListBg);box-shadow:0 0 11px 0 var(--newForecastsTabsListBoxShadowColor);overflow-x:hidden}@media (max-width: 1100px){.tabs-module_tabList__2U01GYsW__platform-common{border-radius:8px;background:var(--newForecastsListMobileBg)}}.tabs-module_tabList__2U01GYsW__platform-common .tabs-module_tabItem__ithhAInJ__platform-common{display:flex;border-radius:8px 8px 0 0;box-shadow:0 0 11px 0 var(--tabBoxShadow);flex:1 0;overflow:hidden;min-width:33.33333%}@media (max-width: 1100px){.tabs-module_tabList__2U01GYsW__platform-common .tabs-module_tabItem__ithhAInJ__platform-common{box-shadow:none}}.tabs-module_tabList__2U01GYsW__platform-common .tabs-module_tabItemActive__H8yUB0sB__platform-common{flex:0 0 auto;min-width:33.33333%;box-shadow:none}.tabs-module_tabList__2U01GYsW__platform-common .tabs-module_noForecasts__edYhMl5t__platform-common{min-width:calc(50% - 4px)}.tabs-module_tabList__2U01GYsW__platform-common li+li{margin-left:8px}@media (max-width: 1100px){.tabs-module_tabList__2U01GYsW__platform-common li+li{margin-left:0}}.tabs-module_forecastTab__wWib-p3h__platform-common{width:100%}.tabs-module_tabText__nUyb7DYL__platform-common{margin:0;padding:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.forecasts-page-module_pageWrapper__k5cezwWO__platform-common{display:flex}@media (max-width: 1100px){.forecasts-page-module_pageWrapper__k5cezwWO__platform-common{flex-direction:column;background:var(--newForecastsMobilePageBg)}}.forecasts-page-module_newForecastContent__mwZm3JVA__platform-common{flex:auto;margin-left:10px}@media (max-width: 1100px){.forecasts-page-module_newForecastContent__mwZm3JVA__platform-common{margin:0 16px}}@media (min-width: 1100px){.forecasts-page-module_mobileHeaderWrapper__rHihj0Zk__platform-common{display:none}}.forecasts-page-module_newForecastSideBanners__1QwuwezH__platform-common{flex:0 0 calc(var(--mslCenterColMarginLeft) - 25px);min-width:265px}@media (max-width: 2000px){.forecasts-page-module_newForecastSideBanners__1QwuwezH__platform-common{flex:0 0 calc(var(--mslCenterColMarginLeftMedia) - 25px);min-width:calc(var(--mslCenterColMarginLeftMedia) - 25px)}}@media (min-width: 1300px) and (max-width: 1400px){.forecasts-page-module_newForecastSideBanners__1QwuwezH__platform-common{flex:0 0 260px;min-width:260px}}@media (max-width: 1300px){.forecasts-page-module_newForecastSideBanners__1QwuwezH__platform-common{flex:0 0 270px}}@media (max-width: 1100px){.forecasts-page-module_newForecastSideBanners__1QwuwezH__platform-common{flex:auto;overflow-x:hidden}}.modalRegistration-module_container__uJMpf1N-__platform-common:not(.modalRegistration-module_mobile__KHOppzV8__platform-common){padding:0 130px}.modalRegistration-module_container__uJMpf1N-__platform-common .modalRegistration-module_registrationFieldAction__fyiTqq7k__platform-common>button{width:100%}.registrationPage-module_container__6Z99YBhS__platform-common{position:relative;background:var(--registrationPageContainerBg);border-radius:3px;padding:30px 23px;box-shadow:0 4px 29px #00000075;width:488px;z-index:2}.registrationPage-module_createAccountTitle__asJv1MjH__platform-common{color:var(--createAccountTitle);font-size:20px;font-weight:700;line-height:1.35;text-transform:uppercase;text-align:center;margin:0;padding:0}.registrationPage-module_formFlex__7O979P2f__platform-common{display:flex;flex-wrap:wrap}.registrationPage-module_registrationField__0HC7Sgab__platform-common{width:100%;padding:0 7px;margin-bottom:20px}.registrationPage-module_registrationFieldRow__KzczSZ-h__platform-common{display:flex}.registrationPage-module_registrationFieldAction__ACjD-xIo__platform-common{width:100%}:root{--registrationPageContainerBg: #f8f8f8;--createAccountTitle: #3E4049}.default-slider-new-module_slider__OAjRi9a-__platform-common{display:flex;position:relative;width:100%;min-height:var(--minimalSlider);height:var(--sliderHeight);border-radius:8px;overflow:hidden}.default-slider-new-module_slider__OAjRi9a-__platform-common .awssld__box{min-height:var(--minimalSlider);height:var(--sliderHeight)}.default-slider-new-module_slider__OAjRi9a-__platform-common .awssld__bar{height:2px!important;background:var(--eventTableBorder)!important}.default-slider-new-module_slider__OAjRi9a-__platform-common .awssld__bullets{justify-content:var(--slaiderBulletsPosition, center);bottom:8px}.default-slider-new-module_slider__OAjRi9a-__platform-common .awssld__bullets button{width:8px;height:8px;background:var(--sliderBulletsDefaultBackground, #ffffff)}.default-slider-new-module_slider__OAjRi9a-__platform-common .awssld__bullets button.awssld__bullets--active{background:var(--sliderBulletsActiveBackground)}.default-slider-new-module_slider__OAjRi9a-__platform-common .awssld__content img{display:block;background-color:var(--bannerImgBacgroundcolor);-o-object-position:top;object-position:top}.default-slider-new-module_imageContent__bNMWlFLs__platform-common{display:flex;align-items:center;height:100%;width:100%}.default-slider-new-module_imageContent__bNMWlFLs__platform-common img{-o-object-fit:cover;object-fit:cover;width:100%;min-width:100%;height:100%}.default-slider-new-module_content__TgxnhDB5__platform-common{display:flex;align-items:center;justify-content:center;position:absolute;width:var(--sliderContentWidth);height:100%;z-index:3}.default-slider-new-module_content__TgxnhDB5__platform-common.default-slider__content--default{flex-direction:column;padding-left:var(--sliderLeftOffset);left:0}.default-slider-new-module_content__TgxnhDB5__platform-common.default-slider__content--dropsWins{position:relative;height:calc(100% - 60px);width:100%}.default-slider-new-module_content__TgxnhDB5__platform-common.default-slider__content--dropsWins .default-slider-new-module_image-link__F4FoQocf__platform-common{width:80%;height:100%;cursor:pointer}.default-slider-new-module_content__TgxnhDB5__platform-common.default-slider__content--ivi-betdesctop{top:0;bottom:0;left:0;right:38%;min-width:750px}.default-slider-new-module_content__TgxnhDB5__platform-common.default-slider__content--ivi-betmobile{height:auto;top:40%;bottom:0;left:0;right:0;min-height:180px}.default-slider-new-module_controls__kC04Wgnk__platform-common{display:flex;align-items:center;flex-direction:row-reverse;position:absolute;right:16px;bottom:16px;background:#e2e8ee66;border-radius:4px;padding:4px;z-index:3}.default-slider-new-module_controls__kC04Wgnk__platform-common .default-slider-new-module_control__nzFCWIQ2__platform-common{display:flex;align-items:center;justify-content:center;position:static;width:24px;height:24px;min-width:24px;font-size:16px;color:var(--mainSliderControlArrowColor);cursor:pointer;padding:4px;border-radius:4px;background:#e2e8ee99;transition:opacity .15s ease,background .15s ease}.default-slider-new-module_controls__kC04Wgnk__platform-common .default-slider-new-module_control__nzFCWIQ2__platform-common:not(:last-child){margin-left:4px}.default-slider-new-module_controls__kC04Wgnk__platform-common .default-slider-new-module_control__nzFCWIQ2__platform-common.default-slider-new-module_disabled__YB8dAFE2__platform-common{opacity:.2;cursor:default;pointer-events:none}.default-slider-new-module_controls__kC04Wgnk__platform-common .default-slider-new-module_control__nzFCWIQ2__platform-common.default-slider-new-module_right__-McO0BwL__platform-common{transform:rotate(180deg)}.default-slider-new-module_bullets__r0DTD4MD__platform-common{display:flex;position:absolute;left:50%;bottom:12px;transform:translate(-50%);z-index:3}.default-slider-new-module_bullets__r0DTD4MD__platform-common .default-slider-new-module_bullet__yjPkFnD9__platform-common{display:inline-flex;width:10px;height:10px;margin:4px;border-radius:50%;transition:transform .15s ease,background-color .15s ease}.default-slider-new-module_bullets__r0DTD4MD__platform-common .default-slider-new-module_bullet__yjPkFnD9__platform-common:not(.default-slider-new-module_active__ppk9QIeS__platform-common){background-color:var(--buttonText);cursor:pointer}.default-slider-new-module_bullets__r0DTD4MD__platform-common .default-slider-new-module_bullet__yjPkFnD9__platform-common:hover{transform:scale(1.2)}.default-slider-new-module_bullets__r0DTD4MD__platform-common .default-slider-new-module_bullet__yjPkFnD9__platform-common.default-slider-new-module_active__ppk9QIeS__platform-common{cursor:default;background:var(--error)}.customer-slide-for-main-banner-module_mobile__opuFVZ5u__platform-common{text-align:center}.customer-slide-for-main-banner-module_mobile__opuFVZ5u__platform-common .app-button{min-height:28px}.button-dot-loader-module_wrapper__SqBdx6b8__platform-common{position:relative;overflow:hidden}.button-dot-loader-module_loader__zuYkPfkN__platform-common{position:absolute;bottom:0;left:0;right:0;top:0;z-index:2;display:flex;align-items:center;justify-content:center;gap:6px}.button-dot-loader-module_dot__RPDcbe4G__platform-common{width:6px;height:6px;background-color:var(--buttonText);border-radius:50%;opacity:0;animation:button-dot-loader-module_loading__ufSniRS4__platform-common 1s infinite ease-in-out both}.button-dot-loader-module_dot__RPDcbe4G__platform-common:nth-child(2){animation-delay:.2s}.button-dot-loader-module_dot__RPDcbe4G__platform-common:nth-child(3){animation-delay:.4s}@keyframes button-dot-loader-module_loading__ufSniRS4__platform-common{0%,80%,to{opacity:0;transform:scale(.8)}40%{opacity:1;transform:scale(1.2)}}.cashier-loader-module_loader__ODeaPRAa__platform-common{display:flex;align-items:center;justify-content:center;height:40px}.cashier-loader-module_dots__ZyPD1ire__platform-common{position:relative;display:flex}.cashier-loader-module_dot__h1wxMUBr__platform-common{background:var(--cashierLoaderDots);border-radius:5px;width:10px;height:10px;margin:0 5px}.cashier-loader-module_dot__h1wxMUBr__platform-common.cashier-loader-module_first__LaBuzhIa__platform-common{animation:cashier-loader-module_dotFalling__eK-qnxa-__platform-common 1s infinite linear .1s}.cashier-loader-module_dot__h1wxMUBr__platform-common.cashier-loader-module_second__peuenJst__platform-common{animation:cashier-loader-module_dotFalling__eK-qnxa-__platform-common 1s infinite linear .2s}.cashier-loader-module_dot__h1wxMUBr__platform-common.cashier-loader-module_third__ZtS4xfPx__platform-common{animation:cashier-loader-module_dotFalling__eK-qnxa-__platform-common 1s infinite linear .3s}@keyframes cashier-loader-module_dotFalling__eK-qnxa-__platform-common{0%{opacity:.25;transform:translateY(-15px)}25%,50%,75%{opacity:1;transform:translateY(0)}to{opacity:.25;transform:translateY(15px)}}.animations-module_fadeInUp__BY6DLD-U__platform-common{animation:animations-module_fadeInUp__BY6DLD-U__platform-common .3s ease-in-out both;opacity:0;transform:translate3d(0,25%,0)}@keyframes animations-module_fadeInUp__BY6DLD-U__platform-common{0%{opacity:0;transform:translate3d(0,25%,0)}to{opacity:1;transform:translateZ(0)}}.animations-module_fadeIn__xuQCXrgd__platform-common{animation:animations-module_fadeIn__xuQCXrgd__platform-common .3s ease-in-out both;opacity:0}@keyframes animations-module_fadeIn__xuQCXrgd__platform-common{0%{opacity:0}to{opacity:1}}.cashier-bonuses-list-item-module_closeIcon__aooNj68K__platform-common{color:var(--cashierBonusItemCloseIcon, #6F7B8D);font-size:20px;position:absolute;top:6px;right:4px;padding:0;margin:0}.cashier-bonuses-module_bonuses__yZXnRvv5__platform-common{position:relative;z-index:2}.cw-bonuses{background:var(--cashierModalBackgroundSecondary);border-radius:5px;margin:0 20px;padding:16px;border-bottom:1px solid var(--cashierModalBackgroundSecondary)}@media (max-width: 767px){.cw-bonuses{margin:0 12px}}.cw-bonuses--selected{display:flex;justify-content:space-between;flex-wrap:wrap}@media (max-width: 767px){.cw-bonuses--selected{align-items:center}}.cw-bonuses--selected .cw-bonuses__title{margin-top:8px}@media (max-width: 767px){.cw-bonuses--selected .cw-bonuses__title{line-height:28px}}.cw-bonuses--selected .cw-bonuses__item--selected{flex-basis:100%}.cw-bonuses__title{color:var(--cashierTextColorSecondary);font-size:12px;margin-top:20px}.cw-bonuses__title--list{font-size:12px;text-align:left;margin-top:8px}.cw-bonuses__options{display:flex;align-items:center;justify-content:space-between}@media (max-width: 767px){.cw-bonuses__options{display:block;height:auto}.cw-bonuses__options .swipe-checkbox__label{font-weight:400;font-size:12px}}.cw-bonuses__code{display:flex;align-items:center}@media (max-width: 767px){.cw-bonuses__code{width:100%;margin-top:16px}.cw-bonuses__code .app-button{flex:0 0 auto}}.cw-bonuses__code-input{display:block;width:230px;margin-right:8px;background:var(--cashierModalBackgroundMain);color:var(--cashierTextColorMain);height:36px;border-radius:32px;font-size:14px;padding:0 26px 0 20px;font-weight:400;border:1px solid var(--cashierInputColor)}@media (max-width: 767px){.cw-bonuses__code-input{flex:1 1 auto;width:100%}}.cw-bonuses__code-input:focus{outline:none;border-color:var(--textIconInactive)}.cw-bonuses__list{margin-top:14px}.cw-bonuses__list .react-horizontal-scrolling-menu--scroll-container{z-index:2;margin-top:0;overscroll-behavior:contain;-ms-overflow-style:none;scrollbar-width:none}.cw-bonuses__list .react-horizontal-scrolling-menu--scroll-container::-webkit-scrollbar{display:none}.cw-bonuses__list .react-horizontal-scrolling-menu--separator{flex:0 0 8px}.cw-bonuses__list .react-horizontal-scrolling-menu--item{display:flex}.cw-bonuses__list .react-horizontal-scrolling-menu--item--selected{margin:14px 0 0;border-radius:10px}.cw-bonuses__list .horizontal-menu__arrow-wrapper{width:34px;height:34px;border-radius:17px;color:var(--cashierBonusListArrow);background:var(--cashierBonusListArrowBg);font-size:var(--cashierBonusListArrowFontSize, 16px)}@media (max-width: 767px){.cw-bonuses__list .horizontal-menu__arrow-wrapper{display:none}}.cw-bonuses__list .horizontal-menu__arrow-wrapper--left{left:-20px;padding-right:14px}.cw-bonuses__list .horizontal-menu__arrow-wrapper--right{right:-20px;padding-left:14px}.cw-bonuses__item{padding:18px 12px;background:var(--cashierBonusItemBg);border-radius:5px;color:var(--cashierTextColorMain);height:100%;width:219px;display:flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;position:relative;box-shadow:var(--cashierBonusItemBoxShadow, 0 0 10px rgba(0, 0, 0, .2));transition:box-shadow .15s ease}.cw-bonuses__item img{max-width:65px;margin-right:10px}.cw-bonuses__item:not(.cw-bonuses__item--selected):hover{box-shadow:5px 5px 7px #0003}.cw-bonuses__item--selected{cursor:default;margin:14px 0 0;border-radius:var(--cashierBonusItemSelectedBorderRadius, 5px);width:auto}@media (max-width: 767px){.cw-bonuses__item--selected{margin:8px 0 0}}.cw-bonuses__item--selected img{margin-right:23px}.cw-bonuses__item--selected .cw-bonuses__item-text-description{font-size:17px}.cw-bonuses__item-text{flex-grow:1}.cw-bonuses__item-text-title{font-weight:400;font-size:12px;color:var(--cashierBonusItemTitleColor)}.cw-bonuses__item-text-description{font-weight:600;font-size:14px;color:var(--cashierBonusItemDescriptionColor);margin-top:4px}.cw-bonuses__item-button{position:absolute;top:9px;right:10px;z-index:5;height:30px;width:30px}.cw-bonuses__not-found{font-size:12px;font-weight:600;text-align:var(--cashierBonusNotFoundAlign, center);margin-top:10px;letter-spacing:.02em;color:var(--cashierModalNotFound)}.cw-bonuses__loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cw-bonuses .swipe-checkbox__label{margin-left:8px}.cashier-payment-methods-groups-module_groups__lGErXd3l__platform-common{margin-bottom:12px}.cashier-payment-method-item-accordion-module_accordion__K8sCOFym__platform-common{background-color:var(--cashierPaymentMethodAccordionBg);margin-top:8px;border-radius:6px}.cashier-payment-method-item-accordion-module_accordion__K8sCOFym__platform-common.cashier-payment-method-item-accordion-module_active__cDss5SCF__platform-common .cashier-payment-method-item-accordion-module_arrow__n-XqUD7Y__platform-common:before{transform:rotate(-45deg)}.cashier-payment-method-item-accordion-module_accordion__K8sCOFym__platform-common.cashier-payment-method-item-accordion-module_active__cDss5SCF__platform-common .cashier-payment-method-item-accordion-module_arrow__n-XqUD7Y__platform-common:after{transform:rotate(45deg)}.cashier-payment-method-item-accordion-module_accordion__K8sCOFym__platform-common.cashier-payment-method-item-accordion-module_active__cDss5SCF__platform-common .cashier-payment-method-item-accordion-module_arrowCustom__L-5qCNC7__platform-common{transform:rotate(-90deg)}.cashier-payment-method-item-accordion-module_accordionTab__PXCDDBd8__platform-common{display:flex;align-items:center;justify-content:space-between;padding:8px 12px 5px;cursor:pointer}.cashier-payment-method-item-accordion-module_accordionTab__PXCDDBd8__platform-common .cashier-payment-method-item-accordion-module_label__z3Mfs7N9__platform-common{font-weight:700;font-size:14px;color:var(--cashierPaymentMethodGroupItem)}.cashier-payment-method-item-accordion-module_accordionTab__PXCDDBd8__platform-common .cashier-payment-method-item-accordion-module_arrow__n-XqUD7Y__platform-common{width:16px;height:10px;display:flex;align-items:center;justify-content:center;position:relative}.cashier-payment-method-item-accordion-module_accordionTab__PXCDDBd8__platform-common .cashier-payment-method-item-accordion-module_arrow__n-XqUD7Y__platform-common:before,.cashier-payment-method-item-accordion-module_accordionTab__PXCDDBd8__platform-common .cashier-payment-method-item-accordion-module_arrow__n-XqUD7Y__platform-common:after{position:absolute;content:"";width:10px;background-color:var(--cashierPaymentMethodAccordionIconColor);height:3px;border-radius:4px;transition:transform .5s ease}.cashier-payment-method-item-accordion-module_accordionTab__PXCDDBd8__platform-common .cashier-payment-method-item-accordion-module_arrow__n-XqUD7Y__platform-common:before{transform:rotate(45deg);left:0}.cashier-payment-method-item-accordion-module_accordionTab__PXCDDBd8__platform-common .cashier-payment-method-item-accordion-module_arrow__n-XqUD7Y__platform-common:after{right:0;transform:rotate(-45deg)}.cashier-payment-method-item-accordion-module_accordionTab__PXCDDBd8__platform-common .cashier-payment-method-item-accordion-module_arrowCustom__L-5qCNC7__platform-common{transform:rotate(90deg);color:var(--cashierPaymentMethodAccordionIconColor);transition:transform .5s ease}.cashier-payment-method-item-accordion-module_accordionContent__cS3MrWJs__platform-common{padding:0 10px 7px}.cashier-payment-method-item-accordion-module_accordionContent__cS3MrWJs__platform-common .cw-payments__methods-list{margin-top:0}.cashier-payment-methods-module_paymentMethods__d-Ainuyr__platform-common{display:block}.cw-payments{padding:16px 56px 33px;color:var(--cashierTextColorMain)}@media (max-width: 767px){.cw-payments{padding:16px 16px 12px}}.cw-payments__title{font-weight:700;font-size:20px;color:var(--cashierTextColorMain);text-align:center;margin:0 0 15px}@media (max-width: 767px){.cw-payments__title{font-size:16px}}.cw-payments__groups .react-horizontal-scrolling-menu--scroll-container{padding-bottom:13px;scrollbar-width:thin;scrollbar-color:var(--cashierScrollbarThumb) var(--cashierScrollbarTrack)}.cw-payments__groups .react-horizontal-scrolling-menu--scroll-container::-webkit-scrollbar{display:block;border-radius:3px;height:6px}.cw-payments__groups .react-horizontal-scrolling-menu--scroll-container::-webkit-scrollbar-track{background:var(--cashierScrollbarTrack)}.cw-payments__groups .react-horizontal-scrolling-menu--scroll-container::-webkit-scrollbar-thumb{background:var(--cashierScrollbarThumb);border-radius:3px}.cw-payments__groups .react-horizontal-scrolling-menu--scroll-container::-webkit-scrollbar-thumb:hover{background:var(--cashierScrollbarThumbHover)}.cw-payments__groups .react-horizontal-scrolling-menu--separator{flex:0 0 8px}.cw-payments__groups .horizontal-menu__arrow-wrapper{width:34px;height:34px;color:var(--cashierPaymentMethodGroupArrows);background:transparent;font-size:var(--cashierPaymentMethodGroupArrowsFontSize);top:16px}@media (max-width: 767px){.cw-payments__groups .horizontal-menu__arrow-wrapper{display:none}}.cw-payments__groups .horizontal-menu__arrow-wrapper--left{left:-37px}.cw-payments__groups .horizontal-menu__arrow-wrapper--right{right:-37px}.cw-payments__groups-item{display:flex;align-items:center;height:32px;color:var(--cashierPaymentMethodGroupItem);font-size:14px;background:var(--cashierPaymentMethodGroupItemBg);border-radius:var(--cashierPaymentMethodGroupItemBorderRadius, 4px);font-weight:400;border:1px solid var(--cashierPaymentMethodGroupItemBorder);padding:var(--cashierPaymentMethodGroupItemPadding, 0 8px);white-space:nowrap;transition:color .15s ease,background-color .15s ease}.cw-payments__groups-item--selected{font-weight:var(--cashierPaymentMethodGroupItemSelectedFontWeight, 500)}.cw-payments__groups-item--selected,.cw-payments__groups-item:hover{color:var(--cashierPaymentMethodGroupItemHover);background:var(--cashierPaymentMethodGroupItemBgHover)}.cw-payments__methods-list{display:flex;flex-wrap:wrap;margin:12px -5px 0;padding:0}.cw-payments__method-wrapper{flex:0 0 20%;padding:5px 6px}@media (max-width: 767px){.cw-payments__method-wrapper{flex:0 0 33.333%;padding:5px}}.cw-payments__method{display:flex;justify-content:center;align-items:center;position:relative;width:100%;height:66px;padding:8px 14px;background:var(--cashierPaymentMethodBg, #FFF);border:var(--cashierPaymentMethodBorder, none);border-radius:var(--cashierPaymentMethodBorderRadius, 6px)}.cw-payments__method img{display:block;max-width:100%;max-height:100%;transition:transform .2s ease-in-out}.cw-payments__method:hover img{transform:scale(1.1)}.cw-payments__method-name{text-align:center;color:var(--cashierPaymentMethodTitleColor);font-weight:400;font-size:12px;margin-top:4px}.cw-payments__method-badge{position:absolute;top:0;left:0;width:100%;height:12px;padding:0 4px;text-align:center;font-size:10px;font-weight:400;border-radius:4px 4px 0 0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cashier-payment-methods-module_notFound__tg6Br9Q6__platform-common{display:flex;width:100%;justify-content:center;align-items:center;flex-direction:column;min-height:300px}.cashier-payment-methods-module_notFound__tg6Br9Q6__platform-common .cashier-payment-methods-module_iconWrap__nynEPDxY__platform-common{position:relative;width:133px;height:133px;margin:0;display:flex;align-items:center;justify-content:center}.cashier-payment-methods-module_notFound__tg6Br9Q6__platform-common .cashier-payment-methods-module_iconWrap__nynEPDxY__platform-common .cashier-payment-methods-module_icon__y6fVsgWE__platform-common{font-size:105px}.cashier-payment-methods-module_notFound__tg6Br9Q6__platform-common .cashier-payment-methods-module_text__OgMlZrrq__platform-common{margin-top:16px;color:var(--cashierNotFoundText, #FFF);font-size:14px;text-transform:uppercase;text-align:center;line-height:16px;font-weight:500}.cashier-method-tabs-module_tabs__kWy0JY3d__platform-common{position:relative;z-index:1}.cw-tabs{display:flex;justify-content:flex-start;padding:0 20px;margin-bottom:4px}@media (max-width: 767px){.cw-tabs{padding:0 12px}}.cw-tabs__tab{width:calc(50% + 6px);padding-bottom:5px;border-radius:8px 8px 0 0}@media (max-width: 767px){.cw-tabs__tab{font-size:var(--cashierModalMobileTabsFontSize, 14px)}}.cw-tabs__tab--selected{z-index:2}.cw-tabs__tab--selected .cw-tabs__tab-inner{background:var(--cashierModalSelectedTabsBackground);color:var(--cashierModalSelectedTab, #FFF);font-weight:var(--cashierModalSelectedTabFontWeight)}.cw-tabs__tab--selected .cw-tabs__tab-inner:hover{background:var(--cashierModalSelectedTabsBackgroundHover)}@media (max-width: 767px){.cw-tabs__tab--selected .cw-tabs__tab-inner{color:var(--cashierModalSelectedTabMobile, #FFFFFF)}.cw-tabs__tab--selected .cw-tabs__tab-inner:hover{background:var(--cashierModalSelectedTabsBackground)}}.cw-tabs__tab:not(.cw-tabs__tab--selected){z-index:1}.cw-tabs__tab:not(:last-of-type){margin-right:-12px}.cw-tabs__tab-inner{width:100%;height:48px;border-radius:8px;color:var(--cashierNotActiveTabColor);background:var(--cashierNotActiveTabBackground);transition:all .15s ease;font-weight:var(--cashierTabsFontWeight, 400)}.cw-tabs__tab-inner:hover{background:var(--cashierNotActiveTabBackgroundHover)}@media (max-width: 767px){.cw-tabs__tab-inner{height:40px}}[dir=rtl] .cw-tabs__tab:not(:last-of-type){margin-right:0;margin-left:4px}.cashier-error-module_errorContainer__-tT3bYXc__platform-common{padding:0 20px 20px}@media (max-width: 767px){.cashier-error-module_errorContainer__-tT3bYXc__platform-common{padding:0 12px 20px}}.cashier-error-module_cashierError__BVxWXgz4__platform-common{display:block}.cw-error{padding:60px 30px;background:var(--cashierModalBackgroundSecondary);border-radius:5px;border-bottom:1px solid var(--cashierModalBackgroundSecondary);text-align:center}.cw-error__icon{display:flex;justify-content:center;color:var(--cashierErrorIconColor);font-size:100px}.cw-error__text{color:var(--cashierTextColorMain);max-width:330px;margin:20px auto 0;font-size:20px}.cw-error__text a{color:var(--buttonMain);transition:color .15s ease;text-decoration:underline}.cw-error__text a:hover{color:inherit}.cashier-selector-currency-module_selectorCurrency__2uFt2MQp__platform-common{position:relative;margin:24px 32px 0;width:300px;z-index:2}.cashier-selector-currency-module_selectorCurrency__2uFt2MQp__platform-common .ui-select{color:var(--cashierSelectorWrapperColor, var(--cashierTextColorMain));background-color:var(--cashierSelectorWrapperBg, var(--cashierModalBackgroundSecondary))}.cashier-selector-currency-module_selectorCurrency__2uFt2MQp__platform-common .ui-select__outer-text{color:var(--cashierTextColorMain)}.cashier-selector-currency-module_selectorCurrency__2uFt2MQp__platform-common .ui-select__outer-arrow{position:absolute;top:50%;right:16px;color:var(--cashierModalSelectorArrow);transform:translateY(-50%) rotate(180deg);font-size:14px}.cashier-selector-currency-module_selectorCurrency__2uFt2MQp__platform-common .ui-select__outer-arrow .svg-icon{transform:none}.cashier-selector-currency-module_selectorCurrency__2uFt2MQp__platform-common .ui-select--open .ui-select__outer-arrow{transform:translateY(-50%) rotate(0)}.cashier-selector-currency-module_selectorCurrency__2uFt2MQp__platform-common .ui-select__list-item--active .cashier-selector-currency-module_selectCurrencyWrapper__WX92n9KK__platform-common,.cashier-selector-currency-module_selectorCurrency__2uFt2MQp__platform-common .ui-select__list-item--active .cashier-selector-currency-module_selectAmount__Gi1XlImy__platform-common{color:var(--cashierSelectorColorActive)}@media screen and (max-width: 767px){.cashier-selector-currency-module_selectorCurrency__2uFt2MQp__platform-common{width:calc(100% - 64px)}}.cashier-selector-currency-module_label__tnUpmLo2__platform-common{display:flex;font-weight:700;font-size:18px;margin-bottom:16px;color:var(--cashierTextColorMain)}.cashier-selector-currency-module_select__b9CO10d7__platform-common{display:flex;justify-content:space-between;width:100%}.cashier-selector-currency-module_select__b9CO10d7__platform-common .cashier-selector-currency-module_selectCurrencyWrapper__WX92n9KK__platform-common,.cashier-selector-currency-module_select__b9CO10d7__platform-common .cashier-selector-currency-module_selectAmount__Gi1XlImy__platform-common{font-size:14px;font-weight:700;color:var(--cashierSelectorColor, var(--cashierTextColorMain));text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.cashier-selector-currency-module_select__b9CO10d7__platform-common .cashier-selector-currency-module_selectIcon__3HT1FSFP__platform-common{margin-right:4px}.cashier-selector-currency-module_select__b9CO10d7__platform-common .cashier-selector-currency-module_selectIcon__3HT1FSFP__platform-common span{line-height:14px}.cashier-selector-currency-module_select__b9CO10d7__platform-common .cashier-selector-currency-module_selectCurrencyWrapper__WX92n9KK__platform-common{display:flex;align-items:center;flex:1}.cashier-selector-currency-module_select__b9CO10d7__platform-common .cashier-selector-currency-module_selectCurrencyWrapper__WX92n9KK__platform-common .cashier-selector-currency-module_selectCurrency__pXprv-Wv__platform-common{line-height:14px}.cashier-selector-currency-module_select__b9CO10d7__platform-common .cashier-selector-currency-module_selectAmount__Gi1XlImy__platform-common{flex:1;text-align:right}.cashier-deductible-tax-module_container__4BcyXZTz__platform-common{background:var(--cashierModalBackgroundSecondary);border-radius:5px;margin:0 20px 9px;padding:16px}.cashier-deductible-tax-module_header__LHBEJkab__platform-common{display:flex;justify-content:space-between;color:var(--white);font-weight:700}.cashier-deductible-tax-module_header__LHBEJkab__platform-common .cashier-deductible-tax-module_taxTitle__HT1LeYYM__platform-common{font-size:14px}.cashier-deductible-tax-module_header__LHBEJkab__platform-common .cashier-deductible-tax-module_deductibleStake__UMULKddb__platform-common{font-size:14px;margin-left:12px}.cashier-deductible-tax-module_message__lfaMUoHA__platform-common{margin-top:8px;color:var(--cashierDeductibleStakeMsgColor)}.cashier-payment-form-module_iframe__0XXNgyFF__platform-common{width:100%;margin:0;padding:0;border:none;display:block;overflow:hidden;opacity:0;transition:opacity .15s ease-in-out}.cashier-payment-form-module_iframe__0XXNgyFF__platform-common.cashier-payment-form-module_loaded__2wpOKCzC__platform-common{opacity:1}.cw-payment-form{position:relative;padding-bottom:34px}.cw-payment-form__back-button{position:absolute;z-index:2;top:10px;left:10px}.cashier-payment-form-module_paymentFormLoader__0jr4m7KE__platform-common{height:100vh;display:grid;place-content:center}.banner-from-cms-module_bannerWrapper__k56pFkYv__platform-common{display:flex;position:relative;width:100%;height:100%;overflow:hidden}.banner-from-cms-module_bannerWrapper__k56pFkYv__platform-common .awssld__container{height:100%;padding:0}.banner-from-cms-module_bannerWrapper__k56pFkYv__platform-common .awssld__box{height:100%}.banner-from-cms-module_bannerWrapper__k56pFkYv__platform-common .awssld__bar{height:2px!important;background:var(--eventTableBorder)!important}.banner-from-cms-module_bannerWrapper__k56pFkYv__platform-common .awssld__bullets{justify-content:var(--slaiderBulletsPosition, center);bottom:8px}.banner-from-cms-module_bannerWrapper__k56pFkYv__platform-common .awssld__bullets button{width:8px;height:8px;background:var(--sliderBulletsDefaultBackground, #ffffff)}.banner-from-cms-module_bannerWrapper__k56pFkYv__platform-common .awssld__bullets button.awssld__bullets--active{background:var(--sliderBulletsActiveBackground)}.banner-from-cms-module_bannerWrapper__k56pFkYv__platform-common .awssld__content img{display:block;background-color:var(--bannerImgBacgroundcolor)}.banner-from-cms-module_controls__chmdktYv__platform-common{display:flex;align-items:center;flex-direction:row-reverse;position:absolute;right:16px;bottom:16px;background:var(--mainBannerControlsBg, rgba(226, 232, 238, .4));border-radius:4px;padding:4px;z-index:3}.banner-from-cms-module_controls__chmdktYv__platform-common .banner-from-cms-module_control__8yN4MUn6__platform-common{display:flex;align-items:center;justify-content:center;position:static;width:24px;height:24px;min-width:24px;font-size:16px;color:var(--mainSliderControlArrowColor);cursor:pointer;padding:4px;border-radius:4px;background:var(--mainBannerControlBg, rgba(226, 232, 238, .4));transition:opacity .15s ease,background .15s ease}.banner-from-cms-module_controls__chmdktYv__platform-common .banner-from-cms-module_control__8yN4MUn6__platform-common:not(:last-child){margin-left:4px}.banner-from-cms-module_controls__chmdktYv__platform-common .banner-from-cms-module_control__8yN4MUn6__platform-common.banner-from-cms-module_disabled__uSVMhwPf__platform-common{opacity:.2;cursor:default;pointer-events:none}.banner-from-cms-module_controls__chmdktYv__platform-common .banner-from-cms-module_control__8yN4MUn6__platform-common.banner-from-cms-module_right__-SoumZeS__platform-common{transform:rotate(180deg)}.banner-from-cms-module_bannerItemWrapper__ARS8fvBf__platform-common{display:flex;align-items:center;height:100%;width:100%}.banner-from-cms-module_bannerItemWrapper__ARS8fvBf__platform-common img{-o-object-fit:cover;object-fit:cover;width:100%;min-width:100%;height:100%}.banner-from-cms-module_content__QvNk6k1o__platform-common{display:flex;flex-direction:column;justify-content:center;width:100%;height:100%;z-index:3}.banner-from-cms-module_content__QvNk6k1o__platform-common.banner-from-cms-module_left__1O2LDlmi__platform-common{align-items:start!important;text-align:left!important}.banner-from-cms-module_content__QvNk6k1o__platform-common.banner-from-cms-module_left__1O2LDlmi__platform-common .banner-from-cms-module_buttons__ABIEh4C4__platform-common{justify-content:flex-start!important}.banner-from-cms-module_content__QvNk6k1o__platform-common.banner-from-cms-module_center__xq6UCGdU__platform-common{align-items:center!important;text-align:center!important}.banner-from-cms-module_content__QvNk6k1o__platform-common.banner-from-cms-module_center__xq6UCGdU__platform-common .banner-from-cms-module_buttons__ABIEh4C4__platform-common{justify-content:center!important}.banner-from-cms-module_content__QvNk6k1o__platform-common.banner-from-cms-module_right__-SoumZeS__platform-common{align-items:end!important;text-align:right!important}.banner-from-cms-module_content__QvNk6k1o__platform-common.banner-from-cms-module_right__-SoumZeS__platform-common .banner-from-cms-module_buttons__ABIEh4C4__platform-common{justify-content:flex-end!important}.banner-from-cms-module_content__QvNk6k1o__platform-common.banner-from-cms-module_clickable__QZh6i08v__platform-common{cursor:pointer}.banner-from-cms-module_content__QvNk6k1o__platform-common.banner-from-cms-module_mobile__Ya-TJWSB__platform-common .app-button{min-height:28px}.banner-from-cms-module_textWrapper__9xWyGswQ__platform-common{width:100%;height:100%}.banner-from-cms-module_buttons__ABIEh4C4__platform-common{display:flex;align-items:center;flex-wrap:wrap;width:100%;margin-top:10px;margin-bottom:10px}.banner-from-cms-module_buttons__ABIEh4C4__platform-common button:not(:last-child){margin-right:10px}.banner-from-cms-module_bannerImage__5HRZJt7f__platform-common{position:absolute;top:0;left:0;width:100%;height:100%}.fast-bet-sum-editor-module_fastBetWrapper__I0M9KTu2__platform-common{display:flex;flex-direction:column;align-items:center;gap:8px;background:var(--settingsContentBg);border-radius:4px;padding:12px 16px}.fast-bet-sum-editor-module_fastBetTitle__s-MGnMFQ__platform-common{width:100%;text-align:left;line-height:24px}.fast-bet-sum-editor-module_fastBetsContainer__OV7IiLhp__platform-common{display:flex;gap:8px}.fast-bet-sum-editor-module_fastBetsMobileContainer__Zew-LOD-__platform-common{flex-direction:column;width:100%}.fast-bet-sum-editor-module_inputContainer__zIwUdQ3X__platform-common{position:relative}.fast-bet-sum-editor-module_inputContainer__zIwUdQ3X__platform-common svg.fast-bet-sum-editor-module_checkIcon__Bgy3DAlJ__platform-common{display:none;position:absolute;right:15px;top:50%;translate:0 -50%;z-index:1;color:var(--allSportsActive);height:16px;width:16px}.fast-bet-sum-editor-module_inputContainer__zIwUdQ3X__platform-common svg.fast-bet-sum-editor-module_showCheckIcon__Yw6EOEHF__platform-common{display:block}.fast-bet-sum-editor-module_inputContainer__zIwUdQ3X__platform-common svg.fast-bet-sum-editor-module_showErrorIcon__-xGL-Att__platform-common{display:block;color:var(--limitsSnackbarError)}.fast-bet-sum-editor-module_fastBetInput__uC5qPqE-__platform-common{width:100%;height:48px;color:var(--inputPlaceholderColor)!important;text-indent:3px;text-overflow:ellipsis;border:1px solid var(--menuSectionBorder);border-radius:32px}.fast-bet-sum-editor-module_fastBetInput__uC5qPqE-__platform-common.fast-bet-sum-editor-module_inputWithIco__iTS37ELD__platform-common{padding-right:30px}.fast-bet-sum-editor-module_fastBetInput__uC5qPqE-__platform-common:focus{color:var(--mainColor)!important}.fast-bet-sum-editor-module_fastBetInput__uC5qPqE-__platform-common:focus-visible{outline:none;border-color:var(--inputBorderActiveColor)!important}.fast-bet-sum-editor-module_errorInput__I-CCyQ-O__platform-common{border-color:var(--limitsSnackbarError)!important}.fast-bet-sum-editor-module_currencySymbol__zmHjZowf__platform-common{position:absolute;left:16px;top:50%;translate:0 -50%;z-index:1;text-align:left;color:var(--inputPlaceholderColor)}.fast-bet-sum-editor-module_symbolFocused__pYAQaylt__platform-common{color:var(--mainColor)}.fast-bet-sum-editor-module_saveButton__3eyD-laK__platform-common{width:200px}.fast-bet-sum-editor-module_mobileSaveButton__qAe1BJcg__platform-common{width:100%}.fast-bet-sum-editor-module_currencyMobileModal__YV9e0Uvi__platform-common{top:0!important}.story-module_story__1S75RS4-__platform-common{display:block;width:100px;padding:4px;background-color:var(--mslStoryBg);box-shadow:0 2px 9px #0000001a;border-radius:var(--mslStoryBorderRadius);text-decoration:none;transition:color .15s ease,background-color .15s ease;position:relative;cursor:pointer}.story-module_story__1S75RS4-__platform-common:hover{background-color:var(--mslStoryBgHover)}.story-module_story__1S75RS4-__platform-common.story-module_wide__UEMurGAZ__platform-common{width:125px}.story-module_story__1S75RS4-__platform-common.story-module_vip__4eDwKkmM__platform-common{width:150px}.story-module_story__1S75RS4-__platform-common.story-module_cashback__Kzei5--P__platform-common{width:150px;transition:opacity .5s ease-out}.story-module_story__1S75RS4-__platform-common.story-module_cashback__Kzei5--P__platform-common .story-module_image__BEh8V5Xo__platform-common{-o-object-fit:cover;object-fit:cover}.story-module_story__1S75RS4-__platform-common.story-module_removing__ngukRLj2__platform-common{animation:story-module_fadeOut__wqUpH3lM__platform-common .5s ease-in-out both}.story-module_story__1S75RS4-__platform-common.story-module_removing__ngukRLj2__platform-common.story-module_removed__sFgShSNH__platform-common{display:none}.story-module_imageWrap__We9D0cs9__platform-common{height:68px;position:relative}.story-module_imageWrap__We9D0cs9__platform-common .story-module_image__BEh8V5Xo__platform-common{border-radius:var(--mslStoryImageBorderRadius);width:100%;height:100%}.story-module_imageWrap__We9D0cs9__platform-common .story-module_confetti__ZtLlVHff__platform-common{position:absolute;top:0;left:0;width:100%}.story-module_content__LUJFgj9F__platform-common{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;position:absolute;top:0;left:0;width:100%;height:100%;padding:8px 8px 27px}.story-module_progressBarHeader__nVkSkjWg__platform-common{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;width:100%}.story-module_progressBarHeaderLeft__-RQsETev__platform-common,.story-module_progressBarHeaderRight__Rkafa7FH__platform-common{display:flex;align-items:center;color:var(--white)}.story-module_progressBarHeaderIcon__ZHRPRd4P__platform-common{font-size:12px;margin-right:4px}.story-module_progressBarHeaderTitle__TLyx6a-g__platform-common{font-size:10px}.story-module_timer__TY52xp06__platform-common{position:absolute;bottom:0;left:0;width:100%;height:12px;border-radius:0 0 6px 6px;font-size:10px;text-align:center;color:var(--cashbackBonusSmallItemTimerColor);background:var(--cashbackBonusSmallItemTimerBg)}.story-module_title__jtl1yGTY__platform-common{display:flex;justify-content:center;align-items:center;text-align:center;min-height:36px;padding:6px 2px 2px;color:var(--mslStoryTitle);font-size:var(--mslStoryFontSize);line-height:var(--mslStoryLineHeight);text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.story-module_vipContent__krol-E7h__platform-common{position:absolute;right:8px;left:8px;top:8px}.story-module_data__oNhnKzx3__platform-common{display:flex;align-items:center}.story-module_data__oNhnKzx3__platform-common .story-module_text__-QMYu2z3__platform-common{display:flex;flex-wrap:wrap;font-size:var(--mslStoryVipTextFontSize);color:var(--mslStoryVipTextColorAccent)}.story-module_data__oNhnKzx3__platform-common .story-module_slash__bTgV2jBx__platform-common{margin:0 2px}.story-module_data__oNhnKzx3__platform-common .story-module_finishPoints__V6svZrBE__platform-common{color:var(--mslStoryVipTextColor)}.story-module_levelImage__78NZy9cr__platform-common{height:37px;max-width:45px;margin-right:8px}.story-module_progress__m-4oajaU__platform-common{margin-top:8px;height:10px;border-radius:16px;width:100%;background:var(--mslStoryProgressBg);position:relative}.story-module_progress__m-4oajaU__platform-common .story-module_progressBar__5koo97ld__platform-common{background:var(--mslStoryProgressBarBg);height:inherit;border-radius:16px}.story-module_progress__m-4oajaU__platform-common .story-module_progressBar__5koo97ld__platform-common.story-module_full__SEAhPMIG__platform-common{background:var(--mslStoryProgressBarFullBg)}.story-module_finishPoints__V6svZrBE__platform-common{margin-right:6px}.cashback-list .story-module_story__1S75RS4-__platform-common{margin:4px 6px}@keyframes story-module_fadeOut__wqUpH3lM__platform-common{0%{opacity:1}to{opacity:0}}.story-cashback-modal-module_modal__FCDowmsQ__platform-common .ui-modal-portal__content{background-color:var(--cashbackBonusModalBg);padding:24px;border-radius:12px;width:670px}.story-cashback-modal-module_modalMobile__r0-EGNwB__platform-common .ui-modal-portal__content{display:flex;flex-direction:column;background-color:var(--cashbackBonusModalBg);border-radius:12px 12px 0 0;max-height:calc(100dvh - 46px)}@media (orientation: landscape){.story-cashback-modal-module_modalMobile__r0-EGNwB__platform-common .ui-modal-portal__content{height:100%}}.story-cashback-modal-module_modalMobile__r0-EGNwB__platform-common .ui-modal-portal__close-button{color:var(--white)!important}.story-cashback-modal-module_modalMobile__r0-EGNwB__platform-common .story-cashback-modal-module_textContent__mI1yt5LZ__platform-common{min-height:140px}.story-cashback-modal-module_modalMobile__r0-EGNwB__platform-common .story-cashback-modal-module_image__mGxtDOwx__platform-common{top:-1px;right:0;width:180px;height:auto}.story-cashback-modal-module_modalMobile__r0-EGNwB__platform-common .story-cashback-modal-module_image__mGxtDOwx__platform-common img{border-top-right-radius:0}.story-cashback-modal-module_modalMobile__r0-EGNwB__platform-common .story-cashback-modal-module_content__Fria6KCk__platform-common{padding:20px 16px}.story-cashback-modal-module_modalMobile__r0-EGNwB__platform-common .story-cashback-modal-module_description__xQmKzoZt__platform-common{text-transform:uppercase}.story-cashback-modal-module_modalMobile__r0-EGNwB__platform-common .story-cashback-modal-module_time__iYKMwrf3__platform-common{font-size:10px}.story-cashback-modal-module_modalMobile__r0-EGNwB__platform-common .story-cashback-modal-module_description__xQmKzoZt__platform-common{font-size:12px;line-height:16px;letter-spacing:1px;margin:16px 0 8px}.story-cashback-modal-module_modalMobile__r0-EGNwB__platform-common .story-cashback-modal-module_subDescription__3lDJ57iM__platform-common{font-size:10px;margin-bottom:16px}.story-cashback-modal-module_headerMobile__HOyddl6l__platform-common{padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.1)}.story-cashback-modal-module_headerMobile__HOyddl6l__platform-common .story-cashback-modal-module_title__Tkf5jwOy__platform-common{font-size:16px;margin-bottom:0}.story-cashback-modal-module_content__Fria6KCk__platform-common{display:flex;flex-direction:column;position:relative;z-index:1}.story-cashback-modal-module_image__mGxtDOwx__platform-common{position:absolute;top:-25px;right:-24px;display:flex;justify-content:flex-end;width:330px;height:215px;pointer-events:none}.story-cashback-modal-module_image__mGxtDOwx__platform-common img{max-width:100%;max-height:100%;border-top-right-radius:12px}.story-cashback-modal-module_textContent__mI1yt5LZ__platform-common{width:50%;min-height:200px;position:relative}.story-cashback-modal-module_title__Tkf5jwOy__platform-common{font-size:24px;font-weight:700;color:var(--cashbackBonusModalTitleColor);margin-bottom:24px}.story-cashback-modal-module_time__iYKMwrf3__platform-common{display:flex;align-items:center;font-size:14px;color:var(--cashbackBonusModalTimeColor)}.story-cashback-modal-module_timeIcon__1LMV2xs-__platform-common{margin-right:4px}.story-cashback-modal-module_timeCount__qu9zzQKU__platform-common{display:flex;align-items:center}.story-cashback-modal-module_description__xQmKzoZt__platform-common{font-size:16px;font-weight:700;line-height:24px;color:var(--cashbackBonusModalDescriptionColor);margin:12px 0}.story-cashback-modal-module_subDescription__3lDJ57iM__platform-common{font-size:14px;color:var(--cashbackBonusModalSubDescriptionColor);margin-bottom:24px}.story-cashback-modal-module_progressBarWrapper__xNg-ASDm__platform-common{display:flex;flex-direction:column;position:relative}.story-cashback-modal-module_progressBarHeader__a1rUcs81__platform-common{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.story-cashback-modal-module_progressBarHeaderLeft__MopjiPNU__platform-common,.story-cashback-modal-module_progressBarHeaderRight__H5aMF8Wz__platform-common{display:flex;align-items:center}.story-cashback-modal-module_progressBarTitle__bYbndOPw__platform-common{color:var(--cashbackBonusModalProgressBarTitle);font-size:12px;margin-right:4px}.story-cashback-modal-module_progressBarCount__9NUOvwUg__platform-common{color:var(--cashbackBonusModalProgressBarCount);font-size:12px}.story-cashback-tabs-module_tabs__X4xEibwE__platform-common{margin-top:24px;overflow:hidden}.story-cashback-tabs-module_tabs__X4xEibwE__platform-common.story-cashback-tabs-module_mobile__T2eQEaK9__platform-common{display:flex;flex-direction:column;flex-grow:1;margin-top:4px}.story-cashback-tabs-module_tabs__X4xEibwE__platform-common.story-cashback-tabs-module_mobile__T2eQEaK9__platform-common .story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common{display:flex;flex-direction:column;flex:1;overflow:hidden}.story-cashback-tabs-module_tabs__X4xEibwE__platform-common.story-cashback-tabs-module_mobile__T2eQEaK9__platform-common .story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common table tbody td{padding:6px 20px}.story-cashback-tabs-module_tabs__X4xEibwE__platform-common.story-cashback-tabs-module_mobile__T2eQEaK9__platform-common .story-cashback-tabs-module_tabContentInner__-TYKFqBa__platform-common{display:flex;flex-direction:column;flex:1;overflow-x:hidden;overflow-y:hidden;max-height:none;border-radius:0}@media (orientation: landscape){.story-cashback-tabs-module_tabs__X4xEibwE__platform-common.story-cashback-tabs-module_mobile__T2eQEaK9__platform-common .story-cashback-tabs-module_tabContentInner__-TYKFqBa__platform-common{max-height:160px}}.story-cashback-tabs-module_tabs__X4xEibwE__platform-common.story-cashback-tabs-module_mobile__T2eQEaK9__platform-common .story-cashback-tabs-module_tabContent__r6lZwpot__platform-common{max-height:-moz-max-content;max-height:max-content}.story-cashback-tabs-module_tabs__X4xEibwE__platform-common.story-cashback-tabs-module_mobile__T2eQEaK9__platform-common .story-cashback-tabs-module_tabButton__59NbxQ8x__platform-common{min-width:105px;padding:8px}.story-cashback-tabs-module_tabsHeader__rUi4RBmG__platform-common{margin:0 -2px}.story-cashback-tabs-module_tabButton__59NbxQ8x__platform-common{display:flex;align-items:center;justify-content:center;height:42px;min-width:150px;border-radius:4px 4px 0 0;padding:13px 8px;background:var(--cashbackBonusModalTabButtonBg);color:var(--cashbackBonusModalTabButtonColor);text-align:center;font-size:12px;margin:0 2px;border-bottom:2px solid var(--cashbackBonusModalTabButtonBorderColor);scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-color:var(--cashbackBonusModalTabTableScrollThumb) transparent;scrollbar-width:thin;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.story-cashback-tabs-module_tabButton__59NbxQ8x__platform-common::-webkit-scrollbar{width:8px;background:var(--cashbackBonusModalTabTableScroll);height:8px}.story-cashback-tabs-module_tabButton__59NbxQ8x__platform-common::-webkit-scrollbar-track{border-radius:4px}.story-cashback-tabs-module_tabButton__59NbxQ8x__platform-common::-webkit-scrollbar-thumb{background-color:var(--cashbackBonusModalTabTableScrollThumb);border-radius:4px}.story-cashback-tabs-module_tabButton__59NbxQ8x__platform-common.story-cashback-tabs-module_active__IkYzrazS__platform-common{background:var(--cashbackBonusModalTabButtonBgActive);border-color:var(--cashbackBonusModalTabButtonBorderColorActive);color:var(--cashbackBonusModalTabButtonColorActive)}.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common{position:relative;padding:16px;border-radius:0 0 4px 4px;background:var(--cashbackBonusModalTabContentBg);color:var(--cashbackBonusModalTabContentColor)}.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common *{overflow-wrap:break-word}.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common h1,.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common h2,.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common h3{line-height:1.3;font-weight:700;text-align:left;margin:0}.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common h1{font-size:25px}.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common h2{font-size:20px}.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common h3{font-size:14px}.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common p{margin:0;padding:0;font-size:12px}.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common p strong{font-weight:700}.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common p a{transition:color .15s ease;text-decoration:underline}.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common p:hover{color:inherit}.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common p+p{margin-top:15px}.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common img{max-width:100%}.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common ul,.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common ol{margin:0;padding:0 0 0 15px;list-style:none;font-size:12px;color:var(--cashbackBonusModalListColor)}.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common ul a,.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common ol a{transition:color .15s ease;text-decoration:underline}.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common ul a:hover,.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common ol a:hover{color:inherit}.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common ul li,.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common ol li{position:relative;font-weight:400}.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common ul li::marker,.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common ol li::marker{display:none}.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common ol{counter-reset:start}.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common ol li{counter-increment:start}.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common ol li:before{content:counters(start,".") ". ";font-weight:700;position:absolute;left:-20px}.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common ol li+li{margin-top:10px}.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common ul{list-style-type:none!important}.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common ul li{counter-increment:none}.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common ul li:before{display:block;position:absolute;content:"";width:4px;height:4px;left:-10px;top:6px;border-radius:50%;background:var(--cashbackBonusModalListMark)}.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common ul li+li{margin-top:10px}.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common table{border:1px solid rgba(255,255,255,.05);font-size:12px;overflow-x:auto}.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common table th,.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common table tr:first-child{min-height:32px;padding:8px 24px;text-align:left;font-size:12px;background:var(--cashbackBonusModalTabTableTrBg);color:var(--cashbackBonusModalTabTableHeaderColor)}.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common table tr:nth-child(2n){background:var(--cashbackBonusModalTabTableTrEvenBg)}.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common table tr:nth-child(odd){background:var(--cashbackBonusModalTabTableTrOddBg)}.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common table tr{border-bottom:1px solid rgba(255,255,255,.05)}.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common table tbody td{padding:12px 24px}.story-cashback-tabs-module_tabContentWrapper__Y4KgSspI__platform-common br{margin-bottom:2px}.story-cashback-tabs-module_tabContent__r6lZwpot__platform-common{display:none;flex-direction:column;overflow-y:auto;max-height:300px}.story-cashback-tabs-module_tabContent__r6lZwpot__platform-common::-webkit-scrollbar{width:8px;background:var(--cashbackBonusModalTabTableScroll);height:8px}.story-cashback-tabs-module_tabContent__r6lZwpot__platform-common::-webkit-scrollbar-track{border-radius:4px}.story-cashback-tabs-module_tabContent__r6lZwpot__platform-common::-webkit-scrollbar-thumb{background-color:var(--cashbackBonusModalTabTableScrollThumb);border-radius:4px}.story-cashback-tabs-module_tabContent__r6lZwpot__platform-common.story-cashback-tabs-module_active__IkYzrazS__platform-common{display:flex}.watchers-chat-module_chat__TpT9mzF9__platform-common{display:flex;position:fixed;bottom:0;right:0;z-index:var(--zIndex-watchersChat, 340);background-color:var(--watchersChatMessageBg);border-radius:8px}.watchers-chat-module_chat__TpT9mzF9__platform-common iframe{width:100%;height:100%;border-radius:8px;border:none}.watchers-chat-module_chat__TpT9mzF9__platform-common.watchers-chat-module_margin__0joLDnaP__platform-common{margin:16px}.watchers-chat-module_chat__TpT9mzF9__platform-common.watchers-chat-module_withPointer__VFku71Qe__platform-common{cursor:pointer}.watchers-chat-module_modal__xxXQqpan__platform-common{position:static;width:100%!important;height:100%!important}.watchers-chat-module_container__D3rDmqAa__platform-common{width:100%}.watchers-chat-module_lastMessageContainer__yjOMGxGW__platform-common{display:flex;width:100%}.watchers-chat-module_lastMessageContainer__yjOMGxGW__platform-common .watchers-chat-module_lastMessage__59BbTRuJ__platform-common{width:100%;display:flex;padding:12px}.watchers-chat-module_lastMessageContainer__yjOMGxGW__platform-common .watchers-chat-module_lastMessage__59BbTRuJ__platform-common .watchers-chat-module_avatar__UL2ayxfy__platform-common{margin-right:8px;width:36px}.watchers-chat-module_lastMessageContainer__yjOMGxGW__platform-common .watchers-chat-module_lastMessage__59BbTRuJ__platform-common .watchers-chat-module_textContainer__eI8Bl2uW__platform-common{display:flex;flex-direction:column}.watchers-chat-module_lastMessageContainer__yjOMGxGW__platform-common .watchers-chat-module_lastMessage__59BbTRuJ__platform-common .watchers-chat-module_text__eGdU-u32__platform-common{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:165px}.watchers-chat-module_icon__pNVXwU5J__platform-common{background:var(--watchersChatBg);padding:15px}.watchers-chat-module_icon__pNVXwU5J__platform-common.watchers-chat-module_onlyIcon__HNTRU7z1__platform-common{border-radius:8px}.watchers-chat-module_icon__pNVXwU5J__platform-common:not(.watchers-chat-module_onlyIcon__HNTRU7z1__platform-common){border-top-right-radius:8px;border-bottom-right-radius:8px}.watchers-chat-module_icon__pNVXwU5J__platform-common .svg-icon{font-size:30px}.watchers-chat-module_buttons__FOnErkGy__platform-common{position:absolute;cursor:grab;height:43px;display:flex;align-items:center;padding-left:6px;width:calc(100% - 145px)}.watchers-chat-module_buttons__FOnErkGy__platform-common .watchers-chat-module_buttonItem__BdiTBoYp__platform-common{cursor:pointer;margin:0 4px}.watchers-chat-module_buttons__FOnErkGy__platform-common .watchers-chat-module_buttonItem__BdiTBoYp__platform-common.watchers-chat-module_close__1QYlbB7j__platform-common{font-size:20px}.watchers-chat-module_buttons__FOnErkGy__platform-common .watchers-chat-module_buttonItem__BdiTBoYp__platform-common.watchers-chat-module_resize__Ma-yMnYo__platform-common{font-size:18px}.odds-booster-banners-module_container__xiEFO4Iw__platform-common{display:flex;overflow-y:auto;margin-right:calc(-1 * var(--mslMobilePagePadding))}.odds-booster-banners-module_league__7lxbu3RD__platform-common{display:flex;align-items:center;margin-left:auto;margin-right:auto;padding:0 16px;overflow:hidden}.odds-booster-banners-module_leagueInner__2SRAWi9K__platform-common{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.odds-booster-banners-module_banner__GGlu-NYa__platform-common{display:flex;flex-direction:column;position:relative;width:380px;flex:0 0 380px;height:100%;margin-right:8px;border-radius:var(--oddsBoosterBaseBorderRadius);color:var(--oddsBoosterBannerColor);padding:12px;background-color:var(--odddsBoosterBannerBgColor);background-size:cover;background-position:center center;background-repeat:no-repeat}@media (max-width: 480px){.odds-booster-banners-module_banner__GGlu-NYa__platform-common{width:340px;flex:0 0 340px}}.odds-booster-banners-module_banner__GGlu-NYa__platform-common:after{position:absolute;content:"";width:100%;height:100%;top:0;left:0;opacity:.8;background:var(--oddsBoosterBannerBgOverlay);border-radius:var(--oddsBoosterBaseBorderRadius);pointer-events:none}.odds-booster-banners-module_header__aAH1DzdK__platform-common{display:flex;align-items:center;margin-bottom:8px;font-weight:700;z-index:2}.odds-booster-banners-module_liveIcon__EIgnA7-9__platform-common{margin-right:8px}.odds-booster-banners-module_icon__lYYrdekg__platform-common:not(:last-child){margin-right:8px}.odds-booster-banners-module_eventName__Is7VToSY__platform-common{font-weight:700;text-align:center;margin-bottom:14px;margin-top:auto;color:inherit;text-decoration:none;z-index:1}.odds-booster-banners-module_eventName__Is7VToSY__platform-common:hover{text-decoration:underline}.odds-booster-banners-module_teams__6X27nMlF__platform-common{display:flex;align-items:center;justify-content:space-around;margin-bottom:18px;z-index:1}.odds-booster-banners-module_teams__6X27nMlF__platform-common img{width:48px;height:48px}.odds-booster-banners-module_result__NgHaQRn6__platform-common{display:flex;align-items:center}.odds-booster-banners-module_score__nAxEa8my__platform-common{margin:0 8px;padding:4px 8px;font-size:12px;background:var(--oddsBoosterBannerScoreBg);border:var(--oddsBoosterBannerScoreBorder);border-radius:var(--oddsBoosterBannerBorderRadius)}.odds-booster-banners-module_timerWrapper__d-z78V2S__platform-common{display:flex;align-items:center}.odds-booster-banners-module_timerIcon__723TEJwh__platform-common{margin-right:6px}.odds-booster-banners-module_timer__kFskdIna__platform-common{font-size:12px;line-height:0}.odds-booster-banners-module_headerItem__oKIqH0rk__platform-common{display:flex;align-items:center;flex:1}.odds-booster-banners-module_headerItemRight__ATDKMr7F__platform-common{justify-content:flex-end}.odds-booster-banners-module_broadcastIcon__Gs8IoAvo__platform-common{width:18px;height:20px;top:1px}.odds-booster-banners-module_iconBg__q6ybr8uK__platform-common{width:20px;height:20px;background:var(--oddsBoosterBannerIconBg, #1A3769);border-radius:4px;display:flex;align-items:center;justify-content:center}.odds-booster-banners-module_date__J6se9Uw-__platform-common{text-align:center;font-size:12px;line-height:1.33333}.odds-booster-banners-module_tooltip__STdLQbZA__platform-common{background:var(--oddsBoosterTooltipBg);border-radius:var(--oddsBoosterBaseBorderRadius);padding:8px;top:0}.odds-booster-banners-module_tooltip__STdLQbZA__platform-common:after{content:none}.odds-booster-banners-module_tooltip__STdLQbZA__platform-common span{color:var(--oddsBoosterTooltipColor);font-size:14px}.odds-booster-banners-module_item__8AcrrEWW__platform-common{height:100%}.auth-providers-controls-module_Wrapper__JFStBJjL__platform-common{align-items:center;display:flex;margin:30px auto;max-width:433px;justify-content:center}.auth-providers-controls-module_Button__SraUn-n7__platform-common{position:relative;flex:1 1 auto;min-width:52px;margin:0 9px;text-transform:uppercase;font-size:12px}.auth-providers-controls-module_Button__SraUn-n7__platform-common:first-child{margin-left:0}.auth-providers-controls-module_Button__SraUn-n7__platform-common:last-child{margin-right:0}.auth-providers-controls-module_Button__SraUn-n7__platform-common svg{min-height:20px;min-width:20px}.auth-providers-controls-module_MobileIdBtn__pZ9N7gSY__platform-common{stroke:currentColor}.auth-providers-controls-module_WrapperLogin__G1YCW0ez__platform-common{margin:0 auto 20px;max-width:100%}.auth-providers-controls-module_WrapperLogin__G1YCW0ez__platform-common .auth-providers-controls-module_Button__SraUn-n7__platform-common{flex:0 1 auto;font-size:11px;margin:0 3px;padding:5px!important;transition:.5s;transition-property:flex-grow background-color;transition-timing-function:ease-in-out}.auth-providers-controls-module_WrapperLogin__G1YCW0ez__platform-common .auth-providers-controls-module_Button__SraUn-n7__platform-common:first-child{margin-left:0}.auth-providers-controls-module_WrapperLogin__G1YCW0ez__platform-common .auth-providers-controls-module_Button__SraUn-n7__platform-common:last-child{margin-right:0}.auth-providers-controls-module_WrapperLogin__G1YCW0ez__platform-common .auth-providers-controls-module_Button__SraUn-n7__platform-common>span{text-overflow:clip;overflow:hidden;width:0;transition-delay:.15s;transition-duration:.3s;transition-property:width;transition-timing-function:ease-in-out}.auth-providers-controls-module_WrapperLogin__G1YCW0ez__platform-common .auth-providers-controls-module_Button__SraUn-n7__platform-common svg{margin-right:0!important}.auth-providers-controls-module_WrapperLogin__G1YCW0ez__platform-common .auth-providers-controls-module_ButtonActive__EKFANscd__platform-common{flex-grow:1;display:flex;justify-content:flex-start;transition:.5s;transition-property:flex-grow background-color;transition-timing-function:ease-in-out}.auth-providers-controls-module_WrapperLogin__G1YCW0ez__platform-common .auth-providers-controls-module_ButtonActive__EKFANscd__platform-common svg{margin-right:8px!important;margin-left:13px}.auth-providers-controls-module_WrapperLogin__G1YCW0ez__platform-common .auth-providers-controls-module_ButtonActive__EKFANscd__platform-common>span{text-align:left;transition-delay:.15s;transition-duration:.3s;transition-property:width;transition-timing-function:ease-in-out;width:65px}@keyframes auth-providers-controls-module_spanTransition__-Df9Zxzy__platform-common{0%{opacity:0;width:0}to{opacity:1;width:65px}}@media (max-width: 460px){.auth-providers-controls-module_Wrapper__JFStBJjL__platform-common,.auth-providers-controls-module_WrapperLogin__G1YCW0ez__platform-common{margin:14px auto}.auth-providers-controls-module_Wrapper__JFStBJjL__platform-common .auth-providers-controls-module_Button__SraUn-n7__platform-common,.auth-providers-controls-module_WrapperLogin__G1YCW0ez__platform-common .auth-providers-controls-module_Button__SraUn-n7__platform-common{font-size:11px;margin:0 3px;padding:5px!important}.auth-providers-controls-module_Wrapper__JFStBJjL__platform-common .auth-providers-controls-module_ButtonActive__EKFANscd__platform-common,.auth-providers-controls-module_WrapperLogin__G1YCW0ez__platform-common .auth-providers-controls-module_ButtonActive__EKFANscd__platform-common{justify-content:center}}.baltic-states-providers-login-module_HiddenField__5SkBzu9u__platform-common{display:none}.latvia-smart-id-registration-additional-fields-module_BottomBlock__6-Yx96Nr__platform-common{margin-bottom:25px}.latvia-smart-id-registration-additional-fields-module_SelectBlock__Q2-6tzco__platform-common{max-width:433px;margin:0 auto 20px}.base-registration-step3-module_wrapper__4aEBAt4y__platform-common{display:flex;justify-content:center;align-items:center}.base-registration-step3-module_wrapper__4aEBAt4y__platform-common .base-registration-step3-module_buttonActive__jxF-L9XP__platform-common{background:var(--buttonMainHover);color:var(--white)}.base-registration-step3-module_wrapper__4aEBAt4y__platform-common .base-registration-step3-module_button__wZkHVJnU__platform-common:not(.base-registration-step3-module_buttonActive__jxF-L9XP__platform-common):hover{background:var(--postcoderButtonHover);color:var(--postcoderButtonHoverText)}.base-registration-step3-module_wrapper__4aEBAt4y__platform-common .base-registration-step3-module_button__wZkHVJnU__platform-common:nth-child(1){margin-right:4px}.base-registration-step3-module_wrapper__4aEBAt4y__platform-common .base-registration-step3-module_button__wZkHVJnU__platform-common:nth-child(2){margin-left:4px}.base-registration-step3-module_warningMessage__JYwkfDvg__platform-common{background:var(--eventHeadingBackground);border-radius:8px;font-size:12px;color:var(--inputColor);padding:15px;margin-top:12px}.blue-m-registration-module_blueM__eO3mOHzo__platform-common{position:relative;padding:12px 15px;margin:25px 0;background:var(--registerBlockBg);display:flex;align-items:center}.blue-m-registration-module_blueMContent__37gwX6X3__platform-common{margin:0 auto;display:inline-flex;cursor:pointer;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.blue-m-registration-module_blueMContent__37gwX6X3__platform-common *{-webkit-user-select:none;-moz-user-select:none;user-select:none}.blue-m-registration-module_blueMImage__Ut4KMPuH__platform-common{display:block;padding-right:12px}.blue-m-registration-module_blueMImage__Ut4KMPuH__platform-common img{display:block;max-width:48px}.blue-m-registration-module_blueMText__Vu6tEpsT__platform-common{color:var(--blueMText);font-size:14px;line-height:1.25}.ontario-step3-module_wrapper__rFkEj4iN__platform-common{display:flex;justify-content:center;align-items:center}.ontario-step3-module_buttonActive__L5N8VtPh__platform-common{background:var(--buttonMainHover);color:var(--white)}.ontario-step3-module_button__wQxST8Jc__platform-common:not(.ontario-step3-module_buttonActive__L5N8VtPh__platform-common):hover{background:var(--postcoderButtonHover);color:var(--postcoderButtonHoverText)}.ontario-step3-module_button__wQxST8Jc__platform-common:nth-child(1){margin-right:4px}.ontario-step3-module_button__wQxST8Jc__platform-common:nth-child(2){margin-left:4px}.ontario-step3-module_warningMessage__wIZ5MWQ7__platform-common{background:var(--eventHeadingBackground);border-radius:8px;font-size:12px;color:var(--inputColor);padding:15px;margin-top:12px}.ontario-step2-module_wrapper__86zT-OIE__platform-common{display:flex;justify-content:center;align-items:center}.ontario-step2-module_buttonActive__BsaGFCVX__platform-common{background:var(--buttonMainHover);color:var(--white)}.ontario-step2-module_button__-6POXmyw__platform-common:not(.ontario-step2-module_buttonActive__BsaGFCVX__platform-common):hover{background:var(--postcoderButtonHover);color:var(--postcoderButtonHoverText)}.ontario-step2-module_button__-6POXmyw__platform-common:nth-child(1){margin-right:4px}.ontario-step2-module_button__-6POXmyw__platform-common:nth-child(2){margin-left:4px}.ontario-step2-module_warningMessage__rL0S8j-h__platform-common{background:var(--eventHeadingBackground);border-radius:8px;font-size:12px;color:var(--inputColor);padding:15px;margin-top:12px}.australia-step3-module_wrapper__Cusbk3Y1__platform-common{display:flex;justify-content:center;align-items:center}.australia-step3-module_buttonActive__pvs6PYyL__platform-common{background:var(--buttonMainHover);color:var(--white)}.australia-step3-module_button__lrx9H5T1__platform-common:not(.australia-step3-module_buttonActive__pvs6PYyL__platform-common):hover{background:var(--postcoderButtonHover);color:var(--postcoderButtonHoverText)}.australia-step3-module_button__lrx9H5T1__platform-common:nth-child(1){margin-right:4px}.australia-step3-module_button__lrx9H5T1__platform-common:nth-child(2){margin-left:4px}.australia-step3-module_warningMessage__DWiN1kSt__platform-common{background:var(--eventHeadingBackground);border-radius:8px;font-size:12px;color:var(--inputColor);padding:15px;margin-top:12px}.one-step-radio-button-module_container__aMGKBNU-__platform-common{display:block;position:relative;width:20px;height:20px}.one-step-radio-button-module_container__aMGKBNU-__platform-common svg{transition:opacity .15s ease;position:absolute;display:block;top:0;left:0;height:100%;width:100%;font-size:20px}.one-step-radio-button-module_container__aMGKBNU-__platform-common svg g path{fill:var(--buttonMain)}.one-step-radio-button-module_active__PDfnIbAU__platform-common{opacity:1}.one-step-radio-button-module_disabled__C0lZKQCp__platform-common{opacity:0}.one-step-radio-button-module_item__2GLnpOSl__platform-common{opacity:0;visibility:hidden;height:1px;width:1px;position:absolute;right:-10px}.one-step-bonus-picker-module_container__5Brjhicl__platform-common{padding:12px;border-radius:5px;background:var(--oneStepBonusContainer);box-shadow:0 1px #80808066 inset,0 3px 1px #1d191a4d;margin-bottom:12px}.one-step-bonus-picker-module_holder__DTphuaZd__platform-common{display:flex;align-items:center}.one-step-bonus-picker-module_item__t4Pia8Pp__platform-common{display:flex;justify-content:space-between;align-items:center;padding:8px 0;cursor:pointer}.one-step-bonus-picker-module_item__t4Pia8Pp__platform-common:nth-child(1){padding-top:0}.one-step-bonus-picker-module_item__t4Pia8Pp__platform-common:nth-last-child(1){padding-bottom:0}.one-step-bonus-picker-module_item__t4Pia8Pp__platform-common+.one-step-bonus-picker-module_item__t4Pia8Pp__platform-common{position:relative}.one-step-bonus-picker-module_item__t4Pia8Pp__platform-common+.one-step-bonus-picker-module_item__t4Pia8Pp__platform-common:after{opacity:.3;top:0;left:0;right:0;content:"";height:1px;background:gray;position:absolute}.one-step-bonus-picker-module_image__BFFwOFic__platform-common{width:44px;height:48px;font-size:48px;margin-right:15px;flex:0 0 44px;min-width:44px}.one-step-bonus-picker-module_image__BFFwOFic__platform-common img{display:block;width:100%}.one-step-bonus-picker-module_title__j9LpItSs__platform-common{font-weight:500;font-size:12px;line-height:1.25;color:var(--oneStepBonusTitle)}.one-step-bonus-picker-module_text__BvmEj9mS__platform-common{font-weight:700;font-size:14px;line-height:1.25;color:var(--oneStepBonusText)}.one-step-registration-form-module_container__mjD0xWgD__platform-common{width:100%}.one-step-registration-form-module_containerHorizontal__BS75L-8k__platform-common{max-width:54%;padding:24px}@media screen and (max-width: 500px){.one-step-registration-form-module_containerHorizontal__BS75L-8k__platform-common{max-width:100%;padding:0}}@media screen and (min-width: 501px){.one-step-registration-form-module_containerHorizontal__BS75L-8k__platform-common.one-step-registration-form-module_mobile__LZrEnUYc__platform-common{max-width:100%;padding:0}}.one-step-registration-form-module_wrapper__bAvQweQk__platform-common{position:relative;display:flex;flex-direction:column;gap:8px}.one-step-registration-form-module_row__N5j5txP-__platform-common{position:relative}.one-step-registration-form-module_info__7bTOaJa0__platform-common{position:relative;margin-top:15px}.one-step-registration-form-module_infoRow__01mAGB-A__platform-common{margin-top:8px;max-width:100%}.one-step-registration-form-module_buttonContainer__JfD07aP-__platform-common{margin-top:8px}.one-step-registration-form-module_socialIcon__WZgPncvU__platform-common{border-radius:32px;background:var(--inputBackground, #F0F3F8);width:40px;height:40px;display:flex;align-items:center;justify-content:center}.one-step-registration-form-module_socialIcon__WZgPncvU__platform-common svg{width:16px;height:16px}.one-step-registration-form-module_socialwrapper__Gw6eYG23__platform-common{display:flex;justify-content:center;align-items:center;-moz-column-gap:10px;column-gap:10px;margin:10px auto}:root{--oneStepBonusTitle: #ffffff;--oneStepBonusText: #ffffff;--oneStepBonusTitleTextMobile: #3E4049;--oneStepBonusContainer: #F0F3F8;--oneStepBonusContainerBorderRadius: var(--baseBorderRadius)}.one-step-bonus-picker-custom-module_container__jfHktM-D__platform-common{width:100%;max-width:46%;display:flex;flex-direction:column;padding:24px;background:var(--oneStepBonusContainer);border-radius:var(--oneStepBonusContainerBorderRadius) 0 0 var(--oneStepBonusContainerBorderRadius)}@media (max-width: 500px){.one-step-bonus-picker-custom-module_container__jfHktM-D__platform-common{padding:0;max-width:100%;background:none;margin-bottom:12px}}@media (min-width: 501px){.one-step-bonus-picker-custom-module_container__jfHktM-D__platform-common.one-step-bonus-picker-custom-module_mobile__obqddPY9__platform-common{padding:0;max-width:100%;background:none;margin-bottom:12px}}.one-step-bonus-picker-custom-module_itemWrapper__kpy-WE6n__platform-common{display:flex;flex-direction:column;gap:8px}.one-step-bonus-picker-custom-module_mobile__obqddPY9__platform-common .one-step-bonus-picker-custom-module_itemWrapper__kpy-WE6n__platform-common{background:var(--oneStepBonusContainer);border-radius:8px;padding:0 12px;gap:0}.one-step-bonus-picker-custom-module_item__9Z-kQPIw__platform-common{position:relative;display:flex;flex-direction:column;min-height:150px;border-radius:12px;overflow:hidden;cursor:pointer}.one-step-bonus-picker-custom-module_mobile__obqddPY9__platform-common .one-step-bonus-picker-custom-module_item__9Z-kQPIw__platform-common{flex-direction:row;align-items:center;border-radius:0;min-height:auto;border-bottom:solid 1px rgba(111,123,141,.1019607843);padding:8px 0}.one-step-bonus-picker-custom-module_mobile__obqddPY9__platform-common .one-step-bonus-picker-custom-module_item__9Z-kQPIw__platform-common:last-child{border-bottom:none}.one-step-bonus-picker-custom-module_image__XKTNtNB5__platform-common{position:relative;display:none;width:32px;height:32px;margin-right:12px}.one-step-bonus-picker-custom-module_image__XKTNtNB5__platform-common img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.one-step-bonus-picker-custom-module_mobile__obqddPY9__platform-common .one-step-bonus-picker-custom-module_image__XKTNtNB5__platform-common{display:block}.one-step-bonus-picker-custom-module_backgroundImage__eQGRVDu2__platform-common{display:block;position:absolute;top:0;left:0;right:0;background-size:cover;background-position:center;width:100%;height:100%}.one-step-bonus-picker-custom-module_mobile__obqddPY9__platform-common .one-step-bonus-picker-custom-module_backgroundImage__eQGRVDu2__platform-common{display:none}.one-step-bonus-picker-custom-module_content__hYmmuln1__platform-common{width:100%;height:100%;min-height:150px;display:flex;flex-direction:column;justify-content:space-between;padding:16px;z-index:1;background:linear-gradient(90deg,#000 -15.28%,#0000 75.17%)}.one-step-bonus-picker-custom-module_mobile__obqddPY9__platform-common .one-step-bonus-picker-custom-module_content__hYmmuln1__platform-common{background:none;padding:0;min-height:0}.one-step-bonus-picker-custom-module_title__T4A7boc-__platform-common,.one-step-bonus-picker-custom-module_text__KVh4xEQp__platform-common{max-width:50%;font-weight:700}.one-step-bonus-picker-custom-module_title__T4A7boc-__platform-common{color:var(--oneStepBonusTitle);font-size:20px;line-height:1.6}.one-step-bonus-picker-custom-module_mobile__obqddPY9__platform-common .one-step-bonus-picker-custom-module_title__T4A7boc-__platform-common{order:1;color:var(--oneStepBonusTitleTextMobile);font-size:14px;line-height:1.4;max-width:100%}.one-step-bonus-picker-custom-module_text__KVh4xEQp__platform-common{color:var(--oneStepBonusText);font-size:12px;line-height:1.33;opacity:.8;letter-spacing:1px;text-transform:uppercase}.one-step-bonus-picker-custom-module_mobile__obqddPY9__platform-common .one-step-bonus-picker-custom-module_text__KVh4xEQp__platform-common{color:var(--oneStepBonusTitleTextMobile);font-size:12px;font-weight:400;line-height:1.3;max-width:calc(100% - 32px);opacity:1;letter-spacing:normal;text-transform:none}.one-step-bonus-picker-custom-module_holder__W8XHCvIg__platform-common{position:absolute;top:12px;right:12px}.one-step-bonus-picker-custom-module_mobile__obqddPY9__platform-common .one-step-bonus-picker-custom-module_holder__W8XHCvIg__platform-common{right:0}.personal-details-dob__set{display:flex;gap:8px}.personal-details-dob__set .relative,.personal-details-dob__title--dob,.personal-details-dob__field--dob-title{display:none}.hidden{display:none!important}.coupon-bet-time-module_Text__2hRTnE-y__platform-common{font-size:12px;font-style:normal;font-weight:400;opacity:.5}.coupon-bet-time-module_AliveContainer__9XiepLnz__platform-common{display:flex;align-items:center}.coupon-bet-time-module_AliveContainer__9XiepLnz__platform-common>:nth-child(2){margin-left:8px}.coupon-bet-teams-module_Wrapper__EEK-XctL__platform-common{align-items:center;display:flex;margin:6px 0}.coupon-bet-teams-module_Score__dqrFrH4t__platform-common{color:var(--betslipScoreColor);font-size:15px;font-weight:700;margin-right:8px}.coupon-bet-teams-module_Teams__pywcW6Gp__platform-common{color:var(--betslipMainTextColor);cursor:pointer;font-size:12px;text-decoration:none}.coupon-bet-teams-module_Teams__pywcW6Gp__platform-common:hover{text-decoration:underline}.coupon-bet-teams-module_Inactive__VASf8h-J__platform-common{opacity:.5}.coupon-bet-teams-module_NoLink__3KqH7uvT__platform-common{cursor:auto}.coupon-bet-teams-module_NoLink__3KqH7uvT__platform-common:hover{text-decoration:none}.coupon-bet-teams-module_betBuilder__tcUIDW9J__platform-common{font-weight:700;font-size:14px}.coupon-bet-market-module_Wrapper__3943a5BB__platform-common{font-size:14px;font-weight:700;color:var(--betslipMainTextColor);margin-top:6px}.coupon-bet-market-module_Inactive__0NaLVk-7__platform-common{opacity:.5}.coupon-betbuilder-markets-module_item__WJkDAlbV__platform-common{margin-bottom:4px;font-size:14px;line-height:1.43;display:flex;font-weight:400}.coupon-betbuilder-markets-module_iconContainer__wkhXv3M-__platform-common{margin-right:8px;position:relative;display:flex;justify-content:center;padding-top:6px}.coupon-betbuilder-markets-module_iconContainer__wkhXv3M-__platform-common:after{content:"";position:absolute;width:1px;top:17px;bottom:-6px;background:var(--betslipBetBuilderMarkColor);left:50%;transform:translate(-50%)}.coupon-betbuilder-markets-module_iconContainer__wkhXv3M-__platform-common.coupon-betbuilder-markets-module_iconContainerLast__MheWzvR2__platform-common:after{display:none}.coupon-betbuilder-markets-module_icon__uy6wRBvT__platform-common{width:8px;height:8px;border:1px solid var(--betslipBetBuilderMarkColor);border-radius:50%}.coupon-betbuilder-markets-module_badge__1YFNOD7g__platform-common{color:var(--white);font-size:10px;border-radius:4px;background:var(--betBuilderIconBg);display:inline-flex;padding:0 4px;height:16px;line-height:16px}.coupon-bet-radio-module_Radio__fQZ2qI-X__platform-common{border-radius:50%;box-shadow:var(--betslipEventRadioBoxShadow);flex:0 0 var(--betslipEventRadioSize);height:var(--betslipEventRadioSize);margin-right:var(--betslipEventRadioMarginRight);transition:box-shadow .1s ease;width:var(--betslipEventRadioSize)}.coupon-bet-radio-module_Active__5QpxA-hf__platform-common{box-shadow:var(--betslipActiveEventRadioBoxShadow)}.coupon-bet-coefficient-module_Wrapper__TRzNZH18__platform-common{display:flex;font-size:14px;font-weight:700;margin-right:8px}.coupon-bet-coefficient-module_Value__ofTARQxh__platform-common{color:var(--betslipGrayText);line-height:1;transition:color .4s ease-in-out}.coupon-bet-coefficient-module_Arrow__Qv8UyJxs__platform-common{fill:var(--betslipInputBorder);margin:0 4px}.coupon-bet-coefficient-module_ValueUp__L7oCXW3r__platform-common{color:var(--betslipSuccess)}.coupon-bet-coefficient-module_ValueDown__J2uvtrZG__platform-common{color:var(--betslipError)}.coupon-bet-coefficient-module_ValueOld__5RHYyNJr__platform-common{color:var(--betslipInputBorder)}.coupon-bet-coefficient-module_OldValueWrapper__sSE2O3zb__platform-common{display:flex;opacity:0;width:0}.coupon-bet-coefficient-module_OldValueWrapperActive__CWR4FRWi__platform-common{opacity:1;transition:width .3s ease-in-out;width:100%}.coupon-bet-remove-module_Holder__5ySaiPzy__platform-common{cursor:pointer;font-size:16px;position:relative;top:-1px;color:var(--betslipMainTextColor)}.coupon-bet-status-module_Text__U4QiTKge__platform-common{font-size:14px;font-weight:700;margin-right:8px}.coupon-bet-status-module_TextDanger__6uh4DOVB__platform-common{color:var(--betslipError);opacity:.5}.coupon-bet-status-module_TextSuccess__phHW0Aq6__platform-common{color:var(--betslipSuccess);opacity:.5}.coupon-bet-status-module_TextWarning__zP6Aw4oM__platform-common{color:var(--betslipWarning)}.coupon-bet-event-statistics-button-module_icon__pDlICjKd__platform-common{width:16px;height:16px}.coupon-bet-event-module_EventSingle__jlH8X--I__platform-common{border-radius:8px;padding:12px;border:var(--betslipEventBorder)}.coupon-bet-event-module_EventSingle__jlH8X--I__platform-common:not(.coupon-bet-event-module_couponEventSelected__luvxfF7X__platform-common){cursor:pointer}.coupon-bet-event-module_EventSingle__jlH8X--I__platform-common:not(:first-child){margin-top:8px}.coupon-bet-event-module_couponEventSelected__luvxfF7X__platform-common{border:var(--betslipActiveEventBorder)}.coupon-bet-event-module_EventMulti__Z5Q4Nr3o__platform-common{padding:0 12px 12px}.coupon-bet-event-module_EventMulti__Z5Q4Nr3o__platform-common:not(:first-child):before{background:var(--betslipSeperatorLine);content:"";display:block;height:1px;margin-bottom:12px;width:100%}.coupon-bet-event-module_EventMulti__Z5Q4Nr3o__platform-common:first-child{border-radius:8px 8px 0 0;padding-top:12px}.coupon-bet-event-module_EventMulti__Z5Q4Nr3o__platform-common:last-child{border-radius:0 0 8px 8px}.coupon-bet-event-module_EventMulti__Z5Q4Nr3o__platform-common.coupon-bet-event-module_couponEventSelected__luvxfF7X__platform-common{border:none}.coupon-bet-event-module_Event__gF--HsX0__platform-common{background:var(--betslipGray)}.coupon-bet-event-module_Inactive__1Np-b0Ge__platform-common .coupon-bet-event-module_EventInfo__LH2kcV9V__platform-common{opacity:.5}.coupon-bet-event-module_EventHeader__QzzMhv5a__platform-common,.coupon-bet-event-module_EventInfo__LH2kcV9V__platform-common{align-items:center;display:flex}.coupon-bet-event-module_EventHeader__QzzMhv5a__platform-common{justify-content:space-between}.coupon-bet-event-module_Actions__CfVYiqGs__platform-common{align-items:center;display:flex}.coupon-bet-event-module_LoadingDisabled__cpMjoGxp__platform-common{opacity:.5}.coupon-bet-event-module_SportImage__S-4df41Z__platform-common{display:block;margin-right:6px;width:18px}.coupon-bet-event-module_SportImageDisabled__Fx7UXGeC__platform-common{filter:grayscale(1)}.coupon-bet-event-module_broadcastIcon__rjQeXj-c__platform-common{font-size:18px;margin-left:8px}.coupon-bet-event-module_coefficientWrapper__2jxG5wJx__platform-common{display:flex;align-items:flex-end}.coupon-bet-event-module_coefficientWrapper__2jxG5wJx__platform-common .coupon-bet-event-module_statsWindowButton__BR7GV8UC__platform-common{cursor:pointer;color:var(--mslTextLight);transition:color .2s ease,transform .2s ease;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.coupon-bet-event-module_coefficientWrapper__2jxG5wJx__platform-common .coupon-bet-event-module_statsWindowButton__BR7GV8UC__platform-common:hover{color:var(--accentMain)}.coupon-bet-event-module_coefficientWrapper__2jxG5wJx__platform-common .coupon-bet-event-module_modernFactorStats__8zKAphBT__platform-common{width:100%;height:100%}.coupon-item-module_Item__FH0wRFOo__platform-common{padding:0 8px 10px}.coupon-item-module_Loader__S5nYAySK__platform-common{border-radius:8px}.coupon-footer-top-module_Wrapper__Yuopd0Kn__platform-common,.coupon-footer-top-module_FooterTopWrapper__G60dSEMZ__platform-common{font-size:16px;font-weight:700;margin:0 12px 10px;justify-content:space-between;display:flex}.coupon-footer-top-module_FooterTopWrapper__G60dSEMZ__platform-common{margin-top:8px}.coupon-footer-top-module_TitleWrapper__e-yI-erg__platform-common{display:flex}.coupon-footer-top-module_ShareButton__tI1-9Eaa__platform-common{margin-right:12px;margin-top:-5px}.coupon-footer-top-module_Market__-HaG7wVI__platform-common{margin-top:2px;margin-right:5px}.coupon-footer-top-module_Market__-HaG7wVI__platform-common:first-letter{text-transform:uppercase}.coupon-footer-top-module_Coef__Ii-KVRpx__platform-common{margin-top:2px}.coupon-footer-main-module_Wrapper__tKweo5Ah__platform-common{display:flex;flex-direction:column;gap:8px;align-items:start;justify-content:center;width:100%;padding:0 12px}.coupon-footer-main-module_ActionsWrapper__vAu1wij-__platform-common{align-items:center;display:flex;justify-content:space-between;width:100%}.coupon-footer-main-module_Entry__lPyoHNea__platform-common{align-items:center;display:flex;margin-right:12px;position:relative;width:100%}.coupon-footer-main-module_Symbol__Z4H-W-Mv__platform-common{align-items:center;border:1px solid var(--betslipInputBorder);border-radius:var(--betslipInputBorderRadius) 0 0 var(--betslipInputBorderRadius);border-right:none;display:flex;font-size:16px;height:40px;padding:0 6px 0 12px}.coupon-footer-main-module_SymbolNewStyle__zUwrSRwo__platform-common{border-radius:8px 0 0 8px}.coupon-footer-main-module_FreeBet__QSU-rsa5__platform-common{align-items:center;background:var(--betslipMain);border-radius:var(--betslipInputBorderRadius);display:flex;font-size:14px;font-weight:500;height:32px;margin:0 4px;padding:0 12px;position:absolute}.coupon-footer-main-module_FreeBet__QSU-rsa5__platform-common .svg-icon{font-size:16px;margin-right:5px;top:-1px}.coupon-footer-main-module_FreeBetNewStyle__SNhPHeU7__platform-common{border-radius:8px}.coupon-footer-main-module_Close__Yk2-LtAb__platform-common{color:var(--betslipClearInputIconColor);cursor:pointer;display:grid!important;font-size:19px!important;height:100%!important;margin-right:12px;place-content:center;position:absolute!important;right:0}.coupon-footer-main-module_checkIcon__vxub--kv__platform-common{color:var(--confirmButtonBG);display:none;opacity:0}.coupon-footer-main-module_checkIconAnimation__TrRMrzNn__platform-common{animation-name:coupon-footer-main-module_opacityAnimation__0fUs-Vb8__platform-common;animation-duration:3s;animation-fill-mode:forwards;animation-timing-function:ease-in-out}.coupon-footer-main-module_Input__9A0m4E1D__platform-common{background:inherit;border:1px solid var(--betslipInputBorder);border-left:none;border-radius:0 var(--betslipInputBorderRadius) var(--betslipInputBorderRadius) 0;font-size:16px;height:40px;line-height:40px;padding:0 34px 0 0;width:100%;opacity:1;color:var(--betslipInputColor)}.coupon-footer-main-module_Input__9A0m4E1D__platform-common:focus{outline:none}.coupon-footer-main-module_InputNew__eVAHRdrX__platform-common{border-radius:0 8px 8px 0}.coupon-footer-main-module_InputError__jqWr9Ikl__platform-common .coupon-footer-main-module_Symbol__Z4H-W-Mv__platform-common,.coupon-footer-main-module_InputError__jqWr9Ikl__platform-common .coupon-footer-main-module_Input__9A0m4E1D__platform-common{border-color:var(--betslipError)}.coupon-footer-main-module_Hide__uUi2X9Kv__platform-common{display:none}.coupon-footer-main-module_FreebetActive__00ztCYFR__platform-common .coupon-footer-main-module_Input__9A0m4E1D__platform-common{border-left:1px solid var(--betslipInputBorder);border-radius:var(--betslipInputBorderRadius);padding-left:24px}.coupon-footer-main-module_FreebetActive__00ztCYFR__platform-common .coupon-footer-main-module_InputNew__eVAHRdrX__platform-common{border-radius:8px}.coupon-footer-main-module_ConfirmBtnDisabled__vE-NbwyM__platform-common{background:var(--betslipConfirmButtonDisabledBg)!important}.coupon-footer-main-module_ConfirmBtnDisabled__vE-NbwyM__platform-common span{opacity:.2}.coupon-footer-main-module_ConfirmBtn__XiI5QPX9__platform-common:not(.app-button--disabled){background-color:var(--betslipMain)!important}.coupon-footer-main-module_ConfirmBtn__XiI5QPX9__platform-common:not(.app-button--disabled):hover{background-color:var(--betslipMainHover)!important}.coupon-footer-main-module_showQuickBetSave__oqoVkPdK__platform-common{width:35%;animation-name:coupon-footer-main-module_expandAnimation__fcPI3WQz__platform-common;animation-duration:.3s;animation-fill-mode:forwards;animation-timing-function:ease-in-out}.coupon-footer-main-module_hideQuickBetSave__Fx2wLmc1__platform-common{width:0;overflow:hidden;padding:0!important}.coupon-footer-main-module_hideQuickBetSaveAnimation__PbgN2ti3__platform-common{animation-name:coupon-footer-main-module_shrinkAnimation__M1NItv6S__platform-common;animation-duration:.3s;animation-fill-mode:forwards;animation-timing-function:ease-in-out}.coupon-footer-main-module_loginButtonFooter__Cqk7NQ-1__platform-common{border-radius:8px}.coupon-footer-main-module_grow__I1zsNX9S__platform-common{flex-grow:1}.coupon-footer-main-module_buttonDisabled__pRadsDJs__platform-common{opacity:.6;pointer-events:none}.coupon-footer-main-module_CurrencySymbolDisabled__1OLOrpXi__platform-common{opacity:.6}.coupon-footer-main-module_disabledBetting__e6al5QSn__platform-common{pointer-events:none;color:#ffffffb3}@keyframes coupon-footer-main-module_expandAnimation__fcPI3WQz__platform-common{0%{width:0;padding:0}to{padding:5px 20px;width:35%}}@keyframes coupon-footer-main-module_shrinkAnimation__M1NItv6S__platform-common{0%{width:35%;padding:5px 20px}to{width:0;padding:0}}@keyframes coupon-footer-main-module_opacityAnimation__0fUs-Vb8__platform-common{0%{opacity:1}to{opacity:0}}.coupon-footer-fast-stake-module_fastStake__OtI-0N3w__platform-common{padding:0 12px}.coupon-footer-fast-stake-module_fastStake__OtI-0N3w__platform-common .scroll-container__wrapper{font-size:14px;font-weight:700}.coupon-footer-fast-stake-module_fastStake__OtI-0N3w__platform-common .react-horizontal-scrolling-menu--separator{flex:0 0 8px;padding:0 4px}.coupon-footer-fast-stake-module_itemWrapper__HKeuh-Um__platform-common{padding:0}.coupon-footer-fast-stake-module_Item__l5-uUdLk__platform-common{align-items:center;background:var(--betslipFastStakeItemBg);border-radius:var(--betslipInputBorderRadius);display:flex;height:40px;justify-content:center;padding:0 10px;transition:background-color .15s ease,opacity .15s ease;white-space:nowrap;direction:ltr;-webkit-user-select:none;-moz-user-select:none;user-select:none}.coupon-footer-fast-stake-module_Item__l5-uUdLk__platform-common span:first-child{padding-right:5px}.coupon-footer-fast-stake-module_Item__l5-uUdLk__platform-common .coupon-footer-fast-stake-module_wrapperAmount__DI4-6ncR__platform-common{display:flex;direction:rtl}.coupon-footer-fast-stake-module_Item__l5-uUdLk__platform-common .coupon-footer-fast-stake-module_wrapperAmount__DI4-6ncR__platform-common span:last-child{padding-right:5px}.coupon-footer-fast-stake-module_Item__l5-uUdLk__platform-common .coupon-footer-fast-stake-module_amountSymbol__XRqXwTci__platform-common{display:flex;direction:ltr}.coupon-footer-fast-stake-module_Item__l5-uUdLk__platform-common:not(.coupon-footer-fast-stake-module_ButtonNoCursor__ZaMOFV6T__platform-common){cursor:pointer}.coupon-footer-fast-stake-module_Item__l5-uUdLk__platform-common:not(.coupon-footer-fast-stake-module_ButtonNoCursor__ZaMOFV6T__platform-common):hover{background:var(--betslipFastStakeItemBgHover)}.coupon-footer-fast-stake-module_Item__l5-uUdLk__platform-common:not(.coupon-footer-fast-stake-module_ButtonNoCursor__ZaMOFV6T__platform-common).coupon-footer-fast-stake-module_DepositBtn__yDmXj4Hm__platform-common:hover,.coupon-footer-fast-stake-module_Item__l5-uUdLk__platform-common:not(.coupon-footer-fast-stake-module_ButtonNoCursor__ZaMOFV6T__platform-common).coupon-footer-fast-stake-module_FreeBetButton__kXOCuQMt__platform-common:hover{background:var(--betslipSecondaryHover)}.coupon-footer-fast-stake-module_Item__l5-uUdLk__platform-common:not(.coupon-footer-fast-stake-module_ButtonNoCursor__ZaMOFV6T__platform-common) .coupon-footer-fast-stake-module_Item__l5-uUdLk__platform-common.coupon-footer-fast-stake-module_ButtonDeposit__Z2EM8vap__platform-common{border-radius:50%;flex:0 0 40px}.coupon-footer-fast-stake-module_Item__l5-uUdLk__platform-common:not(.coupon-footer-fast-stake-module_ButtonNoCursor__ZaMOFV6T__platform-common) .coupon-footer-fast-stake-module_Item__l5-uUdLk__platform-common.coupon-footer-fast-stake-module_ButtonDeposit__Z2EM8vap__platform-common .svg-icon{height:16px;width:16px}.coupon-footer-fast-stake-module_ItemNew__CPcTncB2__platform-common{border-radius:8px;background-color:#ffffff1a;text-transform:uppercase;color:var(--betslipFooterItemFontColor)}.coupon-footer-fast-stake-module_ItemNew__CPcTncB2__platform-common span:first-child{padding-right:0}.coupon-footer-fast-stake-module_flexGrow__KKvMcbyH__platform-common>div>div{flex-grow:1}.coupon-footer-fast-stake-module_BtnSecondary__lyfEQrCp__platform-common{background:var(--betslipSecondary);color:var(--betslipSecondaryText)}.coupon-footer-fast-stake-module_DepositBtn__yDmXj4Hm__platform-common{width:40px}.coupon-footer-fast-stake-module_Disabled__o6kUP8r-__platform-common{opacity:.5;pointer-events:none}.coupon-footer-fast-stake-module_RiskBetButton__efLZzuj-__platform-common{font-size:18px}.coupon-footer-fast-stake-module_GiftIcon__5tJ4RaTe__platform-common{margin-top:-3px}.coupon-footer-fast-stake-module_iconSpacing__bfSB3C7I__platform-common{margin-right:8px}.coupon-footer-bet-actions-module_container__4pX7yiVd__platform-common{display:flex;justify-content:start;gap:8px;width:100%}.coupon-footer-bet-actions-module_settingsIcon__F8u30eY0__platform-common{width:16px;height:16px}.coupon-footer-bet-actions-module_bettingSettingsButtonNew__-G8uExWu__platform-common{background-color:var(--betslipMain);color:var(--bettingSettingsButtonNewIconColor);border-radius:8px;padding-inline:16px}.coupon-footer-bet-actions-module_shareButton__-v2yXU-G__platform-common{background-color:var(--betslipNewShareButtonBg)}.coupon-footer-bet-actions-module_disabled__uiFs8HV1__platform-common{background-color:var(--betslipConfirmButtonDisabledBg)}.coupon-footer-bet-actions-module_disabled__uiFs8HV1__platform-common span{opacity:.2}.coupon-footer-empty-balance-module_Wrapper__v3fngfo6__platform-common{padding:0 16px 8px}.app-button.coupon-footer-empty-balance-module_Button__bMsHWTSw__platform-common{background:var(--betslipSecondary);color:var(--betslipSecondaryText)}.app-button.coupon-footer-empty-balance-module_Button__bMsHWTSw__platform-common:hover{background:var(--betslipSecondaryHover)}.coupon-footer-empty-balance-module_Text__jpYR36q3__platform-common{margin-top:8px}.coupon-footer-empty-balance-module_newButtonStyle__8Bbqs53a__platform-common{padding:0}.coupon-footer-empty-balance-module_newButtonStyle__8Bbqs53a__platform-common button{border-radius:8px}.custom-mobile-keyboard-module_keyboardContainer__HFfPGvEL__platform-common{display:flex;justify-content:start;align-items:center;gap:4px;width:100%}.custom-mobile-keyboard-module_keyboardSubContainer__abqxLKGf__platform-common{display:grid;grid-template-columns:repeat(6,minmax(45px,1fr));gap:4px;flex-grow:1}.custom-mobile-keyboard-module_keyStyle__AC8DPTYM__platform-common{display:flex;align-items:center;justify-content:center;padding:14px;border-radius:8px;color:#fff;background-color:var(--customKeyboardKeyBg)}.custom-mobile-keyboard-module_keyStyle__AC8DPTYM__platform-common:active{box-shadow:inset 0 0 6px 2px #0000004d}.custom-mobile-keyboard-module_deleteIcon__KnXLlwzF__platform-common{width:16px;height:16px}.custom-mobile-keyboard-module_doneButton__vAwsbeSg__platform-common{text-transform:uppercase;padding-block:38px;flex-grow:1}.quickbet-confirmation-switch-module_quickBetConfContainer__2i7oHYPU__platform-common{display:flex;justify-content:space-between;width:100%}.coupon-footer-possible-win-module_ComboBoost__OZUBkcyZ__platform-common{color:var(--comboBoostBonus);display:flex;align-items:center}.coupon-footer-possible-win-module_ComboBoostArrow__tLu-L-ew__platform-common{color:var(--comboBoostBonus);margin:0 4px;font-size:15px}.coupon-footer-possible-win-module_Wrapper__QJxm05l1__platform-common{display:flex;align-items:center;flex-wrap:wrap}.coupon-footer-possible-win-module_Amount__Z5RW--Hp__platform-common{display:flex;align-items:center;justify-content:space-between}.coupon-footer-possible-win-module_Amount__Z5RW--Hp__platform-common span:first-child{padding-right:2px}.coupon-footer-possible-win-module_amountSymbol__DVJYZNVq__platform-common{display:flex;direction:ltr}.coupon-footer-possible-win-module_Title__VCQfRlar__platform-common{margin-right:4px}.coupon-footer-possible-win-module_spaceBetween__gE3X5ovh__platform-common{justify-content:space-between}.coupon-footer-possible-win-module_amountAccent__N2GFMBLs__platform-common{font-weight:700;color:var(--betslipMain)}.coupon-footer-remove-stopped-events-module_Wrapper__K11qjOxv__platform-common{padding:0 16px 12px}.coupon-footer-remove-stopped-events-module_Title__aRVD0q1c__platform-common{font-size:12px;margin-bottom:6px;text-align:center}.coupon-footer-remove-stopped-events-module_Button__sMn6Rh4i__platform-common{background-color:var(--betslipDeleteInactiveOucomesButton)}.coupon-footer-remove-stopped-events-module_Button__sMn6Rh4i__platform-common:hover{background-color:var(--betslipDeleteInactiveOucomesButtonHover)}.coupon-footer-accept-changes-module_Wrapper__5Kh4xbGi__platform-common{margin:0 16px 8px}.coupon-footer-accept-changes-module_Text__AWSnVA0U__platform-common{color:var(--buttonMain);font-size:14px;line-height:1.7;margin:4px 0 -6px}.coupon-footer-tax-module_Item__Oky6VCrE__platform-common{display:flex;align-items:center;line-height:1.53;opacity:.5}.coupon-footer-tax-module_ItemMain__rPqeTHr0__platform-common{opacity:1}.coupon-footer-tax-module_Title__mvCWPBTi__platform-common{flex-grow:1;padding-right:8px}.coupon-footer-tax-module_Value__rLCLGMJf__platform-common{display:flex;align-items:center;white-space:nowrap}.coupon-footer-tax-module_rowMargin__RhTRn8IQ__platform-common{margin-bottom:8px}.coupon-footer-tax-module_ValueAccent__1cPSVtE9__platform-common{color:var(--betslipMain)}.coupon-footer-tax-module_ComboBoost__BUWhMBdg__platform-common{color:var(--comboBoostBonus);display:flex;align-items:center}.coupon-footer-tax-module_ComboBoostArrow__Of8Lh26N__platform-common{margin:0 4px;font-size:15px}.coupon-footer-error-module_Error__oxZsmhcQ__platform-common{color:var(--betslipError)}.comboboost-module_Header__CzHC6Ej8__platform-common{display:flex;justify-content:space-between;margin-bottom:8px}.comboboost-module_HeaderNewStyle__8Pw-KphM__platform-common{position:relative;background:var(--betslipComboboostBG);justify-content:center;align-items:center;padding:4px 12px;gap:4px;border-radius:4px}.comboboost-module_Info__-l7zPhAW__platform-common{font-size:12px;line-height:1.33}.comboboost-module_Wrapper__F0JhJ5ev__platform-common{transition:opacity .3s ease-in-out}.comboboost-module_Inactive__2M8tbi2C__platform-common{opacity:.5}.comboboost-bonus-module_Text__BKWoXJSM__platform-common{font-size:12px;color:var(--comboBoostBonus);margin-right:4px}.comboboost-bonus-module_Title__-5vaK0EJ__platform-common{font-weight:700;text-transform:uppercase;margin-right:4px}.comboboost-bonus-module_Wrapper__uiyAFiBJ__platform-common{display:flex}.comboboost-bonus-module_Button__1YeWHGLd__platform-common{cursor:pointer;font-size:15px}.comboboost-bar-module_Wrapper__-brq012v__platform-common{height:var(--comboBoostBarHeight);background:var(--comboBoostBarBg);border-radius:var(--comboBoostBarBorderRadius);position:relative}.comboboost-bar-module_Dots__bqC5WccI__platform-common{display:flex;justify-content:space-around;align-items:center;height:100%;position:relative;z-index:2}.comboboost-bar-module_Dot__AW07OlO0__platform-common{width:var(--comboBoostBarDotSize);height:var(--comboBoostBarDotSize);background:var(--comboBoostBarDotBg);border-radius:50%}.comboboost-bar-module_Progress__HughTaf-__platform-common{position:absolute;left:0;top:0;bottom:0;background:var(--comboBoostBarProgressGradient);border-radius:var(--comboBoostBarBorderRadius);transition:width .3s ease-in-out}.comboboost-bar-module_ProgressMax__dXnHhZ1w__platform-common{background:var(--comboBoostMaxProgressGradient)}.comboboost-bar-module_Indicator__-sfo6sOt__platform-common{position:absolute;top:0;bottom:0;border-radius:var(--comboBoostBarBorderRadius);font-weight:400;font-size:10px;z-index:3;color:var(--comboBoostBarIndicator);padding:0 5px}.comboboost-bar-module_ProgressIndicator__dAw5oYIX__platform-common{transform:translate(-100%) scale(0);background:var(--comboBoostBonus);box-shadow:var(--comboBoostProgressIndicatorBoxShadow);z-index:4;transition:left .3s ease-in-out,transform .3s ease-in-out}.comboboost-bar-module_ActiveIndicator__eK6clPE8__platform-common{transform:translate(-100%) scale(1)}.comboboost-bar-module_MaxIndicator__m-bttqQ-__platform-common{background:var(--comboBoostMaxIndicatorBg);right:0}.comboboost-bar-module_MaxSelections__16bnG0N5__platform-common{background:var(--comboBoostMaxProgressIndicatorGradient)}.coupon-crypto-converter-module_Title__6qE238tJ__platform-common{color:var(--betslipConvertorColor);font-size:var(--betslipConvertorFontSize);font-weight:600;line-height:20px}.coupon-footer-module_Message__ej-LboZj__platform-common{padding:0 16px 8px}.coupon-footer-module_footerSection__sIqLEl-7__platform-common{display:flex;flex-direction:column;gap:8px}.coupon-footer-module_MessageContainer__aUEXBC78__platform-common{padding-block:0}.coupon-footer-module_ComboBoost__yky6wxKi__platform-common{padding:0 16px 12px}.coupon-footer-module_ComboBoostNoPadding__4TWWhekj__platform-common{padding-block:0}.coupon-footer-module_flexColumn__GE5ovTEo__platform-common{display:flex;flex-direction:column;gap:8px}.coupon-footer-module_reverseFlexColumn__X1fWoPPD__platform-common{flex-direction:column-reverse}.coupon-footer-module_infoRow__F-bmlzU-__platform-common{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.coupon-footer-module_confirmationSwitchContainer__-45A8vPs__platform-common{padding:16px}.coupon-actions-tabs-module_Wrapper__mbNgxEml__platform-common{background:var(--betslipInactiveTabBackground);border-radius:8px;display:flex;font-weight:700;min-height:32px}.coupon-actions-tabs-module_WrapperDesktop__VKqNeq5p__platform-common{background:var(--betslipActionTabsBackground);border-bottom:var(--betslipActionTabsBorderBottom);border-radius:var(--betslipActionTabsButtonBorderRadius);height:auto;min-height:var(--betslipActionTabsMinHeight);line-height:1.25;margin:var(--betslipActionTabsMargin);padding:var(--betslipActionTabsPadding)}.coupon-actions-tabs-module_WrapperDesktop__VKqNeq5p__platform-common .coupon-actions-tabs-module_Button__9Lv-KoTp__platform-common{border-bottom:var(--betslipActionTabsButtonBorderBottom);border-radius:var(--betslipActionTabsButtonBorderRadius);color:var(--betslipButtonInactiveColor);text-transform:var(--betslipActionTabsButtonBorderTextTransform);transition:border-color .2s ease,color .2s ease,background-color .2s ease;height:var(--betslipActionTabsButtonHeight);background:var(--betslipActionTabsButtonBg)}.coupon-actions-tabs-module_WrapperDesktop__VKqNeq5p__platform-common .coupon-actions-tabs-module_ButtonActive__DWBnW6Rq__platform-common{background:var(--betslipActionTabsButtonActiveBg);border-color:var(--betslipActionTabsButtonActiveBorderColor);color:var(--betslipButtonActiveColor)}.coupon-actions-tabs-module_WrapperDesktop__VKqNeq5p__platform-common .coupon-actions-tabs-module_ButtonDisabled__H88y2Gbr__platform-common{background:var(--betslipActionTabsButtonDisabledBg);color:var(--betslipTabDisabledColor)}.coupon-actions-tabs-module_Button__9Lv-KoTp__platform-common{background:inherit;text-align:center;transition:background-color .2s ease;width:50%}.coupon-actions-tabs-module_WrapperMobile__mL7HF3kM__platform-common{margin:12px 8px}.coupon-actions-tabs-module_WrapperMobile__mL7HF3kM__platform-common .coupon-actions-tabs-module_Button__9Lv-KoTp__platform-common{border-radius:8px;padding:8px 0;color:var(--betslipInactiveTabColor)}.coupon-actions-tabs-module_WrapperMobile__mL7HF3kM__platform-common .coupon-actions-tabs-module_ButtonActive__DWBnW6Rq__platform-common,.coupon-actions-tabs-module_WrapperMobile__mL7HF3kM__platform-common .coupon-actions-tabs-module_ButtonActive__DWBnW6Rq__platform-common.coupon-actions-tabs-module_ButtonDisabled__H88y2Gbr__platform-common{background:var(--betslipMain);color:var(--betslipMainText, var(--white))}.coupon-actions-tabs-module_WrapperMobile__mL7HF3kM__platform-common .coupon-actions-tabs-module_ButtonDisabled__H88y2Gbr__platform-common{background:var(--betslipTabMobileDisabledBg);color:var(--betslipTabDisabledColor)}.coupon-actions-tabs-module_WrapperMobileNew__kZzzC-FD__platform-common{margin-top:0}.common-module_InfoItem__7D95gjgD__platform-common{display:flex;align-items:center;flex-wrap:wrap;color:var(--betslipGrayText);font-weight:400;margin-left:2px;opacity:.5;position:relative}.common-module_InfoItem__7D95gjgD__platform-common:before{content:".";color:var(--betslipGrayText);font-size:10px;margin-right:2px;position:relative;top:-3px}.common-module_InfoItem__7D95gjgD__platform-common .data-formatter-timeZone{margin:0 4px}.Cashout-module_Cashout__z8bxcD2c__platform-common{margin-top:8px;border-radius:var(--betslipCouponBorderRadius);overflow:hidden}.accountClosure-module_icon__bnSLXY1i__platform-common{width:24px;margin-right:12px}.accountClosure-module_icon__bnSLXY1i__platform-common .accountClosure-module_trashBin__e8NX-qlS__platform-common{width:24px;height:24px}.registrationSuccess-module_closeButton__lUxgl-9W__platform-common{position:absolute;top:16px;right:16px;cursor:pointer}.registrationSuccess-module_closeButton__lUxgl-9W__platform-common .registrationSuccess-module_closeSvg__0v-vODhx__platform-common{width:9px;height:9px}.registrationSuccess-module_icon__pExk7Wis__platform-common{width:54px;margin-right:16px}.registrationSuccess-module_icon__pExk7Wis__platform-common .registrationSuccess-module_profile__fhUq3gmc__platform-common{width:54px;height:68px}.registrationSuccess-module_welcomeMsg__XwEVC9ST__platform-common{font-size:16px;font-weight:700}.personalInformation-module_container__5MYoq-oS__platform-common{cursor:pointer;box-shadow:0 8px 38px var(--snackbarNotificationShadow);background:var(--snackbarNotificationBg);padding:16px;width:215px;font-size:12px;position:fixed;top:69px;right:0;z-index:var(--zIndex-modalView-below)}.personalInformation-module_containerMobile__yRUkKMgR__platform-common{box-shadow:0 8px 38px var(--snackbarNotificationShadow);background:var(--snackbarNotificationBg);padding:16px;width:100%;font-size:12px;text-align:center;position:fixed;top:46px;z-index:var(--zIndex-modalView-below)}body.menu-cms-header-view .personalInformation-module_container__5MYoq-oS__platform-common{top:var(--menuCmsHeaderBodyTopPadding)}.cashoutError-module_container__88LIkCWb__platform-common{background:var(--cashoutError);box-shadow:0 8px 38px var(--snackbarNotificationShadow);color:var(--white);cursor:pointer;font-size:12px;padding:16px;position:fixed;right:0;top:69px;width:215px;z-index:var(--zIndex-modalView-below)}.cashoutError-module_containerMobile__uR2gF8rn__platform-common{background:var(--cashoutError);box-shadow:0 8px 38px var(--snackbarNotificationShadow);color:var(--white);font-size:12px;padding:16px;position:fixed;text-align:left;top:46px;width:100%;z-index:var(--zIndex-modalView-below)}.cashoutError-module_title__67SncVKF__platform-common{margin-bottom:8px;font-weight:700;text-transform:uppercase}body.menu-cms-header-view .cashoutError-module_container__88LIkCWb__platform-common{top:var(--menuCmsHeaderBodyTopPadding)}.limitsSuccess-module_icon__aeM-g6-9__platform-common{width:24px;margin-right:12px}.limitsSuccess-module_icon__aeM-g6-9__platform-common .limitsSuccess-module_success__VS25-RTM__platform-common{width:24px;height:24px}.limitsError-module_icon__GitLGr1M__platform-common{width:24px;margin-right:12px}.limitsError-module_icon__GitLGr1M__platform-common .limitsError-module_error__12rvIJ3T__platform-common{width:24px;height:24px}.ibanVerificationNotice-module_icon__2v148eJm__platform-common{width:24px;margin-right:12px}.ibanVerificationNotice-module_icon__2v148eJm__platform-common .ibanVerificationNotice-module_attentionTriangle__88aW3yde__platform-common{width:24px;height:24px}.registrationRestricted-module_icon__th5ft6Kg__platform-common{width:24px;margin-right:16px}.registrationRestricted-module_icon__th5ft6Kg__platform-common .registrationRestricted-module_warning__-m-4Kd-m__platform-common{width:24px;height:24px}.cancelWithdrawal-module_positionMobile__CVgHvicr__platform-common{inset:auto 12px 12px 12px!important}.cancelWithdrawal-module_container__rqh6hPe5__platform-common{padding:12px 16px;border-radius:10px;align-items:center;display:flex;gap:8px}.cancelWithdrawal-module_container__rqh6hPe5__platform-common.cancelWithdrawal-module_mobile__6xcOaqF-__platform-common{width:100%}.cancelWithdrawal-module_container__rqh6hPe5__platform-common:not(.cancelWithdrawal-module_mobile__6xcOaqF-__platform-common){width:350px;margin:0 16px}.cancelWithdrawal-module_icon__DX6PsDRP__platform-common{position:relative;width:24px;display:flex;align-items:center;justify-content:center}.cancelWithdrawal-module_icon__DX6PsDRP__platform-common .cancelWithdrawal-module_withdrawalTimer__tER0pg1-__platform-common{width:24px;height:24px}.cancelWithdrawal-module_icon__DX6PsDRP__platform-common .cancelWithdrawal-module_timerCounter__9N-CeIbz__platform-common{position:absolute;font-weight:600;margin-left:2px;line-height:22px}.cancelWithdrawal-module_bgColor__DZA2Vzkm__platform-common{background:var(--snackbarCancelWithdrawalBg);color:var(--white)}.cancelWithdrawal-module_cancelButton__TMuTgGJH__platform-common{font-weight:700;letter-spacing:.42px;margin-left:auto;cursor:pointer}.gameInformation-module_icon__tR-WDHuq__platform-common{width:24px;margin-right:12px}.gameInformation-module_icon__tR-WDHuq__platform-common .gameInformation-module_error__p-ZJOFhs__platform-common{width:24px;height:24px}.hof-block-wrapper-module_header__y5WanoX7__platform-common{align-items:center;background:var(--headerBackground);border-radius:5px 5px 0 0;color:var(--white);display:flex;font-size:14px;height:60px;padding:0 20px}.hof-block-wrapper-module_header__y5WanoX7__platform-common .hof-block-wrapper-module_headerTitle__GxzHrpiX__platform-common{align-items:center;display:flex;font-weight:700;height:100%;position:relative;text-transform:uppercase}.hof-block-wrapper-module_header__y5WanoX7__platform-common .hof-block-wrapper-module_headerTitle__GxzHrpiX__platform-common:before{background:var(--hofSectionHeaderLine);content:"";display:block;height:5px;left:0;position:absolute;right:0;top:0}.hof-block-wrapper-module_header__y5WanoX7__platform-common.hof-block-wrapper-module_headerMobile__A-Z2p8NF__platform-common{border-radius:var(--hofCasinoLatestWinnerBorderRadius) var(--hofCasinoLatestWinnerBorderRadius) 0 0;height:55px;padding:0 10px}.hof-block-wrapper-module_header__y5WanoX7__platform-common.hof-block-wrapper-module_headerMobile__A-Z2p8NF__platform-common.hof-block-wrapper-module_headerUnderFilter__YPcDsTdZ__platform-common{padding-bottom:10px}.hof-date-select-module_filter__wG4Sy8eB__platform-common{background:var(--hofFilterBackground);color:var(--white);display:flex;font-size:14px;justify-content:space-between}.hof-date-select-module_filterOptions__Av4Co4Bg__platform-common{display:flex;margin-right:20px}.hof-date-select-module_filterOption__8GI3FdMi__platform-common{background:var(--hofFilterElements);border:solid var(--hofFilterElements);border-width:2px 0;height:34px;line-height:30px;min-width:90px;padding:0 20px 0 30px;position:relative;white-space:nowrap}.hof-date-select-module_filterOption__8GI3FdMi__platform-common:not(:last-of-type):after{background:var(--hofFilterPrimary);bottom:0;content:"";display:block;position:absolute;right:0;top:0;width:1px}.hof-date-select-module_filterOption__8GI3FdMi__platform-common:first-of-type{border-bottom-left-radius:17px;border-left-width:2px;border-top-left-radius:17px}.hof-date-select-module_filterOption__8GI3FdMi__platform-common:last-of-type{border-bottom-right-radius:17px;border-right-width:2px;border-top-right-radius:17px}.hof-date-select-module_filterOption__8GI3FdMi__platform-common .hof-date-select-module_filterOptionDot__8HsJanmR__platform-common{background:var(--hofCasinoTopWinnersDot);border:1px solid var(--hofFilterPrimary);border-radius:50%;height:14px;left:10px;opacity:.5;position:absolute;top:calc(50% - 7px);width:14px}.hof-date-select-module_filterOption__8GI3FdMi__platform-common.hof-date-select-module_filterOptionSelected__KpIF1LFO__platform-common{background:var(--hofFilterPrimary)}.hof-date-select-module_filterOption__8GI3FdMi__platform-common.hof-date-select-module_filterOptionSelected__KpIF1LFO__platform-common .hof-date-select-module_filterOptionDot__8HsJanmR__platform-common{background:var(--hofCasinoTopWinnersActiveDot);border:0;opacity:1}.hof-date-select-module_filterOption__8GI3FdMi__platform-common:not(.hof-date-select-module_filterOptionSelected__KpIF1LFO__platform-common){cursor:pointer}.hof-date-select-module_filterDate__4ur6V9md__platform-common{align-items:center;display:flex;justify-content:flex-end}.hof-date-select-module_filterDateArrow__3zzFKzan__platform-common{align-items:center;background:var(--hofFilterElements);border-radius:50%;cursor:pointer;display:flex;font-size:10px;justify-content:center;padding:0 0 0 2px;transition:color .2s ease;width:var(--hofDateSelectDateArrowWidth);height:var(--hofDateSelectDateArrowWidth)}.hof-date-select-module_filterDateArrow__3zzFKzan__platform-common .svg-icon{color:var(--white);opacity:.5}.hof-date-select-module_filterDateArrow__3zzFKzan__platform-common.hof-date-select-module_filterDateArrowPrevious__mnSyZDjP__platform-common{transform:rotate(180deg)}.hof-date-select-module_filterDateArrow__3zzFKzan__platform-common.hof-date-select-module_filterDateArrowDisabled__34stW-97__platform-common{opacity:.5;pointer-events:none}.hof-date-select-module_filterDateArrow__3zzFKzan__platform-common:not(.hof-date-select-module_filterDateArrowDisabled__34stW-97__platform-common){cursor:pointer}.hof-date-select-module_filterDateArrow__3zzFKzan__platform-common:not(.hof-date-select-module_filterDateArrowDisabled__34stW-97__platform-common):hover{color:var(--white)}.hof-date-select-module_filterDateCalendar__iZvVxgVl__platform-common{background:var(--hofFilterElements);border-radius:17px;display:flex;height:34px;margin:0 10px;padding:2px 2px 2px 36px;position:relative}.hof-date-select-module_filterDateCalendar__iZvVxgVl__platform-common .svg-icon{color:var(--white);font-size:var(--hofDateSelectCalendarWidth);left:12px;opacity:var(--hofDateSelectIconsOpacity);position:absolute;top:8px}.hof-date-select-module_filterDateCalendar__iZvVxgVl__platform-common .react-datepicker__input-container input,.hof-date-select-module_filterDateCalendar__iZvVxgVl__platform-common .react-datepicker__input-container input:focus{background:var(--hofFilterPrimary);border:0;border-bottom-left-radius:0;border-top-left-radius:0;color:var(--white);height:30px;line-height:1;min-height:auto;padding:10px;width:100px}.hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common{border-radius:14px;font-size:12px}@media screen and (max-width: 460px){.hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common{font-size:var(--hofDateSelectFilterMobileFontSize)}}.hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterOptions__Av4Co4Bg__platform-common{margin-right:0}.hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterOption__8GI3FdMi__platform-common{height:var(--hofDateSelectFilterMobileHeight);line-height:24px;min-width:auto;padding:0 12px 0 24px;display:flex;align-items:center}.hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterOption__8GI3FdMi__platform-common:first-of-type{border-bottom-left-radius:14px;border-top-left-radius:14px}.hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterOption__8GI3FdMi__platform-common:last-of-type{border-bottom-right-radius:0;border-top-right-radius:0}.hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterOption__8GI3FdMi__platform-common .hof-date-select-module_filterOptionDot__8HsJanmR__platform-common{height:12px;left:8px;top:calc(50% - 6px);width:12px}.hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterDate__4ur6V9md__platform-common{border:solid var(--hofFilterElements);border-radius:0 14px 14px 0;border-width:2px 2px 2px 0;flex:1 0 auto;padding:0 3px}.hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterDateArrow__3zzFKzan__platform-common{font-size:7px;height:18px;padding:0 0 0 1px;width:18px}@media screen and (max-width: 460px){.hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterDateArrow__3zzFKzan__platform-common{display:none}}.hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterDateCalendar__iZvVxgVl__platform-common{background:transparent;border-radius:0;height:24px;margin:0 8px;padding:0 0 0 20px}.hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterDateCalendar__iZvVxgVl__platform-common .svg-icon{color:var(--white);font-size:12px;left:0;opacity:var(--hofDateSelectIconsOpacity);position:absolute;top:5px}.hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterDateCalendar__iZvVxgVl__platform-common .my-date-input{width:70px}.hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterDateCalendar__iZvVxgVl__platform-common .react-datepicker__input-container input,.hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterDateCalendar__iZvVxgVl__platform-common .react-datepicker__input-container input:focus{background:transparent;border:0;border-bottom-left-radius:0;border-top-left-radius:0;color:var(--white);height:24px;line-height:1;min-height:auto;padding:0;width:100%}@media screen and (max-width: 460px){.hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterDateCalendar__iZvVxgVl__platform-common .svg-icon{top:6px}.hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterDateCalendar__iZvVxgVl__platform-common .my-date-input{width:60px}.hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterDateCalendar__iZvVxgVl__platform-common .react-datepicker__input-container input{font-size:var(--hofDateSelectFilterMobileFontSize)}}@media screen and (max-width: 460px){.hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterOption__8GI3FdMi__platform-common{padding:0 12px}.hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterOption__8GI3FdMi__platform-common .hof-date-select-module_filterOptionDot__8HsJanmR__platform-common{display:none}.hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterOption__8GI3FdMi__platform-common:not(.hof-date-select-module_filterOptionSelected__KpIF1LFO__platform-common) .hof-date-select-module_filterOptionLabel__lx9MDG0w__platform-common{color:var(--hofFilterInactiveColor)}.hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterDateArrow__3zzFKzan__platform-common{display:none}.hof-date-select-module_filter__wG4Sy8eB__platform-common.hof-date-select-module_filterMobile__uXT0tsiF__platform-common .hof-date-select-module_filterDateCalendar__iZvVxgVl__platform-common{margin:var(--hofDateCalendarMarginMobile)}}.hof-casino-top-winners-module_topWinners__Ohjc6Z7y__platform-common{background:var(--white);border-radius:0 0 5px 5px;overflow:hidden}.hof-casino-top-winners-module_filter__NCIBezTH__platform-common{position:absolute;right:20px;top:12px}.hof-casino-top-winners-module_tableWrapper__jD-AUIh-__platform-common{background:var(--white);border-radius:0 0 5px 5px;min-height:200px;position:relative}.hof-casino-top-winners-module_loaderWrapper__ybj3tMb1__platform-common{left:0;opacity:0;position:absolute;right:0;top:0;transition:visibility .15s ease,opacity .15s ease;visibility:hidden}.hof-casino-top-winners-module_loaderWrapper__ybj3tMb1__platform-common.hof-casino-top-winners-module_visible__7E-xWOup__platform-common{opacity:1;visibility:visible}.hof-casino-top-winners-module_table__Wd4CFLvd__platform-common{color:var(--headerBackground);width:100%}@media screen and (max-width: 767px){.hof-casino-top-winners-module_table__Wd4CFLvd__platform-common{font-size:12px}}@media screen and (max-width: 459px){.hof-casino-top-winners-module_table__Wd4CFLvd__platform-common{font-size:10px}}.hof-casino-top-winners-module_table__Wd4CFLvd__platform-common td{vertical-align:center}.hof-casino-top-winners-module_table__Wd4CFLvd__platform-common td:first-of-type .hof-casino-top-winners-module_tableCell__7zvMwB-D__platform-common{padding-left:20px}.hof-casino-top-winners-module_table__Wd4CFLvd__platform-common td:last-of-type .hof-casino-top-winners-module_tableCell__7zvMwB-D__platform-common{padding-right:20px}.hof-casino-top-winners-module_table__Wd4CFLvd__platform-common .hof-casino-top-winners-module_tableCell__7zvMwB-D__platform-common{align-items:center;display:flex;justify-content:flex-start;min-height:40px;padding:8px 10px;text-align:left}.hof-casino-top-winners-module_table__Wd4CFLvd__platform-common .hof-casino-top-winners-module_tableCell__7zvMwB-D__platform-common.hof-casino-top-winners-module_tableCellPlace__jxDy1R9c__platform-common{justify-content:center;max-width:55px;text-align:center}.hof-casino-top-winners-module_table__Wd4CFLvd__platform-common thead tr{background:var(--eventHeadingBackground)}.hof-casino-top-winners-module_table__Wd4CFLvd__platform-common thead .hof-casino-top-winners-module_tableCell__7zvMwB-D__platform-common{font-weight:700;min-height:var(--hofCasinoTopWinnersTheadHeight)}.hof-casino-top-winners-module_table__Wd4CFLvd__platform-common tbody tr{background:var(--hofTableRowBg)}.hof-casino-top-winners-module_table__Wd4CFLvd__platform-common tbody td{border-top:1px solid var(--hofCasinoTopWinnersBorderColor)}.hof-casino-top-winners-module_table__Wd4CFLvd__platform-common.hof-casino-top-winners-module_tableWithBet__16K62Nyj__platform-common .hof-casino-top-winners-module_tableColPlace__HI2GyGA7__platform-common{width:10%}.hof-casino-top-winners-module_table__Wd4CFLvd__platform-common.hof-casino-top-winners-module_tableWithBet__16K62Nyj__platform-common .hof-casino-top-winners-module_tableColGame__oqwVjVl3__platform-common{width:32%}.hof-casino-top-winners-module_table__Wd4CFLvd__platform-common.hof-casino-top-winners-module_tableWithBet__16K62Nyj__platform-common .hof-casino-top-winners-module_tableColName__9FgwmKsN__platform-common{width:22%}.hof-casino-top-winners-module_table__Wd4CFLvd__platform-common.hof-casino-top-winners-module_tableWithBet__16K62Nyj__platform-common .hof-casino-top-winners-module_tableColBet__ywcInLOC__platform-common,.hof-casino-top-winners-module_table__Wd4CFLvd__platform-common.hof-casino-top-winners-module_tableWithBet__16K62Nyj__platform-common .hof-casino-top-winners-module_tableColPrize__CsveDLbm__platform-common{width:18%}.hof-casino-top-winners-module_tableColPlace__HI2GyGA7__platform-common{width:15%}.hof-casino-top-winners-module_tableColGame__oqwVjVl3__platform-common{width:38%}.hof-casino-top-winners-module_tableColName__9FgwmKsN__platform-common{width:28%}.hof-casino-top-winners-module_tableColPrize__CsveDLbm__platform-common{width:19%}.hof-casino-top-winners-module_gameLink__3F-ashtS__platform-common{align-items:center;display:flex}.hof-casino-top-winners-module_gameLink__3F-ashtS__platform-common img{border-radius:50%;display:block;height:40px;margin-right:15px;width:40px}.hof-casino-top-winners-module_gameLinkText__ikLezbQ6__platform-common{width:calc(100% - 55px)}.hof-casino-top-winners-module_notFound__TXfxfVPw__platform-common{font-weight:500;min-height:200px;padding:20px;position:relative;text-align:center}.hof-casino-top-winners-module_notFound__TXfxfVPw__platform-common .app-loader{left:0;top:0}.hof-casino-top-winners-module_topWinners__Ohjc6Z7y__platform-common.hof-casino-top-winners-module_topWinnersMobile__vHXy1RV8__platform-common{padding:var(--hofCasinoTopWinnerPaddingContainerMobile);background:var(--hofCasinoTopWinnerContainerBgMobile);border-radius:0}.hof-casino-top-winners-module_topWinners__Ohjc6Z7y__platform-common.hof-casino-top-winners-module_topWinnersMobile__vHXy1RV8__platform-common .hof-casino-top-winners-module_filter__NCIBezTH__platform-common{left:5px;right:5px;top:40px;z-index:1}.hof-casino-top-winners-module_topWinners__Ohjc6Z7y__platform-common.hof-casino-top-winners-module_topWinnersMobile__vHXy1RV8__platform-common .hof-casino-top-winners-module_loaderWrapper__ybj3tMb1__platform-common{top:15px}.hof-casino-top-winners-module_topWinners__Ohjc6Z7y__platform-common.hof-casino-top-winners-module_topWinnersMobile__vHXy1RV8__platform-common .hof-casino-top-winners-module_tableWrapper__jD-AUIh-__platform-common{background:var(--hofCasinoTopWinnersTableHeaderBgMobile);padding:var(--hofCasinoTopWinnersTableHeaderPaddingMobile);margin:var(--hofCasinoTopWinnersTableHeaderMarginMobile);border-radius:var(--hofCasinoTopWinnersTableHeaderBorderRadiusMobile)}.hof-casino-top-winners-module_topWinners__Ohjc6Z7y__platform-common.hof-casino-top-winners-module_topWinnersMobile__vHXy1RV8__platform-common .hof-casino-top-winners-module_table__Wd4CFLvd__platform-common td:first-of-type .hof-casino-top-winners-module_tableCell__7zvMwB-D__platform-common{padding-left:10px}.hof-casino-top-winners-module_topWinners__Ohjc6Z7y__platform-common.hof-casino-top-winners-module_topWinnersMobile__vHXy1RV8__platform-common .hof-casino-top-winners-module_table__Wd4CFLvd__platform-common td:last-of-type .hof-casino-top-winners-module_tableCell__7zvMwB-D__platform-common{padding-right:10px}.hof-casino-top-winners-module_topWinners__Ohjc6Z7y__platform-common.hof-casino-top-winners-module_topWinnersMobile__vHXy1RV8__platform-common .hof-casino-top-winners-module_table__Wd4CFLvd__platform-common .hof-casino-top-winners-module_tableCell__7zvMwB-D__platform-common{min-height:38px;padding:5px}.hof-casino-top-winners-module_topWinners__Ohjc6Z7y__platform-common.hof-casino-top-winners-module_topWinnersMobile__vHXy1RV8__platform-common .hof-casino-top-winners-module_table__Wd4CFLvd__platform-common .hof-casino-top-winners-module_tableCell__7zvMwB-D__platform-common.hof-casino-top-winners-module_tableCellPlace__jxDy1R9c__platform-common{max-width:28px}.hof-casino-top-winners-module_topWinners__Ohjc6Z7y__platform-common.hof-casino-top-winners-module_topWinnersMobile__vHXy1RV8__platform-common .hof-casino-top-winners-module_table__Wd4CFLvd__platform-common thead tr{background:none}.hof-casino-top-winners-module_topWinners__Ohjc6Z7y__platform-common.hof-casino-top-winners-module_topWinnersMobile__vHXy1RV8__platform-common .hof-casino-top-winners-module_table__Wd4CFLvd__platform-common thead .hof-casino-top-winners-module_tableCell__7zvMwB-D__platform-common{min-height:var(--hofCasinoTopWinnersTableHeadingMinHeightMobile);padding-top:var(--hofCasinoTopWinnersTableHeadingPaddingTopMobile);font-weight:var(--hofCasinoTopWinnersTableHeadingFontSizeMobile)}.hof-casino-top-winners-module_topWinners__Ohjc6Z7y__platform-common.hof-casino-top-winners-module_topWinnersMobile__vHXy1RV8__platform-common .hof-casino-top-winners-module_gameLink__3F-ashtS__platform-common img{height:26px;margin-right:8px;width:26px}.hof-casino-top-winners-module_topWinners__Ohjc6Z7y__platform-common.hof-casino-top-winners-module_topWinnersMobile__vHXy1RV8__platform-common .hof-casino-top-winners-module_gameLinkText__ikLezbQ6__platform-common{width:calc(100% - 34px)}.hof-casino-top-winners-module_topWinners__Ohjc6Z7y__platform-common.hof-casino-top-winners-module_topWinnersMobile__vHXy1RV8__platform-common .hof-casino-top-winners-module_notFound__TXfxfVPw__platform-common{font-size:12px}.hof-casino-latest-winners-module_winners__K2mxARlI__platform-common{position:relative}.hof-casino-latest-winners-module_winnersInner__NpBQAiai__platform-common{background:var(--casinoLatestWinnersBg);border-radius:0 0 5px 5px;display:flex;flex-wrap:wrap;padding:var(--hofCasinoLatestWinnerPaddingVertical) var(--hofCasinoLatestWinnerPaddingHorizontal);position:relative;z-index:2}.hof-casino-latest-winners-module_winnerWrapper__8TTTxM3p__platform-common{padding:3px 6px;width:33.3333%}.hof-casino-latest-winners-module_winner__YIlKqVjv__platform-common{align-items:center;background:var(--casinoLatestWinnerBg);border-radius:5px;cursor:pointer;display:flex;font-size:14px;height:100%;line-height:1.3;padding:5px}.hof-casino-latest-winners-module_gameImage__3oRQlgY7__platform-common img{border-radius:3px;display:block;height:60px;width:60px}.hof-casino-latest-winners-module_info__HX1nsyIL__platform-common{color:var(--casinoLatestWinner);margin-left:14px;width:calc(100% - 74px)}.hof-casino-latest-winners-module_info__HX1nsyIL__platform-common>div{width:100%}.hof-casino-latest-winners-module_amount__Vfa-A4x-__platform-common{color:var(--white);font-weight:700}.hof-casino-latest-winners-module_gameName__guQO1nXU__platform-common span{color:var(-hofCasinoLatestWinnerAccent)}.hof-casino-latest-winners-module_winners__K2mxARlI__platform-common.hof-casino-latest-winners-module_winnersMobile__pCVpo-Tz__platform-common .hof-casino-latest-winners-module_winnersInner__NpBQAiai__platform-common{border-radius:0 0 var(--hofCasinoLatestWinnerBorderRadius) var(--hofCasinoLatestWinnerBorderRadius);padding:8px}.hof-casino-latest-winners-module_winners__K2mxARlI__platform-common.hof-casino-latest-winners-module_winnersMobile__pCVpo-Tz__platform-common .hof-casino-latest-winners-module_winnerWrapper__8TTTxM3p__platform-common{padding:2px;width:50%}.hof-casino-latest-winners-module_winners__K2mxARlI__platform-common.hof-casino-latest-winners-module_winnersMobile__pCVpo-Tz__platform-common .hof-casino-latest-winners-module_winner__YIlKqVjv__platform-common{font-size:12px;line-height:1.1}@media screen and (max-width: 460px){.hof-casino-latest-winners-module_winners__K2mxARlI__platform-common.hof-casino-latest-winners-module_winnersMobile__pCVpo-Tz__platform-common .hof-casino-latest-winners-module_winner__YIlKqVjv__platform-common{font-size:10px}}.hof-casino-latest-winners-module_winners__K2mxARlI__platform-common.hof-casino-latest-winners-module_winnersMobile__pCVpo-Tz__platform-common .hof-casino-latest-winners-module_gameImage__3oRQlgY7__platform-common img{height:42px;width:42px}.hof-casino-latest-winners-module_winners__K2mxARlI__platform-common.hof-casino-latest-winners-module_winnersMobile__pCVpo-Tz__platform-common .hof-casino-latest-winners-module_info__HX1nsyIL__platform-common{margin-left:8px;width:calc(100% - 50px)}.hof-sport-top-winner-module_winner__GBXx-Hc2__platform-common{background:var(--white);border-bottom:1px solid var(--hofSportBorder);color:var(--mainColor)}.hof-sport-top-winner-module_winner__GBXx-Hc2__platform-common:not(.hof-sport-top-winner-module_isMobile__sdfsP78R__platform-common).hof-sport-top-winner-module_winnerExpanded__U6a-BgFA__platform-common{background:var(--hofSportWinnerBetsBg)}.hof-sport-top-winner-module_winner__GBXx-Hc2__platform-common.hof-sport-top-winner-module_isMobile__sdfsP78R__platform-common{border-radius:5px;box-shadow:0 0 8px #0000001a;margin-bottom:12px}.hof-sport-top-winner-module_winnerInfo__GJfYTwuK__platform-common{display:flex;min-height:70px;padding:12px;width:100%}.hof-sport-top-winner-module_winnerInfo__GJfYTwuK__platform-common .hof-sport-top-winner-module_infoCol__oYmKKOvK__platform-common{padding-right:30px;width:30%}.hof-sport-top-winner-module_winnerInfo__GJfYTwuK__platform-common .hof-sport-top-winner-module_oddsCol__mwFV0Raf__platform-common,.hof-sport-top-winner-module_winnerInfo__GJfYTwuK__platform-common .hof-sport-top-winner-module_stakeCol__v76x8QBH__platform-common{padding-right:30px;width:22%}.hof-sport-top-winner-module_winnerInfo__GJfYTwuK__platform-common .hof-sport-top-winner-module_betslipCol__q3i-E2gn__platform-common{width:20%}.hof-sport-top-winner-module_winnerInfo__GJfYTwuK__platform-common .hof-sport-top-winner-module_arrowCol__3a3rq2xp__platform-common{align-items:center;cursor:pointer;display:flex;flex:1 0 auto;justify-content:center;padding:0}.hof-sport-top-winner-module_header__NLHjOV-O__platform-common{align-items:center;display:flex}.hof-sport-top-winner-module_infoCol__oYmKKOvK__platform-common{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-around}.hof-sport-top-winner-module_infoCol__oYmKKOvK__platform-common .hof-sport-top-winner-module_infoColTitle__xr-Yk2UP__platform-common{align-items:center;display:flex}.hof-sport-top-winner-module_infoCol__oYmKKOvK__platform-common .hof-sport-top-winner-module_infoColTitle__xr-Yk2UP__platform-common .hof-sport-top-winner-module_text__e7FaQO-c__platform-common{font-weight:500;margin-right:8px}.hof-sport-top-winner-module_infoCol__oYmKKOvK__platform-common .hof-sport-top-winner-module_infoColTitle__xr-Yk2UP__platform-common .hof-sport-top-winner-module_amount__6ZpyJsyp__platform-common{color:rgb(var(--hofSportStatusWinRgb));font-weight:700}.hof-sport-top-winner-module_infoCol__oYmKKOvK__platform-common .hof-sport-top-winner-module_infoColType__jboUtNhD__platform-common{opacity:.5}.hof-sport-top-winner-module_stat__yeYvdKsg__platform-common{border:1px solid;border-radius:5px;height:100%;position:relative}.hof-sport-top-winner-module_stat__yeYvdKsg__platform-common .hof-sport-top-winner-module_statLabel__Eu9w-w03__platform-common{font-size:11px;left:8px;position:absolute;top:6px}.hof-sport-top-winner-module_stat__yeYvdKsg__platform-common .hof-sport-top-winner-module_statValue__uo9axtJH__platform-common{display:flex;white-space:nowrap;direction:rtl;bottom:4px;font-size:16px;font-weight:700;position:absolute;right:8px}.hof-sport-top-winner-module_stat__yeYvdKsg__platform-common .hof-sport-top-winner-module_statValue__uo9axtJH__platform-common span:first-child{padding-left:5px}.hof-sport-top-winner-module_stat__yeYvdKsg__platform-common .hof-sport-top-winner-module_rtl__-5N0y4Cp__platform-common{display:flex;flex-direction:row-reverse}.hof-sport-top-winner-module_stat__yeYvdKsg__platform-common.hof-sport-top-winner-module_odds__s1IZwplv__platform-common{background:rgba(var(--hofSportStatusWinRgb),.1);border-color:rgb(var(--hofSportStatusWinRgb))}.hof-sport-top-winner-module_stat__yeYvdKsg__platform-common.hof-sport-top-winner-module_odds__s1IZwplv__platform-common .hof-sport-top-winner-module_statLabel__Eu9w-w03__platform-common{color:var(--hofSportStatusWinRgb)}.hof-sport-top-winner-module_stat__yeYvdKsg__platform-common.hof-sport-top-winner-module_odds__s1IZwplv__platform-common .hof-sport-top-winner-module_statValue__uo9axtJH__platform-common{color:rgb(var(--hofSportStatusWinRgb))}.hof-sport-top-winner-module_stat__yeYvdKsg__platform-common.hof-sport-top-winner-module_stake__WN22hKjO__platform-common{background:var(--white);border-color:var(--hofSportBorder)}.hof-sport-top-winner-module_stat__yeYvdKsg__platform-common.hof-sport-top-winner-module_stake__WN22hKjO__platform-common .hof-sport-top-winner-module_statLabel__Eu9w-w03__platform-common{opacity:.7}.hof-sport-top-winner-module_betslipCol__q3i-E2gn__platform-common{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-around}.hof-sport-top-winner-module_betslipCol__q3i-E2gn__platform-common .hof-sport-top-winner-module_betslipTitle__TIQvP9sW__platform-common{font-size:12px;opacity:.7}.hof-sport-top-winner-module_betslipCol__q3i-E2gn__platform-common .hof-sport-top-winner-module_betslipValue__AMkf7RkP__platform-common{font-size:16px;font-weight:700}.hof-sport-top-winner-module_arrow__grLCxAJj__platform-common{font-size:var(--hofSportTopWinnerArrowSize);transform:rotate(90deg);color:var(--hofSportTopWinnerArrowColor)}.hof-sport-top-winner-module_arrow__grLCxAJj__platform-common.hof-sport-top-winner-module_arrowActive__phtmCWxv__platform-common{transform:rotate(-90deg)}.hof-sport-top-winner-module_winnersBets__I8HdrZ50__platform-common{background:var(--hofSportWinnerBetsBg);border-top:1px solid var(--hofSportBorder);padding:12px 6px;width:100%}.hof-sport-top-winner-module_winnersBets__I8HdrZ50__platform-common .horizontal-menu .menu-wrapper{width:100%}.hof-sport-top-winner-module_winnersBets__I8HdrZ50__platform-common .horizontal-menu .menu-wrapper--inner{display:flex;flex-wrap:nowrap;width:auto}.hof-sport-top-winner-module_isMobile__sdfsP78R__platform-common .hof-sport-top-winner-module_winnerInfo__GJfYTwuK__platform-common{flex-wrap:wrap}.hof-sport-top-winner-module_isMobile__sdfsP78R__platform-common .hof-sport-top-winner-module_winnerInfo__GJfYTwuK__platform-common .hof-sport-top-winner-module_infoCol__oYmKKOvK__platform-common{padding:0 0 12px;width:100%}.hof-sport-top-winner-module_isMobile__sdfsP78R__platform-common .hof-sport-top-winner-module_winnerInfo__GJfYTwuK__platform-common .hof-sport-top-winner-module_oddsCol__mwFV0Raf__platform-common{height:55px;padding:0 6px 12px 0;width:50%}.hof-sport-top-winner-module_isMobile__sdfsP78R__platform-common .hof-sport-top-winner-module_winnerInfo__GJfYTwuK__platform-common .hof-sport-top-winner-module_stakeCol__v76x8QBH__platform-common{height:55px;padding:0 0 12px 6px;width:50%}.hof-sport-top-winner-module_isMobile__sdfsP78R__platform-common .hof-sport-top-winner-module_winnerInfo__GJfYTwuK__platform-common .hof-sport-top-winner-module_betslipCol__q3i-E2gn__platform-common{flex:1 0 auto;margin-right:12px;width:auto}.hof-sport-top-winner-module_isMobile__sdfsP78R__platform-common .hof-sport-top-winner-module_winnerInfo__GJfYTwuK__platform-common .hof-sport-top-winner-module_arrowCol__3a3rq2xp__platform-common{flex:0 0 auto}.hof-sport-top-winner-module_isMobile__sdfsP78R__platform-common .hof-sport-top-winner-module_infoCol__oYmKKOvK__platform-common{align-items:center;flex-direction:row;justify-content:space-between}.hof-sport-top-winner-module_isMobile__sdfsP78R__platform-common .hof-sport-top-winner-module_infoCol__oYmKKOvK__platform-common .hof-sport-top-winner-module_infoColTitle__xr-Yk2UP__platform-common{font-size:14px}.hof-sport-top-winner-module_isMobile__sdfsP78R__platform-common .hof-sport-top-winner-module_stat__yeYvdKsg__platform-common .hof-sport-top-winner-module_statLabel__Eu9w-w03__platform-common{top:4px}.hof-sport-top-winner-module_isMobile__sdfsP78R__platform-common .hof-sport-top-winner-module_stat__yeYvdKsg__platform-common .hof-sport-top-winner-module_statValue__uo9axtJH__platform-common{bottom:2px}.hof-sport-top-winner-module_isMobile__sdfsP78R__platform-common .hof-sport-top-winner-module_betslipCol__q3i-E2gn__platform-common{align-items:center;flex-direction:row;justify-content:flex-start}.hof-sport-top-winner-module_isMobile__sdfsP78R__platform-common .hof-sport-top-winner-module_betslipCol__q3i-E2gn__platform-common .hof-sport-top-winner-module_betslipTitle__TIQvP9sW__platform-common{margin-right:10px;opacity:.7}.hof-sport-top-winner-module_isMobile__sdfsP78R__platform-common .hof-sport-top-winner-module_winnersBets__I8HdrZ50__platform-common{padding:8px 4px}@media screen and (max-width: 460px){.hof-sport-top-winner-module_isMobile__sdfsP78R__platform-common .hof-sport-top-winner-module_winnerInfo__GJfYTwuK__platform-common{padding:12px 8px}}.hof-sport-top-winner-bet-module_betWrapper__k0MGLdCS__platform-common{padding:0 6px;width:380px}.hof-sport-top-winner-bet-module_betWrapper__k0MGLdCS__platform-common.hof-sport-top-winner-bet-module_isMobile__ItU6fBD1__platform-common{padding:0 4px;width:280px}.hof-sport-top-winner-bet-module_bet__WhVwhf11__platform-common{background:var(--white);border-radius:5px;font-size:14px;padding:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hof-sport-top-winner-bet-module_sportLine__piMDYFRR__platform-common{align-items:center;display:flex;margin-bottom:15px}.hof-sport-top-winner-bet-module_sportIcon__tfTDsfQS__platform-common{flex:0 0 20px;height:20px;margin-right:5px;min-width:20px;width:20px}.hof-sport-top-winner-bet-module_sportIcon__tfTDsfQS__platform-common img{display:block;width:100%}.hof-sport-top-winner-bet-module_leagueIcon__B5xIlocF__platform-common{margin-right:5px}.hof-sport-top-winner-bet-module_leagueName__Wcgh7rM3__platform-common{flex:1 0 auto;font-size:12px;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-word}.hof-sport-top-winner-bet-module_gameLine__V9bYiLYW__platform-common{margin-bottom:15px}.hof-sport-top-winner-bet-module_gameTeamName__fAWnT5Yg__platform-common{padding:5px 15px 5px 0}.hof-sport-top-winner-bet-module_gameTeamScore__A23b-thG__platform-common{position:relative;text-align:center;vertical-align:middle}.hof-sport-top-winner-bet-module_gameTeamScore__A23b-thG__platform-common span{display:block;font-weight:700;min-width:24px;padding:0 5px;position:relative;z-index:2}.hof-sport-top-winner-bet-module_gameTeamScore__A23b-thG__platform-common:before{background:var(--hofSportBorder);border-radius:4px 4px 0 0;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0}.hof-sport-top-winner-bet-module_gameTeam__cjZ7Me5o__platform-common.hof-sport-top-winner-bet-module_gameTeamSecond__3wHb7QQE__platform-common td{border-top:1px solid transparent}.hof-sport-top-winner-bet-module_gameTeam__cjZ7Me5o__platform-common.hof-sport-top-winner-bet-module_gameTeamSecond__3wHb7QQE__platform-common .hof-sport-top-winner-bet-module_gameTeamSolo__fMVh3t3g__platform-common:before{border-radius:4px}.hof-sport-top-winner-bet-module_gameTeam__cjZ7Me5o__platform-common.hof-sport-top-winner-bet-module_gameTeamSecond__3wHb7QQE__platform-common .hof-sport-top-winner-bet-module_gameTeamScore__A23b-thG__platform-common:before{border-radius:0 0 4px 4px}.hof-sport-top-winner-bet-module_marketLine__sKwOIn0o__platform-common{margin-bottom:6px;opacity:.5}.hof-sport-top-winner-bet-module_resultLine__sp2UKgW1__platform-common{align-items:stretch;border-radius:5px 6px 6px 5px;box-shadow:inset 0 0 0 1px var(--hofSportBorder);display:flex}.hof-sport-top-winner-bet-module_resultOutcome__WPpYdDw2__platform-common{align-items:center;color:rgb(var(--hofSportStatusWinSecondaryRgb));display:flex;flex:5 0 40%;flex-wrap:wrap;padding:7px 8px;white-space:normal}.hof-sport-top-winner-bet-module_resultOdd__k6gRP65B__platform-common{align-items:center;display:flex;flex:1 0 auto;font-weight:700;justify-content:flex-end;padding:7px 8px}.hof-sport-top-winner-bet-module_resultStatus__weOtZxXD__platform-common{align-items:center;background:rgba(var(--hofSportStatusWinSecondaryRgb),.1);border:1px solid rgb(var(--hofSportStatusWinSecondaryRgb));border-radius:0 5px 5px 0;display:flex;flex:1 0 auto;justify-content:center;padding:7px 8px;position:relative;text-align:center;z-index:2}.hof-sport-top-winner-bet-module_resultStatus__weOtZxXD__platform-common.hof-sport-top-winner-bet-module_notWin__PGLBc5RT__platform-common{background:rgba(var(--hofSportStatusNotWinRgb),.1);border:1px solid rgb(var(--hofSportStatusNotWinRgb))}.hof-sport-top-winner-bet-module_isMobile__ItU6fBD1__platform-common .hof-sport-top-winner-bet-module_bet__WhVwhf11__platform-common{font-size:12px;padding:12px 8px}.hof-sport-top-winner-bet-module_isMobile__ItU6fBD1__platform-common .hof-sport-top-winner-bet-module_sportLine__piMDYFRR__platform-common,.hof-sport-top-winner-bet-module_isMobile__ItU6fBD1__platform-common .hof-sport-top-winner-bet-module_gameLine__V9bYiLYW__platform-common{margin-bottom:8px}.hof-sport-top-winner-bet-module_isMobile__ItU6fBD1__platform-common .hof-sport-top-winner-bet-module_gameTeamName__fAWnT5Yg__platform-common{padding:3px 12px 2px 0}.hof-sport-top-winner-bet-module_isMobile__ItU6fBD1__platform-common .hof-sport-top-winner-bet-module_marketLine__sKwOIn0o__platform-common{margin-bottom:4px}.glow-background-module_firefly__6uF7owsR__platform-common{position:relative;top:200px;width:.25vw;height:.25vw;pointer-events:none}.glow-background-module_firefly__6uF7owsR__platform-common:before,.glow-background-module_firefly__6uF7owsR__platform-common:after{content:"";position:absolute;width:100%;height:100%;border-radius:50%}.glow-background-module_firefly__6uF7owsR__platform-common:before{background:#ffffff80;opacity:.4}.glow-background-module_firefly__6uF7owsR__platform-common:after{background:#ffffff80;opacity:.5;box-shadow:0 0 #ff0;animation:glow-background-module_flash__oATnikvb__platform-common .1s ease infinite}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(1){transform:translate(215px) translateY(-132px) scale(.34)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(1):before{animation-duration:9s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(1):after{animation-duration:9s,4.6s;animation-delay:0ms,1087ms}@keyframes glow-background-module_move1__ThdKUiNq__platform-common{0%{transform:translate(188px) translateY(4px) scale(.35)}5%{transform:translate(82px) translateY(-122px) scale(.78)}10.5263157895%{transform:translate(233px) translateY(34px) scale(.29)}13.6363636364%{transform:translate(-45px) translateY(-56px) scale(.91)}15.3846153846%{transform:translate(47px) translateY(-63px) scale(.54)}22.7272727273%{transform:translate(17px) translateY(-137px) scale(.59)}27.2727272727%{transform:translate(118px) translateY(3px) scale(.59)}29.1666666667%{transform:translate(152px) translateY(-120px) scale(.43)}28.5714285714%{transform:translate(81px) translateY(-45px) scale(.49)}32.1428571429%{transform:translate(197px) translateY(-119px) scale(.72)}50%{transform:translate(163px) translateY(-120px) scale(.61)}61.1111111111%{transform:translate(-34px) translateY(25px) scale(.9)}46.1538461538%{transform:translate(-16px) translateY(34px) scale(.33)}59.0909090909%{transform:translate(104px) translateY(-138px) scale(.57)}56%{transform:translate(118px) translateY(-42px) scale(.58)}53.5714285714%{transform:translate(-23px) translateY(-109px) scale(.45)}64%{transform:translate(67px) translateY(-143px) scale(.93)}73.9130434783%{transform:translate(185px) translateY(46px) scale(.67)}85.7142857143%{transform:translate(138px) translateY(-38px) scale(.85)}79.1666666667%{transform:translate(84px) translateY(-149px) scale(.52)}76.9230769231%{transform:translate(109px) translateY(-132px) scale(.38)}87.5%{transform:translate(232px) translateY(-75px) scale(.89)}95.652173913%{transform:translate(241px) translateY(-115px) scale(.79)}88.4615384615%{transform:translate(38px) translateY(1px) scale(.63)}96%{transform:translate(13px) translateY(-13px) scale(.79)}119.0476190476%{transform:translate(86px) translateY(-74px) scale(.42)}108.3333333333%{transform:translate(199px) translateY(-109px) scale(.57)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(2){transform:translate(242px) translateY(-22px) scale(.35)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(2):before{animation-duration:11s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(2):after{animation-duration:11s,4848ms;animation-delay:0ms,961ms}@keyframes glow-background-module_move2__1FMjf7iG__platform-common{0%{transform:translate(32px) translateY(-47px) scale(.48)}3.7037037037%{transform:translate(139px) translateY(-113px) scale(.59)}8%{transform:translate(234px) translateY(31px) scale(.6)}14.2857142857%{transform:translate(64px) translateY(8px) scale(.37)}22.2222222222%{transform:translate(216px) translateY(-117px) scale(.69)}25%{transform:translate(244px) translateY(43px) scale(.63)}26.0869565217%{transform:translate(245px) translateY(-107px) scale(.96)}36.8421052632%{transform:translate(224px) translateY(17px) scale(.63)}33.3333333333%{transform:translate(220px) translateY(23px) scale(.48)}32.1428571429%{transform:translate(-16px) translateY(-32px) scale(.88)}45.4545454545%{transform:translate(218px) translateY(4px) scale(.92)}55%{transform:translate(35px) translateY(22px) scale(.51)}70.5882352941%{transform:translate(11px) translateY(-59px) scale(.69)}59.0909090909%{transform:translate(222px) translateY(-148px) scale(.61)}51.8518518519%{transform:translate(30px) translateY(-16px) scale(.94)}57.6923076923%{transform:translate(179px) translateY(-146px) scale(.51)}59.2592592593%{transform:translate(-7px) translateY(-110px) scale(.3)}70.8333333333%{transform:translate(32px) translateY(-38px) scale(.8)}94.7368421053%{transform:translate(-20px) translateY(-108px) scale(.45)}105.5555555556%{transform:translate(19px) translateY(-11px) scale(.87)}80%{transform:translate(73px) translateY(-91px) scale(.71)}75%{transform:translate(194px) translateY(-119px) scale(.96)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(3){transform:translate(186px) translateY(-176px) scale(.9)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(3):before{animation-duration:10s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(3):after{animation-duration:10s,2002ms;animation-delay:0ms,4908ms}@keyframes glow-background-module_move3__ky1j9ye6__platform-common{0%{transform:translate(220px) translateY(8px) scale(.39)}4.5454545455%{transform:translate(101px) translateY(-139px) scale(.63)}7.1428571429%{transform:translate(105px) translateY(-109px) scale(.36)}12%{transform:translate(161px) translateY(-38px) scale(.49)}16%{transform:translate(64px) translateY(-127px) scale(.62)}17.8571428571%{transform:translate(133px) translateY(-112px) scale(.99)}23.0769230769%{transform:translate(-32px) translateY(-142px) scale(.59)}26.9230769231%{transform:translate(221px) translateY(-50px) scale(.71)}33.3333333333%{transform:translate(51px) translateY(39px) scale(.5)}40.9090909091%{transform:translate(102px) translateY(-80px) scale(.76)}43.4782608696%{transform:translate(195px) translateY(-125px) scale(.33)}40.7407407407%{transform:translate(125px) translateY(22px) scale(.66)}50%{transform:translate(0) translateY(6px) scale(.4)}76.4705882353%{transform:translate(16px) translateY(40px) scale(.55)}70%{transform:translate(43px) translateY(-31px) scale(.54)}65.2173913043%{transform:translate(-31px) translateY(-91px) scale(.61)}66.6666666667%{transform:translate(172px) translateY(-85px) scale(.57)}62.962962963%{transform:translate(50px) translateY(-54px) scale(.8)}94.7368421053%{transform:translate(246px) translateY(-124px) scale(.56)}95%{transform:translate(224px) translateY(46px) scale(.95)}83.3333333333%{transform:translate(246px) translateY(-136px) scale(.81)}95.4545454545%{transform:translate(-12px) translateY(-83px) scale(.54)}78.5714285714%{transform:translate(93px) translateY(-62px) scale(.93)}82.1428571429%{transform:translate(-39px) translateY(-91px) scale(.95)}88.8888888889%{transform:translate(204px) translateY(36px) scale(.99)}104.1666666667%{transform:translate(-37px) translateY(15px) scale(.81)}to{transform:translate(236px) translateY(-27px) scale(.66)}to{transform:translate(127px) translateY(-72px) scale(.72)}121.7391304348%{transform:translate(184px) translateY(38px) scale(.37)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(4){transform:translate(187px) translateY(-14px) scale(.42)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(4):before{animation-duration:9s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(4):after{animation-duration:9s,4178ms;animation-delay:0ms,2385ms}@keyframes glow-background-module_move4__g2qvspy6__platform-common{0%{transform:translate(-18px) translateY(-62px) scale(.86)}3.8461538462%{transform:translate(178px) translateY(-81px) scale(.67)}9.0909090909%{transform:translate(214px) translateY(31px) scale(.9)}11.1111111111%{transform:translate(249px) translateY(-38px) scale(.56)}14.8148148148%{transform:translate(6px) translateY(-125px) scale(.59)}20%{transform:translate(-5px) translateY(27px) scale(.83)}21.4285714286%{transform:translate(124px) translateY(24px) scale(.53)}38.8888888889%{transform:translate(168px) translateY(40px) scale(.91)}32%{transform:translate(207px) translateY(-139px) scale(.75)}50%{transform:translate(178px) translateY(29px) scale(.46)}35.7142857143%{transform:translate(122px) translateY(-23px) scale(.79)}50%{transform:translate(94px) translateY(-87px) scale(.69)}46.1538461538%{transform:translate(-31px) translateY(-54px) scale(.57)}54.1666666667%{transform:translate(-8px) translateY(-29px) scale(.51)}50%{transform:translate(120px) translateY(6px) scale(.4)}55.5555555556%{transform:translate(225px) translateY(-56px) scale(.55)}76.1904761905%{transform:translate(153px) translateY(-117px) scale(.86)}62.962962963%{transform:translate(234px) translateY(-56px) scale(.36)}72%{transform:translate(187px) translateY(-15px) scale(.63)}82.6086956522%{transform:translate(13px) translateY(-54px) scale(.9)}71.4285714286%{transform:translate(220px) translateY(-102px) scale(.31)}95.4545454545%{transform:translate(224px) translateY(17px) scale(.95)}122.2222222222%{transform:translate(73px) translateY(-23px) scale(.39)}135.2941176471%{transform:translate(-45px) translateY(35px) scale(.76)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(5){transform:translate(-3px) translateY(63px) scale(.63)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(5):before{animation-duration:12s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(5):after{animation-duration:12s,2659ms;animation-delay:0ms,1756ms}@keyframes glow-background-module_move5__hPLn4G4U__platform-common{0%{transform:translate(240px) translateY(-2px) scale(.92)}4.347826087%{transform:translate(199px) translateY(-87px) scale(.83)}8%{transform:translate(-42px) translateY(-23px) scale(.71)}14.2857142857%{transform:translate(-40px) translateY(36px) scale(.76)}18.1818181818%{transform:translate(5px) translateY(-52px) scale(.59)}20.8333333333%{transform:translate(21px) translateY(40px) scale(.64)}25%{transform:translate(140px) translateY(-144px) scale(.9)}28%{transform:translate(143px) translateY(23px) scale(.47)}36.3636363636%{transform:translate(223px) translateY(-116px) scale(.65)}32.1428571429%{transform:translate(29px) translateY(-96px) scale(.45)}43.4782608696%{transform:translate(175px) translateY(-111px) scale(.65)}50%{transform:translate(62px) translateY(-54px) scale(.7)}48%{transform:translate(91px) translateY(14px) scale(.54)}46.4285714286%{transform:translate(83px) translateY(-129px) scale(.91)}56%{transform:translate(90px) translateY(39px) scale(.52)}75%{transform:translate(73px) translateY(-41px) scale(.98)}59.2592592593%{transform:translate(75px) translateY(-5px) scale(.46)}to{transform:translate(115px) translateY(-72px) scale(.5)}85.7142857143%{transform:translate(2px) translateY(-60px) scale(.98)}86.3636363636%{transform:translate(146px) translateY(-77px) scale(.84)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(6){transform:translate(132px) translateY(88px) scale(.6)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(6):before{animation-duration:13s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(6):after{animation-duration:13s,2321ms;animation-delay:0ms,2536ms}@keyframes glow-background-module_move6__YGrRK160__platform-common{0%{transform:translate(220px) translateY(-105px) scale(.96)}3.7037037037%{transform:translate(247px) translateY(-28px) scale(.36)}8%{transform:translate(17px) translateY(29px) scale(.86)}11.5384615385%{transform:translate(52px) translateY(-120px) scale(.44)}18.1818181818%{transform:translate(222px) translateY(-135px) scale(.91)}20.8333333333%{transform:translate(99px) translateY(-91px) scale(.37)}22.2222222222%{transform:translate(-25px) translateY(-67px) scale(.84)}36.8421052632%{transform:translate(124px) translateY(-37px) scale(.66)}32%{transform:translate(-5px) translateY(40px) scale(.66)}39.1304347826%{transform:translate(247px) translateY(-64px) scale(.32)}37.037037037%{transform:translate(213px) translateY(-70px) scale(.98)}52.380952381%{transform:translate(141px) translateY(-2px) scale(.89)}70.5882352941%{transform:translate(79px) translateY(27px) scale(.94)}50%{transform:translate(19px) translateY(-16px) scale(.43)}70%{transform:translate(64px) translateY(-1px) scale(.9)}83.3333333333%{transform:translate(19px) translateY(2px) scale(.9)}72.7272727273%{transform:translate(99px) translateY(-119px) scale(.45)}70.8333333333%{transform:translate(162px) translateY(-68px) scale(.41)}69.2307692308%{transform:translate(34px) translateY(-112px) scale(.31)}90.4761904762%{transform:translate(41px) translateY(-51px) scale(.44)}105.2631578947%{transform:translate(245px) translateY(42px) scale(.38)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(7){transform:translate(43px) translateY(-2px) scale(.29)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(7):before{animation-duration:11s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(7):after{animation-duration:11s,4489ms;animation-delay:0ms,3482ms}@keyframes glow-background-module_move7__4wT-b8Iv__platform-common{0%{transform:translate(129px) translateY(32px) scale(.68)}4.1666666667%{transform:translate(64px) translateY(-35px) scale(.86)}8%{transform:translate(209px) translateY(3px) scale(.92)}15%{transform:translate(139px) translateY(-98px) scale(.74)}19.0476190476%{transform:translate(104px) translateY(-54px) scale(.64)}25%{transform:translate(142px) translateY(-142px) scale(.54)}33.3333333333%{transform:translate(159px) translateY(-91px) scale(.36)}36.8421052632%{transform:translate(-32px) translateY(-85px) scale(.9)}30.7692307692%{transform:translate(46px) translateY(-11px) scale(.54)}37.5%{transform:translate(-41px) translateY(-13px) scale(.88)}50%{transform:translate(76px) translateY(-139px) scale(.26)}45.8333333333%{transform:translate(215px) translateY(14px) scale(.61)}52.1739130435%{transform:translate(144px) translateY(-53px) scale(.73)}61.9047619048%{transform:translate(156px) translateY(12px) scale(.54)}66.6666666667%{transform:translate(128px) translateY(-48px) scale(.99)}65.2173913043%{transform:translate(25px) translateY(-126px) scale(.99)}72.7272727273%{transform:translate(165px) translateY(-27px) scale(.34)}to{transform:translate(2px) translateY(-68px) scale(.74)}75%{transform:translate(231px) translateY(-114px) scale(.58)}73.0769230769%{transform:translate(-15px) translateY(-98px) scale(.34)}117.6470588235%{transform:translate(9px) translateY(-65px) scale(.89)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(8){transform:translate(25px) translateY(-177px) scale(.4)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(8):before{animation-duration:13s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(8):after{animation-duration:13s,3614ms;animation-delay:0ms,1478ms}@keyframes glow-background-module_move8__3j2LCn5w__platform-common{0%{transform:translate(76px) translateY(-67px) scale(.37)}5.8823529412%{transform:translate(168px) translateY(-71px) scale(.76)}8.6956521739%{transform:translate(-43px) translateY(42px) scale(.81)}13.0434782609%{transform:translate(11px) translateY(-92px) scale(.76)}21.0526315789%{transform:translate(-19px) translateY(-141px) scale(.64)}18.5185185185%{transform:translate(-11px) translateY(-49px) scale(.46)}23.0769230769%{transform:translate(40px) translateY(-149px) scale(.65)}26.9230769231%{transform:translate(18px) translateY(-110px) scale(.43)}38.0952380952%{transform:translate(7px) translateY(-35px) scale(.69)}45%{transform:translate(243px) translateY(-52px) scale(.97)}38.4615384615%{transform:translate(163px) translateY(-55px) scale(.43)}42.3076923077%{transform:translate(88px) translateY(2px) scale(.33)}48%{transform:translate(172px) translateY(-133px) scale(.6)}56.5217391304%{transform:translate(128px) translateY(-110px) scale(.95)}56%{transform:translate(152px) translateY(-31px) scale(.33)}60%{transform:translate(202px) translateY(21px) scale(.69)}76.1904761905%{transform:translate(205px) translateY(-113px) scale(.28)}94.4444444444%{transform:translate(99px) translateY(44px) scale(.59)}78.2608695652%{transform:translate(176px) translateY(-91px) scale(.67)}73.0769230769%{transform:translate(109px) translateY(49px) scale(1)}117.6470588235%{transform:translate(-30px) translateY(50px) scale(.43)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(9){transform:translate(146px) translateY(63px) scale(.49)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(9):before{animation-duration:9s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(9):after{animation-duration:9s,2506ms;animation-delay:0ms,285ms}@keyframes glow-background-module_move9__HBbAoiG1__platform-common{0%{transform:translate(33px) translateY(-127px) scale(.55)}4.5454545455%{transform:translate(61px) translateY(-147px) scale(.36)}9.0909090909%{transform:translate(-29px) translateY(-64px) scale(.84)}10.7142857143%{transform:translate(174px) translateY(-114px) scale(.9)}19.0476190476%{transform:translate(-32px) translateY(-70px) scale(.77)}19.2307692308%{transform:translate(238px) translateY(-77px) scale(.68)}33.3333333333%{transform:translate(35px) translateY(18px) scale(.83)}35%{transform:translate(26px) translateY(-88px) scale(.86)}34.7826086957%{transform:translate(-8px) translateY(-21px) scale(.26)}33.3333333333%{transform:translate(17px) translateY(31px) scale(.86)}40%{transform:translate(247px) translateY(38px) scale(.71)}47.8260869565%{transform:translate(152px) translateY(-145px) scale(.41)}42.8571428571%{transform:translate(231px) translateY(-1px) scale(.26)}52%{transform:translate(238px) translateY(-70px) scale(.39)}77.7777777778%{transform:translate(26px) translateY(-39px) scale(.86)}65.2173913043%{transform:translate(58px) translateY(-85px) scale(.84)}59.2592592593%{transform:translate(185px) translateY(-53px) scale(.39)}73.9130434783%{transform:translate(232px) translateY(40px) scale(.81)}72%{transform:translate(-48px) translateY(-70px) scale(.28)}67.8571428571%{transform:translate(30px) translateY(-148px) scale(.45)}74.0740740741%{transform:translate(26px) translateY(-139px) scale(.81)}110.5263157895%{transform:translate(79px) translateY(28px) scale(1)}81.4814814815%{transform:translate(23px) translateY(-74px) scale(.41)}85.1851851852%{transform:translate(227px) translateY(-108px) scale(.53)}88.8888888889%{transform:translate(187px) translateY(27px) scale(.31)}113.6363636364%{transform:translate(190px) translateY(-102px) scale(.6)}113.0434782609%{transform:translate(174px) translateY(-95px) scale(.36)}117.3913043478%{transform:translate(87px) translateY(-130px) scale(.64)}127.2727272727%{transform:translate(51px) translateY(-16px) scale(.31)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(10){transform:translate(28px) translateY(-149px) scale(.58)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(10):before{animation-duration:9s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(10):after{animation-duration:9s,3856ms;animation-delay:0ms,.22s}@keyframes glow-background-module_move10__Z5hkCQLR__platform-common{0%{transform:translate(115px) translateY(-3px) scale(.49)}4.1666666667%{transform:translate(156px) translateY(43px) scale(.37)}11.7647058824%{transform:translate(138px) translateY(46px) scale(.54)}10.7142857143%{transform:translate(-46px) translateY(-67px) scale(.77)}18.1818181818%{transform:translate(250px) translateY(35px) scale(.62)}25%{transform:translate(5px) translateY(-67px) scale(.63)}33.3333333333%{transform:translate(-24px) translateY(-128px) scale(.44)}35%{transform:translate(18px) translateY(40px) scale(.9)}28.5714285714%{transform:translate(5px) translateY(-36px) scale(.99)}47.3684210526%{transform:translate(165px) translateY(-73px) scale(.32)}35.7142857143%{transform:translate(188px) translateY(-36px) scale(.36)}42.3076923077%{transform:translate(41px) translateY(-59px) scale(.91)}66.6666666667%{transform:translate(109px) translateY(-36px) scale(.55)}56.5217391304%{transform:translate(89px) translateY(-4px) scale(.31)}60.8695652174%{transform:translate(200px) translateY(11px) scale(.57)}65.2173913043%{transform:translate(131px) translateY(-67px) scale(.88)}80%{transform:translate(-5px) translateY(-55px) scale(.46)}68%{transform:translate(124px) translateY(-142px) scale(.28)}72%{transform:translate(83px) translateY(-14px) scale(.41)}73.0769230769%{transform:translate(211px) translateY(-63px) scale(.26)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(11){transform:translate(345px) translateY(-82px) scale(.79)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(11):before{animation-duration:9s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(11):after{animation-duration:9s,4284ms;animation-delay:0ms,4.36s}@keyframes glow-background-module_move11__MWaO37QO__platform-common{0%{transform:translate(239px) translateY(-131px) scale(.26)}5.2631578947%{transform:translate(92px) translateY(-132px) scale(.85)}8%{transform:translate(245px) translateY(-109px) scale(.76)}12%{transform:translate(202px) translateY(-122px) scale(.35)}18.1818181818%{transform:translate(43px) translateY(-49px) scale(.99)}19.2307692308%{transform:translate(73px) translateY(-146px) scale(.51)}26.0869565217%{transform:translate(177px) translateY(-126px) scale(.94)}36.8421052632%{transform:translate(4px) translateY(-78px) scale(.63)}33.3333333333%{transform:translate(196px) translateY(-90px) scale(.46)}37.5%{transform:translate(44px) translateY(-111px) scale(.33)}38.4615384615%{transform:translate(87px) translateY(-8px) scale(.84)}61.1111111111%{transform:translate(34px) translateY(-140px) scale(.39)}46.1538461538%{transform:translate(90px) translateY(-35px) scale(.79)}72.2222222222%{transform:translate(111px) translateY(46px) scale(.68)}82.3529411765%{transform:translate(40px) translateY(-78px) scale(.89)}75%{transform:translate(110px) translateY(-118px) scale(.32)}66.6666666667%{transform:translate(151px) translateY(-149px) scale(.76)}60.7142857143%{transform:translate(68px) translateY(-29px) scale(.84)}105.8823529412%{transform:translate(75px) translateY(-109px) scale(.52)}76%{transform:translate(57px) translateY(30px) scale(.3)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(12){transform:translate(212px) translateY(60px) scale(.44)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(12):before{animation-duration:12s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(12):after{animation-duration:12s,3224ms;animation-delay:0ms,4.52s}@keyframes glow-background-module_move12__G9IEKcFI__platform-common{0%{transform:translate(109px) translateY(-79px) scale(.38)}3.5714285714%{transform:translate(45px) translateY(-21px) scale(.75)}11.7647058824%{transform:translate(187px) translateY(-44px) scale(.52)}17.6470588235%{transform:translate(-11px) translateY(-67px) scale(.32)}16.6666666667%{transform:translate(221px) translateY(-147px) scale(.54)}23.8095238095%{transform:translate(-7px) translateY(32px) scale(1)}33.3333333333%{transform:translate(-14px) translateY(-55px) scale(.98)}25%{transform:translate(-27px) translateY(16px) scale(.94)}30.7692307692%{transform:translate(131px) translateY(-4px) scale(.93)}42.8571428571%{transform:translate(10px) translateY(-117px) scale(.91)}50%{transform:translate(-40px) translateY(34px) scale(.66)}61.1111111111%{transform:translate(133px) translateY(16px) scale(.57)}54.5454545455%{transform:translate(60px) translateY(17px) scale(.96)}46.4285714286%{transform:translate(81px) translateY(-141px) scale(.59)}77.7777777778%{transform:translate(32px) translateY(-114px) scale(.26)}57.6923076923%{transform:translate(-17px) translateY(-34px) scale(.76)}64%{transform:translate(163px) translateY(0) scale(.97)}70.8333333333%{transform:translate(123px) translateY(13px) scale(.99)}90%{transform:translate(190px) translateY(-18px) scale(.94)}70.3703703704%{transform:translate(40px) translateY(-12px) scale(.82)}83.3333333333%{transform:translate(19px) translateY(-87px) scale(.29)}75%{transform:translate(-28px) translateY(43px) scale(.68)}91.6666666667%{transform:translate(122px) translateY(27px) scale(.8)}85.1851851852%{transform:translate(-5px) translateY(46px) scale(.93)}104.347826087%{transform:translate(169px) translateY(-80px) scale(.73)}125%{transform:translate(149px) translateY(-27px) scale(.32)}96.2962962963%{transform:translate(41px) translateY(-124px) scale(.34)}117.3913043478%{transform:translate(246px) translateY(28px) scale(.76)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(13){transform:translate(312px) translateY(-137px) scale(.6)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(13):before{animation-duration:10s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(13):after{animation-duration:10s,3.13s;animation-delay:0ms,4292ms}@keyframes glow-background-module_move13__Y9sfAP0I__platform-common{0%{transform:translate(191px) translateY(14px) scale(.39)}5.8823529412%{transform:translate(-12px) translateY(41px) scale(.85)}9.5238095238%{transform:translate(26px) translateY(-84px) scale(.52)}15.7894736842%{transform:translate(9px) translateY(-101px) scale(.59)}20%{transform:translate(216px) translateY(1px) scale(.68)}18.5185185185%{transform:translate(248px) translateY(-141px) scale(.69)}33.3333333333%{transform:translate(-17px) translateY(-8px) scale(.98)}29.1666666667%{transform:translate(239px) translateY(16px) scale(.35)}30.7692307692%{transform:translate(17px) translateY(-141px) scale(.28)}42.8571428571%{transform:translate(235px) translateY(11px) scale(.93)}52.6315789474%{transform:translate(202px) translateY(46px) scale(.58)}55%{transform:translate(-18px) translateY(-51px) scale(.44)}70.5882352941%{transform:translate(150px) translateY(-45px) scale(.31)}56.5217391304%{transform:translate(164px) translateY(-99px) scale(.8)}82.3529411765%{transform:translate(85px) translateY(-61px) scale(.63)}53.5714285714%{transform:translate(11px) translateY(-13px) scale(.58)}76.1904761905%{transform:translate(220px) translateY(-39px) scale(.29)}85%{transform:translate(42px) translateY(-69px) scale(.62)}to{transform:translate(58px) translateY(45px) scale(.45)}95%{transform:translate(-34px) translateY(-1px) scale(.36)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(14){transform:translate(350px) translateY(-23px) scale(.77)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(14):before{animation-duration:15s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(14):after{animation-duration:15s,3619ms;animation-delay:0ms,111ms}@keyframes glow-background-module_move14__hMNFOF4m__platform-common{0%{transform:translate(166px) translateY(-89px) scale(.48)}4.7619047619%{transform:translate(61px) translateY(-21px) scale(.26)}8.3333333333%{transform:translate(82px) translateY(39px) scale(.9)}12.5%{transform:translate(156px) translateY(-61px) scale(.79)}14.2857142857%{transform:translate(81px) translateY(-109px) scale(.77)}27.7777777778%{transform:translate(114px) translateY(-37px) scale(.66)}28.5714285714%{transform:translate(-28px) translateY(-114px) scale(.53)}26.9230769231%{transform:translate(-6px) translateY(-145px) scale(.35)}44.4444444444%{transform:translate(219px) translateY(-18px) scale(.6)}40.9090909091%{transform:translate(84px) translateY(-71px) scale(.77)}35.7142857143%{transform:translate(58px) translateY(5px) scale(.71)}42.3076923077%{transform:translate(207px) translateY(20px) scale(.87)}63.1578947368%{transform:translate(-31px) translateY(-110px) scale(.39)}68.4210526316%{transform:translate(-31px) translateY(-84px) scale(.92)}63.6363636364%{transform:translate(45px) translateY(-137px) scale(.76)}88.2352941176%{transform:translate(20px) translateY(-106px) scale(.58)}64%{transform:translate(44px) translateY(-138px) scale(.41)}60.7142857143%{transform:translate(16px) translateY(46px) scale(.35)}81.8181818182%{transform:translate(206px) translateY(-27px) scale(.95)}67.8571428571%{transform:translate(66px) translateY(-23px) scale(.43)}80%{transform:translate(-38px) translateY(-96px) scale(.33)}77.7777777778%{transform:translate(47px) translateY(27px) scale(.85)}88%{transform:translate(-37px) translateY(-119px) scale(.26)}82.1428571429%{transform:translate(6px) translateY(26px) scale(.37)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(15){transform:translate(382px) translateY(77px) scale(.43)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(15):before{animation-duration:15s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(15):after{animation-duration:15s,3.63s;animation-delay:0ms,4001ms}@keyframes glow-background-module_move15__Bnlv1nv2__platform-common{0%{transform:translate(99px) translateY(-121px) scale(.68)}4%{transform:translate(101px) translateY(-127px) scale(.72)}10%{transform:translate(233px) translateY(-60px) scale(.92)}12%{transform:translate(119px) translateY(-12px) scale(.34)}14.2857142857%{transform:translate(8px) translateY(-102px) scale(.93)}19.2307692308%{transform:translate(190px) translateY(-114px) scale(.4)}28.5714285714%{transform:translate(-32px) translateY(-141px) scale(.45)}29.1666666667%{transform:translate(-7px) translateY(-109px) scale(.39)}29.6296296296%{transform:translate(49px) translateY(-125px) scale(.79)}34.6153846154%{transform:translate(118px) translateY(-122px) scale(.99)}47.619047619%{transform:translate(228px) translateY(-41px) scale(.38)}64.7058823529%{transform:translate(-20px) translateY(-65px) scale(.26)}63.1578947368%{transform:translate(-34px) translateY(-111px) scale(.45)}52%{transform:translate(48px) translateY(5px) scale(.36)}58.3333333333%{transform:translate(148px) translateY(39px) scale(.62)}55.5555555556%{transform:translate(-45px) translateY(-40px) scale(.91)}64%{transform:translate(-25px) translateY(44px) scale(.77)}60.7142857143%{transform:translate(43px) translateY(46px) scale(.96)}75%{transform:translate(-1px) translateY(-135px) scale(.79)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(16){transform:translate(155px) translateY(-63px) scale(1)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(16):before{animation-duration:16s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(16):after{animation-duration:16s,3349ms;animation-delay:0ms,1478ms}@keyframes glow-background-module_move16__p5oqvOlC__platform-common{0%{transform:translate(-28px) translateY(-105px) scale(.88)}4%{transform:translate(102px) translateY(10px) scale(.99)}9.0909090909%{transform:translate(213px) translateY(-139px) scale(1)}15%{transform:translate(173px) translateY(7px) scale(.94)}21.0526315789%{transform:translate(71px) translateY(-77px) scale(.66)}23.8095238095%{transform:translate(42px) translateY(-16px) scale(.42)}28.5714285714%{transform:translate(135px) translateY(-136px) scale(.94)}33.3333333333%{transform:translate(206px) translateY(3px) scale(.46)}34.7826086957%{transform:translate(19px) translateY(-87px) scale(.72)}45%{transform:translate(-31px) translateY(-65px) scale(.42)}37.037037037%{transform:translate(179px) translateY(-142px) scale(.51)}64.7058823529%{transform:translate(-28px) translateY(-49px) scale(.81)}46.1538461538%{transform:translate(188px) translateY(-62px) scale(.68)}50%{transform:translate(-35px) translateY(-137px) scale(.75)}66.6666666667%{transform:translate(167px) translateY(-95px) scale(.92)}57.6923076923%{transform:translate(95px) translateY(50px) scale(.94)}80%{transform:translate(123px) translateY(27px) scale(.74)}85%{transform:translate(60px) translateY(-38px) scale(.45)}81.8181818182%{transform:translate(3px) translateY(-40px) scale(.43)}95%{transform:translate(221px) translateY(-4px) scale(.27)}111.1111111111%{transform:translate(68px) translateY(-114px) scale(.39)}80.7692307692%{transform:translate(112px) translateY(-59px) scale(.38)}to{transform:translate(-22px) translateY(-48px) scale(.99)}104.5454545455%{transform:translate(85px) translateY(6px) scale(.79)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(17){transform:translate(243px) translateY(-55px) scale(.8)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(17):before{animation-duration:8s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(17):after{animation-duration:8s,2354ms;animation-delay:0ms,623ms}@keyframes glow-background-module_move17__-HOnCBGm__platform-common{0%{transform:translate(164px) translateY(-129px) scale(.73)}3.7037037037%{transform:translate(98px) translateY(-33px) scale(.68)}8.6956521739%{transform:translate(47px) translateY(-20px) scale(.84)}13.0434782609%{transform:translate(230px) translateY(24px) scale(.97)}17.3913043478%{transform:translate(157px) translateY(-143px) scale(.9)}26.3157894737%{transform:translate(202px) translateY(-17px) scale(.84)}30%{transform:translate(19px) translateY(-59px) scale(.32)}26.9230769231%{transform:translate(166px) translateY(-118px) scale(.79)}40%{transform:translate(88px) translateY(-45px) scale(.31)}36%{transform:translate(32px) translateY(-121px) scale(.81)}52.6315789474%{transform:translate(57px) translateY(-122px) scale(.27)}44%{transform:translate(47px) translateY(-61px) scale(.4)}52.1739130435%{transform:translate(111px) translateY(-124px) scale(.37)}68.4210526316%{transform:translate(96px) translateY(-68px) scale(.44)}51.8518518519%{transform:translate(48px) translateY(-75px) scale(.57)}75%{transform:translate(49px) translateY(30px) scale(.73)}66.6666666667%{transform:translate(230px) translateY(30px) scale(.6)}85%{transform:translate(-7px) translateY(30px) scale(.29)}to{transform:translate(45px) translateY(-136px) scale(.88)}73.0769230769%{transform:translate(-24px) translateY(-69px) scale(.61)}105.2631578947%{transform:translate(135px) translateY(-80px) scale(.32)}123.5294117647%{transform:translate(22px) translateY(-35px) scale(.53)}122.2222222222%{transform:translate(-19px) translateY(-18px) scale(.93)}88.4615384615%{transform:translate(63px) translateY(-20px) scale(.42)}96%{transform:translate(141px) translateY(8px) scale(.69)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(18){transform:translate(137px) translateY(24px) scale(.74)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(18):before{animation-duration:9s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(18):after{animation-duration:9s,2388ms;animation-delay:0ms,2167ms}@keyframes glow-background-module_move18__FqlxUaF4__platform-common{0%{transform:translate(168px) translateY(-63px) scale(.39)}3.8461538462%{transform:translate(-36px) translateY(-35px) scale(.42)}11.7647058824%{transform:translate(-8px) translateY(1px) scale(.73)}12.5%{transform:translate(71px) translateY(-141px) scale(.34)}23.5294117647%{transform:translate(239px) translateY(19px) scale(.97)}29.4117647059%{transform:translate(77px) translateY(-126px) scale(.96)}28.5714285714%{transform:translate(28px) translateY(-96px) scale(.3)}38.8888888889%{transform:translate(-30px) translateY(-29px) scale(.99)}36.3636363636%{transform:translate(189px) translateY(-9px) scale(.92)}47.3684210526%{transform:translate(198px) translateY(50px) scale(.76)}37.037037037%{transform:translate(23px) translateY(-50px) scale(.74)}40.7407407407%{transform:translate(191px) translateY(44px) scale(.57)}42.8571428571%{transform:translate(89px) translateY(-64px) scale(.47)}50%{transform:translate(197px) translateY(-42px) scale(.49)}77.7777777778%{transform:translate(49px) translateY(15px) scale(.64)}88.2352941176%{transform:translate(135px) translateY(-124px) scale(.89)}57.1428571429%{transform:translate(150px) translateY(-17px) scale(.3)}94.4444444444%{transform:translate(134px) translateY(-134px) scale(.53)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(19){transform:translate(-38px) translateY(35px) scale(.89)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(19):before{animation-duration:11s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(19):after{animation-duration:11s,2488ms;animation-delay:0ms,4923ms}@keyframes glow-background-module_move19__Cim-G5BB__platform-common{0%{transform:translate(165px) translateY(-124px) scale(.32)}3.7037037037%{transform:translate(208px) translateY(-113px) scale(.33)}8%{transform:translate(174px) translateY(-108px) scale(.67)}11.1111111111%{transform:translate(-18px) translateY(23px) scale(.88)}14.2857142857%{transform:translate(79px) translateY(-63px) scale(.56)}19.2307692308%{transform:translate(135px) translateY(6px) scale(.87)}30%{transform:translate(178px) translateY(-130px) scale(.96)}30.4347826087%{transform:translate(83px) translateY(-135px) scale(.81)}42.1052631579%{transform:translate(21px) translateY(-53px) scale(.99)}50%{transform:translate(234px) translateY(-6px) scale(.93)}40%{transform:translate(70px) translateY(-60px) scale(.44)}47.8260869565%{transform:translate(192px) translateY(32px) scale(.3)}46.1538461538%{transform:translate(52px) translateY(32px) scale(.34)}72.2222222222%{transform:translate(-15px) translateY(-40px) scale(.45)}77.7777777778%{transform:translate(57px) translateY(-129px) scale(.79)}75%{transform:translate(-13px) translateY(-35px) scale(.45)}66.6666666667%{transform:translate(21px) translateY(3px) scale(.59)}85%{transform:translate(93px) translateY(-11px) scale(.96)}75%{transform:translate(29px) translateY(-24px) scale(.64)}111.7647058824%{transform:translate(207px) translateY(-101px) scale(.46)}90.9090909091%{transform:translate(245px) translateY(35px) scale(.73)}77.7777777778%{transform:translate(88px) translateY(7px) scale(.82)}78.5714285714%{transform:translate(200px) translateY(33px) scale(.69)}121.0526315789%{transform:translate(36px) translateY(-18px) scale(.79)}96%{transform:translate(-21px) translateY(-33px) scale(.39)}89.2857142857%{transform:translate(188px) translateY(32px) scale(.47)}104%{transform:translate(90px) translateY(-96px) scale(.76)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(20){transform:translate(382px) translateY(-188px) scale(.4)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(20):before{animation-duration:16s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(20):after{animation-duration:16s,2243ms;animation-delay:0ms,3287ms}@keyframes glow-background-module_move20__PsgM8gt6__platform-common{0%{transform:translate(147px) translateY(-49px) scale(.41)}5.2631578947%{transform:translate(23px) translateY(40px) scale(.87)}8%{transform:translate(196px) translateY(-106px) scale(.73)}14.2857142857%{transform:translate(-13px) translateY(2px) scale(.84)}14.8148148148%{transform:translate(176px) translateY(-136px) scale(.99)}18.5185185185%{transform:translate(109px) translateY(5px) scale(.43)}30%{transform:translate(213px) translateY(-142px) scale(.27)}35%{transform:translate(12px) translateY(-126px) scale(.35)}30.7692307692%{transform:translate(102px) translateY(-15px) scale(.31)}50%{transform:translate(237px) translateY(10px) scale(.84)}43.4782608696%{transform:translate(46px) translateY(48px) scale(.57)}50%{transform:translate(-2px) translateY(-11px) scale(.3)}52.1739130435%{transform:translate(66px) translateY(-21px) scale(.43)}59.0909090909%{transform:translate(-18px) translateY(-15px) scale(.67)}50%{transform:translate(180px) translateY(-95px) scale(.59)}88.2352941176%{transform:translate(104px) translateY(-1px) scale(.39)}61.5384615385%{transform:translate(36px) translateY(-114px) scale(.33)}94.4444444444%{transform:translate(39px) translateY(-59px) scale(.63)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(21){transform:translate(275px) translateY(48px) scale(.4)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(21):before{animation-duration:16s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(21):after{animation-duration:16s,4746ms;animation-delay:0ms,99ms}@keyframes glow-background-module_move21__2BSmVn4z__platform-common{0%{transform:translate(203px) translateY(-83px) scale(.53)}4.7619047619%{transform:translate(66px) translateY(-76px) scale(.49)}9.0909090909%{transform:translate(178px) translateY(6px) scale(.73)}15.7894736842%{transform:translate(209px) translateY(-93px) scale(.35)}14.2857142857%{transform:translate(195px) translateY(-145px) scale(.86)}23.8095238095%{transform:translate(180px) translateY(-78px) scale(.37)}26.0869565217%{transform:translate(63px) translateY(-24px) scale(.74)}38.8888888889%{transform:translate(18px) translateY(-79px) scale(.88)}36.3636363636%{transform:translate(145px) translateY(32px) scale(.28)}52.9411764706%{transform:translate(235px) translateY(-105px) scale(.43)}58.8235294118%{transform:translate(4px) translateY(43px) scale(.69)}61.1111111111%{transform:translate(189px) translateY(-17px) scale(.97)}54.5454545455%{transform:translate(214px) translateY(-35px) scale(.85)}48.1481481481%{transform:translate(145px) translateY(-14px) scale(.51)}77.7777777778%{transform:translate(187px) translateY(-21px) scale(.81)}71.4285714286%{transform:translate(-39px) translateY(-31px) scale(.27)}88.8888888889%{transform:translate(31px) translateY(-33px) scale(.52)}73.9130434783%{transform:translate(99px) translateY(-11px) scale(.85)}66.6666666667%{transform:translate(103px) translateY(-8px) scale(.51)}95%{transform:translate(99px) translateY(-9px) scale(.3)}90.9090909091%{transform:translate(164px) translateY(-111px) scale(.37)}84%{transform:translate(177px) translateY(-21px) scale(.65)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(22){transform:translate(346px) translateY(48px) scale(.27)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(22):before{animation-duration:13s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(22):after{animation-duration:13s,3611ms;animation-delay:0ms,1205ms}@keyframes glow-background-module_move22__00kpHNpy__platform-common{0%{transform:translate(69px) translateY(-102px) scale(.76)}3.5714285714%{transform:translate(218px) translateY(-27px) scale(.58)}9.0909090909%{transform:translate(14px) translateY(-99px) scale(.33)}13.0434782609%{transform:translate(-5px) translateY(-60px) scale(.88)}19.0476190476%{transform:translate(170px) translateY(-27px) scale(.82)}29.4117647059%{transform:translate(-39px) translateY(-101px) scale(.29)}27.2727272727%{transform:translate(169px) translateY(-92px) scale(.91)}26.9230769231%{transform:translate(59px) translateY(-2px) scale(.41)}30.7692307692%{transform:translate(105px) translateY(-74px) scale(.66)}47.3684210526%{transform:translate(56px) translateY(7px) scale(.7)}52.6315789474%{transform:translate(130px) translateY(20px) scale(.28)}47.8260869565%{transform:translate(104px) translateY(-93px) scale(.75)}48%{transform:translate(100px) translateY(-1px) scale(.44)}54.1666666667%{transform:translate(-32px) translateY(10px) scale(.27)}77.7777777778%{transform:translate(-32px) translateY(25px) scale(.82)}62.5%{transform:translate(240px) translateY(-17px) scale(.27)}57.1428571429%{transform:translate(-49px) translateY(-130px) scale(.69)}70.8333333333%{transform:translate(0) translateY(0) scale(.92)}72%{transform:translate(6px) translateY(-29px) scale(.49)}67.8571428571%{transform:translate(122px) translateY(42px) scale(.78)}111.1111111111%{transform:translate(-29px) translateY(4px) scale(.98)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(23){transform:translate(274px) translateY(11px) scale(.35)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(23):before{animation-duration:15s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(23):after{animation-duration:15s,4.44s;animation-delay:0ms,1321ms}@keyframes glow-background-module_move23__XGQ-5onB__platform-common{0%{transform:translate(-43px) translateY(-38px) scale(.44)}3.7037037037%{transform:translate(202px) translateY(-16px) scale(.77)}7.1428571429%{transform:translate(77px) translateY(-136px) scale(.61)}12%{transform:translate(227px) translateY(-37px) scale(.67)}14.8148148148%{transform:translate(124px) translateY(27px) scale(.36)}20.8333333333%{transform:translate(-28px) translateY(-72px) scale(.78)}27.2727272727%{transform:translate(184px) translateY(-54px) scale(.95)}25%{transform:translate(126px) translateY(37px) scale(.82)}40%{transform:translate(180px) translateY(-35px) scale(.44)}39.1304347826%{transform:translate(168px) translateY(-109px) scale(.69)}50%{transform:translate(124px) translateY(-82px) scale(.87)}64.7058823529%{transform:translate(174px) translateY(-3px) scale(.3)}63.1578947368%{transform:translate(5px) translateY(-54px) scale(.45)}68.4210526316%{transform:translate(-41px) translateY(-18px) scale(.29)}63.6363636364%{transform:translate(231px) translateY(-16px) scale(.46)}71.4285714286%{transform:translate(162px) translateY(-97px) scale(.8)}66.6666666667%{transform:translate(168px) translateY(37px) scale(.35)}85%{transform:translate(4px) translateY(-56px) scale(.92)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(24){transform:translate(274px) translateY(22px) scale(.9)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(24):before{animation-duration:12s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(24):after{animation-duration:12s,3295ms;animation-delay:0ms,3412ms}@keyframes glow-background-module_move24__vJTbE1e9__platform-common{0%{transform:translate(196px) translateY(30px) scale(.28)}5.8823529412%{transform:translate(242px) translateY(-47px) scale(.45)}7.6923076923%{transform:translate(175px) translateY(-7px) scale(.99)}13.6363636364%{transform:translate(149px) translateY(-111px) scale(.94)}20%{transform:translate(-8px) translateY(-29px) scale(.74)}23.8095238095%{transform:translate(40px) translateY(-12px) scale(.64)}27.2727272727%{transform:translate(153px) translateY(-42px) scale(.65)}25%{transform:translate(112px) translateY(-1px) scale(.62)}28.5714285714%{transform:translate(236px) translateY(-53px) scale(.32)}34.6153846154%{transform:translate(149px) translateY(-13px) scale(.91)}35.7142857143%{transform:translate(-15px) translateY(-90px) scale(.64)}42.3076923077%{transform:translate(71px) translateY(1px) scale(.51)}57.1428571429%{transform:translate(234px) translateY(-138px) scale(.34)}68.4210526316%{transform:translate(224px) translateY(16px) scale(.98)}50%{transform:translate(93px) translateY(-82px) scale(.82)}83.3333333333%{transform:translate(146px) translateY(-3px) scale(.69)}84.2105263158%{transform:translate(36px) translateY(27px) scale(.36)}77.2727272727%{transform:translate(92px) translateY(-28px) scale(.37)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(25){transform:translate(388px) translateY(-176px) scale(.58)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(25):before{animation-duration:12s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(25):after{animation-duration:12s,3231ms;animation-delay:0ms,4321ms}@keyframes glow-background-module_move25__Jk1-gDr-__platform-common{0%{transform:translate(236px) translateY(-45px) scale(.38)}4.7619047619%{transform:translate(95px) translateY(-77px) scale(.5)}7.1428571429%{transform:translate(208px) translateY(-106px) scale(.88)}11.5384615385%{transform:translate(149px) translateY(-137px) scale(.91)}20%{transform:translate(17px) translateY(-101px) scale(.44)}29.4117647059%{transform:translate(223px) translateY(-139px) scale(.67)}22.2222222222%{transform:translate(211px) translateY(17px) scale(.52)}35%{transform:translate(212px) translateY(26px) scale(.7)}44.4444444444%{transform:translate(174px) translateY(-43px) scale(.74)}34.6153846154%{transform:translate(144px) translateY(-96px) scale(.62)}40%{transform:translate(90px) translateY(-68px) scale(.6)}57.8947368421%{transform:translate(165px) translateY(-87px) scale(.96)}50%{transform:translate(25px) translateY(-106px) scale(.32)}65%{transform:translate(221px) translateY(-62px) scale(.96)}77.7777777778%{transform:translate(116px) translateY(19px) scale(.56)}71.4285714286%{transform:translate(-5px) translateY(-66px) scale(.93)}59.2592592593%{transform:translate(123px) translateY(-78px) scale(.77)}65.3846153846%{transform:translate(192px) translateY(-23px) scale(.63)}78.2608695652%{transform:translate(-48px) translateY(-97px) scale(.74)}105.5555555556%{transform:translate(229px) translateY(-90px) scale(.34)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(26){transform:translate(319px) translateY(-3px) scale(.76)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(26):before{animation-duration:15s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(26):after{animation-duration:15s,2131ms;animation-delay:0ms,4547ms}@keyframes glow-background-module_move26__xJ-dk-Bf__platform-common{0%{transform:translate(188px) translateY(-18px) scale(1)}4.7619047619%{transform:translate(33px) translateY(-96px) scale(.95)}9.0909090909%{transform:translate(26px) translateY(1px) scale(.71)}15%{transform:translate(233px) translateY(1px) scale(.41)}17.3913043478%{transform:translate(123px) translateY(-89px) scale(.58)}17.8571428571%{transform:translate(156px) translateY(-42px) scale(.75)}35.2941176471%{transform:translate(-8px) translateY(-88px) scale(.86)}26.9230769231%{transform:translate(116px) translateY(-129px) scale(.53)}42.1052631579%{transform:translate(142px) translateY(-141px) scale(.77)}32.1428571429%{transform:translate(250px) translateY(-119px) scale(.93)}55.5555555556%{transform:translate(45px) translateY(-127px) scale(.58)}52.380952381%{transform:translate(116px) translateY(-9px) scale(.9)}46.1538461538%{transform:translate(-46px) translateY(-133px) scale(.91)}59.0909090909%{transform:translate(45px) translateY(-67px) scale(.89)}63.6363636364%{transform:translate(213px) translateY(-3px) scale(.95)}71.4285714286%{transform:translate(123px) translateY(-58px) scale(.8)}72.7272727273%{transform:translate(234px) translateY(-78px) scale(.79)}94.4444444444%{transform:translate(200px) translateY(-93px) scale(.94)}66.6666666667%{transform:translate(215px) translateY(-51px) scale(.87)}76%{transform:translate(0) translateY(-50px) scale(.97)}105.2631578947%{transform:translate(51px) translateY(26px) scale(.35)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(27){transform:translate(-54px) translateY(-5px) scale(1)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(27):before{animation-duration:14s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(27):after{animation-duration:14s,4337ms;animation-delay:0ms,1.05s}@keyframes glow-background-module_move27__sJ-vn0Nx__platform-common{0%{transform:translate(86px) translateY(-76px) scale(.76)}3.7037037037%{transform:translate(30px) translateY(-95px) scale(.37)}8.6956521739%{transform:translate(-36px) translateY(-93px) scale(.61)}17.6470588235%{transform:translate(8px) translateY(-119px) scale(.31)}14.8148148148%{transform:translate(245px) translateY(-147px) scale(.48)}21.7391304348%{transform:translate(229px) translateY(-27px) scale(.91)}30%{transform:translate(82px) translateY(-46px) scale(.81)}36.8421052632%{transform:translate(74px) translateY(-17px) scale(.95)}30.7692307692%{transform:translate(58px) translateY(2px) scale(.37)}34.6153846154%{transform:translate(53px) translateY(-126px) scale(.34)}45.4545454545%{transform:translate(8px) translateY(-49px) scale(.38)}55%{transform:translate(124px) translateY(12px) scale(.97)}42.8571428571%{transform:translate(60px) translateY(-39px) scale(.79)}56.5217391304%{transform:translate(78px) translateY(-73px) scale(.76)}53.8461538462%{transform:translate(213px) translateY(-134px) scale(.81)}83.3333333333%{transform:translate(37px) translateY(-37px) scale(.36)}61.5384615385%{transform:translate(53px) translateY(-142px) scale(.88)}70.8333333333%{transform:translate(-48px) translateY(-140px) scale(.91)}72%{transform:translate(-11px) translateY(-97px) scale(.99)}to{transform:translate(226px) translateY(-115px) scale(.98)}117.6470588235%{transform:translate(-12px) translateY(-146px) scale(.99)}to{transform:translate(-43px) translateY(-113px) scale(.97)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(28){transform:translate(76px) translateY(-98px) scale(.34)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(28):before{animation-duration:16s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(28):after{animation-duration:16s,2297ms;animation-delay:0ms,2285ms}@keyframes glow-background-module_move28__Xu7X387e__platform-common{0%{transform:translate(218px) translateY(25px) scale(.78)}4.347826087%{transform:translate(49px) translateY(-64px) scale(.9)}8.3333333333%{transform:translate(-38px) translateY(-1px) scale(.53)}13.0434782609%{transform:translate(106px) translateY(-33px) scale(.71)}20%{transform:translate(181px) translateY(-24px) scale(.43)}22.7272727273%{transform:translate(75px) translateY(-125px) scale(.51)}28.5714285714%{transform:translate(-17px) translateY(-24px) scale(.29)}26.9230769231%{transform:translate(92px) translateY(-109px) scale(.42)}30.7692307692%{transform:translate(195px) translateY(50px) scale(.52)}45%{transform:translate(72px) translateY(-120px) scale(.5)}50%{transform:translate(243px) translateY(29px) scale(.79)}52.380952381%{transform:translate(94px) translateY(32px) scale(.37)}57.1428571429%{transform:translate(143px) translateY(-87px) scale(.57)}61.9047619048%{transform:translate(113px) translateY(-83px) scale(.88)}82.3529411765%{transform:translate(57px) translateY(-22px) scale(.53)}53.5714285714%{transform:translate(68px) translateY(-70px) scale(.9)}94.1176470588%{transform:translate(-32px) translateY(-14px) scale(.76)}60.7142857143%{transform:translate(205px) translateY(-62px) scale(.53)}69.2307692308%{transform:translate(226px) translateY(-25px) scale(.52)}86.3636363636%{transform:translate(134px) translateY(-35px) scale(.51)}117.6470588235%{transform:translate(202px) translateY(-43px) scale(.72)}80.7692307692%{transform:translate(128px) translateY(-55px) scale(.63)}84.6153846154%{transform:translate(136px) translateY(-24px) scale(.33)}104.5454545455%{transform:translate(158px) translateY(-60px) scale(.79)}141.1764705882%{transform:translate(8px) translateY(1px) scale(.89)}108.6956521739%{transform:translate(201px) translateY(-31px) scale(.5)}108.3333333333%{transform:translate(128px) translateY(-65px) scale(.84)}135%{transform:translate(228px) translateY(36px) scale(.96)}103.7037037037%{transform:translate(129px) translateY(17px) scale(.47)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(29){transform:translate(296px) translateY(-72px) scale(.62)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(29):before{animation-duration:12s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(29):after{animation-duration:12s,3649ms;animation-delay:0ms,1255ms}@keyframes glow-background-module_move29__hYJ-3A74__platform-common{0%{transform:translate(174px) translateY(21px) scale(.68)}4.7619047619%{transform:translate(10px) translateY(27px) scale(.96)}10.5263157895%{transform:translate(125px) translateY(-130px) scale(.47)}11.5384615385%{transform:translate(72px) translateY(-56px) scale(.66)}19.0476190476%{transform:translate(188px) translateY(-60px) scale(.56)}20.8333333333%{transform:translate(160px) translateY(-101px) scale(.33)}28.5714285714%{transform:translate(55px) translateY(-129px) scale(.32)}30.4347826087%{transform:translate(202px) translateY(-10px) scale(.67)}32%{transform:translate(165px) translateY(-105px) scale(.76)}39.1304347826%{transform:translate(227px) translateY(-11px) scale(.9)}43.4782608696%{transform:translate(52px) translateY(-33px) scale(.32)}47.8260869565%{transform:translate(212px) translateY(40px) scale(.71)}54.5454545455%{transform:translate(144px) translateY(-104px) scale(.99)}76.4705882353%{transform:translate(168px) translateY(-45px) scale(.3)}58.3333333333%{transform:translate(168px) translateY(-128px) scale(.85)}75%{transform:translate(46px) translateY(13px) scale(.45)}59.2592592593%{transform:translate(63px) translateY(11px) scale(.86)}94.4444444444%{transform:translate(210px) translateY(37px) scale(.34)}75%{transform:translate(232px) translateY(-25px) scale(1)}105.5555555556%{transform:translate(38px) translateY(-65px) scale(.88)}74.0740740741%{transform:translate(222px) translateY(-100px) scale(.64)}to{transform:translate(20px) translateY(-105px) scale(.69)}to{transform:translate(-14px) translateY(-48px) scale(.6)}82.1428571429%{transform:translate(158px) translateY(-139px) scale(.78)}88.8888888889%{transform:translate(175px) translateY(27px) scale(.68)}89.2857142857%{transform:translate(215px) translateY(29px) scale(.47)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(30){transform:translate(321px) translateY(-108px) scale(.35)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(30):before{animation-duration:15s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(30):after{animation-duration:15s,2.63s;animation-delay:0ms,4.05s}@keyframes glow-background-module_move30__qQUvTZFq__platform-common{0%{transform:translate(250px) translateY(-125px) scale(.74)}3.5714285714%{transform:translate(156px) translateY(-38px) scale(.49)}8.3333333333%{transform:translate(161px) translateY(-10px) scale(.78)}14.2857142857%{transform:translate(155px) translateY(-23px) scale(.65)}18.1818181818%{transform:translate(100px) translateY(-44px) scale(.5)}27.7777777778%{transform:translate(16px) translateY(-51px) scale(.32)}24%{transform:translate(-27px) translateY(19px) scale(.38)}38.8888888889%{transform:translate(28px) translateY(7px) scale(.7)}42.1052631579%{transform:translate(40px) translateY(-97px) scale(.68)}34.6153846154%{transform:translate(132px) translateY(-5px) scale(.62)}45.4545454545%{transform:translate(182px) translateY(-144px) scale(.75)}64.7058823529%{transform:translate(84px) translateY(-20px) scale(.53)}42.8571428571%{transform:translate(219px) translateY(-141px) scale(.92)}52%{transform:translate(129px) translateY(-76px) scale(.85)}63.6363636364%{transform:translate(62px) translateY(43px) scale(.57)}71.4285714286%{transform:translate(121px) translateY(-86px) scale(.98)}84.2105263158%{transform:translate(192px) translateY(43px) scale(.97)}80.9523809524%{transform:translate(-30px) translateY(-91px) scale(.73)}69.2307692308%{transform:translate(183px) translateY(-100px) scale(.62)}95%{transform:translate(144px) translateY(-8px) scale(.38)}90.9090909091%{transform:translate(218px) translateY(-125px) scale(.82)}to{transform:translate(95px) translateY(-34px) scale(.81)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(31){transform:translate(-70px) translateY(-17px) scale(.36)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(31):before{animation-duration:13s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(31):after{animation-duration:13s,3452ms;animation-delay:0ms,2179ms}@keyframes glow-background-module_move31__7bZIjXfA__platform-common{0%{transform:translate(27px) translateY(5px) scale(.74)}3.5714285714%{transform:translate(141px) translateY(-117px) scale(.7)}10.5263157895%{transform:translate(-23px) translateY(-91px) scale(.67)}12%{transform:translate(152px) translateY(34px) scale(.82)}14.2857142857%{transform:translate(146px) translateY(15px) scale(.63)}27.7777777778%{transform:translate(78px) translateY(-147px) scale(.38)}22.2222222222%{transform:translate(0) translateY(46px) scale(.42)}25%{transform:translate(233px) translateY(-7px) scale(.78)}36.3636363636%{transform:translate(151px) translateY(16px) scale(.46)}52.9411764706%{transform:translate(34px) translateY(-39px) scale(.54)}35.7142857143%{transform:translate(149px) translateY(-24px) scale(.95)}57.8947368421%{transform:translate(44px) translateY(-136px) scale(.84)}70.5882352941%{transform:translate(-10px) translateY(-2px) scale(.85)}46.4285714286%{transform:translate(230px) translateY(-119px) scale(.6)}63.6363636364%{transform:translate(140px) translateY(-115px) scale(.35)}75%{transform:translate(141px) translateY(24px) scale(.53)}57.1428571429%{transform:translate(-1px) translateY(-32px) scale(.27)}73.9130434783%{transform:translate(139px) translateY(27px) scale(.75)}72%{transform:translate(-18px) translateY(-16px) scale(.66)}76%{transform:translate(234px) translateY(-46px) scale(.39)}76.9230769231%{transform:translate(147px) translateY(29px) scale(.88)}105%{transform:translate(77px) translateY(-21px) scale(.8)}84.6153846154%{transform:translate(-30px) translateY(-16px) scale(.96)}82.1428571429%{transform:translate(-48px) translateY(9px) scale(.93)}126.3157894737%{transform:translate(153px) translateY(13px) scale(.49)}125%{transform:translate(167px) translateY(31px) scale(.8)}123.8095238095%{transform:translate(55px) translateY(42px) scale(.72)}112.5%{transform:translate(25px) translateY(-86px) scale(.86)}107.6923076923%{transform:translate(-3px) translateY(27px) scale(1)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(32){transform:translate(180px) translateY(-117px) scale(.48)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(32):before{animation-duration:8s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(32):after{animation-duration:8s,2985ms;animation-delay:0ms,1186ms}@keyframes glow-background-module_move32__uPDdlgpC__platform-common{0%{transform:translate(205px) translateY(-4px) scale(.8)}5%{transform:translate(81px) translateY(-22px) scale(.46)}7.1428571429%{transform:translate(57px) translateY(-100px) scale(.84)}11.5384615385%{transform:translate(-40px) translateY(-141px) scale(.58)}14.8148148148%{transform:translate(132px) translateY(-62px) scale(1)}22.7272727273%{transform:translate(119px) translateY(-64px) scale(.57)}33.3333333333%{transform:translate(57px) translateY(-139px) scale(.89)}29.1666666667%{transform:translate(244px) translateY(-51px) scale(.3)}47.0588235294%{transform:translate(231px) translateY(-28px) scale(.67)}36%{transform:translate(16px) translateY(-46px) scale(.68)}58.8235294118%{transform:translate(53px) translateY(-16px) scale(.94)}44%{transform:translate(-20px) translateY(47px) scale(.35)}60%{transform:translate(95px) translateY(-54px) scale(.8)}50%{transform:translate(143px) translateY(9px) scale(.44)}82.3529411765%{transform:translate(43px) translateY(-131px) scale(.9)}83.3333333333%{transform:translate(-49px) translateY(-65px) scale(.93)}94.1176470588%{transform:translate(226px) translateY(14px) scale(.73)}65.3846153846%{transform:translate(178px) translateY(33px) scale(.35)}85.7142857143%{transform:translate(98px) translateY(16px) scale(.66)}105.5555555556%{transform:translate(113px) translateY(-110px) scale(.58)}95.2380952381%{transform:translate(249px) translateY(26px) scale(.34)}105%{transform:translate(191px) translateY(-109px) scale(.33)}88%{transform:translate(217px) translateY(-82px) scale(.96)}88.4615384615%{transform:translate(223px) translateY(-63px) scale(.5)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(33){transform:translate(309px) translateY(-32px) scale(.4)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(33):before{animation-duration:16s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(33):after{animation-duration:16s,2905ms;animation-delay:0ms,965ms}@keyframes glow-background-module_move33__y-YPPbu6__platform-common{0%{transform:translate(174px) translateY(40px) scale(.9)}5.8823529412%{transform:translate(156px) translateY(-103px) scale(.49)}7.1428571429%{transform:translate(111px) translateY(-54px) scale(.95)}10.7142857143%{transform:translate(-7px) translateY(-130px) scale(.66)}18.1818181818%{transform:translate(177px) translateY(-52px) scale(.8)}18.5185185185%{transform:translate(36px) translateY(-39px) scale(.57)}27.2727272727%{transform:translate(130px) translateY(-3px) scale(.42)}26.9230769231%{transform:translate(193px) translateY(-55px) scale(.93)}28.5714285714%{transform:translate(49px) translateY(-8px) scale(.99)}47.3684210526%{transform:translate(35px) translateY(13px) scale(.4)}45.4545454545%{transform:translate(157px) translateY(-98px) scale(.83)}40.7407407407%{transform:translate(200px) translateY(-130px) scale(.27)}44.4444444444%{transform:translate(164px) translateY(1px) scale(.91)}48.1481481481%{transform:translate(106px) translateY(-123px) scale(.52)}77.7777777778%{transform:translate(25px) translateY(-58px) scale(.56)}75%{transform:translate(116px) translateY(-123px) scale(1)}76.1904761905%{transform:translate(212px) translateY(-59px) scale(.63)}80.9523809524%{transform:translate(176px) translateY(29px) scale(.39)}94.7368421053%{transform:translate(197px) translateY(-70px) scale(.41)}to{transform:translate(20px) translateY(-42px) scale(.64)}111.1111111111%{transform:translate(10px) translateY(-129px) scale(.49)}105%{transform:translate(178px) translateY(-138px) scale(.76)}91.6666666667%{transform:translate(244px) translateY(30px) scale(.29)}92%{transform:translate(-29px) translateY(26px) scale(.29)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(34){transform:translate(395px) translateY(-78px) scale(.31)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(34):before{animation-duration:16s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(34):after{animation-duration:16s,2204ms;animation-delay:0ms,778ms}@keyframes glow-background-module_move34__G4y0Qi8x__platform-common{0%{transform:translate(9px) translateY(-16px) scale(.69)}4.7619047619%{transform:translate(135px) translateY(-36px) scale(.95)}9.0909090909%{transform:translate(109px) translateY(-77px) scale(.79)}12%{transform:translate(85px) translateY(-84px) scale(.26)}14.2857142857%{transform:translate(71px) translateY(-88px) scale(.26)}18.5185185185%{transform:translate(14px) translateY(-148px) scale(.96)}26.0869565217%{transform:translate(61px) translateY(-112px) scale(.54)}28%{transform:translate(135px) translateY(-49px) scale(.74)}47.0588235294%{transform:translate(26px) translateY(-118px) scale(.55)}37.5%{transform:translate(69px) translateY(-55px) scale(.5)}50%{transform:translate(183px) translateY(11px) scale(.59)}61.1111111111%{transform:translate(-47px) translateY(-96px) scale(.6)}57.1428571429%{transform:translate(168px) translateY(11px) scale(.59)}54.1666666667%{transform:translate(151px) translateY(-124px) scale(.87)}51.8518518519%{transform:translate(130px) translateY(5px) scale(.55)}71.4285714286%{transform:translate(35px) translateY(49px) scale(.8)}57.1428571429%{transform:translate(-24px) translateY(47px) scale(.69)}60.7142857143%{transform:translate(-30px) translateY(-89px) scale(.94)}to{transform:translate(13px) translateY(-108px) scale(.65)}86.3636363636%{transform:translate(224px) translateY(32px) scale(.68)}95.2380952381%{transform:translate(168px) translateY(-31px) scale(.84)}to{transform:translate(-25px) translateY(-71px) scale(.26)}95.652173913%{transform:translate(139px) translateY(41px) scale(.9)}85.1851851852%{transform:translate(130px) translateY(-56px) scale(.75)}104.347826087%{transform:translate(78px) translateY(-54px) scale(.81)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(35){transform:translate(300px) translateY(-181px) scale(.26)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(35):before{animation-duration:16s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(35):after{animation-duration:16s,3689ms;animation-delay:0ms,111ms}@keyframes glow-background-module_move35__mu9Y8pU-__platform-common{0%{transform:translate(45px) translateY(-106px) scale(.74)}4%{transform:translate(119px) translateY(-65px) scale(.9)}10.5263157895%{transform:translate(160px) translateY(-64px) scale(.53)}13.0434782609%{transform:translate(-42px) translateY(-68px) scale(.7)}22.2222222222%{transform:translate(162px) translateY(-120px) scale(.61)}20%{transform:translate(101px) translateY(-79px) scale(.56)}22.2222222222%{transform:translate(36px) translateY(-102px) scale(.9)}25.9259259259%{transform:translate(133px) translateY(-122px) scale(.85)}28.5714285714%{transform:translate(-12px) translateY(41px) scale(.32)}45%{transform:translate(7px) translateY(-90px) scale(.42)}41.6666666667%{transform:translate(153px) translateY(13px) scale(.48)}61.1111111111%{transform:translate(-47px) translateY(-38px) scale(.85)}44.4444444444%{transform:translate(184px) translateY(26px) scale(.6)}48.1481481481%{transform:translate(165px) translateY(-91px) scale(.53)}53.8461538462%{transform:translate(205px) translateY(48px) scale(.51)}65.2173913043%{transform:translate(59px) translateY(-78px) scale(.56)}94.1176470588%{transform:translate(220px) translateY(10px) scale(.28)}65.3846153846%{transform:translate(43px) translateY(-89px) scale(.6)}75%{transform:translate(151px) translateY(6px) scale(.43)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(36){transform:translate(-12px) translateY(-56px) scale(1)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(36):before{animation-duration:11s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(36):after{animation-duration:11s,3169ms;animation-delay:0ms,245ms}@keyframes glow-background-module_move36__FLdGEfPO__platform-common{0%{transform:translate(151px) translateY(34px) scale(.67)}3.8461538462%{transform:translate(10px) translateY(-53px) scale(.99)}10%{transform:translate(117px) translateY(-115px) scale(.48)}11.5384615385%{transform:translate(150px) translateY(-30px) scale(.42)}18.1818181818%{transform:translate(131px) translateY(-86px) scale(.53)}19.2307692308%{transform:translate(129px) translateY(-47px) scale(.6)}24%{transform:translate(209px) translateY(-37px) scale(1)}41.1764705882%{transform:translate(69px) translateY(-84px) scale(.34)}28.5714285714%{transform:translate(52px) translateY(-93px) scale(.63)}42.8571428571%{transform:translate(176px) translateY(-41px) scale(.27)}47.619047619%{transform:translate(194px) translateY(-140px) scale(.68)}50%{transform:translate(183px) translateY(-3px) scale(.91)}70.5882352941%{transform:translate(142px) translateY(-43px) scale(.41)}50%{transform:translate(-31px) translateY(-89px) scale(.99)}73.6842105263%{transform:translate(176px) translateY(-119px) scale(.34)}65.2173913043%{transform:translate(174px) translateY(-141px) scale(.36)}76.1904761905%{transform:translate(-33px) translateY(-14px) scale(.38)}65.3846153846%{transform:translate(29px) translateY(-59px) scale(.91)}72%{transform:translate(146px) translateY(-126px) scale(.36)}111.7647058824%{transform:translate(28px) translateY(-103px) scale(.96)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(37){transform:translate(273px) translateY(71px) scale(.67)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(37):before{animation-duration:9s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(37):after{animation-duration:9s,4163ms;animation-delay:0ms,1381ms}@keyframes glow-background-module_move37__6p6osqQH__platform-common{0%{transform:translate(76px) translateY(7px) scale(.43)}4.347826087%{transform:translate(117px) translateY(-35px) scale(.99)}10%{transform:translate(18px) translateY(34px) scale(.41)}16.6666666667%{transform:translate(211px) translateY(-96px) scale(.71)}16.6666666667%{transform:translate(118px) translateY(-126px) scale(.45)}17.8571428571%{transform:translate(81px) translateY(-39px) scale(.46)}35.2941176471%{transform:translate(165px) translateY(-129px) scale(.26)}33.3333333333%{transform:translate(3px) translateY(-135px) scale(.98)}33.3333333333%{transform:translate(-23px) translateY(-77px) scale(.94)}47.3684210526%{transform:translate(-11px) translateY(47px) scale(.99)}45.4545454545%{transform:translate(48px) translateY(-134px) scale(.41)}42.3076923077%{transform:translate(-45px) translateY(-50px) scale(.81)}60%{transform:translate(150px) translateY(26px) scale(.39)}52%{transform:translate(21px) translateY(-6px) scale(.7)}50%{transform:translate(38px) translateY(-65px) scale(.72)}78.9473684211%{transform:translate(197px) translateY(-106px) scale(.33)}94.1176470588%{transform:translate(-41px) translateY(13px) scale(.63)}to{transform:translate(82px) translateY(-21px) scale(.62)}69.2307692308%{transform:translate(51px) translateY(-26px) scale(.92)}79.1666666667%{transform:translate(243px) translateY(26px) scale(.93)}76.9230769231%{transform:translate(20px) translateY(-14px) scale(.57)}116.6666666667%{transform:translate(41px) translateY(-69px) scale(.26)}91.6666666667%{transform:translate(36px) translateY(11px) scale(.38)}92%{transform:translate(240px) translateY(-72px) scale(.95)}109.0909090909%{transform:translate(185px) translateY(-87px) scale(.98)}119.0476190476%{transform:translate(118px) translateY(-15px) scale(.83)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(38){transform:translate(-45px) translateY(45px) scale(.43)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(38):before{animation-duration:14s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(38):after{animation-duration:14s,2443ms;animation-delay:0ms,938ms}@keyframes glow-background-module_move38__3vDXCYW0__platform-common{0%{transform:translate(239px) translateY(17px) scale(.93)}5.5555555556%{transform:translate(2px) translateY(-101px) scale(.63)}8.3333333333%{transform:translate(226px) translateY(-119px) scale(.71)}13.6363636364%{transform:translate(157px) translateY(2px) scale(.63)}14.8148148148%{transform:translate(56px) translateY(-20px) scale(.61)}18.5185185185%{transform:translate(44px) translateY(-115px) scale(.31)}30%{transform:translate(182px) translateY(1px) scale(.9)}31.8181818182%{transform:translate(11px) translateY(36px) scale(.96)}44.4444444444%{transform:translate(135px) translateY(28px) scale(.85)}33.3333333333%{transform:translate(231px) translateY(-65px) scale(.72)}50%{transform:translate(99px) translateY(-16px) scale(.29)}42.3076923077%{transform:translate(53px) translateY(-144px) scale(.82)}50%{transform:translate(-12px) translateY(-37px) scale(.78)}59.0909090909%{transform:translate(212px) translateY(23px) scale(.29)}63.6363636364%{transform:translate(51px) translateY(-135px) scale(.85)}78.9473684211%{transform:translate(77px) translateY(-123px) scale(.33)}80%{transform:translate(127px) translateY(48px) scale(.26)}77.2727272727%{transform:translate(34px) translateY(-31px) scale(.49)}75%{transform:translate(55px) translateY(1px) scale(.58)}95%{transform:translate(-17px) translateY(30px) scale(.81)}80%{transform:translate(14px) translateY(-70px) scale(.3)}80.7692307692%{transform:translate(38px) translateY(-46px) scale(.28)}88%{transform:translate(195px) translateY(-7px) scale(.47)}115%{transform:translate(-1px) translateY(21px) scale(.87)}104.347826087%{transform:translate(-18px) translateY(-91px) scale(.45)}147.0588235294%{transform:translate(-11px) translateY(-54px) scale(.85)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(39){transform:translate(0) translateY(-188px) scale(.86)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(39):before{animation-duration:15s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(39):after{animation-duration:15s,2372ms;animation-delay:0ms,4364ms}@keyframes glow-background-module_move39__MNYnxBfz__platform-common{0%{transform:translate(82px) translateY(-65px) scale(.44)}4.347826087%{transform:translate(89px) translateY(19px) scale(.32)}11.1111111111%{transform:translate(49px) translateY(5px) scale(.39)}11.5384615385%{transform:translate(203px) translateY(-14px) scale(.58)}22.2222222222%{transform:translate(-33px) translateY(-113px) scale(.91)}25%{transform:translate(86px) translateY(24px) scale(.63)}35.2941176471%{transform:translate(105px) translateY(-72px) scale(.96)}26.9230769231%{transform:translate(147px) translateY(-92px) scale(.44)}42.1052631579%{transform:translate(7px) translateY(-115px) scale(.72)}39.1304347826%{transform:translate(55px) translateY(-100px) scale(.35)}43.4782608696%{transform:translate(222px) translateY(34px) scale(.95)}52.380952381%{transform:translate(10px) translateY(-69px) scale(.41)}48%{transform:translate(129px) translateY(-146px) scale(.92)}46.4285714286%{transform:translate(233px) translateY(26px) scale(.84)}82.3529411765%{transform:translate(193px) translateY(-82px) scale(.44)}68.1818181818%{transform:translate(48px) translateY(-75px) scale(1)}76.1904761905%{transform:translate(7px) translateY(-41px) scale(.38)}60.7142857143%{transform:translate(130px) translateY(-75px) scale(.88)}90%{transform:translate(92px) translateY(-23px) scale(.81)}79.1666666667%{transform:translate(249px) translateY(-144px) scale(.29)}90.9090909091%{transform:translate(-15px) translateY(-89px) scale(.58)}116.6666666667%{transform:translate(31px) translateY(-49px) scale(.95)}115.7894736842%{transform:translate(31px) translateY(-134px) scale(.99)}85.1851851852%{transform:translate(31px) translateY(-94px) scale(.29)}to{transform:translate(68px) translateY(44px) scale(.72)}92.5925925926%{transform:translate(239px) translateY(6px) scale(.5)}113.0434782609%{transform:translate(225px) translateY(-129px) scale(.62)}117.3913043478%{transform:translate(-35px) translateY(-59px) scale(.96)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(40){transform:translate(126px) translateY(-178px) scale(.29)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(40):before{animation-duration:10s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(40):after{animation-duration:10s,3.38s;animation-delay:0ms,3321ms}@keyframes glow-background-module_move40__DjoPM2-2__platform-common{0%{transform:translate(106px) translateY(-139px) scale(.29)}3.5714285714%{transform:translate(107px) translateY(-61px) scale(.74)}8.3333333333%{transform:translate(242px) translateY(-16px) scale(.59)}16.6666666667%{transform:translate(238px) translateY(47px) scale(.3)}14.2857142857%{transform:translate(74px) translateY(-141px) scale(.91)}29.4117647059%{transform:translate(243px) translateY(46px) scale(.74)}28.5714285714%{transform:translate(95px) translateY(-114px) scale(.8)}36.8421052632%{transform:translate(134px) translateY(-135px) scale(.71)}28.5714285714%{transform:translate(-46px) translateY(-30px) scale(.28)}34.6153846154%{transform:translate(158px) translateY(-93px) scale(.86)}35.7142857143%{transform:translate(214px) translateY(-143px) scale(.48)}44%{transform:translate(91px) translateY(-137px) scale(.83)}44.4444444444%{transform:translate(171px) translateY(32px) scale(.91)}68.4210526316%{transform:translate(227px) translateY(-37px) scale(.95)}73.6842105263%{transform:translate(71px) translateY(-87px) scale(.9)}68.1818181818%{transform:translate(103px) translateY(-139px) scale(.82)}72.7272727273%{transform:translate(148px) translateY(-121px) scale(.45)}70.8333333333%{transform:translate(61px) translateY(-102px) scale(.47)}105.8823529412%{transform:translate(93px) translateY(-52px) scale(.41)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(41){transform:translate(154px) translateY(-83px) scale(.26)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(41):before{animation-duration:7s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(41):after{animation-duration:7s,2557ms;animation-delay:0ms,3837ms}@keyframes glow-background-module_move41__kyENHjL7__platform-common{0%{transform:translate(120px) translateY(-148px) scale(.61)}5%{transform:translate(135px) translateY(47px) scale(.3)}7.1428571429%{transform:translate(78px) translateY(-27px) scale(.27)}11.1111111111%{transform:translate(-25px) translateY(-113px) scale(.28)}14.2857142857%{transform:translate(35px) translateY(-133px) scale(.35)}23.8095238095%{transform:translate(46px) translateY(-142px) scale(.47)}35.2941176471%{transform:translate(59px) translateY(-113px) scale(.79)}30.4347826087%{transform:translate(63px) translateY(-10px) scale(.84)}33.3333333333%{transform:translate(20px) translateY(21px) scale(.35)}34.6153846154%{transform:translate(-10px) translateY(-29px) scale(.87)}41.6666666667%{transform:translate(197px) translateY(-37px) scale(.48)}61.1111111111%{transform:translate(173px) translateY(-141px) scale(.9)}66.6666666667%{transform:translate(204px) translateY(47px) scale(.58)}46.4285714286%{transform:translate(227px) translateY(41px) scale(.77)}82.3529411765%{transform:translate(-35px) translateY(25px) scale(.59)}75%{transform:translate(184px) translateY(-140px) scale(1)}69.5652173913%{transform:translate(171px) translateY(30px) scale(.81)}89.4736842105%{transform:translate(156px) translateY(-119px) scale(.36)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(42){transform:translate(77px) translateY(-67px) scale(.88)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(42):before{animation-duration:13s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(42):after{animation-duration:13s,3326ms;animation-delay:0ms,3308ms}@keyframes glow-background-module_move42__TGHu2BLS__platform-common{0%{transform:translate(18px) translateY(-79px) scale(.48)}5.2631578947%{transform:translate(49px) translateY(46px) scale(.86)}7.4074074074%{transform:translate(-46px) translateY(-7px) scale(.45)}12%{transform:translate(167px) translateY(-84px) scale(.54)}21.0526315789%{transform:translate(226px) translateY(-92px) scale(.59)}26.3157894737%{transform:translate(-33px) translateY(-91px) scale(.75)}24%{transform:translate(-9px) translateY(-40px) scale(.73)}35%{transform:translate(-41px) translateY(-49px) scale(.57)}36.3636363636%{transform:translate(126px) translateY(-50px) scale(.54)}52.9411764706%{transform:translate(68px) translateY(-2px) scale(.7)}35.7142857143%{transform:translate(135px) translateY(2px) scale(.59)}57.8947368421%{transform:translate(54px) translateY(-56px) scale(.39)}63.1578947368%{transform:translate(192px) translateY(-109px) scale(.48)}76.4705882353%{transform:translate(138px) translateY(-88px) scale(.97)}53.8461538462%{transform:translate(144px) translateY(-147px) scale(.75)}57.6923076923%{transform:translate(45px) translateY(-48px) scale(.79)}84.2105263158%{transform:translate(36px) translateY(-34px) scale(.49)}70.8333333333%{transform:translate(-1px) translateY(-133px) scale(.46)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(43){transform:translate(293px) translateY(46px) scale(.59)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(43):before{animation-duration:15s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(43):after{animation-duration:15s,3805ms;animation-delay:0ms,2108ms}@keyframes glow-background-module_move43__dRb6r6aM__platform-common{0%{transform:translate(32px) translateY(-24px) scale(.57)}5.8823529412%{transform:translate(64px) translateY(-136px) scale(.9)}7.6923076923%{transform:translate(74px) translateY(-99px) scale(.36)}13.0434782609%{transform:translate(80px) translateY(31px) scale(.61)}23.5294117647%{transform:translate(199px) translateY(-9px) scale(.95)}20.8333333333%{transform:translate(35px) translateY(-77px) scale(.49)}30%{transform:translate(82px) translateY(-140px) scale(.56)}25.9259259259%{transform:translate(-40px) translateY(-111px) scale(.7)}29.6296296296%{transform:translate(20px) translateY(-6px) scale(.29)}34.6153846154%{transform:translate(204px) translateY(-69px) scale(.65)}35.7142857143%{transform:translate(-6px) translateY(-143px) scale(.95)}64.7058823529%{transform:translate(64px) translateY(38px) scale(.5)}63.1578947368%{transform:translate(188px) translateY(30px) scale(.48)}52%{transform:translate(141px) translateY(-49px) scale(.7)}63.6363636364%{transform:translate(197px) translateY(-34px) scale(.28)}83.3333333333%{transform:translate(100px) translateY(43px) scale(.41)}64%{transform:translate(170px) translateY(-116px) scale(.9)}62.962962963%{transform:translate(115px) translateY(44px) scale(.36)}69.2307692308%{transform:translate(174px) translateY(-41px) scale(.45)}79.1666666667%{transform:translate(230px) translateY(-132px) scale(.47)}95.2380952381%{transform:translate(69px) translateY(31px) scale(.95)}95.4545454545%{transform:translate(68px) translateY(6px) scale(.34)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(44){transform:translate(393px) translateY(-140px) scale(.41)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(44):before{animation-duration:15s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(44):after{animation-duration:15s,4133ms;animation-delay:0ms,4572ms}@keyframes glow-background-module_move44__mhsG7fQS__platform-common{0%{transform:translate(-21px) translateY(-53px) scale(.85)}5%{transform:translate(33px) translateY(-130px) scale(.95)}8%{transform:translate(58px) translateY(-79px) scale(.9)}16.6666666667%{transform:translate(54px) translateY(-3px) scale(.37)}23.5294117647%{transform:translate(184px) translateY(-52px) scale(.47)}27.7777777778%{transform:translate(-15px) translateY(7px) scale(.83)}24%{transform:translate(239px) translateY(-62px) scale(.56)}26.9230769231%{transform:translate(122px) translateY(-19px) scale(.9)}29.6296296296%{transform:translate(67px) translateY(-27px) scale(.3)}34.6153846154%{transform:translate(93px) translateY(-77px) scale(.29)}47.619047619%{transform:translate(72px) translateY(-68px) scale(.53)}39.2857142857%{transform:translate(177px) translateY(15px) scale(.27)}48%{transform:translate(127px) translateY(25px) scale(.89)}50%{transform:translate(239px) translateY(-38px) scale(.72)}70%{transform:translate(2px) translateY(-53px) scale(.73)}71.4285714286%{transform:translate(62px) translateY(-77px) scale(.62)}69.5652173913%{transform:translate(77px) translateY(23px) scale(.78)}68%{transform:translate(39px) translateY(-96px) scale(.82)}90%{transform:translate(184px) translateY(-20px) scale(.44)}67.8571428571%{transform:translate(-45px) translateY(-79px) scale(.41)}74.0740740741%{transform:translate(-5px) translateY(24px) scale(.95)}116.6666666667%{transform:translate(26px) translateY(-91px) scale(.43)}78.5714285714%{transform:translate(35px) translateY(-61px) scale(.82)}92%{transform:translate(146px) translateY(-109px) scale(.83)}to{transform:translate(76px) translateY(-96px) scale(.77)}89.2857142857%{transform:translate(88px) translateY(-83px) scale(.97)}118.1818181818%{transform:translate(149px) translateY(-18px) scale(.91)}117.3913043478%{transform:translate(220px) translateY(-102px) scale(.91)}147.3684210526%{transform:translate(216px) translateY(22px) scale(.31)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(45){transform:translate(16px) translateY(58px) scale(.32)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(45):before{animation-duration:16s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(45):after{animation-duration:16s,3218ms;animation-delay:0ms,1123ms}@keyframes glow-background-module_move45__AQ30R-7S__platform-common{0%{transform:translate(-39px) translateY(41px) scale(.92)}4.7619047619%{transform:translate(83px) translateY(-141px) scale(.33)}7.6923076923%{transform:translate(224px) translateY(-45px) scale(.93)}11.5384615385%{transform:translate(74px) translateY(-15px) scale(.5)}20%{transform:translate(32px) translateY(-25px) scale(.58)}22.7272727273%{transform:translate(195px) translateY(-37px) scale(.28)}24%{transform:translate(158px) translateY(-131px) scale(.35)}25.9259259259%{transform:translate(-11px) translateY(-83px) scale(.45)}38.0952380952%{transform:translate(119px) translateY(22px) scale(.69)}37.5%{transform:translate(210px) translateY(-43px) scale(.76)}58.8235294118%{transform:translate(38px) translateY(-32px) scale(.44)}55%{transform:translate(40px) translateY(-99px) scale(.77)}50%{transform:translate(73px) translateY(-12px) scale(.85)}59.0909090909%{transform:translate(186px) translateY(-44px) scale(.49)}73.6842105263%{transform:translate(123px) translateY(-51px) scale(.32)}57.6923076923%{transform:translate(45px) translateY(-127px) scale(.74)}69.5652173913%{transform:translate(122px) translateY(-7px) scale(.74)}77.2727272727%{transform:translate(25px) translateY(5px) scale(.42)}69.2307692308%{transform:translate(-48px) translateY(-115px) scale(.87)}86.3636363636%{transform:translate(247px) translateY(-90px) scale(.68)}71.4285714286%{transform:translate(167px) translateY(-29px) scale(.7)}123.5294117647%{transform:translate(210px) translateY(11px) scale(.89)}to{transform:translate(239px) translateY(43px) scale(.83)}135.2941176471%{transform:translate(35px) translateY(-101px) scale(.74)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(46){transform:translate(198px) translateY(-99px) scale(.28)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(46):before{animation-duration:16s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(46):after{animation-duration:16s,4088ms;animation-delay:0ms,1.78s}@keyframes glow-background-module_move46__xubgBQiT__platform-common{0%{transform:translate(209px) translateY(-73px) scale(.86)}5.5555555556%{transform:translate(248px) translateY(-141px) scale(.83)}7.1428571429%{transform:translate(160px) translateY(0) scale(.9)}15.7894736842%{transform:translate(235px) translateY(45px) scale(.7)}15.3846153846%{transform:translate(216px) translateY(10px) scale(.9)}18.5185185185%{transform:translate(48px) translateY(-37px) scale(.94)}21.4285714286%{transform:translate(249px) translateY(-91px) scale(.63)}29.1666666667%{transform:translate(183px) translateY(-8px) scale(.29)}42.1052631579%{transform:translate(-23px) translateY(-84px) scale(.87)}40.9090909091%{transform:translate(-20px) translateY(22px) scale(.66)}45.4545454545%{transform:translate(169px) translateY(-2px) scale(.52)}44%{transform:translate(19px) translateY(-67px) scale(.59)}50%{transform:translate(16px) translateY(-68px) scale(.51)}46.4285714286%{transform:translate(4px) translateY(41px) scale(.98)}82.3529411765%{transform:translate(144px) translateY(-118px) scale(.95)}57.6923076923%{transform:translate(3px) translateY(-37px) scale(.86)}59.2592592593%{transform:translate(187px) translateY(-122px) scale(.63)}65.3846153846%{transform:translate(97px) translateY(-54px) scale(.57)}75%{transform:translate(19px) translateY(-111px) scale(.56)}90.4761904762%{transform:translate(5px) translateY(-76px) scale(.96)}90.9090909091%{transform:translate(-44px) translateY(-71px) scale(.88)}84%{transform:translate(135px) translateY(-86px) scale(.38)}78.5714285714%{transform:translate(69px) translateY(33px) scale(.98)}92%{transform:translate(166px) translateY(-46px) scale(.43)}92.3076923077%{transform:translate(76px) translateY(-136px) scale(.5)}147.0588235294%{transform:translate(219px) translateY(-33px) scale(.86)}130%{transform:translate(125px) translateY(43px) scale(.52)}142.1052631579%{transform:translate(-9px) translateY(-40px) scale(.73)}164.7058823529%{transform:translate(156px) translateY(-114px) scale(.55)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(47){transform:translate(201px) translateY(-2px) scale(.34)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(47):before{animation-duration:15s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(47):after{animation-duration:15s,4.02s;animation-delay:0ms,3759ms}@keyframes glow-background-module_move47__hL7j858a__platform-common{0%{transform:translate(170px) translateY(-18px) scale(.84)}5%{transform:translate(3px) translateY(46px) scale(.57)}7.4074074074%{transform:translate(181px) translateY(-32px) scale(.92)}11.1111111111%{transform:translate(118px) translateY(-148px) scale(.41)}16.6666666667%{transform:translate(63px) translateY(-54px) scale(.63)}20%{transform:translate(184px) translateY(-134px) scale(.55)}31.5789473684%{transform:translate(75px) translateY(26px) scale(.3)}35%{transform:translate(183px) translateY(-138px) scale(.73)}47.0588235294%{transform:translate(226px) translateY(-46px) scale(.79)}50%{transform:translate(-27px) translateY(-117px) scale(.44)}35.7142857143%{transform:translate(215px) translateY(-100px) scale(.38)}39.2857142857%{transform:translate(25px) translateY(-68px) scale(.28)}50%{transform:translate(211px) translateY(36px) scale(.56)}48.1481481481%{transform:translate(-41px) translateY(-99px) scale(.53)}82.3529411765%{transform:translate(228px) translateY(-54px) scale(.33)}88.2352941176%{transform:translate(62px) translateY(-66px) scale(.36)}59.2592592593%{transform:translate(232px) translateY(-6px) scale(.87)}68%{transform:translate(112px) translateY(-106px) scale(.72)}64.2857142857%{transform:translate(16px) translateY(-5px) scale(.72)}111.7647058824%{transform:translate(123px) translateY(-23px) scale(.34)}83.3333333333%{transform:translate(-45px) translateY(23px) scale(.73)}87.5%{transform:translate(210px) translateY(-59px) scale(.54)}to{transform:translate(234px) translateY(-104px) scale(.51)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(48){transform:translate(-35px) translateY(-175px) scale(.36)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(48):before{animation-duration:9s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(48):after{animation-duration:9s,3509ms;animation-delay:0ms,4374ms}@keyframes glow-background-module_move48__iA2RSAkL__platform-common{0%{transform:translate(182px) translateY(-83px) scale(.3)}3.5714285714%{transform:translate(88px) translateY(-106px) scale(.83)}11.1111111111%{transform:translate(-23px) translateY(19px) scale(.62)}12.5%{transform:translate(41px) translateY(-30px) scale(.48)}14.2857142857%{transform:translate(24px) translateY(-43px) scale(.44)}22.7272727273%{transform:translate(-27px) translateY(-43px) scale(.34)}30%{transform:translate(235px) translateY(-48px) scale(.4)}26.9230769231%{transform:translate(87px) translateY(-9px) scale(.7)}47.0588235294%{transform:translate(198px) translateY(-75px) scale(.31)}32.1428571429%{transform:translate(100px) translateY(-110px) scale(.57)}43.4782608696%{transform:translate(-11px) translateY(-107px) scale(.64)}39.2857142857%{transform:translate(41px) translateY(-11px) scale(.91)}60%{transform:translate(200px) translateY(17px) scale(.85)}76.4705882353%{transform:translate(-24px) translateY(-103px) scale(.74)}56%{transform:translate(212px) translateY(11px) scale(.63)}71.4285714286%{transform:translate(159px) translateY(-136px) scale(.64)}80%{transform:translate(178px) translateY(23px) scale(.54)}89.4736842105%{transform:translate(243px) translateY(-15px) scale(.82)}75%{transform:translate(62px) translateY(17px) scale(.47)}90.4761904762%{transform:translate(-25px) translateY(-123px) scale(.53)}80%{transform:translate(-46px) translateY(-4px) scale(.45)}105%{transform:translate(91px) translateY(-116px) scale(.87)}122.2222222222%{transform:translate(20px) translateY(36px) scale(.71)}109.5238095238%{transform:translate(182px) translateY(-91px) scale(.61)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(49){transform:translate(56px) translateY(-150px) scale(.92)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(49):before{animation-duration:7s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(49):after{animation-duration:7s,3311ms;animation-delay:0ms,1296ms}@keyframes glow-background-module_move49__bT5qReTV__platform-common{0%{transform:translate(7px) translateY(-38px) scale(.44)}3.8461538462%{transform:translate(115px) translateY(50px) scale(.83)}10.5263157895%{transform:translate(145px) translateY(-121px) scale(.75)}15.7894736842%{transform:translate(151px) translateY(-142px) scale(.94)}21.0526315789%{transform:translate(65px) translateY(-52px) scale(.91)}17.8571428571%{transform:translate(-33px) translateY(-51px) scale(.49)}28.5714285714%{transform:translate(-45px) translateY(-9px) scale(.6)}35%{transform:translate(185px) translateY(-68px) scale(.96)}40%{transform:translate(76px) translateY(-113px) scale(.87)}45%{transform:translate(31px) translateY(-121px) scale(.55)}58.8235294118%{transform:translate(50px) translateY(45px) scale(.81)}50%{transform:translate(228px) translateY(22px) scale(.81)}50%{transform:translate(82px) translateY(-11px) scale(.57)}56.5217391304%{transform:translate(167px) translateY(-142px) scale(.62)}70%{transform:translate(81px) translateY(-130px) scale(.29)}57.6923076923%{transform:translate(28px) translateY(-40px) scale(.31)}66.6666666667%{transform:translate(89px) translateY(-2px) scale(.99)}68%{transform:translate(102px) translateY(-47px) scale(.64)}85.7142857143%{transform:translate(250px) translateY(-85px) scale(.51)}86.3636363636%{transform:translate(-9px) translateY(3px) scale(.71)}95.2380952381%{transform:translate(69px) translateY(-96px) scale(.55)}75%{transform:translate(45px) translateY(-59px) scale(.78)}122.2222222222%{transform:translate(207px) translateY(-149px) scale(.66)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(50){transform:translate(216px) translateY(-21px) scale(.63)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(50):before{animation-duration:11s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(50):after{animation-duration:11s,4454ms;animation-delay:0ms,2771ms}@keyframes glow-background-module_move50__5oJua6Mt__platform-common{0%{transform:translate(167px) translateY(-80px) scale(1)}5.5555555556%{transform:translate(119px) translateY(-128px) scale(.69)}8%{transform:translate(107px) translateY(-14px) scale(.37)}14.2857142857%{transform:translate(17px) translateY(-16px) scale(.4)}21.0526315789%{transform:translate(2px) translateY(-4px) scale(.4)}21.7391304348%{transform:translate(47px) translateY(-137px) scale(.36)}23.0769230769%{transform:translate(233px) translateY(47px) scale(.65)}41.1764705882%{transform:translate(93px) translateY(-93px) scale(.77)}38.0952380952%{transform:translate(117px) translateY(-126px) scale(.56)}34.6153846154%{transform:translate(47px) translateY(-76px) scale(.76)}41.6666666667%{transform:translate(155px) translateY(-102px) scale(.38)}61.1111111111%{transform:translate(73px) translateY(-36px) scale(.75)}66.6666666667%{transform:translate(250px) translateY(-91px) scale(.98)}48.1481481481%{transform:translate(249px) translateY(5px) scale(.94)}56%{transform:translate(62px) translateY(-147px) scale(.62)}65.2173913043%{transform:translate(-9px) translateY(-1px) scale(.87)}66.6666666667%{transform:translate(-7px) translateY(-11px) scale(.58)}to{transform:translate(43px) translateY(48px) scale(.62)}81.8181818182%{transform:translate(-21px) translateY(-29px) scale(.83)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(51){transform:translate(400px) translateY(47px) scale(.51)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(51):before{animation-duration:9s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(51):after{animation-duration:9s,3844ms;animation-delay:0ms,1614ms}@keyframes glow-background-module_move51__-vPEE03Q__platform-common{0%{transform:translate(-48px) translateY(-106px) scale(.44)}3.5714285714%{transform:translate(230px) translateY(21px) scale(.56)}7.1428571429%{transform:translate(-31px) translateY(-97px) scale(.36)}15.7894736842%{transform:translate(-23px) translateY(32px) scale(.76)}15.3846153846%{transform:translate(207px) translateY(12px) scale(.41)}29.4117647059%{transform:translate(92px) translateY(-20px) scale(.99)}27.2727272727%{transform:translate(224px) translateY(-131px) scale(.48)}35%{transform:translate(232px) translateY(-57px) scale(.93)}36.3636363636%{transform:translate(54px) translateY(45px) scale(.48)}52.9411764706%{transform:translate(0) translateY(-7px) scale(.46)}52.6315789474%{transform:translate(238px) translateY(-110px) scale(.9)}61.1111111111%{transform:translate(83px) translateY(0) scale(.63)}52.1739130435%{transform:translate(-42px) translateY(-67px) scale(.59)}59.0909090909%{transform:translate(200px) translateY(44px) scale(.85)}56%{transform:translate(233px) translateY(-44px) scale(.42)}71.4285714286%{transform:translate(133px) translateY(-56px) scale(.38)}94.1176470588%{transform:translate(234px) translateY(-108px) scale(.52)}89.4736842105%{transform:translate(47px) translateY(-130px) scale(.86)}72%{transform:translate(182px) translateY(23px) scale(.91)}111.7647058824%{transform:translate(-28px) translateY(48px) scale(.85)}80%{transform:translate(138px) translateY(-24px) scale(.97)}77.7777777778%{transform:translate(13px) translateY(-136px) scale(.84)}129.4117647059%{transform:translate(43px) translateY(-28px) scale(.78)}95.8333333333%{transform:translate(163px) translateY(17px) scale(.71)}85.7142857143%{transform:translate(235px) translateY(-90px) scale(.98)}131.5789473684%{transform:translate(10px) translateY(-149px) scale(.3)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(52){transform:translate(101px) translateY(-10px) scale(.98)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(52):before{animation-duration:11s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(52):after{animation-duration:11s,4871ms;animation-delay:0ms,2598ms}@keyframes glow-background-module_move52__AVNbh8Al__platform-common{0%{transform:translate(-21px) translateY(-66px) scale(.98)}4.1666666667%{transform:translate(64px) translateY(-88px) scale(.26)}7.4074074074%{transform:translate(51px) translateY(-99px) scale(.64)}13.0434782609%{transform:translate(-34px) translateY(8px) scale(.7)}23.5294117647%{transform:translate(22px) translateY(-1px) scale(.39)}22.7272727273%{transform:translate(16px) translateY(10px) scale(.87)}21.4285714286%{transform:translate(5px) translateY(-135px) scale(.7)}36.8421052632%{transform:translate(114px) translateY(7px) scale(.89)}42.1052631579%{transform:translate(101px) translateY(-112px) scale(.61)}47.3684210526%{transform:translate(-37px) translateY(-143px) scale(.95)}45.4545454545%{transform:translate(132px) translateY(-134px) scale(.86)}52.380952381%{transform:translate(48px) translateY(-9px) scale(.91)}42.8571428571%{transform:translate(201px) translateY(-113px) scale(.9)}76.4705882353%{transform:translate(117px) translateY(-23px) scale(.27)}63.6363636364%{transform:translate(-24px) translateY(13px) scale(.61)}62.5%{transform:translate(-9px) translateY(-5px) scale(.44)}59.2592592593%{transform:translate(169px) translateY(-76px) scale(.97)}89.4736842105%{transform:translate(-21px) translateY(-79px) scale(.82)}72%{transform:translate(-27px) translateY(-82px) scale(.27)}105.5555555556%{transform:translate(167px) translateY(44px) scale(.33)}90.9090909091%{transform:translate(156px) translateY(20px) scale(.61)}105%{transform:translate(128px) translateY(-90px) scale(.61)}84.6153846154%{transform:translate(158px) translateY(-143px) scale(.91)}109.5238095238%{transform:translate(71px) translateY(-122px) scale(.5)}88.8888888889%{transform:translate(174px) translateY(-37px) scale(.29)}104.1666666667%{transform:translate(101px) translateY(-39px) scale(.41)}136.8421052632%{transform:translate(236px) translateY(-38px) scale(.89)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(53){transform:translate(213px) translateY(-31px) scale(.63)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(53):before{animation-duration:11s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(53):after{animation-duration:11s,2167ms;animation-delay:0ms,2316ms}@keyframes glow-background-module_move53__qifzkGgu__platform-common{0%{transform:translate(191px) translateY(-38px) scale(.8)}3.7037037037%{transform:translate(247px) translateY(-102px) scale(.87)}7.1428571429%{transform:translate(133px) translateY(-1px) scale(.91)}12.5%{transform:translate(16px) translateY(-39px) scale(.93)}15.3846153846%{transform:translate(242px) translateY(-52px) scale(.93)}26.3157894737%{transform:translate(146px) translateY(18px) scale(.32)}30%{transform:translate(37px) translateY(33px) scale(.46)}36.8421052632%{transform:translate(105px) translateY(-118px) scale(.37)}29.6296296296%{transform:translate(-32px) translateY(16px) scale(.47)}45%{transform:translate(206px) translateY(15px) scale(1)}40%{transform:translate(-12px) translateY(-31px) scale(.46)}61.1111111111%{transform:translate(-21px) translateY(-148px) scale(.96)}66.6666666667%{transform:translate(-18px) translateY(-22px) scale(.8)}65%{transform:translate(188px) translateY(-129px) scale(.29)}50%{transform:translate(85px) translateY(-107px) scale(.73)}62.5%{transform:translate(244px) translateY(-65px) scale(.31)}61.5384615385%{transform:translate(178px) translateY(49px) scale(.85)}85%{transform:translate(91px) translateY(-104px) scale(.93)}105.8823529412%{transform:translate(-27px) translateY(-144px) scale(.79)}82.6086956522%{transform:translate(243px) translateY(-140px) scale(.38)}76.9230769231%{transform:translate(97px) translateY(6px) scale(.84)}84%{transform:translate(21px) translateY(-100px) scale(.85)}91.6666666667%{transform:translate(90px) translateY(-102px) scale(.61)}to{transform:translate(13px) translateY(-89px) scale(.26)}109.0909090909%{transform:translate(237px) translateY(-21px) scale(.69)}96.1538461538%{transform:translate(-21px) translateY(-87px) scale(.35)}92.8571428571%{transform:translate(-47px) translateY(-16px) scale(.42)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(54){transform:translate(48px) translateY(-128px) scale(.6)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(54):before{animation-duration:12s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(54):after{animation-duration:12s,3933ms;animation-delay:0ms,.66s}@keyframes glow-background-module_move54__0VM--Zsz__platform-common{0%{transform:translate(177px) translateY(-63px) scale(.58)}4.7619047619%{transform:translate(13px) translateY(3px) scale(.71)}7.1428571429%{transform:translate(214px) translateY(-66px) scale(.3)}12.5%{transform:translate(187px) translateY(-96px) scale(1)}19.0476190476%{transform:translate(22px) translateY(-62px) scale(.35)}20.8333333333%{transform:translate(188px) translateY(-5px) scale(.42)}25%{transform:translate(81px) translateY(-6px) scale(.27)}31.8181818182%{transform:translate(50px) translateY(11px) scale(.77)}40%{transform:translate(155px) translateY(-119px) scale(.95)}37.5%{transform:translate(104px) translateY(-130px) scale(.88)}47.619047619%{transform:translate(8px) translateY(-69px) scale(.72)}45.8333333333%{transform:translate(53px) translateY(-139px) scale(.93)}70.5882352941%{transform:translate(1px) translateY(-66px) scale(.96)}61.9047619048%{transform:translate(12px) translateY(-135px) scale(.64)}58.3333333333%{transform:translate(11px) translateY(-24px) scale(.94)}55.5555555556%{transform:translate(-2px) translateY(-38px) scale(.35)}94.1176470588%{transform:translate(17px) translateY(-50px) scale(.77)}77.2727272727%{transform:translate(36px) translateY(-111px) scale(.65)}66.6666666667%{transform:translate(-49px) translateY(-24px) scale(.75)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(55){transform:translate(1px) translateY(62px) scale(.45)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(55):before{animation-duration:9s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(55):after{animation-duration:9s,2272ms;animation-delay:0ms,2567ms}@keyframes glow-background-module_move55__Kz1-98oQ__platform-common{0%{transform:translate(154px) translateY(24px) scale(.3)}5%{transform:translate(-20px) translateY(8px) scale(.87)}11.7647058824%{transform:translate(236px) translateY(-19px) scale(.56)}13.6363636364%{transform:translate(234px) translateY(-101px) scale(.43)}15.3846153846%{transform:translate(199px) translateY(-130px) scale(.87)}23.8095238095%{transform:translate(69px) translateY(-25px) scale(.83)}22.2222222222%{transform:translate(-37px) translateY(-110px) scale(.49)}36.8421052632%{transform:translate(153px) translateY(-2px) scale(.71)}40%{transform:translate(223px) translateY(-133px) scale(.82)}32.1428571429%{transform:translate(227px) translateY(-35px) scale(.57)}40%{transform:translate(86px) translateY(-65px) scale(.75)}40.7407407407%{transform:translate(151px) translateY(-90px) scale(.28)}63.1578947368%{transform:translate(18px) translateY(-7px) scale(.74)}68.4210526316%{transform:translate(170px) translateY(-71px) scale(.92)}60.8695652174%{transform:translate(-32px) translateY(-47px) scale(.93)}83.3333333333%{transform:translate(178px) translateY(-70px) scale(.54)}66.6666666667%{transform:translate(223px) translateY(15px) scale(.93)}60.7142857143%{transform:translate(141px) translateY(-82px) scale(.5)}90%{transform:translate(151px) translateY(-100px) scale(.92)}95%{transform:translate(93px) translateY(-61px) scale(.61)}111.1111111111%{transform:translate(-11px) translateY(-51px) scale(.73)}95.4545454545%{transform:translate(119px) translateY(-58px) scale(.62)}78.5714285714%{transform:translate(111px) translateY(21px) scale(.42)}127.7777777778%{transform:translate(98px) translateY(11px) scale(.32)}88.8888888889%{transform:translate(221px) translateY(-57px) scale(.98)}147.0588235294%{transform:translate(29px) translateY(-30px) scale(.81)}136.8421052632%{transform:translate(74px) translateY(36px) scale(.9)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(56){transform:translate(206px) translateY(-174px) scale(.43)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(56):before{animation-duration:16s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(56):after{animation-duration:16s,3878ms;animation-delay:0ms,3363ms}@keyframes glow-background-module_move56__sDhMviZA__platform-common{0%{transform:translate(9px) translateY(-144px) scale(.69)}4.7619047619%{transform:translate(-40px) translateY(26px) scale(.73)}11.7647058824%{transform:translate(-5px) translateY(-93px) scale(.83)}15%{transform:translate(210px) translateY(-19px) scale(1)}15.3846153846%{transform:translate(42px) translateY(-135px) scale(.53)}27.7777777778%{transform:translate(-20px) translateY(31px) scale(.29)}24%{transform:translate(-49px) translateY(-92px) scale(.28)}28%{transform:translate(109px) translateY(-134px) scale(.43)}34.7826086957%{transform:translate(38px) translateY(-27px) scale(.34)}37.5%{transform:translate(143px) translateY(-24px) scale(.62)}38.4615384615%{transform:translate(-25px) translateY(40px) scale(.47)}45.8333333333%{transform:translate(-44px) translateY(-142px) scale(.46)}66.6666666667%{transform:translate(73px) translateY(-73px) scale(.93)}72.2222222222%{transform:translate(121px) translateY(-23px) scale(.48)}66.6666666667%{transform:translate(-3px) translateY(18px) scale(.78)}75%{transform:translate(-29px) translateY(-7px) scale(.88)}59.2592592593%{transform:translate(147px) translateY(-49px) scale(.45)}68%{transform:translate(55px) translateY(-76px) scale(.81)}90%{transform:translate(-18px) translateY(-3px) scale(.27)}79.1666666667%{transform:translate(131px) translateY(-31px) scale(.7)}76.9230769231%{transform:translate(-6px) translateY(-119px) scale(.7)}87.5%{transform:translate(124px) translateY(21px) scale(.95)}129.4117647059%{transform:translate(37px) translateY(-32px) scale(.81)}104.5454545455%{transform:translate(160px) translateY(-101px) scale(.39)}120%{transform:translate(72px) translateY(-32px) scale(.9)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(57){transform:translate(354px) translateY(52px) scale(.51)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(57):before{animation-duration:16s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(57):after{animation-duration:16s,3416ms;animation-delay:0ms,4827ms}@keyframes glow-background-module_move57__jZus6S4A__platform-common{0%{transform:translate(109px) translateY(-81px) scale(.68)}3.8461538462%{transform:translate(109px) translateY(45px) scale(.36)}7.4074074074%{transform:translate(248px) translateY(-22px) scale(.48)}15.7894736842%{transform:translate(177px) translateY(-111px) scale(.9)}20%{transform:translate(188px) translateY(-59px) scale(.54)}23.8095238095%{transform:translate(117px) translateY(-59px) scale(.31)}31.5789473684%{transform:translate(37px) translateY(-122px) scale(.9)}33.3333333333%{transform:translate(58px) translateY(-144px) scale(.52)}47.0588235294%{transform:translate(192px) translateY(-144px) scale(.28)}42.8571428571%{transform:translate(27px) translateY(-20px) scale(.89)}41.6666666667%{transform:translate(8px) translateY(-89px) scale(.29)}55%{transform:translate(13px) translateY(-19px) scale(.31)}44.4444444444%{transform:translate(190px) translateY(-50px) scale(.57)}68.4210526316%{transform:translate(-33px) translateY(-93px) scale(.26)}51.8518518519%{transform:translate(40px) translateY(-39px) scale(.93)}88.2352941176%{transform:translate(9px) translateY(-125px) scale(.43)}76.1904761905%{transform:translate(39px) translateY(-69px) scale(.26)}85%{transform:translate(-46px) translateY(-52px) scale(.56)}105.8823529412%{transform:translate(41px) translateY(-93px) scale(.38)}90.4761904762%{transform:translate(211px) translateY(12px) scale(.79)}95.2380952381%{transform:translate(-23px) translateY(-93px) scale(.85)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(58){transform:translate(163px) translateY(-93px) scale(.74)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(58):before{animation-duration:9s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(58):after{animation-duration:9s,3008ms;animation-delay:0ms,153ms}@keyframes glow-background-module_move58__5AZBot7O__platform-common{0%{transform:translate(40px) translateY(10px) scale(.42)}4.347826087%{transform:translate(96px) translateY(40px) scale(.79)}7.6923076923%{transform:translate(83px) translateY(-64px) scale(.67)}14.2857142857%{transform:translate(78px) translateY(12px) scale(.35)}23.5294117647%{transform:translate(81px) translateY(-51px) scale(.46)}19.2307692308%{transform:translate(6px) translateY(-79px) scale(.81)}30%{transform:translate(152px) translateY(-138px) scale(.71)}25.9259259259%{transform:translate(207px) translateY(-141px) scale(.64)}34.7826086957%{transform:translate(60px) translateY(-107px) scale(.27)}40.9090909091%{transform:translate(123px) translateY(-103px) scale(.85)}52.6315789474%{transform:translate(143px) translateY(1px) scale(.63)}57.8947368421%{transform:translate(71px) translateY(48px) scale(.4)}48%{transform:translate(34px) translateY(-43px) scale(.4)}54.1666666667%{transform:translate(-11px) translateY(-3px) scale(.91)}56%{transform:translate(197px) translateY(-146px) scale(.78)}53.5714285714%{transform:translate(215px) translateY(-63px) scale(.46)}69.5652173913%{transform:translate(-26px) translateY(43px) scale(.47)}94.4444444444%{transform:translate(58px) translateY(-128px) scale(.76)}75%{transform:translate(187px) translateY(-83px) scale(.49)}to{transform:translate(-41px) translateY(-31px) scale(.35)}74.0740740741%{transform:translate(26px) translateY(-74px) scale(.37)}77.7777777778%{transform:translate(148px) translateY(-40px) scale(.87)}84.6153846154%{transform:translate(-41px) translateY(3px) scale(.36)}85.1851851852%{transform:translate(-36px) translateY(-22px) scale(.9)}104.347826087%{transform:translate(188px) translateY(-113px) scale(.9)}147.0588235294%{transform:translate(-11px) translateY(-55px) scale(.75)}144.4444444444%{transform:translate(-42px) translateY(40px) scale(.61)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(59){transform:translate(302px) translateY(6px) scale(.86)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(59):before{animation-duration:7s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(59):after{animation-duration:7s,4413ms;animation-delay:0ms,1148ms}@keyframes glow-background-module_move59__tHD18std__platform-common{0%{transform:translate(31px) translateY(-17px) scale(1)}4.1666666667%{transform:translate(164px) translateY(-137px) scale(.52)}9.5238095238%{transform:translate(168px) translateY(7px) scale(.59)}12.5%{transform:translate(208px) translateY(-99px) scale(.97)}15.3846153846%{transform:translate(88px) translateY(-46px) scale(.46)}20.8333333333%{transform:translate(147px) translateY(14px) scale(.69)}26.0869565217%{transform:translate(-14px) translateY(-83px) scale(.93)}25%{transform:translate(-3px) translateY(-85px) scale(.46)}33.3333333333%{transform:translate(-21px) translateY(-1px) scale(.56)}52.9411764706%{transform:translate(217px) translateY(49px) scale(.56)}52.6315789474%{transform:translate(245px) translateY(-62px) scale(.96)}47.8260869565%{transform:translate(235px) translateY(6px) scale(.54)}70.5882352941%{transform:translate(112px) translateY(-69px) scale(.26)}76.4705882353%{transform:translate(232px) translateY(-115px) scale(.62)}66.6666666667%{transform:translate(38px) translateY(-87px) scale(.99)}68.1818181818%{transform:translate(144px) translateY(33px) scale(.4)}88.8888888889%{transform:translate(120px) translateY(-5px) scale(.27)}65.3846153846%{transform:translate(-21px) translateY(-41px) scale(.36)}64.2857142857%{transform:translate(176px) translateY(1px) scale(.63)}82.6086956522%{transform:translate(9px) translateY(-142px) scale(.49)}76.9230769231%{transform:translate(241px) translateY(-11px) scale(.93)}105%{transform:translate(96px) translateY(1px) scale(.9)}115.7894736842%{transform:translate(234px) translateY(-99px) scale(.92)}88.4615384615%{transform:translate(164px) translateY(-28px) scale(.27)}}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(60){transform:translate(345px) translateY(63px) scale(.35)}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(60):before{animation-duration:9s}.glow-background-module_firefly__6uF7owsR__platform-common:nth-child(60):after{animation-duration:9s,4169ms;animation-delay:0ms,3125ms}@keyframes glow-background-module_move60__XXNXhaIE__platform-common{0%{transform:translate(209px) translateY(-64px) scale(.28)}4.347826087%{transform:translate(-5px) translateY(-121px) scale(.96)}9.5238095238%{transform:translate(112px) translateY(6px) scale(.38)}14.2857142857%{transform:translate(250px) translateY(-92px) scale(.33)}16%{transform:translate(135px) translateY(-56px) scale(.91)}21.7391304348%{transform:translate(65px) translateY(32px) scale(.59)}27.2727272727%{transform:translate(15px) translateY(-84px) scale(.92)}31.8181818182%{transform:translate(67px) translateY(-81px) scale(.4)}30.7692307692%{transform:translate(167px) translateY(47px) scale(.39)}47.3684210526%{transform:translate(237px) translateY(-36px) scale(.86)}45.4545454545%{transform:translate(-1px) translateY(-108px) scale(.96)}47.8260869565%{transform:translate(115px) translateY(49px) scale(.62)}52.1739130435%{transform:translate(38px) translateY(-92px) scale(.84)}59.0909090909%{transform:translate(98px) translateY(11px) scale(.97)}63.6363636364%{transform:translate(-27px) translateY(-129px) scale(.76)}55.5555555556%{transform:translate(51px) translateY(16px) scale(.52)}84.2105263158%{transform:translate(136px) translateY(-136px) scale(.39)}60.7142857143%{transform:translate(47px) translateY(-118px) scale(.76)}94.7368421053%{transform:translate(46px) translateY(-126px) scale(.78)}95%{transform:translate(24px) translateY(-21px) scale(.53)}105.2631578947%{transform:translate(99px) translateY(-61px) scale(.62)}123.5294117647%{transform:translate(182px) translateY(19px) scale(.28)}122.2222222222%{transform:translate(2px) translateY(-23px) scale(.74)}}@keyframes glow-background-module_drift__EdHBdg54__platform-common{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes glow-background-module_flash__oATnikvb__platform-common{0%,30%,to{opacity:.5;box-shadow:0 0 #ff0;background:#fff}5%{opacity:1;box-shadow:0 0 2vw .4vw #ff0;background:#fff}}.bettors-tournament-single-board-leaderboard-module_wrapper__h3vF2FWX__platform-common{padding:16px;border-radius:var(--bettorsTournamentItemBorderRadius);background:var(--bettorsTournamentLeaderBoardBg);border:var(--bettorsTournamentInfoBorder);display:flex;flex-direction:column;position:relative}.bettors-tournament-single-board-leaderboard-module_wrapper__h3vF2FWX__platform-common:after{content:"";position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(180deg,#0b584e00,#054146);z-index:2;border-radius:0 0 var(--bettorsTournamentItemBorderRadius) var(--bettorsTournamentItemBorderRadius)}.bettors-tournament-single-board-leaderboard-module_wrapperMobile__tc-DlTjz__platform-common:after{content:none}.bettors-tournament-single-board-leaderboard-module_wrapperEmpty__AUPzk1sD__platform-common{padding-bottom:80px}.bettors-tournament-single-board-leaderboard-module_title__3R0MVbgV__platform-common{margin:0;font-size:24px;font-weight:700;line-height:1.33;letter-spacing:.01em}.bettors-tournament-single-board-leaderboard-module_subtitle__PorBW5WG__platform-common{font-size:12px;font-weight:400;line-height:1.33;margin:0}.bettors-tournament-single-board-leaderboard-module_subtitle__PorBW5WG__platform-common:first-of-type{margin-top:8px}.bettors-tournament-single-board-leaderboard-module_subtitle__PorBW5WG__platform-common:last-of-type{margin-bottom:8px}.bettors-tournament-single-board-leaderboard-module_subtitle__PorBW5WG__platform-common .terms-value{color:var(--bettorsTournamentPrizeColor)}.bettors-tournament-single-board-leaderboard-module_row__hP4YuqL-__platform-common{display:flex;align-items:center;height:48px;font-size:12px;background:var(--bettorsTournamentLeaderBoardRowBg)}.bettors-tournament-single-board-leaderboard-module_rowWrapper__M8mv9SsQ__platform-common{border-radius:var(--bettorsTournamentSmallBorderRadius);overflow:hidden;margin-bottom:4px}.bettors-tournament-single-board-leaderboard-module_headerRow__a8ZIA-or__platform-common{background:none;z-index:1}.bettors-tournament-single-board-leaderboard-module_cell__V6NPCzzt__platform-common{padding:0 15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bettors-tournament-single-board-leaderboard-module_name__zlTmtbd4__platform-common{width:128px}.bettors-tournament-single-board-leaderboard-module_place__TgnbYMpl__platform-common{width:84px}.bettors-tournament-single-board-leaderboard-module_points__bgdfASqk__platform-common{width:128px}.bettors-tournament-single-board-leaderboard-module_prize__7aesiz3O__platform-common{flex:1}.bettors-tournament-single-board-leaderboard-module_placeBadge__MSro2C7e__platform-common{background-color:var(--bettorsTournamentPrizeColor);height:32px;padding:0 15px;display:flex;align-items:center;font-size:12px;color:var(--bettorsTournamentSecondaryColor)}.bettors-tournament-single-board-leaderboard-module_placeBadgeValue__s9TsrcgP__platform-common{width:16px;height:16px;border-radius:var(--bettorsTournamentSmallBorderRadius);font-weight:700;margin-left:8px;background-color:rgba(var(--bettorsTournamentSecondaryColorRGB),.2);text-align:center}.bettors-tournament-single-board-leaderboard-module_prizeIcon__XE3fEZaD__platform-common{font-size:16px;color:var(--bettorsTournamentPrizeColor);filter:drop-shadow(0 0 8px var(--bettorsTournamentPrizeColor))}.bettors-tournament-single-board-leaderboard-module_prizeIconWrapper__nqqagYSW__platform-common{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(242,201,76,.5);position:relative;left:-10px}.bettors-tournament-single-board-leaderboard-module_currentUser__b86SAg8a__platform-common{background:var(--bettorsTournamentLeaderBoardCurrentUserRowBg);border:var(--bettorsTournamentLeaderBoardCurrentUserRowBorder)}.bettors-tournament-single-board-leaderboard-module_scrollWrapper__lhLtObig__platform-common{position:relative;padding-bottom:48px;flex-grow:1;overflow:auto;scrollbar-color:var(--bettorsTournamentScrollBarColor) transparent;scrollbar-width:thin}.bettors-tournament-single-board-leaderboard-module_scrollWrapper__lhLtObig__platform-common::-webkit-scrollbar{width:2px}.bettors-tournament-single-board-leaderboard-module_scrollWrapper__lhLtObig__platform-common::-webkit-scrollbar-track{border-radius:3px}.bettors-tournament-single-board-leaderboard-module_scrollWrapper__lhLtObig__platform-common::-webkit-scrollbar-thumb{border-radius:3px;background:var(--bettorsTournamentScrollBarColor);-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.bettors-tournament-single-board-leaderboard-module_scrollWrapper__lhLtObig__platform-common:hover::-webkit-scrollbar-thumb{background:var(--bettorsTournamentScrollBarColorHover)}.bettors-tournament-single-board-leaderboard-module_empty__LiJtfqCA__platform-common{position:absolute;left:0;bottom:0;top:60px;right:0;display:flex;align-items:center;justify-content:center;font-size:24px;text-align:center}@media (max-width: 600px){.bettors-tournament-single-board-leaderboard-module_cell__V6NPCzzt__platform-common{padding:0 5px}.bettors-tournament-single-board-leaderboard-module_name__zlTmtbd4__platform-common{width:78px}.bettors-tournament-single-board-leaderboard-module_place__TgnbYMpl__platform-common{width:50px;padding-left:15px}.bettors-tournament-single-board-leaderboard-module_points__bgdfASqk__platform-common{width:66px}}.bettors-tournament-signle-board-leaderboard-pagination-module_wrapper__M-78IdoS__platform-common{display:flex;align-items:center;padding:12px 16px 16px;margin:16px -16px -16px;background:var(--bettorsTournamentLeaderBoardPaginationBg);border-radius:0 0 var(--bettorsTournamentItemBorderRadius) var(--bettorsTournamentItemBorderRadius)}.bettors-tournament-signle-board-leaderboard-pagination-module_container__OppoZ5wu__platform-common{display:flex;align-items:center;padding:0;margin:0;flex:1}.bettors-tournament-signle-board-leaderboard-pagination-module_break__t7Zrc35g__platform-common{display:flex;cursor:pointer}.bettors-tournament-signle-board-leaderboard-pagination-module_page__JC20FwWC__platform-common{display:flex;margin:0 auto}.bettors-tournament-signle-board-leaderboard-pagination-module_pageLink__gygiIwMH__platform-common{cursor:pointer;padding:8px;border-radius:var(--bettorsTournamentSmallBorderRadius)}.bettors-tournament-signle-board-leaderboard-pagination-module_activeLink__xHzdANJp__platform-common{background:#fff3}.bettors-tournament-signle-board-leaderboard-pagination-module_next__Aal1-oJy__platform-common{display:flex;margin:0 auto}.bettors-tournament-signle-board-leaderboard-pagination-module_nextLink__kJsG1P5q__platform-common{cursor:pointer}.bettors-tournament-signle-board-leaderboard-pagination-module_prev__XURGjvaR__platform-common{display:flex;margin:0 auto}.bettors-tournament-signle-board-leaderboard-pagination-module_prevLink__NcRr0tRN__platform-common{cursor:pointer}.bettors-tournament-signle-board-leaderboard-pagination-module_disabled__6UdtWoxZ__platform-common{opacity:.4;cursor:default}.bettors-tournament-single-board-prizes-module_prizes__p63ofo02__platform-common{display:flex;justify-content:space-between;flex-wrap:wrap;gap:24px}.bettors-tournament-single-board-prizes-module_prize__3jWqCTEV__platform-common{position:relative;height:264px;flex:1 1 calc(33.33333% - 24px);display:flex;align-items:center;justify-content:flex-end;padding:24px;background:var(--bettorsTournamentPrizeBg);border-radius:var(--bettorsTournamentItemBorderRadius);overflow:hidden;max-width:calc(50% - 12px)}.bettors-tournament-single-board-prizes-module_prize__3jWqCTEV__platform-common:hover:not(.bettors-tournament-single-board-prizes-module_prizeMobile__kQDNmx7Z__platform-common) .bettors-tournament-single-board-prizes-module_imagePrize__YROhrk18__platform-common{scale:1.1;transition-duration:.2s;transition-timing-function:ease-in-out}.bettors-tournament-single-board-prizes-module_small__V7-gBPzi__platform-common{flex:1 1 calc(25% - 24px)}.bettors-tournament-single-board-prizes-module_text__SjOHhOiL__platform-common{position:relative;z-index:1;text-align:right;max-width:220px}.bettors-tournament-single-board-prizes-module_image__qCP48rZb__platform-common{position:absolute;left:0;top:0;height:100%}.bettors-tournament-single-board-prizes-module_imageMobile__0zdnVM0g__platform-common{display:none}.bettors-tournament-single-board-prizes-module_imageDesktop__fi-AoOih__platform-common{display:block}.bettors-tournament-single-board-prizes-module_imagePrize__YROhrk18__platform-common{position:absolute;transition-duration:.2s;transition-timing-function:ease-in-out}.bettors-tournament-single-board-prizes-module_name__uN0FTTOa__platform-common{font-size:32px;font-weight:900;line-height:1.25;letter-spacing:.32px;margin-bottom:16px}.bettors-tournament-single-board-prizes-module_place__4NZc75FF__platform-common{background:#fff3;border-radius:32px;font-size:14px;font-weight:700;line-height:1.71;letter-spacing:.42px;text-transform:uppercase;padding:8px 22px;display:inline-block;white-space:nowrap}@media (max-width: 1600px){.bettors-tournament-single-board-prizes-module_prize__3jWqCTEV__platform-common{height:185px;padding-top:40px;align-items:start}.bettors-tournament-single-board-prizes-module_name__uN0FTTOa__platform-common{font-size:24px;font-weight:700}}@media (max-width: 1440px){.bettors-tournament-single-board-prizes-module_prize__3jWqCTEV__platform-common,.bettors-tournament-single-board-prizes-module_small__V7-gBPzi__platform-common{flex:1 1 calc(50% - 24px)}.bettors-tournament-single-board-prizes-module_name__uN0FTTOa__platform-common{text-shadow:var(--bettorsTournamentPrizeTextShadow)}}@media (max-width: 600px){.bettors-tournament-single-board-prizes-module_imageDesktop__fi-AoOih__platform-common{display:none}.bettors-tournament-single-board-prizes-module_imageMobile__0zdnVM0g__platform-common{display:block;left:0;top:0;right:0;width:100%}.bettors-tournament-single-board-prizes-module_prize__3jWqCTEV__platform-common{align-items:flex-end;justify-content:center;background:var(--bettorsTournamentPrizeMobileBg)}.bettors-tournament-single-board-prizes-module_text__SjOHhOiL__platform-common{text-align:center;max-width:100%;width:100%}.bettors-tournament-single-board-prizes-module_place__4NZc75FF__platform-common{width:100%;font-size:17px;padding:8px 12px}.bettors-tournament-single-board-prizes-module_smallFont__8ITn9UtZ__platform-common{font-size:15px}.bettors-tournament-single-board-prizes-module_name__uN0FTTOa__platform-common{font-size:20px}.bettors-tournament-single-board-prizes-module_prizes__p63ofo02__platform-common{gap:12px}.bettors-tournament-single-board-prizes-module_prize__3jWqCTEV__platform-common,.bettors-tournament-single-board-prizes-module_small__V7-gBPzi__platform-common{flex:1 1 calc(50% - 12px);padding:10px;height:170px;max-width:calc(50% - 6px)}}@media (max-width: 374px){.bettors-tournament-single-board-prizes-module_name__uN0FTTOa__platform-common{font-size:18px}.bettors-tournament-single-board-prizes-module_place__4NZc75FF__platform-common{font-size:12px}}.bettors-tournament-single-board-info-module_wrapper__cddEdW-4__platform-common{padding:32px;background:var(--bettorsTournamentInfoBg);border:var(--bettorsTournamentInfoBorder);border-radius:var(--bettorsTournamentItemBorderRadius);display:flex;align-items:center;width:70%;z-index:5;overflow:hidden}.bettors-tournament-single-board-info-module_glowAreaMobile__x829UWaQ__platform-common{display:none}.bettors-tournament-single-board-info-module_glowAreaContainer__WEFk7KJQ__platform-common{position:absolute;width:100%;height:310px;right:25%;top:140px;align-items:start;justify-content:center;z-index:1}.bettors-tournament-single-board-info-module_timer__L1k5bMJO__platform-common{padding-left:24px;flex:0 0 293px;border-left:var(--bettorsTournamentInfoBorder)}.bettors-tournament-single-board-info-module_title__aDQhJZgy__platform-common{font-weight:900;font-size:32px;line-height:1.25;text-transform:uppercase;letter-spacing:.01em;margin:0}.bettors-tournament-single-board-info-module_title__aDQhJZgy__platform-common .red{color:var(--bettorsTournamentRed)}.bettors-tournament-single-board-info-module_title__aDQhJZgy__platform-common .green{color:var(--bettorsTournamentGreen)}.bettors-tournament-single-board-info-module_description__1qQzYb5H__platform-common{font-size:16px;line-height:1.5;margin:4px 0 16px}.bettors-tournament-single-board-info-module_buttonWrapper__cK1EDyY0__platform-common{max-width:212px}.bettors-tournament-single-board-info-module_timerTitle__1tHaKohi__platform-common{font-size:32px;font-weight:900;line-height:1.25;letter-spacing:.01em;text-transform:uppercase;margin:0 0 16px}.bettors-tournament-single-board-info-module_textWrapper__Fw5H0P02__platform-common{padding-right:24px}.bettors-tournament-single-board-info-module_timeText__BjErLRGe__platform-common{margin:16px 0;font-size:16px;line-height:1.5;text-align:left}.bettors-tournament-single-board-info-module_link__VT3s0eDr__platform-common{color:var(--bettorsTournamentGreen)}.bettors-tournament-single-board-info-module_hideOnMobile__37vQETjx__platform-common{display:block}.bettors-tournament-single-board-info-module_showOnMobile__rOQj5YOT__platform-common{display:none}@media (max-width: 1580px){.bettors-tournament-single-board-info-module_wrapper__cddEdW-4__platform-common{width:80%}.bettors-tournament-single-board-info-module_timer__L1k5bMJO__platform-common{flex:0 0 50%}.bettors-tournament-single-board-info-module_title__aDQhJZgy__platform-common{font-size:24px;font-weight:700;line-height:1.33;letter-spacing:.01em;text-transform:none}.bettors-tournament-single-board-info-module_timerTitle__1tHaKohi__platform-common{font-size:24px;font-weight:700;line-height:1.33;letter-spacing:.01em}}@media (max-width: 1010px){.bettors-tournament-single-board-info-module_wrapper__cddEdW-4__platform-common{width:100%;flex-direction:column;justify-content:center;align-items:stretch;text-align:center;padding:0;position:relative;background:var(--bettorsTournamentInfoBgMobile)}.bettors-tournament-single-board-info-module_glowAreaMobile__x829UWaQ__platform-common{display:flex}.bettors-tournament-single-board-info-module_hideOnMobile__37vQETjx__platform-common{display:none}.bettors-tournament-single-board-info-module_showOnMobile__rOQj5YOT__platform-common{display:block}.bettors-tournament-single-board-info-module_buttonWrapper__cK1EDyY0__platform-common{width:100%;margin:auto}.bettors-tournament-single-board-info-module_mobileImage__d63zSWQP__platform-common{overflow:hidden}.bettors-tournament-single-board-info-module_mobileImagePlayer__SkxvwTw3__platform-common{width:292px;z-index:2;position:absolute;bottom:90px;left:50%;transform:translate(-50%)}.bettors-tournament-single-board-info-module_mobileImageBackdrop__j3yDDfVt__platform-common{position:absolute;bottom:-190px;left:0;right:0;z-index:1;width:100%}.bettors-tournament-single-board-info-module_title__aDQhJZgy__platform-common{font-size:20px;font-weight:700;line-height:1.6;text-transform:uppercase}.bettors-tournament-single-board-info-module_description__1qQzYb5H__platform-common{position:relative;font-size:14px;line-height:1.42;z-index:3}.bettors-tournament-single-board-info-module_timer__L1k5bMJO__platform-common{padding:16px;border:none;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;z-index:2;background:linear-gradient(0deg,#0b584e,#0b584e 60%,#fff0);margin-top:170px}.bettors-tournament-single-board-info-module_textWrapper__Fw5H0P02__platform-common{padding:24px}.bettors-tournament-single-board-info-module_link__VT3s0eDr__platform-common{color:var(--bettorsTournamentColor);margin:8px 0}.bettors-tournament-single-board-info-module_timeText__BjErLRGe__platform-common{display:none}}@media (max-width: 600px){.bettors-tournament-single-board-info-module_mobileImageBackdrop__j3yDDfVt__platform-common{bottom:0}}.bettors-tournament-single-board-participate-module_participateBtn__GvhnHhzO__platform-common{max-width:212px}.bettors-tournament-single-board-participate-module_authorizeButtons__EoyXqZsz__platform-common{display:flex;align-items:center;gap:12px}.bettors-tournament-signle-board-countdown-module_wrapper__T8IEBM95__platform-common{display:flex;align-items:center}.bettors-tournament-signle-board-countdown-module_item__hTFcTjhZ__platform-common{background:var(--bettorsTournamentTimerItemBg);border:var(--bettorsTournamentInfoBorder);border-radius:var(--bettorsTournamentItemBorderRadius);width:56px;height:56px;display:flex;flex-direction:column;align-items:center;justify-content:center}.bettors-tournament-signle-board-countdown-module_separator__HD66UYQw__platform-common{margin:0 6px;font-weight:900;font-size:15px}.bettors-tournament-signle-board-countdown-module_title__uIuXgUUo__platform-common{font-size:12px;text-transform:uppercase;opacity:.5}.bettors-tournament-signle-board-countdown-module_value__vag1ydni__platform-common{font-size:24px;font-weight:700;line-height:1.33;letter-spacing:.01em;text-align:center}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common{border-radius:5px;margin-bottom:4px;color:var(--betTournamentText)}@media screen and (max-width: 400px){.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common{font-size:10px}}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common .bet-tournament-board-user-module_userInner__RzgoZvJI__platform-common{display:flex;align-items:center;min-height:48px;padding:8px 0;background:linear-gradient(-70deg,var(--betTournamentUserBgGradientStart),var(--betTournamentUserBgGradientEnd));border-radius:5px}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common .bet-tournament-board-user-module_userPlace__HZ52uNOk__platform-common{font-weight:700;width:70px;padding:0 10px 0 16px}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common .bet-tournament-board-user-module_userInfo__-SKRIkuc__platform-common{flex:1 0 auto}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common .bet-tournament-board-user-module_userPoints__oPkua5WX__platform-common{width:100px;padding:0 10px;text-align:center;font-weight:700}@media screen and (max-width: 400px){.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common .bet-tournament-board-user-module_userPoints__oPkua5WX__platform-common{width:70px}}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common .bet-tournament-board-user-module_userBonus__tmC5OyM2__platform-common{display:flex;justify-content:center;padding:0 10px;width:90px}@media screen and (max-width: 400px){.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common .bet-tournament-board-user-module_userBonus__tmC5OyM2__platform-common{width:70px}}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common .bet-tournament-board-user-module_userBonus__tmC5OyM2__platform-common .bet-tournament-board-user-module_bonusLabel__D-If7uns__platform-common{height:16px;padding:0 4px;line-height:16px;white-space:nowrap;font-weight:700;text-transform:uppercase;position:relative}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common .bet-tournament-board-user-module_userBonus__tmC5OyM2__platform-common .bet-tournament-board-user-module_bonusLabel__D-If7uns__platform-common span{position:relative;z-index:2}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common .bet-tournament-board-user-module_userBonus__tmC5OyM2__platform-common .bet-tournament-board-user-module_bonusLabel__D-If7uns__platform-common:before{content:"";display:block;position:absolute;z-index:1;top:0;left:0;right:0;bottom:0;opacity:.2;background:var(--betTournamentUserBonusBg);border-radius:4px}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common .bet-tournament-board-user-module_userBonus__tmC5OyM2__platform-common .bet-tournament-board-user-module_bonusLabel__D-If7uns__platform-common.bet-tournament-board-user-module_gold__y7UTCQN5__platform-common{color:rgb(var(--betTournamentGoldGradient))}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common .bet-tournament-board-user-module_userBonus__tmC5OyM2__platform-common .bet-tournament-board-user-module_bonusLabel__D-If7uns__platform-common.bet-tournament-board-user-module_silver__dyDXpsVM__platform-common{color:rgb(var(--betTournamentSilverGradient))}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common .bet-tournament-board-user-module_userBonus__tmC5OyM2__platform-common .bet-tournament-board-user-module_bonusLabel__D-If7uns__platform-common.bet-tournament-board-user-module_silver__dyDXpsVM__platform-common.bet-tournament-board-user-module_oneColor__g3M2VYDB__platform-common:before{background:var(--betTournamentSilverGradient)}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common .bet-tournament-board-user-module_userBonus__tmC5OyM2__platform-common .bet-tournament-board-user-module_bonusLabel__D-If7uns__platform-common.bet-tournament-board-user-module_bronze__drRt9sLd__platform-common{color:rgb(var(--betTournamentBronzeGradient))}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common .bet-tournament-board-user-module_userBonus__tmC5OyM2__platform-common .bet-tournament-board-user-module_bonusLabel__D-If7uns__platform-common.bet-tournament-board-user-module_bronze__drRt9sLd__platform-common.bet-tournament-board-user-module_oneColor__g3M2VYDB__platform-common:before{background:var(--betTournamentBronzeGradient)}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common .bet-tournament-board-user-module_userBonus__tmC5OyM2__platform-common .bet-tournament-board-user-module_bonusLabel__D-If7uns__platform-common.bet-tournament-board-user-module_oneColor__g3M2VYDB__platform-common{color:var(--white)}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common .bet-tournament-board-user-module_userBonus__tmC5OyM2__platform-common .bet-tournament-board-user-module_bonusLabel__D-If7uns__platform-common.bet-tournament-board-user-module_oneColor__g3M2VYDB__platform-common:before{opacity:1;background:var(--betTournamentGoldGradient)}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common{position:relative;padding:32px 1px 1px}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common .bet-tournament-board-user-module_userInfo__-SKRIkuc__platform-common{color:var(--betTournamentText)}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_default__Y9ZYhxkP__platform-common.bet-tournament-board-user-module_gold__y7UTCQN5__platform-common{background:rgb(var(--betTournamentGoldGradient))}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_default__Y9ZYhxkP__platform-common.bet-tournament-board-user-module_gold__y7UTCQN5__platform-common .bet-tournament-board-user-module_userInner__RzgoZvJI__platform-common{background:linear-gradient(0deg,transparent,rgba(var(--betTournamentGoldGradient),.13)),linear-gradient(-70deg,var(--betTournamentUserBgGradientStart),var(--betTournamentUserBgGradientEnd))}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_default__Y9ZYhxkP__platform-common.bet-tournament-board-user-module_gold__y7UTCQN5__platform-common .bet-tournament-board-user-module_placeCup__Koedki7f__platform-common{border-color:rgba(var(--betTournamentGoldGradient),.5);color:rgb(var(--betTournamentGoldGradient))}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_default__Y9ZYhxkP__platform-common.bet-tournament-board-user-module_gold__y7UTCQN5__platform-common .bet-tournament-board-user-module_placeCup__Koedki7f__platform-common:before{background:rgb(var(--betTournamentGold))}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_default__Y9ZYhxkP__platform-common.bet-tournament-board-user-module_silver__dyDXpsVM__platform-common{background:rgb(var(--betTournamentSilverGradient))}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_default__Y9ZYhxkP__platform-common.bet-tournament-board-user-module_silver__dyDXpsVM__platform-common .bet-tournament-board-user-module_userInner__RzgoZvJI__platform-common{background:linear-gradient(0deg,transparent,rgba(var(--betTournamentSilverGradient),.13)),linear-gradient(-70deg,var(--betTournamentUserBgGradientStart),var(--betTournamentUserBgGradientEnd))}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_default__Y9ZYhxkP__platform-common.bet-tournament-board-user-module_silver__dyDXpsVM__platform-common .bet-tournament-board-user-module_placeCup__Koedki7f__platform-common{border-color:rgba(var(--betTournamentSilverGradient),.5);color:rgb(var(--betTournamentSilverGradient))}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_default__Y9ZYhxkP__platform-common.bet-tournament-board-user-module_silver__dyDXpsVM__platform-common .bet-tournament-board-user-module_placeCup__Koedki7f__platform-common:before{background:rgb(var(--betTournamentSilverGradient))}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_default__Y9ZYhxkP__platform-common.bet-tournament-board-user-module_bronze__drRt9sLd__platform-common{background:rgb(var(--betTournamentBronzeGradient))}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_default__Y9ZYhxkP__platform-common.bet-tournament-board-user-module_bronze__drRt9sLd__platform-common .bet-tournament-board-user-module_userInner__RzgoZvJI__platform-common{background:linear-gradient(0deg,transparent,rgba(var(--betTournamentBronzeGradient),.13)),linear-gradient(-70deg,var(--betTournamentUserBgGradientStart),var(--betTournamentUserBgGradientEnd))}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_default__Y9ZYhxkP__platform-common.bet-tournament-board-user-module_bronze__drRt9sLd__platform-common .bet-tournament-board-user-module_placeCup__Koedki7f__platform-common{border-color:rgba(var(--betTournamentBronzeGradient),.5);color:rgb(var(--betTournamentBronzeGradient))}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_default__Y9ZYhxkP__platform-common.bet-tournament-board-user-module_bronze__drRt9sLd__platform-common .bet-tournament-board-user-module_placeCup__Koedki7f__platform-common:before{background:rgb(var(--betTournamentBronzeGradient))}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_labelColorScheme__meg9moCs__platform-common .bet-tournament-board-user-module_userInner__RzgoZvJI__platform-common{border:none}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_labelColorScheme__meg9moCs__platform-common.bet-tournament-board-user-module_gold__y7UTCQN5__platform-common{background:var(--betTournamentGoldGradient)}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_labelColorScheme__meg9moCs__platform-common.bet-tournament-board-user-module_gold__y7UTCQN5__platform-common .bet-tournament-board-user-module_placeCup__Koedki7f__platform-common{border-color:var(--betTournamentGold);color:var(--white)}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_labelColorScheme__meg9moCs__platform-common.bet-tournament-board-user-module_gold__y7UTCQN5__platform-common .bet-tournament-board-user-module_placeCup__Koedki7f__platform-common:before{background:var(--betTournamentGoldGradient);filter:blur(0);opacity:1}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_labelColorScheme__meg9moCs__platform-common.bet-tournament-board-user-module_silver__dyDXpsVM__platform-common{background:var(--betTournamentSilverGradient)}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_labelColorScheme__meg9moCs__platform-common.bet-tournament-board-user-module_silver__dyDXpsVM__platform-common .bet-tournament-board-user-module_placeCup__Koedki7f__platform-common{border-color:var(--betTournamentSilver);color:var(--white)}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_labelColorScheme__meg9moCs__platform-common.bet-tournament-board-user-module_silver__dyDXpsVM__platform-common .bet-tournament-board-user-module_placeCup__Koedki7f__platform-common:before{background:var(--betTournamentSilverGradient);filter:blur(0);opacity:1}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_labelColorScheme__meg9moCs__platform-common.bet-tournament-board-user-module_bronze__drRt9sLd__platform-common{background:var(--betTournamentBronzeGradient)}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_labelColorScheme__meg9moCs__platform-common.bet-tournament-board-user-module_bronze__drRt9sLd__platform-common .bet-tournament-board-user-module_placeCup__Koedki7f__platform-common{border-color:var(--betTournamentBronze);color:var(--white)}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_leader__Eeau5Y4o__platform-common.bet-tournament-board-user-module_labelColorScheme__meg9moCs__platform-common.bet-tournament-board-user-module_bronze__drRt9sLd__platform-common .bet-tournament-board-user-module_placeCup__Koedki7f__platform-common:before{background:var(--betTournamentBronzeGradient);filter:blur(0);opacity:1}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_default__Y9ZYhxkP__platform-common.bet-tournament-board-user-module_current__7BhvemrB__platform-common .bet-tournament-board-user-module_userInner__RzgoZvJI__platform-common{background:linear-gradient(-70deg,transparent,rgba(var(--betTournamentGoldGradient),.1));border:1px solid rgba(var(--betTournamentGoldGradient),.5)}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_default__Y9ZYhxkP__platform-common.bet-tournament-board-user-module_current__7BhvemrB__platform-common .bet-tournament-board-user-module_userInfo__-SKRIkuc__platform-common{color:var(--betTournamentText)}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_labelColorScheme__meg9moCs__platform-common .bet-tournament-board-user-module_userInner__RzgoZvJI__platform-common{background:var(--betTournamentUserInnerBackground);border:2px solid var(--betTournamentUserInnerBorderColor);border-radius:4px}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_labelColorScheme__meg9moCs__platform-common.bet-tournament-board-user-module_current__7BhvemrB__platform-common .bet-tournament-board-user-module_userInner__RzgoZvJI__platform-common{background:var(--betTournamentUserCurrentBackground);border:2px solid var(--betTournamentUserCurrentBorderColor);border-radius:4px}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_labelColorScheme__meg9moCs__platform-common.bet-tournament-board-user-module_current__7BhvemrB__platform-common .bet-tournament-board-user-module_userInfo__-SKRIkuc__platform-common{color:var(--betTournamentText)}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_animate__2hTRhA9R__platform-common .bet-tournament-board-user-module_userInner__RzgoZvJI__platform-common{overflow:hidden;position:relative}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_animate__2hTRhA9R__platform-common .bet-tournament-board-user-module_userInner__RzgoZvJI__platform-common:before{display:block;content:"";position:absolute;top:0;left:-100px;height:100%;width:100px;background:linear-gradient(90deg,transparent 10%,rgba(var(--betTournamentSilverGradient),.05),transparent 90%);animation-duration:7s;animation-iteration-count:infinite;animation-name:bet-tournament-board-user-module_blightBg__OfM-ULd1__platform-common;animation-timing-function:ease-in}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_mobile__NNBqtvBK__platform-common .bet-tournament-board-user-module_userInner__RzgoZvJI__platform-common{min-height:32px}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_mobile__NNBqtvBK__platform-common .bet-tournament-board-user-module_userPlace__HZ52uNOk__platform-common{padding:0 5px 0 8px}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_mobile__NNBqtvBK__platform-common .bet-tournament-board-user-module_userPlace__HZ52uNOk__platform-common .bet-tournament-board-user-module_placeCup__Koedki7f__platform-common:before{left:-1px;top:-1px;height:28px;width:28px}@media screen and (max-width: 400px){.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_mobile__NNBqtvBK__platform-common .bet-tournament-board-user-module_userPlace__HZ52uNOk__platform-common{width:50px}}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_mobile__NNBqtvBK__platform-common .bet-tournament-board-user-module_userPoints__oPkua5WX__platform-common{padding:0 5px}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_mobile__NNBqtvBK__platform-common .bet-tournament-board-user-module_userBonus__tmC5OyM2__platform-common{padding:0 8px 0 5px}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_mobile__NNBqtvBK__platform-common .bet-tournament-board-user-module_placeCup__Koedki7f__platform-common{height:28px;width:28px;font-size:14px}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_mobile__NNBqtvBK__platform-common .bet-tournament-board-user-module_placeBadge__56mnU9G5__platform-common .bet-tournament-board-user-module_placeBadgeValue__YlFF0fGs__platform-common{order:2;margin-right:0}.bet-tournament-board-user-module_user__WTwmt4Yj__platform-common.bet-tournament-board-user-module_mobile__NNBqtvBK__platform-common .bet-tournament-board-user-module_placeBadge__56mnU9G5__platform-common .bet-tournament-board-user-module_placeBadgeText__eEGlw5F2__platform-common{order:1;margin-right:8px}.bet-tournament-board-user-module_placeBadge__56mnU9G5__platform-common{height:32px;display:flex;align-items:center;color:var(--betTournamentUserBadge);font-weight:700;font-size:12px;position:absolute;top:0;left:16px;text-transform:uppercase;line-height:16px}.bet-tournament-board-user-module_placeBadge__56mnU9G5__platform-common .bet-tournament-board-user-module_placeBadgeValue__YlFF0fGs__platform-common{height:16px;width:16px;text-align:center;margin-right:6px;position:relative}.bet-tournament-board-user-module_placeBadge__56mnU9G5__platform-common .bet-tournament-board-user-module_placeBadgeValue__YlFF0fGs__platform-common:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;display:block;background:var(--betTournamentUserBadgePlaceBg);opacity:.2;border-radius:4px}.bet-tournament-board-user-module_placeCup__Koedki7f__platform-common{height:32px;width:32px;border-radius:100%;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:1px solid transparent;position:relative;font-size:16px}.bet-tournament-board-user-module_placeCup__Koedki7f__platform-common:before{content:"";position:absolute;top:0;left:0;height:30px;width:30px;border-radius:inherit;display:block;filter:blur(17px);opacity:.6}.bet-tournament-board-user-module_placeCup__Koedki7f__platform-common .svg-icon{position:relative}.bet-tournament-board-user-module_userInfo__-SKRIkuc__platform-common{display:flex;color:var(--betTournamentTextSecondary);line-height:16px}.bet-tournament-board-user-module_userInfo__-SKRIkuc__platform-common .bet-tournament-board-user-module_flag__7DJaobIV__platform-common{height:16px;width:16px;font-size:12px;margin-right:8px;display:flex;align-items:center;justify-content:center}@keyframes bet-tournament-board-user-module_blightBg__OfM-ULd1__platform-common{0%{transform:translate(0)}10%{transform:translate(700px)}to{transform:translate(700px)}}.real-time-incoming-bets-filters-module_wrapper__iBncD81a__platform-common{display:flex;padding:4px;background:var(--realTimeIncomingBetsFiltersBg);border-radius:var(--realTimeIncomingBetsFiltersBorderRadius);overflow-x:auto}.real-time-incoming-bets-filters-module_filter__ZchjYv0G__platform-common{padding:var(--realTimeIncomingBetsFilterPadding, 0 24px);color:var(--realTimeIncomingBetsFilterColor);height:var(--realTimeIncomingBetsFilterHeight);line-height:var(--realTimeIncomingBetsFilterHeight);font-weight:var(--realTimeIncomingBetsFilterFontWeight);border-radius:var(--realTimeIncomingBetsFilterItemBorderRadius);background:var(--realTimeIncomingBetsFilterBg);font-size:var(--realTimeIncomingBetsFilterFontSize);white-space:nowrap}.real-time-incoming-bets-filters-module_active__DzfhRUKg__platform-common{background:var(--realTimeIncomingBetsActiveFilterBg);color:var(--realTimeIncomingBetsActiveFilterColor);font-weight:var(--realTimeIncomingBetsFilterActiveFontWeight, 700)}@media (max-width: 1000px){.real-time-incoming-bets-filters-module_wrapper__iBncD81a__platform-common{flex-grow:1;width:100%}.real-time-incoming-bets-filters-module_filter__ZchjYv0G__platform-common{flex:1 1 auto;padding:0 10px;font-weight:var(--realTimeIncomingBetsFilterMobileFontWeight)}}.real-time-incoming-bets-selected-module_wrapper__sjC2dblZ__platform-common{width:var(--realTimeIncomingBetsSelectedWidth);background:var(--realTimeIncomingBetsSelectedBg);box-shadow:var(--realTimeIncomingBetsSelectedBoxShadow);border-radius:var(--realTimeIncomingBetsSelectedBorderRadius);color:var(--realTimeIncomingBetsSelectedColor);padding:24px;max-height:calc(100vh - 60px);display:grid;align-items:center;grid-template-rows:max-content 1fr;grid-template-columns:unset}.real-time-incoming-bets-selected-module_closeButton__9wxdTpun__platform-common{top:18px;right:18px;color:var(--realTimeIncomingBetsCloseIcon)}.real-time-incoming-bets-selected-module_titleContainer__xICnbjc8__platform-common{display:flex;align-items:center;margin-bottom:8px}.real-time-incoming-bets-selected-module_titleContainer__xICnbjc8__platform-common .real-time-incoming-bets-selected-module_title__PsyokZ-j__platform-common{font-size:var(--realTimeIncomingBetsSelectedTitleFontSize);font-weight:var(--realTimeIncomingBetsSelectedTitleFontWeight);color:var(--realTimeIncomingBetsSelectedTitle)}.real-time-incoming-bets-selected-module_titleContainer__xICnbjc8__platform-common .real-time-incoming-bets-selected-module_titleIcon__4ZAgyy5p__platform-common{font-size:var(--realTimeIncomingBetsSelectedTitleIconFontSize);top:-1px;display:var(--realTimeIncomingBetsSelectedTitleIconDisplay, block);margin-right:8px;color:var(--realTimeIncomingBetsSelectedTitleIcon)}.real-time-incoming-bets-selected-module_info__-gyTOdFW__platform-common{color:var(--realTimeIncomingBetsSelectedInfoColor);margin-bottom:16px}.real-time-incoming-bets-selected-module_info__-gyTOdFW__platform-common .date-formatter-date,.real-time-incoming-bets-selected-module_info__-gyTOdFW__platform-common .date-formatter-time{font-weight:var(--realTimeIncomingBetsHeadingDateFontWeight)}.real-time-incoming-bets-selected-module_infoNickname__3wZ3v2Q3__platform-common{margin-bottom:4px;font-weight:var(--realTimeIncomingBetsSelectedNickNameFontWeight);line-height:var(--realTimeIncomingBetsSelectedNickNameLineHeight)}.real-time-incoming-bets-selected-module_infoNickname__3wZ3v2Q3__platform-common.real-time-incoming-bets-selected-module_lowerCase__Nud1g7aj__platform-common span{text-transform:lowercase}.real-time-incoming-bets-selected-module_infoNickname__3wZ3v2Q3__platform-common span{color:var(--realTimeIncomingBetsSelectedHighlight)}.real-time-incoming-bets-selected-module_events__X095C0Ex__platform-common{max-height:100%;overflow-y:auto;scrollbar-color:var(--realTimeIncomingBetsEventsScrollbarColor) transparent;scrollbar-width:thin}.real-time-incoming-bets-selected-module_events__X095C0Ex__platform-common::-webkit-scrollbar{width:4px;background:transparent}.real-time-incoming-bets-selected-module_events__X095C0Ex__platform-common::-webkit-scrollbar-track{border-radius:4px}.real-time-incoming-bets-selected-module_events__X095C0Ex__platform-common::-webkit-scrollbar-thumb{border-radius:4px;background:var(--realTimeIncomingBetsEventsScrollbarColor);-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.real-time-incoming-bets-selected-module_events__X095C0Ex__platform-common:hover::-webkit-scrollbar-thumb{background:green}.real-time-incoming-bets-selected-module_event__DeVERoP4__platform-common{margin-bottom:8px;color:var(--mainColor)}.real-time-incoming-bets-selected-module_event__DeVERoP4__platform-common .date-formatter-date{font-weight:400}.real-time-incoming-bets-selected-module_eventWrapper__VDk1rM2u__platform-common{padding:16px}.real-time-incoming-bets-selected-module_eventWrapper__VDk1rM2u__platform-common .coupon-bet-event-info-inactive,.real-time-incoming-bets-selected-module_eventWrapper__VDk1rM2u__platform-common .coupon-bet-teams-inactive{opacity:1}.real-time-incoming-bets-selected-module_eventWrapper__VDk1rM2u__platform-common .coupon-bet-market-inactive{display:none}.real-time-incoming-bets-selected-module_brandLogo__YfqgW20Y__platform-common{text-align:center;padding:12px 0 14px;overflow:hidden;position:relative}.real-time-incoming-bets-selected-module_brandLogo__YfqgW20Y__platform-common:after{content:"";position:absolute;left:0;height:1px;background:var(--realTimeIncomingBetsSelectedBrandLogoLineColor);opacity:var(--realTimeIncomingBetsSelectedBrandLogoLineOpacity);top:50%;margin-top:-.5px;width:calc(50% - 40px)}.real-time-incoming-bets-selected-module_brandLogo__YfqgW20Y__platform-common:before{content:"";position:absolute;height:1px;background:var(--realTimeIncomingBetsSelectedBrandLogoLineColor);opacity:var(--realTimeIncomingBetsSelectedBrandLogoLineOpacity);top:50%;margin-top:-.5px;right:0;width:calc(50% - 40px)}.real-time-incoming-bets-selected-module_brandLogoImg__ZpSvzQAN__platform-common{display:inline-block}.real-time-incoming-bets-selected-module_brandLogoImg__ZpSvzQAN__platform-common img{width:56px}.real-time-incoming-bets-selected-module_details__B0InkJmk__platform-common{font-weight:var(--realTimeIncomingBetsDetailsFontWeight);margin-bottom:16px}.real-time-incoming-bets-selected-module_detailsItem__-YcRNiJ-__platform-common{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.real-time-incoming-bets-selected-module_detailsItemTitle__y17ozaaI__platform-common{font-size:var(--realTimeIncomingBetsDetailsTitleFontSize);color:var(--realTimeIncomingBetsDetailsTitleColor)}.real-time-incoming-bets-selected-module_detailsItemValue__OlF0FBfe__platform-common{font-size:var(--realTimeIncomingBetsDetailsValueFontSize);color:var(--realTimeIncomingBetsDetailsValueColor);display:flex;align-items:center;line-height:0}.real-time-incoming-bets-selected-module_detailsItemValue__OlF0FBfe__platform-common img{margin-right:4px}.real-time-incoming-bets-selected-module_detailsOddsFormatter__MgM1U-mI__platform-common{color:var(--realTimeIncomingBetsDetaisOddsColor);font-size:var(--realTimeIncomingBetsDetailsTitleFontSize)}.real-time-incoming-bets-selected-module_wrapperMobile__z4nzwV8y__platform-common{padding:16px;width:100%;border-radius:var(--realTimeIncomingBetsSelectedBorderRadius) var(--realTimeIncomingBetsSelectedBorderRadius) 0 0}@media (max-width: 1000px){.real-time-incoming-bets-selected-module_closeButton__9wxdTpun__platform-common{right:12px!important;top:12px!important}}.bet-card-module_cardListItem__xPW0mex4__platform-common{list-style:none;margin:0;padding:0;width:100%;border-bottom:1px solid var(--incomingBetsCardDividerColor)}.bet-card-module_cardHasModernView__aB7dMzAR__platform-common{border-bottom:none}.bet-card-module_cardHasModernView__aB7dMzAR__platform-common+.bet-card-module_cardHasModernView__aB7dMzAR__platform-common{margin-top:5px}@media (max-width: 1100px){.bet-card-module_cardHasModernView__aB7dMzAR__platform-common+.bet-card-module_cardHasModernView__aB7dMzAR__platform-common{margin-top:0}}.bet-card-module_cardHasModernView__aB7dMzAR__platform-common>.bet-card-module_cardWrapper__Q5olT77t__platform-common{border:1px solid var(--incomingBetsModernCardBorder);border-radius:8px}@media (max-width: 1100px){.bet-card-module_cardHasModernView__aB7dMzAR__platform-common>.bet-card-module_cardWrapper__Q5olT77t__platform-common{background:var(--incomingBetsModernMobileCardBackground)}}.bet-card-module_cardHasModernView__aB7dMzAR__platform-common>.bet-card-module_cardOpened__6POyrRTN__platform-common{border-bottom-left-radius:0;border-bottom-right-radius:0}@media (max-width: 1100px){.bet-card-module_cardHasModernView__aB7dMzAR__platform-common>.bet-card-module_cardOpened__6POyrRTN__platform-common{border-bottom:none}}.bet-card-module_cardWrapper__Q5olT77t__platform-common{list-style:none;display:flex;padding:12px 16px;margin:0;align-items:center;position:relative;background:var(--incomingBetsCardBackground);transition:background .2s ease-in}@media (max-width: 1100px){.bet-card-module_cardWrapper__Q5olT77t__platform-common{padding:12px;flex-direction:column;align-items:flex-start;width:100%;background:var(--incomingBetsCardBackground)}}.bet-card-module_cardWrapper__Q5olT77t__platform-common:hover{background:var(--incomingBetsCardHovered)}.bet-card-module_cardOpened__6POyrRTN__platform-common{background:var(--incomingBetsAdditionalCardInfoValuesSectionBg)}@media (max-width: 1100px){.bet-card-module_cardOpened__6POyrRTN__platform-common{background:var(--incomingBetsCardBackground);border-bottom-left-radius:0;border-bottom-right-radius:0}}.bet-card-module_card__nVjI--LA__platform-common{display:flex}.bet-card-module_matchInfo__BqJSyQpt__platform-common{display:flex;flex-direction:column;max-width:350px;flex:1 1 30%;color:var(--incomingBetsCardTextColor);font-size:14px;font-weight:400;line-height:20px}@media (max-width: 1100px){.bet-card-module_matchInfo__BqJSyQpt__platform-common{flex:1 0 auto;margin-bottom:8px;width:calc(100% - 48px)}}.bet-card-module_matchMainInfo__RYIlwX-h__platform-common{display:flex;margin-bottom:4px}@media (max-width: 1100px){.bet-card-module_matchMainInfo__RYIlwX-h__platform-common{margin-bottom:8px}}.bet-card-module_infoIcon__jAoa-RaR__platform-common{display:block;position:relative}.bet-card-module_matchTime__HQoMhGIc__platform-common{display:flex;align-items:center;margin-bottom:4px}@media (max-width: 1100px){.bet-card-module_matchTime__HQoMhGIc__platform-common{margin-bottom:8px}}.bet-card-module_matchTime__HQoMhGIc__platform-common .bet-card-module_timer__UGCmyA8N__platform-common{color:var(--incomingBetsCardTextColor);font-size:14px;font-weight:400;line-height:20px}.bet-card-module_matchTime__HQoMhGIc__platform-common .bet-card-module_timer__UGCmyA8N__platform-common>div{width:100%}.bet-card-module_matchTime__HQoMhGIc__platform-common .bet-card-module_broadcastIcon__lBzpUkP6__platform-common{width:16px;height:16px;margin-left:6px;top:1px}.bet-card-module_matchTime__HQoMhGIc__platform-common>span{font-weight:400}.bet-card-module_matchOutcome__LFw9TEC5__platform-common{display:flex;flex-wrap:wrap}@media (max-width: 1100px){.bet-card-module_matchOutcome__LFw9TEC5__platform-common{margin-bottom:4px}}.bet-card-module_openCardInfoArrow__qjMDWOb1__platform-common{width:20px;height:20px;cursor:pointer;flex:0 0 auto}@media (max-width: 1100px){.bet-card-module_openCardInfoArrow__qjMDWOb1__platform-common{width:16px;height:16px;position:absolute;bottom:12px;right:12px}}.bet-card-module_openCardInfoArrow__qjMDWOb1__platform-common svg{width:100%;height:100%}.bet-card-module_closed__WCMG9ziy__platform-common svg{transition:transform .2s ease;transform:rotate(180deg)}.bet-card-module_copyBetToCouponButton__LEV2g7G-__platform-common{width:40px;height:40px;margin-right:24px;flex:0 0 auto;margin-left:auto;cursor:pointer;position:relative;background-color:var(--incomingBetsCopyToCouponButtonColor);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease-in}@media (max-width: 1100px){.bet-card-module_copyBetToCouponButton__LEV2g7G-__platform-common{position:absolute;top:12px;right:12px;margin-right:0}}.bet-card-module_copyBetToCouponButton__LEV2g7G-__platform-common .bet-card-module_icon__vU3I6DtU__platform-common{width:24px;height:24px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.bet-card-module_copyBetToCouponButton__LEV2g7G-__platform-common .bet-card-module_iconAppear__Edmpgjad__platform-common{animation:bet-card-module_fade1__oKkR6xrv__platform-common 1s linear}.bet-card-module_copyBetToCouponButton__LEV2g7G-__platform-common .bet-card-module_iconDisAppear__dld7ij6R__platform-common{animation:bet-card-module_fade2__Q1arR9J0__platform-common 1s linear}.bet-card-module_copyBetToCouponButton__LEV2g7G-__platform-common .bet-card-module_withoutAnimation__vbm9VXAH__platform-common{animation:none}.bet-card-module_copyBetToCouponButton__LEV2g7G-__platform-common:hover{background-color:var(--incomingBetsCopyToCouponButtonHoverColor)}@keyframes bet-card-module_fade1__oKkR6xrv__platform-common{0%{opacity:0}to{opacity:1}}@keyframes bet-card-module_fade2__Q1arR9J0__platform-common{0%{opacity:0}to{opacity:1}}.banner-module_isModern__f47ZOSZq__platform-common{padding:16px;background-color:var(--incomingBetsModernSectionBg)}@media (max-width: 1100px){.banner-module_isModern__f47ZOSZq__platform-common{padding:0}}.banner-module_banner__8DuBwKo8__platform-common{width:100%;min-height:280px;border-radius:5px;background-color:var(--incomingBetsBannerColor);background-repeat:no-repeat;background-position-x:right;background-size:contain;display:inline-flex;flex-direction:column;align-items:flex-start;gap:24px}@media (max-width: 1400px){.banner-module_banner__8DuBwKo8__platform-common{background-position-x:calc(100% + 50px)}}@media (max-width: 1100px){.banner-module_banner__8DuBwKo8__platform-common{min-height:193px;border-radius:0;background-color:var(--incomingBetsMobileBannerColor);background-position-x:right}}@media (max-width: 550px){.banner-module_banner__8DuBwKo8__platform-common{background-color:var(--incomingBetsBannerColor);background-size:cover}}.banner-module_info__1wsG25xE__platform-common{margin:32px}@media (max-width: 1100px){.banner-module_info__1wsG25xE__platform-common{margin:16px}}.banner-module_info__1wsG25xE__platform-common .banner-module_title__kxyjaF9G__platform-common{display:flex;flex-direction:column;color:var(--incomingBetsBannerTextColor);font-size:32px;font-weight:900;line-height:40px;letter-spacing:.32px;margin-bottom:16px}@media (min-width: 1400px) and (max-width: 1700px){.banner-module_info__1wsG25xE__platform-common .banner-module_title__kxyjaF9G__platform-common{font-size:24px;line-height:32px}}@media (max-width: 1400px){.banner-module_info__1wsG25xE__platform-common .banner-module_title__kxyjaF9G__platform-common{font-size:24px;line-height:32px}}@media (max-width: 1100px){.banner-module_info__1wsG25xE__platform-common .banner-module_title__kxyjaF9G__platform-common{font-size:20px;font-weight:700;line-height:32px;margin-bottom:5px}}.banner-module_info__1wsG25xE__platform-common .banner-module_description__T6vVMnJW__platform-common{color:var(--incomingBetsBannerTextColor);font-size:16px;font-weight:400;line-height:24px;margin-bottom:24px;max-width:428px}@media (min-width: 1400px) and (max-width: 1700px){.banner-module_info__1wsG25xE__platform-common .banner-module_description__T6vVMnJW__platform-common{font-size:14px;line-height:20px}}@media (max-width: 1400px){.banner-module_info__1wsG25xE__platform-common .banner-module_description__T6vVMnJW__platform-common{font-size:14px;line-height:20px}}@media (max-width: 1100px){.banner-module_info__1wsG25xE__platform-common .banner-module_description__T6vVMnJW__platform-common{font-size:12px;font-weight:400;line-height:16px;margin-bottom:11px;max-width:280px}}.banner-module_info__1wsG25xE__platform-common .banner-module_button__K321xRqw__platform-common{display:flex;min-width:180px;padding:12px 16px;justify-content:center;align-items:center;border-radius:24px;color:var(--incomingBetsBannerTextColor);text-align:center;font-size:14px;font-weight:700;line-height:24px;letter-spacing:.42px;text-transform:uppercase}@media (max-width: 1100px){.banner-module_info__1wsG25xE__platform-common .banner-module_button__K321xRqw__platform-common{font-size:12px;font-weight:700;line-height:16px;letter-spacing:1px;text-transform:uppercase}}.sports-menu-module_sportMenu__exSDFQzM__platform-common{overflow:hidden;background:var(--incomingBetsSportMenuBg);box-shadow:0 1px 0 0 var(--incomingBetsBoxShadowColor);display:flex;padding-left:0;align-items:center;gap:16px;width:100%}@media (max-width: 1100px){.sports-menu-module_sportMenu__exSDFQzM__platform-common{display:inline-flex;list-style:none;margin:0;padding:0;overflow-x:auto;overflow-y:hidden;top:0;height:100%;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:6px}}.sports-menu-module_sportMenuList__2omkvzb1__platform-common{list-style:none;min-width:100%}.sports-menu-module_sportMenuList__2omkvzb1__platform-common .react-horizontal-scrolling-menu--wrapper{padding:0 8px}.sports-menu-module_sportItem__PJ9tJnEN__platform-common{display:flex;height:42px;align-items:center;gap:8px;white-space:nowrap;padding:0 8px;cursor:pointer}@media (max-width: 1100px){.sports-menu-module_sportItem__PJ9tJnEN__platform-common{position:relative;height:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6px 8px;gap:8px;background:var(--incomingBetsSportMenuBg)}}.sports-menu-module_sportItem__PJ9tJnEN__platform-common .sports-menu-module_sportItemIcon__hKPf17yI__platform-common{width:18px;height:18px;filter:grayscale(100%);transition:filter .15s ease}@media (max-width: 1100px){.sports-menu-module_sportItem__PJ9tJnEN__platform-common .sports-menu-module_sportItemIcon__hKPf17yI__platform-common{display:flex;width:20px;height:20px}}.sports-menu-module_sportItem__PJ9tJnEN__platform-common .sports-menu-module_sportItemText__mfsvjq-k__platform-common{color:var(--incomingBetsSportMenuItemTextColor);font-size:14px;font-weight:700;line-height:20px;opacity:.5}@media (max-width: 1100px){.sports-menu-module_sportItem__PJ9tJnEN__platform-common .sports-menu-module_sportItemText__mfsvjq-k__platform-common{font-size:12px;font-weight:400;line-height:16px;opacity:1}}.sports-menu-module_selectedSportItem__Iygj7XT-__platform-common{cursor:default}@media (max-width: 1100px){.sports-menu-module_selectedSportItem__Iygj7XT-__platform-common{transition:background .15s ease;background:var(--incomingBetsSelectedSportBackgroundMobile)}}.sports-menu-module_selectedSportItem__Iygj7XT-__platform-common .sports-menu-module_sportItemIcon__hKPf17yI__platform-common,.sports-menu-module_sportItem__PJ9tJnEN__platform-common:hover .sports-menu-module_sportItemIcon__hKPf17yI__platform-common{filter:unset}.sports-menu-module_selectedSportItem__Iygj7XT-__platform-common .sports-menu-module_sportItemText__mfsvjq-k__platform-common,.sports-menu-module_sportItem__PJ9tJnEN__platform-common:hover .sports-menu-module_sportItemText__mfsvjq-k__platform-common{color:var(--incomingBetsSelectedSportMenuItemTextColor);font-size:14px;font-weight:700;line-height:20px;opacity:1}@media (max-width: 1100px){.sports-menu-module_selectedSportItem__Iygj7XT-__platform-common .sports-menu-module_sportItemText__mfsvjq-k__platform-common,.sports-menu-module_sportItem__PJ9tJnEN__platform-common:hover .sports-menu-module_sportItemText__mfsvjq-k__platform-common{color:var(--incomingBetsSportMenuItemTextColor);font-size:12px;font-weight:400;line-height:16px;opacity:1}}.sports-menu-module_sportMenuModern__-e2W-Xmx__platform-common{box-shadow:none}@media (max-width: 1100px){.sports-menu-module_sportMenuModern__-e2W-Xmx__platform-common{box-shadow:none;padding:0 8px;gap:8px}.sports-menu-module_sportMenuModern__-e2W-Xmx__platform-common .sports-menu-module_sportItem__PJ9tJnEN__platform-common{border-radius:8px;gap:4px}.sports-menu-module_sportMenuModern__-e2W-Xmx__platform-common .sports-menu-module_sportItem__PJ9tJnEN__platform-common .sports-menu-module_sportItemIcon__hKPf17yI__platform-common{filter:unset}.sports-menu-module_sportMenuModern__-e2W-Xmx__platform-common .sports-menu-module_sportItem__PJ9tJnEN__platform-common .sports-menu-module_sportItemText__mfsvjq-k__platform-common{color:var(--incomingBetsMobileModernSportMenuItemTextColor);text-align:center;font-size:10px;font-weight:400;line-height:16px}.sports-menu-module_sportMenuModern__-e2W-Xmx__platform-common .sports-menu-module_selectedSportItem__Iygj7XT-__platform-common{background:var(--incomingBetsMobileModernSelectedSportBg);box-shadow:0 0 20px 0 var(--incomingBetsMobileModernSelectedSportBoxShadowColor)}.sports-menu-module_sportMenuModern__-e2W-Xmx__platform-common .sports-menu-module_selectedSportItem__Iygj7XT-__platform-common .sports-menu-module_sportItemText__mfsvjq-k__platform-common{color:var(--incomingBetsMobileModernSelectedSportText)}}.automaticUpdate-button-module_buttonWrapper__-mw7HTxt__platform-common{display:flex;padding:0;justify-content:center;align-items:center;margin-right:8px}.automaticUpdate-button-module_autoUpdateElement__vKDWiR9P__platform-common{display:flex;position:relative;padding:6px 8px;justify-content:center;align-items:center;border-radius:4px 0 0 4px;font-size:14px;font-weight:700;line-height:20px;height:32px;width:-moz-max-content;width:max-content;background-size:200%;background-position:100%;overflow:hidden}.automaticUpdate-button-module_autoUpdateElement__vKDWiR9P__platform-common .automaticUpdate-button-module_sliderText__4oyv8SHP__platform-common{visibility:hidden}.automaticUpdate-button-module_autoUpdateElement__vKDWiR9P__platform-common .automaticUpdate-button-module_sliderLeft__naVX3q1e__platform-common{width:100%;height:100%;position:absolute;right:0;left:0;top:0;border-radius:4px 0 0 4px;border:1px solid var(--incomingBetsStopUpdateBorderColor);background-color:var(--incomingBetsButtonInitialBg);color:var(--incomingBetsButtonInitialTextColor);display:flex;justify-content:center;align-items:center;gap:10px}.automaticUpdate-button-module_autoUpdateElement__vKDWiR9P__platform-common .automaticUpdate-button-module_sliderRight__rleTINE4__platform-common{position:absolute;left:0;right:0;top:0;bottom:0;display:flex;justify-content:center;align-items:center;border:1px solid var(--incomingBetsStopUpdateBorderColor);background-color:var(--incomingBetsButtonLastBg);color:var(--incomingBetsButtonLastTextColor);animation:automaticUpdate-button-module_change-button-background__eabqSZEH__platform-common infinite linear;clip-path:inset(0 0 0 100%);-webkit-clip-path:inset(0 0 0 100%);transition:-webkit-clip-path 1s linear;transition:clip-path 1s linear;transition:clip-path 1s linear, -webkit-clip-path 1s linear}.automaticUpdate-button-module_autoUpdateElement__vKDWiR9P__platform-common .automaticUpdate-button-module_buttonAnimation__Ij2SQ3Wc__platform-common{clip-path:inset(0 0 0 50%);-webkit-clip-path:inset(0 0 0 50%);animation:automaticUpdate-button-module_animate__LezHBAQW__platform-common ease-in-out infinite}.automaticUpdate-button-module_stopAutoUpdate__OorN1JkT__platform-common{display:inline-flex;height:32px;padding:6px 8px;justify-content:center;align-items:center;gap:8px;flex-shrink:0;border-radius:0 4px 4px 0;border:1px solid var(--incomingBetsStopUpdateBorderColor);background:var(--incomingBetsStopUpdateBg)}.automaticUpdate-button-module_stopAutoUpdate__OorN1JkT__platform-common svg{width:16px;height:16px;fill:var(--incomingBetsStopUpdateIconColor)}.automaticUpdate-button-module_autoUpdateDisabled__CiHOvf36__platform-common{background-color:var(--incomingBetsButtonLastBg);color:var(--incomingBetsButtonLastTextColor);border-radius:4px 0 0 4px;border:1px solid var(--incomingBetsStopUpdateBorderColor)}.automaticUpdate-button-module_autoUpdateDisabled__CiHOvf36__platform-common .automaticUpdate-button-module_sliderLeft__naVX3q1e__platform-common{display:none}.automaticUpdate-button-module_autoUpdateDisabled__CiHOvf36__platform-common .automaticUpdate-button-module_sliderRight__rleTINE4__platform-common{animation:none;clip-path:inset(0 0 0 0%);-webkit-clip-path:inset(0 0 0 0%);transition:-webkit-clip-path 1s linear;transition:clip-path 1s linear;transition:clip-path 1s linear, -webkit-clip-path 1s linear}@keyframes automaticUpdate-button-module_animate__LezHBAQW__platform-common{0%{-webkit-clip-path:inset(0 0 0 100%);clip-path:inset(0 0 0 100%)}to{-webkit-clip-path:inset(0 0 0 0%);clip-path:inset(0 0 0 0%)}}.filter-module_filtersWrapper__nORm6dc1__platform-common{display:flex;width:100%;padding:12px 0 12px 12px;background:var(--incomingBetsFiltersBackground);box-shadow:0 1px 0 0 var(--incomingBetsFiltersShadow)}@media (max-width: 1100px){.filter-module_filtersWrapper__nORm6dc1__platform-common{overflow-x:auto}}.filter-module_filtersList__9FqCBAIc__platform-common{display:flex;max-width:1200px;width:100%;align-items:flex-start;gap:8px;margin:0;padding:0}.filter-module_filterItem__xjkubVh5__platform-common{list-style:none}.filter-module_filterItem__xjkubVh5__platform-common:hover .filter-module_filterButton__CqI-8-Z-__platform-common{transition:all .2s ease-in}.filter-module_activeFilterItem__NE81gmgm__platform-common .filter-module_filterButton__CqI-8-Z-__platform-common,.filter-module_filterItem__xjkubVh5__platform-common:hover .filter-module_filterButton__CqI-8-Z-__platform-common{background:var(--incomingBetsActiveFilterBackground);color:var(--incomingBetsActiveFilterColor)}.filter-module_activeFilterItem__NE81gmgm__platform-common .filter-module_filterButton__CqI-8-Z-__platform-common{cursor:default}.filter-module_filterButton__CqI-8-Z-__platform-common{display:flex;width:-moz-max-content;width:max-content;padding:6px 8px;align-items:center;gap:4px;border-radius:4px;border:1px solid var(--incomingBetsFilterButtonBorder);background:var(--incomingBetsFiltersBackground);color:var(--incomingBetsFilterButtonColor);font-size:14px;font-weight:400;line-height:20px}.filter-module_modernView__aERUudpg__platform-common{box-shadow:none}@media (max-width: 1100px){.filter-module_modernView__aERUudpg__platform-common{padding-left:0;padding-top:0;box-shadow:none}}@media (max-width: 1100px){.filter-module_modernView__aERUudpg__platform-common .filter-module_filterButton__CqI-8-Z-__platform-common{background:var(--incomingBetsModernMobileFiltersBackground)}}@media (max-width: 1100px){.filter-module_modernView__aERUudpg__platform-common .filter-module_activeFilterItem__NE81gmgm__platform-common .filter-module_filterButton__CqI-8-Z-__platform-common,.filter-module_modernView__aERUudpg__platform-common .filter-module_filterItem__xjkubVh5__platform-common:hover .filter-module_filterButton__CqI-8-Z-__platform-common{background:var(--incomingBetsActiveFilterBackground)}}.mobile-header-module_headerWrapper__zVxzATcd__platform-common{display:flex;justify-content:space-between;align-items:center;align-self:stretch;padding:14px 12px;gap:8px;background:var(--newForecastsSectionTitleBg);margin:var(--headerWrapperMargin)}.mobile-header-module_iconBack__HmJqC8CF__platform-common{width:16px;height:16px;transform:rotate(180deg);fill:var(--newForecastsSectionTitleIconColor);opacity:.5}.mobile-header-module_iconClose__l4xcN6ON__platform-common{width:16px;height:16px;fill:var(--newForecastsSectionTitleIconColor);opacity:var(--newForecastsSectionTitleIconOpacity)}.mobile-header-module_title__LvGSFTrH__platform-common{margin:0;color:var(--newForecastsSectionTitleColor);font-size:14px;font-weight:700;line-height:24px;letter-spacing:.42px;text-transform:uppercase}.mobile-prizes-module_prizes__k0IStLaj__platform-common{background:var(--newForecastsMobilePrizesBg);margin:8px 0 0;list-style:none;padding:8px 0;border-bottom:none}.react-horizontal-scrolling-menu--item{padding:0 4px;flex:0 0 auto}.mobile-prizes-module_prizeItem__CDE3C8OU__platform-common{border-radius:8px;background:var(--newForecastsPrizeItemBg);display:flex;padding:8px;align-items:flex-start;gap:5px;align-self:stretch;justify-content:left;min-width:96px;width:100%}.mobile-prizes-module_prizeItem__CDE3C8OU__platform-common+.mobile-prizes-module_prizeItem__CDE3C8OU__platform-common{margin-top:4px}.mobile-prizes-module_iconWrapper__FQA9OxoM__platform-common{flex:0 0 auto;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-blend-mode:overlay,normal,normal}.mobile-prizes-module_icon__64M8jWAl__platform-common{width:20px;height:20px}.mobile-prizes-module_iconCup__7s69wB-Z__platform-common{width:32px;height:32px}.mobile-prizes-module_firstPlace__z0C3pPeU__platform-common{background:radial-gradient(110.71% 118.02% at -.05% -29.91%,#ffffff80,#fff0),linear-gradient(78deg,#57626580 11.17%,#9ea1a180 25.33%,#848b8a80 47.3%,#57626580 53.98%,#57626580 79.53%,#757a7b80 88.8%,#57626580 98.57%),#ffbd3a}.mobile-prizes-module_secondPlace__bHDN0ztY__platform-common{background:radial-gradient(110.71% 118.02% at -.05% -29.91%,#fff6,#fff0),linear-gradient(78deg,#57626566 11.17%,#9ea1a166 25.33%,#848b8a66 47.3%,#57626566 53.98%,#57626566 79.53%,#757a7b66 88.8%,#57626566 98.57%),radial-gradient(920.1% 139.68% at 97.52% 0%,#d4e0ef,#9faab9)}.mobile-prizes-module_thirdPlace__089Ffd-d__platform-common{background:radial-gradient(110.71% 118.02% at -.05% -29.91%,#fff6,#fff0),linear-gradient(78deg,#57626566 11.17%,#9ea1a166 25.33%,#848b8a66 47.3%,#57626566 53.98%,#57626566 79.53%,#757a7b66 88.8%,#57626566 98.57%),radial-gradient(920.1% 139.68% at 97.52% 0%,#e0b994,#976f48)}.mobile-prizes-module_prizeText__bjHeor1U__platform-common{margin-left:6px;color:var(--newForecastsPrizeItemTextColor);text-align:left;font-size:10px;font-weight:500;line-height:14px;letter-spacing:.4px}.mobile-prizes-module_prizeTextMajor__s4C8G7Cl__platform-common{color:var(--newForecastsPrizeItemTextColor);font-size:10px;font-weight:700;line-height:16px;letter-spacing:1px;text-transform:uppercase}.mobile-prizes-module_activePrizeItem__7YqtJ4N8__platform-common{max-width:240px}.mobile-banners-module_bannersList__3cWAJ5mW__platform-common{margin-top:16px;list-style:none;min-width:100%;border-bottom:1px solid var(--newForecastsMobileBannersListBorderColor)}.mobile-banners-module_bannersList__3cWAJ5mW__platform-common .react-horizontal-scrolling-menu--scroll-container{margin:0 5px}.mobile-banners-module_bannersList__3cWAJ5mW__platform-common .react-horizontal-scrolling-menu--item{padding:0 12px;flex:1 0 auto}.mobile-banners-module_forecastBannerItem__ovJjUleJ__platform-common{background:var(--newForecastsMobileBannersBannerItemBg);display:flex;justify-content:center;align-items:center;flex-direction:column}.mobile-banners-module_forecastBannerItemActive__ismzyNO2__platform-common{border-bottom:3px solid var(--newForecastsMobileBannersActiveItemBorderColor)}.mobile-banners-module_forecastBannerItemActive__ismzyNO2__platform-common .mobile-banners-module_forecastPrize__D5YtAXkA__platform-common{background:var(--newForecastsMobileBannersActiveItemPrizeBg);color:var(--newForecastsMobileBannersActiveItemPrizeTextColor)}.mobile-banners-module_forecastBannerItemActive__ismzyNO2__platform-common .mobile-banners-module_forecastName__zroEdPXO__platform-common{color:var(--newForecastsDefaultTextColor);margin-bottom:2px}.mobile-banners-module_forecastPrize__D5YtAXkA__platform-common{display:flex;padding:0 8px;justify-content:center;align-items:flex-start;gap:10px;border-radius:8px;background:var(--newForecastsMobileBannersBannerPrizeBg);color:var(--newForecastsMobileBannersBannerTextColor);text-align:center;font-size:12px;font-weight:700;line-height:16px;letter-spacing:1px;text-transform:uppercase;margin:0 8px}.mobile-banners-module_forecastName__zroEdPXO__platform-common{margin-top:5px;color:var(--newForecastsMobileBannersBannerTextColor);text-align:center;font-size:12px;font-weight:700;line-height:16px;letter-spacing:1px;text-transform:uppercase}.mobile-banners-module_item__xkKiI7YM__platform-common{display:flex;justify-content:center}.make-forecast-buttons-module_buttonsWrapper__usN7Jic8__platform-common{display:flex}.make-forecast-buttons-module_loginBtn__m8vEGFR-__platform-common,.make-forecast-buttons-module_depositButton__oCivuJwV__platform-common,.make-forecast-buttons-module_randomPickButton__-pIl-p-y__platform-common{color:var(--newForecastsRandomPickButtonTextColor);display:flex;min-width:188px;flex:0 0 auto;margin-left:auto;padding:8px 16px;justify-content:center;align-items:center;gap:8px;border-radius:var(--newForecastsMakeForecastButtonsBorderRadius);background:var(--newForecastsRandomPickButtonBg);box-shadow:var(--newForecastsRandomPickButtonBoxShadow)}@media (max-width: 1100px){.make-forecast-buttons-module_loginBtn__m8vEGFR-__platform-common,.make-forecast-buttons-module_depositButton__oCivuJwV__platform-common,.make-forecast-buttons-module_randomPickButton__-pIl-p-y__platform-common{min-width:auto}}.make-forecast-buttons-module_loginBtn__m8vEGFR-__platform-common .make-forecast-buttons-module_icon__SocZLf32__platform-common,.make-forecast-buttons-module_depositButton__oCivuJwV__platform-common .make-forecast-buttons-module_icon__SocZLf32__platform-common,.make-forecast-buttons-module_randomPickButton__-pIl-p-y__platform-common .make-forecast-buttons-module_icon__SocZLf32__platform-common{width:16px;height:16px;margin-left:8px;fill:var(--newForecastsRandomPickIconColor)}@media (max-width: 1100px){.make-forecast-buttons-module_loginBtn__m8vEGFR-__platform-common .make-forecast-buttons-module_icon__SocZLf32__platform-common,.make-forecast-buttons-module_depositButton__oCivuJwV__platform-common .make-forecast-buttons-module_icon__SocZLf32__platform-common,.make-forecast-buttons-module_randomPickButton__-pIl-p-y__platform-common .make-forecast-buttons-module_icon__SocZLf32__platform-common{margin-left:0}}.make-forecast-buttons-module_randomPickButton__-pIl-p-y__platform-common[disabled]{background:var(--newForecastsRandomPickDisabledBg);box-shadow:var(--newForecastsRandomPickDisabledBoxShadow);cursor:default}.make-forecast-buttons-module_randomPickButton__-pIl-p-y__platform-common[disabled] .make-forecast-buttons-module_randomPickText__ZWk3g-1s__platform-common{color:var(--newForecastsRandomPickButtonDisabledTextColor)}.make-forecast-buttons-module_randomPickButton__-pIl-p-y__platform-common[disabled] .make-forecast-buttons-module_icon__SocZLf32__platform-common{fill:var(--newForecastsRandomPickButtonDisabledTextColor)}.make-forecast-buttons-module_loginBtn__m8vEGFR-__platform-common,.make-forecast-buttons-module_depositButton__oCivuJwV__platform-common,.make-forecast-buttons-module_randomPickText__ZWk3g-1s__platform-common{color:var(--newForecastsRandomPickButtonTextColor);text-align:center;font-size:14px;font-weight:700;line-height:24px;letter-spacing:.42px;text-transform:uppercase}@media (max-width: 1100px){.make-forecast-buttons-module_randomPickText__ZWk3g-1s__platform-common{display:none}}.make-forecast-buttons-module_makeForecastButton__MeT75jRu__platform-common{display:flex;padding:8px;justify-content:center;align-items:center;border-radius:var(--newForecastsMakeForecastButtonsBorderRadius);width:100%;margin-right:8px;position:relative;background:var(--newForecastsMakeForecastButtonInitialBg);box-shadow:var(--newForecastsMakeForecastBoxShadow);color:var(--newForecastsMakeForecastButtonInitialTextColor);font-size:16px;font-style:normal;font-weight:700;line-height:24px}.make-forecast-buttons-module_makeForecastButton__MeT75jRu__platform-common .make-forecast-buttons-module_infoIcon__4pxkqTWM__platform-common{cursor:pointer;width:16px;height:16px;margin-left:8px;flex:0 0 auto}@media (max-width: 1100px){.make-forecast-buttons-module_makeForecastButton__MeT75jRu__platform-common .make-forecast-buttons-module_infoIcon__4pxkqTWM__platform-common{width:24px;height:24px}}@media (max-width: 1100px){.make-forecast-buttons-module_requirements__UcCQvR-M__platform-common{font-size:10px}}.make-forecast-buttons-module_someRequirementsMissing__WzlPLRAl__platform-common{cursor:default;text-align:center;font-weight:700;font-size:16px;line-height:24px}@media (max-width: 1100px){.make-forecast-buttons-module_someRequirementsMissing__WzlPLRAl__platform-common{font-size:11px;line-height:16px}}.make-forecast-buttons-module_userCanMakeForecast__gQEf8wfw__platform-common{background:var(--newForecastsMakeForecastButtonAvailableBg);color:var(--newForecastsMakeForecastButtonAvailableTextColor);text-align:center;font-size:16px;font-weight:700;line-height:24px;text-transform:uppercase}@media (max-width: 1100px){.make-forecast-buttons-module_userCanMakeForecast__gQEf8wfw__platform-common{font-size:14px}}.make-forecast-buttons-module_progressBar__h-ia7wHV__platform-common{position:absolute;height:100%;background:var(--newForecastsMakeForecastButtonProgressBarBg);left:0;top:0;border-radius:8px 0 0 8px}.make-forecast-buttons-module_progressBarText__p4EW-Fuh__platform-common{z-index:1}.make-forecast-buttons-module_forecastWasMaded__U30HEFU0__platform-common{background:var(--newForecastsMakeForecastButtonUserMadeForecastBg);color:var(--newForecastsMakeForecastButtonUserMadeForecastTextColor);text-align:center;font-size:16px;font-weight:700;line-height:24px;cursor:default}.make-forecast-buttons-module_progressBarTextWrapper__OHXQ0dvZ__platform-common{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;width:100%;height:100%;min-height:24px}.make-forecast-buttons-module_fullText__SEk4Ifaj__platform-common{position:absolute;width:100%;text-align:center;z-index:1}.make-forecast-buttons-module_clippedTextInitial__1E2DhcYC__platform-common{position:absolute;width:100%;text-align:center;color:var(--newForecastsMakeForecastButtonInitialTextColor);z-index:2}.make-forecast-buttons-module_clippedText__dE1tPODt__platform-common{color:var(--newForecastsMakeForecastButtonReverseTextColor)}.make-forecast-buttons-module_isLoading__nSF8LPrf__platform-common{background:var(--newForecastsMakeForecastButtonUserMadeForecastBg)}.make-forecast-buttons-module_isLoading__nSF8LPrf__platform-common .make-forecast-buttons-module_iconLoader__Jb6Yrz0s__platform-common{width:24px;height:24px}.forecast-item-module_forecast__DZCOmAU0__platform-common{position:relative;display:flex;flex-direction:column}.forecast-item-module_forecastWebview__LRxUOZjz__platform-common{padding-bottom:120px}.forecast-item-module_forecastItemWrapper__nieW9apH__platform-common{background:var(--newForecastsForecastItemBg);border-radius:0 0 8px 8px;padding:20px;width:100%;margin-bottom:16px}@media (max-width: 1100px){.forecast-item-module_forecastItemWrapper__nieW9apH__platform-common{padding:16px 0 0;margin-bottom:0;background:var(--newForecastsForecastItemBgMobile)}}.forecast-item-module_forecastItemDisabled__22ii2bl9__platform-common{box-shadow:0 0 11px 0 var(--newForecastsForecastItemBoxShadow);opacity:.5;filter:blur(5px)}.forecast-item-module_forecastNotActive__Anul-W8c__platform-common{width:100%;position:absolute;height:100%;display:flex;padding:20px;flex-direction:column;justify-content:center;align-items:center}.forecast-item-module_forecastNotActive__Anul-W8c__platform-common .forecast-item-module_forecastNotActiveIcon__8Rb9eOgz__platform-common{width:48px;height:48px;margin-bottom:24px}.forecast-item-module_forecastNotActiveText__phWCVDqM__platform-common{color:var(--newForecastsDefaultTextColor);text-align:center;font-size:20px;font-weight:700;line-height:32px;max-width:205px}.forecast-item-module_forecastHeader__aH7dNAD8__platform-common{display:flex;padding:8px 16px;border-radius:var(--newForecastsForecastItemHeaderBorderRadius);background:var(--newForecastsForecastItemHeaderBg);border-left:1px solid transparent;border-right:1px solid transparent}@media (max-width: 1100px){.forecast-item-module_forecastHeader__aH7dNAD8__platform-common{background:var(--newForecastsForecastItemHeaderBgMobile)}}.forecast-item-module_forecastHeader__aH7dNAD8__platform-common label .forecast-item-module_probabilitiesSwitch__iFpa9Iku__platform-common{background:var(--newForecastForecastSwitchNotActiveBg)}@media (max-width: 1100px){.forecast-item-module_forecastHeader__aH7dNAD8__platform-common label .forecast-item-module_probabilitiesSwitch__iFpa9Iku__platform-common{background:var(--newForecastForecastSwitchNotActiveBgMobile)}}.forecast-item-module_forecastHeader__aH7dNAD8__platform-common label .forecast-item-module_probabilitiesShown__vQ-fMJkb__platform-common{background:var(--swipeCheckboxBgActive)}.forecast-item-module_probabilitiesWrapper__l71MsyXk__platform-common{display:flex;align-items:center}.forecast-item-module_outcomeProbability__rObyNIpL__platform-common{margin-left:8px;color:var(--newForecastsOutcomeProbabilityTextColor);font-size:14px;font-weight:400;line-height:20px}@media (max-width: 1100px){.forecast-item-module_outcomeProbability__rObyNIpL__platform-common{font-size:12px;font-weight:400;line-height:16px}}.forecast-item-module_eventsList__YT99s7-7__platform-common{list-style:none;margin:0;padding:16px 0 0}@media (max-width: 1100px){.forecast-item-module_eventsList__YT99s7-7__platform-common{overflow-x:hidden;margin-bottom:0}}.forecast-item-module_eventItem__Yt8UKdzT__platform-common{display:flex;padding:12px 16px;align-items:center;border-radius:var(--newForecastsEventItemBorderRadius);border:1px solid var(--newForecastsEventItemBorderColor);background:var(--newForecastsEventItemBg);list-style:none;margin-bottom:8px}.forecast-item-module_eventInfo__ufozZEGw__platform-common{display:flex;flex-direction:column}@media (max-width: 1100px){.forecast-item-module_eventInfo__ufozZEGw__platform-common{width:calc(100% - 154px)}}.forecast-item-module_matchInfo__wxfyzYjJ__platform-common{display:flex;margin-bottom:4px}@media (max-width: 1100px){.forecast-item-module_matchInfo__wxfyzYjJ__platform-common{margin-bottom:8px;width:190%}}.forecast-item-module_competitors__4-i5XbHE__platform-common{display:flex}@media (max-width: 1100px){.forecast-item-module_competitors__4-i5XbHE__platform-common{flex-direction:column;justify-content:center;align-items:flex-start}}.forecast-item-module_teamNameWithLogo__PEbywcow__platform-common{display:flex;align-items:center;justify-content:center;color:var(--newForecastsTeamNameColor);font-size:16px;font-weight:700;line-height:24px}@media (max-width: 1100px){.forecast-item-module_teamNameWithLogo__PEbywcow__platform-common{width:100%;justify-content:flex-start;font-size:12px;font-weight:var(--newForecastsTeamNameFontWeight);line-height:16px}}@media (max-width: 1100px){.forecast-item-module_teamNameWithLogo__PEbywcow__platform-common:last-of-type{margin-top:6px}}.forecast-item-module_teamName__K33izsuy__platform-common{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.forecast-item-module_teamLogo__6xleDuin__platform-common,.forecast-item-module_teamTshirt__GgMpzsjX__platform-common{width:18px;height:18px;margin-right:4px}.forecast-item-module_separator__DrGSYKXq__platform-common{color:var(--newForecastsTeamNameColor);font-size:16px;font-weight:400;line-height:24px;margin:0 8px}@media (max-width: 1100px){.forecast-item-module_separator__DrGSYKXq__platform-common{display:none}}.forecast-item-module_matchInfo__wxfyzYjJ__platform-common>span{font-weight:400}.forecast-item-module_matchTime__POi3v-lL__platform-common{color:var(--newForecastsDefaultTextColor);font-size:12px;font-weight:var(--newForecastsEventItemFontWeight);line-height:16px;opacity:.5}.forecast-item-module_matchTime__POi3v-lL__platform-common span{font-weight:var(--newForecastsEventItemFontWeight)}@media (max-width: 1100px){.forecast-item-module_matchTime__POi3v-lL__platform-common{color:var(--newForecastsEventMatchTimeMobileColor);opacity:1;font-size:10px}}.forecast-item-module_leagueTitle__LwER5f3v__platform-common{color:var(--newForecastsDefaultTextColor);font-size:12px;font-weight:var(--newForecastsEventItemFontWeight);line-height:16px;margin-left:4px}@media (max-width: 1100px){.forecast-item-module_leagueTitle__LwER5f3v__platform-common{font-size:10px}}.forecast-item-module_markets__L-rYQcqd__platform-common{min-width:216px;margin:0 0 0 auto;padding:0;list-style:none;display:flex}@media (max-width: 1100px){.forecast-item-module_markets__L-rYQcqd__platform-common{min-width:unset}}.forecast-item-module_marketTitle__LHpocAtC__platform-common{display:flex;justify-content:center;align-items:center;min-width:64px;color:var(--newForecastsDefaultTextColor);text-align:center;font-size:12px;font-weight:700;line-height:16px;letter-spacing:1px;text-transform:uppercase;opacity:.5}@media (max-width: 1100px){.forecast-item-module_marketTitle__LHpocAtC__platform-common{min-width:40px}}.forecast-item-module_marketTitle__LHpocAtC__platform-common:not(:last-of-type){margin-right:12px}.forecast-item-module_eventOutcomes__Iav4-16W__platform-common{min-width:216px;margin-left:auto;display:flex;list-style:none;padding:0;position:relative}@media (max-width: 1100px){.forecast-item-module_eventOutcomes__Iav4-16W__platform-common{min-width:unset;margin-top:auto}}.forecast-item-module_eventOutcomes__Iav4-16W__platform-common:before{display:none;position:absolute;content:"";height:40px;width:1px;background-color:var(--newForecastsOutcomesDividerBg);left:-8px;top:0}@media (max-width: 1100px){.forecast-item-module_eventOutcomes__Iav4-16W__platform-common:before{display:block}}.forecast-item-module_outcome__zdq6iNLM__platform-common{display:flex;justify-content:center;align-items:center;align-self:stretch;width:64px;padding:8px 12px;gap:10px;border-radius:var(--newForecastsOutomeBorderRadius);border:1px solid var(--newForecastsOutcomeBorderColor);background:var(--newForecastsOutomeBg);color:var(--newForecastsDefaultTextColor);font-size:14px;font-weight:700;line-height:24px;letter-spacing:.42px;text-transform:uppercase}@media (max-width: 1100px){.forecast-item-module_outcome__zdq6iNLM__platform-common{width:40px;height:40px;text-align:center;font-size:12px;font-weight:700;line-height:16px;letter-spacing:.2px;text-transform:uppercase;background:var(--newForecastsOutomeBgMobile);border-color:var(--newForecastsOutcomeBorderColorMobile)}}.forecast-item-module_outcomeItem__qT7a8SfT__platform-common:not(:last-of-type){margin-right:12px}.forecast-item-module_outcomeSelected__SBnkiPRF__platform-common{background:var(--newForecastsOutcomeSelectedBg);color:var(--newForecastsOutcomeSelectedTextColor);border-color:transparent}.forecast-item-module_makeForecast__oppSDjlz__platform-common{position:sticky;left:0;bottom:60px;margin:0 8px;z-index:2}@media (max-width: 1100px){.forecast-item-module_makeForecast__oppSDjlz__platform-common{border-top:1px solid var(--newForecastsMakeForecastsMobileButtonWrapperBorderColor);background:var(--newForecastsMakeForecastsMobileButtonWrapperBg);box-shadow:var(--newForecastsMakerForecastsMobileButtonWrapperBoxShadow);position:fixed;bottom:50px;left:0;width:100%;margin:0;padding:16px}}.forecast-item-module_makeForecastWebview__d3WEjwTd__platform-common{bottom:0}.forecast-item-module_makeForecastWebviewOld__VmaWPgeX__platform-common{bottom:50px}.history-module_historyWrapper__tlMpB6rJ__platform-common{display:flex;padding:20px;flex-direction:column;align-items:flex-start;gap:16px;border-radius:0 0 8px 8px;background:var(--newForecastsHistoryBg)}@media (max-width: 1100px){.history-module_historyWrapper__tlMpB6rJ__platform-common{padding:16px 0;background:var(--newForecastsHistoryBgMobile)}}.history-module_historyList__Sv8TufQJ__platform-common{display:flex;width:100%;flex-direction:column;padding:0;margin:0;list-style:none}.history-module_listItem__kkpx4OA5__platform-common+.history-module_listItem__kkpx4OA5__platform-common{margin-top:16px}.history-module_itemHeader__-nV9ZJ4r__platform-common{display:flex;padding:12px;align-items:center;gap:16px;align-self:stretch;border-radius:var(--newForecastsHistoryItemHeaderBorderRadius);background:var(--newForecastsHistoryItemHeaderBg);margin-bottom:8px}@media (max-width: 1100px){.history-module_itemHeader__-nV9ZJ4r__platform-common{background:var(--newForecastsHistoryItemHeaderBgMobile)}}.history-module_itemBody__Oy9f4dQ0__platform-common{display:flex;flex-direction:column;list-style:none;padding:12px;gap:8px;align-self:stretch;border-radius:var(--newForecastsHistoryItemHeaderBorderRadius);border:1px solid var(--newForecastsHistoryItemBodyBorderColor);background:var(--newForecastsHistoryItemBg);color:var(--newforecastsHistoryItemTextColor);font-size:14px;line-height:20px}.history-module_forecastCloseDate__b3Iq-VuR__platform-common span{color:var(--newforecastsHistoryItemTextColor);font-size:14px;font-weight:400;line-height:20px}.history-module_picksQuantityWithMarket__suF0ZhUy__platform-common{color:var(--newforecastsHistoryItemTextColor);font-size:14px;font-weight:700;line-height:20px}.history-module_forecastPrize__GIKkZnxP__platform-common{color:var(--newForecastsAccentColor);font-size:14px;font-weight:700;line-height:20px}.history-module_correctConditions__zm1bhfFd__platform-common{color:var(--newforecastsHistoryItemTextColor);font-size:14px;font-weight:600;line-height:20px}.history-module_noHistoryWrapper__bbvFJzQS__platform-common{background:var(--newForecastsNoHistoryBg);min-height:250px}@media (max-width: 1100px){.history-module_noHistoryWrapper__bbvFJzQS__platform-common{background:var(--newForecastsNoHistoryBgMobile)}}.history-module_noHistory__xjg3PSeU__platform-common{display:flex;padding:20px;flex-direction:column;justify-content:center;align-items:center;gap:16px;align-self:stretch;min-height:160px;color:var(--newForecastsNoForecastsTextColor);text-align:center;font-size:16px;font-weight:700;line-height:24px;opacity:.5}.rules-module_rulesWrapper__Z-L1I0Fx__platform-common{border-radius:0 0 8px 8px;background:var(--newForecastsRulesBg);display:flex;padding:20px;flex-direction:column;align-items:center;gap:16px}@media (max-width: 1100px){.rules-module_rulesWrapper__Z-L1I0Fx__platform-common{padding:16px 0 0;background:var(--newForecastsRulesBgMobile)}}.rules-module_rulesTitle__zwCGynQG__platform-common{color:var(--newForecastsTextColor);font-size:16px;font-weight:700;line-height:24px;margin-bottom:0;margin-top:0}.rules-module_rulesText__JGv0fFd4__platform-common{color:var(--newForecastsTextColor);font-size:10px;font-weight:400;line-height:16px}.rules-module_rulesText__JGv0fFd4__platform-common ol,.rules-module_rulesText__JGv0fFd4__platform-common ul{padding-left:0;margin-left:20px}.main-banner-module_bannerWrapper__-QAidAcK__platform-common{width:100%;min-height:207px;border-radius:8px;background-repeat:no-repeat;background-position-x:right;background-size:cover;display:flex;margin:16px 0}@media (max-width: 1100px){.main-banner-module_bannerWrapper__-QAidAcK__platform-common{flex-direction:column;min-height:150px}}.main-banner-module_textWrapper__00w3J-bQ__platform-common{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}@media (max-width: 1100px){.main-banner-module_textWrapper__00w3J-bQ__platform-common{align-items:flex-start;margin-left:20px}}.main-banner-module_endedForecastTitle__nhrSJUAp__platform-common{color:var(--newForecastsMainBannerTextColor);font-size:32px;font-weight:900;line-height:40px;letter-spacing:.32px;margin-bottom:8px}@media (max-width: 1100px){.main-banner-module_endedForecastTitle__nhrSJUAp__platform-common{font-size:20px;font-weight:700;line-height:32px;margin-top:40px}}.main-banner-module_endedForecastSubtitle__iC-p1Igr__platform-common{color:var(--newForecastsMainBannerTextColor);font-size:20px;font-weight:700;line-height:32px}@media (max-width: 1100px){.main-banner-module_endedForecastSubtitle__iC-p1Igr__platform-common{font-size:14px;font-weight:700;line-height:24px;letter-spacing:.42px;text-transform:uppercase;margin-top:0}}.main-banner-module_bannersTexts__ugW0q-Ft__platform-common{margin:60px 0 60px 80px}@media (max-width: 1100px){.main-banner-module_bannersTexts__ugW0q-Ft__platform-common{margin:20px 20px 10px}}.main-banner-module_forecastText__8gm1H74J__platform-common{color:var(--newForecastsMainBannerTextColor);font-size:20px;font-weight:700;line-height:32px;max-width:297px}@media (max-width: 1100px){.main-banner-module_forecastText__8gm1H74J__platform-common{font-size:14px;font-weight:700;line-height:24px;letter-spacing:.42px;text-transform:uppercase;max-width:230px}}.main-banner-module_forecastPrize__QZrDWe9N__platform-common{color:var(--newForecastsMainBannerTextColor);font-size:32px;font-weight:900;line-height:40px;letter-spacing:.32px}@media (max-width: 1100px){.main-banner-module_forecastPrize__QZrDWe9N__platform-common{font-size:20px;font-style:normal;font-weight:700;line-height:var(--newForecastsMainBannerPrizeLineHeight)}}.main-banner-module_timer__1T-Pugw-__platform-common{margin:var(--forecastsTimerContainerMargin, 60px 0 60px 145px);padding:var(--forecastsTimerContainerPadding);background-color:var(--forecastsTimerContainerBg);-webkit-backdrop-filter:var(--forecastsTimerBackDropFilter);backdrop-filter:var(--forecastsTimerBackDropFilter);border:var(--forecastsTimerContainerBorder);border-radius:var(--forecastsTimerContainerBorderRadius);display:flex;flex-direction:column;align-items:center}@media (max-width: 1100px){.main-banner-module_timer__1T-Pugw-__platform-common{flex-direction:row;margin:0 0 0 20px;padding:2px 4px;align-items:center;gap:4px;border-radius:8px;background:var(--newForecastsMainBannerTimerBg);width:-moz-fit-content;width:fit-content}}.main-banner-module_timer__1T-Pugw-__platform-common .main-banner-module_iconTimer__NrV8qBbM__platform-common{width:12px;height:12px;fill:var(--newForecastsMainBannerTimerIconColor)}.main-banner-module_timerText__EDOWRmkc__platform-common{color:var(--newForecastsMainBannerTimerTextColor);font-size:20px;font-weight:700;line-height:32px;font-variant:all-small-caps;letter-spacing:.2px;margin-bottom:8px}@media (max-width: 1100px){.main-banner-module_timerText__EDOWRmkc__platform-common{color:var(--newForecastsMainBannerTimerTextColorMobile);font-size:10px;font-weight:400;line-height:16px;font-variant:normal;margin:0 4px}}.forecast-timer-module_timer__NUi-K0ae__platform-common{display:flex;align-items:center;color:var(--white)}.forecast-timer-module_item__fR4er--4__platform-common{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;margin:0 20px 0 0}@media (max-width: 1100px){.forecast-timer-module_item__fR4er--4__platform-common{margin:0 8px 0 0}}.forecast-timer-module_item__fR4er--4__platform-common:last-of-type{margin-right:0}.forecast-timer-module_wrapper__2Q87Q8gq__platform-common{text-align:center;text-transform:uppercase;padding:2px 4px;position:relative;min-height:39px;display:flex}.forecast-timer-module_wrapper__2Q87Q8gq__platform-common.forecast-timer-module_padding__Xijg72oD__platform-common{padding:4px 18px;background:rgba(var(--whiteRgb),.1)}@media (max-width: 1100px){.forecast-timer-module_wrapper__2Q87Q8gq__platform-common{padding:0;min-height:unset;background:transparent}}.forecast-timer-module_item__fR4er--4__platform-common:not(:last-child):after{content:":";position:absolute;bottom:50%;right:-12px;color:var(--white);font-weight:700;font-size:20px}@media (max-width: 1100px){.forecast-timer-module_item__fR4er--4__platform-common:not(:last-child):after{font-size:10px;font-weight:400;line-height:16px;bottom:0;right:-5px}}.forecast-timer-module_label__TitwC8yM__platform-common{color:var(--newForecastsMainbannerTimerValueColor);text-align:center;font-size:14px;font-weight:700;line-height:20px}@media (max-width: 1100px){.forecast-timer-module_label__TitwC8yM__platform-common{display:none}}.forecast-timer-module_value__wtOfyB1a__platform-common{font-size:32px;font-weight:300;line-height:40px;letter-spacing:.32px;color:var(--newForecastsMainbannerTimerValueColor);background:var(--newForecastsMainBannerTimerBg);padding:2px;border-radius:5px}@media (max-width: 1100px){.forecast-timer-module_value__wtOfyB1a__platform-common{font-size:10px;font-weight:400;line-height:16px;padding:0;background:transparent}}.forecast-timer-module_value__wtOfyB1a__platform-common+.forecast-timer-module_value__wtOfyB1a__platform-common{margin-left:4px}@media (max-width: 1100px){.forecast-timer-module_value__wtOfyB1a__platform-common+.forecast-timer-module_value__wtOfyB1a__platform-common{margin-left:2px}}.side-banners-module_forecastList__kxV0sMVH__platform-common{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.side-banners-module_forecastItem__mFASCiYi__platform-common+.side-banners-module_forecastItem__mFASCiYi__platform-common{margin-top:8px}.side-banners-module_banner__82x-1mhx__platform-common{display:flex;flex-direction:column;width:100%;min-height:102px;border-radius:8px;background:var(--newForecastsBannerBg);background-repeat:no-repeat;background-position-x:right;background-size:cover;padding:12px;position:relative;align-items:flex-start}.side-banners-module_dailyBanner__0LZo6-R1__platform-common{background-image:var(--newForecastsDailyBannerBg)}.side-banners-module_specialBanner__3jaEyT0u__platform-common{background-image:var(--newForecastsSpecialBannerBg)}.side-banners-module_weeklyBanner__0b97rama__platform-common{background-image:var(--newForecastsWeeklyBannerBg)}.side-banners-module_forecastPrize__IjwRLSLE__platform-common{color:var(--newForecastsBannerTextColor);font-size:24px;font-weight:700;line-height:32px;letter-spacing:.24px;margin-bottom:4px}.side-banners-module_forecastName__PJkBPTt8__platform-common{color:var(--newForecastsBannerTextColor);font-size:12px;font-weight:700;line-height:16px;letter-spacing:1px;text-transform:uppercase;text-align:left;opacity:.7;margin-bottom:12px;width:50%}.side-banners-module_forecastProgress__3Dz00qpy__platform-common{display:flex;width:100%;border-radius:8px;border:1px solid var(--newForecastsBannerProgressBarBorderColor);background:var(--newForecastsBannerProgressBarBg);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.side-banners-module_bannerButton__o8zaAR3Z__platform-common{width:100%;opacity:.5;border-radius:8px;padding:0}.side-banners-module_activeBanner__ngqwNk1l__platform-common{opacity:1}.side-banners-module_progressBar__zBOhmf66__platform-common{border-radius:8px 0 0 8px;height:8px;background:var(--newForecastsBannerProgressBarActiveBg);border:1px solid var(--newForecastsBannerProgressBarActiveBorderColor)}.side-banners-module_progressBarFilled__aEBmfbuj__platform-common{border-radius:8px}.side-banners-module_forecastNotAllowed__Ig8mG8Ed__platform-common,.side-banners-module_forecastMaded__fBu5-0g-__platform-common{background:var(--newForecastsBannerProgressBarDisabledBg);color:var(--newForecastsBannerProgressBarTextColor);text-align:left;font-size:10px;font-weight:500;line-height:14px;letter-spacing:.4px;padding:2px 6px;justify-content:center;align-items:center;border-radius:var(--newForecastsBannerBorderRadius);min-height:14px}.side-banners-module_prizes__Yr269bkF__platform-common{border-radius:var(--forecastsSideBannerBorderRadius);background:var(--newForecastsPrizesBg);margin:8px 0 0;list-style:none;padding:8px;border-bottom:1px solid var(--newForecastsPrizesBorderColor)}.side-banners-module_prizeItem__xF3Kb9e-__platform-common{border-radius:8px;background:var(--newForecastsPrizeItemBg);display:flex;padding:8px;align-items:flex-start;gap:5px;align-self:stretch;justify-content:center}.side-banners-module_prizeItem__xF3Kb9e-__platform-common+.side-banners-module_prizeItem__xF3Kb9e-__platform-common{margin-top:4px}.side-banners-module_prizeText__NOXsT0hx__platform-common{margin-left:5px;color:var(--newForecastsPrizeItemTextColor);font-size:12px;font-weight:400;line-height:16px}.side-banners-module_prizeTextAccent__KXbVqf4-__platform-common{color:var(--newForecastsPrizeAmountColor)}.side-banners-module_prizeTextMajor__wioK3DVC__platform-common{color:var(--newForecastsPrizeItemTextColor);font-size:12px;font-weight:700;line-height:16px;letter-spacing:1px;text-transform:uppercase}.side-banners-module_termsButton__aiIKQ01d__platform-common{color:var(--newForecastsAccentColor);font-size:12px;font-weight:400;line-height:16px;border-radius:var(--forecastTermsButtonBorderRadius);background:var(--newForecastsBannerTermsButtonBg);width:100%;padding:8px}.side-banners-module_iconWrapper__Y8GE9YbA__platform-common{flex:0 0 auto;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-blend-mode:overlay,normal,normal}.side-banners-module_icon__j-vNhPXA__platform-common{width:20px;height:20px}.side-banners-module_iconCup__qIGV1oNE__platform-common{width:32px;height:32px}.side-banners-module_firstPlace__3Ojw9drd__platform-common{background:radial-gradient(110.71% 118.02% at -.05% -29.91%,#ffffff80,#fff0),linear-gradient(78deg,#57626580 11.17%,#9ea1a180 25.33%,#848b8a80 47.3%,#57626580 53.98%,#57626580 79.53%,#757a7b80 88.8%,#57626580 98.57%),#ffbd3a}.side-banners-module_secondPlace__xNROPQrJ__platform-common{background:radial-gradient(110.71% 118.02% at -.05% -29.91%,#fff6,#fff0),linear-gradient(78deg,#57626566 11.17%,#9ea1a166 25.33%,#848b8a66 47.3%,#57626566 53.98%,#57626566 79.53%,#757a7b66 88.8%,#57626566 98.57%),radial-gradient(920.1% 139.68% at 97.52% 0%,#d4e0ef,#9faab9)}.side-banners-module_thirdPlace__pdacWbXH__platform-common{background:radial-gradient(110.71% 118.02% at -.05% -29.91%,#fff6,#fff0),linear-gradient(78deg,#57626566 11.17%,#9ea1a166 25.33%,#848b8a66 47.3%,#57626566 53.98%,#57626566 79.53%,#757a7b66 88.8%,#57626566 98.57%),radial-gradient(920.1% 139.68% at 97.52% 0%,#e0b994,#976f48)}.no-forecasts-module_noForecastsWrapper__X9JuB5aX__platform-common{display:flex;padding:20px;flex-direction:column;justify-content:center;align-items:center;gap:16px;align-self:stretch;min-height:160px;border-radius:0 0 8px 8px;background:var(--newForecastsNoForecastsBg)}.no-forecasts-module_noForecastsWrapper__X9JuB5aX__platform-common .no-forecasts-module_icon__WBASF749__platform-common{width:48px;height:48px;margin-bottom:16px;margin-top:20px;fill:var(--newForecastsNoForecastsIconColor)}.no-forecasts-module_textWrapper__TqmGXed-__platform-common{color:var(--newForecastsNoForecastsTextColor);text-align:center;font-size:16px;font-weight:700;line-height:24px;opacity:.5;margin:0 20px 20px}.no-forecasts-module_textWrapper__TqmGXed-__platform-common p{margin-top:0;margin-bottom:0}.notifications-module_snackbarWrapper__V3Sd8N5Q__platform-common{display:flex;top:100px;right:-80px;overflow:hidden;padding:0;position:fixed;z-index:var(--zIndex-notification);width:100%;max-width:400px}.notifications-module_snackbarWrapper__V3Sd8N5Q__platform-common svg{width:24px;height:24px}@media (max-width: 1100px){.notifications-module_snackbarWrapper__V3Sd8N5Q__platform-common{top:calc(100% - 188px);max-width:100%;left:20px;width:calc(100% - 32px)}}.notifications-module_snackBarInner__-O3fFh7-__platform-common{min-width:240px;display:flex;flex-direction:column;color:var(--snackbarColor)}.notifications-module_snackBarInner__-O3fFh7-__platform-common a{color:var(--snackbarColor);text-decoration:none;font-size:14px;font-weight:700;line-height:24px;letter-spacing:.42px;text-transform:uppercase}.notifications-module_snackBarInner__-O3fFh7-__platform-common p{font-size:14px;font-weight:400;line-height:20px;margin:0;text-transform:initial}@media (max-width: 1100px){.notifications-module_snackbarWebView__Vj5U5Qv-__platform-common{top:calc(100% - 136px)}}.cashier-withdrawal-item-module_item__DUmx8yTU__platform-common{border-radius:8px;color:var(--cashierTextColorMain);padding:8px;display:flex;justify-content:space-between}.cashier-withdrawal-item-module_item__DUmx8yTU__platform-common:not(.cashier-withdrawal-item-module_mobile__dGnxmCJz__platform-common){background:var(--cashierBonusItemBg)}.cashier-withdrawal-item-module_item__DUmx8yTU__platform-common.cashier-withdrawal-item-module_mobile__dGnxmCJz__platform-common{background:var(--cashierModalBackgroundSecondary)}.cashier-withdrawal-item-module_itemInfo__w6fcWXUV__platform-common{display:flex;align-items:center}.cashier-withdrawal-item-module_methodImageContainer__C60pQ1K1__platform-common{display:flex;justify-content:center;align-items:center;padding:4px;background:var(--cashierPaymentMethodBg);border-radius:var(--cashierPaymentMethodBorderRadius);width:48px;height:32px;overflow:hidden}.cashier-withdrawal-item-module_methodImageContainer__C60pQ1K1__platform-common .cashier-withdrawal-item-module_methodImage__n0SFVvua__platform-common{max-width:100%;max-height:100%}.cashier-withdrawal-item-module_methodImageContainer__C60pQ1K1__platform-common .cashier-withdrawal-item-module_methodImageHidden__6IV0S9oN__platform-common{visibility:hidden;width:0;height:0}.cashier-withdrawal-item-module_methodImageContainer__C60pQ1K1__platform-common .cashier-withdrawal-item-module_methodImageWallet__d5NB1FFg__platform-common{fill:var(--cashierWithdrawalWalletIconFill)}.cashier-withdrawal-item-module_amount__pGK9CgvZ__platform-common{font-size:14px;font-weight:700;padding-left:12px}.cashier-withdrawal-item-module_date__ZkZ8hgSQ__platform-common{color:var(--cashierWithdrawalDateColor);font-size:10px;font-weight:400}.cashier-withdrawal-item-module_date__ZkZ8hgSQ__platform-common>span{font-weight:400}.hide-overflow{margin:0}.hide-overflow>.withdrawal-cancel-button{height:32px;min-height:32px}.cashier-active-withdrawals-module_container__bheYNe9v__platform-common{margin-top:16px}.cashier-active-withdrawals-module_paymentItems__jYmv3ZhX__platform-common:not(.cashier-active-withdrawals-module_mobile__jkkYxWq-__platform-common){padding:12px 0 0}.cashier-active-withdrawals-module_paymentItems__jYmv3ZhX__platform-common:not(.cashier-active-withdrawals-module_mobile__jkkYxWq-__platform-common) .react-horizontal-scrolling-menu--scroll-container{display:inline-flex;flex-wrap:wrap;height:auto;max-height:112px;flex-direction:column}.cashier-active-withdrawals-module_paymentItems__jYmv3ZhX__platform-common:not(.cashier-active-withdrawals-module_mobile__jkkYxWq-__platform-common) .react-horizontal-scrolling-menu--item{width:310px;margin-left:8px}.cashier-active-withdrawals-module_paymentItems__jYmv3ZhX__platform-common:not(.cashier-active-withdrawals-module_mobile__jkkYxWq-__platform-common) .react-horizontal-scrolling-menu--separator{flex:0 0 8px}.cashier-active-withdrawals-module_paymentItems__jYmv3ZhX__platform-common:not(.cashier-active-withdrawals-module_mobile__jkkYxWq-__platform-common) .horizontal-menu__arrow-wrapper{width:34px;height:34px;border-radius:17px;color:var(--cashierBonusListArrow);background:var(--cashierBonusListArrowBg);font-size:var(--cashierBonusListArrowFontSize, 16px)}.cashier-active-withdrawals-module_paymentItems__jYmv3ZhX__platform-common:not(.cashier-active-withdrawals-module_mobile__jkkYxWq-__platform-common) .horizontal-menu__arrow-wrapper--left{left:-20px;padding-right:14px}.cashier-active-withdrawals-module_paymentItems__jYmv3ZhX__platform-common:not(.cashier-active-withdrawals-module_mobile__jkkYxWq-__platform-common) .horizontal-menu__arrow-wrapper--right{right:-20px;padding-left:14px}.cashier-active-withdrawals-module_paymentItems__jYmv3ZhX__platform-common.cashier-active-withdrawals-module_mobile__jkkYxWq-__platform-common{position:fixed;background:var(--cashierWithdrawalModalBg);z-index:12;width:100%;left:0;height:100%;top:0;display:flex;align-items:flex-end}.cashier-active-withdrawals-module_paymentItems__jYmv3ZhX__platform-common .cashier-active-withdrawals-module_mobileScroll__C8I-FsCL__platform-common{max-height:calc(100vh - 250px);overflow:auto}.cashier-active-withdrawals-module_paymentItems__jYmv3ZhX__platform-common .cashier-active-withdrawals-module_mobileOuter__kX1eNJGv__platform-common{background:var(--cashierModalBackgroundMain);width:100%;border-radius:8px 8px 0 0}.cashier-active-withdrawals-module_paymentItems__jYmv3ZhX__platform-common .cashier-active-withdrawals-module_mobileInner__uJd0G-7l__platform-common{gap:4px;padding:0 16px 16px;display:flex;flex-direction:column}.cashier-withdrawal-header-module_header__rW71Mkgq__platform-common{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.cashier-withdrawal-header-module_header__rW71Mkgq__platform-common.cashier-withdrawal-header-module_mobileModal__frR6jPXk__platform-common{padding:16px;margin-bottom:16px;border-bottom:1px solid var(--cashierWithdrawalModalHeaderLine)}.cashier-withdrawal-header-module_title__lni3GUxs__platform-common{display:flex;align-items:center;font-weight:700;color:var(--cashierTextColorMain)}.cashier-withdrawal-header-module_title__lni3GUxs__platform-common.cashier-withdrawal-header-module_mobileModal__frR6jPXk__platform-common{font-size:16px}.cashier-withdrawal-header-module_counter__aaeGgJ6M__platform-common{background:var(--cashierWithdrawalCountBg);display:grid;place-content:center;border-radius:50%;width:24px;height:24px;margin-left:4px;font-weight:400}.cashier-withdrawal-header-module_arrow__4F8SIO-B__platform-common{transform:rotate(90deg);transition:transform .15s linear;color:var(--cashierPaymentMethodAccordionIconColor)}.cashier-withdrawal-header-module_arrow__4F8SIO-B__platform-common.cashier-withdrawal-header-module_open__y076nj0K__platform-common{transform:rotate(-90deg)}.cashier-withdrawal-header-module_close__l2emOJZX__platform-common{font-size:16px}.odds-booster-banners-outcomes-module_wrapper__nCg-f-2T__platform-common{width:100%;display:flex;align-items:center;gap:4px;margin-top:auto;z-index:1}.odds-booster-banners-outcomes-module_outcome__fGuMNvnO__platform-common{flex:1 0 33.3333%;padding:8px;background:var(--oddsBoosterOutcomeBg);border-radius:var(--oddsBoosterBaseBorderRadius);color:var(--oddsBoosterBannerColor);font-weight:700;transition:background-color .3s ease-in-out;position:relative;overflow:hidden;margin-top:auto}.odds-booster-banners-outcomes-module_outcome__fGuMNvnO__platform-common:after{content:"";display:block;position:absolute;width:22px;height:22px;opacity:0;z-index:1;transform:scale(0);transition:opacity .5s ease-in-out,transform .5s ease-in-out}.odds-booster-banners-outcomes-module_outcome__fGuMNvnO__platform-common:hover{background:var(--oddsBoosterOutcomeBgHover)}.odds-booster-banners-outcomes-module_title__NLhL1Qgj__platform-common{text-align:center;padding:0 4px}.odds-booster-banners-outcomes-module_outcomeInner__76jFaFrR__platform-common{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between}.odds-booster-banners-outcomes-module_outcomeTitle__FFZmU4cy__platform-common{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.odds-booster-banners-outcomes-module_outcomeActive__LkgJadCn__platform-common,.odds-booster-banners-outcomes-module_outcomeActive__LkgJadCn__platform-common:hover{background:var(--oddsBoosterOutcomeBgActive)}.odds-booster-banners-outcomes-module_outcomeDisabled__ickXGNcA__platform-common{opacity:.4;background:var(--oddsBoosterOutcomeBgDisabled)}.odds-booster-banners-outcomes-module_outcomeUp__9eEL5eL-__platform-common{background:var(--oddsBoosterOutcomeUpBg)}.odds-booster-banners-outcomes-module_outcomeUp__9eEL5eL-__platform-common:after{opacity:1;right:-12px;top:-12px;background:var(--oddsBoosterOutcomeUpRectangleBg);transform:rotate(45deg) scale(1)}.odds-booster-banners-outcomes-module_outcomeDown__8g4xpEsD__platform-common{background:var(--oddsBoosterOutcomeDownBg)}.odds-booster-banners-outcomes-module_outcomeDown__8g4xpEsD__platform-common:after{opacity:1;left:-12px;bottom:-12px;background:var(--oddsBoosterOutcomeDownRectangleBg);transform:rotate(45deg) scale(1)}.odds-booster-banners-outcomes-module_maxOddsBoosted__j6-19Uz9__platform-common,.odds-booster-banners-outcomes-module_longFormat__EbLUXOIS__platform-common{font-size:12px}.odds-booster-banners-outcomes-module_longFormat__EbLUXOIS__platform-common.odds-booster-banners-outcomes-module_maxOddsBoosted__j6-19Uz9__platform-common{font-size:10px}.odds-booster-banners-outcomes-module_outcomeName__qcpLyjhk__platform-common{text-transform:capitalize}.odds-booster-banners-outcomes-module_lockIconWrapper__t5qKHS78__platform-common{width:100%;display:flex;justify-content:center}.netherlands-step2-module_mobRedirectContainer__Gd1gG433__platform-common{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:400px;margin:auto}.netherlands-step2-module_mobRedirectBlock__gl5PNHGn__platform-common{border-radius:4px;background:var(--Tonybet-Tabs, #F4F4F4);width:100%;padding:16px 24px}.netherlands-step2-module_centered__zT0HXNro__platform-common{display:flex;flex-direction:column;justify-content:center;align-items:center}.netherlands-step2-module_redirectLink__TcgdsKN4__platform-common{width:92px;height:92px;margin-bottom:8px}.netherlands-step2-module_redirectText__jL0PEYCi__platform-common{text-align:center;color:var(--Tonybet-Secondary_contrast, #797979)}.netherlands-step2-module_qrCode__L3CN-V9l__platform-common{max-width:100px;margin-bottom:15px}.netherlands-step2-module_desktopButton__ioSGpMma__platform-common{color:var(--Tonybet-Accent, #9E2B86);font-weight:700;text-decoration-line:underline;cursor:pointer;margin-top:16px}.netherlands-step2-module_buttonMargin__hk8yXqRG__platform-common{margin-top:16px;width:100%}.netherlands-step2-module_buttonSnake__9k41jRtf__platform-common{width:100%}.netherlands-step2-module_imageContainer__q5q8Gl2E__platform-common{display:flex;gap:10px;margin:15px 0}.netherlands-step2-module_imageContainer__q5q8Gl2E__platform-common img{width:190px}.netherlands-step2-module_image__p-JBnHGz__platform-common{position:relative}.netherlands-step2-module_imageStatusSuccess__H-yD2Axi__platform-common{position:absolute;top:12px;right:12px;width:20px;height:20px;background:green;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:10px;color:#fff}.netherlands-step2-module_imageStatusFailure__jejJJ6VJ__platform-common{position:absolute;top:12px;right:12px;width:20px;height:20px;background:red;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:10px;color:#fff}.netherlands-step2-module_scanButton__VZyC93oq__platform-common{display:flex;flex-direction:column;justify-content:center;align-items:center}.netherlands-step2-module_scanButton__VZyC93oq__platform-common .netherlands-step2-module_button__JBELy9HN__platform-common{width:60px;height:60px}.coupon-bet-maker-markets-module_eventName__VVQ8MOaY__platform-common{display:flex;align-items:center;justify-content:start;gap:8px;font-size:12px;font-weight:400;text-transform:capitalize}.coupon-bet-maker-markets-module_item__lhQhZhLi__platform-common{margin-bottom:4px;line-height:1.43;display:flex;text-transform:capitalize}.coupon-bet-maker-markets-module_sportIcon__Xghl9s0k__platform-common{height:16px;width:16px}.coupon-bet-maker-markets-module_iconContainer__Q4mcM1wG__platform-common{margin-right:8px;position:relative;display:flex;justify-content:center;padding-top:6px}.coupon-bet-maker-markets-module_iconContainer__Q4mcM1wG__platform-common:after{content:"";position:absolute;width:1px;top:17px;bottom:-6px;background:var(--betslipBetBuilderMarkColor);left:50%;transform:translate(-50%)}.coupon-bet-maker-markets-module_iconContainer__Q4mcM1wG__platform-common.coupon-bet-maker-markets-module_iconContainerLast__QkG5l7Qs__platform-common:after{display:none}.coupon-bet-maker-markets-module_icon__6-L1aZZc__platform-common{width:8px;height:8px;border:1px solid var(--betslipBetBuilderMarkColor);border-radius:50%}.multi-bet-card-module_cardWrapper__i7DREYs-__platform-common{list-style:none;display:flex;padding:12px 16px;margin:0}.multi-bet-card-module_card__a7eTTDID__platform-common{display:flex}.multi-bet-card-module_multiBetHeader__isg3w9Yd__platform-common{display:flex;flex-direction:column;max-width:350px;flex:1 1 30%}@media (max-width: 1100px){.multi-bet-card-module_multiBetHeader__isg3w9Yd__platform-common{flex:1 0 auto;margin-bottom:8px;width:calc(100% - 48px)}}.multi-bet-card-module_multiBetWrapper__oAhUCZuL__platform-common{display:flex;align-items:center;margin-bottom:5px}@media (max-width: 1100px){.multi-bet-card-module_multiBetWrapper__oAhUCZuL__platform-common{margin-bottom:8px}}.multi-bet-card-module_multiBetWrapper__oAhUCZuL__platform-common .multi-bet-card-module_iconLive__2EMwx0pq__platform-common{margin-right:8px}.multi-bet-card-module_multiBetText__5W4PuM4W__platform-common{color:var(--incomingBetsCardTextColor);font-size:14px;font-weight:400;line-height:20px;margin-right:8px}.multi-bet-card-module_multiBetEventsCount__t5veZNZR__platform-common{display:flex;height:16px;width:16px;flex-direction:column;align-items:center;justify-content:center;gap:10px;border-radius:35px;border:1px solid var(--incomingBetsBoxShadowColor);background:var(--incomingBetsCardBackground)}.multi-bet-card-module_multiBetEventsCount__t5veZNZR__platform-common span{opacity:.5;color:var(--incomingBetsCardTextColor);font-size:10px;font-weight:400}.multi-bet-card-module_oddsBoost__rHQX233I__platform-common{display:flex;width:16px;height:16px;padding:2px;justify-content:center;align-items:center;border-radius:10px;background:var(--incomingBetsOddsBoostIconColor)}.multi-bet-card-module_oddsBoost__rHQX233I__platform-common .multi-bet-card-module_icon__JCCPFlt-__platform-common{background:var(--oddsBoosterIconBg);border-radius:var(--oddsBoosterIconBorderRadius);width:10px;height:10px}.multi-bet-card-module_tooltip__tjIYKyvU__platform-common{background:var(--oddsBoosterTooltipBg);border-radius:var(--oddsBoosterBaseBorderRadius);padding:8px;top:22px;width:auto;white-space:nowrap}.multi-bet-card-module_tooltip__tjIYKyvU__platform-common:after{content:none}.multi-bet-card-module_tooltip__tjIYKyvU__platform-common span{color:var(--oddsBoosterTooltipColor);font-size:12px}.multi-bet-card-module_multiBetList__-wHszTLi__platform-common{display:flex;flex-direction:column;padding:0}.multi-bet-card-module_detailsWrapper__aYCG1QTJ__platform-common{display:flex;list-style:none;color:var(--incomingBetsCardTextColor);font-size:14px;font-weight:400;line-height:20px;margin-bottom:4px}.multi-bet-card-module_sportIcon__22AX1koR__platform-common,.multi-bet-card-module_leagueIcon__TD79nGPq__platform-common{margin-right:8px;width:18px;height:18px}.bet-info-module_betInfoWrapper__fGC0w18Y__platform-common{display:flex;margin-left:16px;margin-right:24px;flex:1 0 auto}@media (max-width: 1100px){.bet-info-module_betInfoWrapper__fGC0w18Y__platform-common{margin:0;width:100%}}.bet-info-module_betInfoItem__dBz6QGYX__platform-common{position:relative;height:48px;min-width:80px;max-width:150px;flex:1 0 auto;border-radius:4px;border:1px solid var(--incomingBetsBoxShadowColor);background:var(--incomingBetsAdditionalCardInfoValuesSectionBg)}@media (max-width: 1100px){.bet-info-module_betInfoItem__dBz6QGYX__platform-common{height:40px;min-width:auto;max-width:110px;background:var(--incomingBetsCardBackground)}}.bet-info-module_betInfoItem__dBz6QGYX__platform-common+.bet-info-module_betInfoItem__dBz6QGYX__platform-common{margin-left:16px}@media (max-width: 1100px){.bet-info-module_betInfoItem__dBz6QGYX__platform-common+.bet-info-module_betInfoItem__dBz6QGYX__platform-common{margin-left:8px}}.bet-info-module_betInfoItemText__LubCdtaR__platform-common{padding-left:8px;padding-top:4px;color:var(--incomingBetsCardTextColor);font-size:12px;font-weight:400;line-height:16px;opacity:.5}@media (max-width: 1100px){.bet-info-module_betInfoItemText__LubCdtaR__platform-common{font-size:10px;font-weight:400;line-height:16px}}.bet-info-module_betInfoItemValue__TzgFa4-X__platform-common{position:absolute;bottom:0;right:4px;color:var(--incomingBetsCardTextColor);text-align:right;font-size:12px;font-weight:700;line-height:20px;letter-spacing:.42px;text-transform:uppercase;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:calc(100% - 8px)}@media (max-width: 1100px){.bet-info-module_betInfoItemValue__TzgFa4-X__platform-common{font-size:12px;font-weight:700;line-height:16px;letter-spacing:1px}}.bet-info-module_betInfoItemPossibleWin__WiZnL-dj__platform-common{border:1px solid var(--incomingBetsBetInfoBorderColor);background:var(--incomingBetsPossibleWinBg)}@media (max-width: 1100px){.bet-info-module_betInfoItemPossibleWin__WiZnL-dj__platform-common .bet-info-module_betInfoItemText__LubCdtaR__platform-common{opacity:1}}.bet-info-module_betInfoItemPossibleWin__WiZnL-dj__platform-common .bet-info-module_betInfoItemValue__TzgFa4-X__platform-common{color:var(--incomingBetsPossibleWinTextColor)}.user-last-bets-module_wrapper__Rywuw7x5__platform-common{display:flex;flex-direction:column;flex:0 0 auto;margin-right:24px}@media (max-width: 1100px){.user-last-bets-module_wrapper__Rywuw7x5__platform-common{flex-direction:row;margin-top:12px;margin-right:0}}.user-last-bets-module_title__9voKIRpR__platform-common{color:var(--incomingBetsCardTextColor);font-size:14px;font-weight:400;line-height:20px;opacity:.5;margin-bottom:8px}@media (max-width: 1100px){.user-last-bets-module_title__9voKIRpR__platform-common{font-size:12px;font-weight:400;line-height:16px;margin-bottom:0;margin-right:8px}}.user-last-bets-module_list__ZPAnEG-Z__platform-common{display:flex;padding:0}.user-last-bets-module_icon__ZYmKGUvC__platform-common{list-style:none;width:16px;height:16px}.user-last-bets-module_icon__ZYmKGUvC__platform-common svg{width:100%;height:100%}.user-last-bets-module_icon__ZYmKGUvC__platform-common+.user-last-bets-module_icon__ZYmKGUvC__platform-common{margin-left:4px}.user-last-bets-module_successIconColor__dJLhF4jK__platform-common{color:var(--incomingBetsUserLastBetsSuccessIconColor)}.user-last-bets-module_loseIconColor__0aa1VHRa__platform-common{color:var(--incomingBetsUserLastBetsLoseIconColor)}.user-last-bets-module_returnIconColor__SCBIQzbO__platform-common{color:var(--incomingBetsUserLastBetsReturnBetIconColor)}.card-additional-module_wrapper__kkkGB991__platform-common{display:flex;flex-direction:column}@media (max-width: 1100px){.card-additional-module_wrapper__kkkGB991__platform-common{padding:12px;border-radius:0 0 8px 8px;background:var(--incomingBetsCardBackground)}}.card-additional-module_modernView__b2S5nzsg__platform-common{border:1px solid var(--incomingBetsModernCardBorder);border-bottom-left-radius:8px;border-bottom-right-radius:8px}@media (max-width: 1100px){.card-additional-module_modernView__b2S5nzsg__platform-common{background:var(--incomingBetsModernMobileCardBackground);border-top-left-radius:0;border-top-right-radius:0;border-top:none}.card-additional-module_modernView__b2S5nzsg__platform-common .card-additional-module_infoValuesSection__FL5upzJV__platform-common{background:var(--incomingBetsModernMobileAdditionalCardBg)}.card-additional-module_modernView__b2S5nzsg__platform-common .card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_marketWithOutcome__Y6bXqVhU__platform-common{margin-bottom:0}.card-additional-module_modernView__b2S5nzsg__platform-common .card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_score__ThXgWNdF__platform-common{background-color:var(--incomingBetsModernMobileAdditionalCardScoreBg);font-weight:700;border-radius:8px}.card-additional-module_modernView__b2S5nzsg__platform-common .card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_score__ThXgWNdF__platform-common span{padding:2px 8px}}.card-additional-module_modernView__b2S5nzsg__platform-common>.card-additional-module_infoValuesSection__FL5upzJV__platform-common{box-shadow:none}.card-additional-module_infoTitlesSection__j5clgjFR__platform-common{display:flex;height:32px;padding:0 16px;background:var(--incomingBetsAdditionalCardInfoTitlesSectionBg);box-shadow:0 -1px 0 0 var(--incomingBetsBoxShadowColor) inset}@media (max-width: 1100px){.card-additional-module_infoTitlesSection__j5clgjFR__platform-common{display:none}}.card-additional-module_infoTitle__7YdmgGIS__platform-common{color:var(--incomingBetsAdditionalCardInfoTitlesSectionColor);font-size:12px;font-weight:400;line-height:16px;margin:8px 0}.card-additional-module_competition__4OHN27Zt__platform-common{flex:1 0 35%}.card-additional-module_pick__Xha0P-jO__platform-common{flex:1 0 30%}.card-additional-module_score__ThXgWNdF__platform-common{flex:1 0 25%}.card-additional-module_oddsTitle__nPR9hxSd__platform-common{flex:1 0 10%}@media (max-width: 1100px){.card-additional-module_infoValuesSection__FL5upzJV__platform-common+.card-additional-module_infoValuesSection__FL5upzJV__platform-common{margin-top:12px}}.card-additional-module_infoValuesSection__FL5upzJV__platform-common{position:relative;display:flex;flex-direction:row;padding:16px;background:var(--incomingBetsAdditionalCardInfoValuesSectionBg);box-shadow:0 -1px 0 0 var(--incomingBetsAdditionalCardInfoValuesBoxShadow) inset;color:var(--incomingBetsCardTextColor);font-size:14px;font-weight:400;line-height:20px;transition:background .2s ease-in}@media (max-width: 1100px){.card-additional-module_infoValuesSection__FL5upzJV__platform-common{background:var(--incomingBetsAdditionalCardInfoValuesSectionBg);flex-direction:column;align-items:flex-start;gap:12px;align-self:stretch;border-radius:8px;padding:0}}.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_cardMatchInfo__sGoj1pzD__platform-common{flex:1 0 35%;display:flex;flex-direction:column;padding-right:16px}@media (max-width: 1100px){.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_cardMatchInfo__sGoj1pzD__platform-common{padding:8px;width:100%}}.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_matchMainInfo__cZlrrpkY__platform-common{display:flex;margin-bottom:8px}.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_matchMainInfo__cZlrrpkY__platform-common .card-additional-module_sportIcon__qdD5ar8p__platform-common,.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_matchMainInfo__cZlrrpkY__platform-common .card-additional-module_leagueIcon__UaUcIP-3__platform-common{margin-right:8px;width:18px;height:18px}@media (max-width: 1100px){.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_matchMainInfo__cZlrrpkY__platform-common{padding:0 0 8px;align-self:stretch;box-shadow:0 -1px 0 0 var(--incomingBetsBoxShadowColor) inset;margin-bottom:12px}}.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_matchTime__J2h0jFTU__platform-common{display:flex;margin-bottom:4px}@media (max-width: 1100px){.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_matchTime__J2h0jFTU__platform-common{margin-bottom:8px;margin-left:4px}}.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_matchTime__J2h0jFTU__platform-common .card-additional-module_timer__8GBnP4Zf__platform-common{color:var(--incomingBetsCardTextColor);font-size:14px;font-weight:400;line-height:20px}.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_matchTime__J2h0jFTU__platform-common .card-additional-module_timer__8GBnP4Zf__platform-common>div{width:100%}.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_matchTime__J2h0jFTU__platform-common .card-additional-module_broadcastIcon__29X61oal__platform-common{width:16px;height:16px;margin-left:6px;top:1px}.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_competitors__lktW10b1__platform-common{display:flex;flex-direction:column;margin-top:8px}@media (max-width: 1100px){.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_competitors__lktW10b1__platform-common{margin-left:4px;margin-top:0;width:50%}}.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_competitors__lktW10b1__platform-common .card-additional-module_teamNameWithLogo__L8tPEMLA__platform-common{display:flex;align-items:center;gap:4px;min-height:20px;height:auto}.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_competitors__lktW10b1__platform-common .card-additional-module_teamNameWithLogo__L8tPEMLA__platform-common+.card-additional-module_teamNameWithLogo__L8tPEMLA__platform-common{margin-top:8px}.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_competitors__lktW10b1__platform-common img{width:16px;height:16px}.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_marketWithOutcome__Y6bXqVhU__platform-common{flex:1 0 30%;display:flex;flex-wrap:wrap;height:-moz-fit-content;height:fit-content;padding-right:16px}@media (max-width: 1100px){.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_marketWithOutcome__Y6bXqVhU__platform-common{margin-left:12px;flex:1 0 100%;width:calc(100% - 88px);flex-direction:column;padding-right:0}.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_marketWithOutcome__Y6bXqVhU__platform-common .card-additional-module_market__2nGhhGXJ__platform-common{color:var(--incomingBetsCardTextColor);font-size:12px;font-weight:400;line-height:16px}.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_marketWithOutcome__Y6bXqVhU__platform-common .card-additional-module_marketDivider__byiBgKUF__platform-common{display:none}.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_marketWithOutcome__Y6bXqVhU__platform-common .card-additional-module_outcome__-PpiXkgy__platform-common{margin-top:4px;display:flex;justify-content:space-between;padding:8px 12px;align-items:center;gap:8px;flex:1 0 0;border-radius:8px;border:1px solid var(--incomingBetsBoxShadowColor);background:var(--incomingBetsCardBackground);min-width:210px;color:var(--incomingBetsMobileOutcomeColor)}.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_marketWithOutcome__Y6bXqVhU__platform-common .card-additional-module_mobileOdds__a9DRCZJG__platform-common{color:var(--incomingBetsCardTextColor);font-size:14px;font-weight:700;line-height:20px;margin:0 0 0 8px}}.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_odds__1-T-lC-G__platform-common{flex:1 0 10%;padding-right:16px}@media (max-width: 1100px){.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_odds__1-T-lC-G__platform-common{display:none}}.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_scoreAndStatsBlock__ni6lzAMc__platform-common{flex:1 0 25%;display:flex}.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_scoreAndStatsBlock__ni6lzAMc__platform-common .card-additional-module_actionsIcon__FhQwN93V__platform-common{display:flex}@media (max-width: 1100px){.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_scoreAndStatsBlock__ni6lzAMc__platform-common .card-additional-module_actionsIcon__FhQwN93V__platform-common{position:absolute;bottom:18px;right:12px}}.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_scoreAndStatsBlock__ni6lzAMc__platform-common .card-additional-module_statsButton__5TBXcVSk__platform-common{display:flex;margin-left:16px}@media (max-width: 1100px){.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_scoreAndStatsBlock__ni6lzAMc__platform-common .card-additional-module_statsButton__5TBXcVSk__platform-common{margin-left:12px}}.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_scoreAndStatsBlock__ni6lzAMc__platform-common .card-additional-module_copyToCouponMobileButton__gM9Opc73__platform-common{display:flex}.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_scoreAndStatsBlock__ni6lzAMc__platform-common .card-additional-module_copyToCouponMobileIcon__z6CjJMVT__platform-common,.card-additional-module_infoValuesSection__FL5upzJV__platform-common .card-additional-module_scoreAndStatsBlock__ni6lzAMc__platform-common .card-additional-module_statsIcon__6QvZpWzA__platform-common{width:20px;height:20px}.card-additional-module_infoValuesSection__FL5upzJV__platform-common:hover{background:var(--incomingBetsCardHovered)}@media (max-width: 1100px){.card-additional-module_competitorsWithScoreMobile__cSab6QEO__platform-common{display:flex;justify-content:space-between}.card-additional-module_score__ThXgWNdF__platform-common{flex:unset;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--incomingBetsModernMobileAdditionalCardBg);font-weight:700;border-radius:8px}.card-additional-module_score__ThXgWNdF__platform-common span{padding:2px 8px}.card-additional-module_score__ThXgWNdF__platform-common span:first-of-type{border-bottom:1px solid var(--incomingBetsModernCardBorder)}}

.favourites-heart-module_favHeart__QndCdvRn__casino-ui{width:23px;min-width:23px;cursor:pointer;height:-moz-min-content;height:min-content}.favourites-heart-module_favHeart__QndCdvRn__casino-ui svg{display:block;width:100%;height:auto}.favourites-heart-module_favHeart__QndCdvRn__casino-ui svg .favourites-heart-module_inner__TZ4CZn9e__casino-ui,.favourites-heart-module_favHeart__QndCdvRn__casino-ui svg .favourites-heart-module_outer__8-NRljOY__casino-ui{transition:fill .15s ease}.favourites-heart-module_favHeart__QndCdvRn__casino-ui.favourites-heart-module_favorited__-DVd1Byn__casino-ui .favourites-heart-module_inner__TZ4CZn9e__casino-ui{fill:var(--casinoFavoritedInner)}.favourites-heart-module_favHeart__QndCdvRn__casino-ui.favourites-heart-module_favorited__-DVd1Byn__casino-ui .favourites-heart-module_outer__8-NRljOY__casino-ui{fill:var(--casinoFavoritedOuter)}.favourites-heart-module_inner__TZ4CZn9e__casino-ui{fill:var(--casinoFavouritesInner)}.favourites-heart-module_outer__8-NRljOY__casino-ui{fill:var(--casinoFavouritesOuter)}.favourites-heart-module_favHeart__QndCdvRn__casino-ui.favourites-heart-module_hoverMode__lODM6Tjv__casino-ui .favourites-heart-module_inner__TZ4CZn9e__casino-ui{fill:var(--casinoOverlayFavouritesInner)}.favourites-heart-module_favHeart__QndCdvRn__casino-ui.favourites-heart-module_hoverMode__lODM6Tjv__casino-ui .favourites-heart-module_outer__8-NRljOY__casino-ui{fill:var(--casinoOverlayFavouritesOuter)}.favourites-heart-module_favHeart__QndCdvRn__casino-ui.favourites-heart-module_hoverMode__lODM6Tjv__casino-ui.favourites-heart-module_favorited__-DVd1Byn__casino-ui .favourites-heart-module_inner__TZ4CZn9e__casino-ui{fill:var(--casinoOverlayFavoritedInner)}.favourites-heart-module_favHeart__QndCdvRn__casino-ui.favourites-heart-module_hoverMode__lODM6Tjv__casino-ui.favourites-heart-module_favorited__-DVd1Byn__casino-ui .favourites-heart-module_outer__8-NRljOY__casino-ui{fill:var(--casinoOverlayFavoritedOuter)}.casino-slot-session-bar-module_additionalSession__uzs-QRxV__casino-ui{align-items:center;background-color:var(--betNameColor);display:flex;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;height:35px;justify-content:center;left:0;padding:0 16px;position:fixed;right:0;top:69px;z-index:var(--zIndex-registrationLoader-below)}.casino-slot-session-bar-module_additionalLabel__Fw176TVZ__casino-ui{color:var(--eventHeading)}.casino-slot-session-bar-module_additionalData__nrzFqW-8__casino-ui{color:var(--white);font-weight:500;padding-left:7px}.casino-slot-session-bar-module_additionalItem__7Xx31uId__casino-ui{display:flex;flex-direction:row;line-height:19px;padding:0 20px;text-align:left}.casino-slot-session-bar-module_additionalSessionMobile__8VMcBOCk__casino-ui{bottom:0;height:51px;justify-content:stretch;padding:0 8px;top:auto}.casino-slot-session-bar-module_additionalSessionMobile__8VMcBOCk__casino-ui .casino-slot-session-bar-module_additionalItem__7Xx31uId__casino-ui{display:block;font-size:11px;margin:auto;padding:0 10px;text-align:center}.casino-slot-session-bar-module_additionalSessionMobile__8VMcBOCk__casino-ui .casino-slot-session-bar-module_additionalData__nrzFqW-8__casino-ui{padding-left:0}.casino-slot-session-bar-module_Arrow__dczPDs7G__casino-ui{align-items:center;color:var(--white);display:flex;font-size:20px;height:36px;justify-content:center;margin-right:auto;width:36px}.casino-slot-session-bar-module_Home__xpP9I-Db__casino-ui{align-items:center;background:var(--buttonMain);border-radius:50%;color:var(--white);display:flex;font-size:20px;height:36px;justify-content:center;margin-left:auto;width:36px;min-width:36px}@media (max-width: 375px){.casino-slot-session-bar-module_additionalSessionMobile__8VMcBOCk__casino-ui .casino-slot-session-bar-module_additionalItem__7Xx31uId__casino-ui{padding:0 2px}.casino-slot-session-bar-module_Home__xpP9I-Db__casino-ui{margin-left:4px}.casino-slot-session-bar-module_Arrow__dczPDs7G__casino-ui{width:18px;margin-right:4px;font-size:18px}}body.menu-cms-header-view .casino-slot-session-bar-module_additionalSession__uzs-QRxV__casino-ui{top:var(--menuCmsHeaderBodyTopPadding)}.casino-slot-session-create-modal-module_Title__dwKR-wZE__casino-ui{font-size:21px;font-weight:500;line-height:25px;margin:0 auto 28px;text-align:center}.casino-slot-session-create-modal-module_Wrapper__W4lz0aXk__casino-ui{background:var(--white);border-radius:var(--baseBorderRadius);width:520px;padding:36px 20px;max-width:100%}.casino-slot-session-create-modal-module_Form__WTNqtKsm__casino-ui{margin:auto;max-width:400px}.casino-slot-session-create-modal-module_Row__1pPTwUXz__casino-ui{align-items:center;display:flex;margin-bottom:20px}.casino-slot-session-create-modal-module_Control__KMag7ipD__casino-ui{flex:0 0 190px}.casino-slot-session-create-modal-module_RowTitle__rtr-kCJY__casino-ui{flex:1 1 auto}.casino-slot-session-create-modal-module_Footer__PRBRMDQJ__casino-ui{display:flex;justify-content:space-between;margin-top:36px}.casino-slot-session-create-modal-module_Footer__PRBRMDQJ__casino-ui .app-button{width:calc(50% - 8px)}.casino-slot-session-create-modal-module_SelectInner__dpmqUagA__casino-ui{top:0}.casino-slot-session-modal-module_portalIndex__TroffQ2t__casino-ui{z-index:60!important}.casino-slot-session-modal-module_Modal__856iwQUh__casino-ui{background:var(--white);border-radius:var(--baseBorderRadius);width:540px;max-width:100%}.casino-slot-session-modal-module_Wrapper__mbZmkltU__casino-ui{padding:32px 22px;text-align:center}.casino-slot-session-modal-module_Text__KLqgXSZ2__casino-ui{border:1px solid var(--casinoSlotSessionNotificationTextBorder);padding:20px}.casino-slot-session-modal-module_Action__bFuAVUP8__casino-ui{margin:28px auto 0;max-width:400px}.casino-slot-session-modal-module_Actions__CGPUuoPB__casino-ui{display:flex;justify-content:space-between;margin:28px auto 0;max-width:400px}.casino-slot-session-modal-module_SessionStatus__ADyCMzQM__casino-ui{font-size:16px;padding-bottom:18px}.casino-slot-session-modal-module_SessionItem__r0AkgB7M__casino-ui{text-align:left}.casino-slot-session-modal-module_SessionItem__r0AkgB7M__casino-ui span{font-weight:700;margin-left:4px}

.seo-footer-text-module_seo__N8Mc-84H__seo{overflow:hidden;position:relative;z-index:0}.seo-footer-text-module_seo__N8Mc-84H__seo:before{content:"";display:none;position:absolute;z-index:2;bottom:0;left:0;height:100px;max-height:50%;width:100%;background:linear-gradient(to top,rgba(var(--seoFooterShadowRGB),1),rgba(var(--seoFooterShadowRGB),0));pointer-events:none}.modern-view .seo-footer-text-module_seo__N8Mc-84H__seo:before{background:linear-gradient(to top,rgba(var(--seoFooterModern),1),rgba(var(--seoFooterModern),0))}.seo-footer-text-module_seo__N8Mc-84H__seo.seo-footer-text-module_collapsed__k0qtyum6__seo{max-height:220px}.seo-footer-text-module_seo__N8Mc-84H__seo.seo-footer-text-module_collapsed__k0qtyum6__seo.seo-footer-text-module_minimized__-4Z3CM4X__seo:before{display:block}.seo-footer-text-module_seo__N8Mc-84H__seo.seo-footer-text-module_isMobile__BhK2Tw2l__seo.seo-footer-text-module_collapsed__k0qtyum6__seo{max-height:200px}.seo-footer-text-module_seo__N8Mc-84H__seo.seo-footer-text-module_isMobile__BhK2Tw2l__seo:before{background:linear-gradient(to top,rgba(var(--seoFooterMobileShadowRGB),1),rgba(var(--seoFooterMobileShadowRGB),0))}.seo-footer-text-module_readMore__ukRY4ci3__seo{padding-top:10px;color:var(--seoFooterAccent);cursor:pointer;display:block;font-size:12px;font-weight:600;text-align:center;text-decoration:none;width:100%}.seo-footer-text-module_scrollPosition__BBFQaGZv__seo{position:absolute;top:-100px}.seo-footer-text-module_asiaEnabled__7h2asYZH__seo{padding-inline:32px;padding-top:15px}.seo-footer-text-module_asiaEnabled__7h2asYZH__seo h2{color:var(--mainColor)!important}

.broadcast-widget-volume-control-module_VolumeControl__HfNT4m8C__broadcast{align-items:center;display:flex;margin-left:24px;margin-right:auto}.broadcast-widget-volume-control-module_VolumeControlToggle__v-5Ahau1__broadcast{font-size:16px;margin-right:8px}.broadcast-widget-volume-control-module_VolumeControlSlider__EXehjs2i__broadcast{line-height:0;width:60px}.broadcast-widget-volume-control-module_VolumeControlSliderInput__yHx-RfNo__broadcast{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;width:100%}.broadcast-widget-volume-control-module_VolumeControlSliderInput__yHx-RfNo__broadcast:focus{outline:none}.broadcast-widget-volume-control-module_VolumeControlSliderInput__yHx-RfNo__broadcast::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--liveColor);border-radius:50%;box-shadow:1px 1px 1px var(--liveColor);cursor:pointer;height:12px;margin-top:-3px;width:12px}.broadcast-widget-volume-control-module_VolumeControlSliderInput__yHx-RfNo__broadcast::-webkit-slider-runnable-track{background:#fff;border-radius:4px;box-shadow:1px 1px 1px #000,0 0 1px #0d0d0d;cursor:pointer;height:6px;width:100%}.broadcast-widget-volume-control-module_VolumeControlSliderInput__yHx-RfNo__broadcast::-moz-range-track{background:#fff;border-radius:4px;box-shadow:1px 1px 1px #000,0 0 1px #0d0d0d;cursor:pointer;height:6px;width:100%}.broadcast-widget-volume-control-module_VolumeControlSliderInput__yHx-RfNo__broadcast::-moz-range-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--liveColor);border:none;border-radius:50%;box-shadow:1px 1px 1px var(--liveColor);cursor:pointer;height:12px;margin-top:-3px;width:12px}body:-webkit-full-screen .broadcast-widget-volume-control-module_VolumeControl__HfNT4m8C__broadcast{margin-left:48px}body:fullscreen .broadcast-widget-volume-control-module_VolumeControl__HfNT4m8C__broadcast{margin-left:48px}body:-webkit-full-screen .broadcast-widget-volume-control-module_VolumeControlToggle__v-5Ahau1__broadcast{font-size:34px}body:fullscreen .broadcast-widget-volume-control-module_VolumeControlToggle__v-5Ahau1__broadcast{font-size:34px}body:-webkit-full-screen .broadcast-widget-volume-control-module_VolumeControlSlider__EXehjs2i__broadcast{width:120px}body:fullscreen .broadcast-widget-volume-control-module_VolumeControlSlider__EXehjs2i__broadcast{width:120px}body:-webkit-full-screen .broadcast-widget-volume-control-module_VolumeControlSliderInput__yHx-RfNo__broadcast::-webkit-slider-thumb{height:24px;margin-top:-6px;width:24px}body:fullscreen .broadcast-widget-volume-control-module_VolumeControlSliderInput__yHx-RfNo__broadcast::-webkit-slider-thumb{height:24px;margin-top:-6px;width:24px}body:-webkit-full-screen .broadcast-widget-volume-control-module_VolumeControlSliderInput__yHx-RfNo__broadcast::-webkit-slider-runnable-track{height:12px}body:fullscreen .broadcast-widget-volume-control-module_VolumeControlSliderInput__yHx-RfNo__broadcast::-webkit-slider-runnable-track{height:12px}body:fullscreen .broadcast-widget-volume-control-module_VolumeControlSliderInput__yHx-RfNo__broadcast::-moz-range-thumb{height:24px;margin-top:-6px;width:24px}body:fullscreen .broadcast-widget-volume-control-module_VolumeControlSliderInput__yHx-RfNo__broadcast::-moz-range-track{height:12px}body:-webkit-full-screen .broadcast-widget-volume-control-module_VolumeControl__HfNT4m8C__broadcast{margin-left:48px}body:-webkit-full-screen .broadcast-widget-volume-control-module_VolumeControlToggle__v-5Ahau1__broadcast{font-size:34px}body:-webkit-full-screen .broadcast-widget-volume-control-module_VolumeControlSlider__EXehjs2i__broadcast{width:120px}body:-webkit-full-screen .broadcast-widget-volume-control-module_VolumeControlSliderInput__yHx-RfNo__broadcast::-webkit-slider-thumb{height:24px;margin-top:-6px;width:24px}body:-webkit-full-screen .broadcast-widget-volume-control-module_VolumeControlSliderInput__yHx-RfNo__broadcast::-webkit-slider-runnable-track{height:12px}.broadcast-widget-module_Widget__luhozJBo__broadcast{position:relative}.broadcast-widget-module_Widget__luhozJBo__broadcast.broadcast-widget-module_vertical__lBs-UBhD__broadcast{height:100%;width:100%}.broadcast-widget-module_Widget__luhozJBo__broadcast.broadcast-widget-module_vertical__lBs-UBhD__broadcast .broadcast-widget-module_WidgetVideo__220ONtyX__broadcast{height:100%}.broadcast-widget-module_WidgetVideo__220ONtyX__broadcast{background:#000;display:block;height:auto;outline:none!important;width:100%}.broadcast-widget-module_WidgetOverlay__c1v-LeLy__broadcast{bottom:0;left:0;position:absolute;right:0;top:0;z-index:2}.broadcast-widget-module_Controls__of32P7fN__broadcast{align-items:center;background:var(--broadcastControlsBg);bottom:0;color:var(--broadcastControlsColor);display:flex;height:30px;justify-content:space-between;left:0;padding:0 10px;position:absolute;right:0;z-index:3}.broadcast-widget-module_ControlsIcon__v1znQOtn__broadcast{height:100%!important;width:100%!important}.broadcast-widget-module_ControlsIcon__v1znQOtn__broadcast:hover{color:var(--broadcastControlsColorHover)}.broadcast-widget-module_ControlsIsSwitched__jWANYf1s__broadcast .broadcast-widget-module_ControlsBefore__6gNlEAsX__broadcast{transform:rotateY(180deg)}.broadcast-widget-module_ControlsIsSwitched__jWANYf1s__broadcast .broadcast-widget-module_ControlsAfter__neup1c7G__broadcast{transform:rotateY(0)}.broadcast-widget-module_ControlsBefore__6gNlEAsX__broadcast,.broadcast-widget-module_ControlsAfter__neup1c7G__broadcast{backface-visibility:hidden;height:100%;left:0;perspective:0;position:absolute;top:0;transform:translateZ(0);transition:transform .15s ease;width:100%}.broadcast-widget-module_ControlsBefore__6gNlEAsX__broadcast{transform:rotateY(0)}.broadcast-widget-module_ControlsAfter__neup1c7G__broadcast{transform:rotateY(180deg)}.broadcast-widget-module_ControlsItem__muwEgWrk__broadcast{cursor:pointer;position:relative;transition:color .2s ease}.broadcast-widget-module_ControlsStateSwitcher__b-EEQeat__broadcast{height:14px;width:13px}.broadcast-widget-module_ControlsFullScreenSwitcher__DkxgaGPK__broadcast{height:12px;width:12px}.broadcast-widget-module_ControlsPictureInPicture__xRnYaKas__broadcast{height:14px;margin-right:12px;width:14px}body:-webkit-full-screen .broadcast-widget-module_Widget__luhozJBo__broadcast{bottom:0;left:0;position:fixed;right:0;top:0;z-index:20}body:fullscreen .broadcast-widget-module_Widget__luhozJBo__broadcast{bottom:0;left:0;position:fixed;right:0;top:0;z-index:20}body:-webkit-full-screen .broadcast-widget-module_WidgetVideo__220ONtyX__broadcast{height:100%}body:fullscreen .broadcast-widget-module_WidgetVideo__220ONtyX__broadcast{height:100%}body:-webkit-full-screen .broadcast-widget-module_Controls__of32P7fN__broadcast{height:50px;padding:0 25px}body:fullscreen .broadcast-widget-module_Controls__of32P7fN__broadcast{height:50px;padding:0 25px}body:-webkit-full-screen .broadcast-widget-module_ControlsStateSwitcher__b-EEQeat__broadcast{height:28px;width:26px}body:fullscreen .broadcast-widget-module_ControlsStateSwitcher__b-EEQeat__broadcast{height:28px;width:26px}body:-webkit-full-screen .broadcast-widget-module_ControlsFullScreenSwitcher__DkxgaGPK__broadcast{height:26px;width:26px}body:fullscreen .broadcast-widget-module_ControlsFullScreenSwitcher__DkxgaGPK__broadcast{height:26px;width:26px}body:-webkit-full-screen .broadcast-widget-module_ControlsFullScreenSwitcher__DkxgaGPK__broadcast .broadcast-widget-module_ControlsBefore__6gNlEAsX__broadcast{transform:rotateY(180deg)}body:fullscreen .broadcast-widget-module_ControlsFullScreenSwitcher__DkxgaGPK__broadcast .broadcast-widget-module_ControlsBefore__6gNlEAsX__broadcast{transform:rotateY(180deg)}body:-webkit-full-screen .broadcast-widget-module_ControlsFullScreenSwitcher__DkxgaGPK__broadcast .broadcast-widget-module_ControlsAfter__neup1c7G__broadcast{transform:rotateY(0)}body:fullscreen .broadcast-widget-module_ControlsFullScreenSwitcher__DkxgaGPK__broadcast .broadcast-widget-module_ControlsAfter__neup1c7G__broadcast{transform:rotateY(0)}body:-webkit-full-screen .broadcast-widget-module_ControlsPictureInPicture__xRnYaKas__broadcast{height:34px;margin-right:20px;width:34px}body:fullscreen .broadcast-widget-module_ControlsPictureInPicture__xRnYaKas__broadcast{height:34px;margin-right:20px;width:34px}body:-webkit-full-screen .broadcast-widget-module_Widget__luhozJBo__broadcast{bottom:0;left:0;position:fixed;right:0;top:0;z-index:30}body:-webkit-full-screen .broadcast-widget-module_WidgetVideo__220ONtyX__broadcast{height:100%}body:-webkit-full-screen .broadcast-widget-module_Controls__of32P7fN__broadcast{height:50px;padding:0 25px}body:-webkit-full-screen .broadcast-widget-module_ControlsStateSwitcher__b-EEQeat__broadcast{height:28px;width:26px}body:-webkit-full-screen .broadcast-widget-module_ControlsFullScreenSwitcher__DkxgaGPK__broadcast{height:26px;width:26px}body:-webkit-full-screen .broadcast-widget-module_ControlsFullScreenSwitcher__DkxgaGPK__broadcast .broadcast-widget-module_ControlsBefore__6gNlEAsX__broadcast{transform:rotateY(180deg)}body:-webkit-full-screen .broadcast-widget-module_ControlsFullScreenSwitcher__DkxgaGPK__broadcast .broadcast-widget-module_ControlsAfter__neup1c7G__broadcast{transform:rotateY(0)}body:-webkit-full-screen .broadcast-widget-module_ControlsPictureInPicture__xRnYaKas__broadcast{height:34px;margin-right:20px;width:34px}.broadcast-widget-volume-control-module_VolumeControl__IDOT1KJt__broadcast{display:flex;align-items:center;margin-right:auto}.broadcast-widget-volume-control-module_VolumeControlToggle__8FuNNDMw__broadcast{font-size:24px;margin-right:8px}.broadcast-widget-volume-control-module_VolumeControlSlider__OlVlpBMs__broadcast{line-height:0;width:100px}.broadcast-widget-volume-control-module_VolumeControlSliderInput__LknZFnKf__broadcast{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;width:100%}.broadcast-widget-volume-control-module_VolumeControlSliderInput__LknZFnKf__broadcast:focus{outline:none}.broadcast-widget-volume-control-module_VolumeControlSliderInput__LknZFnKf__broadcast::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:18px;width:18px;border-radius:50%;background:var(--liveColor);cursor:pointer;box-shadow:1px 1px 1px var(--liveColor);margin-top:-5px}.broadcast-widget-volume-control-module_VolumeControlSliderInput__LknZFnKf__broadcast::-webkit-slider-runnable-track{width:100%;height:9px;cursor:pointer;box-shadow:1px 1px 1px #000,0 0 1px #0d0d0d;background:#fff;border-radius:8px}.broadcast-widget-volume-control-module_VolumeControlSliderInput__LknZFnKf__broadcast::-moz-range-track{width:100%;height:9px;cursor:pointer;box-shadow:1px 1px 1px #000,0 0 1px #0d0d0d;background:#fff;border-radius:8px}.broadcast-widget-volume-control-module_VolumeControlSliderInput__LknZFnKf__broadcast::-moz-range-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:16px;width:16px;border-radius:50%;background:var(--liveColor);cursor:pointer;box-shadow:1px 1px 1px var(--liveColor);margin-top:-5px;border:none}.broadcast-widget-module_Widget__vW6YWLRO__broadcast{position:relative}.broadcast-widget-module_Widget__vW6YWLRO__broadcast.broadcast-widget-module_modern__ydc2-N6V__broadcast{margin-top:15px}.broadcast-widget-module_WidgetVideo__TpmnQSke__broadcast{background:var(--broadcastBg);display:block;height:auto;outline:none!important;width:100%}.broadcast-widget-module_WidgetOverlay__yLYj7c1d__broadcast{align-items:center;background:#0009;bottom:0;color:var(--broadcastControlsColor);display:flex;justify-content:center;left:0;opacity:0;padding-bottom:30px;position:absolute;right:0;top:0;transition:opacity .15s ease;z-index:2}.broadcast-widget-module_WidgetOverlayIsVisible__VGbFQpkN__broadcast{opacity:1}.broadcast-widget-module_Controls__QqgznOuh__broadcast{align-items:center;background:var(--broadcastControlsBg);bottom:0;display:flex;height:50px;justify-content:space-between;left:0;padding:0 10px;position:absolute;right:0;z-index:3}.broadcast-widget-module_ControlsIcon__E9PXFkOx__broadcast{height:100%!important;width:100%!important}.broadcast-widget-module_ControlsIcon__E9PXFkOx__broadcast:hover{color:var(--broadcastControlsColorHover)}.broadcast-widget-module_ControlsIsSwitched__eBPkeVkO__broadcast .broadcast-widget-module_ControlsBefore__Bot8C8HC__broadcast{transform:rotateY(180deg)}.broadcast-widget-module_ControlsIsSwitched__eBPkeVkO__broadcast .broadcast-widget-module_ControlsAfter__FJs8Qp0T__broadcast{transform:rotateY(0)}.broadcast-widget-module_ControlsBefore__Bot8C8HC__broadcast,.broadcast-widget-module_ControlsAfter__FJs8Qp0T__broadcast{backface-visibility:hidden;height:100%;left:0;perspective:0;position:absolute;top:0;transform:translateZ(0);transition:transform .15s ease;width:100%}.broadcast-widget-module_ControlsBefore__Bot8C8HC__broadcast{transform:rotateY(0)}.broadcast-widget-module_ControlsAfter__FJs8Qp0T__broadcast{transform:rotateY(180deg)}.broadcast-widget-module_ControlsItem__bJrI5lU8__broadcast{cursor:pointer;position:relative;transition:color .2s ease}.broadcast-widget-module_ControlsStateSwitcher__dqUdbxv5__broadcast{height:70px;width:65px}.broadcast-widget-module_ControlsFullScreenSwitcher__1VjWrxbN__broadcast{height:20px;width:20px}.broadcast-widget-module_ControlsPictureInPicture__l9YuT7RI__broadcast{height:28px;margin-right:18px;width:28px}body:-webkit-full-screen .broadcast-widget-module_Widget__vW6YWLRO__broadcast{bottom:0;left:0;position:fixed;right:0;top:0;z-index:var(--zIndex-broadcastWidgetMobile)}body:fullscreen .broadcast-widget-module_Widget__vW6YWLRO__broadcast{bottom:0;left:0;position:fixed;right:0;top:0;z-index:var(--zIndex-broadcastWidgetMobile)}body:-webkit-full-screen .broadcast-widget-module_WidgetVideo__TpmnQSke__broadcast{height:100%}body:fullscreen .broadcast-widget-module_WidgetVideo__TpmnQSke__broadcast{height:100%}body:-webkit-full-screen .broadcast-widget-module_Controls__QqgznOuh__broadcast{height:50px;padding:0 25px}body:fullscreen .broadcast-widget-module_Controls__QqgznOuh__broadcast{height:50px;padding:0 25px}body:-webkit-full-screen .broadcast-widget-module_ControlsFullScreenSwitcher__1VjWrxbN__broadcast .broadcast-widget-module_ControlsBefore__Bot8C8HC__broadcast{transform:rotateY(180deg)}body:fullscreen .broadcast-widget-module_ControlsFullScreenSwitcher__1VjWrxbN__broadcast .broadcast-widget-module_ControlsBefore__Bot8C8HC__broadcast{transform:rotateY(180deg)}body:-webkit-full-screen .broadcast-widget-module_ControlsFullScreenSwitcher__1VjWrxbN__broadcast .broadcast-widget-module_ControlsAfter__FJs8Qp0T__broadcast{transform:rotateY(0)}body:fullscreen .broadcast-widget-module_ControlsFullScreenSwitcher__1VjWrxbN__broadcast .broadcast-widget-module_ControlsAfter__FJs8Qp0T__broadcast{transform:rotateY(0)}

.sport-event-table-module_eta__jcEtA6tA__sport-events{border-top:1px solid var(--borderProfileTable);box-shadow:0 2px 2px #0000001c;display:flex;flex-direction:column;position:relative;width:100%}.sport-event-table-module_etaContent__ut-Tdd5P__sport-events{display:flex;flex-direction:row;flex-wrap:wrap;position:relative}.sport-event-table-module_etaContent__ut-Tdd5P__sport-events.sport-event-table-module_half__iooy02fT__sport-events{justify-content:space-between}.sport-event-table-module_etaContent__ut-Tdd5P__sport-events.sport-event-table-module_half__iooy02fT__sport-events .sport-event-table-module_etaSection__rQ-n-kzx__sport-events{border-right-width:1px;flex:0 0 50%;width:50%}.sport-event-table-module_etaContent__ut-Tdd5P__sport-events.sport-event-table-module_half__iooy02fT__sport-events .sport-event-table-module_etaCol__bvo98S-J__sport-events{flex:0 0 50%;width:50%}.sport-event-table-module_etaContent__ut-Tdd5P__sport-events.sport-event-table-module_half__iooy02fT__sport-events .sport-event-table-module_etaCol__bvo98S-J__sport-events.sport-event-table-module_x3__9kd16Ic2__sport-events{border-right-width:0}.sport-event-table-module_etaContent__ut-Tdd5P__sport-events.sport-event-table-module_triple__NCnXLsxU__sport-events .sport-event-table-module_etaSection__rQ-n-kzx__sport-events{border-left-width:1px;border-right-width:1px;flex:0 0 33.333%;width:33.333%}.sport-event-table-module_etaContent__ut-Tdd5P__sport-events.sport-event-table-module_triple__NCnXLsxU__sport-events .sport-event-table-module_etaCol__bvo98S-J__sport-events{flex:0 0 50%;width:50%}.sport-event-table-module_etaContent__ut-Tdd5P__sport-events.sport-event-table-module_triple__NCnXLsxU__sport-events .sport-event-table-module_etaCol__bvo98S-J__sport-events.sport-event-table-module_x3__9kd16Ic2__sport-events{border-right-width:0}@media screen and (max-width: 1429px){.sport-event-table-module_etaContent__ut-Tdd5P__sport-events.sport-event-table-module_half__iooy02fT__sport-events .sport-event-table-module_etaCol__bvo98S-J__sport-events,.sport-event-table-module_etaContent__ut-Tdd5P__sport-events.sport-event-table-module_triple__NCnXLsxU__sport-events .sport-event-table-module_etaCol__bvo98S-J__sport-events{border-right-width:0!important;flex:0 0 100%;width:100%}}.sport-event-table-module_etaAmount__DrNyRi1r__sport-events{align-items:center;color:var(--mainColor);display:flex;font-size:14px;font-weight:400;height:100%;line-height:20px}@media screen and (max-width: 1429px){.sport-event-table-module_etaAmount__DrNyRi1r__sport-events{font-size:11px}}.sport-event-table-module_etaHeader__j4lb6PG1__sport-events{align-items:center;display:flex;height:51px;justify-content:space-between;padding:0 20px}@media screen and (max-width: 1429px){.sport-event-table-module_etaHeader__j4lb6PG1__sport-events{height:41px;padding:0 15px}.sport-event-table-module_etaHeader__j4lb6PG1__sport-events .sport-event-table-module_event-seo-title__i-1AOGAL__sport-events{font-size:12px}}.sport-event-table-module_etaAction__4ZkJQPXY__sport-events{align-items:center;display:flex;height:100%;position:relative}.sport-event-table-module_etaAction__4ZkJQPXY__sport-events .svg-icon{color:var(--buttonMain);cursor:pointer;display:block;font-size:23px;height:18px;margin-left:15px;transform:scaleY(-1);transition:color .15s ease,transform .15s ease;width:28px}.sport-event-table-module_etaAction__4ZkJQPXY__sport-events .svg-icon.active{color:var(--iconTopBottom);transform:scaleY(1)}.sport-event-table-module_etaAction__4ZkJQPXY__sport-events .svg-icon:hover{color:var(--buttonMain)}.sport-event-table-module_etaAction__4ZkJQPXY__sport-events:before{background:linear-gradient(to left,var(--efhTextColor) 50%,rgba(255,255,255,0));content:"";height:100%;left:-30px;position:absolute;width:30px;z-index:2}.sport-event-table-module_etaCircle__QfRLj-PL__sport-events{border:1px solid var(--iconTopBottom);border-radius:50%;cursor:default;display:block;height:20px;margin-right:7px;position:relative;transition:border-color .15s ease;width:20px}.sport-event-table-module_etaCircle__QfRLj-PL__sport-events:before,.sport-event-table-module_etaCircle__QfRLj-PL__sport-events:after{border:1px solid var(--iconTopBottom);border-radius:50%;content:"";display:block;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:border-color .15s ease}.sport-event-table-module_etaCircle__QfRLj-PL__sport-events:before{height:calc(100% - 6px);width:calc(100% - 6px)}.sport-event-table-module_etaCircle__QfRLj-PL__sport-events:after{height:calc(100% - 12px);width:calc(100% - 12px)}.sport-event-table-module_etaIcon__Wu9SS0No__sport-events{align-items:center;border-bottom:1px solid var(--iconTopBottom);border-left:1px solid var(--iconTopBottom);border-right:1px solid var(--iconTopBottom);border-top:2px solid var(--iconTopBottom);cursor:pointer;display:flex;height:18px;position:relative;transition:background-color .15s ease,border-color .15s ease;width:23px}.sport-event-table-module_etaIcon__Wu9SS0No__sport-events:hover{border-color:var(--buttonMain)}.sport-event-table-module_etaIcon__Wu9SS0No__sport-events:hover:after,.sport-event-table-module_etaIcon__Wu9SS0No__sport-events:hover:before{color:var(--buttonMain)}.sport-event-table-module_etaIcon__Wu9SS0No__sport-events:hover.sport-event-table-module_half__iooy02fT__sport-events:after{border-left:1px solid var(--buttonMain)}.sport-event-table-module_etaIcon__Wu9SS0No__sport-events:hover.sport-event-table-module_triple__NCnXLsxU__sport-events:after,.sport-event-table-module_etaIcon__Wu9SS0No__sport-events:hover.sport-event-table-module_triple__NCnXLsxU__sport-events:before{border-right:1px solid var(--buttonMain)}.sport-event-table-module_etaIcon__Wu9SS0No__sport-events.sport-event-table-module_active__Chjv-sKl__sport-events{border-color:var(--buttonMain)}.sport-event-table-module_etaIcon__Wu9SS0No__sport-events.sport-event-table-module_active__Chjv-sKl__sport-events:after,.sport-event-table-module_etaIcon__Wu9SS0No__sport-events.sport-event-table-module_active__Chjv-sKl__sport-events:before{border-color:var(--buttonMain)}.sport-event-table-module_etaIcon__Wu9SS0No__sport-events.sport-event-table-module_active__Chjv-sKl__sport-events.sport-event-table-module_half__iooy02fT__sport-events:after{border-left:1px solid var(--buttonMain)}.sport-event-table-module_etaIcon__Wu9SS0No__sport-events.sport-event-table-module_active__Chjv-sKl__sport-events.sport-event-table-module_triple__NCnXLsxU__sport-events:after,.sport-event-table-module_etaIcon__Wu9SS0No__sport-events.sport-event-table-module_active__Chjv-sKl__sport-events.sport-event-table-module_triple__NCnXLsxU__sport-events:before{border-right:1px solid var(--buttonMain)}.sport-event-table-module_etaIcon__Wu9SS0No__sport-events:nth-child(n+2){margin-left:8px}.sport-event-table-module_etaIcon__Wu9SS0No__sport-events.sport-event-table-module_half__iooy02fT__sport-events:after{border-left:1px solid var(--iconTopBottom);bottom:0;content:"";display:block;left:50%;margin-left:-1px;position:absolute;top:0;transition:border-color .15s ease;width:0}.sport-event-table-module_etaIcon__Wu9SS0No__sport-events.sport-event-table-module_triple__NCnXLsxU__sport-events:after,.sport-event-table-module_etaIcon__Wu9SS0No__sport-events.sport-event-table-module_triple__NCnXLsxU__sport-events:before{border-right:1px solid var(--iconTopBottom);bottom:0;content:"";display:block;position:absolute;top:0;transition:border-color .15s ease,transform .15s ease;width:0}.sport-event-table-module_etaIcon__Wu9SS0No__sport-events.sport-event-table-module_triple__NCnXLsxU__sport-events:after{left:33%;margin-left:-1px}.sport-event-table-module_etaIcon__Wu9SS0No__sport-events.sport-event-table-module_triple__NCnXLsxU__sport-events:before{margin-right:-1px;right:33%}.sport-event-table-module_eventSeoTitle__5MoudPZE__sport-events{align-items:center;border-left:1px solid var(--borderProfileTable);color:var(--mainColor);display:flex;font-size:14px;font-weight:500;height:100%;margin:0 auto 0 15px;overflow:hidden;padding:0 15px;text-transform:uppercase;white-space:nowrap}.sport-event-table-module_eventSeoTitle__5MoudPZE__sport-events span{text-transform:lowercase}.sport-event-table-module_etaSection__rQ-n-kzx__sport-events{border-color:var(--borderProfileTable);border-style:solid;border-width:0;flex:0 0 100%;width:100%}.sport-event-table-module_etaTh__xVAnrPUD__sport-events{background-color:var(--topEventsFactorBg);color:var(--mainColor);cursor:pointer;display:flex;font-size:14px;font-weight:500;justify-content:space-between;align-items:start;min-height:30px;padding:8px 20px;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow-wrap:break-word;word-wrap:break-word}.sport-event-table-module_etaTh__xVAnrPUD__sport-events span{display:block;overflow:hidden;text-overflow:ellipsis;margin-right:12px}.sport-event-table-module_etaTh__xVAnrPUD__sport-events .sport-event-table-module_arrow__-sssv9JB__sport-events{font-size:10px;margin-top:2px;transform:rotate(90deg);transition:transform .15s ease}.sport-event-table-module_etaTh__xVAnrPUD__sport-events.sport-event-table-module_active__Chjv-sKl__sport-events .sport-event-table-module_arrow__-sssv9JB__sport-events{transform:rotate(-90deg)}.sport-event-table-module_etaThCell__lXtBYi4R__sport-events{display:flex;align-items:center}.sport-event-table-module_etaThCell__lXtBYi4R__sport-events .sport-event-table-module_etaThCellTitle__TjxoRlFf__sport-events{margin-right:12px}.sport-event-table-module_timerIcon__eJqvabyx__sport-events{font-size:16px;margin:0 4px 0 0;opacity:.5}@media screen and (max-width: 1429px){.sport-event-table-module_etaTh__xVAnrPUD__sport-events{font-size:11px;padding:8px 15px}}.sport-event-table-module_etaCol__bvo98S-J__sport-events{position:relative;align-items:center;border-color:var(--borderProfileTable);border-style:solid;border-width:0 0 1px;color:var(--mainColor);cursor:pointer;display:flex;font-size:14px;font-weight:400;justify-content:space-between;min-height:45px;overflow:hidden;padding:0 0 0 20px;transition:background-color .15s ease,color .15s ease,opacity .15s ease}.sport-event-table-module_etaCol__bvo98S-J__sport-events.sport-event-table-module_etaColAnalyticsTitle__SyaJFERg__sport-events{color:var(--cabinetTableTdBaseColor);font-weight:var(--bold);font-size:12px;line-height:16px;letter-spacing:1px;text-transform:uppercase;cursor:initial}.sport-event-table-module_etaCol__bvo98S-J__sport-events:nth-child(odd){border-right-width:1px!important}.sport-event-table-module_etaCol__bvo98S-J__sport-events:hover:not(.sport-event-table-module_etaColAnalyticsTitle__SyaJFERg__sport-events):not(.sport-event-table-module_disabled__BMKG4EfH__sport-events):not(.sport-event-table-module_active__Chjv-sKl__sport-events){background-color:var(--eventSelected)}.sport-event-table-module_etaCol__bvo98S-J__sport-events.sport-event-table-module_disabled__BMKG4EfH__sport-events{background-color:var(--eventSelected);opacity:.4;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.sport-event-table-module_etaCol__bvo98S-J__sport-events.sport-event-table-module_up__UD2zHWpx__sport-events{background:var(--etaColFactorUpBackground);box-shadow:inset 0 -1px 0 var(--etaColFactorShadow)}.sport-event-table-module_etaCol__bvo98S-J__sport-events.sport-event-table-module_down__I-yc3IMO__sport-events{background:var(--etaColFactorDownBackground);box-shadow:inset 0 -1px 0 var(--etaColFactorShadow)}.sport-event-table-module_etaCol__bvo98S-J__sport-events.sport-event-table-module_active__Chjv-sKl__sport-events{background-color:var(--factorSelectedBackgroundColor);border:1px solid var(--factorSelectedBorderColor)}.sport-event-table-module_etaCol__bvo98S-J__sport-events.sport-event-table-module_active__Chjv-sKl__sport-events .sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events{color:var(--white);background-color:var(--factorSelectedBorderColor)}.sport-event-table-module_etaCol__bvo98S-J__sport-events.sport-event-table-module_active__Chjv-sKl__sport-events .sport-event-table-module_up__UD2zHWpx__sport-events{color:var(--etaCoefficientColor)}.sport-event-table-module_etaCol__bvo98S-J__sport-events.sport-event-table-module_active__Chjv-sKl__sport-events .sport-event-table-module_up__UD2zHWpx__sport-events:before{background-color:var(--factorUpBackground);transition-timing-function:step-start}.sport-event-table-module_etaCol__bvo98S-J__sport-events.sport-event-table-module_active__Chjv-sKl__sport-events .sport-event-table-module_down__I-yc3IMO__sport-events{color:var(--etaCoefficientColor)}.sport-event-table-module_etaCol__bvo98S-J__sport-events.sport-event-table-module_active__Chjv-sKl__sport-events .sport-event-table-module_down__I-yc3IMO__sport-events:before{background-color:var(--factorDownBackground);transition-timing-function:step-start}.sport-event-table-module_etaCol__bvo98S-J__sport-events>div:nth-child(2){padding:10px 0;text-overflow:ellipsis}.sport-event-table-module_etaCol__bvo98S-J__sport-events>div:nth-child(2):not(.sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events){overflow:hidden}.sport-event-table-module_etaCol__bvo98S-J__sport-events.sport-event-table-module_x2__XIstQMUo__sport-events{flex:0 0 50%;width:50%}.sport-event-table-module_etaCol__bvo98S-J__sport-events.sport-event-table-module_x3__9kd16Ic2__sport-events{border-right-width:1px;flex:0 0 33.333%;width:33.333%}.sport-event-table-module_etaCol__bvo98S-J__sport-events.sport-event-table-module_x1__X-eKo9Hc__sport-events{flex:0 0 100%;width:100%}@media screen and (max-width: 1429px){.sport-event-table-module_etaCol__bvo98S-J__sport-events{font-size:12px;padding-left:15px}}.sport-event-table-module_etaRow__GCyzIibQ__sport-events{display:flex;flex-wrap:wrap;min-width:100%}.sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events{align-items:center;border-left:1px solid var(--borderProfileTable);box-shadow:inset 0 0 5px 1px transparent;color:var(--eventNumber);cursor:pointer;display:flex;flex:0 0 80px;font-size:14px;font-weight:700;height:100%;justify-content:center;margin-left:15px;min-width:80px;overflow:hidden;position:relative;text-align:center;transition:background-color .25s linear,box-shadow .15s linear;width:60px}.sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events:before{background:transparent;border:2px solid transparent;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0;transition:border-color .3s linear,background-color .3s linear;transition-delay:.1s;transition-timing-function:step-end}.sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events .svg-icon{color:var(--menuSectionBorder);font-size:18px}.sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events span{display:block;overflow:hidden;position:relative;text-overflow:ellipsis;z-index:2}.sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events i{transition:opacity .3s ease;transition-delay:.15s}.sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events i:nth-child(1){border-bottom:10px solid var(--factorDownBorderColor);border-left:10px solid transparent;border-top:10px solid transparent;bottom:0;opacity:0;position:absolute;transform:scaleX(-1);left:0;top:0}.sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events i:nth-child(2){border-bottom:10px solid transparent;border-left:10px solid transparent;border-top:10px solid var(--factorUpBorderColor);opacity:0;position:absolute;right:0;top:0}.sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events:after{background:var(--white);content:"";display:block;height:105px;position:absolute;transform:rotate(45deg) translate(0);transition:transform .5s ease-in-out,visibility .5s ease-out;visibility:hidden;width:105px}.sport-event-table-module_etaCol__bvo98S-J__sport-events.sport-event-table-module_active__Chjv-sKl__sport-events .sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events:after{background-color:var(--eventSelected)}.sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events.sport-event-table-module_up__UD2zHWpx__sport-events:after{transform:rotate(45deg) translateY(-160px);visibility:visible}.sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events.sport-event-table-module_up__UD2zHWpx__sport-events:before{background-color:var(--factorUpBackground);transition-timing-function:step-start}.sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events.sport-event-table-module_up__UD2zHWpx__sport-events i:nth-child(2){opacity:1}.sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events.sport-event-table-module_down__I-yc3IMO__sport-events:after{transform:rotate(45deg) translate(160px);visibility:visible}.sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events.sport-event-table-module_down__I-yc3IMO__sport-events:before{background-color:var(--factorDownBackground);transition-timing-function:step-start}.sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events.sport-event-table-module_down__I-yc3IMO__sport-events i:nth-child(1){opacity:1}.sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events.sport-event-table-module_partial__sPnAP-Am__sport-events:after{display:none}.sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events.sport-event-table-module_partial__sPnAP-Am__sport-events:before{display:none}@media screen and (max-width: 1429px){.sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events{flex:0 0 60px;font-size:11px;min-width:60px;width:60px}}.sport-event-markets-header-module_header__0dN7q3sa__sport-events{display:flex;align-items:center;flex-wrap:wrap;gap:5px 12px}.sport-event-markets-header-module_header__0dN7q3sa__sport-events.sport-event-markets-header-module_inColumn__Iwsho-T-__sport-events{flex-direction:column;align-items:flex-start}.sport-event-markets-header-module_title__SveoStIT__sport-events{font-weight:700;text-align:left}.sport-event-markets-header-module_title__SveoStIT__sport-events.sport-event-markets-header-module_overflowed__Pk-mKTip__sport-events{max-width:165px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sport-event-markets-time-module_time__-TnyN2E6__sport-events{display:flex;align-items:center;line-height:1;font-size:12px;font-weight:400}.sport-event-markets-time-module_time__-TnyN2E6__sport-events .svg-icon{font-size:16px;margin-right:4px;opacity:.55}.sport-event-markets-time-module_inColumn__iZwcQ9OX__sport-events .sport-event-markets-time-module_date__tix9bx-M__sport-events{font-size:12px}

#bm-root .HomeContainer_alternate__Xtqsj .HomeContainer_tab__NhElL{padding:var(--tabs-padding);font-style:var(--tabs-font-style);font-weight:var(--tabs-font-weight);font-size:var(--tabs-font-size);text-transform:var(--tabs-text-transform);color:var(--tabs-color);background:var(--white);border:var(--tabs-border);border-radius:var(--tabs-border-radius)}#bm-root .HomeContainer_alternate__Xtqsj .HomeContainer_tab__NhElL.HomeContainer_selected__tbowG{color:var(--background-tab-primary-active-color);background:var(--background-tab-primary-active)}#bm-root .RacingFilters_alternate__pX-ee .RacingFilters_button__3qiv3{padding:var(--tabs-padding);border:var(--tabs-border);border-radius:var(--tabs-border-radius);font-style:var(--tabs-font-style);font-weight:var(--tabs-font-weight);font-size:var(--tabs-font-size);color:var(--tabs-color)}#bm-root .RacingFilters_alternate__pX-ee .RacingFilters_button__3qiv3.RacingFilters_selected__0i42-{color:var(--color-text-button-filters-active)}#bm-root .CountryFilters_alternate__xONVJ .CountryFilters_button__wDzRm{padding:var(--tabs-padding);border:var(--tabs-border);border-radius:var(--tabs-border-radius);font-style:var(--tabs-font-style);font-weight:var(--tabs-font-weight);font-size:var(--tabs-font-size);color:var(--tabs-color)}#bm-root .CountryFilters_alternate__xONVJ .CountryFilters_button__wDzRm:not(:first-child){border-left:none;border-radius:0 var(--tabs-border-radius) var(--tabs-border-radius) 0}#bm-root .CountryFilters_alternate__xONVJ .CountryFilters_button__wDzRm:not(:last-child){border-right:none;border-radius:var(--tabs-border-radius) 0 0 var(--tabs-border-radius)}#bm-root .CountryFilters_alternate__xONVJ .CountryFilters_button__wDzRm.CountryFilters_selected__\+\+O3K{color:var(--color-text-button-filters-active)}#bm-root .BetTypes_alternate__vBtk\+ .BetTypes_tab__1DimU{padding:var(--tabs-padding);font-style:var(--tabs-font-style);font-weight:var(--tabs-font-weight);font-size:var(--tabs-font-size);text-transform:var(--tabs-text-transform);color:var(--tabs-color);background:var(--white);border:var(--tabs-border);border-radius:var(--tabs-border-radius)}#bm-root .BetTypes_alternate__vBtk\+ .BetTypes_tab__1DimU.BetTypes_selected__Wd9z4{color:var(--background-tab-primary-active-color);background:var(--background-tab-primary-active)}#bm-root .ActionButtons_tab__UG-UY.ActionButtons_selected__0GO-3{color:var(--white)}#bm-root .BetslipWidget_betslipContainer__fAI3Z{position:fixed;top:var(--gapTopMenu)}#bm-root.bm-root--mobile .BetslipWidget_betslipContainer__fAI3Z{top:0}#bm-root .OddsButton_button__HQgNg{font-style:var(--tabs-font-style);font-weight:var(--tabs-font-weight);font-size:var(--tabs-font-size);border-radius:var(--tabs-border-radius);border-color:var(--odds-border-color)}#bm-root .OddsButton_button__HQgNg.OddsButton_selected__bgH8x{border-color:var(--odds-selected-border-color)}#bm-root .Betslip_footer__-rr-n{background:var(--bodyAccentBgColor);color:var(--white)}#bm-root .Betslip_footer__-rr-n .Betslip_betslipButtons__EF2cW{margin-bottom:1.6rem}#bm-root .ExoticBetBuilder_alternate__\+R2bp .ExoticBetBuilder_headerMobile__1eFGA .ExoticBetBuilder_clearButton__esxV3,#bm-root .NewButton_button__16PwO.NewButton_theme--stroke__Aqt0a.NewButton_size--small__b5QRf.NewButton_alternate__XdV2Q.ExoticBetBuilder_actionButton__BuVLN{background-color:#b3b8c2;margin-right:130px}#bm-root .ExoticBetBuilder_content__Sg0qD{padding-bottom:calc(var(--mslBottomMenuHeight) + 15px)}#bm-root .OddsButton_alternate__hD-7H .OddsButton_favourite__oxaMf{color:#fff}#bm-root .NewButton_button__16PwO{border-radius:var(--betslip-button-border-radius);text-transform:var(--betslip-button-text-transform);letter-spacing:var(--betslip-button-letter-spacing);font-size:var(--tabs-font-size)}#bm-root .NewButton_theme--secondary__dl-Z2{background:var(--betslip-button-secondary-bg);color:var(--white);border-color:var(--white)}#bm-root .Betslip_placeBetsButton__u8gXC{background:var(--buttonSecondary);color:var(--white);border-color:var(--buttonSecondary)}#bm-root .Betslip_alternate__Yg2lR .Betslip_header__W2L7U{background-color:var(--background-betslip);color:var(--color-text-primary)}@media (max-width: 560px){#bm-root .Betslip_footer__-rr-n{padding-bottom:var(--mslBottomMenuHeight)}}#floating-ui-root .SelectPriceMode_alternate__DD5Fy{background:#e5e5e5;border:1px solid #b3b8c2;border-radius:8px}.iframe-horse-racing-module_wrapper__hm7QQ2sl__horse-racing iframe{width:100%;height:calc(var(--vh, 1vh) * 100 - 50px);border:0}.iframe-horse-racing-module_headerMargin__QbIfuo07__horse-racing iframe{height:calc(var(--vh, 1vh) * 100 - 69px);margin-top:69px}body.menu-cms-header-view .iframe-horse-racing-module_headerMargin__QbIfuo07__horse-racing iframe{height:calc(var(--vh, 1vh) * 100 - var(--menuCmsHeaderBodyTopPadding));margin-top:var(--menuCmsHeaderBodyTopPadding)}#bm-root{border-radius:8px}#bm-root .RacingGrid_gridBodyContainer__zQqlc::-webkit-scrollbar{height:4px}#bm-root .RacingGrid_gridBodyContainer__zQqlc::-webkit-scrollbar ::-webkit-scrollbar{display:block!important}#bm-root .HomeContainer_tabs__dk93d{gap:8px;margin-left:0}#bm-root h1{font-size:20px;text-transform:capitalize}#bm-root .RacingGrid_type__ymIor>div{text-transform:capitalize!important}#bm-root .RaceCardHeader_header__qlojh>button{text-transform:capitalize;font-size:20px}#bm-root .RaceCardHeader_races__cyE7f>button{border-radius:8px}#bm-root .ShadowButton_alternate__C4tz\+{border-radius:8px;background-color:#e5e5e5;padding-block:6px}#bm-root .CountryFilters_alternate__xONVJ>div>button{border-radius:24px}#bm-root .RacingAlternateSingleBetCard_betTypeInput__EbWXx,#bm-root .RacingAlternateSingleBetCard_stakeInput__WTE45{border:none}#bm-root .Accordion_bets__jkwlE>div>div>div>div.RacingAlternateSingleBetCard_row__ad0mq{border-bottom:1px solid var(--border-secondary)}#bm-root .ExoticBetBuilder_headerMobile__1eFGA,#bm-root .ExoticBetBuilder_content__Sg0qD{background-color:var(--core-backgroundModerate);color:var(--color-text-secondary)}#bm-root .ExoticBetBuilder_content__Sg0qD button{border-radius:24px}#bm-root .ExoticBetBuilder_inputBox__hTbHA{border-radius:4px;border:1px solid var(--odds-border-color)}#bm-root .Betslip_addAllContainer__2kEyh{border:none}#bm-root .WPSField_hasPlace__fW4QZ>div>button{border-radius:4px}#bm-root .OddsButton_button__HQgNg.OddsButton_selected__bgH8x{background-color:var(--background-tab-primary-active);color:var(--white)}#bm-root .Betslip_row__5YmyR.Betslip_betslipButtons__EF2cW button{border-radius:4px}#bm-root .BetTypes_tabs__Uhc4c{gap:8px}#bm-root .Toggle_alternate__tlHWA .Toggle_label__byN9k{margin-left:4px}#bm-root .RacingHome_alternate__W3Eb0{padding:2.4rem 1.6rem 1.2rem 0}

.responsible-gambling-deactivation-module_reasonContainer__tAd1B6xW__responsible-gambling{position:relative;max-width:484px}.responsible-gambling-deactivation-module_reasonContainer__tAd1B6xW__responsible-gambling .form__textarea{background:var(--white);min-height:198px;height:unset;overflow:hidden;padding:15px 22px 36px;border-radius:16px}.responsible-gambling-deactivation-module_reasonContainer__tAd1B6xW__responsible-gambling .responsible-gambling-deactivation-module_textCounter__kaB43036__responsible-gambling{position:absolute;bottom:12px;right:16px;color:var(--selfDactivationTextLengthColor)}.responsible-gambling-module_container__Rjdzw5WM__responsible-gambling{padding:24px}.responsible-gambling-module_confirmButton__mWcCM2QR__responsible-gambling{min-width:200px}.responsible-gambling-module_marginTop__JXTQ-g0E__responsible-gambling{margin-top:24px}.responsible-gambling-module_marginBottom__q2K0AfIJ__responsible-gambling{margin-bottom:8px}.responsible-gambling-module_grayText__twXAUiwz__responsible-gambling{color:var(--limitsGrayText);opacity:.5}.responsible-gambling-module_boldText__RwB0L046__responsible-gambling{font-weight:700}.responsible-gambling-module_backgroundImage__MWAZNkq3__responsible-gambling{background-repeat:no-repeat;background-position:calc(100% - 260px) bottom;min-height:400px}@media screen and (max-width: 1325px){.responsible-gambling-module_backgroundImage__MWAZNkq3__responsible-gambling{background-image:none!important}}.responsible-gambling-exclusion-module_periodWrapper__LQ6IMwhd__responsible-gambling{display:flex;flex-wrap:wrap;gap:10px;font-weight:700;max-width:630px}.responsible-gambling-exclusion-module_periodWrapper__LQ6IMwhd__responsible-gambling .responsible-gambling-exclusion-module_periodItem__-NjIa8je__responsible-gambling{border-radius:24px;border:1px solid;border-color:var(--selfExclusionPeriodItemBorder);min-width:120px;padding:8px 16px;text-align:center;line-height:24px;transition:border-color .2s ease,background .2s ease,color .2s ease}.responsible-gambling-exclusion-module_periodWrapper__LQ6IMwhd__responsible-gambling .responsible-gambling-exclusion-module_periodItem__-NjIa8je__responsible-gambling.responsible-gambling-exclusion-module_selected__0w8cNsy6__responsible-gambling{border-color:var(--selfExclusionPeriodItemSelected);background:var(--selfExclusionPeriodItemSelected);color:var(--white);pointer-events:none}.responsible-gambling-exclusion-module_terms__qMCdqC9g__responsible-gambling{max-width:450px;margin-top:24px!important;color:var(--selfExclusionTermsText)}.responsible-gambling-limits-module_backgroundImage__i01KoIYJ__responsible-gambling{background-repeat:no-repeat;background-size:contain;background-position:800px 60px;min-height:500px}.responsible-gambling-limits-module_limitContainer__ZpLc7Rjc__responsible-gambling{max-width:844px;overflow:hidden}.cooling-off-desktop-module_backgroundImage__9T8fGxqj__responsible-gambling{background-repeat:no-repeat;background-position:calc(100% - 260px);min-height:368px}@media screen and (max-width: 1325px){.cooling-off-desktop-module_backgroundImage__9T8fGxqj__responsible-gambling{background-image:none!important}}.responsible-gambling-deactivation-module_reasonContainer__5ODsPYyL__responsible-gambling{position:relative}.responsible-gambling-deactivation-module_reasonContainer__5ODsPYyL__responsible-gambling .form__textarea{background:var(--white);min-height:200px;height:unset;overflow:hidden;padding:15px 22px 36px;border-radius:16px}.responsible-gambling-deactivation-module_reasonContainer__5ODsPYyL__responsible-gambling .responsible-gambling-deactivation-module_textCounter__s3zqvNuI__responsible-gambling{position:absolute;bottom:12px;right:16px;color:var(--selfDactivationTextLengthColor)}.responsible-gambling-module_container__-xhepVE-__responsible-gambling{padding:16px}.responsible-gambling-module_marginTop__Nm0P-4fn__responsible-gambling{margin-top:16px}.responsible-gambling-module_grayText__U0LqjJS1__responsible-gambling{color:var(--limitsGrayText);opacity:.5}.responsible-gambling-module_boldText__PAMV1UJk__responsible-gambling{font-weight:700}.responsible-gambling-exclusion-module_periodItem__8d54MBlO__responsible-gambling{border-radius:24px;border:1px solid;border-color:var(--selfExclusionPeriodItemBorder);width:100%;padding:8px 16px;text-align:center;line-height:24px;transition:border-color .2s ease,background .2s ease,color .2s ease}.responsible-gambling-exclusion-module_periodItem__8d54MBlO__responsible-gambling:not(:first-of-type){margin-top:10px}.responsible-gambling-exclusion-module_periodItem__8d54MBlO__responsible-gambling.responsible-gambling-exclusion-module_selected__I5Vf8z5P__responsible-gambling{border-color:var(--selfExclusionPeriodItemSelected);background:var(--selfExclusionPeriodItemSelected);color:var(--white)}.responsible-gambling-exclusion-module_terms__I95ZnNnX__responsible-gambling{font-size:14px;margin-top:12px!important;color:var(--selfExclusionTermsText)}.responsible-gambling-limits-module_limitContainer__LAVpGjzO__responsible-gambling{max-width:844px;overflow:hidden}.responsible-gambling-limits-module_introTextSize__BVk0s1xv__responsible-gambling{font-size:14px}.responsible-gambling-popup-module_inner__eidfsq43__responsible-gambling{background:var(--white);border-radius:10px;padding:24px;max-width:420px}.responsible-gambling-popup-module_title__sTqb2oPC__responsible-gambling{font-size:20px;font-weight:700}.responsible-gambling-popup-module_title__sTqb2oPC__responsible-gambling.responsible-gambling-popup-module_centered__v9NK5KMI__responsible-gambling{text-align:center}.responsible-gambling-popup-module_continueButton__J331Q86c__responsible-gambling{margin-top:16px}.responsible-gambling-limit-card-module_limitPeriods__y1O82zk2__responsible-gambling{transition:transform .25s ease}@media screen and (min-width: 1200px){.responsible-gambling-limit-card-module_limitPeriods__y1O82zk2__responsible-gambling:not(.responsible-gambling-limit-card-module_isMobile__XE9CS17g__responsible-gambling){display:flex;gap:16px}}@media screen and (max-width: 1199px){.responsible-gambling-limit-card-module_limitPeriods__y1O82zk2__responsible-gambling:not(.responsible-gambling-limit-card-module_isMobile__XE9CS17g__responsible-gambling)>*:not(:first-child){border-top:1px solid var(--limitBorder);margin:12px 0}}@media screen and (min-width: 900px){.responsible-gambling-limit-card-module_limitPeriods__y1O82zk2__responsible-gambling.responsible-gambling-limit-card-module_isMobile__XE9CS17g__responsible-gambling{display:flex;gap:16px}}@media screen and (max-width: 899px){.responsible-gambling-limit-card-module_limitPeriods__y1O82zk2__responsible-gambling.responsible-gambling-limit-card-module_isMobile__XE9CS17g__responsible-gambling>*:not(:first-child){border-top:1px solid var(--limitBorder);margin:12px 0}}.responsible-gambling-limit-card-module_limitCard__0dHt048z__responsible-gambling{padding:16px;background:var(--white);border:1px solid var(--limitBorder);border-radius:8px}.responsible-gambling-limit-card-module_limitCard__0dHt048z__responsible-gambling:not(:first-of-type){margin-top:16px}.responsible-gambling-limit-card-module_limitTitle__gvSorXCa__responsible-gambling{display:flex;align-items:center;justify-content:space-between;font-size:20px;font-weight:700;margin-bottom:8px}.cooling-off-module_coolingOffContent__mBGeyCRZ__responsible-gambling{width:50%;display:flex;flex-direction:column;min-height:320px;height:100%}@media screen and (max-width: 1325px){.cooling-off-module_coolingOffContent__mBGeyCRZ__responsible-gambling{width:100%}}.cooling-off-module_submitButton__Odwva3h6__responsible-gambling{margin-top:auto}.cooling-off-module_submitButton__Odwva3h6__responsible-gambling:not(.cooling-off-module_fullWidth__D7xA0Ba6__responsible-gambling){max-width:-moz-max-content;max-width:max-content}.cooling-off-module_fullWidth__D7xA0Ba6__responsible-gambling{width:100%}.cooling-off-module_periodWrapper__MqJ15B7L__responsible-gambling{display:grid;gap:10px;font-weight:700;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));margin-bottom:24px}.cooling-off-module_periodWrapper__MqJ15B7L__responsible-gambling .cooling-off-module_periodItem__Z2Stu3w9__responsible-gambling{border-radius:24px;border:1px solid;border-color:var(--selfExclusionPeriodItemBorder);min-width:120px;padding:8px 16px;text-align:center;line-height:24px;transition:border-color .2s ease,background .2s ease,color .2s ease}.cooling-off-module_periodWrapper__MqJ15B7L__responsible-gambling .cooling-off-module_periodItem__Z2Stu3w9__responsible-gambling.cooling-off-module_selected__zSw7arfo__responsible-gambling{border-color:var(--selfExclusionPeriodItemSelected);background:var(--selfExclusionPeriodItemSelected);color:var(--white);pointer-events:none}.cooling-off-module_errorModalContent__3Hp2Vcjj__responsible-gambling{background:#fff;padding:16px;border-radius:12px;min-width:300px}.cooling-off-module_modalImage__MbexcbJQ__responsible-gambling{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:33px;margin:0 auto 16px}.cooling-off-module_modalMessage__q55FT81l__responsible-gambling{margin-bottom:16px;text-align:center;font-weight:700}.responsible-gambling-popup-item-module_item__R6EsiRDL__responsible-gambling{margin-top:16px}.responsible-gambling-popup-item-module_item__R6EsiRDL__responsible-gambling .responsible-gambling-popup-item-module_title__hb9fLwYb__responsible-gambling{margin-bottom:8px}.responsible-gambling-popup-item-module_item__R6EsiRDL__responsible-gambling .responsible-gambling-popup-item-module_options__h8OIY-Ge__responsible-gambling{display:flex;gap:8px}.responsible-gambling-status-module_limitPeriodStatus__60j1UnHw__responsible-gambling{border-radius:14px;color:var(--white);font-size:12px;padding:2px 8px;line-height:20px;font-weight:400}.responsible-gambling-status-module_limitPeriodStatus__60j1UnHw__responsible-gambling.responsible-gambling-status-module_notSet__XdBuoLTm__responsible-gambling{background:var(--limitStatusNotActive);color:var(--limitStatusNotActiveTextColor)}.responsible-gambling-status-module_limitPeriodStatus__60j1UnHw__responsible-gambling.responsible-gambling-status-module_pending__zmLKCkEt__responsible-gambling{background:var(--tableStatusPending)}.responsible-gambling-status-module_limitPeriodStatus__60j1UnHw__responsible-gambling.responsible-gambling-status-module_success__Oqfz9MLf__responsible-gambling{background:var(--tableStatusSuccess)}.responsible-gambling-status-module_limitStatusChange__Yl10n36I__responsible-gambling{cursor:pointer;width:15px;height:15px}.responsible-gambling-status-module_limitStatusChange__Yl10n36I__responsible-gambling.responsible-gambling-status-module_redColor__ZLk683zb__responsible-gambling{color:var(--limitRedButtonStatusColor)}.responsible-gambling-limit-value-module_oneLiner__qHTbVR-k__responsible-gambling{display:flex;justify-content:space-between;align-items:center;position:relative}@media screen and (min-width: 700px){.responsible-gambling-limit-value-module_oneLiner__qHTbVR-k__responsible-gambling:not(:last-of-type){border-bottom:1px solid var(--limitBorder)}.responsible-gambling-limit-value-module_oneLiner__qHTbVR-k__responsible-gambling:not(.responsible-gambling-limit-value-module_oneLinerGap__fnmVT7Ba__responsible-gambling){padding:8px 0}.responsible-gambling-limit-value-module_oneLiner__qHTbVR-k__responsible-gambling.responsible-gambling-limit-value-module_oneLinerGap__fnmVT7Ba__responsible-gambling{padding:16px 0}}@media screen and (max-width: 699px){.responsible-gambling-limit-value-module_oneLiner__qHTbVR-k__responsible-gambling:not(.responsible-gambling-limit-value-module_oneLinerGap__fnmVT7Ba__responsible-gambling){font-size:14px;padding:4px 0}.responsible-gambling-limit-value-module_oneLiner__qHTbVR-k__responsible-gambling.responsible-gambling-limit-value-module_oneLinerGap__fnmVT7Ba__responsible-gambling{padding:8px 0}}.responsible-gambling-limit-value-module_required__x-zvKo-O__responsible-gambling{position:relative}.responsible-gambling-limit-value-module_required__x-zvKo-O__responsible-gambling:after{display:flex;position:absolute;top:-3px;right:-10px;content:"*";color:var(--limitRequiredFieldColor)}.responsible-gambling-limit-value-module_requiredMessage__DZ-znLav__responsible-gambling{color:var(--limitRequiredFieldColor);font-size:12px}.responsible-gambling-common-module_grayText__YjsBEMGE__responsible-gambling{color:var(--limitsGrayText);opacity:.5}.responsible-gambling-common-module_limitFieldContainer__dGajkHUD__responsible-gambling{display:flex;align-items:center}.responsible-gambling-limit-amount-value-module_greenText__cjMXHAkJ__responsible-gambling{color:var(--limitGreenText)}.responsible-gambling-limit-amount-value-module_arrowSpacing__8QClddS6__responsible-gambling{position:relative;top:1px;margin:0 4px}.responsible-gambling-limit-amount-value-module_editableInput__u6RWihGH__responsible-gambling{border:none;border-color:transparent;width:50px;text-align:right;height:17px}.responsible-gambling-limit-period-type-module_limitPeriod__jT5-ceAp__responsible-gambling{flex:1 0 260px}.responsible-gambling-limit-period-type-module_limitPeriod__jT5-ceAp__responsible-gambling .responsible-gambling-limit-period-type-module_limitPeriodHeader__W7D0an20__responsible-gambling{display:flex;justify-content:space-between;align-items:center;margin-top:8px;min-height:24px}.responsible-gambling-limit-period-type-module_limitPeriod__jT5-ceAp__responsible-gambling .responsible-gambling-limit-period-type-module_limitPeriodHeader__W7D0an20__responsible-gambling .responsible-gambling-limit-period-type-module_limitPeriodTitle__keTQfSPx__responsible-gambling{font-size:16px;font-weight:700}.responsible-gambling-pagination-module_pagination__RJQFGMAm__responsible-gambling{border-radius:24px;background:var(--limitsPaginationBg);transition:background .15s ease-in-out;display:flex;align-items:center;height:32px;gap:4px;padding:4px}.responsible-gambling-pagination-module_pagination__RJQFGMAm__responsible-gambling:hover{background:var(--limitsPaginationBgHover)}@media screen and (max-width: 1199px){.responsible-gambling-pagination-module_pagination__RJQFGMAm__responsible-gambling:not(.responsible-gambling-pagination-module_isMobile__azVpA4oz__responsible-gambling){display:none}}@media screen and (max-width: 899px){.responsible-gambling-pagination-module_pagination__RJQFGMAm__responsible-gambling.responsible-gambling-pagination-module_isMobile__azVpA4oz__responsible-gambling{display:none}}.responsible-gambling-pagination-module_arrow__1HU5ovFd__responsible-gambling{background:var(--limitsPaginationArrowBg);transition:background .15s ease-in-out;border-radius:50%;width:24px;height:24px;display:grid;place-content:center;color:var(--white)}.responsible-gambling-pagination-module_arrow__1HU5ovFd__responsible-gambling:not(.responsible-gambling-pagination-module_arrowDisabled__jEvftEdc__responsible-gambling):hover{background:var(--limitsPaginationArrowBgHover);cursor:pointer}.responsible-gambling-pagination-module_arrow__1HU5ovFd__responsible-gambling.responsible-gambling-pagination-module_arrowBack__AYYkgKCJ__responsible-gambling{transform:rotate(180deg)}.responsible-gambling-questionnaire-module_modal__06eqM-fN__responsible-gambling{margin:0 10px;max-height:80vh;max-width:800px}.responsible-gambling-questionnaire-module_container__yeJTv5ke__responsible-gambling{background:var(--white);display:flex;flex-direction:column;max-height:80vh;padding:30px 15px 30px 30px;position:relative;border-radius:10px}.responsible-gambling-questionnaire-module_header__AYgNpQmd__responsible-gambling{font-size:21px;padding-bottom:15px}.responsible-gambling-questionnaire-module_header__AYgNpQmd__responsible-gambling span{font-weight:700}.responsible-gambling-questionnaire-module_questionnaireContainer__Jc7sUVRO__responsible-gambling{overflow-x:auto;padding-right:15px}.responsible-gambling-questionnaire-module_questionnaireContainer__Jc7sUVRO__responsible-gambling::-webkit-scrollbar{width:5px}.responsible-gambling-questionnaire-module_questionnaireContainer__Jc7sUVRO__responsible-gambling::-webkit-scrollbar-track{background:#f0f0f0;border-radius:3px}.responsible-gambling-questionnaire-module_questionnaireContainer__Jc7sUVRO__responsible-gambling::-webkit-scrollbar-thumb{background:#7e8083;border-radius:3px}.responsible-gambling-questionnaire-module_questionnaire__e-8wVrRa__responsible-gambling{border:1px solid #e1e1e1;border-radius:10px}.responsible-gambling-questionnaire-module_question__KJZQ2tWY__responsible-gambling{display:flex;justify-content:space-between;align-items:center;padding:20px}.responsible-gambling-questionnaire-module_question__KJZQ2tWY__responsible-gambling .responsible-gambling-questionnaire-module_questionTitle__t4ed-JyI__responsible-gambling span{font-weight:700}.responsible-gambling-questionnaire-module_question__KJZQ2tWY__responsible-gambling:not(:last-of-type){border-bottom:1px solid #e1e1e1}.responsible-gambling-questionnaire-module_answerButtons__OH-DsUun__responsible-gambling{padding-left:20px}.responsible-gambling-questionnaire-module_questionnaireActions__2iIDoCCZ__responsible-gambling{display:flex;justify-content:center;padding-top:25px}.responsible-gambling-questionnaire-module_questionnaireActions__2iIDoCCZ__responsible-gambling button:first-of-type{margin-right:5px}.responsible-gambling-questionnaire-module_questionnaireActions__2iIDoCCZ__responsible-gambling button:last-of-type{margin-left:5px}@media screen and (max-width: 820px){.responsible-gambling-questionnaire-module_container__yeJTv5ke__responsible-gambling{padding:15px 8px 15px 15px}.responsible-gambling-questionnaire-module_header__AYgNpQmd__responsible-gambling{font-size:15px;text-align:center}.responsible-gambling-questionnaire-module_question__KJZQ2tWY__responsible-gambling{font-size:13px;flex-direction:column;align-items:flex-start}.responsible-gambling-questionnaire-module_answerButtons__OH-DsUun__responsible-gambling{padding-top:20px;padding-left:0;width:100%}.responsible-gambling-questionnaire-module_answerButtons__OH-DsUun__responsible-gambling .radio-button__container.row{justify-content:center}}.responsible-gambling-buttons-module_limitButtons__mUkKxrk3__responsible-gambling{display:flex;align-items:center;justify-content:space-between}@media screen and (min-width: 700px){.responsible-gambling-buttons-module_limitButtons__mUkKxrk3__responsible-gambling{padding-top:16px}}@media screen and (max-width: 699px){.responsible-gambling-buttons-module_limitButtons__mUkKxrk3__responsible-gambling{padding-top:8px}}.responsible-gambling-buttons-module_editButtons__W-TNa8sM__responsible-gambling{display:flex;width:100%}.responsible-gambling-buttons-module_limitButton__5I8FTWE9__responsible-gambling{height:32px;min-height:32px;line-height:32px;font-weight:700}@media screen and (min-width: 700px){.responsible-gambling-buttons-module_limitButton__5I8FTWE9__responsible-gambling{min-width:200px}}@media screen and (max-width: 699px){.responsible-gambling-buttons-module_limitButton__5I8FTWE9__responsible-gambling{width:100%}}.responsible-gambling-buttons-module_limitButton__5I8FTWE9__responsible-gambling.responsible-gambling-buttons-module_cancelButton__gK-KJ-px__responsible-gambling{border-color:var(--limitsCancelButtonBorder);color:var(--limitsCancelButtonColor)}.responsible-gambling-buttons-module_limitButton__5I8FTWE9__responsible-gambling.responsible-gambling-buttons-module_cancelButton__gK-KJ-px__responsible-gambling:hover{background:var(--limitsCancelButtonBorder)}.responsible-gambling-buttons-module_limitButton__5I8FTWE9__responsible-gambling.responsible-gambling-buttons-module_setLimitButton__KjSjvlox__responsible-gambling{border-color:var(--limitsSetLimitButtonBorder);background:var(--limitsSetLimitButtonBg);color:var(--white)}.responsible-gambling-buttons-module_limitButton__5I8FTWE9__responsible-gambling.responsible-gambling-buttons-module_setLimitButton__KjSjvlox__responsible-gambling:hover{border-color:var(--limitsSetLimitButtonBorderHover);background:var(--limitsSetLimitButtonBgHover)}.responsible-gambling-buttons-module_limitButton__5I8FTWE9__responsible-gambling.responsible-gambling-buttons-module_saveButton__IPprYQWu__responsible-gambling{margin-left:8px}.responsible-gambling-buttons-module_limitButton__5I8FTWE9__responsible-gambling.responsible-gambling-buttons-module_saveButton__IPprYQWu__responsible-gambling:disabled{background:var(--limitsSaveDisabledBg);color:var(--limitsSaveDisabledColor)}.responsible-gambling-timeout-module_periodWrapper__D4FWQT3F__responsible-gambling{display:flex;gap:12px;font-weight:700}@media screen and (min-width: 700px){.responsible-gambling-timeout-module_periodWrapper__D4FWQT3F__responsible-gambling{flex-wrap:wrap}}@media screen and (max-width: 699px){.responsible-gambling-timeout-module_periodWrapper__D4FWQT3F__responsible-gambling{flex-direction:column}}.responsible-gambling-timeout-module_periodWrapper__D4FWQT3F__responsible-gambling .responsible-gambling-timeout-module_periodItem__-Mw6G9ri__responsible-gambling{border-radius:24px;border:1px solid;border-color:var(--selfExclusionPeriodItemBorder);min-width:120px;padding:6px 12px;text-align:center}.responsible-gambling-timeout-module_periodWrapper__D4FWQT3F__responsible-gambling .responsible-gambling-timeout-module_periodItem__-Mw6G9ri__responsible-gambling.responsible-gambling-timeout-module_selected__TwCuBwq5__responsible-gambling{border-color:var(--selfExclusionPeriodItemSelected);background:var(--selfExclusionPeriodItemSelected);color:var(--white);pointer-events:none}.responsible-gambling-timeout-module_periodWrapper__D4FWQT3F__responsible-gambling .responsible-gambling-timeout-module_periodItem__-Mw6G9ri__responsible-gambling.responsible-gambling-timeout-module_active__6uF--moL__responsible-gambling{border-color:var(--limitStatusNotActiveTextColor);pointer-events:none;opacity:.5}.responsible-gambling-timeout-module_paddingBottom__ZJ6BSvsj__responsible-gambling{padding-bottom:16px}

.favourites-heart-module_favHeart__QndCdvRn__casino-ui {
    width: 23px;
    min-width: 23px;
    cursor: pointer;
    height: -moz-min-content;
    height: min-content
}

.favourites-heart-module_favHeart__QndCdvRn__casino-ui svg {
    display: block;
    width: 100%;
    height: auto
}

.favourites-heart-module_favHeart__QndCdvRn__casino-ui svg .favourites-heart-module_inner__TZ4CZn9e__casino-ui,.favourites-heart-module_favHeart__QndCdvRn__casino-ui svg .favourites-heart-module_outer__8-NRljOY__casino-ui {
    transition: fill .15s ease
}

.favourites-heart-module_favHeart__QndCdvRn__casino-ui.favourites-heart-module_favorited__-DVd1Byn__casino-ui .favourites-heart-module_inner__TZ4CZn9e__casino-ui {
    fill: var(--casinoFavoritedInner)
}

.favourites-heart-module_favHeart__QndCdvRn__casino-ui.favourites-heart-module_favorited__-DVd1Byn__casino-ui .favourites-heart-module_outer__8-NRljOY__casino-ui {
    fill: var(--casinoFavoritedOuter)
}

.favourites-heart-module_inner__TZ4CZn9e__casino-ui {
    fill: var(--casinoFavouritesInner)
}

.favourites-heart-module_outer__8-NRljOY__casino-ui {
    fill: var(--casinoFavouritesOuter)
}

.favourites-heart-module_favHeart__QndCdvRn__casino-ui.favourites-heart-module_hoverMode__lODM6Tjv__casino-ui .favourites-heart-module_inner__TZ4CZn9e__casino-ui {
    fill: var(--casinoOverlayFavouritesInner)
}

.favourites-heart-module_favHeart__QndCdvRn__casino-ui.favourites-heart-module_hoverMode__lODM6Tjv__casino-ui .favourites-heart-module_outer__8-NRljOY__casino-ui {
    fill: var(--casinoOverlayFavouritesOuter)
}

.favourites-heart-module_favHeart__QndCdvRn__casino-ui.favourites-heart-module_hoverMode__lODM6Tjv__casino-ui.favourites-heart-module_favorited__-DVd1Byn__casino-ui .favourites-heart-module_inner__TZ4CZn9e__casino-ui {
    fill: var(--casinoOverlayFavoritedInner)
}

.favourites-heart-module_favHeart__QndCdvRn__casino-ui.favourites-heart-module_hoverMode__lODM6Tjv__casino-ui.favourites-heart-module_favorited__-DVd1Byn__casino-ui .favourites-heart-module_outer__8-NRljOY__casino-ui {
    fill: var(--casinoOverlayFavoritedOuter)
}

.casino-slot-session-bar-module_additionalSession__uzs-QRxV__casino-ui {
    align-items: center;
    background-color: var(--betNameColor);
    display: flex;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 35px;
    justify-content: center;
    left: 0;
    padding: 0 16px;
    position: fixed;
    right: 0;
    top: 69px;
    z-index: var(--zIndex-registrationLoader-below)
}

.casino-slot-session-bar-module_additionalLabel__Fw176TVZ__casino-ui {
    color: var(--eventHeading)
}

.casino-slot-session-bar-module_additionalData__nrzFqW-8__casino-ui {
    color: var(--white);
    font-weight: 500;
    padding-left: 7px
}

.casino-slot-session-bar-module_additionalItem__7Xx31uId__casino-ui {
    display: flex;
    flex-direction: row;
    line-height: 19px;
    padding: 0 20px;
    text-align: left
}

.casino-slot-session-bar-module_additionalSessionMobile__8VMcBOCk__casino-ui {
    bottom: 0;
    height: 51px;
    justify-content: stretch;
    padding: 0 8px;
    top: auto
}

.casino-slot-session-bar-module_additionalSessionMobile__8VMcBOCk__casino-ui .casino-slot-session-bar-module_additionalItem__7Xx31uId__casino-ui {
    display: block;
    font-size: 11px;
    margin: auto;
    padding: 0 10px;
    text-align: center
}

.casino-slot-session-bar-module_additionalSessionMobile__8VMcBOCk__casino-ui .casino-slot-session-bar-module_additionalData__nrzFqW-8__casino-ui {
    padding-left: 0
}

.casino-slot-session-bar-module_Arrow__dczPDs7G__casino-ui {
    align-items: center;
    color: var(--white);
    display: flex;
    font-size: 20px;
    height: 36px;
    justify-content: center;
    margin-right: auto;
    width: 36px
}

.casino-slot-session-bar-module_Home__xpP9I-Db__casino-ui {
    align-items: center;
    background: var(--buttonMain);
    border-radius: 50%;
    color: var(--white);
    display: flex;
    font-size: 20px;
    height: 36px;
    justify-content: center;
    margin-left: auto;
    width: 36px;
    min-width: 36px
}

@media (max-width: 375px) {
    .casino-slot-session-bar-module_additionalSessionMobile__8VMcBOCk__casino-ui .casino-slot-session-bar-module_additionalItem__7Xx31uId__casino-ui {
        padding:0 2px
    }

    .casino-slot-session-bar-module_Home__xpP9I-Db__casino-ui {
        margin-left: 4px
    }

    .casino-slot-session-bar-module_Arrow__dczPDs7G__casino-ui {
        width: 18px;
        margin-right: 4px;
        font-size: 18px
    }
}

body.menu-cms-header-view .casino-slot-session-bar-module_additionalSession__uzs-QRxV__casino-ui {
    top: var(--menuCmsHeaderBodyTopPadding)
}

.casino-slot-session-create-modal-module_Title__dwKR-wZE__casino-ui {
    font-size: 21px;
    font-weight: 500;
    line-height: 25px;
    margin: 0 auto 28px;
    text-align: center
}

.casino-slot-session-create-modal-module_Wrapper__W4lz0aXk__casino-ui {
    background: var(--white);
    border-radius: var(--baseBorderRadius);
    width: 520px;
    padding: 36px 20px;
    max-width: 100%
}

.casino-slot-session-create-modal-module_Form__WTNqtKsm__casino-ui {
    margin: auto;
    max-width: 400px
}

.casino-slot-session-create-modal-module_Row__1pPTwUXz__casino-ui {
    align-items: center;
    display: flex;
    margin-bottom: 20px
}

.casino-slot-session-create-modal-module_Control__KMag7ipD__casino-ui {
    flex: 0 0 190px
}

.casino-slot-session-create-modal-module_RowTitle__rtr-kCJY__casino-ui {
    flex: 1 1 auto
}

.casino-slot-session-create-modal-module_Footer__PRBRMDQJ__casino-ui {
    display: flex;
    justify-content: space-between;
    margin-top: 36px
}

.casino-slot-session-create-modal-module_Footer__PRBRMDQJ__casino-ui .app-button {
    width: calc(50% - 8px)
}

.casino-slot-session-create-modal-module_SelectInner__dpmqUagA__casino-ui {
    top: 0
}

.casino-slot-session-modal-module_portalIndex__TroffQ2t__casino-ui {
    z-index: 60!important
}

.casino-slot-session-modal-module_Modal__856iwQUh__casino-ui {
    background: var(--white);
    border-radius: var(--baseBorderRadius);
    width: 540px;
    max-width: 100%
}

.casino-slot-session-modal-module_Wrapper__mbZmkltU__casino-ui {
    padding: 32px 22px;
    text-align: center
}

.casino-slot-session-modal-module_Text__KLqgXSZ2__casino-ui {
    border: 1px solid var(--casinoSlotSessionNotificationTextBorder);
    padding: 20px
}

.casino-slot-session-modal-module_Action__bFuAVUP8__casino-ui {
    margin: 28px auto 0;
    max-width: 400px
}

.casino-slot-session-modal-module_Actions__CGPUuoPB__casino-ui {
    display: flex;
    justify-content: space-between;
    margin: 28px auto 0;
    max-width: 400px
}

.casino-slot-session-modal-module_SessionStatus__ADyCMzQM__casino-ui {
    font-size: 16px;
    padding-bottom: 18px
}

.casino-slot-session-modal-module_SessionItem__r0AkgB7M__casino-ui {
    text-align: left
}

.casino-slot-session-modal-module_SessionItem__r0AkgB7M__casino-ui span {
    font-weight: 700;
    margin-left: 4px
}

.sport-event-table-module_eta__jcEtA6tA__sport-events {
    border-top: 1px solid var(--borderProfileTable);
    box-shadow: 0 2px 2px #0000001c;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%
}

.sport-event-table-module_etaContent__ut-Tdd5P__sport-events {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative
}

.sport-event-table-module_etaContent__ut-Tdd5P__sport-events.sport-event-table-module_half__iooy02fT__sport-events {
    justify-content: space-between
}

.sport-event-table-module_etaContent__ut-Tdd5P__sport-events.sport-event-table-module_half__iooy02fT__sport-events .sport-event-table-module_etaSection__rQ-n-kzx__sport-events {
    border-right-width: 1px;
    flex: 0 0 50%;
    width: 50%
}

.sport-event-table-module_etaContent__ut-Tdd5P__sport-events.sport-event-table-module_half__iooy02fT__sport-events .sport-event-table-module_etaCol__bvo98S-J__sport-events {
    flex: 0 0 50%;
    width: 50%
}

.sport-event-table-module_etaContent__ut-Tdd5P__sport-events.sport-event-table-module_half__iooy02fT__sport-events .sport-event-table-module_etaCol__bvo98S-J__sport-events.sport-event-table-module_x3__9kd16Ic2__sport-events {
    border-right-width: 0
}

.sport-event-table-module_etaContent__ut-Tdd5P__sport-events.sport-event-table-module_triple__NCnXLsxU__sport-events .sport-event-table-module_etaSection__rQ-n-kzx__sport-events {
    border-left-width: 1px;
    border-right-width: 1px;
    flex: 0 0 33.333%;
    width: 33.333%
}

.sport-event-table-module_etaContent__ut-Tdd5P__sport-events.sport-event-table-module_triple__NCnXLsxU__sport-events .sport-event-table-module_etaCol__bvo98S-J__sport-events {
    flex: 0 0 50%;
    width: 50%
}

.sport-event-table-module_etaContent__ut-Tdd5P__sport-events.sport-event-table-module_triple__NCnXLsxU__sport-events .sport-event-table-module_etaCol__bvo98S-J__sport-events.sport-event-table-module_x3__9kd16Ic2__sport-events {
    border-right-width: 0
}

@media screen and (max-width: 1429px) {
    .sport-event-table-module_etaContent__ut-Tdd5P__sport-events.sport-event-table-module_half__iooy02fT__sport-events .sport-event-table-module_etaCol__bvo98S-J__sport-events,.sport-event-table-module_etaContent__ut-Tdd5P__sport-events.sport-event-table-module_triple__NCnXLsxU__sport-events .sport-event-table-module_etaCol__bvo98S-J__sport-events {
        border-right-width:0!important;
        flex: 0 0 100%;
        width: 100%
    }
}

.sport-event-table-module_etaAmount__DrNyRi1r__sport-events {
    align-items: center;
    color: var(--mainColor);
    display: flex;
    font-size: 14px;
    font-weight: 400;
    height: 100%;
    line-height: 20px
}

@media screen and (max-width: 1429px) {
    .sport-event-table-module_etaAmount__DrNyRi1r__sport-events {
        font-size:11px
    }
}

.sport-event-table-module_etaHeader__j4lb6PG1__sport-events {
    align-items: center;
    display: flex;
    height: 51px;
    justify-content: space-between;
    padding: 0 20px
}

@media screen and (max-width: 1429px) {
    .sport-event-table-module_etaHeader__j4lb6PG1__sport-events {
        height:41px;
        padding: 0 15px
    }

    .sport-event-table-module_etaHeader__j4lb6PG1__sport-events .sport-event-table-module_event-seo-title__i-1AOGAL__sport-events {
        font-size: 12px
    }
}

.sport-event-table-module_etaAction__4ZkJQPXY__sport-events {
    align-items: center;
    display: flex;
    height: 100%;
    position: relative
}

.sport-event-table-module_etaAction__4ZkJQPXY__sport-events .svg-icon {
    color: var(--buttonMain);
    cursor: pointer;
    display: block;
    font-size: 23px;
    height: 18px;
    margin-left: 15px;
    transform: scaleY(-1);
    transition: color .15s ease,transform .15s ease;
    width: 28px
}

.sport-event-table-module_etaAction__4ZkJQPXY__sport-events .svg-icon.active {
    color: var(--iconTopBottom);
    transform: scaleY(1)
}

.sport-event-table-module_etaAction__4ZkJQPXY__sport-events .svg-icon:hover {
    color: var(--buttonMain)
}

.sport-event-table-module_etaAction__4ZkJQPXY__sport-events:before {
    background: linear-gradient(to left,var(--efhTextColor) 50%,rgba(255,255,255,0));
    content: "";
    height: 100%;
    left: -30px;
    position: absolute;
    width: 30px;
    z-index: 2
}

.sport-event-table-module_etaCircle__QfRLj-PL__sport-events {
    border: 1px solid var(--iconTopBottom);
    border-radius: 50%;
    cursor: default;
    display: block;
    height: 20px;
    margin-right: 7px;
    position: relative;
    transition: border-color .15s ease;
    width: 20px
}

.sport-event-table-module_etaCircle__QfRLj-PL__sport-events:before,.sport-event-table-module_etaCircle__QfRLj-PL__sport-events:after {
    border: 1px solid var(--iconTopBottom);
    border-radius: 50%;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: border-color .15s ease
}

.sport-event-table-module_etaCircle__QfRLj-PL__sport-events:before {
    height: calc(100% - 6px);
    width: calc(100% - 6px)
}

.sport-event-table-module_etaCircle__QfRLj-PL__sport-events:after {
    height: calc(100% - 12px);
    width: calc(100% - 12px)
}

.sport-event-table-module_etaIcon__Wu9SS0No__sport-events {
    align-items: center;
    border-bottom: 1px solid var(--iconTopBottom);
    border-left: 1px solid var(--iconTopBottom);
    border-right: 1px solid var(--iconTopBottom);
    border-top: 2px solid var(--iconTopBottom);
    cursor: pointer;
    display: flex;
    height: 18px;
    position: relative;
    transition: background-color .15s ease,border-color .15s ease;
    width: 23px
}

.sport-event-table-module_etaIcon__Wu9SS0No__sport-events:hover {
    border-color: var(--buttonMain)
}

.sport-event-table-module_etaIcon__Wu9SS0No__sport-events:hover:after,.sport-event-table-module_etaIcon__Wu9SS0No__sport-events:hover:before {
    color: var(--buttonMain)
}

.sport-event-table-module_etaIcon__Wu9SS0No__sport-events:hover.sport-event-table-module_half__iooy02fT__sport-events:after {
    border-left: 1px solid var(--buttonMain)
}

.sport-event-table-module_etaIcon__Wu9SS0No__sport-events:hover.sport-event-table-module_triple__NCnXLsxU__sport-events:after,.sport-event-table-module_etaIcon__Wu9SS0No__sport-events:hover.sport-event-table-module_triple__NCnXLsxU__sport-events:before {
    border-right: 1px solid var(--buttonMain)
}

.sport-event-table-module_etaIcon__Wu9SS0No__sport-events.sport-event-table-module_active__Chjv-sKl__sport-events {
    border-color: var(--buttonMain)
}

.sport-event-table-module_etaIcon__Wu9SS0No__sport-events.sport-event-table-module_active__Chjv-sKl__sport-events:after,.sport-event-table-module_etaIcon__Wu9SS0No__sport-events.sport-event-table-module_active__Chjv-sKl__sport-events:before {
    border-color: var(--buttonMain)
}

.sport-event-table-module_etaIcon__Wu9SS0No__sport-events.sport-event-table-module_active__Chjv-sKl__sport-events.sport-event-table-module_half__iooy02fT__sport-events:after {
    border-left: 1px solid var(--buttonMain)
}

.sport-event-table-module_etaIcon__Wu9SS0No__sport-events.sport-event-table-module_active__Chjv-sKl__sport-events.sport-event-table-module_triple__NCnXLsxU__sport-events:after,.sport-event-table-module_etaIcon__Wu9SS0No__sport-events.sport-event-table-module_active__Chjv-sKl__sport-events.sport-event-table-module_triple__NCnXLsxU__sport-events:before {
    border-right: 1px solid var(--buttonMain)
}

.sport-event-table-module_etaIcon__Wu9SS0No__sport-events:nth-child(n+2) {
    margin-left: 8px
}

.sport-event-table-module_etaIcon__Wu9SS0No__sport-events.sport-event-table-module_half__iooy02fT__sport-events:after {
    border-left: 1px solid var(--iconTopBottom);
    bottom: 0;
    content: "";
    display: block;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    top: 0;
    transition: border-color .15s ease;
    width: 0
}

.sport-event-table-module_etaIcon__Wu9SS0No__sport-events.sport-event-table-module_triple__NCnXLsxU__sport-events:after,.sport-event-table-module_etaIcon__Wu9SS0No__sport-events.sport-event-table-module_triple__NCnXLsxU__sport-events:before {
    border-right: 1px solid var(--iconTopBottom);
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    transition: border-color .15s ease,transform .15s ease;
    width: 0
}

.sport-event-table-module_etaIcon__Wu9SS0No__sport-events.sport-event-table-module_triple__NCnXLsxU__sport-events:after {
    left: 33%;
    margin-left: -1px
}

.sport-event-table-module_etaIcon__Wu9SS0No__sport-events.sport-event-table-module_triple__NCnXLsxU__sport-events:before {
    margin-right: -1px;
    right: 33%
}

.sport-event-table-module_eventSeoTitle__5MoudPZE__sport-events {
    align-items: center;
    border-left: 1px solid var(--borderProfileTable);
    color: var(--mainColor);
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 100%;
    margin: 0 auto 0 15px;
    overflow: hidden;
    padding: 0 15px;
    text-transform: uppercase;
    white-space: nowrap
}

.sport-event-table-module_eventSeoTitle__5MoudPZE__sport-events span {
    text-transform: lowercase
}

.sport-event-table-module_etaSection__rQ-n-kzx__sport-events {
    border-color: var(--borderProfileTable);
    border-style: solid;
    border-width: 0;
    flex: 0 0 100%;
    width: 100%
}

.sport-event-table-module_etaTh__xVAnrPUD__sport-events {
    background-color: var(--topEventsFactorBg);
    color: var(--mainColor);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    justify-content: space-between;
    align-items: start;
    min-height: 30px;
    padding: 8px 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.sport-event-table-module_etaTh__xVAnrPUD__sport-events span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 12px
}

.sport-event-table-module_etaTh__xVAnrPUD__sport-events .sport-event-table-module_arrow__-sssv9JB__sport-events {
    font-size: 10px;
    margin-top: 2px;
    transform: rotate(90deg);
    transition: transform .15s ease
}

.sport-event-table-module_etaTh__xVAnrPUD__sport-events.sport-event-table-module_active__Chjv-sKl__sport-events .sport-event-table-module_arrow__-sssv9JB__sport-events {
    transform: rotate(-90deg)
}

.sport-event-table-module_etaThCell__lXtBYi4R__sport-events {
    display: flex;
    align-items: center
}

.sport-event-table-module_etaThCell__lXtBYi4R__sport-events .sport-event-table-module_etaThCellTitle__TjxoRlFf__sport-events {
    margin-right: 12px
}

.sport-event-table-module_timerIcon__eJqvabyx__sport-events {
    font-size: 16px;
    margin: 0 4px 0 0;
    opacity: .5
}

@media screen and (max-width: 1429px) {
    .sport-event-table-module_etaTh__xVAnrPUD__sport-events {
        font-size:11px;
        padding: 8px 15px
    }
}

.sport-event-table-module_etaCol__bvo98S-J__sport-events {
    position: relative;
    align-items: center;
    border-color: var(--borderProfileTable);
    border-style: solid;
    border-width: 0 0 1px;
    color: var(--mainColor);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: space-between;
    min-height: 45px;
    overflow: hidden;
    padding: 0 0 0 20px;
    transition: background-color .15s ease,color .15s ease,opacity .15s ease
}

.sport-event-table-module_etaCol__bvo98S-J__sport-events.sport-event-table-module_etaColAnalyticsTitle__SyaJFERg__sport-events {
    color: var(--cabinetTableTdBaseColor);
    font-weight: var(--bold);
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: initial
}

.sport-event-table-module_etaCol__bvo98S-J__sport-events:nth-child(odd) {
    border-right-width: 1px!important
}

.sport-event-table-module_etaCol__bvo98S-J__sport-events:hover:not(.sport-event-table-module_etaColAnalyticsTitle__SyaJFERg__sport-events):not(.sport-event-table-module_disabled__BMKG4EfH__sport-events):not(.sport-event-table-module_active__Chjv-sKl__sport-events) {
    background-color: var(--eventSelected)
}

.sport-event-table-module_etaCol__bvo98S-J__sport-events.sport-event-table-module_disabled__BMKG4EfH__sport-events {
    background-color: var(--eventSelected);
    opacity: .4;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.sport-event-table-module_etaCol__bvo98S-J__sport-events.sport-event-table-module_up__UD2zHWpx__sport-events {
    background: var(--etaColFactorUpBackground);
    box-shadow: inset 0 -1px 0 var(--etaColFactorShadow)
}

.sport-event-table-module_etaCol__bvo98S-J__sport-events.sport-event-table-module_down__I-yc3IMO__sport-events {
    background: var(--etaColFactorDownBackground);
    box-shadow: inset 0 -1px 0 var(--etaColFactorShadow)
}

.sport-event-table-module_etaCol__bvo98S-J__sport-events.sport-event-table-module_active__Chjv-sKl__sport-events {
    background-color: var(--factorSelectedBackgroundColor);
    border: 1px solid var(--factorSelectedBorderColor)
}

.sport-event-table-module_etaCol__bvo98S-J__sport-events.sport-event-table-module_active__Chjv-sKl__sport-events .sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events {
    color: var(--white);
    background-color: var(--factorSelectedBorderColor)
}

.sport-event-table-module_etaCol__bvo98S-J__sport-events.sport-event-table-module_active__Chjv-sKl__sport-events .sport-event-table-module_up__UD2zHWpx__sport-events {
    color: var(--etaCoefficientColor)
}

.sport-event-table-module_etaCol__bvo98S-J__sport-events.sport-event-table-module_active__Chjv-sKl__sport-events .sport-event-table-module_up__UD2zHWpx__sport-events:before {
    background-color: var(--factorUpBackground);
    transition-timing-function: step-start
}

.sport-event-table-module_etaCol__bvo98S-J__sport-events.sport-event-table-module_active__Chjv-sKl__sport-events .sport-event-table-module_down__I-yc3IMO__sport-events {
    color: var(--etaCoefficientColor)
}

.sport-event-table-module_etaCol__bvo98S-J__sport-events.sport-event-table-module_active__Chjv-sKl__sport-events .sport-event-table-module_down__I-yc3IMO__sport-events:before {
    background-color: var(--factorDownBackground);
    transition-timing-function: step-start
}

.sport-event-table-module_etaCol__bvo98S-J__sport-events>div:nth-child(2) {
    padding: 10px 0;
    text-overflow: ellipsis
}

.sport-event-table-module_etaCol__bvo98S-J__sport-events>div:nth-child(2):not(.sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events) {
    overflow: hidden
}

.sport-event-table-module_etaCol__bvo98S-J__sport-events.sport-event-table-module_x2__XIstQMUo__sport-events {
    flex: 0 0 50%;
    width: 50%
}

.sport-event-table-module_etaCol__bvo98S-J__sport-events.sport-event-table-module_x3__9kd16Ic2__sport-events {
    border-right-width: 1px;
    flex: 0 0 33.333%;
    width: 33.333%
}

.sport-event-table-module_etaCol__bvo98S-J__sport-events.sport-event-table-module_x1__X-eKo9Hc__sport-events {
    flex: 0 0 100%;
    width: 100%
}

@media screen and (max-width: 1429px) {
    .sport-event-table-module_etaCol__bvo98S-J__sport-events {
        font-size:12px;
        padding-left: 15px
    }
}

.sport-event-table-module_etaRow__GCyzIibQ__sport-events {
    display: flex;
    flex-wrap: wrap;
    min-width: 100%
}

.sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events {
    align-items: center;
    border-left: 1px solid var(--borderProfileTable);
    box-shadow: inset 0 0 5px 1px transparent;
    color: var(--eventNumber);
    cursor: pointer;
    display: flex;
    flex: 0 0 80px;
    font-size: 14px;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    margin-left: 15px;
    min-width: 80px;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: background-color .25s linear,box-shadow .15s linear;
    width: 60px
}

.sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events:before {
    background: transparent;
    border: 2px solid transparent;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: border-color .3s linear,background-color .3s linear;
    transition-delay: .1s;
    transition-timing-function: step-end
}

.sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events .svg-icon {
    color: var(--menuSectionBorder);
    font-size: 18px
}

.sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events span {
    display: block;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    z-index: 2
}

.sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events i {
    transition: opacity .3s ease;
    transition-delay: .15s
}

.sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events i:nth-child(1) {
    border-bottom: 10px solid var(--factorDownBorderColor);
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
    bottom: 0;
    opacity: 0;
    position: absolute;
    transform: scaleX(-1);
    left: 0;
    top: 0
}

.sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events i:nth-child(2) {
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid var(--factorUpBorderColor);
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0
}

.sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events:after {
    background: var(--white);
    content: "";
    display: block;
    height: 105px;
    position: absolute;
    transform: rotate(45deg) translate(0);
    transition: transform .5s ease-in-out,visibility .5s ease-out;
    visibility: hidden;
    width: 105px
}

.sport-event-table-module_etaCol__bvo98S-J__sport-events.sport-event-table-module_active__Chjv-sKl__sport-events .sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events:after {
    background-color: var(--eventSelected)
}

.sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events.sport-event-table-module_up__UD2zHWpx__sport-events:after {
    transform: rotate(45deg) translateY(-160px);
    visibility: visible
}

.sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events.sport-event-table-module_up__UD2zHWpx__sport-events:before {
    background-color: var(--factorUpBackground);
    transition-timing-function: step-start
}

.sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events.sport-event-table-module_up__UD2zHWpx__sport-events i:nth-child(2) {
    opacity: 1
}

.sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events.sport-event-table-module_down__I-yc3IMO__sport-events:after {
    transform: rotate(45deg) translate(160px);
    visibility: visible
}

.sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events.sport-event-table-module_down__I-yc3IMO__sport-events:before {
    background-color: var(--factorDownBackground);
    transition-timing-function: step-start
}

.sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events.sport-event-table-module_down__I-yc3IMO__sport-events i:nth-child(1) {
    opacity: 1
}

.sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events.sport-event-table-module_partial__sPnAP-Am__sport-events:after {
    display: none
}

.sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events.sport-event-table-module_partial__sPnAP-Am__sport-events:before {
    display: none
}

@media screen and (max-width: 1429px) {
    .sport-event-table-module_etaCoefficient__fMunM-Ec__sport-events {
        flex:0 0 60px;
        font-size: 11px;
        min-width: 60px;
        width: 60px
    }
}

.sport-event-markets-header-module_header__0dN7q3sa__sport-events {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 12px
}

.sport-event-markets-header-module_header__0dN7q3sa__sport-events.sport-event-markets-header-module_inColumn__Iwsho-T-__sport-events {
    flex-direction: column;
    align-items: flex-start
}

.sport-event-markets-header-module_title__SveoStIT__sport-events {
    font-weight: 700;
    text-align: left
}

.sport-event-markets-header-module_title__SveoStIT__sport-events.sport-event-markets-header-module_overflowed__Pk-mKTip__sport-events {
    max-width: 165px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sport-event-markets-time-module_time__-TnyN2E6__sport-events {
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 12px;
    font-weight: 400
}

.sport-event-markets-time-module_time__-TnyN2E6__sport-events .svg-icon {
    font-size: 16px;
    margin-right: 4px;
    opacity: .55
}

.sport-event-markets-time-module_inColumn__iZwcQ9OX__sport-events .sport-event-markets-time-module_date__tix9bx-M__sport-events {
    font-size: 12px
}

.awssld__container figure, .awssld__content, .awssld__box {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.awssld__controls button, .awssld__bullets button {
    outline-color: 0;
    outline-style: none;
    outline-width: 0;
}

.awssld {
    --organic-arrow-thickness: 4px;
    --organic-arrow-height: 40px;
    --slider-height-percentage: 60%;
    --loader-bar-color: #851515;
    --loader-bar-height: 6px;
    --control-button-width: 10%;
    --control-button-height: 25%;
    --control-button-opacity: 0.5;
    --control-button-hover-opacity: 0.75;
    --control-button-background: transparent;
    --transition-bezier: cubic-bezier(0.5, 0.075, 0.25, 0.95);
    --slider-transition-duration: 575ms;
    --organic-arrow-color: #6a6a6a;
    --organic-arrow-border-radius: 0;
    --control-bullet-color: #6a6a6a;
    --control-bullet-active-color: #6a6a6a;
    --content-background-color: #2f2f2f;
}

.awssld {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
}

.awssld__wrapper {
    display: block;
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}

.awssld__container {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: var(--slider-height-percentage);
}

@media all and (max-width: 500px) {
    .awssld__container {
        padding-bottom: calc(var(--slider-height-percentage) * 1.25);
    }
}

.awssld__startUp {
    background-color: red;
    height: 100%;
    width: 100%;
}

.awssld__startUp > div {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.awssld__startUp img {
    width: 35%;
    height: auto;
}

.awssld__content {
    background-color: var(--content-background-color);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.awssld__content > img, .awssld__content > video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.awssld__controls button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--control-button-width);
    height: var(--control-button-height);
    position: absolute;
    z-index: 10;
    top: calc(50% - (0.5 * var(--control-button-height)));
    border: none;
    background-color: var(--control-button-background);
    color: #fff;
    cursor: pointer;
}

.awssld__controls button .awssld__controls__arrow-left, .awssld__controls button .awssld__controls__arrow-right {
    opacity: var(--control-button-opacity);
}

.awssld__controls button:hover .awssld__controls__arrow-left, .awssld__controls button:hover .awssld__controls__arrow-right {
    opacity: var(--control-button-opacity-hover);
}

.awssld__controls--active .awssld__controls__arrow-left {
    opacity: var(--control-button-opacity-hover);
    transform: translate3d(-100%, 0, 0);
}

.awssld__controls--active .awssld__controls__arrow-right {
    opacity: var(--control-button-opacity-hover);
    transform: translate3d(100%, 0, 0);
}

.awssld__controls--hidden {
    display: none;
}

@media all and (max-width: 520px) {
    .awssld__controls {
        visibility: hidden;
    }
}

.awssld__bar {
    display: block;
    width: 100%;
    height: var(--loader-bar-height);
    background-color: var(--loader-bar-color);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    transition: transform 3000ms var(--transition-bezier);
    transform: translate3d(-100%, 0, 0);
}

.awssld__bar--active {
    transform: translate3d(-20%, 0, 0);
}

.awssld__bar--end {
    transition-duration: 300ms;
    transform: translate3d(0, 0, 0);
}

.awssld__next {
    right: 0;
}

.awssld__prev {
    left: 0;
}

.awssld__box {
    z-index: 1;
    visibility: hidden;
}

.awssld--animated {
    will-change: transform;
    visibility: visible;
}

.awssld--animated-mobile {
    will-change: transform;
    transition: transform 325ms cubic-bezier(0.15, 0.65, 0.1, 1);
}

.awssld--active {
    visibility: visible;
    z-index: 2;
    transform: translate3d(0, 0, 0);
}

.awssld--moveRight, .awssld--moveLeft {
    backface-visibility: hidden;
}

.awssld--moveRight {
    animation: slideFromRight var(--slider-transition-duration) both var(--transition-bezier);
}

.awssld--moveLeft {
    animation: slideFromLeft var(--slider-transition-duration) both var(--transition-bezier);
}

.awssld--exit {
    z-index: 0;
}

.awssld--exit.awssld--moveLeft {
    animation: slideToLeft var(--slider-transition-duration) both var(--transition-bezier);
}

.awssld--exit.awssld--moveRight {
    animation: slideToRight var(--slider-transition-duration) both var(--transition-bezier);
}

.awssld--first .awssld__prev {
    visibility: hidden;
}

.awssld--last .awssld__next {
    visibility: hidden;
}

.awssld--fill-parent {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
}

.awssld--fill-parent .awssld__container {
    height: 100%;
    padding: 0;
}

.awssld__bullets {
    position: absolute;
    bottom: -40px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.awssld__bullets button {
    padding: 0;
    display: block;
    width: 16px;
    height: 16px;
    margin: 5px;
    border-radius: 50%;
    background: var(--control-bullet-color);
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    border: none;
    transition: transform 0.225s cubic-bezier(0.8, 1.35, 0.75, 1.45), background-color 0.175s ease-out;
}

.awssld__bullets button:hover {
    transform: scale(1.2);
}

.awssld__bullets .awssld__bullets--loading {
    transform: scale(1.2);
}

.awssld__bullets .awssld__bullets--active {
    transform: scale(1.5);
    background: var(--control-bullet-active-color);
}

.awssld__bullets .awssld__bullets--active:hover {
    transform: scale(1.5);
}

.awssld__controls__arrow-left, .awssld__controls__arrow-right {
    width: 100%;
    height: var(--organic-arrow-height);
    position: relative;
    display: block;
    transition: transform 0.2s ease-out 0.125s, opacity 0.2s ease-out;
}

.awssld__controls__arrow-left:before, .awssld__controls__arrow-left:after, .awssld__controls__arrow-right:before, .awssld__controls__arrow-right:after {
    content: ' ';
    position: absolute;
    right: calc( 50% - ( 0.7071 * (var(--organic-arrow-height) + var(--organic-arrow-thickness)) ) / 2);
    height: 100%;
    border-radius: var(--organic-arrow-border-radius);
    width: var(--organic-arrow-thickness);
    background-color: var(--organic-arrow-color);
    transition: transform 0.15s ease-out, background-color 0.15s ease-out;
}

.awssld__controls__arrow-left:before, .awssld__controls__arrow-right:before {
    transform-origin: 100% 100% 0;
    top: -50%;
    transform: rotate(-45deg);
}

.awssld__controls__arrow-left:after, .awssld__controls__arrow-right:after {
    transform-origin: 100% 0% 0;
    top: 50%;
    transform: rotate(45deg);
}

.awssld__controls__arrow-right--active {
    transform: translate3d(100%, 0, 0);
}

.awssld__controls__arrow-right--active:after {
    transform: rotate(90deg) translate3d(50%, 0, 0) !important;
}

.awssld__controls__arrow-right--active:before {
    transform: rotate(-90deg) translate3d(50%, 0, 0) !important;
}

.awssld__controls__arrow-left:before, .awssld__controls__arrow-left:after {
    right: auto;
    left: calc( 50% - ( 0.7071 * (var(--organic-arrow-height) + var(--organic-arrow-thickness)) ) / 2);
}

.awssld__controls__arrow-left:before {
    transform-origin: 0 100% 0;
    top: -50%;
    transform: rotate(45deg);
}

.awssld__controls__arrow-left:after {
    transform-origin: 0 0 0;
    top: 50%;
    transform: rotate(-45deg);
}

.awssld__controls__arrow-left--active {
    transform: translate3d(-100%, 0, 0);
}

.awssld__controls__arrow-left--active:after {
    transform: rotate(-90deg) translate3d(-50%, 0, 0) !important;
}

.awssld__controls__arrow-left--active:before {
    transform: rotate(90deg) translate3d(-50%, 0, 0) !important;
}

.awssld__controls button:hover .awssld__controls__arrow-left:before {
    opacity: 1;
    transform: rotate(30deg);
}

.awssld__controls button:hover .awssld__controls__arrow-left:after {
    opacity: 1;
    transform: rotate(-30deg);
}

.awssld__controls button:hover .awssld__controls__arrow-right:before {
    opacity: 1;
    transform: rotate(-30deg);
}

.awssld__controls button:hover .awssld__controls__arrow-right:after {
    opacity: 1;
    transform: rotate(30deg);
}

.awssld__timer {
    --timer-delay: 2000ms;
    --timer-release: 200ms;
    --timer-height: 4px;
    --timer-background-color: rgba(0, 0, 0, 0.15);
    width: 100%;
    height: var(--timer-height);
    background-color: var(--timer-background-color);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
}

.awssld__timer--animated {
    will-change: transform;
    transition: transform var(--timer-delay) linear;
}

.awssld__timer--run {
    transform: translateX(0);
}

.awssld__timer--fast {
    transition: transform calc(var(--timer-release) / 2) linear;
    transform: translateX(-0.00001px);
}

.awssld__timer--end {
    transform: translateX(-0.0001px);
    transition: transform var(--timer-release) linear;
}

.awssld__timer--hidden {
    display: none;
}

@keyframes slideFromLeft {
    from {
        transform: translate3d(-100%, 0, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideFromRight {
    from {
        transform: translate3d(100%, 0, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideToLeft {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideToRight {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(100%, 0, 0);
    }
}

.awssld--openAnimation {
    --open-animation-perspective: 600px;
    --open-animation-angle: 8deg;
    --open-animation-enter-delay: 85ms;
}

.awssld--openAnimation .awssld__container {
    perspective: var(--open-animation-perspective);
}

.awssld--openAnimation .awssld--moveLeft, .awssld--openAnimation .awssld--moveRight {
    animation-delay: var(--open-animation-enter-delay);
}

.awssld--openAnimation .awssld--exit.awssld--moveLeft {
    transform-origin: 0% 50%;
    animation: openRight var(--slider-transition-duration) both var(--transition-bezier);
}

.awssld--openAnimation .awssld--exit.awssld--moveRight {
    transform-origin: 100% 50%;
    animation: openLeft var(--slider-transition-duration) both var(--transition-bezier);
}

@keyframes openLeft {
    45% {
        transform: rotateY(calc(var(--open-animation-angle) * -1));
    }
}

@keyframes openRight {
    45% {
        transform: rotateY(var(--open-animation-angle));
    }
}

.responsible-gambling-deactivation-module_reasonContainer__tAd1B6xW__responsible-gambling {
    position: relative;
    max-width: 484px
}

.responsible-gambling-deactivation-module_reasonContainer__tAd1B6xW__responsible-gambling .form__textarea {
    background: var(--white);
    min-height: 198px;
    height: unset;
    overflow: hidden;
    padding: 15px 22px 36px;
    border-radius: 16px
}

.responsible-gambling-deactivation-module_reasonContainer__tAd1B6xW__responsible-gambling .responsible-gambling-deactivation-module_textCounter__kaB43036__responsible-gambling {
    position: absolute;
    bottom: 12px;
    right: 16px;
    color: var(--selfDactivationTextLengthColor)
}

.responsible-gambling-module_container__Rjdzw5WM__responsible-gambling {
    padding: 24px
}

.responsible-gambling-module_confirmButton__mWcCM2QR__responsible-gambling {
    min-width: 200px
}

.responsible-gambling-module_marginTop__JXTQ-g0E__responsible-gambling {
    margin-top: 24px
}

.responsible-gambling-module_marginBottom__q2K0AfIJ__responsible-gambling {
    margin-bottom: 8px
}

.responsible-gambling-module_grayText__twXAUiwz__responsible-gambling {
    color: var(--limitsGrayText);
    opacity: .5
}

.responsible-gambling-module_boldText__RwB0L046__responsible-gambling {
    font-weight: 700
}

.responsible-gambling-module_backgroundImage__MWAZNkq3__responsible-gambling {
    background-repeat: no-repeat;
    background-position: calc(100% - 260px) bottom;
    min-height: 400px
}

@media screen and (max-width: 1325px) {
    .responsible-gambling-module_backgroundImage__MWAZNkq3__responsible-gambling {
        background-image:none!important
    }
}

.responsible-gambling-exclusion-module_periodWrapper__LQ6IMwhd__responsible-gambling {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-weight: 700;
    max-width: 630px
}

.responsible-gambling-exclusion-module_periodWrapper__LQ6IMwhd__responsible-gambling .responsible-gambling-exclusion-module_periodItem__-NjIa8je__responsible-gambling {
    border-radius: 24px;
    border: 1px solid;
    border-color: var(--selfExclusionPeriodItemBorder);
    min-width: 120px;
    padding: 8px 16px;
    text-align: center;
    line-height: 24px;
    transition: border-color .2s ease,background .2s ease,color .2s ease
}

.responsible-gambling-exclusion-module_periodWrapper__LQ6IMwhd__responsible-gambling .responsible-gambling-exclusion-module_periodItem__-NjIa8je__responsible-gambling.responsible-gambling-exclusion-module_selected__0w8cNsy6__responsible-gambling {
    border-color: var(--selfExclusionPeriodItemSelected);
    background: var(--selfExclusionPeriodItemSelected);
    color: var(--white);
    pointer-events: none
}

.responsible-gambling-exclusion-module_terms__qMCdqC9g__responsible-gambling {
    max-width: 450px;
    margin-top: 24px!important;
    color: var(--selfExclusionTermsText)
}

.responsible-gambling-limits-module_backgroundImage__i01KoIYJ__responsible-gambling {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 800px 60px;
    min-height: 500px
}

.responsible-gambling-limits-module_limitContainer__ZpLc7Rjc__responsible-gambling {
    max-width: 844px;
    overflow: hidden
}

.cooling-off-desktop-module_backgroundImage__9T8fGxqj__responsible-gambling {
    background-repeat: no-repeat;
    background-position: calc(100% - 260px);
    min-height: 368px
}

@media screen and (max-width: 1325px) {
    .cooling-off-desktop-module_backgroundImage__9T8fGxqj__responsible-gambling {
        background-image:none!important
    }
}

.responsible-gambling-deactivation-module_reasonContainer__5ODsPYyL__responsible-gambling {
    position: relative
}

.responsible-gambling-deactivation-module_reasonContainer__5ODsPYyL__responsible-gambling .form__textarea {
    background: var(--white);
    min-height: 200px;
    height: unset;
    overflow: hidden;
    padding: 15px 22px 36px;
    border-radius: 16px
}

.responsible-gambling-deactivation-module_reasonContainer__5ODsPYyL__responsible-gambling .responsible-gambling-deactivation-module_textCounter__s3zqvNuI__responsible-gambling {
    position: absolute;
    bottom: 12px;
    right: 16px;
    color: var(--selfDactivationTextLengthColor)
}

.responsible-gambling-module_container__-xhepVE-__responsible-gambling {
    padding: 16px
}

.responsible-gambling-module_marginTop__Nm0P-4fn__responsible-gambling {
    margin-top: 16px
}

.responsible-gambling-module_grayText__U0LqjJS1__responsible-gambling {
    color: var(--limitsGrayText);
    opacity: .5
}

.responsible-gambling-module_boldText__PAMV1UJk__responsible-gambling {
    font-weight: 700
}

.responsible-gambling-exclusion-module_periodItem__8d54MBlO__responsible-gambling {
    border-radius: 24px;
    border: 1px solid;
    border-color: var(--selfExclusionPeriodItemBorder);
    width: 100%;
    padding: 8px 16px;
    text-align: center;
    line-height: 24px;
    transition: border-color .2s ease,background .2s ease,color .2s ease
}

.responsible-gambling-exclusion-module_periodItem__8d54MBlO__responsible-gambling:not(:first-of-type) {
    margin-top: 10px
}

.responsible-gambling-exclusion-module_periodItem__8d54MBlO__responsible-gambling.responsible-gambling-exclusion-module_selected__I5Vf8z5P__responsible-gambling {
    border-color: var(--selfExclusionPeriodItemSelected);
    background: var(--selfExclusionPeriodItemSelected);
    color: var(--white)
}

.responsible-gambling-exclusion-module_terms__I95ZnNnX__responsible-gambling {
    font-size: 14px;
    margin-top: 12px!important;
    color: var(--selfExclusionTermsText)
}

.responsible-gambling-limits-module_limitContainer__LAVpGjzO__responsible-gambling {
    max-width: 844px;
    overflow: hidden
}

.responsible-gambling-limits-module_introTextSize__BVk0s1xv__responsible-gambling {
    font-size: 14px
}

.responsible-gambling-popup-module_inner__eidfsq43__responsible-gambling {
    background: var(--white);
    border-radius: 10px;
    padding: 24px;
    max-width: 420px
}

.responsible-gambling-popup-module_title__sTqb2oPC__responsible-gambling {
    font-size: 20px;
    font-weight: 700
}

.responsible-gambling-popup-module_title__sTqb2oPC__responsible-gambling.responsible-gambling-popup-module_centered__v9NK5KMI__responsible-gambling {
    text-align: center
}

.responsible-gambling-popup-module_continueButton__J331Q86c__responsible-gambling {
    margin-top: 16px
}

.responsible-gambling-limit-card-module_limitPeriods__y1O82zk2__responsible-gambling {
    transition: transform .25s ease
}

@media screen and (min-width: 1200px) {
    .responsible-gambling-limit-card-module_limitPeriods__y1O82zk2__responsible-gambling:not(.responsible-gambling-limit-card-module_isMobile__XE9CS17g__responsible-gambling) {
        display:flex;
        gap: 16px
    }
}

@media screen and (max-width: 1199px) {
    .responsible-gambling-limit-card-module_limitPeriods__y1O82zk2__responsible-gambling:not(.responsible-gambling-limit-card-module_isMobile__XE9CS17g__responsible-gambling)>*:not(:first-child) {
        border-top:1px solid var(--limitBorder);
        margin: 12px 0
    }
}

@media screen and (min-width: 900px) {
    .responsible-gambling-limit-card-module_limitPeriods__y1O82zk2__responsible-gambling.responsible-gambling-limit-card-module_isMobile__XE9CS17g__responsible-gambling {
        display:flex;
        gap: 16px
    }
}

@media screen and (max-width: 899px) {
    .responsible-gambling-limit-card-module_limitPeriods__y1O82zk2__responsible-gambling.responsible-gambling-limit-card-module_isMobile__XE9CS17g__responsible-gambling>*:not(:first-child) {
        border-top:1px solid var(--limitBorder);
        margin: 12px 0
    }
}

.responsible-gambling-limit-card-module_limitCard__0dHt048z__responsible-gambling {
    padding: 16px;
    background: var(--white);
    border: 1px solid var(--limitBorder);
    border-radius: 8px
}

.responsible-gambling-limit-card-module_limitCard__0dHt048z__responsible-gambling:not(:first-of-type) {
    margin-top: 16px
}

.responsible-gambling-limit-card-module_limitTitle__gvSorXCa__responsible-gambling {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px
}

.cooling-off-module_coolingOffContent__mBGeyCRZ__responsible-gambling {
    width: 50%;
    display: flex;
    flex-direction: column;
    min-height: 320px;
    height: 100%
}

@media screen and (max-width: 1325px) {
    .cooling-off-module_coolingOffContent__mBGeyCRZ__responsible-gambling {
        width:100%
    }
}

.cooling-off-module_submitButton__Odwva3h6__responsible-gambling {
    margin-top: auto
}

.cooling-off-module_submitButton__Odwva3h6__responsible-gambling:not(.cooling-off-module_fullWidth__D7xA0Ba6__responsible-gambling) {
    max-width: -moz-max-content;
    max-width: max-content
}

.cooling-off-module_fullWidth__D7xA0Ba6__responsible-gambling {
    width: 100%
}

.cooling-off-module_periodWrapper__MqJ15B7L__responsible-gambling {
    display: grid;
    gap: 10px;
    font-weight: 700;
    grid-template-columns: repeat(auto-fit,minmax(170px,1fr));
    margin-bottom: 24px
}

.cooling-off-module_periodWrapper__MqJ15B7L__responsible-gambling .cooling-off-module_periodItem__Z2Stu3w9__responsible-gambling {
    border-radius: 24px;
    border: 1px solid;
    border-color: var(--selfExclusionPeriodItemBorder);
    min-width: 120px;
    padding: 8px 16px;
    text-align: center;
    line-height: 24px;
    transition: border-color .2s ease,background .2s ease,color .2s ease
}

.cooling-off-module_periodWrapper__MqJ15B7L__responsible-gambling .cooling-off-module_periodItem__Z2Stu3w9__responsible-gambling.cooling-off-module_selected__zSw7arfo__responsible-gambling {
    border-color: var(--selfExclusionPeriodItemSelected);
    background: var(--selfExclusionPeriodItemSelected);
    color: var(--white);
    pointer-events: none
}

.cooling-off-module_errorModalContent__3Hp2Vcjj__responsible-gambling {
    background: #fff;
    padding: 16px;
    border-radius: 12px;
    min-width: 300px
}

.cooling-off-module_modalImage__MbexcbJQ__responsible-gambling {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 33px;
    margin: 0 auto 16px
}

.cooling-off-module_modalMessage__q55FT81l__responsible-gambling {
    margin-bottom: 16px;
    text-align: center;
    font-weight: 700
}

.responsible-gambling-popup-item-module_item__R6EsiRDL__responsible-gambling {
    margin-top: 16px
}

.responsible-gambling-popup-item-module_item__R6EsiRDL__responsible-gambling .responsible-gambling-popup-item-module_title__hb9fLwYb__responsible-gambling {
    margin-bottom: 8px
}

.responsible-gambling-popup-item-module_item__R6EsiRDL__responsible-gambling .responsible-gambling-popup-item-module_options__h8OIY-Ge__responsible-gambling {
    display: flex;
    gap: 8px
}

.responsible-gambling-status-module_limitPeriodStatus__60j1UnHw__responsible-gambling {
    border-radius: 14px;
    color: var(--white);
    font-size: 12px;
    padding: 2px 8px;
    line-height: 20px;
    font-weight: 400
}

.responsible-gambling-status-module_limitPeriodStatus__60j1UnHw__responsible-gambling.responsible-gambling-status-module_notSet__XdBuoLTm__responsible-gambling {
    background: var(--limitStatusNotActive);
    color: var(--limitStatusNotActiveTextColor)
}

.responsible-gambling-status-module_limitPeriodStatus__60j1UnHw__responsible-gambling.responsible-gambling-status-module_pending__zmLKCkEt__responsible-gambling {
    background: var(--tableStatusPending)
}

.responsible-gambling-status-module_limitPeriodStatus__60j1UnHw__responsible-gambling.responsible-gambling-status-module_success__Oqfz9MLf__responsible-gambling {
    background: var(--tableStatusSuccess)
}

.responsible-gambling-status-module_limitStatusChange__Yl10n36I__responsible-gambling {
    cursor: pointer;
    width: 15px;
    height: 15px
}

.responsible-gambling-status-module_limitStatusChange__Yl10n36I__responsible-gambling.responsible-gambling-status-module_redColor__ZLk683zb__responsible-gambling {
    color: var(--limitRedButtonStatusColor)
}

.responsible-gambling-limit-value-module_oneLiner__qHTbVR-k__responsible-gambling {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

@media screen and (min-width: 700px) {
    .responsible-gambling-limit-value-module_oneLiner__qHTbVR-k__responsible-gambling:not(:last-of-type) {
        border-bottom:1px solid var(--limitBorder)
    }

    .responsible-gambling-limit-value-module_oneLiner__qHTbVR-k__responsible-gambling:not(.responsible-gambling-limit-value-module_oneLinerGap__fnmVT7Ba__responsible-gambling) {
        padding: 8px 0
    }

    .responsible-gambling-limit-value-module_oneLiner__qHTbVR-k__responsible-gambling.responsible-gambling-limit-value-module_oneLinerGap__fnmVT7Ba__responsible-gambling {
        padding: 16px 0
    }
}

@media screen and (max-width: 699px) {
    .responsible-gambling-limit-value-module_oneLiner__qHTbVR-k__responsible-gambling:not(.responsible-gambling-limit-value-module_oneLinerGap__fnmVT7Ba__responsible-gambling) {
        font-size:14px;
        padding: 4px 0
    }

    .responsible-gambling-limit-value-module_oneLiner__qHTbVR-k__responsible-gambling.responsible-gambling-limit-value-module_oneLinerGap__fnmVT7Ba__responsible-gambling {
        padding: 8px 0
    }
}

.responsible-gambling-limit-value-module_required__x-zvKo-O__responsible-gambling {
    position: relative
}

.responsible-gambling-limit-value-module_required__x-zvKo-O__responsible-gambling:after {
    display: flex;
    position: absolute;
    top: -3px;
    right: -10px;
    content: "*";
    color: var(--limitRequiredFieldColor)
}

.responsible-gambling-limit-value-module_requiredMessage__DZ-znLav__responsible-gambling {
    color: var(--limitRequiredFieldColor);
    font-size: 12px
}

.responsible-gambling-common-module_grayText__YjsBEMGE__responsible-gambling {
    color: var(--limitsGrayText);
    opacity: .5
}

.responsible-gambling-common-module_limitFieldContainer__dGajkHUD__responsible-gambling {
    display: flex;
    align-items: center
}

.responsible-gambling-limit-amount-value-module_greenText__cjMXHAkJ__responsible-gambling {
    color: var(--limitGreenText)
}

.responsible-gambling-limit-amount-value-module_arrowSpacing__8QClddS6__responsible-gambling {
    position: relative;
    top: 1px;
    margin: 0 4px
}

.responsible-gambling-limit-amount-value-module_editableInput__u6RWihGH__responsible-gambling {
    border: none;
    border-color: transparent;
    width: 50px;
    text-align: right;
    height: 17px
}

.responsible-gambling-limit-period-type-module_limitPeriod__jT5-ceAp__responsible-gambling {
    flex: 1 0 260px
}

.responsible-gambling-limit-period-type-module_limitPeriod__jT5-ceAp__responsible-gambling .responsible-gambling-limit-period-type-module_limitPeriodHeader__W7D0an20__responsible-gambling {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
    min-height: 24px
}

.responsible-gambling-limit-period-type-module_limitPeriod__jT5-ceAp__responsible-gambling .responsible-gambling-limit-period-type-module_limitPeriodHeader__W7D0an20__responsible-gambling .responsible-gambling-limit-period-type-module_limitPeriodTitle__keTQfSPx__responsible-gambling {
    font-size: 16px;
    font-weight: 700
}

.responsible-gambling-pagination-module_pagination__RJQFGMAm__responsible-gambling {
    border-radius: 24px;
    background: var(--limitsPaginationBg);
    transition: background .15s ease-in-out;
    display: flex;
    align-items: center;
    height: 32px;
    gap: 4px;
    padding: 4px
}

.responsible-gambling-pagination-module_pagination__RJQFGMAm__responsible-gambling:hover {
    background: var(--limitsPaginationBgHover)
}

@media screen and (max-width: 1199px) {
    .responsible-gambling-pagination-module_pagination__RJQFGMAm__responsible-gambling:not(.responsible-gambling-pagination-module_isMobile__azVpA4oz__responsible-gambling) {
        display:none
    }
}

@media screen and (max-width: 899px) {
    .responsible-gambling-pagination-module_pagination__RJQFGMAm__responsible-gambling.responsible-gambling-pagination-module_isMobile__azVpA4oz__responsible-gambling {
        display:none
    }
}

.responsible-gambling-pagination-module_arrow__1HU5ovFd__responsible-gambling {
    background: var(--limitsPaginationArrowBg);
    transition: background .15s ease-in-out;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: grid;
    place-content: center;
    color: var(--white)
}

.responsible-gambling-pagination-module_arrow__1HU5ovFd__responsible-gambling:not(.responsible-gambling-pagination-module_arrowDisabled__jEvftEdc__responsible-gambling):hover {
    background: var(--limitsPaginationArrowBgHover);
    cursor: pointer
}

.responsible-gambling-pagination-module_arrow__1HU5ovFd__responsible-gambling.responsible-gambling-pagination-module_arrowBack__AYYkgKCJ__responsible-gambling {
    transform: rotate(180deg)
}

.responsible-gambling-questionnaire-module_modal__06eqM-fN__responsible-gambling {
    margin: 0 10px;
    max-height: 80vh;
    max-width: 800px
}

.responsible-gambling-questionnaire-module_container__yeJTv5ke__responsible-gambling {
    background: var(--white);
    display: flex;
    flex-direction: column;
    max-height: 80vh;
    padding: 30px 15px 30px 30px;
    position: relative;
    border-radius: 10px
}

.responsible-gambling-questionnaire-module_header__AYgNpQmd__responsible-gambling {
    font-size: 21px;
    padding-bottom: 15px
}

.responsible-gambling-questionnaire-module_header__AYgNpQmd__responsible-gambling span {
    font-weight: 700
}

.responsible-gambling-questionnaire-module_questionnaireContainer__Jc7sUVRO__responsible-gambling {
    overflow-x: auto;
    padding-right: 15px
}

.responsible-gambling-questionnaire-module_questionnaireContainer__Jc7sUVRO__responsible-gambling::-webkit-scrollbar {
    width: 5px
}

.responsible-gambling-questionnaire-module_questionnaireContainer__Jc7sUVRO__responsible-gambling::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 3px
}

.responsible-gambling-questionnaire-module_questionnaireContainer__Jc7sUVRO__responsible-gambling::-webkit-scrollbar-thumb {
    background: #7e8083;
    border-radius: 3px
}

.responsible-gambling-questionnaire-module_questionnaire__e-8wVrRa__responsible-gambling {
    border: 1px solid #e1e1e1;
    border-radius: 10px
}

.responsible-gambling-questionnaire-module_question__KJZQ2tWY__responsible-gambling {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px
}

.responsible-gambling-questionnaire-module_question__KJZQ2tWY__responsible-gambling .responsible-gambling-questionnaire-module_questionTitle__t4ed-JyI__responsible-gambling span {
    font-weight: 700
}

.responsible-gambling-questionnaire-module_question__KJZQ2tWY__responsible-gambling:not(:last-of-type) {
    border-bottom: 1px solid #e1e1e1
}

.responsible-gambling-questionnaire-module_answerButtons__OH-DsUun__responsible-gambling {
    padding-left: 20px
}

.responsible-gambling-questionnaire-module_questionnaireActions__2iIDoCCZ__responsible-gambling {
    display: flex;
    justify-content: center;
    padding-top: 25px
}

.responsible-gambling-questionnaire-module_questionnaireActions__2iIDoCCZ__responsible-gambling button:first-of-type {
    margin-right: 5px
}

.responsible-gambling-questionnaire-module_questionnaireActions__2iIDoCCZ__responsible-gambling button:last-of-type {
    margin-left: 5px
}

@media screen and (max-width: 820px) {
    .responsible-gambling-questionnaire-module_container__yeJTv5ke__responsible-gambling {
        padding:15px 8px 15px 15px
    }

    .responsible-gambling-questionnaire-module_header__AYgNpQmd__responsible-gambling {
        font-size: 15px;
        text-align: center
    }

    .responsible-gambling-questionnaire-module_question__KJZQ2tWY__responsible-gambling {
        font-size: 13px;
        flex-direction: column;
        align-items: flex-start
    }

    .responsible-gambling-questionnaire-module_answerButtons__OH-DsUun__responsible-gambling {
        padding-top: 20px;
        padding-left: 0;
        width: 100%
    }

    .responsible-gambling-questionnaire-module_answerButtons__OH-DsUun__responsible-gambling .radio-button__container.row {
        justify-content: center
    }
}

.responsible-gambling-buttons-module_limitButtons__mUkKxrk3__responsible-gambling {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (min-width: 700px) {
    .responsible-gambling-buttons-module_limitButtons__mUkKxrk3__responsible-gambling {
        padding-top:16px
    }
}

@media screen and (max-width: 699px) {
    .responsible-gambling-buttons-module_limitButtons__mUkKxrk3__responsible-gambling {
        padding-top:8px
    }
}

.responsible-gambling-buttons-module_editButtons__W-TNa8sM__responsible-gambling {
    display: flex;
    width: 100%
}

.responsible-gambling-buttons-module_limitButton__5I8FTWE9__responsible-gambling {
    height: 32px;
    min-height: 32px;
    line-height: 32px;
    font-weight: 700
}

@media screen and (min-width: 700px) {
    .responsible-gambling-buttons-module_limitButton__5I8FTWE9__responsible-gambling {
        min-width:200px
    }
}

@media screen and (max-width: 699px) {
    .responsible-gambling-buttons-module_limitButton__5I8FTWE9__responsible-gambling {
        width:100%
    }
}

.responsible-gambling-buttons-module_limitButton__5I8FTWE9__responsible-gambling.responsible-gambling-buttons-module_cancelButton__gK-KJ-px__responsible-gambling {
    border-color: var(--limitsCancelButtonBorder);
    color: var(--limitsCancelButtonColor)
}

.responsible-gambling-buttons-module_limitButton__5I8FTWE9__responsible-gambling.responsible-gambling-buttons-module_cancelButton__gK-KJ-px__responsible-gambling:hover {
    background: var(--limitsCancelButtonBorder)
}

.responsible-gambling-buttons-module_limitButton__5I8FTWE9__responsible-gambling.responsible-gambling-buttons-module_setLimitButton__KjSjvlox__responsible-gambling {
    border-color: var(--limitsSetLimitButtonBorder);
    background: var(--limitsSetLimitButtonBg);
    color: var(--white)
}

.responsible-gambling-buttons-module_limitButton__5I8FTWE9__responsible-gambling.responsible-gambling-buttons-module_setLimitButton__KjSjvlox__responsible-gambling:hover {
    border-color: var(--limitsSetLimitButtonBorderHover);
    background: var(--limitsSetLimitButtonBgHover)
}

.responsible-gambling-buttons-module_limitButton__5I8FTWE9__responsible-gambling.responsible-gambling-buttons-module_saveButton__IPprYQWu__responsible-gambling {
    margin-left: 8px
}

.responsible-gambling-buttons-module_limitButton__5I8FTWE9__responsible-gambling.responsible-gambling-buttons-module_saveButton__IPprYQWu__responsible-gambling:disabled {
    background: var(--limitsSaveDisabledBg);
    color: var(--limitsSaveDisabledColor)
}

.responsible-gambling-timeout-module_periodWrapper__D4FWQT3F__responsible-gambling {
    display: flex;
    gap: 12px;
    font-weight: 700
}

@media screen and (min-width: 700px) {
    .responsible-gambling-timeout-module_periodWrapper__D4FWQT3F__responsible-gambling {
        flex-wrap:wrap
    }
}

@media screen and (max-width: 699px) {
    .responsible-gambling-timeout-module_periodWrapper__D4FWQT3F__responsible-gambling {
        flex-direction:column
    }
}

.responsible-gambling-timeout-module_periodWrapper__D4FWQT3F__responsible-gambling .responsible-gambling-timeout-module_periodItem__-Mw6G9ri__responsible-gambling {
    border-radius: 24px;
    border: 1px solid;
    border-color: var(--selfExclusionPeriodItemBorder);
    min-width: 120px;
    padding: 6px 12px;
    text-align: center
}

.responsible-gambling-timeout-module_periodWrapper__D4FWQT3F__responsible-gambling .responsible-gambling-timeout-module_periodItem__-Mw6G9ri__responsible-gambling.responsible-gambling-timeout-module_selected__TwCuBwq5__responsible-gambling {
    border-color: var(--selfExclusionPeriodItemSelected);
    background: var(--selfExclusionPeriodItemSelected);
    color: var(--white);
    pointer-events: none
}

.responsible-gambling-timeout-module_periodWrapper__D4FWQT3F__responsible-gambling .responsible-gambling-timeout-module_periodItem__-Mw6G9ri__responsible-gambling.responsible-gambling-timeout-module_active__6uF--moL__responsible-gambling {
    border-color: var(--limitStatusNotActiveTextColor);
    pointer-events: none;
    opacity: .5
}

.responsible-gambling-timeout-module_paddingBottom__ZJ6BSvsj__responsible-gambling {
    padding-bottom: 16px
}

.aside-menu-module_live__NJlBByRn__platform-desktop-ui {
    height: 14px;
    background-color: var(--liveColor);
    border-radius: 5px;
    text-align: center;
    font-size: 7px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--buttonText);
    padding: 0 5px;
    display: flex;
    align-self: center;
    line-height: 14px
}

.aside-menu-module_live__NJlBByRn__platform-desktop-ui.aside-menu-module_liveFree__SuPLQqC8__platform-desktop-ui {
    position: static;
    background: var(--buttonsGray);
    display: inline-flex;
    margin: 2px 0 0;
    align-self: flex-start
}

.aside-menu-module_live__NJlBByRn__platform-desktop-ui.aside-menu-module_liveBig__MNHsvxQN__platform-desktop-ui {
    padding: 0 10px;
    font-size: 12px;
    line-height: 23px;
    height: 22px;
    border-radius: 10px;
    margin: -1px 0 0 10px
}

.aside-menu-module_live__NJlBByRn__platform-desktop-ui.coupon-count {
    background-color: var(--betslipEventsCountBackground);
    color: var(--betslipEventsCountText, var(--white));
    border-radius: 50%;
    justify-content: center;
    width: 23px
}

body:not(.base-text-page) .aside-menu-module_asideMenu__TGBrpv8I__platform-desktop-ui {
    width: 100%
}

body:not(.base-text-page) .aside-menu-module_opened__te--1eW0__platform-desktop-ui .aside-menu-module_arrow__JEhR6oCO__platform-desktop-ui {
    transform: rotate(0)
}

body:not(.base-text-page) .aside-menu-module_opened__te--1eW0__platform-desktop-ui .aside-menu-module_title__iXSwgRH-__platform-desktop-ui {
    border-radius: var(--asideMenuOpenBorderRadius)
}

body:not(.base-text-page) .aside-menu-module_opened__te--1eW0__platform-desktop-ui .aside-menu-module_titleNewLayout__DOnqj8f7__platform-desktop-ui {
    border-radius: 8px 8px 0 0
}

body:not(.base-text-page) .aside-menu-module_opened__te--1eW0__platform-desktop-ui .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui {
    display: block
}

body:not(.base-text-page) .aside-menu-module_disabled__Io7SckKz__platform-desktop-ui {
    pointer-events: none;
    opacity: .9
}

body:not(.base-text-page) .aside-menu-module_disabled__Io7SckKz__platform-desktop-ui .aside-menu-module_arrow__JEhR6oCO__platform-desktop-ui {
    display: none
}

body:not(.base-text-page) .aside-menu-module_highlighted__xejaMLW0__platform-desktop-ui:not(.aside-menu-module_opened__te--1eW0__platform-desktop-ui) {
    animation: aside-menu-module_highlight__FlVp4x2B__platform-desktop-ui 1s infinite
}

body:not(.base-text-page) .aside-menu-module_titleFilters__9QqcNo3K__platform-desktop-ui {
    display: flex;
    align-items: center;
    height: 21px;
    position: relative;
    top: -2px
}

[lang=de] body:not(.base-text-page) .aside-menu-module_titleFilters__9QqcNo3K__platform-desktop-ui {
    top: -4px
}

@media screen and (max-width: 1429px) {
    body:not(.base-text-page) .aside-menu-module_titleFilters__9QqcNo3K__platform-desktop-ui {
        top:-4px
    }
}

body:not(.base-text-page) .aside-menu-module_titleFilters__9QqcNo3K__platform-desktop-ui div+div {
    margin-left: 5px
}

body:not(.base-text-page) .aside-menu-module_titleFiltersItem__gLIQTJjM__platform-desktop-ui {
    padding: 2px;
    margin: 0;
    color: var(--asideSvgColor);
    transition: color .25s ease;
    font-size: 17px
}

body:not(.base-text-page) .aside-menu-module_titleFiltersItem__gLIQTJjM__platform-desktop-ui:hover {
    color: var(--asideSvgColorHover);
    cursor: pointer
}

body:not(.base-text-page) .aside-menu-module_titleFiltersItemActive__dnDRuF83__platform-desktop-ui {
    cursor: default;
    color: var(--sportFilterColorActive)
}

body:not(.base-text-page) .aside-menu-module_scrollWrapper__r7fll7nC__platform-desktop-ui {
    max-height: calc(100vh - 115px);
    display: flex;
    width: 100%
}

body:not(.base-text-page) .aside-menu-module_titleAmount__QIWJgo05__platform-desktop-ui {
    position: absolute;
    right: 8px;
    top: 18px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--buttonMain);
    font-size: 12px;
    line-height: 30px;
    font-weight: 700;
    color: var(--buttonText);
    display: flex;
    align-items: center;
    justify-content: center
}

body:not(.base-text-page) .aside-menu-module_title__iXSwgRH-__platform-desktop-ui {
    position: relative;
    text-transform: uppercase;
    color: var(--asideMenuTitleColor);
    text-decoration: none;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 43px;
    padding: 14px 40px 7px 15px;
    background-color: var(--asideMenuTitleBg);
    border-radius: var(--asideMenuCollapsedBorderRadius)
}

[lang=de] body:not(.base-text-page) .aside-menu-module_title__iXSwgRH-__platform-desktop-ui {
    font-size: 12px;
    padding: 15px 40px 7px 15px
}

@media screen and (max-width: 1429px) {
    body:not(.base-text-page) .aside-menu-module_title__iXSwgRH-__platform-desktop-ui {
        font-size:12px;
        padding: 15px 40px 7px 15px
    }
}

a body:not(.base-text-page) .aside-menu-module_title__iXSwgRH-__platform-desktop-ui {
    transition: color .15s ease;
    position: static
}

a body:not(.base-text-page) .aside-menu-module_title__iXSwgRH-__platform-desktop-ui:hover {
    color: var(--buttonMain)
}

body:not(.base-text-page) .aside-menu-module_titleArrow__duCpBPiZ__platform-desktop-ui {
    padding-right: 0
}

body:not(.base-text-page) .aside-menu-module_titleDark__WbZAIv0I__platform-desktop-ui {
    color: var(--menuTitle);
    background-color: var(--eventModalBackground)
}

body:not(.base-text-page) .aside-menu-module_titleLight__xB6WsXby__platform-desktop-ui {
    color: var(--mainColor);
    background-color: var(--white)
}

body:not(.base-text-page) .aside-menu-module_titleNewLayout__DOnqj8f7__platform-desktop-ui {
    color: var(--asideNewTitle);
    background-color: var(--asideNewTitleBg);
    font-size: 12px;
    min-height: 32px;
    padding: 5px 12px;
    align-items: center;
    border-radius: var(--asideNewBorderRadius)
}

body:not(.base-text-page) .aside-menu-module_titleNewLayout__DOnqj8f7__platform-desktop-ui .aside-menu-module_leftWrap__WNHxHsa3__platform-desktop-ui {
    padding-bottom: 0
}

body:not(.base-text-page) .aside-menu-module_titleNewLayout__DOnqj8f7__platform-desktop-ui .aside-menu-module_arrow__JEhR6oCO__platform-desktop-ui {
    position: initial;
    color: var(--asideNewTitle)
}

body:not(.base-text-page) .aside-menu-module_titleSelected__cnjugFf-__platform-desktop-ui {
    color: var(--buttonMain);
    cursor: default;
    pointer-events: none
}

body:not(.base-text-page) .aside-menu-module_arrow__JEhR6oCO__platform-desktop-ui {
    position: absolute;
    top: 15px;
    right: 14px;
    display: block;
    transition: transform .15s ease;
    transform: rotate(180deg)
}

body:not(.base-text-page) .aside-menu-module_arrowHidden__0VPr9ODY__platform-desktop-ui {
    display: none;
    color: var(--eventModalBackground)
}

body:not(.base-text-page) .aside-menu-module_arrowInherit__N4GtEIWp__platform-desktop-ui {
    position: relative;
    top: inherit
}

body:not(.base-text-page) .aside-menu-module_textAmount__N5x17RfU__platform-desktop-ui {
    display: block;
    white-space: nowrap
}

body:not(.base-text-page) .aside-menu-module_textAmountDivider__XuWV-2ud__platform-desktop-ui {
    display: inline-block;
    margin: 0 3px;
    opacity: .5
}

body:not(.base-text-page) .aside-menu-module_textAmountDivider__XuWV-2ud__platform-desktop-ui:before {
    content: "|"
}

body:not(.base-text-page) .aside-menu-module_leftWrap__WNHxHsa3__platform-desktop-ui {
    display: flex;
    flex: 1 0 auto;
    max-width: 100%;
    padding-bottom: 6px
}

body:not(.base-text-page) .aside-menu-module_rightWrap__5oqekjj6__platform-desktop-ui {
    display: flex;
    max-width: 100%
}

body:not(.base-text-page) .aside-menu-module_leftWrapText__ymIGKgb8__platform-desktop-ui {
    text-align: left
}

body:not(.base-text-page) .aside-menu-module_leftWrapLive__nTFD7SRd__platform-desktop-ui {
    height: 17px;
    display: flex;
    align-items: center
}

[lang=de] body:not(.base-text-page) .aside-menu-module_leftWrapLive__nTFD7SRd__platform-desktop-ui {
    height: 13px
}

@media screen and (max-width: 1429px) {
    body:not(.base-text-page) .aside-menu-module_leftWrapLive__nTFD7SRd__platform-desktop-ui {
        height:13px
    }
}

body:not(.base-text-page) .aside-menu-module_content__vSeH8bvH__platform-desktop-ui {
    padding: 15px
}

body:not(.base-text-page) .aside-menu-module_horseRacing__jpn-FGdf__platform-desktop-ui .aside-menu-module_leftWrap__WNHxHsa3__platform-desktop-ui {
    padding-bottom: 0
}

body:not(.base-text-page) .aside-menu-module_horseRacing__jpn-FGdf__platform-desktop-ui .aside-menu-module_title__iXSwgRH-__platform-desktop-ui {
    align-items: center;
    padding-top: 7px
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui {
    list-style: none;
    padding: 8px;
    margin: 0;
    width: 100%;
    max-width: 100%
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui li+li {
    margin-top: 5px
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListSvg__FGpbE2xf__platform-desktop-ui.aside-menu-module_asideMenuListActive__gDXhfsoe__platform-desktop-ui {
    color: var(--buttonMain)
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListItem__KAvWefYK__platform-desktop-ui {
    border-left: 3px solid transparent;
    position: relative;
    display: flex;
    justify-content: space-between;
    min-height: 41px;
    padding: 3px 6px;
    box-sizing: border-box;
    align-items: center;
    cursor: pointer;
    transition: background-color .15s ease,border-left .15s ease,box-shadow .15s ease;
    background-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 2;
    text-decoration: none
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListItem__KAvWefYK__platform-desktop-ui a {
    text-decoration: none
}

@media (hover: hover) {
    body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListItem__KAvWefYK__platform-desktop-ui:hover:not(.aside-menu-module_asideMenuListItemActive__LSm8S63d__platform-desktop-ui) {
        background-color:var(--topEventsFactorBg);
        border-left: 3px solid var(--starColor)
    }

    body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListItem__KAvWefYK__platform-desktop-ui:hover:not(.aside-menu-module_asideMenuListItemActive__LSm8S63d__platform-desktop-ui) .aside-menu-module_arrowHidden__0VPr9ODY__platform-desktop-ui {
        display: block
    }

    body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListItem__KAvWefYK__platform-desktop-ui:hover:not(.aside-menu-module_asideMenuListItemActive__LSm8S63d__platform-desktop-ui) .aside-menu-module_textAmount__N5x17RfU__platform-desktop-ui {
        display: none
    }
}

@media (hover: hover) {
    body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListItem__KAvWefYK__platform-desktop-ui:active:not(.aside-menu-module_asideMenuListItemActive__LSm8S63d__platform-desktop-ui) {
        transform:translateY(2px)
    }
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListItem__KAvWefYK__platform-desktop-ui .aside-menu-module_arrow__JEhR6oCO__platform-desktop-ui {
    transform: rotate(180deg);
    margin: 0 4px
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListItemActive__LSm8S63d__platform-desktop-ui .aside-menu-module_asideMenuListText__jTUVzftY__platform-desktop-ui {
    color: var(--buttonMain)
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListItemActive__LSm8S63d__platform-desktop-ui .aside-menu-module_asideMenuListAmount__Crus36J4__platform-desktop-ui {
    color: var(--eventModalBackground)
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListItemCabinet__e6ZQyn9B__platform-desktop-ui {
    justify-content: flex-start
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListItemCabinet__e6ZQyn9B__platform-desktop-ui .site-menu__link-text div {
    top: 0
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListItemCabinet__e6ZQyn9B__platform-desktop-ui:active {
    transform: none
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListItemCabinet__e6ZQyn9B__platform-desktop-ui.aside-menu-module_asideMenuListItemActive__LSm8S63d__platform-desktop-ui:hover {
    background: inherit;
    border-left: 3px solid transparent
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListOpened__gOQNEGBT__platform-desktop-ui {
    background-color: var(--topEventsFactorBg);
    border-left: 3px solid var(--starColor)
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListOpened__gOQNEGBT__platform-desktop-ui .aside-menu-module_asideMenuListIcon__RtMq4cgG__platform-desktop-ui {
    color: var(--buttonMain)
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListOpened__gOQNEGBT__platform-desktop-ui .aside-menu-module_arrow__JEhR6oCO__platform-desktop-ui {
    transform: rotate(0)
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListOpened__gOQNEGBT__platform-desktop-ui .aside-menu-module_arrowHidden__0VPr9ODY__platform-desktop-ui {
    display: block
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListOpened__gOQNEGBT__platform-desktop-ui .aside-menu-module_textAmount__N5x17RfU__platform-desktop-ui {
    display: none
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListOpened__gOQNEGBT__platform-desktop-ui .aside-menu-module_asideMenuListText__jTUVzftY__platform-desktop-ui {
    color: var(--buttonMain)
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListText__jTUVzftY__platform-desktop-ui {
    color: var(--mainColor);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    transition: color .15s ease;
    text-decoration: none;
    display: inline-block
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListText__jTUVzftY__platform-desktop-ui:first-letter {
    text-transform: uppercase
}

@media screen and (max-width: 1429px) {
    body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListText__jTUVzftY__platform-desktop-ui {
        font-size:12px
    }
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListSubmenu__B2kLyEh4__platform-desktop-ui {
    padding: 4px 0 4px 20px;
    list-style: none;
    margin: 0
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListSubmenu__B2kLyEh4__platform-desktop-ui li {
    padding-bottom: 2px
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListSubmenu__B2kLyEh4__platform-desktop-ui li a,body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListSubmenu__B2kLyEh4__platform-desktop-ui li span {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 2;
    color: var(--mainColor);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    transition: color .15s ease;
    text-decoration: none
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListSubmenu__B2kLyEh4__platform-desktop-ui li a:first-letter,body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListSubmenu__B2kLyEh4__platform-desktop-ui li span:first-letter {
    text-transform: uppercase
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListSubmenu__B2kLyEh4__platform-desktop-ui li a:hover,body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListSubmenu__B2kLyEh4__platform-desktop-ui li a.aside-menu-module_asideMenuListActive__gDXhfsoe__platform-desktop-ui,body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListSubmenu__B2kLyEh4__platform-desktop-ui li span:hover,body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListSubmenu__B2kLyEh4__platform-desktop-ui li span.aside-menu-module_asideMenuListActive__gDXhfsoe__platform-desktop-ui {
    color: var(--buttonMain)
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListAmount__Crus36J4__platform-desktop-ui {
    color: var(--eventHeading);
    font-size: 14px;
    font-weight: 500;
    padding-left: 10px
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListAmount__Crus36J4__platform-desktop-ui .aside-menu-module_arrow__JEhR6oCO__platform-desktop-ui {
    top: 50%;
    right: 10px;
    margin: -7px 0 0
}

@media screen and (max-width: 1429px) {
    body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListAmount__Crus36J4__platform-desktop-ui {
        font-size:12px
    }
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListIcon__RtMq4cgG__platform-desktop-ui {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    margin-top: -1px;
    top: 50%;
    transform: translateY(-50%);
    transition: filter .15s ease,color .15s ease;
    color: var(--mainColor)
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListIconRelative__bCovw8tw__platform-desktop-ui {
    position: relative;
    transform: translateY(0);
    top: 0;
    flex: 0 0 16px;
    min-width: 16px;
    margin-right: 15px
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListIconFavorite__bw9F8-kT__platform-desktop-ui {
    color: var(--buttonMain);
    width: 16px;
    height: 16px;
    position: absolute;
    left: 11px;
    margin-top: -1px;
    top: 50%;
    transform: translateY(-50%);
    transition: filter .15s ease,color .15s ease
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListSubitem__JlyTSxxQ__platform-desktop-ui {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0 10px 0 15px;
    align-items: flex-start
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListSubitem__JlyTSxxQ__platform-desktop-ui+body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListSubitem__JlyTSxxQ__platform-desktop-ui {
    margin-top: 12px
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListSubtext__1491EBOR__platform-desktop-ui {
    color: var(--subMenuColor);
    font-weight: 500;
    line-height: 16px;
    font-size: 12px;
    position: relative;
    top: -2px;
    padding-right: 15px
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListSubamount__M00QlII7__platform-desktop-ui {
    font-size: 12px;
    font-weight: 500;
    color: var(--eventHeading);
    line-height: 1
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListLinkSport__2wYpt213__platform-desktop-ui {
    text-decoration: none;
    position: relative;
    display: flex;
    padding-left: 30px
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListLinkSport__2wYpt213__platform-desktop-ui .aside-menu-module_asideMenuListMargin__J9GOntXo__platform-desktop-ui {
    margin-left: 30px;
    margin-right: 25px;
    padding-left: 0
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListLinkSport__2wYpt213__platform-desktop-ui.aside-menu-module_asideMenuListActive__gDXhfsoe__platform-desktop-ui {
    color: inherit
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListLinkSport__2wYpt213__platform-desktop-ui:visited {
    color: inherit
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListLinkSport__2wYpt213__platform-desktop-ui:hover .aside-menu-module_asideMenuListText__jTUVzftY__platform-desktop-ui {
    color: var(--buttonMain)
}

body:not(.base-text-page) .aside-menu-module_asideMenuList__Yn7hlnqU__platform-desktop-ui .aside-menu-module_asideMenuListNone__az-VdEmN__platform-desktop-ui {
    padding: 0
}

body:not(.base-text-page) .aside-menu-module_asideMenuSubmenu__Aixs42XH__platform-desktop-ui {
    margin: 8px 0
}

.form-select__floating-label {
    position: absolute;
    top: 16px;
    left: 16px;
    pointer-events: none;
    opacity: 0
}

.dropdown-button-module_wrapper__41jw5b70__platform-desktop-ui {
    position: relative
}

.dropdown-button-module_dropdown__sypIlviM__platform-desktop-ui {
    position: absolute;
    z-index: 1
}

.dropdown-button-module_top__TjBJ-FuV__platform-desktop-ui {
    bottom: 100%
}

.dropdown-button-module_middle__fQkH8HqI__platform-desktop-ui {
    top: 50%;
    transform: translateY(-50%)
}

.dropdown-button-module_bottom__v-QpfAov__platform-desktop-ui {
    top: 100%
}

.dropdown-button-module_left__FBq51hM2__platform-desktop-ui {
    right: 0
}

.dropdown-button-module_center__ooz1B63o__platform-desktop-ui {
    left: 50%;
    transform: translate(-50%)
}

.dropdown-button-module_right__macHXD4f__platform-desktop-ui {
    left: 0
}

.dropdown-button-module_middle__fQkH8HqI__platform-desktop-ui.dropdown-button-module_left__FBq51hM2__platform-desktop-ui {
    right: 100%
}

.dropdown-button-module_middle__fQkH8HqI__platform-desktop-ui.dropdown-button-module_center__ooz1B63o__platform-desktop-ui {
    transform: translate(-50%,-50%)
}

.dropdown-button-module_middle__fQkH8HqI__platform-desktop-ui.dropdown-button-module_right__macHXD4f__platform-desktop-ui {
    left: 100%
}

.header-settings-module_headerSettings__eXErklVa__platform-desktop-ui {
    align-items: center;
    display: flex;
    padding: 0 10px
}

.header-settings-module_headerSettings__eXErklVa__platform-desktop-ui .header-settings-module_appDropdownItem__dmhhHwa5__platform-desktop-ui {
    display: flex
}

.header-settings-module_headerSettings__eXErklVa__platform-desktop-ui .header-settings-module_headerSettingsOdds__8rqq0WnN__platform-desktop-ui .header-settings-module_appDropdownHolder__zudAeAlz__platform-desktop-ui {
    background: inherit;
    border: none;
    padding: 0
}

.header-settings-module_headerSettings__eXErklVa__platform-desktop-ui .header-settings-module_headerSettingsOdds__8rqq0WnN__platform-desktop-ui .header-settings-module_appDropdownHolder__zudAeAlz__platform-desktop-ui .svg-icon {
    fill: var(--settingColor);
    font-size: 20px;
    transition: fill .2s ease,transform .2s ease
}

.header-settings-module_headerSettings__eXErklVa__platform-desktop-ui .header-settings-module_headerSettingsOdds__8rqq0WnN__platform-desktop-ui .header-settings-module_appDropdownHolder__zudAeAlz__platform-desktop-ui:hover .svg-icon {
    fill: var(--iconDropdownPostColor)
}

.header-settings-module_headerSettings__eXErklVa__platform-desktop-ui .header-settings-module_headerSettingsOdds__8rqq0WnN__platform-desktop-ui .header-settings-module_appDropdownOpened__t-3qy-V9__platform-desktop-ui .header-settings-module_appDropdownHolder__zudAeAlz__platform-desktop-ui .svg-icon {
    fill: var(--iconDropdownPostColor);
    transform: rotate(135deg)
}

.header-settings-module_headerSettings__eXErklVa__platform-desktop-ui .header-settings-module_headerSettingsOdds__8rqq0WnN__platform-desktop-ui .header-settings-module_appDropdownItem__dmhhHwa5__platform-desktop-ui {
    align-items: center;
    display: flex;
    height: 28px
}

.header-settings-module_headerSettings__eXErklVa__platform-desktop-ui .header-settings-module_headerSettingsOdds__8rqq0WnN__platform-desktop-ui .header-settings-module_appDropdownItem__dmhhHwa5__platform-desktop-ui .header-settings-module_appDropdownIcon__knzarA79__platform-desktop-ui {
    display: flex;
    justify-content: center;
    width: 38px
}

.header-settings-module_headerSettings__eXErklVa__platform-desktop-ui .header-settings-module_headerSettingsOdds__8rqq0WnN__platform-desktop-ui .header-settings-module_appDropdownItem__dmhhHwa5__platform-desktop-ui .header-settings-module_appDropdownIcon__knzarA79__platform-desktop-ui .svg-icon {
    color: var(--oddsIconColor);
    fill: var(--changeOddsIcon);
    margin-left: 5px
}

.header-settings-module_headerSettings__eXErklVa__platform-desktop-ui .header-settings-module_headerSettingsOdds__8rqq0WnN__platform-desktop-ui .header-settings-module_appDropdownItem__dmhhHwa5__platform-desktop-ui .header-settings-module_appDropdownIcon__knzarA79__platform-desktop-ui.header-settings-module_appDropdownIconOdds__SkTK-Qgb__platform-desktop-ui {
    font-weight: 600;
    color: var(--oddsIconColor);
    transition: color .15s ease;
    font-size: 11px;
    margin: 0 4px
}

.header-settings-module_headerSettings__eXErklVa__platform-desktop-ui .header-settings-module_headerSettingsOdds__8rqq0WnN__platform-desktop-ui .header-settings-module_appDropdownItem__dmhhHwa5__platform-desktop-ui:hover .header-settings-module_appDropdownIconOdds__SkTK-Qgb__platform-desktop-ui {
    color: var(--oddsIconHoverColor)
}

.header-settings-module_headerSettings__eXErklVa__platform-desktop-ui .header-settings-module_headerSettingsOdds__8rqq0WnN__platform-desktop-ui .header-settings-module_appDropdownItemText__9cjjhdjc__platform-desktop-ui {
    line-height: normal;
    padding: 0 10px 0 0
}

.header-settings-module_headerSettings__eXErklVa__platform-desktop-ui .header-settings-module_headerSettingsOdds__8rqq0WnN__platform-desktop-ui .header-settings-module_appDropdownList__vz0YmJwX__platform-desktop-ui {
    top: 35px
}

.header-settings-module_headerSettings__eXErklVa__platform-desktop-ui .header-settings-module_headerSettingsLang__-HlBFepd__platform-desktop-ui {
    margin-left: 10px;
    position: relative
}

.header-settings-module_headerSettings__eXErklVa__platform-desktop-ui .header-settings-module_headerSettingsLang__-HlBFepd__platform-desktop-ui .header-settings-module_headerLang__HpIjl28m__platform-desktop-ui {
    align-items: center;
    cursor: pointer;
    display: flex
}

.header-settings-module_headerSettings__eXErklVa__platform-desktop-ui .header-settings-module_headerSettingsLang__-HlBFepd__platform-desktop-ui .header-settings-module_headerLang__HpIjl28m__platform-desktop-ui:hover .header-settings-module_headerLang__HpIjl28m__platform-desktop-ui {
    color: var(--headerLanguageHoverColor)
}

.header-settings-module_headerSettings__eXErklVa__platform-desktop-ui .header-settings-module_headerSettingsLang__-HlBFepd__platform-desktop-ui .header-settings-module_headerLang__HpIjl28m__platform-desktop-ui .header-settings-module_headerLangShort__UO9hORR5__platform-desktop-ui {
    color: var(--headerLanguageText, var(--filterTimeColor));
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    transition: color .2s ease
}

.header-settings-module_headerSettings__eXErklVa__platform-desktop-ui .header-settings-module_headerSettingsLang__-HlBFepd__platform-desktop-ui .header-settings-module_headerLang__HpIjl28m__platform-desktop-ui .header-settings-module_headerLangIcon__K8rwbCC2__platform-desktop-ui {
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    height: 21px;
    margin-right: 8px;
    overflow: hidden;
    position: relative;
    width: 21px
}

.header-settings-module_headerSettings__eXErklVa__platform-desktop-ui .header-settings-module_headerSettingsLang__-HlBFepd__platform-desktop-ui .header-settings-module_headerLang__HpIjl28m__platform-desktop-ui .header-settings-module_headerLangIcon__K8rwbCC2__platform-desktop-ui img {
    height: 23px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 28px
}

.header-settings-module_headerSettings__eXErklVa__platform-desktop-ui .header-settings-module_headerSettingsLang__-HlBFepd__platform-desktop-ui .header-settings-module_headerLang__HpIjl28m__platform-desktop-ui .header-settings-module_appDropdown__SFxlCBLX__platform-desktop-ui {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1
}

.header-settings-module_headerSettings__eXErklVa__platform-desktop-ui .header-settings-module_headerSettingsLang__-HlBFepd__platform-desktop-ui .header-settings-module_headerLang__HpIjl28m__platform-desktop-ui .header-settings-module_appDropdownHolder__zudAeAlz__platform-desktop-ui {
    opacity: 0
}

.header-settings-module_headerSettings__eXErklVa__platform-desktop-ui .header-settings-module_headerSettingsLang__-HlBFepd__platform-desktop-ui .header-settings-module_headerLang__HpIjl28m__platform-desktop-ui .header-settings-module_appDropdownList__vz0YmJwX__platform-desktop-ui {
    top: 35px
}

.header-settings-module_headerSettings__eXErklVa__platform-desktop-ui .header-settings-module_headerSettingsLang__-HlBFepd__platform-desktop-ui .header-settings-module_headerLang__HpIjl28m__platform-desktop-ui .header-settings-module_appDropdownFlagIcon__HF3rl2wO__platform-desktop-ui {
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    height: 21px;
    margin: 8px 0 8px 8px;
    overflow: hidden;
    position: relative;
    width: 21px
}

.header-settings-module_headerSettings__eXErklVa__platform-desktop-ui .header-settings-module_headerSettingsLang__-HlBFepd__platform-desktop-ui .header-settings-module_headerLang__HpIjl28m__platform-desktop-ui .header-settings-module_appDropdownFlagIcon__HF3rl2wO__platform-desktop-ui img {
    height: 21px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: auto
}

.modal-info {
    background-color: var(--eventModalBackground);
    position: absolute;
    flex-wrap: wrap;
    color: var(--white);
    font-size: 12px;
    line-height: 1.25;
    font-weight: 400;
    padding: 5px 12px 4px;
    text-align: center;
    width: 85px;
    align-items: center;
    border-radius: 3px;
    box-sizing: border-box;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    top: -10px;
    left: 50%;
    transform: translate(-50%,-100%);
    justify-content: center;
    pointer-events: none;
    display: none;
    z-index: 2
}

.modal-info:after {
    content: "";
    display: block;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid var(--eventModalBackground);
    bottom: -4px;
    width: 0;
    left: 50%;
    position: absolute;
    transform: translate(-50%)
}

.aside-global-settings-module_button__4r-MIjWu__platform-desktop-ui {
    display: flex;
    align-items: center;
    height: 40px;
    background: var(--eventModalBackground);
    color: var(--buttonText);
    padding: 0 var(--rowSectionPadding);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    border-radius: var(--baseBorderRadius);
    cursor: pointer;
    overflow: hidden
}

.aside-global-settings-module_button__4r-MIjWu__platform-desktop-ui .svg-icon {
    font-size: 18px
}

.aside-global-settings-module_buttonIcon__TTgwO60T__platform-desktop-ui {
    margin-right: 10px
}

.aside-global-settings-module_radio__xJ7Gbtvh__platform-desktop-ui {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 2px solid var(--globalSettingsModalColor);
    transition: border-color .2s ease;
    overflow: hidden
}

.aside-global-settings-module_radio__xJ7Gbtvh__platform-desktop-ui:before {
    content: "";
    display: block;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 2px solid transparent;
    background-color: rgba(var(--accentMainRGB),0);
    transition: background-color .2s ease;
    background-clip: padding-box
}

.aside-global-settings-module_active__0teOwZBu__platform-desktop-ui .aside-global-settings-module_radio__xJ7Gbtvh__platform-desktop-ui {
    border-color: var(--accentMain)
}

.aside-global-settings-module_active__0teOwZBu__platform-desktop-ui .aside-global-settings-module_radio__xJ7Gbtvh__platform-desktop-ui:before {
    background-color: rgba(var(--accentMainRGB),1)
}

.aside-global-settings-module_modal__MnqtRfye__platform-desktop-ui {
    width: 720px;
    font-size: 14px;
    color: var(--globalSettingsModalColor);
    background: var(--modalBackground);
    padding: 32px;
    border-radius: var(--modalBorderRadius)
}

.aside-global-settings-module_header__qoQw-nRs__platform-desktop-ui {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px
}

.aside-global-settings-module_section__2hpZPBSF__platform-desktop-ui {
    margin-bottom: 20px
}

.aside-global-settings-module_sectionHeader__YnZPibYa__platform-desktop-ui {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px
}

.aside-global-settings-module_oddsList__OCx8zFda__platform-desktop-ui {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px
}

.aside-global-settings-module_oddsItemWrapper__b-gwUVhr__platform-desktop-ui {
    width: 33%;
    padding: 4px
}

.aside-global-settings-module_oddsItem__grIzVlJj__platform-desktop-ui {
    position: relative;
    padding: 12px 12px 12px 40px;
    border: 1px solid var(--globalSettingsBorder);
    border-radius: var(--baseBorderRadius);
    box-shadow: 0 0 8px #0000;
    transition: box-shadow .3s ease
}

.aside-global-settings-module_oddsItem__grIzVlJj__platform-desktop-ui.aside-global-settings-module_active__0teOwZBu__platform-desktop-ui {
    border: 1px solid var(--accentMain)
}

.aside-global-settings-module_oddsItem__grIzVlJj__platform-desktop-ui .aside-global-settings-module_radio__xJ7Gbtvh__platform-desktop-ui {
    position: absolute;
    top: 13px;
    left: 14px
}

.aside-global-settings-module_oddsItem__grIzVlJj__platform-desktop-ui:not(.aside-global-settings-module_active__0teOwZBu__platform-desktop-ui) {
    cursor: pointer
}

.aside-global-settings-module_oddsItem__grIzVlJj__platform-desktop-ui:not(.aside-global-settings-module_active__0teOwZBu__platform-desktop-ui):hover {
    box-shadow: 0 0 4px #0003
}

.aside-global-settings-module_oddsItemFormat__hZKr5vwM__platform-desktop-ui {
    color: var(--accentMain);
    font-size: 12px;
    margin-top: 4px
}

.aside-global-settings-module_viewList__1JL290MS__platform-desktop-ui {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px
}

.aside-global-settings-module_viewItemWrapper__kRKlonJv__platform-desktop-ui {
    width: 50%;
    padding: 4px 8px
}

.aside-global-settings-module_viewItem__t1uwolXU__platform-desktop-ui.aside-global-settings-module_active__0teOwZBu__platform-desktop-ui img {
    border: 1px solid var(--accentMain)
}

.aside-global-settings-module_viewItem__t1uwolXU__platform-desktop-ui img {
    border: 1px solid transparent;
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--baseBorderRadius);
    box-shadow: 0 0 8px #0000;
    transition: box-shadow .3s ease
}

.aside-global-settings-module_viewItem__t1uwolXU__platform-desktop-ui:not(.aside-global-settings-module_active__0teOwZBu__platform-desktop-ui) {
    cursor: pointer
}

.aside-global-settings-module_viewItem__t1uwolXU__platform-desktop-ui:not(.aside-global-settings-module_active__0teOwZBu__platform-desktop-ui):hover img {
    box-shadow: 0 0 8px #0000004d
}

.aside-global-settings-module_viewItemTitle__FEO0klw-__platform-desktop-ui {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.aside-global-settings-module_viewItemTitle__FEO0klw-__platform-desktop-ui .aside-global-settings-module_radio__xJ7Gbtvh__platform-desktop-ui {
    margin-right: 10px
}

.aside-global-settings-module_applySettingsButton__mtToKoHU__platform-desktop-ui {
    margin-left: auto;
    margin-right: 0;
    min-width: 208px
}

.aside-global-settings-module_modal-modern-view__vx6cmCc0__platform-desktop-ui {
    -webkit-backdrop-filter: none;
    backdrop-filter: none
}

@keyframes aside-global-settings-module_rotateSettings__fDkz4Cvv__platform-desktop-ui {
    0%,30% {
        transform: rotate(0)
    }

    45% {
        transform: rotate(-360deg)
    }

    55% {
        transform: rotate(-720deg)
    }

    65% {
        transform: rotate(-1080deg);
        color: var(--buttonText)
    }

    90% {
        transform: rotate(-2160deg);
        color: var(--red)
    }

    92%,to {
        transform: rotate(2400deg);
        color: var(--red)
    }
}

@keyframes aside-global-settings-module_moveSettings__C0pl0aei__platform-desktop-ui {
    0%,90% {
        transform: translate(0)
    }

    92%,to {
        transform: translate(-50px)
    }
}

.breadcrumbs-module_live__We6ln6t6__platform-desktop-ui {
    height: 14px;
    background-color: var(--liveColor);
    border-radius: 5px;
    text-align: center;
    font-size: 7px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--buttonText);
    padding: 0 5px;
    display: flex;
    align-self: center;
    line-height: 14px
}

.breadcrumbs-module_live__We6ln6t6__platform-desktop-ui.breadcrumbs-module_liveFree__u3GBRsTa__platform-desktop-ui {
    position: static;
    background: var(--buttonsGray);
    display: inline-flex;
    margin: 2px 0 0;
    align-self: flex-start
}

.breadcrumbs-module_live__We6ln6t6__platform-desktop-ui.breadcrumbs-module_liveBig__e9lkgBem__platform-desktop-ui {
    padding: 0 10px;
    font-size: 12px;
    line-height: 23px;
    height: 22px;
    border-radius: 10px;
    margin: -1px 0 0 10px
}

.breadcrumbs-module_live__We6ln6t6__platform-desktop-ui.coupon-count {
    background-color: var(--betslipEventsCountBackground);
    color: var(--betslipEventsCountText, var(--white));
    border-radius: 50%;
    justify-content: center;
    width: 23px
}

.breadcrumbs-module_list__uGfYOw9y__platform-desktop-ui {
    display: flex;
    min-height: 28px;
    list-style: none;
    margin: 0;
    padding: 0 0 2px 5px;
    z-index: 1;
    width: calc(100% + 6px);
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-color: var(--mslScrollbarBg) transparent;
    scrollbar-width: thin
}

.breadcrumbs-module_list__uGfYOw9y__platform-desktop-ui::-webkit-scrollbar {
    width: var(--mslScrollbarWidth);
    height: 6px;
    background: var(--mslScrollbarBg)
}

.breadcrumbs-module_list__uGfYOw9y__platform-desktop-ui::-webkit-scrollbar-track {
    border-radius: var(--mslScrollbarBorderRadius)
}

.breadcrumbs-module_list__uGfYOw9y__platform-desktop-ui::-webkit-scrollbar-thumb {
    background-color: var(--mslScrollbarThumbColor);
    border: var(--mslScrollbarBorder);
    -webkit-transition: background-color .15s ease;
    transition: background-color .15s ease;
    border-radius: var(--mslScrollbarBorderRadius)
}

.breadcrumbs-module_list__uGfYOw9y__platform-desktop-ui:hover {
    scrollbar-color: var(--mslScrollbarThumbColor) transparent
}

.breadcrumbs-module_list__uGfYOw9y__platform-desktop-ui:hover::-webkit-scrollbar-thumb {
    background-color: var(--mslScrollbarThumbColorHover)
}

.breadcrumbs-module_list__uGfYOw9y__platform-desktop-ui.breadcrumbs-module_modern__h73J6Zwh__platform-desktop-ui {
    background: var(--mslBreadcrumbsBg);
    border-radius: var(--mslBreadcrumbsBorderRaduis);
    margin-bottom: 15px;
    box-shadow: var(--mslBreadcrumbsBoxShadow)
}

.breadcrumbs-module_item__XX9ykQ7s__platform-desktop-ui {
    color: var(--breadcrumbItemColor);
    display: inline-block;
    position: relative;
    white-space: nowrap;
    z-index: 1;
    margin: var(--mslBreadcrubmsItemMargin);
    border-radius: var(--mslBreadcrumbsItemBorderRadius);
    background: var(--mslBreadcrumbsItemBg)
}

.breadcrumbs-module_item__XX9ykQ7s__platform-desktop-ui a {
    color: inherit;
    text-decoration: none;
    transition: color .15s ease
}

.breadcrumbs-module_item__XX9ykQ7s__platform-desktop-ui a:hover {
    color: var(--breadcrumbItemColorActive)
}

.breadcrumbs-module_item__XX9ykQ7s__platform-desktop-ui span,.breadcrumbs-module_item__XX9ykQ7s__platform-desktop-ui h1 {
    align-items: center;
    display: flex;
    font-size: 12px;
    font-style: normal;
    line-height: 30px;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase
}

.breadcrumbs-module_item__XX9ykQ7s__platform-desktop-ui i {
    font-style: normal;
    text-transform: lowercase
}

.breadcrumbs-module_item__XX9ykQ7s__platform-desktop-ui h1 {
    font-weight: unset;
    margin: 0
}

.breadcrumbs-module_item__XX9ykQ7s__platform-desktop-ui.breadcrumbs-module_noEvents__oGxMoPri__platform-desktop-ui {
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.breadcrumbs-module_item__XX9ykQ7s__platform-desktop-ui.breadcrumbs-module_dots__jiq-ZbTr__platform-desktop-ui {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 25px;
    cursor: pointer
}

.breadcrumbs-module_item__XX9ykQ7s__platform-desktop-ui.breadcrumbs-module_dots__jiq-ZbTr__platform-desktop-ui>span {
    background-color: var(--breadcrumbItemColor);
    opacity: .3;
    border-radius: 5px;
    display: block;
    font-size: 0;
    padding: 3px;
    position: relative;
    transition: background .15s ease
}

.breadcrumbs-module_item__XX9ykQ7s__platform-desktop-ui.breadcrumbs-module_dots__jiq-ZbTr__platform-desktop-ui>span:before,.breadcrumbs-module_item__XX9ykQ7s__platform-desktop-ui.breadcrumbs-module_dots__jiq-ZbTr__platform-desktop-ui>span:after {
    background-color: var(--breadcrumbItemColor);
    border-radius: 5px;
    content: "";
    font-size: 0;
    padding: 3px;
    position: absolute;
    top: 0
}

.breadcrumbs-module_item__XX9ykQ7s__platform-desktop-ui.breadcrumbs-module_dots__jiq-ZbTr__platform-desktop-ui>span:before {
    left: -12px
}

.breadcrumbs-module_item__XX9ykQ7s__platform-desktop-ui.breadcrumbs-module_dots__jiq-ZbTr__platform-desktop-ui>span:after {
    left: 12px
}

.breadcrumbs-module_item__XX9ykQ7s__platform-desktop-ui:last-child {
    background: var(--mslBreadcrumbsItemLastBg)
}

.breadcrumbs-module_item__XX9ykQ7s__platform-desktop-ui:last-child a {
    cursor: default
}

.breadcrumbs-module_item__XX9ykQ7s__platform-desktop-ui:last-child span,.breadcrumbs-module_item__XX9ykQ7s__platform-desktop-ui:last-child h1 {
    color: var(--breadcrumbItemColorActive);
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.breadcrumbs-module_item__XX9ykQ7s__platform-desktop-ui:last-child:after {
    content: var(--mslBreadcrumbsItemLastAfterContent)
}

.breadcrumbs-module_item__XX9ykQ7s__platform-desktop-ui:before,.breadcrumbs-module_item__XX9ykQ7s__platform-desktop-ui:after {
    background-color: var(--breadcrumbItemBackground);
    border-left: 1px solid var(--breadcrumbBorderColor);
    border-right: 1px solid var(--breadcrumbBorderColor);
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -2
}

.breadcrumbs-module_item__XX9ykQ7s__platform-desktop-ui:before {
    border-top: 1px solid var(--breadcrumbBorderColor);
    top: -1px;
    transform: skew(30deg)
}

.breadcrumbs-module_item__XX9ykQ7s__platform-desktop-ui:after {
    content: var(--mslBreadcrumsItemAterContent);
    border-bottom: var(--mslBreadcrumsItemAterBorderBottom);
    bottom: var(--mslBreadcrumsItemAterBottom);
    top: var(--mslBreadcrumsItemAterTop);
    left: var(--mslBreadcrumsItemAterLeft);
    right: var(--mslBreadcrumsItemAterRight);
    transform: var(--mslBreadcrumsItemAterTransofrm)
}

.breadcrumbs-module_item__XX9ykQ7s__platform-desktop-ui:first-child {
    padding-right: 5px
}

.breadcrumbs-module_item__XX9ykQ7s__platform-desktop-ui:first-child:before,.breadcrumbs-module_item__XX9ykQ7s__platform-desktop-ui:first-child:after {
    border-left: 0
}

.breadcrumbs-module_item__XX9ykQ7s__platform-desktop-ui:first-child a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    width: 50px
}

.breadcrumbs-module_modern__h73J6Zwh__platform-desktop-ui .breadcrumbs-module_item__XX9ykQ7s__platform-desktop-ui:before {
    border-top: 0;
    top: 0
}

.breadcrumbs-module_modern__h73J6Zwh__platform-desktop-ui .breadcrumbs-module_item__XX9ykQ7s__platform-desktop-ui:after {
    border-bottom: 0;
    bottom: 0
}

.section-title-module_live__Y4Hn0LMz__platform-desktop-ui {
    height: 14px;
    background-color: var(--liveColor);
    border-radius: 5px;
    text-align: center;
    font-size: 7px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--buttonText);
    padding: 0 5px;
    display: flex;
    align-self: center;
    line-height: 14px
}

.section-title-module_live__Y4Hn0LMz__platform-desktop-ui.section-title-module_liveFree__NQU-iLLO__platform-desktop-ui {
    position: static;
    background: var(--buttonsGray);
    display: inline-flex;
    margin: 2px 0 0;
    align-self: flex-start
}

.section-title-module_live__Y4Hn0LMz__platform-desktop-ui.section-title-module_liveBig__a7fWS8rl__platform-desktop-ui {
    padding: 0 10px;
    font-size: 12px;
    line-height: 23px;
    height: 22px;
    border-radius: 10px;
    margin: -1px 0 0 10px
}

.section-title-module_live__Y4Hn0LMz__platform-desktop-ui.coupon-count {
    background-color: var(--betslipEventsCountBackground);
    color: var(--betslipEventsCountText, var(--white));
    border-radius: 50%;
    justify-content: center;
    width: 23px
}

.section-title-module_title__hm474aPn__platform-desktop-ui {
    box-sizing: border-box;
    display: flex;
    min-height: 100%;
    padding-top: 5px;
    position: relative
}

.section-title-module_title__hm474aPn__platform-desktop-ui .section-title-module_text__0CkX--zH__platform-desktop-ui {
    align-items: center;
    color: var(--buttonText);
    display: flex;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    min-height: 100%;
    padding: 4px 0;
    position: relative;
    text-transform: var(--asideTextTransform, uppercase);
    transition: color .15s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.section-title-module_title__hm474aPn__platform-desktop-ui .section-title-module_arrow__QiELkQX8__platform-desktop-ui {
    align-items: center;
    color: var(--buttonText);
    display: flex;
    justify-content: center;
    margin-left: -10px;
    min-height: 100%;
    position: relative;
    transform: rotate(180deg);
    transition: transform .15s ease,opacity 0s ease;
    width: 32px
}

.section-title-module_title__hm474aPn__platform-desktop-ui .section-title-module_amount__akxQwfD8__platform-desktop-ui {
    align-items: center;
    align-self: center;
    background-color: var(--buttonText);
    border-radius: 10px;
    color: var(--eventModalBackground);
    display: flex;
    font-size: 12px;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    margin-left: 10px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase
}

.section-title-module_title__hm474aPn__platform-desktop-ui .section-title-module_state__IRaXW5OG__platform-desktop-ui {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    height: 22px;
    min-width: 22px;
    background-color: var(--liveColor);
    color: var(--buttonText);
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    border-radius: 20px;
    margin-left: 10px;
    margin-top: -1px;
    padding: 0 5px;
    text-align: center;
    text-transform: uppercase
}

.section-title-module_title__hm474aPn__platform-desktop-ui .section-title-module_state__IRaXW5OG__platform-desktop-ui.coupon-count {
    background-color: var(--betslipEventsCountBackground)
}

.section-title-module_title__hm474aPn__platform-desktop-ui.section-title-module_open__eCIcj9KP__platform-desktop-ui .section-title-module_arrow__QiELkQX8__platform-desktop-ui {
    transform: rotate(0)
}

.section-title-module_title__hm474aPn__platform-desktop-ui.section-title-module_showLine__C1aYzBsT__platform-desktop-ui .section-title-module_text__0CkX--zH__platform-desktop-ui:after {
    background-color: var(--titleTopBorderColor);
    content: "";
    display: block;
    height: var(--sectionTitleHeight);
    left: 0;
    position: absolute;
    top: var(--sectionTitleTop);
    bottom: var(--sectionTitleBottom);
    transition: background-color .15s ease;
    width: 100%
}

.section-title-module_title__hm474aPn__platform-desktop-ui.section-title-module_showLine__C1aYzBsT__platform-desktop-ui.section-title-module_inactive__xWCj9MZQ__platform-desktop-ui .section-title-module_text__0CkX--zH__platform-desktop-ui:after {
    display: none
}

.section-title-module_title__hm474aPn__platform-desktop-ui.section-title-module_showLine__C1aYzBsT__platform-desktop-ui.section-title-module_red__YXVI7DaI__platform-desktop-ui .section-title-module_text__0CkX--zH__platform-desktop-ui:after {
    background-color: var(--liveColor)
}

.section-title-module_title__hm474aPn__platform-desktop-ui.section-title-module_showLine__C1aYzBsT__platform-desktop-ui.section-title-module_betSlip__V-sHT2eI__platform-desktop-ui .section-title-module_text__0CkX--zH__platform-desktop-ui:after {
    background-color: var(--betslipEventsCountBackground)
}

.section-title-module_title__hm474aPn__platform-desktop-ui.section-title-module_inactive__xWCj9MZQ__platform-desktop-ui .section-title-module_text__0CkX--zH__platform-desktop-ui {
    color: var(--headingInactiveTextColor)
}

.section-title-module_title__hm474aPn__platform-desktop-ui.section-title-module_inactive__xWCj9MZQ__platform-desktop-ui:hover .section-title-module_text__0CkX--zH__platform-desktop-ui {
    color: var(--buttonText)
}

.section-title-module_title__hm474aPn__platform-desktop-ui.section-title-module_pointer__J-9-anwk__platform-desktop-ui {
    cursor: pointer
}

.section-title-module_title__hm474aPn__platform-desktop-ui.section-title-module_inheritAll__OlvxQerI__platform-desktop-ui {
    min-height: unset
}

.section-title-module_title__hm474aPn__platform-desktop-ui.section-title-module_inheritAll__OlvxQerI__platform-desktop-ui .section-title-module_text__0CkX--zH__platform-desktop-ui {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    padding-top: 0
}

.section-title-module_title__hm474aPn__platform-desktop-ui.section-title-module_inheritFontSize__-zl-gvd-__platform-desktop-ui .section-title-module_text__0CkX--zH__platform-desktop-ui {
    font-size: inherit
}

.section-title-module_title__hm474aPn__platform-desktop-ui.section-title-module_whiteCircle__pzEZhPhL__platform-desktop-ui .section-title-module_state__IRaXW5OG__platform-desktop-ui {
    background: var(--white);
    color: inherit
}

.section-title-module_title__hm474aPn__platform-desktop-ui.section-title-module_inheritColor__7ScWA-xa__platform-desktop-ui {
    color: inherit
}

.section-title-module_title__hm474aPn__platform-desktop-ui.section-title-module_centered__y1eR-Wrx__platform-desktop-ui .section-title-module_text__0CkX--zH__platform-desktop-ui {
    display: block;
    text-align: center;
    width: 100%
}

.section-title-module_title__hm474aPn__platform-desktop-ui.section-title-module_landing__0W3mZw-y__platform-desktop-ui.section-title-module_text__0CkX--zH__platform-desktop-ui {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis
}

.sport-league-icon-module_holder__yX50vcc2__platform-desktop-ui {
    align-items: center;
    display: flex;
    margin-right: 12px;
    position: relative
}

.sport-league-icon-module_sportHolder__6-i3KczL__platform-desktop-ui {
    margin-right: 8px;
    position: relative
}

.sport-league-icon-module_sportHolder__6-i3KczL__platform-desktop-ui img {
    display: block;
    max-width: 18px
}

.sport-league-icon-module_leagueHolder__US9rnEvA__platform-desktop-ui {
    position: relative;
    width: 20px
}

.welcome-bonus-default-module_signUpBonus__A9-u-h3v__platform-desktop-ui {
    border-bottom: 1px solid var(--formStepBorder);
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
    padding: 0 0 15px;
    position: relative
}

.welcome-bonus-default-module_signUpBonus__A9-u-h3v__platform-desktop-ui .welcome-bonus-default-module_item__mXMTHMsW__platform-desktop-ui {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 0 30px
}

.welcome-bonus-default-module_signUpBonus__A9-u-h3v__platform-desktop-ui .welcome-bonus-default-module_item__mXMTHMsW__platform-desktop-ui:not(.welcome-bonus-default-module_active__KyCa3Mf4__platform-desktop-ui) {
    cursor: pointer
}

.welcome-bonus-default-module_signUpBonus__A9-u-h3v__platform-desktop-ui .welcome-bonus-default-module_item__mXMTHMsW__platform-desktop-ui:hover .welcome-bonus-default-module_itemTitle__UaeHbN3t__platform-desktop-ui,.welcome-bonus-default-module_signUpBonus__A9-u-h3v__platform-desktop-ui .welcome-bonus-default-module_item__mXMTHMsW__platform-desktop-ui.welcome-bonus-default-module_active__KyCa3Mf4__platform-desktop-ui .welcome-bonus-default-module_itemTitle__UaeHbN3t__platform-desktop-ui,.welcome-bonus-default-module_signUpBonus__A9-u-h3v__platform-desktop-ui .welcome-bonus-default-module_item__mXMTHMsW__platform-desktop-ui:hover .welcome-bonus-default-module_itemTitle__UaeHbN3t__platform-desktop-ui .svg-icon,.welcome-bonus-default-module_signUpBonus__A9-u-h3v__platform-desktop-ui .welcome-bonus-default-module_item__mXMTHMsW__platform-desktop-ui.welcome-bonus-default-module_active__KyCa3Mf4__platform-desktop-ui .welcome-bonus-default-module_itemTitle__UaeHbN3t__platform-desktop-ui .svg-icon {
    color: var(--buttonMain)
}

.welcome-bonus-default-module_signUpBonus__A9-u-h3v__platform-desktop-ui .welcome-bonus-default-module_item__mXMTHMsW__platform-desktop-ui.welcome-bonus-default-module_disabled__U4PHwukp__platform-desktop-ui {
    cursor: default;
    pointer-events: none
}

.welcome-bonus-default-module_signUpBonus__A9-u-h3v__platform-desktop-ui .welcome-bonus-default-module_item__mXMTHMsW__platform-desktop-ui:nth-child(n+2) {
    border-left: 1px solid var(--formStepBorder)
}

.welcome-bonus-default-module_signUpBonus__A9-u-h3v__platform-desktop-ui .welcome-bonus-default-module_itemTitle__UaeHbN3t__platform-desktop-ui {
    align-items: center;
    color: var(--mainColor);
    display: flex;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: color .2s ease
}

.welcome-bonus-default-module_signUpBonus__A9-u-h3v__platform-desktop-ui .welcome-bonus-default-module_itemTitle__UaeHbN3t__platform-desktop-ui .svg-icon {
    color: var(--inputColor);
    display: block;
    font-size: 24px;
    margin-right: 8px;
    position: relative;
    top: -1px;
    transition: color .2s ease
}

.welcome-bonus-default-module_signUpBonus__A9-u-h3v__platform-desktop-ui .welcome-bonus-default-module_itemText__dUItJ0hM__platform-desktop-ui {
    color: var(--inputColor);
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin: 8px 0 0
}

.welcome-bonus-default-module_fakeRadioButton__AOL1E0D-__platform-desktop-ui {
    background-color: var(--eventSelected);
    border: 1px solid var(--menuSectionBorder);
    border-color: var(--eventSelected);
    border-radius: 50%;
    display: block;
    height: 18px;
    margin-right: 10px;
    position: relative;
    transition: border-color .15s ease;
    width: 18px
}

.welcome-bonus-default-module_fakeRadioButton__AOL1E0D-__platform-desktop-ui:after {
    background: var(--buttonMain);
    border-radius: 50%;
    content: "";
    display: block;
    height: 8px;
    left: 50%;
    margin: -4px 0 0 -4px;
    position: absolute;
    top: 50%;
    transform: scale(0);
    transition: transform .15s ease;
    width: 8px
}

.welcome-bonus-default-module_fakeRadioButton__AOL1E0D-__platform-desktop-ui.welcome-bonus-default-module_active__KyCa3Mf4__platform-desktop-ui:after {
    opacity: 1;
    transform: scale(1)
}

.welcome-bonus-phone-module_signUpBonus__w7tlSx8M__platform-desktop-ui {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -30px
}

.welcome-bonus-phone-module_signUpBonus__w7tlSx8M__platform-desktop-ui .welcome-bonus-phone-module_item__RjQe-WzP__platform-desktop-ui {
    background: var(--white);
    border: 1px solid var(--welcomeBonusItemBorder);
    border-radius: 5px;
    box-shadow: 0 0 10px var(--welcomeBonusRegisterBlockShadow);
    color: var(--eventHeading);
    display: flex;
    flex: 1;
    flex-direction: column;
    margin: 0 15px;
    padding: 12px 15px 12px 25px;
    position: relative;
    transition: color .2s ease,background-color .2s ease,border-color .2s ease
}

.welcome-bonus-phone-module_signUpBonus__w7tlSx8M__platform-desktop-ui .welcome-bonus-phone-module_item__RjQe-WzP__platform-desktop-ui:not(.welcome-bonus-phone-module_active__pEiD6RNJ__platform-desktop-ui) {
    cursor: pointer
}

.welcome-bonus-phone-module_signUpBonus__w7tlSx8M__platform-desktop-ui .welcome-bonus-phone-module_item__RjQe-WzP__platform-desktop-ui:hover,.welcome-bonus-phone-module_signUpBonus__w7tlSx8M__platform-desktop-ui .welcome-bonus-phone-module_item__RjQe-WzP__platform-desktop-ui.welcome-bonus-phone-module_active__pEiD6RNJ__platform-desktop-ui {
    background: var(--welcomeBonusActiveItemBG);
    border-color: var(--welcomeBonusActiveItemBorder);
    color: var(--white)
}

.welcome-bonus-phone-module_signUpBonus__w7tlSx8M__platform-desktop-ui .welcome-bonus-phone-module_item__RjQe-WzP__platform-desktop-ui:hover .welcome-bonus-phone-module_itemTitle__LsUBNAxt__platform-desktop-ui .svg-icon,.welcome-bonus-phone-module_signUpBonus__w7tlSx8M__platform-desktop-ui .welcome-bonus-phone-module_item__RjQe-WzP__platform-desktop-ui.welcome-bonus-phone-module_active__pEiD6RNJ__platform-desktop-ui .welcome-bonus-phone-module_itemTitle__LsUBNAxt__platform-desktop-ui .svg-icon {
    color: var(--white)
}

.welcome-bonus-phone-module_signUpBonus__w7tlSx8M__platform-desktop-ui .welcome-bonus-phone-module_item__RjQe-WzP__platform-desktop-ui.welcome-bonus-phone-module_disabled__8opX3hVE__platform-desktop-ui {
    cursor: default;
    pointer-events: none
}

.welcome-bonus-phone-module_signUpBonus__w7tlSx8M__platform-desktop-ui .welcome-bonus-phone-module_itemTitle__LsUBNAxt__platform-desktop-ui {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.welcome-bonus-phone-module_signUpBonus__w7tlSx8M__platform-desktop-ui .welcome-bonus-phone-module_itemTitle__LsUBNAxt__platform-desktop-ui .svg-icon {
    color: var(--welcomeBonusIcon);
    display: block;
    font-size: 24px;
    margin-right: 8px;
    position: relative;
    top: -1px;
    transition: color .2s ease
}

.welcome-bonus-phone-module_signUpBonus__w7tlSx8M__platform-desktop-ui .welcome-bonus-phone-module_itemText__0aLyWSD5__platform-desktop-ui {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin: 8px 0 0
}

.welcome-bonus-phone-module_fakeRadioButton__rSAqQ8dl__platform-desktop-ui {
    align-items: center;
    background: var(--white);
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    display: flex;
    height: 20px;
    justify-content: center;
    left: -10px;
    position: absolute;
    top: 13px;
    transition: border-color .2s ease;
    width: 20px
}

.welcome-bonus-phone-module_fakeRadioButton__rSAqQ8dl__platform-desktop-ui:after {
    background: #c1cdce;
    border-radius: 50%;
    content: "";
    display: block;
    height: 10px;
    transition: background-color .2s ease;
    width: 10px
}

.welcome-bonus-phone-module_fakeRadioButton__rSAqQ8dl__platform-desktop-ui.welcome-bonus-phone-module_active__pEiD6RNJ__platform-desktop-ui {
    border-color: var(--welcomeBonusActiveItemBorder)
}

.welcome-bonus-phone-module_fakeRadioButton__rSAqQ8dl__platform-desktop-ui.welcome-bonus-phone-module_active__pEiD6RNJ__platform-desktop-ui:after {
    background: var(--welcomeBonusIcon)
}

.welcome-bonus-esport-module_signUpBonus__1m7iogwA__platform-desktop-ui {
    align-items: center;
    display: flex
}

.welcome-bonus-esport-module_signUpBonus__1m7iogwA__platform-desktop-ui .welcome-bonus-esport-module_item__fjV79727__platform-desktop-ui {
    align-items: self-start;
    background: var(--wBCardBg);
    border-radius: 16px;
    color: var(--wBCard);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 93px;
    padding: 16px 10px 16px 80px;
    position: relative;
    width: 260px
}

.welcome-bonus-esport-module_signUpBonus__1m7iogwA__platform-desktop-ui .welcome-bonus-esport-module_item__fjV79727__platform-desktop-ui:nth-child(2) {
    margin: 0 20px
}

@media (max-width: 992px) {
    .welcome-bonus-esport-module_signUpBonus__1m7iogwA__platform-desktop-ui .welcome-bonus-esport-module_item__fjV79727__platform-desktop-ui:nth-child(2) {
        margin:0 5px
    }
}

.welcome-bonus-esport-module_signUpBonus__1m7iogwA__platform-desktop-ui .welcome-bonus-esport-module_item__fjV79727__platform-desktop-ui.welcome-bonus-esport-module_active__R9f92pZ3__platform-desktop-ui {
    background-color: var(--wBCardActiveBg);
    color: var(--wBCardActive)
}

.welcome-bonus-esport-module_signUpBonus__1m7iogwA__platform-desktop-ui .welcome-bonus-esport-module_item__fjV79727__platform-desktop-ui.welcome-bonus-esport-module_active__R9f92pZ3__platform-desktop-ui .welcome-bonus-esport-module_svgWrap__DumBzxYU__platform-desktop-ui .svg-icon {
    color: var(--wBCardIconActive)
}

.welcome-bonus-esport-module_signUpBonus__1m7iogwA__platform-desktop-ui .welcome-bonus-esport-module_item__fjV79727__platform-desktop-ui.welcome-bonus-esport-module_disabled__5cVeG99O__platform-desktop-ui {
    cursor: default;
    pointer-events: none
}

.welcome-bonus-esport-module_signUpBonus__1m7iogwA__platform-desktop-ui .welcome-bonus-esport-module_item__fjV79727__platform-desktop-ui.welcome-bonus-esport-module_disabled__5cVeG99O__platform-desktop-ui .welcome-bonus-esport-module_cardItemSvgWrap__Ci3W1S5z__platform-desktop-ui {
    filter: grayscale(1)
}

.welcome-bonus-esport-module_signUpBonus__1m7iogwA__platform-desktop-ui .welcome-bonus-esport-module_itemTitle__i8Aa4i7t__platform-desktop-ui {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .03em;
    margin-bottom: 5px;
    text-transform: uppercase
}

.welcome-bonus-esport-module_signUpBonus__1m7iogwA__platform-desktop-ui .welcome-bonus-esport-module_itemText__YF5oLOob__platform-desktop-ui {
    font-size: 14px
}

.welcome-bonus-esport-module_signUpBonus__1m7iogwA__platform-desktop-ui .welcome-bonus-esport-module_svgWrap__DumBzxYU__platform-desktop-ui {
    left: 20px;
    position: absolute;
    top: 16px
}

.welcome-bonus-esport-module_signUpBonus__1m7iogwA__platform-desktop-ui .welcome-bonus-esport-module_svgWrap__DumBzxYU__platform-desktop-ui .svg-icon {
    height: 42px;
    min-width: 42px;
    width: 42px
}

.welcome-bonus-registration-page-module_signUpBonus__mN3ubiAI__platform-desktop-ui {
    align-items: center;
    border: none;
    display: flex;
    height: 112px;
    justify-content: space-between;
    position: relative;
    width: 700px
}

.welcome-bonus-registration-page-module_signUpBonus__mN3ubiAI__platform-desktop-ui .welcome-bonus-registration-page-module_item__9IPMBiAb__platform-desktop-ui {
    border-left: none;
    border-top: 6px solid transparent;
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 0 30px;
    position: relative
}

.welcome-bonus-registration-page-module_signUpBonus__mN3ubiAI__platform-desktop-ui .welcome-bonus-registration-page-module_item__9IPMBiAb__platform-desktop-ui:not(.welcome-bonus-registration-page-module_active__dMRx-lLz__platform-desktop-ui) {
    cursor: pointer
}

.welcome-bonus-registration-page-module_signUpBonus__mN3ubiAI__platform-desktop-ui .welcome-bonus-registration-page-module_item__9IPMBiAb__platform-desktop-ui.welcome-bonus-registration-page-module_active__dMRx-lLz__platform-desktop-ui {
    border-top-color: var(--buttonMain)
}

.welcome-bonus-registration-page-module_signUpBonus__mN3ubiAI__platform-desktop-ui .welcome-bonus-registration-page-module_item__9IPMBiAb__platform-desktop-ui.welcome-bonus-registration-page-module_active__dMRx-lLz__platform-desktop-ui .welcome-bonus-registration-page-module_itemTitle__yLn3PnG2__platform-desktop-ui,.welcome-bonus-registration-page-module_signUpBonus__mN3ubiAI__platform-desktop-ui .welcome-bonus-registration-page-module_item__9IPMBiAb__platform-desktop-ui.welcome-bonus-registration-page-module_active__dMRx-lLz__platform-desktop-ui .welcome-bonus-registration-page-module_itemTitle__yLn3PnG2__platform-desktop-ui .svg-icon {
    color: var(--buttonMain)
}

.welcome-bonus-registration-page-module_signUpBonus__mN3ubiAI__platform-desktop-ui .welcome-bonus-registration-page-module_item__9IPMBiAb__platform-desktop-ui.welcome-bonus-registration-page-module_active__dMRx-lLz__platform-desktop-ui:first-child {
    border-top-left-radius: 3px
}

.welcome-bonus-registration-page-module_signUpBonus__mN3ubiAI__platform-desktop-ui .welcome-bonus-registration-page-module_item__9IPMBiAb__platform-desktop-ui.welcome-bonus-registration-page-module_active__dMRx-lLz__platform-desktop-ui:last-child {
    border-top-right-radius: 3px
}

.welcome-bonus-registration-page-module_signUpBonus__mN3ubiAI__platform-desktop-ui .welcome-bonus-registration-page-module_item__9IPMBiAb__platform-desktop-ui.welcome-bonus-registration-page-module_active__dMRx-lLz__platform-desktop-ui .welcome-bonus-registration-page-module_itemText__6VQRIHvh__platform-desktop-ui {
    color: var(--menuActiveColor)
}

.welcome-bonus-registration-page-module_signUpBonus__mN3ubiAI__platform-desktop-ui .welcome-bonus-registration-page-module_item__9IPMBiAb__platform-desktop-ui:hover .welcome-bonus-registration-page-module_itemTitle__yLn3PnG2__platform-desktop-ui,.welcome-bonus-registration-page-module_signUpBonus__mN3ubiAI__platform-desktop-ui .welcome-bonus-registration-page-module_item__9IPMBiAb__platform-desktop-ui:hover .welcome-bonus-registration-page-module_itemTitle__yLn3PnG2__platform-desktop-ui .svg-icon {
    color: var(--buttonMain)
}

.welcome-bonus-registration-page-module_signUpBonus__mN3ubiAI__platform-desktop-ui .welcome-bonus-registration-page-module_item__9IPMBiAb__platform-desktop-ui.welcome-bonus-registration-page-module_disabled__ax-kgzE1__platform-desktop-ui {
    cursor: default;
    pointer-events: none
}

.welcome-bonus-registration-page-module_signUpBonus__mN3ubiAI__platform-desktop-ui .welcome-bonus-registration-page-module_item__9IPMBiAb__platform-desktop-ui:not(:first-child):after {
    border-left: 1px solid rgba(255,255,255,.3);
    content: "";
    height: 60px;
    left: 0;
    position: absolute
}

.welcome-bonus-registration-page-module_signUpBonus__mN3ubiAI__platform-desktop-ui .welcome-bonus-registration-page-module_itemTitle__yLn3PnG2__platform-desktop-ui {
    align-items: center;
    color: var(--inputColor);
    display: flex;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: color .15s ease
}

.welcome-bonus-registration-page-module_signUpBonus__mN3ubiAI__platform-desktop-ui .welcome-bonus-registration-page-module_itemTitle__yLn3PnG2__platform-desktop-ui .svg-icon {
    color: var(--inputColor);
    display: block;
    font-size: 24px;
    margin-right: 8px;
    position: relative;
    top: -1px;
    transition: color .15s ease
}

.welcome-bonus-registration-page-module_signUpBonus__mN3ubiAI__platform-desktop-ui .welcome-bonus-registration-page-module_itemText__6VQRIHvh__platform-desktop-ui {
    color: var(--inputColor);
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin: 8px 0 0;
    transition: color .15s ease
}

.welcome-bonus-registration-page-module_fakeRadioButton__RC2XM4t3__platform-desktop-ui {
    background-color: var(--eventSelected);
    border: 1px solid var(--menuSectionBorder);
    border-color: var(--eventSelected);
    border-radius: 50%;
    display: block;
    height: 18px;
    margin-right: 10px;
    position: relative;
    transition: border-color .15s ease;
    width: 18px
}

.welcome-bonus-registration-page-module_fakeRadioButton__RC2XM4t3__platform-desktop-ui:after {
    background: var(--buttonMain);
    border-radius: 50%;
    content: "";
    display: block;
    height: 8px;
    left: 50%;
    margin: -4px 0 0 -4px;
    position: absolute;
    top: 50%;
    transform: scale(0);
    transition: transform .15s ease;
    width: 8px
}

.welcome-bonus-registration-page-module_fakeRadioButton__RC2XM4t3__platform-desktop-ui:not(.welcome-bonus-registration-page-module_active__dMRx-lLz__platform-desktop-ui):after {
    background: var(--inputColor);
    height: 14px;
    margin: -7px 0 0 -7px;
    transform: scale(1);
    width: 14px
}

.welcome-bonus-registration-page-module_fakeRadioButton__RC2XM4t3__platform-desktop-ui.welcome-bonus-registration-page-module_active__dMRx-lLz__platform-desktop-ui:after {
    opacity: 1;
    transform: scale(1)
}

.welcome-bonus-registration-page-module_signUpBonusOneStep__cMatAeot__platform-desktop-ui {
    border-radius: 8px 8px 0 0
}

.welcome-bonus-registration-page-module_signUpBonusOneStep__cMatAeot__platform-desktop-ui .welcome-bonus-registration-page-module_item__9IPMBiAb__platform-desktop-ui {
    border-top: 2px solid transparent;
    padding: 12px;
    justify-content: flex-start
}

.welcome-bonus-registration-page-module_signUpBonusOneStep__cMatAeot__platform-desktop-ui .welcome-bonus-registration-page-module_item__9IPMBiAb__platform-desktop-ui.welcome-bonus-registration-page-module_active__dMRx-lLz__platform-desktop-ui {
    border-top-color: var(--buttonMain)
}

.welcome-bonus-registration-page-module_signUpBonusOneStep__cMatAeot__platform-desktop-ui .welcome-bonus-registration-page-module_item__9IPMBiAb__platform-desktop-ui.welcome-bonus-registration-page-module_active__dMRx-lLz__platform-desktop-ui:first-child {
    border-top-left-radius: 8px
}

.welcome-bonus-registration-page-module_signUpBonusOneStep__cMatAeot__platform-desktop-ui .welcome-bonus-registration-page-module_item__9IPMBiAb__platform-desktop-ui.welcome-bonus-registration-page-module_active__dMRx-lLz__platform-desktop-ui:last-child {
    border-top-right-radius: 8px
}

.welcome-bonus-registration-page-module_signUpBonusOneStep__cMatAeot__platform-desktop-ui .welcome-bonus-registration-page-module_item__9IPMBiAb__platform-desktop-ui.welcome-bonus-registration-page-module_active__dMRx-lLz__platform-desktop-ui .welcome-bonus-registration-page-module_itemText__6VQRIHvh__platform-desktop-ui,.welcome-bonus-registration-page-module_signUpBonusOneStep__cMatAeot__platform-desktop-ui .welcome-bonus-registration-page-module_item__9IPMBiAb__platform-desktop-ui:hover .welcome-bonus-registration-page-module_itemText__6VQRIHvh__platform-desktop-ui {
    color: var(--buttonMain)
}

.welcome-bonus-registration-page-module_signUpBonusOneStep__cMatAeot__platform-desktop-ui .welcome-bonus-registration-page-module_fakeRadioButton__RC2XM4t3__platform-desktop-ui {
    background-color: transparent;
    border: 1px solid #6F7B8D;
    border-color: #6f7b8d;
    height: 16px;
    width: 16px;
    margin-right: 8px
}

.welcome-bonus-registration-page-module_signUpBonusOneStep__cMatAeot__platform-desktop-ui .welcome-bonus-registration-page-module_fakeRadioButton__RC2XM4t3__platform-desktop-ui:after {
    background: var(--buttonMain);
    border-radius: 50%;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    left: 50%;
    margin: -5px 0 0 -5px;
    position: absolute;
    top: 50%;
    transform: scale(0);
    transition: transform .15s ease,opacity .15s ease
}

.welcome-bonus-registration-page-module_signUpBonusOneStep__cMatAeot__platform-desktop-ui .welcome-bonus-registration-page-module_fakeRadioButton__RC2XM4t3__platform-desktop-ui:not(.welcome-bonus-registration-page-module_active__dMRx-lLz__platform-desktop-ui):after {
    background: transparent;
    height: 14px;
    margin: -7px 0 0 -7px;
    transform: scale(1);
    width: 14px;
    opacity: .5
}

.welcome-bonus-registration-page-module_signUpBonusOneStep__cMatAeot__platform-desktop-ui .welcome-bonus-registration-page-module_fakeRadioButton__RC2XM4t3__platform-desktop-ui.welcome-bonus-registration-page-module_active__dMRx-lLz__platform-desktop-ui {
    border-color: var(--buttonMain)
}

.welcome-bonus-registration-page-module_signUpBonusOneStep__cMatAeot__platform-desktop-ui .welcome-bonus-registration-page-module_fakeRadioButton__RC2XM4t3__platform-desktop-ui.welcome-bonus-registration-page-module_active__dMRx-lLz__platform-desktop-ui:after {
    opacity: 1;
    transform: scale(1)
}

:root .rcs-custom-scroll {
    min-height: 0;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    min-width: 0
}

:root .rcs-custom-scroll .rcs-outer-container {
    overflow: hidden
}

:root .rcs-custom-scroll .rcs-outer-container .rcs-positioning {
    position: relative
}

:root .rcs-custom-scroll .rcs-outer-container:hover .rcs-custom-scrollbar {
    opacity: 1;
    transition-duration: .2s
}

:root .rcs-custom-scroll .rcs-inner-container {
    overflow-x: hidden;
    overflow-y: scroll;
    margin-right: -17px!important;
    -webkit-overflow-scrolling: touch
}

:root .rcs-custom-scroll .rcs-inner-container:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 0;
    background-image: linear-gradient(to bottom,#0003,#0000000d 60%,#0000);
    pointer-events: none;
    transition: height .1s ease-in
}

:root .rcs-custom-scroll .rcs-inner-container.rcs-content-scrolled:after {
    height: 5px;
    transition: height .15s ease-out
}

:root .rcs-custom-scroll.rcs-scroll-handle-dragged .rcs-inner-container {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

:root .rcs-custom-scroll .rcs-custom-scrollbar {
    position: absolute;
    height: 100%;
    width: 3px;
    right: 1px;
    opacity: 0;
    z-index: 3;
    transition: opacity .4s ease-out;
    padding: 6px 0;
    box-sizing: border-box;
    pointer-events: none
}

:root .rcs-custom-scroll .rcs-custom-scrollbar.rcs-custom-scrollbar-rtl {
    right: auto;
    left: 3px
}

:root .rcs-custom-scroll.rcs-scroll-handle-dragged .rcs-custom-scrollbar {
    opacity: 1
}

:root .rcs-custom-scroll .rcs-custom-scroll-handle {
    position: absolute;
    width: 100%;
    top: 0
}

:root .rcs-custom-scroll .rcs-inner-handle {
    height: calc(100% - 12px);
    margin-top: 6px;
    background-color: #0fa810b3;
    border-radius: 3px
}

:root .aside .rcs-custom-scroll {
    max-width: initial;
    width: auto;
    margin-left: var(--baseDescPadding);
    margin-right: var(--baseDescPadding);
    min-width: 100%
}

:root .aside .rcs-inner-container {
    padding: 0 var(--basePadding);
    margin-right: -17px!important
}

:root .aside__cabinet .rcs-inner-container {
    padding: 0 var(--basePadding);
    margin-right: -17px!important
}

:root .right-section .rcs-custom-scroll {
    max-width: initial;
    width: auto;
    margin-left: var(--baseDescPadding);
    margin-right: var(--baseDescPadding);
    min-width: 100%
}

:root .right-section .rcs-inner-container {
    padding: 0 var(--basePadding);
    margin-right: -17px!important
}

:root .coupon-notification .rcs-custom-scrollbar {
    opacity: 1!important
}

:root body:-webkit-full-screen .rcs-inner-container {
    overflow: visible
}

.odds-booster-classic-module_wrapper__rGRf8Ozz__platform-desktop-ui {
    padding: 16px
}

.odds-booster-modern-module_wrapper__wPfpU0or__platform-desktop-ui {
    position: relative
}

.odds-booster-modern-module_wrapper__wPfpU0or__platform-desktop-ui .horizontal-menu__arrow-wrapper--left {
    opacity: 1!important;
    left: auto;
    right: 32px;
    border-radius: var(--oddsBoosterBaseBorderRadius) 0 0 var(--oddsBoosterBaseBorderRadius)
}

.odds-booster-modern-module_wrapper__wPfpU0or__platform-desktop-ui .horizontal-menu__arrow-wrapper--left:disabled {
    display: flex
}

.odds-booster-modern-module_wrapper__wPfpU0or__platform-desktop-ui .horizontal-menu__arrow-wrapper--right {
    opacity: 1!important;
    border-radius: 0 var(--oddsBoosterBaseBorderRadius) var(--oddsBoosterBaseBorderRadius) 0
}

.odds-booster-modern-module_wrapper__wPfpU0or__platform-desktop-ui .horizontal-menu__arrow-wrapper--right:disabled {
    display: flex
}

.odds-booster-modern-module_wrapper__wPfpU0or__platform-desktop-ui .horizontal-menu__arrow-wrapper {
    height: 32px;
    top: -32px;
    color: var(--oddsBoosterModernArrowColor);
    background: var(--oddsBoosterModernArrowBg)
}

.odds-booster-modern-module_wrapper__wPfpU0or__platform-desktop-ui .horizontal-menu__arrow-wrapper:after {
    content: "";
    width: 24px;
    height: 24px;
    background: var(--oddsBoosterModernArrowActiveBg);
    border-radius: var(--oddsBoosterBaseBorderRadius);
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px
}

.odds-booster-modern-module_wrapper__wPfpU0or__platform-desktop-ui .horizontal-menu__arrow-wrapper:disabled:after {
    background: none
}

.odds-booster-modern-module_wrapper__wPfpU0or__platform-desktop-ui .horizontal-menu__arrow-wrapper svg {
    position: relative;
    z-index: 2
}

.odds-booster-modern-module_itemsWrapper__83RyRLPT__platform-desktop-ui {
    position: relative;
    overflow-x: hidden;
    margin-right: -20px;
    margin-left: -6px;
    max-height: 210px
}

.odds-booster-modern-module_itemsWrapper__83RyRLPT__platform-desktop-ui {
    margin: 0
}

.odds-booster-modern-module_items__4wn4swlz__platform-desktop-ui {
    max-width: 100%
}

.odds-booster-modern-module_items__4wn4swlz__platform-desktop-ui.odds-booster-modern-module_skeleton__6O7R1qqD__platform-desktop-ui {
    display: flex
}

.odds-booster-modern-module_items__4wn4swlz__platform-desktop-ui .react-horizontal-scrolling-menu--item:last-child .odds-booster-modern-module_itemWrapper__VUaOPERQ__platform-desktop-ui {
    margin-right: 20px
}

.odds-booster-modern-module_items__4wn4swlz__platform-desktop-ui .horizontal-menu__arrow-wrapper {
    top: 50%;
    width: 32px;
    height: 32px;
    background-color: var(--promotionsSectionsNavigationButtonBg);
    opacity: 1;
    font-size: 16px;
    color: var(--promotionsSectionsNavigationButton);
    border-radius: 4px;
    transition: background-color .3s,color .3s;
    z-index: 10
}

.odds-booster-modern-module_items__4wn4swlz__platform-desktop-ui .horizontal-menu__arrow-wrapper:disabled {
    display: none
}

.odds-booster-modern-module_items__4wn4swlz__platform-desktop-ui .horizontal-menu__arrow-wrapper--left {
    left: 27px
}

.odds-booster-modern-module_items__4wn4swlz__platform-desktop-ui .horizontal-menu__arrow-wrapper--right {
    right: 27px
}

.odds-booster-modern-module_items__4wn4swlz__platform-desktop-ui .horizontal-menu .react-horizontal-scrolling-menu--wrapper:hover .horizontal-menu__arrow-wrapper {
    background-color: var(--promotionsSectionsNavigationButtonBgHover);
    color: var(--promotionsSectionsNavigationButtonHover)
}

.sport-page-wrapper-module_wrapper__u6xFo2es__platform-desktop-ui {
    padding: 24px;
    background: var(--mslElementBg);
    border-radius: var(--mslBorderRadius);
    box-shadow: 0 0 5px #0003;
    min-height: 400px
}

.sport-page-wrapper-module_wrapper__u6xFo2es__platform-desktop-ui+.sport-page-wrapper-module_wrapper__u6xFo2es__platform-desktop-ui {
    margin-top: 15px
}

@media screen and (max-width: 890px) {
    .sport-page-wrapper-module_wrapper__u6xFo2es__platform-desktop-ui {
        min-width:560px
    }
}

.sport-page-wrapper-module_wrapper__u6xFo2es__platform-desktop-ui.sport-page-wrapper-module_autoHeight__OSD9EGjM__platform-desktop-ui,.sport-page-wrapper-module_wrapper__u6xFo2es__platform-desktop-ui.sport-page-wrapper-module_wrapperSportMenu__R7qGpJ5H__platform-desktop-ui {
    min-height: unset
}

.sport-page-wrapper-module_responsiveWrapper__zef6pde2__platform-desktop-ui {
    min-width: 100%
}

.sport-page-wrapper-module_headerWrap__bSPuo8-T__platform-desktop-ui {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px
}

.sport-page-wrapper-module_header__VpO7V2t5__platform-desktop-ui {
    font-size: 20px;
    font-weight: 700;
    color: var(--mslTextDark);
    text-transform: capitalize;
    margin: 0
}

.sport-page-wrapper-module_more__c6Wb-5M0__platform-desktop-ui {
    color: var(--mslMoreLinkColor);
    font-size: var(--mslMoreLinkFontSize);
    text-transform: uppercase;
    text-decoration: none;
    font-weight: var(--mslMoreLinkFontWeight)
}

.sport-page-wrapper-module_more__c6Wb-5M0__platform-desktop-ui:hover {
    text-decoration: underline
}

.sport-page-wrapper-module_noMinHeight__17szOH1i__platform-desktop-ui {
    min-height: 0
}

.event-table-body-module_infoSection__cmD-fW5G__platform-desktop-ui {
    margin-bottom: 3px;
    width: 100%
}

.event-table-body-module_sectionWrapper__KxdS3-fB__platform-desktop-ui {
    display: flex;
    justify-content: space-between
}

.event-table-body-module_sectionWrapper__KxdS3-fB__platform-desktop-ui+.event-table-body-module_betBuilderIcon__NJKGiMmK__platform-desktop-ui {
    margin-left: 4px
}

.event-table-body-module_sectionCol__EpCB3V5N__platform-desktop-ui {
    position: relative;
    width: 100%
}

.event-table-body-module_fullWidth__pRlVu-iQ__platform-desktop-ui {
    width: 100%
}

.event-table-body-module_periodList__rRofZzqc__platform-desktop-ui {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: var(--eventTimeStatsText)
}

.event-table-body-module_wrapper__B7hglq3r__platform-desktop-ui {
    display: flex;
    align-items: flex-end;
    position: relative;
    white-space: nowrap;
    padding-bottom: 11px
}

.event-table-body-module_results__GQ3fUjfN__platform-desktop-ui {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end
}

.event-table-body-module_col__x2ffkgy-__platform-desktop-ui {
    display: flex;
    align-items: center;
    position: relative
}

.event-table-body-module_col__x2ffkgy-__platform-desktop-ui+.event-table-body-module_col__x2ffkgy-__platform-desktop-ui {
    padding-left: 15px
}

.event-table-body-module_overflowed__MoQSnq5X__platform-desktop-ui {
    overflow: hidden
}

.event-table-body-module_row__zFtnjNDg__platform-desktop-ui {
    display: flex;
    flex-direction: column
}

.event-table-body-module_row__zFtnjNDg__platform-desktop-ui+.event-table-body-module_row__zFtnjNDg__platform-desktop-ui {
    margin-top: 2px
}

.event-table-body-module_row__zFtnjNDg__platform-desktop-ui+.event-table-body-module_additionalInfoRow__lRSuy6P8__platform-desktop-ui {
    margin-top: 4px
}

.event-table-body-module_additionalInfoRow__lRSuy6P8__platform-desktop-ui {
    flex-direction: row
}

.event-table-body-module_scoreSection__zIn7AKXo__platform-desktop-ui {
    margin: 5px 0 0;
    position: relative
}

.event-table-body-module_item__xVxFOcz1__platform-desktop-ui {
    position: relative
}

.event-table-body-module_date__WIo6IjHT__platform-desktop-ui {
    opacity: .5
}

.event-table-body-module_analytics__ZzmCAjFX__platform-desktop-ui {
    width: 16px;
    height: 16px;
    margin-right: 6px
}

.event-table-body-module_event-info__4grwv5SR__platform-desktop-ui {
    margin-bottom: 2px
}

.event-table-body-module_scoreDecoration__jQ7usU2G__platform-desktop-ui {
    background-color: var(--aggregateScoreBG);
    border-radius: 4px;
    padding: 0 3px;
    font-weight: 400;
    line-height: 16px;
    height: 16px;
    font-size: 10px
}

.event-table-body-module_betBuilderIcon__NJKGiMmK__platform-desktop-ui {
    display: flex;
    padding: 0 4px;
    border-radius: 4px;
    background: var(--betBuilderIconBg)
}

.event-table-body-module_betBuilderIcon__NJKGiMmK__platform-desktop-ui .event-table-body-module_betBuilderText__gEzwX0-x__platform-desktop-ui {
    color: var(--betBuilderIconText);
    font-size: 10px;
    font-weight: 400;
    line-height: 16px
}

.event-table-body-module_highlightStyle__k8H3YWMk__platform-desktop-ui>mark {
    background-color: var(--searchTextHighlightBg)!important;
    color: inherit!important;
    font-weight: 400!important;
    text-transform: none!important;
    display: inline-block!important
}

.event-table-module_heading__fpYtTFWt__platform-desktop-ui {
    background: var(--topEventsFactorBg);
    display: flex;
    width: 100%;
    min-height: 30px;
    padding: 7px 0
}

.event-table-module_headingBetween__lJTl9ByM__platform-desktop-ui {
    justify-content: space-between
}

.event-table-module_action__CkjG9sro__platform-desktop-ui {
    font-size: 12px;
    display: flex;
    width: 100px;
    align-items: center;
    justify-content: center;
    color: var(--inputImageColor)
}

.event-table-module_action__CkjG9sro__platform-desktop-ui .svg-icon {
    transition: transform .15s ease;
    transform: rotate(90deg)
}

.event-table-module_actionOpen__fQx6arhF__platform-desktop-ui .svg-icon {
    transform: rotate(-90deg)
}

.event-table-module_headingValue__-PTz-pNs__platform-desktop-ui {
    color: var(--eventHeading);
    font-size: 12px;
    font-weight: 700;
    width: 100%;
    position: relative;
    text-align: center;
    text-decoration: none
}

.event-table-module_headingValue__-PTz-pNs__platform-desktop-ui .modal-info {
    z-index: 12
}

.event-table-module_headingValue__-PTz-pNs__platform-desktop-ui i {
    font-size: 12px;
    color: var(--menuSectionBorder);
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    position: relative;
    top: -2px
}

.event-table-module_headingValue__-PTz-pNs__platform-desktop-ui i:hover {
    color: var(--menuSectionBorder)
}

.event-table-module_headingValue__-PTz-pNs__platform-desktop-ui i:hover .modal-info {
    display: flex
}

.event-table-module_headingValue__-PTz-pNs__platform-desktop-ui .event-table-module_results__PIXz3sNI__platform-desktop-ui {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    width: auto;
    padding: 0 20px
}

.event-table-module_eventResult__23-WNi7I__platform-desktop-ui {
    display: flex;
    align-items: center;
    color: var(--error);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .01em;
    padding: 0 20px
}

.event-table-module_coefficientWrap__oRf0YgQm__platform-desktop-ui {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.event-table-module_title__3bcI3EdL__platform-desktop-ui {
    font-size: 10px;
    font-weight: 500;
    color: var(--eventHeading);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    min-height: 100%
}

.event-table-module_titleImage__Kpv9edJ3__platform-desktop-ui {
    display: block;
    margin-right: 10px;
    position: relative;
    min-width: 18px
}

.event-table-module_titleImage__Kpv9edJ3__platform-desktop-ui img {
    display: block;
    max-width: 20px;
    position: relative;
    top: -1px
}

.event-table-module_titleImage__Kpv9edJ3__platform-desktop-ui:nth-child(n+2) {
    margin-right: 0
}

.event-table-module_titleText__4utybIXD__platform-desktop-ui {
    position: relative;
    min-height: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--eventHeading);
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    transition: color .2s ease
}

.event-table-module_dateWrapper__EVkmHMZd__platform-desktop-ui {
    margin-bottom: 2px
}

.event-table-module_eventInfo__87dIE-i-__platform-desktop-ui {
    display: flex;
    flex-direction: column;
    flex: 0 0 30%;
    min-width: 30%
}

@media screen and (max-width: 1429px) {
    .event-table-module_eventInfo__87dIE-i-__platform-desktop-ui {
        flex:0 0 35%;
        min-width: 35%
    }
}

.event-table-module_eventInfoLive__NZ-mLxT7__platform-desktop-ui .event-table-module_teams__QlCAhQVt__platform-desktop-ui:after {
    content: "";
    transition: box-shadow .15s ease;
    height: 100%;
    width: 30px;
    box-shadow: inset 20px 0 10px 0 var(--buttonText);
    position: absolute;
    top: 0;
    right: -30px;
    z-index: 3
}

.event-table-module_eventInfoLive__NZ-mLxT7__platform-desktop-ui .event-table-module_team__EcwYrN7-__platform-desktop-ui {
    padding-top: 3px;
    padding-bottom: 0
}

.event-table-module_eventInfoLive__NZ-mLxT7__platform-desktop-ui .event-table-module_eventName__0Qc1nMzD__platform-desktop-ui {
    padding: 0 10px 10px 20px
}

.event-table-module_teams__QlCAhQVt__platform-desktop-ui {
    position: relative;
    flex: 1 1 0
}

.event-table-module_teamName__a2eZ52kJ__platform-desktop-ui {
    transition: background .15s ease;
    background: var(--buttonText);
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 2;
    padding-right: 16px;
    display: flex;
    align-items: center
}

.event-table-module_liveWrapper__rseWoAlp__platform-desktop-ui {
    display: flex;
    align-items: center;
    padding: 10px 10px 0 20px
}

.event-table-module_liveWrapper__rseWoAlp__platform-desktop-ui .event-table-module_status__zeE-jttH__platform-desktop-ui {
    margin-left: 10px;
    font-size: 12px;
    color: var(--eventHalfInformation);
    position: relative
}

.event-table-module_liveWrapper__rseWoAlp__platform-desktop-ui .event-table-module_status__zeE-jttH__platform-desktop-ui .event-status__live {
    font-size: 9px;
    padding: 0 8px;
    height: 18px;
    border-radius: 10px
}

.event-table-module_eventName__0Qc1nMzD__platform-desktop-ui {
    display: flex;
    flex: 0 0 30%;
    min-width: 30%;
    justify-content: space-between;
    padding: 0 10px 0 20px;
    align-items: flex-end
}

@media screen and (max-width: 1429px) {
    .event-table-module_eventName__0Qc1nMzD__platform-desktop-ui {
        flex:0 0 35%;
        min-width: 35%
    }
}

.event-table-module_dynamicWidth__yuY6r7Pc__platform-desktop-ui {
    flex: 0 0 auto
}

.event-table-module_eventNameFlexible__ZRFMklvU__platform-desktop-ui {
    justify-content: flex-start
}

.event-table-module_eventScore__NBIof-NN__platform-desktop-ui {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    margin-left: 10px;
    right: 10px
}

.event-table-module_eventScoreResult__-aIt03KV__platform-desktop-ui {
    background: inherit;
    position: relative;
    z-index: 5;
    font-weight: 700;
    color: var(--buttonMain)
}

.event-table-module_eventPeriods__61R2zpnL__platform-desktop-ui {
    display: flex
}

.event-table-module_eventPeriodsItem__VdpsM6F8__platform-desktop-ui {
    display: flex;
    justify-content: flex-end;
    color: var(--eventHalfInformation)
}

.event-table-module_eventPeriodsItem__VdpsM6F8__platform-desktop-ui:after {
    content: "";
    transition: border-color .15s ease;
    border-right: 1px solid var(--eventTableBorder);
    margin: 0 10px
}

.event-table-module_eventPeriodsItem__VdpsM6F8__platform-desktop-ui:after:last-child {
    color: var(--mainColor)
}

.event-table-module_eventCoefficient__uYziUHpZ__platform-desktop-ui {
    display: flex;
    flex: 0 0 70%;
    min-width: 70%
}

@media screen and (max-width: 1429px) {
    .event-table-module_eventCoefficient__uYziUHpZ__platform-desktop-ui {
        flex:0 0 65%;
        min-width: 65%
    }
}

.event-table-module_row__KlNKSvJw__platform-desktop-ui {
    display: flex;
    min-height: 72px;
    transition: background .15s ease
}

.event-table-module_row__KlNKSvJw__platform-desktop-ui:hover .event-table-module_eventPeriodsItem__VdpsM6F8__platform-desktop-ui:after {
    border-color: var(--menuSectionBorder)
}

.event-table-module_row__KlNKSvJw__platform-desktop-ui:hover .event-table-module_teamName__a2eZ52kJ__platform-desktop-ui {
    background: var(--eventSelected)
}

.event-table-module_row__KlNKSvJw__platform-desktop-ui:hover .event-table-module_eventInfoLive__NZ-mLxT7__platform-desktop-ui .event-table-module_teams__QlCAhQVt__platform-desktop-ui:after {
    box-shadow: inset 20px 0 10px 0 var(--eventSelected)
}

.event-table-module_row__KlNKSvJw__platform-desktop-ui:hover:not(.event-table-module_rowAdditional__zrntN7ur__platform-desktop-ui) {
    background-color: var(--eventSelected)
}

.event-table-module_row__KlNKSvJw__platform-desktop-ui:hover:not(.event-table-module_rowAdditional__zrntN7ur__platform-desktop-ui) .event-table-module_col__uIwufmgD__platform-desktop-ui {
    border-color: var(--factorsBorderHover)
}

.event-table-module_row__KlNKSvJw__platform-desktop-ui:nth-child(n+2):not(.event-table-module_rowAdditional__zrntN7ur__platform-desktop-ui) {
    border-top: 1px solid var(--borderProfileTable)
}

.event-table-module_rowActive__dUl5UXb8__platform-desktop-ui {
    cursor: pointer
}

.event-table-module_rowBetween__muT-wEXC__platform-desktop-ui {
    justify-content: space-between
}

.event-table-module_colAlign__N8mx5V5i__platform-desktop-ui {
    display: flex;
    max-width: 100%;
    text-decoration: none;
    color: inherit
}

.event-table-module_nowrap__cFfRgXVu__platform-desktop-ui {
    flex-wrap: nowrap
}

.event-table-module_colAlignRow__8ezdKVao__platform-desktop-ui {
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.event-table-module_colAlignColumn__w7GZi-0B__platform-desktop-ui {
    flex-direction: column
}

.event-table-module_col__uIwufmgD__platform-desktop-ui {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: border-color .15s ease
}

.event-table-module_col__uIwufmgD__platform-desktop-ui .event-table-module_action__CkjG9sro__platform-desktop-ui {
    padding-left: 10px;
    padding-right: 10px
}

.event-table-module_col__uIwufmgD__platform-desktop-ui .event-table-module_action__CkjG9sro__platform-desktop-ui span {
    display: block;
    padding: 6px;
    margin-top: -7px
}

.event-table-module_col__uIwufmgD__platform-desktop-ui .event-table-module_action__CkjG9sro__platform-desktop-ui .svg-icon {
    display: block;
    font-size: 16px;
    cursor: pointer;
    color: var(--factorIconsColor);
    transition: color .15s ease
}

.event-table-module_col__uIwufmgD__platform-desktop-ui .event-table-module_action__CkjG9sro__platform-desktop-ui .svg-icon:hover {
    color: var(--mainColor)
}

.event-table-module_disabled__HOHI85zv__platform-desktop-ui {
    pointer-events: none
}

.event-table-module_flexible__fy98ZG49__platform-desktop-ui span {
    white-space: nowrap
}

.event-table-module_flexible__fy98ZG49__platform-desktop-ui a {
    color: var(--mainColor);
    font-size: 14px;
    line-height: 20px;
    flex: 0 0 50%;
    max-width: 300px;
    transition: color .15s ease
}

.event-table-module_flexible__fy98ZG49__platform-desktop-ui a:hover {
    color: var(--buttonMain)
}

.event-table-module_factor__3apE2rE7__platform-desktop-ui {
    flex: 1 1 60px;
    padding: 0;
    justify-content: center;
    min-width: 60px;
    width: 60px
}

.event-table-module_heading__fpYtTFWt__platform-desktop-ui .event-table-module_factor__3apE2rE7__platform-desktop-ui {
    padding-top: 0;
    padding-bottom: 0;
    border-left: 1px solid transparent
}

.event-table-module_row__KlNKSvJw__platform-desktop-ui .event-table-module_factor__3apE2rE7__platform-desktop-ui {
    border-left: 1px solid var(--borderProfileTable)
}

.event-table-module_additionalInfo__MKqCSJ7d__platform-desktop-ui {
    color: var(--mainColor);
    font-size: 14px;
    line-height: 20px;
    flex: 0 0 70%;
    max-width: 70%;
    transition: color .15s ease;
    display: block;
    padding-left: 10px
}

.event-table-module_additionalInfo__MKqCSJ7d__platform-desktop-ui b {
    color: var(--mainColor);
    font-weight: 700;
    padding: 5px;
    font-size: 14px;
    display: inline-block;
    margin-left: -10px
}

.event-table-module_more__5Ek4XIoa__platform-desktop-ui {
    color: var(--mainColor);
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    flex: 0 0 60px;
    min-width: 60px;
    width: 60px
}

.event-table-module_more__5Ek4XIoa__platform-desktop-ui span {
    display: block
}

.event-table-module_noUnderline__zzl0PJyM__platform-desktop-ui {
    text-decoration: none
}

.event-table-module_score__Ry6RR4bR__platform-desktop-ui {
    color: var(--mainColor);
    font-size: 14px;
    align-self: center;
    font-weight: 400;
    min-width: 40px;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    white-space: nowrap
}

@media screen and (max-width: 1759px) {
    .event-table-module_score__Ry6RR4bR__platform-desktop-ui {
        flex:0 0 auto;
        width: auto
    }
}

.event-table-module_status__zeE-jttH__platform-desktop-ui {
    color: var(--liveColor);
    font-size: 14px;
    align-self: center;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    align-items: center
}

.event-table-module_statuses__bJqAMVpH__platform-desktop-ui {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px
}

.event-table-module_statuses__bJqAMVpH__platform-desktop-ui .event-table-module_liveIcon__muQoXFNQ__platform-desktop-ui {
    color: var(--liveColor);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.event-table-module_time__lDWo-0nZ__platform-desktop-ui {
    color: var(--mainColor);
    font-size: 14px;
    line-height: 24px;
    flex: 0 0 70px;
    min-width: 70px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.event-table-module_time__lDWo-0nZ__platform-desktop-ui span {
    font-size: 12px;
    font-weight: 700;
    display: block;
    white-space: nowrap;
    text-transform: uppercase;
    color: var(--buttonSecondary)
}

.event-table-module_team__EcwYrN7-__platform-desktop-ui {
    color: var(--mainColor);
    font-size: 14px;
    line-height: 20px;
    transition: color .15s ease;
    overflow: hidden;
    width: 100%
}

.event-table-module_team__EcwYrN7-__platform-desktop-ui strong {
    color: var(--mainColor);
    font-weight: 700
}

.event-table-module_team__EcwYrN7-__platform-desktop-ui mark {
    background-color: transparent;
    color: var(--buttonSecondary);
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block
}

.event-table-module_team__EcwYrN7-__platform-desktop-ui:hover:not(.event-table-module_noEvents__otBMSkXZ__platform-desktop-ui) {
    color: var(--buttonMain)
}

.event-table-module_colActive__XeEEWwaN__platform-desktop-ui {
    background-color: var(--eventHeadingBackground);
    color: var(--eventTableColActiveColor)!important
}

.event-table-module_colActive__XeEEWwaN__platform-desktop-ui .event-table-module_icon__t0ZtJ7ZA__platform-desktop-ui {
    transform: rotate(0)
}

.event-table-module_actionRow__EKzj5dHq__platform-desktop-ui {
    display: flex;
    align-items: center;
    flex-wrap: nowrap
}

.event-table-module_icon__t0ZtJ7ZA__platform-desktop-ui {
    font-size: 9px;
    width: 9px;
    transition: transform .15s ease;
    height: 9px;
    transform: rotate(-180deg)
}

.event-table-module_eventTimer__v-kUrlPx__platform-desktop-ui {
    display: flex;
    align-items: center;
    font-size: 12px
}

.event-table-module_eventTimer__v-kUrlPx__platform-desktop-ui .svg-icon {
    font-size: 18px;
    margin-right: 5px;
    display: block;
    position: relative;
    top: -1px
}

.event-table-module_FlexRight__LcIdkzcY__platform-desktop-ui {
    height: 100%;
    display: flex;
    align-items: center
}

.events-section__header {
    background: none!important;
    height: 41px!important
}

.top-events-module_live__arwlX53D__platform-desktop-ui {
    height: 14px;
    background-color: var(--liveColor);
    border-radius: 5px;
    text-align: center;
    font-size: 7px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--buttonText);
    padding: 0 5px;
    display: flex;
    align-self: center;
    line-height: 14px
}

.top-events-module_live__arwlX53D__platform-desktop-ui.top-events-module_liveFree__ibjibpNR__platform-desktop-ui {
    position: static;
    background: var(--buttonsGray);
    display: inline-flex;
    margin: 2px 0 0;
    align-self: flex-start
}

.top-events-module_live__arwlX53D__platform-desktop-ui.top-events-module_liveBig__6-wWp197__platform-desktop-ui {
    padding: 0 10px;
    font-size: 12px;
    line-height: 23px;
    height: 22px;
    border-radius: 10px;
    margin: -1px 0 0 10px
}

.top-events-module_live__arwlX53D__platform-desktop-ui.coupon-count {
    background-color: var(--betslipEventsCountBackground);
    color: var(--betslipEventsCountText, var(--white));
    border-radius: 50%;
    justify-content: center;
    width: 23px
}

.top-events-module_topEvents__td5hR6qU__platform-desktop-ui {
    position: relative;
    border-radius: 0 0 var(--baseBorderRadius) var(--baseBorderRadius);
    display: flex;
    flex-direction: column
}

.top-events-module_eventContent__ZcwQr9XS__platform-desktop-ui {
    padding: 16px 20px 13px
}

.top-events-module_categoryImage__O3-i7rIL__platform-desktop-ui {
    margin-right: 6px
}

.top-events-module_disabled__7OZKv6Wz__platform-desktop-ui {
    font-size: 14px;
    color: var(--menuSectionBorder)
}

.top-events-module_eventName__ag6IROkj__platform-desktop-ui {
    display: flex;
    align-items: center;
    text-decoration: none
}

.top-events-module_eventName__ag6IROkj__platform-desktop-ui:hover .top-events-module_name__J1YDjx5U__platform-desktop-ui,.top-events-module_eventName__ag6IROkj__platform-desktop-ui.top-events-module_active__muKq1B-k__platform-desktop-ui .top-events-module_name__J1YDjx5U__platform-desktop-ui {
    color: var(--buttonMain)
}

.top-events-module_eventNameLive__nXzmrxj7__platform-desktop-ui {
    margin-right: -12px
}

.top-events-module_name__J1YDjx5U__platform-desktop-ui {
    color: var(--mainColor);
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    transition: color .15s ease
}

@media screen and (max-width: 1429px) {
    .top-events-module_name__J1YDjx5U__platform-desktop-ui {
        font-size:12px
    }
}

.top-events-module_eventBar__JKSOU4QS__platform-desktop-ui {
    display: flex;
    align-items: center;
    margin-top: 11px;
    width: 100%;
    justify-content: space-between;
    position: relative
}

.top-events-module_eventBodyStatus__cnklMF9Z__platform-desktop-ui {
    display: flex;
    align-items: center
}

.top-events-module_eventText__i-uk-GE-__platform-desktop-ui {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: var(--mainColor);
    position: relative;
    transition: color .15s ease;
    white-space: nowrap;
    width: calc(100% - 30px);
    overflow: hidden;
    text-overflow: ellipsis
}

@media screen and (max-width: 1429px) {
    .top-events-module_eventText__i-uk-GE-__platform-desktop-ui {
        font-size:12px
    }
}

.top-events-module_eventTeam__HuBWoa6v__platform-desktop-ui {
    position: relative;
    display: flex;
    justify-content: space-between;
    text-decoration: none
}

.top-events-module_eventTeam__HuBWoa6v__platform-desktop-ui:nth-child(n+2) {
    margin-top: 5px
}

.top-events-module_image__qFqJJp2I__platform-desktop-ui {
    position: relative;
    top: -1px;
    display: block;
    width: 17px;
    margin-right: 10px;
    background: var(--asideMenuTopEventTeamsLogoBG);
    border: var(--asideMenuTopEventTeamsLogoBorder);
    border-radius: 4px;
    padding: .2em
}

.top-events-module_tShirt__EwZ7uEQc__platform-desktop-ui {
    position: relative;
    top: -1px;
    display: block;
    width: 17px;
    margin-right: 10px
}

.top-events-module_eventImage__--f654Dj__platform-desktop-ui {
    display: flex;
    align-items: flex-start;
    width: 100%
}

.top-events-module_eventTime__OBcsT2Oe__platform-desktop-ui {
    font-size: 14px;
    font-weight: 400;
    color: var(--eventHalfInformation);
    line-height: 18px;
    display: flex;
    justify-content: flex-end;
    white-space: nowrap;
    width: 100%
}

@media screen and (max-width: 1429px) {
    .top-events-module_eventTime__OBcsT2Oe__platform-desktop-ui {
        font-size:12px
    }
}

.top-events-module_eventScore__5icWczXh__platform-desktop-ui {
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
    color: var(--buttonMain)
}

@media screen and (max-width: 1429px) {
    .top-events-module_eventScore__5icWczXh__platform-desktop-ui {
        font-size:12px
    }
}

.top-events-module_eventLeft__z9SIbn59__platform-desktop-ui {
    flex: 0 0 calc(100% - 84px);
    max-width: calc(100% - 84px)
}

.top-events-module_eventRight__J6uCEhgr__platform-desktop-ui {
    flex: 0 0 72px;
    min-width: 7px;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.top-events-module_eventTeams__noMeT8Am__platform-desktop-ui {
    margin-top: 11px;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

@media screen and (max-width: 1429px) {
    .top-events-module_eventTeams__noMeT8Am__platform-desktop-ui {
        margin-top:10px
    }
}

.top-events-module_eventTeams__noMeT8Am__platform-desktop-ui:hover .top-events-module_eventText__i-uk-GE-__platform-desktop-ui,.top-events-module_eventTeams__noMeT8Am__platform-desktop-ui.top-events-module_active__muKq1B-k__platform-desktop-ui .top-events-module_eventText__i-uk-GE-__platform-desktop-ui {
    color: var(--buttonMain)
}

.top-events-module_eventFactors__TbigCuJK__platform-desktop-ui {
    position: relative;
    display: flex;
    background-color: var(--topEventsFactorBg)
}

.top-events-module_eventFactor__ZrkJywbu__platform-desktop-ui {
    flex: 1;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 30px;
    transition: background-color .15s ease,border-color .15s ease,color;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

.top-events-module_eventFactor__ZrkJywbu__platform-desktop-ui:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    height: 100%;
    width: 50%;
    transform: translate(-120%);
    opacity: .7;
    background-color: var(--topEventColorDown)
}

.top-events-module_eventFactor__ZrkJywbu__platform-desktop-ui:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    height: 100%;
    width: 50%;
    transform: translate(120%);
    background-color: var(--topEventColorDown);
    opacity: .7
}

.top-events-module_eventFactor__ZrkJywbu__platform-desktop-ui:hover,.top-events-module_eventFactor__ZrkJywbu__platform-desktop-ui.top-events-module_active__muKq1B-k__platform-desktop-ui {
    background: var(--buttonMain);
    border-color: var(--buttonMain)
}

.top-events-module_eventFactor__ZrkJywbu__platform-desktop-ui:hover .top-events-module_eventFactorValue__JeaFe6-c__platform-desktop-ui,.top-events-module_eventFactor__ZrkJywbu__platform-desktop-ui.top-events-module_active__muKq1B-k__platform-desktop-ui .top-events-module_eventFactorValue__JeaFe6-c__platform-desktop-ui {
    color: var(--buttonText)
}

.top-events-module_eventFactor__ZrkJywbu__platform-desktop-ui:hover .top-events-module_eventFactorName__V1BiCMPX__platform-desktop-ui,.top-events-module_eventFactor__ZrkJywbu__platform-desktop-ui.top-events-module_active__muKq1B-k__platform-desktop-ui .top-events-module_eventFactorName__V1BiCMPX__platform-desktop-ui {
    color: var(--white)
}

.top-events-module_eventFactor__ZrkJywbu__platform-desktop-ui:nth-child(n+2) {
    border-left: 1px solid var(--topEventsFactorBorder)
}

.top-events-module_down__6fIZDJ72__platform-desktop-ui:after {
    background-color: var(--topEventColorDown);
    animation: top-events-module_oddDown__YOpGumdM__platform-desktop-ui .8s ease
}

.top-events-module_down__6fIZDJ72__platform-desktop-ui:before {
    background-color: var(--topEventColorDown);
    animation: top-events-module_oddDownBefore__vvKDdlb1__platform-desktop-ui .8s ease
}

.top-events-module_up__K8MVA-Tf__platform-desktop-ui:after {
    background-color: var(--topEventColorUp);
    animation: top-events-module_oddDown__YOpGumdM__platform-desktop-ui .8s ease
}

.top-events-module_up__K8MVA-Tf__platform-desktop-ui:before {
    background-color: var(--topEventColorUp);
    animation: top-events-module_oddDownBefore__vvKDdlb1__platform-desktop-ui .8s ease
}

.top-events-module_ds__1UcFDq7N__platform-desktop-ui {
    pointer-events: none;
    color: var(--menuSectionBorder)
}

.top-events-module_ds__1UcFDq7N__platform-desktop-ui .top-events-module_topEventsEventFactorName__ibt7pfmp__platform-desktop-ui {
    opacity: .5
}

.top-events-module_ds__1UcFDq7N__platform-desktop-ui:after {
    display: none
}

.top-events-module_ds__1UcFDq7N__platform-desktop-ui:before {
    display: none
}

.top-events-module_noHover__gj-CkHSw__platform-desktop-ui,.top-events-module_no_hover__rzreSdRD__platform-desktop-ui {
    pointer-events: none
}

.top-events-module_eventFactorName__V1BiCMPX__platform-desktop-ui {
    color: var(--eventHeading);
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    transition: color .15s ease
}

.top-events-module_eventFactorValue__JeaFe6-c__platform-desktop-ui {
    font-size: 10px;
    font-weight: 500;
    color: var(--buttonMain);
    transition: color .15s ease;
    min-width: 20px
}

.top-events-module_eventLoadMore__InFh4Zaz__platform-desktop-ui {
    padding: 8px 12px;
    background-color: var(--borderProfileTable);
    width: 100%
}

.top-events-module_eventLoadMoreText__9xmRG7o-__platform-desktop-ui {
    font-size: 12px;
    letter-spacing: .3px;
    line-height: 1.25;
    font-weight: 500;
    text-decoration: none;
    color: var(--buttonMain);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@keyframes top-events-module_oddDown__YOpGumdM__platform-desktop-ui {
    0% {
        transform: translate(-120%)
    }

    to {
        transform: translate(220%)
    }
}

@keyframes top-events-module_oddDownBefore__vvKDdlb1__platform-desktop-ui {
    0% {
        transform: translate(120%)
    }

    to {
        transform: translate(-220%)
    }
}

.event-table-markets-module_snakeLoaderWrapper__MGHhTLFf__platform-desktop-ui>div {
    width: 100%;
    height: 100%
}

.table-outcome-module_outcome__fuqriRcM__platform-desktop-ui {
    align-items: center;
    color: var(--eventNumber);
    cursor: pointer;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    position: relative;
    transition: border .15s linear,background-color .15s linear,box-shadow .15s ease;
    width: 100%
}

.table-outcome-module_outcome__fuqriRcM__platform-desktop-ui:before {
    background: transparent;
    border: 2px solid transparent;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: border .3s linear,background .3s linear;
    transition-delay: .1s;
    transition-timing-function: step-end
}

.table-outcome-module_outcome__fuqriRcM__platform-desktop-ui:hover {
    background-color: var(--factorSelectedBackgroundColor)
}

.table-outcome-module_active__nzFlfT8O__platform-desktop-ui {
    background-color: var(--factorSelectedBackgroundColor);
    outline: 1px solid var(--factorSelectedBorderColor)
}

.table-outcome-module_active__nzFlfT8O__platform-desktop-ui:hover {
    background-color: var(--factorSelectedBackgroundColor)
}

.table-outcome-module_active__nzFlfT8O__platform-desktop-ui.table-outcome-module_outcomeUp__-VKlt97K__platform-desktop-ui:before {
    background: var(--eventUpActive)
}

.table-outcome-module_active__nzFlfT8O__platform-desktop-ui.table-outcome-module_outcomeDown__EXobPruS__platform-desktop-ui:before {
    background: var(--eventDownActive)
}

.table-outcome-module_active__nzFlfT8O__platform-desktop-ui:after {
    background: var(--white);
    content: "";
    display: block;
    height: 160px;
    position: absolute;
    transform: rotate(45deg) translate(0);
    transition: transform .5s ease-in-out,visibility .5s ease-out;
    visibility: hidden;
    width: 160px
}

.table-outcome-module_outcomeDefault__0bh-ztSu__platform-desktop-ui {
    cursor: pointer;
    overflow: hidden
}

.table-outcome-module_outcomeDefault__0bh-ztSu__platform-desktop-ui i {
    transition: opacity .3s ease;
    transition-delay: .15s
}

.table-outcome-module_outcomeDefault__0bh-ztSu__platform-desktop-ui i:nth-child(1) {
    border-bottom: 10px solid var(--factorDownBorderColor);
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
    bottom: 0;
    opacity: 0;
    position: absolute;
    transform: scaleX(-1);
    left: 0;
    top: 0
}

.table-outcome-module_outcomeDefault__0bh-ztSu__platform-desktop-ui i:nth-child(2) {
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid var(--factorUpBorderColor);
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0
}

.table-outcome-module_outcomeDefault__0bh-ztSu__platform-desktop-ui:active,.table-outcome-module_outcomeDefault__0bh-ztSu__platform-desktop-ui:focus {
    border-color: var(--buttonMain)
}

.table-outcome-module_outcomeDefault__0bh-ztSu__platform-desktop-ui:after {
    background: var(--white);
    content: "";
    display: block;
    height: 160px;
    position: absolute;
    transform: rotate(45deg) translate(0);
    transition: transform .5s ease-in-out,visibility .5s ease-out;
    visibility: hidden;
    width: 160px
}

.table-outcome-module_outcomeUp__-VKlt97K__platform-desktop-ui:after {
    transform: rotate(45deg) translateY(-205px);
    visibility: visible
}

.table-outcome-module_outcomeUp__-VKlt97K__platform-desktop-ui:before {
    background-color: var(--factorUpBackground);
    transition-timing-function: step-start
}

.table-outcome-module_outcomeUp__-VKlt97K__platform-desktop-ui i:nth-child(2) {
    opacity: 1
}

.table-outcome-module_outcomeDown__EXobPruS__platform-desktop-ui:after {
    transform: rotate(45deg) translateY(-205px);
    visibility: visible
}

.table-outcome-module_outcomeDown__EXobPruS__platform-desktop-ui:before {
    background-color: var(--eventDown);
    transition-timing-function: step-start
}

.table-outcome-module_outcomeDown__EXobPruS__platform-desktop-ui i:nth-child(1) {
    opacity: 1
}

.table-outcome-module_outcomePartial__RgqZzOia__platform-desktop-ui:after,.table-outcome-module_outcomePartial__RgqZzOia__platform-desktop-ui:before {
    display: none
}

.table-outcome-module_outcomeLocked__S9c-5Iw-__platform-desktop-ui {
    border-color: var(--eventCoefficientBorderDisabled);
    cursor: default;
    overflow: visible;
    pointer-events: none
}

.table-outcome-module_outcomeLocked__S9c-5Iw-__platform-desktop-ui:before,.table-outcome-module_outcomeLocked__S9c-5Iw-__platform-desktop-ui:after,.table-outcome-module_outcomeLocked__S9c-5Iw-__platform-desktop-ui i {
    display: none
}

.table-outcome-module_grayView__pZP3Ev53__platform-desktop-ui {
    opacity: .4;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.table-outcome-module_textBase__w0EvNBzA__platform-desktop-ui {
    color: var(--eventNumber);
    font-weight: 700;
    line-height: 1;
    position: relative;
    top: 1px
}

.table-outcome-module_disabled__T-Bhn37T__platform-desktop-ui {
    opacity: .4;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.table-outcome-module_outcomeDisabled__QZAKRDaZ__platform-desktop-ui {
    pointer-events: none
}

.table-outcome-module_decimalText__xFo4h0hg__platform-desktop-ui {
    font-size: 14px
}

.table-outcome-module_text__fkiHmO3b__platform-desktop-ui {
    color: var(--eventNumber)
}

.table-outcome-module_textType__cVmIoPc3__platform-desktop-ui {
    color: #3d404a99;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    top: 1px
}

.table-outcome-module_textInfo__ZUfOkVAc__platform-desktop-ui {
    color: var(--inputColor);
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 3px
}

.table-outcome-module_icon__3vlE2prU__platform-desktop-ui {
    color: var(--menuSectionBorder);
    display: block;
    position: relative;
    top: 1px
}

.table-outcome-module_icon__3vlE2prU__platform-desktop-ui svg {
    display: block;
    font-size: 18px
}

.table-outcome-module_icon__3vlE2prU__platform-desktop-ui img {
    display: block
}

.table-outcome-module_content__qFn0CD0d__platform-desktop-ui {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10
}

.right-section {
    width: 18vw;
    flex: 0 0 18vw;
    flex-direction: column;
    position: fixed;
    right: 10px;
    top: var(--gapTopMenu);
    z-index: 10;
    bottom: var(--gapBetweenBlock);
    display: flex;
    min-width: 280px
}

.right-section__sidebar-toggle {
    display: none
}

@media screen and (max-width: 1250px) {
    .right-section {
        position:fixed;
        right: -350px;
        width: 370px;
        flex: 0 0 370px;
        height: calc(100% - 69px);
        padding: 13px 15px 13px 13px;
        margin-top: -13px;
        margin-right: -10px;
        background-color: #26416acc;
        z-index: 20;
        transition: all .2s
    }

    .right-section--open {
        right: 10px
    }

    .right-section--open .right-section__sidebar-toggle--icon {
        transform: rotate(-45deg)
    }

    .right-section__sidebar-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 25px;
        height: 25px;
        left: -25px;
        top: 15px;
        border-radius: 3px 0 0 3px;
        background-color: var(--togglerResponsiveColor);
        transition: filter .15s ease;
        cursor: pointer;
        outline: none
    }

    .right-section__sidebar-toggle:hover {
        filter: brightness(.9)
    }

    .right-section__sidebar-toggle--icon {
        position: relative;
        border: solid;
        border-color: inherit;
        border-width: 0 1px 1px 0;
        padding: 2px;
        display: block;
        width: 0;
        height: 0;
        transform: rotate(135deg);
        color: #fff
    }

    .right-section .quickBetEnabled-toggle {
        background: linear-gradient(to left,#f2c94c,#ec882b);
        height: 136px
    }

    .right-section .quickBetEnabled-toggle .quickBetEnabled-text {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        rotate: 270deg;
        text-transform: uppercase;
        gap: 4px
    }

    .right-section .quickBetEnabled-toggle .quickBetEnabled-text .quickBet-icon {
        rotate: 90deg;
        margin: 2px 0 0 4px;
        padding: 4px;
        border-width: 0 2px 2px 0
    }

    .right-section .quickBetEnabled-toggle .quickBetEnabled-text .iconOpen {
        margin: 0 0 4px 4px
    }
}

@media screen and (max-width: 1250px) {
    body.menu-cms-header-view .right-section {
        height:calc(100% - var(--menuCmsHeaderBodyTopPadding))
    }
}

.aside-global-settings-module_button__n9Iwz3uI__platform-desktop-ui {
    display: flex;
    align-items: center;
    height: 40px;
    background: var(--eventModalBackground);
    color: var(--buttonText);
    padding: 0 var(--rowSectionPadding);
    text-transform: var(--asideTextTransform, uppercase);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    border-radius: var(--mslSmallBorderRadius);
    cursor: pointer;
    overflow: hidden
}

.aside-global-settings-module_button__n9Iwz3uI__platform-desktop-ui .svg-icon {
    font-size: 18px
}

.aside-global-settings-module_settingsListContainer__5yuj-nZz__platform-desktop-ui {
    display: flex;
    gap: 16px;
    padding: 24px
}

.aside-global-settings-module_settingsList__2tohb1cT__platform-desktop-ui {
    display: flex;
    flex-direction: column
}

.aside-global-settings-module_settingListItem__gnnw-9nw__platform-desktop-ui {
    width: 160px;
    padding: 8px 0 8px 8px;
    border-radius: 4px;
    cursor: pointer
}

.aside-global-settings-module_settingListItem__gnnw-9nw__platform-desktop-ui:hover {
    background: var(--allSportsItemHover)
}

.aside-global-settings-module_activeSettingListItem__WXEtKc9Z__platform-desktop-ui {
    background-color: var(--allSportsItemHover);
    color: var(--allSportsActive)
}

.aside-global-settings-module_settingsComponentContainer__HAWQcnHF__platform-desktop-ui {
    width: 100%
}

.aside-global-settings-module_buttonIcon__KVCr3-rp__platform-desktop-ui {
    margin-right: 10px
}

.aside-global-settings-module_radio__ohMqS2ii__platform-desktop-ui {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 2px solid var(--globalSettingsModalColor);
    transition: border-color .2s ease;
    overflow: hidden
}

.aside-global-settings-module_radio__ohMqS2ii__platform-desktop-ui:before {
    content: "";
    display: block;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 2px solid transparent;
    background-color: rgba(var(--accentMainRGB),0);
    transition: background-color .2s ease;
    background-clip: padding-box
}

.aside-global-settings-module_active__EBWlPVQ1__platform-desktop-ui .aside-global-settings-module_radio__ohMqS2ii__platform-desktop-ui {
    border-color: var(--accentMain)
}

.aside-global-settings-module_active__EBWlPVQ1__platform-desktop-ui .aside-global-settings-module_radio__ohMqS2ii__platform-desktop-ui:before {
    background-color: rgba(var(--accentMainRGB),1)
}

.aside-global-settings-module_modal__Ae3AUH8c__platform-desktop-ui {
    width: 880px;
    height: 429px;
    font-size: 14px;
    color: var(--globalSettingsModalColor);
    background: var(--globalSettingsModalSecondaryColor);
    border-radius: var(--modalBorderRadius);
    overflow: hidden;
    box-shadow: var(--modalShadow)
}

.aside-global-settings-module_header__aHJ9BtC9__platform-desktop-ui {
    font-size: 20px;
    font-weight: 700;
    background-color: var(--modalBackground);
    padding: 12px 24px
}

.aside-global-settings-module_section__-pmTXKVD__platform-desktop-ui+.aside-global-settings-module_section__-pmTXKVD__platform-desktop-ui {
    margin: 20px 0
}

.aside-global-settings-module_sectionHeader__Tnaj8yyb__platform-desktop-ui {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px
}

.aside-global-settings-module_oddsList__-6ZxfNDD__platform-desktop-ui {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px
}

.aside-global-settings-module_oddsItemWrapper__Ri-6jEqJ__platform-desktop-ui {
    width: 33%;
    padding: 4px
}

.aside-global-settings-module_oddsItem__5kp77b-I__platform-desktop-ui {
    position: relative;
    padding: 12px 12px 12px 40px;
    border: 1px solid var(--globalSettingsBorder);
    border-radius: var(--baseBorderRadius);
    box-shadow: 0 0 8px #0000;
    transition: box-shadow .3s ease
}

.aside-global-settings-module_oddsItem__5kp77b-I__platform-desktop-ui.aside-global-settings-module_active__EBWlPVQ1__platform-desktop-ui {
    border: 1px solid var(--accentMain)
}

.aside-global-settings-module_oddsItem__5kp77b-I__platform-desktop-ui .aside-global-settings-module_radio__ohMqS2ii__platform-desktop-ui {
    position: absolute;
    top: 13px;
    left: 14px
}

.aside-global-settings-module_oddsItem__5kp77b-I__platform-desktop-ui:not(.aside-global-settings-module_active__EBWlPVQ1__platform-desktop-ui) {
    cursor: pointer
}

.aside-global-settings-module_oddsItem__5kp77b-I__platform-desktop-ui:not(.aside-global-settings-module_active__EBWlPVQ1__platform-desktop-ui):hover {
    box-shadow: 0 0 4px #0003
}

.aside-global-settings-module_oddsItemFormat__XWoULZ94__platform-desktop-ui {
    color: var(--accentMain);
    font-size: 12px;
    margin-top: 4px
}

.aside-global-settings-module_viewList__LSbkJtmc__platform-desktop-ui {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px
}

.aside-global-settings-module_viewItemWrapper__qrCrVCn9__platform-desktop-ui {
    width: 50%;
    padding: 4px 8px
}

.aside-global-settings-module_viewItem__QgdaqxzN__platform-desktop-ui.aside-global-settings-module_active__EBWlPVQ1__platform-desktop-ui img {
    border: 1px solid var(--accentMain)
}

.aside-global-settings-module_viewItem__QgdaqxzN__platform-desktop-ui img {
    border: 1px solid transparent;
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--baseBorderRadius);
    box-shadow: 0 0 8px #0000;
    transition: box-shadow .3s ease
}

.aside-global-settings-module_viewItem__QgdaqxzN__platform-desktop-ui:not(.aside-global-settings-module_active__EBWlPVQ1__platform-desktop-ui) {
    cursor: pointer
}

.aside-global-settings-module_viewItem__QgdaqxzN__platform-desktop-ui:not(.aside-global-settings-module_active__EBWlPVQ1__platform-desktop-ui):hover img {
    box-shadow: 0 0 8px #0000004d
}

.aside-global-settings-module_viewItemTitle__SmPMySwP__platform-desktop-ui {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.aside-global-settings-module_viewItemTitle__SmPMySwP__platform-desktop-ui .aside-global-settings-module_radio__ohMqS2ii__platform-desktop-ui {
    margin-right: 10px
}

.aside-global-settings-module_applySettingsButton__yHmLLyb1__platform-desktop-ui {
    margin-left: auto;
    margin-right: 0;
    min-width: 208px
}

.aside-global-settings-module_modal-modern-view__0ny912vu__platform-desktop-ui {
    -webkit-backdrop-filter: none;
    backdrop-filter: none
}

.aside-global-settings-module_betAmountContainer__iQWFTVx3__platform-desktop-ui {
    display: flex;
    flex-direction: column;
    gap: 8px
}

@keyframes aside-global-settings-module_rotateSettings__zDMjbUQj__platform-desktop-ui {
    0%,30% {
        transform: rotate(0)
    }

    45% {
        transform: rotate(-360deg)
    }

    55% {
        transform: rotate(-720deg)
    }

    65% {
        transform: rotate(-1080deg);
        color: var(--buttonText)
    }

    90% {
        transform: rotate(-2160deg);
        color: var(--red)
    }

    92%,to {
        transform: rotate(2400deg);
        color: var(--red)
    }
}

@keyframes aside-global-settings-module_moveSettings__k2-70PTG__platform-desktop-ui {
    0%,90% {
        transform: translate(0)
    }

    92%,to {
        transform: translate(-50px)
    }
}

.block-new-desktop-module_wrapper__uAj6sTYs__platform-desktop-ui {
    border-radius: var(--baseBorderRadius);
    overflow: hidden
}

.block-new-desktop-module_wrapper__uAj6sTYs__platform-desktop-ui .default-slider__control {
    opacity: 1;
    top: -34px
}

.block-new-desktop-module_wrapper__uAj6sTYs__platform-desktop-ui .default-slider__control--right {
    right: 6px;
    transform: none
}

.block-new-desktop-module_wrapper__uAj6sTYs__platform-desktop-ui .default-slider__control--left {
    right: 26px;
    left: auto;
    transform: scaleX(-1)
}

.block-new-desktop-module_wrapper__uAj6sTYs__platform-desktop-ui:hover .default-slider__control {
    opacity: 1
}

.block-new-desktop-module_header__tk2--Cr3__platform-desktop-ui {
    background-color: var(--eventModalBackground);
    display: flex;
    min-height: 41px;
    justify-content: space-between;
    padding: 0 var(--rowSectionPadding);
    width: 100%
}

.select-country-modal-module_countryModal__EJMEbHHc__platform-desktop-ui {
    padding: 40px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.select-country-modal-module_icon__0uQRYR8V__platform-desktop-ui {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 50px;
    color: var(--inputErrorColor)
}

.select-country-modal-module_title__rQD8-jhu__platform-desktop-ui {
    color: var(--mainColor);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin-bottom: 30px
}

.select-country-modal-module_form__TJp8P751__platform-desktop-ui {
    width: 100%;
    max-width: 430px
}

.select-country-modal-module_form__TJp8P751__platform-desktop-ui>:not(:last-child) {
    margin-bottom: 20px
}

.section-module_section__JywUG863__platform-desktop-ui {
    background-color: var(--sectionBG, var(--white));
    border-radius: 8px;
    box-shadow: 0 0 5px #0000004d;
    padding: 16px 20px
}

.section-module_section__JywUG863__platform-desktop-ui .section-module_title__MHYVbb7u__platform-desktop-ui {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    color: var(--sectionTitle)
}

.rounded-table-module_table__2WKs12PW__platform-desktop-ui {
    width: 100%;
    margin-top: 16px;
    border-spacing: 0
}

.rounded-table-module_thead__MwkQxkdw__platform-desktop-ui,.rounded-table-module_tbody__Ei-IQ6ru__platform-desktop-ui,.rounded-table-module_thead__MwkQxkdw__platform-desktop-ui .rounded-table-module_tr__cneKHX1T__platform-desktop-ui,.rounded-table-module_tbody__Ei-IQ6ru__platform-desktop-ui .rounded-table-module_tr__cneKHX1T__platform-desktop-ui {
    position: relative
}

.rounded-table-module_thead__MwkQxkdw__platform-desktop-ui:before,.rounded-table-module_tbody__Ei-IQ6ru__platform-desktop-ui:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 8px;
    transition: background .3s
}

.rounded-table-module_thead__MwkQxkdw__platform-desktop-ui:before {
    background: var(--roundedTableHeading)
}

.rounded-table-module_tbody__Ei-IQ6ru__platform-desktop-ui:before {
    border: 1px solid var(--roundedTableHeadingBorderColor);
    background-color: var(--roundedTableBgColor)
}

.rounded-table-module_tbody__Ei-IQ6ru__platform-desktop-ui:hover:before {
    background: var(--roundedTableRowHoverBackground)
}

.rounded-table-module_th__vP-hqa1-__platform-desktop-ui {
    color: var(--roundedTableHeadingColor);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    height: 40px;
    padding: 12px 16px
}

.rounded-table-module_td__sbBjSm2-__platform-desktop-ui {
    color: var(--roundedTableTdBaseColor);
    font-size: 14px;
    font-weight: 400;
    padding: 18px 16px
}

.rounded-table-module_separator__w8CBm-Vr__platform-desktop-ui {
    height: 16px
}

.content-section-module_section__ZscXuWu3__platform-desktop-ui {
    border-radius: 3px;
    width: 100%
}

.content-section-module_header__OtHLz71K__platform-desktop-ui {
    background-color: var(--contentSectionBg);
    display: flex;
    height: 41px;
    padding: 0 15px;
    border-radius: var(--contentSectionRadius)
}

.content-section-module_content__RpZAkJRA__platform-desktop-ui {
    background: var(--white);
    border-radius: 0 0 3px 3px;
    box-shadow: 0 0 5px #0000004d
}

.history-filters-module_filters__VKgMunJ7__platform-desktop-ui {
    margin-top: 16px
}

.history-filters-module_wrap__QyxsFCDb__platform-desktop-ui {
    display: flex
}

.history-filters-module_reset__RJhd-Xwp__platform-desktop-ui {
    min-width: 85px;
    padding-left: 15px
}

.history-filters-module_options__kmm-HxmL__platform-desktop-ui {
    display: flex;
    flex: 1;
    margin-left: -10px;
    margin-right: -10px
}

@media only screen and (max-width: 900px) {
    .history-filters-module_options__kmm-HxmL__platform-desktop-ui {
        flex-direction:column
    }
}

.history-filters-module_optionsColumn__i1sPiuS-__platform-desktop-ui {
    display: flex;
    padding: 0 10px
}

.history-filters-module_optionsColumn__i1sPiuS-__platform-desktop-ui.history-filters-module_statusMinWidth__3uVZoB4X__platform-desktop-ui {
    min-width: 175px
}

@media only screen and (max-width: 900px) {
    .history-filters-module_optionsColumn__i1sPiuS-__platform-desktop-ui {
        max-width:310px
    }

    .history-filters-module_optionsColumn__i1sPiuS-__platform-desktop-ui:not(:first-child) {
        margin-top: 10px
    }
}

.history-filters-module_datepickerItem__HBgD1SWm__platform-desktop-ui:first-child {
    padding-right: 10px
}

.history-filters-module_datepickerItem__HBgD1SWm__platform-desktop-ui:last-child {
    padding-left: 10px
}

.promotion-history-item-module_amount__cDccN0Zq__platform-desktop-ui {
    display: flex
}

.promotion-history-item-module_riskBetIcon__r9Wd6p0I__platform-desktop-ui {
    position: relative;
    top: 1px;
    fill: var(--acceptMain);
    margin-right: 10px;
    font-size: 15px
}

.customer-promotions-module_promotionSection__lB4AaXIY__platform-desktop-ui {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 16px 32px;
    position: relative
}

.form-filter-module_filter__O3rDagzA__platform-desktop-ui {
    position: relative;
    padding: 25px 16px 10px;
    display: flex;
    justify-content: space-between
}

.form-filter-module_reset__4bUUpYc3__platform-desktop-ui {
    padding: 0 0 16px
}

.form-filter-module_reset__4bUUpYc3__platform-desktop-ui .app-button {
    min-width: 80px
}

.form-filter-module_options__yU0ZQwUc__platform-desktop-ui {
    display: flex
}

.form-filter-module_option__aByMj-re__platform-desktop-ui {
    padding: 0 20px 16px 0
}

.form-filter-module_option__aByMj-re__platform-desktop-ui .ui-select {
    min-width: 180px
}

body:not(.base-text-page) .aside {
    position: fixed;
    width: 16vw;
    flex: 0 0 16vw;
    z-index: calc(var(--zIndex-desktopAsideMenuForTextPage-below) - 1);
    bottom: var(--gapBetweenBlock);
    flex-direction: column;
    left: 10px;
    top: var(--gapTopMenu);
    display: flex;
    min-width: 250px
}

body:not(.base-text-page) .aside__text-page {
    overflow-y: auto;
    padding-right: 5px;
    scrollbar-color: transparent transparent;
    scrollbar-width: thin
}

body:not(.base-text-page) .aside__text-page::-webkit-scrollbar {
    width: 3px
}

body:not(.base-text-page) .aside__text-page::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 3px
}

body:not(.base-text-page) .aside__text-page::-webkit-scrollbar-thumb {
    background: transparent
}

body:not(.base-text-page) .aside__cabinet {
    display: flex;
    flex: 1 1 0;
    height: 100%
}

body:not(.base-text-page) .aside__scrolled {
    display: flex;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

body:not(.base-text-page) .aside__c {
    border-radius: var(--baseBorderRadius);
    box-shadow: 0 0 5px #0000004d;
    background: var(--buttonText);
    max-width: 100%;
    margin-bottom: 16px
}

body:not(.base-text-page) .aside__c:nth-last-child(1) {
    margin-bottom: 2px
}

body:not(.base-text-page) .aside__c--widget {
    position: relative;
    z-index: 5
}

body:not(.base-text-page) .aside__c--sticky {
    position: static;
    top: -30px;
    transition: top .2s ease
}

.sticky_section body:not(.base-text-page) .aside__c--sticky {
    position: fixed;
    top: 10px
}

body:not(.base-text-page) .aside__c--no_filled {
    box-shadow: none;
    background-color: transparent
}

body:not(.base-text-page) .aside__c--new {
    box-shadow: 0 0 4px #00000040;
    border-radius: var(--asideNewBorderRadius);
    margin-top: 2px;
    margin-left: 2px
}

body:not(.base-text-page) .aside__c--new-multiple>div:first-child .aside-menu__title--new-layout {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

body:not(.base-text-page) .aside__c--new-multiple>div:not(:first-child):not(:last-child) .aside-menu__title--new-layout {
    border-radius: 0
}

body:not(.base-text-page) .aside__c--new-multiple>div:last-child .aside-menu__title--new-layout {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

body:not(.base-text-page) .aside__info {
    padding: 6px 10px 15px
}

body.menu-cms-header-view .aside,body.menu-cms-header-view .right-section {
    top: calc(var(--menuCmsHeaderBodyTopPadding) + 26px)
}

body.menu-cms-header-view .center-section {
    top: 26px
}

.center-section {
    position: relative;
    width: calc(100% - 250px);
    max-width: calc(100% - 34vw);
    margin-left: 16vw;
    padding: 0 10px
}

.center-section.center-section--only-aside,.only-aside-section .center-section {
    max-width: calc(100% - 16vw)
}

.center-section.center-section--no-left-sidebar {
    margin-left: 0;
    width: calc(100% - 250px);
    max-width: calc(100% - 18vw)
}

.page-colum-two .center-section,.text_page-1 .center-section {
    width: calc(100% - 250px);
    max-width: 100%;
    padding-right: 0
}

@media screen and (max-width: 1560px) {
    .center-section {
        margin-left:247px;
        max-width: calc(100% - 535px)
    }
}

@media screen and (max-width: 1250px) {
    .center-section {
        max-width:calc(100% - 250px);
        padding-right: 0
    }

    .center-section.center-section--no-left-sidebar {
        max-width: 100%;
        width: 100%
    }
}

.center-section__top {
    margin-bottom: 15px
}

.center-section__bottom {
    margin: 15px 0 0
}

.center-section.center-section--full-width {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0
}

.cabinet-menu-item-module_menuSvg__R5IFXWR4__platform-desktop-ui {
    width: 100%;
    height: 100%
}

.cabinet-account-balance-module_inner__cV5l-Zmg__platform-desktop-ui {
    padding: 0 16px
}

.cabinet-account-balance-module_row__FB-wcmug__platform-desktop-ui {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0
}

.cabinet-account-balance-module_row__FB-wcmug__platform-desktop-ui.cabinet-account-balance-module_pointer__1RyX4k-D__platform-desktop-ui {
    cursor: pointer
}

.cabinet-account-balance-module_row__FB-wcmug__platform-desktop-ui .cabinet-account-balance-module_label__hPijuiwb__platform-desktop-ui {
    font-size: 14px;
    font-weight: 400
}

.cabinet-account-balance-module_row__FB-wcmug__platform-desktop-ui .cabinet-account-balance-module_label__hPijuiwb__platform-desktop-ui span {
    font-weight: 500
}

.cabinet-account-balance-module_row__FB-wcmug__platform-desktop-ui .cabinet-account-balance-module_amount__u-wq94W2__platform-desktop-ui {
    font-weight: 700;
    color: var(--tableWin)
}

.cabinet-account-balance-module_arrow__-qo5Yjiq__platform-desktop-ui {
    right: 0;
    cursor: pointer;
    transform: rotate(180deg);
    transition: transform .15s ease
}

.cabinet-account-balance-module_arrow__-qo5Yjiq__platform-desktop-ui.cabinet-account-balance-module_arrowDown__Sm9Gisma__platform-desktop-ui {
    transform: rotate(0)
}

.cabinet-account-balance-module_others__3HJa6bSV__platform-desktop-ui {
    padding: 0 0 0 30px;
    border-top: 1px solid var(--accountBalanceBorder)
}

.cabinet-account-balance-module_others__3HJa6bSV__platform-desktop-ui .cabinet-account-balance-module_othersRow__ttfCpBjp__platform-desktop-ui {
    display: flex;
    justify-content: space-between;
    padding: 20px 0
}

.cabinet-account-balance-module_others__3HJa6bSV__platform-desktop-ui .cabinet-account-balance-module_othersLabel__kuwwEAad__platform-desktop-ui {
    font-size: 14px;
    font-weight: 500
}

.cabinet-account-balance-module_others__3HJa6bSV__platform-desktop-ui .cabinet-account-balance-module_othersAmount__bsORRyd5__platform-desktop-ui {
    font-size: 16px;
    font-weight: 700
}

.customer-balance-module_container__FEYTq1e7__platform-desktop-ui {
    position: relative
}

.customer-balance-module_container__FEYTq1e7__platform-desktop-ui .customer-balance-module_holder__7urFs3Qu__platform-desktop-ui {
    height: 40px;
    border-radius: 20px;
    background-color: var(--customerBalanceHolderBg);
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0 15px;
    color: var(--customerBalanceHolderColor);
    position: relative
}

.customer-balance-module_container__FEYTq1e7__platform-desktop-ui .customer-balance-module_arrow__d3ng43FL__platform-desktop-ui {
    font-size: 8px;
    margin-left: 8px;
    transform: rotate(180deg)
}

.customer-balance-module_container__FEYTq1e7__platform-desktop-ui .customer-balance-module_arrow__d3ng43FL__platform-desktop-ui.customer-balance-module_arrowOpen__67VPr7Ev__platform-desktop-ui {
    transform: rotate(0)
}

.customer-balance-module_container__FEYTq1e7__platform-desktop-ui .customer-balance-module_text__vHVgW5O1__platform-desktop-ui {
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.customer-balance-module_container__FEYTq1e7__platform-desktop-ui .customer-balance-module_list__PctkpG3J__platform-desktop-ui {
    background-color: var(--customerBalanceHolderBg);
    position: absolute;
    top: 40px;
    min-width: 220px;
    right: 0;
    max-height: 280px;
    overflow-y: auto;
    margin-top: 3px;
    display: flex;
    border-radius: 20px;
    flex-direction: column;
    box-shadow: 0 3px 5px #00000036;
    z-index: 12;
    cursor: auto
}

.customer-balance-module_container__FEYTq1e7__platform-desktop-ui .customer-balance-module_list__PctkpG3J__platform-desktop-ui .customer-balance-module_listItem__MRcI5ELl__platform-desktop-ui {
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    padding: 5px 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    justify-content: space-between
}

.customer-balance-module_container__FEYTq1e7__platform-desktop-ui .customer-balance-module_list__PctkpG3J__platform-desktop-ui .customer-balance-module_listItem__MRcI5ELl__platform-desktop-ui.customer-balance-module_listItemMain__9nBu5c0R__platform-desktop-ui {
    margin: 7px 5px
}

.customer-balance-module_container__FEYTq1e7__platform-desktop-ui .customer-balance-module_list__PctkpG3J__platform-desktop-ui .customer-balance-module_listItem__MRcI5ELl__platform-desktop-ui.customer-balance-module_listItemMain__9nBu5c0R__platform-desktop-ui .customer-balance-module_listItemLeft__52N31aZb__platform-desktop-ui,.customer-balance-module_container__FEYTq1e7__platform-desktop-ui .customer-balance-module_list__PctkpG3J__platform-desktop-ui .customer-balance-module_listItem__MRcI5ELl__platform-desktop-ui.customer-balance-module_listItemMain__9nBu5c0R__platform-desktop-ui .customer-balance-module_listItemRight__qVhDSNUI__platform-desktop-ui,.customer-balance-module_container__FEYTq1e7__platform-desktop-ui .customer-balance-module_list__PctkpG3J__platform-desktop-ui .customer-balance-module_listItem__MRcI5ELl__platform-desktop-ui.customer-balance-module_listItemMain__9nBu5c0R__platform-desktop-ui .customer-balance-module_arrow__d3ng43FL__platform-desktop-ui {
    color: var(--customerBalanceMainItemColor)
}

.customer-balance-module_container__FEYTq1e7__platform-desktop-ui .customer-balance-module_list__PctkpG3J__platform-desktop-ui .customer-balance-module_listItem__MRcI5ELl__platform-desktop-ui .customer-balance-module_listItemLeft__52N31aZb__platform-desktop-ui {
    color: var(--customerBalanceLeftItemColor)
}

.customer-balance-module_container__FEYTq1e7__platform-desktop-ui .customer-balance-module_list__PctkpG3J__platform-desktop-ui .customer-balance-module_listItem__MRcI5ELl__platform-desktop-ui .customer-balance-module_listItemRight__qVhDSNUI__platform-desktop-ui {
    padding-left: 20px;
    color: var(--customerBalanceRightItemColor)
}

.customer-balance-module_container__FEYTq1e7__platform-desktop-ui .customer-balance-module_list__PctkpG3J__platform-desktop-ui .customer-balance-module_listItem__MRcI5ELl__platform-desktop-ui.customer-balance-module_grayColor__dlqvRASP__platform-desktop-ui {
    color: var(--menuDefault)
}

.customer-balance-module_container__FEYTq1e7__platform-desktop-ui .customer-balance-module_bonuses__Bnf4P6NP__platform-desktop-ui {
    margin: 7px 5px 12px
}

.customer-balance-module_container__FEYTq1e7__platform-desktop-ui .customer-balance-module_divider__PQB3Mnkt__platform-desktop-ui {
    border-top: 1px solid var(--customerBalanceDividerColor)
}

.customer-balance-module_container__FEYTq1e7__platform-desktop-ui .customer-balance-module_sessionInfo__DaoSxevC__platform-desktop-ui {
    padding: 0 5px 10px;
    position: relative;
    border-radius: 20px
}

.event-full-module_live__cNrMDjQN__platform-desktop-ui {
    height: 14px;
    background-color: var(--liveColor);
    border-radius: 5px;
    text-align: center;
    font-size: 7px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--buttonText);
    padding: 0 5px;
    display: flex;
    align-self: center;
    line-height: 14px
}

.event-full-module_live__cNrMDjQN__platform-desktop-ui.event-full-module_liveFree__d8CYst6Q__platform-desktop-ui {
    position: static;
    background: var(--buttonsGray);
    display: inline-flex;
    margin: 2px 0 0;
    align-self: flex-start
}

.event-full-module_live__cNrMDjQN__platform-desktop-ui.event-full-module_liveBig__PHrxiCRn__platform-desktop-ui {
    padding: 0 10px;
    font-size: 12px;
    line-height: 23px;
    height: 22px;
    border-radius: 10px;
    margin: -1px 0 0 10px
}

.event-full-module_live__cNrMDjQN__platform-desktop-ui.coupon-count {
    background-color: var(--betslipEventsCountBackground);
    color: var(--betslipEventsCountText, var(--white));
    border-radius: 50%;
    justify-content: center;
    width: 23px
}

.event-full-module_efContent__xoj4Tu1V__platform-desktop-ui {
    display: block;
    position: relative
}

.event-full-module_efContentHeader__IqUeGKQl__platform-desktop-ui {
    background: var(--eventModalBackground);
    background-position: center;
    background-size: cover;
    border-radius: 0 0 var(--baseBorderRadius) var(--baseBorderRadius);
    overflow: hidden;
    position: relative
}

.event-full-module_efContentBody__PWBJn2-Z__platform-desktop-ui {
    background-color: var(--buttonText)
}

.event-full-module_efh__-c4Mpk9c__platform-desktop-ui {
    display: table;
    height: 100%;
    margin: 0 auto;
    min-width: 690px
}

@media only screen and (max-width: 1000px) {
    .event-full-module_efh__-c4Mpk9c__platform-desktop-ui {
        max-width:550px;
        min-width: auto;
        width: 100%
    }
}

.event-full-module_efhCategory__0owrrOU9__platform-desktop-ui {
    color: var(--buttonText);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase
}

.event-full-module_efhStartDate__4nQRVakw__platform-desktop-ui {
    color: var(--menuDefault);
    font-size: 12px;
    position: relative
}

.event-full-module_efhResults__mTJhd2M4__platform-desktop-ui {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.event-full-module_efhResultsContainer__szpb46TQ__platform-desktop-ui {
    display: flex
}

.event-full-module_efhResultsContainer__szpb46TQ__platform-desktop-ui:nth-child(1) {
    justify-content: flex-end
}

.event-full-module_efhResultsContainer__szpb46TQ__platform-desktop-ui:nth-child(2) {
    justify-content: flex-start
}

.event-full-module_efhResultsScore__B-3d8E6y__platform-desktop-ui {
    align-items: center;
    background-color: var(--eventHeaderArea);
    border-radius: 3px;
    color: var(--efhTextColor);
    display: flex;
    font-size: 32px;
    font-weight: 700;
    height: 56px;
    justify-content: center;
    min-width: 52px
}

.event-full-module_efhResultsDivider__QQQnK7iT__platform-desktop-ui {
    font-size: 38px;
    padding: 0 10px
}

.event-full-module_efhRow__YxMArR-V__platform-desktop-ui {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
    min-height: 80px;
    width: 100%
}

.event-full-module_efhTeam__IualaCUw__platform-desktop-ui {
    align-items: center;
    color: var(--efhTextColor);
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase
}

.event-full-module_efhTeam__IualaCUw__platform-desktop-ui:nth-child(1) {
    justify-content: flex-end;
    text-align: right
}

.event-full-module_efhLogo__FpYhhVA7__platform-desktop-ui {
    border: 1px solid var(--teamsLogoBorderSecondary);
    border-radius: 5px;
    background: var(--teamsLogoBGSecondary);
    height: 5em;
    width: 5em;
    margin-inline:1.5em;padding: .5em
}

.event-full-module_efhTshirt__JjLay9r1__platform-desktop-ui {
    height: 3.8em;
    width: 3.8em;
    margin-inline:1.5em}

@media only screen and (max-width: 1000px) {
    .event-full-module_efhTeam__IualaCUw__platform-desktop-ui {
        flex-direction:column;
        font-size: 13px;
        max-width: 150px;
        text-align: center;
        width: 100%
    }

    .event-full-module_efhTeam__IualaCUw__platform-desktop-ui:nth-child(1) {
        justify-content: normal;
        text-align: center
    }

    .event-full-module_efhTeam__IualaCUw__platform-desktop-ui img:nth-child(1) {
        padding-right: 0
    }

    .event-full-module_efhTeam__IualaCUw__platform-desktop-ui img:nth-child(2) {
        padding-left: 0
    }
}

.event-full-module_efhTeamTitle__9Wam06oL__platform-desktop-ui {
    position: relative;
    width: 150px
}

@media only screen and (max-width: 1000px) {
    .event-full-module_efhTeamTitle__9Wam06oL__platform-desktop-ui {
        margin-top:5px;
        order: 1;
        width: 100%
    }
}

.event-full-module_efhArea__O5rl8TFz__platform-desktop-ui {
    align-items: center;
    background-color: var(--eventHeaderArea);
    box-shadow: 0 2px 5px #0000001a;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 25px 10px;
    position: relative
}

@media only screen and (max-width: 1000px) {
    .event-full-module_efhArea__O5rl8TFz__platform-desktop-ui {
        padding-bottom:20px
    }
}

@media only screen and (max-width: 900px) {
    .event-full-module_efhArea__O5rl8TFz__platform-desktop-ui {
        padding-left:20px;
        padding-right: 20px
    }
}

.event-full-module_efhTimer__uwnqKWmn__platform-desktop-ui {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    width: 100%
}

.event-full-module_efhTimerColumn__3D9Kb96u__platform-desktop-ui {
    left: -2px;
    position: relative;
    width: calc(50% - 20px)
}

.event-full-module_efhTimerColumn__3D9Kb96u__platform-desktop-ui:nth-child(1) {
    font-size: 12px;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase
}

.event-full-module_tCenter__tqmsOKfw__platform-desktop-ui .event-full-module_efhTimerColumn__3D9Kb96u__platform-desktop-ui:nth-child(1) {
    text-align: center
}

.event-full-module_efhTimerColumn__3D9Kb96u__platform-desktop-ui:nth-child(2) {
    display: flex;
    justify-content: center;
    width: 40px
}

.event-full-module_efhTimerColumn__3D9Kb96u__platform-desktop-ui:nth-child(2) .svg-icon {
    fill: var(--efhTextColor);
    font-size: 19px;
    position: relative;
    top: -2px
}

.event-full-module_efhTimerColumn__3D9Kb96u__platform-desktop-ui:nth-child(3) {
    color: var(--efhTextColor);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .3px
}

.event-full-module_efhTimerLive__mGBw4FlC__platform-desktop-ui {
    color: var(--eventLiveColor)
}

.event-full-module_efhTimerFinished__8s6xrmof__platform-desktop-ui {
    color: var(--eventFinishedColor);
    text-align: center
}

.event-full-module_efhTime__0DJUpHT5__platform-desktop-ui {
    color: var(--buttonText);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.5;
    margin: 0 auto;
    text-align: center
}

.event-full-module_efhStart__oco-huIk__platform-desktop-ui {
    color: var(--efhTextColor);
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase
}

.event-full-module_efhStart__oco-huIk__platform-desktop-ui.event-full-module_prematch__myOZ7hbg__platform-desktop-ui {
    font-size: 15px;
    font-style: normal
}

@media only screen and (max-width: 1000px) {
    .event-full-module_efhStart__oco-huIk__platform-desktop-ui.event-full-module_prematch__myOZ7hbg__platform-desktop-ui {
        padding:0 8px
    }
}

.event-full-module_efhStartTime__DzoTEnEY__platform-desktop-ui {
    position: relative
}

.event-full-module_efhStartDate__4nQRVakw__platform-desktop-ui {
    color: #fff6;
    font-size: 12px;
    position: relative
}

.event-full-module_efhStartCountdown__KT1FsMDr__platform-desktop-ui {
    background-color: var(--eventHeaderCountdownArea);
    margin: 10px 0 0;
    padding: 10px;
    white-space: nowrap
}

.event-full-module_efhStartCountdownColumn__-nBGzCjM__platform-desktop-ui {
    display: inline-block;
    padding: 0 8px;
    position: relative;
    text-align: center
}

.event-full-module_efhStartCountdownColumn__-nBGzCjM__platform-desktop-ui:not(:last-child) .event-full-module_efhStartCountdownValue__qXKHXq3T__platform-desktop-ui:after {
    content: ":";
    font-size: 24px;
    font-weight: 400;
    position: absolute;
    right: -11px;
    top: -3px
}

.event-full-module_efhStartCountdownColumn__-nBGzCjM__platform-desktop-ui:not(:last-child) .event-full-module_efhStartCountdownLabel__4xECE7wD__platform-desktop-ui:after {
    content: ":";
    font-size: 11px;
    font-weight: 300;
    position: absolute;
    right: -9px;
    top: 0
}

.event-full-module_efhStartCountdownColumn__-nBGzCjM__platform-desktop-ui:first-child {
    padding-left: 0
}

.event-full-module_efhStartCountdownColumn__-nBGzCjM__platform-desktop-ui:last-child {
    padding-right: 0
}

.event-full-module_efhStartCountdownValue__qXKHXq3T__platform-desktop-ui {
    color: var(--eventHeaderCountdownValue);
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    min-width: 28px;
    position: relative
}

.event-full-module_efhStartCountdownLabel__4xECE7wD__platform-desktop-ui {
    color: var(--eventHeaderCountdownLabel);
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    margin-top: 3px;
    min-width: 28px;
    position: relative;
    text-transform: lowercase
}

.event-full-module_efhDetailedResults__RjDO6RcJ__platform-desktop-ui {
    background: var(--eventHeaderArea);
    border-radius: 3px;
    height: 65px;
    position: relative
}

@media only screen and (max-width: 1000px) {
    .event-full-module_efhDetailedResults__RjDO6RcJ__platform-desktop-ui {
        margin-top:10px
    }
}

.event-full-module_efhDetailedResultsContainer__Hm0q29B5__platform-desktop-ui {
    align-items: center;
    color: var(--menuActiveColor);
    display: flex;
    font-size: 11px;
    height: 100%;
    padding: 0 10px;
    text-transform: uppercase
}

.event-full-module_efhDetailedColumn__9XihKw4p__platform-desktop-ui {
    line-height: 17px
}

.event-full-module_efhDetailedColumn__9XihKw4p__platform-desktop-ui:first-child {
    font-weight: 300;
    min-width: 163px;
    overflow: hidden;
    padding-right: 15px
}

.event-full-module_efhDetailedColumn__9XihKw4p__platform-desktop-ui:not(:first-child) {
    font-weight: 500;
    text-align: center;
    width: 60px
}

.event-full-module_efhDetailedColumn__9XihKw4p__platform-desktop-ui:not(:first-child).event-full-module_small__du-ZlgGo__platform-desktop-ui {
    width: 45px
}

@media only screen and (max-width: 900px) {
    .event-full-module_efhDetailedColumn__9XihKw4p__platform-desktop-ui:not(:first-child).event-full-module_small__du-ZlgGo__platform-desktop-ui {
        width:25px
    }
}

.event-full-module_efhDetailedColumnTitle__0PBYxCXj__platform-desktop-ui {
    color: var(--halfTitleColor);
    font-weight: 400;
    letter-spacing: .22px;
    white-space: nowrap
}

.event-full-module_efhDetailedColumnText__kqhbrZU7__platform-desktop-ui {
    color: var(--buttonText);
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.event-full-module_efhDetailedColumnBorder__JGP2YLfX__platform-desktop-ui {
    border-left: 1px solid var(--halfScoreBorder)
}

.event-full-module_eventFinished__dYv6gQsF__platform-desktop-ui {
    align-items: center;
    background: var(--buttonText);
    border-radius: 0 0 3px 3px;
    box-shadow: 0 0 5px #0000004d;
    display: flex;
    flex-direction: column;
    height: 280px;
    justify-content: center;
    margin: 0;
    position: relative
}

.event-full-module_eventFinished__dYv6gQsF__platform-desktop-ui.event-full-module_margin__L5bkyDSN__platform-desktop-ui {
    margin-top: 15px
}

.event-full-module_eventFinished__dYv6gQsF__platform-desktop-ui img {
    display: block;
    width: 91px
}

.event-full-module_eventFinishedButton__nf-dWuo0__platform-desktop-ui {
    color: var(--mainColor);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 55px;
    text-transform: uppercase;
    text-align: center
}

.event-full-module_eventFinishedButton__nf-dWuo0__platform-desktop-ui a {
    color: var(--buttonMain);
    text-decoration: underline;
    transition: color .15s ease
}

.event-full-module_eventFinishedButton__nf-dWuo0__platform-desktop-ui a:hover {
    color: inherit
}

.event-full-markets-module_live__yZL3etzf__platform-desktop-ui {
    height: 14px;
    background-color: var(--liveColor);
    border-radius: 5px;
    text-align: center;
    font-size: 7px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--buttonText);
    padding: 0 5px;
    display: flex;
    align-self: center;
    line-height: 14px
}

.event-full-markets-module_live__yZL3etzf__platform-desktop-ui.event-full-markets-module_liveFree__6pQZevEB__platform-desktop-ui {
    position: static;
    background: var(--buttonsGray);
    display: inline-flex;
    margin: 2px 0 0;
    align-self: flex-start
}

.event-full-markets-module_live__yZL3etzf__platform-desktop-ui.event-full-markets-module_liveBig__EKRbJEoX__platform-desktop-ui {
    padding: 0 10px;
    font-size: 12px;
    line-height: 23px;
    height: 22px;
    border-radius: 10px;
    margin: -1px 0 0 10px
}

.event-full-markets-module_live__yZL3etzf__platform-desktop-ui.coupon-count {
    background-color: var(--betslipEventsCountBackground);
    color: var(--betslipEventsCountText, var(--white));
    border-radius: 50%;
    justify-content: center;
    width: 23px
}

.event-full-markets-module_markets__jSNPDdnW__platform-desktop-ui {
    align-items: center;
    border-top: 1px solid var(--borderProfileTable);
    display: flex;
    height: 43px;
    justify-content: space-between;
    padding: 0 10px
}

.event-full-markets-module_markets__jSNPDdnW__platform-desktop-ui .event-full-markets-module_scroll-container__wrapper__3FrkSQjb__platform-desktop-ui,.event-full-markets-module_markets__jSNPDdnW__platform-desktop-ui .event-full-markets-module_horizontal-menu__Ggv3xPW1__platform-desktop-ui {
    height: 43px
}

.event-full-markets-module_marketsPrimary__TgirMOQR__platform-desktop-ui {
    display: flex
}

.event-full-markets-module_marketsItem__yVT4YGln__platform-desktop-ui {
    border: 1px solid var(--menuSectionBorder);
    border-radius: 3px;
    color: var(--mainColor);
    cursor: pointer;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    height: 27px;
    letter-spacing: .3px;
    padding: 0 10px;
    position: relative;
    transition: all .15s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap
}

.event-full-markets-module_marketsItem__yVT4YGln__platform-desktop-ui+.event-full-markets-module_marketsItem__yVT4YGln__platform-desktop-ui {
    margin-left: 10px
}

.event-full-markets-module_marketsItem__yVT4YGln__platform-desktop-ui:focus {
    border: 1px solid var(--buttonMain)
}

.event-full-markets-module_marketsItem__yVT4YGln__platform-desktop-ui.event-full-markets-module_active__xaPtYFHS__platform-desktop-ui {
    background: var(--buttonMain);
    border-color: var(--buttonMain);
    color: var(--eventMarketActiveTextColor);
    cursor: default;
    font-weight: 700
}

.event-full-markets-module_marketsItem__yVT4YGln__platform-desktop-ui:hover:not(.event-full-markets-module_active__xaPtYFHS__platform-desktop-ui) {
    border-color: var(--buttonMain);
    color: var(--buttonMain)
}

.event-full-markets-module_marketsHold__QdcXqZL1__platform-desktop-ui {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%
}

.event-full-markets-module_marketsHold__QdcXqZL1__platform-desktop-ui span:first-letter {
    text-transform: uppercase
}

.event-full-markets-module_marketsHold__QdcXqZL1__platform-desktop-ui .event-full-markets-module_withIcon__Lr7yPePu__platform-desktop-ui {
    width: 16px;
    height: 16px;
    margin-left: 4px;
    top: 0
}

.event-full-markets-module_marketsHold__QdcXqZL1__platform-desktop-ui:before {
    content: attr(data-text);
    display: block;
    font-weight: 700;
    height: 0;
    width: 0;
    overflow: hidden;
    visibility: hidden
}

.event-full-markets-module_animated__DWhP-unz__platform-desktop-ui {
    background: linear-gradient(to right,var(--analyticsButtonMain) 60%,var(--analyticsButtonSecond));
    background-size: 300% 200%;
    animation: event-full-markets-module_change-background__glNe4Zrx__platform-desktop-ui 2s ease-in infinite;
    border: 1px solid transparent
}

.event-full-markets-module_animated__DWhP-unz__platform-desktop-ui:hover:not(.event-full-markets-module_active__xaPtYFHS__platform-desktop-ui) {
    border-color: transparent;
    color: var(--mainColor)
}

.event-full-markets-module_animated__DWhP-unz__platform-desktop-ui .event-full-markets-module_withIcon__Lr7yPePu__platform-desktop-ui {
    top: -1px
}

.event-full-markets-module_iframe__nmSChQTa__platform-desktop-ui {
    width: 100%;
    height: 565px;
    border: none
}

@keyframes event-full-markets-module_change-background__glNe4Zrx__platform-desktop-ui {
    0% {
        background-position: 50% 0%
    }

    50% {
        background-position: 99% 300%
    }

    to {
        background-position: 50% 0%
    }
}

.table-heading-markets-module_title__fYknJqWJ__platform-desktop-ui {
    color: var(--periodHalfInformationText);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.25;
    text-transform: uppercase
}

.table-heading-markets-module_outright__2U09hKH7__platform-desktop-ui {
    margin-right: 20px;
    width: 90px
}

.leagues-list-module_section__3UrGuXyA__platform-desktop-ui {
    position: relative;
    margin-top: 15px
}

.leagues-list-module_section__3UrGuXyA__platform-desktop-ui .events-section__header {
    justify-content: space-between;
    align-items: center
}

.leagues-list-module_amountDescription__IsIuZ0eH__platform-desktop-ui {
    font-size: 12px;
    font-weight: 700;
    color: var(--leaguesListAmountDescription);
    letter-spacing: 1px;
    text-transform: uppercase
}

.leagues-list-module_item__4LWC3iJE__platform-desktop-ui {
    display: flex;
    min-height: 38px;
    padding: 10px 20px;
    align-items: center;
    transition: background-color .15s ease;
    justify-content: space-between
}

.leagues-list-module_item__4LWC3iJE__platform-desktop-ui:hover {
    background-color: var(--leaguesListItemHoverBg)
}

.leagues-list-module_item__4LWC3iJE__platform-desktop-ui:nth-child(n+2) {
    border-top: 1px solid var(--leaguesListItemHoverBg)
}

.leagues-list-module_itemName__GKwla0ns__platform-desktop-ui {
    color: var(--leaguesListItemName);
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    transition: color .15s ease;
    display: flex;
    align-items: center
}

.leagues-list-module_itemName__GKwla0ns__platform-desktop-ui:hover {
    color: var(--leaguesListItemNameHover)
}

.leagues-list-module_leagueIcon__TE-2zp1L__platform-desktop-ui {
    width: 17px;
    margin-right: 10px
}

.leagues-list-module_leagueIcon__TE-2zp1L__platform-desktop-ui img {
    display: block;
    width: 100%
}

.leagues-list-module_amounts__tx7d7K4V__platform-desktop-ui {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    color: rgba(var(--leaguesListItemAmountsRGB),.5)
}

.leagues-list-module_amounts__tx7d7K4V__platform-desktop-ui span {
    display: inline-block;
    margin: 0 5px
}

.leagues-list-module_amounts__tx7d7K4V__platform-desktop-ui span:before {
    content: "|"
}

.limit-page-module_limitsWrapper__xJBpA8-7__platform-desktop-ui {
    margin: 7px 0 0
}

.limit-page-module_limitTable__9l8j4555__platform-desktop-ui {
    width: 100%;
    min-width: 800px
}

.limit-page-module_buttonHolder__1qUhQISh__platform-desktop-ui {
    display: inline-block;
    margin: 0 auto
}

.limit-page-module_buttonHolder__1qUhQISh__platform-desktop-ui button {
    height: 14px!important;
    font-size: 12px!important;
    min-height: 14px!important;
    line-height: 14px;
    text-transform: none
}

.limit-page-module_limitWrapper__dJKwE8QD__platform-desktop-ui {
    background: var(--eventHeadingBackgroundCustom, var(--eventHeadingBackground));
    position: relative;
    padding: 6px;
    border-radius: 5px;
    overflow: hidden;
    overflow-x: auto
}

.limit-page-module_limitWrapper__dJKwE8QD__platform-desktop-ui th {
    color: var(--eventNumber);
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    padding: 10px 0
}

.limit-page-module_limitWrapper__dJKwE8QD__platform-desktop-ui tr+tr td {
    border-top: 3px solid var(--eventHeadingBackgroundCustom, var(--eventHeadingBackground))
}

.limit-page-module_limitWrapper__dJKwE8QD__platform-desktop-ui td {
    color: var(--mainColor);
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    padding: 4px 0;
    background: var(--white);
    vertical-align: middle
}

.limit-page-module_limitWrapper__dJKwE8QD__platform-desktop-ui td small {
    font-weight: 700;
    color: var(--topEventColorDown);
    font-size: 12px;
    display: inline-block
}

.limit-page-module_limitWrapper__dJKwE8QD__platform-desktop-ui td:nth-child(1) {
    border-radius: 5px 0 0 5px
}

.limit-page-module_limitWrapper__dJKwE8QD__platform-desktop-ui td:nth-last-child(1) {
    border-radius: 0 5px 5px 0
}

.limit-page-module_limitStatus__049Iti45__platform-desktop-ui {
    font-weight: 700;
    display: inline-block
}

.limit-page-module_limitStatus__049Iti45__platform-desktop-ui:first-letter {
    text-transform: uppercase
}

.limit-page-module_limitStatus__049Iti45__platform-desktop-ui.limit-page-module_success__1DdPG7pW__platform-desktop-ui {
    color: var(--success)
}

.limit-page-module_limitStatus__049Iti45__platform-desktop-ui.limit-page-module_pending__DTTcmP5E__platform-desktop-ui {
    color: var(--eventHalfInformation)
}

.limit-page-module_limitPageSeparator__4Khg5LW1__platform-desktop-ui {
    border-top: 1px solid var(--eventTableBorder)
}

.limit-page-module_confirmedSection__IHQgCMHd__platform-desktop-ui {
    padding: 20px 0
}

.limit-page-module_limitInfo__q7yuTqHD__platform-desktop-ui {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    color: var(--eventHalfInformation)
}

.limit-page-module_limitInfoMarginTop__eaVrYyws__platform-desktop-ui {
    margin-top: 12px
}

.limit-page-module_limitInfoMarginBottom__9tdngsEw__platform-desktop-ui {
    margin-bottom: 12px
}

.limit-page-module_title__K9mUCS99__platform-desktop-ui {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: var(--marinColor)
}

.limit-page-module_tableTitle__WwNn-EIJ__platform-desktop-ui {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    color: var(--limitsText);
    display: none
}

.limit-page-module_titleMarginBottom__-558bx-z__platform-desktop-ui {
    margin-bottom: 15px
}

.limit-page-module_section__GeAFrxgy__platform-desktop-ui {
    background: var(--white);
    border-radius: 10px;
    padding: 30px;
    position: relative
}

.limit-page-module_section__GeAFrxgy__platform-desktop-ui+.limit-page-module_section__GeAFrxgy__platform-desktop-ui {
    margin-top: 20px
}

.limit-page-module_buttonSection__eR1y5Qrj__platform-desktop-ui {
    margin: 20px 0 0
}

.limit-page-module_buttonResponsiveFlex__S5aIqo4Q__platform-desktop-ui {
    flex-wrap: wrap
}

.limit-page-module_buttonBasePadding__pzKuNJgG__platform-desktop-ui {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    flex: 1
}

.limit-page-module_limitPageSetup__agmWVXgv__platform-desktop-ui {
    position: relative;
    max-width: 420px;
    width: 100%
}

.limit-page-module_setupRow__r82q7LBi__platform-desktop-ui {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.limit-page-module_setupRow__r82q7LBi__platform-desktop-ui+.limit-page-module_setupRow__r82q7LBi__platform-desktop-ui {
    margin-top: 20px
}

.limit-page-module_setupCol__efaPfDYj__platform-desktop-ui {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center
}

.limit-page-module_setupButtons__zubdT4bG__platform-desktop-ui {
    max-width: 420px;
    width: 100%;
    margin: 20px 0
}

.limit-page-module_setupTitle__gHvR2VBN__platform-desktop-ui {
    font-weight: 500;
    flex: 0 0 40%;
    font-size: 14px;
    color: var(--mainColor);
    line-height: 1.25
}

.limit-page-module_setupInput__XqgMrKb2__platform-desktop-ui {
    flex: 0 0 50%;
    max-width: 50%
}

.limit-page-module_setupInfo__O6qjcG7o__platform-desktop-ui {
    font-size: 12px;
    color: var(--eventHalfInformation)
}

.limit-page-module_setupMargin__hq-VLEOY__platform-desktop-ui {
    margin: 0 0 15px
}

.limit-page-module_setupStatus__-qqq2UgZ__platform-desktop-ui {
    font-weight: 700
}

.limit-page-module_setupValue__zLGodf6y__platform-desktop-ui {
    text-align: right;
    width: 100%
}

.limit-page-module_setupValue__zLGodf6y__platform-desktop-ui small {
    font-size: 100%;
    color: var(--eventHalfInformation)
}

.limit-page-module_limitAmount__MYIepLAN__platform-desktop-ui {
    font-weight: 700;
    letter-spacing: .05em;
    color: var(--limitsAccent)
}

.limit-page-module_text__VHQ77r7I__platform-desktop-ui {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--mainColor)
}

.limit-page-module_textArea__sMh0oIqm__platform-desktop-ui {
    padding: 16px 0;
    width: 400px
}

.limit-page-module_textArea__sMh0oIqm__platform-desktop-ui .limit-page-module_form-input__input--exclusion__XbsdA9dS__platform-desktop-ui {
    height: 330px;
    border: 1px solid var(--limitsTextareaBorder);
    background: var(--limitsTextareaBg)
}

.limit-page-module_selfButton__XcOYcEr6__platform-desktop-ui {
    margin-top: 15px
}

.limit-page-module_selfButton__XcOYcEr6__platform-desktop-ui button {
    min-width: 250px
}

.limit-page-module_fullWidth__b7LiLOVP__platform-desktop-ui {
    width: 100%
}

.limit-page-module_twentyTwoBet__gCJUoGCo__platform-desktop-ui .limit-page-module_limitsWrapper__xJBpA8-7__platform-desktop-ui {
    margin-top: 0
}

.limit-page-module_twentyTwoBet__gCJUoGCo__platform-desktop-ui .limit-page-module_limitStatus__049Iti45__platform-desktop-ui {
    font-weight: 400
}

.limit-page-module_twentyTwoBet__gCJUoGCo__platform-desktop-ui .limit-page-module_tableTitle__WwNn-EIJ__platform-desktop-ui {
    display: block
}

.limit-page-module_twentyTwoBet__gCJUoGCo__platform-desktop-ui .limit-page-module_section__GeAFrxgy__platform-desktop-ui {
    border-radius: 0;
    padding: 24px
}

.limit-page-module_twentyTwoBet__gCJUoGCo__platform-desktop-ui .limit-page-module_limitAmount__MYIepLAN__platform-desktop-ui {
    font-weight: 400;
    color: var(--limitsAccent)
}

.limit-page-module_twentyTwoBet__gCJUoGCo__platform-desktop-ui .limit-page-module_editButton__fGD12rSq__platform-desktop-ui {
    background: var(--limitsAccent);
    color: #fff;
    text-transform: uppercase;
    padding: 8px 16px
}

.limit-page-module_twentyTwoBet__gCJUoGCo__platform-desktop-ui .limit-page-module_editButton__fGD12rSq__platform-desktop-ui:hover {
    background: var(--limitsAccentHover)
}

.limit-page-module_twentyTwoBet__gCJUoGCo__platform-desktop-ui .limit-page-module_editButton__fGD12rSq__platform-desktop-ui svg {
    display: none
}

.limit-page-module_twentyTwoBet__gCJUoGCo__platform-desktop-ui .limit-page-module_addButton__qpmDpnm1__platform-desktop-ui {
    background: var(--limitsButton)
}

.limit-page-module_twentyTwoBet__gCJUoGCo__platform-desktop-ui .limit-page-module_addButton__qpmDpnm1__platform-desktop-ui:hover {
    background: var(--limitsButtonHover)
}

.limit-page-module_twentyTwoBet__gCJUoGCo__platform-desktop-ui .limit-page-module_addButton__qpmDpnm1__platform-desktop-ui svg {
    display: none
}

.limit-page-module_twentyTwoBet__gCJUoGCo__platform-desktop-ui .limit-page-module_title__K9mUCS99__platform-desktop-ui {
    font-weight: 400
}

.limit-page-module_twentyTwoBet__gCJUoGCo__platform-desktop-ui .limit-page-module_editPage__AxQy5Ivm__platform-desktop-ui {
    color: red
}

.limit-page-module_nationalCasino__pUuxK35-__platform-desktop-ui,.limit-page-module_bizzoCasino__Mw4iZlI8__platform-desktop-ui {
    background-color: var(--inputColor);
    padding: 24px;
    border-radius: 5px
}

.limit-page-module_nationalCasino__pUuxK35-__platform-desktop-ui .limit-page-module_section__GeAFrxgy__platform-desktop-ui,.limit-page-module_bizzoCasino__Mw4iZlI8__platform-desktop-ui .limit-page-module_section__GeAFrxgy__platform-desktop-ui {
    border-radius: 0;
    padding: 0;
    background: inherit
}

.limit-page-module_nationalCasino__pUuxK35-__platform-desktop-ui .limit-page-module_mainTitle__J48ZnoaV__platform-desktop-ui,.limit-page-module_bizzoCasino__Mw4iZlI8__platform-desktop-ui .limit-page-module_mainTitle__J48ZnoaV__platform-desktop-ui {
    color: var(--white);
    font-weight: 600;
    font-size: 24px
}

.limit-page-module_nationalCasino__pUuxK35-__platform-desktop-ui .limit-page-module_title__K9mUCS99__platform-desktop-ui,.limit-page-module_bizzoCasino__Mw4iZlI8__platform-desktop-ui .limit-page-module_title__K9mUCS99__platform-desktop-ui {
    color: var(--textLight);
    font-weight: 400;
    font-size: 16px
}

.limit-page-module_nationalCasino__pUuxK35-__platform-desktop-ui .limit-page-module_text__VHQ77r7I__platform-desktop-ui,.limit-page-module_bizzoCasino__Mw4iZlI8__platform-desktop-ui .limit-page-module_text__VHQ77r7I__platform-desktop-ui {
    color: var(--white)
}

.limit-page-module_nationalCasino__pUuxK35-__platform-desktop-ui .limit-page-module_limitsWrapper__xJBpA8-7__platform-desktop-ui,.limit-page-module_bizzoCasino__Mw4iZlI8__platform-desktop-ui .limit-page-module_limitsWrapper__xJBpA8-7__platform-desktop-ui {
    margin-top: 16px
}

.limit-page-module_nationalCasino__pUuxK35-__platform-desktop-ui .limit-page-module_tableTitle__WwNn-EIJ__platform-desktop-ui,.limit-page-module_bizzoCasino__Mw4iZlI8__platform-desktop-ui .limit-page-module_tableTitle__WwNn-EIJ__platform-desktop-ui {
    display: block;
    font-size: 18px
}

.limit-page-module_nationalCasino__pUuxK35-__platform-desktop-ui .limit-page-module_titleMarginBottom__-558bx-z__platform-desktop-ui,.limit-page-module_bizzoCasino__Mw4iZlI8__platform-desktop-ui .limit-page-module_titleMarginBottom__-558bx-z__platform-desktop-ui {
    margin-bottom: 24px
}

.limit-page-module_nationalCasino__pUuxK35-__platform-desktop-ui .limit-page-module_limitWrapper__dJKwE8QD__platform-desktop-ui,.limit-page-module_bizzoCasino__Mw4iZlI8__platform-desktop-ui .limit-page-module_limitWrapper__dJKwE8QD__platform-desktop-ui {
    padding: 0
}

.limit-page-module_nationalCasino__pUuxK35-__platform-desktop-ui .limit-page-module_limitTable__9l8j4555__platform-desktop-ui,.limit-page-module_bizzoCasino__Mw4iZlI8__platform-desktop-ui .limit-page-module_limitTable__9l8j4555__platform-desktop-ui {
    background: #322e2f
}

.limit-page-module_nationalCasino__pUuxK35-__platform-desktop-ui .limit-page-module_limitTable__9l8j4555__platform-desktop-ui th,.limit-page-module_bizzoCasino__Mw4iZlI8__platform-desktop-ui .limit-page-module_limitTable__9l8j4555__platform-desktop-ui th {
    color: var(--textLight);
    padding: 14px 24px;
    text-align: left
}

.limit-page-module_nationalCasino__pUuxK35-__platform-desktop-ui .limit-page-module_limitTable__9l8j4555__platform-desktop-ui td,.limit-page-module_bizzoCasino__Mw4iZlI8__platform-desktop-ui .limit-page-module_limitTable__9l8j4555__platform-desktop-ui td {
    padding: 6px 24px;
    border-radius: 0;
    border-bottom: 1px solid rgba(78,72,66,.1);
    color: var(--textDark);
    font-size: 14px;
    text-align: left
}

.limit-page-module_nationalCasino__pUuxK35-__platform-desktop-ui .limit-page-module_limitTable__9l8j4555__platform-desktop-ui .limit-page-module_limitAmount__MYIepLAN__platform-desktop-ui,.limit-page-module_bizzoCasino__Mw4iZlI8__platform-desktop-ui .limit-page-module_limitTable__9l8j4555__platform-desktop-ui .limit-page-module_limitAmount__MYIepLAN__platform-desktop-ui {
    color: var(--textDark);
    font-weight: 400;
    letter-spacing: normal
}

.limit-page-module_nationalCasino__pUuxK35-__platform-desktop-ui .limit-page-module_limitTable__9l8j4555__platform-desktop-ui .limit-page-module_limitStatus__049Iti45__platform-desktop-ui,.limit-page-module_bizzoCasino__Mw4iZlI8__platform-desktop-ui .limit-page-module_limitTable__9l8j4555__platform-desktop-ui .limit-page-module_limitStatus__049Iti45__platform-desktop-ui {
    color: var(--tableSuccess)
}

.limit-page-module_nationalCasino__pUuxK35-__platform-desktop-ui .limit-page-module_limitTable__9l8j4555__platform-desktop-ui .limit-page-module_editButton__fGD12rSq__platform-desktop-ui,.limit-page-module_bizzoCasino__Mw4iZlI8__platform-desktop-ui .limit-page-module_limitTable__9l8j4555__platform-desktop-ui .limit-page-module_editButton__fGD12rSq__platform-desktop-ui {
    background: var(--mainActiveHoverGradient);
    color: var(--textDark);
    padding: 16px 14px
}

.limit-page-module_nationalCasino__pUuxK35-__platform-desktop-ui .limit-page-module_limitTable__9l8j4555__platform-desktop-ui .limit-page-module_editButton__fGD12rSq__platform-desktop-ui svg,.limit-page-module_bizzoCasino__Mw4iZlI8__platform-desktop-ui .limit-page-module_limitTable__9l8j4555__platform-desktop-ui .limit-page-module_editButton__fGD12rSq__platform-desktop-ui svg {
    display: none
}

.limit-page-module_nationalCasino__pUuxK35-__platform-desktop-ui .limit-page-module_buttonSection__eR1y5Qrj__platform-desktop-ui,.limit-page-module_bizzoCasino__Mw4iZlI8__platform-desktop-ui .limit-page-module_buttonSection__eR1y5Qrj__platform-desktop-ui {
    margin-top: 6px
}

.limit-page-module_nationalCasino__pUuxK35-__platform-desktop-ui .limit-page-module_buttonSection__eR1y5Qrj__platform-desktop-ui .limit-page-module_buttonBasePadding__pzKuNJgG__platform-desktop-ui,.limit-page-module_bizzoCasino__Mw4iZlI8__platform-desktop-ui .limit-page-module_buttonSection__eR1y5Qrj__platform-desktop-ui .limit-page-module_buttonBasePadding__pzKuNJgG__platform-desktop-ui {
    flex: 50%
}

.limit-page-module_nationalCasino__pUuxK35-__platform-desktop-ui .limit-page-module_buttonSection__eR1y5Qrj__platform-desktop-ui .limit-page-module_buttonGridRow__aSV4tyx-__platform-desktop-ui,.limit-page-module_bizzoCasino__Mw4iZlI8__platform-desktop-ui .limit-page-module_buttonSection__eR1y5Qrj__platform-desktop-ui .limit-page-module_buttonGridRow__aSV4tyx-__platform-desktop-ui {
    margin: 0 -8px
}

.limit-page-module_nationalCasino__pUuxK35-__platform-desktop-ui .limit-page-module_buttonSection__eR1y5Qrj__platform-desktop-ui .limit-page-module_buttonGridCol__xp-Z0mnT__platform-desktop-ui,.limit-page-module_bizzoCasino__Mw4iZlI8__platform-desktop-ui .limit-page-module_buttonSection__eR1y5Qrj__platform-desktop-ui .limit-page-module_buttonGridCol__xp-Z0mnT__platform-desktop-ui {
    padding: 10px 8px
}

.limit-page-module_nationalCasino__pUuxK35-__platform-desktop-ui .limit-page-module_buttonSection__eR1y5Qrj__platform-desktop-ui .limit-page-module_addButton__qpmDpnm1__platform-desktop-ui,.limit-page-module_bizzoCasino__Mw4iZlI8__platform-desktop-ui .limit-page-module_buttonSection__eR1y5Qrj__platform-desktop-ui .limit-page-module_addButton__qpmDpnm1__platform-desktop-ui {
    font-size: 16px
}

.limit-page-module_nationalCasino__pUuxK35-__platform-desktop-ui .limit-page-module_buttonSection__eR1y5Qrj__platform-desktop-ui .limit-page-module_addButton__qpmDpnm1__platform-desktop-ui svg,.limit-page-module_bizzoCasino__Mw4iZlI8__platform-desktop-ui .limit-page-module_buttonSection__eR1y5Qrj__platform-desktop-ui .limit-page-module_addButton__qpmDpnm1__platform-desktop-ui svg {
    display: none
}

.limit-page-module_bizzoCasino__Mw4iZlI8__platform-desktop-ui .limit-page-module_limitTable__9l8j4555__platform-desktop-ui {
    background: var(--textDark)
}

.limit-page-module_bizzoCasino__Mw4iZlI8__platform-desktop-ui .limit-page-module_addButton__qpmDpnm1__platform-desktop-ui {
    background: var(--buttonSecondary)
}

.limit-page-module_bizzoCasino__Mw4iZlI8__platform-desktop-ui .limit-page-module_addButton__qpmDpnm1__platform-desktop-ui:after,.limit-page-module_bizzoCasino__Mw4iZlI8__platform-desktop-ui .limit-page-module_addButton__qpmDpnm1__platform-desktop-ui:before {
    display: none
}

.limit-page-module_bizzoCasino__Mw4iZlI8__platform-desktop-ui .limit-page-module_addButton__qpmDpnm1__platform-desktop-ui:hover {
    background: var(--mainActiveColor)
}

.limit-page-module_hellspinCasino__HEb5ihmt__platform-desktop-ui {
    margin: 0 auto;
    background: var(--formColor)
}

@media screen and (min-width: 1280px) {
    .limit-page-module_hellspinCasino__HEb5ihmt__platform-desktop-ui {
        width:900px
    }
}

.limit-page-module_hellspinCasino__HEb5ihmt__platform-desktop-ui .limit-page-module_section__GeAFrxgy__platform-desktop-ui {
    border-radius: 0;
    padding: 0;
    background: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.limit-page-module_hellspinCasino__HEb5ihmt__platform-desktop-ui .limit-page-module_flameBg__-njlnPTK__platform-desktop-ui {
    background: var(--white);
    height: 68px
}

.limit-page-module_hellspinCasino__HEb5ihmt__platform-desktop-ui .limit-page-module_limitWrapper__dJKwE8QD__platform-desktop-ui {
    background: inherit;
    border-radius: 15px;
    padding: 0
}

.limit-page-module_hellspinCasino__HEb5ihmt__platform-desktop-ui .limit-page-module_limitWrapper__dJKwE8QD__platform-desktop-ui th {
    background: var(--white);
    color: var(--formColor);
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 20px 0
}

.limit-page-module_hellspinCasino__HEb5ihmt__platform-desktop-ui .limit-page-module_limitWrapper__dJKwE8QD__platform-desktop-ui tr+tr td {
    border-top: 1px solid var(--formColor)
}

.limit-page-module_hellspinCasino__HEb5ihmt__platform-desktop-ui .limit-page-module_limitWrapper__dJKwE8QD__platform-desktop-ui td:nth-child(1) {
    border-radius: 0
}

.limit-page-module_hellspinCasino__HEb5ihmt__platform-desktop-ui .limit-page-module_limitWrapper__dJKwE8QD__platform-desktop-ui td:nth-last-child(1) {
    border-radius: 0
}

.limit-page-module_hellspinCasino__HEb5ihmt__platform-desktop-ui .limit-page-module_limitTable__9l8j4555__platform-desktop-ui {
    background: var(--white);
    border-collapse: collapse;
    border-spacing: 0
}

.limit-page-module_hellspinCasino__HEb5ihmt__platform-desktop-ui .limit-page-module_buttonResponsiveFlex__S5aIqo4Q__platform-desktop-ui {
    display: flex;
    gap: 8px
}

.limit-page-module_hellspinCasino__HEb5ihmt__platform-desktop-ui .limit-page-module_limitAmount__MYIepLAN__platform-desktop-ui {
    color: var(--formColor);
    font-weight: 400;
    letter-spacing: normal
}

.limit-page-module_hellspinCasino__HEb5ihmt__platform-desktop-ui .limit-page-module_title__K9mUCS99__platform-desktop-ui {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: var(--linkInactive)
}

.limit-page-module_hellspinCasino__HEb5ihmt__platform-desktop-ui .limit-page-module_text__VHQ77r7I__platform-desktop-ui {
    color: var(--linkInactive)
}

.limit-page-module_hellspinCasino__HEb5ihmt__platform-desktop-ui .limit-page-module_buttonHolder__1qUhQISh__platform-desktop-ui {
    display: inline-block;
    margin: 0 auto
}

.limit-page-module_hellspinCasino__HEb5ihmt__platform-desktop-ui .limit-page-module_buttonHolder__1qUhQISh__platform-desktop-ui svg {
    display: none
}

.limit-page-module_hellspinCasino__HEb5ihmt__platform-desktop-ui .limit-page-module_buttonHolder__1qUhQISh__platform-desktop-ui button {
    height: 32px;
    font-size: 12px;
    min-height: 32px;
    line-height: 14px;
    text-transform: none;
    background: var(--success);
    color: var(--white);
    border-radius: 8px;
    padding: 10px 12px
}

.limit-page-module_hellspinCasino__HEb5ihmt__platform-desktop-ui .limit-page-module_addButton__qpmDpnm1__platform-desktop-ui {
    background: var(--success);
    color: var(--white)!important;
    padding: 16px 14px
}

.limit-page-module_hellspinCasino__HEb5ihmt__platform-desktop-ui .limit-page-module_addButton__qpmDpnm1__platform-desktop-ui span {
    white-space: nowrap
}

.limit-page-module_hellspinCasino__HEb5ihmt__platform-desktop-ui .limit-page-module_addButton__qpmDpnm1__platform-desktop-ui svg {
    display: none
}

.limit-page-module_hellspinCasino__HEb5ihmt__platform-desktop-ui .limit-page-module_addButton__qpmDpnm1__platform-desktop-ui:after,.limit-page-module_hellspinCasino__HEb5ihmt__platform-desktop-ui .limit-page-module_addButton__qpmDpnm1__platform-desktop-ui:before {
    display: none
}

.limit-page-module_hellspinCasino__HEb5ihmt__platform-desktop-ui .limit-page-module_addButton__qpmDpnm1__platform-desktop-ui:hover {
    background: var(--bonusSecondaryColor)
}

.global-ui-module_lineThrough__QAGEUG83__platform-desktop-ui {
    text-decoration: line-through
}

.global-ui-module_green__4g0kiXQT__platform-desktop-ui {
    color: var(--colorGreen)
}

.global-ui-module_red__g-fe5w-E__platform-desktop-ui {
    color: var(--colorRed)
}

.global-ui-module_success__UAP6Hw2v__platform-desktop-ui {
    color: var(--success)
}

.global-ui-module_linkButton__PGrNzy-s__platform-desktop-ui {
    text-decoration: none
}

.global-ui-module_minHeightInherit__hM3c3za-__platform-desktop-ui {
    min-height: inherit
}

.global-ui-module_x2__41RAWAL2__platform-desktop-ui {
    width: 50%;
    flex: 0 0 50%
}

.global-ui-module_flexPositionEnd__18crHnvw__platform-desktop-ui {
    justify-content: flex-end
}

.limit-page-edit-module_limitPage__mcTqFBAl__platform-desktop-ui {
    position: relative;
    background: var(--bodyBackgroundColor);
    min-height: calc(100vh - 46px)
}

.limit-page-edit-module_limitPageWrapper__CQwANeC5__platform-desktop-ui {
    padding: 5px
}

.limit-page-edit-module_limitPageSetup__QkETh-82__platform-desktop-ui {
    position: relative;
    max-width: 420px;
    width: 100%
}

.limit-page-edit-module_limitPageSection__YzOdzOiZ__platform-desktop-ui {
    padding: 20px;
    background: var(--lossLimitCardBackground);
    border-radius: 10px
}

.limit-page-edit-module_limitPageSection__YzOdzOiZ__platform-desktop-ui+.limit-page-edit-module_limitPageSection__YzOdzOiZ__platform-desktop-ui {
    margin-top: 10px
}

.limit-page-edit-module_title__BZJsKR3W__platform-desktop-ui {
    font-weight: 500;
    font-size: 12px;
    color: var(--mainColor);
    line-height: 1.25
}

.limit-page-edit-module_titleMarginBottom__-DFmBKt-__platform-desktop-ui {
    margin-bottom: 12px
}

.limit-page-edit-module_limitInfo__InVl29r9__platform-desktop-ui {
    font-size: 12px;
    line-height: 1.25;
    padding: 16px 0;
    color: var(--eventHalfInformation);
    font-weight: 400
}

.limit-page-edit-module_separator__ZweVk9jy__platform-desktop-ui {
    border-top: 1px solid var(--borderProfileTable)
}

.limit-page-edit-module_buttonSection__W7t-ff1X__platform-desktop-ui {
    margin: 20px 0 0
}

.limit-page-edit-module_cards__QhNFzxIJ__platform-desktop-ui {
    margin: 10px 0 0
}

.limit-page-edit-module_limitPageCard__aHssacDX__platform-desktop-ui {
    background: var(--lossLimitBackground);
    border-radius: 5px;
    padding: 15px 20px
}

.limit-page-edit-module_limitPageCard__aHssacDX__platform-desktop-ui+.limit-page-edit-module_limitPageCard__aHssacDX__platform-desktop-ui {
    margin-top: 20px
}

.limit-page-edit-module_limitPageTitle__oMpgYfpR__platform-desktop-ui {
    color: var(--mainColor);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35
}

.limit-page-edit-module_limitPageTitle__oMpgYfpR__platform-desktop-ui:first-letter {
    text-transform: uppercase
}

.limit-page-edit-module_limitPageInfo__aNRCoYmF__platform-desktop-ui {
    padding: 12px 0 0
}

.limit-page-edit-module_limitPageInfoTitle__9lnMMrkc__platform-desktop-ui {
    font-weight: 500;
    color: var(--eventNumber);
    font-size: 12px;
    flex: 0 0 50%;
    line-height: 1.5;
    padding-right: 15px
}

.limit-page-edit-module_infoRow__tys5Ixt1__platform-desktop-ui {
    display: flex;
    justify-content: space-between
}

.limit-page-edit-module_infoRow__tys5Ixt1__platform-desktop-ui+.limit-page-edit-module_infoRow__tys5Ixt1__platform-desktop-ui {
    margin-top: 12px
}

.limit-page-edit-module_limitStatus__67H8y-zI__platform-desktop-ui {
    font-weight: 700
}

.limit-page-edit-module_infoValue__kNX8DBPp__platform-desktop-ui {
    font-weight: 400;
    font-size: 14px;
    color: var(--mainColor);
    text-align: right
}

.limit-page-edit-module_infoValue__kNX8DBPp__platform-desktop-ui small {
    font-size: 12px;
    line-height: 1.3;
    color: var(--grayDescription)
}

.limit-page-edit-module_infoValue__kNX8DBPp__platform-desktop-ui span {
    display: inline-block
}

.limit-page-edit-module_infoValue__kNX8DBPp__platform-desktop-ui span:first-letter {
    text-transform: uppercase
}

.limit-page-edit-module_infoButton__E3mEV80h__platform-desktop-ui {
    margin-top: 15px
}

.limit-page-edit-module_limitPageSetupMarginBottom__MuYxbOSw__platform-desktop-ui {
    margin-bottom: 15px
}

.limit-page-edit-module_limitPageSetupButtons__6Pxi0QYB__platform-desktop-ui {
    margin: 15px 0 0;
    display: flex;
    gap: 8px
}

.limit-page-edit-module_limitPageSetupInfo__7lE7BMHC__platform-desktop-ui {
    font-weight: 400;
    font-size: 12px;
    color: var(--eventHalfInformation);
    line-height: 1.55;
    margin: 16px 0 0
}

.limit-page-edit-module_limitPageSetupModifier__1ZzCH0vL__platform-desktop-ui {
    font-weight: 700;
    font-size: 12px
}

.limit-page-edit-module_limitPageSetupTitle__O033tnQV__platform-desktop-ui {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.25;
    max-width: 40%;
    flex: 0 0 40%
}

.limit-page-edit-module_limitPageSetupInput__l3-ST7kF__platform-desktop-ui {
    width: 60px;
    flex: 0 0 60%
}

.limit-page-edit-module_limitPageRow__ee3656Lt__platform-desktop-ui {
    display: flex;
    justify-content: space-between
}

.limit-page-edit-module_limitPageRow__ee3656Lt__platform-desktop-ui+.limit-page-edit-module_limitPageRow__ee3656Lt__platform-desktop-ui {
    margin-top: 20px
}

.limit-page-edit-module_limitPageCol__dWHkK7G1__platform-desktop-ui {
    width: 100%;
    flex: 0 0 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.limit-page-edit-module_disableButton__gdO91unm__platform-desktop-ui {
    background: var(--limitsButtonDisabled)
}

.limit-page-edit-module_disableButton__gdO91unm__platform-desktop-ui:hover {
    background: var(--limitsButtonDisabledHover)
}

.limit-page-edit-module_limitPageSetupButtons__6Pxi0QYB__platform-desktop-ui .limit-page-edit-module_gridCol__x9hWsRWa__platform-desktop-ui {
    padding: 0;
    width: 100%
}

.limit-page-edit-module_twentyTwoBet__3CGbQArR__platform-desktop-ui .limit-page-edit-module_limitPageSetupInput__l3-ST7kF__platform-desktop-ui,.limit-page-edit-module_nationalCasino__EL9-ncLQ__platform-desktop-ui .limit-page-edit-module_limitPageSetupInput__l3-ST7kF__platform-desktop-ui,.limit-page-edit-module_bizzoCasino__bNxOwjeX__platform-desktop-ui .limit-page-edit-module_limitPageSetupInput__l3-ST7kF__platform-desktop-ui {
    flex: 0 0 75%
}

.limit-page-edit-module_twentyTwoBet__3CGbQArR__platform-desktop-ui .limit-page-edit-module_limitPageSetupButtonsTwo__TLR1Y-5F__platform-desktop-ui,.limit-page-edit-module_nationalCasino__EL9-ncLQ__platform-desktop-ui .limit-page-edit-module_limitPageSetupButtonsTwo__TLR1Y-5F__platform-desktop-ui,.limit-page-edit-module_bizzoCasino__bNxOwjeX__platform-desktop-ui .limit-page-edit-module_limitPageSetupButtonsTwo__TLR1Y-5F__platform-desktop-ui {
    margin-left: 25%
}

.limit-page-edit-module_twentyTwoBet__3CGbQArR__platform-desktop-ui .limit-page-edit-module_limitPageSetupButtons__6Pxi0QYB__platform-desktop-ui .limit-page-edit-module_gridCol__x9hWsRWa__platform-desktop-ui button,.limit-page-edit-module_nationalCasino__EL9-ncLQ__platform-desktop-ui .limit-page-edit-module_limitPageSetupButtons__6Pxi0QYB__platform-desktop-ui .limit-page-edit-module_gridCol__x9hWsRWa__platform-desktop-ui button,.limit-page-edit-module_bizzoCasino__bNxOwjeX__platform-desktop-ui .limit-page-edit-module_limitPageSetupButtons__6Pxi0QYB__platform-desktop-ui .limit-page-edit-module_gridCol__x9hWsRWa__platform-desktop-ui button {
    font-size: 14px
}

.limit-page-edit-module_twentyTwoBet__3CGbQArR__platform-desktop-ui .limit-page-edit-module_limitPageSetupButtons__6Pxi0QYB__platform-desktop-ui .limit-page-edit-module_gridCol__x9hWsRWa__platform-desktop-ui button svg,.limit-page-edit-module_nationalCasino__EL9-ncLQ__platform-desktop-ui .limit-page-edit-module_limitPageSetupButtons__6Pxi0QYB__platform-desktop-ui .limit-page-edit-module_gridCol__x9hWsRWa__platform-desktop-ui button svg,.limit-page-edit-module_bizzoCasino__bNxOwjeX__platform-desktop-ui .limit-page-edit-module_limitPageSetupButtons__6Pxi0QYB__platform-desktop-ui .limit-page-edit-module_gridCol__x9hWsRWa__platform-desktop-ui button svg {
    display: none
}

.limit-page-edit-module_twentyTwoBet__3CGbQArR__platform-desktop-ui .limit-page-edit-module_limitPageTitle__oMpgYfpR__platform-desktop-ui {
    font-weight: 700
}

.limit-page-edit-module_twentyTwoBet__3CGbQArR__platform-desktop-ui .limit-page-edit-module_cancelButton__uLG0PPwa__platform-desktop-ui {
    background: #fff;
    border: 1px solid var(--limitsButtonCanceled)
}

.limit-page-edit-module_twentyTwoBet__3CGbQArR__platform-desktop-ui .limit-page-edit-module_cancelButton__uLG0PPwa__platform-desktop-ui span {
    color: var(--limitsText);
    font-weight: 700
}

.limit-page-edit-module_twentyTwoBet__3CGbQArR__platform-desktop-ui .limit-page-edit-module_limitPageSetup__QkETh-82__platform-desktop-ui {
    max-width: 320px
}

.limit-page-edit-module_twentyTwoBet__3CGbQArR__platform-desktop-ui .limit-page-edit-module_limitPageSetupInfo__7lE7BMHC__platform-desktop-ui {
    color: var(--limitsText)
}

.limit-page-edit-module_nationalCasino__EL9-ncLQ__platform-desktop-ui .limit-page-edit-module_limitPageTitle__oMpgYfpR__platform-desktop-ui,.limit-page-edit-module_bizzoCasino__bNxOwjeX__platform-desktop-ui .limit-page-edit-module_limitPageTitle__oMpgYfpR__platform-desktop-ui {
    color: var(--white);
    font-size: 16px;
    font-weight: 400
}

.limit-page-edit-module_nationalCasino__EL9-ncLQ__platform-desktop-ui .limit-page-edit-module_limitPageSetupInfo__7lE7BMHC__platform-desktop-ui,.limit-page-edit-module_bizzoCasino__bNxOwjeX__platform-desktop-ui .limit-page-edit-module_limitPageSetupInfo__7lE7BMHC__platform-desktop-ui {
    color: var(--textLight);
    font-size: 14px
}

.limit-page-edit-module_nationalCasino__EL9-ncLQ__platform-desktop-ui .limit-page-edit-module_limitPageSetupButtons__6Pxi0QYB__platform-desktop-ui,.limit-page-edit-module_bizzoCasino__bNxOwjeX__platform-desktop-ui .limit-page-edit-module_limitPageSetupButtons__6Pxi0QYB__platform-desktop-ui {
    margin-top: 24px;
    margin-left: 25%
}

.limit-page-edit-module_nationalCasino__EL9-ncLQ__platform-desktop-ui .limit-page-edit-module_limitPageSetupButtons__6Pxi0QYB__platform-desktop-ui button,.limit-page-edit-module_bizzoCasino__bNxOwjeX__platform-desktop-ui .limit-page-edit-module_limitPageSetupButtons__6Pxi0QYB__platform-desktop-ui button {
    padding: 5px 10px
}

.limit-page-edit-module_nationalCasino__EL9-ncLQ__platform-desktop-ui .limit-page-edit-module_infoValue__kNX8DBPp__platform-desktop-ui,.limit-page-edit-module_bizzoCasino__bNxOwjeX__platform-desktop-ui .limit-page-edit-module_infoValue__kNX8DBPp__platform-desktop-ui {
    color: #fff
}

.limit-page-edit-module_hellspinCasino__z77sTjpt__platform-desktop-ui {
    margin: 20px 16px 0;
    padding: 16px;
    background: var(--grayBlue);
    border-radius: 5px
}

.limit-page-edit-module_hellspinCasino__z77sTjpt__platform-desktop-ui [class^=".ui-select__inner"] {
    overflow: hidden;
    border-radius: 30px
}

@media screen and (min-width: 1280px) {
    .limit-page-edit-module_hellspinCasino__z77sTjpt__platform-desktop-ui {
        margin:20px 0 0;
        background: inherit
    }

    .limit-page-edit-module_hellspinCasino__z77sTjpt__platform-desktop-ui .limit-page-edit-module_limitPageCol__dWHkK7G1__platform-desktop-ui {
        flex-direction: row;
        align-items: center
    }

    .limit-page-edit-module_hellspinCasino__z77sTjpt__platform-desktop-ui .limit-page-edit-module_limitPageSetupInput__l3-ST7kF__platform-desktop-ui {
        flex: 0 0 80%;
        width: 60px
    }
}

.limit-page-edit-module_hellspinCasino__z77sTjpt__platform-desktop-ui .limit-page-edit-module_limitPageCol__dWHkK7G1__platform-desktop-ui {
    align-items: flex-start;
    flex-direction: column
}

.limit-page-edit-module_hellspinCasino__z77sTjpt__platform-desktop-ui .limit-page-edit-module_limitPageSetup__QkETh-82__platform-desktop-ui {
    max-width: 500px
}

.limit-page-edit-module_hellspinCasino__z77sTjpt__platform-desktop-ui .limit-page-edit-module_limitPageSetupInput__l3-ST7kF__platform-desktop-ui {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 10px
}

.limit-page-edit-module_hellspinCasino__z77sTjpt__platform-desktop-ui .limit-page-edit-module_limitPageTitle__oMpgYfpR__platform-desktop-ui {
    color: var(--white)
}

.limit-page-edit-module_hellspinCasino__z77sTjpt__platform-desktop-ui .limit-page-edit-module_addButton__ry5XhucP__platform-desktop-ui,.limit-page-edit-module_hellspinCasino__z77sTjpt__platform-desktop-ui .limit-page-edit-module_saveButton__QWtptKrl__platform-desktop-ui,.limit-page-edit-module_hellspinCasino__z77sTjpt__platform-desktop-ui .limit-page-edit-module_disableButton__gdO91unm__platform-desktop-ui {
    color: var(--white)!important;
    background: var(--success)
}

.limit-page-edit-module_hellspinCasino__z77sTjpt__platform-desktop-ui .limit-page-edit-module_addButton__ry5XhucP__platform-desktop-ui span,.limit-page-edit-module_hellspinCasino__z77sTjpt__platform-desktop-ui .limit-page-edit-module_saveButton__QWtptKrl__platform-desktop-ui span,.limit-page-edit-module_hellspinCasino__z77sTjpt__platform-desktop-ui .limit-page-edit-module_disableButton__gdO91unm__platform-desktop-ui span {
    white-space: nowrap
}

.limit-page-edit-module_hellspinCasino__z77sTjpt__platform-desktop-ui .limit-page-edit-module_addButton__ry5XhucP__platform-desktop-ui svg,.limit-page-edit-module_hellspinCasino__z77sTjpt__platform-desktop-ui .limit-page-edit-module_saveButton__QWtptKrl__platform-desktop-ui svg,.limit-page-edit-module_hellspinCasino__z77sTjpt__platform-desktop-ui .limit-page-edit-module_disableButton__gdO91unm__platform-desktop-ui svg {
    display: none
}

.limit-page-edit-module_hellspinCasino__z77sTjpt__platform-desktop-ui .limit-page-edit-module_cancelButton__uLG0PPwa__platform-desktop-ui {
    background: var(--bonusCardtitle);
    color: var(--white)
}

.limit-page-edit-module_hellspinCasino__z77sTjpt__platform-desktop-ui .limit-page-edit-module_infoValue__kNX8DBPp__platform-desktop-ui {
    color: var(--white)
}

.limit-page-edit-module_hellspinCasino__z77sTjpt__platform-desktop-ui .limit-page-edit-module_limitPageSetupInfo__7lE7BMHC__platform-desktop-ui {
    color: var(--linkInactive)
}

.edit-disable-limits-module_confirmedSection__fZHnKkTO__platform-desktop-ui {
    padding: 20px 0
}

.widget-base-styles-module_live__L7hPzO6R__platform-desktop-ui {
    height: 14px;
    background-color: var(--liveColor);
    border-radius: 5px;
    text-align: center;
    font-size: 7px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--buttonText);
    padding: 0 5px;
    display: flex;
    align-self: center;
    line-height: 14px
}

.widget-base-styles-module_live__L7hPzO6R__platform-desktop-ui.widget-base-styles-module_liveFree__Wuye7g8G__platform-desktop-ui {
    position: static;
    background: var(--buttonsGray);
    display: inline-flex;
    margin: 2px 0 0;
    align-self: flex-start
}

.widget-base-styles-module_live__L7hPzO6R__platform-desktop-ui.widget-base-styles-module_liveBig__b0-ske2k__platform-desktop-ui {
    padding: 0 10px;
    font-size: 12px;
    line-height: 23px;
    height: 22px;
    border-radius: 10px;
    margin: -1px 0 0 10px
}

.widget-base-styles-module_live__L7hPzO6R__platform-desktop-ui.coupon-count {
    background-color: var(--betslipEventsCountBackground);
    color: var(--betslipEventsCountText, var(--white));
    border-radius: 50%;
    justify-content: center;
    width: 23px
}

.widget-base-styles-module_slider__1eAUCcS6__platform-desktop-ui {
    border-radius: var(--baseBorderRadius);
    box-shadow: 0 0 5px #0000004d;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px
}

.widget-base-styles-module_ivibet__b3na7Xt9__platform-desktop-ui .widget-base-styles-module_info__RjFtM9wL__platform-desktop-ui {
    background: var(--ivibetWidjectInfoBackground);
    border-radius: 4px
}

.widget-base-styles-module_ivibet__b3na7Xt9__platform-desktop-ui .widget-base-styles-module_info__RjFtM9wL__platform-desktop-ui .widget-base-styles-module_infoLine__sRs4wcV0__platform-desktop-ui {
    font-size: 12px
}

.widget-base-styles-module_ivibet__b3na7Xt9__platform-desktop-ui .widget-base-styles-module_contentStats__XtdArnOl__platform-desktop-ui {
    height: 100%
}

.widget-base-styles-module_ivibet__b3na7Xt9__platform-desktop-ui .widget-base-styles-module_contentStats__XtdArnOl__platform-desktop-ui .widget-base-styles-module_stat__FJhtTN70__platform-desktop-ui {
    margin-top: 0
}

.widget-base-styles-module_ivibet__b3na7Xt9__platform-desktop-ui .widget-base-styles-module_infoToggler__YR30MSCc__platform-desktop-ui {
    background: var(--sportWidgetDesktopText);
    border-radius: 50%;
    color: var(--sportWidgetDesktopWhite)
}

.widget-base-styles-module_ivibet__b3na7Xt9__platform-desktop-ui .widget-base-styles-module_controls__NWdqntmR__platform-desktop-ui {
    display: flex;
    margin-right: 7px
}

.widget-base-styles-module_ivibet__b3na7Xt9__platform-desktop-ui .widget-base-styles-module_controlsRight__S-f75dVs__platform-desktop-ui {
    cursor: pointer
}

.widget-base-styles-module_ivibet__b3na7Xt9__platform-desktop-ui .widget-base-styles-module_controlsLeft__jZ-jbyHq__platform-desktop-ui {
    cursor: pointer;
    margin-right: 10px
}

.widget-base-styles-module_ivibet__b3na7Xt9__platform-desktop-ui .widget-base-styles-module_contentTitleText__tkTgUggK__platform-desktop-ui p {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin: 3px 0
}

.widget-base-styles-module_ivibet__b3na7Xt9__platform-desktop-ui .widget-base-styles-module_textBadge__VSTX4j-Q__platform-desktop-ui {
    color: var(--betTournamentWidgetTextBadge);
    background: var(--sportWidgetDesktopWhite)
}

.widget-base-styles-module_ivibet__b3na7Xt9__platform-desktop-ui .widget-base-styles-module_footer__SBwXCs--__platform-desktop-ui:before {
    background: var(--white);
    opacity: 1
}

.widget-base-styles-module_widget__Z8jQqRi8__platform-desktop-ui {
    background: var(--sportWidgetDesktopBg);
    border-radius: var(--baseBorderRadius);
    color: var(--sportWidgetDesktopText);
    font-size: 12px;
    width: 100%
}

.widget-base-styles-module_header__L0DAbwRb__platform-desktop-ui {
    align-items: center;
    background: var(--sportWidgetDesktopHeaderBg);
    border-radius: var(--baseBorderRadius) var(--baseBorderRadius) 0 0;
    color: var(--sportWidgetDesktopWhite);
    display: flex;
    min-height: 41px;
    padding: 6px 60px 6px 16px;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap
}

.widget-base-styles-module_headerChristmas__09aClKSB__platform-desktop-ui {
    height: 21px;
    margin-left: 5px;
    width: 32px
}

.widget-base-styles-module_header__L0DAbwRb__platform-desktop-ui,.widget-base-styles-module_headerTitleText__7jX3P4x5__platform-desktop-ui {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    margin: 0
}

.widget-base-styles-module_headerTitleText__7jX3P4x5__platform-desktop-ui {
    align-items: center;
    display: flex;
    min-height: 21px
}

.widget-base-styles-module_headerTitle__u75snzPV__platform-desktop-ui {
    align-items: center;
    display: flex
}

.widget-base-styles-module_content__V-AlMWo1__platform-desktop-ui {
    padding: 12px 16px 16px
}

.widget-base-styles-module_contentTitle__YvVkqNhu__platform-desktop-ui {
    align-items: center;
    background: var(--sportWidgetDesktopWhite);
    border-radius: 8px;
    display: flex;
    padding: 10px
}

.widget-base-styles-module_contentTitleImage__mp2pHO6E__platform-desktop-ui {
    border-radius: 8px;
    height: 84px;
    margin-right: 12px;
    overflow: hidden;
    width: 84px
}

.widget-base-styles-module_contentTitleImage__mp2pHO6E__platform-desktop-ui img {
    display: block;
    height: 100%;
    width: 100%
}

.widget-base-styles-module_contentTitleText__tkTgUggK__platform-desktop-ui {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    line-height: 1.6;
    width: calc(100% - 96px)
}

.widget-base-styles-module_contentTitleText__tkTgUggK__platform-desktop-ui p {
    margin: 3px 0
}

.widget-base-styles-module_textBold__Zo65nWfj__platform-desktop-ui {
    font-weight: 500
}

.widget-base-styles-module_textStyled__RKXPhHJ2__platform-desktop-ui {
    color: var(--betTournamentWidgetTextStyled);
    font-weight: 700
}

.widget-base-styles-module_textStyled__RKXPhHJ2__platform-desktop-ui.widget-base-styles-module_secondary__EJG-NJHA__platform-desktop-ui {
    color: var(--sportVIPWidgetStyledSecondary)
}

.widget-base-styles-module_textBadge__VSTX4j-Q__platform-desktop-ui {
    background: var(--betTournamentWidgetTextBadge);
    border-radius: 4px;
    color: var(--sportWidgetDesktopWhite);
    display: inline-block;
    padding: 0 4px
}

.widget-base-styles-module_textLarge__FPpteEUk__platform-desktop-ui {
    font-size: 1.2em
}

.widget-base-styles-module_textSmall__-X8AxJ5X__platform-desktop-ui {
    font-size: .8em
}

.widget-base-styles-module_contentDesk__koSkA8in__platform-desktop-ui {
    font-size: 12px;
    font-weight: 400;
    margin-top: 12px;
    padding-right: 25px
}

.widget-base-styles-module_infoToggler__YR30MSCc__platform-desktop-ui {
    align-items: center;
    background: var(--sportWidgetDesktopSecondary);
    border-radius: 50%;
    color: var(--sportWidgetDesktopWhite);
    cursor: pointer;
    display: flex;
    font-size: 10px;
    height: 16px;
    justify-content: center;
    line-height: 1;
    margin-left: 5px;
    transition: background-color .3s ease;
    width: 16px
}

.widget-base-styles-module_infoToggler__YR30MSCc__platform-desktop-ui:hover {
    background: var(--buttonMain)
}

.widget-base-styles-module_info__RjFtM9wL__platform-desktop-ui {
    background: var(--sportWidgetDesktopSecondary);
    border-radius: 5px;
    bottom: 30px;
    color: var(--sportWidgetDesktopWhite);
    font-size: 11px;
    padding: 10px 12px;
    position: absolute;
    z-index: 2;
    right: 3px;
    width: 240px
}

.widget-base-styles-module_info__RjFtM9wL__platform-desktop-ui:before {
    border: 6px solid;
    border-color: var(--sportWidgetDesktopSecondary) transparent transparent;
    bottom: -11px;
    content: "";
    display: block;
    position: absolute;
    right: 14px
}

.widget-base-styles-module_info__RjFtM9wL__platform-desktop-ui .widget-base-styles-module_infoLine__sRs4wcV0__platform-desktop-ui {
    margin-bottom: 10px
}

.widget-base-styles-module_info__RjFtM9wL__platform-desktop-ui .widget-base-styles-module_infoLine__sRs4wcV0__platform-desktop-ui:last-of-type {
    margin: 0
}

.widget-base-styles-module_info__RjFtM9wL__platform-desktop-ui a {
    color: var(--sportWidgetDesktopWhite);
    text-decoration: underline;
    transition: opacity .15s ease
}

.widget-base-styles-module_info__RjFtM9wL__platform-desktop-ui a:hover {
    opacity: .6
}

.widget-base-styles-module_footer__SBwXCs--__platform-desktop-ui {
    align-items: flex-end;
    border-radius: 0 0 var(--baseBorderRadius) var(--baseBorderRadius);
    display: flex;
    flex-wrap: wrap;
    font-size: 10px;
    justify-content: space-between;
    min-height: 33px;
    padding: 5px 16px 8px;
    position: relative
}

.widget-base-styles-module_footer__SBwXCs--__platform-desktop-ui:before {
    background: var(--sportWidgetDesktopSecondary);
    content: "";
    display: block;
    height: 1px;
    left: 0;
    opacity: .13;
    position: absolute;
    right: 0;
    top: -1px
}

.widget-base-styles-module_footerItem__bCFLw7oX__platform-desktop-ui {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    max-width: 75%
}

.widget-base-styles-module_footerItemLine__5ka-e7sg__platform-desktop-ui {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-right: 10px;
    max-width: 100%;
    min-height: 16px;
    text-align: left
}

.widget-base-styles-module_timerIcon__z0cIWZ1J__platform-desktop-ui {
    display: inline-block;
    font-size: 12px;
    margin-right: 3px
}

@media screen and (max-width: 1750px) {
    .widget-base-styles-module_header__L0DAbwRb__platform-desktop-ui,.widget-base-styles-module_headerTitleText__7jX3P4x5__platform-desktop-ui {
        font-size:12px;
        line-height: 18px
    }

    .widget-base-styles-module_contentTitle__YvVkqNhu__platform-desktop-ui {
        font-size: 11px;
        padding: 6px
    }
}

.widget-base-styles-module_swipeBox__xYASv1h7__platform-desktop-ui {
    display: block;
    position: relative;
    transition: height .15s ease;
    width: 100%;
    z-index: 3
}

.widget-base-styles-module_swipeBoxControls__pBgLL1ww__platform-desktop-ui {
    display: flex;
    position: absolute;
    right: 12px;
    top: 13px;
    z-index: 1
}

.widget-base-styles-module_swipeBoxControlItem__4Q963iQz__platform-desktop-ui {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 15px;
    justify-content: center;
    margin: 0 1px;
    width: 15px
}

.widget-base-styles-module_swipeBoxControlItem__4Q963iQz__platform-desktop-ui:before {
    background-color: var(--white);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--white);
    content: "";
    display: block;
    height: 9px;
    transition: background-color .2s ease,box-shadow .2s ease;
    width: 9px
}

.widget-base-styles-module_swipeBoxControlItem__4Q963iQz__platform-desktop-ui:hover:before,.widget-base-styles-module_swipeBoxControlItem__4Q963iQz__platform-desktop-ui.widget-base-styles-module_swipeBoxControlItemActive__JPl30a33__platform-desktop-ui:before {
    background-color: var(--buttonMain);
    box-shadow: 0 0 10px var(--buttonMain)
}

.widget-base-styles-module_swipeBoxContent__zK1-ieWf__platform-desktop-ui {
    position: relative
}

.widget-base-styles-module_swipeBoxSlide__psIf4Ur9__platform-desktop-ui {
    display: none;
    pointer-events: none;
    width: 100%
}

.widget-base-styles-module_swipeBoxSlide__psIf4Ur9__platform-desktop-ui.widget-base-styles-module_swipeBoxSlideActive__ZhuapUnS__platform-desktop-ui {
    display: block;
    pointer-events: auto
}

.bet-tournament-widget-module_live__npcJmmPE__platform-desktop-ui {
    height: 14px;
    background-color: var(--liveColor);
    border-radius: 5px;
    text-align: center;
    font-size: 7px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--buttonText);
    padding: 0 5px;
    display: flex;
    align-self: center;
    line-height: 14px
}

.bet-tournament-widget-module_live__npcJmmPE__platform-desktop-ui.bet-tournament-widget-module_liveFree__EjSHyAV4__platform-desktop-ui {
    position: static;
    background: var(--buttonsGray);
    display: inline-flex;
    margin: 2px 0 0;
    align-self: flex-start
}

.bet-tournament-widget-module_live__npcJmmPE__platform-desktop-ui.bet-tournament-widget-module_liveBig__hn944xos__platform-desktop-ui {
    padding: 0 10px;
    font-size: 12px;
    line-height: 23px;
    height: 22px;
    border-radius: 10px;
    margin: -1px 0 0 10px
}

.bet-tournament-widget-module_live__npcJmmPE__platform-desktop-ui.coupon-count {
    background-color: var(--betslipEventsCountBackground);
    color: var(--betslipEventsCountText, var(--white));
    border-radius: 50%;
    justify-content: center;
    width: 23px
}

.bet-tournament-widget-module_winnerBg__l8Ei2sIA__platform-desktop-ui {
    bottom: 0;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0
}

.bet-tournament-widget-module_headerTitleBadge__-P1AjhU7__platform-desktop-ui {
    border-radius: 3px;
    color: var(--mainColor);
    margin-left: 8px;
    padding: 0 4px
}

.bet-tournament-widget-module_ivi__6s1szp20__platform-desktop-ui .bet-tournament-widget-module_headerTitleBadge__-P1AjhU7__platform-desktop-ui {
    border-radius: 4px
}

.bet-tournament-widget-module_ivi__6s1szp20__platform-desktop-ui .bet-tournament-widget-module_gold__3bN-BSpd__platform-desktop-ui .bet-tournament-widget-module_headerTitleBadge__-P1AjhU7__platform-desktop-ui {
    background: var(--betTournamentGold)
}

.bet-tournament-widget-module_ivi__6s1szp20__platform-desktop-ui .bet-tournament-widget-module_silver__acRRA158__platform-desktop-ui .bet-tournament-widget-module_headerTitleBadge__-P1AjhU7__platform-desktop-ui {
    background: var(--betTournamentSilver)
}

.bet-tournament-widget-module_ivi__6s1szp20__platform-desktop-ui .bet-tournament-widget-module_bronze__wziK6okX__platform-desktop-ui .bet-tournament-widget-module_headerTitleBadge__-P1AjhU7__platform-desktop-ui {
    background: var(--betTournamentBronze)
}

.bet-tournament-widget-module_ivi__6s1szp20__platform-desktop-ui .bet-tournament-widget-module_markedText__fem3u0xL__platform-desktop-ui {
    font-size: 14px
}

.bet-tournament-widget-module_ivi__6s1szp20__platform-desktop-ui .bet-tournament-widget-module_contentAction__eJN17T-9__platform-desktop-ui {
    flex: 1 1 auto;
    padding: 0 5px
}

.bet-tournament-widget-module_ivi__6s1szp20__platform-desktop-ui .bet-tournament-widget-module_contentAction__eJN17T-9__platform-desktop-ui .app-button span {
    font-size: 14px
}

.bet-tournament-widget-module_ivi__6s1szp20__platform-desktop-ui .bet-tournament-widget-module_contentStats__sv97RHXv__platform-desktop-ui {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 10px
}

.bet-tournament-widget-module_ivi__6s1szp20__platform-desktop-ui .bet-tournament-widget-module_contentStats__sv97RHXv__platform-desktop-ui .bet-tournament-widget-module_stat__iZEA6Urk__platform-desktop-ui {
    font-weight: 700;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 2px
}

.bet-tournament-widget-module_ivi__6s1szp20__platform-desktop-ui .bet-tournament-widget-module_actionTerms__VCNCqcFW__platform-desktop-ui {
    font-size: 14px
}

.bet-tournament-widget-module_ivi__6s1szp20__platform-desktop-ui .bet-tournament-widget-module_contentStats__sv97RHXv__platform-desktop-ui .bet-tournament-widget-module_stat__iZEA6Urk__platform-desktop-ui {
    margin-top: 12px;
    color: var(--betTournamentIviStateColor)
}

.bet-tournament-widget-module_gold__3bN-BSpd__platform-desktop-ui .bet-tournament-widget-module_headerTitleBadge__-P1AjhU7__platform-desktop-ui {
    background: var(--betTournamentGold)
}

.bet-tournament-widget-module_silver__acRRA158__platform-desktop-ui .bet-tournament-widget-module_headerTitleBadge__-P1AjhU7__platform-desktop-ui {
    background: var(--betTournamentSilver)
}

.bet-tournament-widget-module_bronze__wziK6okX__platform-desktop-ui .bet-tournament-widget-module_headerTitleBadge__-P1AjhU7__platform-desktop-ui {
    background: var(--betTournamentBronze)
}

.bet-tournament-widget-module_contentStats__sv97RHXv__platform-desktop-ui {
    align-items: center;
    display: flex;
    height: 24px
}

.bet-tournament-widget-module_contentStats__sv97RHXv__platform-desktop-ui .bet-tournament-widget-module_stat__iZEA6Urk__platform-desktop-ui {
    margin-right: 16px
}

.bet-tournament-widget-module_contentStats__sv97RHXv__platform-desktop-ui .bet-tournament-widget-module_markedText__fem3u0xL__platform-desktop-ui {
    color: var(--betTournamentWidgetMarkedText);
    font-weight: 700
}

.bet-tournament-widget-module_contentActions__wPbrDEAS__platform-desktop-ui {
    align-items: center;
    display: flex;
    margin: 10px -5px 0
}

.bet-tournament-widget-module_contentAction__eJN17T-9__platform-desktop-ui {
    flex: 1 1 auto;
    padding: 0 5px
}

.bet-tournament-widget-module_contentAction__eJN17T-9__platform-desktop-ui .app-button {
    font-size: 12px;
    height: 32px;
    line-height: 1;
    min-height: 32px;
    padding: 0 12px;
    width: 100%
}

.bet-tournament-widget-module_contentAction__eJN17T-9__platform-desktop-ui .bet-tournament-widget-module_actionTerms__VCNCqcFW__platform-desktop-ui {
    color: var(--sportWidgetDesktopText);
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

@media screen and (max-width: 1750px) {
    .bet-tournament-widget-module_contentAction__eJN17T-9__platform-desktop-ui .app-button {
        font-size:11px
    }
}

@media screen and (max-width: 1750px) and (min-width: 1251px) {
    [lang=es] .bet-tournament-widget-module_contentAction__eJN17T-9__platform-desktop-ui .app-button {
        font-size:10px
    }
}

@media screen and (max-width: 1750px) {
    .bet-tournament-widget-module_contentAction__eJN17T-9__platform-desktop-ui .bet-tournament-widget-module_actionTerms__VCNCqcFW__platform-desktop-ui {
        font-size:11px
    }
}

@media screen and (max-width: 1750px) and (min-width: 1251px) {
    [lang=es] .bet-tournament-widget-module_contentAction__eJN17T-9__platform-desktop-ui .bet-tournament-widget-module_actionTerms__VCNCqcFW__platform-desktop-ui {
        font-size:10px
    }
}

@media screen and (max-width: 1750px) {
    .bet-tournament-widget-module_contentStats__sv97RHXv__platform-desktop-ui .bet-tournament-widget-module_stat__iZEA6Urk__platform-desktop-ui {
        font-size:11px;
        margin-right: 10px
    }
}

.sport-vip-program-module_live__-2GNUoMe__platform-desktop-ui {
    height: 14px;
    background-color: var(--liveColor);
    border-radius: 5px;
    text-align: center;
    font-size: 7px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--buttonText);
    padding: 0 5px;
    display: flex;
    align-self: center;
    line-height: 14px
}

.sport-vip-program-module_live__-2GNUoMe__platform-desktop-ui.sport-vip-program-module_liveFree__jnquek6x__platform-desktop-ui {
    position: static;
    background: var(--buttonsGray);
    display: inline-flex;
    margin: 2px 0 0;
    align-self: flex-start
}

.sport-vip-program-module_live__-2GNUoMe__platform-desktop-ui.sport-vip-program-module_liveBig__21jr1y2P__platform-desktop-ui {
    padding: 0 10px;
    font-size: 12px;
    line-height: 23px;
    height: 22px;
    border-radius: 10px;
    margin: -1px 0 0 10px
}

.sport-vip-program-module_live__-2GNUoMe__platform-desktop-ui.coupon-count {
    background-color: var(--betslipEventsCountBackground);
    color: var(--betslipEventsCountText, var(--white));
    border-radius: 50%;
    justify-content: center;
    width: 23px
}

.sport-vip-program-module_bar__YXRsrL1g__platform-desktop-ui {
    position: relative;
    height: 20px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--sportVIPWidgetDesktopBarBg);
    background: var(--sportVIPWidgetDesktopBarBg);
    margin-top: 12px
}

.sport-vip-program-module_barProgress__yROd12vb__platform-desktop-ui {
    position: absolute;
    height: 18px;
    width: 100%;
    border-radius: 9px;
    background: linear-gradient(70deg,var(--sportVIPWidgetBarProgressFrom),var(--sportVIPWidgetBarProgressTp));
    min-width: 18px;
    opacity: .7
}

.sport-vip-program-module_barLevel__9N8i5egR__platform-desktop-ui {
    position: absolute;
    display: flex;
    justify-content: space-between;
    padding: 0 8px;
    height: 18px;
    width: 100%;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    color: var(--sportWidgetDesktopText)
}

.sport-vip-program-module_barLevelBold__eImHBnW1__platform-desktop-ui {
    font-weight: 700
}

.sport-vip-program-module_barLevelLight__QHGssWjW__platform-desktop-ui {
    opacity: .6
}

.sport-vip-program-module_levelLogo__hhzHATYy__platform-desktop-ui {
    width: 84px;
    height: 84px;
    border-radius: 8px;
    margin-right: 12px;
    position: relative;
    background: var(--sportVIPWidgetDesktopLevelLogoBg);
    color: var(--sportWidgetDesktopText)
}

.sport-vip-program-module_levelLogo__hhzHATYy__platform-desktop-ui img {
    display: block;
    width: 54px;
    height: 45px;
    position: absolute;
    top: 9px;
    left: 15px
}

.sport-vip-program-module_levelNumber__Mo6yN9na__platform-desktop-ui {
    position: absolute;
    top: 13px;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    text-align: center
}

.sport-vip-program-module_levelText__gg5rkqcS__platform-desktop-ui {
    position: absolute;
    bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    text-transform: uppercase
}

.sport-vip-program-module_exchange__1wowljNJ__platform-desktop-ui {
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    background: transparent;
    border: 1px solid var(--sportVIPWidgetDesktopExchangeBorder);
    color: var(--sportWidgetDesktopText);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
    margin-bottom: 8px;
    transition: color .15s ease,border-color .15s ease
}

.sport-vip-program-module_exchange__1wowljNJ__platform-desktop-ui:hover {
    color: var(--buttonMain);
    border-color: var(--buttonMain)
}

.welcome-bonus-module_live__JRis9j-j__platform-desktop-ui {
    height: 14px;
    background-color: var(--liveColor);
    border-radius: 5px;
    text-align: center;
    font-size: 7px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--buttonText);
    padding: 0 5px;
    display: flex;
    align-self: center;
    line-height: 14px
}

.welcome-bonus-module_live__JRis9j-j__platform-desktop-ui.welcome-bonus-module_liveFree__4B0QIO1h__platform-desktop-ui {
    position: static;
    background: var(--buttonsGray);
    display: inline-flex;
    margin: 2px 0 0;
    align-self: flex-start
}

.welcome-bonus-module_live__JRis9j-j__platform-desktop-ui.welcome-bonus-module_liveBig__4Nmrz2HW__platform-desktop-ui {
    padding: 0 10px;
    font-size: 12px;
    line-height: 23px;
    height: 22px;
    border-radius: 10px;
    margin: -1px 0 0 10px
}

.welcome-bonus-module_live__JRis9j-j__platform-desktop-ui.coupon-count {
    background-color: var(--betslipEventsCountBackground);
    color: var(--betslipEventsCountText, var(--white));
    border-radius: 50%;
    justify-content: center;
    width: 23px
}

.welcome-bonus-module_bar__jdUbNlhA__platform-desktop-ui {
    background: var(--sportVIPWidgetDesktopBarBg);
    border: 1px solid var(--sportVIPWidgetDesktopBarBg);
    border-radius: 10px;
    height: 20px;
    margin-top: 12px;
    position: relative;
    width: 100%
}

.welcome-bonus-module_barProgress__f6P4oCOK__platform-desktop-ui {
    background: linear-gradient(70deg,var(--sportVIPWidgetBarProgressFrom),var(--sportVIPWidgetBarProgressTp));
    border-radius: 9px;
    height: 18px;
    min-width: 18px;
    opacity: .7;
    position: absolute;
    width: 100%
}

.welcome-bonus-module_barLevel__rK7yk7fV__platform-desktop-ui {
    color: var(--sportWidgetDesktopText);
    display: flex;
    font-size: 12px;
    font-weight: 400;
    height: 18px;
    justify-content: space-between;
    line-height: 18px;
    padding: 0 8px;
    position: absolute;
    width: 100%
}

.welcome-bonus-module_barLevelBold__A1IsQj6j__platform-desktop-ui {
    font-weight: 700
}

.welcome-bonus-module_barLevelLight__KqTtZ0N2__platform-desktop-ui {
    opacity: .6
}

.welcome-bonus-module_levelLogo__Yp-urAZi__platform-desktop-ui {
    background: var(--sportVIPWidgetDesktopLevelLogoBg);
    border-radius: 8px;
    color: var(--sportWidgetDesktopText);
    height: 84px;
    margin-right: 12px;
    position: relative;
    width: 84px
}

.welcome-bonus-module_levelLogo__Yp-urAZi__platform-desktop-ui img {
    display: block;
    height: 45px;
    left: 15px;
    position: absolute;
    top: 9px;
    width: 54px
}

.welcome-bonus-module_congratsContent__8u8EG3nB__platform-desktop-ui {
    height: 200px
}

.welcome-bonus-module_congratsBackground__6yBAsv1q__platform-desktop-ui {
    background-repeat: no-repeat;
    background-size: cover;
    height: 168px;
    width: 100%
}

.welcome-bonus-module_bonusBackground__ogdQDE1l__platform-desktop-ui {
    background-repeat: no-repeat;
    background-size: cover;
    height: 90px;
    width: 90px
}

.welcome-bonus-module_bonusImage__Hl7yHzss__platform-desktop-ui {
    margin-top: 24px
}

.welcome-bonus-module_bonusText__2px9uJ6r__platform-desktop-ui {
    color: var(--sportVIPWidgetBarProgressFrom);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 16px;
    margin-right: 4px;
    text-transform: uppercase
}

.welcome-bonus-module_bonusReward__b6-F1c24__platform-desktop-ui {
    background-color: var(--sportVIPWidgetBarProgressFrom);
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    padding: 0 4px
}

.reports-and-messages-module_reportsAndMessaages__-pZdipUw__platform-desktop-ui .reports-and-messages-module_widget__Da0RwkHt__platform-desktop-ui .events-section {
    border-radius: 3px 3px 0 0
}

.reports-and-messages-module_iframe__KI-kCohB__platform-desktop-ui {
    width: 100%;
    border: none
}

.reports-and-messages-module_description__1VyO-fjS__platform-desktop-ui {
    padding: 16px;
    font-weight: 400;
    font-size: 12px;
    color: var(--reportsAndMessagesDescription)
}

.site-menu-module_live__CUudpPpZ__platform-desktop-ui {
    height: 14px;
    background-color: var(--liveColor);
    border-radius: 5px;
    text-align: center;
    font-size: 7px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--buttonText);
    padding: 0 5px;
    display: flex;
    align-self: center;
    line-height: 14px
}

.site-menu-module_live__CUudpPpZ__platform-desktop-ui.site-menu-module_liveFree__JPEL7sXT__platform-desktop-ui {
    position: static;
    background: var(--buttonsGray);
    display: inline-flex;
    margin: 2px 0 0;
    align-self: flex-start
}

.site-menu-module_live__CUudpPpZ__platform-desktop-ui.site-menu-module_liveBig__oPvSYNk7__platform-desktop-ui {
    padding: 0 10px;
    font-size: 12px;
    line-height: 23px;
    height: 22px;
    border-radius: 10px;
    margin: -1px 0 0 10px
}

.site-menu-module_live__CUudpPpZ__platform-desktop-ui.coupon-count {
    background-color: var(--betslipEventsCountBackground);
    color: var(--betslipEventsCountText, var(--white));
    border-radius: 50%;
    justify-content: center;
    width: 23px
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui {
    bottom: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_item__E7yk8jkA__platform-desktop-ui {
    align-items: center;
    display: flex;
    position: relative
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_item__E7yk8jkA__platform-desktop-ui:nth-child(n+2) {
    margin-left: 15px
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_link__MKYI8mSj__platform-desktop-ui {
    align-items: center;
    box-sizing: border-box;
    color: var(--menuDefault);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    min-width: 40px;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .15s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_link__MKYI8mSj__platform-desktop-ui.site-menu-module_highlight__CZ92h3OW__platform-desktop-ui:not(.site-menu-module_active__LGm6W7ZV__platform-desktop-ui) {
    animation: 7s infinite site-menu-module_highlightItem__HZf46cjk__platform-desktop-ui
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_link__MKYI8mSj__platform-desktop-ui.site-menu-module_highlight__CZ92h3OW__platform-desktop-ui:hover {
    animation: none
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_link__MKYI8mSj__platform-desktop-ui.site-menu-module_currentEvent__3r4x7M7Z__platform-desktop-ui:hover .svg-icon {
    color: var(--menuSvgLinkColorActive)
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_link__MKYI8mSj__platform-desktop-ui.site-menu-module_dropdown__WlkaAPAu__platform-desktop-ui {
    border-left: 3px solid transparent
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_link__MKYI8mSj__platform-desktop-ui.site-menu-module_dropdown__WlkaAPAu__platform-desktop-ui.site-menu-module_active__LGm6W7ZV__platform-desktop-ui {
    border-left-color: var(--buttonMain)
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_link__MKYI8mSj__platform-desktop-ui.site-menu-module_dropdown__WlkaAPAu__platform-desktop-ui:after {
    height: 0
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_link__MKYI8mSj__platform-desktop-ui.site-menu-module_dropdown__WlkaAPAu__platform-desktop-ui>span {
    padding: 0 15px
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_link__MKYI8mSj__platform-desktop-ui.site-menu-module_dropdown__WlkaAPAu__platform-desktop-ui.site-menu-module_aviatorGame__mgRU4Nzl__platform-desktop-ui div {
    left: -8px
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_link__MKYI8mSj__platform-desktop-ui.site-menu-module_dropdown__WlkaAPAu__platform-desktop-ui.site-menu-module_aviatorGame__mgRU4Nzl__platform-desktop-ui .site-menu-module_icon__xZmxOWdy__platform-desktop-ui {
    font-size: 25px;
    margin-right: 2px;
    transition: unset
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_link__MKYI8mSj__platform-desktop-ui.site-menu-module_dropdown__WlkaAPAu__platform-desktop-ui.site-menu-module_aviatorGame__mgRU4Nzl__platform-desktop-ui .site-menu-module_propeller__wMqBdqES__platform-desktop-ui {
    font-size: 20px;
    right: -10px!important;
    top: 0!important
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_default__2TBNe2AR__platform-desktop-ui:after {
    background: transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    right: 0
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_default__2TBNe2AR__platform-desktop-ui.site-menu-module_active__LGm6W7ZV__platform-desktop-ui {
    color: var(--menuActiveColor);
    pointer-events: none
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_default__2TBNe2AR__platform-desktop-ui.site-menu-module_active__LGm6W7ZV__platform-desktop-ui .svg-icon {
    color: var(--menuSvgLinkColorActive)
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_default__2TBNe2AR__platform-desktop-ui.site-menu-module_active__LGm6W7ZV__platform-desktop-ui:after {
    background: var(--menuActiveBorderBottom)
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_default__2TBNe2AR__platform-desktop-ui:hover {
    color: var(--menuHover)
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_default__2TBNe2AR__platform-desktop-ui:hover:after {
    background: var(--menuActiveBorderBottom)
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_default__2TBNe2AR__platform-desktop-ui:focus,.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_default__2TBNe2AR__platform-desktop-ui:active {
    outline: none
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_bordered__lLIzaCeV__platform-desktop-ui:after {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 50px;
    bottom: 18px;
    content: "";
    display: block;
    height: 32px;
    left: -7px;
    position: absolute;
    right: -7px;
    z-index: -99;
    transition: border .2s ease
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_bordered__lLIzaCeV__platform-desktop-ui.site-menu-module_active__LGm6W7ZV__platform-desktop-ui {
    color: var(--menuActiveBorderBottom);
    pointer-events: none
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_bordered__lLIzaCeV__platform-desktop-ui.site-menu-module_active__LGm6W7ZV__platform-desktop-ui .svg-icon {
    color: var(--menuActiveBorderBottom)
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_bordered__lLIzaCeV__platform-desktop-ui.site-menu-module_active__LGm6W7ZV__platform-desktop-ui:after {
    background: inherit;
    border: 1px solid var(--menuActiveBorderBottom)
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_bordered__lLIzaCeV__platform-desktop-ui:hover {
    color: var(--menuHover)
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_bordered__lLIzaCeV__platform-desktop-ui:hover:after {
    border: 1px solid var(--menuActiveBorderBottom);
    color: #edeff2
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_bordered__lLIzaCeV__platform-desktop-ui:focus,.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_bordered__lLIzaCeV__platform-desktop-ui:active {
    outline: none
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_itemMobileApp__auUm1QxX__platform-desktop-ui {
    align-items: center;
    display: flex;
    justify-content: center
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_linkMobileApp__7rYDtGST__platform-desktop-ui {
    align-items: center;
    background: var(--asideLinkToMobileApp);
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    justify-content: space-between;
    letter-spacing: 1px;
    line-height: 16px;
    padding: 12px 16px;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    height: 44px;
    min-width: 178px
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_linkMobileApp__7rYDtGST__platform-desktop-ui svg {
    height: 17px;
    width: 17px
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_linkMobileApp__7rYDtGST__platform-desktop-ui:hover:after {
    background: transparent
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_linkMobileApp__7rYDtGST__platform-desktop-ui.site-menu-module_active__LGm6W7ZV__platform-desktop-ui {
    color: #fff;
    pointer-events: none
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_linkMobileApp__7rYDtGST__platform-desktop-ui.site-menu-module_active__LGm6W7ZV__platform-desktop-ui .svg-icon {
    color: #fff
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_linkMobileApp__7rYDtGST__platform-desktop-ui.site-menu-module_active__LGm6W7ZV__platform-desktop-ui:after {
    display: none
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_linkMobileApp__7rYDtGST__platform-desktop-ui div {
    margin-right: 10px
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_icon__xZmxOWdy__platform-desktop-ui {
    display: inline-block;
    font-size: 18px
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_icon__xZmxOWdy__platform-desktop-ui:first-child {
    margin-right: 10px
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_icon__xZmxOWdy__platform-desktop-ui .svg-icon {
    color: var(--menuSvgLinkColor)
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_icon__xZmxOWdy__platform-desktop-ui.site-menu-module_android__4uDgDm-h__platform-desktop-ui {
    margin: 0 10px 0 -5px
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_text__lRXXQSEc__platform-desktop-ui {
    align-items: center;
    display: flex;
    line-height: 20px;
    white-space: nowrap
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_text__lRXXQSEc__platform-desktop-ui div {
    align-items: center;
    display: flex;
    position: relative
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_text__lRXXQSEc__platform-desktop-ui div>.svg-icon {
    position: relative;
    top: -1px
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_linkMore__KQLGOmQv__platform-desktop-ui {
    align-items: center;
    display: flex;
    height: inherit;
    width: inherit
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_linkMore__KQLGOmQv__platform-desktop-ui>span {
    background-color: var(--menuDefault);
    border-radius: 5px;
    font-size: 0;
    margin-left: 24px;
    padding: 3px;
    position: relative;
    transition: background .15s ease
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_linkMore__KQLGOmQv__platform-desktop-ui>span:before,.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_linkMore__KQLGOmQv__platform-desktop-ui>span:after {
    background-color: var(--menuDefault);
    border-radius: 5px;
    content: "";
    font-size: 0;
    left: -12px;
    padding: 3px;
    position: absolute;
    top: 0
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_linkMore__KQLGOmQv__platform-desktop-ui>span:after {
    left: -24px
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_linkMore__KQLGOmQv__platform-desktop-ui:hover span {
    background-color: var(--menuHover)
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_linkMore__KQLGOmQv__platform-desktop-ui:hover span:before {
    background-color: var(--menuHover)
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_linkMore__KQLGOmQv__platform-desktop-ui:hover span:after {
    background-color: var(--menuHover)
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_dropdownList__CyPHhJo7__platform-desktop-ui {
    background: var(--menuDropdownBackgroundColor);
    border-radius: 8px;
    box-shadow: 0 3px 5px #0003;
    display: none;
    list-style: none;
    margin: 0;
    min-width: 200px;
    padding: 15px 0;
    position: absolute;
    top: 52px;
    z-index: 10
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_dropdownList__CyPHhJo7__platform-desktop-ui.site-menu-module_opened__M7nA-IFy__platform-desktop-ui {
    display: block
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_dropdownList__CyPHhJo7__platform-desktop-ui>li {
    cursor: pointer;
    transition: color .15s ease,background-color .15s ease
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui .site-menu-module_dropdownList__CyPHhJo7__platform-desktop-ui>li:not(:first-child) {
    margin-left: 0;
    margin-top: 8px
}

.site-menu-module_menu__dvbNnYzv__platform-desktop-ui.site-menu-module_hiddenItems__T03x1Sjt__platform-desktop-ui {
    justify-content: left;
    padding-left: 15px
}

.site-menu-module_iconLarge__uI0Kr1-G__platform-desktop-ui .site-menu-module_icon__xZmxOWdy__platform-desktop-ui {
    font-size: 32px
}

.site-menu-module_fakeWrapper__fq3QCro3__platform-desktop-ui {
    height: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    visibility: hidden
}

.site-menu-module_fakeWrapper__fq3QCro3__platform-desktop-ui .site-menu-module_menu__dvbNnYzv__platform-desktop-ui {
    position: static
}

@keyframes site-menu-module_highlightItem__HZf46cjk__platform-desktop-ui {
    0% {
        color: var(--menuDefault)
    }

    70% {
        color: var(--menuDefault)
    }

    85% {
        color: var(--menuHover)
    }

    to {
        color: var(--menuDefault)
    }
}

.coupon-module_Wrapper__onGOUaro__platform-desktop-ui {
    border-radius: var(--baseBorderRadius);
    overflow: hidden;
    position: relative
}

.promotions-module_live__AKWXnJP-__platform-desktop-ui {
    height: 14px;
    background-color: var(--liveColor);
    border-radius: 5px;
    text-align: center;
    font-size: 7px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--buttonText);
    padding: 0 5px;
    display: flex;
    align-self: center;
    line-height: 14px
}

.promotions-module_live__AKWXnJP-__platform-desktop-ui.promotions-module_liveFree__WydOOE10__platform-desktop-ui {
    position: static;
    background: var(--buttonsGray);
    display: inline-flex;
    margin: 2px 0 0;
    align-self: flex-start
}

.promotions-module_live__AKWXnJP-__platform-desktop-ui.promotions-module_liveBig__bJp-Hccd__platform-desktop-ui {
    padding: 0 10px;
    font-size: 12px;
    line-height: 23px;
    height: 22px;
    border-radius: 10px;
    margin: -1px 0 0 10px
}

.promotions-module_live__AKWXnJP-__platform-desktop-ui.coupon-count {
    background-color: var(--betslipEventsCountBackground);
    color: var(--betslipEventsCountText, var(--white));
    border-radius: 50%;
    justify-content: center;
    width: 23px
}

.promotions-module_promotionsPage__Ku4xzQXy__platform-desktop-ui {
    padding-top: var(--promotionPagePaddingTop, 69px);
    position: relative
}

.promotions-module_header__MCVTHwFr__platform-desktop-ui {
    align-items: center;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    height: 328px;
    justify-content: center;
    margin: 0 var(--promotionHeaderBannerMargin);
    border-radius: var(--promotionHeaderBannerBorderRadius)
}

.promotions-module_title__l5GZoApK__platform-desktop-ui {
    color: var(--promotionTitle);
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 40px;
    text-transform: uppercase
}

.promotions-module_subtitle__0l7lo6ra__platform-desktop-ui {
    color: var(--promotionSubtitle);
    font-size: 26px;
    font-weight: 400;
    text-align: center
}

.promotions-module_bonusTypes__6tdcabn5__platform-desktop-ui {
    display: flex;
    justify-content: space-between;
    margin: 25px auto 0;
    min-width: 270px
}

.promotions-module_bonusTypes__6tdcabn5__platform-desktop-ui .app-button {
    font-size: 13px;
    margin: 0 10px;
    min-height: 31px;
    min-width: 82px
}

.promotions-module_bonusTypes__6tdcabn5__platform-desktop-ui .app-button:not(.app-button--nobg) {
    border: 1px solid transparent
}

.promotions-module_bonusTypes__6tdcabn5__platform-desktop-ui .app-button .app-button--nobg {
    font-weight: 400
}

body.menu-cms-header-view .promotions-module_promotionsPage__Ku4xzQXy__platform-desktop-ui {
    padding-top: var(--promotionPagePaddingTopWithCmsHeader, var(--menuCmsHeaderBodyTopPadding))
}

.search-modal-module_searchModalWrapper__Xc-TXsth__platform-desktop-ui>div {
    align-items: flex-start
}

.search-modal-module_searchModalContainer__8O--yq-M__platform-desktop-ui {
    width: -moz-fit-content;
    width: fit-content;
    width: 900px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.search-modal-module_searchModalInputWrapper__dQ6rZONI__platform-desktop-ui {
    position: relative;
    background-color: var(--searchModalInputBg);
    border-radius: 8px;
    border: 1px solid var(--searchModalInputBorderColor);
    transition: border .3s
}

.search-modal-module_searchModalInputWrapper__dQ6rZONI__platform-desktop-ui .search-modal-module_findIcon__bHhn-Mww__platform-desktop-ui,.search-modal-module_searchModalInputWrapper__dQ6rZONI__platform-desktop-ui .search-modal-module_closeIcon__gGsXrX2x__platform-desktop-ui {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    width: 20px;
    height: 20px;
    transition: color .3s
}

.search-modal-module_searchModalInputWrapper__dQ6rZONI__platform-desktop-ui .search-modal-module_findIcon__bHhn-Mww__platform-desktop-ui {
    color: var(--searchModalFindIconColor);
    left: 16px
}

.search-modal-module_searchModalInputWrapper__dQ6rZONI__platform-desktop-ui .search-modal-module_closeIcon__gGsXrX2x__platform-desktop-ui {
    color: var(--searchModalClearIconColor);
    right: 16px;
    cursor: pointer
}

.search-modal-module_searchModalInputWrapper__dQ6rZONI__platform-desktop-ui:focus-within {
    border-color: var(--searchModalInputFocusBorderColor)
}

.search-modal-module_searchModalInputWrapper__dQ6rZONI__platform-desktop-ui:focus-within .search-modal-module_findIcon__bHhn-Mww__platform-desktop-ui {
    color: var(--searchModalFindIconAccentColor)
}

.search-modal-module_searchModalInputWrapper__dQ6rZONI__platform-desktop-ui:focus-within .search-modal-module_closeIcon__gGsXrX2x__platform-desktop-ui {
    color: var(--searchModalClearIconAccentColor)
}

.search-modal-module_searchResultsContainer__BqieofhZ__platform-desktop-ui {
    background-color: var(--searchModalResultsBg);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--asideNewSearchBoxShadow)
}

.search-modal-module_searchInstructions__tdsQReio__platform-desktop-ui {
    color: var(--searchModalInstructionsText);
    padding-block:32px;margin-inline:16px;line-height: 20px
}

.search-modal-module_searchInput__SYDZugwD__platform-desktop-ui {
    width: 100%;
    height: 40px;
    border-radius: var(--searchModalInputBorderRadius);
    padding-left: 12px;
    line-height: 20px;
    border: none;
    background-color: var(--searchModalInputBg);
    outline: none;
    text-indent: 32px;
    color: var(--searchModalInputText);
    caret-color: var(--searchModalInputCaretColor)
}

.search-modal-module_searchInput__SYDZugwD__platform-desktop-ui::-moz-placeholder {
    color: var(--searchModalInputPlaceholder)
}

.search-modal-module_searchInput__SYDZugwD__platform-desktop-ui::placeholder {
    color: var(--searchModalInputPlaceholder)
}

.search-results-module_searchResultsContainer__IkKWDUCh__platform-desktop-ui {
    padding-bottom: 16px
}

.search-results-module_searchResultsContainer__IkKWDUCh__platform-desktop-ui ::-webkit-scrollbar {
    display: none
}

.search-results-module_searchTabsContainer__pQLPLgBd__platform-desktop-ui {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 16px;
    padding: 8px 0 8px 16px;
    background-color: var(--placeholderColor);
    color: #fff
}

.search-results-module_searchTab__El4j2Z3r__platform-desktop-ui {
    cursor: pointer
}

.search-results-module_activeTab__zTQcEpdh__platform-desktop-ui {
    position: relative
}

.search-results-module_activeTab__zTQcEpdh__platform-desktop-ui:after {
    content: "";
    position: absolute;
    background-color: var(--accentMain);
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 3px
}

.search-results-module_searchEventsContainer__xQr92pEB__platform-desktop-ui {
    max-height: 70vh;
    overflow-y: auto;
    padding: 0 16px;
    border-top: 16px solid var(--mslElementBg);
    border-bottom: 16px solid var(--mslElementBg)
}

.search-results-module_searchEventsContainer__xQr92pEB__platform-desktop-ui>div {
    margin-top: 0
}

.search-results-module_searchLeaguesContainer__M12fBs5C__platform-desktop-ui {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.search-results-module_searchLeagueRow__CCUhjCXK__platform-desktop-ui {
    display: flex;
    justify-content: space-between;
    background-color: var(--aggregateScoreBG);
    padding: 8px;
    border-radius: 8px;
    cursor: pointer;
    color: var(--sportMenuItemText);
    text-decoration: none
}

.search-results-module_leagueRowSection__nQ0-iB1Z__platform-desktop-ui {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 12px
}

.search-results-module_leagueIcon__m6-npKvN__platform-desktop-ui {
    margin-right: 0
}

.search-results-module_counterHeader__YwLzoR-T__platform-desktop-ui {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 10px 16px;
    background-color: var(--aggregateScoreBG);
    color: var(--mainColor);
    font-weight: 700;
    text-transform: uppercase
}

.search-results-module_counterHeader__YwLzoR-T__platform-desktop-ui>div {
    opacity: .5
}

.search-results-module_eventCount__-I3OgshF__platform-desktop-ui {
    justify-content: center;
    opacity: .8;
    margin-right: 4px
}

.search-results-module_divider__qMBzp7Ci__platform-desktop-ui {
    margin-inline:4px}

.events-table-module_table__tfw-N5No__platform-desktop-ui {
    min-height: 100px;
    font-size: 14px;
    margin-top: 16px
}

.events-table-module_table__tfw-N5No__platform-desktop-ui+.events-table-module_table__tfw-N5No__platform-desktop-ui {
    margin-top: 16px
}

.events-table-module_table__tfw-N5No__platform-desktop-ui:first-of-type {
    margin-top: 0
}

.events-table-module_headingWrapper__lH67V2t1__platform-desktop-ui {
    background: var(--mslElementBg);
    position: sticky;
    top: calc(var(--mslHeaderHeight) + 16px);
    z-index: var(--zIndex-stickyLeagueHeader)
}

.events-table-module_headingWrapper__lH67V2t1__platform-desktop-ui:before {
    content: "";
    position: absolute;
    top: -16px;
    left: 0;
    height: 16px;
    right: 0;
    width: 100%;
    overflow: hidden;
    background: var(--mslElementBg)
}

.events-table-module_headingWrapper__lH67V2t1__platform-desktop-ui:after {
    content: "";
    position: absolute;
    left: 0;
    height: 15px;
    right: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    background: var(--mslLeagueTitleFadeGradient)
}

.events-table-module_heading__Bf5XsI7K__platform-desktop-ui {
    background: var(--mslSportTitleBg);
    display: flex;
    width: 100%;
    min-height: 36px;
    padding: 7px 0;
    border-radius: var(--mslBorderRadius);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    color: var(--mslTextDark);
    letter-spacing: 1px
}

.events-table-module_heading__Bf5XsI7K__platform-desktop-ui .events-table-module_col__tqtZgJad__platform-desktop-ui {
    padding: 0
}

.events-table-module_eventInfo__1vzG-zJw__platform-desktop-ui {
    display: flex;
    width: 275px;
    padding: 0 10px 0 12px
}

.events-table-module_eventInfo__1vzG-zJw__platform-desktop-ui.events-table-module_outrights__-T143Nq-__platform-desktop-ui {
    width: 100%
}

@media screen and (max-width: 900px) {
    .events-table-module_eventInfo__1vzG-zJw__platform-desktop-ui {
        width:230px
    }
}

.events-table-module_imageHolder__wDEodTvt__platform-desktop-ui {
    min-height: 100%;
    display: flex;
    align-items: center
}

.events-table-module_imageHolder__wDEodTvt__platform-desktop-ui>svg,.events-table-module_imageHolder__wDEodTvt__platform-desktop-ui img {
    font-size: 24px;
    display: block;
    max-width: 20px;
    width: 20px;
    margin-right: 10px;
    position: relative;
    top: -1px
}

.events-table-module_title__Wq8wcUQw__platform-desktop-ui {
    display: flex;
    align-items: center;
    min-height: 100%
}

.events-table-module_titleImage__jaoKFcmY__platform-desktop-ui {
    display: block;
    margin-right: 10px;
    min-width: 18px
}

.events-table-module_titleText__jxkDkare__platform-desktop-ui {
    position: relative;
    min-height: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--mslTextDark);
    transition: color .2s ease
}

.events-table-module_titleText__jxkDkare__platform-desktop-ui:hover {
    color: var(--accentMain)
}

.events-table-module_marketsList__Bb9qyYnU__platform-desktop-ui {
    display: flex;
    padding-right: 12px;
    width: calc(100% - 275px)
}

.events-table-module_marketsList__Bb9qyYnU__platform-desktop-ui .events-table-module_col__tqtZgJad__platform-desktop-ui {
    margin-left: 4px;
    margin-right: 4px
}

.events-table-module_marketItemHeader__TJaOq412__platform-desktop-ui {
    display: flex;
    padding: 0 7px;
    flex: 1 0 auto
}

.events-table-module_marketItem__4SO-vroB__platform-desktop-ui {
    display: flex;
    border-left: 1px solid var(--mslModerModerMarketItemBorderColor);
    border-radius: 0;
    padding: 12px 7px;
    flex: 1 0 auto;
    height: calc(100% - 24px);
    margin-top: 12px
}

.events-table-module_col__tqtZgJad__platform-desktop-ui {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    width: 50px
}

.events-table-module_col__tqtZgJad__platform-desktop-ui.events-table-module_factor__D7JXUXxU__platform-desktop-ui {
    flex: 1 0 50px;
    z-index: 1
}

.events-table-module_col__tqtZgJad__platform-desktop-ui.events-table-module_more__zwVJpM0d__platform-desktop-ui {
    flex: 0 0 auto
}

.events-table-module_col__tqtZgJad__platform-desktop-ui.events-table-module_colTeam__gkLln3ig__platform-desktop-ui {
    line-height: 20px;
    overflow: hidden;
    width: 100%;
    justify-content: flex-start
}

.events-table-module_col__tqtZgJad__platform-desktop-ui.events-table-module_colTeam__gkLln3ig__platform-desktop-ui.events-table-module_withOpener__iaSkc5fF__platform-desktop-ui {
    width: calc(100% - 50px)
}

.events-table-module_teamsWrapper__iCaVNQut__platform-desktop-ui {
    display: block;
    text-decoration: none;
    color: inherit;
    width: 100%;
    transition: color .2s ease
}

.events-table-module_allOddsOpener__PUcvCJnC__platform-desktop-ui {
    font-size: 14px;
    cursor: pointer;
    font-weight: 700
}

.events-table-module_allOddsOpener__PUcvCJnC__platform-desktop-ui span {
    display: block;
    margin-right: 6px
}

.events-table-module_allOddsOpener__PUcvCJnC__platform-desktop-ui .svg-icon {
    transition: transform .2s ease;
    transform: rotate(180deg)
}

.events-table-module_row__r4ODydMh__platform-desktop-ui {
    display: flex;
    min-height: 88px
}

.events-table-module_rowWrapper__0VIejx97__platform-desktop-ui {
    margin-top: 8px;
    background: var(--mslEventBackground);
    transition: background .15s ease;
    border-radius: var(--mslBorderRadius);
    border: 1px solid var(--mslEventBorderColor)
}

.events-table-module_rowWrapper__0VIejx97__platform-desktop-ui:not(.events-table-module_allOddsVisible__Ht5v-BOn__platform-desktop-ui):hover {
    background: var(--mslMarketHoverBg)
}

.events-table-module_rowWrapper__0VIejx97__platform-desktop-ui.events-table-module_allOddsVisible__Ht5v-BOn__platform-desktop-ui {
    margin-bottom: 16px
}

.events-table-module_rowWrapper__0VIejx97__platform-desktop-ui.events-table-module_allOddsVisible__Ht5v-BOn__platform-desktop-ui .events-table-module_allOddsOpener__PUcvCJnC__platform-desktop-ui .svg-icon {
    transform: rotate(0)
}

.events-table-module_rowBottom__K2x-vFHv__platform-desktop-ui {
    padding: 0 12px 12px;
    width: 100%
}

.events-table-module_rowBottom__K2x-vFHv__platform-desktop-ui:before {
    content: "";
    display: block;
    border-top: 1px solid var(--mslSectionBg)
}

.events-table-module_statsWindowOpener__SOiezrW3__platform-desktop-ui {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2px 0 10px;
    width: 60px
}

.events-table-module_statsWindowButton__EvPDmhgD__platform-desktop-ui {
    cursor: pointer;
    color: var(--mslTextLight);
    transition: color .2s ease,transform .2s ease;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.events-table-module_statsWindowButton__EvPDmhgD__platform-desktop-ui:hover {
    color: var(--accentMain)
}

.events-table-module_statsWindowButton__EvPDmhgD__platform-desktop-ui.events-table-module_statsWindowArrow__13ZMD9Eu__platform-desktop-ui {
    transform: rotate(180deg)
}

.events-table-module_statsWindowButton__EvPDmhgD__platform-desktop-ui.events-table-module_statsWindowArrow__13ZMD9Eu__platform-desktop-ui.events-table-module_active__Z147uJWo__platform-desktop-ui {
    transform: rotate(0)
}

.events-table-module_modernFactorStats__Orf8d7Vd__platform-desktop-ui {
    width: 100%;
    height: 100%
}

.events-table-module_additional__6WU7YgJr__platform-desktop-ui {
    position: relative;
    width: 100%
}

.events-table-module_noMarkets__3-d9PvU2__platform-desktop-ui {
    align-items: center;
    background: var(--buttonText);
    border-radius: 0 0 3px 3px;
    box-shadow: 0 0 5px #0000004d;
    display: flex;
    flex-direction: column;
    height: 280px;
    justify-content: center;
    margin: 0;
    position: relative;
    width: 100%
}

.events-table-module_noMarkets__3-d9PvU2__platform-desktop-ui.events-table-module_margin__pf6Nn7sD__platform-desktop-ui {
    margin-top: 15px
}

.events-table-module_noMarkets__3-d9PvU2__platform-desktop-ui img {
    display: block;
    width: 91px
}

.events-table-module_marketsContainer__nflP2OcN__platform-desktop-ui {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px
}

.events-table-module_marketsContainer__nflP2OcN__platform-desktop-ui .event-markets {
    background: var(--mslSectionBg)
}

.events-table-module_switch__5vBdwzE7__platform-desktop-ui {
    margin-top: 8px;
    padding: 0 15px;
    height: 36px;
    width: 100%;
    display: flex;
    align-items: center;
    background: var(--mslTabBg);
    border-radius: var(--mslBorderRadius)
}

.events-table-module_switchItem__cPJn8mcH__platform-desktop-ui {
    font-size: 14px;
    font-weight: 700;
    margin-right: 16px
}

.events-table-module_switchItem__cPJn8mcH__platform-desktop-ui.events-table-module_current__Eb-EWLMo__platform-desktop-ui:not(.events-table-module_disabled__-ZX5ksNg__platform-desktop-ui) {
    color: var(--mslOutrightsSwitchActiveColor)
}

.events-table-module_switchItem__cPJn8mcH__platform-desktop-ui.events-table-module_disabled__-ZX5ksNg__platform-desktop-ui {
    opacity: .4;
    pointer-events: none
}

.events-table-module_switchItem__cPJn8mcH__platform-desktop-ui:not(.events-table-module_current__Eb-EWLMo__platform-desktop-ui) {
    color: currentColor;
    cursor: pointer;
    transition: color .15s ease
}

.events-table-module_switchItem__cPJn8mcH__platform-desktop-ui:not(.events-table-module_current__Eb-EWLMo__platform-desktop-ui):hover {
    color: var(--mslOutrightsSwitchActiveColor)
}

.events-table-module_timerIcon__l2ewSgKu__platform-desktop-ui {
    position: relative;
    margin: 0 5px 0 8px;
    color: var(--white);
    width: 20px;
    height: 20px;
    top: -2px
}

.events-table-module_timerIcon__l2ewSgKu__platform-desktop-ui svg {
    width: 100%;
    height: 100%
}

.events-table-module_periodsLabel__03z2B3f0__platform-desktop-ui {
    text-align: center;
    width: -moz-max-content;
    width: max-content
}

.events-table-module_marginRight__ws-WHCMn__platform-desktop-ui {
    margin-right: 8px
}

.events-table-module_marginLeft__7EGMWyeJ__platform-desktop-ui {
    margin-left: 8px
}

.events-table-module_bestOf__Xvhv8hys__platform-desktop-ui {
    padding: 0 4px;
    line-height: 14px;
    height: 14px;
    background: var(--eventTableBestOf);
    font-size: 10px;
    font-weight: 400;
    border-radius: var(--mslSmallBorderRadius);
    position: relative;
    top: -1px
}

.events-table-module_bestOf__Xvhv8hys__platform-desktop-ui.events-table-module_grey__nJVxKK4M__platform-desktop-ui {
    color: var(--eventTimeStatsText)
}

.events-table-module_stoppedIcon__TcfX2hc-__platform-desktop-ui {
    width: 16px;
    position: relative;
    top: 0;
    height: 16px;
    font-size: 14px;
    color: var(--eventTimeStatsText);
    margin-right: 5px
}

.events-table-module_stoppedIcon__TcfX2hc-__platform-desktop-ui.events-table-module_whiteStoppedIcon__JIlYPC7r__platform-desktop-ui {
    color: var(--white);
    font-size: 13px
}

@media screen and (max-width: 1800px) {
    .events-table-module_factor__D7JXUXxU__platform-desktop-ui,.events-table-module_allOddsOpener__PUcvCJnC__platform-desktop-ui {
        font-size:12px
    }
}

.events-table-module_headingCA__mCZDjWlx__platform-desktop-ui .events-table-module_eventInfo__1vzG-zJw__platform-desktop-ui {
    width: 45%
}

.events-table-module_headingCA__mCZDjWlx__platform-desktop-ui .events-table-module_marketsList__Bb9qyYnU__platform-desktop-ui {
    width: 55%
}

.events-table-module_headerValue__31aqfJtS__platform-desktop-ui {
    display: flex
}

.events-table-module_headerValue__31aqfJtS__platform-desktop-ui i {
    font-size: 12px;
    color: var(--menuSectionBorder);
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    position: relative
}

.events-table-module_headerValue__31aqfJtS__platform-desktop-ui i:hover {
    color: var(--menuSectionBorder)
}

.events-table-module_headerValue__31aqfJtS__platform-desktop-ui i:hover .modal-info {
    display: flex
}

.events-table-module_headerValue__31aqfJtS__platform-desktop-ui .modal-info {
    z-index: 12
}

.events-table-module_snakeLoaderWrapper__aeFfq5Nv__platform-desktop-ui>div {
    flex: 1 1 60px
}

.events-table-module_favoritesBlockContainer__xZHSCoV8__platform-desktop-ui>div {
    padding: 0 10px 0 0
}

.events-table-module_favoritesBlockWrapper__zk7bQXuM__platform-desktop-ui {
    padding: 10px 15px 10px 0;
    justify-content: center!important;
    gap: 8px
}

.events-table-module_favoriteButton__HTgo-VqL__platform-desktop-ui {
    color: #fff!important
}

.events-table-module_headerFavButton__ckqwjwK9__platform-desktop-ui {
    margin-right: 8px
}

.outcome-animation-module_outcomeUp__Ffj8q9sf__platform-desktop-ui .outcome-animation-module_animate__Na5G146J__platform-desktop-ui.outcome-animation-module_animateUp__h-rR0AzU__platform-desktop-ui,.outcome-animation-module_outcomeDown__MnJJ-VGQ__platform-desktop-ui .outcome-animation-module_animate__Na5G146J__platform-desktop-ui.outcome-animation-module_animateDown__ghumPEb8__platform-desktop-ui {
    transform: scaleY(1);
    opacity: 1;
    z-index: 1
}

.outcome-animation-module_animate__Na5G146J__platform-desktop-ui {
    position: absolute;
    height: 40px;
    width: 40px;
    transform: scaleY(.3);
    opacity: 0;
    z-index: 10;
    transition: transform .4s ease,opacity .4s ease
}

.outcome-animation-module_animate__Na5G146J__platform-desktop-ui:before,.outcome-animation-module_animate__Na5G146J__platform-desktop-ui:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom-left-radius: var(--mslSmallBorderRadius)
}

.outcome-animation-module_animate__Na5G146J__platform-desktop-ui:before {
    -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDMiIGhlaWdodD0iNDMiIHZpZXdCb3g9IjAgMCA0MyA0MyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cGF0aCBkPSJNMCAwVjBDNS45IDIwLjggMjIuMiAzNyA0MyA0M1Y0M0gwVjBaIiAvPg0KPC9zdmc+DQo=) no-repeat;
    mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDMiIGhlaWdodD0iNDMiIHZpZXdCb3g9IjAgMCA0MyA0MyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cGF0aCBkPSJNMCAwVjBDNS45IDIwLjggMjIuMiAzNyA0MyA0M1Y0M0gwVjBaIiAvPg0KPC9zdmc+DQo=) no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover
}

.outcome-animation-module_animate__Na5G146J__platform-desktop-ui.outcome-animation-module_animateUp__h-rR0AzU__platform-desktop-ui {
    right: 0;
    top: 0;
    transform-origin: top
}

.outcome-animation-module_animate__Na5G146J__platform-desktop-ui.outcome-animation-module_animateUp__h-rR0AzU__platform-desktop-ui:before {
    background: linear-gradient(305deg,rgba(var(--mslFactorUpRGB),1) 0,rgba(var(--mslFactorUpRGB),0) 50%);
    transform: rotate(180deg)
}

.outcome-animation-module_animate__Na5G146J__platform-desktop-ui.outcome-animation-module_animateUp__h-rR0AzU__platform-desktop-ui:after {
    background: linear-gradient(55deg,rgba(var(--mslFactorUpRGB),1) 0,rgba(var(--mslFactorUpRGB),0) 50%);
    transform: rotate(180deg);
    filter: blur(7px)
}

.outcome-animation-module_animate__Na5G146J__platform-desktop-ui.outcome-animation-module_animateDown__ghumPEb8__platform-desktop-ui {
    left: 0;
    bottom: 0;
    transform-origin: bottom
}

.outcome-animation-module_animate__Na5G146J__platform-desktop-ui.outcome-animation-module_animateDown__ghumPEb8__platform-desktop-ui:before {
    background: linear-gradient(305deg,rgba(var(--mslFactorDownRGB),1) 0,rgba(var(--mslFactorDownRGB),0) 50%)
}

.outcome-animation-module_animate__Na5G146J__platform-desktop-ui.outcome-animation-module_animateDown__ghumPEb8__platform-desktop-ui:after {
    background: linear-gradient(55deg,rgba(var(--mslFactorDownRGB),1) 0,rgba(var(--mslFactorDownRGB),0) 50%);
    filter: blur(7px)
}

.events-table-outcome-module_outcome__Zi5Wb5-V__platform-desktop-ui {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mslOutcomeText, var(--mslTextDark));
    font-weight: 700;
    height: 52px;
    width: 100%;
    overflow: hidden;
    position: relative
}

.events-table-outcome-module_dataField__KS0XKPnq__platform-desktop-ui {
    opacity: .5;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5
}

.events-table-outcome-module_defaultOutcome__aJ-g-nan__platform-desktop-ui {
    cursor: pointer;
    background: var(--mslDefaultOutcomeDesktopBg);
    box-shadow: inset 0 0 1px var(--mslSectionBg);
    border-radius: var(--mslSmallBorderRadius);
    border: 1px solid var(--mslOutcomeBorder)
}

.events-table-outcome-module_defaultOutcome__aJ-g-nan__platform-desktop-ui:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--mslOutcomeHoverBg);
    border: 1px solid var(--mslOutcomeHoverBorder);
    opacity: 0;
    transition: .15s ease
}

.events-table-outcome-module_defaultOutcome__aJ-g-nan__platform-desktop-ui .events-table-outcome-module_content__SljIGDbo__platform-desktop-ui {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10
}

.events-table-outcome-module_defaultOutcome__aJ-g-nan__platform-desktop-ui .events-table-outcome-module_textBase__uq-Dy25Y__platform-desktop-ui {
    color: var(--mslOutcomeText, var(--mslTextDark));
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    top: 1px;
    text-align: center;
    transition: .15s ease
}

.events-table-outcome-module_defaultOutcome__aJ-g-nan__platform-desktop-ui:hover:not(.events-table-outcome-module_active__Ld7D13kH__platform-desktop-ui):after {
    opacity: 1;
    z-index: 0
}

.events-table-outcome-module_defaultOutcome__aJ-g-nan__platform-desktop-ui.events-table-outcome-module_active__Ld7D13kH__platform-desktop-ui {
    background: var(--mslOutcomeActiveBg);
    border: 1px solid var(--mslOutcomeActiveBg)
}

.events-table-outcome-module_defaultOutcome__aJ-g-nan__platform-desktop-ui.events-table-outcome-module_active__Ld7D13kH__platform-desktop-ui.events-table-outcome-module_up__IOeb0C5s__platform-desktop-ui,.events-table-outcome-module_defaultOutcome__aJ-g-nan__platform-desktop-ui.events-table-outcome-module_active__Ld7D13kH__platform-desktop-ui.events-table-outcome-module_down__ovGsxW5w__platform-desktop-ui {
    background: var(--mslOutcomeActiveBg)
}

.events-table-outcome-module_defaultOutcome__aJ-g-nan__platform-desktop-ui.events-table-outcome-module_active__Ld7D13kH__platform-desktop-ui .events-table-outcome-module_textBase__uq-Dy25Y__platform-desktop-ui {
    color: var(--mslOutcomeBigActiveText, var(--white))
}

.events-table-outcome-module_defaultOutcome__aJ-g-nan__platform-desktop-ui.events-table-outcome-module_up__IOeb0C5s__platform-desktop-ui,.events-table-outcome-module_defaultOutcome__aJ-g-nan__platform-desktop-ui.events-table-outcome-module_down__ovGsxW5w__platform-desktop-ui {
    background: var(--mslOutcomeBg)
}

.events-table-outcome-module_outcomeLocked__Qqh1FX1u__platform-desktop-ui {
    border-color: var(--eventCoefficientBorderDisabled);
    cursor: default;
    overflow: visible;
    pointer-events: none
}

.events-table-outcome-module_grayView__J9a31Gw3__platform-desktop-ui {
    opacity: .4;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.events-table-outcome-module_disabled__eyXsjqNa__platform-desktop-ui {
    background-color: var(--mslOutcomeBgDisabled, var(--eventSelected));
    opacity: .4;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.events-table-outcome-module_decimalText__TPRbjiWm__platform-desktop-ui {
    font-size: 14px
}

.events-table-outcome-module_text__jEjam4vV__platform-desktop-ui {
    color: var(--mslOutcomeText, var(--mslTextDark))
}

.events-table-outcome-module_textInfo__vxRkfuNP__platform-desktop-ui {
    color: var(--inputColor);
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 3px
}

.events-table-outcome-module_icon__L-fw78VW__platform-desktop-ui {
    color: var(--allSportsItemHover);
    display: block
}

.events-table-outcome-module_icon__L-fw78VW__platform-desktop-ui svg {
    display: block;
    font-size: 20px
}

.events-table-outcome-module_icon__L-fw78VW__platform-desktop-ui img {
    display: block
}

.full-event-markets-module_market__MrVWfzlv__platform-desktop-ui:not(:first-of-type) {
    margin-top: 8px
}

.full-event-markets-module_market__MrVWfzlv__platform-desktop-ui.full-event-markets-module_fillBg__W2ZHhlAK__platform-desktop-ui {
    background: var(--mslEventMarketsBg);
    border-radius: var(--mslBorderRadius)
}

.full-event-markets-module_market__MrVWfzlv__platform-desktop-ui.full-event-markets-module_fillBg__W2ZHhlAK__platform-desktop-ui .full-event-markets-module_head__1zqyVJFA__platform-desktop-ui {
    background-color: transparent;
    padding: 16px 20px 12px
}

.full-event-markets-module_market__MrVWfzlv__platform-desktop-ui.full-event-markets-module_fillBg__W2ZHhlAK__platform-desktop-ui .full-event-markets-module_head__1zqyVJFA__platform-desktop-ui span {
    letter-spacing: normal
}

.full-event-markets-module_market__MrVWfzlv__platform-desktop-ui.full-event-markets-module_fillBg__W2ZHhlAK__platform-desktop-ui .full-event-markets-module_analyticsHeader__eYUDOYoE__platform-desktop-ui {
    padding: 16px;
    align-items: flex-start
}

.full-event-markets-module_market__MrVWfzlv__platform-desktop-ui.full-event-markets-module_fillBg__W2ZHhlAK__platform-desktop-ui .full-event-markets-module_analyticsHeader__eYUDOYoE__platform-desktop-ui.full-event-markets-module_active__fJLAqT2Q__platform-desktop-ui {
    padding: 16px 16px 12px
}

.full-event-markets-module_market__MrVWfzlv__platform-desktop-ui.full-event-markets-module_fillBg__W2ZHhlAK__platform-desktop-ui .full-event-markets-module_outcomes__sdaclQwY__platform-desktop-ui {
    margin: 0;
    padding: 0 12px 4px
}

.full-event-markets-module_market__MrVWfzlv__platform-desktop-ui.full-event-markets-module_fillBg__W2ZHhlAK__platform-desktop-ui .full-event-markets-module_analyticsGroup__qsG9CXwm__platform-desktop-ui {
    flex-direction: column
}

.full-event-markets-module_market__MrVWfzlv__platform-desktop-ui.full-event-markets-module_fillBg__W2ZHhlAK__platform-desktop-ui .full-event-markets-module_colWrapper__EuCQYkpt__platform-desktop-ui {
    padding: 0 4px 8px
}

.full-event-markets-module_market__MrVWfzlv__platform-desktop-ui.full-event-markets-module_fillBg__W2ZHhlAK__platform-desktop-ui .full-event-markets-module_col__A7Q4bTrL__platform-desktop-ui {
    background: var(--mslOutcomeBgFullEvent)
}

.full-event-markets-module_market__MrVWfzlv__platform-desktop-ui.full-event-markets-module_fillBg__W2ZHhlAK__platform-desktop-ui .full-event-markets-module_col__A7Q4bTrL__platform-desktop-ui.full-event-markets-module_active__fJLAqT2Q__platform-desktop-ui {
    background: var(--mslOutcomeActiveBg)
}

.full-event-markets-module_wrapper__lHa-JyxV__platform-desktop-ui {
    display: flex
}

.full-event-markets-module_head__1zqyVJFA__platform-desktop-ui {
    align-items: center;
    cursor: pointer;
    display: flex;
    min-height: 30px;
    padding: 12px 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background: var(--mslHeadMarketsBg);
    border-radius: var(--mslBorderRadius)
}

.full-event-markets-module_head__1zqyVJFA__platform-desktop-ui>div:last-of-type {
    margin-left: auto
}

.full-event-markets-module_head__1zqyVJFA__platform-desktop-ui>span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin-right: 10px;
    line-height: 16px;
    margin-left: 2px
}

.full-event-markets-module_head__1zqyVJFA__platform-desktop-ui .live-timer-icon {
    height: 16px;
    font-size: 14px;
    margin-right: 2px;
    transform: none
}

.full-event-markets-module_head__1zqyVJFA__platform-desktop-ui.full-event-markets-module_active__fJLAqT2Q__platform-desktop-ui .full-event-markets-module_arrow__o-BdCedf__platform-desktop-ui {
    transform: rotate(-90deg)
}

.full-event-markets-module_head__1zqyVJFA__platform-desktop-ui .full-event-markets-module_arrow__o-BdCedf__platform-desktop-ui {
    align-items: center;
    bottom: 0;
    display: flex;
    font-size: 10px;
    justify-content: center;
    position: relative;
    right: 0;
    width: 20px;
    z-index: 2;
    transition: transform .15s ease;
    transform: rotate(90deg)
}

.full-event-markets-module_outcomes__sdaclQwY__platform-desktop-ui {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px
}

.full-event-markets-module_colWrapper__EuCQYkpt__platform-desktop-ui {
    padding: 8px 4px 0
}

.full-event-markets-module_colWrapper__EuCQYkpt__platform-desktop-ui.full-event-markets-module_x2__fQR8i4Ok__platform-desktop-ui {
    flex: 0 0 50%;
    width: 50%
}

.full-event-markets-module_colWrapper__EuCQYkpt__platform-desktop-ui.full-event-markets-module_x3__8dauHqcA__platform-desktop-ui {
    flex: 0 0 33.333%;
    width: 33.333%
}

.full-event-markets-module_colWrapper__EuCQYkpt__platform-desktop-ui.full-event-markets-module_x1__-cpO5j9c__platform-desktop-ui {
    flex: 0 0 100%;
    width: 100%
}

@media screen and (max-width: 1200px) {
    .full-event-markets-module_colWrapper__EuCQYkpt__platform-desktop-ui.full-event-markets-module_x3__8dauHqcA__platform-desktop-ui {
        flex:0 0 50%;
        width: 50%
    }
}

@media screen and (max-width: 950px) {
    .full-event-markets-module_colWrapper__EuCQYkpt__platform-desktop-ui.full-event-markets-module_x2__fQR8i4Ok__platform-desktop-ui,.full-event-markets-module_colWrapper__EuCQYkpt__platform-desktop-ui.full-event-markets-module_x3__8dauHqcA__platform-desktop-ui {
        flex:0 0 100%;
        width: 100%
    }
}

.full-event-markets-module_col__A7Q4bTrL__platform-desktop-ui {
    position: relative;
    align-items: center;
    cursor: pointer;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    min-height: 40px;
    overflow: hidden;
    padding: 0 20px;
    transition: background-color .15s ease,opacity .15s ease;
    border-radius: var(--mslBorderRadius);
    border: 1px solid var(--mslEventBorderColor);
    background: var(--mslMarketColBg)
}

.full-event-markets-module_col__A7Q4bTrL__platform-desktop-ui:hover:not(.full-event-markets-module_active__fJLAqT2Q__platform-desktop-ui) {
    background: var(--mslOutcomeHoverBg)
}

.full-event-markets-module_col__A7Q4bTrL__platform-desktop-ui.full-event-markets-module_disabled__Ho2XWUPf__platform-desktop-ui {
    color: rgba(var(--mslTextDarkRGB),var(--mslDisabledOddColorAlpha));
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.full-event-markets-module_col__A7Q4bTrL__platform-desktop-ui.full-event-markets-module_active__fJLAqT2Q__platform-desktop-ui {
    color: var(--mslOutcomeActiveText, var(--white));
    background: var(--mslOutcomeActiveBg);
    border: 1px solid var(--mslOutcomeActiveBg)
}

.full-event-markets-module_col__A7Q4bTrL__platform-desktop-ui>div:nth-child(2) {
    padding: 10px 0;
    text-overflow: ellipsis
}

.full-event-markets-module_col__A7Q4bTrL__platform-desktop-ui>div:nth-child(2):not(.full-event-markets-module_coefficient__B7o5PyKL__platform-desktop-ui) {
    overflow: hidden
}

@media screen and (max-width: 1800px) {
    .full-event-markets-module_col__A7Q4bTrL__platform-desktop-ui {
        font-size:12px
    }
}

.full-event-markets-module_coefficient__B7o5PyKL__platform-desktop-ui {
    display: flex;
    justify-content: flex-end;
    font-weight: 700;
    margin-left: 15px;
    text-align: right
}

.full-event-markets-module_coefficient__B7o5PyKL__platform-desktop-ui .svg-icon {
    color: var(--menuSectionBorder);
    font-size: 18px
}

.full-event-markets-module_coefficient__B7o5PyKL__platform-desktop-ui>span {
    display: block;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    z-index: 2;
    width: 100%
}

.full-event-markets-module_favoritesBlockContainer__lHXSjIOW__platform-desktop-ui {
    margin-right: 8px
}

.full-event-markets-header-module_container__NN-QTCgM__platform-desktop-ui {
    display: flex;
    justify-content: space-between
}

.full-event-markets-header-module_header__HmQOqFEU__platform-desktop-ui {
    align-items: center;
    display: flex;
    height: 44px;
    justify-content: space-between;
    padding: 0 15px;
    font-size: 14px;
    color: var(--mslTextDark)
}

.full-event-markets-header-module_header__HmQOqFEU__platform-desktop-ui.full-event-markets-header-module_fillBg__mT-ksWp1__platform-desktop-ui {
    background: var(--mslTabBg);
    border-radius: var(--mslBorderRadius)
}

.full-event-markets-header-module_circle__N27cZ3I-__platform-desktop-ui {
    border: 1px solid var(--iconTopBottom);
    border-radius: 50%;
    cursor: default;
    display: block;
    height: 20px;
    margin-right: 7px;
    position: relative;
    transition: border-color .15s ease;
    width: 20px
}

.full-event-markets-header-module_circle__N27cZ3I-__platform-desktop-ui:before,.full-event-markets-header-module_circle__N27cZ3I-__platform-desktop-ui:after {
    border: 1px solid var(--iconTopBottom);
    border-radius: 50%;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: border-color .15s ease
}

.full-event-markets-header-module_circle__N27cZ3I-__platform-desktop-ui:before {
    height: calc(100% - 6px);
    width: calc(100% - 6px)
}

.full-event-markets-header-module_circle__N27cZ3I-__platform-desktop-ui:after {
    height: calc(100% - 12px);
    width: calc(100% - 12px)
}

.full-event-markets-header-module_amount__WN9bPfxn__platform-desktop-ui {
    align-items: center;
    display: flex
}

.full-event-markets-header-module_action__gSxM0704__platform-desktop-ui .svg-icon {
    color: var(--accentMain);
    cursor: pointer;
    height: 15px;
    width: 20px;
    transform: scaleY(-1);
    transition: color .15s ease,transform .15s ease
}

.full-event-markets-header-module_action__gSxM0704__platform-desktop-ui .svg-icon.active {
    color: var(--iconTopBottom);
    transform: scaleY(1)
}

.full-event-markets-header-module_action__gSxM0704__platform-desktop-ui .svg-icon:hover {
    color: var(--accentMain)
}

.full-event-markets-header-module_analyticsTitle__db-cYdK0__platform-desktop-ui {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--analyticsTitleColor);
    padding-top: 8px
}

.events-table-canada-module_table__bCV7auup__platform-desktop-ui:not(:last-child) {
    margin-bottom: 16px
}

.events-table-canada-module_marketGroup__SjGJIXfr__platform-desktop-ui {
    flex-direction: column
}

.events-table-canada-module_outcome__iUD48RFA__platform-desktop-ui {
    width: 100%
}

.events-table-canada-module_outcome__iUD48RFA__platform-desktop-ui:not(:last-child) {
    margin-bottom: 4px
}

.events-table-canada-module_teamsLink__hGMLJrrD__platform-desktop-ui {
    height: 100%
}

.events-table-canada-module_teamsWrapper__FKXHbjXv__platform-desktop-ui {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.events-table-canada-module_eventInfo__gwbCcYlP__platform-desktop-ui {
    width: 45%
}

.events-table-canada-module_marketsList__Gf85mhey__platform-desktop-ui {
    width: 55%
}

.events-table-canada-module_eventData__jAYuv0fN__platform-desktop-ui {
    padding: 10px 10px 0 15px;
    width: 45%
}

.events-table-canada-module_time__gLV05I5Y__platform-desktop-ui {
    font-size: 14px;
    color: var(--mainColor);
    opacity: .5
}

.events-table-canada-module_outcomeAdditionalData__HK5GTpoF__platform-desktop-ui {
    font-size: 14px;
    opacity: .5;
    font-weight: 400;
    line-height: 26px
}

.events-table-canada-module_outcomeAdditionalValue__SRpm3dU-__platform-desktop-ui {
    margin-right: 4px
}

.event-teams-module_live__qXjeIony__platform-desktop-ui {
    height: 14px;
    background-color: var(--liveColor);
    border-radius: 5px;
    text-align: center;
    font-size: 7px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--buttonText);
    padding: 0 5px;
    display: flex;
    align-self: center;
    line-height: 14px
}

.event-teams-module_live__qXjeIony__platform-desktop-ui.event-teams-module_liveFree__S0lGMr0U__platform-desktop-ui {
    position: static;
    background: var(--buttonsGray);
    display: inline-flex;
    margin: 2px 0 0;
    align-self: flex-start
}

.event-teams-module_live__qXjeIony__platform-desktop-ui.event-teams-module_liveBig__4i7wa2Ce__platform-desktop-ui {
    padding: 0 10px;
    font-size: 12px;
    line-height: 23px;
    height: 22px;
    border-radius: 10px;
    margin: -1px 0 0 10px
}

.event-teams-module_live__qXjeIony__platform-desktop-ui.coupon-count {
    background-color: var(--betslipEventsCountBackground);
    color: var(--betslipEventsCountText, var(--white));
    border-radius: 50%;
    justify-content: center;
    width: 23px
}

.event-teams-module_wrapper__8Io1F988__platform-desktop-ui.event-teams-module_big__XY4a-Xn9__platform-desktop-ui {
    color: var(--white)
}

.event-teams-module_wrapper__8Io1F988__platform-desktop-ui.event-teams-module_big__XY4a-Xn9__platform-desktop-ui .event-teams-module_infoSection__HuxG-ajM__platform-desktop-ui,.event-teams-module_wrapper__8Io1F988__platform-desktop-ui.event-teams-module_big__XY4a-Xn9__platform-desktop-ui .event-teams-module_dataWrapper__YC1kQhMf__platform-desktop-ui {
    margin-bottom: 16px
}

.event-teams-module_wrapper__8Io1F988__platform-desktop-ui.event-teams-module_big__XY4a-Xn9__platform-desktop-ui .event-teams-module_row__Ti80agIg__platform-desktop-ui {
    font-size: 16px;
    font-weight: 700
}

.event-teams-module_wrapper__8Io1F988__platform-desktop-ui.event-teams-module_big__XY4a-Xn9__platform-desktop-ui .event-teams-module_row__Ti80agIg__platform-desktop-ui:first-child {
    margin-bottom: 8px
}

.event-teams-module_wrapper__8Io1F988__platform-desktop-ui.event-teams-module_big__XY4a-Xn9__platform-desktop-ui .event-teams-module_time__lkRjDGtT__platform-desktop-ui {
    opacity: .5;
    font-weight: 400;
    font-size: 14px
}

.event-teams-module_infoSection__HuxG-ajM__platform-desktop-ui {
    margin-bottom: 5px;
    width: 100%
}

.event-teams-module_sectionCol__XLdZkQWz__platform-desktop-ui {
    position: relative;
    width: 100%
}

.event-teams-module_fullWidth__0ZsP9Yiw__platform-desktop-ui {
    width: 100%
}

.event-teams-module_periodList__aMPqAILE__platform-desktop-ui {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: var(--eventTimeStatsText)
}

.event-teams-module_results__64Jr6qv2__platform-desktop-ui {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end
}

.event-teams-module_col__Vd2bDJSC__platform-desktop-ui {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.event-teams-module_col__Vd2bDJSC__platform-desktop-ui+.event-teams-module_col__Vd2bDJSC__platform-desktop-ui {
    padding-left: 15px
}

.event-teams-module_col__Vd2bDJSC__platform-desktop-ui .top-events__event-body-status {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin-right: 20px
}

.event-teams-module_overflowed__UFrCmYJN__platform-desktop-ui {
    overflow: hidden
}

.event-teams-module_row__Ti80agIg__platform-desktop-ui {
    display: flex;
    justify-content: space-between
}

.event-teams-module_scoreSection__jNPlST44__platform-desktop-ui {
    margin: 5px 0 0;
    position: relative
}

.event-teams-module_item__RDhIcKQA__platform-desktop-ui {
    position: relative
}

.event-teams-module_dataWrapper__YC1kQhMf__platform-desktop-ui {
    display: flex;
    align-items: center;
    margin-bottom: 2px
}

.event-teams-module_time__lkRjDGtT__platform-desktop-ui {
    font-size: 11px
}

.event-teams-module_teams__lT1oaCVK__platform-desktop-ui {
    position: relative;
    width: 100%
}

.event-teams-module_teams__lT1oaCVK__platform-desktop-ui.event-teams-module_big__XY4a-Xn9__platform-desktop-ui {
    max-width: 380px;
    background: var(--mslTeamsInfoBg);
    border-radius: 8px;
    padding: var(--mslEventTeamsBigPadding)
}

.event-teams-module_teams__lT1oaCVK__platform-desktop-ui.event-teams-module_flex__nizzwc0r__platform-desktop-ui {
    max-width: 100%;
    display: flex;
    justify-content: space-between
}

.event-teams-module_teamName__Ge61BM3n__platform-desktop-ui {
    position: relative;
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 2;
    padding-right: 16px;
    align-items: center;
    max-width: 100%
}

@media screen and (max-width: 1800px) {
    .event-teams-module_teamName__Ge61BM3n__platform-desktop-ui {
        font-size:12px
    }
}

.event-teams-module_teamLogo__nzuAO1gJ__platform-desktop-ui {
    padding: .15em;
    width: 1.4em;
    height: 1.4em;
    background: var(--teamsLogoBG);
    border: 1px solid var(--teamsLogoBorderSecondary);
    border-radius: 50%;
    margin-right: .4em
}

.event-teams-module_teamTshirt__XW1-axXw__platform-desktop-ui {
    width: 1.1em;
    height: 1.1em;
    margin-right: .4em
}

.event-teams-module_teamNameCA__n36WBI-F__platform-desktop-ui {
    font-size: 16px;
    font-weight: 700
}

.event-teams-module_additionalInfoRow__8cbrDW4-__platform-desktop-ui {
    justify-content: flex-start;
    margin-top: 4px
}

.event-teams-module_aggregateScoreDecoration__W4fZxPQ9__platform-desktop-ui {
    background-color: var(--aggregateScoreBG);
    border-radius: 4px;
    padding: 0 3px;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    height: 16px;
    display: inline
}

.event-teams-module_favoritesBlockContainer__oV187ZgR__platform-desktop-ui>div {
    padding: 0 8px 0 0
}

.event-teams-module_betBuilderIcon__PL3K-Pv5__platform-desktop-ui {
    display: flex;
    padding: 0 4px;
    border-radius: 4px;
    background: var(--betBuilderIconBg)
}

.event-teams-module_betBuilderIcon__PL3K-Pv5__platform-desktop-ui .event-teams-module_betBuilderText__97TQpDKA__platform-desktop-ui {
    color: var(--betBuilderIconText);
    font-size: 10px;
    font-weight: 400;
    line-height: 16px
}

.event-teams-module_aggregateScoreDecoration__W4fZxPQ9__platform-desktop-ui+.event-teams-module_betBuilderIcon__PL3K-Pv5__platform-desktop-ui {
    margin-left: 4px
}

.event-teams-module_favoriteButton__5DV2dWYT__platform-desktop-ui {
    color: var(--white)!important
}

.events-section-module_holder__NT-rgy9w__platform-desktop-ui {
    position: relative
}

.events-section-module_holder__NT-rgy9w__platform-desktop-ui+.events-section-module_holder__NT-rgy9w__platform-desktop-ui {
    margin-top: 16px
}

.events-section-module_not-found_ico__TIZfzQOV__platform-desktop-ui {
    color: var(--searchV2NotFoundIcoColor, #fff)
}

.full-event-page-module_eventSeoTitle__bK2nr0f8__platform-desktop-ui {
    align-items: center;
    border-left: 1px solid var(--borderProfileTable);
    color: var(--mainColor);
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 100%;
    margin: 0 auto 0 15px;
    overflow: hidden;
    padding: 0 15px;
    text-transform: uppercase;
    white-space: nowrap
}

.full-event-page-module_eventSeoTitle__bK2nr0f8__platform-desktop-ui span {
    text-transform: lowercase
}

.full-event-page-module_marketsWrapper__qzsqiaDq__platform-desktop-ui {
    margin-top: 16px
}

.full-event-page-module_efContent__oAKvOT-D__platform-desktop-ui {
    display: block;
    position: relative
}

.full-event-page-module_eventFinished__KG5S9FV8__platform-desktop-ui {
    align-items: center;
    background: var(--eventFinishedBg, #ffffff);
    border-radius: 0 0 3px 3px;
    box-shadow: 0 0 5px #0000004d;
    display: flex;
    flex-direction: column;
    height: 280px;
    justify-content: center;
    margin: 0;
    position: relative
}

.full-event-page-module_eventFinished__KG5S9FV8__platform-desktop-ui.full-event-page-module_margin__ZiS3e7rR__platform-desktop-ui {
    margin-top: 15px
}

.full-event-page-module_eventFinished__KG5S9FV8__platform-desktop-ui img {
    display: block;
    width: 91px
}

.full-event-page-module_eventFinishedButton__o8HmAtjf__platform-desktop-ui {
    color: var(--mainColor);
    font-size: 14px;
    font-weight: 500;
    margin-top: 55px;
    text-transform: uppercase
}

.full-event-page-module_eventFinishedButton__o8HmAtjf__platform-desktop-ui a {
    color: var(--buttonMain);
    text-decoration: underline;
    transition: color .15s ease
}

.full-event-page-module_eventFinishedButton__o8HmAtjf__platform-desktop-ui a:hover {
    color: inherit
}

.full-event-page-markets-module_container__32afLFfF__platform-desktop-ui {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px
}

.full-event-page-markets-module_markets__5O66e88S__platform-desktop-ui {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    background: var(--mslTabBg);
    border-radius: var(--mslBorderRadius);
    width: calc(100% - 44px)
}

.full-event-page-markets-module_marketsPrimary__1f9gck3s__platform-desktop-ui {
    display: flex
}

.full-event-page-markets-module_marketsItem__5rV-sns4__platform-desktop-ui {
    color: var(--mslTextDark);
    font-size: 14px;
    font-weight: 700;
    transition: color .15s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap
}

.full-event-page-markets-module_marketsItem__5rV-sns4__platform-desktop-ui+.full-event-page-markets-module_marketsItem__5rV-sns4__platform-desktop-ui {
    margin-left: 16px
}

.full-event-page-markets-module_marketsItem__5rV-sns4__platform-desktop-ui.full-event-page-markets-module_active__9EP77KJ2__platform-desktop-ui {
    color: var(--accentMain)
}

.full-event-page-markets-module_marketsItem__5rV-sns4__platform-desktop-ui:hover:not(.full-event-page-markets-module_active__9EP77KJ2__platform-desktop-ui) {
    color: var(--accentMain);
    cursor: pointer
}

.full-event-page-markets-module_marketsHold__pZEiyRqd__platform-desktop-ui {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%
}

.full-event-page-markets-module_marketsHold__pZEiyRqd__platform-desktop-ui span:first-letter {
    text-transform: uppercase
}

.full-event-page-markets-module_marketsHold__pZEiyRqd__platform-desktop-ui:before {
    content: attr(data-text);
    display: block;
    font-weight: 700;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.full-event-page-broadcast-module_broadcast__HRXt3uF0__platform-desktop-ui {
    flex: 0 0 260px;
    margin-left: 8px
}

.full-event-page-broadcast-module_broadcast__HRXt3uF0__platform-desktop-ui .broadcast-widget video {
    border-radius: var(--mslBorderRadius)
}

.full-event-page-broadcast-module_broadcast__HRXt3uF0__platform-desktop-ui .broadcast-widget__controls {
    border-radius: 0 0 var(--mslBorderRadius) var(--mslBorderRadius)
}

.full-event-page-header-module_header__16cY1pU7__platform-desktop-ui {
    display: flex;
    align-items: stretch
}

.full-event-page-header-module_info__W8ABtPNF__platform-desktop-ui {
    flex: 1 1 auto;
    padding: 20px;
    border-radius: var(--mslBorderRadius);
    position: relative;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: var(--mslEventHeaderBackgroundImage)
}

.full-event-page-header-module_info__W8ABtPNF__platform-desktop-ui:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background: var(--mslEventHeaderBackground);
    z-index: -1;
    border-radius: var(--mslBorderRadius)
}

.full-event-page-header-module_event__DT-H4p1U__platform-desktop-ui {
    max-width: 380px
}

.full-event-page-header-module_event__DT-H4p1U__platform-desktop-ui.full-event-page-header-module_bigForTimer__dPU1OW5k__platform-desktop-ui {
    max-width: 500px
}

.full-event-page-header-module_title__uX18Gc6X__platform-desktop-ui {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: var(--white)
}

.full-event-page-header-module_title__uX18Gc6X__platform-desktop-ui svg {
    font-size: 24px;
    margin-right: 12px
}

.full-event-page-header-module_title__uX18Gc6X__platform-desktop-ui img {
    display: block;
    margin: 0 12px 0 0;
    width: 20px
}

.full-event-page-header-module_teamsWrapper__YYO1SAcw__platform-desktop-ui {
    margin-top: 20px
}

.league-outrights-module_outrightsSectionWrapper__RQRpMdq5__platform-desktop-ui {
    margin-top: 16px
}

.sport-wrapper-lague-title-module_holder__3Xn-PVss__platform-desktop-ui {
    margin: -5px 0 15px -5px;
    display: flex;
    flex-wrap: wrap
}

.sport-wrapper-lague-title-module_wrapper__Je63Esfb__platform-desktop-ui {
    height: 40px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border: var(--mslSportLeagueWrapperBorder);
    border-radius: var(--mslSportLeagueWrapperBorderRadius);
    background: var(--mslSportLeagueWrapperBg);
    overflow: hidden;
    margin: 5px;
    cursor: pointer
}

.sport-wrapper-lague-title-module_button__lOqwGc-Z__platform-desktop-ui {
    min-width: 80px;
    cursor: pointer
}

.sport-wrapper-lague-title-module_button__lOqwGc-Z__platform-desktop-ui .sport-wrapper-lague-title-module_title__aYB3fWiJ__platform-desktop-ui {
    font-weight: 700
}

.sport-wrapper-lague-title-module_remove__7EWdlKCh__platform-desktop-ui {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    background-color: var(--leagueTitleCloseBackground);
    margin-left: 10px;
    overflow: hidden;
    padding: 0
}

.sport-wrapper-lague-title-module_remove__7EWdlKCh__platform-desktop-ui svg {
    font-size: 8px;
    color: var(--mslSportLeagueWrapperCloseColor)
}

.sport-wrapper-lague-title-module_title__aYB3fWiJ__platform-desktop-ui {
    font-weight: 400;
    font-size: 14px;
    color: var(--mslTextDark)
}

.leagues-list-module_item__D-2qoTGi__platform-desktop-ui {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
    min-height: 40px;
    background: var(--mslTabBg);
    border-radius: var(--mslBorderRadius)
}

.leagues-list-module_item__D-2qoTGi__platform-desktop-ui+.leagues-list-module_item__D-2qoTGi__platform-desktop-ui {
    margin-top: 8px
}

.leagues-list-module_name__JFwEQaoN__platform-desktop-ui {
    display: flex;
    align-items: center;
    color: currentColor;
    text-decoration: none;
    transition: color .15s ease
}

.leagues-list-module_name__JFwEQaoN__platform-desktop-ui img {
    display: block;
    width: 20px;
    height: auto
}

.leagues-list-module_name__JFwEQaoN__platform-desktop-ui:hover {
    color: var(--accentMain)
}

.leagues-list-module_amount__zGKtZb1J__platform-desktop-ui {
    font-weight: 700
}

.main-page-module_banner__Ud3McI-k__platform-desktop-ui {
    margin-bottom: 15px;
    min-height: 308px
}

.main-page-module_promotionsSections__Bo-syciN__platform-desktop-ui {
    margin: 15px 0
}

.main-page-module_incomingBetsWrapper__RHsXkkVs__platform-desktop-ui {
    margin-top: 16px;
    margin-bottom: 16px
}

.main-page-module_lastWinnerWrapper__3lys91lO__platform-desktop-ui {
    display: table;
    width: 100%;
    background: var(--lastWinnersBackgroundDesktop)
}

body.asia-view .main-page-module_banner__Ud3McI-k__platform-desktop-ui {
    margin-bottom: 0
}

.main-page-module_sectionWrapper__ZAqMrUCq__platform-desktop-ui {
    margin-bottom: 48px;
    padding-inline:90px}

.main-page-module_liveCasinoSectionWrapper__fdDwICP-__platform-desktop-ui {
    padding-inline:90px}

.main-page-module_promoSectionWrapper__xXwRd0t7__platform-desktop-ui {
    margin-bottom: 48px;
    padding-inline:90px}

.main-page-module_blockWrapper__0WH2Di2L__platform-desktop-ui {
    margin-top: 48px
}

.main-page-module_sportsBannersStyles__rietWNQj__platform-desktop-ui {
    container-type: inline-size
}

.main-page-module_sportsBannersStyles__rietWNQj__platform-desktop-ui button {
    margin-top: calc(7% + 4px)
}

@container (min-width: 700px) {
    .main-page-module_sportsBannersStyles__rietWNQj__platform-desktop-ui button {
        margin-top: calc(21% + 4px);
        margin-left: 20px
    }
}

@container (600px < width < 700px) {
    .main-page-module_sportsBannersStyles__rietWNQj__platform-desktop-ui button {
        margin-left: 8px;
        margin-top: calc(12% + 4px)
    }
}

@container (max-width: 600px) {
    .main-page-module_sportsBannersStyles__rietWNQj__platform-desktop-ui button {
        margin-left: calc(-2% + 8px)
    }
}

@container (max-width: 500px) {
    .main-page-module_sportsBannersStyles__rietWNQj__platform-desktop-ui button {
        margin-left: calc(-3% - 2px)
    }
}

@container (max-width: 400px) {
    .main-page-module_sportsBannersStyles__rietWNQj__platform-desktop-ui button {
        margin-left: calc(-8% - 2px)
    }
}

.main-page-module_mobileBannersStyles__LioOaAVT__platform-desktop-ui {
    max-height: 470px
}

@media screen and (max-width: 1332px) {
    .main-page-module_mobileBannersStyles__LioOaAVT__platform-desktop-ui {
        max-height:370px
    }

    .main-page-module_mobileBannersStyles__LioOaAVT__platform-desktop-ui .mobile-add-banner__title {
        font-size: 26px
    }
}

.main-page-module_mainPageSportBlockBig__qpW3nGgq__platform-desktop-ui {
    max-height: 420px
}

.main-page-casino-games-module_gameSection__fJE-J3RE__platform-desktop-ui {
    width: 100%
}

.main-page-casino-games-module_gameSection__fJE-J3RE__platform-desktop-ui .app-loader {
    position: relative
}

.main-page-casino-games-module_gameSection__fJE-J3RE__platform-desktop-ui .react-horizontal-scrolling-menu--item:first-child .main-page-casino-games-module_itemWrapper__m-r3x1Kf__platform-desktop-ui {
    margin-left: 0
}

.main-page-casino-games-module_gameSection__fJE-J3RE__platform-desktop-ui .react-horizontal-scrolling-menu--item:last-child .main-page-casino-games-module_itemWrapper__m-r3x1Kf__platform-desktop-ui {
    margin-right: 0
}

.main-page-casino-games-module_gameSection__fJE-J3RE__platform-desktop-ui .casino-game-item {
    height: var(--mslCasinoGamesItemHeight);
    border-radius: var(--mslCasinoGamesItemBorderRadius)
}

.main-page-casino-games-module_gameSection__fJE-J3RE__platform-desktop-ui .casino-game-item img {
    height: 100%
}

.main-page-casino-games-module_itemWrapper__m-r3x1Kf__platform-desktop-ui {
    width: var(--mslCasinoGamesItemWidth);
    margin: 0 6px
}

.participation-steps-module_container__dgSoW3Zt__platform-desktop-ui {
    background-color: #0d1d34
}

.participation-steps-module_wrapper__Iotr0wnu__platform-desktop-ui {
    width: var(--containerAsiaWidthDesktop);
    max-width: var(--containerAsiaWidthDesktop);
    margin: auto;
    padding: 15px 0
}

.modern-search-desktop-module_searchGif__RX2of2kw__platform-desktop-ui {
    height: auto;
    background: none;
    text-align: center;
    width: 220px;
    margin: 0 auto
}

.modern-search-desktop-module_searchGif__RX2of2kw__platform-desktop-ui img {
    width: 100%;
    position: relative;
    left: 8px
}

.modern-search-desktop-module_noResults__xFodMeGq__platform-desktop-ui {
    color: var(--allSportsTitleHover);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px
}

.modern-search-desktop-module_wrapper__4WV9Nb6G__platform-desktop-ui {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.modern-search-desktop-module_shortName__yhR5Ax8C__platform-desktop-ui {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    text-align: center
}

.modern-search-desktop-module_shortBlock__zkmZGJ1T__platform-desktop-ui {
    position: absolute;
    top: 50%;
    left: 60%
}

.modern-search-desktop-module_shortBlock__zkmZGJ1T__platform-desktop-ui.modern-search-desktop-module_animated__Bac38z8m__platform-desktop-ui {
    animation-name: modern-search-desktop-module_bounce__13gyYETZ__platform-desktop-ui;
    animation-timing-function: linear;
    animation-duration: 3s;
    animation-iteration-count: infinite
}

.modern-search-desktop-module_shortBlock__zkmZGJ1T__platform-desktop-ui.modern-search-desktop-module_limitedHeight__jQmBr6iw__platform-desktop-ui {
    position: relative;
    left: 0;
    font-size: 100px
}

.modern-search-desktop-module_shortBlock__zkmZGJ1T__platform-desktop-ui.modern-search-desktop-module_limitedWidth__x60Om9q1__platform-desktop-ui {
    width: 130px
}

@keyframes modern-search-desktop-module_bounce__13gyYETZ__platform-desktop-ui {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(0)
    }
}

.results-history-module_frameWrapper__25-YdXpE__platform-desktop-ui {
    box-shadow: 0 0 5px #0003;
    height: calc(100vh - 120px);
    overflow: hidden
}

.results-history-module_frameWrapper__25-YdXpE__platform-desktop-ui iframe {
    display: block;
    height: 100%;
    width: calc(100% + 13px)
}

.modern-layout-module_layout__aQhwjEGR__platform-desktop-ui {
    margin: 0 var(--mslCenterColMarginRight) 0 var(--mslCenterColMarginLeft);
    padding-top: 84px
}

.modern-layout-module_layout__aQhwjEGR__platform-desktop-ui .modern-layout-module_sportNew__ZSDOz-XD__platform-desktop-ui {
    padding-top: 2px
}

.modern-layout-module_bigLayout__e5cUl3E4__platform-desktop-ui {
    margin: 0 var(--mslCenterColMarginRight) 0 15px
}

.modern-layout-module_sport__-KMFJkzK__platform-desktop-ui {
    width: 4vw;
    min-width: 75px;
    left: 3px
}

.modern-layout-module_filtersWrap__Q6MxUxZT__platform-desktop-ui {
    box-shadow: 0 0 4px #00000040;
    border-radius: var(--mslBorderRadius);
    background-color: var(--mslAsideFiltersBg)
}

.modern-layout-module_filters__pXqVzFOV__platform-desktop-ui {
    width: calc(11vw + 10px);
    left: calc(4vw + 4px);
    min-width: 225px
}

.modern-layout-module_right__NmdpVGrB__platform-desktop-ui {
    width: 18vw;
    min-width: 330px;
    right: 5px
}

.modern-layout-module_scroll__oKMP1BF3__platform-desktop-ui {
    position: fixed;
    z-index: 11;
    top: calc(var(--mslHeaderHeight) + 15px);
    overflow-y: scroll;
    padding: 0 5px 15px;
    scrollbar-color: var(--mslScrollbarBg) transparent;
    scrollbar-width: thin;
    bottom: 0
}

.modern-layout-module_scroll__oKMP1BF3__platform-desktop-ui::-webkit-scrollbar {
    width: var(--mslScrollbarWidth);
    background: var(--mslScrollbarBg)
}

.modern-layout-module_scroll__oKMP1BF3__platform-desktop-ui::-webkit-scrollbar-track {
    border-radius: var(--mslScrollbarBorderRadius)
}

.modern-layout-module_scroll__oKMP1BF3__platform-desktop-ui::-webkit-scrollbar-thumb {
    background-color: var(--mslScrollbarThumbColor);
    border: var(--mslScrollbarBorder);
    -webkit-transition: background-color .15s ease;
    transition: background-color .15s ease;
    border-radius: var(--mslScrollbarBorderRadius)
}

.modern-layout-module_scroll__oKMP1BF3__platform-desktop-ui:hover {
    scrollbar-color: var(--mslScrollbarThumbColor) transparent
}

.modern-layout-module_scroll__oKMP1BF3__platform-desktop-ui:hover::-webkit-scrollbar-thumb {
    background-color: var(--mslScrollbarThumbColorHover)
}

.svg-sport-icon {
    display: block;
    flex: 0 0 1em;
    height: 1em;
    width: 1em;
    fill: currentColor
}

.modern-layout-module_asideOpener__imZ5uJRw__platform-desktop-ui {
    display: none
}

body.asia-view .modern-layout-module_layout__aQhwjEGR__platform-desktop-ui {
    padding-top: 69px;
    margin: 0
}

body.menu-cms-header-view:not(.asia-view) .modern-layout-module_layout__aQhwjEGR__platform-desktop-ui {
    padding-top: calc(var(--menuCmsHeaderBodyTopPadding) + 15px)
}

body.menu-cms-header-view .modern-layout-module_layout__aQhwjEGR__platform-desktop-ui {
    padding-top: var(--menuCmsHeaderBodyTopPadding)
}

@media screen and (max-width: 2000px) {
    .modern-layout-module_layout__aQhwjEGR__platform-desktop-ui {
        margin-left:var(--mslCenterColMarginLeftMedia)
    }

    .modern-layout-module_bigLayout__e5cUl3E4__platform-desktop-ui {
        margin-left: 15px
    }
}

@media screen and (max-width: 1800px) {
    .modern-layout-module_layout__aQhwjEGR__platform-desktop-ui {
        margin-right:var(--mslCenterColMarginRightPoint1)
    }

    .modern-layout-module_bigLayout__e5cUl3E4__platform-desktop-ui {
        margin-left: 15px
    }

    .modern-layout-module_sport__-KMFJkzK__platform-desktop-ui {
        min-width: 65px
    }

    .modern-layout-module_filters__pXqVzFOV__platform-desktop-ui {
        width: calc(12vw - 15px)
    }
}

@media screen and (max-width: 1400px) {
    .modern-layout-module_layout__aQhwjEGR__platform-desktop-ui {
        margin-right:var(--mslCenterColMarginRightPoint2);
        margin-left: var(--mslCenterColMarginLeftPoint1);
        max-width: 100%
    }

    .modern-layout-module_bigLayout__e5cUl3E4__platform-desktop-ui {
        margin-left: 15px
    }

    .modern-layout-module_asideOpener__imZ5uJRw__platform-desktop-ui {
        display: block;
        position: fixed;
        top: var(--mslHeaderHeight);
        right: -10px;
        bottom: 0;
        width: 350px;
        z-index: 11;
        background: rgba(var(--mslEventSecondaryBgRGB),.5);
        transform: translate(calc(100% - 20px));
        transition: transform .2s ease
    }

    .modern-layout-module_asideOpener__imZ5uJRw__platform-desktop-ui+.modern-layout-module_scroll__oKMP1BF3__platform-desktop-ui {
        scrollbar-color: rgba(226,232,238,.3) transparent
    }

    .modern-layout-module_asideOpener__imZ5uJRw__platform-desktop-ui+.modern-layout-module_scroll__oKMP1BF3__platform-desktop-ui::-webkit-scrollbar-thumb {
        background-color: #e2e8ee4d;
        border: 2px solid rgba(226,232,238,.3)
    }

    .modern-layout-module_asideOpener__imZ5uJRw__platform-desktop-ui+.modern-layout-module_scroll__oKMP1BF3__platform-desktop-ui:hover {
        scrollbar-color: #E2E8EE transparent
    }

    .modern-layout-module_asideOpener__imZ5uJRw__platform-desktop-ui+.modern-layout-module_scroll__oKMP1BF3__platform-desktop-ui:hover::-webkit-scrollbar-thumb {
        border: 2px solid #E2E8EE;
        background-color: #e2e8ee
    }

    .modern-layout-module_asideOpener__imZ5uJRw__platform-desktop-ui+.modern-layout-module_right__NmdpVGrB__platform-desktop-ui {
        transform: translate(105%);
        transition: transform .2s ease
    }

    .modern-layout-module_asideOpener__imZ5uJRw__platform-desktop-ui.modern-layout-module_open__vn281atx__platform-desktop-ui {
        transform: translate(0)
    }

    .modern-layout-module_asideOpener__imZ5uJRw__platform-desktop-ui.modern-layout-module_open__vn281atx__platform-desktop-ui+.modern-layout-module_right__NmdpVGrB__platform-desktop-ui {
        transform: translate(0)
    }

    .modern-layout-module_asideOpener__imZ5uJRw__platform-desktop-ui.modern-layout-module_open__vn281atx__platform-desktop-ui .modern-layout-module_asideOpenerButton__nfGhC-OF__platform-desktop-ui svg {
        transform: rotate(0)
    }

    .modern-layout-module_asideOpenerButton__nfGhC-OF__platform-desktop-ui {
        position: absolute;
        left: -32px;
        top: 20px;
        height: 32px;
        width: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        border-radius: var(--mslSmallBorderRadius) 0 0 var(--mslSmallBorderRadius);
        background: var(--accentSecondary);
        color: var(--white);
        cursor: pointer
    }

    .modern-layout-module_asideOpenerButton__nfGhC-OF__platform-desktop-ui svg {
        transform: rotate(180deg);
        transition: transform .15s ease
    }

    .modern-layout-module_filters__pXqVzFOV__platform-desktop-ui {
        left: 65px
    }

    body.menu-cms-header-view .modern-layout-module_asideOpener__imZ5uJRw__platform-desktop-ui {
        top: var(--menuCmsHeaderBodyTopPadding)
    }
}

@media screen and (max-width: 1300px) {
    .modern-layout-module_layout__aQhwjEGR__platform-desktop-ui {
        margin-left:var(--mslCenterColMarginLeftPoint1)
    }

    .modern-layout-module_bigLayout__e5cUl3E4__platform-desktop-ui {
        margin-left: 15px
    }
}

.modern-layout-module_asideQuickBetOpenerButton__j9CTdXhr__platform-desktop-ui {
    position: absolute;
    display: flex;
    align-items: top;
    justify-content: center;
    border-radius: var(--mslSmallBorderRadius) 0 0 var(--mslSmallBorderRadius);
    left: -25px;
    top: 20px;
    background: linear-gradient(to left,#f2c94c,#ec882b);
    height: 136px;
    width: 25px;
    cursor: pointer
}

.modern-layout-module_quickBetEnabledText__97L8497K__platform-desktop-ui {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    rotate: 270deg;
    text-transform: uppercase;
    gap: 4px
}

.modern-layout-module_quickBetEnabledText__97L8497K__platform-desktop-ui>svg {
    rotate: 270deg
}

.modern-layout-module_quickBetAsideOpen__E2B-ywzD__platform-desktop-ui>svg {
    rotate: 90deg
}

body.menu-cms-header-view .modern-layout-module_scroll__oKMP1BF3__platform-desktop-ui {
    top: calc(var(--menuCmsHeaderBodyTopPadding) + 15px)
}

.main-left-aside-module_scroll__74aeaac4__platform-desktop-ui {
    position: fixed;
    z-index: 11;
    top: calc(var(--mslHeaderHeight) + 15px);
    overflow-y: scroll;
    padding: 0 5px 15px;
    scrollbar-color: var(--mslScrollbarBg) transparent;
    scrollbar-width: thin;
    bottom: 0
}

.main-left-aside-module_scroll__74aeaac4__platform-desktop-ui::-webkit-scrollbar {
    width: var(--mslScrollbarWidth);
    background: var(--mslScrollbarBg)
}

.main-left-aside-module_scroll__74aeaac4__platform-desktop-ui::-webkit-scrollbar-track {
    border-radius: var(--mslScrollbarBorderRadius)
}

.main-left-aside-module_scroll__74aeaac4__platform-desktop-ui::-webkit-scrollbar-thumb {
    background-color: var(--mslScrollbarThumbColor);
    border: var(--mslScrollbarBorder);
    -webkit-transition: background-color .15s ease;
    transition: background-color .15s ease;
    border-radius: var(--mslScrollbarBorderRadius)
}

.main-left-aside-module_scroll__74aeaac4__platform-desktop-ui:hover {
    scrollbar-color: var(--mslScrollbarThumbColor) transparent
}

.main-left-aside-module_scroll__74aeaac4__platform-desktop-ui:hover::-webkit-scrollbar-thumb {
    background-color: var(--mslScrollbarThumbColorHover)
}

.main-left-aside-module_burgerMenu__Is74v4nT__platform-desktop-ui {
    position: fixed;
    top: calc(var(--mslHeaderHeight) + 15px);
    left: 0;
    width: calc(14vw + 10px);
    min-width: 275px;
    margin-left: 14px;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 15px;
    padding-bottom: 0
}

.main-left-aside-module_wofButton__uZmMhEfO__platform-desktop-ui {
    display: grid;
    margin-bottom: 8px
}

.aside-menu-holder .aside-burger-menu {
    top: 14px
}

body.menu-cms-header-view .main-left-aside-module_scroll__74aeaac4__platform-desktop-ui,body.menu-cms-header-view .main-left-aside-module_burgerMenu__Is74v4nT__platform-desktop-ui {
    top: calc(var(--menuCmsHeaderBodyTopPadding) + 15px)
}

body.menu-cms-header-view .main-left-aside-module_burgerMenuAsia__iGZL5gd5__platform-desktop-ui {
    top: 20px
}

.favorite-events-module_notFoundWrapper__tLFnbYXv__platform-desktop-ui {
    margin-bottom: 32px
}

.aside-sport-search-module_inputWrap__ZVvOfgZH__platform-desktop-ui {
    position: relative;
    margin-bottom: 8px
}

.aside-sport-search-module_inputWrap__ZVvOfgZH__platform-desktop-ui .aside-sport-search-module_input__wZ4B6Fnv__platform-desktop-ui {
    height: 40px;
    border-radius: var(--asideNewBorderRadius);
    padding-left: 12px;
    line-height: 20px;
    border: 1px solid var(--asideNewSearchBorder, transparent);
    background-color: var(--asideNewSearchInputBg);
    color: var(--asideNewSearchInputText)
}

.aside-sport-search-module_inputWrap__ZVvOfgZH__platform-desktop-ui .aside-sport-search-module_input__wZ4B6Fnv__platform-desktop-ui::-moz-placeholder {
    color: var(--asideNewSearchPlaceholder)
}

.aside-sport-search-module_inputWrap__ZVvOfgZH__platform-desktop-ui .aside-sport-search-module_input__wZ4B6Fnv__platform-desktop-ui::placeholder {
    color: var(--asideNewSearchPlaceholder)
}

.aside-sport-search-module_inputWrap__ZVvOfgZH__platform-desktop-ui .aside-sport-search-module_icon__eUOslnJI__platform-desktop-ui svg {
    color: var(--asideNewSearchIcon)
}

.aside-sport-search-module_inputWrap__ZVvOfgZH__platform-desktop-ui .aside-sport-search-module_openSearchInput__mz1GFHnx__platform-desktop-ui {
    width: 100%;
    outline: none
}

.main-page-sport-filter-item-module_item__HUtPzYcL__platform-desktop-ui {
    padding: 7px 12px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--mslSportFiltersItemBg);
    border-radius: 8px;
    border: var(--mslSportFiltersItemBorder);
    margin-right: 8px;
    cursor: pointer
}

.main-page-sport-filter-item-module_item__HUtPzYcL__platform-desktop-ui .main-page-sport-filter-item-module_iconTop__KRYthxX3__platform-desktop-ui,.main-page-sport-filter-item-module_item__HUtPzYcL__platform-desktop-ui .main-page-sport-filter-item-module_iconSport__g5lswzRe__platform-desktop-ui {
    filter: var(--mslSportFilterItemFilter)
}

.main-page-sport-filter-item-module_itemActive__I8IgOBo6__platform-desktop-ui {
    background: var(--mslSportFiltersItemBgActive);
    border: var(--mslSportFiltersItemBorderActive);
    filter: none
}

.main-page-sport-filter-item-module_itemActive__I8IgOBo6__platform-desktop-ui .main-page-sport-filter-item-module_text__6gdTLCVo__platform-desktop-ui {
    color: var(--mslSportFiltersItemActive)
}

.main-page-sport-filter-item-module_text__6gdTLCVo__platform-desktop-ui {
    color: var(--mslSportFiltersItem);
    font-weight: var(--mslSportFiltersItemFontWeight);
    padding-left: 8px;
    white-space: nowrap
}

.main-page-sport-filter-item-module_iconTop__KRYthxX3__platform-desktop-ui {
    font-size: var(--mslSportFiltersItemIconSize);
    color: var(--mslSportFiltersItemTopIcon)
}

.main-page-sport-filter-item-module_iconTopActive__gjOxvFJk__platform-desktop-ui {
    color: var(--mslSportFiltersItemActive)
}

.main-page-sport-filter-item-module_iconSport__g5lswzRe__platform-desktop-ui img {
    width: var(--mslSportFiltersItemIconSize);
    max-height: var(--mslSportFiltersItemIconMaxHeight, "auto")
}

.main-page-sport-filter-module_filterWrap__iDyKR-kh__platform-desktop-ui {
    max-width: 100%
}

.main-page-sport-filter-module_filterWrap__iDyKR-kh__platform-desktop-ui .horizontal-menu__arrow-wrapper {
    background: none
}

.main-page-sport-filter-module_filterWrap__iDyKR-kh__platform-desktop-ui .horizontal-menu__arrow-wrapper--left {
    left: -25px
}

.main-page-sport-filter-module_filterWrap__iDyKR-kh__platform-desktop-ui .horizontal-menu__arrow-wrapper--right {
    right: -25px
}

.aside-casino-module_casino__fbQCtRrw__platform-desktop-ui {
    position: relative;
    background-color: var(--eventHeadingBackground);
    border-radius: var(--baseBorderRadius);
    overflow: hidden
}

.aside-casino-module_gameSection__yAHYYj6q__platform-desktop-ui {
    display: flex;
    flex: 0 0 100%;
    flex-wrap: wrap;
    width: 100%
}

.aside-casino-module_gameSection__yAHYYj6q__platform-desktop-ui .casino-game-item {
    width: calc(50% - 7px);
    margin-top: 15px
}

.aside-casino-module_gameSection__yAHYYj6q__platform-desktop-ui .casino-game-item:nth-of-type(1),.aside-casino-module_gameSection__yAHYYj6q__platform-desktop-ui .casino-game-item:nth-of-type(2) {
    margin-top: 0
}

.aside-casino-module_gameSection__yAHYYj6q__platform-desktop-ui .casino-game-item:nth-child(2n) {
    margin-left: 14px
}

.aside-casino-module_gameSection__yAHYYj6q__platform-desktop-ui .app-loader {
    position: relative
}

.aside-casino-module_sections__e2UGxTQI__platform-desktop-ui {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px
}

.aside-casino-module_header__-OicVWlq__platform-desktop-ui {
    height: 41px;
    padding: 0 var(--rowSectionPadding);
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    justify-content: space-between;
    background-color: var(--eventModalBackground);
    transition: filter .25s ease
}

.aside-casino-module_titleSection__aaCytjwr__platform-desktop-ui {
    display: flex
}

.aside-casino-module_headerTitle__VtJisdv7__platform-desktop-ui {
    padding: 0
}

.aside-casino-module_headerTitle__VtJisdv7__platform-desktop-ui:nth-child(n+2) {
    margin-left: 20px
}

.aside-top-events-module_live__ahvR-pjJ__platform-desktop-ui {
    height: 14px;
    background-color: var(--liveColor);
    border-radius: 5px;
    text-align: center;
    font-size: 7px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--buttonText);
    padding: 0 5px;
    display: flex;
    align-self: center;
    line-height: 14px
}

.aside-top-events-module_live__ahvR-pjJ__platform-desktop-ui.aside-top-events-module_liveFree__nFOOKhpu__platform-desktop-ui {
    position: static;
    background: var(--buttonsGray);
    display: inline-flex;
    margin: 2px 0 0;
    align-self: flex-start
}

.aside-top-events-module_live__ahvR-pjJ__platform-desktop-ui.aside-top-events-module_liveBig__YpQaIKYl__platform-desktop-ui {
    padding: 0 10px;
    font-size: 12px;
    line-height: 23px;
    height: 22px;
    border-radius: 10px;
    margin: -1px 0 0 10px
}

.aside-top-events-module_live__ahvR-pjJ__platform-desktop-ui.coupon-count {
    background-color: var(--betslipEventsCountBackground);
    color: var(--betslipEventsCountText, var(--white));
    border-radius: 50%;
    justify-content: center;
    width: 23px
}

.aside-top-events-module_topLineEvents__4QVQalqS__platform-desktop-ui {
    position: relative;
    background-color: var(--eventHeadingBackground);
    border-radius: var(--baseBorderRadius)
}

.aside-top-events-module_header__R-dFYqwz__platform-desktop-ui {
    display: flex;
    height: 41px;
    padding: 0 15px;
    border-radius: var(--baseBorderRadius) var(--baseBorderRadius) 0 0;
    overflow: hidden;
    background: var(--eventModalBackground)
}

.aside-top-events-module_content__Cjm-bZJz__platform-desktop-ui {
    padding: 0 20px
}

.aside-top-events-module_title__iNfTVsdW__platform-desktop-ui {
    font-size: 15px;
    color: var(--couponNoDataColor);
    font-weight: 400;
    text-transform: uppercase;
    text-align: center
}

.aside-top-events-module_title__iNfTVsdW__platform-desktop-ui .holder {
    display: inline-flex;
    vertical-align: middle
}

.aside-top-events-module_titleText__f6a5ui3Y__platform-desktop-ui {
    vertical-align: middle
}

.aside-top-events-module_team__b3kfk-qE__platform-desktop-ui img {
    display: block;
    margin: 0 auto
}

.aside-top-events-module_teamName__KJwCcV0F__platform-desktop-ui {
    color: var(--mainColor);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding: 8px 0 10px;
    flex: 0 0 120px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(100% + 20px);
    word-break: break-all
}

.aside-top-events-module_coefficient__Xwc-Su-8__platform-desktop-ui {
    border: 1px solid var(--menuSectionBorder);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    margin: 0 auto;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    color: var(--eventNumber);
    transition: border-color .15s ease
}

.aside-top-events-module_coefficient__Xwc-Su-8__platform-desktop-ui:hover {
    border-color: var(--eventCoefficientBorder)
}

.aside-top-events-module_time__nrHw5FUR__platform-desktop-ui {
    color: var(--mainColor);
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    line-height: 20px;
    margin: 8px 0 0
}

.aside-top-events-module_sectionData__Uu-GU1fZ__platform-desktop-ui {
    margin: 18px 0 0
}

.aside-top-events-module_section__yYY66Nhs__platform-desktop-ui {
    padding: 15px 0 20px
}

.aside-top-events-module_section__yYY66Nhs__platform-desktop-ui+.aside-top-events-module_section__yYY66Nhs__platform-desktop-ui {
    border-top: 1px solid var(--menuSectionBorder)
}

.aside-top-events-module_section__yYY66Nhs__platform-desktop-ui:last-child {
    padding-bottom: 70px
}

.aside-top-events-module_row__-lese86G__platform-desktop-ui {
    display: flex;
    justify-content: space-between;
    text-decoration: none
}

.aside-top-events-module_col__OB9-voCe__platform-desktop-ui {
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    justify-content: center;
    align-items: center
}

.aside-top-events-module_col__OB9-voCe__platform-desktop-ui img {
    display: block;
    margin: 0 auto;
    padding: .5em;
    width: 3.2em;
    height: 3.2em;
    background: var(--teamsLogoBG);
    border: 1px solid var(--teamsLogoBorder);
    border-radius: 4px
}

.aside-top-events-module_col__OB9-voCe__platform-desktop-ui.aside-top-events-module_button__-kdtNxxw__platform-desktop-ui {
    flex: 0 0 45%;
    max-width: 45%
}

.aside-top-events-module_colTshirt__6JTnNvEP__platform-desktop-ui {
    flex: 0 0 25%;
    display: flex;
    justify-content: center;
    align-items: center
}

.aside-top-events-module_colTshirt__6JTnNvEP__platform-desktop-ui img {
    width: 3.1em;
    height: 3.2em
}

.aside-top-events-module_eventLink__PC3NbvhY__platform-desktop-ui {
    display: block;
    width: 100%
}

.aside-top-events-module_eventLink__PC3NbvhY__platform-desktop-ui .app-button:lang(pl),.aside-top-events-module_eventLink__PC3NbvhY__platform-desktop-ui .app-button:lang(no),.aside-top-events-module_eventLink__PC3NbvhY__platform-desktop-ui .app-button:lang(es) {
    font-size: 12px;
    letter-spacing: -.05em
}

.aside-top-events-module_eventLink__PC3NbvhY__platform-desktop-ui .app-button:lang(de),.aside-top-events-module_eventLink__PC3NbvhY__platform-desktop-ui .app-button:lang(pt) {
    font-size: 10px
}

.casino-game-item-module_item__u1l5mp-T__platform-desktop-ui {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.casino-game-item-module_item__u1l5mp-T__platform-desktop-ui:hover .casino-game-item-module_content__uJrMolJT__platform-desktop-ui {
    transform: scale(1.1)
}

.casino-game-item-module_item__u1l5mp-T__platform-desktop-ui:hover .casino-game-item-module_overlay__7q-mzmD1__platform-desktop-ui {
    opacity: 1
}

.casino-game-item-module_item__u1l5mp-T__platform-desktop-ui:hover .casino-game-item-module_overlay__7q-mzmD1__platform-desktop-ui .casino-game-item-module_playButton__qtOQ9A0p__platform-desktop-ui,.casino-game-item-module_item__u1l5mp-T__platform-desktop-ui:hover .casino-game-item-module_info__fftCmPb-__platform-desktop-ui {
    transform: translateY(0)
}

.casino-game-item-module_item__u1l5mp-T__platform-desktop-ui.casino-game-item-module_small__OlVeKK9a__platform-desktop-ui .casino-game-item-module_login__b2YG1-NR__platform-desktop-ui {
    font-size: 14px
}

.casino-game-item-module_item__u1l5mp-T__platform-desktop-ui.casino-game-item-module_small__OlVeKK9a__platform-desktop-ui .casino-game-item-module_title__eNngdKFs__platform-desktop-ui {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 125px
}

.casino-game-item-module_item__u1l5mp-T__platform-desktop-ui.casino-game-item-module_small__OlVeKK9a__platform-desktop-ui .casino-game-item-module_overlay__7q-mzmD1__platform-desktop-ui .casino-game-item-module_playButton__qtOQ9A0p__platform-desktop-ui .casino-game-item-module_heart__pQlj-Hln__platform-desktop-ui {
    margin-top: 8px
}

.casino-game-item-module_item__u1l5mp-T__platform-desktop-ui.casino-game-item-module_small__OlVeKK9a__platform-desktop-ui .app-button {
    font-size: 11px;
    font-weight: 500;
    line-height: 12px;
    min-height: 26px;
    padding: 2px 10px
}

.casino-game-item-module_content__uJrMolJT__platform-desktop-ui {
    display: block;
    height: auto;
    transition: transform .25s ease;
    width: 100%;
    border-radius: 6px
}

.casino-game-item-module_overlay__7q-mzmD1__platform-desktop-ui {
    align-items: center;
    backface-visibility: hidden;
    background-color: #000000b3;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s ease-in-out;
    width: 100%;
    z-index: 2
}

.casino-game-item-module_overlay__7q-mzmD1__platform-desktop-ui .casino-game-item-module_playButton__qtOQ9A0p__platform-desktop-ui {
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(100%);
    transition: transform .3s ease-in-out
}

.casino-game-item-module_overlay__7q-mzmD1__platform-desktop-ui .casino-game-item-module_playButton__qtOQ9A0p__platform-desktop-ui.casino-game-item-module_onlyButton__PkM-0Npe__platform-desktop-ui {
    margin-top: 30px
}

.casino-game-item-module_overlay__7q-mzmD1__platform-desktop-ui .casino-game-item-module_playButton__qtOQ9A0p__platform-desktop-ui a {
    text-decoration: none
}

.casino-game-item-module_overlay__7q-mzmD1__platform-desktop-ui .casino-game-item-module_playButton__qtOQ9A0p__platform-desktop-ui .casino-game-item-module_heart__pQlj-Hln__platform-desktop-ui {
    margin-top: 18px
}

.casino-game-item-module_title__eNngdKFs__platform-desktop-ui {
    color: var(--menuActiveColor);
    font-size: 14px;
    font-weight: 500;
    margin: 0 10px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 13px
}

.casino-game-item-module_info__fftCmPb-__platform-desktop-ui {
    align-items: center;
    color: var(--buttonText);
    display: flex;
    flex-direction: column;
    font-size: 12px;
    justify-content: center;
    position: relative;
    top: 17px;
    transform: translateY(100%);
    transition: transform .3s ease-in-out
}

.casino-game-item-module_info__fftCmPb-__platform-desktop-ui.casino-game-item-module_infoAligned__WXdDETMx__platform-desktop-ui {
    position: unset
}

.casino-game-item-module_infoText__B-oljOJM__platform-desktop-ui {
    margin: 4px 0
}

.casino-game-item-module_login__b2YG1-NR__platform-desktop-ui {
    color: var(--buttonMain);
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    z-index: 5
}

.casino-game-item-module_login__b2YG1-NR__platform-desktop-ui:after {
    content: "";
    display: block;
    height: 1px;
    background: var(--buttonMain);
    position: absolute;
    width: 100%;
    transform: scaleX(.7);
    opacity: 0;
    bottom: -1px;
    transition: transform .15s ease,opacity .15s ease
}

.casino-game-item-module_login__b2YG1-NR__platform-desktop-ui:hover:after {
    opacity: 1;
    transform: scale(1)
}

.casino-game-item-module_text__KA4U4m4x__platform-desktop-ui span {
    color: var(--eventHalfInformation);
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    padding-bottom: 4px
}

.casino-game-item-module_text__KA4U4m4x__platform-desktop-ui strong {
    color: var(--mainColor);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3
}

.casino-game-item-module_textBelow__NpsXOieV__platform-desktop-ui {
    display: flex;
    flex-direction: column;
    margin-top: 10px
}

.casino-game-item-module_textBelow__NpsXOieV__platform-desktop-ui span {
    color: var(--eventHalfInformation);
    font-size: var(--mslCasinoGamesProducerFontSize);
    font-weight: var(--mslCasinoGamesProducerFontWeight);
    line-height: var(--mslCasinoGamesProducerLineHeight)
}

.casino-game-item-module_textBelow__NpsXOieV__platform-desktop-ui strong {
    color: var(--mslCasinoGamesItemTitle, #3E4049);
    font-size: var(--mslCasinoGamesItemTitleFontSize);
    font-weight: var(--mslCasinoGamesItemTitleFontWeight);
    line-height: var(--mslCasinoGamesItemTitleLineHeight)
}

.casino-game-item-module_description__WJC7rsXy__platform-desktop-ui {
    margin-top: 8px;
    display: flex;
    justify-content: space-between
}

.casino-game-item-module_description__WJC7rsXy__platform-desktop-ui .casino-game-item-module_heart__pQlj-Hln__platform-desktop-ui {
    margin: 4px 2px 0 8px
}

.casino-game-item-module_demoButton__PFyKdGw-__platform-desktop-ui {
    margin-top: 8px
}

.casino-game-item-module_demoButtonLoggedIn__XInNVIu2__platform-desktop-ui {
    position: absolute;
    bottom: 0;
    width: 100%
}

.casino-banner-welcome-module_casinoBannerWelcome__IPP5-pGd__platform-desktop-ui {
    margin: 0 auto;
    height: 100%;
    width: 100%
}

.casino-banner-welcome-module_background__TENtzjiG__platform-desktop-ui {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    height: 100%;
    width: 100%
}

.casino-banner-welcome-module_wrap__DpdEgu4R__platform-desktop-ui {
    padding: 0 25px
}

.casino-banner-welcome-module_grid__0pGL0BcN__platform-desktop-ui {
    display: flex;
    align-items: center;
    justify-content: center
}

.casino-banner-welcome-module_man__W652Nx-8__platform-desktop-ui {
    position: relative;
    display: flex;
    align-self: flex-end;
    padding-right: 70px
}

.casino-banner-welcome-module_man__W652Nx-8__platform-desktop-ui>img {
    max-width: 100%;
    height: auto;
    display: block
}

@media only screen and (max-width: 1200px) {
    .casino-banner-welcome-module_man__W652Nx-8__platform-desktop-ui {
        padding-right:0
    }
}

@media only screen and (max-width: 1000px) {
    .casino-banner-welcome-module_man__W652Nx-8__platform-desktop-ui {
        display:none
    }
}

.casino-banner-welcome-module_title__j3AhcuoS__platform-desktop-ui {
    text-align: center
}

.casino-banner-welcome-module_title__j3AhcuoS__platform-desktop-ui>h2 {
    margin: 10px 0;
    font-size: 35px;
    font-weight: 500;
    color: var(--bannerWelcomeTitleColor)
}

@media only screen and (max-width: 1000px) {
    .casino-banner-welcome-module_title__j3AhcuoS__platform-desktop-ui>h2 {
        font-size:30px;
        margin-bottom: 40px
    }
}

.casino-banner-welcome-module_content__z9sOqOj5__platform-desktop-ui {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 1;
    max-width: 700px;
    padding: 20px 0
}

@media only screen and (max-width: 1000px) {
    .casino-banner-welcome-module_content__z9sOqOj5__platform-desktop-ui {
        max-width:100%
    }
}

.casino-banner-welcome-module_group__Xg8cFZhG__platform-desktop-ui {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 474px;
    border-radius: 6px;
    position: relative
}

.casino-banner-welcome-module_groupTitle__DNnOzVdR__platform-desktop-ui {
    font-size: 36px;
    font-weight: 500;
    color: var(--bannerWelcomeGroupTitleColor);
    text-align: center;
    width: 250px;
    position: relative;
    bottom: -25px
}

.casino-banner-welcome-module_groupDescription__mUQTn3rN__platform-desktop-ui {
    width: 100%;
    font-size: 30px;
    font-weight: 400;
    color: var(--bannerWelcomeGroupDescriptionColor);
    padding: 50px 20px;
    text-align: center
}

.casino-banner-welcome-module_groupDescription__mUQTn3rN__platform-desktop-ui>span {
    display: inline-flex
}

.casino-banner-welcome-module_groupDescription__mUQTn3rN__platform-desktop-ui>span:first-child {
    max-width: 250px
}

.casino-banner-welcome-module_groupDescription__mUQTn3rN__platform-desktop-ui>span:last-child {
    max-width: 305px
}

.casino-banner-welcome-module_borderLeft__7DktTq3-__platform-desktop-ui {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 65px;
    border-top: 1px solid var(--bannerWelcomeGroupBorderColor);
    border-bottom: 1px solid var(--bannerWelcomeGroupBorderColor);
    border-left: 1px solid var(--bannerWelcomeGroupBorderColor);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.casino-banner-welcome-module_borderLeft__7DktTq3-__platform-desktop-ui span {
    position: relative;
    top: -1px;
    left: 5px;
    display: block;
    width: 105px;
    border-top: 1px solid var(--bannerWelcomeGroupBorderColor)
}

.casino-banner-welcome-module_borderRight__JvKjSu2g__platform-desktop-ui {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 65px;
    border-top: 1px solid var(--bannerWelcomeGroupBorderColor);
    border-bottom: 1px solid var(--bannerWelcomeGroupBorderColor);
    border-right: 1px solid var(--bannerWelcomeGroupBorderColor);
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.casino-banner-welcome-module_borderRight__JvKjSu2g__platform-desktop-ui span {
    position: relative;
    top: -1px;
    right: 45px;
    display: block;
    width: 45px;
    border-top: 1px solid var(--bannerWelcomeGroupBorderColor)
}

.casino-banner-welcome-module_button__ovMte4YV__platform-desktop-ui {
    position: relative;
    top: -20px;
    display: inline-flex;
    padding: 0 30px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-style: normal
}

.casino-banner-welcome-module_signIn__V7wcJRBr__platform-desktop-ui {
    max-width: 320px;
    width: 100%;
    font-size: 22px;
    text-transform: uppercase
}

.slider-placeholder-module_tilePlaceholder__3j5xARhJ__platform-desktop-ui {
    display: flex;
    gap: 12px;
    width: 100%
}

.slider-placeholder-module_tile__nVXCDMVP__platform-desktop-ui {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1.2/1;
    margin-bottom: 8px;
    background-color: var(--casinoPlaceholderPrimary)
}

.slider-placeholder-module_tile__nVXCDMVP__platform-desktop-ui:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,var(--casinoPlaceholderPrimary),var(--casinoPlaceholderSecondary),var(--casinoPlaceholderPrimary));
    animation: slider-placeholder-module_skeleton-loading__o6RQG2e7__platform-desktop-ui 1s linear infinite alternate
}

@keyframes slider-placeholder-module_skeleton-loading__o6RQG2e7__platform-desktop-ui {
    0% {
        translate: -50% 0
    }

    to {
        translate: 100% 0
    }
}

.casino-slider-module_casinoSlider__-pVKEziZ__platform-desktop-ui {
    display: flex;
    min-width: 100%;
    overflow: hidden
}

.casino-slider-module_itemsWrapper__NpLWfmLs__platform-desktop-ui {
    display: flex;
    width: 100%
}

.casino-slider-module_wrapImages__DzhnpYk7__platform-desktop-ui {
    display: flex;
    flex-wrap: wrap
}

.casino-slider-module_viewport__QIMQfRHV__platform-desktop-ui {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex
}

.casino-slider-module_casinoSliderRow__gvVyB1I6__platform-desktop-ui {
    flex-wrap: wrap;
    margin: -6px -4px;
    justify-content: flex-start
}

.slick-track {
    display: flex
}

.slick-list,.slick-slider {
    width: 100%;
    overflow: hidden
}

.slick-slide {
    padding: 0 4px
}

.slick-slide .casino-slider-module_casinoGameItem__WTQWBPQ-__platform-desktop-ui {
    width: 190px;
    height: 190px
}

.slick-slide:first-child .casino-slider-module_casinoGameItem__WTQWBPQ-__platform-desktop-ui {
    width: 388px;
    height: 388px
}

.slick-slide:not(.slick-active) {
    pointer-events: none
}

.slick-slide:not(.slick-active) * {
    pointer-events: none
}

.slider-placeholder-190-module_big__Ysq3rTHZ__platform-desktop-ui {
    width: 388px;
    height: 388px
}

.slider-placeholder-190-module_holder__16UH-CWc__platform-desktop-ui {
    overflow: hidden
}

.slider-placeholder-190-module_tile__Ii-BdcHx__platform-desktop-ui {
    width: 190px;
    height: 190px
}

.slider-placeholder-190-module_baseTile__qGbuHEJ0__platform-desktop-ui {
    flex: 0 0 16%;
    height: 260px;
    padding: 6px 4px;
    box-sizing: border-box;
    overflow: hidden
}

.slider-placeholder-190-module_baseWrapper__MCU2PShL__platform-desktop-ui {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-evenly
}

.slider-placeholder-190-module_title__LqQbaEIt__platform-desktop-ui {
    height: 32px;
    width: 300px
}

.slider-placeholder-190-module_container__cHWbCmH6__platform-desktop-ui {
    display: flex;
    gap: 8px;
    width: 100%
}

.slider-placeholder-190-module_container__cHWbCmH6__platform-desktop-ui+.slider-placeholder-190-module_container__cHWbCmH6__platform-desktop-ui {
    margin-top: 8px
}

.horse-racing-aside-menu-item-module_noArrowSpacing__XE-B34ik__platform-desktop-ui {
    padding: 7px 15px!important
}

.horse-racing-aside-menu-item-module_section__rj1Aukpu__platform-desktop-ui {
    display: flex;
    align-items: center
}

.horse-racing-aside-menu-item-module_section__rj1Aukpu__platform-desktop-ui .horse-racing-aside-menu-item-module_icon__4PKFiQkb__platform-desktop-ui {
    width: 20px;
    height: 20px;
    margin-right: 8px
}

.horse-racing-aside-menu-item-module_link__evYVMhW5__platform-desktop-ui {
    display: block;
    text-decoration: none
}

.aside-filters-module_live__BVTqNW-Y__platform-desktop-ui {
    height: 14px;
    background-color: var(--liveColor);
    border-radius: 5px;
    text-align: center;
    font-size: 7px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--buttonText);
    padding: 0 5px;
    display: flex;
    align-self: center;
    line-height: 14px
}

.aside-filters-module_live__BVTqNW-Y__platform-desktop-ui.aside-filters-module_liveFree__DFSrt4XD__platform-desktop-ui {
    position: static;
    background: var(--buttonsGray);
    display: inline-flex;
    margin: 2px 0 0;
    align-self: flex-start
}

.aside-filters-module_live__BVTqNW-Y__platform-desktop-ui.aside-filters-module_liveBig__OHn-Yt6K__platform-desktop-ui {
    padding: 0 10px;
    font-size: 12px;
    line-height: 23px;
    height: 22px;
    border-radius: 10px;
    margin: -1px 0 0 10px
}

.aside-filters-module_live__BVTqNW-Y__platform-desktop-ui.coupon-count {
    background-color: var(--betslipEventsCountBackground);
    color: var(--betslipEventsCountText, var(--white));
    border-radius: 50%;
    justify-content: center;
    width: 23px
}

.aside-filters-module_toggler__xJQe6CD9__platform-desktop-ui {
    position: relative;
    display: flex;
    background-color: var(--asideFiltersTogglerBg);
    border-radius: var(--baseBorderRadius) var(--baseBorderRadius) 0 0;
    overflow: hidden;
    text-transform: uppercase
}

.aside-filters-module_sections__MkDeyNjZ__platform-desktop-ui {
    padding: 10px 8px;
    background: var(--asideFiltersBg);
    border-radius: var(--asideFiltersBorderRadius)
}

.aside-filters-module_button__yzDr1k8C__platform-desktop-ui {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--filterTimeColor);
    flex: 0 0 50%;
    height: 40px;
    justify-content: center;
    text-align: center;
    transition: box-shadow .15s ease,background-color .15s ease,color .15s ease;
    position: relative;
    padding-top: 5px;
    cursor: pointer;
    overflow: hidden
}

.aside-filters-module_button__yzDr1k8C__platform-desktop-ui:hover {
    color: var(--asideFiltersButtonHoverColor)
}

.aside-filters-module_button__yzDr1k8C__platform-desktop-ui:after {
    content: "";
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    left: 0;
    overflow: hidden;
    top: 0;
    transition: transform .15s ease,opacity .15s ease;
    opacity: 0
}

.aside-filters-module_active__6jpJAHrf__platform-desktop-ui {
    color: var(--buttonText);
    background-color: var(--eventModalBackground);
    cursor: default;
    pointer-events: none
}

.aside-filters-module_active__6jpJAHrf__platform-desktop-ui:after {
    opacity: 1
}

.aside-filters-module_prematch__8vbnHSbw__platform-desktop-ui:after {
    background-color: var(--titleTopBorderColor)
}

.aside-filters-module_live__BVTqNW-Y__platform-desktop-ui:after {
    background-color: var(--asideFiltersLiveColor)
}

.aside-filters-module_tooltipPosition__4Lc-qCOA__platform-desktop-ui {
    position: absolute;
    right: 0;
    translate: 100% -70%;
    z-index: 3
}

.aside-filters-module_searchInput__RTYcT6h0__platform-desktop-ui {
    height: 40px;
    width: 100%;
    border-radius: 24px;
    border: 1px solid var(--menuSectionBorder);
    font-size: 12px;
    padding-left: 16px;
    padding-right: 30px;
    overflow: hidden
}

.aside-filters-module_searchInput__RTYcT6h0__platform-desktop-ui:focus {
    outline: none;
    border-color: var(--allSportsActive)
}

.aside-filters-module_searchFindIcon__xsDD-E5x__platform-desktop-ui,.aside-filters-module_searchFindIconActive__aqgxDGBS__platform-desktop-ui {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 0;
    top: 50%;
    translate: -80% -50%
}

.aside-filters-module_searchFindIconActive__aqgxDGBS__platform-desktop-ui {
    color: var(--allSportsActive)
}

.sport-menu__item {
    padding: 10px;
    background: #0000001a;
    display: flex;
    color: #000
}

.sport-menu__item:hover {
    opacity: .5
}

.sport-menu-item-module_live__zJyRSwaT__platform-desktop-ui {
    height: 14px;
    background-color: var(--liveColor);
    border-radius: 5px;
    text-align: center;
    font-size: 7px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--buttonText);
    padding: 0 5px;
    display: flex;
    align-self: center;
    line-height: 14px
}

.sport-menu-item-module_live__zJyRSwaT__platform-desktop-ui.sport-menu-item-module_liveFree__yrU5bgmh__platform-desktop-ui {
    position: static;
    background: var(--buttonsGray);
    display: inline-flex;
    margin: 2px 0 0;
    align-self: flex-start
}

.sport-menu-item-module_live__zJyRSwaT__platform-desktop-ui.sport-menu-item-module_liveBig__Ap9HkQDG__platform-desktop-ui {
    padding: 0 10px;
    font-size: 12px;
    line-height: 23px;
    height: 22px;
    border-radius: 10px;
    margin: -1px 0 0 10px
}

.sport-menu-item-module_live__zJyRSwaT__platform-desktop-ui.coupon-count {
    background-color: var(--betslipEventsCountBackground);
    color: var(--betslipEventsCountText, var(--white));
    border-radius: 50%;
    justify-content: center;
    width: 23px
}

.sport-menu-item-module_leagues__51LY9KFn__platform-desktop-ui {
    position: relative;
    overflow: hidden;
    border-left: 1px solid var(--borderColorMenu);
    border-right: 1px solid var(--borderColorMenu);
    background-color: var(--asideMenuLeaguesBg)
}

.sport-menu-item-module_leagues__51LY9KFn__platform-desktop-ui.sport-menu-item-module_favorites__PPmQoKjp__platform-desktop-ui a.sport-menu-item-module_text__PO7zLD2r__platform-desktop-ui,.sport-menu-item-module_leagues__51LY9KFn__platform-desktop-ui.sport-menu-item-module_favorites__PPmQoKjp__platform-desktop-ui .aside-menu-list__amount {
    font-size: 14px
}

.sport-menu-item-module_event__aLKCzm74__platform-desktop-ui {
    background-color: var(--menuActiveColor);
    border-bottom: 1px solid var(--borderColorMenu);
    padding: 15px;
    display: block;
    text-decoration: none
}

.sport-menu-item-module_eventrow__f9cIxWbW__platform-desktop-ui {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.sport-menu-item-module_eventrow__f9cIxWbW__platform-desktop-ui:nth-child(n+2) {
    margin-top: 2px
}

.sport-menu-item-module_eventsection__6lMMAF2W__platform-desktop-ui {
    text-decoration: none
}

@media (hover: hover) {
    .sport-menu-item-module_eventsection__6lMMAF2W__platform-desktop-ui:hover .sport-menu-item-module_eventname__Y6xM0L15__platform-desktop-ui {
        color:var(--buttonMain)
    }
}

.sport-menu-item-module_eventaction__IqzDvQ9B__platform-desktop-ui {
    margin-top: 10px
}

.sport-menu-item-module_eventcol__NGgOlfpD__platform-desktop-ui {
    display: flex;
    align-items: center;
    margin: 2px 0
}

.sport-menu-item-module_eventcol__NGgOlfpD__platform-desktop-ui:nth-child(1) {
    max-width: 80%
}

.sport-menu-item-module_eventcol__NGgOlfpD__platform-desktop-ui:nth-child(2) {
    max-width: 20%
}

.sport-menu-item-module_eventcol__NGgOlfpD__platform-desktop-ui svg {
    display: block;
    height: 18px;
    font-size: 18px;
    color: var(--menuEventSvgColor);
    transition: color .15s ease;
    cursor: pointer
}

.sport-menu-item-module_eventcol__NGgOlfpD__platform-desktop-ui svg:hover {
    color: var(--mainColor)
}

.sport-menu-item-module_eventcol__NGgOlfpD__platform-desktop-ui svg:nth-child(n+2) {
    margin-left: 10px
}

.sport-menu-item-module_eventcol__NGgOlfpD__platform-desktop-ui span {
    font-size: 12px;
    font-weight: 400;
    color: var(--mainColor)
}

.sport-menu-item-module_image__Shoo0Dk3__platform-desktop-ui {
    width: 15px;
    display: block;
    margin-right: 5px
}

.sport-menu-item-module_eventname__Y6xM0L15__platform-desktop-ui {
    color: var(--mainColor);
    font-size: 12px;
    transition: color .15s ease;
    position: relative;
    font-weight: 500;
    line-height: 1.35
}

.sport-menu-item-module_eventscore__4sZ0S1t6__platform-desktop-ui {
    color: var(--mainColor);
    font-weight: 700;
    font-size: 12px;
    line-height: 1.35
}

.sport-menu-item-module_check__4a0CztGj__platform-desktop-ui {
    position: relative;
    margin-right: 15px
}

.sport-menu-item-module_favorite__dc4sf-ph__platform-desktop-ui {
    color: var(--starFirst);
    top: 0;
    left: 3px;
    cursor: pointer
}

.sport-menu-item-module_leaguesItem__rJz-fMh-__platform-desktop-ui {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px;
    border-bottom: 1px solid var(--borderColorMenu);
    flex-wrap: wrap
}

.sport-menu-item-module_leaguesItem__rJz-fMh-__platform-desktop-ui.sport-menu-item-module_active__R0Yh8Njz__platform-desktop-ui {
    background-color: var(--asideLeagueActive)
}

.sport-menu-item-module_leaguesItem__rJz-fMh-__platform-desktop-ui.sport-menu-item-module_active__R0Yh8Njz__platform-desktop-ui .sport-menu-item-module_text__PO7zLD2r__platform-desktop-ui {
    color: var(--buttonMain)
}

@media (hover: hover) {
    .sport-menu-item-module_leaguesItem__rJz-fMh-__platform-desktop-ui:hover {
        transition:background-color .15s ease;
        background-color: var(--asideLeagueActive)
    }

    .sport-menu-item-module_leaguesItem__rJz-fMh-__platform-desktop-ui:hover .sport-menu-item-module_text__PO7zLD2r__platform-desktop-ui {
        color: var(--buttonMain)
    }
}

.sport-menu-item-module_leaguesItem__rJz-fMh-__platform-desktop-ui .aside-menu-list__amount {
    font-size: 12px
}

.sport-menu-item-module_withHover__8bsDkibY__platform-desktop-ui {
    cursor: pointer;
    transition: background-color .15s ease
}

.sport-menu-item-module_withHover__8bsDkibY__platform-desktop-ui.sport-menu-item-module_active__R0Yh8Njz__platform-desktop-ui {
    background-color: var(--asideLeagueActive)
}

.sport-menu-item-module_withHover__8bsDkibY__platform-desktop-ui.sport-menu-item-module_active__R0Yh8Njz__platform-desktop-ui .aside-menu__arrow {
    transform: rotate(0);
    top: 50%;
    right: 10px;
    margin: -4px 0 0
}

.sport-menu-item-module_withHover__8bsDkibY__platform-desktop-ui.sport-menu-item-module_active__R0Yh8Njz__platform-desktop-ui .aside-menu__arrow.hidden {
    display: block!important
}

.sport-menu-item-module_withHover__8bsDkibY__platform-desktop-ui.sport-menu-item-module_active__R0Yh8Njz__platform-desktop-ui .aside-menu__text-amount {
    display: none
}

@media (hover: hover) {
    .sport-menu-item-module_withHover__8bsDkibY__platform-desktop-ui:hover {
        background-color:var(--asideLeagueActive)
    }

    .sport-menu-item-module_withHover__8bsDkibY__platform-desktop-ui:hover .aside-menu__arrow {
        display: block!important;
        top: 50%;
        right: 10px;
        margin: -4px 0 0
    }

    .sport-menu-item-module_withHover__8bsDkibY__platform-desktop-ui:hover .aside-menu__text-amount {
        display: none
    }
}

.sport-menu-item-module_withHover__8bsDkibY__platform-desktop-ui .aside-menu__arrow {
    transform: rotate(180deg);
    top: 50%;
    right: 10px;
    margin: -4px 0 0
}

.sport-menu-item-module_withHover__8bsDkibY__platform-desktop-ui .aside-menu__arrow.hidden {
    display: none!important
}

.sport-menu-item-module_leaguesOutrightItem__GYyqNez1__platform-desktop-ui {
    padding-left: 46px
}

.sport-menu-item-module_leaguesOutrightItem__GYyqNez1__platform-desktop-ui .sport-menu-item-module_select__kf63DZdh__platform-desktop-ui {
    max-width: 100%
}

.sport-menu-item-module_text__PO7zLD2r__platform-desktop-ui {
    font-weight: 500;
    line-height: 1.35;
    font-size: 12px;
    color: var(--mainColor);
    position: relative;
    top: 0;
    cursor: pointer;
    transition: color .15s ease;
    text-decoration: none;
    display: flex;
    align-items: center
}

@media screen and (max-width: 1429px) {
    .sport-menu-item-module_text__PO7zLD2r__platform-desktop-ui {
        font-size:11px
    }
}

.sport-menu-item-module_holder__b-mZ9wuV__platform-desktop-ui {
    top: 0
}

.sport-menu-item-module_textDefault__RfaFFgwT__platform-desktop-ui {
    display: block
}

.sport-menu-item-module_textDefault__RfaFFgwT__platform-desktop-ui strong {
    font-weight: 700;
    color: var(--eventHeading)
}

.sport-menu-item-module_flagIcon__ayh7N2IT__platform-desktop-ui {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 20px;
    height: 15px;
    display: block
}

.sport-menu-item-module_select__kf63DZdh__platform-desktop-ui {
    display: flex;
    align-items: center;
    max-width: 80%
}

.sport-menu-item-module_select__kf63DZdh__platform-desktop-ui .formCheckbox__view {
    background: var(--menuActiveColor);
    border-radius: 3px
}

.sport-menu-item-module_inline__eRKMEJeH__platform-desktop-ui {
    display: inline
}

.sport-menu-item-module_description__5seKYBrt__platform-desktop-ui {
    padding: 6px 12px;
    text-align: right;
    font-size: 11px;
    color: rgba(var(--eventHeading),.5);
    border-bottom: 1px solid var(--borderColorMenu)
}

.sport-menu-country-module_live__ijUA6Zkv__platform-desktop-ui {
    height: 14px;
    background-color: var(--liveColor);
    border-radius: 5px;
    text-align: center;
    font-size: 7px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--buttonText);
    padding: 0 5px;
    display: flex;
    align-self: center;
    line-height: 14px
}

.sport-menu-country-module_live__ijUA6Zkv__platform-desktop-ui.sport-menu-country-module_liveFree__xQirZhtH__platform-desktop-ui {
    position: static;
    background: var(--buttonsGray);
    display: inline-flex;
    margin: 2px 0 0;
    align-self: flex-start
}

.sport-menu-country-module_live__ijUA6Zkv__platform-desktop-ui.sport-menu-country-module_liveBig__ZXiNamxs__platform-desktop-ui {
    padding: 0 10px;
    font-size: 12px;
    line-height: 23px;
    height: 22px;
    border-radius: 10px;
    margin: -1px 0 0 10px
}

.sport-menu-country-module_live__ijUA6Zkv__platform-desktop-ui.coupon-count {
    background-color: var(--betslipEventsCountBackground);
    color: var(--betslipEventsCountText, var(--white));
    border-radius: 50%;
    justify-content: center;
    width: 23px
}

.sport-menu-country-module_sportMenuCountry__sfqE4fMq__platform-desktop-ui .sport-menu-country-module_countryArrow__mYOn-Ndn__platform-desktop-ui {
    transform: rotate(180deg);
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    transition: transform .15s ease,opacity 0s ease
}

.sport-menu-country-module_active__V1eJuLdP__platform-desktop-ui {
    display: block!important;
    transform: rotate(0)
}

.sport-menu-country-module_league__yUAdfK4a__platform-desktop-ui:hover .sport-menu-country-module_countryArrow__mYOn-Ndn__platform-desktop-ui {
    display: block!important
}

.sport-menu-country-module_list__4XHcuevX__platform-desktop-ui .sport-menu-country-module_text__1pCWSitO__platform-desktop-ui {
    display: none
}

.sport-menu-country-module_list__4XHcuevX__platform-desktop-ui .sport-menu-country-module_league__yUAdfK4a__platform-desktop-ui {
    background: var(--asideLeagueActive)
}

.sport-menu-country-module_list__4XHcuevX__platform-desktop-ui .sport-menu-country-module_items__Yibeze3L__platform-desktop-ui .sport-menu-country-module_sportMenuItemLeaguesItem__qRhtdkYm__platform-desktop-ui {
    padding: 13px 13px 13px 23px
}

.sport-menu-country-module_list__4XHcuevX__platform-desktop-ui .sport-menu-country-module_sportMenuItemEvent__ws7rD1uV__platform-desktop-ui {
    padding: 15px 15px 15px 25px
}

.sport-menu-country-module_listActive__jMSo3Yjs__platform-desktop-ui .sport-menu-country-module_countryArrow__mYOn-Ndn__platform-desktop-ui {
    transform: rotate(-90deg)
}

.title-hover {
    position: relative
}

.title-hover:hover .title-hover__text {
    transition-delay: .15s;
    opacity: 1
}

.title-hover__text {
    position: absolute;
    display: flex;
    z-index: 10;
    width: 120px;
    text-align: center;
    padding: 10px 12px;
    background: var(--headerBackground);
    left: 50%;
    transform: translate(-50%) translateY(-100%);
    top: -8px;
    pointer-events: none;
    opacity: 0;
    transition: opacity .15s ease
}

.title-hover__text:after {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 5px);
    transform: translate(-50%);
    bottom: -6px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid var(--headerBackground)
}

.title-hover__text span {
    font-weight: 400;
    color: var(--menuDefault);
    font-size: 12px;
    text-transform: none
}

.title-hover__text strong {
    font-weight: 700
}

.live {
    height: 14px;
    background-color: var(--liveColor);
    border-radius: 5px;
    text-align: center;
    font-size: 7px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--buttonText);
    padding: 0 5px;
    display: flex;
    align-self: center;
    line-height: 14px
}

.live.liveFree {
    position: static;
    background: var(--buttonsGray);
    display: inline-flex;
    margin: 2px 0 0;
    align-self: flex-start
}

.live.liveBig {
    padding: 0 10px;
    font-size: 12px;
    line-height: 23px;
    height: 22px;
    border-radius: 10px;
    margin: -1px 0 0 10px
}

.live:global(.coupon-count) {
    background-color: var(--betslipEventsCountBackground);
    color: var(--betslipEventsCountText, var(--white));
    border-radius: 50%;
    justify-content: center;
    width: 23px
}

body:not(.base-text-page) .aside-menu {
    width: 100%
}

body:not(.base-text-page) .aside-menu--opened .aside-menu__arrow {
    transform: rotate(0)
}

body:not(.base-text-page) .aside-menu--opened .aside-menu__title {
    border-radius: var(--asideMenuOpenBorderRadius)
}

body:not(.base-text-page) .aside-menu--opened .aside-menu__title--new-layout {
    border-radius: 8px 8px 0 0
}

body:not(.base-text-page) .aside-menu--opened .aside-menu-list {
    display: block
}

body:not(.base-text-page) .aside-menu--disabled {
    pointer-events: none;
    opacity: .9
}

body:not(.base-text-page) .aside-menu--disabled .aside-menu__arrow {
    display: none
}

body:not(.base-text-page) .aside-menu--highlighted:not(.aside-menu--opened) {
    animation: highlight 1s infinite
}

body:not(.base-text-page) .aside-menu__title-filters {
    display: flex;
    align-items: center;
    height: 21px;
    position: relative;
    top: -2px
}

[lang=de] body:not(.base-text-page) .aside-menu__title-filters {
    top: -4px
}

@media screen and (max-width: 1429px) {
    body:not(.base-text-page) .aside-menu__title-filters {
        top:-4px
    }
}

body:not(.base-text-page) .aside-menu__title-filters div+div {
    margin-left: 5px
}

body:not(.base-text-page) .aside-menu__title-filters-item {
    padding: 2px;
    margin: 0;
    color: var(--asideSvgColor);
    transition: color .25s ease;
    font-size: 17px
}

body:not(.base-text-page) .aside-menu__title-filters-item:hover {
    color: var(--asideSvgColorHover);
    cursor: pointer
}

body:not(.base-text-page) .aside-menu__title-filters-item.active {
    cursor: default;
    color: var(--sportFilterColorActive)
}

body:not(.base-text-page) .aside-menu__scroll-wrapper {
    max-height: calc(100vh - 115px);
    display: flex;
    width: 100%
}

body:not(.base-text-page) .aside-menu__title-amount {
    position: absolute;
    right: 8px;
    top: 18px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--buttonMain);
    font-size: 12px;
    line-height: 30px;
    font-weight: 700;
    color: var(--buttonText);
    display: flex;
    align-items: center;
    justify-content: center
}

body:not(.base-text-page) .aside-menu__title {
    position: relative;
    text-transform: uppercase;
    color: var(--asideMenuTitleColor);
    text-decoration: none;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 43px;
    padding: 14px 40px 7px 15px;
    background-color: var(--asideMenuTitleBg);
    border-radius: var(--asideMenuCollapsedBorderRadius)
}

[lang=de] body:not(.base-text-page) .aside-menu__title {
    font-size: 12px;
    padding: 15px 40px 7px 15px
}

@media screen and (max-width: 1429px) {
    body:not(.base-text-page) .aside-menu__title {
        font-size:12px;
        padding: 15px 40px 7px 15px
    }
}

body:not(.base-text-page) .aside-menu__title--arrow {
    padding-right: 0
}

body:not(.base-text-page) .aside-menu__title--dark {
    color: var(--menuTitle);
    background-color: var(--eventModalBackground)
}

body:not(.base-text-page) .aside-menu__title--light {
    color: var(--mainColor);
    background-color: var(--white)
}

body:not(.base-text-page) .aside-menu__title--new-layout {
    color: var(--asideNewTitle);
    background-color: var(--asideNewTitleBg);
    font-size: 12px;
    min-height: 32px;
    padding: 5px 12px;
    align-items: center;
    border-radius: var(--asideNewBorderRadius)
}

body:not(.base-text-page) .aside-menu__title--new-layout .aside-menu__left-wrap {
    padding-bottom: 0
}

body:not(.base-text-page) .aside-menu__title--new-layout .aside-menu__arrow {
    position: initial;
    color: var(--asideNewTitle)
}

body:not(.base-text-page) .aside-menu__title--selected {
    color: var(--buttonMain);
    cursor: default;
    pointer-events: none
}

a body:not(.base-text-page) .aside-menu__title {
    transition: color .15s ease;
    position: static
}

a body:not(.base-text-page) .aside-menu__title:hover {
    color: var(--buttonMain)
}

body:not(.base-text-page) .aside-menu__arrow {
    position: absolute;
    top: 15px;
    right: 14px;
    display: block;
    transition: transform .15s ease;
    transform: rotate(180deg)
}

body:not(.base-text-page) .aside-menu__arrow--hidden {
    display: none;
    color: var(--eventModalBackground)
}

body:not(.base-text-page) .aside-menu__arrow--inherit {
    position: relative;
    top: inherit
}

body:not(.base-text-page) .aside-menu__text-amount {
    display: block;
    white-space: nowrap
}

body:not(.base-text-page) .aside-menu__text-amount-divider {
    display: inline-block;
    margin: 0 3px;
    opacity: .5
}

body:not(.base-text-page) .aside-menu__text-amount-divider:before {
    content: "|"
}

body:not(.base-text-page) .aside-menu__left-wrap {
    display: flex;
    flex: 1 0 auto;
    max-width: 100%;
    padding-bottom: 6px
}

body:not(.base-text-page) .aside-menu__right-wrap {
    display: flex;
    max-width: 100%
}

body:not(.base-text-page) .aside-menu__left-wrap-text {
    text-align: left
}

body:not(.base-text-page) .aside-menu__left-wrap-live {
    height: 17px;
    display: flex;
    align-items: center
}

[lang=de] body:not(.base-text-page) .aside-menu__left-wrap-live {
    height: 13px
}

@media screen and (max-width: 1429px) {
    body:not(.base-text-page) .aside-menu__left-wrap-live {
        height:13px
    }
}

body:not(.base-text-page) .aside-menu__content {
    padding: 15px
}

body:not(.base-text-page) .aside-menu--horse-racing .aside-menu__left-wrap {
    padding-bottom: 0
}

body:not(.base-text-page) .aside-menu--horse-racing .aside-menu__title {
    align-items: center;
    padding-top: 7px
}

body:not(.base-text-page) .aside-menu-list {
    list-style: none;
    padding: 8px;
    margin: 0;
    display: none;
    width: 100%;
    max-width: 100%
}

body:not(.base-text-page) .aside-menu-list li+li {
    margin-top: 5px
}

body:not(.base-text-page) .aside-menu-list__svg.active {
    color: var(--buttonMain)
}

body:not(.base-text-page) .aside-menu-list__item {
    border-left: 3px solid transparent;
    position: relative;
    display: flex;
    justify-content: space-between;
    min-height: 41px;
    padding: 3px 6px;
    box-sizing: border-box;
    align-items: center;
    cursor: pointer;
    transition: background-color .15s ease,border-left .15s ease,box-shadow .15s ease;
    background-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 2;
    text-decoration: none
}

body:not(.base-text-page) .aside-menu-list__item .aside-menu__arrow {
    transform: rotate(180deg);
    margin: 0 4px
}

body:not(.base-text-page) .aside-menu-list__item a {
    text-decoration: none
}

@media (hover: hover) {
    body:not(.base-text-page) .aside-menu-list__item:hover:not(.active) {
        background-color:var(--topEventsFactorBg);
        border-left: 3px solid var(--starColor)
    }

    body:not(.base-text-page) .aside-menu-list__item:hover:not(.active) .aside-menu__arrow--hidden {
        display: block
    }

    body:not(.base-text-page) .aside-menu-list__item:hover:not(.active) .aside-menu__text-amount {
        display: none
    }
}

body:not(.base-text-page) .aside-menu-list__item.active .aside-menu-list__text {
    color: var(--buttonMain)
}

body:not(.base-text-page) .aside-menu-list__item.active .aside-menu-list__amount {
    color: var(--eventModalBackground)
}

@media (hover: hover) {
    body:not(.base-text-page) .aside-menu-list__item:active:not(.active) {
        transform:translateY(2px)
    }
}

body:not(.base-text-page) .aside-menu-list__item--cabinet {
    justify-content: flex-start
}

body:not(.base-text-page) .aside-menu-list__item--cabinet .site-menu__link-text div {
    top: 0
}

body:not(.base-text-page) .aside-menu-list__item--cabinet.active:hover {
    background: inherit;
    border-left: 3px solid transparent
}

body:not(.base-text-page) .aside-menu-list__item--cabinet:active {
    transform: none
}

body:not(.base-text-page) .aside-menu-list__item--opened {
    background-color: var(--topEventsFactorBg);
    border-left: 3px solid var(--starColor)
}

body:not(.base-text-page) .aside-menu-list__item--opened .aside-menu-list__icon {
    color: var(--buttonMain)
}

body:not(.base-text-page) .aside-menu-list__item--opened .aside-menu__arrow {
    transform: rotate(0)
}

body:not(.base-text-page) .aside-menu-list__item--opened .aside-menu__arrow--hidden {
    display: block
}

body:not(.base-text-page) .aside-menu-list__item--opened .aside-menu__text-amount {
    display: none
}

body:not(.base-text-page) .aside-menu-list__item--opened .aside-menu-list__text {
    color: var(--buttonMain)
}

body:not(.base-text-page) .aside-menu-list__text {
    color: var(--mainColor);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    transition: color .15s ease;
    text-decoration: none;
    display: inline-block
}

body:not(.base-text-page) .aside-menu-list__text:first-letter {
    text-transform: uppercase
}

@media screen and (max-width: 1429px) {
    body:not(.base-text-page) .aside-menu-list__text {
        font-size:12px
    }
}

body:not(.base-text-page) .aside-menu-list__submenu {
    padding: 4px 0 4px 20px;
    list-style: none;
    margin: 0
}

body:not(.base-text-page) .aside-menu-list__submenu li {
    padding-bottom: 2px
}

body:not(.base-text-page) .aside-menu-list__submenu li a,body:not(.base-text-page) .aside-menu-list__submenu li span {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 2;
    color: var(--mainColor);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    transition: color .15s ease;
    text-decoration: none
}

body:not(.base-text-page) .aside-menu-list__submenu li a:first-letter,body:not(.base-text-page) .aside-menu-list__submenu li span:first-letter {
    text-transform: uppercase
}

body:not(.base-text-page) .aside-menu-list__submenu li a:hover,body:not(.base-text-page) .aside-menu-list__submenu li a.active,body:not(.base-text-page) .aside-menu-list__submenu li span:hover,body:not(.base-text-page) .aside-menu-list__submenu li span.active {
    color: var(--buttonMain)
}

body:not(.base-text-page) .aside-menu-list__amount {
    color: var(--eventHeading);
    font-size: 14px;
    font-weight: 500;
    padding-left: 10px
}

body:not(.base-text-page) .aside-menu-list__amount .aside-menu__arrow {
    top: 50%;
    right: 10px;
    margin: -7px 0 0
}

@media screen and (max-width: 1429px) {
    body:not(.base-text-page) .aside-menu-list__amount {
        font-size:12px
    }
}

body:not(.base-text-page) .aside-menu-list__icon {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    margin-top: -1px;
    top: 50%;
    transform: translateY(-50%);
    transition: filter .15s ease,color .15s ease;
    color: var(--mainColor)
}

body:not(.base-text-page) .aside-menu-list__icon--relative {
    position: relative;
    transform: translateY(0);
    top: 0;
    flex: 0 0 16px;
    min-width: 16px;
    margin-right: 15px
}

body:not(.base-text-page) .aside-menu-list__icon-favorite {
    color: var(--buttonMain);
    width: 16px;
    height: 16px;
    position: absolute;
    left: 11px;
    margin-top: -1px;
    top: 50%;
    transform: translateY(-50%);
    transition: filter .15s ease,color .15s ease
}

body:not(.base-text-page) .aside-menu-list__subitem {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0 10px 0 15px;
    align-items: flex-start
}

body:not(.base-text-page) .aside-menu-list__subitem+body:not(.base-text-page) .aside-menu-list__subitem {
    margin-top: 12px
}

body:not(.base-text-page) .aside-menu-list__subtext {
    color: var(--subMenuColor);
    font-weight: 500;
    line-height: 16px;
    font-size: 12px;
    position: relative;
    top: -2px;
    padding-right: 15px
}

body:not(.base-text-page) .aside-menu-list__subamount {
    font-size: 12px;
    font-weight: 500;
    color: var(--eventHeading);
    line-height: 1
}

body:not(.base-text-page) .aside-menu-list__link-sport {
    text-decoration: none;
    position: relative;
    display: flex;
    padding-left: 30px
}

body:not(.base-text-page) .aside-menu-list__link-sport--margin {
    margin-left: 30px;
    margin-right: 25px;
    padding-left: 0
}

body:not(.base-text-page) .aside-menu-list__link-sport.active {
    color: inherit
}

body:not(.base-text-page) .aside-menu-list__link-sport:visited {
    color: inherit
}

body:not(.base-text-page) .aside-menu-list__link-sport:hover .aside-menu-list__text {
    color: var(--buttonMain)
}

body:not(.base-text-page) .aside-menu-list--none {
    padding: 0
}

body:not(.base-text-page) .aside-menu-submenu {
    margin: 8px 0
}

.horse-racing-page-module_wrapper__2UqRW4wb__platform-desktop-ui {
    display: flex
}

.horse-racing-page-module_wrapperWithSidebar__tfxzWVAm__platform-desktop-ui {
    margin-left: 10px
}

.Betslip_header__W2L7U .Button_size--default__IHmzo {
    display: none!important
}

.BetslipWidget_betslipContainer__fAI3Z {
    width: 100%!important;
    display: block!important;
    position: static!important
}

.right-section__sidebar-toggle {
    box-shadow: none!important
}

.winning-block-module_winning__HKtoH1YW__platform-desktop-ui {
    padding: 0 20px
}

.winning-block-module_winningBlocks__40t5mnWa__platform-desktop-ui {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 307px;
    border: 1px solid var(--notFoundCircle);
    border-radius: 14px;
    margin-right: 20px;
    margin-bottom: 16px;
    padding-right: 20px;
    height: 100px;
    background-position: right;
    background-repeat: no-repeat
}

.winning-block-module_winningContent__iP-G4KqY__platform-desktop-ui {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 15px 10px;
    z-index: 3
}

.winning-block-module_winningHeader__D5xa6NDL__platform-desktop-ui {
    position: relative;
    display: flex
}

.winning-block-module_winningHeaderText__ehcvXWyP__platform-desktop-ui {
    color: var(--headerBackground);
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis
}

.winning-block-module_winningText__dsrJEJZX__platform-desktop-ui {
    width: 154px;
    color: var(--mainColor);
    font-size: 12px;
    white-space: normal;
    font-weight: 500;
    line-height: 16px;
    padding-bottom: 8px
}

.winning-block-module_winningStars__9KPv7Yca__platform-desktop-ui {
    fill: currentColor;
    font-size: 2.5em
}

.winning-block-module_winningStarsOne__zgDXs9I7__platform-desktop-ui {
    color: var(--starFirst)
}

.winning-block-module_winningStarsTwo__6QOuK9FR__platform-desktop-ui {
    color: var(--starSecond)
}

.winning-block-module_winningStarsThree__onze-wWJ__platform-desktop-ui {
    color: var(--starThird)
}

.forecast-event-item-module_eventItem__Zdjf2hzg__platform-desktop-ui {
    padding-top: 4px
}

.forecast-event-item-module_itemRow__EpJyx-yt__platform-desktop-ui {
    padding: 12px 20px
}

.forecast-event-item-module_itemRow__EpJyx-yt__platform-desktop-ui:not(:first-of-type) {
    border-top: 1px solid var(--eventTableBorder)
}

.forecast-event-item-module_itemWrapper__qBVAT-V9__platform-desktop-ui {
    display: flex;
    justify-content: space-between
}

.forecast-event-item-module_itemTextWrapper__-E0XcaFt__platform-desktop-ui {
    display: flex;
    flex-direction: column;
    line-height: 20px
}

.forecast-event-item-module_itemTextTeams__5qv-k9NN__platform-desktop-ui {
    font-size: 14px;
    font-weight: 400;
    color: var(--mainColor)
}

.forecast-event-item-module_itemTextTeamsLink__Ms9Z6FKU__platform-desktop-ui {
    text-decoration: none;
    color: inherit
}

.forecast-event-item-module_itemTextLeagues__PWLXLr-F__platform-desktop-ui {
    color: var(--mainColor);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    display: flex
}

.forecast-event-item-module_itemTextTime__K4uAJ7sm__platform-desktop-ui {
    font-size: 12px;
    color: var(--eventHalfInformation)
}

.forecast-event-item-module_eventItemActionWrapper__1Vv-rZmD__platform-desktop-ui {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 15px;
    width: 330px;
    min-width: 330px
}

@media screen and (max-width: 1000px) {
    .forecast-event-item-module_eventItemActionWrapper__1Vv-rZmD__platform-desktop-ui {
        width:200px;
        min-width: 200px
    }
}

.forecast-modal-module_modal__DwfDOiHS__platform-desktop-ui {
    background-color: var(--bodyBackgroundColor)
}

.forecast-modal-module_modalTitle__DmN2Nn4L__platform-desktop-ui {
    color: var(--headerBackground);
    font-size: 17px;
    line-height: 16px;
    text-transform: uppercase;
    text-align: center;
    padding: 30px 0
}

.forecast-modal-module_modalContent__0dmwheDY__platform-desktop-ui {
    padding: 0 20px 20px
}

.forecast-modal-module_modalContent__0dmwheDY__platform-desktop-ui ol {
    padding: 0 15px;
    color: var(--mainColor);
    font-size: 12px;
    line-height: 30px
}

.forecast-modal-module_modalInfo__SIBXxnPe__platform-desktop-ui {
    padding: 20px 0
}

.forecast-modal-module_modalStar__IOMv-wci__platform-desktop-ui {
    color: var(--starColor)
}

.forecast-modal-module_modalInfoStar__zaUWsikm__platform-desktop-ui {
    color: var(--eventHalfInformation);
    font-size: 12px;
    line-height: 20px
}

.forecast-modal-module_modalText__mVvhcOb7__platform-desktop-ui {
    color: var(--mainColor);
    font-size: 12px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 30px
}

.forecast-modal-module_modalCondition__LLbHEN86__platform-desktop-ui {
    color: var(--mainColor);
    font-size: 12px
}

.forecast-module_forecastFooter__62CKgQsy__platform-desktop-ui {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 160px;
    border-radius: 0 0 var(--baseBorderRadius) var(--baseBorderRadius);
    padding: 0 20px;
    background-color: var(--eventTableBorder)
}

.forecast-module_forecastContent__WPz9cR2Q__platform-desktop-ui {
    box-shadow: 0 0 5px #0000004d;
    background: var(--eventSectionBackground)
}

.forecast-module_forecastContentBanner__Yc2fV9j3__platform-desktop-ui {
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: inherit;
    overflow: hidden;
    border-radius: 0 0 var(--baseBorderRadius) var(--baseBorderRadius);
    position: relative
}

.forecast-module_forecastText__qxFOvr0N__platform-desktop-ui {
    padding: 20px;
    color: var(--mainColor);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
}

.forecast-module_forecastHeader__zBMmIKkT__platform-desktop-ui {
    background: var(--eventHeadingBackground);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 20px;
    width: 100%;
    height: 35px;
    font-size: 12px;
    font-weight: 400;
    color: var(--eventHeading)
}

.forecast-module_forecastHeader__zBMmIKkT__platform-desktop-ui .forecast-module_forecastEventButtonWrapper__l6mhLUkS__platform-desktop-ui {
    width: 50px;
    text-align: center
}

.forecast-module_forecastItemActionWrapper__4KYC4sv7__platform-desktop-ui {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 15px;
    width: 330px;
    min-width: 330px
}

@media screen and (max-width: 1000px) {
    .forecast-module_forecastItemActionWrapper__4KYC4sv7__platform-desktop-ui {
        width:200px;
        min-width: 200px
    }
}

.forecast-module_footerLeft__M3LyB6SJ__platform-desktop-ui {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    color: var(--mainColor)
}

.forecast-module_footerRight__a9swZElX__platform-desktop-ui {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    justify-content: center;
    gap: 12px;
    text-align: center
}

.forecast-module_footerRightSelected__K1ztZ8zh__platform-desktop-ui {
    text-transform: uppercase;
    font-weight: 700
}

.forecast-module_footerLink__h4x3033E__platform-desktop-ui {
    color: var(--buttonMain);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: underline;
    padding-top: 9px;
    cursor: pointer
}

.forecast-module_forecastButtons__SASSnRXn__platform-desktop-ui {
    height: -moz-fit-content;
    height: fit-content;
    padding-inline:52px}

.forecast-module_forecastButtons__SASSnRXn__platform-desktop-ui svg {
    margin-left: 5px
}

.verification-ondato-module_text__9kBPkFl4__platform-desktop-ui {
    background-color: var(--verificationConteinerBG);
    border: 1px solid var(--verificationConteinerBorder);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding: 24px 0
}

.verification-ondato-module_text__9kBPkFl4__platform-desktop-ui .verification-ondato-module_icon__GO48JREB__platform-desktop-ui {
    width: 32px;
    height: 32px;
    margin-bottom: 8px
}

.verification-ondato-module_text__9kBPkFl4__platform-desktop-ui .verification-ondato-module_or__2NVBk61A__platform-desktop-ui {
    margin: 16px 0
}

.verification-ondato-module_text__9kBPkFl4__platform-desktop-ui .verification-ondato-module_link__Wd9nzIFm__platform-desktop-ui {
    color: var(--verificationLinkColor);
    text-decoration: underline;
    cursor: pointer;
    font-weight: 700
}

.verification-ondato-module_uploadSectionItems__M8d7tJBE__platform-desktop-ui {
    margin-top: 25px;
    display: grid;
    grid-auto-rows: 130px;
    grid-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr
}

.verification-ondato-module_verificationButton__TUNDTRj4__platform-desktop-ui button {
    margin-left: 12px
}

.verification-ondato-module_verificationUpload__k2xuI1Wj__platform-desktop-ui {
    position: relative;
    width: 100%
}

.verification-ondato-module_verificationUpload__k2xuI1Wj__platform-desktop-ui .verification-ondato-module_inner__nrjkFpPQ__platform-desktop-ui {
    padding-top: 40px;
    min-width: 620px
}

.verification-ondato-module_verificationUpload__k2xuI1Wj__platform-desktop-ui .verification-ondato-module_row__ZxtXb7FQ__platform-desktop-ui {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 70px;
    padding: 0 15px
}

.verification-ondato-module_verificationUpload__k2xuI1Wj__platform-desktop-ui .verification-ondato-module_row__ZxtXb7FQ__platform-desktop-ui.verification-ondato-module_header__7CAqHBQt__platform-desktop-ui {
    min-height: 40px;
    background: var(--freeBetBorderColor)
}

.verification-ondato-module_verificationUpload__k2xuI1Wj__platform-desktop-ui .verification-ondato-module_column__BBcDmUex__platform-desktop-ui {
    padding: 15px 5px;
    word-wrap: break-word
}

.verification-ondato-module_verificationUpload__k2xuI1Wj__platform-desktop-ui .verification-ondato-module_column__BBcDmUex__platform-desktop-ui p {
    margin: 0;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word
}

.verification-ondato-module_verificationUpload__k2xuI1Wj__platform-desktop-ui .verification-ondato-module_column__BBcDmUex__platform-desktop-ui:nth-child(1) {
    width: 20%
}

.verification-ondato-module_verificationUpload__k2xuI1Wj__platform-desktop-ui .verification-ondato-module_column__BBcDmUex__platform-desktop-ui:nth-child(2) {
    flex: 1 1 40%;
    max-width: 40%
}

.verification-ondato-module_verificationUpload__k2xuI1Wj__platform-desktop-ui .verification-ondato-module_column__BBcDmUex__platform-desktop-ui:nth-child(3) {
    flex: 1 1 20%;
    text-align: center
}

.verification-ondato-module_verificationUpload__k2xuI1Wj__platform-desktop-ui .verification-ondato-module_column__BBcDmUex__platform-desktop-ui:nth-child(4) {
    flex: 1 1 20%;
    text-align: right
}

.verification-default-module_uploadSectionItems__xoEmDSw1__platform-desktop-ui {
    display: flex;
    flex-wrap: wrap;
    margin: -12px -12px 0 0
}

[class^=hidden-upload] {
    display: none
}

[class^=form__section-text] {
    margin-bottom: 25px
}

.verification-default-module_verificationButton__JWUYG0gt__platform-desktop-ui button {
    margin-left: 12px
}

.verification-default-module_verificationUploadList__Kyy5ZPEx__platform-desktop-ui {
    position: relative;
    width: 100%
}

.verification-default-module_verificationUploadList__Kyy5ZPEx__platform-desktop-ui .verification-default-module_inner__2hBkWg-R__platform-desktop-ui {
    padding-top: 40px;
    min-width: 620px
}

.verification-default-module_verificationUploadList__Kyy5ZPEx__platform-desktop-ui .verification-default-module_row__E1iK4OC6__platform-desktop-ui {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 70px;
    padding: 0 15px
}

.verification-default-module_verificationUploadList__Kyy5ZPEx__platform-desktop-ui .verification-default-module_row__E1iK4OC6__platform-desktop-ui.verification-default-module_header__WLhh-xh2__platform-desktop-ui {
    min-height: 40px;
    background: var(--freeBetBorderColor)
}

.verification-default-module_verificationUploadList__Kyy5ZPEx__platform-desktop-ui .verification-default-module_column__RmjsXTAt__platform-desktop-ui {
    padding: 15px 5px;
    word-wrap: break-word
}

.verification-default-module_verificationUploadList__Kyy5ZPEx__platform-desktop-ui .verification-default-module_column__RmjsXTAt__platform-desktop-ui p {
    margin: 0;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word
}

.verification-default-module_verificationUploadList__Kyy5ZPEx__platform-desktop-ui .verification-default-module_column__RmjsXTAt__platform-desktop-ui:nth-child(1) {
    width: 20%
}

.verification-default-module_verificationUploadList__Kyy5ZPEx__platform-desktop-ui .verification-default-module_column__RmjsXTAt__platform-desktop-ui:nth-child(2) {
    flex: 1 1 40%;
    max-width: 40%
}

.verification-default-module_verificationUploadList__Kyy5ZPEx__platform-desktop-ui .verification-default-module_column__RmjsXTAt__platform-desktop-ui:nth-child(3) {
    flex: 1 1 20%;
    text-align: center
}

.verification-default-module_verificationUploadList__Kyy5ZPEx__platform-desktop-ui .verification-default-module_column__RmjsXTAt__platform-desktop-ui:nth-child(4) {
    flex: 1 1 20%;
    text-align: right
}

@media only screen and (max-width: 960px) {
    .verification-default-module_verificationUpload__yrCT7ucZ__platform-desktop-ui {
        overflow-x:scroll
    }
}

.verification-options-module_verificationOption__8u5t8IEK__platform-desktop-ui {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    background-color: #f4f4f4
}

.verification-options-module_verificationOption__8u5t8IEK__platform-desktop-ui:not(:first-child) {
    margin-top: 10px
}

.verification-options-module_verificationOption__8u5t8IEK__platform-desktop-ui .verification-options-module_title__VZAE9bXn__platform-desktop-ui {
    font-size: 16px;
    font-weight: 700;
    text-align: left
}

.verification-options-module_verificationOption__8u5t8IEK__platform-desktop-ui .verification-options-module_buttonWrap__pzpD1GyJ__platform-desktop-ui {
    display: flex;
    align-items: center;
    gap: 15px;
    text-wrap: nowrap
}

.verification-options-module_verificationOptionUploadItems__18RSsMkJ__platform-desktop-ui {
    display: flex;
    flex-wrap: wrap
}

.game-recommendations-modal-module_closeButton__GdKR-oeE__platform-desktop-ui {
    position: absolute;
    right: 16px;
    top: 22px;
    color: var(--black);
    font-size: 14px
}

.game-recommendations-modal-module_wrapper__UxrZycz4__platform-desktop-ui {
    padding: 24px;
    background: var(--modalBackground);
    border-radius: var(--modalBorderRadius, 8px);
    width: 485px
}

@media screen and (max-width: 485px) {
    .game-recommendations-modal-module_wrapper__UxrZycz4__platform-desktop-ui {
        width:auto;
        padding: 16px
    }
}

.game-recommendations-modal-module_title__I3rKeXzh__platform-desktop-ui {
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px
}

.game-recommendations-modal-module_gamesWrap__7JZah5lm__platform-desktop-ui {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
    margin: 10px 0
}

.sport-page-module_pageWrapper__38AmcmeN__platform-desktop-ui {
    display: flex;
    flex-flow: column;
    justify-content: center;
    min-height: 600px;
    margin: auto;
    padding: 28px 20px
}

@media (max-width: 1540px) {
    .sport-page-module_pageWrapper__38AmcmeN__platform-desktop-ui .sport-page-module_bannerItemWrapper__DhDk-nKQ__platform-desktop-ui {
        max-width:calc(33.33% - 60px)
    }
}

.sport-page-module_asiaContainer__fzNPGfVb__platform-desktop-ui {
    position: relative;
    padding-top: 69px
}

.sport-page-module_boostedOddsTitle__tWis1PSg__platform-desktop-ui {
    color: var(--white);
    font-size: 32px;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: .32px;
    padding: 15px 0
}

.sport-page-module_boostedOddsWrapper__gniUezjj__platform-desktop-ui {
    position: relative;
    max-width: 1295px
}

.sport-page-module_asiaContainer__fzNPGfVb__platform-desktop-ui.sport-page-module_mobile__BM8yL73A__platform-desktop-ui .sport-page-module_boostedOddsWrapper__gniUezjj__platform-desktop-ui {
    max-width: 100vw
}

body.menu-cms-header-view .sport-page-module_asiaContainer__fzNPGfVb__platform-desktop-ui {
    padding-top: var(--menuCmsHeaderBodyTopPadding)
}

@media (max-width: 1540px) {
    .sport-page-module_pageWrapper__38AmcmeN__platform-desktop-ui {
        min-height:480px
    }
}

.wheel-of-fortune-modal-module_modal__uVi-J0w-__platform-desktop-ui .react-loading-skeleton {
    --base-color: var(--skeletonBaseColor);
    --highlight-color: var(--skeletonAccentColor)
}

.wheel-of-fortune-modal-module_modal__uVi-J0w-__platform-desktop-ui .ui-modal-portal__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 50px;
    margin: auto;
    overflow: hidden;
    background: var(--wofModalBg);
    width: 930px;
    border-radius: 8px
}

.wheel-of-fortune-effects-module_bgEffect__He-qsc8d__platform-desktop-ui {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1
}

.wheel-of-fortune-effects-module_bgEffectFirst__5VJDsRZ7__platform-desktop-ui {
    opacity: .3;
    width: 300%
}

.wheel-of-fortune-effects-module_bgEffectSecond__DnOyRU3-__platform-desktop-ui {
    width: 150%
}

.wheel-of-fortune-stars-module_stars__H89oaeq0__platform-desktop-ui {
    display: flex
}

.wheel-of-fortune-stars-module_star__NUrIAP3e__platform-desktop-ui {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    animation: wheel-of-fortune-stars-module_wheel-star-blink__HCYPDCc7__platform-desktop-ui ease infinite backwards;
    background: var(--wofStarBg);
    box-shadow: 0 0 20px 6px var(--wofStarBoxShadow);
    transition: box-shadow .3s ease-in-out;
    z-index: 1
}

.wheel-of-fortune-stars-module_star__NUrIAP3e__platform-desktop-ui:nth-child(1) {
    top: 85px;
    left: -70px;
    width: 9px;
    height: 9px;
    animation-duration: 6s
}

.wheel-of-fortune-stars-module_star__NUrIAP3e__platform-desktop-ui:nth-child(2) {
    top: 80px;
    left: -10px;
    animation-duration: 4s
}

.wheel-of-fortune-stars-module_star__NUrIAP3e__platform-desktop-ui:nth-child(3) {
    top: -20px;
    left: 145px;
    animation-duration: 6s
}

.wheel-of-fortune-stars-module_star__NUrIAP3e__platform-desktop-ui:nth-child(4) {
    top: -25px;
    right: 120px;
    animation-duration: 4s
}

.wheel-of-fortune-stars-module_star__NUrIAP3e__platform-desktop-ui:nth-child(5) {
    top: 85px;
    right: 0;
    width: 9px;
    height: 9px;
    animation-duration: 6s
}

.wheel-of-fortune-stars-module_star__NUrIAP3e__platform-desktop-ui:nth-child(6) {
    bottom: 50%;
    right: -80px;
    animation-duration: 4s
}

.wheel-of-fortune-stars-module_star__NUrIAP3e__platform-desktop-ui:nth-child(7) {
    bottom: 125px;
    right: -50px;
    animation-duration: 6s
}

.wheel-of-fortune-stars-module_star__NUrIAP3e__platform-desktop-ui:nth-child(8) {
    bottom: -30px;
    right: -10px;
    animation-duration: 4s
}

.wheel-of-fortune-stars-module_star__NUrIAP3e__platform-desktop-ui:nth-child(9) {
    bottom: -10px;
    right: 80px;
    width: 3px;
    height: 3px;
    animation-duration: 6s
}

.wheel-of-fortune-stars-module_star__NUrIAP3e__platform-desktop-ui:nth-child(10) {
    bottom: -40px;
    left: 85px;
    width: 9px;
    height: 9px;
    animation-duration: 4s
}

.wheel-of-fortune-stars-module_star__NUrIAP3e__platform-desktop-ui:nth-child(11) {
    bottom: -20px;
    left: -55px;
    width: 3px;
    height: 3px;
    animation-duration: 6s
}

.wheel-of-fortune-stars-module_star__NUrIAP3e__platform-desktop-ui:nth-child(12) {
    bottom: 210px;
    left: -90px;
    width: 3px;
    height: 3px;
    animation-duration: 4s
}

.wheel-of-fortune-stars-module_star__NUrIAP3e__platform-desktop-ui:nth-child(13) {
    bottom: 265px;
    left: -50px;
    width: 9px;
    height: 9px;
    animation-duration: 6s
}

@keyframes wheel-of-fortune-stars-module_wheel-star-blink__HCYPDCc7__platform-desktop-ui {
    0% {
        box-shadow: 0 0 20px 6px var(--wofStarBoxShadow)
    }

    50% {
        box-shadow: 0 0 0 0 var(--wofStarBoxShadow)
    }

    to {
        box-shadow: 0 0 20px 6px var(--wofStarBoxShadow)
    }
}

.wheel-of-fortune-lights-module_lights__0XG-om8X__platform-desktop-ui {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 4
}

.wheel-of-fortune-lights-module_lightsLamp__neV3e-5R__platform-desktop-ui {
    width: 10px;
    height: 100%;
    position: absolute;
    top: var(--wofLightsLampTopMobile, 2px);
    left: 50%;
    margin-left: -4px
}

.wheel-of-fortune-lights-module_lightsLamp__neV3e-5R__platform-desktop-ui:nth-child(1) {
    display: none
}

.wheel-of-fortune-lights-module_lightsLamp__neV3e-5R__platform-desktop-ui:before {
    content: "";
    position: absolute;
    top: var(--wofLightsLampTop, 16px);
    left: 50%;
    border-radius: 50%;
    background: var(--wofLightLampBg);
    width: var(--wofLightsLampBeforeWidth, 13px);
    height: var(--wofLightsLampBeforeHeight, 13px);
    margin-left: -5px;
    box-shadow: 0 0 20px 6px var(--wofLightLampBoxShadow);
    transition: box-shadow .3s ease-in-out
}

.wheel-of-fortune-lights-module_lightsLamp__neV3e-5R__platform-desktop-ui:nth-child(odd):before {
    animation: wheel-of-fortune-lights-module_wheel-lights-odd__dZ9AAvbe__platform-desktop-ui 1.5s ease infinite backwards
}

.wheel-of-fortune-lights-module_lightsLamp__neV3e-5R__platform-desktop-ui:nth-child(2n):before {
    animation: wheel-of-fortune-lights-module_wheel-lights-even__bbxguxKg__platform-desktop-ui 1.5s ease infinite backwards
}

@keyframes wheel-of-fortune-lights-module_wheel-lights-even__bbxguxKg__platform-desktop-ui {
    0% {
        box-shadow: 0 0 20px 6px var(--wofLightLampBoxShadow)
    }

    50% {
        box-shadow: 0 0 0 0 var(--wofLightLampBoxShadow)
    }

    to {
        box-shadow: 0 0 20px 6px var(--wofLightLampBoxShadow)
    }
}

@keyframes wheel-of-fortune-lights-module_wheel-lights-odd__dZ9AAvbe__platform-desktop-ui {
    0% {
        box-shadow: 0 0 0 0 var(--wofLightLampBoxShadow)
    }

    50% {
        box-shadow: 0 0 20px 6px var(--wofLightLampBoxShadow)
    }

    to {
        box-shadow: 0 0 0 0 var(--wofLightLampBoxShadow)
    }
}

@media (max-width: 768px) {
    .wheel-of-fortune-lights-module_lights__0XG-om8X__platform-desktop-ui {
        width:calc(100% + 15px);
        height: calc(100% + 15px)
    }
}

.wheel-of-fortune-coins-module_coins__6azB11cM__platform-desktop-ui {
    display: flex
}

.wheel-of-fortune-coins-module_coin__DI9U2jy-__platform-desktop-ui {
    position: absolute;
    animation: wheel-of-fortune-coins-module_down-to-up-animation__X9S4Zx-0__platform-desktop-ui linear infinite;
    z-index: 2
}

.wheel-of-fortune-coins-module_coin__DI9U2jy-__platform-desktop-ui:nth-child(1) {
    top: 150px;
    left: -140px
}

.wheel-of-fortune-coins-module_coin__DI9U2jy-__platform-desktop-ui:nth-child(2) {
    top: -40px;
    left: 0
}

.wheel-of-fortune-coins-module_coin__DI9U2jy-__platform-desktop-ui:nth-child(3) {
    top: -30px;
    right: -10px
}

.wheel-of-fortune-coins-module_coin__DI9U2jy-__platform-desktop-ui:nth-child(4) {
    top: 120px;
    right: -110px
}

.wheel-of-fortune-coins-module_coin__DI9U2jy-__platform-desktop-ui:nth-child(5) {
    bottom: 200px;
    right: -40px
}

.wheel-of-fortune-coins-module_coin__DI9U2jy-__platform-desktop-ui:nth-child(6) {
    bottom: 0;
    right: -50px
}

.wheel-of-fortune-coins-module_coin__DI9U2jy-__platform-desktop-ui:nth-child(7) {
    bottom: 0;
    left: 0
}

.wheel-of-fortune-coins-module_coin__DI9U2jy-__platform-desktop-ui:nth-child(8) {
    bottom: 35px;
    left: -150px
}

.wheel-of-fortune-coins-module_coin__DI9U2jy-__platform-desktop-ui:nth-child(odd) {
    animation-duration: 6s
}

.wheel-of-fortune-coins-module_coin__DI9U2jy-__platform-desktop-ui:nth-child(2n) {
    animation-duration: 4s
}

@keyframes wheel-of-fortune-coins-module_down-to-up-animation__X9S4Zx-0__platform-desktop-ui {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(0)
    }
}

.wheel-of-fortune-modal-notification-module_modal__4xoUZA0-__platform-desktop-ui .react-loading-skeleton {
    --base-color: var(--skeletonBaseColor);
    --highlight-color: var(--skeletonAccentColor)
}

.wheel-of-fortune-modal-notification-module_modal__4xoUZA0-__platform-desktop-ui .ui-modal-portal__close-button {
    display: none
}

.wheel-of-fortune-success-modal-module_modal__99Wf7CiL__platform-desktop-ui .react-loading-skeleton {
    --base-color: var(--skeletonBaseColor);
    --highlight-color: var(--skeletonAccentColor)
}

.wheel-of-fortune-success-modal-module_modal__99Wf7CiL__platform-desktop-ui .ui-modal-portal__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 565px;
    border-radius: 8px
}

.wheel-of-fortune-success-lights-module_lights__YlbQyocO__platform-desktop-ui {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wheel-of-fortune-success-lights-module_lightsWrapper__-BCU5raD__platform-desktop-ui {
    position: absolute
}

.wheel-of-fortune-success-lights-module_lightsWrapperLeft__uQqHqHRd__platform-desktop-ui {
    left: 0
}

.wheel-of-fortune-success-lights-module_lightsWrapperLeft__uQqHqHRd__platform-desktop-ui.wheel-of-fortune-success-lights-module_lightsWrapperBottom__Y791gfu-__platform-desktop-ui {
    transform: scaleY(-1)
}

.wheel-of-fortune-success-lights-module_lightsWrapperRight__n0CNgDrs__platform-desktop-ui {
    right: 0;
    transform: scaleX(-1)
}

.wheel-of-fortune-success-lights-module_lightsWrapperRight__n0CNgDrs__platform-desktop-ui.wheel-of-fortune-success-lights-module_lightsWrapperBottom__Y791gfu-__platform-desktop-ui {
    transform: scale(-1)
}

.wheel-of-fortune-success-lights-module_lightsWrapperBottom__Y791gfu-__platform-desktop-ui {
    bottom: 0
}

.wheel-of-fortune-success-lights-module_lamp__OlC-QsNP__platform-desktop-ui {
    position: absolute;
    top: 5px;
    left: 0
}

.wheel-of-fortune-success-lights-module_lamp__OlC-QsNP__platform-desktop-ui:nth-child(1) {
    left: 135px;
    top: 2px
}

.wheel-of-fortune-success-lights-module_lamp__OlC-QsNP__platform-desktop-ui:nth-child(2) {
    left: 110px;
    top: 2px
}

.wheel-of-fortune-success-lights-module_lamp__OlC-QsNP__platform-desktop-ui:nth-child(3) {
    left: 90px;
    top: 2px
}

.wheel-of-fortune-success-lights-module_lamp__OlC-QsNP__platform-desktop-ui:nth-child(4) {
    left: 70px;
    top: 2px
}

.wheel-of-fortune-success-lights-module_lamp__OlC-QsNP__platform-desktop-ui:nth-child(5) {
    left: 50px;
    top: 2px
}

.wheel-of-fortune-success-lights-module_lamp__OlC-QsNP__platform-desktop-ui:nth-child(6) {
    left: 30px;
    top: 2px
}

.wheel-of-fortune-success-lights-module_lamp__OlC-QsNP__platform-desktop-ui:nth-child(7) {
    left: 10px;
    top: 14px
}

.wheel-of-fortune-success-lights-module_lamp__OlC-QsNP__platform-desktop-ui:nth-child(8) {
    left: 6px;
    top: 35px
}

.wheel-of-fortune-success-lights-module_lamp__OlC-QsNP__platform-desktop-ui:nth-child(9) {
    left: 6px;
    top: 58px
}

.wheel-of-fortune-success-lights-module_lamp__OlC-QsNP__platform-desktop-ui:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: var(--wofLightLampBg);
    width: 6px;
    height: 6px;
    margin-left: -5px;
    box-shadow: 0 0 6px 6px var(--wofLightLampBoxShadow);
    transition: box-shadow .3s ease-in-out
}

.wheel-of-fortune-success-lights-module_lamp__OlC-QsNP__platform-desktop-ui:nth-child(odd):before {
    animation: wheel-of-fortune-success-lights-module_wheel-lights-odd__kuLOsmX2__platform-desktop-ui 1.5s ease infinite backwards
}

.wheel-of-fortune-success-lights-module_lamp__OlC-QsNP__platform-desktop-ui:nth-child(2n):before {
    animation: wheel-of-fortune-success-lights-module_wheel-lights-even__Bd6usxqf__platform-desktop-ui 1.5s ease infinite backwards
}

@keyframes wheel-of-fortune-success-lights-module_wheel-lights-even__Bd6usxqf__platform-desktop-ui {
    0% {
        box-shadow: 0 0 6px 6px var(--wofLightLampBoxShadow)
    }

    50% {
        box-shadow: 0 0 0 0 var(--wofLightLampBoxShadow)
    }

    to {
        box-shadow: 0 0 6px 6px var(--wofLightLampBoxShadow)
    }
}

@keyframes wheel-of-fortune-success-lights-module_wheel-lights-odd__kuLOsmX2__platform-desktop-ui {
    0% {
        box-shadow: 0 0 0 0 var(--wofLightLampBoxShadow)
    }

    50% {
        box-shadow: 0 0 6px 6px var(--wofLightLampBoxShadow)
    }

    to {
        box-shadow: 0 0 0 0 var(--wofLightLampBoxShadow)
    }
}

.column-common-module_bold700__hgJcZk4H__platform-desktop-ui {
    font-weight: 700
}

.BetDetails-module_betRow__HxTYMVxq__platform-desktop-ui {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: space-between;
    padding-left: 50px
}

.BetDetails-module_betRow__HxTYMVxq__platform-desktop-ui+.BetDetails-module_betRow__HxTYMVxq__platform-desktop-ui {
    border-top: 1px solid var(--cabinetTableBorderColor);
    margin-top: 9px;
    padding-top: 9px
}

.BetDetails-module_betMakerRow__CI4z7niB__platform-desktop-ui {
    padding-left: 20px;
    padding-bottom: 10px
}

.BetDetails-module_betItem__ppUiHVXq__platform-desktop-ui {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    padding-right: 10px
}

.BetDetails-module_betItem__ppUiHVXq__platform-desktop-ui span {
    display: block
}

.BetDetails-module_betItem__ppUiHVXq__platform-desktop-ui span+span {
    padding-top: 5px
}

.BetDetails-module_betItem__ppUiHVXq__platform-desktop-ui.BetDetails-module_width100__4JNGHXRm__platform-desktop-ui {
    flex: 0 0 100px
}

.BetDetails-module_betItem__ppUiHVXq__platform-desktop-ui.BetDetails-module_width150__9Yk0gYTm__platform-desktop-ui {
    flex: 0 0 150px
}

.BetDetails-module_betItem__ppUiHVXq__platform-desktop-ui.BetDetails-module_width200__I0s9MXsx__platform-desktop-ui {
    flex: 0 0 200px
}

.BetDetails-module_betItem__ppUiHVXq__platform-desktop-ui.BetDetails-module_noOneLine__Tk5HZFbx__platform-desktop-ui {
    white-space: normal
}

.BetDetails-module_betItem__ppUiHVXq__platform-desktop-ui.BetDetails-module_betMakerItem__9wurKKca__platform-desktop-ui {
    text-transform: capitalize
}

.BetDetails-module_leagueInfo__YP07pYjQ__platform-desktop-ui,.BetDetails-module_teams__oiYhlxll__platform-desktop-ui {
    position: relative
}

.BetDetails-module_iconWrapper__IfRd5F6U__platform-desktop-ui {
    display: flex;
    align-items: center;
    position: absolute;
    transform: translate(-100%);
    top: 2px
}

.BetDetails-module_iconWrapper__IfRd5F6U__platform-desktop-ui .BetDetails-module_gameIcon__w--zI4sj__platform-desktop-ui {
    display: block;
    width: 16px;
    position: relative;
    top: -1px;
    margin-right: 8px
}

.BetDetails-module_iconWrapper__IfRd5F6U__platform-desktop-ui .BetDetails-module_gameIcon__w--zI4sj__platform-desktop-ui img {
    display: block;
    width: 100%
}

.BetDetails-module_liveIcon__QNzvWQPm__platform-desktop-ui {
    position: absolute;
    left: -4px;
    top: 18px;
    transform: translate(-100%)
}

.BetDetails-module_betBuilderMarket__0RtnF-Vy__platform-desktop-ui {
    margin-bottom: 8px
}

.BetStake-module_amount__sHX5DNsz__platform-desktop-ui {
    position: relative;
    display: flex;
    align-items: center
}

.BetStake-module_freeContainer__DMAFPtGf__platform-desktop-ui {
    position: relative;
    display: flex;
    flex-direction: column
}

.BetStake-module_stakeCotainer__DJLFGclS__platform-desktop-ui {
    display: flex;
    align-items: center
}

.BetStake-module_win__MPiPHZDW__platform-desktop-ui {
    color: var(--cabinetTableStakeWin)
}

.BetStake-module_pending__UipaeXKE__platform-desktop-ui {
    color: var(--cabinetTableStakePending)
}

.BetStake-module_riskFreeBet__02ly2inU__platform-desktop-ui {
    color: var(--cabinetTableStakeWin)
}

.BetStake-module_padding__Troa3CXF__platform-desktop-ui {
    padding: 0 5px
}

.BetStake-module_freeBetIcon__pH2X9DFl__platform-desktop-ui {
    padding-right: 5px
}

.Cashout-module_button__SowGdiTu__platform-desktop-ui {
    width: 150px;
    border-radius: 26px;
    overflow: hidden;
    margin-top: -5px
}

.win-amount-module_amount__RJNZ96oM__platform-desktop-ui {
    display: flex;
    align-items: center
}

.win-amount-module_win__iKOPGyOw__platform-desktop-ui {
    color: var(--cabinetTableStakeWin)
}

.win-amount-module_pending__ROE-S2jD__platform-desktop-ui {
    color: var(--cabinetTableStakePending)
}

.win-amount-module_riskFreeBet__-jnPBm6s__platform-desktop-ui {
    color: var(--cabinetTableStakeWin)
}

.win-amount-module_padding__wXojuiM2__platform-desktop-ui {
    padding: 0 5px
}

.stake-module_amount__HLIXPmqj__platform-desktop-ui {
    display: flex;
    align-items: center;
    gap: 3px
}

.stake-module_risk_freebet_ico__aP5-O5eu__platform-desktop-ui {
    color: var(--riskIconColor);
    font-size: 16px
}

.filters-module_filters__E6l-jU8K__platform-desktop-ui {
    padding: 25px 16px
}

.filters-module_wrap__E8kAbh2e__platform-desktop-ui {
    display: flex
}

.filters-module_reset__dZ1nww2O__platform-desktop-ui {
    min-width: 85px;
    padding-left: 15px
}

.filters-module_options__Oqj-jLx4__platform-desktop-ui {
    display: flex;
    flex: 1;
    margin-left: -10px;
    margin-right: -10px
}

@media only screen and (max-width: 900px) {
    .filters-module_options__Oqj-jLx4__platform-desktop-ui {
        flex-direction:column
    }
}

.filters-module_optionsColumn__RJJWLOO4__platform-desktop-ui {
    display: flex;
    padding: 0 10px
}

.filters-module_optionsColumn__RJJWLOO4__platform-desktop-ui.filters-module_statusMinWidth__Uc5uec7S__platform-desktop-ui {
    min-width: 175px
}

@media only screen and (max-width: 900px) {
    .filters-module_optionsColumn__RJJWLOO4__platform-desktop-ui {
        max-width:310px
    }

    .filters-module_optionsColumn__RJJWLOO4__platform-desktop-ui:not(:first-child) {
        margin-top: 10px
    }
}

.filters-module_datepickerItem__S231uG7y__platform-desktop-ui:first-child {
    padding-right: 10px
}

.filters-module_datepickerItem__S231uG7y__platform-desktop-ui:last-child {
    padding-left: 10px
}

.cabinet-history-module_wrapper__9wm7vOua__platform-desktop-ui {
    overflow-y: hidden;
    overflow-x: auto
}

.cabinet-history-module_table__f0DJLhF4__platform-desktop-ui {
    width: 100%;
    position: relative
}

.cabinet-history-module_table__f0DJLhF4__platform-desktop-ui.cabinet-history-module_bettingHistory__GBdofF6F__platform-desktop-ui {
    min-width: 1350px
}

.cabinet-history-module_heading__h8TLO-Fg__platform-desktop-ui {
    background: var(--cabinetHistoryHeading)
}

tbody tr {
    transition: background-color .15s ease;
    border-bottom: 1px solid var(--cabinetTableBorderColor)
}

tbody tr:hover:not(.cabinet-history-module_inner__ksCTl-B6__platform-desktop-ui):not(.cabinet-history-module_active__hoTe0AI0__platform-desktop-ui) {
    background: var(--cabinetTableRowHoverBackground)
}

.cabinet-history-module_th__ypNP6Gxg__platform-desktop-ui {
    color: var(--cabinetHistoryHeadingColor);
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    min-height: 30px;
    padding: 8px 10px
}

.cabinet-history-module_th__ypNP6Gxg__platform-desktop-ui.cabinet-history-module_width100__ZAmR8A9x__platform-desktop-ui {
    width: 100px
}

.cabinet-history-module_th__ypNP6Gxg__platform-desktop-ui.cabinet-history-module_width150__CtRdUXkl__platform-desktop-ui {
    width: 150px
}

.cabinet-history-module_th__ypNP6Gxg__platform-desktop-ui.cabinet-history-module_width250__VPbAqbN7__platform-desktop-ui {
    width: 250px
}

.cabinet-history-module_td__6ifpnuy-__platform-desktop-ui {
    color: var(--cabinetTableTdBaseColor);
    font-size: 14px;
    font-weight: 400;
    padding: 15px 10px;
    vertical-align: top
}

.date-formatter-date {
    font-weight: 700
}

.cabinet-history-module_buttonsContainer__ZIEU5k8k__platform-desktop-ui {
    display: flex;
    gap: 2px
}

.actions-module_threeDotsBtn__r-WOQFWi__platform-desktop-ui,.actions-module_expandBtn__mlSBsetS__platform-desktop-ui {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--bettingTableRowActionsColor);
    transition: color .3s
}

.actions-module_threeDotsBtn__r-WOQFWi__platform-desktop-ui:focus,.actions-module_threeDotsBtn__r-WOQFWi__platform-desktop-ui:hover,.actions-module_expandBtn__mlSBsetS__platform-desktop-ui:focus,.actions-module_expandBtn__mlSBsetS__platform-desktop-ui:hover {
    color: var(--bettingTableRowActionsHoverColor)
}

.actions-module_threeDotsBtn__r-WOQFWi__platform-desktop-ui:active,.actions-module_expandBtn__mlSBsetS__platform-desktop-ui:active {
    transition: color .1s;
    color: var(--bettingTableRowActionsActiveColor)
}

.actions-module_expandBtn__mlSBsetS__platform-desktop-ui svg {
    transform: rotate(90deg)
}

@media (prefers-reduced-motion: no-preference) {
    .actions-module_expandBtn__mlSBsetS__platform-desktop-ui svg {
        transition: transform .3s
    }
}

.actions-module_expandBtn__mlSBsetS__platform-desktop-ui.actions-module_expanded__HwrywxPF__platform-desktop-ui svg {
    transform: rotate(-90deg)
}

.actions-module_threeDotsBtn__r-WOQFWi__platform-desktop-ui.dropdown-open {
    color: var(--bettingTableRowActionsActiveColor)
}

.actions-module_threeDotsMenu__K-BG3DwK__platform-desktop-ui {
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 5px 24px 0 var(--bettingThreeDotsMenuShadowColor)
}

.actions-module_threeDotsMenu__K-BG3DwK__platform-desktop-ui button {
    padding: 10px 17px 10px 10px;
    display: flex;
    gap: 8px;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    white-space: nowrap;
    color: var(--mainColor);
    background-color: var(--bettingThreeDotsMenuBg);
    transition: background .3s
}

.actions-module_threeDotsMenu__K-BG3DwK__platform-desktop-ui button svg {
    color: var(--bettingThreeDotsMenuIcoColor);
    font-size: 16px
}

.actions-module_threeDotsMenu__K-BG3DwK__platform-desktop-ui button:hover {
    background-color: var(--bettingThreeDotsMenuHoverBg)
}

.win-amount-module_amount__78OoEPPs__platform-desktop-ui {
    display: flex;
    align-items: center;
    gap: 5px
}

.win-amount-module_win__no0ECgWo__platform-desktop-ui {
    color: var(--cabinetTableStakeWin)
}

.win-amount-module_pending__-ubSIL2b__platform-desktop-ui {
    color: var(--cabinetTableStakePending)
}

.win-amount-module_riskFreeBet__bVZr0-h4__platform-desktop-ui {
    color: var(--cabinetTableStakeWin)
}

.details-module_w300__muVUctGR__platform-desktop-ui {
    width: 300px
}

td.details-module_leagueTd__89HUeb1y__platform-desktop-ui {
    background: var(--bettingTableLeagueBg);
    border: 1px solid var(--roundedTableHeadingBorderColor);
    padding-block:8px}

.details-module_league__10JjICEC__platform-desktop-ui {
    display: flex;
    align-items: center
}

.details-module_league__10JjICEC__platform-desktop-ui>* {
    margin-right: 4px
}

td.details-module_tableContainer__E7S-oGcV__platform-desktop-ui {
    padding-block:16px}

.details-module_table__DgLfoTQs__platform-desktop-ui {
    width: 100%
}

.details-module_table__DgLfoTQs__platform-desktop-ui th,.details-module_table__DgLfoTQs__platform-desktop-ui td {
    vertical-align: top;
    line-height: 24px;
    padding: 0
}

.details-module_headers__GDgIn0o5__platform-desktop-ui th {
    text-transform: uppercase
}

.details-module_headers__GDgIn0o5__platform-desktop-ui th,.details-module_headers__GDgIn0o5__platform-desktop-ui td {
    font-weight: 400;
    color: var(--bettingTableDetailsHeaderColor);
    text-align: left
}

.details-module_eventTime__EtxqWn71__platform-desktop-ui {
    display: flex;
    align-items: center
}

.details-module_live__-4BdggY3__platform-desktop-ui {
    margin-right: 3px
}

.details-module_competitors__f71V-hvp__platform-desktop-ui {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.details-module_sportIcon__-yjHM7jC__platform-desktop-ui {
    width: 18px;
    height: 18px
}

.betting-history-row-module_buttonsContainer__b3pbsThD__platform-desktop-ui {
    display: flex;
    justify-content: flex-end;
    gap: 4px
}

.betting-history-row-module_expanded__zzPyRqdK__platform-desktop-ui:hover:before {
    background-color: var(--roundedTableBgColor)!important
}

.betting-history-table-module_wrapper__v98-xVlD__platform-desktop-ui {
    overflow-y: hidden;
    overflow-x: auto
}

.betbuilder-markets-module_iframe__3nNWUZvb__platform-desktop-ui {
    width: 100%;
    height: 565px;
    border: none;
    margin-top: 8px
}

.betslip-inner-modal-module_Modal__tT9P639X__platform-desktop-ui {
    bottom: 0!important;
    height: auto!important;
    left: 0!important;
    max-height: 100vh!important;
    position: absolute!important;
    right: 0!important;
    top: 0!important
}

.betslip-inner-modal-module_ModalInner__GvGjsYC8__platform-desktop-ui {
    border-radius: 10px!important;
    margin: 0 16px!important;
    padding: 16px 12px;
    width: calc(100% - 32px)!important
}

.betslip-inner-modal-module_ModalContainer__IMyJ57VJ__platform-desktop-ui {
    bottom: 0;
    left: 0;
    overscroll-behavior: contain;
    position: absolute;
    right: 0;
    top: 0
}

.clear-outcomes-module_Button__cFDmonjo__platform-desktop-ui {
    cursor: pointer;
    fill: #fff!important;
    font-size: 18px!important;
    margin-bottom: auto;
    margin-top: auto
}

.clear-outcomes-module_ButtonInactive__RG5R6Qv6__platform-desktop-ui {
    opacity: .4
}

.coupon-header-module_Header__bp4l3KUv__platform-desktop-ui {
    background-color: var(--eventModalBackground);
    display: flex;
    min-height: 41px;
    justify-content: space-between;
    padding: 0 var(--rowSectionPadding);
    width: 100%
}

.coupon-header-module_HeaderMargin__jFlvXTfw__platform-desktop-ui {
    margin-bottom: 10px
}

.coupon-header-module_Button__pqs-IACq__platform-desktop-ui {
    margin-left: 20px
}

.coupon-header-module_ButtonFirst__NH2VmgiQ__platform-desktop-ui {
    margin-left: 0
}

.coupon-header-module_Tabs__IqIvsJsY__platform-desktop-ui {
    display: flex
}

.bet-settings-module_Aside__1BZNFZyV__platform-desktop-ui {
    border-radius: 0 0 var(--baseBorderRadius) var(--baseBorderRadius);
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: var(--bodyBackgroundColor)
}

.history-filter-module_Wrapper__USa2CgRh__platform-desktop-ui {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 15px 15px 7px;
    background: var(--couponContentBacground);
    color: var(--betslipButtonActiveColor)
}

.history-filter-module_Title__--sUVjgo__platform-desktop-ui {
    font-size: 14px;
    font-weight: 700
}

.history-filter-module_Icon__SXDOAxhd__platform-desktop-ui {
    height: 18px!important;
    width: 18px!important
}

.event-table-periods-history-module_resultRow__aaT6c6nm__platform-desktop-ui {
    font-weight: 400;
    white-space: nowrap;
    font-size: 10px;
    text-align: right
}

.event-table-periods-history-module_resultRow__aaT6c6nm__platform-desktop-ui:not(.event-table-periods-history-module_notOverflowed__DDw2Z9T9__platform-desktop-ui) {
    overflow: hidden;
    text-overflow: ellipsis
}

.event-table-periods-history-module_resultRow__aaT6c6nm__platform-desktop-ui span {
    display: inline;
    position: relative;
    white-space: nowrap;
    padding: 0 0 0 5px;
    color: var(--mslEventPeriodsHistoryColor)
}

.event-table-periods-history-module_resultRow__aaT6c6nm__platform-desktop-ui span:last-child {
    color: var(--allSportsTitleColor)
}

.event-table-periods-history-module_resultRow__aaT6c6nm__platform-desktop-ui span:nth-child(n+2):before {
    content: "|";
    font-size: 14px;
    padding-right: 5px;
    color: var(--mslEventPeriodsHistoryColor)
}

.event-table-periods-history-module_resultRow__aaT6c6nm__platform-desktop-ui.event-table-periods-history-module_limitedWidth__5xjKKb8i__platform-desktop-ui span:nth-child(n+2):before {
    font-size: 10px
}

.event-table-periods-history-module_resultRow__aaT6c6nm__platform-desktop-ui.event-table-periods-history-module_notOverflowed__DDw2Z9T9__platform-desktop-ui {
    text-overflow: unset;
    overflow: auto
}

.event-table-periods-history-module_resultRow__aaT6c6nm__platform-desktop-ui.event-table-periods-history-module_overflowed__6DfbA56l__platform-desktop-ui {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
    line-height: 16px
}

.event-table-periods-history-module_resultRow__aaT6c6nm__platform-desktop-ui.event-table-periods-history-module_white__ftZYpg3A__platform-desktop-ui {
    color: var(--white);
    font-size: 14px;
    line-height: 20px
}

.event-table-periods-history-module_resultRow__aaT6c6nm__platform-desktop-ui.event-table-periods-history-module_white__ftZYpg3A__platform-desktop-ui span:last-child {
    color: var(--white)
}

.event-table-periods-history-module_resultRow__aaT6c6nm__platform-desktop-ui.event-table-periods-history-module_white__ftZYpg3A__platform-desktop-ui .event-table-periods-history-module_statusName__65Na3gKE__platform-desktop-ui {
    color: var(--white)
}

.event-table-periods-history-module_eventMoreOnePeriod__NwUWJsVc__platform-desktop-ui {
    position: absolute;
    top: 22px;
    right: 0;
    min-height: 28px;
    line-height: 16px;
    padding: 6px 8px;
    color: var(--white);
    background: var(--eventResultTooltip);
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease;
    z-index: 10;
    white-space: nowrap
}

.event-table-periods-history-module_eventMoreOnePeriod__NwUWJsVc__platform-desktop-ui .event-table-periods-history-module_info__UcrCPB-y__platform-desktop-ui {
    background: var(--eventResultTooltip)
}

.event-table-periods-history-module_tooltipTrigger__6Ew1nhXr__platform-desktop-ui:hover~.event-table-periods-history-module_eventMoreOnePeriod__NwUWJsVc__platform-desktop-ui {
    opacity: 1;
    visibility: visible
}

.event-table-periods-history-module_tooltipTriggerClickable__xYKJl1FV__platform-desktop-ui~.event-table-periods-history-module_eventMoreOnePeriod__NwUWJsVc__platform-desktop-ui {
    opacity: 1;
    visibility: visible
}

.main-page-recommended-games-module_gameSection__-4oTJo1X__platform-desktop-ui {
    width: 100%
}

.main-page-recommended-games-module_gameSection__-4oTJo1X__platform-desktop-ui .app-loader {
    position: relative
}

.main-page-recommended-games-module_gameSection__-4oTJo1X__platform-desktop-ui .react-horizontal-scrolling-menu--item:first-child .main-page-recommended-games-module_itemWrapper__tAi4p89w__platform-desktop-ui {
    margin-left: 0
}

.main-page-recommended-games-module_gameSection__-4oTJo1X__platform-desktop-ui .react-horizontal-scrolling-menu--item:last-child .main-page-recommended-games-module_itemWrapper__tAi4p89w__platform-desktop-ui {
    margin-right: 0
}

.main-page-recommended-games-module_gameSection__-4oTJo1X__platform-desktop-ui .casino-game-item {
    height: var(--mslCasinoGamesItemHeight);
    border-radius: var(--mslCasinoGamesItemBorderRadius)
}

.main-page-recommended-games-module_gameSection__-4oTJo1X__platform-desktop-ui .casino-game-item img {
    height: 100%
}

.main-page-recommended-games-module_itemWrapper__tAi4p89w__platform-desktop-ui {
    width: var(--mslCasinoGamesItemWidth);
    margin: 0 6px
}

.main-page-recommended-games-module_itemWrapper__tAi4p89w__platform-desktop-ui strong {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.section-filters-module_filter__WnNcIbkd__platform-desktop-ui {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.section-filters-module_filterInner__F7Is6vml__platform-desktop-ui {
    background: var(--mslSectionBg);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--mslTextDark);
    font-weight: 700;
    font-size: 13px;
    padding: 10px 12px;
    border-radius: var(--mslSmallBorderRadius)
}

@media screen and (max-width: 1800px) {
    .section-filters-module_filterInner__F7Is6vml__platform-desktop-ui {
        padding-left:7px
    }
}

.section-filters-module_filterInnerNew__vSmF0mRG__platform-desktop-ui {
    background: var(--mslSectionBgNew);
    border-radius: var(--mslBorderRadius);
    border: 1px solid var(--asideNewSearchBorder)
}

.section-filters-module_switcher__igogpJzo__platform-desktop-ui {
    display: flex;
    align-items: center;
    cursor: pointer
}

.section-filters-module_switcher__igogpJzo__platform-desktop-ui.section-filters-module_active__edF7s7-x__platform-desktop-ui .section-filters-module_switcherRadio__9bdBPm2m__platform-desktop-ui {
    background-color: var(--switcherRadioActiveColor)
}

.section-filters-module_switcher__igogpJzo__platform-desktop-ui.section-filters-module_active__edF7s7-x__platform-desktop-ui .section-filters-module_switcherRadio__9bdBPm2m__platform-desktop-ui:before {
    left: 16px
}

@media screen and (max-width: 1800px) {
    .section-filters-module_switcher__igogpJzo__platform-desktop-ui.section-filters-module_active__edF7s7-x__platform-desktop-ui .section-filters-module_switcherRadio__9bdBPm2m__platform-desktop-ui:before {
        left:9px
    }
}

.section-filters-module_switcher__igogpJzo__platform-desktop-ui.section-filters-module_active__edF7s7-x__platform-desktop-ui .section-filters-module_switcherRadioNew__bGSxF9JN__platform-desktop-ui:before {
    left: 16px
}

.section-filters-module_switcherRadio__9bdBPm2m__platform-desktop-ui {
    height: 18px;
    width: 32px;
    border-radius: 9px;
    position: relative;
    top: -1px;
    background-color: var(--mslTabBg);
    transition: background-color .2s ease;
    margin-right: 10px
}

.section-filters-module_switcherRadio__9bdBPm2m__platform-desktop-ui:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    height: 14px;
    width: 14px;
    border-radius: 7px;
    box-shadow: 0 0 2px #0000001f,0 2px 2px #0000001a,0 1px 3px #00000026;
    transition: left .2s ease;
    background-color: var(--white)
}

@media (max-width: 1800px) {
    .section-filters-module_switcherRadio__9bdBPm2m__platform-desktop-ui {
        width:25px
    }
}

.section-filters-module_switcherRadioNew__bGSxF9JN__platform-desktop-ui {
    width: 32px
}

.section-filters-module_liveText__tIqyHelE__platform-desktop-ui {
    color: var(--mslLiveEventNotActive)
}

.section-filters-module_liveText__tIqyHelE__platform-desktop-ui.section-filters-module_active__edF7s7-x__platform-desktop-ui {
    color: inherit
}

.section-filters-module_dropdownOpener__FUzqBQ8j__platform-desktop-ui {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: var(--mslLiveEventNotActive)
}

.section-filters-module_dropdownOpener__FUzqBQ8j__platform-desktop-ui .svg-icon {
    font-size: .8em;
    margin-left: 8px;
    transform: rotate(90deg);
    transition: transform .2s ease
}

.section-filters-module_dropdownOpener__FUzqBQ8j__platform-desktop-ui.section-filters-module_active__edF7s7-x__platform-desktop-ui .svg-icon {
    transform: rotate(-90deg)
}

.section-filters-module_dropdownOpener__FUzqBQ8j__platform-desktop-ui.section-filters-module_disabled__MtnO1-vg__platform-desktop-ui {
    display: none
}

.section-filters-module_dropdownInner__kbXHMH8N__platform-desktop-ui {
    position: absolute;
    width: 100%;
    top: calc(100% + 4px);
    z-index: 2;
    background-color: var(--mslSectionFiltersDropdownBg);
    padding: var(--mslSmallBorderRadius) 0;
    border-radius: var(--mslSmallBorderRadius);
    box-shadow: var(--mslSectionFiltersDropdownBoxShadow)
}

.section-filters-module_dropdownItem__T3cxEmtl__platform-desktop-ui {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    background-color: rgba(var(--mslTabBgRGB),0);
    transition: color .2s ease,background-color .2s ease
}

.section-filters-module_dropdownItem__T3cxEmtl__platform-desktop-ui:not(.section-filters-module_active__edF7s7-x__platform-desktop-ui):hover {
    color: var(--accentMain);
    background-color: rgba(var(--mslTabBgRGB),.5);
    cursor: pointer
}

.section-filters-module_dropdownItem__T3cxEmtl__platform-desktop-ui.section-filters-module_active__edF7s7-x__platform-desktop-ui {
    background-color: rgba(var(--mslTabBgRGB),1);
    font-weight: 700
}

.section-filters-module_search__8018x14g__platform-desktop-ui {
    margin-top: 8px
}

.section-filters-module_search__8018x14g__platform-desktop-ui .form-input__input {
    border-radius: var(--mslSmallBorderRadius);
    border-color: var(--mslSectionBg)
}

.section-header-module_header__8JgDGYl9__platform-desktop-ui {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 41px;
    padding: 0 8px 0 16px;
    background-color: var(--sectionHeaderBg);
    border-radius: var(--mslSmallBorderRadius);
    overflow: hidden
}

.section-header-module_header__8JgDGYl9__platform-desktop-ui.section-header-module_isOpen__NMyRCMHZ__platform-desktop-ui {
    border-radius: var(--mslSmallBorderRadius) var(--mslSmallBorderRadius) 0 0
}

.section-header-module_header__8JgDGYl9__platform-desktop-ui.section-header-module_isOpen__NMyRCMHZ__platform-desktop-ui .section-header-module_arrow__SDjAwYdM__platform-desktop-ui .svg-icon {
    transform: rotate(-90deg)
}

.section-header-module_titles__cQak4199__platform-desktop-ui {
    display: flex
}

.section-header-module_arrow__SDjAwYdM__platform-desktop-ui {
    width: 40px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: var(--sectionHeaderArrow);
    cursor: pointer
}

.section-header-module_arrow__SDjAwYdM__platform-desktop-ui .svg-icon {
    transform: rotate(90deg);
    transition: transform .15s ease
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui {
    padding: 8px 8px 12px;
    display: none
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui.betradar-widget-module_isOpen__Ia5izgr-__platform-desktop-ui {
    display: block
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui.betradar-widget-module_loading__hMS223jE__platform-desktop-ui {
    height: 200px;
    position: relative
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui.betradar-widget-module_loading__hMS223jE__platform-desktop-ui .app-loader {
    top: 0;
    left: 0
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui.betradar-widget-module_loading__hMS223jE__platform-desktop-ui .sr-widget {
    display: none
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-lmt-plus-tabs__wrapper {
    width: 250px
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-background {
    display: none!important
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .sr-lmt-clock__time,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-lmt-clock__desc {
    font-size: 12px!important
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .sr-lmt-plus-scb__status {
    font-size: 12px!important;
    height: auto!important
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .sr-lmt-plus-tabs__wrapper-inner.srm-is-top {
    display: none!important
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .sr-lmt-plus-tabs__tab-icon {
    width: 20px;
    height: 20px
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-lmt-plus-tabs {
    width: 100%;
    display: flex;
    justify-content: flex-end
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-lmt-plus-tabs__tab-icon svg {
    fill: #fff!important
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .sr-lmt-plus-tabs__tab {
    flex: 0 0 22px!important;
    padding: 0;
    margin: 0 10px
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .sr-lmt-plus-tabs__border {
    height: 4px!important;
    left: 8px;
    right: 8px
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .sr-momentum__wrap.srm-is-wide {
    margin-left: 10px
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .sr-momentum__svg-center-border.srm-is-wide {
    background: var(--betradarStaticTimelineModern)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-lmt-plus__footer-wrapper {
    display: none!important
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb {
    font-family: Roboto,sans-serif;
    text-align: left
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .sr-lmt-plus__segment.srm-scoreboard {
    padding: 0 15px
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .sr-lmt-plus__segment.srm-scoreboard.srm-compact {
    height: 40px
}

.betradar-widget-module_sticky__uJVqnvjm__platform-desktop-ui .betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .sr-lmt-plus__segment.srm-scoreboard {
    position: fixed;
    top: 46px;
    bottom: auto;
    box-shadow: 0 2px 4px #0003
}

.betradar-widget-module_sticky__uJVqnvjm__platform-desktop-ui .betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .sr-lmt-plus__segment.srm-scoreboard:after {
    position: absolute;
    height: 10px;
    width: 100%;
    top: -5px;
    content: "";
    display: block;
    left: 0;
    background: var(--headerBackground)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb.sr-rtl {
    text-align: right
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .sr-bb {
    background: none
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1 {
    background-color: transparent;
    color: var(--betradarStatisticsFontColor);
    border-color: transparent
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-momentum__wrap,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-momentum-set-sports__teams,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-lmt-plus-pd__header,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-lmt-plus-pd__results,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-lmt-plus-pdline__wrapper.srt-base-1,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-lmt-plus-switcher__wrapper.srt-base-1,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-dropdown,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-dropdown__button,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-lmt-plus-21-momentum-chart__labels-x,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-momentum__toplabel,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-lmt-plus-19-pd__wrapper.srt-base-1 {
    color: var(--allSportsTitleColor)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-win {
    background-color: transparent;
    color: var(--buttonSecondary);
    border-color: var(--buttonSecondary)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-draw {
    background-color: transparent;
    color: #fff6;
    border-color: #fff6
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-lose {
    background-color: transparent;
    color: #2db155;
    border-color: #2db155
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-active {
    background-color: #1493ff1f;
    color: #fff;
    border-color: #ffffff1f
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-active-2 {
    background-color: #2c3f59;
    color: #fff;
    border-color: #ffffff1f
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-hoverable:hover {
    background-color: #1493ff1f;
    color: #fff;
    border-color: #ffffff1f
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-primary {
    background-color: transparent;
    color: var(--betradarLmtActiveIconDesktop);
    border-color: var(--betradarLmtActiveIconDesktop)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-home-1 {
    background-color: transparent;
    color: var(--buttonSecondary);
    border-color: var(--buttonSecondary)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-away-1 {
    background-color: transparent;
    color: #2db155;
    border-color: #2db155
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-home-2 {
    background-color: transparent;
    color: var(--buttonSecondary);
    border-color: #77c0ff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-away-2 {
    background-color: transparent;
    color: #2db155;
    border-color: #77c0ff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-home-3 {
    background-color: transparent;
    color: var(--buttonSecondary);
    border-color: #ffffff1f
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-away-3 {
    background-color: transparent;
    color: #2db155;
    border-color: #ffffff1f
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-home-4 {
    background-color: transparent;
    color: #1474c8;
    border-color: #1474c8
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-away-4 {
    background-color: transparent;
    color: #268951;
    border-color: #268951
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-home-5 {
    background-color: transparent;
    color: #66b9ff;
    border-color: #66b9ff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-away-5 {
    background-color: transparent;
    color: #77cc91;
    border-color: #77cc91
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-background,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-2 {
    background-color: var(--eventModalBackground);
    color: #fff;
    border-color: #ffffff1f
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-2-is-active,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-2-is-hoverable:hover,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-3 {
    background-color: #15375d;
    color: #fff;
    border-color: #ffffff1f
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-3-is-active,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-3-is-hoverable:hover {
    background-color: #153c66;
    color: #fff;
    border-color: #ffffff1f
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-3-background {
    background-color: var(--eventModalBackground);
    color: #fff;
    border-color: #ffffff1f
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-4 {
    background-color: #152f50;
    color: #fff;
    border-color: #ffffff1f
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-5-is-active,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-5-is-hoverable:hover {
    background-color: #154577;
    color: #fff;
    border-color: #ffffff1f
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-6 {
    background-color: transparent;
    color: #fff;
    border-color: #ffffff4d
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-1 {
    background-color: var(--buttonSecondary);
    color: #fff;
    border-color: #ffffff29
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-1-is-active,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-1-is-hoverable:hover {
    background-color: #2c9eff;
    color: #fff;
    border-color: #ffffff29
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-1-is-disabled {
    background-color: #43a9ff;
    color: #fff;
    border-color: #ffffff29
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-2 {
    background-color: #5bb3ff;
    color: #fff;
    border-color: #ffffff29
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-3 {
    background-color: #2c9eff;
    color: #fff;
    border-color: #ffffff29
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-4,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-5 {
    background-color: #1469b5;
    color: #fff;
    border-color: #ffffff29
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-5-is-hoverable:hover {
    background-color: var(--buttonSecondary);
    color: #fff;
    border-color: #ffffff29
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-6 {
    background-color: #77c0ff;
    color: #fff;
    border-color: #ffffff29
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-7,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-8 {
    background-color: var(--buttonSecondary);
    color: #fff;
    border-color: #ffffff29
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-8-is-active-1 {
    background-color: #2c9eff;
    color: #fff;
    border-color: #ffffff29
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-8-is-active-2 {
    background-color: #2c9eff;
    color: #fff;
    border-color: var(--eventModalBackground)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-9 {
    background-color: #154a7e;
    color: #fff;
    border-color: #ffffff1f
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-10 {
    background-color: #147eda;
    color: #fff;
    border-color: #ffffff29
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-11 {
    background-color: #2c9eff;
    color: #fff;
    border-color: #ffffff29
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-12 {
    background-color: var(--buttonSecondary);
    color: #fff;
    border-color: #fff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-13 {
    background-color: #152f50;
    color: #fff;
    border-color: #1493ff4d
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-primary-1 {
    background-color: transparent;
    color: var(--buttonSecondary);
    border-color: var(--buttonSecondary)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-primary-2 {
    background-color: transparent;
    color: #5bb3ff;
    border-color: #5bb3ff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-primary-3 {
    background-color: transparent;
    color: #2c9eff;
    border-color: #2c9eff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-primary-4,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-primary-5 {
    background-color: transparent;
    color: #1469b5;
    border-color: #1469b5
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-primary-6 {
    background-color: transparent;
    color: #77c0ff;
    border-color: #77c0ff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-primary-7,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-primary-8 {
    background-color: transparent;
    color: var(--buttonSecondary);
    border-color: var(--buttonSecondary)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-primary-9 {
    background-color: transparent;
    color: #154a7e;
    border-color: #154a7e
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-primary-10 {
    background-color: transparent;
    color: #147eda;
    border-color: #147eda
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-primary-11 {
    background-color: transparent;
    color: #2c9eff;
    border-color: #2c9eff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-primary-13 {
    background-color: var(--eventModalBackground);
    color: #152f50;
    border-color: #1493ff4d
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-neutral-1 {
    background-color: transparent;
    color: #33465f;
    border-color: #33465f
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-neutral-2 {
    background-color: transparent;
    color: #e8eaed;
    border-color: #e8eaed
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-neutral-3 {
    background-color: transparent;
    color: #ffffff1f;
    border-color: #ffffff1f
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-neutral-4 {
    background-color: transparent;
    color: #adb4bf;
    border-color: #adb4bf
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-neutral-5 {
    background-color: transparent;
    color: #c5cad1;
    border-color: #c5cad1
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-neutral-6 {
    background-color: transparent;
    color: #4d5d73;
    border-color: #4d5d73
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-neutral-7 {
    background-color: transparent;
    color: #adb4bf;
    border-color: #adb4bf
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-neutral-8 {
    background-color: transparent;
    color: #33465f;
    border-color: #33465f
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-neutral-9 {
    background-color: transparent;
    color: #233752;
    border-color: #233752
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-neutral-10 {
    background-color: transparent;
    color: var(--betradarStaticTimelineModern);
    border-color: var(--betradarStaticTimelineModern)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-neutral-11 {
    background-color: transparent;
    color: var(--menuDefault);
    border-color: #737f91
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-neutral-12 {
    background-color: transparent;
    color: #b9bfc8;
    border-color: #b9bfc8
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-neutral-13 {
    background-color: transparent;
    color: #2c3f59;
    border-color: #2c3f59
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-active-primary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-active-home-1 {
    background-color: #1493ff1f;
    color: var(--buttonSecondary);
    border-color: var(--buttonSecondary)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-active-away-1 {
    background-color: #1493ff1f;
    color: #2db155;
    border-color: #2db155
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-active-home-2 {
    background-color: #1493ff1f;
    color: var(--buttonSecondary);
    border-color: #77c0ff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-active-away-2 {
    background-color: #1493ff1f;
    color: #2db155;
    border-color: #77c0ff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-active-home-3 {
    background-color: #1493ff1f;
    color: var(--buttonSecondary);
    border-color: #ffffff1f
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-active-away-3 {
    background-color: #1493ff1f;
    color: #2db155;
    border-color: #ffffff1f
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-active-home-4 {
    background-color: #1493ff1f;
    color: #1474c8;
    border-color: #1474c8
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-active-away-4 {
    background-color: #1493ff1f;
    color: #268951;
    border-color: #268951
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-active-home-5 {
    background-color: #1493ff1f;
    color: #66b9ff;
    border-color: #66b9ff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-active-away-5 {
    background-color: #1493ff1f;
    color: #77cc91;
    border-color: #77cc91
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-active-primary-1 {
    background-color: #1493ff1f;
    color: var(--buttonSecondary);
    border-color: var(--buttonSecondary)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-active-primary-2 {
    background-color: #1493ff1f;
    color: #5bb3ff;
    border-color: #5bb3ff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-active-primary-3 {
    background-color: #1493ff1f;
    color: #2c9eff;
    border-color: #2c9eff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-active-primary-4,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-active-primary-5 {
    background-color: #1493ff1f;
    color: #1469b5;
    border-color: #1469b5
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-active-primary-6 {
    background-color: #1493ff1f;
    color: #77c0ff;
    border-color: #77c0ff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-active-primary-7,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-active-primary-8 {
    background-color: #1493ff1f;
    color: var(--buttonSecondary);
    border-color: var(--buttonSecondary)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-active-primary-9 {
    background-color: #1493ff1f;
    color: #154a7e;
    border-color: #154a7e
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-active-primary-10 {
    background-color: #1493ff1f;
    color: #147eda;
    border-color: #147eda
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-active-primary-11 {
    background-color: #1493ff1f;
    color: #2c9eff;
    border-color: #2c9eff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-active-neutral-1 {
    background-color: #1493ff1f;
    color: #33465f;
    border-color: #33465f
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-active-neutral-2 {
    background-color: #1493ff1f;
    color: #e8eaed;
    border-color: #e8eaed
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-active-neutral-3 {
    background-color: #1493ff1f;
    color: #ffffff1f;
    border-color: #ffffff1f
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-active-neutral-4 {
    background-color: #1493ff1f;
    color: #adb4bf;
    border-color: #adb4bf
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-active-neutral-5 {
    background-color: #1493ff1f;
    color: #c5cad1;
    border-color: #c5cad1
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-active-neutral-6 {
    background-color: #1493ff1f;
    color: #4d5d73;
    border-color: #4d5d73
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-active-neutral-7 {
    background-color: #1493ff1f;
    color: #adb4bf;
    border-color: #adb4bf
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-active-neutral-8 {
    background-color: #1493ff1f;
    color: #33465f;
    border-color: #33465f
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-active-neutral-9 {
    background-color: #1493ff1f;
    color: #233752;
    border-color: #233752
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-active-neutral-10 {
    background-color: #1493ff1f;
    color: var(--betradarStaticTimelineModern);
    border-color: var(--betradarStaticTimelineModern)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-active-neutral-11 {
    background-color: #1493ff1f;
    color: #737f91;
    border-color: #737f91
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-active-neutral-12 {
    background-color: #1493ff1f;
    color: #b9bfc8;
    border-color: #b9bfc8
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-base-1-is-active-neutral-13 {
    background-color: #1493ff1f;
    color: #2c3f59;
    border-color: #2c3f59
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-home-1 {
    background-color: var(--buttonSecondary);
    color: #fff;
    border-color: var(--buttonSecondary)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-away-1 {
    background-color: #2db155;
    color: #fff;
    border-color: #2db155
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-home-2 {
    background-color: var(--buttonSecondary);
    color: #fff;
    border-color: #77c0ff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-away-2 {
    background-color: #2db155;
    color: #fff;
    border-color: #77c0ff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-home-3 {
    background-color: var(--buttonSecondary);
    color: #fff;
    border-color: var(--eventModalBackground)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-away-3 {
    background-color: #2db155;
    color: #fff;
    border-color: var(--eventModalBackground)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-home-4 {
    background-color: #1474c8;
    color: #fff;
    border-color: #1474c8
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-away-4 {
    background-color: #268951;
    color: #fff;
    border-color: #268951
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-home-5 {
    background-color: #66b9ff;
    color: #fff;
    border-color: #66b9ff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-away-5 {
    background-color: #77cc91;
    color: #fff;
    border-color: #77cc91
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-neutral-1 {
    background-color: #33465f;
    color: #fff;
    border-color: #ffffff1f
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-neutral-2 {
    background-color: #e8eaed;
    color: #000;
    border-color: #ffffff29
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-neutral-3 {
    background-color: #ffffff1f;
    color: #fff;
    border-color: #ffffff1f
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-neutral-4 {
    background-color: #adb4bf;
    color: #000;
    border-color: #00000029
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-neutral-5 {
    background-color: #c5cad1;
    color: #000;
    border-color: #00000029
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-neutral-6 {
    background-color: #4d5d73;
    color: #fff;
    border-color: #ffffff1f
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-neutral-7 {
    background-color: #adb4bf;
    color: #000;
    border-color: #00000029
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-neutral-8 {
    background-color: #33465f;
    color: #fff;
    border-color: #ffffff1f
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-neutral-9 {
    background-color: #ffffff1a;
    color: #fff;
    border-color: #ffffff1f
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-neutral-10 {
    background-color: var(--betradarStaticTimelineModern);
    color: #ffffffd1;
    border-color: #ffffff1f
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-neutral-11 {
    background-color: #737f91;
    color: #fff;
    border-color: #ffffff1f
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-neutral-12 {
    background-color: #b9bfc8;
    color: #000;
    border-color: #00000029
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-neutral-13 {
    background-color: #2c3f59;
    color: #fff;
    border-color: #ffffff1f
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-win {
    background-color: var(--buttonSecondary);
    color: #fff;
    border-color: #ffffff29
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-draw {
    background-color: #fff6;
    color: #fff;
    border-color: #ffffff29
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-lose {
    background-color: #2db155;
    color: #fff;
    border-color: #ffffff29
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-text-secondary {
    opacity: .8;
    -webkit-font-smoothing: antialiased
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-text-disabled {
    opacity: .6
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-text-tertiary {
    opacity: .7
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-1 .srt-text-secondary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-1.srt-text-secondary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-1-is-active .srt-text-secondary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-1-is-active.srt-text-secondary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-1-is-hoverable:hover .srt-text-secondary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-1-is-hoverable:hover.srt-text-secondary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-1-is-disabled .srt-text-secondary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-1-is-disabled.srt-text-secondary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-2 .srt-text-secondary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-2.srt-text-secondary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-3 .srt-text-secondary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-3.srt-text-secondary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-4 .srt-text-secondary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-4.srt-text-secondary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-5 .srt-text-secondary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-5.srt-text-secondary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-5-is-hoverable:hover .srt-text-secondary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-5-is-hoverable:hover.srt-text-secondary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-6 .srt-text-secondary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-6.srt-text-secondary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-7 .srt-text-secondary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-7.srt-text-secondary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-8 .srt-text-secondary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-8.srt-text-secondary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-8-is-active-1 .srt-text-secondary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-8-is-active-1.srt-text-secondary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-8-is-active-2 .srt-text-secondary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-8-is-active-2.srt-text-secondary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-9 .srt-text-secondary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-9.srt-text-secondary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-10 .srt-text-secondary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-10.srt-text-secondary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-11 .srt-text-secondary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-11.srt-text-secondary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-12 .srt-text-secondary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-12.srt-text-secondary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-13 .srt-text-secondary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-13.srt-text-secondary {
    opacity: .8;
    -webkit-font-smoothing: antialiased
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-1 .srt-text-disabled,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-1.srt-text-disabled,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-1-is-active .srt-text-disabled,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-1-is-active.srt-text-disabled,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-1-is-hoverable:hover .srt-text-disabled,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-1-is-hoverable:hover.srt-text-disabled,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-1-is-disabled .srt-text-disabled,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-1-is-disabled.srt-text-disabled,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-2 .srt-text-disabled,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-2.srt-text-disabled,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-3 .srt-text-disabled,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-3.srt-text-disabled,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-4 .srt-text-disabled,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-4.srt-text-disabled,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-5 .srt-text-disabled,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-5.srt-text-disabled,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-5-is-hoverable:hover .srt-text-disabled,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-5-is-hoverable:hover.srt-text-disabled,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-6 .srt-text-disabled,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-6.srt-text-disabled,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-7 .srt-text-disabled,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-7.srt-text-disabled,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-8 .srt-text-disabled,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-8.srt-text-disabled,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-8-is-active-1 .srt-text-disabled,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-8-is-active-1.srt-text-disabled,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-8-is-active-2 .srt-text-disabled,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-8-is-active-2.srt-text-disabled,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-9 .srt-text-disabled,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-9.srt-text-disabled,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-10 .srt-text-disabled,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-10.srt-text-disabled,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-11 .srt-text-disabled,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-11.srt-text-disabled,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-12 .srt-text-disabled,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-12.srt-text-disabled,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-13 .srt-text-disabled,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-13.srt-text-disabled {
    opacity: .6
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-1 .srt-text-tertiary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-1.srt-text-tertiary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-1-is-active .srt-text-tertiary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-1-is-active.srt-text-tertiary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-1-is-hoverable:hover .srt-text-tertiary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-1-is-hoverable:hover.srt-text-tertiary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-1-is-disabled .srt-text-tertiary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-1-is-disabled.srt-text-tertiary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-2 .srt-text-tertiary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-2.srt-text-tertiary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-3 .srt-text-tertiary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-3.srt-text-tertiary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-4 .srt-text-tertiary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-4.srt-text-tertiary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-5 .srt-text-tertiary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-5.srt-text-tertiary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-5-is-hoverable:hover .srt-text-tertiary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-5-is-hoverable:hover.srt-text-tertiary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-6 .srt-text-tertiary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-6.srt-text-tertiary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-7 .srt-text-tertiary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-7.srt-text-tertiary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-8 .srt-text-tertiary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-8.srt-text-tertiary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-8-is-active-1 .srt-text-tertiary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-8-is-active-1.srt-text-tertiary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-8-is-active-2 .srt-text-tertiary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-8-is-active-2.srt-text-tertiary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-9 .srt-text-tertiary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-9.srt-text-tertiary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-10 .srt-text-tertiary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-10.srt-text-tertiary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-11 .srt-text-tertiary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-11.srt-text-tertiary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-12 .srt-text-tertiary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-12.srt-text-tertiary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-13 .srt-text-tertiary,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-primary-13.srt-text-tertiary {
    opacity: .7
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-icon {
    opacity: .33
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-icon-secondary {
    opacity: .7
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-elevation-1 {
    box-shadow: 0 1px 2px #0003,0 1px 3px #0000001a
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-elevation-2 {
    box-shadow: 0 3px 6px #0000003b,0 3px 6px #00000029
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-elevation-3 {
    box-shadow: 0 6px 6px #00000042,0 10px 20px #00000030
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-elevation-center-2 {
    box-shadow: 0 1px 5px #0000003b,0 1px 5px #00000029
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-inset-top-1 {
    box-shadow: inset 0 1px 2px #0000003b
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-inset-bottom-1 {
    box-shadow: inset 0 -1px 2px #0000003b
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-inset-top-2 {
    box-shadow: inset 0 3px 6px #0000003b
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-inset-bottom-2 {
    box-shadow: inset 0 -3px 6px #0000003b
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-inset-top-3 {
    box-shadow: inset 0 6px 6px #0000003b
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-inset-bottom-3 {
    box-shadow: inset 0 -6px 6px #0000003b
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-blue-card {
    fill: #2579ad
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-blue-card {
    stroke: #2579ad
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-soccer-yellow-card {
    fill: #ffbf00
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-soccer-yellow-card {
    stroke: #ffbf00
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-soccer-red-card {
    fill: #e43b3b
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-soccer-red-card {
    stroke: #e43b3b
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-soccer-substitution-in {
    stroke: #4fbe30;
    fill: transparent
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-soccer-substitution-in {
    fill: #4fbe30
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-soccer-substitution-out {
    stroke: #e43b3b;
    fill: transparent
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-soccer-substitution-out {
    fill: #e43b3b
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-soccer-own-goal {
    stroke: #e43b3b;
    fill: transparent
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-soccer-own-goal {
    fill: #e43b3b
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-soccer-relegation-1 {
    fill: #fdd835
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-soccer-relegation-1 {
    stroke: #fdd835
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-soccer-relegation-2 {
    fill: #ffb848
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-soccer-relegation-2 {
    stroke: #ffb848
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-soccer-relegation-3 {
    fill: #ef6c00
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-soccer-relegation-3 {
    stroke: #ef6c00
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-soccer-relegation-4 {
    fill: #e93a34
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-soccer-relegation-4 {
    stroke: #e93a34
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-soccer-relegation-5 {
    fill: #941d1d
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-soccer-relegation-5 {
    stroke: #941d1d
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-soccer-promotion-1 {
    fill: #51d151
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-soccer-promotion-1 {
    stroke: #51d151
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-soccer-promotion-2 {
    fill: #1b911b
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-soccer-promotion-2 {
    stroke: #1b911b
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-soccer-promotion-3 {
    fill: #0e8094
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-soccer-promotion-3 {
    stroke: #0e8094
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-soccer-promotion-4 {
    fill: #0a6cce
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-soccer-promotion-4 {
    stroke: #0a6cce
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-soccer-promotion-5 {
    fill: #4a9fe4
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-soccer-promotion-5 {
    stroke: #4a9fe4
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-nfl-timeout-1 {
    background-color: #f5a623;
    color: #fff;
    border-color: #ffffff29
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-nfl-timeout-2 {
    background-color: #f5a6234d;
    color: #fff;
    border-color: #ffffff29
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-nfl-penalty {
    background-color: #f4a621;
    color: #fff;
    border-color: #f4a621
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-nfl-negative-yards-1,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-nfl-negative-yards-2 {
    background-color: #ac182e;
    color: #fff;
    border-color: #ac182e
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-nfl-first-line {
    background-color: #4b90de;
    color: #fff;
    border-color: #4b90de
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-nfl-ten-line {
    background-color: #f5a623;
    color: #fff;
    border-color: #f5a623
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-nfl-penalty {
    fill: #f4a621
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-nfl-penalty {
    stroke: #f4a621
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-nfl-negative-yards-1 {
    fill: #ac182e
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-nfl-negative-yards-1 {
    stroke: #ac182e
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-nfl-negative-yards-2 {
    fill: #ac182e
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-nfl-negative-yards-2 {
    stroke: #ac182e
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-nfl-first-line {
    fill: #4b90de
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-nfl-first-line {
    stroke: #4b90de
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-nfl-ten-line {
    fill: #f5a623
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-nfl-ten-line {
    stroke: #f5a623
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-mlb-run-1 {
    background-color: #090;
    color: #fff;
    border-color: #090
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-mlb-run-2 {
    background-color: #fff;
    color: #090;
    border-color: #090
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-mlb-hit-1 {
    background-color: #f7ab11;
    color: #fff;
    border-color: #f7ab11
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-mlb-hit-2 {
    background-color: #fff;
    color: #f7ab11;
    border-color: #f7ab11
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-mlb-hit-3 {
    background-color: #00a4ff;
    color: #fff;
    border-color: #00a4ff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-mlb-error-1 {
    background-color: #d0021b;
    color: #fff;
    border-color: #d0021b
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-mlb-error-2 {
    background-color: #fff;
    color: #d0021b;
    border-color: #d0021b
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-mlb-neutral-1 {
    background-color: #212121;
    color: #fff;
    border-color: #fff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-mlb-base,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-strole-mlb-base {
    fill: #00a4ff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-change-increase {
    fill: var(--buttonSecondary)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-change-increase {
    stroke: var(--buttonSecondary)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-change-decrease {
    fill: #2db155
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-change-decrease {
    stroke: #2db155
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-text,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-text-invert {
    fill: #fff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-text-secondary {
    fill-opacity: .8
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-text-disabled {
    fill-opacity: .6
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-base-1 {
    fill: transparent
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-base-1 {
    stroke: transparent
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-base-1-active {
    fill: #1493ff1f
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-base-1-active {
    stroke: #1493ff1f
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-base-1-active-2 {
    fill: #2c3f59
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-base-1-active-2 {
    stroke: #2c3f59
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-base-1-primary {
    fill: transparent
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-base-1-primary {
    stroke: transparent
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-base-1-home {
    fill: transparent
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-base-1-home {
    stroke: transparent
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-base-1-away {
    fill: transparent
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-base-1-away {
    stroke: transparent
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-base-2 {
    fill: currentColor
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-base-2 {
    stroke: currentColor
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-base-2-active {
    fill: #15375d
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-base-2-active {
    stroke: #15375d
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-base-2-hover {
    fill: #15375d
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-base-2-hover {
    stroke: #15375d
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-base-3 {
    fill: #15375d
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-base-3 {
    stroke: #15375d
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-base-3-active {
    fill: #153c66
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-base-3-active {
    stroke: #153c66
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-base-3-hover {
    fill: #153c66
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-base-3-hover {
    stroke: #153c66
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-primary-1 {
    fill: var(--buttonSecondary)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-primary-1 {
    stroke: var(--betradarActiveTimelineModern)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-primary-2 {
    fill: #5bb3ff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-primary-2 {
    stroke: #5bb3ff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-primary-3 {
    fill: #2c9eff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-primary-3 {
    stroke: #2c9eff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-primary-4 {
    fill: #1469b5
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-primary-4 {
    stroke: #1469b5
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-primary-5 {
    fill: #1469b5
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-primary-5 {
    stroke: #1469b5
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-primary-6 {
    fill: #77c0ff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-primary-6 {
    stroke: #77c0ff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-primary-7 {
    fill: var(--buttonSecondary)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-primary-7 {
    stroke: var(--buttonSecondary)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-primary-8 {
    fill: var(--buttonSecondary)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-primary-8 {
    stroke: var(--buttonSecondary)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-primary-8-is-active-1 {
    fill: #2c9eff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-primary-8-is-active-1 {
    stroke: #2c9eff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-primary-8-is-active-2 {
    fill: #2c9eff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-primary-8-is-active-2 {
    stroke: #2c9eff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-primary-9 {
    fill: #154a7e
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-primary-9 {
    stroke: #154a7e
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-primary-10 {
    fill: #147eda
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-primary-10 {
    stroke: #147eda
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-primary-11 {
    fill: #2c9eff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-primary-11 {
    stroke: #2c9eff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-primary-12 {
    fill: var(--betradarLmtActiveIconDesktop)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-primary-12 {
    stroke: var(--betradarActiveTimelineModern)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-home-1 {
    fill: var(--buttonSecondary)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-home-1 {
    stroke: var(--buttonSecondary)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-home-2 {
    fill: var(--buttonSecondary)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-home-2 {
    stroke: var(--buttonSecondary)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-home-3 {
    fill: var(--buttonSecondary)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-home-3 {
    stroke: var(--buttonSecondary)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-home-4 {
    fill: #1474c8
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-home-4 {
    stroke: #1474c8
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-home-5 {
    fill: #66b9ff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-home-5 {
    stroke: #66b9ff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-away-1 {
    fill: #2db155
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-away-1 {
    stroke: #2db155
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-away-2 {
    fill: #2db155
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-away-2 {
    stroke: #2db155
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-away-3 {
    fill: #2db155
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-away-3 {
    stroke: #2db155
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-away-4 {
    fill: #268951
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-away-4 {
    stroke: #268951
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-away-5 {
    fill: #77cc91
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-away-5 {
    stroke: #77cc91
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-neutral-1 {
    fill: var(--betradarLmtInactiveIconDesktop)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-neutral-1 {
    stroke: #33465f
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-neutral-2 {
    fill: #e8eaed
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-neutral-2 {
    stroke: #e8eaed
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-neutral-3 {
    fill: #ffffff1f
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-neutral-3 {
    stroke: #ffffff1f
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-neutral-4 {
    fill: #adb4bf
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-neutral-4 {
    stroke: #adb4bf
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-neutral-5 {
    fill: #c5cad1
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-neutral-5 {
    stroke: #c5cad1
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-neutral-6 {
    fill: #4d5d73
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-neutral-6 {
    stroke: #4d5d73
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-neutral-7 {
    fill: #adb4bf
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-neutral-7 {
    stroke: #adb4bf
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-neutral-8 {
    fill: #33465f
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-neutral-8 {
    stroke: #33465f
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-neutral-9 {
    fill: #233752
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-neutral-9 {
    stroke: #233752
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-neutral-10 {
    fill: var(--betradarStaticTimelineModern)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-neutral-10 {
    stroke: var(--betradarStaticTimelineModern)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-neutral-11 {
    fill: #737f91
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-neutral-11 {
    stroke: #737f91
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-neutral-12 {
    fill: #b9bfc8
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-neutral-12 {
    stroke: #b9bfc8
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-neutral-13 {
    fill: #2c3f59
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-neutral-13 {
    stroke: #2c3f59
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-win {
    fill: var(--buttonSecondary)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-win {
    stroke: var(--buttonSecondary)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-draw {
    fill: #fff6
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-draw {
    stroke: #fff6
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-lose {
    fill: #2db155
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-lose {
    stroke: #2db155
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stop-base-1 {
    stop-color: transparent
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stop-primary-1 {
    stop-color: var(--buttonSecondary)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stop-primary-2 {
    stop-color: #5bb3ff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stop-primary-3 {
    stop-color: #2c9eff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stop-primary-4,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stop-primary-5 {
    stop-color: #1469b5
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stop-primary-6 {
    stop-color: #77c0ff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stop-primary-7,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stop-primary-8 {
    stop-color: var(--buttonSecondary)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stop-primary-9 {
    stop-color: #154a7e
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stop-primary-10 {
    stop-color: #147eda
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stop-primary-11 {
    stop-color: #2c9eff
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stop-primary-12,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stop-home-1 {
    stop-color: var(--buttonSecondary)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stop-away-1 {
    stop-color: #2db155
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-fill-neutral-14 {
    fill: var(--eventModalBackground)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-stroke-neutral-14 {
    stroke: var(--eventModalBackground)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-logo-powered-by-light {
    display: none
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .srt-logo-powered-by-dark {
    display: inline-block
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .sr-lmt-plus-tabs__wrapper {
    overflow-y: auto;
    width: 100%
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .sr-lmt-plus-tabs__wrapper-inner {
    display: block;
    text-align: right;
    white-space: nowrap;
    width: auto
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .sr-lmt-plus__wrapper {
    display: flex;
    flex-direction: column
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .sr-lmt-plus__wrapper>.srm-timeline {
    order: 1;
    border-radius: var(--mslSmallBorderRadius);
    background: var(--betradarTopColor);
    border: transparent;
    margin-bottom: 4px
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .sr-lmt-plus__wrapper>.sr-lmt-plus-tabs {
    order: 3
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .sr-lmt-plus__wrapper>.srm-single {
    order: 2
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .sr-lmt-plus__wrapper .sr-lmt-plus__comp-wrapper {
    border: none
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .sr-lmt-plus-tabs {
    width: 100%;
    padding: 0 7px
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .sr-lmt-plus-tabs__tab.srm-tab-btm {
    display: inline-flex!important;
    height: 40px!important;
    margin: 0!important;
    padding: 0 8px!important
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .sr-lmt-plus-tabs__tab.srm-other {
    display: none!important
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-lmt-plus-tabs.sr-lmt-plus-tabs-xsmall .sr-lmt-plus-tabs__tab.srm-tab-top {
    padding-left: 0!important;
    padding-right: 0!important
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .st0 {
    fill: var(--menuDefault)!important
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-simcrick__cmps-wrapper {
    display: flex;
    flex-direction: column-reverse
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .sr-lmt-plus-tabs {
    background: var(--betradarTabsBg)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .sr-lmt-plus-tabs__wrapper {
    padding-top: 8px;
    border: none
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .sr-lmt-plus-tabs__wrapper .sr-tabs__flexcontainer {
    justify-content: center;
    flex-direction: row
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .sr-tabs-tab__wrapper.srm-is-fullwidth {
    height: 40px;
    width: 40px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--betradarBorderRadius);
    color: var(--betradarTabIcon);
    background: var(--betradarTabIconBg);
    flex: 0 0 40px;
    margin: 0 5px
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .sr-tabs-tab__wrapper.srm-is-fullwidth .sr-tabs-tab__icon {
    height: 25px;
    width: 25px
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .sr-tabs-tab__wrapper.srm-is-fullwidth .sr-tabs-tab__indicator,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .sr-tabs-tab__wrapper.srm-is-fullwidth .sr-spacer,.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .sr-tabs-tab__wrapper.srm-is-fullwidth .sr-tabs-tab__label {
    display: none
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .sr-tabs-tab__wrapper.srm-is-fullwidth.srt-base-1-primary {
    color: var(--betradarTabActivIcon);
    background: linear-gradient(90deg,var(--betradarTabActivIconBgFrom),var(--betradarTabActivIconBgTo));
    border: var(--betradarTabActiveBorder);
    border-width: var(--betradarTabActiveBorderWidth)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .sr-lmt-plus__comp-wrapper.srm-single {
    width: 100%;
    border: 3px solid var(--betradarBorder);
    box-sizing: border-box;
    border-radius: var(--betradarBorderRadius)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .sr-lmt-plus__comp.srm-single {
    border-radius: var(--betradarBorderRadius);
    background: var(--betradarStatisticsBackground)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .sr-simcrick__cmp-inner.srm-single.srm-hideLmt>div {
    background: var(--betradarStatisticsBackground)
}

.betradar-widget-module_betradar__f5WZyfi-__platform-desktop-ui .sr-bb .sr-lmt-plus__segment-tabs {
    height: 48px!important;
    order: 3
}

.right-aside-module_itemWrapper__ls6eAKVX__platform-desktop-ui {
    border-radius: var(--mslRightAsideBorderRadius);
    box-shadow: 0 0 5px #0000004d;
    background: var(--mslRightAsideBg);
    max-width: 100%;
    margin-bottom: 16px;
    flex-grow: 1
}

.right-aside-module_itemWrapper__ls6eAKVX__platform-desktop-ui.right-aside-module_settingsBtn__GpN5H5NS__platform-desktop-ui {
    background: none;
    box-shadow: none
}

.right-aside-module_itemWrapper__ls6eAKVX__platform-desktop-ui.right-aside-module_settingsBtn__GpN5H5NS__platform-desktop-ui>*:first-child {
    box-shadow: 0 2px 5px #0000004d
}

.right-aside-module_settingsContainer__oTd7ESTC__platform-desktop-ui {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px
}

.right-aside-module_quckBetContainer__FdEZq8xm__platform-desktop-ui {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    background-color: var(--eventModalBackground);
    color: var(--buttonText);
    padding: 0 var(--rowSectionPadding);
    text-transform: var(--asideTextTransform, uppercase);
    font-weight: 700;
    line-height: 1.25;
    border-radius: var(--baseBorderRadius);
    cursor: pointer;
    overflow: hidden
}

.right-aside-module_quckBetContainer__FdEZq8xm__platform-desktop-ui .svg-icon {
    font-size: 18px
}

.right-aside-module_quckBetGradient__t8vPZD-b__platform-desktop-ui {
    background: linear-gradient(to right,var(--quickBetGradientFrom) 50%,var(--quickBetGradientTo))
}

.right-aside-module_switcherRightIcon__Lqkqks-p__platform-desktop-ui {
    color: gray
}

.sport-select-module_item__Dh7VonGS__platform-desktop-ui {
    display: block;
    padding: 6px 4px;
    border-radius: var(--allSportsBorderRadius, var(--mslBorderRadius));
    background-color: rgba(var(--accentMainRGB),0);
    color: var(--allSportsText, var(--mslTextLight));
    text-decoration: none;
    transition: background-color .2s ease,color .2s ease;
    cursor: pointer
}

.sport-select-module_item__Dh7VonGS__platform-desktop-ui svg,.sport-select-module_item__Dh7VonGS__platform-desktop-ui img {
    font-size: 20px;
    max-width: 20px;
    display: block;
    margin: 0 auto 6px;
    filter: grayscale(100%)
}

.sport-select-module_item__Dh7VonGS__platform-desktop-ui:not(:first-of-type) {
    margin-top: 4px
}

.sport-select-module_item__Dh7VonGS__platform-desktop-ui:first-of-type {
    border-radius: var(--mslBorderRadius) var(--mslBorderRadius) 0 0
}

.sport-select-module_item__Dh7VonGS__platform-desktop-ui:last-of-type {
    border-radius: 0 0 var(--mslBorderRadius) var(--mslBorderRadius)
}

.sport-select-module_item__Dh7VonGS__platform-desktop-ui.sport-select-module_selected__FwB5LZuj__platform-desktop-ui img,.sport-select-module_item__Dh7VonGS__platform-desktop-ui.sport-select-module_selected__FwB5LZuj__platform-desktop-ui svg,.sport-select-module_item__Dh7VonGS__platform-desktop-ui.sport-select-module_colored__kAGtmJbw__platform-desktop-ui img,.sport-select-module_item__Dh7VonGS__platform-desktop-ui.sport-select-module_colored__kAGtmJbw__platform-desktop-ui svg,.sport-select-module_item__Dh7VonGS__platform-desktop-ui:hover img,.sport-select-module_item__Dh7VonGS__platform-desktop-ui:hover svg {
    filter: none
}

.sport-select-module_item__Dh7VonGS__platform-desktop-ui.sport-select-module_selected__FwB5LZuj__platform-desktop-ui {
    background-color: var(--mslSelectedSportBg);
    color: var(--allSportsTitleColor);
    box-shadow: 0 0 20px #0000001a
}

.sport-select-module_item__Dh7VonGS__platform-desktop-ui.sport-select-module_selected__FwB5LZuj__platform-desktop-ui:hover {
    background-color: rgba(var(--mslEventMarketBGRGB),.6)
}

.sport-select-module_item__Dh7VonGS__platform-desktop-ui.sport-select-module_selected__FwB5LZuj__platform-desktop-ui .sport-select-module_itemText__Vl0Yq5lC__platform-desktop-ui {
    color: var(--mslSportSelectActiveItemTextColor)
}

.sport-select-module_item__Dh7VonGS__platform-desktop-ui:hover {
    background: var(--allSportsItemHover);
    color: var(--allSportsTitleHover)
}

.sport-select-module_item__Dh7VonGS__platform-desktop-ui.sport-select-module_colored__kAGtmJbw__platform-desktop-ui svg {
    color: var(--mslTopIconColor)
}

.sport-select-module_svgContainer__-JQs7ERv__platform-desktop-ui {
    min-height: 25px
}

.sport-select-module_itemText__Vl0Yq5lC__platform-desktop-ui {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: var(--mslSportSelectItemFontSize, 9px);
    color: var(--mslSportSelectItemTextColor)
}

.betslip-aside-opener-module_wrapper__dMqb-4Th__platform-desktop-ui {
    position: absolute;
    right: 100%;
    top: var(--betslipAsideOpenerTopOffset);
    transform: rotate(-90deg) translateY(-100%);
    transform-origin: top right;
    background: var(--betslipAsideOpenerBg);
    display: flex;
    align-items: center;
    white-space: nowrap;
    color: var(--betslipAsideOpenerColor);
    padding: var(--betslipAsideOpenerPadding);
    box-shadow: var(--betslipAsideOpenerBoxShadow);
    border-radius: var(--betslipAsideOpenerBorderRadius);
    cursor: pointer;
    transition: background-color .3s ease-in-out
}

.betslip-aside-opener-module_empty__MvCIsJdF__platform-desktop-ui {
    background: var(--betslipAsideOpenerEmptyBg);
    box-shadow: var(--betslipAsideOpenerEmptyBoxShadow)
}

.betslip-aside-opener-module_icon__3sGYvnTI__platform-desktop-ui {
    transition: transform .3s ease-in-out
}

.betslip-aside-opener-module_iconOpen__jZkCZ95-__platform-desktop-ui {
    transform: rotate(180deg)
}

.betslip-aside-opener-module_text__BtR-B-S4__platform-desktop-ui {
    margin-right: 10px
}

.forecast-history-module_tableHeader__SCs4iC2J__platform-desktop-ui {
    display: flex;
    background-color: var(--topEventsFactorBg);
    color: var(--forecastHistoryHeadingColor);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.forecast-history-module_tableBody__vBA6dEhD__platform-desktop-ui {
    overflow: hidden;
    border-radius: 0 0 var(--baseBorderRadius) 0
}

.forecast-history-module_tableBody__vBA6dEhD__platform-desktop-ui:first-child {
    border-top: none
}

.forecast-history-module_forecastEvent__1YopA-jX__platform-desktop-ui {
    display: flex;
    border-top: 1px solid var(--eventModalBackground)
}

.forecast-history-module_col1__aFd2NBwG__platform-desktop-ui {
    flex-shrink: 0;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px
}

.forecast-history-module_colGrow__qd0XFWPL__platform-desktop-ui {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    padding: 5px 20px;
    box-sizing: border-box
}

.forecast-history-module_colGrowBody__ATsg1gVK__platform-desktop-ui {
    min-height: 58px
}

.forecast-history-module_col2__OrWGqbk6__platform-desktop-ui {
    flex-shrink: 0;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 20px
}

.forecast-history-module_events__iz4hpz-6__platform-desktop-ui {
    flex-grow: 1;
    border-left: 1px solid var(--tableDelimiter)
}

.forecast-history-module_eventsWrapper__ghBJLHyV__platform-desktop-ui {
    display: flex;
    border-bottom: 1px solid var(--tableDelimiter)
}

.forecast-history-module_eventsWrapper__ghBJLHyV__platform-desktop-ui:last-child {
    border-bottom: none
}

.forecast-history-module_eventsWrapperSuccess__rdYCQuot__platform-desktop-ui {
    background-color: var(--backgroundSuccess)
}

.forecast-history-module_eventsWrapperFail__zEgGp9R5__platform-desktop-ui {
    background-color: var(--backgroundFail)
}

.forecast-history-module_eventsLeftDate__2VPs2m-J__platform-desktop-ui {
    color: var(--forecastHistoryDate);
    font-size: 12px;
    font-weight: 500;
    padding-top: 20px;
    text-align: center;
    display: block
}

.forecast-history-module_eventTextHeader__fNDdGc0p__platform-desktop-ui {
    color: var(--mainColor);
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
    text-transform: uppercase
}

.forecast-history-module_eventText__iZjncFnx__platform-desktop-ui {
    color: var(--mainColor);
    font-size: 12px;
    font-weight: 700
}

.forecast-history-module_eventsResult__BBPnsGzb__platform-desktop-ui {
    color: var(--forecastResultColor);
    font-size: 12px;
    font-weight: 700;
    border-left: 1px solid var(--tableDelimiter);
    text-transform: uppercase
}

.details-module_w300__2PhX-FIH__platform-desktop-ui {
    width: 300px
}

.details-module_row__INfAH3c-__platform-desktop-ui {
    background: var(--roundedTableBgColor)
}

td.details-module_leagueTd__hGFmepl7__platform-desktop-ui {
    background: var(--bettingTableLeagueBg);
    border: 1px solid var(--roundedTableHeadingBorderColor);
    padding-block:8px}

.details-module_league__fU7RjL7P__platform-desktop-ui {
    display: flex;
    align-items: center
}

.details-module_league__fU7RjL7P__platform-desktop-ui>* {
    margin-right: 4px
}

td.details-module_tableContainer__kj5X-E-9__platform-desktop-ui {
    padding-block:16px}

.details-module_table__Ic4MG1B8__platform-desktop-ui {
    width: 100%
}

.details-module_table__Ic4MG1B8__platform-desktop-ui th,.details-module_table__Ic4MG1B8__platform-desktop-ui td {
    vertical-align: top;
    line-height: 24px;
    padding: 0
}

.details-module_headers__iPNz7jTD__platform-desktop-ui th {
    text-transform: uppercase
}

.details-module_headers__iPNz7jTD__platform-desktop-ui th,.details-module_headers__iPNz7jTD__platform-desktop-ui td {
    font-weight: 400;
    color: var(--bettingTableDetailsHeaderColor);
    text-align: left
}

.details-module_eventTime__-mCgTBzA__platform-desktop-ui {
    display: flex;
    align-items: center
}

.details-module_live__qfoKBo2V__platform-desktop-ui {
    margin-right: 3px
}

.details-module_competitors__wNCmcq6h__platform-desktop-ui {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.forecast-history-row-module_expandBtn__bBMM6WQy__platform-desktop-ui {
    width: 24px;
    height: 24px;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--bettingTableRowActionsColor);
    transition: color .3s
}

.forecast-history-row-module_expandBtn__bBMM6WQy__platform-desktop-ui:focus,.forecast-history-row-module_expandBtn__bBMM6WQy__platform-desktop-ui:hover {
    color: var(--bettingTableRowActionsHoverColor)
}

.forecast-history-row-module_expandBtn__bBMM6WQy__platform-desktop-ui:active {
    transition: color .1s;
    color: var(--bettingTableRowActionsActiveColor)
}

.forecast-history-row-module_expandBtn__bBMM6WQy__platform-desktop-ui svg {
    transform: rotate(90deg)
}

@media (prefers-reduced-motion: no-preference) {
    .forecast-history-row-module_expandBtn__bBMM6WQy__platform-desktop-ui svg {
        transition: transform .3s
    }
}

.forecast-history-row-module_expandBtn__bBMM6WQy__platform-desktop-ui.forecast-history-row-module_expanded__bbbq-qcI__platform-desktop-ui svg {
    transform: rotate(-90deg)
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
    margin-left: -8px;
    position: absolute;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
    box-sizing: content-box;
    position: absolute;
    border: 8px solid transparent;
    height: 0;
    width: 1px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
    content: "";
    z-index: -1;
    border-width: 8px;
    left: -8px;
    border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
    top: 0;
    margin-top: -8px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
    border-top: none;
    border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
    top: -1px;
    border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
    bottom: 0;
    margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
    border-bottom: none;
    border-top-color: #fff;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
    bottom: -1px;
    border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
    display: inline-block;
    padding: 0;
    border: 0;
}

.react-datepicker {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.8rem;
    background-color: #fff;
    color: #000;
    border: 1px solid #aeaeae;
    border-radius: 0.3rem;
    display: inline-block;
    position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
    left: 35px;
}

.react-datepicker--time-only .react-datepicker__time-container {
    border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.react-datepicker__triangle {
    position: absolute;
    left: 50px;
}

.react-datepicker-popper {
    z-index: 1;
}

.react-datepicker-popper[data-placement^="bottom"] {
    margin-top: 10px;
}

.react-datepicker-popper[data-placement="bottom-end"] .react-datepicker__triangle, .react-datepicker-popper[data-placement="top-end"] .react-datepicker__triangle {
    left: auto;
    right: 50px;
}

.react-datepicker-popper[data-placement^="top"] {
    margin-bottom: 10px;
}

.react-datepicker-popper[data-placement^="right"] {
    margin-left: 8px;
}

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
    left: auto;
    right: 42px;
}

.react-datepicker-popper[data-placement^="left"] {
    margin-right: 8px;
}

.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
    left: 42px;
    right: auto;
}

.react-datepicker__header {
    text-align: center;
    background-color: #f0f0f0;
    border-bottom: 1px solid #aeaeae;
    border-top-left-radius: 0.3rem;
    padding-top: 8px;
    position: relative;
}

.react-datepicker__header--time {
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
}

.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
    border-top-left-radius: 0;
}

.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
    border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
    display: inline-block;
    margin: 0 2px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
    margin-top: 0;
    color: #000;
    font-weight: bold;
    font-size: 0.944rem;
}

.react-datepicker-time__header {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.react-datepicker__navigation {
    background: none;
    line-height: 1.7rem;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 10px;
    width: 0;
    padding: 0;
    border: 0.45rem solid transparent;
    z-index: 1;
    height: 10px;
    width: 10px;
    text-indent: -999em;
    overflow: hidden;
}

.react-datepicker__navigation--previous {
    left: 10px;
    border-right-color: #ccc;
}

.react-datepicker__navigation--previous:hover {
    border-right-color: #b3b3b3;
}

.react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
    border-right-color: #e6e6e6;
    cursor: default;
}

.react-datepicker__navigation--next {
    right: 10px;
    border-left-color: #ccc;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
    right: 95px;
}

.react-datepicker__navigation--next:hover {
    border-left-color: #b3b3b3;
}

.react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
    border-left-color: #e6e6e6;
    cursor: default;
}

.react-datepicker__navigation--years {
    position: relative;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.react-datepicker__navigation--years-previous {
    top: 4px;
    border-top-color: #ccc;
}

.react-datepicker__navigation--years-previous:hover {
    border-top-color: #b3b3b3;
}

.react-datepicker__navigation--years-upcoming {
    top: -4px;
    border-bottom-color: #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
    border-bottom-color: #b3b3b3;
}

.react-datepicker__month-container {
    float: left;
}

.react-datepicker__year {
    margin: 0.4rem;
    text-align: center;
}

.react-datepicker__year-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 180px;
}

.react-datepicker__year .react-datepicker__year-text {
    display: inline-block;
    width: 4rem;
    margin: 2px;
}

.react-datepicker__month {
    margin: 0.4rem;
    text-align: center;
}

.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
    display: inline-block;
    width: 4rem;
    margin: 2px;
}

.react-datepicker__input-time-container {
    clear: both;
    width: 100%;
    float: left;
    margin: 5px 0 10px 15px;
    text-align: left;
}

.react-datepicker__input-time-container .react-datepicker-time__caption {
    display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container {
    display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
    display: inline-block;
    margin-left: 10px;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
    width: auto;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"] {
    -moz-appearance: textfield;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
    margin-left: 5px;
    display: inline-block;
}

.react-datepicker__time-container {
    float: right;
    border-left: 1px solid #aeaeae;
    width: 85px;
}

.react-datepicker__time-container--with-today-button {
    display: inline;
    border: 1px solid #aeaeae;
    border-radius: 0.3rem;
    position: absolute;
    right: -72px;
    top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
    position: relative;
    background: white;
    border-bottom-right-radius: 0.3rem;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
    width: 85px;
    overflow-x: hidden;
    margin: 0 auto;
    text-align: center;
    border-bottom-right-radius: 0.3rem;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
    list-style: none;
    margin: 0;
    height: calc(195px + (1.7rem / 2));
    overflow-y: scroll;
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
    box-sizing: content-box;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
    height: 30px;
    padding: 5px 10px;
    white-space: nowrap;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
    cursor: pointer;
    background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
    background-color: #216ba5;
    color: white;
    font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
    background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
    color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
    cursor: default;
    background-color: transparent;
}

.react-datepicker__week-number {
    color: #ccc;
    display: inline-block;
    width: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
    cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
    border-radius: 0.3rem;
    background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
    white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
    color: #000;
    display: inline-block;
    width: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    margin: 0.166rem;
}

.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range {
    border-radius: 0.3rem;
    background-color: #216ba5;
    color: #fff;
}

.react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover,
.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter--in-selecting-range:hover,
.react-datepicker__quarter--in-range:hover {
    background-color: #1d5d90;
}

.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
    color: #ccc;
    pointer-events: none;
}

.react-datepicker__month--disabled:hover,
.react-datepicker__quarter--disabled:hover {
    cursor: default;
    background-color: transparent;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
    cursor: pointer;
}

.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
    border-radius: 0.3rem;
    background-color: #f0f0f0;
}

.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
    font-weight: bold;
}

.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
    border-radius: 0.3rem;
    background-color: #3dcc4a;
    color: #fff;
}

.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
    background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
    color: magenta;
}

.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
    color: green;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
    border-radius: 0.3rem;
    background-color: #216ba5;
    color: #fff;
}

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
    background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
    border-radius: 0.3rem;
    background-color: #2a87d0;
    color: #fff;
}

.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
    background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range ,
.react-datepicker__month-text--in-selecting-range ,
.react-datepicker__quarter-text--in-selecting-range ,
.react-datepicker__year-text--in-selecting-range {
    background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range , .react-datepicker__month--selecting-range
.react-datepicker__month-text--in-range , .react-datepicker__month--selecting-range
.react-datepicker__quarter-text--in-range , .react-datepicker__month--selecting-range
.react-datepicker__year-text--in-range {
    background-color: #f0f0f0;
    color: #000;
}

.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
    cursor: default;
    color: #ccc;
}

.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
    background-color: transparent;
}

.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
    background-color: #216ba5;
}

.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
    background-color: #f0f0f0;
}

.react-datepicker__input-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
    border: 1px solid transparent;
    border-radius: 0.3rem;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
    cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
    border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
    border-top-color: #ccc;
    float: right;
    margin-left: 20px;
    top: 8px;
    position: relative;
    border-width: 0.45rem;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
    background-color: #f0f0f0;
    position: absolute;
    width: 50%;
    left: 25%;
    top: 30px;
    z-index: 1;
    text-align: center;
    border-radius: 0.3rem;
    border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
    cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
    height: 150px;
    overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
    line-height: 20px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
    background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
    border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
    border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
    position: absolute;
    left: 15px;
}

.react-datepicker__close-icon {
    cursor: pointer;
    background-color: transparent;
    border: 0;
    outline: 0;
    padding: 0px 6px 0px 0px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.react-datepicker__close-icon::after {
    cursor: pointer;
    background-color: #216ba5;
    color: #fff;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    padding: 2px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    content: "\00d7";
}

.react-datepicker__today-button {
    background: #f0f0f0;
    border-top: 1px solid #aeaeae;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    clear: left;
}

.react-datepicker__portal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
    width: 3rem;
    line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
    .react-datepicker__portal .react-datepicker__day-name,
    .react-datepicker__portal .react-datepicker__day,
    .react-datepicker__portal .react-datepicker__time-name {
        width: 2rem;
        line-height: 2rem;
    }
}

.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
    font-size: 1.44rem;
}

.react-datepicker__portal .react-datepicker__navigation {
    border: 0.81rem solid transparent;
}

.react-datepicker__portal .react-datepicker__navigation--previous {
    border-right-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
    border-right-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
    border-right-color: #e6e6e6;
    cursor: default;
}

.react-datepicker__portal .react-datepicker__navigation--next {
    border-left-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
    border-left-color: #b3b3b3;
}

.react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
    border-left-color: #e6e6e6;
    cursor: default;
}
.awssld__container figure, .awssld__content, .awssld__box {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.awssld__controls button, .awssld__bullets button {
    outline-color: 0;
    outline-style: none;
    outline-width: 0; }

.awssld {
    --organic-arrow-thickness: 4px;
    --organic-arrow-height: 40px;
    --slider-height-percentage: 60%;
    --loader-bar-color: #851515;
    --loader-bar-height: 6px;
    --control-button-width: 10%;
    --control-button-height: 25%;
    --control-button-opacity: 0.5;
    --control-button-hover-opacity: 0.75;
    --control-button-background: transparent;
    --transition-bezier: cubic-bezier(0.5, 0.075, 0.25, 0.95);
    --slider-transition-duration: 575ms;
    --organic-arrow-color: #6a6a6a;
    --organic-arrow-border-radius: 0;
    --control-bullet-color: #6a6a6a;
    --control-bullet-active-color: #6a6a6a;
    --content-background-color: #2f2f2f; }

.awssld {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%; }

.awssld__wrapper {
    display: block;
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%; }

.awssld__container {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: var(--slider-height-percentage); }

@media all and (max-width: 500px) {
    .awssld__container {
        padding-bottom: calc(var(--slider-height-percentage) * 1.25); } }

.awssld__startUp {
    background-color: red;
    height: 100%;
    width: 100%; }

.awssld__startUp > div {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center; }

.awssld__startUp img {
    width: 35%;
    height: auto; }

.awssld__content {
    background-color: var(--content-background-color);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center; }

.awssld__content > img,
.awssld__content > video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.awssld__controls button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--control-button-width);
    height: var(--control-button-height);
    position: absolute;
    z-index: 10;
    top: calc(50% - (0.5 * var(--control-button-height)));
    border: none;
    background-color: var(--control-button-background);
    color: #fff;
    cursor: pointer; }

.awssld__controls button .awssld__controls__arrow-left,
.awssld__controls button .awssld__controls__arrow-right {
    opacity: var(--control-button-opacity); }

.awssld__controls button:hover .awssld__controls__arrow-left,
.awssld__controls button:hover .awssld__controls__arrow-right {
    opacity: var(--control-button-opacity-hover); }

.awssld__controls--active .awssld__controls__arrow-left {
    opacity: var(--control-button-opacity-hover);
    transform: translate3d(-100%, 0, 0); }

.awssld__controls--active .awssld__controls__arrow-right {
    opacity: var(--control-button-opacity-hover);
    transform: translate3d(100%, 0, 0); }

.awssld__controls--hidden {
    display: none; }

@media all and (max-width: 520px) {
    .awssld__controls {
        visibility: hidden; } }

.awssld__bar {
    display: block;
    width: 100%;
    height: var(--loader-bar-height);
    background-color: var(--loader-bar-color);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    transition: transform 3000ms var(--transition-bezier);
    transform: translate3d(-100%, 0, 0); }

.awssld__bar--active {
    transform: translate3d(-20%, 0, 0); }

.awssld__bar--end {
    transition-duration: 300ms;
    transform: translate3d(0, 0, 0); }

.awssld__next {
    right: 0; }

.awssld__prev {
    left: 0; }

.awssld__box {
    z-index: 1;
    visibility: hidden; }

.awssld--animated {
    will-change: transform;
    visibility: visible; }

.awssld--animated-mobile {
    will-change: transform;
    transition: transform 325ms cubic-bezier(0.15, 0.65, 0.1, 1); }

.awssld--active {
    visibility: visible;
    z-index: 2;
    transform: translate3d(0, 0, 0); }

.awssld--moveRight, .awssld--moveLeft {
    backface-visibility: hidden; }

.awssld--moveRight {
    animation: slideFromRight var(--slider-transition-duration) both var(--transition-bezier); }

.awssld--moveLeft {
    animation: slideFromLeft var(--slider-transition-duration) both var(--transition-bezier); }

.awssld--exit {
    z-index: 0; }

.awssld--exit.awssld--moveLeft {
    animation: slideToLeft var(--slider-transition-duration) both var(--transition-bezier); }

.awssld--exit.awssld--moveRight {
    animation: slideToRight var(--slider-transition-duration) both var(--transition-bezier); }

.awssld--first .awssld__prev {
    visibility: hidden; }

.awssld--last .awssld__next {
    visibility: hidden; }

.awssld--fill-parent {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0; }

.awssld--fill-parent .awssld__container {
    height: 100%;
    padding: 0; }

.awssld__bullets {
    position: absolute;
    bottom: -40px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center; }

.awssld__bullets button {
    padding: 0;
    display: block;
    width: 16px;
    height: 16px;
    margin: 5px;
    border-radius: 50%;
    background: var(--control-bullet-color);
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    border: none;
    transition: transform 0.225s cubic-bezier(0.8, 1.35, 0.75, 1.45), background-color 0.175s ease-out; }

.awssld__bullets button:hover {
    transform: scale(1.2); }

.awssld__bullets .awssld__bullets--loading {
    transform: scale(1.2); }

.awssld__bullets .awssld__bullets--active {
    transform: scale(1.5);
    background: var(--control-bullet-active-color); }

.awssld__bullets .awssld__bullets--active:hover {
    transform: scale(1.5); }

.awssld__controls__arrow-left, .awssld__controls__arrow-right {
    width: 100%;
    height: var(--organic-arrow-height);
    position: relative;
    display: block;
    transition: transform 0.2s ease-out 0.125s, opacity 0.2s ease-out; }

.awssld__controls__arrow-left:before, .awssld__controls__arrow-left:after, .awssld__controls__arrow-right:before, .awssld__controls__arrow-right:after {
    content: ' ';
    position: absolute;
    right: calc( 50% - ( 0.7071 * (var(--organic-arrow-height) + var(--organic-arrow-thickness)) ) / 2);
    height: 100%;
    border-radius: var(--organic-arrow-border-radius);
    width: var(--organic-arrow-thickness);
    background-color: var(--organic-arrow-color);
    transition: transform 0.15s ease-out, background-color 0.15s ease-out; }

.awssld__controls__arrow-left:before, .awssld__controls__arrow-right:before {
    transform-origin: 100% 100% 0;
    top: -50%;
    transform: rotate(-45deg); }

.awssld__controls__arrow-left:after, .awssld__controls__arrow-right:after {
    transform-origin: 100% 0% 0;
    top: 50%;
    transform: rotate(45deg); }

.awssld__controls__arrow-right--active {
    transform: translate3d(100%, 0, 0); }

.awssld__controls__arrow-right--active:after {
    transform: rotate(90deg) translate3d(50%, 0, 0) !important; }

.awssld__controls__arrow-right--active:before {
    transform: rotate(-90deg) translate3d(50%, 0, 0) !important; }

.awssld__controls__arrow-left:before, .awssld__controls__arrow-left:after {
    right: auto;
    left: calc( 50% - ( 0.7071 * (var(--organic-arrow-height) + var(--organic-arrow-thickness)) ) / 2); }

.awssld__controls__arrow-left:before {
    transform-origin: 0 100% 0;
    top: -50%;
    transform: rotate(45deg); }

.awssld__controls__arrow-left:after {
    transform-origin: 0 0 0;
    top: 50%;
    transform: rotate(-45deg); }

.awssld__controls__arrow-left--active {
    transform: translate3d(-100%, 0, 0); }

.awssld__controls__arrow-left--active:after {
    transform: rotate(-90deg) translate3d(-50%, 0, 0) !important; }

.awssld__controls__arrow-left--active:before {
    transform: rotate(90deg) translate3d(-50%, 0, 0) !important; }

.awssld__controls button:hover .awssld__controls__arrow-left:before {
    opacity: 1;
    transform: rotate(30deg); }

.awssld__controls button:hover .awssld__controls__arrow-left:after {
    opacity: 1;
    transform: rotate(-30deg); }

.awssld__controls button:hover .awssld__controls__arrow-right:before {
    opacity: 1;
    transform: rotate(-30deg); }

.awssld__controls button:hover .awssld__controls__arrow-right:after {
    opacity: 1;
    transform: rotate(30deg); }

.awssld__timer {
    --timer-delay: 2000ms;
    --timer-release: 200ms;
    --timer-height: 4px;
    --timer-background-color: rgba(0, 0, 0, 0.15);
    width: 100%;
    height: var(--timer-height);
    background-color: var(--timer-background-color);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%); }

.awssld__timer--animated {
    will-change: transform;
    transition: transform var(--timer-delay) linear; }

.awssld__timer--run {
    transform: translateX(0); }

.awssld__timer--fast {
    transition: transform calc(var(--timer-release) / 2) linear;
    transform: translateX(-0.00001px); }

.awssld__timer--end {
    transform: translateX(-0.0001px);
    transition: transform var(--timer-release) linear; }

.awssld__timer--hidden {
    display: none; }

@keyframes slideFromLeft {
    from {
        transform: translate3d(-100%, 0, 0); }
    to {
        transform: translate3d(0, 0, 0); } }

@keyframes slideFromRight {
    from {
        transform: translate3d(100%, 0, 0); }
    to {
        transform: translate3d(0, 0, 0); } }

@keyframes slideToLeft {
    from {
        transform: translate3d(0, 0, 0); }
    to {
        transform: translate3d(-100%, 0, 0); } }

@keyframes slideToRight {
    from {
        transform: translate3d(0, 0, 0); }
    to {
        transform: translate3d(100%, 0, 0); } }


.awssld--openAnimation {
    --open-animation-perspective: 600px;
    --open-animation-angle: 8deg;
    --open-animation-enter-delay: 85ms; }
.awssld--openAnimation .awssld__container {
    perspective: var(--open-animation-perspective); }
.awssld--openAnimation .awssld--moveLeft, .awssld--openAnimation .awssld--moveRight {
    animation-delay: var(--open-animation-enter-delay); }
.awssld--openAnimation .awssld--exit.awssld--moveLeft {
    transform-origin: 0% 50%;
    animation: openRight var(--slider-transition-duration) both var(--transition-bezier); }
.awssld--openAnimation .awssld--exit.awssld--moveRight {
    transform-origin: 100% 50%;
    animation: openLeft var(--slider-transition-duration) both var(--transition-bezier); }
@keyframes openLeft {
    45% {
        transform: rotateY(calc(var(--open-animation-angle) * -1)); } }
@keyframes openRight {
    45% {
        transform: rotateY(var(--open-animation-angle)); } }


@keyframes react-loading-skeleton {
    100% {
        transform: translateX(100%);
    }
}

.react-loading-skeleton {
    --base-color: #ebebeb;
    --highlight-color: #f5f5f5;
    --animation-duration: 1.5s;
    --animation-direction: normal;
    --pseudo-element-display: block; /* Enable animation */

    background-color: var(--base-color);

    width: 100%;
    border-radius: 0.25rem;
    display: inline-flex;
    line-height: 1;

    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    overflow: hidden;
}

.react-loading-skeleton::after {
    content: ' ';
    display: var(--pseudo-element-display);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(
            90deg,
            var(--base-color),
            var(--highlight-color),
            var(--base-color)
    );
    transform: translateX(-100%);

    animation-name: react-loading-skeleton;
    animation-direction: var(--animation-direction);
    animation-duration: var(--animation-duration);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
    .react-loading-skeleton {
        --pseudo-element-display: none; /* Disable animation */
        .form__textarea {
            display: block;
            width: 100%;
            border-radius: 24px;
            height: 47px;
            font-weight: 400;
            background-color: #fff;
            border: 1px solid #c3ccd9;
            line-height: 45px;
            padding: 15px 22px;
            color: #6e82a2;
            font-size: 14px;
            transition: border-color .15s ease,background-color .15s ease;
            height: 200px;
            resize: none;
            outline: none;
            background-color: #edf1f3;
            transition: background-color .15s ease,border-color .15s ease;
            line-height: 1.35
        }

        .form__textarea--small {
            height: 40px;
            font-size: 12px;
            line-height: 38px
        }

        .form__textarea--disabled {
            border-color: #edf1f3;
            background-color: #edf1f3;
            -webkit-text-fill-color: #6e82a2;
            -webkit-opacity: 1;
            pointer-events: none;
            opacity: 1
        }

        .form__textarea--disabled:focus {
            background-color: #fff
        }

        .form__textarea--error {
            border-color: #fe5151
        }

        .form__textarea:focus {
            background-color: rgba(0,0,0,0);
            outline: none;
            border-color: #e96e32
        }

        .form__row {
            display: flex;
            min-width: 100%;
            position: relative
        }

        .form__row:nth-child(1n+2) {
            margin-top: 20px
        }

        .form__row--valign {
            align-items: center
        }

        .form__row--spaced {
            justify-content: space-between
        }

        .form__row--align_top {
            align-items: flex-start;
            justify-content: space-between
        }

        .form__row--offset {
            margin: 0 -15px
        }

        @media screen and (max-width: 900px) {
            .form__row--field-response {
                display:block
            }

            .form__row--field-response .form__form-text {
                padding-top: 0
            }

            .form__row--field-response .form__col--offset_left {
                padding-left: 0
            }

            .form__row--field-response .form__col:first-child {
                margin-bottom: 10px
            }
        }

        .form__col {
            display: flex;
            position: relative
        }

        .form__col--column {
            flex-direction: column
        }

        .form__col--full {
            width: 100%
        }

        .form__col--offset {
            padding: 0 15px
        }

        .form__col--custom_left {
            padding-left: 25px
        }

        .form__col--offset_left {
            padding-left: 15px
        }

        .form__col--w_25 {
            width: 25%
        }

        .form__col--w_70 {
            width: 70%
        }

        .form__col--w_65 {
            width: 65%
        }

        .form__col--w_45 {
            width: 45%
        }

        .form__col--w_30 {
            width: 30%
        }

        .form__col--w_50 {
            width: 50%
        }

        .form__col--w_100 {
            width: 100%
        }

        .form__col--w_400 {
            width: 400px;
            flex: 0 0 400px
        }

        .form__col--w_435 {
            width: 435px;
            flex: 0 0 435px
        }

        .form__col--w_120 {
            width: 120px;
            flex: 0 0 120px
        }

        .form__col--w_300 {
            width: 300px;
            flex: 0 0 300px
        }

        .form__col--centered {
            text-align: center
        }

        .form__col--wrap {
            flex-wrap: wrap
        }

        .form__form-text {
            color: #3e4049;
            font-size: 14px;
            font-weight: 500;
            line-height: 1.3;
            display: block;
            position: relative;
            padding-top: 11px
        }

        .form__form-text:first-letter {
            text-transform: uppercase
        }

        .form__form-text--custom_top {
            padding-top: 5px
        }

        .form__form-text--no_padding {
            padding-top: 0
        }

        .form__label {
            color: #3e4049;
            font-size: 14px;
            line-height: 16px;
            font-weight: 400;
            width: max-content
        }

        .form__label:nth-child(1n+2) {
            margin-top: 8px
        }

        .form__label--error {
            color: #fe5151
        }

        .form__label a {
            color: #15aab8;
            transition: color .15s ease;
            text-decoration: none;
            display: inline-block;
            position: relative;
            cursor: pointer
        }

        .form__label a:after {
            content: "";
            display: block;
            height: 1px;
            background: #15aab8;
            position: absolute;
            width: 100%;
            transform: scaleX(0.7);
            opacity: 0;
            bottom: -1px;
            transition: transform .15s ease,opacity .15s ease
        }

        .form__label a:hover:after {
            opacity: 1;
            transform: scale(1)
        }

        .form__section-title {
            font-weight: 700;
            font-size: 14px;
            line-height: 1;
            text-transform: uppercase
        }

        .form__section-subtitle {
            font-weight: 500;
            font-size: 12px;
            color: #3e4049
        }

        .form__section-text {
            font-size: 12px;
            font-weight: 500;
            color: #3e4049;
            line-height: 16px
        }

        .customer-form {
            padding: 20px
        }

        .customer-form+.customer-form {
            position: relative
        }

        .customer-form+.customer-form:after {
            content: "";
            height: 1px;
            position: absolute;
            display: block;
            top: 0;
            left: 16px;
            right: 16px;
            background: #e5e5e5
        }

        .customer-form__section {
            position: relative;
            padding-bottom: 20px
        }

        .customer-form__section+.customer-form__section {
            padding-top: 20px;
            border-top: 1px solid #e5e5e5
        }

        .customer-form__content {
            max-width: 550px
        }

        .customer-form--pgw {
            padding: 0
        }

        .customer-form__dob-notification {
            padding: 10px 20px;
            border-radius: 10px;
            color: #6e82a2;
            background: #edf1f3;
            margin-top: 10px;
            font-size: 13px;
            width: 100%
        }

        .react-datepicker {
            box-shadow: 0 0 18px rgba(0,0,0,.1) !important;
            border-radius: 10px !important;
            padding: 15px !important;
            border: none !important
        }

        @media screen and (max-height: 600px) {
            .react-datepicker {
                height:290px;
                padding-top: 10px !important;
                padding-bottom: 10px !important
            }
        }

        .react-datepicker__triangle {
            border-bottom-color: #fff !important
        }

        .react-datepicker__triangle:before {
            display: none
        }

        .react-datepicker__day-name {
            width: 35px !important
        }

        .react-datepicker__year-select {
            display: block;
            width: 100%;
            border-radius: 24px;
            height: 47px;
            font-weight: 400;
            background-color: #fff;
            border: 1px solid #c3ccd9;
            line-height: 45px;
            padding: 0 35px 0 15px;
            color: #6e82a2;
            font-size: 14px;
            transition: border-color .15s ease,background-color .15s ease;
            background-color: #edf1f3;
            border-color: #edf1f3;
            font-size: 12px;
            line-height: 40px;
            height: 40px;
            appearance: none;
            position: relative
        }

        .react-datepicker__year-select--small {
            height: 40px;
            font-size: 12px;
            line-height: 38px
        }

        .react-datepicker__year-select--disabled {
            border-color: #edf1f3;
            background-color: #edf1f3;
            -webkit-text-fill-color: #6e82a2;
            -webkit-opacity: 1;
            pointer-events: none;
            opacity: 1
        }

        .react-datepicker__year-select--disabled:focus {
            background-color: #fff
        }

        .react-datepicker__year-select::-ms-expand {
            display: none
        }

        .react-datepicker__year-select:focus {
            border-color: #e96e32;
            outline: none;
            background: #fff
        }

        .react-datepicker__year-dropdown-container {
            position: relative
        }

        .react-datepicker__year-dropdown-container:after {
            content: "";
            display: block;
            position: absolute;
            right: 15px;
            top: 50%;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            border: solid;
            border-color: #c3ccd9;
            border-width: 0 2px 2px 0;
            padding: 4px;
            display: block;
            width: 0;
            height: 0;
            -webkit-user-select: none;
            user-select: none;
            transform: rotate(45deg) translateY(-50%) scale(0.8);
            margin-top: -2px
        }

        .react-datepicker__year-dropdown-container::after--top {
            margin-top: -6px;
            transform: rotate(-135deg) translateY(-50%)
        }

        .react-datepicker__year-dropdown-container::after--bottom {
            transform: rotate(45deg) translateY(-50%);
            margin-top: -3px
        }

        .react-datepicker__year-dropdown-container::after--right {
            right: 12px
        }

        .react-datepicker__year-dropdown-container::after--center {
            position: static;
            margin-top: -10px;
            transform: rotate(-135deg) translateY(-50%) translateX(-50%)
        }

        .react-datepicker__day-names {
            position: relative
        }

        .react-datepicker__header__dropdown {
            display: inline-flex;
            width: 50%;
            justify-content: flex-end;
            padding-right: 20px !important
        }

        .react-datepicker__month-dropdown-container {
            display: none !important
        }

        @media screen and (max-height: 600px) {
            .react-datepicker__month {
                margin:.2rem 0 0
            }
        }

        .react-datepicker__current-month {
            font-size: 14px !important;
            font-weight: 700 !important;
            color: #3e4049 !important;
            padding-left: 20px !important;
            display: inline-flex;
            font-family: Roboto,sans-serif;
            width: 50%;
            align-self: center
        }

        .react-datepicker__navigation:focus {
            outline: none !important
        }

        .react-datepicker__navigation--previous {
            top: 28px
        }

        @media screen and (max-height: 600px) {
            .react-datepicker__navigation--previous {
                top:23px
            }
        }

        .react-datepicker__navigation--next {
            top: 28px;
            left: 152px
        }

        @media screen and (max-height: 600px) {
            .react-datepicker__navigation--next {
                top:23px;
                left: 140px
            }
        }

        .react-datepicker__header {
            background: rgba(0,0,0,0) !important;
            min-height: 70px;
            position: relative;
            padding-top: 0 !important;
            border-bottom: 1px solid #cdd2da !important
        }

        @media screen and (max-height: 600px) {
            .react-datepicker__header__dropdown {
                padding-right:0 !important
            }
        }

        .react-datepicker__day {
            border-radius: 50% !important;
            transition: rgba(0,0,0,.5) .15s ease;
            font-size: 14px !important;
            width: 35px !important;
            line-height: 35px !important;
            font-family: Roboto,sans-serif;
            color: #3e4049 !important;
            font-weight: 400 !important;
            outline: none
        }

        .react-datepicker__day--selected {
            color: #fff !important
        }

        .react-datepicker__day--weekend:not(.react-datepicker__day--selected) {
            color: #fe5151 !important
        }

        .react-datepicker__day--disabled {
            color: #c1c3c7 !important
        }

        .react-datepicker__day--disabled.react-datepicker__day--weekend {
            color: #fe5151 !important
        }

        @media screen and (max-height: 600px) {
            .react-datepicker__day {
                width:27px !important;
                line-height: 27px !important
            }
        }

        @media screen and (max-height: 600px) {
            .react-datepicker__day-name {
                width:27px !important;
                line-height: 27px !important
            }
        }

        .react-datepicker__input-container input {
            display: block;
            width: 100%;
            border-radius: 24px;
            height: 47px;
            font-weight: 400;
            background-color: #fff;
            border: 1px solid #c3ccd9;
            line-height: 45px;
            padding: 0 40px 0 22px;
            color: #6e82a2;
            font-size: 14px;
            transition: border-color .15s ease,background-color .15s ease;
            -webkit-appearance: none;
            height: 40px;
            font-size: 12px;
            line-height: 40px
        }

        .react-datepicker__input-container input--small {
            height: 40px;
            font-size: 12px;
            line-height: 38px
        }

        .react-datepicker__input-container input--disabled {
            border-color: #edf1f3;
            background-color: #edf1f3;
            -webkit-text-fill-color: #6e82a2;
            -webkit-opacity: 1;
            pointer-events: none;
            opacity: 1
        }

        .react-datepicker__input-container input--disabled:focus {
            background-color: #fff
        }

        .react-datepicker__input-container input:focus {
            background-color: #fff;
            border-color: #e96e32;
            outline: none
        }

        .my-date-input-picker {
            fill: #6e82a2;
            width: 135px;
            display: flex;
            position: relative
        }

        .my-date-input-picker .svg-icon {
            top: 12px;
            right: 16px;
            font-size: 14px;
            fill: #6e82a2;
            position: absolute;
            pointer-events: none
        }

        .react-datepicker__day-name,.react-datepicker__time-name {
            font-size: 11px !important;
            font-family: Roboto,sans-serif !important;
            color: #868c96 !important;
            font-weight: 500 !important
        }

        .react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll {
            margin: 0 !important
        }

        select::-ms-expand {
            display: none;
            appearance: none
        }

        .react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range {
            background-color: #9e2b86
        }

        .react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__year-text--selected:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--in-range:hover {
            background-color: #e96e32
        }

        .form-input {
            position: relative;
            display: block;
            width: 100%
        }

        .form-input__container {
            position: initial
        }

        .form-input__input {
            display: block;
            width: 100%;
            border-radius: 24px;
            height: 47px;
            font-weight: 400;
            background-color: #fff;
            border: 1px solid #c3ccd9;
            line-height: 45px;
            padding: 0 40px 0 22px;
            color: #6e82a2;
            font-size: 14px;
            transition: border-color .15s ease,background-color .15s ease;
            color: #3e4049;
            background-position-x: 85% !important
        }

        .form-input__input--small {
            height: 40px;
            font-size: 12px;
            line-height: 38px
        }

        .form-input__input--disabled {
            border-color: #edf1f3;
            background-color: #edf1f3;
            -webkit-text-fill-color: #6e82a2;
            -webkit-opacity: 1;
            pointer-events: none;
            opacity: 1
        }

        .form-input__input--disabled:focus {
            background-color: #fff
        }

        .form-input__input--province {
            padding-right: 15px
        }

        .form-input__input--password {
            padding: 0 66px 0 22px
        }

        .form-input__input--icon {
            padding-left: 50px
        }

        .form-input__input--error {
            border-color: #fe5151
        }

        .form-input__input--reverse-icon {
            padding-right: 50px;
            padding-left: 22px
        }

        .form-input__input::-webkit-input-placeholder {
            color: #a2a7ab
        }

        .form-input__input:-moz-placeholder {
            color: #a2a7ab
        }

        .form-input__input::-moz-placeholder {
            color: #a2a7ab
        }

        .form-input__input:-ms-input-placeholder {
            color: #a2a7ab
        }

        .form-input__input:active:not([disabled]),.form-input__input:focus:not([disabled]) {
            outline: none;
            border-color: #e96e32;
            line-height: normal
        }

        .form-input__input:active:not([disabled])::-webkit-input-placeholder,.form-input__input:focus:not([disabled])::-webkit-input-placeholder {
            color: rgba(0,0,0,0)
        }

        .form-input__input:active:not([disabled]):-moz-placeholder,.form-input__input:focus:not([disabled]):-moz-placeholder {
            color: rgba(0,0,0,0)
        }

        .form-input__input:active:not([disabled])::-moz-placeholder,.form-input__input:focus:not([disabled])::-moz-placeholder {
            color: rgba(0,0,0,0)
        }

        .form-input__input:active:not([disabled]):-ms-input-placeholder,.form-input__input:focus:not([disabled]):-ms-input-placeholder {
            color: rgba(0,0,0,0)
        }

        .form-input__input:active:not([disabled])~.form-input__icon--main svg,.form-input__input:focus:not([disabled])~.form-input__icon--main svg {
            color: #e96e32
        }

        .form-input__input:active:not([disabled])~.form-input__icon--reverse svg,.form-input__input:focus:not([disabled])~.form-input__icon--reverse svg {
            color: #e96e32
        }

        .form-input__icon {
            position: absolute;
            width: 16px;
            display: flex;
            height: 100%;
            justify-content: center;
            top: 0;
            align-items: center;
            font-size: 16px
        }

        .form-input__icon--loader {
            color: #6e82a2;
            right: 14px;
            font-size: 11px
        }

        .form-input__icon--loader .svg-icon {
            animation: loader-rotate .8s linear infinite
        }

        .form-input__icon--error {
            color: #fe5151;
            right: 14px
        }

        .form-input__icon--success {
            color: #0fa810;
            right: 14px
        }

        .form-input__icon--main {
            left: 20px
        }

        .form-input__icon--main svg {
            max-height: 100%;
            height: 16px;
            color: #6e82a2;
            transition: #6e82a2 .1s ease
        }

        .form-input__icon--reverse {
            right: 13px
        }

        .form-input__icon--reverse svg {
            max-height: 100%;
            height: 16px;
            color: #303955;
            transition: #303955 .1s ease
        }

        .form-input__icon--secondary {
            right: 6px;
            width: 30px;
            color: #c3ccd9;
            pointer-events: auto
        }

        .form-input__icon--offset {
            right: 36px
        }

        .form-input__hint {
            position: relative;
            width: 100%
        }

        .form-input__hint-list {
            position: absolute;
            z-index: 1;
            top: 100%;
            left: 0;
            width: 100%;
            border-radius: 8px;
            background: #fff;
            box-shadow: 0 3px 5px rgba(0,0,0,.21);
            max-height: 200px;
            overflow-y: auto;
            scrollbar-color: rgba(233,110,50,.4) rgba(0,0,0,0);
            scrollbar-width: thin
        }

        .form-input ::-ms-clear,.form-input ::-ms-reveal {
            display: none
        }

        .not-found {
            --iconSize: 107px;
            --containerSize: 133px;
            display: flex;
            width: 100%;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            min-height: 300px
        }

        .not-found__icon {
            position: relative;
            width: var(--containerSize);
            height: var(--containerSize);
            border-radius: 50%;
            background: #e1e8ef;
            margin: 0 0 0 0
        }

        .not-found__icon+.not-found__text {
            margin-top: 34px
        }

        .not-found__icon .svg-icon {
            height: var(--iconSize);
            position: absolute;
            width: var(--iconSize);
            left: 50%;
            top: 50%;
            margin-left: -15px;
            transform: translate(-50%, -39px)
        }

        .not-found__text {
            color: #3e4049;
            font-size: 14px;
            text-transform: uppercase;
            text-align: center;
            line-height: 16px;
            font-weight: 500
        }

        .modern-view .not-found .svg-icon {
            margin-left: 0;
            transform: translate(0) !important;
            left: calc((var(--containerSize) - var(--iconSize))/2 - 15px);
            top: calc((var(--containerSize) - var(--iconSize))/2 + 15px)
        }

        .modern-view .not-found__icon>div {
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%
        }

        .modern-view .not-found__icon>div .svg-icon {
            left: calc((var(--containerSize) - var(--iconSize))/2 + 15px);
            top: calc((var(--containerSize) - var(--iconSize))/2 + 22px)
        }

        .cookie-bar {
            position: fixed;
            left: 0;
            bottom: 0;
            width: 100%;
            font-size: 14px;
            color: #fff;
            background-color: rgba(0,0,0,.5);
            z-index: 101;
            pointer-events: auto !important
        }

        .cookie-bar * {
            pointer-events: auto !important
        }

        .cookie-bar__content {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
            max-width: calc(100% - 150px)
        }

        .cookie-bar__message {
            margin-left: 10px
        }

        .cookie-bar__link {
            color: #fff
        }

        .cookie-bar__button {
            margin-left: 20px
        }

        @media screen and (max-width: 800px) {
            .cookie-bar__icon {
                margin:0 auto
            }

            .cookie-bar__content {
                display: block
            }

            .cookie-bar__message {
                margin-top: 10px
            }

            .cookie-bar__button {
                margin: 10px auto 0
            }
        }

        .ui-select {
            position: relative;
            width: 100%
        }

        .ui-select__outer {
            display: block;
            width: 100%;
            border-radius: 24px;
            height: 47px;
            font-weight: 400;
            background-color: #fff;
            border: 1px solid #c3ccd9;
            line-height: 45px;
            padding: 0 31px 0 20px;
            color: #6e82a2;
            font-size: 14px;
            transition: border-color .15s ease,background-color .15s ease;
            position: relative;
            cursor: pointer
        }

        .ui-select__outer--small {
            height: 40px;
            font-size: 12px;
            line-height: 38px
        }

        .ui-select__outer--disabled {
            border-color: #edf1f3;
            background-color: #edf1f3;
            -webkit-text-fill-color: #6e82a2;
            -webkit-opacity: 1;
            pointer-events: none;
            opacity: 1
        }

        .ui-select__outer--disabled:focus {
            background-color: #fff
        }

        .ui-select__outer--icon {
            padding-left: 50px
        }

        .ui-select__outer--selected .ui-select__outer-text {
            color: #6e82a2
        }

        .ui-select__outer-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 16px;
            font-size: 16px;
            color: #6e82a2;
            position: absolute;
            top: 50%;
            left: 20px;
            transform: translateY(-50%)
        }

        .ui-select__outer-text {
            color: #a2a7ab;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis
        }

        .ui-select__outer-arrow {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 14px;
            display: flex;
            align-items: center;
            color: #c3ccd9;
            font-size: 14px
        }

        .ui-select__outer-arrow:not(.arrow-no-transform) .svg-icon {
            transform: rotate(180deg);
            transition: transform .15s ease
        }

        .ui-select__outer-arrow.arrow-no-transform .svg-icon {
            animation: loader-rotate .8s linear infinite
        }

        .ui-select__inner {
            display: none;
            position: absolute;
            z-index: 1;
            top: 100%;
            left: 0;
            width: 100%;
            padding-top: 5px;
            pointer-events: none
        }

        .ui-select__inner>* {
            pointer-events: auto
        }

        .ui-select__inner.ui-select__inner--small .ui-select__list-item {
            min-height: 34px;
            font-size: 12px
        }

        .ui-select__list {
            overflow: hidden;
            border-radius: 8px;
            width: 100%;
            background: #fff;
            box-shadow: 0 3px 5px rgba(0,0,0,.21);
            max-height: 190px;
            overflow-y: auto;
            scrollbar-color: rgba(233,110,50,.4) rgba(0,0,0,0);
            scrollbar-width: thin
        }

        .ui-select__list::-webkit-scrollbar {
            width: 6px
        }

        .ui-select__list::-webkit-scrollbar-track {
            border-radius: 3px
        }

        .ui-select__list::-webkit-scrollbar-thumb {
            border-radius: 3px;
            background: rgba(233,110,50,.4);
            -webkit-transition: background-color .2s ease;
            transition: background-color .2s ease
        }

        .ui-select__list-item {
            display: flex;
            align-items: center;
            padding: 6px 10px;
            min-height: 40px;
            font-size: 14px;
            font-weight: 500;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #6e82a2;
            transition: color .15s ease,background-color .15s ease;
            -webkit-user-select: none;
            user-select: none
        }

        .ui-select__list-item:hover {
            background-color: #f0f3f8;
            color: #3e4049;
            cursor: pointer
        }

        .ui-select__list-item--active {
            background-color: #e96e32;
            color: #edf1f3
        }

        .ui-select__list-item-icon {
            width: 35px;
            margin-right: 10px
        }

        .ui-select__flag {
            width: 28px;
            height: 20px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            border-radius: 3px
        }

        .ui-select__flag img {
            display: block
        }

        .ui-select__search {
            pointer-events: auto;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1
        }

        .ui-select__search input {
            height: 100%;
            width: 100%;
            background: none;
            border: 0;
            padding: 0 26px 0 21px;
            font-weight: 400;
            color: #6e82a2;
            outline: none;
            font-size: 14px
        }

        .ui-select__search input::placeholder {
            color: #a2a7ab
        }

        .ui-select__actions {
            display: none
        }

        .ui-select__currency-item {
            width: 100%;
            display: flex
        }

        .ui-select__currency-item-name {
            width: calc(100% - 50px);
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden
        }

        .ui-select__currency-flex-container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%
        }

        .ui-select__currency-item-code {
            width: 50px;
            text-align: right
        }

        .ui-select.ui-select--open .ui-select__outer {
            border-color: #e96e32 !important
        }

        .ui-select.ui-select--open .ui-select__outer .ui-select__currency-flex-container {
            display: none
        }

        .ui-select.ui-select--open .ui-select__outer-arrow .svg-icon {
            transform: rotate(0deg)
        }

        .ui-select.ui-select--open .ui-select__inner {
            display: block
        }

        .ui-select.ui-select--open.ui-select--searchable .ui-select__outer-icon,.ui-select.ui-select--open.ui-select--searchable .ui-select__outer-text {
            display: none
        }

        .ui-select.ui-select--error .ui-select__outer {
            border-color: #fe5151
        }

        .ui-select.ui-select--disabled .ui-select__outer {
            pointer-events: none;
            opacity: .8;
            background-color: #e1e6ec;
            border-color: #e1e6ec
        }

        .ui-select.ui-select--small .ui-select__outer {
            height: 40px;
            line-height: 38px;
            font-size: 12px;
            border-radius: 20px
        }

        .ui-select.ui-select--small .ui-select__search input {
            font-size: 12px
        }

        .ui-select.ui-select--small .ui-select__outer-arrow {
            font-size: 12px
        }

        .doc-loader__file {
            position: relative;
            display: block;
            cursor: pointer
        }

        .doc-loader__file input {
            display: none
        }

        .doc-loader__file-label {
            display: flex;
            align-items: center;
            position: relative;
            z-index: 1;
            height: 47px;
            border-radius: 24px;
            border: 1px solid #f8f8f8;
            background: #f8f8f8;
            padding-left: 22px;
            font-size: 15px;
            font-weight: 500;
            color: #868c96
        }

        .doc-loader__file-button {
            display: flex;
            align-items: center;
            padding: 0 20px;
            border-radius: 24px;
            background: #000;
            color: #fff;
            position: absolute;
            top: 0;
            right: 0;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
            z-index: 2;
            height: 47px
        }

        .doc-loader__name {
            display: flex;
            align-items: center;
            height: 32px;
            padding: 0 40px 0 22px;
            background: #f8f8f8;
            position: relative;
            border-radius: 16px
        }

        .doc-loader__name-text {
            color: #6e82a2;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .doc-loader__name-remove {
            display: flex;
            align-items: center;
            height: 100%;
            padding: 0 15px;
            font-size: 12px;
            color: #6e82a2;
            position: absolute;
            top: 0;
            right: 0
        }

        .doc-loader--error .doc-loader__file-label {
            border-color: #fe5151
        }

        .widget__fallback .form-select__list-dropdown {
            max-width: 100%
        }

        .widget__fallback .form-select__list-text {
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis
        }

        .app-dropdown {
            position: relative
        }

        .app-dropdown--big .app-dropdown__holder {
            height: 40px;
            border-radius: 24px;
            padding: 0 15px
        }

        .app-dropdown--big .app-dropdown__holder-text {
            font-size: 14px
        }

        .app-dropdown--big .app-dropdown__icon {
            font-size: 11px
        }

        .app-dropdown--big .app-dropdown__list {
            top: 45px
        }

        .app-dropdown--opened .app-dropdown__list {
            display: block
        }

        .app-dropdown--opened .app-dropdown__icon {
            transform: rotate(0)
        }

        .app-dropdown--text_capitalize .app-dropdown__item-text {
            text-transform: capitalize
        }

        .app-dropdown__icon {
            color: #3c3f44;
            transform: rotate(-180deg);
            font-size: 9px
        }

        .app-dropdown__holder {
            border-radius: 10px;
            background: #fff;
            height: 22px;
            display: flex;
            align-items: center;
            padding: 0 10px;
            cursor: pointer;
            color: #303955;
            justify-content: space-between;
            overflow: hidden;
            border: 1px solid #c3ccd9;
            -webkit-user-select: none;
            user-select: none
        }

        .app-dropdown__holder-text {
            font-size: 12px;
            font-weight: 400;
            color: #6e82a2;
            display: block;
            position: relative;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            top: 1px;
            padding-right: 8px
        }

        .filter-section__language .app-dropdown__holder-text {
            color: rgba(255,255,255,.4)
        }

        .app-dropdown__list {
            list-style: none;
            position: absolute;
            top: 27px;
            margin: 0;
            padding: 0;
            border-radius: 8px;
            min-width: 100%;
            display: none;
            background: #edf1f3;
            z-index: 10;
            box-shadow: 0 3px 5px rgba(0,0,0,.21)
        }

        .app-dropdown__item-text {
            padding: 4px 10px;
            box-sizing: border-box;
            min-height: 20px;
            font-size: 12px;
            white-space: nowrap;
            font-weight: 500;
            color: #6e82a2;
            display: flex;
            align-items: center;
            transition: #6e82a2 .15s ease,background-color .15s ease
        }

        .app-dropdown__item {
            transition: #6e82a2 .15s ease,background-color .15s ease;
            cursor: pointer
        }

        .app-dropdown__item:nth-child(1) {
            border-radius: 8px 8px 0 0
        }

        .app-dropdown__item:nth-last-child(1) {
            border-radius: 0 0 8px 8px
        }

        .app-dropdown__item:only-child {
            border-radius: 8px
        }

        .app-dropdown__item:hover {
            background-color: #e96e32
        }

        .app-dropdown__item:hover .app-dropdown__item-text {
            color: #edf1f3
        }

        .app-dropdown__item--active {
            cursor: default;
            background-color: #e96e32
        }

        .app-dropdown__item--active .app-dropdown__item-text {
            color: #edf1f3
        }

        .app-dropdown__item--icon {
            display: flex;
            align-items: center
        }

        .form-select {
            position: relative;
            width: 100%
        }

        .form-select--open .form-select__arrow-container {
            transform: translateY(-50%) scaleY(-1);
            margin-top: 1px
        }

        .form-select--open .form-select__list-dropdown {
            display: block
        }

        .form-select--open .form-select__select-flex-list {
            display: flex
        }

        .form-select--open .form-select__placeholder {
            border-color: #e96e32
        }

        .form-select--disabled .form-select__placeholder {
            background-color: #edf1f3;
            border-color: #edf1f3
        }

        .form-select--disabled.form-select--open .form-select__placeholder {
            border-color: #e96e32;
            background: #fff
        }

        .form-select--mini .form-select__placeholder {
            font-size: 12px;
            line-height: 30px;
            height: 30px
        }

        .form-select--mini .form-select__search-input {
            font-size: 12px;
            line-height: 30px
        }

        .form-select--mini .form-select__arrow {
            transform: rotate(45deg) translateY(-50%) scale(0.8)
        }

        .form-select--mini .form-select__list-dropdown {
            top: 35px
        }

        .form-select--mini .form-select__select-flex-list {
            top: 60px
        }

        .form-select--small .form-select__placeholder {
            font-size: 12px;
            line-height: 40px;
            height: 40px
        }

        .form-select--small .form-select__search-input {
            font-size: 12px;
            line-height: 40px
        }

        .form-select--small .form-select__arrow {
            transform: rotate(45deg) translateY(-50%) scale(0.8)
        }

        .form-select--small .form-select__list-dropdown {
            top: 45px
        }

        .form-select--small .form-select__select-flex-list {
            top: 60px
        }

        .form-select--height_30 .form-select__placeholder {
            font-size: 12px;
            line-height: 30px;
            height: 30px;
            padding-left: 15px
        }

        .form-select--height_30 .form-select__search-input {
            font-size: 12px;
            line-height: 30px
        }

        .form-select--height_30 .form-select__arrow {
            transform: rotate(45deg) translateY(-50%) scale(0.8)
        }

        .form-select--height_30 .form-select__list-dropdown {
            top: 34px
        }

        .form-select--height_30 .form-select__select-flex-list {
            top: 34px
        }

        .form-select--text_capitalize .form-select__placeholder {
            text-transform: capitalize
        }

        .form-select--text_capitalize .form-select__search-input {
            text-transform: capitalize
        }

        .form-select--text_capitalize .form-select__list-text {
            text-transform: capitalize
        }

        .form-select--text_capitalize .select-flex-list-item__text {
            text-transform: capitalize
        }

        .form-select--disabled .form-select__placeholder {
            pointer-events: none;
            background-color: #c3ccd9;
            border-color: #c3ccd9;
            color: #3e4049;
            opacity: .3
        }

        .form-select__placeholder {
            display: block;
            width: 100%;
            border-radius: 24px;
            height: 47px;
            font-weight: 400;
            background-color: #fff;
            border: 1px solid #c3ccd9;
            line-height: 45px;
            padding: 0 45px 0 22px;
            color: #6e82a2;
            font-size: 14px;
            transition: border-color .15s ease,background-color .15s ease;
            cursor: pointer;
            position: relative;
            -webkit-user-select: none;
            user-select: none;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden
        }

        .form-select__placeholder--small {
            height: 40px;
            font-size: 12px;
            line-height: 38px
        }

        .form-select__placeholder--disabled {
            border-color: #edf1f3;
            background-color: #edf1f3;
            -webkit-text-fill-color: #6e82a2;
            -webkit-opacity: 1;
            pointer-events: none;
            opacity: 1
        }

        .form-select__placeholder--disabled:focus {
            background-color: #fff
        }

        .event-full-markets .form-select__placeholder {
            color: #3e4049;
            border-color: #c3ccd9
        }

        .form-select__placeholder--icon {
            padding-left: 50px
        }

        .form-select__placeholder--error {
            border-color: #fe5151
        }

        .form-select__icon {
            position: absolute;
            left: 20px;
            top: 50%;
            transform: translateY(-50%)
        }

        .form-select__arrow-container {
            width: 13px;
            height: 7px;
            position: absolute;
            right: 16px;
            top: 50%;
            transform: translateY(-50%)
        }

        .form-select__arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            border: solid;
            border-color: #c3ccd9;
            border-width: 0 2px 2px 0;
            padding: 4px;
            display: block;
            width: 0;
            height: 0;
            -webkit-user-select: none;
            user-select: none
        }

        .form-select__arrow--top {
            margin-top: -6px;
            transform: rotate(-135deg) translateY(-50%)
        }

        .form-select__arrow--bottom {
            transform: rotate(45deg) translateY(-50%);
            margin-top: -3px
        }

        .form-select__arrow--right {
            right: 12px
        }

        .form-select__arrow--center {
            position: static;
            margin-top: -10px;
            transform: rotate(-135deg) translateY(-50%) translateX(-50%)
        }

        .form-select__list-dropdown {
            display: none;
            overflow: hidden;
            border-radius: 8px;
            min-width: 100%;
            background: #edf1f3;
            z-index: 10;
            position: absolute;
            box-shadow: 0 3px 5px rgba(0,0,0,.21);
            max-height: 190px;
            overflow-y: auto;
            left: 0;
            top: 52px;
            list-style: none;
            margin: 0;
            padding: 0
        }

        .form-select__list-item {
            transition: #3e4049 .15s ease,#c3ccd9 .15s ease;
            cursor: pointer
        }

        .form-select__list-item:nth-child(1) {
            border-radius: 8px 8px 0 0
        }

        .form-select__list-item:nth-last-child(1) {
            border-radius: 0 0 8px 8px
        }

        .form-select__list-item:hover {
            background-color: #e96e32
        }

        .form-select__list-item:hover .form-select__list-text {
            color: #edf1f3
        }

        .form-select__list-item--active {
            cursor: default;
            background-color: #e96e32
        }

        .form-select__list-item--active .form-select__list-text {
            color: #edf1f3
        }

        .form-select__list-text {
            padding: 4px 10px;
            box-sizing: border-box;
            min-height: 30px;
            font-size: 12px;
            font-weight: 500;
            white-space: nowrap;
            color: #6e82a2;
            display: flex;
            align-items: center;
            transition: #6e82a2 .15s ease,#e96e32 .15s ease
        }

        .form-select__search {
            position: absolute;
            top: 0;
            height: 100%;
            width: 100%
        }

        .form-select__search-input {
            display: block;
            width: 100%;
            border-radius: 24px;
            height: 47px;
            font-weight: 400;
            background-color: #fff;
            border: 1px solid #c3ccd9;
            line-height: 45px;
            padding: 0 40px 0 16px;
            color: #6e82a2;
            font-size: 14px;
            transition: border-color .15s ease,background-color .15s ease;
            width: 100%;
            height: 100%;
            border-color: #e96e32
        }

        .form-select__search-input--small {
            height: 40px;
            font-size: 12px;
            line-height: 38px
        }

        .form-select__search-input--disabled {
            border-color: #edf1f3;
            background-color: #edf1f3;
            -webkit-text-fill-color: #6e82a2;
            -webkit-opacity: 1;
            pointer-events: none;
            opacity: 1
        }

        .form-select__search-input--disabled:focus {
            background-color: #fff
        }

        .form-select__search-input:focus,.form-select__search-input:active {
            outline: none
        }

        .form-select__wrapper {
            position: relative
        }

        .form-select__text-holder {
            color: #a2a7ab
        }

        .event-full-markets .form-select__text-holder {
            color: #3e4049
        }

        .select-flex-list {
            display: none;
            flex-wrap: wrap;
            border-radius: 8px;
            background: #fff;
            z-index: 11;
            position: absolute;
            box-shadow: 2px 0px 10px rgba(0,0,0,.3);
            width: 220px;
            right: 0;
            top: 52px;
            margin: 0;
            padding: 25px 35px
        }

        .select-flex-list--columns_4 {
            width: 880px
        }

        .select-flex-list--columns_4 .select-flex-list-item {
            width: calc(25% - 20px)
        }

        .select-flex-list--columns_3 {
            width: 660px
        }

        .select-flex-list--columns_3 .select-flex-list-item {
            width: calc(33.333% - 20px)
        }

        .select-flex-list__item {
            padding: 10px
        }

        .select-flex-list:before {
            content: "";
            position: absolute;
            border-style: solid;
            border-width: 13px 10px;
            border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff rgba(0,0,0,0);
            right: 70px;
            top: -25px
        }

        .select-flex-list-item {
            transition: background .15s ease,color .15s ease;
            cursor: pointer;
            width: 100%;
            color: #6e82a2;
            padding: 0;
            margin: 2px 10px;
            border-radius: 25px;
            text-decoration: none
        }

        .select-flex-list-item:focus,.select-flex-list-item:active {
            text-decoration: none
        }

        .select-flex-list-item:hover:not(.active) {
            background: #e96e32;
            color: #fff
        }

        .select-flex-list-item.active {
            background: #e96e32;
            border-radius: 21px;
            color: #fff;
            cursor: default;
            pointer-events: none
        }

        .select-flex-list-item__content {
            display: flex;
            align-items: center;
            height: 39px
        }

        .select-flex-list-item__icon-wrap {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 3px;
            margin: 0 18px 0 3px;
            border-radius: 50%;
            background: #e8ecf6;
            width: 33px;
            height: 33px
        }

        .select-flex-list-item__icon {
            width: 100%;
            max-width: 25px;
            max-height: 25px;
            height: auto;
            position: relative
        }

        .select-flex-list-item__text {
            font-size: 14px;
            font-weight: 500
        }

        .sign-up__wrapper {
            padding: 10px
        }

        .sign-up__content {
            padding: 0 0 20px 0
        }

        .sign-up__content--m_top {
            margin-top: 30px
        }

        .sign-up__banner {
            display: block;
            height: 213px;
            border-radius: 15px;
            font-size: 0;
            line-height: 0
        }

        .sign-up__banner img,.sign-up__banner>div {
            box-shadow: 0 2px 5px rgba(0,0,0,.1);
            display: block;
            margin: 0 auto;
            border-radius: 3px;
            width: 100%;
            height: 213px;
            background: #000;
            overflow: hidden;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat
        }

        .sign-up__title {
            color: #3e4049;
            font-size: 14px;
            font-weight: 700;
            line-height: 1.35;
            text-transform: uppercase;
            text-align: center;
            margin: 0;
            padding: 0
        }

        .sign-up__title span {
            font-size: 19px;
            display: block;
            padding-bottom: 10px
        }

        .sign-up--phone .sign-up__content {
            position: relative
        }

        .sign-up--phone .sign-up__content:before {
            position: absolute;
            z-index: 0;
            display: block;
            content: "";
            height: 145px;
            width: 100%;
            top: 80px;
            left: 0;
            background: #f8f8f8
        }

        .sign-up--phone .sign-up__title {
            position: relative;
            z-index: 1
        }

        .sign-up--phone.sign-up--complete .sign-up__content:before {
            display: none
        }

        .sign-up--base .register-steps {
            display: flex;
            justify-content: space-between;
            width: 280px;
            margin: 30px auto;
            position: relative
        }

        .sign-up--base .register-steps:before {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            left: 17px;
            right: 17px;
            border-top: 1px dashed #d6dae1
        }

        .sign-up--base .register-steps__item {
            position: relative;
            z-index: 1;
            width: 34px;
            height: 34px;
            display: flex;
            line-height: 34px;
            justify-content: center;
            transition: background-color .15s ease,#3e4049 .15s ease;
            border-radius: 50%;
            font-weight: 700;
            font-size: 18px;
            background-color: #edf1f3;
            color: #a2a7ab
        }

        .sign-up--base .register-steps__item--active {
            color: #fff;
            background-color: #e96e32
        }

        .sign-up--base .register-steps__item--passed {
            cursor: pointer
        }

        .base-form {
            position: relative;
            z-index: 2
        }

        .base-form :global(.base-form__hint),.base-form :local(.baseFormHint) {
            margin-top: 100px
        }

        .base-form .relative {
            position: relative
        }

        .base-form .notice-box--center {
            right: -20px
        }

        .base-form__set {
            display: flex;
            flex-wrap: wrap;
            padding: 0 130px
        }

        .base-form__set--dob .base-form__title {
            display: none
        }

        .base-form__set--dob .relative {
            width: 100%;
            margin: 0 7px
        }

        .base-form__set--dob .notice-box--center {
            top: calc(50% + 24px)
        }

        .base-form__set--dob .notice-box__position--top {
            bottom: 10px
        }

        .base-form__iban-field {
            padding: 20px;
            background: var(--registrationCompleteFieldsBg);
            border: 1px solid var(--registrationCompleteFieldsBorder);
            margin: 15px auto;
            display: flex;
            flex-wrap: wrap;
            max-width: 436px;
            border-radius: var(--registrationCompleteFieldsBorderRadius)
        }

        .base-form__field {
            width: 100%;
            padding: 0 7px;
            margin-bottom: 20px
        }

        .base-form__field--country,.base-form__field--postcoderAddress {
            position: relative
        }

        .base-form__field--dob-title {
            display: flex;
            align-items: center
        }

        .base-form__field--action {
            display: flex;
            justify-content: center;
            margin-bottom: 0
        }

        .base-form__field--action+.base-form__field--action {
            margin-top: 10px
        }

        .base-form__field--action .app-button {
            width: 100%
        }

        .base-form__field--submit .app-button {
            max-width: 261px
        }

        .base-form__field--button .app-button {
            width: 100%;
            height: 47px;
            line-height: 1;
            font-size: 12px;
            padding: 5px 10px;
            font-weight: 700
        }

        .base-form__field--terms .form__label {
            width: 100%
        }

        .base-form__field--half {
            width: 50%
        }

        .base-form__field--third {
            width: 33.3333%
        }

        .base-form__field--fourth {
            width: 25%
        }

        .base-form__field--mobile-full-width {
            width: 50%
        }

        @media(max-width: 420px) {
            .base-form__field--mobile-full-width {
                width:100%
            }
        }

        .base-form__field-text {
            width: 100%
        }

        .base-form__field-gender {
            width: 100%;
            padding: 0 7px;
            margin-bottom: 20px
        }

        .base-form__code-sent {
            display: flex;
            flex-wrap: wrap;
            margin: -5px -5px 20px 0;
            padding: 0 7px;
            width: 100%;
            justify-content: space-between
        }

        .base-form__code-sent--confirmation {
            margin: 5px 10px 0 0
        }

        .base-form__code-sent--timer {
            text-decoration: underline;
            font-weight: 700;
            margin: 5px 5px 0 0;
            color: #1a3769
        }

        .base-form__toggler {
            background: #f4f4f4;
            border: 1px solid #c3ccd9;
            padding: 15px 18px 20px;
            border-radius: 10px
        }

        .base-form__toggler-title {
            font-size: 16px;
            line-height: 1.25;
            font-weight: 400;
            text-align: center
        }

        .base-form__toggler-title--mb10 {
            margin-bottom: 10px
        }

        .base-form__mb15 {
            margin-bottom: 15px
        }

        .base-form__toggler-radio {
            display: flex;
            align-items: center;
            justify-content: center
        }

        .sign-in {
            position: absolute;
            width: 280px;
            box-shadow: 0 0 18px rgba(0,0,0,.1),0 7px 39px 12px rgba(21,42,71,.43);
            background-color: #fff;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 15px;
            z-index: 10;
            top: 100%;
            margin-top: 8px
        }

        .sign-in:after {
            display: block;
            content: "";
            position: absolute;
            top: -6px;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-left: 5px solid rgba(0,0,0,0);
            border-right: 5px solid rgba(0,0,0,0);
            border-bottom: 6px solid #fff
        }

        .sign-in__content {
            padding: 25px 20px 0 20px
        }

        .sign-in__content .form__label {
            margin-top: 20px
        }

        .sign-in__button {
            height: 56px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-top: 1px solid #bdc5d4;
            margin: 20px 0 0 0
        }

        .sign-in__link {
            color: #e96e32;
            font-size: 15px;
            text-transform: uppercase;
            font-weight: 500;
            cursor: pointer
        }

        .sign-in__title {
            font-size: 16px;
            color: #3e4049;
            text-align: center;
            font-weight: 500;
            text-transform: uppercase;
            position: relative
        }

        .sign-in__back {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%) rotate(90deg);
            font-size: 12px;
            color: #3e4049;
            display: block
        }

        .sign-in__back:hover {
            color: #e96e32
        }

        .login-form {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap
        }

        .login-form__field {
            position: relative;
            width: 100%
        }

        .login-form__field:not(:first-of-type) {
            margin-top: 20px
        }

        .login-form__field--phone .form-input__input {
            padding-left: 85px
        }

        .login-form__prefix {
            position: absolute;
            top: 50%;
            left: 50px;
            transform: translateY(-50%);
            color: #868c96
        }

        .code-resend {
            width: 100%;
            font-size: 13px
        }

        .code-resend button {
            display: inline-block;
            color: #e96e32;
            font-weight: 500;
            font-size: inherit;
            line-height: inherit;
            padding: 0;
            margin: 0 5px;
            text-decoration: underline
        }

        .code-resend button:hover {
            text-decoration: none
        }

        .code-resend__timer {
            display: none;
            margin: 0 5px;
            white-space: nowrap;
            font-weight: 500
        }

        .code-resend--button-disabled button {
            display: none
        }

        .code-resend--button-disabled .code-resend__timer {
            display: inline-block
        }

        html,body,.mobile-overflow {
            -webkit-overflow-scrolling: touch
        }

        html,body {
            -webkit-tap-highlight-color: rgba(255,255,255,0)
        }

        html>a,html button,body>a,body button {
            -webkit-tap-highlight-color: rgba(255,255,255,0)
        }

        .mobile-overflow {
            overflow: hidden;
            overflow-y: auto
        }

        html.active-modal body {
            overflow: hidden
        }

        html.active-modal .page {
            pointer-events: none
        }

        html.active-modal .page .page-header__wrapper {
            filter: blur(2px)
        }

        html.active-modal .page .page-content .page-wrapper .aside {
            filter: blur(2px)
        }

        html.active-modal .page .page-content .page-wrapper .center-section {
            filter: blur(2px)
        }

        html.active-modal .page .page-content .page-wrapper .right-section {
            filter: blur(2px)
        }

        html.active-modal .page .footer {
            filter: blur(2px)
        }

        .migration-in-progress .page-content {
            padding: 0 !important
        }

        .migration-in-progress .page-wrapper {
            display: inherit !important;
            padding: 0 !important
        }

        .content {
            max-width: 920px;
            margin: 0 auto;
            width: 100%
        }

        .content--flex {
            display: flex;
            justify-content: space-between;
            align-items: center
        }

        .app-inputmin {
            background: #edf1f3;
            color: #6e82a2;
            height: 22px;
            border-radius: 10px;
            line-height: 22px;
            padding: 0 28px 0 10px;
            outline: none;
            box-sizing: border-box;
            border: none;
            font-size: 12px;
            font-weight: 400;
            width: 100%
        }

        .app-inputmin:focus,.app-inputmin:active {
            outline: none
        }

        .app-inputmin:focus::-webkit-input-placeholder,.app-inputmin:active::-webkit-input-placeholder {
            color: rgba(0,0,0,0)
        }

        .app-inputmin:focus:-moz-placeholder,.app-inputmin:active:-moz-placeholder {
            color: rgba(0,0,0,0)
        }

        .app-inputmin:focus::-moz-placeholder,.app-inputmin:active::-moz-placeholder {
            color: rgba(0,0,0,0)
        }

        .app-inputmin:focus:-ms-input-placeholder,.app-inputmin:active:-ms-input-placeholder {
            color: rgba(0,0,0,0)
        }

        .app-inputmin__image {
            display: block;
            position: absolute;
            pointer-events: none;
            right: 12px;
            top: 50%;
            transform: translateY(-50%)
        }

        .app-inputmin::-webkit-input-placeholder {
            color: #6e82a2
        }

        .app-inputmin:-moz-placeholder {
            color: #6e82a2
        }

        .app-inputmin::-moz-placeholder {
            color: #6e82a2
        }

        .app-inputmin:-ms-input-placeholder {
            color: #6e82a2
        }

        .app-image {
            display: block
        }

        .no-select {
            -webkit-user-select: none;
            user-select: none
        }

        .app-link {
            color: inherit
        }

        .app-link__button {
            text-decoration: none
        }

        .app-link__button--inline {
            display: inline-block;
            color: inherit
        }

        .app-link--flex {
            display: flex;
            text-decoration: none
        }

        .menu-section {
            position: relative;
            padding: 20px 0 17px 0
        }

        .menu-section:nth-child(1n+2) {
            border-top: 1px solid #cdd2da
        }

        .nowrap {
            white-space: nowrap
        }

        .hidden-upload {
            position: absolute;
            height: 0;
            width: 0;
            visibility: hidden
        }

        input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0
        }

        input[type=number] {
            -moz-appearance: textfield
        }

        .no_wrap {
            white-space: nowrap
        }

        .page-header__default {
            border-radius: 3px 3px 0 0;
            overflow: hidden;
            background-color: #3c3f44
        }

        .page-header__default--hidden-content {
            border-radius: 3px
        }

        .page-header--no-bg {
            background: rgba(0,0,0,0) !important
        }

        a:focus {
            outline: none
        }

        .holder {
            position: relative;
            height: 20px;
            flex: 0 0 20px;
            min-width: 20px;
            width: 20px;
            margin-right: 10px;
            display: flex;
            align-items: center;
            top: -1px
        }

        .holder img {
            display: block;
            width: 20px
        }

        .holder--small {
            height: 16px;
            flex: 0 0 16px;
            min-width: 16px;
            width: 16px;
            margin-right: 8px
        }

        .holder--small img {
            width: 100%;
            height: auto
        }

        .holder--small .flag-icon {
            width: 16px;
            height: 12px
        }

        .holder-fake {
            height: 14px;
            width: 20px;
            background-color: #e8ecf1;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            position: absolute
        }

        .MH_300 {
            min-height: 300px
        }

        .ML_10 {
            margin-left: 10px
        }

        .RELATIVE {
            position: relative
        }

        .deposit-page {
            display: flex;
            justify-content: center;
            flex-direction: column;
            min-height: 300px;
            align-items: center
        }

        .deposit-page iframe {
            flex: 0 0 100%;
            width: 100%;
            display: block;
            min-height: 100vh;
            border: 0
        }

        .deposit-page iframe html {
            overflow: hidden
        }

        .customer-cashier {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column
        }

        .loading-overlay {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background-color .15s ease
        }

        .animation-start .loading-overlay {
            background-color: rgba(0,0,0,.2)
        }

        .loading-overlay__logo {
            position: relative
        }

        .loading-overlay__logo:after {
            content: "";
            display: block;
            left: 0;
            position: absolute;
            width: 100%;
            z-index: 2;
            height: 100%;
            top: 0
        }

        .loading-overlay__logo img,.loading-overlay__logo svg {
            font-size: 200px;
            display: block
        }

        .no-events {
            pointer-events: none
        }

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

        .Through {
            text-decoration: line-through
        }

        .M_t10 {
            margin-top: 10px
        }

        .M_t5 {
            margin-top: 5px
        }

        .grecaptcha-badge {
            display: none !important
        }

        .notice-box {
            position: absolute;
            width: 290px;
            box-shadow: 0 3px 5px rgba(0,0,0,.21);
            border-radius: 15px;
            bottom: 0;
            transform: translateX(100%);
            z-index: 12;
            right: -30px
        }

        .notice-box ul {
            list-style: none;
            margin: 0
        }

        .notice-box ul li {
            font-size: 12px;
            font-weight: 400;
            color: #6e82a2;
            line-height: 1.4;
            position: relative;
            padding-left: 16px
        }

        .notice-box ul li:after {
            content: "";
            display: block;
            position: absolute;
            background: #e96e32;
            height: 5px;
            border-radius: 50%;
            width: 5px;
            left: 0;
            top: 5px
        }

        .notice-box ul li:nth-child(1n+2) {
            margin-top: 8px
        }

        .notice-box--custom {
            transform: translate(100%, calc(25% - 7px));
            right: -5px
        }

        .notice-box--custom-sign-up {
            transform: translate(100%, calc(25% - 10px))
        }

        .notice-box--password {
            transform: translate(100%, calc(25% - 10px))
        }

        .notice-box--pw-restore {
            transform: translate(100%, 70%)
        }

        .notice-box--pw-restore:after {
            top: 65px;
            border-right-color: #edf1f3 !important
        }

        .notice-box:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 8px solid rgba(0,0,0,0);
            border-right: 10px solid #d1dae5;
            border-bottom: 8px solid rgba(0,0,0,0);
            position: absolute;
            left: -10px;
            bottom: 83px
        }

        .notice-box__absolute--65px {
            width: 100%;
            transform: translateX(0);
            right: auto;
            left: 0;
            bottom: 65px
        }

        .notice-box__absolute--65px:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-left: 10px solid rgba(0,0,0,0);
            border-right: 10px solid rgba(0,0,0,0);
            border-top: 10px solid #d1dae5;
            border-bottom: 0 solid rgba(0,0,0,0);
            position: absolute;
            left: 16px;
            bottom: -11px
        }

        .notice-box__title {
            color: #3e4049;
            font-size: 14px;
            font-weight: 700;
            line-height: 1.25;
            margin-bottom: 10px
        }

        .notice-box__section {
            padding: 18px 15px;
            overflow: hidden
        }

        .notice-box__section--req {
            background: #edf1f3;
            border-radius: 15px 15px 0 0;
            position: relative;
            border-bottom: 1px solid #cfd6db;
            bottom: -1px
        }

        .notice-box__section--rec {
            border-radius: 0 0 15px 15px;
            background: #d1dae5
        }

        .notice-box__section--obs {
            border-radius: 15px;
            background: #edf1f3
        }

        .notice-box--obs {
            bottom: 120px
        }

        .notice-box--obs.notice-box__position--top {
            bottom: 200px;
            box-shadow: 0 1px 5px rgba(0,0,0,.21)
        }

        .notice-box--obs.notice-box__position--top:after {
            bottom: -10px;
            border-top-color: #edf1f3;
            border-right-color: rgba(0,0,0,0)
        }

        .notice-box--obs:after {
            bottom: 30px;
            border-right-color: #edf1f3
        }

        .notice-box--center {
            top: 50%;
            transform: translateX(100%) translateY(-50%);
            bottom: auto
        }

        .notice-box--center:after {
            top: 50%;
            transform: translateY(-50%);
            border-right: 10px solid #edf1f3
        }

        .notice-box--center .notice-box__section--req {
            border-bottom: none;
            border-radius: 15px
        }

        .banner-text-block {
            -webkit-user-select: none;
            user-select: none;
            position: absolute;
            display: flex;
            justify-content: center;
            flex-direction: column;
            top: 130px;
            left: 220px;
            color: #fff;
            text-transform: uppercase;
            transform: rotate(-5.5deg);
            width: 340px;
            height: 120px;
            font-size: 20px;
            text-align: center
        }

        .banner-text-block__title {
            font-size: 24px;
            font-weight: 500;
            letter-spacing: 2px
        }

        .info-box {
            position: relative;
            background-color: #edf1f3;
            box-shadow: 0 3px 5px rgba(0,0,0,.21);
            border-radius: 3px;
            padding: 20px 20px 18px 20px
        }

        .info-box__text {
            color: #3e4049;
            font-size: 14px;
            font-weight: 400;
            line-height: 20px
        }

        .info-box__text a,.info-box__text button {
            padding: 0;
            display: inline-flex;
            color: #e96e32;
            text-decoration: underline;
            transition: #e96e32 .15s ease;
            cursor: pointer
        }

        .info-box__text a:hover,.info-box__text button:hover {
            color: inherit
        }

        .proof-info {
            padding: 40px 30px 30px 40px;
            border-radius: 5px;
            border: 3px dashed #868c96
        }

        .proof-info__icon {
            max-width: 107px;
            width: 90%;
            margin: 0 auto 25px
        }

        .proof-info__icon img {
            display: block;
            width: 100%;
            height: auto
        }

        .proof-info__title {
            color: #3e4049;
            font-size: 14px;
            font-weight: 700;
            text-align: center;
            text-transform: uppercase
        }

        .proof-info__section {
            padding: 16px 0;
            color: #3e4049;
            font-size: 12px;
            font-weight: 500;
            line-height: 20px;
            margin: 15px 0
        }

        .proof-info__list {
            margin: 0;
            padding: 0;
            list-style: none
        }

        .proof-info__list ul {
            list-style: none;
            margin: 0
        }

        .proof-info__list ul li {
            font-size: 14px;
            font-weight: 500;
            color: #3e4049;
            line-height: 1.4;
            position: relative;
            padding-left: 16px
        }

        .proof-info__list ul li:after {
            content: "";
            display: block;
            position: absolute;
            background: #e96e32;
            height: 6px;
            border-radius: 50%;
            width: 6px;
            left: 0;
            top: 5px
        }

        .proof-info__list ul li:nth-child(1n+2) {
            margin-top: 12px
        }

        .proof-links {
            margin-top: 15px
        }

        .proof-links ul {
            list-style: none;
            margin: 0;
            padding: 0
        }

        .proof-links ul li {
            padding: 15px 0;
            border-top: 1px solid #c3ccd9
        }

        .proof-links ul li a {
            color: #3e4049;
            font-size: 12px;
            font-weight: 500;
            line-height: 20px;
            text-decoration: underline;
            transition: opacity .15s ease
        }

        .proof-links ul li a:hover {
            opacity: .7
        }

        .react-datepicker-popper {
            z-index: 1
        }

        input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active {
            -webkit-box-shadow: 0 0 0 30px #fff inset !important
        }

        input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus {
            font-size: 14px !important;
            color: #6e82a2 !important
        }

        input::-webkit-contacts-auto-fill-button,input::-webkit-credentials-auto-fill-button {
            visibility: hidden;
            display: none !important;
            pointer-events: none;
            height: 0;
            width: 0;
            margin: 0
        }

        .m_t15 {
            margin-top: 15px
        }

        .BT_gray {
            border-top: 1px solid #e8ecf1
        }

        #customer-deposit,#customer-withdrawal {
            min-height: 40vh;
            width: 100%
        }

        button {
            background: rgba(0,0,0,0);
            border: none;
            cursor: pointer;
            display: block
        }

        button:focus {
            outline: none
        }

        #gameHolder {
            background: #000;
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2
        }

        #gameHolder iframe {
            border: 0;
            left: 50%;
            transform: translateX(-50%)
        }

        .event-table {
            min-height: 100px
        }

        .event-status__live {
            height: 14px;
            background-color: #fe5151;
            border-radius: 5px;
            text-align: center;
            font-size: 7px;
            font-weight: 700;
            text-transform: uppercase;
            color: #fff;
            padding: 0 5px;
            display: flex;
            align-items: center;
            align-self: center;
            line-height: 14px
        }

        .event-status__live--free {
            position: static;
            background: #778ca9;
            display: inline-flex;
            margin: 2px 0 0 0;
            align-self: flex-start
        }

        .event-status__live--big {
            padding: 0 10px;
            font-size: 12px;
            line-height: 22px;
            height: 22px;
            border-radius: 10px;
            margin: -1px 0 0 10px
        }

        .event-status__live--big.c_blue {
            background-color: #e96e32
        }

        .event-status__live--big.coupon-count {
            background-color: #e96e32;
            border-radius: 50%;
            justify-content: center;
            width: 23px
        }

        body:-webkit-full-screen .casino-game__container {
            height: calc(100vh - 115px)
        }

        body:fullscreen .casino-game__container,body:-webkit-full-screen .casino-game__container {
            height: calc(100vh - 115px)
        }

        body:-webkit-full-screen .page-header__wrapper {
            display: none
        }

        body:fullscreen .page-header__wrapper,body:-webkit-full-screen .page-header__wrapper {
            display: none
        }

        body:-webkit-full-screen #aside-menu-holder {
            display: none
        }

        body:fullscreen #aside-menu-holder,body:-webkit-full-screen #aside-menu-holder {
            display: none
        }

        body:-webkit-full-screen #chat-widget-container {
            display: none
        }

        body:fullscreen #chat-widget-container,body:-webkit-full-screen #chat-widget-container {
            display: none
        }

        .cashier-error-buttons {
            margin: 0 25px 25px
        }

        .cashier-error-buttons .app-button {
            width: 100%
        }

        .site-menu__link-text {
            display: flex;
            line-height: 20px;
            align-items: center;
            flex-wrap: nowrap;
            min-width: 150px
        }

        .seo-footer {
            margin-top: 30px;
            margin-bottom: 20px;
            margin-left: calc(16vw + 20px);
            margin-right: calc(18vw + 20px)
        }

        .seo-footer.text-page {
            padding: 0 20px
        }

        .seo-footer.text-page h1,.seo-footer.text-page h2,.seo-footer.text-page h3 {
            color: #e96e32
        }

        @media screen and (max-width: 1560px) {
            .seo-footer {
                margin-left:270px;
                margin-right: 300px
            }
        }

        @media screen and (max-width: 1250px) {
            .seo-footer {
                margin-right:10px
            }
        }

        .full-page-width .seo-footer {
            max-width: 1460px;
            margin-left: auto !important;
            margin-right: auto !important
        }

        .modern-view .seo-footer {
            padding: 0 35px
        }

        @media screen and (max-width: 1400px) {
            .modern-view .seo-footer {
                margin-right:var(--mslCenterColMarginRightPoint2);
                max-width: 100%;
                margin-left: var(--mslCenterColMarginLeftMedia)
            }
        }

        @media screen and (max-width: 1300px) {
            .modern-view .seo-footer {
                margin-left:var(--mslCenterColMarginLeftPoint1)
            }
        }

        @keyframes loader-rotate {
            0% {
                transform: rotate(0deg)
            }

            100% {
                transform: rotate(360deg)
            }
        }

        .modern-view body {
            background-color: #fff
        }

        .modern-view body.appReady {
            background: #f0f3f8
        }

        .modern-view .page-content {
            padding: 0
        }

        .modern-view .page-wrapper--flex-top {
            display: block
        }

        .cw-payments__groups .horizontal-menu__arrow-wrapper {
            color: #797979
        }

        .cw-bonuses__list {
            margin-top: 14px
        }

        .cw-bonuses__list .react-horizontal-scrolling-menu--scroll-container {
            margin-top: 0;
            overscroll-behavior: contain;
            -ms-overflow-style: none;
            scrollbar-width: none
        }

        .cw-bonuses__list .react-horizontal-scrolling-menu--scroll-container::-webkit-scrollbar {
            display: none
        }

        .cw-bonuses__item {
            box-shadow: 0 0 0 rgba(0,0,0,0);
            border: 1px solid #797979
        }

        .cw-bonuses__item:not(.cw-bonuses__item--selected):hover {
            box-shadow: 0 0 0 rgba(0,0,0,0)
        }

        .cashier-modal-ui .cw-container .back-icon {
            color: #797979
        }

        #bm-root .Betslip_summaryItem__kiTWb>span {
            color: #fff
        }

        #bm-root .ExoticBetBuilder_header__v4pzt {
            background-color: var(--bodyAccentBgColor);
            margin-bottom: 24px
        }

        #bm-root .ExoticBetBuilder_builder__kif8H.ExoticBetBuilder_fixed__OIAjh {
            background-color: #fff
        }

        #bm-root .ExoticBetBuilder_inputBoxLabel__mO2Ns {
            display: none
        }

        #bm-root .RaceUpcoming_grid__6YRbf {
            border-top: 1px solid var(--border-primary)
        }

        #bm-root .HomeContainer_alternate__Xtqsj {
            border-top: 1px solid var(--border-primary)
        }

        #bm-root .WPSField_grid__kUYul.WPSField_hasPlace__fW4QZ {
            border-top: 1px solid var(--border-primary)
        }

        .banner-text-slider-module_dot__WXig3 {
            padding: 0
        }

        .react-horizontal-scrolling-menu--item {
            max-width: none
        }

        .app-loader_appLoader__aqedZ {
            position: absolute;
            height: 100%;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 20
        }

        .app-loader_appLoader__aqedZ.app-loader_filled__yGl9C {
            position: fixed;
            top: 0;
            bottom: 0;
            left: 0;
            background-color: #e5e8ed
        }

        .app-loader_loader__T9D8b {
            position: relative;
            height: 50px;
            width: 50px;
            opacity: .8;
            animation: app-loader_animateBall__vzx4e 1s linear infinite
        }

        .app-loader_loader__T9D8b .svg-icon {
            font-size: 50px;
            color: #e96e32;
            height: 50px
        }

        .app-loader_loader__T9D8b .svg-icon circle {
            fill: #e96e32
        }

        @keyframes app-loader_animateBall__vzx4e {
            0% {
                transform: rotate(0deg)
            }

            100% {
                transform: rotate(360deg)
            }
        }

        .events-section_eventsHolder__99Wgo {
            position: relative
        }

        .events-section_eventsHolderLoader__Eh4B6 {
            min-height: 300px;
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%
        }

        .events-section_eventsSection__2EZf0 {
            background-color: var(--eventModalBackground);
            border-radius: 3px;
            margin-bottom: 3px;
            width: 100%
        }

        .events-section_eventsSectionIframe__C74yn {
            background-color: var(--buttonText);
            height: calc(100vh - 181px);
            overflow: hidden
        }

        .events-section_eventsSectionIframe__C74yn iframe {
            height: 100%;
            display: block;
            width: calc(100% + 13px)
        }

        .events-section_eventsSectionCT__sDnHn {
            background: rgba(0,0,0,0)
        }

        .events-section_eventsSection__2EZf0 .events-section_eventsSectionArrow__Sg7\+G {
            transform: rotate(-180deg)
        }

        .events-section_eventsSectionOpen__nF-rX {
            margin-bottom: 0
        }

        .events-section_eventsSectionOpen__nF-rX .events-section_eventsSectionArrow__Sg7\+G {
            transform: rotate(0)
        }

        .events-section_eventsSectionWrap__N-V1K {
            width: 100%
        }

        .events-section_eventsSectionWrap__N-V1K:nth-child(1n+2) {
            margin-top: 15px
        }

        .events-section_eventsSectionHeader__JSy4\+ {
            display: flex;
            gap: 12px;
            padding: 0 15px;
            height: 41px;
            cursor: default
        }

        .events-section_eventsSectionHeaderNoClick__htTdO {
            cursor: default
        }

        .events-section_eventsSectionHeaderFloatHeight__ztD8K {
            height: auto
        }

        .events-section_eventsSectionHeaderDescription__EepFP {
            margin-bottom: 8px
        }

        .events-section_eventsSectionHeaderOptioned__gW4BP {
            display: flex;
            justify-content: space-between;
            padding: 0 0 0 15px
        }

        .events-section_eventsSectionHeaderToggled__DaTrk .events-section_eventsSectionToggler__Js896 .svg-icon {
            transform: rotate(0)
        }

        .events-section_eventsSectionHeaderActions__23CfL {
            display: flex
        }

        .events-section_eventsSectionToggler__Js896 {
            display: flex;
            align-items: center;
            padding: 0 15px;
            margin-left: 10px;
            height: 100%;
            position: relative;
            color: var(--buttonText)
        }

        .events-section_eventsSectionToggler__Js896 .svg-icon {
            transform: rotate(180deg);
            transition: transform .15s ease-in-out
        }

        .events-section_eventsSectionToggler__Js896:before {
            content: "";
            display: block;
            position: absolute;
            top: 5px;
            left: 0;
            bottom: 5px;
            border-left: 1px solid rgba(195,204,217,.5)
        }

        .events-section_eventsSectionSelect__\+fOst {
            display: flex;
            height: 100%
        }

        .events-section_eventsSectionSelectOption__kYWkb {
            height: 100%;
            padding: 5px;
            position: relative;
            margin-left: 5px;
            display: flex;
            align-items: center;
            opacity: .5;
            color: var(--buttonText);
            font-size: 20px;
            transition: opacity .15s ease
        }

        .events-section_eventsSectionSelectOption__kYWkb:hover {
            opacity: 1
        }

        .events-section_eventsSectionSelectOptionActive__L\+zI1 {
            opacity: 1
        }

        .events-section_eventsSectionSelectOptionActive__L\+zI1:before {
            display: block;
            content: "";
            position: absolute;
            left: 5px;
            right: 5px;
            bottom: 0;
            height: 5px;
            background: var(--buttonMain)
        }

        .events-section_eventsSectionContent__cTcb7 {
            box-shadow: 0 0 5px rgba(0,0,0,.3);
            background: var(--eventSectionBackground);
            border-radius: 0 0 3px 3px
        }

        .events-section_eventsSectionContentMinHeight__D0Sp2 {
            min-height: 45vh
        }

        .events-section_eventsSectionContentOverflow__1nl2Q {
            overflow: hidden
        }

        .events-section_eventsSectionContentMenu__vC7fH {
            padding: 0 0 10px 0;
            height: 51px
        }

        .events-section_eventsSectionContentFooter__-5X1r {
            display: flex;
            height: 42px;
            align-items: center;
            justify-content: flex-end;
            padding: 0 16px;
            position: relative
        }

        .events-section_eventsSectionContentFooter__-5X1r:after {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            height: 1px;
            background: #e8ecf1;
            top: -1px
        }

        .events-section_eventsSectionContentFooterShowMore__nto3z {
            height: 36px;
            background: #e5e5e5
        }

        .events-section_eventsSectionLink__S1OXW {
            color: #e96e32;
            font-size: 12px;
            font-weight: 500;
            text-decoration: underline;
            transition: #e96e32 .15s ease
        }

        .events-section_eventsSectionLink__S1OXW:hover {
            color: #3e4049
        }

        .events-section_eventsSectionLinkShowMore__2s1jk {
            display: flex;
            align-items: center;
            text-decoration: none
        }

        .events-section_eventsSectionLinkShowMore__2s1jk .events-section_showMoreArrow__8m7OR {
            display: inline-block;
            margin-left: 5px;
            position: static;
            transform: rotate(180deg)
        }

        .events-section_eventsSectionHeaderTitle__ytIEL {
            padding: 0
        }

        .events-section_eventsSectionArrow__Sg7\+G {
            cursor: pointer;
            transition: transform .15s ease,opacity 0s ease;
            display: flex;
            min-height: 100%;
            align-items: center;
            color: #fff;
            width: 32px;
            justify-content: center;
            position: relative;
            margin-left: -16px
        }

        .events-section_eventsSectionArrowBack__eKEu1 {
            transform: rotate(-90deg) !important
        }

        .casino_pageCasino__2\+UVl {
            position: relative;
            padding-top: 69px
        }

        .casino_pageCasinoBannerImage__VHmiV {
            user-select: none
        }

        .casino_pageCasinoHeader__DsYKO {
            height: 460px;
            background-color: #000;
            display: flex;
            position: relative;
            overflow: hidden
        }

        .casino_pageCasinoHeaderImage__yFKVy {
            position: absolute;
            bottom: 0;
            height: 408px;
            left: 30%
        }

        .casino_pageCasinoWrapper__aKzAO {
            position: relative;
            height: 100%;
            max-width: 1460px;
            margin: 0 auto
        }

        .casino_pageCasinoHeaderBanner__QLzw9 {
            position: absolute;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            user-select: none;
            left: 0;
            top: 0
        }

        .casino_casinoGamesWrap__NHCc6 {
            margin: 20px 0
        }

        .casino_casinoGameSection__qqM8R+.casino_casinoGameSection__qqM8R {
            margin-top: 15px
        }

        .casino_casinoMenuSection__2O29p {
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
            min-height: 58px;
            max-width: 1460px;
            margin: 0 auto 20px
        }

        @media screen and (max-width: 1000px) {
            .casino_casinoMenuSection__2O29p {
                display:block
            }
        }

        .casino_casinoMenuSectionInner__YMeP- {
            justify-content: flex-end
        }

        .casino_casinoContent__MFLM\+ {
            position: relative;
            z-index: 3;
            padding-bottom: 1px
        }

        .casino_casinoContentBg__dVyeR {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-position: center;
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-color: #e5e8ed
        }

        .casino_casinoTotal__PwSZZ {
            position: absolute;
            width: 310px;
            box-shadow: 0 3px 5px rgba(0,0,0,.21);
            border-radius: 15px;
            overflow: hidden;
            background-color: rgba(230,240,241,.7);
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            animation: .5s casino_lastWinnersBlock__jB4Zt;
            max-height: 420px;
            display: flex;
            flex-direction: column;
            justify-content: flex-end
        }

        .casino_casinoTotalLine__MOkD\+ {
            position: relative;
            display: flex;
            padding: 17px 15px;
            height: 80px
        }

        .casino_casinoTotalLine__MOkD\++.casino_casinoTotalLine__MOkD\+ {
            transition: border-color .8s ease;
            border-top: 1px solid rgba(0,0,0,0)
        }

        .casino_casinoTotalLineAnimate__uE7lH+.casino_casinoTotalLineAnimate__uE7lH {
            border-color: #edf1f3
        }

        .casino_casinoTotalLineAnimate__uE7lH .casino_casinoTotalImage__SEEch,.casino_casinoTotalLineAnimate__uE7lH .casino_casinoTotalNameAndWon__OsYs6,.casino_casinoTotalLineAnimate__uE7lH .casino_casinoTotalWonOnGame__fThnQ {
            transform: translateX(0)
        }

        .casino_casinoTotalImage__SEEch {
            width: 45px;
            flex: 0 0 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 45px;
            margin-right: 20px;
            position: relative;
            z-index: 2;
            transform: translateX(calc(-100% - 40px));
            transition: transform .5s ease;
            will-change: transform
        }

        .casino_casinoTotalImage__SEEch>img {
            max-height: 100%;
            max-width: 100%
        }

        .casino_casinoTotalText__s7rFS {
            color: #3e4049;
            font-size: 14px;
            font-weight: 400;
            line-height: 24px
        }

        .casino_casinoTotalText__s7rFS strong {
            font-weight: 700
        }

        .casino_casinoTotalText__s7rFS span {
            font-weight: 500;
            position: relative;
            display: inline-block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: 110px
        }

        .casino_casinoTotalText__s7rFS span:after {
            content: "";
            display: block;
            height: 1px;
            background: #3e4049;
            position: absolute;
            width: 100%;
            transform: scaleX(0.7);
            opacity: 0;
            bottom: -1px;
            transition: transform .15s ease,opacity .15s ease;
            opacity: 1;
            transform: scale(1);
            bottom: 1px
        }

        .casino_casinoTotalText__s7rFS a,.casino_casinoTotalText__s7rFS .casino_casinoTotalWonOnGameAuthorize__H1ty2 {
            color: #e96e32;
            position: relative;
            cursor: pointer;
            text-decoration: none;
            max-width: 200px;
            overflow: hidden;
            text-overflow: ellipsis
        }

        .casino_casinoTotalText__s7rFS a:hover:after,.casino_casinoTotalText__s7rFS .casino_casinoTotalWonOnGameAuthorize__H1ty2:hover:after {
            opacity: 1;
            transform: scale(1)
        }

        .casino_casinoTotalText__s7rFS a:after,.casino_casinoTotalText__s7rFS .casino_casinoTotalWonOnGameAuthorize__H1ty2:after {
            content: "";
            display: block;
            height: 1px;
            background: #e96e32;
            position: absolute;
            width: 100%;
            transform: scaleX(0.7);
            opacity: 0;
            bottom: -1px;
            transition: transform .15s ease,opacity .15s ease;
            bottom: 1px
        }

        .casino_casinoTotalNameAndWon__OsYs6 {
            display: flex;
            transform: translateX(calc(-100% - 95px));
            transition: transform .35s ease-out;
            will-change: transform
        }

        .casino_casinoTotalWonOnGame__fThnQ {
            display: flex;
            white-space: nowrap;
            max-width: 260px;
            position: relative;
            top: -8px;
            transform: translateX(calc(-100% - 95px));
            transition: transform .5s ease-out;
            will-change: transform
        }

        .casino_casinoTotalFooter__5LT8Z {
            background-color: rgba(13,30,52,.67);
            padding: 18px 15px 15px 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column
        }

        .casino_casinoTotalFooter__5LT8Z span {
            font-size: 15px;
            font-weight: 500;
            color: #fff
        }

        .casino_casinoTotalFooter__5LT8Z strong {
            font-weight: 500;
            font-size: 35px;
            color: #e1ff14;
            display: inline-block;
            margin-top: 7px
        }

        .casino_casinoTotalRecentWinners__FEBFx {
            border: 6px solid #fec019;
            border-radius: 10px;
            background-color: rgba(39,1,1,.7)
        }

        @-webkit-keyframes casino_lastWinnersBlock__jB4Zt {
            0% {
                opacity: 0
            }

            100% {
                opacity: 1
            }
        }

        @-moz-keyframes casino_lastWinnersBlock__jB4Zt {
            0% {
                opacity: 0
            }

            100% {
                opacity: 1
            }
        }

        @-ms-keyframes casino_lastWinnersBlock__jB4Zt {
            0% {
                opacity: 0
            }

            100% {
                opacity: 1
            }
        }

        @-o-keyframes casino_lastWinnersBlock__jB4Zt {
            0% {
                opacity: 0
            }

            100% {
                opacity: 1
            }
        }

        @keyframes casino_lastWinnersBlock__jB4Zt {
            0% {
                opacity: 0
            }

            100% {
                opacity: 1
            }
        }

        .casino_recentWinnersHeader__nSmQb {
            display: flex;
            justify-content: space-between;
            padding: 18px 26px 0
        }

        .casino_recentWinnersHeaderDot__UISNH {
            display: inline-block;
            width: 13px;
            height: 13px;
            border-radius: 100%;
            background: #fec019
        }

        .casino_recentWinnersHeaderText__HmS10 {
            margin-top: 10px;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            color: #fff
        }

        .casino_recentWinnersList__amKXr {
            margin: 27px 0 25px;
            padding: 0
        }

        .casino_recentWinnersWinner__vlnU6 {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 3px;
            padding: 7px 19px;
            background: rgba(29,1,0,.7)
        }

        .casino_recentWinnersWinnerPortrait__ptxHW {
            width: 38px;
            height: 38px;
            border-radius: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            background-color: #fff
        }

        .casino_recentWinnersWinnerInfo__r3tHc {
            font-size: 12px;
            font-weight: 400;
            margin-left: 10px;
            color: #fff;
            text-decoration: none
        }

        .casino_recentWinnersWinnerInfo__r3tHc .casino_textLight__zwqMj {
            margin-top: 8px;
            font-weight: 300
        }

        .casino_recentWinnersWinnerAmount__3nTXt {
            font-size: 14px;
            text-transform: uppercase;
            color: #fff;
            font-weight: 700
        }

        .casino_recentWinnersLeft__CvUU9 {
            display: flex;
            flex: 0 0 70%;
            max-width: 70%;
            align-items: flex-start
        }

        .casino_casinoWelcome__eHOX8 {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            padding: 45px 28px 0;
            background-color: rgba(13,30,52,.67);
            max-width: 500px;
            width: 100%;
            z-index: 10;
            display: flex;
            align-items: center;
            justify-content: center
        }

        @media screen and (max-width: 1000px) {
            .casino_casinoWelcome__eHOX8 {
                max-width:350px
            }
        }

        .casino_casinoWelcomeWrapper__TkdZ8 {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding-bottom: 22px
        }

        .casino_casinoWelcomeTitle__7d3UJ {
            font-weight: 500;
            font-size: 18px;
            letter-spacing: .4px;
            color: #fff;
            text-transform: uppercase;
            margin-bottom: 30px
        }

        .casino_casinoWelcomeText__CHgg1 {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            margin-bottom: 10px;
            font-size: 50px;
            font-weight: 600;
            line-height: 38px;
            color: #fff;
            text-transform: uppercase
        }

        .casino_casinoWelcomeTextReverse__XuJm6 {
            display: inline-flex;
            flex-direction: row-reverse
        }

        .casino_casinoWelcomeTextPart__ziU6O {
            padding-bottom: 20px
        }

        .casino_casinoWelcomeTextNew__2g\+vG {
            line-height: 1.2;
            text-transform: none
        }

        @media screen and (max-width: 1000px) {
            .casino_casinoWelcomeText__CHgg1 {
                font-size:35px;
                line-height: 30px
            }
        }

        .casino_casinoWelcomeTextTitle__ddoW1 {
            color: #e96e32;
            white-space: nowrap
        }

        .casino_casinoWelcomeTextAmount__htlY9 {
            color: #e1ff14;
            white-space: nowrap
        }

        .casino_casinoWelcomeTextAmount__htlY9:first-child {
            margin-right: 15px
        }

        .casino_casinoWelcomeTextAmount__htlY9:last-child {
            margin-left: 15px
        }

        .casino_casinoWelcomeTextAmountNew__NuGZ3:first-child {
            margin-right: 5px
        }

        .casino_casinoWelcomeTextAmountNew__NuGZ3:last-child {
            margin-left: 5px
        }

        .casino_casinoWelcomeSubtitle__m75Ua {
            margin-bottom: 0;
            font-weight: 700;
            font-size: 20px;
            text-transform: uppercase;
            color: #fff;
            letter-spacing: .2px
        }

        .casino_casinoWelcomeSubtitle__m75Ua span {
            color: #e1ff14
        }

        .casino_casinoWelcomeLogin__n8sxW {
            font-size: 16px;
            color: #fff;
            font-weight: 500;
            position: relative;
            z-index: 5
        }

        .casino_casinoWelcomeLogin__n8sxW a {
            cursor: pointer;
            color: #e96e32;
            display: inline-block;
            position: relative
        }

        .casino_casinoWelcomeLogin__n8sxW a:hover:after {
            transform: scale(1);
            opacity: 1
        }

        .casino_casinoWelcomeLogin__n8sxW a:after {
            content: "";
            display: block;
            height: 1px;
            background: #e96e32;
            position: absolute;
            width: 100%;
            transform: scaleX(0.7);
            opacity: 0;
            bottom: -1px;
            transition: transform .15s ease,opacity .15s ease
        }

        .casino_casinoWelcomeDivider__KNNv3 {
            border: 1px solid rgba(255,255,255,.1);
            width: 100%;
            margin-top: 25px;
            margin-bottom: 25px
        }

        .casino_casinoWelcomePayment__QUQOi {
            display: flex;
            align-items: center;
            margin: 0;
            padding: 0;
            list-style-type: none
        }

        .casino_casinoWelcomePayment__QUQOi>li:not(:first-child) {
            margin-left: 20px
        }

        @media screen and (max-width: 1000px) {
            .casino_casinoWelcomePayment__QUQOi {
                display:block;
                margin-top: -20px
            }

            .casino_casinoWelcomePayment__QUQOi>li {
                margin-top: 20px;
                display: inline-block
            }
        }

        .casino_casinoWelcomeButton__VdbU8 {
            display: flex;
            justify-content: center;
            margin: 23px 0;
            position: relative;
            z-index: 5
        }

        .casino_casinoWelcomePaymentEcopayz__Q4DFG {
            height: 25px
        }

        .casino_casinoWelcomePaymentSkrill__Xpona {
            height: 21px
        }

        .casino_casinoLiveWelcome__tOXOX {
            max-width: 370px;
            padding-top: 25px
        }

        .casino_casinoLiveWelcomeGroup__JHlFb {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 280px;
            height: 175px
        }

        .casino_casinoLiveWelcomeGroupStar__dqbFI {
            position: absolute;
            top: 75px;
            width: 19px;
            height: 19px
        }

        .casino_casinoLiveWelcomeGroupStar__dqbFI img {
            max-width: 100%
        }

        .casino_casinoLiveWelcomeGroupStarLeft__z9M-g {
            left: -9px
        }

        .casino_casinoLiveWelcomeGroupStarRight__-TNZI {
            right: -8px
        }

        .casino_casinoLiveWelcomeGroupBordersTop__NYT5C {
            position: absolute;
            top: 0;
            left: 0;
            border-top: 2px solid #fff;
            border-left: 2px solid #fff;
            border-right: 2px solid #fff;
            width: 100%;
            height: 36px
        }

        .casino_casinoLiveWelcomeGroupBordersBottom__Jhn\+3 {
            position: absolute;
            bottom: 0;
            left: 0;
            border-left: 2px solid #fff;
            border-right: 2px solid #fff;
            border-bottom: 2px solid #fff;
            width: 100%;
            height: 36px
        }

        .casino_casinoLiveWelcomeTitle__dqvmM {
            margin-bottom: 25px;
            font-weight: 500;
            font-size: 32px;
            letter-spacing: .5px;
            color: #fff;
            text-transform: uppercase
        }

        .casino_casinoLiveWelcomeGroupText__mFwB9 {
            display: flex;
            align-items: center;
            flex-direction: column
        }

        .casino_casinoLiveWelcomeGroupTextList__Glsp6 {
            margin: 0;
            padding: 0;
            list-style-type: none;
            font-size: 28px;
            font-weight: 700;
            line-height: 38px;
            color: #fec019;
            text-transform: lowercase
        }

        .casino_casinoLiveWelcomeGroupTextList__Glsp6>li:first-letter {
            text-transform: uppercase
        }

        .casino_casinoLiveWelcomeGroupTextList__Glsp6>span {
            font-size: 50px;
            font-weight: 400
        }

        .casino_casinoLiveWelcomeButton__bDxra {
            font-style: normal
        }

        .casino_casinoLiveWelcomeLogin__qLMWd {
            font-size: 15px;
            font-weight: 600;
            letter-spacing: .4px
        }

        .casino_casinoLiveWelcomeLogin__qLMWd>a {
            color: #e96e32
        }

        .casino_casinoLiveWelcomeLogin__qLMWd>a:after {
            content: "";
            display: block;
            height: 1px;
            background: #e96e32;
            position: absolute;
            width: 100%;
            transform: scaleX(0.7);
            opacity: 0;
            bottom: -1px;
            transition: transform .15s ease,opacity .15s ease
        }

        .events-section-menu_sectionMenu__Kq\+nV {
            border-bottom: 1px solid #c3ccd9;
            overflow: hidden
        }

        .events-section-menu_sectionMenu__Kq\+nV .scroll-menu-arrow {
            bottom: 0
        }

        .events-section-menu_sectionMenuList__6v0r- {
            list-style: none;
            min-width: 100%;
            margin: 0 0 -2px;
            padding: 0
        }

        .events-section-menu_sectionMenuListItem__ApvId {
            display: flex;
            height: 41px;
            align-items: center;
            cursor: pointer;
            position: relative;
            user-select: none;
            white-space: nowrap;
            padding: 0 10px 0 20px
        }

        .events-section-menu_sectionMenuListItem__ApvId.events-section-menu_selected__I4rXR {
            cursor: default
        }

        .events-section-menu_sectionMenuListItem__ApvId:after {
            content: "";
            display: block;
            height: 1px;
            background: #e96e32;
            position: absolute;
            width: 100%;
            transform: scaleX(0.7);
            opacity: 0;
            bottom: -1px;
            transition: transform .15s ease,opacity .15s ease;
            bottom: -8px !important
        }

        .events-section-menu_sectionMenuListItem__ApvId:hover:after,.events-section-menu_sectionMenuListItem__ApvId.events-section-menu_selected__I4rXR:after {
            opacity: 1;
            transform: scaleX(1);
            z-index: 3;
            bottom: 0
        }

        .events-section-menu_sectionMenuListItem__ApvId:hover .events-section-menu_sectionMenuListIcon__eZs2y,.events-section-menu_sectionMenuListItem__ApvId.events-section-menu_selected__I4rXR .events-section-menu_sectionMenuListIcon__eZs2y {
            filter: unset
        }

        .events-section-menu_sectionMenuListItem__ApvId:hover .events-section-menu_sectionMenuListText__HHq9H,.events-section-menu_sectionMenuListItem__ApvId.events-section-menu_selected__I4rXR .events-section-menu_sectionMenuListText__HHq9H {
            color: #e96e32
        }

        .events-section-menu_sectionMenuListText__HHq9H {
            color: #868c96;
            font-size: 14px;
            font-weight: 500;
            transition: #868c96 .15s ease
        }

        .events-section-menu_sectionMenuListIcon__eZs2y {
            display: block;
            width: 15px;
            min-height: 15px;
            filter: grayscale(100%);
            margin-right: 6px;
            position: relative;
            top: -1px;
            transition: filter .15s ease
        }

        .nl-modal {
            padding: 20px 0;
            background: #fff
        }

        .nl-modal__title {
            text-align: center;
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 15px
        }

        .nl-modal__footer-text {
            width: 340px;
            margin: 0 auto;
            text-align: center;
            color: #868c96;
            font-size: 12px
        }

        .nl-modal a {
            color: #15aab8
        }

        .nl-modal a:hover {
            color: #118893
        }

        .sign-up--nl .register-steps {
            padding: 0 147px;
            display: flex;
            justify-content: space-between;
            margin-bottom: 15px
        }

        .sign-up--nl .register-steps__item {
            width: 23%;
            padding: 5px 0
        }

        .sign-up--nl .register-steps__item:before {
            content: "";
            display: block;
            height: 5px;
            border-radius: 3px;
            background: #e5e8ed
        }

        .sign-up--nl .register-steps__item--active:before {
            background: #e96e32
        }

        .sign-up--nl .register-steps__item--passed {
            cursor: pointer
        }

        .sign-up--nl .register-steps__item-number {
            display: none
        }

        .nl-form .relative {
            position: relative
        }

        .nl-form__title {
            width: 100%;
            text-align: center;
            font-size: 16px;
            font-weight: 500;
            padding: 0 7px 15px
        }

        .nl-form__title--doc-expire {
            margin-top: 25px
        }

        .nl-form__description {
            padding: 0 29px 10px;
            font-size: 12px;
            color: #868c96
        }

        .nl-form__description--file {
            margin-top: 15px
        }

        .nl-form__description--error {
            color: #f04c44;
            margin-top: 5px;
            padding: 0
        }

        .nl-form__set {
            padding: 0 140px
        }

        .nl-form__set .app-button {
            height: 100%
        }

        .nl-form__set--margin_top {
            margin-top: 25px
        }

        .nl-form__set--dob {
            background: #f8f8f8;
            padding-top: 20px;
            padding-bottom: 5px;
            margin-bottom: 20px
        }

        .nl-form__set--dob .relative {
            width: 100%;
            margin: 0 7px
        }

        .nl-form__set--limits {
            background: #f8f8f8;
            width: 560px;
            padding: 30px 53px 15px;
            border-radius: 10px;
            margin: 0 auto 20px;
            display: flex;
            flex-wrap: wrap
        }

        .nl-form__static-prefix {
            position: absolute;
            top: calc(50% - 19px);
            left: 21px;
            border-radius: 12px;
            height: 24px;
            display: flex;
            align-items: center;
            padding: 0 12px;
            background: #f8f8f8;
            font-weight: 700
        }

        .nl-form__static-prefix:before {
            content: "+"
        }

        .nl-form__field {
            width: 100%;
            padding: 0 7px 15px
        }

        .nl-form__field--phone {
            position: relative
        }

        .nl-form__field--phone .app-button {
            position: absolute;
            top: 0;
            right: 6px;
            height: 47px;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

        .nl-form__field--action {
            display: flex;
            justify-content: center
        }

        .nl-form__field--action .app-button {
            min-width: 240px
        }

        .nl-form__field--iban {
            padding-top: 10px;
            padding-bottom: 30px
        }

        .nl-form__field--doc-file {
            padding-bottom: 30px
        }

        .nl-form__field--terms {
            display: flex;
            align-items: flex-start;
            line-height: 20px
        }

        .nl-form__field--max-balance {
            padding-bottom: 25px
        }

        .nl-form__field--gender,.nl-form__field--place-of-birth,.nl-form__field--city,.nl-form__field--country {
            width: 50%
        }

        .nl-form__field--surname,.nl-form__field--street,.nl-form__field--phone,.nl-form__field--deposit-limit,.nl-form__field--session-limit {
            width: 66.6666%
        }

        .nl-form__field--surname-prefix,.nl-form__field--day,.nl-form__field--month,.nl-form__field--year,.nl-form__field--postcode,.nl-form__field--prefix,.nl-form__field--limit-period {
            width: 33.3333%
        }

        .grid__col--x3 {
            width: 33.33333%;
            flex: 0 33.33333%
        }

        .grid__col--x66 {
            width: 66.66666%;
            flex: 0 66.66666%
        }

        .phone-form {
            display: flex;
            flex-wrap: wrap;
            font-size: 12px;
            margin-top: 20px;
            line-height: 1.4;
            position: relative;
            z-index: 1;
            color: #858991
        }

        .phone-form a {
            color: #15aab8;
            transition: color .15s ease;
            text-decoration: none;
            display: inline-block;
            position: relative;
            cursor: pointer
        }

        .phone-form a:after {
            content: "";
            display: block;
            height: 1px;
            background: #15aab8;
            position: absolute;
            width: 100%;
            transform: scaleX(0.7);
            opacity: 0;
            bottom: -1px;
            transition: transform .15s ease,opacity .15s ease
        }

        .phone-form a:hover:after {
            opacity: 1;
            transform: scale(1)
        }

        .phone-form .form-input__input {
            height: 40px;
            line-height: 38px;
            font-size: 16px;
            font-weight: 500
        }

        .phone-form__field {
            margin-bottom: 25px;
            width: calc(100% - 300px);
            margin-right: 150px;
            margin-left: 150px
        }

        .phone-form__field--prefix {
            display: none
        }

        .phone-form__field--phone {
            position: relative;
            order: 1;
            padding: 0 10px 0 20px;
            width: 60%;
            margin: 0 0 25px 0
        }

        .phone-form__field--phone .form-input__input {
            padding: 0 165px 0 80px
        }

        .phone-form__field--phone .form-input__icon {
            right: 140px
        }

        .phone-form__field--phone .app-button {
            position: absolute;
            top: 2px;
            right: 12px;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            font-size: 12px;
            min-height: 36px;
            height: 36px;
            line-height: 34px;
            min-width: 130px
        }

        .phone-form__field--phone .app-button:not(.app-button--disabled) {
            background: #e96e32
        }

        .phone-form__field--phone .app-button:not(.app-button--disabled):hover {
            background: #cc5216
        }

        .phone-form__field--sms-code {
            order: 2;
            padding: 0 20px 0 10px;
            width: 40%;
            margin: 0 0 25px 0
        }

        .phone-form__field--country {
            display: none
        }

        .phone-form__field--currency {
            order: 3
        }

        .phone-form__field--password {
            position: relative;
            order: 4;
            margin-bottom: 15px
        }

        .phone-form__field--repeat {
            order: 5
        }

        .phone-form__field--hint {
            order: 6;
            color: inherit
        }

        .phone-form__field--submit {
            order: 7;
            display: flex;
            justify-content: center
        }

        .phone-form__field--submit .app-button {
            min-width: 240px
        }

        .phone-form__field--terms {
            order: 6
        }

        .phone-form__field--promo-code {
            display: none
        }

        .phone-form__static-prefix {
            position: absolute;
            left: 27px;
            top: 6px;
            background: #f7f7f7;
            border-radius: 14px;
            padding: 0 12px;
            height: 28px;
            min-width: 60px;
            text-align: center;
            line-height: 26px;
            font-size: 16px;
            font-weight: 500;
            color: #858991;
            border: 1px solid #e8e8e8
        }

        .es-modal {
            padding: 20px
        }

        .es-modal__title {
            text-align: center;
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            margin: 32px 0 15px
        }

        .es-modal__footer-text {
            width: 340px;
            margin: 0 auto;
            text-align: center;
            color: #868c96;
            font-size: 12px
        }

        .es-modal a {
            color: #15aab8
        }

        .es-modal a:hover {
            color: #118893
        }

        .sign-up--es .register-steps {
            padding: 0 147px;
            display: flex;
            justify-content: space-between;
            margin-bottom: 15px
        }

        .sign-up--es .register-steps__item {
            width: 30%;
            padding: 5px 0
        }

        .sign-up--es .register-steps__item:before {
            content: "";
            display: block;
            height: 5px;
            border-radius: 3px;
            background: #e5e8ed
        }

        .sign-up--es .register-steps__item--active:before {
            background: #e96e32
        }

        .sign-up--es .register-steps__item--passed {
            cursor: pointer
        }

        .sign-up--es .register-steps__item-number {
            display: none
        }

        .es-form .relative {
            position: relative
        }

        .es-form .notice-box--custom-sign-up:not(.notice-box__position--top) {
            bottom: 3px
        }

        .es-form__set {
            padding: 0 140px
        }

        .es-form__set--dob {
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            margin: 0 -14px
        }

        .es-form__set--dob .es-form__field--dob-title {
            text-align: center;
            margin-top: 26px;
            font-weight: 700;
            font-size: 16px;
            width: 100%;
            flex: 0 0 100% !important
        }

        .es-form__set--dob .es-form__field--fourth {
            flex: 1
        }

        .es-form__set--dob .relative {
            width: 100%;
            bottom: -85px
        }

        .es-form__field {
            width: 100%;
            padding: 0 7px 15px
        }

        .es-form__field--action {
            display: flex;
            justify-content: center;
            padding-top: 24px
        }

        .es-form__field--action .app-button {
            min-width: 240px
        }

        .es-form__field--promo {
            border: 1px solid #b5b5b5;
            background: #f4f4f4;
            border-radius: 10px;
            padding: 20px 30px
        }

        .es-form .grid__row--offset.grid__row {
            max-width: unset
        }

        .es-form .form-input-wrap {
            width: 100%;
            position: relative;
            display: block
        }

        .es-form .form-input-wrap .input-error {
            color: #fe5151;
            font-size: 12px;
            padding: 6px 12px
        }

        .es-form__dob-error {
            width: 100%;
            color: #fe5151;
            padding: 0 12px;
            text-align: center
        }

        .sign-up--australia:not(.migration-registration) {
            padding: 32px
        }

        .sign-up__wrapper {
            padding: 10px
        }

        .sign-up__content {
            padding: 0 0 20px 0
        }

        .sign-up__content--m_top {
            margin-top: 30px
        }

        .sign-up__banner {
            display: block;
            height: 213px;
            border-radius: 15px;
            font-size: 0;
            line-height: 0
        }

        .sign-up__banner img,.sign-up__banner>div {
            box-shadow: 0 2px 5px rgba(0,0,0,.1);
            display: block;
            margin: 0 auto;
            border-radius: 3px;
            width: 100%;
            height: 213px;
            background: #000;
            overflow: hidden;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat
        }

        .sign-up__title {
            color: #3e4049;
            font-size: 14px;
            font-weight: 700;
            line-height: 1.35;
            text-transform: uppercase;
            text-align: center;
            margin: 0;
            padding: 0
        }

        .sign-up__title span {
            font-size: 19px;
            display: block;
            padding-bottom: 10px
        }

        .sign-up--phone .sign-up__content {
            position: relative
        }

        .sign-up--phone .sign-up__content:before {
            position: absolute;
            z-index: 0;
            display: block;
            content: "";
            height: 145px;
            width: 100%;
            top: 80px;
            left: 0;
            background: #f8f8f8
        }

        .sign-up--phone .sign-up__title {
            position: relative;
            z-index: 1
        }

        .sign-up--phone.sign-up--complete .sign-up__content:before {
            display: none
        }

        .sign-up--australia .sign-up-bonus {
            position: relative;
            display: flex;
            justify-content: space-between;
            padding: 0 0 15px 0;
            border-bottom: 1px solid #d6dae1;
            margin-bottom: 18px
        }

        .sign-up--australia .sign-up-bonus__item {
            display: flex;
            flex: 1;
            flex-direction: column;
            padding: 0 30px
        }

        .sign-up--australia .sign-up-bonus__item:not(.active) {
            cursor: pointer
        }

        .sign-up--australia .sign-up-bonus__item:hover .sign-up-bonus__item-title,.sign-up--australia .sign-up-bonus__item.active .sign-up-bonus__item-title {
            color: #9e2b86
        }

        .sign-up--australia .sign-up-bonus__item:hover .sign-up-bonus__item-title .svg-icon,.sign-up--australia .sign-up-bonus__item.active .sign-up-bonus__item-title .svg-icon {
            color: #9e2b86
        }

        .sign-up--australia .sign-up-bonus__item.disabled {
            cursor: default;
            pointer-events: none
        }

        .sign-up--australia .sign-up-bonus__item:nth-child(1n+2) {
            border-left: 1px solid #d6dae1
        }

        .sign-up--australia .sign-up-bonus__item-title {
            font-size: 14px;
            color: #3e4049;
            text-transform: uppercase;
            font-weight: 700;
            display: flex;
            align-items: center;
            transition: #3e4049 .2s ease
        }

        .sign-up--australia .sign-up-bonus__item-title .svg-icon {
            display: block;
            font-size: 24px;
            transition: #3e4049 .2s ease;
            position: relative;
            top: -1px;
            color: #6e82a2;
            margin-right: 8px
        }

        .sign-up--australia .sign-up-bonus__item-text {
            color: #6e82a2;
            font-size: 14px;
            line-height: 16px;
            font-weight: 400;
            margin: 8px 0 0 0
        }

        .sign-up--australia .register-steps {
            display: flex;
            justify-content: space-between;
            width: 280px;
            margin: 30px auto;
            position: relative
        }

        .sign-up--australia .register-steps:before {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            left: 17px;
            right: 17px;
            border-top: 1px dashed #d6dae1
        }

        .sign-up--australia .register-steps__item {
            position: relative;
            z-index: 1;
            width: 34px;
            height: 34px;
            display: flex;
            line-height: 34px;
            justify-content: center;
            transition: background-color .15s ease,#6e82a2 .15s ease;
            border-radius: 50%;
            font-weight: 700;
            font-size: 18px;
            background-color: #edf1f3;
            color: #a2a7ab
        }

        .sign-up--australia .register-steps__item--active {
            color: #fff;
            background-color: #e96e32
        }

        .sign-up--australia .register-steps__item--passed {
            cursor: pointer
        }

        .sign-up--australia .base-form {
            position: relative;
            z-index: 2
        }

        .sign-up--australia .base-form .relative {
            position: relative
        }

        .sign-up--australia .base-form .notice-box--center {
            right: -20px
        }

        .sign-up--australia .base-form__set {
            display: flex;
            flex-wrap: wrap;
            padding: 0 100px
        }

        .sign-up--australia .base-form__set--dob .base-form__title {
            display: none
        }

        .sign-up--australia .base-form__set--dob .relative {
            width: 100%;
            margin: 0 7px
        }

        .sign-up--australia .base-form__set--dob .notice-box--center {
            top: calc(50% + 24px)
        }

        .sign-up--australia .base-form__set--dob .notice-box__position--top {
            bottom: 10px
        }

        .sign-up--australia .base-form__iban-field {
            padding: 20px;
            background: var(--registrationCompleteFieldsBg);
            border: 1px solid var(--registrationCompleteFieldsBorder);
            margin: 15px auto;
            display: flex;
            flex-wrap: wrap;
            max-width: 436px;
            border-radius: var(--registrationCompleteFieldsBorderRadius)
        }

        .sign-up--australia .base-form__field {
            width: 100%;
            padding: 0 7px;
            margin-bottom: 20px
        }

        .sign-up--australia .base-form__field--country {
            position: relative
        }

        .sign-up--australia .base-form__field--dob-title {
            display: flex;
            align-items: center
        }

        .sign-up--australia .base-form__field--action {
            display: flex;
            justify-content: center;
            margin-bottom: 0
        }

        .sign-up--australia .base-form__field--action .app-button {
            width: 100%
        }

        .sign-up--australia .base-form__field--submit .app-button {
            max-width: 261px
        }

        .sign-up--australia .base-form__field--button .app-button {
            width: 100%;
            height: 47px;
            line-height: 1;
            font-size: 12px;
            padding: 5px 10px;
            font-weight: 700
        }

        .sign-up--australia .base-form__field--terms .form__label {
            width: 100%
        }

        .sign-up--australia .base-form__field--half {
            width: 50%
        }

        .sign-up--australia .base-form__field--third {
            width: 33.3333%
        }

        .sign-up--australia .base-form__field--fourth {
            width: 25%
        }

        .sign-up--australia .base-form__field--mobile-full-width {
            width: 50%
        }

        @media(max-width: 420px) {
            .sign-up--australia .base-form__field--mobile-full-width {
                width:100%
            }
        }

        .sign-up--australia .base-form__field--postcoderAddress {
            position: relative
        }

        .sign-up--australia .base-form__field-text {
            width: 100%
        }

        .sign-up--australia .base-form__field-gender {
            width: 100%;
            padding: 0 7px;
            margin-bottom: 20px
        }

        .sign-up--australia .base-form__code-sent {
            display: flex;
            flex-wrap: wrap;
            margin: -5px -5px 20px 0;
            padding: 0 7px;
            width: 100%;
            justify-content: space-between
        }

        .sign-up--australia .base-form__code-sent--confirmation {
            margin: 5px 10px 0 0
        }

        .sign-up--australia .base-form__code-sent--timer {
            text-decoration: underline;
            font-weight: 700;
            margin: 5px 5px 0 0;
            color: #1a3769
        }

        .sign-up--australia .base-form__toggler {
            background: #f4f4f4;
            border: 1px solid #c3ccd9;
            padding: 15px 18px 20px;
            border-radius: 10px
        }

        .sign-up--australia .base-form__toggler-title {
            font-size: 16px;
            line-height: 1.25;
            font-weight: 400;
            text-align: center
        }

        .sign-up--australia .base-form__toggler-title--mb10 {
            margin-bottom: 10px
        }

        .sign-up--australia .base-form__mb15 {
            margin-bottom: 15px
        }

        .sign-up--australia .base-form__toggler-radio {
            display: flex;
            align-items: center;
            justify-content: center
        }

        .ontario-form__field--agree-text {
            text-align: center;
            font-size: 16px;
            font-weight: 500;
            max-width: 85%;
            margin: 0 auto 20px
        }

        .sign-up--australia .register-steps__item--width {
            width: 380px !important
        }

        .sign-up--australia .gender-radio {
            justify-content: space-between;
            padding: 0 25px
        }

        .sign-up--australia .gender-radio .radio-button {
            padding: 0 15px;
            margin: 0;
            flex: 1
        }

        .sign-up--australia .gender-radio .radio-button__button {
            border-color: #9e2b86;
            min-width: 22px
        }

        .sign-up--australia .gender-radio .radio-button__content {
            align-items: center
        }

        .sign-up--australia .gender-radio .radio-button__text {
            top: 0
        }

        .sign-up--australia .form__label a {
            color: #9e2b86
        }

        .sign-up--australia .form__label a:after {
            background: #9e2b86
        }

        .sign-up--australia:not(.migration-registration) {
            padding: 32px
        }

        .sign-up__wrapper {
            padding: 10px
        }

        .sign-up__content {
            padding: 0 0 20px 0
        }

        .sign-up__content--m_top {
            margin-top: 30px
        }

        .sign-up__banner {
            display: block;
            height: 213px;
            border-radius: 15px;
            font-size: 0;
            line-height: 0
        }

        .sign-up__banner img,.sign-up__banner>div {
            box-shadow: 0 2px 5px rgba(0,0,0,.1);
            display: block;
            margin: 0 auto;
            border-radius: 3px;
            width: 100%;
            height: 213px;
            background: #000;
            overflow: hidden;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat
        }

        .sign-up__title {
            color: #3e4049;
            font-size: 14px;
            font-weight: 700;
            line-height: 1.35;
            text-transform: uppercase;
            text-align: center;
            margin: 0;
            padding: 0
        }

        .sign-up__title span {
            font-size: 19px;
            display: block;
            padding-bottom: 10px
        }

        .sign-up--phone .sign-up__content {
            position: relative
        }

        .sign-up--phone .sign-up__content:before {
            position: absolute;
            z-index: 0;
            display: block;
            content: "";
            height: 145px;
            width: 100%;
            top: 80px;
            left: 0;
            background: #f8f8f8
        }

        .sign-up--phone .sign-up__title {
            position: relative;
            z-index: 1
        }

        .sign-up--phone.sign-up--complete .sign-up__content:before {
            display: none
        }

        .sign-up--australia .sign-up-bonus {
            position: relative;
            display: flex;
            justify-content: space-between;
            padding: 0 0 15px 0;
            border-bottom: 1px solid #d6dae1;
            margin-bottom: 18px
        }

        .sign-up--australia .sign-up-bonus__item {
            display: flex;
            flex: 1;
            flex-direction: column;
            padding: 0 30px
        }

        .sign-up--australia .sign-up-bonus__item:not(.active) {
            cursor: pointer
        }

        .sign-up--australia .sign-up-bonus__item:hover .sign-up-bonus__item-title,.sign-up--australia .sign-up-bonus__item.active .sign-up-bonus__item-title {
            color: #9e2b86
        }

        .sign-up--australia .sign-up-bonus__item:hover .sign-up-bonus__item-title .svg-icon,.sign-up--australia .sign-up-bonus__item.active .sign-up-bonus__item-title .svg-icon {
            color: #9e2b86
        }

        .sign-up--australia .sign-up-bonus__item.disabled {
            cursor: default;
            pointer-events: none
        }

        .sign-up--australia .sign-up-bonus__item:nth-child(1n+2) {
            border-left: 1px solid #d6dae1
        }

        .sign-up--australia .sign-up-bonus__item-title {
            font-size: 14px;
            color: #3e4049;
            text-transform: uppercase;
            font-weight: 700;
            display: flex;
            align-items: center;
            transition: #3e4049 .2s ease
        }

        .sign-up--australia .sign-up-bonus__item-title .svg-icon {
            display: block;
            font-size: 24px;
            transition: #3e4049 .2s ease;
            position: relative;
            top: -1px;
            color: #6e82a2;
            margin-right: 8px
        }

        .sign-up--australia .sign-up-bonus__item-text {
            color: #6e82a2;
            font-size: 14px;
            line-height: 16px;
            font-weight: 400;
            margin: 8px 0 0 0
        }

        .sign-up--australia .register-steps {
            display: flex;
            justify-content: space-between;
            width: 280px;
            margin: 30px auto;
            position: relative
        }

        .sign-up--australia .register-steps:before {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            left: 17px;
            right: 17px;
            border-top: 1px dashed #d6dae1
        }

        .sign-up--australia .register-steps__item {
            position: relative;
            z-index: 1;
            width: 34px;
            height: 34px;
            display: flex;
            line-height: 34px;
            justify-content: center;
            transition: background-color .15s ease,#6e82a2 .15s ease;
            border-radius: 50%;
            font-weight: 700;
            font-size: 18px;
            background-color: #edf1f3;
            color: #a2a7ab
        }

        .sign-up--australia .register-steps__item--active {
            color: #fff;
            background-color: #e96e32
        }

        .sign-up--australia .register-steps__item--passed {
            cursor: pointer
        }

        .sign-up--australia .base-form {
            position: relative;
            z-index: 2
        }

        .sign-up--australia .base-form .relative {
            position: relative
        }

        .sign-up--australia .base-form .notice-box--center {
            right: -20px
        }

        .sign-up--australia .base-form__set {
            display: flex;
            flex-wrap: wrap;
            padding: 0 100px
        }

        .sign-up--australia .base-form__set--dob .base-form__title {
            display: none
        }

        .sign-up--australia .base-form__set--dob .relative {
            width: 100%;
            margin: 0 7px
        }

        .sign-up--australia .base-form__set--dob .notice-box--center {
            top: calc(50% + 24px)
        }

        .sign-up--australia .base-form__set--dob .notice-box__position--top {
            bottom: 10px
        }

        .sign-up--australia .base-form__iban-field {
            padding: 20px;
            background: var(--registrationCompleteFieldsBg);
            border: 1px solid var(--registrationCompleteFieldsBorder);
            margin: 15px auto;
            display: flex;
            flex-wrap: wrap;
            max-width: 436px;
            border-radius: var(--registrationCompleteFieldsBorderRadius)
        }

        .sign-up--australia .base-form__field {
            width: 100%;
            padding: 0 7px;
            margin-bottom: 20px
        }

        .sign-up--australia .base-form__field--country {
            position: relative
        }

        .sign-up--australia .base-form__field--dob-title {
            display: flex;
            align-items: center
        }

        .sign-up--australia .base-form__field--action {
            display: flex;
            justify-content: center;
            margin-bottom: 0
        }

        .sign-up--australia .base-form__field--action .app-button {
            width: 100%
        }

        .sign-up--australia .base-form__field--submit .app-button {
            max-width: 261px
        }

        .sign-up--australia .base-form__field--button .app-button {
            width: 100%;
            height: 47px;
            line-height: 1;
            font-size: 12px;
            padding: 5px 10px;
            font-weight: 700
        }

        .sign-up--australia .base-form__field--terms .form__label {
            width: 100%
        }

        .sign-up--australia .base-form__field--half {
            width: 50%
        }

        .sign-up--australia .base-form__field--third {
            width: 33.3333%
        }

        .sign-up--australia .base-form__field--fourth {
            width: 25%
        }

        .sign-up--australia .base-form__field--mobile-full-width {
            width: 50%
        }

        @media(max-width: 420px) {
            .sign-up--australia .base-form__field--mobile-full-width {
                width:100%
            }
        }

        .sign-up--australia .base-form__field--postcoderAddress {
            position: relative
        }

        .sign-up--australia .base-form__field-text {
            width: 100%
        }

        .sign-up--australia .base-form__field-gender {
            width: 100%;
            padding: 0 7px;
            margin-bottom: 20px
        }

        .sign-up--australia .base-form__code-sent {
            display: flex;
            flex-wrap: wrap;
            margin: -5px -5px 20px 0;
            padding: 0 7px;
            width: 100%;
            justify-content: space-between
        }

        .sign-up--australia .base-form__code-sent--confirmation {
            margin: 5px 10px 0 0
        }

        .sign-up--australia .base-form__code-sent--timer {
            text-decoration: underline;
            font-weight: 700;
            margin: 5px 5px 0 0;
            color: #1a3769
        }

        .sign-up--australia .base-form__toggler {
            background: #f4f4f4;
            border: 1px solid #c3ccd9;
            padding: 15px 18px 20px;
            border-radius: 10px
        }

        .sign-up--australia .base-form__toggler-title {
            font-size: 16px;
            line-height: 1.25;
            font-weight: 400;
            text-align: center
        }

        .sign-up--australia .base-form__toggler-title--mb10 {
            margin-bottom: 10px
        }

        .sign-up--australia .base-form__mb15 {
            margin-bottom: 15px
        }

        .sign-up--australia .base-form__toggler-radio {
            display: flex;
            align-items: center;
            justify-content: center
        }

        .ontario-form__field--agree-text {
            text-align: center;
            font-size: 16px;
            font-weight: 500;
            max-width: 85%;
            margin: 0 auto 20px
        }

        .sign-up--australia .register-steps__item--width {
            width: 380px !important
        }

        .sign-up--australia .gender-radio {
            justify-content: space-between;
            padding: 0 25px
        }

        .sign-up--australia .gender-radio .radio-button {
            padding: 0 15px;
            margin: 0;
            flex: 1
        }

        .sign-up--australia .gender-radio .radio-button__button {
            border-color: #9e2b86;
            min-width: 22px
        }

        .sign-up--australia .gender-radio .radio-button__content {
            align-items: center
        }

        .sign-up--australia .gender-radio .radio-button__text {
            top: 0
        }

        .sign-up--australia .form__label a {
            color: #9e2b86
        }

        .sign-up--australia .form__label a:after {
            background: #9e2b86
        }

        .sign-up__wrapper {
            padding: 10px
        }

        .sign-up__content {
            padding: 0 0 20px 0
        }

        .sign-up__content--m_top {
            margin-top: 30px
        }

        .sign-up__banner {
            display: block;
            height: 213px;
            border-radius: 15px;
            font-size: 0;
            line-height: 0
        }

        .sign-up__banner img,.sign-up__banner>div {
            box-shadow: 0 4px 30px 0 rgba(0,0,0,.07);
            display: block;
            margin: 0 auto;
            border-radius: 0;
            width: 100%;
            height: 213px;
            background: none;
            overflow: hidden;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat
        }

        .sign-up__title {
            color: #3e4049;
            font-size: 14px;
            font-weight: 700;
            line-height: 1.35;
            text-transform: uppercase;
            text-align: center;
            margin: 0;
            padding: 0
        }

        .sign-up__title span {
            font-size: 19px;
            display: block;
            padding-bottom: 10px
        }

        .sign-up--phone .sign-up__content {
            position: relative
        }

        .sign-up--phone .sign-up__content:before {
            position: absolute;
            z-index: 0;
            display: block;
            content: "";
            height: 145px;
            width: 100%;
            top: 80px;
            left: 0;
            background: #f8f8f8
        }

        .sign-up--phone .sign-up__title {
            position: relative;
            z-index: 1
        }

        .sign-up--phone.sign-up--complete .sign-up__content:before {
            display: none
        }

        .sign-up--nlMitek {
            padding: 22px
        }

        .sign-up--nlMitek .register-steps {
            display: flex;
            justify-content: space-between;
            width: 280px;
            margin: 30px auto;
            position: relative
        }

        .sign-up--nlMitek .register-steps:before {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            left: 17px;
            right: 17px;
            border-top: 1px dashed #d6dae1
        }

        .sign-up--nlMitek .register-steps__item {
            position: relative;
            z-index: 1;
            width: 34px;
            height: 34px;
            display: flex;
            line-height: 34px;
            justify-content: center;
            transition: background-color .15s ease,#3e4049 .15s ease;
            border-radius: 50%;
            font-weight: 700;
            font-size: 18px;
            background-color: #edf1f3;
            color: #a2a7ab
        }

        .sign-up--nlMitek .register-steps__item--active {
            color: #fff;
            background-color: #e96e32
        }

        .sign-up--nlMitek .register-steps__item--passed {
            cursor: pointer
        }

        .sign-up--nlMitek .base-form.nl-mitek-from .base-form__field {
            display: flex
        }

        .sign-up--nlMitek .base-form__field {
            position: relative
        }

        .sign-up--nlMitek .base-form__field--depositLimit .form-input {
            width: 65%
        }

        .sign-up--nlMitek .base-form__field--depositLimit .ui-select {
            width: 35%;
            padding-left: 14px
        }

        .sign-up--nlMitek .base-form__field--sessionLimit .form-input {
            width: 65%
        }

        .sign-up--nlMitek .base-form__field--sessionLimit .ui-select {
            width: 35%;
            padding-left: 14px
        }

        .sign-up--nlMitek .base-form__field--wrapped {
            position: relative;
            width: 100%
        }

        .sign-up--nlMitek .base-form__field--wrapped .notice-box {
            top: 6px;
            border-radius: 4px;
            width: max-content;
            max-width: 200px;
            right: 0;
            left: calc(6px + 100%);
            color: var(--regFinalizationNoticeColor)
        }

        .sign-up--nlMitek .base-form__field--wrapped .notice-box:after {
            border-top-color: var(--sportMenuBg);
            transform: rotate(90deg);
            left: -12px;
            top: 12px
        }

        .sign-up--nlMitek .base-form__field--wrapped .notice-box .notice-box__section--req {
            border-radius: 4px;
            bottom: 0;
            border-bottom: none
        }

        .sign-up--nlMitek .base-form__field--wrapped-full {
            width: 100%
        }

        .sign-up--nlMitek .base-form__field--wrapped-half {
            width: 50%
        }

        .base-form {
            position: relative;
            z-index: 2
        }

        .base-form .relative {
            position: relative
        }

        .base-form .notice-box--center {
            right: -20px
        }

        .base-form__set {
            display: flex;
            flex-wrap: wrap;
            padding: 0 130px
        }

        .base-form__set--dob .base-form__title {
            display: none
        }

        .base-form__set--dob .relative {
            width: 100%;
            margin: 0 7px
        }

        .base-form__set--dob .notice-box--center {
            top: calc(50% + 24px)
        }

        .base-form__set--dob .notice-box__position--top {
            bottom: 10px
        }

        .base-form__iban-field {
            padding: 20px;
            background: var(--registrationCompleteFieldsBg);
            border: 1px solid var(--registrationCompleteFieldsBorder);
            margin: 15px auto;
            display: flex;
            flex-wrap: wrap;
            max-width: 436px;
            border-radius: var(--registrationCompleteFieldsBorderRadius)
        }

        .base-form__field {
            width: 100%;
            padding: 0 7px;
            margin-bottom: 20px
        }

        .base-form__field--terms {
            margin-bottom: 8px
        }

        .base-form__field--country {
            position: relative
        }

        .base-form__field--dob-title {
            display: flex;
            align-items: center
        }

        .base-form__field--action {
            display: flex;
            justify-content: center;
            margin-bottom: 0
        }

        .base-form__field--action+.base-form__field--action {
            margin-top: 10px
        }

        .base-form__field--action .app-button {
            width: 100%
        }

        .base-form__field--submit .app-button {
            max-width: 261px
        }

        .base-form__field--button .app-button {
            width: 100%;
            height: 47px;
            line-height: 1;
            font-size: 12px;
            padding: 5px 10px;
            font-weight: 700
        }

        .base-form__field--terms .form__label {
            width: 100%
        }

        .base-form__field--half {
            width: 50%
        }

        .base-form__field--third {
            width: 33.3333%
        }

        .base-form__field--fourth {
            width: 25%
        }

        .base-form__field--mobile-full-width {
            width: 50%
        }

        @media(max-width: 420px) {
            .base-form__field--mobile-full-width {
                width:100%
            }
        }

        .base-form__field-text {
            width: 100%
        }

        .base-form__field-gender {
            width: 100%;
            padding: 0 7px;
            margin-bottom: 20px
        }

        .base-form__code-sent {
            display: flex;
            flex-wrap: wrap;
            margin: -5px -5px 20px 0;
            padding: 0 7px;
            width: 100%;
            justify-content: space-between
        }

        .base-form__code-sent--confirmation {
            margin: 5px 10px 0 0
        }

        .base-form__code-sent--timer {
            text-decoration: underline;
            font-weight: 700;
            margin: 5px 5px 0 0;
            color: #1a3769
        }

        .base-form__toggler {
            background: #f4f4f4;
            border: 1px solid #c3ccd9;
            padding: 15px 18px 20px;
            border-radius: 10px
        }

        .base-form__toggler-title {
            font-size: 16px;
            line-height: 1.25;
            font-weight: 400;
            text-align: center
        }

        .base-form__toggler-title--mb10 {
            margin-bottom: 10px
        }

        .base-form__mb15 {
            margin-bottom: 15px
        }

        .base-form__toggler-radio {
            display: flex;
            align-items: center;
            justify-content: center
        }

        .modal_view_modalView__RLy3Y {
            position: fixed;
            left: 0;
            background: rgba(0,0,0,.3);
            height: 100vh;
            width: 100%;
            z-index: 22;
            top: 0;
            display: flex;
            align-items: center;
            border-radius: 3px;
            overflow: hidden
        }

        .modal_view_modalViewContainer__Oahq1 {
            display: table;
            width: 100%;
            vertical-align: middle;
            height: 100%
        }

        .modal_view_modalViewContainerCell__Og9Y3 {
            display: table-cell;
            vertical-align: middle
        }

        .modal_view_modalViewFix__G7y0H {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
            left: 0;
            overflow: auto;
            height: 100%;
            max-height: 100vh;
            min-height: auto;
            padding-top: 30px
        }

        .modal_view_modalViewWrapper__29ubB {
            width: 100%;
            max-width: 727px;
            margin: 0 auto;
            box-shadow: 0 0 5px rgba(0,0,0,.3);
            border-radius: 3px;
            background: #fff;
            position: relative
        }

        .modal_view_modalViewWrapper__29ubB.modal_view_small__F8A1o {
            max-width: 320px
        }

        .modal_view_modalViewWrapper__29ubB.modal_view_cGray__6eV87 {
            background: #e5e8ed
        }

        .modal_view_modalViewClose__lVDoV {
            position: absolute;
            right: -20px;
            top: -20px;
            color: #fff;
            font-size: 18px;
            cursor: pointer;
            transition: transform .15s ease,opacity .15s ease
        }

        .modal_view_modalViewClose__lVDoV:hover {
            transform: scale(0.8);
            opacity: .5
        }

        .modal_view_modalView__RLy3Y.modal_view_local__fCFMx {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            height: auto
        }

        .modal_view_modalView__RLy3Y.modal_view_local__fCFMx .modal_view_modalViewFix__G7y0H {
            min-height: auto
        }

        .modal_view_modalView__RLy3Y.modal_view_local__fCFMx .modal_view_modalViewContainerCell__Og9Y3 {
            padding-top: 30px;
            vertical-align: top
        }

        .modal_view_modalPortal__ZDiz4 {
            background: #fff;
            box-shadow: 0 0 5px rgba(0,0,0,.3);
            border-radius: 3px
        }

        .modal_view_oneStepModal__Q5tm2 {
            width: fit-content
        }

        .light {
            background: var(--cashierModalBackgroundMainLight)
        }

        .light [class=cw-container__title],.light [class=cw-payments__title] {
            color: var(--formTitleColor)
        }

        .light [class^="cw-tabs__tab cw-tabs__tab--selected"]>[class=cw-tabs__tab-inner] {
            background: var(--cashierModalSelectedTabsBackgroundLight)
        }

        .light [class^="cw-tabs__tab cw-tabs__tab--selected"]>[class=cw-tabs__tab-inner]:hover {
            background: var(--cashierModalSelectedTabsBackgroundHoverLight)
        }

        .light [class=cw-tabs__tab]>[class=cw-tabs__tab-inner] {
            background: var(--cashierNotActiveTabBackgroundLight);
            color: var(--cashierNotActiveTabColorLight)
        }

        .light [class=cw-tabs__tab]>[class=cw-tabs__tab-inner]:hover {
            background: var(--cashierActiveTabBackgroundLightHover)
        }

        .light .cw-bonuses {
            background: var(--cashierModalBonusContainerBgLight);
            border-bottom: var(--cashierNotActiveTabBackground)
        }

        .light .cw-bonuses input[class=cw-bonuses__code-input] {
            background: var(--cashierBonusInputBackgroundLight);
            border: 1px solid var(--cashierModalBackgroundMainLight)
        }

        .light .cw-bonuses [class^=swipe-checkbox-module_label],.light .cw-bonuses [class=cw-bonuses__not-found],.light .cw-bonuses [class="cw-bonuses__title cw-bonuses__title--list"],.light .cw-bonuses [class=cw-bonuses__item-text-title],.light .cw-bonuses [class^=cashier-withdrawal-header-module_title],.light .cw-bonuses [class=cw-bonuses__title] {
            color: var(--cashierBonusLabelColorLight)
        }

        .light .cw-bonuses [class="cw-payments__groups-item cw-payments__groups-item--selected"] {
            background: var(--cashierPaymentMethodGroupItemBgHover)
        }

        .light .cw-bonuses [class=cw-bonuses__item] {
            background: var(--cashierBonusItemBgLight);
            border: none
        }

        .light .cw-bonuses [class^=horizontal-menu__arrow-wrapper] {
            color: var(--cashierPaymentMethodGroupItemLight)
        }

        .light .cw-bonuses [class^=cashier-withdrawal-header-module_counter] {
            color: var(--white)
        }

        .light .cw-bonuses [class^=cashier-withdrawal-item-module_item] {
            background-color: var(--cashierActiveWithdrawalItemBgLight, var(--cashierModalBackgroundMainLight))
        }

        .light .cw-bonuses .withdrawal-cancel-button {
            line-height: 16px;
            background-color: var(--cashierModalSelectedTabsBackgroundLight)
        }

        .light .cw-bonuses .withdrawal-cancel-button:hover {
            background-color: var(--cashierModalSelectedTabsBackgroundHoverLight)
        }

        .light .cw-bonuses [class^=cashier-withdrawal-item-module_amount] {
            color: var(--cashierBonusLabelColorLight)
        }

        .light .cw-bonuses [class^=cashier-withdrawal-item-module_date] {
            color: var(--cashierCloseButtonColor)
        }

        .light .cw-bonuses [class=cw-bonuses__code-input] {
            color: var(--cashierNotActiveTabBackground)
        }

        .light .cw-bonuses--selected [class^="cw-bonuses__item cw-bonuses__item--selected"] {
            background-color: var(--cashierBonusItemBgLight);
            border: none
        }

        .light .cw-bonuses--selected [class^="cw-bonuses__item cw-bonuses__item--selected"] button {
            color: var(--cashierPaymentMethodGroupItemLight)
        }

        .light .cw-payments [class^=cashier-payment-method-item-accordion-module_accordion] {
            background: var(--cashierPaymentMethodAcardionContainerLight)
        }

        .light .cw-payments [class^=cashier-payment-method-item-accordion-module_accordion] .cw-payments__method {
            background-color: var(--cashierPaymentMethodBgAlterateLight)
        }

        .light .cw-payments [class^=cashier-payment-method-item-accordion-module_label],.light .cw-payments [class=cw-payments__title] {
            color: var(--cashierBonusLabelColorLight)
        }

        .light .cw-payments [class=cw-payments__groups-item] {
            background-color: var(--cashierPaymentMethodGroupItemBgLight);
            color: var(--cashierPaymentMethodGroupItemLight)
        }

        .light .cw-payments [class=cw-payments__method-name] {
            color: var(--cashierNotActiveTabBackground)
        }

        .light .cw-payments [class=cw-payments__method] {
            background-color: var(--cashierPaymentMethodBgLight)
        }

        .light .cw-container [class^=one-step-form-module_title] {
            font-size: 24px;
            line-height: 32px;
            color: var(--cashierPersonalDetailsTextLight)
        }

        .light .cw-container [class^=one-step-form-module_subtitle] {
            color: var(--cashierPersonalDetailsTextLight)
        }

        .light .cw-container [class^=one-step__field-text] {
            color: var(--cashierPersonalDetailsTextLight)
        }

        .light .cw-container .app-button--default {
            background-color: var(--cashierModalSelectedTabsBackgroundLight)
        }

        .light .cw-container .app-button--default:hover {
            background-color: var(--cashierModalSelectedTabsBackgroundHoverLight)
        }

        .light .cw-container .app-button--default:disabled {
            background-color: var(--cashierModalSelectedTabsBackgroundDisabledLight)
        }

        .customer-deposit__button {
            position: relative;
            margin-top: 15px;
            display: flex;
            justify-content: center
        }

        .customer-deposit__button--proceed {
            margin-top: -30px;
            margin-bottom: 30px
        }

        .customer-deposit__button--proceed a {
            text-decoration: none
        }

        .customer-deposit__error {
            width: 100%;
            text-align: center;
            font-size: 16px;
            color: #3e4049;
            font-weight: 700;
            position: absolute
        }

        .customer-deposit__error a {
            color: #e96e32;
            text-decoration: none;
            transition: #e96e32 .15s ease
        }

        .customer-deposit__error a:hover {
            color: #3e4049
        }

        .customer-cashier__email-error {
            color: #3e4049;
            font-size: 14px;
            text-transform: uppercase;
            text-align: center;
            line-height: 16px;
            font-weight: 500;
            margin: 25px
        }

        .cashier-welcome-bonus__switch {
            padding: 20px
        }

        .registration-success-modal {
            background: var(--white);
            width: 727px;
            border-radius: 3px
        }

        .withdrawal-cancel-button {
            background-color: var(--cashierModalSelectedTabsBackground);
            line-height: 20px
        }

        .withdrawal-cancel-button:hover {
            background-color: var(--cashierModalSelectedTabsBackgroundHover)
        }

        .withdrawal-cancel-button.app-button--disabled {
            background-color: var(--buttonDisabled)
        }

        .cw-bonuses .hide-overflow {
            margin-top: 0
        }

        .cw-container [class^=one-step-form-module_container] [class=radio-button] {
            padding: 0 !important
        }

        .cw-container [class^=one-step-form-module_container] [class=radio-button__text] {
            color: var(--cashierPaymentMethodGroupItemLight)
        }

        .cw-container [class^=one-step-form-module_container] [class=radio-button__content] {
            background: var(--cashierModalBonusContainerBgLight)
        }

        .cw-container [class^=one-step__field-text] {
            color: var(--cashierPersonalDetailsText)
        }

        .one-step-registration_registrationCustomHint__sM2G2 {
            font-size: 12px;
            color: var(--oneStepPromotionTextColor)
        }

        .one-step-registration_registrationCustomHint__sM2G2 a {
            color: var(--oneStepRegTermsLink);
            text-decoration: underline
        }

        .one-step-registration_registrationCustomHint__sM2G2 a:hover {
            text-decoration: none;
            color: var(--redisignVioletHover)
        }

        .one-step-registration_registrationCustomHint__sM2G2 a:hover::after {
            display: none
        }

        .one-step-registration_registrationCustomFieldHint__4udcE {
            width: auto;
            font-size: 12px;
            color: var(--oneStepPromotionTextColor)
        }

        .one-step-registration_appCheckbox__ywzE- {
            font-size: 12px
        }

        .one-step-registration_additionalFakeInput__13L0H {
            width: 16px !important;
            height: 16px !important
        }

        .one-step-registration_additionalFakeInput__13L0H::before {
            border-radius: 3px !important;
            border: none !important;
            background-color: var(--oneStepPromotionCheckBGCustom)
        }

        .one-step-registration_additionalFakeInput__13L0H::after {
            border-color: var(--oneStepPromotionCheckColor) !important;
            left: 3px !important;
            top: -4px !important;
            height: 10px !important;
            width: 6px !important
        }

        .one-step-registration_oneStepTerms__QeP62 {
            font-size: 12px;
            color: var(--oneStepPromotionTextColor)
        }

        .one-step-registration_oneStepTerms__QeP62 a {
            color: var(--oneStepRegTermsLink);
            text-decoration: underline
        }

        .one-step-registration_oneStepTerms__QeP62 a:hover {
            text-decoration: none;
            color: var(--redisignVioletHover)
        }

        .one-step-registration_oneStepTerms__QeP62 a:hover::after {
            display: none
        }

        .one-step-registration_checkboxContent__4HUs8 {
            color: var(--oneStepPromotionTextColor)
        }

        .one-step-registration_oneStepWrap__ep19Y [class*=one-step-registration-form] {
            max-width: 330px
        }

        .one-step-registration_footerText__vkHbe {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.3;
            color: var(--oneStepPromotionTextColor)
        }

        .one-step-registration_footerTextActive__19GyP {
            color: var(--accentSecondary);
            font-weight: 700;
            cursor: pointer;
            transition: opacity .3s ease
        }

        .one-step-registration_footerTextActive__19GyP:hover {
            opacity: .7
        }

        .cashier-modal-ui .material-ui-inputs_radioButtonWrapper__9MbEX {
            width: 50%;
            padding: 0px !important
        }

        .cashier-modal-ui .material-ui-inputs_cwInfo__B5i9m {
            background: var(--cashierNotificationBackgroundCustom);
            color: var(--cashierNotificationColorCustom)
        }

        .base-form__field--action>.hide-overflow {
            border-radius: var(--materialBorderRadius)
        }

        div.material-ui-inputs_container__vxi2B {
            background-color: var(--oneStepBonusRegContainerCustom);
            border-radius: var(--oneStepBonusRegContainerBorderRadiusMaterial) 0 0 var(--oneStepBonusRegContainerBorderRadiusMaterial)
        }

        div.material-ui-inputs_containerOntario__07SDk {
            background-color: var(--oneStepBonusRegContainerCustom);
            border-radius: var(--oneStepBonusRegContainerBorderRadiusMaterialOntario) 0 0 var(--oneStepBonusRegContainerBorderRadiusMaterialOntario)
        }

        input.material-ui-inputs_actualInput__TACe1 {
            border: var(--materialBorder);
            border-radius: var(--materialBorderRadius);
            height: var(--materialInputHeight);
            font-size: var(--materialInputFontSize);
            color: var(--materialTextColor);
            background: var(--materialInputBgColor)
        }

        input.material-ui-inputs_actualInput__TACe1:not(:placeholder-shown):has(~.material-ui-inputs_floatingLabel__3\+sXi),input.material-ui-inputs_actualInput__TACe1:focus:has(~.material-ui-inputs_floatingLabel__3\+sXi) {
            padding-top: 14px;
            font-weight: 700
        }

        input.material-ui-inputs_actualInput__TACe1:not(:placeholder-shown)~.material-ui-inputs_floatingLabel__3\+sXi,input.material-ui-inputs_actualInput__TACe1:focus~.material-ui-inputs_floatingLabel__3\+sXi {
            display: block;
            opacity: 1;
            top: 7px;
            left: 23px;
            font-size: var(--materialInputLabelSize);
            color: var(--materialLabelColor)
        }

        input.material-ui-inputs_actualInput__TACe1:not(:placeholder-shown)~.material-ui-inputs_formInputIcon__8qlR0:has(~.material-ui-inputs_floatingLabel__3\+sXi),input.material-ui-inputs_actualInput__TACe1:focus~.material-ui-inputs_formInputIcon__8qlR0:has(~.material-ui-inputs_floatingLabel__3\+sXi) {
            padding-top: 14px
        }

        input.material-ui-inputs_bonusesCodeInput__XON6f {
            border: var(--materialBorder);
            border-radius: var(--materialBorderRadius);
            height: var(--materialInputHeight);
            font-size: var(--materialInputFontSize);
            color: var(--materialTextColor);
            background: var(--materialInputBgColor)
        }

        div.material-ui-inputs_outer__wwV6l {
            display: flex;
            align-items: center;
            border: var(--materialBorder);
            border-radius: var(--materialBorderRadius);
            height: var(--materialInputHeight);
            color: var(--materialTextColor);
            font-size: var(--materialInputFontSize)
        }

        div.material-ui-inputs_outer__wwV6l~.material-ui-inputs_inner__6K3jm.material-ui-inputs_size300__pmMnb {
            width: 300px
        }

        div.material-ui-inputs_outer__wwV6l~.material-ui-inputs_inner__6K3jm.material-ui-inputs_positionRight__CgEL6 {
            left: auto;
            right: 0
        }

        div.material-ui-inputs_outer__wwV6l~.material-ui-inputs_search__Z\+tix .material-ui-inputs_searchInput__7vAeK:has(~.material-ui-inputs_floatingLabel__3\+sXi) {
            padding-top: 14px
        }

        div.material-ui-inputs_outer__wwV6l~.material-ui-inputs_search__Z\+tix .material-ui-inputs_searchInput__7vAeK::placeholder {
            opacity: 0
        }

        div.material-ui-inputs_outer__wwV6l~.material-ui-inputs_search__Z\+tix .material-ui-inputs_floatingLabel__3\+sXi {
            display: block;
            opacity: 1;
            top: 7px;
            left: 21px;
            font-size: var(--materialInputLabelSize);
            color: var(--materialLabelColor)
        }

        div.material-ui-inputs_outer__wwV6l div.material-ui-inputs_textLabelWrapper__342Mv {
            pointer-events: none
        }

        div.material-ui-inputs_outer__wwV6l div.material-ui-inputs_textLabelWrapper__342Mv .material-ui-inputs_floatingLabel__3\+sXi {
            display: block;
            opacity: 1;
            top: -10px;
            font-size: var(--materialInputLabelSize);
            color: var(--materialLabelColor);
            font-weight: 400
        }

        div.material-ui-inputs_outer__wwV6l div.material-ui-inputs_textLabelWrapper__342Mv:has(.material-ui-inputs_floatingLabel__3\+sXi) .material-ui-inputs_listItemText__AmmH8 {
            padding-top: 14px;
            font-weight: 700
        }

        div.material-ui-inputs_customOuterArrow__xkiQd {
            font-size: 12px
        }

        div.material-ui-inputs_customOuterArrow__xkiQd svg {
            transform: rotate(0deg) !important;
            transition: none !important
        }

        div.material-ui-inputs_flag__7BipW {
            pointer-events: none;
            overflow: hidden;
            width: 20px;
            height: 14px
        }

        div.material-ui-inputs_outerIcon__GJ0eT~.material-ui-inputs_floatingLabel__3\+sXi.material-ui-inputs_floatingLabelActive__V4v84 {
            left: 21px
        }

        span.material-ui-inputs_floatingLabel__3\+sXi.material-ui-inputs_floatingLabelActive__V4v84 {
            display: block;
            opacity: 1;
            top: 7px;
            left: 20px;
            font-size: var(--materialInputLabelSize);
            color: var(--materialLabelColor);
            font-weight: 400;
            line-height: 1
        }

        span.material-ui-inputs_floatingLabel__3\+sXi.material-ui-inputs_floatingLabelActive__V4v84~.material-ui-inputs_outerText__AvjFc {
            padding-top: 14px;
            color: var(--materialTextColor);
            font-weight: 700
        }

        label.material-ui-inputs_radioButtonWrapper__9MbEX {
            padding: 16px !important;
            border-radius: var(--materialBorderRadius);
            background: var(--materialRadioBackgroundColor)
        }

        label.material-ui-inputs_radioButtonWrapper__9MbEX .material-ui-inputs_radioButtonInput__QaFXr:checked~.material-ui-inputs_radioButtonContent__IpmuE .material-ui-inputs_radioButton__7pIdD {
            border: 2px solid var(--accentSecondary)
        }

        label.material-ui-inputs_radioButtonWrapper__9MbEX .material-ui-inputs_radioButtonContent__IpmuE {
            background: rgba(0,0,0,0)
        }

        label.material-ui-inputs_radioButtonWrapper__9MbEX .material-ui-inputs_radioButton__7pIdD {
            width: 16px;
            height: 16px
        }

        label.material-ui-inputs_radioButtonWrapper__9MbEX .material-ui-inputs_radioButtonText__1h8Nq {
            top: 0;
            color: var(--materialRadioTextColor)
        }

        button.material-ui-inputs_appButton__y7ILP {
            border-radius: var(--materialBorderRadius);
            height: var(--materialInputHeight);
            font-size: var(--materailButtonFontSize);
            background: var(--materialButtonColor)
        }

        button.material-ui-inputs_appButton__y7ILP:hover {
            background: var(--materialButtonColorHover)
        }

        button.material-ui-inputs_appButton__y7ILP.material-ui-inputs_disabled__CVJDN {
            background: var(--buttonDisabled)
        }

        div.material-ui-inputs_promoButton__ke3eH {
            font-weight: 400
        }

        div.material-ui-inputs_uiModalPortalCloseButton__kruHN {
            right: 15px;
            top: 15px;
            color: var(--modalPortalCloseButton)
        }

        button.material-ui-inputs_uiModalPortalCloseButtonMaterial__UE9HX,div.material-ui-inputs_uiModalPortalCloseButtonMaterial__UE9HX {
            right: 12px;
            top: 12px;
            font-size: 16px;
            color: var(--modalPortalCloseButtonMaterial);
            width: auto;
            height: auto
        }

        div.material-ui-inputs_uiModalWrapperMaterial__wmHBk {
            padding: 40px 32px 32px 32px
        }

        div.material-ui-inputs_uiModalViewWrapperMaterial__8-zOA {
            border-radius: var(--oneStepBonusRegContainerBorderRadiusMaterial)
        }

        div.material-ui-inputs_uiNotificationModalImage__uxHbA {
            width: 48px;
            height: 48px;
            font-size: 16px
        }

        button.material-ui-inputs_uiNotificationModalButton__\+Jz2n {
            background: var(--accentSecondary) !important;
            border-radius: 8px !important;
            padding: 12px 16px;
            min-height: 48px !important
        }

        button.material-ui-inputs_uiNotificationModalButton__\+Jz2n:hover {
            background: var(--secondaryButtonHover) !important
        }

        .material-ui-inputs_checked__KiwxL+.material-ui-inputs_additionalFakeInput__USFLF::before {
            background: var(--oneStepPromotionCheckBGCustom) !important;
            border: 1px solid var(--oneStepPromotionCheckBGCustom) !important
        }

        .section-header_sectionHeader__BTiMA {
            position: relative;
            border-radius: 3px;
            overflow: hidden
        }

        .section-header_sectionHeaderWrap__I2JqV {
            display: block;
            width: 100%;
            height: 140px;
            background-color: #fff
        }

        .section-header_sectionHeaderWrapSimple__8GcNI {
            height: 28px
        }

        .section-header_sectionHeaderPoster__bUiKN {
            position: absolute;
            right: 0;
            height: inherit
        }

        .section-header_sectionHeaderTitleWrap__fT7QR {
            top: 30px;
            position: absolute;
            left: 20px;
            bottom: 0;
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            font-size: 26px;
            max-width: calc(100% - 20px - 350px);
            font-weight: 700;
            text-transform: uppercase;
            color: #3c3f44
        }

        .section-header_sectionHeaderBreadcrumbs__Gwp6m {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1
        }

        .section-header_sectionHeaderImage__IxqS1 {
            position: absolute;
            right: 0;
            height: inherit;
            width: 330px
        }

        .section-header_sectionHeaderImageBg__ij\+Zb {
            background: url(breadcrumb-default-bg.f0197db097b35d02.png) no-repeat;
            width: 600px;
            height: inherit;
            position: absolute;
            right: 0
        }

        .page-layout_newForecastLayout__Z6oy2 {
            margin-left: 5px;
            margin-bottom: 15px;
            max-width: calc(100% - 18vw - 20px);
            padding: 0
        }

        .page-layout_newForecastsWrapper__O-G3\+ {
            background: var(--newForecastsPageWrapperBg)
        }

        .cabinet-table {
            width: 100%;
            position: relative
        }

        .cabinet-table tbody tr {
            transition: background-color .15s ease;
            border-bottom: 1px solid #e5e5e5
        }

        .cabinet-table tbody tr:hover:not(.inner):not(.active) {
            background: rgba(232,236,241,.7)
        }

        .cabinet-table__wrapper {
            border-radius: 0 0 3px 3px
        }

        .cabinet-table__wrapper--betting-history {
            overflow-y: hidden;
            overflow-x: auto
        }

        .cabinet-table__wrapper--betting-history table {
            min-width: 1350px
        }

        .cabinet-table__wrapper--betting-history tbody tr {
            transition: background-color .15s ease
        }

        .cabinet-table__wrapper--betting-history tbody tr:nth-child(1n+2) {
            border-top: 1px solid #e5e5e5
        }

        .cabinet-table__wrapper--betting-history tbody tr:hover {
            background: #e5e5e5
        }

        .cabinet-table__wrapper--ke table {
            min-width: 1400px
        }

        .cabinet-table__heading {
            background: #edf1f3
        }

        .cabinet-table__show-active thead,.cabinet-table__show-active tr,.cabinet-table__show-active th:first-of-type {
            padding-left: 25px
        }

        .cabinet-table__show-active tbody tr {
            border-left: 3px solid rgba(0,0,0,0);
            cursor: pointer
        }

        .cabinet-table__show-active tbody tr.active {
            background: #e5e5e5;
            border-left-color: #e96e32
        }

        .cabinet-table__show-active tbody tr.inner {
            background: rgba(232,236,241,.4);
            cursor: default
        }

        .cabinet-table__show-active tbody tr.inner td {
            font-size: 12px;
            padding: 20px 10px;
            vertical-align: top;
            color: #798597
        }

        .cabinet-table__show-active tbody tr.inner td:nth-child(1) {
            padding-left: 50px
        }

        .cabinet-table__show-active tbody tr.inner td:nth-last-child(1) {
            padding-right: 20px
        }

        .cabinet-table__bet {
            display: flex;
            width: 100%;
            position: relative;
            justify-content: space-between
        }

        .cabinet-table__bet:nth-child(1n+2) {
            margin-top: 18px
        }

        .cabinet-table__bet-item {
            display: flex;
            align-items: flex-start;
            flex-wrap: wrap;
            flex-direction: column
        }

        .cabinet-table__bet-item .event-status__live {
            position: absolute;
            left: -33px;
            top: 22px
        }

        .cabinet-table__bet-item span {
            display: block
        }

        .cabinet-table__bet-item span+span {
            padding-top: 5px
        }

        .cabinet-table__bet-item--w_150 {
            flex: 0 0 150px
        }

        .cabinet-table__bet-item--w_100 {
            flex: 0 0 100px
        }

        .cabinet-table__bet-item--no-one-line {
            white-space: normal
        }

        .cabinet-table__game-icon {
            display: block;
            left: -30px;
            position: absolute;
            top: -1px;
            width: 18px
        }

        .cabinet-table__league-icon {
            position: absolute;
            top: -1px
        }

        .cabinet-table__heading {
            width: 100%;
            background: #edf1f3
        }

        .cabinet-table__th {
            color: #868c96;
            font-size: 10px;
            font-weight: 500;
            text-transform: uppercase;
            text-align: -30px;
            min-height: 30px;
            padding: 9px 10px 8px 10px
        }

        .cabinet-table__th:nth-child(1) {
            padding-left: 20px
        }

        .cabinet-table__th:nth-last-child(1) {
            padding-right: 20px
        }

        .cabinet-table__th--w_250 {
            width: 250px;
            box-sizing: content-box
        }

        .cabinet-table__th--w_150 {
            width: 150px;
            box-sizing: content-box
        }

        .cabinet-table__th--w_100 {
            width: 100px;
            box-sizing: content-box
        }

        .cabinet-table__th--bet {
            padding-left: 35px
        }

        .cabinet-table__td {
            color: #3e4049;
            font-size: 12px;
            font-weight: 500;
            padding: 20px 10px;
            vertical-align: top
        }

        .cabinet-table__td:nth-child(1) {
            padding-left: 20px
        }

        .cabinet-table__td:nth-last-child(1) {
            padding-right: 20px
        }

        .cabinet-table__td--bet {
            padding-left: 35px
        }

        .cabinet-table__td--mid {
            vertical-align: middle
        }

        .cabinet-table__td--finished .date-formatter-time {
            font-weight: 400
        }

        .cabinet-table__time {
            color: #868c96;
            text-transform: uppercase
        }

        .cabinet-table__winning {
            color: #e96e32
        }

        .cabinet-table__total-wining {
            color: #0fa810
        }

        .cabinet-table__net-position--positive {
            color: #0fa810
        }

        .cabinet-table__net-position--negative {
            color: #f04c44
        }

        .cabinet-table__net-position--neutral {
            color: #e96e32
        }

        .cabinet-table__type-wrapper {
            display: flex;
            align-items: center
        }

        .cabinet-table__type-wrapper--icon .svg-icon {
            margin-right: 8px;
            font-size: 20px
        }

        .cabinet-table__type-wrapper--title {
            text-transform: uppercase;
            font-weight: 700
        }

        .cabinet-table__status {
            color: #3e4049;
            font-size: 11px;
            font-weight: 700;
            line-height: 19px;
            display: inline-flex;
            border-radius: 8px;
            height: 18px;
            padding: 0 12px;
            text-transform: uppercase;
            text-align: center;
            align-items: center;
            white-space: nowrap;
            justify-content: center
        }

        .cabinet-table__status--pending {
            color: #fff;
            background: var(--tableStatusPending)
        }

        .cabinet-table__status--lose {
            color: #fff;
            background: var(--tableStatusLose)
        }

        .cabinet-table__status--win {
            color: #fff;
            background: var(--tableStatusSuccess)
        }

        .cabinet-table__status--returned {
            color: #fff;
            background: var(--tableStatusReturned)
        }

        .cabinet-table__status--activated {
            color: #fff;
            background: var(--tableStatusActivated)
        }

        .cabinet-table__status--min_width {
            width: 100px;
            flex: 0 0 100px
        }

        .cabinet-table__free-container {
            position: relative;
            display: flex;
            flex-direction: column
        }

        .cabinet-table__free-container--rfb {
            flex-direction: row
        }

        .cabinet-table__bet-arrow--rfb {
            position: relative;
            top: -1px;
            color: #43b65c;
            margin-right: 6px;
            font-size: 16px;
            display: inline
        }

        .cabinet-table__date {
            display: flex;
            flex-direction: column;
            font-size: 14px;
            font-weight: 400
        }

        .cabinet-table__date .date-formatter-date {
            font-weight: 700
        }

        .cabinet-table__date .date-formatter-time br {
            display: none
        }

        .cabinet-table__date .data-formatter-timeZone {
            margin: 4px 0
        }

        .cabinet-table__cashout {
            border-radius: 26px;
            overflow: hidden;
            margin-top: -5px
        }

        .cabinet-table__cashout .app-button {
            width: calc(100% - 32px)
        }

        .cabinet-table__share-button {
            margin-top: -5px
        }

        .cabinet-table__share-button {
            margin-top: -5px
        }
        .page-casino {
            position: relative;
            padding-top: 69px
        }

        .page-casino__banner-image {
            -webkit-user-select: none;
            user-select: none
        }

        .page-casino__header {
            height: 460px;
            background-color: #000;
            display: flex;
            position: relative;
            overflow: hidden
        }

        .page-casino__header-image {
            position: absolute;
            bottom: 0;
            height: 408px;
            left: 30%
        }

        .page-casino__wrapper {
            position: relative;
            height: 100%;
            max-width: 1460px;
            margin: 0 auto
        }

        .page-casino__header-banner {
            position: absolute;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            -webkit-user-select: none;
            user-select: none;
            left: 0;
            top: 0
        }

        .casino-games-wrap {
            margin: 20px 0
        }

        .casino-game-section+.casino-game-section {
            margin-top: 15px
        }

        .casino-menu-section {
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
            min-height: 58px;
            max-width: 1460px;
            margin: 0 auto 20px
        }

        @media screen and (max-width: 1000px) {
            .casino-menu-section {
                display:block
            }
        }

        .casino-menu-section--inner {
            justify-content: flex-end
        }

        .casino-content {
            position: relative;
            z-index: 3;
            background: url("/assets/banners/casino-bg.png") center no-repeat fixed #e5e8ed;
            padding-bottom: 1px
        }

        .casino-total {
            position: absolute;
            width: 310px;
            box-shadow: 0 3px 5px rgba(0,0,0,.21);
            border-radius: 15px;
            overflow: hidden;
            background-color: rgba(230,240,241,.7);
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            animation: .5s lastWinnersBlock;
            max-height: 420px;
            display: flex;
            flex-direction: column;
            justify-content: flex-end
        }

        .casino-total__line {
            position: relative;
            display: flex;
            padding: 17px 15px;
            height: 80px
        }

        .casino-total__line+.casino-total__line {
            transition: border-color .8s ease;
            border-top: 1px solid rgba(0,0,0,0)
        }

        .casino-total__line--animate+.casino-total__line--animate {
            border-color: #edf1f3
        }

        .casino-total__line--animate .casino-total__image,.casino-total__line--animate .casino-total__name-and-won,.casino-total__line--animate .casino-total__won-on-game {
            transform: translateX(0)
        }

        .casino-total__image {
            width: 45px;
            flex: 0 0 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 45px;
            margin-right: 20px;
            position: relative;
            z-index: 2;
            transform: translateX(calc(-100% - 40px));
            transition: transform .5s ease;
            will-change: transform
        }

        .casino-total__image>img {
            max-height: 100%;
            max-width: 100%
        }

        .casino-total__text {
            color: #3e4049;
            font-size: 14px;
            font-weight: 400;
            line-height: 24px
        }

        .casino-total__text strong {
            font-weight: 700
        }

        .casino-total__text span {
            font-weight: 500;
            position: relative;
            display: inline-block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: 110px
        }

        .casino-total__text span:after {
            content: "";
            display: block;
            height: 1px;
            background: #3e4049;
            position: absolute;
            width: 100%;
            transform: scaleX(0.7);
            opacity: 0;
            bottom: -1px;
            transition: transform .15s ease,opacity .15s ease;
            opacity: 1;
            transform: scale(1);
            bottom: 1px
        }

        .casino-total__text a,.casino-total__text .casino-total__won-on-game--authorize {
            color: #e96e32;
            position: relative;
            cursor: pointer;
            text-decoration: none;
            max-width: 200px;
            overflow: hidden;
            text-overflow: ellipsis
        }

        .casino-total__text a:hover:after,.casino-total__text .casino-total__won-on-game--authorize:hover:after {
            opacity: 1;
            transform: scale(1)
        }

        .casino-total__text a:after,.casino-total__text .casino-total__won-on-game--authorize:after {
            content: "";
            display: block;
            height: 1px;
            background: #e96e32;
            position: absolute;
            width: 100%;
            transform: scaleX(0.7);
            opacity: 0;
            bottom: -1px;
            transition: transform .15s ease,opacity .15s ease;
            bottom: 1px
        }

        .casino-total__name-and-won {
            display: flex;
            transform: translateX(calc(-100% - 95px));
            transition: transform .35s ease-out;
            will-change: transform
        }

        .casino-total__won-on-game {
            display: flex;
            white-space: nowrap;
            max-width: 260px;
            position: relative;
            top: -8px;
            transform: translateX(calc(-100% - 95px));
            transition: transform .5s ease-out;
            will-change: transform
        }

        .casino-total__footer {
            background-color: rgba(13,30,52,.67);
            padding: 18px 15px 15px 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column
        }

        .casino-total__footer span {
            font-size: 15px;
            font-weight: 500;
            color: #fff
        }

        .casino-total__footer strong {
            font-weight: 500;
            font-size: 35px;
            color: #e1ff14;
            display: inline-block;
            margin-top: 7px
        }

        .casino-total__recent-winners {
            border: 6px solid #fec019;
            border-radius: 10px;
            background-color: rgba(39,1,1,.7)
        }

        @keyframes lastWinnersBlock {
            0% {
                opacity: 0
            }

            100% {
                opacity: 1
            }
        }

        .recent-winners__header {
            display: flex;
            justify-content: space-between;
            padding: 18px 26px 0
        }

        .recent-winners__header-dot {
            display: inline-block;
            width: 13px;
            height: 13px;
            border-radius: 100%;
            background: #fec019
        }

        .recent-winners__header-text {
            margin-top: 10px;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            color: #fff
        }

        .recent-winners__list {
            margin: 27px 0 25px;
            padding: 0
        }

        .recent-winners__winner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 3px;
            padding: 7px 19px;
            background: rgba(29,1,0,.7)
        }

        .recent-winners__winner-portrait {
            width: 38px;
            height: 38px;
            border-radius: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            background-color: #fff
        }

        .recent-winners__winner-info {
            font-size: 12px;
            font-weight: 400;
            margin-left: 10px;
            color: #fff;
            text-decoration: none
        }

        .recent-winners__winner-info .text-light {
            margin-top: 8px;
            font-weight: 300
        }

        .recent-winners__winner-amount {
            font-size: 14px;
            text-transform: uppercase;
            color: #fff;
            font-weight: 700
        }

        .recent-winners__left {
            display: flex;
            flex: 0 0 70%;
            max-width: 70%;
            align-items: flex-start
        }

        .casino-welcome {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            padding: 45px 28px 0;
            background-color: rgba(13,30,52,.67);
            max-width: 500px;
            width: 100%;
            z-index: 10;
            display: flex;
            align-items: center;
            justify-content: center
        }

        @media screen and (max-width: 1000px) {
            .casino-welcome {
                max-width:350px
            }
        }

        .casino-welcome__wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding-bottom: 22px
        }

        .casino-welcome__title {
            font-weight: 500;
            font-size: 18px;
            letter-spacing: .4px;
            color: #fff;
            text-transform: uppercase;
            margin-bottom: 30px
        }

        .casino-welcome__text {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            margin-bottom: 10px;
            font-size: 50px;
            font-weight: 600;
            line-height: 38px;
            color: #fff;
            text-transform: uppercase
        }

        .casino-welcome__text--reverse {
            display: inline-flex;
            flex-direction: row-reverse
        }

        .casino-welcome__text--part {
            padding-bottom: 20px
        }

        .casino-welcome__text--new {
            line-height: 1.2;
            text-transform: none
        }

        @media screen and (max-width: 1000px) {
            .casino-welcome__text {
                font-size:35px;
                line-height: 30px
            }
        }

        .casino-welcome__text--title {
            color: #e96e32;
            white-space: nowrap
        }

        .casino-welcome__text--amount {
            color: #e1ff14;
            white-space: nowrap
        }

        .casino-welcome__text--amount:first-child {
            margin-right: 15px
        }

        .casino-welcome__text--amount:last-child {
            margin-left: 15px
        }

        .casino-welcome__text--amount--new:first-child {
            margin-right: 5px
        }

        .casino-welcome__text--amount--new:last-child {
            margin-left: 5px
        }

        .casino-welcome__subtitle {
            margin-bottom: 0;
            font-weight: 700;
            font-size: 20px;
            text-transform: uppercase;
            color: #fff;
            letter-spacing: .2px
        }

        .casino-welcome__subtitle span {
            color: #e1ff14
        }

        .casino-welcome__login {
            font-size: 16px;
            color: #fff;
            font-weight: 500;
            position: relative;
            z-index: 5
        }

        .casino-welcome__login a {
            cursor: pointer;
            color: #e96e32;
            display: inline-block;
            position: relative
        }

        .casino-welcome__login a:hover:after {
            transform: scale(1);
            opacity: 1
        }

        .casino-welcome__login a:after {
            content: "";
            display: block;
            height: 1px;
            background: #e96e32;
            position: absolute;
            width: 100%;
            transform: scaleX(0.7);
            opacity: 0;
            bottom: -1px;
            transition: transform .15s ease,opacity .15s ease
        }

        .casino-welcome__divider {
            border: 1px solid rgba(255,255,255,.1);
            width: 100%;
            margin-top: 25px;
            margin-bottom: 25px
        }

        .casino-welcome__payment {
            display: flex;
            align-items: center;
            margin: 0;
            padding: 0;
            list-style-type: none
        }

        .casino-welcome__payment>li:not(:first-child) {
            margin-left: 20px
        }

        @media screen and (max-width: 1000px) {
            .casino-welcome__payment {
                display:block;
                margin-top: -20px
            }

            .casino-welcome__payment>li {
                margin-top: 20px;
                display: inline-block
            }
        }

        .casino-welcome__button {
            display: flex;
            justify-content: center;
            margin: 23px 0;
            position: relative;
            z-index: 5
        }

        .casino-welcome__payment-ecopayz {
            height: 25px
        }

        .casino-welcome__payment-skrill {
            height: 21px
        }

        .casino-live-welcome {
            max-width: 370px;
            padding-top: 25px
        }

        .casino-live-welcome__group {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 280px;
            height: 175px
        }

        .casino-live-welcome__group__star {
            position: absolute;
            top: 75px;
            background: url("/assets/casino-live/star.svg") center no-repeat;
            width: 19px;
            height: 19px
        }

        .casino-live-welcome__group__star--left {
            left: -9px
        }

        .casino-live-welcome__group__star--right {
            right: -8px
        }

        .casino-live-welcome__group__borders--top {
            position: absolute;
            top: 0;
            left: 0;
            border-top: 2px solid #fff;
            border-left: 2px solid #fff;
            border-right: 2px solid #fff;
            width: 100%;
            height: 36px
        }

        .casino-live-welcome__group__borders--bottom {
            position: absolute;
            bottom: 0;
            left: 0;
            border-left: 2px solid #fff;
            border-right: 2px solid #fff;
            border-bottom: 2px solid #fff;
            width: 100%;
            height: 36px
        }

        .casino-live-welcome__title {
            margin-bottom: 25px;
            font-weight: 500;
            font-size: 32px;
            letter-spacing: .5px;
            color: #fff;
            text-transform: uppercase
        }

        .casino-live-welcome__group-text {
            display: flex;
            align-items: center;
            flex-direction: column
        }

        .casino-live-welcome__group-text--list {
            margin: 0;
            padding: 0;
            list-style-type: none;
            font-size: 28px;
            font-weight: 700;
            line-height: 38px;
            color: #fec019;
            text-transform: lowercase
        }

        .casino-live-welcome__group-text--list>li:first-letter {
            text-transform: uppercase
        }

        .casino-live-welcome__group-text--list>span {
            font-size: 50px;
            font-weight: 400
        }

        .casino-live-welcome__button {
            font-style: normal
        }

        .casino-live-welcome__login {
            font-size: 15px;
            font-weight: 600;
            letter-spacing: .4px
        }

        .casino-live-welcome__login>a {
            color: #e96e32
        }

        .casino-live-welcome__login>a:after {
            content: "";
            display: block;
            height: 1px;
            background: #e96e32;
            position: absolute;
            width: 100%;
            transform: scaleX(0.7);
            opacity: 0;
            bottom: -1px;
            transition: transform .15s ease,opacity .15s ease
        }
        .page-casino {
            position: relative;
            padding-top: 69px
        }

        .page-casino__banner-image {
            -webkit-user-select: none;
            user-select: none
        }

        .page-casino__header {
            height: 460px;
            background-color: #000;
            display: flex;
            position: relative;
            overflow: hidden
        }

        .page-casino__header-image {
            position: absolute;
            bottom: 0;
            height: 408px;
            left: 30%
        }

        .page-casino__wrapper {
            position: relative;
            height: 100%;
            max-width: 1460px;
            margin: 0 auto
        }

        .page-casino__header-banner {
            position: absolute;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            -webkit-user-select: none;
            user-select: none;
            left: 0;
            top: 0
        }

        .casino-games-wrap {
            margin: 20px 0
        }

        .casino-game-section+.casino-game-section {
            margin-top: 15px
        }

        .casino-menu-section {
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
            min-height: 58px;
            max-width: 1460px;
            margin: 0 auto 20px
        }

        @media screen and (max-width: 1000px) {
            .casino-menu-section {
                display:block
            }
        }

        .casino-menu-section--inner {
            justify-content: flex-end
        }

        .casino-content {
            position: relative;
            z-index: 3;
            background: url("/assets/banners/casino-bg.png") center no-repeat fixed #e5e8ed;
            padding-bottom: 1px
        }

        .casino-total {
            position: absolute;
            width: 310px;
            box-shadow: 0 3px 5px rgba(0,0,0,.21);
            border-radius: 15px;
            overflow: hidden;
            background-color: rgba(230,240,241,.7);
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            animation: .5s lastWinnersBlock;
            max-height: 420px;
            display: flex;
            flex-direction: column;
            justify-content: flex-end
        }

        .casino-total__line {
            position: relative;
            display: flex;
            padding: 17px 15px;
            height: 80px
        }

        .casino-total__line+.casino-total__line {
            transition: border-color .8s ease;
            border-top: 1px solid rgba(0,0,0,0)
        }

        .casino-total__line--animate+.casino-total__line--animate {
            border-color: #edf1f3
        }

        .casino-total__line--animate .casino-total__image,.casino-total__line--animate .casino-total__name-and-won,.casino-total__line--animate .casino-total__won-on-game {
            transform: translateX(0)
        }

        .casino-total__image {
            width: 45px;
            flex: 0 0 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 45px;
            margin-right: 20px;
            position: relative;
            z-index: 2;
            transform: translateX(calc(-100% - 40px));
            transition: transform .5s ease;
            will-change: transform
        }

        .casino-total__image>img {
            max-height: 100%;
            max-width: 100%
        }

        .casino-total__text {
            color: #3e4049;
            font-size: 14px;
            font-weight: 400;
            line-height: 24px
        }

        .casino-total__text strong {
            font-weight: 700
        }

        .casino-total__text span {
            font-weight: 500;
            position: relative;
            display: inline-block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: 110px
        }

        .casino-total__text span:after {
            content: "";
            display: block;
            height: 1px;
            background: #3e4049;
            position: absolute;
            width: 100%;
            transform: scaleX(0.7);
            opacity: 0;
            bottom: -1px;
            transition: transform .15s ease,opacity .15s ease;
            opacity: 1;
            transform: scale(1);
            bottom: 1px
        }

        .casino-total__text a,.casino-total__text .casino-total__won-on-game--authorize {
            color: #e96e32;
            position: relative;
            cursor: pointer;
            text-decoration: none;
            max-width: 200px;
            overflow: hidden;
            text-overflow: ellipsis
        }

        .casino-total__text a:hover:after,.casino-total__text .casino-total__won-on-game--authorize:hover:after {
            opacity: 1;
            transform: scale(1)
        }

        .casino-total__text a:after,.casino-total__text .casino-total__won-on-game--authorize:after {
            content: "";
            display: block;
            height: 1px;
            background: #e96e32;
            position: absolute;
            width: 100%;
            transform: scaleX(0.7);
            opacity: 0;
            bottom: -1px;
            transition: transform .15s ease,opacity .15s ease;
            bottom: 1px
        }

        .casino-total__name-and-won {
            display: flex;
            transform: translateX(calc(-100% - 95px));
            transition: transform .35s ease-out;
            will-change: transform
        }

        .casino-total__won-on-game {
            display: flex;
            white-space: nowrap;
            max-width: 260px;
            position: relative;
            top: -8px;
            transform: translateX(calc(-100% - 95px));
            transition: transform .5s ease-out;
            will-change: transform
        }

        .casino-total__footer {
            background-color: rgba(13,30,52,.67);
            padding: 18px 15px 15px 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column
        }

        .casino-total__footer span {
            font-size: 15px;
            font-weight: 500;
            color: #fff
        }

        .casino-total__footer strong {
            font-weight: 500;
            font-size: 35px;
            color: #e1ff14;
            display: inline-block;
            margin-top: 7px
        }

        .casino-total__recent-winners {
            border: 6px solid #fec019;
            border-radius: 10px;
            background-color: rgba(39,1,1,.7)
        }

        @keyframes lastWinnersBlock {
            0% {
                opacity: 0
            }

            100% {
                opacity: 1
            }
        }

        .recent-winners__header {
            display: flex;
            justify-content: space-between;
            padding: 18px 26px 0
        }

        .recent-winners__header-dot {
            display: inline-block;
            width: 13px;
            height: 13px;
            border-radius: 100%;
            background: #fec019
        }

        .recent-winners__header-text {
            margin-top: 10px;
            font-size: 24px;
            font-weight: 700;
            text-transform: uppercase;
            color: #fff
        }

        .recent-winners__list {
            margin: 27px 0 25px;
            padding: 0
        }

        .recent-winners__winner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 3px;
            padding: 7px 19px;
            background: rgba(29,1,0,.7)
        }

        .recent-winners__winner-portrait {
            width: 38px;
            height: 38px;
            border-radius: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            background-color: #fff
        }

        .recent-winners__winner-info {
            font-size: 12px;
            font-weight: 400;
            margin-left: 10px;
            color: #fff;
            text-decoration: none
        }

        .recent-winners__winner-info .text-light {
            margin-top: 8px;
            font-weight: 300
        }

        .recent-winners__winner-amount {
            font-size: 14px;
            text-transform: uppercase;
            color: #fff;
            font-weight: 700
        }

        .recent-winners__left {
            display: flex;
            flex: 0 0 70%;
            max-width: 70%;
            align-items: flex-start
        }

        .casino-welcome {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            padding: 45px 28px 0;
            background-color: rgba(13,30,52,.67);
            max-width: 500px;
            width: 100%;
            z-index: 10;
            display: flex;
            align-items: center;
            justify-content: center
        }

        @media screen and (max-width: 1000px) {
            .casino-welcome {
                max-width:350px
            }
        }

        .casino-welcome__wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding-bottom: 22px
        }

        .casino-welcome__title {
            font-weight: 500;
            font-size: 18px;
            letter-spacing: .4px;
            color: #fff;
            text-transform: uppercase;
            margin-bottom: 30px
        }

        .casino-welcome__text {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            margin-bottom: 10px;
            font-size: 50px;
            font-weight: 600;
            line-height: 38px;
            color: #fff;
            text-transform: uppercase
        }

        .casino-welcome__text--reverse {
            display: inline-flex;
            flex-direction: row-reverse
        }

        .casino-welcome__text--part {
            padding-bottom: 20px
        }

        .casino-welcome__text--new {
            line-height: 1.2;
            text-transform: none
        }

        @media screen and (max-width: 1000px) {
            .casino-welcome__text {
                font-size:35px;
                line-height: 30px
            }
        }

        .casino-welcome__text--title {
            color: #e96e32;
            white-space: nowrap
        }

        .casino-welcome__text--amount {
            color: #e1ff14;
            white-space: nowrap
        }

        .casino-welcome__text--amount:first-child {
            margin-right: 15px
        }

        .casino-welcome__text--amount:last-child {
            margin-left: 15px
        }

        .casino-welcome__text--amount--new:first-child {
            margin-right: 5px
        }

        .casino-welcome__text--amount--new:last-child {
            margin-left: 5px
        }

        .casino-welcome__subtitle {
            margin-bottom: 0;
            font-weight: 700;
            font-size: 20px;
            text-transform: uppercase;
            color: #fff;
            letter-spacing: .2px
        }

        .casino-welcome__subtitle span {
            color: #e1ff14
        }

        .casino-welcome__login {
            font-size: 16px;
            color: #fff;
            font-weight: 500;
            position: relative;
            z-index: 5
        }

        .casino-welcome__login a {
            cursor: pointer;
            color: #e96e32;
            display: inline-block;
            position: relative
        }

        .casino-welcome__login a:hover:after {
            transform: scale(1);
            opacity: 1
        }

        .casino-welcome__login a:after {
            content: "";
            display: block;
            height: 1px;
            background: #e96e32;
            position: absolute;
            width: 100%;
            transform: scaleX(0.7);
            opacity: 0;
            bottom: -1px;
            transition: transform .15s ease,opacity .15s ease
        }

        .casino-welcome__divider {
            border: 1px solid rgba(255,255,255,.1);
            width: 100%;
            margin-top: 25px;
            margin-bottom: 25px
        }

        .casino-welcome__payment {
            display: flex;
            align-items: center;
            margin: 0;
            padding: 0;
            list-style-type: none
        }

        .casino-welcome__payment>li:not(:first-child) {
            margin-left: 20px
        }

        @media screen and (max-width: 1000px) {
            .casino-welcome__payment {
                display:block;
                margin-top: -20px
            }

            .casino-welcome__payment>li {
                margin-top: 20px;
                display: inline-block
            }
        }

        .casino-welcome__button {
            display: flex;
            justify-content: center;
            margin: 23px 0;
            position: relative;
            z-index: 5
        }

        .casino-welcome__payment-ecopayz {
            height: 25px
        }

        .casino-welcome__payment-skrill {
            height: 21px
        }

        .casino-live-welcome {
            max-width: 370px;
            padding-top: 25px
        }

        .casino-live-welcome__group {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 280px;
            height: 175px
        }

        .casino-live-welcome__group__star {
            position: absolute;
            top: 75px;
            background: url("/assets/casino-live/star.svg") center no-repeat;
            width: 19px;
            height: 19px
        }

        .casino-live-welcome__group__star--left {
            left: -9px
        }

        .casino-live-welcome__group__star--right {
            right: -8px
        }

        .casino-live-welcome__group__borders--top {
            position: absolute;
            top: 0;
            left: 0;
            border-top: 2px solid #fff;
            border-left: 2px solid #fff;
            border-right: 2px solid #fff;
            width: 100%;
            height: 36px
        }

        .casino-live-welcome__group__borders--bottom {
            position: absolute;
            bottom: 0;
            left: 0;
            border-left: 2px solid #fff;
            border-right: 2px solid #fff;
            border-bottom: 2px solid #fff;
            width: 100%;
            height: 36px
        }

        .casino-live-welcome__title {
            margin-bottom: 25px;
            font-weight: 500;
            font-size: 32px;
            letter-spacing: .5px;
            color: #fff;
            text-transform: uppercase
        }

        .casino-live-welcome__group-text {
            display: flex;
            align-items: center;
            flex-direction: column
        }

        .casino-live-welcome__group-text--list {
            margin: 0;
            padding: 0;
            list-style-type: none;
            font-size: 28px;
            font-weight: 700;
            line-height: 38px;
            color: #fec019;
            text-transform: lowercase
        }

        .casino-live-welcome__group-text--list>li:first-letter {
            text-transform: uppercase
        }

        .casino-live-welcome__group-text--list>span {
            font-size: 50px;
            font-weight: 400
        }

        .casino-live-welcome__button {
            font-style: normal
        }

        .casino-live-welcome__login {
            font-size: 15px;
            font-weight: 600;
            letter-spacing: .4px
        }

        .casino-live-welcome__login>a {
            color: #e96e32
        }

        .casino-live-welcome__login>a:after {
            content: "";
            display: block;
            height: 1px;
            background: #e96e32;
            position: absolute;
            width: 100%;
            transform: scaleX(0.7);
            opacity: 0;
            bottom: -1px;
            transition: transform .15s ease,opacity .15s ease
        }

        .buttonsContainer {
            display: flex
        }
    }
}

.casino-game-module_casinoGame__ziAYuRpX__casino-common {
    padding: 105px 30px 0 0;
    position: relative;
    text-align: center
}

.casino-game-module_casinoGamePadding__6QvC4Cuy__casino-common {
    padding-top: 136px
}

.casino-game-module_visibleFalse__CI5w8irH__casino-common .casino-game-module_container__b5h9uxJw__casino-common {
    opacity: 0;
    transform: scale(.8)
}

.casino-game-module_visibleTrue__bHLjhmJV__casino-common .casino-game-module_container__b5h9uxJw__casino-common {
    opacity: 1;
    transform: scale(1)
}

.casino-game-module_panelToggle__W5kUnfT-__casino-common {
    position: absolute;
    left: 0;
    bottom: 0;
    box-shadow: 0 3px 5px #00000036;
    background: var(--buttonText);
    height: 41px;
    padding: 0 10px;
    align-items: center;
    display: flex;
    border-radius: 6px;
    cursor: pointer;
    min-width: 140px;
    top: 50%;
    transform: translateY(-50%)
}

.casino-game-module_panelToggle__W5kUnfT-__casino-common+.casino-game-module_casinoMenu__EGqUX3Om__casino-common {
    margin-left: 170px
}

@media screen and (max-width: var(--breakCasinoMenuSectionStep1)) {
    .casino-game-module_panelToggle__W5kUnfT-__casino-common {
        top:0;
        transform: translateY(0)
    }
}

.casino-game-module_panelText__s-H-MD4I__casino-common {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--casinoGamesTitleColor, var(--eventModalBackground));
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.casino-game-module_panel__ob7VJ-s4__casino-common {
    position: relative;
    width: 24px;
    height: 24px;
    perspective: 50px
}

.casino-game-module_panelMarginR__-xaGGywG__casino-common {
    margin-right: 10px
}

.casino-game-module_panelRotate__FWQHYpHG__casino-common .casino-game-module_panelView__pul9YYwZ__casino-common {
    transform: rotateX(180deg)
}

.casino-game-module_panelView__pul9YYwZ__casino-common {
    transition: .5s;
    transform-style: preserve-3d;
    position: relative;
    width: 24px;
    border-radius: 50%;
    box-shadow: 0 1px 3px #00000036;
    height: 24px
}

.casino-game-module_panelArrow__q9CMbRCJ__casino-common {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--casinoCircleColor);
    border-radius: 50%;
    font-size: 12px;
    backface-visibility: hidden
}

.casino-game-module_panelArrow__q9CMbRCJ__casino-common .svg-icon {
    transition: transform .2s ease
}

.casino-game-module_panelArrowFront__TXL1gVCh__casino-common {
    transform: rotate(-90deg) rotateX(0)
}

.casino-game-module_panelArrowBack__Pp-A7vgW__casino-common {
    transform: rotate(-90deg) rotateX(180deg)
}

.casino-game-module_container__b5h9uxJw__casino-common {
    position: relative;
    background-color: var(--buttonText);
    box-shadow: 0 0 5px #0000004d;
    border-radius: 15px 0 15px 15px;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    min-height: 600px;
    display: inline-block;
    height: calc(100vh - 200px);
    transition: transform .25s ease-out,opacity .25s ease;
    max-width: 100%
}

.casino-game-module_containerMBottom__ZN5S-yD3__casino-common {
    margin-bottom: 12px
}

.casino-game-module_containerHolder__XMtuT1rj__casino-common {
    height: 100%;
    border-radius: 3px;
    overflow: hidden;
    position: relative
}

.casino-game-module_containerSize__et-riPOx__casino-common {
    height: 105%;
    display: block;
    position: relative;
    width: auto
}

.casino-game-module_frame__roLKfbNp__casino-common iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 3;
    left: 0;
    top: 0
}

.casino-game-module_frameHolder__iyDUoFXv__casino-common {
    position: absolute;
    left: 0;
    z-index: 2;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    top: 0;
    width: 100%;
    border-radius: 6px;
    overflow: hidden
}

.casino-game-module_gamePlaceholder__lphZWICF__casino-common {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.casino-game-module_placeholderText__vW59eYF0__casino-common {
    font-size: 20px;
    text-align: center;
    color: var(--casinoGamesTitleColor, var(--eventModalBackground))
}

.casino-game-module_notLoadedWrapper__KBSy2OYX__casino-common {
    padding: 100px 0 30px
}

.casino-game-module_notLoaded__6Sg1py-9__casino-common {
    box-shadow: 0 0 5px #0000004d;
    border-radius: 3px;
    background: var(--buttonText);
    padding: 20px 50px;
    position: relative;
    min-height: 200px;
    width: 85%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500
}

.casino-game-module_gameAction__wn0N37Z1__casino-common {
    width: 30px;
    position: absolute;
    top: 0;
    right: -30px
}

.casino-game-module_gameActionItem__7FOg3Dx-__casino-common {
    height: 30px;
    width: 30px;
    background: var(--white);
    border-radius: 0 6px 6px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--couponNoDataColor);
    cursor: pointer;
    box-shadow: 0 0 5px #0000004d
}

.casino-game-module_gameActionItem__7FOg3Dx-__casino-common:before {
    content: "";
    position: absolute;
    left: -6px;
    background: var(--white);
    width: 6px;
    height: 100%
}

.casino-game-module_gameActionItem__7FOg3Dx-__casino-common+.casino-game-module_gameActionItem__7FOg3Dx-__casino-common {
    margin-top: 5px
}

body:-webkit-full-screen .casino-game-module_casinoGame__ziAYuRpX__casino-common {
    padding: 40px
}

body:fullscreen .casino-game-module_casinoGame__ziAYuRpX__casino-common,body:-webkit-full-screen .casino-game-module_casinoGame__ziAYuRpX__casino-common {
    padding: 40px
}

body:-webkit-full-screen .casino-game-module_container__b5h9uxJw__casino-common {
    height: calc(100vh - 80px)
}

body:fullscreen .casino-game-module_container__b5h9uxJw__casino-common,body:-webkit-full-screen .casino-game-module_container__b5h9uxJw__casino-common {
    height: calc(100vh - 80px)
}

.casino-game-module_options__4Xa8y60y__casino-common {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3
}

.casino-game-module_optionsBalance__6-MLU2M9__casino-common {
    display: flex;
    align-items: center
}

.casino-game-module_optionsBalanceTitle__ipKxSJS0__casino-common {
    font-size: 24px;
    font-weight: 700;
    margin-right: 16px;
    white-space: nowrap
}

.casino-game-module_optionsActions__8eElXWd6__casino-common {
    display: flex;
    margin-top: 16px
}

.casino-game-module_optionsActions__8eElXWd6__casino-common .app-button+.app-button {
    margin-left: 16px
}

.menu-item-wrapper * {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.casino-menu-module_casinoMenu__v4pzsv90__casino-common {
    overflow: hidden;
    display: flex
}

.casino-menu-module_small__Atkvy5S-__casino-common {
    margin-right: 10px
}

@media screen and (max-width: 1000px) {
    .casino-menu-module_small__Atkvy5S-__casino-common {
        height:41px;
        align-items: center;
        justify-content: center
    }
}

.casino-menu-module_list__gmLTutYH__casino-common {
    max-width: 100%;
    list-style: none;
    margin: 0;
    padding: 0
}

.casino-menu-module_item__syDLGckK__casino-common {
    position: relative;
    display: flex;
    margin: 0 25px
}

.casino-menu-module_item__syDLGckK__casino-common.casino-menu-module_active__fh7fQCv4__casino-common {
    cursor: default
}

.casino-menu-module_item__syDLGckK__casino-common.casino-menu-module_active__fh7fQCv4__casino-common:after {
    transform: translateY(0)!important
}

.casino-menu-module_item__syDLGckK__casino-common.casino-menu-module_active__fh7fQCv4__casino-common .casino-menu-module_link__j714fZ38__casino-common {
    cursor: default;
    color: var(--buttonMain)
}

.casino-menu-module_item__syDLGckK__casino-common.casino-menu-module_active__fh7fQCv4__casino-common .casino-menu-module_link__j714fZ38__casino-common .casino-menu-module_image__DpnbaUpc__casino-common .svg-icon {
    filter: var(--casinoMenuImage)
}

.casino-menu-module_item__syDLGckK__casino-common.casino-menu-module_full__gthMAuuj__casino-common {
    height: 75px;
    align-items: flex-end;
    overflow: hidden
}

.casino-menu-module_item__syDLGckK__casino-common.casino-menu-module_full__gthMAuuj__casino-common:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 7px;
    top: 0;
    background: var(--buttonMain);
    transform: translateY(-7px)
}

.casino-menu-module_item__syDLGckK__casino-common.casino-menu-module_full__gthMAuuj__casino-common+.casino-menu-module_item__syDLGckK__casino-common.casino-menu-module_full__gthMAuuj__casino-common {
    margin-left: 50px
}

.casino-menu-module_item__syDLGckK__casino-common.casino-menu-module_small__Atkvy5S-__casino-common {
    align-items: center
}

.casino-menu-module_item__syDLGckK__casino-common.casino-menu-module_small__Atkvy5S-__casino-common:after {
    content: "";
    display: block;
    height: 1px;
    background: var(--buttonMain);
    position: absolute;
    width: 100%;
    transform: scaleX(.7);
    opacity: 0;
    bottom: -1px;
    transition: transform .15s ease,opacity .15s ease
}

.casino-menu-module_item__syDLGckK__casino-common.casino-menu-module_small__Atkvy5S-__casino-common+.casino-menu-module_item__syDLGckK__casino-common.casino-menu-module_small__Atkvy5S-__casino-common {
    margin-left: 20px
}

.casino-menu-module_item__syDLGckK__casino-common.casino-menu-module_small__Atkvy5S-__casino-common:not(.casino-menu-module_active__fh7fQCv4__casino-common):hover:after {
    transform: scale(1);
    opacity: 1
}

.casino-menu-module_item__syDLGckK__casino-common:not(.casino-menu-module_active__fh7fQCv4__casino-common):hover .casino-menu-module_link__j714fZ38__casino-common {
    color: var(--buttonMain)
}

.casino-menu-module_item__syDLGckK__casino-common:not(.casino-menu-module_active__fh7fQCv4__casino-common):hover .casino-menu-module_link__j714fZ38__casino-common .casino-menu-module_image__DpnbaUpc__casino-common .svg-icon {
    filter: var(--casinoMenuImage)
}

.casino-menu-module_link__j714fZ38__casino-common {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    color: var(--casinoGamesTitleColor, var(--eventModalBackground));
    transition: var(--casinoGamesTitleColor, var(--eventModalBackground)) .2s ease;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.casino-menu-module_image__DpnbaUpc__casino-common {
    font-size: 30px;
    margin-bottom: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.casino-menu-module_image__DpnbaUpc__casino-common * {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.casino-menu-module_image__DpnbaUpc__casino-common .svg-icon {
    display: block;
    margin: 0 auto
}

.casino-menu-module_jackpot__eCLoXwCS__casino-common .svg-icon {
    width: 2em
}

.casino-menu-module_text__QPhge1mW__casino-common {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap
}

.casino-filter-module_casinoFilter__2Uk-QBt4__casino-common {
    position: relative;
    max-width: 450px;
    width: 100%
}

@media screen and (max-width: 1000px) {
    .casino-filter-module_casinoFilter__2Uk-QBt4__casino-common {
        margin:30px 0 0 auto
    }
}

.casino-filter-module_casinoFilter__2Uk-QBt4__casino-common .casino-filter-module_search__z6AevvYi__casino-common {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    font-size: 17px;
    color: var(--mainColor)
}

.casino-filter-module_casinoFilter__2Uk-QBt4__casino-common .casino-filter-module_search__z6AevvYi__casino-common .form-input__icon--main {
    right: 15px;
    left: auto
}

.casino-filter-module_casinoFilter__2Uk-QBt4__casino-common .casino-filter-module_search__z6AevvYi__casino-common .form-input__input {
    padding: 0 40px 0 22px
}

@media screen and (max-width: 1000px) {
    .casino-filter-module_casinoFilter__2Uk-QBt4__casino-common .casino-filter-module_search__z6AevvYi__casino-common {
        padding-left:0
    }
}

.casino-filter-module_casinoFilter__2Uk-QBt4__casino-common .casino-filter-module_row__9g-Rttso__casino-common {
    position: relative;
    display: flex;
    max-width: 100%
}

.casino-filter-module_casinoFilter__2Uk-QBt4__casino-common .casino-filter-module_row__9g-Rttso__casino-common+.casino-filter-module_casinoFilter__2Uk-QBt4__casino-common .casino-filter-module_row__9g-Rttso__casino-common {
    margin-top: 15px
}

.casino-filter-module_casinoFilter__2Uk-QBt4__casino-common .casino-filter-module_col__9PljwSZi__casino-common {
    max-width: 100%
}

.casino-filter-module_casinoFilter__2Uk-QBt4__casino-common .casino-filter-module_offset__vCT-S2QZ__casino-common {
    padding: 0 12px
}

.casino-filter-module_casinoFilter__2Uk-QBt4__casino-common .casino-filter-module_min160__stPDeC7O__casino-common {
    min-width: 160px
}

.slider-placeholder-190-module_big__vEI8iTAz__casino-common {
    width: 388px;
    height: 388px
}

.slider-placeholder-190-module_holder__zQkAZZxO__casino-common {
    overflow: hidden
}

.slider-placeholder-190-module_tile__ldkp2AgM__casino-common {
    width: 190px;
    height: 190px
}

.slider-placeholder-190-module_baseTile__-8xRVmob__casino-common {
    flex: 0 0 16%;
    height: 260px;
    padding: 6px 4px;
    box-sizing: border-box;
    overflow: hidden
}

.slider-placeholder-190-module_baseWrapper__fUrZydWp__casino-common {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-evenly
}

.slider-placeholder-190-module_title__-Q1eisj-__casino-common {
    height: 32px;
    width: 300px
}

.slider-placeholder-190-module_container__YoZ-1r1s__casino-common {
    display: flex;
    gap: 8px;
    width: 100%
}

.slider-placeholder-190-module_container__YoZ-1r1s__casino-common+.slider-placeholder-190-module_container__YoZ-1r1s__casino-common {
    margin-top: 8px
}

.casino-game-item-module_item__OYtKRXco__casino-common {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.casino-game-item-module_item__OYtKRXco__casino-common:hover .casino-game-item-module_content__oAz5xfa5__casino-common {
    transform: scale(1.1)
}

.casino-game-item-module_item__OYtKRXco__casino-common:hover .casino-game-item-module_overlay__z1ME2K0g__casino-common {
    opacity: 1
}

.casino-game-item-module_item__OYtKRXco__casino-common:hover .casino-game-item-module_overlay__z1ME2K0g__casino-common .casino-game-item-module_playButton__PUINy-Zk__casino-common,.casino-game-item-module_item__OYtKRXco__casino-common:hover .casino-game-item-module_info__ihE6-sKh__casino-common {
    transform: translateY(0)
}

.casino-game-item-module_item__OYtKRXco__casino-common.casino-game-item-module_small__PmtwMFiB__casino-common .casino-game-item-module_login__lr9Pyn2n__casino-common {
    font-size: 14px
}

.casino-game-item-module_item__OYtKRXco__casino-common.casino-game-item-module_small__PmtwMFiB__casino-common .casino-game-item-module_title__hK1bwfaO__casino-common {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 125px
}

.casino-game-item-module_item__OYtKRXco__casino-common.casino-game-item-module_small__PmtwMFiB__casino-common .casino-game-item-module_overlay__z1ME2K0g__casino-common .casino-game-item-module_playButton__PUINy-Zk__casino-common .casino-game-item-module_heart__rBkidYCl__casino-common {
    margin-top: 8px
}

.casino-game-item-module_item__OYtKRXco__casino-common.casino-game-item-module_small__PmtwMFiB__casino-common .app-button {
    font-size: 11px;
    font-weight: 500;
    line-height: 12px;
    min-height: 26px;
    padding: 2px 10px
}

.casino-game-item-module_content__oAz5xfa5__casino-common {
    display: block;
    height: auto;
    transition: transform .25s ease;
    width: 100%;
    border-radius: 6px
}

.casino-game-item-module_overlay__z1ME2K0g__casino-common {
    align-items: center;
    backface-visibility: hidden;
    background-color: #000000b3;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s ease-in-out;
    width: 100%;
    z-index: 2
}

.casino-game-item-module_overlay__z1ME2K0g__casino-common .casino-game-item-module_playButton__PUINy-Zk__casino-common {
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(100%);
    transition: transform .3s ease-in-out
}

.casino-game-item-module_overlay__z1ME2K0g__casino-common .casino-game-item-module_playButton__PUINy-Zk__casino-common.casino-game-item-module_onlyButton__BtBLamno__casino-common {
    margin-top: 30px
}

.casino-game-item-module_overlay__z1ME2K0g__casino-common .casino-game-item-module_playButton__PUINy-Zk__casino-common a {
    text-decoration: none
}

.casino-game-item-module_overlay__z1ME2K0g__casino-common .casino-game-item-module_playButton__PUINy-Zk__casino-common .casino-game-item-module_heart__rBkidYCl__casino-common {
    margin-top: 18px
}

.casino-game-item-module_title__hK1bwfaO__casino-common {
    color: var(--menuActiveColor);
    font-size: 14px;
    font-weight: 500;
    margin: 0 10px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 13px
}

.casino-game-item-module_info__ihE6-sKh__casino-common {
    align-items: center;
    color: var(--buttonText);
    display: flex;
    flex-direction: column;
    font-size: 12px;
    justify-content: center;
    position: relative;
    top: 17px;
    transform: translateY(100%);
    transition: transform .3s ease-in-out
}

.casino-game-item-module_info__ihE6-sKh__casino-common.casino-game-item-module_infoAligned__qALK8YfD__casino-common {
    position: unset
}

.casino-game-item-module_infoText__HpQSVs1R__casino-common {
    margin: 4px 0
}

.casino-game-item-module_login__lr9Pyn2n__casino-common {
    color: var(--buttonMain);
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    z-index: 5
}

.casino-game-item-module_login__lr9Pyn2n__casino-common:after {
    content: "";
    display: block;
    height: 1px;
    background: var(--buttonMain);
    position: absolute;
    width: 100%;
    transform: scaleX(.7);
    opacity: 0;
    bottom: -1px;
    transition: transform .15s ease,opacity .15s ease
}

.casino-game-item-module_login__lr9Pyn2n__casino-common:hover:after {
    opacity: 1;
    transform: scale(1)
}

.casino-game-item-module_text__HqZ-ysYb__casino-common span {
    color: var(--eventHalfInformation);
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    padding-bottom: 4px
}

.casino-game-item-module_text__HqZ-ysYb__casino-common strong {
    color: var(--mainColor);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3
}

.casino-game-item-module_textBelow__9b95pT8L__casino-common {
    display: flex;
    flex-direction: column;
    margin-top: 10px
}

.casino-game-item-module_textBelow__9b95pT8L__casino-common span {
    color: var(--eventHalfInformation);
    font-size: var(--mslCasinoGamesProducerFontSize);
    font-weight: var(--mslCasinoGamesProducerFontWeight);
    line-height: var(--mslCasinoGamesProducerLineHeight)
}

.casino-game-item-module_textBelow__9b95pT8L__casino-common strong {
    color: var(--mslCasinoGamesItemTitle, #3E4049);
    font-size: var(--mslCasinoGamesItemTitleFontSize);
    font-weight: var(--mslCasinoGamesItemTitleFontWeight);
    line-height: var(--mslCasinoGamesItemTitleLineHeight)
}

.casino-game-item-module_description__UCP671hs__casino-common {
    margin-top: 8px;
    display: flex;
    justify-content: space-between
}

.casino-game-item-module_description__UCP671hs__casino-common .casino-game-item-module_heart__rBkidYCl__casino-common {
    margin: 4px 2px 0 8px
}

.casino-game-item-module_demoButton__ln8AOxmD__casino-common {
    margin-top: 8px
}

.casino-game-item-module_demoButtonLoggedIn__DaQ0qSHK__casino-common {
    position: absolute;
    bottom: 0;
    width: 100%
}

.slider-placeholder-module_tilePlaceholder__Dk3mMrRg__casino-common {
    display: flex;
    gap: 12px;
    width: 100%
}

.slider-placeholder-module_tile__Z-yQstqF__casino-common {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1.2/1;
    margin-bottom: 8px;
    background-color: var(--casinoPlaceholderPrimary)
}

.slider-placeholder-module_tile__Z-yQstqF__casino-common:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,var(--casinoPlaceholderPrimary),var(--casinoPlaceholderSecondary),var(--casinoPlaceholderPrimary));
    animation: slider-placeholder-module_skeleton-loading__akb1avy6__casino-common 1s linear infinite alternate
}

@keyframes slider-placeholder-module_skeleton-loading__akb1avy6__casino-common {
    0% {
        translate: -50% 0
    }

    to {
        translate: 100% 0
    }
}

.casino-slider-module_casinoSlider__gwxiGgcN__casino-common {
    display: flex;
    min-width: 100%;
    overflow: hidden
}

.casino-slider-module_itemsWrapper__lSE9aDsB__casino-common {
    display: flex;
    width: 100%
}

.casino-slider-module_wrapImages__ZaQr6CBV__casino-common {
    display: flex;
    flex-wrap: wrap
}

.casino-slider-module_viewport__GbRL59Sk__casino-common {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex
}

.casino-slider-module_casinoSliderRow__9yNbdVT6__casino-common {
    flex-wrap: wrap;
    margin: -6px -4px;
    justify-content: flex-start
}

.slick-slide .casino-slider-module_casinoGameItem__v8GfUK-H__casino-common {
    width: 190px;
    height: 190px
}

.slick-slide:first-child .casino-slider-module_casinoGameItem__v8GfUK-H__casino-common {
    width: 388px;
    height: 388px
}

.section-title-module_title__b7YBJ8pt__casino-common {
    box-sizing: border-box;
    display: flex;
    min-height: 100%;
    padding-top: 5px;
    position: relative
}

.section-title-module_title__b7YBJ8pt__casino-common .section-title-module_text__FaP8NvVn__casino-common {
    align-items: center;
    color: var(--buttonText);
    display: flex;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    min-height: 100%;
    padding: 4px 0;
    position: relative;
    text-transform: var(--asideTextTransform, uppercase);
    transition: color .15s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.section-title-module_title__b7YBJ8pt__casino-common .section-title-module_arrow__-nByo7Bo__casino-common {
    align-items: center;
    color: var(--buttonText);
    display: flex;
    justify-content: center;
    margin-left: -10px;
    min-height: 100%;
    position: relative;
    transform: rotate(180deg);
    transition: transform .15s ease,opacity 0s ease;
    width: 32px
}

.section-title-module_title__b7YBJ8pt__casino-common .section-title-module_amount__MbpHf6Q6__casino-common {
    align-items: center;
    align-self: center;
    background-color: var(--buttonText);
    border-radius: 10px;
    color: var(--eventModalBackground);
    display: flex;
    font-size: 12px;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    margin-left: 10px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase
}

.section-title-module_title__b7YBJ8pt__casino-common .section-title-module_state__Dyatq8U8__casino-common {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    height: 22px;
    min-width: 22px;
    background-color: var(--liveColor);
    color: var(--buttonText);
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    border-radius: 20px;
    margin-left: 10px;
    margin-top: -1px;
    padding: 0 5px;
    text-align: center;
    text-transform: uppercase
}

.section-title-module_title__b7YBJ8pt__casino-common .section-title-module_state__Dyatq8U8__casino-common.coupon-count {
    background-color: var(--betslipEventsCountBackground)
}

.section-title-module_title__b7YBJ8pt__casino-common.section-title-module_open__8gSlc4jc__casino-common .section-title-module_arrow__-nByo7Bo__casino-common {
    transform: rotate(0)
}

.section-title-module_title__b7YBJ8pt__casino-common.section-title-module_showLine__n6T1Epgh__casino-common .section-title-module_text__FaP8NvVn__casino-common:after {
    background-color: var(--titleTopBorderColor);
    content: "";
    display: block;
    height: var(--sectionTitleHeight);
    left: 0;
    position: absolute;
    top: var(--sectionTitleTop);
    bottom: var(--sectionTitleBottom);
    transition: background-color .15s ease;
    width: 100%
}

.section-title-module_title__b7YBJ8pt__casino-common.section-title-module_showLine__n6T1Epgh__casino-common.section-title-module_inactive__-jzuo-R-__casino-common .section-title-module_text__FaP8NvVn__casino-common:after {
    display: none
}

.section-title-module_title__b7YBJ8pt__casino-common.section-title-module_showLine__n6T1Epgh__casino-common.section-title-module_red__vEi9bpqy__casino-common .section-title-module_text__FaP8NvVn__casino-common:after {
    background-color: var(--liveColor)
}

.section-title-module_title__b7YBJ8pt__casino-common.section-title-module_showLine__n6T1Epgh__casino-common.section-title-module_betSlip__16k5OPVx__casino-common .section-title-module_text__FaP8NvVn__casino-common:after {
    background-color: var(--betslipEventsCountBackground)
}

.section-title-module_title__b7YBJ8pt__casino-common.section-title-module_inactive__-jzuo-R-__casino-common .section-title-module_text__FaP8NvVn__casino-common {
    color: var(--headingInactiveTextColor)
}

.section-title-module_title__b7YBJ8pt__casino-common.section-title-module_inactive__-jzuo-R-__casino-common:hover .section-title-module_text__FaP8NvVn__casino-common {
    color: var(--buttonText)
}

.section-title-module_title__b7YBJ8pt__casino-common.section-title-module_pointer__MmVwZr8I__casino-common {
    cursor: pointer
}

.section-title-module_title__b7YBJ8pt__casino-common.section-title-module_inheritAll__wVn0mtpY__casino-common {
    min-height: unset
}

.section-title-module_title__b7YBJ8pt__casino-common.section-title-module_inheritAll__wVn0mtpY__casino-common .section-title-module_text__FaP8NvVn__casino-common {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    padding-top: 0
}

.section-title-module_title__b7YBJ8pt__casino-common.section-title-module_inheritFontSize__adMieU9p__casino-common .section-title-module_text__FaP8NvVn__casino-common {
    font-size: inherit
}

.section-title-module_title__b7YBJ8pt__casino-common.section-title-module_whiteCircle__jxlu6dhK__casino-common .section-title-module_state__Dyatq8U8__casino-common {
    background: var(--white);
    color: inherit
}

.section-title-module_title__b7YBJ8pt__casino-common.section-title-module_inheritColor__OwVz-ZsG__casino-common {
    color: inherit
}

.section-title-module_title__b7YBJ8pt__casino-common.section-title-module_centered__wOtfiFRs__casino-common .section-title-module_text__FaP8NvVn__casino-common {
    display: block;
    text-align: center;
    width: 100%
}

.section-title-module_title__b7YBJ8pt__casino-common.section-title-module_landing__Uz8MSK6N__casino-common.section-title-module_text__FaP8NvVn__casino-common {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis
}

.casino-banner-welcome-module_casinoBannerWelcome__5-KDEoj-__casino-common {
    margin: 0 auto;
    height: 100%;
    width: 100%
}

.casino-banner-welcome-module_background__Fyi8RKqi__casino-common {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    height: 100%;
    width: 100%
}

.casino-banner-welcome-module_wrap__YTZsUiyV__casino-common {
    padding: 0 25px
}

.casino-banner-welcome-module_grid__jk5ch1aS__casino-common {
    display: flex;
    align-items: center;
    justify-content: center
}

.casino-banner-welcome-module_man__o1WqMkXF__casino-common {
    position: relative;
    display: flex;
    align-self: flex-end;
    padding-right: 70px
}

.casino-banner-welcome-module_man__o1WqMkXF__casino-common>img {
    max-width: 100%;
    height: auto;
    display: block
}

@media only screen and (max-width: 1200px) {
    .casino-banner-welcome-module_man__o1WqMkXF__casino-common {
        padding-right:0
    }
}

@media only screen and (max-width: 1000px) {
    .casino-banner-welcome-module_man__o1WqMkXF__casino-common {
        display:none
    }
}

.casino-banner-welcome-module_title__Iaw1XUKR__casino-common {
    text-align: center
}

.casino-banner-welcome-module_title__Iaw1XUKR__casino-common>h2 {
    margin: 10px 0;
    font-size: 35px;
    font-weight: 500;
    color: var(--bannerWelcomeTitleColor)
}

@media only screen and (max-width: 1000px) {
    .casino-banner-welcome-module_title__Iaw1XUKR__casino-common>h2 {
        font-size:30px;
        margin-bottom: 40px
    }
}

.casino-banner-welcome-module_content__fohmPZxd__casino-common {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 1;
    max-width: 700px;
    padding: 20px 0
}

@media only screen and (max-width: 1000px) {
    .casino-banner-welcome-module_content__fohmPZxd__casino-common {
        max-width:100%
    }
}

.casino-banner-welcome-module_group__LhCKm0HR__casino-common {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 474px;
    border-radius: 6px;
    position: relative
}

.casino-banner-welcome-module_groupTitle__LvejOdcW__casino-common {
    font-size: 36px;
    font-weight: 500;
    color: var(--bannerWelcomeGroupTitleColor);
    text-align: center;
    width: 250px;
    position: relative;
    bottom: -25px
}

.casino-banner-welcome-module_groupDescription__8Lt0NYPl__casino-common {
    width: 100%;
    font-size: 30px;
    font-weight: 400;
    color: var(--bannerWelcomeGroupDescriptionColor);
    padding: 50px 20px;
    text-align: center
}

.casino-banner-welcome-module_groupDescription__8Lt0NYPl__casino-common>span {
    display: inline-flex
}

.casino-banner-welcome-module_groupDescription__8Lt0NYPl__casino-common>span:first-child {
    max-width: 250px
}

.casino-banner-welcome-module_groupDescription__8Lt0NYPl__casino-common>span:last-child {
    max-width: 305px
}

.casino-banner-welcome-module_borderLeft__lEI60P74__casino-common {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 65px;
    border-top: 1px solid var(--bannerWelcomeGroupBorderColor);
    border-bottom: 1px solid var(--bannerWelcomeGroupBorderColor);
    border-left: 1px solid var(--bannerWelcomeGroupBorderColor);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.casino-banner-welcome-module_borderLeft__lEI60P74__casino-common span {
    position: relative;
    top: -1px;
    left: 5px;
    display: block;
    width: 105px;
    border-top: 1px solid var(--bannerWelcomeGroupBorderColor)
}

.casino-banner-welcome-module_borderRight__Q0MXxOgX__casino-common {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 65px;
    border-top: 1px solid var(--bannerWelcomeGroupBorderColor);
    border-bottom: 1px solid var(--bannerWelcomeGroupBorderColor);
    border-right: 1px solid var(--bannerWelcomeGroupBorderColor);
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.casino-banner-welcome-module_borderRight__Q0MXxOgX__casino-common span {
    position: relative;
    top: -1px;
    right: 45px;
    display: block;
    width: 45px;
    border-top: 1px solid var(--bannerWelcomeGroupBorderColor)
}

.casino-banner-welcome-module_button__55NTPv-r__casino-common {
    position: relative;
    top: -20px;
    display: inline-flex;
    padding: 0 30px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-style: normal
}

.casino-banner-welcome-module_signIn__wAujbGcP__casino-common {
    max-width: 320px;
    width: 100%;
    font-size: 22px;
    text-transform: uppercase
}

.casino-games-module_casinoGames__kUnQRXg-__casino-common {
    box-shadow: 0 0 5px #0000004d;
    border-radius: var(-casinoGamesBorderRadius, 3px);
    background:var(--casinoGamesBg, var(--buttonText));padding: 20px;
    position:relative;min-height:493px}

.casino-games-module_casinoGamesTitle__5ZZD4dad__casino-common {
    color: var(--casinoGamesTitleColor, var(--eventModalBackground));
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase
}

.casino-games-module_casinoGamesTitle__5ZZD4dad__casino-common a {
    color: var(--casinoGamesTitleColor, var(--eventModalBackground));
    transition: border .15s ease;
    position: relative;
    display: inline-block;
    text-decoration: none;
    overflow: hidden
}

.casino-games-module_casinoGamesTitle__5ZZD4dad__casino-common a:after {
    content: "";
    height: 1px;
    width: calc(50% + 1px);
    position: absolute;
    bottom: 3px;
    background-color: var(--casinoGamesTitleColor, var(--eventModalBackground));
    transition: background-color .15s ease,transform .15s ease;
    left: 0
}

.casino-games-module_casinoGamesTitle__5ZZD4dad__casino-common a:before {
    content: "";
    height: 1px;
    width: calc(50% + 1px);
    position: absolute;
    bottom: 3px;
    right: 0;
    background-color: var(--casinoGamesTitleColor, var(--eventModalBackground));
    transition: background-color .15s ease,transform .15s ease
}

.casino-games-module_casinoGamesTitle__5ZZD4dad__casino-common a:hover {
    color: var(--buttonMain)
}

.casino-games-module_casinoGamesTitle__5ZZD4dad__casino-common a:hover:after {
    transform: translate(-100%);
    background-color: var(--buttonMain)
}

.casino-games-module_casinoGamesTitle__5ZZD4dad__casino-common a:hover:before {
    transform: translate(100%);
    background-color: var(--buttonMain)
}

.casino-games-module_titleMBottom__-tcGR-sR__casino-common {
    margin-bottom: 15px
}

.casino-games-module_casinoGamesStep__sMcqQB6k__casino-common {
    position: absolute;
    cursor: pointer;
    border-radius: 10px 0 0 10px;
    background-color: var(--headerBackground);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--buttonText);
    font-size: 13px;
    width: 30px;
    margin-top: -10px;
    z-index: 3;
    height: 42px;
    padding-left: 3px;
    top: 50%;
    transform: translateY(-21px);
    transition: opacity .3s ease
}

.casino-games-module_casinoGamesStep__sMcqQB6k__casino-common:hover {
    opacity: .7
}

.casino-games-module_casinoGamesStepRight__V-C9-a8L__casino-common {
    right: 0
}

.casino-games-module_casinoGamesStepLeft__Wa0jAtRT__casino-common {
    left: 0;
    transform: translateY(-21px) scale(-1)
}

.casino-games-module_casinoGamesAction__yZnUWr5j__casino-common {
    position: absolute;
    right: 20px;
    top: 15px;
    display: flex;
    align-items: center;
    min-height: 24px
}

.casino-games-module_actionArrow__AQ0yvDYE__casino-common {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    padding-left: 1px;
    width: 24px;
    border-radius: 50%;
    font-size: 12px;
    cursor: pointer;
    background-color: var(--casinoCircleColor)
}

.casino-games-module_actionArrow__AQ0yvDYE__casino-common+.casino-games-module_actionArrow__AQ0yvDYE__casino-common {
    margin-left: 5px
}

.casino-games-module_actionArrowDisabled__gcj696-i__casino-common {
    cursor: default;
    color: var(--casinoCircleColorDisabled);
    pointer-events: none
}

.casino-games-module_actionArrowLeft__T6yc5zAi__casino-common {
    transform: scale(-1)
}

.casino-games-module_actionLink__BoB5OU89__casino-common {
    color: var(--buttonMain);
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    margin-left: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer
}

.casino-games-module_actionLink__BoB5OU89__casino-common:hover {
    color: var(--buttonMain)
}

.casino-games-module_actionLink__BoB5OU89__casino-common:hover:after {
    opacity: 1;
    transform: scale(1)
}

.casino-games-module_casinoGamesList__oA1BeigF__casino-common {
    list-style: none;
    padding: 0
}

.casino-games-module_casinoGamesListItem__MQPfN8ol__casino-common {
    display: flex;
    width: 190px;
    overflow: hidden;
    flex: 0 0 190px;
    flex-direction: column;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.casino-games-module_casinoGamesListItem__MQPfN8ol__casino-common:focus {
    outline: none
}

.casino-games-module_casinoGamesListButton__TCvEiLe4__casino-common {
    display: flex;
    flex: 0 0 100%;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    padding-bottom: 10px
}

.casino-games-module_listItemFull__WNppTqOJ__casino-common {
    width: 388px;
    height: 388px;
    flex: 0 0 388px
}

.casino-games-module_listItemWithPadding__UfOhdoMH__casino-common {
    padding: 0 4px;
    box-sizing: content-box
}

.casino-games-module_listItemRowSlides__4-GxNKZ8__casino-common {
    flex: 0 0 12.5%;
    padding: 6px 4px;
    box-sizing: border-box
}

@media screen and (min-width: var(--promotionStepHD)) {
    .casino-games-module_listItemRowSlides__4-GxNKZ8__casino-common {
        flex:0 0 10%
    }
}

@media screen and (max-width: var(--promotionStep1)) {
    .casino-games-module_listItemRowSlides__4-GxNKZ8__casino-common {
        flex:0 0 16.6666%
    }
}

@media screen and (max-width: var(--bannerTournamentStep2)) {
    .casino-games-module_listItemRowSlides__4-GxNKZ8__casino-common {
        flex:0 0 20%
    }
}

@media screen and (max-width: var(--bannerTournamentStep3)) {
    .casino-games-module_listItemRowSlides__4-GxNKZ8__casino-common {
        flex:0 0 25%
    }
}

.casino-games-module_listItemDouble__KoD-VRrI__casino-common .casino-game-item:nth-child(2) {
    margin-top: 8px
}

.casino-games-module_button__oSZ-pIu4__casino-common {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 100%;
    width: 100%
}

.casino-module_casinoGameSectionFloat__0NzVFjDG__casino-common {
    position: absolute;
    left: 0;
    right: 0
}

.casino-module_pageCasino__sonA74Op__casino-common {
    position: relative;
    padding-top: 69px
}

.casino-module_pageCasinoHeader__qlg4QOnR__casino-common {
    height: 460px;
    background-color: #000;
    display: flex;
    position: relative;
    overflow: hidden
}

.casino-module_pageCasinoWrapper__SDk-r8jO__casino-common {
    position: relative;
    height: 100%;
    max-width: 1460px;
    margin: 0 auto
}

.casino-module_pageCasinoHeaderBanner__XUVWEmrB__casino-common {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    left: 0;
    top: 0
}

.casino-module_casinoGamesWrap__TZ4MkmFv__casino-common {
    margin: 20px 0
}

.casino-module_casinoGameSection__8d-ty2x6__casino-common+.casino-module_casinoGameSection__8d-ty2x6__casino-common {
    margin-top: 15px
}

.casino-module_casinoGameSectionHide__qGvEdRY2__casino-common {
    display: none
}

.casino-module_casinoMenuSection__-kglcu7-__casino-common {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    min-height: 58px;
    max-width: 1460px;
    margin: 0 auto 20px;
    padding-top: 20px
}

@media screen and (max-width: 1000px) {
    .casino-module_casinoMenuSection__-kglcu7-__casino-common {
        display:block
    }
}

.casino-module_casinoMenuSectionInner__NQsXcqYM__casino-common {
    justify-content: flex-end
}

.casino-module_casinoContent__7OU6Pt9e__casino-common {
    position: relative;
    z-index: 3;
    background: center no-repeat fixed var(--casinoBg, var(--bodyBackgroundColor));
    padding-bottom: 1px
}

.casino-module_casinoTotal__Otg-jm6B__casino-common {
    position: absolute;
    width: 310px;
    box-shadow: 0 3px 5px #00000036;
    border-radius: 15px;
    overflow: hidden;
    background-color: #e6f0f1b3;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    animation: .5s casino-module_lastWinnersBlock__Q7fT24xa__casino-common;
    max-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.casino-module_casinoTotalLine__ine5iORA__casino-common {
    position: relative;
    display: flex;
    padding: 17px 15px;
    height: 80px;
    min-height: 80px
}

.casino-module_casinoTotalLine__ine5iORA__casino-common+.casino-module_casinoTotalLine__ine5iORA__casino-common {
    transition: border-color .8s ease;
    border-top: 1px solid transparent
}

.casino-module_casinoTotalLine__ine5iORA__casino-common .casino-module_animate__7RQpMJty__casino-common+.casino-module_casinoTotalLine__ine5iORA__casino-common .casino-module_animate__7RQpMJty__casino-common {
    border-color: var(--eventHeadingBackground)
}

.casino-module_casinoTotalLine__ine5iORA__casino-common .casino-module_animate__7RQpMJty__casino-common .casino-module_casinoTotalImage__M-CLBxw4__casino-common,.casino-module_casinoTotalLine__ine5iORA__casino-common .casino-module_animate__7RQpMJty__casino-common .casino-module_casinoTotalNameAndWon__l-n6KX9y__casino-common,.casino-module_casinoTotalLine__ine5iORA__casino-common .casino-module_animate__7RQpMJty__casino-common .casino-module_casinoTotalWonOnGame__KsGfwN4r__casino-common {
    transform: translate(0)
}

.casino-module_casinoTotalImage__M-CLBxw4__casino-common {
    width: 45px;
    flex: 0 0 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    margin-right: 20px;
    position: relative;
    z-index: 2;
    transform: translate(calc(-100% - 40px));
    transition: transform .5s ease
}

.casino-module_casinoTotalImage__M-CLBxw4__casino-common>img {
    max-height: 100%;
    max-width: 100%
}

.casino-module_casinoTotalText__TqdvydoH__casino-common {
    color: var(--mainColor);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

.casino-module_casinoTotalText__TqdvydoH__casino-common strong {
    font-weight: 700
}

.casino-module_casinoTotalText__TqdvydoH__casino-common a,.casino-module_casinoTotalText__TqdvydoH__casino-common .casino-module_casinoTotalWonOnGameAuthorize__bsNdTeuc__casino-common {
    color: var(--buttonMain);
    position: relative;
    cursor: pointer;
    text-decoration: none;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis
}

.casino-module_casinoTotalText__TqdvydoH__casino-common a:hover:after,.casino-module_casinoTotalText__TqdvydoH__casino-common .casino-module_casinoTotalWonOnGameAuthorize__bsNdTeuc__casino-common:hover:after {
    opacity: 1;
    transform: scale(1)
}

.casino-module_casinoTotalText__TqdvydoH__casino-common a:after,.casino-module_casinoTotalText__TqdvydoH__casino-common .casino-module_casinoTotalWonOnGameAuthorize__bsNdTeuc__casino-common:after {
    content: "";
    display: block;
    height: 1px;
    background: var(--buttonMain);
    position: absolute;
    width: 100%;
    transform: scaleX(.7);
    opacity: 0;
    transition: transform .15s ease,opacity .15s ease;
    bottom: 1px
}

.casino-module_casinoTotalTextSpan__00o8KUMc__casino-common {
    font-weight: 500;
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 110px
}

.casino-module_casinoTotalTextSpan__00o8KUMc__casino-common:after {
    content: "";
    display: block;
    height: 1px;
    background: var(--mainColor);
    position: absolute;
    width: 100%;
    transform: scaleX(.7);
    opacity: 0;
    transition: transform .15s ease,opacity .15s ease;
    opacity: 1;
    transform: scale(1);
    bottom: 1px
}

.casino-module_casinoTotalNameAndWon__l-n6KX9y__casino-common {
    display: flex;
    transform: translate(calc(-100% - 95px));
    transition: transform .35s ease-out;
    min-height: 32px
}

.casino-module_casinoTotalWonOnGame__KsGfwN4r__casino-common {
    display: flex;
    white-space: nowrap;
    max-width: 260px;
    position: relative;
    top: -8px;
    transform: translate(calc(-100% - 95px));
    transition: transform .5s ease-out
}

.casino-module_casinoTotalFooter__yZF6lCw6__casino-common {
    background-color: #0d1e34ab;
    padding: 18px 15px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 102px
}

.casino-module_casinoTotalFooter__yZF6lCw6__casino-common span {
    font-size: 15px;
    font-weight: 500;
    color: var(--buttonText)
}

.casino-module_casinoTotalFooter__yZF6lCw6__casino-common strong {
    font-weight: 500;
    font-size: 35px;
    color: var(--casinoAmount);
    display: inline-block;
    margin-top: 7px
}

.casino-module_casinoTotalRecentWinners__lsFi7U8m__casino-common {
    border: 6px solid var(--liveCasinoTextColor);
    border-radius: 10px;
    background-color: #270101b3
}

@keyframes casino-module_lastWinnersBlock__Q7fT24xa__casino-common {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.casino-module_recentWinnersHeader__sIxasP4U__casino-common {
    display: flex;
    justify-content: space-between;
    padding: 18px 26px 0
}

.casino-module_recentWinnersHeaderDot__szGF50F9__casino-common {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background: var(--liveCasinoTextColor)
}

.casino-module_recentWinnersHeaderText__zct2vVE-__casino-common {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--buttonText)
}

.casino-module_recentWinnersList__ue07w-BH__casino-common {
    margin: 27px 0 25px;
    padding: 0
}

.casino-module_recentWinnersWinner__5MobwpnC__casino-common {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3px;
    padding: 7px 19px;
    background: #1d0100b3
}

.casino-module_winnerPortrait__fTPKmItC__casino-common {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--buttonText)
}

.casino-module_winnerInfo__ebndYmZt__casino-common {
    font-size: 12px;
    font-weight: 400;
    margin-left: 10px;
    color: var(--buttonText);
    text-decoration: none
}

.casino-module_winnerInfo__ebndYmZt__casino-common .casino-module_textLight__QYuLkJZi__casino-common {
    margin-top: 8px;
    font-weight: 300
}

.casino-module_winnerAmount__3vrKYqyb__casino-common {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--buttonText);
    font-weight: 700
}

.casino-module_recentWinnersLeft__3--eceyp__casino-common {
    display: flex;
    flex: 0 0 70%;
    max-width: 70%;
    align-items: flex-start
}

.casino-module_casinoWelcome__OJbXe0WU__casino-common {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 45px 28px 0;
    background-color: #0d1e34ab;
    max-width: 500px;
    width: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width: 1000px) {
    .casino-module_casinoWelcome__OJbXe0WU__casino-common {
        max-width:350px
    }
}

.casino-module_casinoWelcomeWrapper__TTeaBi1w__casino-common {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 22px
}

.casino-module_casinoWelcomeTitle__lkmtBTDy__casino-common {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: .4px;
    color: var(--buttonText);
    text-transform: uppercase;
    margin-bottom: 30px
}

.casino-module_casinoWelcomeText__EYC6pLMa__casino-common {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
    font-size: 50px;
    font-weight: 600;
    line-height: 38px;
    color: var(--buttonText);
    text-transform: uppercase
}

@media screen and (max-width: 1000px) {
    .casino-module_casinoWelcomeText__EYC6pLMa__casino-common {
        font-size:35px;
        line-height: 30px
    }
}

.casino-module_casinoWelcomeTextPart__bGpeDoNf__casino-common {
    padding-bottom: 20px
}

.casino-module_casinoWelcomeTextTitle__UF-j0wpe__casino-common {
    color: var(--buttonMain);
    white-space: nowrap
}

.casino-module_casinoWelcomeTextAmount__PCEUmjAP__casino-common {
    color: var(--casinoAmount);
    white-space: nowrap
}

.casino-module_casinoWelcomeTextAmount__PCEUmjAP__casino-common:first-child {
    margin-right: 15px
}

.casino-module_casinoWelcomeTextAmount__PCEUmjAP__casino-common:last-child {
    margin-left: 15px
}

.casino-module_casinoWelcomeSubtitle__X7uJFjPO__casino-common {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: var(--buttonText);
    letter-spacing: .2px
}

.casino-module_casinoWelcomeSubtitle__X7uJFjPO__casino-common span {
    color: var(--casinoAmount)
}

.casino-module_casinoWelcomeLogin__1zTiemNx__casino-common {
    font-size: 16px;
    color: var(--buttonText);
    font-weight: 500;
    position: relative;
    z-index: 5
}

.casino-module_casinoWelcomeLogin__1zTiemNx__casino-common a {
    cursor: pointer;
    color: var(--buttonMain);
    display: inline-block;
    position: relative
}

.casino-module_casinoWelcomeLogin__1zTiemNx__casino-common a:hover:after {
    transform: scale(1);
    opacity: 1
}

.casino-module_casinoWelcomeLogin__1zTiemNx__casino-common a:after {
    content: "";
    display: block;
    height: 1px;
    background: var(--buttonMain);
    position: absolute;
    width: 100%;
    transform: scaleX(.7);
    opacity: 0;
    bottom: -1px;
    transition: transform .15s ease,opacity .15s ease
}

.casino-module_casinoWelcomeDivider__I-phtGnF__casino-common {
    border: 1px solid rgba(255,255,255,.1);
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px
}

.casino-module_casinoWelcomePayment__zMwSujqq__casino-common {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.casino-module_casinoWelcomePayment__zMwSujqq__casino-common>li:not(:first-child) {
    margin-left: 20px
}

@media screen and (max-width: 1000px) {
    .casino-module_casinoWelcomePayment__zMwSujqq__casino-common {
        display:block;
        margin-top: -20px
    }

    .casino-module_casinoWelcomePayment__zMwSujqq__casino-common>li {
        margin-top: 20px;
        display: inline-block
    }
}

.casino-module_casinoWelcomeButton__DaAz61by__casino-common {
    display: flex;
    justify-content: center;
    margin: 23px 0;
    position: relative;
    z-index: 5
}

.casino-module_paymentEcopayz__E888oxZF__casino-common {
    height: 25px
}

.casino-module_paymentSkrill__MS4NnP7c__casino-common {
    height: 21px
}

.casino-module_casinoLiveWelcome__Yqs4jHY2__casino-common {
    max-width: 370px;
    padding-top: 25px
}

.casino-module_casinoLiveWelcomeGroup__la8d9vbN__casino-common {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 175px
}

.casino-module_casinoLiveWelcomeGroupStar__GCkw3A2R__casino-common {
    position: absolute;
    top: 75px;
    width: 19px;
    height: 19px
}

.casino-module_casinoLiveWelcomeGroupStarLeft__NEEv7jvG__casino-common {
    left: -9px
}

.casino-module_casinoLiveWelcomeGroupStarRight__P12qHJYV__casino-common {
    right: -8px
}

.casino-module_casinoLiveWelcomeGroupBorders__bcWIVoTT__casino-common {
    display: flex
}

.casino-module_casinoLiveWelcomeGroupBordersTop__GB5GbR-3__casino-common {
    position: absolute;
    top: 0;
    left: 0;
    border-top: 2px solid var(--buttonText);
    border-left: 2px solid var(--buttonText);
    border-right: 2px solid var(--buttonText);
    width: 100%;
    height: 36px
}

.casino-module_casinoLiveWelcomeGroupBordersBottom__Ud6TXnrQ__casino-common {
    position: absolute;
    bottom: 0;
    left: 0;
    border-left: 2px solid var(--buttonText);
    border-right: 2px solid var(--buttonText);
    border-bottom: 2px solid var(--buttonText);
    width: 100%;
    height: 36px
}

.casino-module_casinoLiveWelcomeTitle__EPB-dc49__casino-common {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 32px;
    letter-spacing: .5px;
    color: var(--buttonText);
    text-transform: uppercase
}

.casino-module_casinoLiveWelcomeGroupText__Zm-cjcfZ__casino-common {
    display: flex;
    align-items: center;
    flex-direction: column
}

.casino-module_casinoLiveWelcomeGroupTextList__tFQdcOTt__casino-common {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    color: var(--liveCasinoTextColor);
    text-transform: lowercase
}

.casino-module_casinoLiveWelcomeGroupTextList__tFQdcOTt__casino-common>li:first-letter {
    text-transform: uppercase
}

.casino-module_casinoLiveWelcomeGroupTextList__tFQdcOTt__casino-common>span {
    font-size: 50px;
    font-weight: 400
}

.casino-module_casinoLiveWelcomeButton__PNq3dH54__casino-common {
    font-style: normal
}

.casino-module_casinoLiveWelcomeLogin__qa8nGaYI__casino-common {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .4px
}

.casino-module_casinoLiveWelcomeLogin__qa8nGaYI__casino-common>a {
    color: var(--buttonMain)
}

.casino-module_casinoLiveWelcomeLogin__qa8nGaYI__casino-common>a:after {
    content: "";
    display: block;
    height: 1px;
    background: var(--buttonMain);
    position: absolute;
    width: 100%;
    transform: scaleX(.7);
    opacity: 0;
    bottom: -1px;
    transition: transform .15s ease,opacity .15s ease
}

body.menu-cms-header-view .casino-module_pageCasino__sonA74Op__casino-common {
    padding-top: var(--menuCmsHeaderBodyTopPadding)
}

.casino-slider-module_casinoSlider__JWTAXY-5__casino-common {
    display: flex;
    min-width: 100%;
    overflow: hidden
}

.casino-slider-module_row__-GtpR38X__casino-common {
    flex-wrap: wrap;
    margin: -6px -4px;
    justify-content: flex-start
}

.casino-slider-module_wrapImages__uHlDWlgL__casino-common {
    display: flex;
    flex-wrap: wrap
}

.casino-slider-module_viewport__giHnBmQY__casino-common {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex
}

.casino-slider-module_casinoSliderRow__VfJnx4F1__casino-common {
    flex-wrap: wrap;
    margin: -6px -4px;
    justify-content: flex-start
}

.slick-track {
    display: flex
}

.slick-list,.slick-slider {
    width: 100%;
    overflow: hidden
}

.slick-slide {
    padding: 0 4px
}

.slick-slide .casino-slider-module_casinoGameItem__pfhU2qeC__casino-common {
    width: 190px;
    height: 190px
}

.slick-slide:first-child .casino-slider-module_casinoGameItem__pfhU2qeC__casino-common {
    width: 388px;
    height: 388px
}

.slick-slide:not(.slick-active) {
    pointer-events: none
}

.slick-slide:not(.slick-active) * {
    pointer-events: none
}
@keyframes react-loading-skeleton {
    100% {
        transform: translateX(100%);
    }
}

.react-loading-skeleton {
    --base-color: #ebebeb;
    --highlight-color: #f5f5f5;
    --animation-duration: 1.5s;
    --animation-direction: normal;
    --pseudo-element-display: block; /* Enable animation */

    background-color: var(--base-color);

    width: 100%;
    border-radius: 0.25rem;
    display: inline-flex;
    line-height: 1;

    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    overflow: hidden;
}

.react-loading-skeleton::after {
    content: ' ';
    display: var(--pseudo-element-display);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(
            90deg,
            var(--base-color),
            var(--highlight-color),
            var(--base-color)
    );
    transform: translateX(-100%);

    animation-name: react-loading-skeleton;
    animation-direction: var(--animation-direction);
    animation-duration: var(--animation-duration);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
    .react-loading-skeleton {
        --pseudo-element-display: none; /* Disable animation */
    }
}.goog-inline-block {
     position: relative;
     display: -moz-inline-box;
     display: inline-block
 }

* html .goog-inline-block {
    display: inline
}

*:first-child+html .goog-inline-block {
    display: inline
}

.recaptcha-checkbox {
    border: none;
    font-size: 1px;
    height: 28px;
    margin: 4px;
    width: 28px;
    overflow: visible;
    outline: 0;
    vertical-align: text-bottom
}

.recaptcha-checkbox-border {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    border: 2px solid #c1c1c1;
    font-size: 1px;
    height: 24px;
    position: absolute;
    width: 24px;
    z-index: 1
}

.recaptcha-checkbox-borderAnimation {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAANICAYAAABZl8i8AAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAAGYktHRAD/AP8A/6C9p5MAAHq9SURBVHja7Z15fFTl9f/fd9ZM9n1PgCyEXSSRNYKCgAuiIipuVSuudavV1tq6W/WrtnWrrZbWDZUqUqUoCoIEQhBI2JesELKvM9mTWe7c3x83d5xAlkky8fv92ft5vfKC19znOWfuZ571POc5B1SoUKFChQoVKlSoUKFChQoVKlSoUKFChQoVKlSoUKFChQoVKlSoUKFChQoVKlSoUKFChQoVKlSoUKHifwGCRqsTNFrdj6VPq9XqtNofT9+wvutQyEyad8t9IaPPntFUdnAvkuQcaTKvvPLK+yZMmDAjPz9/rzTC+jSgWQkr0yH9AByQQBpMfZ3a385oYdpwCFf+7wSn2uWHiQAICIAAtXmpUKFChQoVKlSoUKFChQoVKlSoUKFChQoVKlSoUKFChQoVPwGYQmISTCExCT+WvsjIyITIyMgfTV8QBAVB0FDqaodC5qjZ190enDA5vb2htNjR1dYy0mReeumlt6elpaVXVlYWt7e3j6i+KIi6D+6bBbOOw/F2aB9MfY3a33rCH/w1oNGAxh/81S7vBUyBKVNgitq8VKhQoUKFChUqVKhQoUKFChUqVKhQoUKFChUqVKhQoUKFiv9bEAZbwRQcHR89edFlADWHN33R2VRTMZJfMCIiIj4zM/MygOzs7C/q6+tHVF8YhC2GxQDfwDeN0DiY+oP2bUo4Z9mNppCYBL0pIMgnMCqmqezg3pF8wcWLF98YGRmZ4OfnFxQWFhaTn58/ovpugBvGw/goiIqG6H2wbzD1Vd+m0+ALvr39f8RaqLWlttonMCrG0dXWUnN40xcj7X3X2NhYHRYWFtPe3t6SnZ39RUdHx4jqs4AlFVJtYPsCvhhsl1ehQoUKFSpUqFChQoUKFSpUqFChQoUKFSpUqFChQoUKFSrcMGhXnMDYtMmhY9JnA5hP5uW0VBUcHskvmJSUNHnSpEmzAY4cOZJz4sSJEdWXCIkzYAbAbthdBmUjRmhgbNrkxFkrVrp/VrZrzaqRIjUpKWnykiVLeujbsGHDqpEiNRmS74F7NN0eNU5wvgFvlECJpzIG5YqjtMyxUUbGRhl7fDYSUFpmQEAAAQEBPT4bCZwP52tAw4QJMGECGtCcD+cPRobq2+QGPegBiImR/9w/GwlCzSfzcgAKa60U1lp7fDYSOHLkSA5Aa2srra2tPT4bCeyH/QBs2SL/uX/mIQblLGZtbazraq6p1OqNPrY2c33N4c1fjOSkZLFY6urr6ysNBoNPU1NTfXZ29hcjOSlVQEUndIZASBu0bYJNO2Gn2ndVqFChQoUKFSpUqFChQoUKFSpUqFChQoUKFSpU/K9Dq/cxafU+ph9Ln9FoNBmNRtP/D9wMynPEPyp5XNy0S1eYQmITATotVWWV+/6zpq22JH8kvlxiYuK4BQsWrIiKikoEqK2tLduyZcuasrKyEdEXAzFXwpXjYBxAPuR/Bp9VQ7XHjW0wZKYsuP1hvSkwWPlMbwoICk1Kn91Wd7LQ1m5p8DaZ11577cP+/v4uff7+/kGTJk2aXV5eXtjc3OxVfQmQ8Hv4fQIk6EGvB30MxGRC5iE41AItXiV0zNyb7tGbAoOTIw0sTw8ifZSJ5k4RS7tTMIXEJjQWf7/Nmy+4bNmye/z9/YP9/PxITEwkNDQUm82G3W4XIiMjEw4cOOBVfXfD3VEQRUoK3HMPzJsHlZXozGZdHMRlQ7YncjSejplKN58/zh+TQYPJoGH+ODnDmCkkNtGbY6rRaDQp3Tw6OhqtVotWqyU6OhqAqKioRG+OqUYwpkIqAHfcAaNHy3933AFAKqQaweg1Qn/q0INeAAFBAF+3UE2+viAICCB46uPkEaGivauz01JVBrA1v41Om5NOm5Ot+W0ok5No7+r01gtardbO2traMoCamhpEUUQURWpqalAmJ6vV6jV9bdBWB3VIEqxdC06n/Ld2LUgSdVDXBm1eHUOtrfU1oUnpsy3tTmHfqU72nerE0i4CknQq5+O3vT0pmc3mmkmTJs222+2CxWLBYrFgt9uRJElav379296elJqg6Rw4h9JS2LwZNm6EoiIA3oP3qqDKq4Ta2i0NbXUnC00hsQl6U0CQ0jJP5Xz89kgsm5qbmxvKy8sLIyMjE/z9/YOUlrl+/fq3R2LZVAVV9VA/FsYaHA4DDgdt0PY+vL8bdo/IOtR9klKGgh9rYa8MBSOtSwOaOIgDqIRKJzjVWUaFChUqVKhQoUKFChUqVKhQoUKFChUqVIw4Bu05EpY8fa4ptNtzxFxV1liyZ/tIeo6cddZZc909Rw4ePLh9pDxHIiFyDsxJhESAMijbCTvroM6rhAoarW70nOvvCE+bvaC35w0FOVtKd374luQUHd54Ma1Wq1u6dOkd6enpverLy8vbsn79+rdE0Tv6BBCWw/Kr4WrtaedsIoifwCdrYa0E0oDf3ROFYzJvvCs8bfYCDTAlwcScFD/Gx/hg0Gmob3FgCk9IMviGhHorWdXll19+l0JmcHAw4eHhBAYGotFo6OrqIjY2NikwMDDUW8mqroPrroFrNKBhyhS46CKYOhWcTjS1tZrJMFkL2sNweNiE+kcljxs1e8VtGmB5RjAzknwJ99cR7q8jNcpITJCe41VdmMITkloqjx8c7nFyYmLiuEsvvfS27v8TFhaG0WjEaDQSEBCAyWSiubmZ2NjYpOLi4oPDPU5OhMRfwi8FELjzTrj1VkhLk//OOw9CQiA3l/Ew/nv4vhma+5M3oKNDWPL0uQCTE0wkRxrOeJ4caWBygqlH2eHgrLPOmqu0TH9//zN/YH9/goODe5QdDhbAAgEEZs+GRYvOLLBoEcyejQDCAlgwkLwBCVUmoOQIQ59llGdK2eFAmYB6I9OdVPeyw8EYGAPAzJl9F+p+5io7HEJ/6nD5LBn78QXrfuaJf9OAhHaaZZ+mknpbn2WUZ0rZ4UDxaWpr69uVSHmmlB0OKqESgCNH+i7U/cxVdjiENpbs2Q5wuLyTkrozSS2ps3G4vLNH2eHg4MGD2wGampp6JbWtrY2mpqYeZYcDV1ymb76Bkl5C3JWUyM/cyw5nlre1WxqMfqHhpvCEpONVXbR0OXFK0NgmsudkJ9vy23B2r0Xrjm3bONwXbG5ubggKCgqPjY1Nam5uVhzEsFqtNDY2Ultb61qL7t69e9j6aqAmBVJiRTGWHTtAksDHBywWObrYm2+C1Uoe5H0Cn6gLew/gC76/hl9PgSm9PT8Eh16EFzugQ916DmK3lAmZ82Ce+9YzC7KyIduTXZIKFSpUqFChQoUKFSpUqFChQoUKFd7FoMx3et+gkODEyRnGgPAoAGtrQ21T2eFce0ezZSS+XEBAQEhaWlpGaGhoFIDZbK4tKCjIbW1tHRF9OtCNh/FREAVQC7XH4bgDHF4l1OAfGjF69nW3ywZm4bQ6ktRQkLOlNOejt21t5npvvFhwcHDEpZdeent6evoCQeipT5IkKS8vb8t//vOft5uamryizxd8r4Vrr4Ar/MDP/Vk7tP8b/v0xfOwVA7N/VPK48Zc+/JzeFBQiAAmheqKD5MO/mmY75WY7EmDvbLYc/89Ljw7X2JyYmDju9ttvfy4gICAEwNfXFx8fHwC6urro6JDfqbW11fL2228/OlxjcyzEPg/PK0ZlwsIgOVl+WFICjY2AbGz+Lfx2oHvzwkAt86wVz72lNwWFxATruTI9iJggXY8y1c0OPstrprrJjr2z2XJwzaN3DLWlBgcHRzz00ENvBQQEhJhMJhISElxkKujq6qK8vJzOzk5aW1stL7/88h1DbakBEPAmvBkP8URGwv33w6xZP3RCSYJdu+DVV6GujgqouBvuboXWvmT2e0iXfN6tvwyITp0YE6zn9rmhBPueWTzAR8PUBBOFtTY6RL3J4Bsc0liyZ8dQXvCqq6765ZgxYyaaTCaSk5PR6888BtfpdISEhNDa2opGozEFBASEHDp0aEj67oQ7Z8AMoqLkw7i0tJ4jmiBAQgLMnw9ZWQS2twf6gE9/AQk0/U1A4WmzFwjAlelBGHR9N2aDTuDK9CAEIDxt9gK9b1DIUCYg5VAuISEBjabvE26NRkNCQgIA6enpC5ThYTDwB/9L4VIAHn1U7up9ISxMLgNcCpf6g/+gCQ1OnJwBgpAQqj+jm/eGmCAdCaF6QBDkuoNDWlpahiAIgvuY2R98fHzw9fVFEAQhLS1t0PoyIEMHOpKSYMqUgStMmQJJSehAlwEZgyZUWRopE5AnUMoa/cMjB/uCytLIEzLdSQUICQkZtL5YiAVgwgTPK3WXddUdDKHDXN0K/Ig4fWnl6ZpTnkUGkfSsu6yr7mAItbY21CpLI0+hlFXqDgZms7lWmcU9hVJWqTsY1IO8MigbhHtUd1lX3cEQ2lR2OBckqdxsp7p54I1CdbODcrMdkCS57uBQUFCQK0mS1NHR4RGpyppUkiSpoKBg0Pr2wT4ADh2Cag+CL1ZXy2Xd6w6GUHtHs6WhIGeLBHyW14zN0bfjhM0h8VleMxKyW85QtqKtra2WvLy8LQDl5eU4nX1H93E6nZSXlwOyW85QtqK1ULsbdiOK8PLLIIp9F3Yrsxt210LtkNahrbXF+RHjMi/oEPWmwlobCaEGAnw0Z7TM1d83uRb2BRtfeUq0dXYMZSwsKyvLz8jIuECj0ZhaW1vx8/NDp9Od0TJLS0tdC/t33333qa6uriHpK4KixbBYX12tJz8fpk3rGfsO5J3S009Dbi6d0PkkPNmfW/h//dZzBsx4Cp4yghEfH5g9G1JS5IfFxZCTA11dWMH6BDwxUJQx1TiCnBP5AXhgEkzq7fkROPIKvOJJjuShm+8kJGtbQ92PZb6TJEmyWCx1I2m+GwfjzoFzoiBKAqkO6vbC3nwYEe9CFSpUqFChQoUKFSpUqFChYgjwbC8vCELomPTZEWmZC4MSJk0zBoRFAlhbG+uay4/sqy/I3mw+mZeDJHnltpkgCMKkSZNmZ2RkLBw7duy04ODgSICmpqa6wsLCfbm5uZuPHDmSI3lJH0ASJC2EhWfD2ZEQCVAHdfth/2bYfAJOeIVQv4hRKWkXPfBkQHRqv6dZrTVFxwo2vvJke/2p4uG8WFxcXMott9zy5OjRo/vVV1paeuydd955srKyclj6IiDi1/DrgaI1bIEtL8KL/R1/DEhoyKipMyZd+fgrGp3BaNAJzEzyZVKcicgA2ehb1+rgSGUn35/owOaQcDps1iOfPf2A5dSB3UN5uQkTJsy49957X9Hr9UaNRkN4eDhBQUEYuwMAWK1WmpubaWhowOl0Yrfbra+//voDx44dG5K+sTD2TXgzFEIRBDnlz7x5MGqUXODUKcjKkv8kCTOY74a7C6Fw0IT6RYxKmXbjnz/Q6AzGlEgjN84KIdDU+4lJS6eTD3ZZKK6z4nTYrPs++OWNg22pcXFxKb///e8/0Ov1Rn9/f8aMGdOr5wiA3W7n5MmTtLW1Ybfbrc8+++yNg22p0RD9EXwUDMGMHg0vvABjx/ZeuLAQHnkESktpgqbr4LoaqOmtqLavQWzylU+85hMYGZMSaeTO80IxGfo+cTbqBdJHmThRb8fSiS4gZuzE6kOb/j2YMfO+++57LSwsLMbf35/U1FS0/RzvarVaQkNDaWtrQxRF3ZgxYybu2LHj34Mh9EV4MQVSSEmBd9+FmJi+C4eFwSWXwI4d+JjNPsmQ/CV82VvRXlkKHZM+OyA6dYJBJ3DjrBC0moHnLq1GLmvQCQREp04IHZM+29OXmzRp0uzRo0dP0Gg0jBkzBk+O2QVBYMyYMWg0GkaPHj1h0qRJHuubClNnwkx0OnjpJegnYIwL/v5yWZ2OmTBzKkz1mNCItMyFADOTfPvs5r0h0KRhZpJvDxmeICMjYyFAeHh4n928N+j1esLDw3vI8AQXwoWA3OqU8dITjBol13GX4QmhQQmTpgFMiht8ljKljiLDo8lh7NhpAEFBQYPWp9RRZHiC6TAdgAsuGPxM1l3HJcMTQpV1pjKbDwZKHUWGJ1DWmUajcdD6lDqKDE+guHyTlDSEBWtSTxmeEPpTh8s3yWAYfOXuOn35N/VKqLW1sU5ZZw4WSh1FhidoamqqU9aZg4VSR5HhCRpAjpfX7X0yKHTXccnwhNDm8iP7AI5UDj7BllJHkeEJCgsL9wE0NzcPWp9SR5Hh0XcEObLVzp2DJ7S7jkuGJ4TWF2RvBvj+RActnZ5nEGvpdPL9iY4eMjxBbm7uZoCGhgbsds+9/ex2Ow0NDT1keIJv4VtAzorY2uo5ma2tch13GZ4Qaj6Zl9NaU3TM5pD4YJcF0TmwDUJ0ymVtDonWmqJj5pN5OR63mCNHckpLS485nU5OnjzpkY1FkiROnjyJ0+mktLT02JEjRzzWtxW2lkEZzc3w7LPy5YSBFcplm5spg7KtsNXznRLQUpV/KHrywqWWTnQn6u2Mi/bBqBf6bJn/zP5h63nks6fut7c3mQfTk0pKSg5lZmYuFUVR19bWRmBgYJ+7JbvdTklJiWvr+dprr93f0tLisT4JpEIoXAJLhBMnBMrLITMTdLq+Bmp44gn45huc4HwIHurrek2fhNo7ms2tVQVHIsZlLrR0osspaaety4lOo0GnEbDaJcrNdrYXtvHxnibqWx0u40hLVcHhwQ5Nra2t5pMnTx7JyMhYKIqirqGhAYfDgSAICIKAKIp0dHRQX1/PqVOnsFqtLuPIiRMnBq2vGqorofI8OE8oLhb4z39Ao4HQUAgIkAtVVcGGDfDb38LBgzjB+QQ8sR22q+a7PjALZj0Oj/dYVyot1fHDKqcWap+Gp3fBLtXAPNDmAIxLYaliYFYCW4sgKgbm9bDeCgOu637UywX/P0AAIRRCAcxgVmPeqVChQoUKFSpUjNSya3DQ+fgHui/sHV1tLSP5Bf38/ALdF/bt7e0tI02KCUwAndA5IoT6hsaPjs+4/PrwtDkX+ARF9bja3NVcW9VQsPPbitzPP+wwV5R644Wio6NHL1y48PqMjIwLwsLCeuhrbGysys3N/Xbz5s0f1tTUeEVfIAQug2ULYMEEmKAEGGiDtmNwbAtsWQfrWqBlWIRq9EaflAW3Pxyfftl1CD+EWPAzyNXabW6bCMnprMj74qPiLW+/5LRbu4byYgaDwefaa699+IILLrhOEATND1trXffW2uFmTZOc33777Ucff/zxSzabbUj6NKC5GW6+F+71Bd/+ynZAx+vw+rvwrhOcgybU4BscOvW6//mHf7dRZEKskcxUPybEGjHq5He1Opwcq7KSXdTOsSp5m9tWU3TswEe/udXWMTjzXWBgYOivf/3rfyhGkaCgICIiInqY8URRpKWlhfr6epelvrS09NiLL75462DMd0q3fhVenQfzAPk64vLlshlPcXqorobsbNmoXCzbYLIg6364v6/hQOirZWbc9NrH/tGpE/x9NNw8J4SJsf1HWjha1cW7Oy20dTlpqyk6lvvefdd62lINBoPP448//vHo0aMn6HQ6kpKSBjxSbm5u5sSJEzgcDkpLS489/fTT13raUrWgfRvezoRMfHxkN5urr+47GIEowiefyO46XV1kQ/btcLsIYi+yz0Tqort/Gz52zgJ/Hw2/vjCC0eEDnw5GBug4O9HE3tJO8AmN0Pn4BTQWe5Yb5IYbbvhtenr6Ap1Ox/jx4/tN/aPAx8eHkJAQzGYzgYGBEb6+vgGe5ga5G+6+Cq7Cx0d2w1m4ULaF9jk2aGDyZDkN0IYNJDociSKIe2FvL8NILxNQ+mXXAdw8J4SIQZzNRwTouHmOHKAmPv2y63xD40d7MgFdcMEF1wEkJSUNOuZIUvc5+QUXXHBddHT0gPqiIOpOuBOAZ56Bs8/2fJw4+2y5DnKIot7O5s8gND7j8usRNJoJscYBu3lvmBjrw4RYIwgaTXzG5dcPVH7hwoXXC4KgCQoKGrLnSFBQEIIgaBYuXDigvuvgOgMYOOssuPTSwc9kl14KZ52FAQzXwXUDEhqeNucCgMxUvyEvQ5S6iqz+kJGRcQFARETEkPUpdRVZ/WERLOoeZ868qe7RQlOQ67rL6otQnY9/oLLOnBBrHPILKnV9gqJidT7+gf0t2pV1ZmBg4NDXkd11w8LCYv38/PrWB35JII8R8+YNfeHaXTcJkk4PPtiDUGUH5GcQXEujocCo07jWqv35OCk7IJ1O168/6ICztlbrWqv25+PkGvP8/GAIw4vbOCPL4Ewfp/8q3yZXElSjcfjCumWcnli1B6GKP1K7TcLqcA5Zl9XhdO2i+vNxUvyRHA4HYn9RaQaAKIquXVR/Pk6NIMeuNJvls/Yhv6BVluEuszdCHV1tLV3NtVWAa+czFCh1u5prq/oznrS3t7c0NjZWAbS0DN3modRtbGys6s94Ygazy8lrz56hE9pdtwEazGDut8s3FOz8FiC7qH3I+pS6iqz+kJub+y1Aff3Q47EodRVZ/WEbbAPg3/8eOqHddV2y+iO0IvfzD5GczmNVVo5WDd7mcLSqS26hktNZkfv5hwOV37x584eSJDmbm5uH7H3X3NyMJEnOzZs3D6jvI/gIgC+/hMOHB0/m4cNyXXdZ/RHaYa4orcj74iOAd3daqB+Ej2h9q4N3d8oBayryvvjIE3NeTU1N6bfffvsRwIkTJwYd++7ECfmC27fffvuRJ+a8o3DUdYPjgQdcY6FHMJvlOsCX8OVROOrRXt5y6uCe8JQZ8/AJjdhb2klciH5A9/CjVV385btGl3HkyL+ffdDTLIrHjx/fc9ZZZ80LDAyMMJvNeBJDtLm5maKiIpdx5C9/+cuDnmZR/B6+vxguDmxpCeTbb+U9en8BWQGKiuDnP4fyciqh8i64qzdPkl4JlZyioz4/e3PomGmz8QmN2HOyk5MNNgw6gVA/LbruazZWh5PDFV2szW3my0Ot2BySy3znsLZ77HgpiqIjNzd388SJE2cHBgZGNDY20t7ejkajwWAwuKLdiqJIc3Mz5eXlVFVVuVwZX3zxxVs7Ojo81mcF6zbYtgAWBDQ3B/Cvf0FdHURGyn89WspR+Mtf4LHHwGKhCqpugVv6in/3X21gDoOwP8Afzofz3XYbENt9SFBVBd1ZbgG+g+9+B787fankMaE9LFA/4SOQWTDrZ/CzTMg0QA9bpQ1s2ZD9Prw/kOedx4Sevt//qR7SGcGYDMkREAFy4NUSKPHE606FChUqVKj4P4dBz/KCRqvTmwKDAeydLU3eyinfF7Rarc7f3z8YoK2trclbOeX/Vwn1ixidGjdtyTVhKTPn+UWMShEE2bwuSaLYXn+quLH4+6zKfRv+1V5fWuSNLxUfH586f/78a6ZOnTovLi4uRaPRaAGcTqdYWVlZfODAgaytW7f+q6Kiwiv6QiDkMrhsHswbB+PCIVwxz+VDfhZkfQFfWMAyLEKNAWGRaRc98GTUxAVLerSa7q3n6Tfsao9u2VCw8ZUnB3NxtseLhYRE3nLLLU/OmjWrhz4lwsPplz527dq14Z133nnSYrEMSZ8v+N4P998Ct/hAv8aDLuh6B955FV7tL1FVn4QGJ04556xrn3/b4BsSJgBnjzKRPsrE+FgjQSbZBNDcKXK8ykreqU72n+pEAmwdlsaDH//29qayQ3sH83Ljxo075+GHH347MDAwrJtcwsLCCAwMdEV5sNvttLS00NjYiMUiN5aWlpbGl1566fb8/PxB6UuG5FWwKhnkbFQTJ8LFF8OcORAXJxeqrJQvy371lbynB0qgZCWs7CvAtdAXmek3vfqhRmf0SQjVc2tmKAlh/YeuKG+0849sM+VmO06HtSvvvfuv95TUcePGnfPYY499aDAYfHx9fUlKSsLPr/9j7Pb2dk6cOEFHRwc2m63rmWeeud5TUlMgZS2sDYVQoqPhD3+QvUf6w+bN8LvfQU0NZjAvh+XFUDwgocaAsMiZd7//jcE3JGxyvA93nx/Wby6lHvteh8Sb3zVyuKILW4el8fs3f7Z4oO4fEhIS+fLLL38TGBgYFhwcTGpqar+5lNzhdDopKiqiqamJlpaWxoceemjxQN0/AAI2wsZESGTKFHjvvYFNdz8YEuCmm+DQIcqg7CK46PTsX2eY7yZe/uhLQXETpiaE6nlwUYTHZCpj67RRJg5VdNHuMPj6BEXF1h797sv+6tx9990vpaSkTPX19WXcuHEek6mMraGhoTQ1NaHRaHzDw8Njd+3a1a++J+CJuTCX+HjZAcxTMkHOwrB4MXz5JUEtLUGBEHj6rWTN6bN51MQFSwTg1szQQZHpMsHpBG7NDEUAoiYuWOIXMTq1v9lcmYCSkpIGRabrBTQal3/TrFmzlsTHx/epLw7iXO4zL788ODJdNr8wuS6yW08cxPVJaNy0JdfQPQENNGb2h4QwPWePMvWQ2Rvmz59/jTIBDTRmDmCRIiQkpIfM3nANXKMFLXPmyCkqhorZs2HOHLSgvQau6ZPQsJSZ8wDSR5kYLhQZiszeMHXq1Hnyjx42bH2KDEVmrz8gzAeG5iR2OrpluGSeTqig0er8IkalAIyPHb5nhSLDL2JUiqDR6nrbAcXFxaXA8PyaFCgy4uLiUrTaXvSBdgLIV8aH49ekoFvGBJjg7j3iIlRvCgwWBK1WqxFc68zhIMikRasREAStVtmqusPf3z9Yo9FoBUEYVDSxvqDX6xEEAY1Go1W2qj2WghCsAx1a7Q/rzOEgLg60WnSgC4bgXrv8TxmuVqTVelGotqdsd0LtnS1NkiSKolOiuVMctq7mThHRKSFJomjvbGk6/XlbW1uT0+kUJUkaVCScvmC325EkCafTKba1tZ2hrwmaJJCw2XocvA0ZTU1gsyGB1ARNZxAqOUWHEt7ieNXwj1AUGe31p4p7s0iJouhQwlsMx69JgSKjsrKyuDeLlA1spVAKwPffD5/QbhmlUGoDW69dvrH4+yyAvFOdw9anyFBk9oYDBw5kyRuQxmHrU2QoMnvDTpCjWH399fAJ7ZbhktkboZX7NvwLYP+pTsobh94Nyxvt7O8mVJHZG7Zu3fovAIvFQnv70J3T2tvbXcYSRWZv+AQ+AWD9+sGlnzwdZWWyDHeZvRHaXl9aVHt0ywYJ+Ee2ud9Mif3t5/+RbUbqNuf1ZyOtqKgo2rVr1waQ/Zr6y5TY335e8W/atWvXhv5spAfgQDZk43DAr3/df6bEviCKcl2Hg2zIPgAH+t3LN5Ud2hsz9aIr2x0G3zKznWmjTB5FuHU3jhTV2rrNeL9ZKdo6+216+fn5e+fNm3elRqPx7ejoIDQ0FE8TySrGkdbWVlpaWhpffPHFlV1dXf3q2w/7r4ar9eXlempqYMGC/u8onU7mI4/A11/TAR23wq2nG53PIFS0dbY3lx/ZFzNl4WX1begOVXSRHGEkyFc7YDd/bUsDRbU2nA5r1/7VD93iiQW/q6urvbCwcF9mZuZldrtd19TUhL+/P4YBQlG2t7dTWFhIa2srNput6/nnn7/FEwu+BSwlUHIJXCIcPSpw8KC8lRzoslltLfziF/DllzjBeS/c29vFr15Z6mqurbKU7v8+YtycC9odBt+sgnbKLXacTggwafDRa1xLowNlXXxxoIU1e5po7nRi67A07l/90C2DMTA3NDRUHTt27PvunJ6+dXV1rnSTer3edaHBbrfT1NRERUUFZWVlisG58fnnn79lMAbmYigugqKFsFBXWqrjww9l05y/P0RH/3DdxumEvDz4+9/hV7+CoiKsYL0P7vsKvhqUxV6xjf6Uj0DSIO1FePFs+OE6nY9Pz8uzbv6q+2H/r+HXBVDQp0nRI2vOT/iQTgDhPDjvGrhmLsxV7sq7NiDQth22/wv+tQ22DRQYSz1G7rnk0cRBnPupZyVU9nc/XoUKFSpUeA8eTUoard4QkZZ5QWhyRqZ/VPI4vSkoRJ6Umi1ttSX55pLc7PqC7G+dot3mjS+l1+sN6enpF0yePDlz1KhR45TU6K2trZZTp07lHz58ODsvL+9bu907+gAmw+RMyBwH40IgRNkE5EN+NmQfhsPDJlSjN/okzb3p3sRZK1YafGUS+9x2djRbynatWXVi+3uvD+fSwpVXXnnvJZdcslIhsS+0trZavvzyy1WfffbZ60O9tCCAcDVc/Qv4xTgY1+8WGfL/An/5BD7pb+nUJ6GBcePPmnrtC39XwlyE+mnJGG0iOdJISPc21NIhUlJnJbe0E3O7bGjoMFeUHvj4kdtaKo8fHMzLpaSknPXwww//XQlzYTQaCQ0Nxd/fv4crTltbG2az2ZUQoKampvSll166rbi4eFD64iH+b/A3V04PHx847zyYNk3eLcnCYd8+2LbNtcDfA3vuhDsroMJjQsPHzp5/9vUvv6vVG31C/LSsmB7MzCTfPgMgSJIc837NniYs7SKi3dq1/8OHbm4ozNnqyctNmzZt/m9/+9t3DQaDj9FoJDEx0ZWFpp/tKmVlZVitVmUvf/O+ffs80ncWnPUv+FcohOLnJ9+O+/nPfwhmfWZ3gH/+E155BdrbMYP5GrjmIBwckNDAuPFnzbj9H//R6o0+k+N9uHt+GH4Gz6wx7TYnb26VXXFEu7Vr99u3XjpQS01JSTnr+eef/4/BYPAJCQkhJSXFdS9pIDgcDoqLi7FYLNhstq7f/va3lw7UUkfD6K/h61AIZfJkeOcdSEz03A56yy1w+DBmMF8IF5YqpwC9EarRG30y7/9ku29o/OjJ8T78cmE4Ou3gNlMOUeLPmxs4XNFFh7miNPvVq+f2NaYaDAaf119/fXt0dPTokJAQ0tLSPDbd/dA7JAoKCrBYLNTU1JTee++9c/saU3Wg2wgbz4KzOOss+OwzGOwRdksLXHklHDzIQTh4EVzkAEev1qbk82/9ZdTE+ZeE+Gl55JJIl1VpUNs3jcDURBM5xR2IuoBgyelw9JV14eqrr/7lzJkzLzEajYwfP35IYTIEQSA4OJjGxkZMJlOw0+l09JV14efw8+vheoKD4YsvYIBhpXeLkVHOqbRmDdFdXdGN0LgP9p1hsddo9YbEWStWAqyYHuxxN+/VmGLQsGJ6MACJs1as1Gj1ht6WRpdccslKgMTERI+7ea8tT6cjsbvbXnLJJSv1+jP1aUF7D9wDyIH+Y2OHvsaKjZVlAPfAPb0eI0ekZV5g8A0KCfXTutKgDQczk3wJ9dNi8A0KiUjLPCP8T3p6+gUBAQEhRqNxwAnIE4SHh2M0GgkICAhJT08/Q99cmBsLsYSGwvXXD1sf118PoaHEQuxcmHsGoaHJGZkAGaNNQwpndGZXlGW5y+6xkJ48ORMgNDTUa7sURZYi2x2uoIFLlgwtMdWZE4Asy122O6H+UcnjAJIjjV57QUWWItsdo0aNGgd4FOfOUyiyFNnucPk1nXOO9/aZ3bJcsunh2yTvhEJ8veeqoshSZLtD2Ql5w6/JbVzuIdsdyoVYr/g1KeiW5ZLNf2NOOkEYUVluvk3NFmU76S0oshTZp+/Fle2kt6DIUmT30Kf4wpvN3iO0W5a7n72L0LbaknyAkjrvXQ1XZCmy3XHq1Kl8gLa2Nq/pU2Qpst3hShB94ID3CO2W5Z582kWouSQ3GyC3tBNvJNWRJFmWu2x3HD58OFv+kc1ebDDmHrLd4YrGsHGj9wjtluUe6cFFaH1B9re2jmaLuV10JeobDr4/0YG5XcTW0WypL8g+I0BVXl7et62trRar1epK1DccNDQ0YLVaaW1tteTl5Z2h7xv4pgM6KC6GrVuHT+bWrVBcTAd0fAPfnEGoU7TbynatWQWwZk8T7bahH/S125ys2dMk2xN2rVnVm+HZbrfbvvzyy1WyzaGsR4CWwcLhcFDW7fz15ZdfrurN8NwGbR/ABwA8/vjwY989/jgAH8AHbdDW6yx/Yvt7r3eYK0ot7SJvbm3EIQ6+7ztEiTe3NmJpF+kwV5Se2P7e632V/eyzz16vqakptVqtFBcXDylhmCRJFBcXY7VaqampKf3ss8/61PdH+GMDNFBYCA89xJDGNkmS6xYW0gANf4Q/nrbFdSvrFB2WUwf3xJ59ydX17ehONNiYmmjC4KHFqd3m5PUtP5jv8t6779qupprKvsqLoujIz8/fc/75519tt9t17e3tBAcHe3xfyeFwUFRU5DLfPf3009fW19f3qa8Luo7C0SvhSuHoUYHqapg/33M3cZsNHn4YPv4YJzhvgVvyIb9PQgGsrQ21LVXHD0ZNXLCkvh1dTnEHwb5a4kP0AxqYX/22gVONdpeB2VK6/3sPJpLakpKSg7Nnz15it9t1jY2N6PV6fH19BxwzCwsLaWtrcxmYjx49OqC+UiithMrFsFg4fFhg82b54uxAxpLcXLj5Zvj2W5zg/CX8cgNsGNDA7G5o/ikfgSyCRW/AG8HKDY7p0+W7R70dgfznP64Ql03QdA/cswk29brW79e2+RM/pIuAiMfgsSvhSj30uwe2g/0z+OwZeKYe+ozNqR4jI8dRvgKumANzxsN4pdU2QdNxOL4Tdv4b/t1XvDsVKlT818JzW5YgCP4Ro1P9I5PS9N0TlL2j2dJWd6Kgrb60yFtpfN3UCfHx8akJCQlp7mNoeXl5QUVFRZHkZX0gJw5IgRR3V5xiKG6Hdq8R6huWmDQ68/o7Y6YsutzgH9prfglbm7m++tCmz0uzP/xbR2PZieG8VGxsbNLSpUvvPPfccy8PDg7uVV9TU1P9jh07Pl+/fv3fqqqqhqUvCIJuhBuvgCumwlTNabtHJzgPwIF/w78/gA+aoXlIhGoNvn7jLn7gqYQZy28WNPJWwkcvMCrUQJBv96WFDienzDa67JKy0xLLd699N/+rV54QbR2Dusnl4+Pj9/Of//ypiy666GbFBVyr1eLr6+u6EWKz2ejo6HDFvHc6neLGjRvf/ec///nEQNdpzng/0P4CfvEr+FUg/HA4HxPzQ5TbujrZz74bLdDyR/jjX+AvveVS6pNQ37DEpIxbXl+jhLeYlmhi0aQAJsYaz7izJDoljlZZ2XSklX1lsrmuvb60KPede1d42lpjY2OTnnjiiTVKeIuQkBBiYmKULDRn7N2bm5uprq523Z6rqKgoeuqpp1Z42lrDIfw9eG82yGEdJkyAlSvhkkvODBlcVydHBV+1Co4dAyAHcm6Cm1wx8fsj1DcsMWnWL97fZPALCQv103LneeFMivPs4O5IpZW/bWuQzXbtlsZdf/nZooFIjY2NTfrjH/+4KTAwMMxgMJCamupxGiAlsLXNZqOlpaXxV7/61aKBSA2H8K/h62RIxs8Pnn/es8w1kgSrV8vn8e3tlEDJhXDh6aQKp3fzOfd9/J1fxOjUhFADj14SMehgBM2dIs99WU+52UZ7fWnRzteuPb+v7u/j4+P36quvfhcfH5/q6+vLhAkTBrzwdaa9wsaxY8fo6OigoqKi6P777z+/r+6vB/1X8FUGZBATI3uPpKYObtAtKoLLLoPqanIh92K42A72Xo0jEy59+PmItMwLQv20PHlZ1JAiO/joNUwfY2JXSQeiPihMbwoIqs/f0eu+9/bbb38+IyPjAoPBwKRJkwZNpjLOhoaG0tDQgJ+fX5i/v3/Q3r17e9X3G/jNVXAVQUGytX2wZIIcFWfxYvjkE2Kt1lgJpGzIPsMe6huWmJQwY/nNAHeeFz6sMBlBJnmoAEiYsfxm37DEpN66+kUXXXQzQGpq6pDIdLMBkNpNzkUXXXRzbGxsUm/by/vhfgD+9Cc5S+JQkZIiywDuh/vdUwC5CB2def2dgkarnZZo8njM7A+T4oxMSzQhaLTa0ZnX33n686VLl96p0Wi0ISEhQ0qddsaPGBRESEgIGo1Gu3Tp0jP03QF3GMHIzJmwbNnwF63LlsHMmRjBeAfc0ZNQQRBipiy6HGDRpACvLZQVWTFTFl3uPl0LgiCce+65l8urlBiv6VNknXvuuZcLpy0ProKrALjrLu/tBLpluWQrhPpHjE41+IdG+OgFJsZ6zxVnYqwRH72AwT80wt8twlh8fHxqcHBwhFar9UrrdG+lWq2W4ODgCPcIY6NhdDzEYzTK45+3sHgxGI3EQ/xoGP0DoZFJaQCjQg0e3433aMLQyBsBdx0ACQkJaQC+vr6DdrAdYLvqsvQrOgDGw3j5F57onWxfCoxGWaabDg2AsjdXdkDehCJT72agVvbmBm94wfUyQbnrADlFhWsX5G10y1R0/Ff4NulA9uYdhlNv38J1PXRoFKuRsjf3NhSZig7FaqQsyr0NRaa7f5PLoOEFh4oz0C1T0aEBaKs7UQBwymw7I6jAcCA6JU6Z5RdUdACUl5cXAHR0dHjV6idJkisShKIDoAjke/VHj8pRGrwFp9MVSljRIRNaX1pkazPXd9llQ4e3cLTKSpddwtZmrm9zC05QUVFR1NTUVK/kR/Jab2huRhRFmpqa6t2DExyH4y3QQlMT7N3rPUL37oWmJlqg5Tgc/2EMlSSp+tCmzwE2HWn1mj5FVvWhTZ+7N0VJkqQdO3Z8DlDtZh4bLhRZO3bs+NzdAC2C6DpD/8c/vEdot6wNsEEx57kmpdLsD/8mOUVxX1knRyqH30qPVFrZV9aJ5BTF0uwP/3b68/Xr1//N6XSKFovFK620ubkZi8WC0+kU169ff4a+t+AtQL6bdPDg8Mk8eFCW5S7bndCOxrIT5bvXvgvwt20Nwwoo2Nwp8rdt8mBdvnvtu72Z8Kqqqk5s3LjxXdmAUzSsCcpms1FUJPfwjRs3vtubCe8QHFoH63A64Y47YBiRzGhvl2U4nayDdYfgUK/WJvOJvJ3Rky+4VNQHhR2qsDJ9jGnQl78U811ti4P2+tKi/asfvlkSe3dTPnz48M45c+Zc6ufnF9bU1ERoaOigL38p5ruuri4qKiqKnn/++ZsdDkev+nbBrqvhav/GRn/27oXLL4fB+vh3dsKKFbBvH7VQez1c754ooKezmGi31xfkbImdetHydtHgu6ukg8QwI5GBOo+7+Ysb66htcWBrtzTuefv2y2xtDX2GAHI4HPZ9+/ZtOe+885ZrNBrfbhPcgBkT3bv58ePH6erqoqWlpfHRRx+9rL+QQx3QoZCqKyvT8fXXkJnpeXDrwkJYvhxyc+mCrt5i2Z/RHOydzZbaI1s3RIydPV/UB4XtKGrnZL0Nfx8t4f5aNMKZRyBHKq18kGPhk9wmOu0S7fWlRXvevv0yT45AWltbLbt27dowbdq0+X5+fmH19fW0tbWh1+sxGo19HoGcPHmSsrIyRFGkoqKi6NFHH73MkyOQaqjeDtsvgot86+t9ee89qK+H0aP7JraoCP7nf+C++6CmhgZoWA7LcyH3jO1vn/vwn/ghXTREvwavLYQfUiykpsLUqT0P6Q4ckAntxmbYfB/cVwM1vdoTBlL8Uz9GzoTMe+CeBbDAtUU9fWgCxxbY8ga84W6dHxKh7qacn7KjQyAETofpaZDm7uhQAAV7YE8LjGh2SBUqfhx41OUNfiFhURPnLwkZM22Wf+SYsQa/kDAAW7ulsa3uZKHl5L5dtUe3brC1Wxq90v0CA8Nmz569ZOLEibMSEhLGKjmWWlpaGsvLywuPHj26KycnZ0NLS4tX9OlBPwfmzIbZY2FsKIQCmMFcCIU5kLMTdrofFw+JUN+wxKSxi+5+NGbqxcs1vWQv6GF4EUVH9YGv1hZuevO5oU5MsbGxSTfccMOj55133nLtAPpEUXRs27Zt7erVq58b6sQUAiH3wD23wq1KAME+rXTQ8A/4xxvwRn+p1IS+ZoTk8279ZeriX/xOqzMYAZIi5FPMUeH6Hj72pxrs7Cvr5ES9vP8XHTZr0Td/+UPJtn/82dOJShAE4aqrrvrljTfe+DuDQdbn7+9PSEhIrz72FovFdQ3RZrNZP/jggz98+umnfx7MRHUlXPlH+KOLyMhIOUnVlCkQ1X0qXFsLhw7Jyanq6lzE/gp+9Rl85hGhGq3eMPW6/1kVc9biZQBT4kxcNyuYMeH9H1ecbLDx0a4mDlXK/k3VB79Zd+Cj36wcyE1cr9cbfv3rX6+aO3fuMoDg4GBGjx7tUcav0tJSmrqD/G/fvn3diy++uHIgN3EBhGfgmQfgAQDGjZMvcV1ySd/Xa0RR9m96+mnIl2/RvAKvPAaPnR4US3t6Uzn7+pfeiTlr8TKtRuDWc8O4OTPEozv0Ib5a5qb5Eeyr42B5F35RyeP9I8ekVh+WzYJ9tcxHHnnknblz5y4TBIHk5GSSkpI8OmsyGAxERkZiMBhoampi1KhR4+Pj41Ozs7M/76/eC/DCfXAfAA8+CO+/LzuL9Xc3SqOBtDQ5xJDdDrt2MRNmBkLgt/Btn4Qmn7/ywTHn3nC3ViPw8OII5qQOPsdRcoSBpHADu0504BeVPN5pt3ZZSvf1mkb86quvfvCKK664WxAExo8fT0RExKD1+fv74+/vT0NDA6NGjRpvtVq7jh492qu+6+H6Z+AZAF5/XSZ0MMYYrRbOP18+mNu4kekw/RScco+Lp3WfgKb97E8faDRa3a3nhg2JTAUxwXoCTVr2neokJCl9dtX+jWtPvzMfGxub9Lvf/e4DrVarS05OHhKZCkwmE3q9HovFwqRJk2ZnZWWtPf3OfBRErYN1RjDy6KPyvnyoOLs7ZPOOHZwH562G1YqXs6udj11096NancE4Jc7EwgnDjwOycII/U+JMaHUG49hFdz96+vMbbrjhUYPBYAwODiZauWg1DERHRxMcHIzBYDDecMMNZ+j7DfwmAAKYNg1+85vhr7V+8xuYNo0ACPgN/KaHgdngFxIWM/Xi5QDXzQr22iJXkRUz9eLlytpVWWeed955ywFGjx7tNX2KrPPOO2+5snYF8Af/G+FGAJ591jspgLRaWRZwI9yoBMPWAERNnL9Eo9XqkiKMA87mg8GYcANJEUY0Wq0uauJ8Vyj12bNnL+kOVj2sXHSnw8/PD39/f7RarW727NkufRfDxSYwMXYszJ3rvW3R3LkwdiwmMF0MF7sIDRkzbRbIrt/ehiJT0QEwceLEWYArMZ83ochUdCgWJcAVZ8mr6Jap6Oj2bRozFmBUuN7r+hSZig6AhISEscoM7W0oMhUd4ObbNG2a9wntltnDt0kZ37wZs8l9fequQxlDuxf1XtenyHQfQ127oRH0bVJ0/Hf5Nmm932AUmT18mxQrkTdjNilQZLpbohQrkTdjNilQZLpboswgh8upr/c+od0yFR3dvk0nCwFONXj/BRWZig6A8vLyQvBuzCYFikxFB8gpzAHXPSOvolumokMDYDkpbw2Vi1vehCJT0QGgbA2Vi1te7RHdMt23n7thNwCbNnmf0G6Zig4NQO3RrRucoug4UW/lZIP3XAxPNtg4UW/FKYqO2qNbXfE5cnJyNoii6GhraxtWLrreLFBtbW2IoujIyclx6dsAGySQyMmBkhLvkVlSAjk5SCApvlOuMbT6wFdrAT7a1eQ1fYqs6gNfrT19DN22bdtagNLSUq/pU2Rt27ZtrfsYWgmVG2EjkgTPPOM9Qp95BiSJjbCxEip7zPKFm958TnTYrIcqO9l8bPhj2+ZjbRyq7ER02KyFm9587vTnq1evfs5ms1mbmpqoqakZtr6amhqampqw2WzW1atXn6HvOXjOCU7WrnVlPBwW1q+HtWtxgvM5eO4Ma5O9s9kiiaIjfOys8w+Wd5EUbiAmeGjrxP2nOvnLd41IEhRufO3pumPfnZFurLW11SKKomPatGnnK3noTCbTkMdNxVns3Xffffr7778/Q18N1ARC4AyYwaZNcnK/oa5L9++Ha68Fm4034I0P4cNe7aGWU/u/D4hKHucXlTx+14kOAk1akiMMg26Zf/muEdEpUX3wm3XH1r/wm74nyGPfJyYmjhs1atT4hoYG9Hr9oHdPNTU1FBXJbgHbt29f99Zbb/WpbwfsmANzEm22RNaulY87kpMHPwlddRW0tpIN2XfAHe5Xvc9Y6dYe3fqlf+SYVL+o5PH7TnVSWG0jIUw/4C7qZIONN7c0svFIC5L0wxGI5Ow/eeb333//ZXx8fOqoUaPGWywWWltb8fPz8yhrYlFRkcvJVjkCEcW+9Ykgrof1s2BWgs2WwL/+Jd+HnzZt4KyJNTXyTeTf/hZsNnIg5yq4yt3zDv5LD+l8wOcFeGElrJT3xQa4+GK48MLeD+m+/hq++koO1QasglWPwCNdcEa8qP/qY+TZMPspeGoWzPKk/C7Y9QQ8kQM5fTYOTwT91B0dJsPky+Hy/hwdPofPPc2ppMKL8Nj7zhgYEW0MCI/S+wT0uO1q72pttrY21Fpb6mu8+cVCQ0OjQ0NDo/z8/IJOm4yazWZzrdls9qo+DWgCITAIeuhrhuYWaPE0FWW/hIaMmTYrccZVt0SOn7vY6B8W2V9Za1tjXd3x7d+U7f70Hfd9+2AwceLEWRdffPEt55xzzuKQkJDIAdaedXv37v3mq6++eqevY+OBkAiJN8KNi2HxZJjsA736ondB12E4/A188wF8UAZlgyLUNyxhzKQrn3g1Mi3T5d2r0QiE+GoJ8OlpQm3tcmLpEHG63cCrK8jefOSzp+7vaCw/6ZmNNmbMfffd92pGRsZCt5kfg8FwRtIVh8OBzWbrsYDIzc3d/Nprr91fXV3tkb5gCH4GnrkFbtGevnQ8/br5aVd+RBDfgXceg8eaoGlAQiPGnbto2o1//kDv4x+o0Qicl+bH3DQ/0qKMfeZWcogSBbVWthe0s62gHadTwt7V1rLvg1/e2Fe8EQXnnHPOot/97ncf+Pn5BQqCQGRkJJGRkQQGBvZ59VuSJFpaWqirq6Ourg5Jkmhvb2/5wx/+cGNf8UYUnAVnrYW18RAPyI4L110nX15ITDzTg8TplBNTZWfDRx/Bd98BUAEVy2H56Vm/hNPJPOfWv67VaHT6tBgj98wPIzpocNvPmmY7b2xtpKDaitPpsO/9x13L+yL1nHPOWfT000+v1el0+sDAQFJTUwe9/ezs7KSoqIiWlhYcDof98ccfX94XqWfD2V/D14EQSHIy/O1vMpGDQXY23HknlJTQAi0XwoX7Yf8ZhPqGJYw598F/f6/38Q+cneLHvQvCBp3ty73Fvr6lkZziduxdbS07/nTFzNO7f0xMzJi//vWv3/v5+QWGh4cPKduXe4stKCigoaGB9vb2lrvuumvm6d0/AiL2wJ5oiObcc+HTT8/s3p6iuVnefu7YQQ3UTIfpSpBWV/uedOUTr+p9/APTYozDIhNApxW4d0EYaTFG9D7+gZOufOLV08vcd999r/r5+QUGBgYOi0xlvE1LSyMwMBA/P7/A++677wx9L8FL0RDN+PHDI1MZZz/9FMaPJxqiX4KX3FYL8mwemZa5UKMRuGf+8Mh0J/We+WFoNAKRaZkLTz+Xz8jIWCgIAqmpqV4Jk+EuKyMjY6H7ufwkmHQNXIMgyBdevRHnJChIliUIXAPXTIJJLkITZ1x1C8B5aX6DHjP7Q3SQnvPSZM8QRQfAxRdffAtAZGTkkE12vcFkMhHZfcdI0QHg2rNfccUPjl7ewNlnyzLddGgAIsfPXQwwN817bjEKFJmKju7JaLFCqLehyFR0AFwEFwHws595f2vULVPRoTMGRkQb/cMiNRqBtCij1/WlRRnRaASM/mGRxsCIaD+dSEhISKQgCAQONgWkZ3YABEEgJCQkMjQ0NBqz2ZYIiWg0cO653if03HNBoyHR6UwMhVCNMSA8CmQPD2+Mnb2NpYq5zxgQHhUaGholW8wMXg0xdPqGoHv7GuVab0ZHg6+v9wn19XXFvY+HeI2yNz99B+RNKLL1PgFByt5cNxIRapQfsVu2n59fkGtv7sVkgr0YHuR5CoJ+8q44grLW1ozgq3bLFkD478tJN8JQCfX2cGPvam1WrEYjBUW2vau1uV2wu6xGIwVFdnt7e7Mr6nfLCF4m7pbdCq06a2tDLcgHbg5R8vpM7xAllweetbWh1twdHEYxwXl7ppckyRUQxmw211qVpClVVfIFLm+7NIqiLBv5lp3G2lJfY21rrHM6ZROct1FQa8XplLC2NdZZW+przGZzjcViqVNMcN5vLC1IkoTFYqkzm801FVDRBE3YbLKDgrexfz/YbDRBUwVUaADqjm//BmB7QbvX9SkyFR0Ae/fu/Qagrq7O6/oUmYoOCaStIGf1++QT7xPaLXMrbJVA0gCU7f70HYBtBe3UNHvPR7Sm2c62bkIVHQBfffXVO8rLd3Z6z4Wys7PTRaiiA+B9eB+Af/5TPmv3FmprZZluOlz+oXUF2ZudTok3hpjcr7ex842tjTidEnUF2ZtP9w/Nzc3dLEmSy43GG2OnIis3N3ez+znTJtiUC7m0t8O99+K1xKX33gvt7eRCrpIBzDVCW0r3fx9/zrIbLV1aY3Wzg3NGm9BohmdgPlDWib2rrSX3n3ctt3e2NLmXOXbs2PeLFi26UZIkY2dnJ2FhYcM2MFssFtrb21sef/zx5W1tbT307YN9P4OfaQsLtbS0wAUXDD1PsiTJN+k++AAb2K6Cq5QoOW7edy1NLVXHD8WeffHyCouoPVLVxYRYI/4+2kF38xe/rudAWSdOp8Oe9+691zaXH847vVxbW1tTSUnJoXnz5i3v6urSNjc3ExgYOOibIZ2dnRw/fhyLxYLD4bA//fTT1xYUFJyhrxZqK6HyUriUPXvka9rnnw+DNR9aLHDbbfDuuwDcBXe556frwVZHQ1lJU/nhvKiJ8y+xdGmN3xxto6HVga9RQ6ivts8W6xAljtdY+Sy3mb9tM9PQ6sDe1daS9+691/Z3SFdVVVVSWFiYN3PmzEskSTLW1NRgtVrR6XS9BsFyb5EtLS2Ul5e7cnq2t7e3PP3009f2d0h3CA5VQuWFcKHm+HEN77wjX9dOTBzY6FxWBn/9q5w5cd8+HOD4BfzCNT7/sNXtxYDyEz9Gng7T/wp/nQATXB8mJMjEnm5EMZtlMsvLfxiu4NhdcNce2NOL7aBv/JQdHXSgWw7Lb4Fb5sAcbS+unT3W7yDuhJ3vwDtrYa0DHH0YYzzDT9kVxx/8J8LEKIjqzRWnFmqPwlH3HMj9WLd6hykkNjEs+ZxMn6CoOI3e6FG4RKfd2tXVXFvZWLI3u9NSVTaYl4qKikqcPHlyZkRERJzBYPBIn81m66qvr688fPhwdm1t7aD0mcA0DabFQqwJPJqZOqGzCqr2wb5O6PSI0NCkjMzxSx56NmRM+uzh/OqWk3k5xze8/Hvzidx+Y8VNnjw5c+XKlc9OmjRpWPqOHDmSs2rVqt/3llveHUmQ9AQ8cTlc7imRvRH7OXz+FDx1Ak70TqggCOMv+dWzyQvueBjkLAlp0QbigvUYdZ6NDFaHRGWTnYKaH6KNl2x566XjX/7x96ev3gVBEFauXPnsihUrHlYmocDAQHx9fT1ONu10Ouno6HDt3wHWrFnz0qpVq37fmzfz7XD7n+BPBpDPSOLj5ag4ni6dOjvl5VZFhdxDwPYgPPg2vH0GoeOXPPQHhcyFE/xZMSN4yLeTLR0ia3Y3ua7nlGx566XjG17+nXuZ22677Q8KmTExMSQmJg4584LNZqOsrMzlb79mzZqX/v73v/fQ9wv4xZ/hz4Acn+mZZ4Z+3XvfPnjsMTmeE/BL+OVf4C+udWhoUkbmWSuefxvg9nmhXDsjGJN+6LZnk17DOWN8CfLVkneqk9CkjDkNRbu+U8bVyZMnZz700ENvA6SkpDBq1KhBhwp2h5KkymAwYDabmTRp0pz9+/d/V1dXJ+uDyZ/AJxrQ8PDDcn65gbJ197/Okx3MrFbIyeECuGA9rK+DOi3AtBv/9L4pJDZh4QR/rp0R7LWZOiXSiLld5ES9Df/IMalK0Ozf/e5370dGRibExMQwatQor+kLCAhwXWyIj49P/frrr98F+Dv8PQ3SWLpUdhDzhg1WEOTc9IcOoSko0CRC4hpYozGFxCaGjEmfrdUIrPAimQpWzAhGqxEIGZM+2xQSmxgVFZU4adKk2YIgkJiY6HV9iYmJCILApEmTZkdFRSVGQdSFcCGCAC++6B0y3UntlnkhXBgFUZqw5HMyAdKiDSMW0SEtWh4bw5LPyZw8eXImyA4JI5WtRnGgmDx5cuZcmCuAQEYGJCV53x6alAQZGQggzIW5Gp+gqDiAuGDvh6tQoMj2CYqKi4iIiANceY9GAorsiIiIuARIAORwbCOFbtkJkKBTFu2eLo2GAkW2Rm/0MRis3baBkTtwVWQbDAYfl7fWCLj9cJpsP/BTj5G9/WOqFKiEqoSqhKpQCVUJVQlVoRL6vwCd027tAtk4PFJQZDvt1i7FM87pHDn3SUW2zWbrsimNpqtr5Fjslm0Dm66rubYSoLLJPmL6FNldzbWV9YLs66Tk3xwJKLLr6+sr9UpkxpMnR47QbtnVUK1rLNmbDVBQY8PSIXrd4mTpECmokVtlY8ne7MMG2T+0paUFm83mdYuTzWZzuUkePnw4uwJkS0l2tnxH04vZwgFZZrZ8jLUH9mg6LVVllpN5OaJTYs3uJq//eGt2NyE6JSwn83I6LVVltbW1ZUeOHMmRJImysjKv6ysrK0OSJI4cOZJTW1tblg/5R+EoXV3w8sveb50vvwxdXRyFo/mQrwE4vuHl34McxOprLyZK/fpIq+tcSdEBsGrVqt+DnNjU24lSFXmKDoDH4DEAXnpJTkHhLXz5pSzTTYcWoNNSVabVG31CkzLm5J3qxNwukhJlHPK5kqVD5N1sC5/mytEQSra89ZJy/AFQV1dXZjQafSZNmjTHbDZjt9uV6N5D7uZK0j+QD+mUnKEAhVCYBElTJGkKa9fKGbfT0wefglJBZyf88Y/wi1+A08mH8KFyI/m/5hjZAIZ34J2r4CoAIiJg0SI5x4enxu6ODigokMO1dUe2/RQ+vQVusYGtJ6Hd+Kk7OlwH1z0Dz7gs+UNEOZQ/Bo99BB/1aCh9Vfgpu+JoQTsH5mRC5lBccbIheyfsdA8i2DuhgiBEpM25IHL8vAtNwbEJwgDh0vqCJIqOzqaq8rrjWV/XF+z8ti+fb0EQhPT09AtmzJhxYWRkZIJ2iPpEUXTU1dWV7969++u8vLxv+4uBlwZpi2FxPMT3lXZyIDjAUQEV38A3BVDQK6F+EaNTp/3sldXBCZPSvbmqaCo/krfv/QduaHfLLw8QHx+f+vvf/351WlqaV/UVFBTkPfvssze455cHOc78m/DmMljmTX3rYN3dcHcDNLgI9YsYnZr5wKc7DH4h4b4GDeeN82d0uB7tEM+wRUmitMHOtvw2OmxObO2WhuxXrjpXITU+Pj71jTfe2BEUFBSu1WqJjIzEz89vyAd3TqeT9vZ26urqEEWR5ubmhnvuuedchdQoiNoO25MhGa32hyiMQ53l7fYfojaKIiVQMhfm1kKtgCAI5z747++DEyalp0QaeXRJpNd2S5YOkec21FFcZ6Wp/Ejejj9dMVMA/vrXv36flpaWHhAQwIQJE7y2W1Iyebe2tlJQUJB31113zZQkSdoIGxfCQpKSYN06mDTJO83zyBFYtgxOnGAzbL4ILtJEpM25IDhhUrqvQeNVMkF2cnh0SSS+Bg3BCZPSI9LmXJCenn5BWlpaular9SqZIDs5TJgwAa1WS1paWnp6evoFM2HmQliI0QgbNniPTJBlbdgARiMLYeFMmKmJHD/vQoDzxvmPmOfIeePk6LGR4+ddOGPGjAsBVz45b0PJVQcwY8aMCy+DywA5ZvLYsd7feo4dK8sGLoPLNKbg2ASA0eEj5zmiyDYFxyZERkYmAF7No3Q6FNmRkZEJY2AMANOnj5y1qVv2GBijU5ZGWmHkPEcU2YJWq1O2lz+G54hWq9W5+oDROHKEdss2gEG12Hv7x1QpUAlVCVUJVaESqhKqEqpCJVQlVCVUhUqoSuj/V9BJougA+dhipKDIlkTRoSTk+jG870RRdDiVRiOKI8ei8k7g1HU2VZUDlDaMnPedIruzqaq8rq4JwKv5PE+HIruurq48VLkbX1g4coR2y66Gak3d8ayvAbblt41YbuRt+bJ/U93xrK937979dffLuqIoehM2m80Vrm337t1fb4EtAHzwAbS2ep/M1lZZNrAFtmjqC3Z+21R+JK/D5uS5DXVeJVU5pOuwOWkqP5JXX7Dz27y8vG8LCgryRFHk2LFjXiVVOaQTRZGCgoK8vLy8bzfAhiIoorZWPqrwpl9qR4css7aWIijaABv+K46Rz4FztsJWE5gYPRruvts7x8hvvgmlpXRC53yYvxf2/tc4OsyCWR/Dx64w7F5CBVRcC9fugl3wX+aKYwLTDXDDhXBhAiQMxxWnHMq/hq9Xw2r3kEMuQvWmwODRmTfcFTl+7mKfoKhYQaMdVqB5ySk6upprq+qOb/+mNHv1X0+Pzujv7x98+eWX33XOOecsDg8Pjx0qme6kNjQ0VO3du/ebzz///K+nR2fUge4quOpCuDAWYgeKJDagPhCroOpr+PpT+FSJNCYABMVPPHvGHav+YwyMjGEEYG2pq9791spLmyuO7gdITU09+4UXXvhPaGjoiOgzm83VjzzyyKVFRUX7AUbD6M/h88kweST0HYbDl8PlpVAq6E2Bwec/+s0RY2BkTHyIniunBREfqkenGd6xssMpUWG289m+ZiosdqwtddXfPbd4klHr5L333jsSGhoa4+vrS0JCAr6+vsMObi1JEh0dHZSXl9PR0YHZbK6+6aabJoltbdZcyB0H44iIkCekCROGPiG5T0zHjskTU309+ZCfARm60Zk33KWQ+eJVMfh68WQ5NcrIjGRffv1pNRVExozOvOGuGVEtKGROnTrVqyksAgICCAsL48CBAwAxl19++V3Bq1e3joNxxMVBTo4c/Mqb+PnPYfZsxlVWjrsVbtWOX/KrZ02hcaNumRPK2GjvOwPotQImvYbdJzvQaPX6RZOCUqKiokYlJSWNSLYajUaDVqulsbERnU6nP/frr1PHwBief15Oge5tBAaCjw989RVGMOp8gqJiAeJDR84VR5HtExQVGx4ubxx+jCAu4eHhsQlKgtOhRhHzBN2yEyBBp8zmwx0z+7XAdMsWND+44ggj6PqjyFZdcVR7qAqVUJVQlVCVUBUqoSqhKqEqVEJVQlVCVaiEqoSqhKpwg05yys5iDufIOYspsiXnD85i0gg6pymy/zecxTRdzbVVABXmkXMWU2R3NddWNTQ0VMGPE6qtoaGhSkm+x4kTI0dot+waqNEoCUw/29dMh837LoYdNief7ZPjN9Ud3/6NksC0vLx8RPIjOxwOyrvTne3du/eb7bAdgD//GUbAOQ2bTZYNbIftP/lj5IC2NtMxOBYIgcybB0884d1j5KeegqwsWqBlAkz4r3B0WAgL18Jaf/AfCX1t0LYclm+Gzf81rjjJkPxr+PViWOxNV5xv4JsX4cUSKIFuZylBo9UlzrzqltipFy33DUsY460jSYNfSLjO6BfgdFi7TmS9+7qyotBqtbqLL774lnnz5i2PiYkZI3hJX1BQULivr2+AzWbr+uyzz14Xu93dAabAlHAIN4PZAhavrCZACofwKTBFIVQQNFrd9Nv//kXU+PMuGsn1We3xbRv3vH3bZRoBnnvuuS9mzJgxovp279698dFHH73MKYri3+Bvt8FtI6nv7/D3O+FOIfn8W3858fLf/dGoE1g5N5TJ8Sa8dUTvlOBwRSertpuxOiSOfv6HX6VHtHL33Xf/UaPRkJKSQnBwsFdfrKmpieLiYpxOJ2+++eavTJ98Yn4H3kGrhUcekdP3eis8h9MJ330HL7wAosgtcIsuPuPyGwBWzg1l4cQAr/9y0UGyzL9sbSQ+4/IbFo6Vl4UpKSlER0d7X1+3zMLCQhYuXHjDxE8+kdPjPPusnCDa25g/H/z94be/5Q64Q+MbljAGYHK8acS6gyLbNyxhTExMzBjA6y3THYrsmJiYMWNBji105ZUj19+7ZY+FsTplAhpBT5wfZAuCMJIuOKdDEATBNZt70cvvzA28LFsLWtU4olqbVEJVQlWohKqEqoSqUAlVCVUJVaESqhKqEqoSqkIlVCVUJVTFEAnt9qwaQV+xH2RLMn6sl/sxdbkI7WgsPwny6eRIQZHd0Vh+srq6+iTIp5MjBUV2dXX1yUqoBGDv3pFjsVt2JVTqKnI/Xx0UP/HsVdvNACN2jAxQkfv56s2nWklNTT27uLgYYMSOkQE2b968ugICn4AnuOceCAmRTym9eYy8dSvccw8g56f7yTs6+IiiMQuypsG0kdS3D/bNg3kCyK44SfNuvjc+4/IbvOmKgyRJHY3lJytyP199uivOlVdeee/ChQtv8KYrjiRJUnV19cnNmzevdnfFCYCAZ+CZG+HGEAjxJpEWsHwAHzwGj7VCqw7AFBKbEDJ62iy/yDGpOqOfV70d/LQ6XcjoabNMhzZ9rozXkZGRCRMnTpwVHx+f6uvr61V9Wq1WN3HixFk7duz4XBmvdaCzga0SKlvBqxEFW6DFBjYlqJbgG5YwZu5DX+wx+IWEj2SXsLVbGra/fNn0IIODt956a09QUNCI6mtubm644447pjuqq9tyICcFUkZSXzEUz4bZuglLH/kfg19IeHKEgbvnhxET5N1gLtXNdt7c2kgJIeETlj7yP5eObiAoKCjc39+f1NRUTCbveqx0dnZSVFQEEH7nnXf+T9wTT7SkQApjxsCLL0KKl3ktLoZf/5qUkydTnofnhYtfOtKiM/oF/PGaGFIiRybQSXGdlV/9qxqHtb313knl+Pr6Bpx99tkEBASMiL7W1lb2799PR0dH6zkXXWQLgzC++w7OO29kmue2bXD++TRCo04ZM73dMt2hyNYZ/QKUEEDebpnuUGT7+voGhCkfnnXWyPX3btlhEPbfs/UcSZ8qN9nqXl41jqiEqoSqUAlVCVUJVaESqhKqEqpCJVQlVCVUJVSFSqhKqEqoCpXQ/xOEOqztrSCfTo4UFNkOa3trR0dHK8inkyMFRXZHR0erK3lUVdXIsdgtuxM6tUHxE88OiEmdWFJnIznSgFGnwS5KXvsrM9t4c2sjlg6RmsPfrvdvLyoePXr0xLa2Nvz9/dFqtTidTq/9tbe3U1RUhM1mY+fOnesd27ZVp0AKxcVw4YXg5+ddMuvr4Y47oKSELbDlJ+/oEFVdHZQDOSaQj0KDgrytyNU6Z8Nsrb2zpanqwFdrfYKiYk2hsYkancGrh/MOa3trzeFv1+e+c881HY3lJ9va2pq2bdu2Njw8PDYyMjJRr9d7VV9HR0frzp071z/55JPXVFdXn6yBms2weSpMjYM4rFa8+gfshb1Xw9V5kKcD0PsEBOlNAUEandHH64O0zuijNwUE6X0CXE3Dz88vyM/PL8hgMHhdn8Fg8FHku8ZwqN4P+4Mh2KBkovVWzwPbfthfDdUAQlDchKmZD36Wo9X7mEayC4r2rs7sP105O8Jk480338wxGo0jqs9qtXbefffds8Xi4ubv4ftIiBxJfXVQNxNmCrPufv+biHHnLpoU58Nd54cRH+JdD5IKi52/ftfIkcou6vN3bLoyqY5zzjlnUVBQEKmpqV5PVNXR0UFRURHNzc3s3bt30+iHHmq9Eq5k0iR46SUYN867TObnw8MPw5EjfAafCUv+XGTTaHX6v9wQ53Uy3Un9xepKnKLD/sspZeh0On1GRsaIZf3q6OggNzcXh8Nhn7VggcMEJnJzIT19ZJpnXh5kZNAJnTqNVqcHRoxMgLhu2RqtTq8k9fsxUqjpdDq9CWTlZ589cv196lRATsT6o+yUfrxITf3NjiP4qlqtuvVU9/IqoSqhKlRCVUJVQlWohKqEqoSqUAlVCVUJVaESqhKqEqoSqkIl9P8WoU7RYQf5IG2koMh2ig67wyHr+zGS/DkcDrsIckrDsrKRY7FbtgiiprFo13cAf/2ukQqLHWkEyPzrd40ANBbt+m7//v3fARQVFY0IqcoxMsD+/fu/2wN7AHjoIWhr8z6ZbW2ybGAP7PnJOzokFBeHfAvfakCDVgtxcd4NRlBRAaKIE5wXwAVaa2t9Td3R7770C09MMoXEJQoajdabL+YUHfaGwp1b8t6979rmymMHzGZzza5du76MjY1NioqKStR4WZ/D4bDn5eVteeqpp64tLi4+UAqle2HvOXBOmCSF0dyMV/8kiUIo/Bn8bDNs1gE0Vx47ULz17ZftnS1NfuGjUgSN1isvKTlFsb3hVPGpXWtWNVceO6B8XlxcfGDNmjUvt7W1NcXFxaV4i1Sn0ylWVlYWb9iwYVVxcbFL30bY6ADHSliZAinDTfDn6nUgFkPxKli1GTZD95H5uIsffHrshfc+NpJdsPDr15/J/+pPjwP8/Oc/f/qmm24aUX3vvffeM//85z8fB3gann4MRlTfM/DM4/C4EDEuc+Gsuz/YBLDkrECmjzGh9VI0QdEpsedkJxsOtgCw680bF43y7+KPf/zjJoC4uDhCQ0O9GRkOs9lMZaUckPFXv/rVopDcXDbBJgDuvReWLvVesiqHA9avh9dfB2ARLNKNmrVipULmbXNDvf7LnZUgzz0bDrYwataKlUtGNaCQmZyc7HV9ISFyaLvKykqWLFmycnxuLi4yX3vN+03zggvkf19/nZWwUuMXPioFYPqYkZt0Fdl+4aNS4uLiUgBCQ0NHTJ8iOy4uLsUVom3p0pHr792yUyBFp0xA2hFMSqfIFjRarabbx2gkc9MpsjUat9lVzUmn7uVVqISqhKqEqoSqUAlVCVUJVaESqhKqEqpCJVQlVCVUJVSFSuj/ZegkpyiCfKA2UlBkS05RdDqd8v9HMF2cItvp7H45kA/URgrdskUQNe0Np4oB9pwcuThKiuz2hlPFlZWVxQBms3nE9CmyKysri4tBzqe2fv3IEdotuxiKdad2rVkVe/YlVytHvSN5jHxq15pVGw53cf7551+tHPWO5DHyhg0bVu0EroarlaPekTxGXgWrVEcHL8Hl6KB8EDEuc+GoWStWjpQrTn1+9mb3ZxkZGQuXLFmycqRccXJzc3voWwgLfzRXHHcIgkbjFzEqxRgQHjVUYiWnKFpbG2rb608VS1L3LNTXMkOj0cTFxaWEhIREDZVYp9MpWiyW2srKymKncwB9oEmBlCiIGiqxIoi1UFsMxU7ooc9FqKDRapPm3XJ/8oLbHvIJjIzxxi/Y1VJXXbLl7y+fyHrnVcltwu0mUrt8+fL7V6xY8VBYWJhX9DU2NlavWbPm5bVr177qdDp76NOC9n64/yF4KAa8oq8aql+Gl1+FVxXHXiUNpTbj53/5NGbK4isAfA0awv21Q56cRKdEQ5tIh03+8aoPffPv3H/+4iqFVI1Go3366ac/Pffcc68A0Gq1GI3GIU9OkiRhtVoRu3+zHTt2/Pvxxx+/SiFVC9pP4dMr4AoAAgMhIWHok5PDAeXl0CJPtv+Gf18FV7m8pZPPX/ng0tdOSsvfLJU2HW2VHKJTGi4colPadLRVWv5mqbT0tZNS8vkrH1S+z9VXX/1gVlaWtGPHDqm6ulpyOoevz+l0StXV1dKOHTukrKws6eqrr3bpexAelECSTCZJWrVKkuz2YeuT7HZZlskkSSA9CA+6xsxFz+6uWvraSWnT0VbJ29h0tFVa+tpJadGzu6sEQaPRaDSadevWVWVlZUnV1dVe11ddXS1lZWVJ69atq9JoNBoNaKqgSgKZAG9j1SpJAqkKqjQgT0A+gZExvgYN88f5eX05MX+cH74GDT6BkTF+EbKzWFhYWIxWqyUqKsrr+qKiotBqtYSFhcUozmIxEENgINx0k/fXSzfdBIGBxEBMCqRojAHhUcCwxsz+oNUIhPvLk6kxIDwqJCQkChjWmNkfBEHAaJQjaIaEhERFgfyrDWfM7HfzrpNlA1EQpXrfeYtUVO871XynEqoSqkIlVCVUJVSFSqhKqEqoCpVQlVCVUBWq54hX4OY5orO2NtQCNLSJiE7J62Y85XwJwNraUGuxycqtViuSJHndjKecLwFYLJbaLuVBebn84t424ynnS0At1Gra608Vd7XUVXfYnGzNb/f6j7c1v50Om5Oulrrq9nrZFaexsbFaFEVqa2u9rq+2thZRFGlsbKxWXHGqoZqWFnjvPe+3zvfeg5YWqqG6GIq1IElISJHj5y4+UN5JiJ+O0WF6NMNsOaJTYsvxdt7OakR0QsFXrzxpPpmXoxzFTJ8+fbHFYsFgMODn5zfslipJErW1tRQXFyNJEu+8886TR44cyZFAkkBaDIvZvBmio2HKlOGnsnA44J135MAGDgdPwpM5kKMeIw+nm/dyjKw6OgwDfTo6uEN1xfGgB/bjiqPCy+h70BIEISA6daIpJDbB00yKTofN2mmpKm+tKTo62IWmIAjC6NGjJ0ZGRiYYDJ7ps9ls1rq6uvLS0tKj0mD1gTARJiZAghE80mcFazmUH4WjEr2HCTyDUI3e6DPm3J/dk3z+zx/wCYqOG9LY2VxTWfLdP185ueP9N5x2a1d/ZQ0Gg8+yZcvuueqqqx4IDw8fkr6GhobKTz/99JV169a9YbPZ+tXnAz73wD0PwANxMCR9lVD5CrzyBrzRBV19EmoMCIucccc/NwQnTjlHme3jQ/UYtJ7NvjZRosJsd83uTWWH9u5+6+dLrK2Ndb2VDwkJiXzhhRc2jBs37hxltvf19UXj4ZLG6XTS0dHhmt3z8/P3PvLII0ssFkuv+iIhcgNsOAfOcc3248eDj4fZMLu64Phx1+y+F/YugSV1cKY+jd7oM/ehL/Ysfe2kdN3bp6Stx4fmNOYQndLW463SdW+fkpa+dlKa+9AXezT6M/OFGgwGn7feemtPVlaWtHPnTqmmpmZITmNOp1OqqamRdu7cKWVlZUlvvfXWnt7yhfqAzx7YI4EkhYZK0vvvS5LNNnhfJptNrhsaKkkg7YE9PnDmL5I8/7aHFDKrmmzD9qGqarK5SE2ef9tDp+tbsWLFQwqZHR0dw9bX0dHhInXFihVn6HsIHnKRWVQ0fCexoiIXqQ/BQ2fMCIue2VWx9LWT0tbj3vPA23q82/PumV0V7qt2QRCEzz77rCIrK0uqqanxmr6amhopKytL+uyzzyoEd30gVECFBHLr8hbef1+SQKqACqF7+NQABESnTvQJio7zNWiYO9Z7Hnhzx3Z73gVFxwVEp05UPh89evTE8PDwOK1WS2Sk9xLCRkZGotVqCQ8Pjxs9erRL30SYGAdxBAbCihXeWyOtWAGBgcRB3ESY6CLUFBKbABAfqveqtUmrEYgPldNqKjq6XzwB5Pyb3rQ2CYLgyump6ABIAPn/48eD3ov5S/V6WaabDg2Ass70dDYfDBSZ7mtZZZ2pGYFcm4pM97Wsa53p4/Xc1i6Zig7VYq8egaiEqoSqUAlVCVUJVaESqhL6UyHU6bBZFXumt6HIVHSAbGlX7JnehiJT0QGypd1lz/Q2umUqOjQAnZaqcoAKs92rLjmiUzY4u+sAqKurKwc5VY83XXIkSXKlFFJ0AJSD/P/jx8HuxbxRdrss002HBqC1puhoV3NNZYfNyfZC73mPbC/s9hpprqlsrSk6qnxeWlp6tKGhoVIURerq6rymr66uDlEUaWhoqCwtLXXpOwpHK6GSlhZYs8Z7hK5ZAy0tVELlUTj6wxgqSVLJd/98BWDVDjPVzcP/Faub7azaIUenKfnun6+4N0VJkqRPP/30FYCSkhI6O4cfkaezs5OSkhIAPv3001fcD+0kkF6BVwB44AEoLh4+mcXFsizgFXhFObRznUs3VxzdFzl+7mKNX2TctoJ2Qv20JIYO3iVHdEpkFbTzwsZ62rqcNJUd2nvok9/fJTnFHu5vhYWF+6ZPn744NDQ0rq6ubsguOZIkUVdXx7Fjx3A4HOTn5+/905/+dJco9tS3D/YthsVxnZ1xfPghxMbChAkwWNcDux0++giWLwezmb2w9y64ywEOUA/pvH5Ipx4jDwEeHyP3gOrocAY8cXRQoULFfxU8XqMIGq3WJygyVhB6rjMkSRS7muuqTvf/HPaeWKPRhoeHx57u4uh0OsWGhoaq0/0/hwstaGMh9nQXRxHEKqhyxWQaDqEard4QP33ZjfEZl98QmpQ+W6PVG3qdjES7zXwiL6ci9/PVFXvWfeAU7bahvJRerzcsWrToxkWLFt0wceLE2Xp97/rsdrvt6NGjOZs2bVq9adOmD+z2oekzgOFGuPEGuGE2zDZAr/psYMuBnNWw+gP4wAa2QRMampSRefYNL7/rFz7KlYlPI4CPvucascvuxH37395wqmT/6oduNp/IzR7My02ePDnz0UcffTc2NjbZbeZHe9rCWxTFHguIqqqqkueee+7mw4cPD0pfJmS+C+8mww+ZBrVa8PfvWbCtDdw6XwmU3Aw3Z4Pn+uLSl1675M9FtqWvnZRu+HuZ9OneJqnCbJN68+VyOiWpwmyTPt3bJN3w9zJp6WsnpSV/LrLFpS+91lN9CxYsuHbLli22rKwsKScnRyorK+vX36mjo0MqKyuTcnJypKysLGnLli22BQsWeKzvWrjWBjYJJCk8XJKee06S8vMlSRTPVCaK8rPnnpPLgmQD27Xgmb7QpIxMhcw/bKiV2q2ix64+7VZR+sOGWhepoUkZmZ60TIXMI0eOSA6Hw3NPP4dDOnLkiIvUyZMnZ3rSMl1kXnaZJDU3e+7L1Nws1+kmNRP616fR6g0LHt9WrJA5lIh0Tklykbrg8W3FfY27ypj58ccfFytkDhUKqR9//HFxX+OuMmYWQ7GLzKHE3HM6XaQWQ/Hp426PATF++rIb/cJHJQeatDywMBxhiMuGBxaGE2jS4hc+Kjl++rIb+yq7aNGiG2NjY5P1ej3jxo0b8gw9btw49Ho9sbGxyYsWLepT341wYzIkEx4O778/tCzegiDXDQ8nGZJvhBv7JjTj8hsALpsaiK9h6KcjvgYNl00N7CGzD0JvAIiPjz9j8hnUkkerJT4+vofM3nADyM8efFA2jAwVgYGyDHeZpxMqaLTa0KT02QCzkn2Hva5TZIQmpc/u7XqORqPRTpw4cTZAeHj4sPUpMiZOnDi7t+s5WtDOhtkALFs2/IVrt4zZMNt97eoi1CcoMlaj1Rs0AsQGD9/lLzZYj0aQx2WfoMjYXgiI1ev1BkEQMJmGn0bYZDIhCAJ6vd4QHh5+hr5YiDWAAa0WUlOHT2hqKmi1GMAQC7FnttDuHZCPXoM3XDYFtzXr6bsrpYUq3dVru51uWX21UEBeZ3rDjVKjca1Ze22hKry0ZVYpUAn9/4NQSZI3rF12J944KpckWZa77NOtRsre3FtQZPVmiXJZi9rawBsOFk6nLMtdtjuhXc11VU7RbnNKUNU0/GPkqiY7Tkm2RHU111Wd/ryhoaHKbrfbJEny2jGyJEnY7XZbQ0PDGfqqoMoGNkQRioqGT2hREYgiNrBVQdWZLdQpiuYTeTkAu0o6hq1PkWE+kZfTm63U6XSKR48ezekmd9j6FBlHjx7N6auF5kAOAOvWDZ/Qbhk5kNNrCwWoyP18NcAXB1pcR8FDQYfNyRcHWnrI7A2bNm1aDVBRUTGsri+KIhUVFT1k9obVID/7059cR8FDQkuLLMNdZq+E7ln3QXvDqZKWTpFXNjcM6VhPAv68qYGWTpH2hlMlFXvWfdAPoR9UVVWV2O128vPzh/x++fn52O12qqqqSjZt2tSnvg/ggxIooaEBfvYzhjRZSBLceCM0NFACJR/AB30S6hTttv2rH7rZKTrsu0908NyGukG11A6bk+c21LHnZAdO0WGXZfVtTbfb7bbnnnvuZofDYW9sbOTo0aODaqmiKHL06FEaGxtxOBz255577ub+rPc2sN0MN9vBzhdfwOWXD66ltrTIddavxw72m+Hm0633Z+woOi1VZe0Np4qjJy9cWtUsajcfa8PphCCTlgAf7Rm7KKl7Ett0tI2Xv2ngRL2tm8xf3VR37LuvBvqOdXV1ZZWVlcVz5sxZarVatTU1NbKpzWBA38ett87OTmpqajh+/DhtbW0KmTd9//33A+org7JiKF4KS7UFBVpWrZIt8pGREBp6pgXK6YTCQvj73+Haa2H/fuxgvwlu+gq+6s3a1qehWT0CYdBHIOoh3Y91SHdGQfUY2av6VKhQoUKFChX/v8HjZZNPYGRM9OQLlgaPOmu6MTAiGsDaUl/TdOrgnprD367vaqmr9uYXCwsLi5kzZ87S8ePHTw8NDY0GMJvNNcePH9+zc+fO9Y2NjV7VFwMxS2HpdJgeDdEANVCzB/ash/XVUO0VQn2ComLHX/rwc/EZl9/QV7RGySmKFbmfrz7+n5ce7WqurRrOi4WHh8fedtttzy1atOiGvqI1Op1OcdOmTav//ve/P9qb7XMwiIXY5+C5G+CGvqI1iiCuhtWPwqPuts9BExoxLnNhxs1v/EvvGxQCkBJpJH2UichAOZBpXYuDvFOdFNfJN//sHc2W3Hfvueb0tL2eIiMjY+GTTz75r4CAgBCAgIAAQkJC8Om+pdHV1YXFYqG1tRWA1tZWy5NPPnnN6Wl7PcVCWPgv+FcIhHR/AbjoIhg9Wi5QWgobN0JuLgAWsFwD1yhpeweFiHGZCxWnsQc+rpSOVXX16e5zrKpLeuDjSpeTWMS4zIVDIVNxGsvLy5Oa+3Hiam5ulvLy8lxOYhkZGQuHQqbLaezssyUpO7tvf6bsbLlMt5PYQhicPp+gqNiLXjhgXvraSem5DbVSl31gp6ouu1N6rttJ7KIXDph9gqJiB9PNN2zYYFacxkRxYI8/URRdTmIbNmww9+bc0F83N4NZAkm6/HJJam/3wLWwXS4LkhnM7s4N/ZrvACZf9dTrIaPPnpkUYeCxpVEYdQPPXTqNwPQkX/JOddJi15sM/iHhNYc2fe7JC95///2vT5w4caa/vz+TJ0/26OKXIAiEh4djNpsRBMEUFBQUnp2d7ZG+1+H1mTCTs8+GL78EXw9cj/R6OTf9xo2YampM4RD+OQyszycwMubSV4odS1872W8376/7L33tpHTpK8UOT2I5h4WFxXz33XeOrKysfrt5f90/KytL+u677xyexHKOgRgHOCTov5v31/1BcoCjt1jOZzSF6MkXLBU0Wm1KpJHxMcZBj73jY4ykRBoRNFpt9OQLlg5Ufs6cOUs1Go02ICCAwCF4xAUGBhIQEIBGo9HOmTNnQH1LYakWtGRkwJw5g5/J5syBjAy0oF0KSwckNHjUWdMB0kcN3YFLqavI6vcHGD9+OkBISMiQ9Sl1FVn9YTrIZS66aOhrre66Lln9Eaos2pWl0VCg1FVk9Qdl0e4zjLh0Sl1FVn9QFu2updFQ0F3XJas/QlUMD2cQam2pr1EW7UOFUleR1R/MZnONsmgfKpS6iqz+UAM1rkX7UNFd1yWrP0KbTh3cA5B3aujuMUpdRVZ/OH78+B4Ai8UyZH1KXUVWf9gDcpmNG4dOaHddl6z+CK05/O16ySmKxXVWjldbB63reLWV4jorklMUaw5/u36g8jt37lzvdDrF1tZWWobgzdHS0kJraytOp1PcuXPngPrWw3oRRHJzYefOwZO5cyfk5iKCuB7WD0hoV0tdteI+83ZWI1aH594VVofE21mNgOyC44kFqrGxsVpxnykuLh5U6CGn00lxd/yQTZs2rfbEAlUN1S73mXvvhY5B+HF1dMh1kF1wPLVAqVtPb289Hdb21uaKI/vipi1dUdksavNOdTIqzEBEgK7Pbv4/G+s4XNmFU3TY9/7jjitaKo8f9PyH72gtLCzct2DBghVWq1VrNpvx8/PDaDT22c2PHTtGc3MzDofD/vvf//6K4uJij/W1Qus+2LcCVmjz87Vs3AiTJkFiYt/d/KqrYNs27GC/Aq44CAdV892PYL5TDcw/poFZPQIZ/BGIChUqVKhQoUKFChUqfgIYfKgBQRCM/mGRANa2xroRTRQvqxOCg4MjAZqamuqkkdYHQiREAtRB3WDDWgqevlXMWRcuGzXz6lvD0+YsUG6DOEW7raFg55ZT33/yj+qDX6/zFrmCIAhz585ddskll9w6bdq0BcptELvdbtu3b9+WL7/88h/bt29f5y1yBRCWwbJb4dYFsEC5DWID2xbY8g/4xzpY5wm5HhhHouMybnl9jXtQKyXNmnuIdvOJ3Ozcd+5d0dVcUzlM40jck08+ucY9qJUSl9mdv8OHD2c/+eSTKxoaGoalLw7i1sCaHkGtlAtnbiHasyF7BayohMohE+oTFB0396F/7/YJio7z0QtcNjWIuWl+xIfICissdrYXtPPFgWa67BJdzTWV21++YsZQSQ0PD4976623disJAOPi4oiMjHTlmevo6KCuro7KykpXePU77rhjxlBJjYO43bA7DuLw85NDB113HSgxpPLz5QDWf/oTtLdTCZUzYMZApPbZ7zIf+HTH0tdOSne8VyFVWvrO9VlpsUl3vFchLX3tpJT5wKc7hpK5TxAE4Y033tiRlZUl7dmzZ8DYd3v27JGysrKkN954Y4cwFH0g7IAdEkhSSookFRb2ba0vLJTLgLQDdghDmXtipl505dLXTkpX/7W0XzLdSb36r6XS0tdOSjFTL7pysPrmzZt3ZVZWlpSdne1R4tSOjg4pOztbysrKkubNmzdofVfClRJIkp9f/2S6k+rnJ0kgXQl96uvT0WHUzKtvBbhsapBHcZxig/VcNjWoR93B4JJLLrkVIC4uzqM4TiaTibi4uB51B4NbQa7z4IOexXFKTXVFE3PV9ZhQQRDC0+YsAJib5nniVKVseNqcBYPp9oIgCNOmTVsADCpxqlJ22rRpCwbT7QUQFsACQB4zPUV32QWwoK9u3yuhRv+wSI1Wb9BqBNcE5AniQ+REqxqt3qCsVT1BcHBwpBJlzNfX8zBxSqJVvV5vUNaqHv0QEGkAA3r9DxOQJxg3DvR6DGBQ1qoed3kVQ0OvhFrbGuucot0mOiUqLJ5HyKmwyOmDnKLdZm1r9DgNTVNTU50SIadjEI4HSvogu91ua2pq8lhfHdTZwIbdLi+NPEV+Ptjt2MDWa075PluoJEkNBTu3AGwv8DwdkFK2oWDnlsHsmiRJkvbt27cFGFQ6IKXsvn37tgxm1ySBtAW2API601N0l90CW/raNfXZ5U99/8k/AL440OxRHKeqJjtfHGjuUXcw+PLLL/8BUFlZ6VEcp87OTiorK3vUHQz+AXKdP/3JszhORUWuSDiuuoMhtPrg1+vMJ3Kzu+wST6+v65fUqiY7T6+vo8suYT6Rm1198OtBB0bavn37usOHD2eLosiRI0f6JbWzs5MjR44giiKHDx/O3r59+6D1rYN12ZBNeztcfHH/pBYVyWXa28mG7HXQp75+Y03WHd+xKS59yTVd+AZuOd6G3QEhfloCTVrXmLnhYCuvfttAU4dIV3NN5a43b7rQ0dU2pKBIe/bs2bRgwYJrDAZDYG1tLU6ns0cwl46ODiorKyksLMRms9HQ0FD50EMPXdjR0TEkfZtg0zVwTaDZHMg//ymn94mJASVAbH4+vPYa3Hwz1NZSCZUXwoUt0KIaR/4vGEdU890ImO9UA7OaN0mFChUqVKhQoUKFChUqVKj4KWNwxhFBEAJjx00JiEoeB9BaW5LfUpV/aKQMJIIgCMnJyVMSExPHAZSVleWXlJQcGikDiQDCFJgyDsYB5EP+ITg0GAOJx4TGnHXhsglLH/kfv4hRKe6ft9efKj62/oXfDMVK3x/mzp277M477/yfuLi4HvoqKyuL//a3v/1mKFb6/rAMlv0P/E8K9NBXDMW/gd/0Z6V3h0fZodIueuDJKVc/86bBLzjUZNAwMdZIdJCOli4ngk9QaNy0JdeAIDQWf7/NGy93yy23PPnggw++GRgYGKrVagkKCsLHxwe73Y6/v3/o/PnzrxEEQThw4IBX9D0JT74Jb4ZCKAEBcO65kJQEDQ2E2myh18A1AgjbYPj6Ys66cNnS105KS187Kb230yxZ3a56W+1O6b2dZkl5HnPWhcu80TKzsrKkrKws6cSJEz2ueouiKJ04cUJSns+dO3eZN1qmJIfjl6RHHpEkd7+qjg75s+7ny2DZsAexBY9tK1LI7AsKqQse21Y0FM879zHzo48+KlLI7AsKqR999FGRMBx9IBRBkYvMvtBNahEUDeR516/nSGDsuCl+EaNSTAYNK6YH91luxfRgTAYNfhGjUgJjx00Z6gsmJydPiYuLS9FqtYwaNarPcqNGjaLbfzQlOTl5yPqmwJQUSCEgAB5/vO+Cjz8OAQGkQMoUmDJkQpXZfGyUAUM/8e8MOoGxUYYedYYCZTbvjhTW95fWaAgICOhRZyhQZnOmT4f+PP5MJrmMe52hEKpi8OiX0NbaknyAwlobtn6CudgcEoW1th51hoKysrJ8QIly02c5p9Ppiuqg1BkK8kGuu2cP9Oet0tkpl3GvMxRCW6ryD7XXnyrutDlZs6epz3Jr9jTRaXPSXn+quKUq/9BQX7CkpORQZWVlsSiKnDp1qs9yp06dQhRFKisri0tKSoas7xAcKoZiWlvh6af7Lvj009DaSjEUH4JDw1qHdjXXVMZNW3LN8WordlFifIyPy9HB5pD48PsmPsuTfZoOrvntbW01xceH02Xq6+sr58+ff01LSwtOp5OgoCDXwsHpdFJaWkp5eTkAL7300m2nTp0alr5KqLwGriE7G6xWOfqi4ujQ2SlPSC+8AMBtcNtxOD7snVLaRQ88mXbR/U8AmAwa1wRUWGujszuBVcHGV58q2PjKk95a2N98881PgJxNVpmAWltbXQms3n333afeeecdr+h7Ep58Ap6QZ9UA1wTEnj3QPbQ8BU89CQPq82in1Fj8/baWqoLDwQmT0wWfoNDaFge1LQ4cokR7/anig2t+e1tp9uq/emtgP3DgwLYTJ04cTktLS/f39w/t6uqiq6sLSZKorKwsfumll2774osvvKZvG2w7DIfTIT3UZgvl5Ek4eRJsNoqh+Da47a/gkT7VOOJl44gKFSpUqFChQoUKFSpUqFChQoUKFSpU/Ldg0Abm8NTZ80PHnD0LwHxy/66GopytI2lgnjZt2vyJEyfOAjh69Oiuffv2bR1JA/N8mD8LZgHsgl1bYeuIeN8Z/EMjpq98a537rWSQbyHvWXXHMlubud6bLxccHBzx7LPPrnO/lQzyLeTf//73y5qamryqLwIi1sG6HreSkW8hL4Nl9VDvPUIFQci8/5PtoUkZmSaDhtnJcuSanJIOOm1OzCdys7NfvXquN28jv/7669snT56cqdVqiYiIAKC+vt4VdODee++d683byNtheyZkEhAAy5fLD9auhdZWsiF7Lsz12lFI+Ng5C5a+dlK65m+nekQZq7TYpGv+dkpa+tpJKXysHOfJG0hPT1/QW5Qx92hi6enpXtO3ABZIIEkBAZJUUPCDk1hBgfwZSK44TwPAI1ccZcycnezbI8pYbLDe1VqVMt6AMmZGRET0iDJmMplcrVUp4w0oYybLl8PYsT88GDvW1VpdZbxBqArP4RGh5pP7dyljpnswl6omOzklHT3KeANHjx7dpYyZ7sFcOjs7qa+v71HGG9gFu1xjZmHhDw8KC+XP3Muok9KPOympy6b/lWWTurBXPUdUqFChQoUKFSpUqFChQoUKFSpUqFChQoUKFSpUeA2DjnkUMuqs6YmzVqwEKNu1ZpXl1ME9I/kFx48fP33JkiUrATZs2LDq+PHjI6pvOkxfCSsBVsGqPbBnxAgNGXXW9DkPrM3WaHV6AKfosO98ZXnmSJE6fvz46W+88Ua2Tifrczgc9nvuuSdzpEidDtOzIVsPegA72DMhczCkDsoVJ3HWipUarU5/dqKJsxNNaLQ6vdJaRwJLlixZqdPp9CEhIYSEhKDT6fRKax0JrISVetCzaBEsWoQe9EprHRFCVXiZ0LJda1Y5RYd9f1kn+8s6cYoOe9muNatG6stt2LBhlcPhsFssFiwWCw6Hw75hw4YR07cKVtnBzqZNsGkTdrCvgkHpUyclL09KKlSoUKFChQoVKlSoUKFCxQjj/wEt3/idwfgogwAAACh0RVh0ZGF0ZTp0aW1lc3RhbXAAMjAyNC0xMS0xMFQyMDozODozNCswMDowMFLN3WQAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    border: none;
    height: 28px;
    outline: 0;
    position: absolute;
    width: 28px
}

.recaptcha-checkbox-nodatauri.recaptcha-checkbox-borderAnimation {
    background-image: url(https://www.gstatic.com/recaptcha/api2/checkbox_sprite.png)
}

.recaptcha-checkbox-spinner-gif {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-background-size: 24px;
    -o-background-size: 24px;
    background-size: 24px;
    border: 2px solid #c1c1c1;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px
}

.recaptcha-checkbox-spinner {
    background-color: #f9f9f9;
    border: 6px solid #4d90fe;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    border-bottom-color: transparent;
    border-left-color: transparent;
    height: 36px;
    left: -4px;
    outline: 0;
    position: absolute;
    top: -4px;
    width: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    -webkit-animation: spinner-spin linear 2.5s infinite;
    -o-animation: spinner-spin linear 2.5s infinite;
    animation: spinner-spin linear 2.5s infinite;
    animation-play-state: paused;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s
}

@keyframes spinner-spin {
    0% {
        -webkit-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        transform: rotateZ(0deg)
    }

    10% {
        -webkit-transform: rotateZ(135deg);
        -ms-transform: rotateZ(135deg);
        -o-transform: rotateZ(135deg);
        transform: rotateZ(135deg)
    }

    25% {
        -webkit-transform: rotateZ(245deg);
        -ms-transform: rotateZ(245deg);
        -o-transform: rotateZ(245deg);
        transform: rotateZ(245deg)
    }

    60% {
        -webkit-transform: rotateZ(700deg);
        -ms-transform: rotateZ(700deg);
        -o-transform: rotateZ(700deg);
        transform: rotateZ(700deg)
    }

    75% {
        -webkit-transform: rotateZ(810deg);
        -ms-transform: rotateZ(810deg);
        -o-transform: rotateZ(810deg);
        transform: rotateZ(810deg)
    }

    to {
        -webkit-transform: rotateZ(1080deg);
        -ms-transform: rotateZ(1080deg);
        -o-transform: rotateZ(1080deg);
        transform: rotateZ(1080deg)
    }
}

.recaptcha-checkbox-spinner-overlay {
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    width: 38px;
    height: 19px;
    background-color: #f9f9f9;
    -webkit-animation: overlay-spin linear 1s;
    -o-animation: overlay-spin linear 1s;
    animation: overlay-spin linear 1s;
    animation-play-state: paused;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-border-radius: 38px 38px 0 0;
    -moz-border-radius: 38px 38px 0 0;
    border-radius: 38px 38px 0 0;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    opacity: 0
}

@keyframes overlay-spin {
    0% {
        opacity: 1;
        -webkit-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        transform: rotateZ(45deg)
    }

    to {
        opacity: 1;
        -webkit-transform: rotateZ(225deg);
        -ms-transform: rotateZ(225deg);
        -o-transform: rotateZ(225deg);
        transform: rotateZ(225deg)
    }
}

.recaptcha-checkbox-checkmark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAATsCAMAAADb3wBdAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAFBUExURQAAAAAwGgALBgAqFgAWDAABAQAYDQBBIwBIJwA5HwCRTgAXDABuOwAcDwBSLABNKQB7QgCVUAAJBQBxPQAiEgBWLgABAABeMgB6QgA4HgAGAwB2PwBhNABGJgACAQBjNQBmNwADAgBvPABuOwAEAgBtOwB+RAAJBQCDRgANBwBxPQA0HABIJwB4QQBULQBULQB8QwBXLwB9QwBQKwApFgCYUgB2QAAGAwBKKABOKgCARQAHBAAeEAA3HgBXLwAjEwA+IQAFAwBAIwARCQCISQAMBwA1HQAzHAA8IAA/IgCQTgAWDABMKQAZDgCSTgBsOgAPCAAUCwCNTAAOCAASCgAQCQA2HQBRKwAuGQBaMQAtGABSLAAgEQA/IgA4HgCPTQBwPAACAQArFwBgNAATCgAaDgAqFwAIBAAUCwCeVf///4C5DhQAAABpdFJOUwBNEUMjAiZpdVzqJbEthXzG8Q+2N4sBl8VaCr6ccQOgpQWzsgawzA7TFbdUdMKIh8iMyYFC9r8JeH7PDDFZjThkCGgc3BRWU2Fm6SR7KeuuGCHkFx0aV4JKkkiEM2Vb5rQERZseKkQNIKs/1NYAAAABYktHRGolYpUOAAADVElEQVR42u3deVNSURyH8aMtWEkFGRTajeKabFESFuXSoq2UubRnuy3n/b+BuM40E3GH842bsfg8f/jXbwTP5XzmeHXAGCIiokiNjCpT+/YrUwcOsp5EFKXYmDJ16PARRaTxOAtKRFFEOiqJZO0xQaTjNqGYlDwxwcITURSRTqYUkaxNu+eSp5pzp92Pmpm0Uynh2WXOeFxIIkSKItJZtyJNkazNnnPPnW/O5XznnD9t7YUZ90/rZfMFZVW8UV4/RIgURSRbLDmfoJe10g/iTQVzZefjptLWXkwKy1yZzEgXzed1S4i0OyJdiikiVayNuUVqTtnLnkuk2eaXatItkmvql0hVpzWIRNSdSFdqikgVO1dzixT4cNUpUqXDnm4RqcPO/12kTj4gElGUrklTdemmx3VrQ+daRQr29I2CW6TwfdguUvhuRSREov6qXpGmrK1IUzY/L4gUShIiIRINZguaNZ1ueLQosqhZU/g3U4iESDQolXzNGuHPOTs+LP1XaxAJkWhQuimea+riueZWH1qDSIhEve+2Zo1017eubOm+tQaREIl6351l7fSzsiyJZKcRCZEQicKus3b6kS5ec7cKczt7+i4iIRIiUXvaO1rof9O6N+SnH0RCJNrN7mc0kZSrF+zWNCIhEiJR1z3gDhEiIRIi9U0P45pIjxqaSEVEQiREIkRCJERCJERCpL8SKf5YEenJqiKSeYpIiIRIiBRFJLOmiGQaq4pI6xuIhEiIhEhRRDKSSMZsCiIZ82xDEMk8X0EkREIkRIoi0h9T7n3omHrhKVMvFZFMCZEIkRBpEKdejc8KU7U5yZrXiIRIiIRI0abeSFPBd1OmjIkl2bOIhEjDIpKX03zwc5oP/gw7iBBpWESazysiGVPIaz4UOD8QIg2NSGVpKrjpIb0NVK0qfS6iSfEaJNpbIpm0NGVSae3TVVP8rkK0x0Qqadb4Oe3E4i8VuNZEiNTegmaNiWnWmEWsIUKkkEYkkYJ/iZOs8d5iDREihVSWRAru+haVb8ddXyKKINJaQhLJTCQkkcwWpx8iCumd9kbb7z80tLmP2sN+YuWJqL3Pmkj+F00kf4wlJaKu2/6qzX1b1+a2WFIi6rrv29rcD/HOzyZLSkRERL3qJ2+bn1T/Y0TVAAAAKHRFWHRkYXRlOnRpbWVzdGFtcAAyMDI0LTExLTEwVDIwOjM4OjM0KzAwOjAwUs3dZAAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    border: none;
    height: 30px;
    left: -5px;
    outline: 0;
    position: absolute;
    width: 38px
}

.rc-anchor-dark .recaptcha-checkbox-spinner,.rc-anchor-dark .recaptcha-checkbox-spinner-overlay {
    background-color: #222
}

.recaptcha-checkbox-nodatauri.recaptcha-checkbox-checkmark {
    background-image: url(https://www.gstatic.com/recaptcha/api2/checkmark_sprite.png)
}

.recaptcha-checkbox-hover .recaptcha-checkbox-border,.recaptcha-checkbox-hover .recaptcha-checkbox-spinner-gif {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
    border: 2px solid #b2b2b2
}

.recaptcha-checkbox-focused .recaptcha-checkbox-border,.recaptcha-checkbox-focused .recaptcha-checkbox-spinner-gif {
    border: 2px solid #4d90fe
}

.recaptcha-checkbox-active .recaptcha-checkbox-border,.recaptcha-checkbox-active .recaptcha-checkbox-spinner-gif {
    background-color: #ebebeb
}

.recaptcha-checkbox-disabled .recaptcha-checkbox-border,.recaptcha-checkbox-disabled .recaptcha-checkbox-spinner-gif {
    background-color: #f1f1f1
}

.recaptcha-checkbox-loading .recaptcha-checkbox-spinner-gif {
    background-image: url('https://www.gstatic.com/recaptcha/api2/loading.gif')
}

.recaptcha-checkbox-checked .recaptcha-checkbox-border,.recaptcha-checkbox-checked .recaptcha-checkbox-spinner-gif {
    visibility: hidden
}

.recaptcha-checkbox-checked .recaptcha-checkbox-checkmark {
    background-position: 0 -600px
}

.recaptcha-checkbox-expired .recaptcha-checkbox-border,.recaptcha-checkbox-expired .recaptcha-checkbox-spinner-gif {
    border: 2px solid #f00
}

.recaptcha-checkbox-clearOutline.recaptcha-checkbox-focused .recaptcha-checkbox-border,.recaptcha-checkbox-clearOutline.recaptcha-checkbox-focused .recaptcha-checkbox-spinner-gif {
    border: 2px solid #c1c1c1
}

.rc-anchor {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
    -moz-box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
    box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
    -moz-box-shadow: 0 0 4px 1px rgba(0,0,0,.08)
}

.rc-anchor-normal {
    height: 74px;
    width: 300px
}

.rc-anchor-compact {
    height: 136px;
    width: 156px
}

.rc-anchor-dark {
    background: #222;
    color: #fff
}

.rc-anchor-dark.rc-anchor-normal,.rc-anchor-dark.rc-anchor-compact {
    border: 1px solid #525252
}

.rc-anchor-light {
    background: #f9f9f9;
    color: #000
}

.rc-anchor-light.rc-anchor-normal,.rc-anchor-light.rc-anchor-compact {
    border: 1px solid #d3d3d3
}

.rc-inline-block {
    display: inline-block;
    height: 100%
}

.rc-anchor-center-container {
    display: table;
    height: 100%
}

.rc-anchor-center-item {
    display: table-cell;
    vertical-align: middle
}

.rc-anchor-content {
    display: inline-block;
    position: relative
}

.rc-anchor-normal .rc-anchor-content {
    height: 74px;
    width: 206px
}

.rc-anchor-compact .rc-anchor-content {
    height: 85px
}

.rc-anchor-error-message {
    color: #f00;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    padding: 0 10px
}

.rc-anchor-checkbox {
    margin: 0 12px 2px 12px
}

.rc-anchor-checkbox-label {
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px
}

.rc-anchor-normal .rc-anchor-checkbox-label {
    width: 152px
}

.rc-anchor-compact .rc-anchor-checkbox-label {
    width: 95px
}

.rc-anchor-error-msg-container {
    color: #f00;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    left: 0;
    line-height: 14px;
    margin: 2px;
    position: absolute;
    top: 0
}

.rc-anchor-normal.rc-anchor-error .rc-anchor-error-msg-container {
    width: 240px
}

.rc-anchor-normal.rc-anchor-error .rc-anchor-content {
    margin-top: 10px
}

.rc-anchor-compact.rc-anchor-error .rc-anchor-content {
    margin-top: 25px
}

.rc-anchor-normal-footer {
    display: inline-block;
    height: 74px;
    vertical-align: top;
    width: 70px
}

.rc-anchor-compact-footer {
    margin: 0 12px;
    text-align: center;
    width: 136px
}

.rc-anchor-logo-img {
    background: url('https://www.gstatic.com/recaptcha/api2/logo_48.png');
    background-repeat: no-repeat
}

.rc-anchor-logo-img-ie8 {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.gstatic.com/recaptcha/api2/logo_48.png',sizingMethod="scale")
}

.rc-anchor-logo-text {
    cursor: default;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    margin-top: 5px;
    text-align: center
}

.rc-anchor-light .rc-anchor-logo-text,.rc-anchor-light div a:link,.rc-anchor-light div a:visited {
    color: #555
}

.rc-anchor-dark .rc-anchor-logo-text,.rc-anchor-dark div a:link,.rc-anchor-dark div a:visited {
    color: #f5f5f5
}

.rc-anchor-logo-portrait {
    margin: 10px 0 0 26px;
    width: 58px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.rc-anchor-logo-img-portrait {
    -webkit-background-size: 32px;
    -o-background-size: 32px;
    background-size: 32px;
    height: 32px;
    margin: 0 13px 0 13px;
    width: 32px
}

.rc-anchor-logo-landscape {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.rc-anchor-logo-img-landscape {
    -webkit-background-size: 24px;
    -o-background-size: 24px;
    background-size: 24px;
    display: inline-block;
    height: 24px;
    width: 24px
}

.rc-anchor-logo-landscape-text-holder {
    display: inline-block;
    height: 24px;
    margin: 0 2px 0 2px;
    width: 54px
}

.rc-anchor-normal .rc-anchor-pt,.rc-anchor-invisible .rc-anchor-pt,.rc-anchor-compact .rc-anchor-pt {
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 8px;
    font-weight: 400
}

.rc-anchor-pt {
    background-image: url('data:image/png;base64,iVBORw0KGgBRG4Rb2FMT3YcbXR9tWExjQBkXZ0SmVvbQkIJnQzBTGlvEmmiBckPzM1ddZZIBdFRxCG0kbWACY0ABec1NTbNuBMSVyV8uoZWE3EJ9uBKL3oUEokpB9df4xzrnzB9X98U9BN9HACAecjK0kwW3MuuZ0pP3yDHx1fQN1fK18lKQHiFp3NcANsxxVUQEUWBRc1L9mFRUmkslLykbWl0BNKYbUHx6LEEBY2V1lgTKMZhlcELQx6FwlwBOfubZnH62q1laHIBo150N2yuwJTPAQ1BMy0yjvgsBaq4IS2V0BZMY7YmvWTaLLb3Vy2m5mBS29xBYXfknG1LSmnyK3UBOK2imGUIiTnGqgBdCt7WENidi1TTYRGbW0BrRkglkpAj2XZCWw/eDUBrGRotZ2sBe1vdYnXsyWUBdGt1bGkBQpCloopu5WRWcABPLOuJXQ4b24B/ipvpBthBEEGy0HPhcmW5UgBZ9/eOtV+ka2kD5RrtCi+kGmyNdjxU6T+HVyKMl19jON4mcolzWGTo7JDBdNcTXmxLU2lmYHFSMdlnBfc35aWyZBRvCcbmG0FRbd6Uv4b2UBboFlOO+VB5XV4N4DEZLZlaeoBZG9uUdKZad55Be7Fy8cFxqABuU3EahHzRiJKaZVudABMMpwQ7EsnE9CdGg5ZQBKPBeCN2TCbmrwirF5KFjuV3WN7iPGXiafWAn6qggVfGADVxuruN8vtWhMrCQ2heqad4EmIIqKoAudjGYr1JtTnuffQ+skkW+2MNnBZ2WwOpO6PXpvBPtOQvWiCsYBbm+PHABNVBjYWvyY8FvwIcoHHRl67oBc2BwaHAPcABF7phMGkBbWU7hLzaBXXpKZHL73dx2BxOBFsrtnxm1yBeE1napmxNXVzTdneLBnc')
}

.rc-anchor-pt a {
    display: inline;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-decoration: none
}

.rc-anchor-pt a:hover {
    text-decoration: underline
}

.rc-anchor-normal .rc-anchor-pt {
    margin: 2px 11px 0 0;
    padding-right: 2px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 276px
}

.rc-anchor-compact .rc-anchor-pt {
    margin: 0 0 2px 0;
    width: 132px
}

.rc-anchor-aria-status {
    display: none
}

#rc-anchor-alert,.rc-anchor-alert {
    color: red;
    font-size: 9px;
    margin: 2px;
    position: absolute;
    top: 0
}

#rc-anchor-over-quota {
    bottom: 0;
    color: #555;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 9px;
    padding: 4px;
    position: absolute;
    width: 170px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 20px
}

.rc-anchor-compact .rc-anchor-content #rc-anchor-over-quota {
    width: 148px
}

.rc-anchor-normal .rc-anchor-pt.rc-anchor-over-quota-pt {
    width: 130px
}

.rc-anchor-logo-portrait.rc-anchor-over-quota-logo {
    margin-top: 6px
}

#rc-anchor-invisible-over-quota {
    font-size: 9px;
    line-height: initial
}

#rc-anchor-invisible-over-quota a {
    color: white
}

.rc-anchor-invisible {
    height: 60px;
    width: 256px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.rc-anchor-invisible-text {
    background: #1a73e8;
    color: white;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 166px;
    -ms-flex-preferred-size: 166px;
    flex-basis: 166px;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 20px;
    padding: 0 16px;
    white-space: nowrap
}

.rc-anchor-invisible-text.smalltext {
    font-size: 12px;
    padding: 0 10px;
    line-height: 16px;
    white-space: normal
}

.rc-anchor-invisible-text.smalltext .rc-anchor-pt {
    line-height: 12px;
    white-space: normal
}

.rc-anchor-invisible-text.smalltext .rc-anchor-pt a:link {
    font-size: 9px
}

.rc-anchor-normal-footer.smalltext .rc-anchor-pt {
    font-size: 5px;
    line-height: 6px
}

.rc-anchor-invisible-text strong {
    font-weight: 500
}

.rc-anchor-invisible .rc-anchor-normal-footer .rc-anchor-pt {
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    text-align: center;
    width: 70px;
    margin-top: 2px
}

.rc-anchor-logo-img-large {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-background-size: 40px;
    -o-background-size: 40px;
    background-size: 40px;
    margin: 5px 15px 0 15px;
    height: 40px;
    width: 40px
}

.rc-anchor-invisible-nohover .rc-anchor-logo-img-large,.rc-anchor-invisible-hover-hovered .rc-anchor-logo-img-large {
    -webkit-background-size: 44px;
    -o-background-size: 44px;
    background-size: 44px;
    margin: 8px 13px 0 13px;
    height: 44px;
    width: 44px
}

.rc-anchor-invisible-nohover .rc-anchor-normal-footer .rc-anchor-pt,.rc-anchor-invisible-hover-hovered .rc-anchor-normal-footer .rc-anchor-pt {
    opacity: 0
}

.rc-anchor-invisible-nohover .rc-anchor-invisible-text .rc-anchor-pt,.rc-anchor-invisible-hover-hovered .rc-anchor-invisible-text .rc-anchor-pt {
    opacity: 1
}

.rc-anchor-invisible-text .rc-anchor-pt {
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.rc-anchor-invisible-text .rc-anchor-pt a:link,.rc-anchor-invisible-text .rc-anchor-pt a:visited {
    color: white;
    font-size: 10px
}

.rc-anchor-invisible-hover .rc-anchor-invisible-text .rc-anchor-pt a:link {
    display: none
}

.rc-anchor-invisible-nohover .rc-anchor-invisible-text .rc-anchor-pt a:link,.rc-anchor-invisible-hover-hovered .rc-anchor-invisible-text .rc-anchor-pt a:link,.rc-anchor-invisible-hover .rc-anchor-normal-footer .rc-anchor-pt a:link {
    display: inline
}

.rc-anchor-invisible-nohover .rc-anchor-normal-footer .rc-anchor-pt a:link,.rc-anchor-invisible-hover-hovered .rc-anchor-normal-footer .rc-anchor-pt a:link {
    display: none
}

.rc-audiochallenge-response-field {
    margin: 7px;
    text-align: center
}

.rc-audiochallenge-response-field .rc-response-input-field {
    width: 220px
}

.rc-audiochallenge-error-message {
    color: #ff1b1b;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 20px 20px 0 20px
}

.rc-audiochallenge-instructions {
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 20px 10px 20px
}

.rc-audiochallenge-play-button {
    margin: 0 20px 0 20px
}

.rc-audiochallenge-play-button .rc-button-default {
    background: #d8d8d8;
    color: #000;
    font-weight: 500;
    width: 100%
}

.rc-audiochallenge-input-label {
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 20px 10px 20px
}

.rc-audiochallenge-control audio {
    height: 30px;
    width: 240px
}

.rc-audiochallenge-tdownload {
    margin: 5px 20px 5px 20px;
    text-align: center
}

.rc-audiochallenge-tdownload-link {
    background-image: url(https://www.gstatic.com/recaptcha/api2/download_white.png);
    background-repeat: no-repeat;
    -webkit-background-size: 36px 36px;
    background-size: 36px;
    color: transparent;
    display: inline-block;
    height: 36px;
    opacity: .55;
    overflow: hidden;
    width: 36px
}

.rc-audiochallenge-tdownload-link:focus-visible {
    background-color: #d8d8d8
}

@media screen and (forced-colors:active) and (prefers-color-scheme: dark) {
    .rc-audiochallenge-tdownload-link {
        background-image:url(https://www.gstatic.com/recaptcha/api2/download_white.png);
        background-repeat: no-repeat;
        -webkit-background-size: 36px 36px;
        background-size: 36px;
        color: transparent;
        display: inline-block;
        height: 36px;
        opacity: .55;
        overflow: hidden;
        width: 36px
    }
}

.rc-audiochallenge-tdownload-link-on-dark {
    background-image: url(https://www.gstatic.com/recaptcha/api2/download_white.png);
    background-repeat: no-repeat;
    -webkit-background-size: 36px 36px;
    background-size: 36px;
    color: transparent;
    display: inline-block;
    height: 36px;
    opacity: .55;
    overflow: hidden;
    width: 36px
}

.rc-audiochallenge-tdownload-link-on-dark:focus-visible {
    background-color: #d8d8d8
}

.rc-audiochallenge-tdownload-link:focus,.rc-audiochallenge-tdownload-link:hover {
    opacity: .8;
    outline: none
}

.rc-audiochallenge-tdownload-link-on-dark:focus,.rc-audiochallenge-tdownload-link-on-dark:hover {
    opacity: .8;
    outline: none
}

.fake-focus-audio {
    height: 0;
    opacity: 0;
    width: 0
}

.rc-button-default {
    background: #1a73e8;
    border: 0;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 42px;
    line-height: 42px;
    min-width: 100px;
    padding: 0 10px 0 10px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.rc-button-default:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2pt #185abc;
    box-shadow: 0 0 0 2pt #185abc
}

.rc-button-default-disabled {
    background: rgba(73,143,225,.5);
    cursor: default
}

.rc-button-red {
    background: #e24a4a
}

.rc-button-default-disabled.rc-button-red {
    background: rgba(226,74,74,.49)
}

.rc-canvas-image {
    display: none
}

.rc-canvas-canvas {
    cursor: pointer
}

body {
    margin: 0
}

.rc-imageselect-instructions strong {
    font-weight: 900;
    display: block;
    font-size: 28px
}

.rc-footer {
    font-family: Roboto,helvetica,arial,sans-serif;
    position: relative;
    width: 100%
}

.rc-separator {
    border-top: 1px solid #dfdfdf;
    margin-bottom: 1px
}

.rc-controls {
    width: 100%
}

.primary-controls {
    height: 60px
}

.rc-buttons {
    float: left;
    height: 48px;
    margin: 6px 0 6px 6px;
    background-repeat: no-repeat
}

.fake-focus {
    height: 0;
    opacity: 0;
    width: 0
}

.button-holder {
    float: left;
    height: 48px
}

.rc-button-reload {
    background: url("https://www.gstatic.com/recaptcha/api2/refresh_2x.png")
}

.rc-button-reload:focus-visible {
    background-color: #d8d8d8
}

@media screen and (forced-colors:active) and (prefers-color-scheme: dark) {
    .rc-button-reload {
        background:url("https://www.gstatic.com/recaptcha/api2/refresh_white_2x.png")
    }
}

.rc-button-reload-on-dark {
    background: url("https://www.gstatic.com/recaptcha/api2/refresh_white_2x.png")
}

.rc-button-reload-on-dark:focus-visible {
    background-color: #d8d8d8
}

.rc-button-audio {
    background: url("https://www.gstatic.com/recaptcha/api2/audio_2x.png")
}

.rc-button-audio:focus-visible {
    background-color: #d8d8d8
}

@media screen and (forced-colors:active) and (prefers-color-scheme: dark) {
    .rc-button-audio {
        background:url("https://www.gstatic.com/recaptcha/api2/audio_white_2x.png")
    }
}

.rc-button-audio-on-dark {
    background: url("https://www.gstatic.com/recaptcha/api2/audio_white_2x.png")
}

.rc-button-audio-on-dark:focus-visible {
    background-color: #d8d8d8
}

.rc-button-image {
    background: url("https://www.gstatic.com/recaptcha/api2/image_2x.png")
}

.rc-button-image:focus-visible {
    background-color: #d8d8d8
}

@media screen and (forced-colors:active) and (prefers-color-scheme: dark) {
    .rc-button-image {
        background:url("https://www.gstatic.com/recaptcha/api2/image_white_2x.png")
    }
}

.rc-button-image-on-dark {
    background: url("https://www.gstatic.com/recaptcha/api2/image_white_2x.png")
}

.rc-button-image-on-dark:focus-visible {
    background-color: #d8d8d8
}

.rc-button-liveness {
    background: url("https://www.gstatic.com/recaptcha/api2/liveness_dark.png")
}

.rc-button-liveness:focus-visible {
    background-color: #d8d8d8
}

@media screen and (forced-colors:active) and (prefers-color-scheme: dark) {
    .rc-button-liveness {
        background:url("https://www.gstatic.com/recaptcha/api2/liveness_light.png")
    }
}

.rc-button-liveness-on-dark {
    background: url("https://www.gstatic.com/recaptcha/api2/liveness_light.png")
}

.rc-button-liveness-on-dark:focus-visible {
    background-color: #d8d8d8
}

.rc-button-help {
    background: url("https://www.gstatic.com/recaptcha/api2/info_2x.png")
}

.rc-button-help:focus-visible {
    background-color: #d8d8d8
}

@media screen and (forced-colors:active) and (prefers-color-scheme: dark) {
    .rc-button-help {
        background:url("https://www.gstatic.com/recaptcha/api2/info_white_2x.png")
    }
}

.rc-button-help-on-dark {
    background: url("https://www.gstatic.com/recaptcha/api2/info_white_2x.png")
}

.rc-button-help-on-dark:focus-visible {
    background-color: #d8d8d8
}

.rc-button-undo {
    background: url("https://www.gstatic.com/recaptcha/api2/undo_2x.png")
}

.rc-button-undo:focus-visible {
    background-color: #d8d8d8
}

@media screen and (forced-colors:active) and (prefers-color-scheme: dark) {
    .rc-button-undo {
        background:url("https://www.gstatic.com/recaptcha/api2/undo_white_2x.png")
    }
}

.rc-button-undo-on-dark {
    background: url("https://www.gstatic.com/recaptcha/api2/undo_white_2x.png")
}

.rc-button-undo-on-dark:focus-visible {
    background-color: #d8d8d8
}

.rc-button {
    -webkit-background-size: 32px 32px;
    -o-background-size: 32px 32px;
    background-size: 32px 32px;
    cursor: pointer;
    height: 48px;
    opacity: .55;
    width: 48px;
    padding: 0;
    border: 0;
    background-repeat: no-repeat;
    background-position: center
}

.rc-button:focus,.rc-button:hover {
    opacity: .8;
    outline: none
}

.verify-button-holder {
    float: right;
    margin: 8px 8px 9px 0
}

.rc-challenge-help {
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    overflow-y: scroll;
    padding: 5px 20px 5px 20px
}

.reload-icon {
    height: 16px;
    width: 16px
}

.apps-toast {
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 101
}

.apps-toast-content {
    background: #323232;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0,6px,10px,rgba(0,0,0,.14),0,1px,18px,rgba(0,0,0,.12),0,3px,5px,-1px,rgba(0,0,0,.4);
    color: #eee;
    display: inline-block;
    font: 12px/20px Roboto,helvetica,arial,sans-serif;
    padding: 14px;
    text-align: center
}

.goog-container:focus {
    outline: none
}

.rc-defaultchallenge-response-field {
    margin: 7px;
    text-align: center
}

.rc-defaultchallenge-response-field .rc-response-input-field {
    width: 230px
}

.rc-defaultchallenge-payload {
    border: none;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    min-height: 61px;
    text-align: center
}

.rc-defaultchallenge-incorrect-response {
    color: #ff1b1b;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin-left: 20px
}

.rc-doscaptcha-header {
    padding: 10px;
    margin: 10px;
    height: 20%;
    background-color: #1a73e8
}

.rc-doscaptcha-header-text {
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    color: white
}

.rc-doscaptcha-body {
    height: 80%
}

.rc-doscaptcha-body-text {
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px 10px 15px
}

.rc-doscaptcha-footer {
    pointer-events: none
}

.recaptchaJavascriptChallengeLivenessContainer {
    min-width: 240px;
    height: 520px;
    overflow: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.goog-container:focus {
    outline: none
}

#rc-imageselect {
    min-width: 240px;
    font-family: Roboto,helvetica,arial,sans-serif;
    background-color: #fff
}

#rc-imageselect .rc-button:focus {
    outline: none
}

.rc-imageselect-desc {
    margin-left: -10px;
    margin-top: -10px;
    padding-right: 100px;
    position: relative
}

.rc-imageselect-instructions .rc-imageselect-desc strong {
    font-size: 22px
}

.rc-imageselect-desc span {
    display: block
}

.rc-imageselect-desc-no-canonical {
    position: relative
}

.rc-imageselect-desc-no-canonical span {
    display: block
}

.rc-imageselect-payload {
    min-width: 240px;
    margin: 0 7px;
    padding: 7px 0
}

.rc-imageselect-challenge {
    position: relative;
    width: 100%;
    height: 100%
}

.rc-footer {
    min-width: 240px
}

.rc-imageselect-incorrect-response,.rc-imageselect-error-dynamic-more,.rc-imageselect-error-select-more,.rc-imageselect-error-select-something {
    color: #d14836;
    font-size: 14px;
    padding: 7px 0;
    text-align: center;
    width: 100%;
    background-color: white
}

.rc-imageselect-desc-wrapper {
    margin-bottom: 6px
}

.rc-imageselect-checkbox {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAGnmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNy4xLWMwMDAgNzkuZGFiYWNiYiwgMjAyMS8wNC8xNC0wMDozOTo0NCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIzLjAgKE1hY2ludG9zaCkiIHhtcDpDcmVhdGVEYXRlPSIyMDIxLTExLTA0VDIzOjE2OjI2LTA3OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMS0xMS0wNFQyMzoxNzozNS0wNzowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMS0xMS0wNFQyMzoxNzozNS0wNzowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDM3Y2M2MTEtMjg5Mi00MmFkLWEyYmYtMjk1MzA4NGYxNjA1IiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YjEwZGYyNmItNGU5Mi0wNTQxLThjMDYtMTJjNWQ5ZDFmMjcxIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6ZjE0YzAyYmQtNDJhOC00ODkxLWIxMjMtMWZhYjg2NzZlNzJmIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpmMTRjMDJiZC00MmE4LTQ4OTEtYjEyMy0xZmFiODY3NmU3MmYiIHN0RXZ0OndoZW49IjIwMjEtMTEtMDRUMjM6MTY6MjYtMDc6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMy4wIChNYWNpbnRvc2gpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpjMDJkMDg2Zi1mNmZjLTRjMzItYWU2Zi0wOWMxZmU4MzFhNzciIHN0RXZ0OndoZW49IjIwMjEtMTEtMDRUMjM6MTc6MDktMDc6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMy4wIChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MzdjYzYxMS0yODkyLTQyYWQtYTJiZi0yOTUzMDg0ZjE2MDUiIHN0RXZ0OndoZW49IjIwMjEtMTEtMDRUMjM6MTc6MzUtMDc6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMy4wIChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlXsutAAAASdSURBVFiFtZdbbBRVGIC/mdnZdndr2+0l0BYsaEJ4ABGkUhHjlT6oT7QRbcHaqGkhvFBjBU3AKy9aTYwaQ9pI6wMxEClQiLcmKomtYikCkZsILbYGWuh2aXfLtrvHh53ZPTvdbbdtPMnJzOzMme87/392zjkKyRdFOipx7gupJlWEENiSBCuACij3bfgmx5G+dGUQez4h3S1CwQGh+PoGvcd+u7C3fAgITUcmXk/igbVVNdcrbJqr6nLqrTWJGiz03/FDaHxwd/vueYeAoEVmQhFCJBSIgIuqLxT3pqX/NFVPYkVc7UHl/JaOT1eesYgkJaAAGmArfvnqxp50ffd04HJZMDJS9svnd7cC4/EkhBCoieAP1HRXzgYOcMXl2l+8+exTgI4xhqzPKJZzFdDvf6lz9T8ZBW2zgcsl33N6xe+Na//EEglrBMK9z8qyzxZecY+bLytzIte6fdVHhKOgYYmCKWD23lZUdrxiNvANy9y8W67z2FKNPRvDEt1O38PF1Z0lhkBMKmQBDdB1LadqpvCNy9y885yO3aYwMio4+Ot45J6iFlYRZyyYFyqgLSjZlXfF6S+aCfz5e928bcCHRwV1zQEOXPBE7nc7x592Fj7kwpIGVTpqcwufKJ4p/K1no/DXmgK0SHCzLH70jWVY0mCehFNgc+TLDdbkZtCxLZeaVe6E8MrlUfgtv6CuKUDLxYlwAJuWMY9oBGIEVEBDOHPkBjvK7czPUXm9VGdTHIkXlrt5c30s/GACeNjAkS1FAOQTQEH1euXn61vGuDks0FSF7aU6m4qjElUr3Ow04F4DfuivSeCACHq9Uu8VIDIbKoAyFhi6hiMv0uDbbg+iMZP6F+1kpSlsX6ej4MYfgJ3rdXQtCj88BRzgtvff69bf5AiI/vNHTlkf+O6qh9rGADduhSOxbZ0ehfsEdXuSgwP83fHJ2UQCAhA9x97vi9fw+6setjYEGDAkTPirTQEOX0oOXjgifh7uOebDMj2rxkXIqMF5Q5d2xXtBW6+HWkNiyCd45YsArUnCAfy+E18TOxcIiA4GHUgF0uxpc7Jyqv84nehFjxdkkmKHo5eThwP01c9dDHiBYWAUGBdCCDMFIcNuLDB8zZfV07Y50Yvaej3ThrvO7i0HAsAYlhlRTkHQeCBwZl/FjwVDlz6eFiVBmdN/YsfFo1u7gNvG+2MWJvIgNAVGAf/xhgcb5nsvfzYb+NyBk+91NT95APBLAkFZQJ6bVcLfhVTACbgA15Ky5rU3C0s+mC48/dz+6nNHtrQDI4TzbkqYKZiwJoysiIAUQ8IJOFPdCzOXlDaV92UsqpkKnHfj5Ienvnpm35jfOwz4jCpHIGZFZF2jRdYFhkQq4DCOqYB+5+raRdl3PbJET8nO1VRH+nhoZHBsdGCg/1xrV29nYzfhwXbbgPoJp9TseUz4E62KVaLpsBsiZrUTXVrJX9HIv0gSMKs58mPgpkC8nZF1ZxP5dxhSkwmYEnJNuC+AqXdGZjS0ONX8iMmiZjV7POOdUTwRWUieUuVomZ90wSS9nq6ALCLvkM2jCZGPSe2QhRAoQiS9m/5fyn/lu/UIgBExrQAAAABJRU5ErkJggg==);
    display: none;
    position: absolute
}

.rc-imageselect-report-image {
    bottom: 0;
    left: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0
}

.rc-imageselect-table-42,.rc-imageselect-table-33,.rc-imageselect-table-44 {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.rc-imageselect-table-42,.rc-imageselect-table-33 {
    margin: -2px
}

.rc-imageselect-table-44 {
    margin: -1px
}

.rc-imageselect-table-42 td {
    padding: 2px
}

.rc-imageselect-table-33 td {
    padding: 2px
}

.rc-imageselect-table-44 td {
    padding: 1px
}

.rc-image-tile-target tr,td {
    margin: 0
}

.rc-imageselect-keyboard {
    outline: solid orange!important;
    position: relative;
    z-index: 100
}

td:focus {
    outline: none
}

.rc-image-tile-overlay {
    display: none;
    opacity: 0;
    position: absolute;
    background-color: #1a73e8;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transition: opacity 1s cubic-bezier(.49,.78,.46,1.34);
    transition: opacity 1s cubic-bezier(.49,.78,.46,1.34)
}

.rc-image-followup-tile {
    display: block
}

.rc-imageselect-dynamic-selected {
    position: relative;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    opacity: .01
}

.rc-imageselect-dynamic-selected .rc-image-tile-target {
    opacity: 1
}

.rc-imageselect-dynamic-selected .rc-imageselect-checkbox {
    display: block;
    opacity: 1;
    -webkit-background-size: cover;
    background-size: cover;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px
}

.rc-image-tile-target {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: relative
}

.rc-imageselect-tileselected {
    position: relative
}

.rc-imageselect-tileselected .rc-image-tile-wrapper {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.rc-image-tile-wrapper {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.rc-imageselect-tileselected .rc-imageselect-checkbox {
    display: block;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.rc-imageselect-candidates {
    border: 2px solid white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 94px;
    overflow: hidden;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 112px
}

.rc-imageselect-candidates>div {
    -webkit-background-size: 112px 94px;
    background-size: 112px 94px;
    display: inline-block;
    height: 94px;
    margin: 2px;
    position: relative;
    width: 112px
}

.rc-imageselect-challenge {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.rc-imageselect-response-field-error {
    border-bottom: 1px solid #ff0000
}

.rc-imageselect-desc {
    font-size: 16px
}

.rc-imageselect-desc-wrapper span {
    font-size: 14px
}

.rc-imageselect-clear {
    clear: both
}

.rc-image-tile-wrapper {
    overflow: hidden;
    position: relative;
    -webkit-transition: .1s ease;
    transition: .1s ease
}

.rc-image-tile-wrapper img {
    position: relative;
    -webkit-user-drag: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden
}

.rc-image-tile-11 {
    width: 100%;
    height: 100%
}

.rc-image-tile-42 {
    width: 200%;
    height: 400%
}

.rc-image-tile-33 {
    width: 300%;
    height: 300%
}

.rc-image-tile-44 {
    width: 400%;
    height: 400%
}

.rc-imageselect-instructions {
    height: 113px;
    width: 100%;
    margin-bottom: 7px;
    position: relative
}

.rc-imageselect-desc-wrapper {
    background-color: #1a73e8;
    position: relative;
    padding: 24px;
    color: white;
    height: 66px;
    font-size: 16px
}

.rc-imageselect-progress {
    background-color: #417cc1;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 15px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.rc-imageselect-carousel-offscreen-right {
    left: 105%;
    position: absolute;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.rc-imageselect-carousel-entering-right {
    left: 0;
    position: absolute;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.rc-imageselect-carousel-mock-margin-1 {
    top: 1px
}

.rc-imageselect-carousel-mock-margin-2 {
    top: 2px
}

.rc-imageselect-carousel-leaving-left {
    left: 0;
    opacity: .5;
    position: relative;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.rc-imageselect-carousel-offscreen-left {
    left: -105%;
    opacity: .5;
    position: relative;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.rc-imageselect-carousel-instructions {
    -webkit-transition: .2s ease;
    transition: .2s ease;
    opacity: 1
}

.rc-imageselect-carousel-instructions-hidden {
    opacity: .5
}

.rc-canonical-stop-sign {
    background: url(https://www.gstatic.com/recaptcha/api2/stop_sign.jpg);
    background-repeat: no-repeat
}

.rc-canonical-speed-limit {
    background: url(https://www.gstatic.com/recaptcha/api2/canonical_speed_limit.png);
    background-repeat: no-repeat
}

.rc-canonical-street-name {
    background: url(https://www.gstatic.com/recaptcha/api2/canonical_street_name.png);
    background-repeat: no-repeat
}

.rc-canonical-other {
    background: url(https://www.gstatic.com/recaptcha/api2/canonical_other.png);
    background-repeat: no-repeat
}

.rc-canonical-bounding-box {
    background: url(https://www.gstatic.com/recaptcha/api2/boundingbox2.gif);
    background-repeat: no-repeat
}

.rc-canonical-car {
    background: url(https://www.gstatic.com/recaptcha/api2/canonical_car.png);
    background-repeat: no-repeat
}

.rc-canonical-road {
    background: url(https://www.gstatic.com/recaptcha/api2/canonical_road.png);
    background-repeat: no-repeat
}

.rc-canonical-bridge {
    background: url(https://www.gstatic.com/recaptcha/api2/canonical_bridge.png);
    background-repeat: no-repeat
}

.rc-prepositional-payload {
    padding: 20px;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400
}

.rc-prepositional-select-more,.rc-prepositional-verify-failed {
    color: #ff1b1b;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 20px 20px 0 20px
}

.rc-prepositional-target label {
    margin: 5px;
    float: right
}

.rc-prepositional-instructions {
    margin-bottom: 20px
}

.rc-prepositional-table {
    width: 100%
}

.rc-prepositional-table td {
    background: #f9f9f9;
    border: 1px solid #fff;
    color: #000;
    cursor: pointer;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    width: 40%;
    padding: 15px
}

.rc-prepositional-table td.rc-prepositional-selected {
    background: #efefef;
    border: 1px solid #656565
}

.rc-2fa-payload {
    font-family: Roboto,Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #202124;
    text-align: center
}

.rc-2fa-background {
    background-color: #ececec;
    width: 100%;
    height: 100%;
    overflow: auto
}

.rc-2fa-container {
    background-color: #fff;
    width: 328px;
    overflow: auto;
    margin: 100px auto
}

.rc-2fa-header {
    margin: 36px 0 24px 0;
    font-size: 16px
}

.rc-2fa-instructions {
    margin: 24px 40px;
    line-height: 17.5px
}

.rc-2fa-response-field {
    text-align: center
}

.rc-2fa-response-field input {
    width: 11.2ch;
    height: 40px;
    line-height: 40px;
    margin: auto;
    border: 1px #979797 solid;
    font-size: 20px;
    letter-spacing: .8ch;
    padding-left: 1.2ch;
    padding-right: 0
}

.rc-2fa-response-field input:focus {
    border: 1px #185abc solid
}

.rc-2fa-response-field-error input {
    border: 1px #d93025 solid
}

.rc-2fa-response-field-error input:focus {
    border: 1px #d93025 solid
}

.rc-2fa-error-message {
    height: 36px;
    font-size: 12px;
    color: #d93025;
    margin: 2px 40px
}

.rc-2fa-submit-button-holder button {
    margin: 0 auto;
    min-width: 100px;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1.25px;
    border-radius: 4px;
    background-color: #185abc;
    border: 1px solid #185abc;
    color: #fff
}

.rc-2fa-submit-button-holder button:disabled {
    background-color: white;
    border: 1px solid #979797;
    color: rgba(0,0,0,.38)
}

.rc-2fa-cancel-button-holder button {
    margin: 20px auto;
    min-width: 100px;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1.25px;
    border-radius: 4px;
    background: none;
    border: none;
    color: #185abc
}

.rc-2fa-cancel-button-holder button:active {
    border: none
}

.rc-response-input-field {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    height: 36px;
    margin: 5px 0;
    padding: 1px 9px;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    width: 270px
}

.rc-response-input-field:focus {
    border: 1px solid #1a73e8
}

.rc-response-input-field-error,.rc-response-input-field-error:focus {
    border: 1px solid #ff0000
}

sentinel.goog-inline-block {
    position: relative;
    display: -moz-inline-box;
    display: inline-block
}

* html .goog-inline-block {
    display: inline
}

*:first-child+html .goog-inline-block {
    display: inline
}

.recaptcha-checkbox {
    border: none;
    font-size: 1px;
    height: 28px;
    margin: 4px;
    width: 28px;
    overflow: visible;
    outline: 0;
    vertical-align: text-bottom
}

.recaptcha-checkbox-border {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    border: 2px solid #c1c1c1;
    font-size: 1px;
    height: 24px;
    position: absolute;
    width: 24px;
    z-index: 1
}

.recaptcha-checkbox-borderAnimation {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAANICAYAAABZl8i8AAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAAGYktHRAD/AP8A/6C9p5MAAHq9SURBVHja7Z15fFTl9f/fd9ZM9n1PgCyEXSSRNYKCgAuiIipuVSuudavV1tq6W/WrtnWrrZbWDZUqUqUoCoIEQhBI2JesELKvM9mTWe7c3x83d5xAlkky8fv92ft5vfKC19znOWfuZ571POc5B1SoUKFChQoVKlSoUKFChQoVKlSoUKFChQoVKlSoUKFChQoVKlSoUKFChQoVKlSoUKFChQoVKlSoUKHifwGCRqsTNFrdj6VPq9XqtNofT9+wvutQyEyad8t9IaPPntFUdnAvkuQcaTKvvPLK+yZMmDAjPz9/rzTC+jSgWQkr0yH9AByQQBpMfZ3a385oYdpwCFf+7wSn2uWHiQAICIAAtXmpUKFChQoVKlSoUKFChQoVKlSoUKFChQoVKlSoUKFChQoVPwGYQmISTCExCT+WvsjIyITIyMgfTV8QBAVB0FDqaodC5qjZ190enDA5vb2htNjR1dYy0mReeumlt6elpaVXVlYWt7e3j6i+KIi6D+6bBbOOw/F2aB9MfY3a33rCH/w1oNGAxh/81S7vBUyBKVNgitq8VKhQoUKFChUqVKhQoUKFChUqVKhQoUKFChUqVKhQoUKFiv9bEAZbwRQcHR89edFlADWHN33R2VRTMZJfMCIiIj4zM/MygOzs7C/q6+tHVF8YhC2GxQDfwDeN0DiY+oP2bUo4Z9mNppCYBL0pIMgnMCqmqezg3pF8wcWLF98YGRmZ4OfnFxQWFhaTn58/ovpugBvGw/goiIqG6H2wbzD1Vd+m0+ALvr39f8RaqLWlttonMCrG0dXWUnN40xcj7X3X2NhYHRYWFtPe3t6SnZ39RUdHx4jqs4AlFVJtYPsCvhhsl1ehQoUKFSpUqFChQoUKFSpUqFChQoUKFSpUqFChQoUKFSrcMGhXnMDYtMmhY9JnA5hP5uW0VBUcHskvmJSUNHnSpEmzAY4cOZJz4sSJEdWXCIkzYAbAbthdBmUjRmhgbNrkxFkrVrp/VrZrzaqRIjUpKWnykiVLeujbsGHDqpEiNRmS74F7NN0eNU5wvgFvlECJpzIG5YqjtMyxUUbGRhl7fDYSUFpmQEAAAQEBPT4bCZwP52tAw4QJMGECGtCcD+cPRobq2+QGPegBiImR/9w/GwlCzSfzcgAKa60U1lp7fDYSOHLkSA5Aa2srra2tPT4bCeyH/QBs2SL/uX/mIQblLGZtbazraq6p1OqNPrY2c33N4c1fjOSkZLFY6urr6ysNBoNPU1NTfXZ29hcjOSlVQEUndIZASBu0bYJNO2Gn2ndVqFChQoUKFSpUqFChQoUKFSpUqFChQoUKFSpU/K9Dq/cxafU+ph9Ln9FoNBmNRtP/D9wMynPEPyp5XNy0S1eYQmITATotVWWV+/6zpq22JH8kvlxiYuK4BQsWrIiKikoEqK2tLduyZcuasrKyEdEXAzFXwpXjYBxAPuR/Bp9VQ7XHjW0wZKYsuP1hvSkwWPlMbwoICk1Kn91Wd7LQ1m5p8DaZ11577cP+/v4uff7+/kGTJk2aXV5eXtjc3OxVfQmQ8Hv4fQIk6EGvB30MxGRC5iE41AItXiV0zNyb7tGbAoOTIw0sTw8ifZSJ5k4RS7tTMIXEJjQWf7/Nmy+4bNmye/z9/YP9/PxITEwkNDQUm82G3W4XIiMjEw4cOOBVfXfD3VEQRUoK3HMPzJsHlZXozGZdHMRlQ7YncjSejplKN58/zh+TQYPJoGH+ODnDmCkkNtGbY6rRaDQp3Tw6OhqtVotWqyU6OhqAqKioRG+OqUYwpkIqAHfcAaNHy3933AFAKqQaweg1Qn/q0INeAAFBAF+3UE2+viAICCB46uPkEaGivauz01JVBrA1v41Om5NOm5Ot+W0ok5No7+r01gtardbO2traMoCamhpEUUQURWpqalAmJ6vV6jV9bdBWB3VIEqxdC06n/Ld2LUgSdVDXBm1eHUOtrfU1oUnpsy3tTmHfqU72nerE0i4CknQq5+O3vT0pmc3mmkmTJs222+2CxWLBYrFgt9uRJElav379296elJqg6Rw4h9JS2LwZNm6EoiIA3oP3qqDKq4Ta2i0NbXUnC00hsQl6U0CQ0jJP5Xz89kgsm5qbmxvKy8sLIyMjE/z9/YOUlrl+/fq3R2LZVAVV9VA/FsYaHA4DDgdt0PY+vL8bdo/IOtR9klKGgh9rYa8MBSOtSwOaOIgDqIRKJzjVWUaFChUqVKhQoUKFChUqVKhQoUKFChUqVIw4Bu05EpY8fa4ptNtzxFxV1liyZ/tIeo6cddZZc909Rw4ePLh9pDxHIiFyDsxJhESAMijbCTvroM6rhAoarW70nOvvCE+bvaC35w0FOVtKd374luQUHd54Ma1Wq1u6dOkd6enpverLy8vbsn79+rdE0Tv6BBCWw/Kr4WrtaedsIoifwCdrYa0E0oDf3ROFYzJvvCs8bfYCDTAlwcScFD/Gx/hg0Gmob3FgCk9IMviGhHorWdXll19+l0JmcHAw4eHhBAYGotFo6OrqIjY2NikwMDDUW8mqroPrroFrNKBhyhS46CKYOhWcTjS1tZrJMFkL2sNweNiE+kcljxs1e8VtGmB5RjAzknwJ99cR7q8jNcpITJCe41VdmMITkloqjx8c7nFyYmLiuEsvvfS27v8TFhaG0WjEaDQSEBCAyWSiubmZ2NjYpOLi4oPDPU5OhMRfwi8FELjzTrj1VkhLk//OOw9CQiA3l/Ew/nv4vhma+5M3oKNDWPL0uQCTE0wkRxrOeJ4caWBygqlH2eHgrLPOmqu0TH9//zN/YH9/goODe5QdDhbAAgEEZs+GRYvOLLBoEcyejQDCAlgwkLwBCVUmoOQIQ59llGdK2eFAmYB6I9OdVPeyw8EYGAPAzJl9F+p+5io7HEJ/6nD5LBn78QXrfuaJf9OAhHaaZZ+mknpbn2WUZ0rZ4UDxaWpr69uVSHmmlB0OKqESgCNH+i7U/cxVdjiENpbs2Q5wuLyTkrozSS2ps3G4vLNH2eHg4MGD2wGampp6JbWtrY2mpqYeZYcDV1ymb76Bkl5C3JWUyM/cyw5nlre1WxqMfqHhpvCEpONVXbR0OXFK0NgmsudkJ9vy23B2r0Xrjm3bONwXbG5ubggKCgqPjY1Nam5uVhzEsFqtNDY2Ultb61qL7t69e9j6aqAmBVJiRTGWHTtAksDHBywWObrYm2+C1Uoe5H0Cn6gLew/gC76/hl9PgSm9PT8Eh16EFzugQ916DmK3lAmZ82Ce+9YzC7KyIduTXZIKFSpUqFChQoUKFSpUqFChQoUKFd7FoMx3et+gkODEyRnGgPAoAGtrQ21T2eFce0ezZSS+XEBAQEhaWlpGaGhoFIDZbK4tKCjIbW1tHRF9OtCNh/FREAVQC7XH4bgDHF4l1OAfGjF69nW3ywZm4bQ6ktRQkLOlNOejt21t5npvvFhwcHDEpZdeent6evoCQeipT5IkKS8vb8t//vOft5uamryizxd8r4Vrr4Ar/MDP/Vk7tP8b/v0xfOwVA7N/VPK48Zc+/JzeFBQiAAmheqKD5MO/mmY75WY7EmDvbLYc/89Ljw7X2JyYmDju9ttvfy4gICAEwNfXFx8fHwC6urro6JDfqbW11fL2228/OlxjcyzEPg/PK0ZlwsIgOVl+WFICjY2AbGz+Lfx2oHvzwkAt86wVz72lNwWFxATruTI9iJggXY8y1c0OPstrprrJjr2z2XJwzaN3DLWlBgcHRzz00ENvBQQEhJhMJhISElxkKujq6qK8vJzOzk5aW1stL7/88h1DbakBEPAmvBkP8URGwv33w6xZP3RCSYJdu+DVV6GujgqouBvuboXWvmT2e0iXfN6tvwyITp0YE6zn9rmhBPueWTzAR8PUBBOFtTY6RL3J4Bsc0liyZ8dQXvCqq6765ZgxYyaaTCaSk5PR6888BtfpdISEhNDa2opGozEFBASEHDp0aEj67oQ7Z8AMoqLkw7i0tJ4jmiBAQgLMnw9ZWQS2twf6gE9/AQk0/U1A4WmzFwjAlelBGHR9N2aDTuDK9CAEIDxt9gK9b1DIUCYg5VAuISEBjabvE26NRkNCQgIA6enpC5ThYTDwB/9L4VIAHn1U7up9ISxMLgNcCpf6g/+gCQ1OnJwBgpAQqj+jm/eGmCAdCaF6QBDkuoNDWlpahiAIgvuY2R98fHzw9fVFEAQhLS1t0PoyIEMHOpKSYMqUgStMmQJJSehAlwEZgyZUWRopE5AnUMoa/cMjB/uCytLIEzLdSQUICQkZtL5YiAVgwgTPK3WXddUdDKHDXN0K/Ig4fWnl6ZpTnkUGkfSsu6yr7mAItbY21CpLI0+hlFXqDgZms7lWmcU9hVJWqTsY1IO8MigbhHtUd1lX3cEQ2lR2OBckqdxsp7p54I1CdbODcrMdkCS57uBQUFCQK0mS1NHR4RGpyppUkiSpoKBg0Pr2wT4ADh2Cag+CL1ZXy2Xd6w6GUHtHs6WhIGeLBHyW14zN0bfjhM0h8VleMxKyW85QtqKtra2WvLy8LQDl5eU4nX1H93E6nZSXlwOyW85QtqK1ULsbdiOK8PLLIIp9F3Yrsxt210LtkNahrbXF+RHjMi/oEPWmwlobCaEGAnw0Z7TM1d83uRb2BRtfeUq0dXYMZSwsKyvLz8jIuECj0ZhaW1vx8/NDp9Od0TJLS0tdC/t33333qa6uriHpK4KixbBYX12tJz8fpk3rGfsO5J3S009Dbi6d0PkkPNmfW/h//dZzBsx4Cp4yghEfH5g9G1JS5IfFxZCTA11dWMH6BDwxUJQx1TiCnBP5AXhgEkzq7fkROPIKvOJJjuShm+8kJGtbQ92PZb6TJEmyWCx1I2m+GwfjzoFzoiBKAqkO6vbC3nwYEe9CFSpUqFChQoUKFSpUqFChYgjwbC8vCELomPTZEWmZC4MSJk0zBoRFAlhbG+uay4/sqy/I3mw+mZeDJHnltpkgCMKkSZNmZ2RkLBw7duy04ODgSICmpqa6wsLCfbm5uZuPHDmSI3lJH0ASJC2EhWfD2ZEQCVAHdfth/2bYfAJOeIVQv4hRKWkXPfBkQHRqv6dZrTVFxwo2vvJke/2p4uG8WFxcXMott9zy5OjRo/vVV1paeuydd955srKyclj6IiDi1/DrgaI1bIEtL8KL/R1/DEhoyKipMyZd+fgrGp3BaNAJzEzyZVKcicgA2ehb1+rgSGUn35/owOaQcDps1iOfPf2A5dSB3UN5uQkTJsy49957X9Hr9UaNRkN4eDhBQUEYuwMAWK1WmpubaWhowOl0Yrfbra+//voDx44dG5K+sTD2TXgzFEIRBDnlz7x5MGqUXODUKcjKkv8kCTOY74a7C6Fw0IT6RYxKmXbjnz/Q6AzGlEgjN84KIdDU+4lJS6eTD3ZZKK6z4nTYrPs++OWNg22pcXFxKb///e8/0Ov1Rn9/f8aMGdOr5wiA3W7n5MmTtLW1Ybfbrc8+++yNg22p0RD9EXwUDMGMHg0vvABjx/ZeuLAQHnkESktpgqbr4LoaqOmtqLavQWzylU+85hMYGZMSaeTO80IxGfo+cTbqBdJHmThRb8fSiS4gZuzE6kOb/j2YMfO+++57LSwsLMbf35/U1FS0/RzvarVaQkNDaWtrQxRF3ZgxYybu2LHj34Mh9EV4MQVSSEmBd9+FmJi+C4eFwSWXwI4d+JjNPsmQ/CV82VvRXlkKHZM+OyA6dYJBJ3DjrBC0moHnLq1GLmvQCQREp04IHZM+29OXmzRp0uzRo0dP0Gg0jBkzBk+O2QVBYMyYMWg0GkaPHj1h0qRJHuubClNnwkx0OnjpJegnYIwL/v5yWZ2OmTBzKkz1mNCItMyFADOTfPvs5r0h0KRhZpJvDxmeICMjYyFAeHh4n928N+j1esLDw3vI8AQXwoWA3OqU8dITjBol13GX4QmhQQmTpgFMiht8ljKljiLDo8lh7NhpAEFBQYPWp9RRZHiC6TAdgAsuGPxM1l3HJcMTQpV1pjKbDwZKHUWGJ1DWmUajcdD6lDqKDE+guHyTlDSEBWtSTxmeEPpTh8s3yWAYfOXuOn35N/VKqLW1sU5ZZw4WSh1FhidoamqqU9aZg4VSR5HhCRpAjpfX7X0yKHTXccnwhNDm8iP7AI5UDj7BllJHkeEJCgsL9wE0NzcPWp9SR5Hh0XcEObLVzp2DJ7S7jkuGJ4TWF2RvBvj+RActnZ5nEGvpdPL9iY4eMjxBbm7uZoCGhgbsds+9/ex2Ow0NDT1keIJv4VtAzorY2uo5ma2tch13GZ4Qaj6Zl9NaU3TM5pD4YJcF0TmwDUJ0ymVtDonWmqJj5pN5OR63mCNHckpLS485nU5OnjzpkY1FkiROnjyJ0+mktLT02JEjRzzWtxW2lkEZzc3w7LPy5YSBFcplm5spg7KtsNXznRLQUpV/KHrywqWWTnQn6u2Mi/bBqBf6bJn/zP5h63nks6fut7c3mQfTk0pKSg5lZmYuFUVR19bWRmBgYJ+7JbvdTklJiWvr+dprr93f0tLisT4JpEIoXAJLhBMnBMrLITMTdLq+Bmp44gn45huc4HwIHurrek2fhNo7ms2tVQVHIsZlLrR0osspaaety4lOo0GnEbDaJcrNdrYXtvHxnibqWx0u40hLVcHhwQ5Nra2t5pMnTx7JyMhYKIqirqGhAYfDgSAICIKAKIp0dHRQX1/PqVOnsFqtLuPIiRMnBq2vGqorofI8OE8oLhb4z39Ao4HQUAgIkAtVVcGGDfDb38LBgzjB+QQ8sR22q+a7PjALZj0Oj/dYVyot1fHDKqcWap+Gp3fBLtXAPNDmAIxLYaliYFYCW4sgKgbm9bDeCgOu637UywX/P0AAIRRCAcxgVmPeqVChQoUKFSpUjNSya3DQ+fgHui/sHV1tLSP5Bf38/ALdF/bt7e0tI02KCUwAndA5IoT6hsaPjs+4/PrwtDkX+ARF9bja3NVcW9VQsPPbitzPP+wwV5R644Wio6NHL1y48PqMjIwLwsLCeuhrbGysys3N/Xbz5s0f1tTUeEVfIAQug2ULYMEEmKAEGGiDtmNwbAtsWQfrWqBlWIRq9EaflAW3Pxyfftl1CD+EWPAzyNXabW6bCMnprMj74qPiLW+/5LRbu4byYgaDwefaa699+IILLrhOEATND1trXffW2uFmTZOc33777Ucff/zxSzabbUj6NKC5GW6+F+71Bd/+ynZAx+vw+rvwrhOcgybU4BscOvW6//mHf7dRZEKskcxUPybEGjHq5He1Opwcq7KSXdTOsSp5m9tWU3TswEe/udXWMTjzXWBgYOivf/3rfyhGkaCgICIiInqY8URRpKWlhfr6epelvrS09NiLL75462DMd0q3fhVenQfzAPk64vLlshlPcXqorobsbNmoXCzbYLIg6364v6/hQOirZWbc9NrH/tGpE/x9NNw8J4SJsf1HWjha1cW7Oy20dTlpqyk6lvvefdd62lINBoPP448//vHo0aMn6HQ6kpKSBjxSbm5u5sSJEzgcDkpLS489/fTT13raUrWgfRvezoRMfHxkN5urr+47GIEowiefyO46XV1kQ/btcLsIYi+yz0Tqort/Gz52zgJ/Hw2/vjCC0eEDnw5GBug4O9HE3tJO8AmN0Pn4BTQWe5Yb5IYbbvhtenr6Ap1Ox/jx4/tN/aPAx8eHkJAQzGYzgYGBEb6+vgGe5ga5G+6+Cq7Cx0d2w1m4ULaF9jk2aGDyZDkN0IYNJDociSKIe2FvL8NILxNQ+mXXAdw8J4SIQZzNRwTouHmOHKAmPv2y63xD40d7MgFdcMEF1wEkJSUNOuZIUvc5+QUXXHBddHT0gPqiIOpOuBOAZ56Bs8/2fJw4+2y5DnKIot7O5s8gND7j8usRNJoJscYBu3lvmBjrw4RYIwgaTXzG5dcPVH7hwoXXC4KgCQoKGrLnSFBQEIIgaBYuXDigvuvgOgMYOOssuPTSwc9kl14KZ52FAQzXwXUDEhqeNucCgMxUvyEvQ5S6iqz+kJGRcQFARETEkPUpdRVZ/WERLOoeZ868qe7RQlOQ67rL6otQnY9/oLLOnBBrHPILKnV9gqJidT7+gf0t2pV1ZmBg4NDXkd11w8LCYv38/PrWB35JII8R8+YNfeHaXTcJkk4PPtiDUGUH5GcQXEujocCo07jWqv35OCk7IJ1O168/6ICztlbrWqv25+PkGvP8/GAIw4vbOCPL4Ewfp/8q3yZXElSjcfjCumWcnli1B6GKP1K7TcLqcA5Zl9XhdO2i+vNxUvyRHA4HYn9RaQaAKIquXVR/Pk6NIMeuNJvls/Yhv6BVluEuszdCHV1tLV3NtVWAa+czFCh1u5prq/oznrS3t7c0NjZWAbS0DN3modRtbGys6s94Ygazy8lrz56hE9pdtwEazGDut8s3FOz8FiC7qH3I+pS6iqz+kJub+y1Aff3Q47EodRVZ/WEbbAPg3/8eOqHddV2y+iO0IvfzD5GczmNVVo5WDd7mcLSqS26hktNZkfv5hwOV37x584eSJDmbm5uH7H3X3NyMJEnOzZs3D6jvI/gIgC+/hMOHB0/m4cNyXXdZ/RHaYa4orcj74iOAd3daqB+Ej2h9q4N3d8oBayryvvjIE3NeTU1N6bfffvsRwIkTJwYd++7ECfmC27fffvuRJ+a8o3DUdYPjgQdcY6FHMJvlOsCX8OVROOrRXt5y6uCe8JQZ8/AJjdhb2klciH5A9/CjVV385btGl3HkyL+ffdDTLIrHjx/fc9ZZZ80LDAyMMJvNeBJDtLm5maKiIpdx5C9/+cuDnmZR/B6+vxguDmxpCeTbb+U9en8BWQGKiuDnP4fyciqh8i64qzdPkl4JlZyioz4/e3PomGmz8QmN2HOyk5MNNgw6gVA/LbruazZWh5PDFV2szW3my0Ot2BySy3znsLZ77HgpiqIjNzd388SJE2cHBgZGNDY20t7ejkajwWAwuKLdiqJIc3Mz5eXlVFVVuVwZX3zxxVs7Ojo81mcF6zbYtgAWBDQ3B/Cvf0FdHURGyn89WspR+Mtf4LHHwGKhCqpugVv6in/3X21gDoOwP8Afzofz3XYbENt9SFBVBd1ZbgG+g+9+B787fankMaE9LFA/4SOQWTDrZ/CzTMg0QA9bpQ1s2ZD9Prw/kOedx4Sevt//qR7SGcGYDMkREAFy4NUSKPHE606FChUqVKj4P4dBz/KCRqvTmwKDAeydLU3eyinfF7Rarc7f3z8YoK2trclbOeX/Vwn1ixidGjdtyTVhKTPn+UWMShEE2bwuSaLYXn+quLH4+6zKfRv+1V5fWuSNLxUfH586f/78a6ZOnTovLi4uRaPRaAGcTqdYWVlZfODAgaytW7f+q6Kiwiv6QiDkMrhsHswbB+PCIVwxz+VDfhZkfQFfWMAyLEKNAWGRaRc98GTUxAVLerSa7q3n6Tfsao9u2VCw8ZUnB3NxtseLhYRE3nLLLU/OmjWrhz4lwsPplz527dq14Z133nnSYrEMSZ8v+N4P998Ct/hAv8aDLuh6B955FV7tL1FVn4QGJ04556xrn3/b4BsSJgBnjzKRPsrE+FgjQSbZBNDcKXK8ykreqU72n+pEAmwdlsaDH//29qayQ3sH83Ljxo075+GHH347MDAwrJtcwsLCCAwMdEV5sNvttLS00NjYiMUiN5aWlpbGl1566fb8/PxB6UuG5FWwKhnkbFQTJ8LFF8OcORAXJxeqrJQvy371lbynB0qgZCWs7CvAtdAXmek3vfqhRmf0SQjVc2tmKAlh/YeuKG+0849sM+VmO06HtSvvvfuv95TUcePGnfPYY499aDAYfHx9fUlKSsLPr/9j7Pb2dk6cOEFHRwc2m63rmWeeud5TUlMgZS2sDYVQoqPhD3+QvUf6w+bN8LvfQU0NZjAvh+XFUDwgocaAsMiZd7//jcE3JGxyvA93nx/Wby6lHvteh8Sb3zVyuKILW4el8fs3f7Z4oO4fEhIS+fLLL38TGBgYFhwcTGpqar+5lNzhdDopKiqiqamJlpaWxoceemjxQN0/AAI2wsZESGTKFHjvvYFNdz8YEuCmm+DQIcqg7CK46PTsX2eY7yZe/uhLQXETpiaE6nlwUYTHZCpj67RRJg5VdNHuMPj6BEXF1h797sv+6tx9990vpaSkTPX19WXcuHEek6mMraGhoTQ1NaHRaHzDw8Njd+3a1a++J+CJuTCX+HjZAcxTMkHOwrB4MXz5JUEtLUGBEHj6rWTN6bN51MQFSwTg1szQQZHpMsHpBG7NDEUAoiYuWOIXMTq1v9lcmYCSkpIGRabrBTQal3/TrFmzlsTHx/epLw7iXO4zL788ODJdNr8wuS6yW08cxPVJaNy0JdfQPQENNGb2h4QwPWePMvWQ2Rvmz59/jTIBDTRmDmCRIiQkpIfM3nANXKMFLXPmyCkqhorZs2HOHLSgvQau6ZPQsJSZ8wDSR5kYLhQZiszeMHXq1Hnyjx42bH2KDEVmrz8gzAeG5iR2OrpluGSeTqig0er8IkalAIyPHb5nhSLDL2JUiqDR6nrbAcXFxaXA8PyaFCgy4uLiUrTaXvSBdgLIV8aH49ekoFvGBJjg7j3iIlRvCgwWBK1WqxFc68zhIMikRasREAStVtmqusPf3z9Yo9FoBUEYVDSxvqDX6xEEAY1Go1W2qj2WghCsAx1a7Q/rzOEgLg60WnSgC4bgXrv8TxmuVqTVelGotqdsd0LtnS1NkiSKolOiuVMctq7mThHRKSFJomjvbGk6/XlbW1uT0+kUJUkaVCScvmC325EkCafTKba1tZ2hrwmaJJCw2XocvA0ZTU1gsyGB1ARNZxAqOUWHEt7ieNXwj1AUGe31p4p7s0iJouhQwlsMx69JgSKjsrKyuDeLlA1spVAKwPffD5/QbhmlUGoDW69dvrH4+yyAvFOdw9anyFBk9oYDBw5kyRuQxmHrU2QoMnvDTpCjWH399fAJ7ZbhktkboZX7NvwLYP+pTsobh94Nyxvt7O8mVJHZG7Zu3fovAIvFQnv70J3T2tvbXcYSRWZv+AQ+AWD9+sGlnzwdZWWyDHeZvRHaXl9aVHt0ywYJ+Ee2ud9Mif3t5/+RbUbqNuf1ZyOtqKgo2rVr1waQ/Zr6y5TY335e8W/atWvXhv5spAfgQDZk43DAr3/df6bEviCKcl2Hg2zIPgAH+t3LN5Ud2hsz9aIr2x0G3zKznWmjTB5FuHU3jhTV2rrNeL9ZKdo6+216+fn5e+fNm3elRqPx7ejoIDQ0FE8TySrGkdbWVlpaWhpffPHFlV1dXf3q2w/7r4ar9eXlempqYMGC/u8onU7mI4/A11/TAR23wq2nG53PIFS0dbY3lx/ZFzNl4WX1begOVXSRHGEkyFc7YDd/bUsDRbU2nA5r1/7VD93iiQW/q6urvbCwcF9mZuZldrtd19TUhL+/P4YBQlG2t7dTWFhIa2srNput6/nnn7/FEwu+BSwlUHIJXCIcPSpw8KC8lRzoslltLfziF/DllzjBeS/c29vFr15Z6mqurbKU7v8+YtycC9odBt+sgnbKLXacTggwafDRa1xLowNlXXxxoIU1e5po7nRi67A07l/90C2DMTA3NDRUHTt27PvunJ6+dXV1rnSTer3edaHBbrfT1NRERUUFZWVlisG58fnnn79lMAbmYigugqKFsFBXWqrjww9l05y/P0RH/3DdxumEvDz4+9/hV7+CoiKsYL0P7vsKvhqUxV6xjf6Uj0DSIO1FePFs+OE6nY9Pz8uzbv6q+2H/r+HXBVDQp0nRI2vOT/iQTgDhPDjvGrhmLsxV7sq7NiDQth22/wv+tQ22DRQYSz1G7rnk0cRBnPupZyVU9nc/XoUKFSpUeA8eTUoard4QkZZ5QWhyRqZ/VPI4vSkoRJ6Umi1ttSX55pLc7PqC7G+dot3mjS+l1+sN6enpF0yePDlz1KhR45TU6K2trZZTp07lHz58ODsvL+9bu907+gAmw+RMyBwH40IgRNkE5EN+NmQfhsPDJlSjN/okzb3p3sRZK1YafGUS+9x2djRbynatWXVi+3uvD+fSwpVXXnnvJZdcslIhsS+0trZavvzyy1WfffbZ60O9tCCAcDVc/Qv4xTgY1+8WGfL/An/5BD7pb+nUJ6GBcePPmnrtC39XwlyE+mnJGG0iOdJISPc21NIhUlJnJbe0E3O7bGjoMFeUHvj4kdtaKo8fHMzLpaSknPXwww//XQlzYTQaCQ0Nxd/fv4crTltbG2az2ZUQoKampvSll166rbi4eFD64iH+b/A3V04PHx847zyYNk3eLcnCYd8+2LbNtcDfA3vuhDsroMJjQsPHzp5/9vUvv6vVG31C/LSsmB7MzCTfPgMgSJIc837NniYs7SKi3dq1/8OHbm4ozNnqyctNmzZt/m9/+9t3DQaDj9FoJDEx0ZWFpp/tKmVlZVitVmUvf/O+ffs80ncWnPUv+FcohOLnJ9+O+/nPfwhmfWZ3gH/+E155BdrbMYP5GrjmIBwckNDAuPFnzbj9H//R6o0+k+N9uHt+GH4Gz6wx7TYnb26VXXFEu7Vr99u3XjpQS01JSTnr+eef/4/BYPAJCQkhJSXFdS9pIDgcDoqLi7FYLNhstq7f/va3lw7UUkfD6K/h61AIZfJkeOcdSEz03A56yy1w+DBmMF8IF5YqpwC9EarRG30y7/9ku29o/OjJ8T78cmE4Ou3gNlMOUeLPmxs4XNFFh7miNPvVq+f2NaYaDAaf119/fXt0dPTokJAQ0tLSPDbd/dA7JAoKCrBYLNTU1JTee++9c/saU3Wg2wgbz4KzOOss+OwzGOwRdksLXHklHDzIQTh4EVzkAEev1qbk82/9ZdTE+ZeE+Gl55JJIl1VpUNs3jcDURBM5xR2IuoBgyelw9JV14eqrr/7lzJkzLzEajYwfP35IYTIEQSA4OJjGxkZMJlOw0+l09JV14efw8+vheoKD4YsvYIBhpXeLkVHOqbRmDdFdXdGN0LgP9p1hsddo9YbEWStWAqyYHuxxN+/VmGLQsGJ6MACJs1as1Gj1ht6WRpdccslKgMTERI+7ea8tT6cjsbvbXnLJJSv1+jP1aUF7D9wDyIH+Y2OHvsaKjZVlAPfAPb0eI0ekZV5g8A0KCfXTutKgDQczk3wJ9dNi8A0KiUjLPCP8T3p6+gUBAQEhRqNxwAnIE4SHh2M0GgkICAhJT08/Q99cmBsLsYSGwvXXD1sf118PoaHEQuxcmHsGoaHJGZkAGaNNQwpndGZXlGW5y+6xkJ48ORMgNDTUa7sURZYi2x2uoIFLlgwtMdWZE4Asy122O6H+UcnjAJIjjV57QUWWItsdo0aNGgd4FOfOUyiyFNnucPk1nXOO9/aZ3bJcsunh2yTvhEJ8veeqoshSZLtD2Ql5w6/JbVzuIdsdyoVYr/g1KeiW5ZLNf2NOOkEYUVluvk3NFmU76S0oshTZp+/Fle2kt6DIUmT30Kf4wpvN3iO0W5a7n72L0LbaknyAkjrvXQ1XZCmy3XHq1Kl8gLa2Nq/pU2Qpst3hShB94ID3CO2W5Z582kWouSQ3GyC3tBNvJNWRJFmWu2x3HD58OFv+kc1ebDDmHrLd4YrGsHGj9wjtluUe6cFFaH1B9re2jmaLuV10JeobDr4/0YG5XcTW0WypL8g+I0BVXl7et62trRar1epK1DccNDQ0YLVaaW1tteTl5Z2h7xv4pgM6KC6GrVuHT+bWrVBcTAd0fAPfnEGoU7TbynatWQWwZk8T7bahH/S125ys2dMk2xN2rVnVm+HZbrfbvvzyy1WyzaGsR4CWwcLhcFDW7fz15ZdfrurN8NwGbR/ABwA8/vjwY989/jgAH8AHbdDW6yx/Yvt7r3eYK0ot7SJvbm3EIQ6+7ztEiTe3NmJpF+kwV5Se2P7e632V/eyzz16vqakptVqtFBcXDylhmCRJFBcXY7VaqampKf3ss8/61PdH+GMDNFBYCA89xJDGNkmS6xYW0gANf4Q/nrbFdSvrFB2WUwf3xJ59ydX17ehONNiYmmjC4KHFqd3m5PUtP5jv8t6779qupprKvsqLoujIz8/fc/75519tt9t17e3tBAcHe3xfyeFwUFRU5DLfPf3009fW19f3qa8Luo7C0SvhSuHoUYHqapg/33M3cZsNHn4YPv4YJzhvgVvyIb9PQgGsrQ21LVXHD0ZNXLCkvh1dTnEHwb5a4kP0AxqYX/22gVONdpeB2VK6/3sPJpLakpKSg7Nnz15it9t1jY2N6PV6fH19BxwzCwsLaWtrcxmYjx49OqC+UiithMrFsFg4fFhg82b54uxAxpLcXLj5Zvj2W5zg/CX8cgNsGNDA7G5o/ikfgSyCRW/AG8HKDY7p0+W7R70dgfznP64Ql03QdA/cswk29brW79e2+RM/pIuAiMfgsSvhSj30uwe2g/0z+OwZeKYe+ozNqR4jI8dRvgKumANzxsN4pdU2QdNxOL4Tdv4b/t1XvDsVKlT818JzW5YgCP4Ro1P9I5PS9N0TlL2j2dJWd6Kgrb60yFtpfN3UCfHx8akJCQlp7mNoeXl5QUVFRZHkZX0gJw5IgRR3V5xiKG6Hdq8R6huWmDQ68/o7Y6YsutzgH9prfglbm7m++tCmz0uzP/xbR2PZieG8VGxsbNLSpUvvPPfccy8PDg7uVV9TU1P9jh07Pl+/fv3fqqqqhqUvCIJuhBuvgCumwlTNabtHJzgPwIF/w78/gA+aoXlIhGoNvn7jLn7gqYQZy28WNPJWwkcvMCrUQJBv96WFDienzDa67JKy0xLLd699N/+rV54QbR2Dusnl4+Pj9/Of//ypiy666GbFBVyr1eLr6+u6EWKz2ejo6HDFvHc6neLGjRvf/ec///nEQNdpzng/0P4CfvEr+FUg/HA4HxPzQ5TbujrZz74bLdDyR/jjX+AvveVS6pNQ37DEpIxbXl+jhLeYlmhi0aQAJsYaz7izJDoljlZZ2XSklX1lsrmuvb60KPede1d42lpjY2OTnnjiiTVKeIuQkBBiYmKULDRn7N2bm5uprq523Z6rqKgoeuqpp1Z42lrDIfw9eG82yGEdJkyAlSvhkkvODBlcVydHBV+1Co4dAyAHcm6Cm1wx8fsj1DcsMWnWL97fZPALCQv103LneeFMivPs4O5IpZW/bWuQzXbtlsZdf/nZooFIjY2NTfrjH/+4KTAwMMxgMJCamupxGiAlsLXNZqOlpaXxV7/61aKBSA2H8K/h62RIxs8Pnn/es8w1kgSrV8vn8e3tlEDJhXDh6aQKp3fzOfd9/J1fxOjUhFADj14SMehgBM2dIs99WU+52UZ7fWnRzteuPb+v7u/j4+P36quvfhcfH5/q6+vLhAkTBrzwdaa9wsaxY8fo6OigoqKi6P777z+/r+6vB/1X8FUGZBATI3uPpKYObtAtKoLLLoPqanIh92K42A72Xo0jEy59+PmItMwLQv20PHlZ1JAiO/joNUwfY2JXSQeiPihMbwoIqs/f0eu+9/bbb38+IyPjAoPBwKRJkwZNpjLOhoaG0tDQgJ+fX5i/v3/Q3r17e9X3G/jNVXAVQUGytX2wZIIcFWfxYvjkE2Kt1lgJpGzIPsMe6huWmJQwY/nNAHeeFz6sMBlBJnmoAEiYsfxm37DEpN66+kUXXXQzQGpq6pDIdLMBkNpNzkUXXXRzbGxsUm/by/vhfgD+9Cc5S+JQkZIiywDuh/vdUwC5CB2def2dgkarnZZo8njM7A+T4oxMSzQhaLTa0ZnX33n686VLl96p0Wi0ISEhQ0qddsaPGBRESEgIGo1Gu3Tp0jP03QF3GMHIzJmwbNnwF63LlsHMmRjBeAfc0ZNQQRBipiy6HGDRpACvLZQVWTFTFl3uPl0LgiCce+65l8urlBiv6VNknXvuuZcLpy0ProKrALjrLu/tBLpluWQrhPpHjE41+IdG+OgFJsZ6zxVnYqwRH72AwT80wt8twlh8fHxqcHBwhFar9UrrdG+lWq2W4ODgCPcIY6NhdDzEYzTK45+3sHgxGI3EQ/xoGP0DoZFJaQCjQg0e3433aMLQyBsBdx0ACQkJaQC+vr6DdrAdYLvqsvQrOgDGw3j5F57onWxfCoxGWaabDg2AsjdXdkDehCJT72agVvbmBm94wfUyQbnrADlFhWsX5G10y1R0/Ff4NulA9uYdhlNv38J1PXRoFKuRsjf3NhSZig7FaqQsyr0NRaa7f5PLoOEFh4oz0C1T0aEBaKs7UQBwymw7I6jAcCA6JU6Z5RdUdACUl5cXAHR0dHjV6idJkisShKIDoAjke/VHj8pRGrwFp9MVSljRIRNaX1pkazPXd9llQ4e3cLTKSpddwtZmrm9zC05QUVFR1NTUVK/kR/Jab2huRhRFmpqa6t2DExyH4y3QQlMT7N3rPUL37oWmJlqg5Tgc/2EMlSSp+tCmzwE2HWn1mj5FVvWhTZ+7N0VJkqQdO3Z8DlDtZh4bLhRZO3bs+NzdAC2C6DpD/8c/vEdot6wNsEEx57kmpdLsD/8mOUVxX1knRyqH30qPVFrZV9aJ5BTF0uwP/3b68/Xr1//N6XSKFovFK620ubkZi8WC0+kU169ff4a+t+AtQL6bdPDg8Mk8eFCW5S7bndCOxrIT5bvXvgvwt20Nwwoo2Nwp8rdt8mBdvnvtu72Z8Kqqqk5s3LjxXdmAUzSsCcpms1FUJPfwjRs3vtubCe8QHFoH63A64Y47YBiRzGhvl2U4nayDdYfgUK/WJvOJvJ3Rky+4VNQHhR2qsDJ9jGnQl78U811ti4P2+tKi/asfvlkSe3dTPnz48M45c+Zc6ufnF9bU1ERoaOigL38p5ruuri4qKiqKnn/++ZsdDkev+nbBrqvhav/GRn/27oXLL4fB+vh3dsKKFbBvH7VQez1c754ooKezmGi31xfkbImdetHydtHgu6ukg8QwI5GBOo+7+Ysb66htcWBrtzTuefv2y2xtDX2GAHI4HPZ9+/ZtOe+885ZrNBrfbhPcgBkT3bv58ePH6erqoqWlpfHRRx+9rL+QQx3QoZCqKyvT8fXXkJnpeXDrwkJYvhxyc+mCrt5i2Z/RHOydzZbaI1s3RIydPV/UB4XtKGrnZL0Nfx8t4f5aNMKZRyBHKq18kGPhk9wmOu0S7fWlRXvevv0yT45AWltbLbt27dowbdq0+X5+fmH19fW0tbWh1+sxGo19HoGcPHmSsrIyRFGkoqKi6NFHH73MkyOQaqjeDtsvgot86+t9ee89qK+H0aP7JraoCP7nf+C++6CmhgZoWA7LcyH3jO1vn/vwn/ghXTREvwavLYQfUiykpsLUqT0P6Q4ckAntxmbYfB/cVwM1vdoTBlL8Uz9GzoTMe+CeBbDAtUU9fWgCxxbY8ga84W6dHxKh7qacn7KjQyAETofpaZDm7uhQAAV7YE8LjGh2SBUqfhx41OUNfiFhURPnLwkZM22Wf+SYsQa/kDAAW7ulsa3uZKHl5L5dtUe3brC1Wxq90v0CA8Nmz569ZOLEibMSEhLGKjmWWlpaGsvLywuPHj26KycnZ0NLS4tX9OlBPwfmzIbZY2FsKIQCmMFcCIU5kLMTdrofFw+JUN+wxKSxi+5+NGbqxcs1vWQv6GF4EUVH9YGv1hZuevO5oU5MsbGxSTfccMOj55133nLtAPpEUXRs27Zt7erVq58b6sQUAiH3wD23wq1KAME+rXTQ8A/4xxvwRn+p1IS+ZoTk8279ZeriX/xOqzMYAZIi5FPMUeH6Hj72pxrs7Cvr5ES9vP8XHTZr0Td/+UPJtn/82dOJShAE4aqrrvrljTfe+DuDQdbn7+9PSEhIrz72FovFdQ3RZrNZP/jggz98+umnfx7MRHUlXPlH+KOLyMhIOUnVlCkQ1X0qXFsLhw7Jyanq6lzE/gp+9Rl85hGhGq3eMPW6/1kVc9biZQBT4kxcNyuYMeH9H1ecbLDx0a4mDlXK/k3VB79Zd+Cj36wcyE1cr9cbfv3rX6+aO3fuMoDg4GBGjx7tUcav0tJSmrqD/G/fvn3diy++uHIgN3EBhGfgmQfgAQDGjZMvcV1ySd/Xa0RR9m96+mnIl2/RvAKvPAaPnR4US3t6Uzn7+pfeiTlr8TKtRuDWc8O4OTPEozv0Ib5a5qb5Eeyr42B5F35RyeP9I8ekVh+WzYJ9tcxHHnnknblz5y4TBIHk5GSSkpI8OmsyGAxERkZiMBhoampi1KhR4+Pj41Ozs7M/76/eC/DCfXAfAA8+CO+/LzuL9Xc3SqOBtDQ5xJDdDrt2MRNmBkLgt/Btn4Qmn7/ywTHn3nC3ViPw8OII5qQOPsdRcoSBpHADu0504BeVPN5pt3ZZSvf1mkb86quvfvCKK664WxAExo8fT0RExKD1+fv74+/vT0NDA6NGjRpvtVq7jh492qu+6+H6Z+AZAF5/XSZ0MMYYrRbOP18+mNu4kekw/RScco+Lp3WfgKb97E8faDRa3a3nhg2JTAUxwXoCTVr2neokJCl9dtX+jWtPvzMfGxub9Lvf/e4DrVarS05OHhKZCkwmE3q9HovFwqRJk2ZnZWWtPf3OfBRErYN1RjDy6KPyvnyoOLs7ZPOOHZwH562G1YqXs6udj11096NancE4Jc7EwgnDjwOycII/U+JMaHUG49hFdz96+vMbbrjhUYPBYAwODiZauWg1DERHRxMcHIzBYDDecMMNZ+j7DfwmAAKYNg1+85vhr7V+8xuYNo0ACPgN/KaHgdngFxIWM/Xi5QDXzQr22iJXkRUz9eLlytpVWWeed955ywFGjx7tNX2KrPPOO2+5snYF8Af/G+FGAJ591jspgLRaWRZwI9yoBMPWAERNnL9Eo9XqkiKMA87mg8GYcANJEUY0Wq0uauJ8Vyj12bNnL+kOVj2sXHSnw8/PD39/f7RarW727NkufRfDxSYwMXYszJ3rvW3R3LkwdiwmMF0MF7sIDRkzbRbIrt/ehiJT0QEwceLEWYArMZ83ochUdCgWJcAVZ8mr6Jap6Oj2bRozFmBUuN7r+hSZig6AhISEscoM7W0oMhUd4ObbNG2a9wntltnDt0kZ37wZs8l9fequQxlDuxf1XtenyHQfQ127oRH0bVJ0/Hf5Nmm932AUmT18mxQrkTdjNilQZLpbohQrkTdjNilQZLpboswgh8upr/c+od0yFR3dvk0nCwFONXj/BRWZig6A8vLyQvBuzCYFikxFB8gpzAHXPSOvolumokMDYDkpbw2Vi1vehCJT0QGgbA2Vi1te7RHdMt23n7thNwCbNnmf0G6Zig4NQO3RrRucoug4UW/lZIP3XAxPNtg4UW/FKYqO2qNbXfE5cnJyNoii6GhraxtWLrreLFBtbW2IoujIyclx6dsAGySQyMmBkhLvkVlSAjk5SCApvlOuMbT6wFdrAT7a1eQ1fYqs6gNfrT19DN22bdtagNLSUq/pU2Rt27ZtrfsYWgmVG2EjkgTPPOM9Qp95BiSJjbCxEip7zPKFm958TnTYrIcqO9l8bPhj2+ZjbRyq7ER02KyFm9587vTnq1evfs5ms1mbmpqoqakZtr6amhqampqw2WzW1atXn6HvOXjOCU7WrnVlPBwW1q+HtWtxgvM5eO4Ma5O9s9kiiaIjfOys8w+Wd5EUbiAmeGjrxP2nOvnLd41IEhRufO3pumPfnZFurLW11SKKomPatGnnK3noTCbTkMdNxVns3Xffffr7778/Q18N1ARC4AyYwaZNcnK/oa5L9++Ha68Fm4034I0P4cNe7aGWU/u/D4hKHucXlTx+14kOAk1akiMMg26Zf/muEdEpUX3wm3XH1r/wm74nyGPfJyYmjhs1atT4hoYG9Hr9oHdPNTU1FBXJbgHbt29f99Zbb/WpbwfsmANzEm22RNaulY87kpMHPwlddRW0tpIN2XfAHe5Xvc9Y6dYe3fqlf+SYVL+o5PH7TnVSWG0jIUw/4C7qZIONN7c0svFIC5L0wxGI5Ow/eeb333//ZXx8fOqoUaPGWywWWltb8fPz8yhrYlFRkcvJVjkCEcW+9Ykgrof1s2BWgs2WwL/+Jd+HnzZt4KyJNTXyTeTf/hZsNnIg5yq4yt3zDv5LD+l8wOcFeGElrJT3xQa4+GK48MLeD+m+/hq++koO1QasglWPwCNdcEa8qP/qY+TZMPspeGoWzPKk/C7Y9QQ8kQM5fTYOTwT91B0dJsPky+Hy/hwdPofPPc2ppMKL8Nj7zhgYEW0MCI/S+wT0uO1q72pttrY21Fpb6mu8+cVCQ0OjQ0NDo/z8/IJOm4yazWZzrdls9qo+DWgCITAIeuhrhuYWaPE0FWW/hIaMmTYrccZVt0SOn7vY6B8W2V9Za1tjXd3x7d+U7f70Hfd9+2AwceLEWRdffPEt55xzzuKQkJDIAdaedXv37v3mq6++eqevY+OBkAiJN8KNi2HxZJjsA736ondB12E4/A188wF8UAZlgyLUNyxhzKQrn3g1Mi3T5d2r0QiE+GoJ8OlpQm3tcmLpEHG63cCrK8jefOSzp+7vaCw/6ZmNNmbMfffd92pGRsZCt5kfg8FwRtIVh8OBzWbrsYDIzc3d/Nprr91fXV3tkb5gCH4GnrkFbtGevnQ8/br5aVd+RBDfgXceg8eaoGlAQiPGnbto2o1//kDv4x+o0Qicl+bH3DQ/0qKMfeZWcogSBbVWthe0s62gHadTwt7V1rLvg1/e2Fe8EQXnnHPOot/97ncf+Pn5BQqCQGRkJJGRkQQGBvZ59VuSJFpaWqirq6Ourg5Jkmhvb2/5wx/+cGNf8UYUnAVnrYW18RAPyI4L110nX15ITDzTg8TplBNTZWfDRx/Bd98BUAEVy2H56Vm/hNPJPOfWv67VaHT6tBgj98wPIzpocNvPmmY7b2xtpKDaitPpsO/9x13L+yL1nHPOWfT000+v1el0+sDAQFJTUwe9/ezs7KSoqIiWlhYcDof98ccfX94XqWfD2V/D14EQSHIy/O1vMpGDQXY23HknlJTQAi0XwoX7Yf8ZhPqGJYw598F/f6/38Q+cneLHvQvCBp3ty73Fvr6lkZziduxdbS07/nTFzNO7f0xMzJi//vWv3/v5+QWGh4cPKduXe4stKCigoaGB9vb2lrvuumvm6d0/AiL2wJ5oiObcc+HTT8/s3p6iuVnefu7YQQ3UTIfpSpBWV/uedOUTr+p9/APTYozDIhNApxW4d0EYaTFG9D7+gZOufOLV08vcd999r/r5+QUGBgYOi0xlvE1LSyMwMBA/P7/A++677wx9L8FL0RDN+PHDI1MZZz/9FMaPJxqiX4KX3FYL8mwemZa5UKMRuGf+8Mh0J/We+WFoNAKRaZkLTz+Xz8jIWCgIAqmpqV4Jk+EuKyMjY6H7ufwkmHQNXIMgyBdevRHnJChIliUIXAPXTIJJLkITZ1x1C8B5aX6DHjP7Q3SQnvPSZM8QRQfAxRdffAtAZGTkkE12vcFkMhHZfcdI0QHg2rNfccUPjl7ewNlnyzLddGgAIsfPXQwwN817bjEKFJmKju7JaLFCqLehyFR0AFwEFwHws595f2vULVPRoTMGRkQb/cMiNRqBtCij1/WlRRnRaASM/mGRxsCIaD+dSEhISKQgCAQONgWkZ3YABEEgJCQkMjQ0NBqz2ZYIiWg0cO653if03HNBoyHR6UwMhVCNMSA8CmQPD2+Mnb2NpYq5zxgQHhUaGholW8wMXg0xdPqGoHv7GuVab0ZHg6+v9wn19XXFvY+HeI2yNz99B+RNKLL1PgFByt5cNxIRapQfsVu2n59fkGtv7sVkgr0YHuR5CoJ+8q44grLW1ozgq3bLFkD478tJN8JQCfX2cGPvam1WrEYjBUW2vau1uV2wu6xGIwVFdnt7e7Mr6nfLCF4m7pbdCq06a2tDLcgHbg5R8vpM7xAllweetbWh1twdHEYxwXl7ppckyRUQxmw211qVpClVVfIFLm+7NIqiLBv5lp3G2lJfY21rrHM6ZROct1FQa8XplLC2NdZZW+przGZzjcViqVNMcN5vLC1IkoTFYqkzm801FVDRBE3YbLKDgrexfz/YbDRBUwVUaADqjm//BmB7QbvX9SkyFR0Ae/fu/Qagrq7O6/oUmYoOCaStIGf1++QT7xPaLXMrbJVA0gCU7f70HYBtBe3UNHvPR7Sm2c62bkIVHQBfffXVO8rLd3Z6z4Wys7PTRaiiA+B9eB+Af/5TPmv3FmprZZluOlz+oXUF2ZudTok3hpjcr7ex842tjTidEnUF2ZtP9w/Nzc3dLEmSy43GG2OnIis3N3ez+znTJtiUC7m0t8O99+K1xKX33gvt7eRCrpIBzDVCW0r3fx9/zrIbLV1aY3Wzg3NGm9BohmdgPlDWib2rrSX3n3ctt3e2NLmXOXbs2PeLFi26UZIkY2dnJ2FhYcM2MFssFtrb21sef/zx5W1tbT307YN9P4OfaQsLtbS0wAUXDD1PsiTJN+k++AAb2K6Cq5QoOW7edy1NLVXHD8WeffHyCouoPVLVxYRYI/4+2kF38xe/rudAWSdOp8Oe9+691zaXH847vVxbW1tTSUnJoXnz5i3v6urSNjc3ExgYOOibIZ2dnRw/fhyLxYLD4bA//fTT1xYUFJyhrxZqK6HyUriUPXvka9rnnw+DNR9aLHDbbfDuuwDcBXe556frwVZHQ1lJU/nhvKiJ8y+xdGmN3xxto6HVga9RQ6ivts8W6xAljtdY+Sy3mb9tM9PQ6sDe1daS9+691/Z3SFdVVVVSWFiYN3PmzEskSTLW1NRgtVrR6XS9BsFyb5EtLS2Ul5e7cnq2t7e3PP3009f2d0h3CA5VQuWFcKHm+HEN77wjX9dOTBzY6FxWBn/9q5w5cd8+HOD4BfzCNT7/sNXtxYDyEz9Gng7T/wp/nQATXB8mJMjEnm5EMZtlMsvLfxiu4NhdcNce2NOL7aBv/JQdHXSgWw7Lb4Fb5sAcbS+unT3W7yDuhJ3vwDtrYa0DHH0YYzzDT9kVxx/8J8LEKIjqzRWnFmqPwlH3HMj9WLd6hykkNjEs+ZxMn6CoOI3e6FG4RKfd2tXVXFvZWLI3u9NSVTaYl4qKikqcPHlyZkRERJzBYPBIn81m66qvr688fPhwdm1t7aD0mcA0DabFQqwJPJqZOqGzCqr2wb5O6PSI0NCkjMzxSx56NmRM+uzh/OqWk3k5xze8/Hvzidx+Y8VNnjw5c+XKlc9OmjRpWPqOHDmSs2rVqt/3llveHUmQ9AQ8cTlc7imRvRH7OXz+FDx1Ak70TqggCOMv+dWzyQvueBjkLAlp0QbigvUYdZ6NDFaHRGWTnYKaH6KNl2x566XjX/7x96ev3gVBEFauXPnsihUrHlYmocDAQHx9fT1ONu10Ouno6HDt3wHWrFnz0qpVq37fmzfz7XD7n+BPBpDPSOLj5ag4ni6dOjvl5VZFhdxDwPYgPPg2vH0GoeOXPPQHhcyFE/xZMSN4yLeTLR0ia3Y3ua7nlGx566XjG17+nXuZ22677Q8KmTExMSQmJg4584LNZqOsrMzlb79mzZqX/v73v/fQ9wv4xZ/hz4Acn+mZZ4Z+3XvfPnjsMTmeE/BL+OVf4C+udWhoUkbmWSuefxvg9nmhXDsjGJN+6LZnk17DOWN8CfLVkneqk9CkjDkNRbu+U8bVyZMnZz700ENvA6SkpDBq1KhBhwp2h5KkymAwYDabmTRp0pz9+/d/V1dXJ+uDyZ/AJxrQ8PDDcn65gbJ197/Okx3MrFbIyeECuGA9rK+DOi3AtBv/9L4pJDZh4QR/rp0R7LWZOiXSiLld5ES9Df/IMalK0Ozf/e5370dGRibExMQwatQor+kLCAhwXWyIj49P/frrr98F+Dv8PQ3SWLpUdhDzhg1WEOTc9IcOoSko0CRC4hpYozGFxCaGjEmfrdUIrPAimQpWzAhGqxEIGZM+2xQSmxgVFZU4adKk2YIgkJiY6HV9iYmJCILApEmTZkdFRSVGQdSFcCGCAC++6B0y3UntlnkhXBgFUZqw5HMyAdKiDSMW0SEtWh4bw5LPyZw8eXImyA4JI5WtRnGgmDx5cuZcmCuAQEYGJCV53x6alAQZGQggzIW5Gp+gqDiAuGDvh6tQoMj2CYqKi4iIiANceY9GAorsiIiIuARIAORwbCOFbtkJkKBTFu2eLo2GAkW2Rm/0MRis3baBkTtwVWQbDAYfl7fWCLj9cJpsP/BTj5G9/WOqFKiEqoSqhKpQCVUJVQlVoRL6vwCd027tAtk4PFJQZDvt1i7FM87pHDn3SUW2zWbrsimNpqtr5Fjslm0Dm66rubYSoLLJPmL6FNldzbWV9YLs66Tk3xwJKLLr6+sr9UpkxpMnR47QbtnVUK1rLNmbDVBQY8PSIXrd4mTpECmokVtlY8ne7MMG2T+0paUFm83mdYuTzWZzuUkePnw4uwJkS0l2tnxH04vZwgFZZrZ8jLUH9mg6LVVllpN5OaJTYs3uJq//eGt2NyE6JSwn83I6LVVltbW1ZUeOHMmRJImysjKv6ysrK0OSJI4cOZJTW1tblg/5R+EoXV3w8sveb50vvwxdXRyFo/mQrwE4vuHl34McxOprLyZK/fpIq+tcSdEBsGrVqt+DnNjU24lSFXmKDoDH4DEAXnpJTkHhLXz5pSzTTYcWoNNSVabVG31CkzLm5J3qxNwukhJlHPK5kqVD5N1sC5/mytEQSra89ZJy/AFQV1dXZjQafSZNmjTHbDZjt9uV6N5D7uZK0j+QD+mUnKEAhVCYBElTJGkKa9fKGbfT0wefglJBZyf88Y/wi1+A08mH8KFyI/m/5hjZAIZ34J2r4CoAIiJg0SI5x4enxu6ODigokMO1dUe2/RQ+vQVusYGtJ6Hd+Kk7OlwH1z0Dz7gs+UNEOZQ/Bo99BB/1aCh9Vfgpu+JoQTsH5mRC5lBccbIheyfsdA8i2DuhgiBEpM25IHL8vAtNwbEJwgDh0vqCJIqOzqaq8rrjWV/XF+z8ti+fb0EQhPT09AtmzJhxYWRkZIJ2iPpEUXTU1dWV7969++u8vLxv+4uBlwZpi2FxPMT3lXZyIDjAUQEV38A3BVDQK6F+EaNTp/3sldXBCZPSvbmqaCo/krfv/QduaHfLLw8QHx+f+vvf/351WlqaV/UVFBTkPfvssze455cHOc78m/DmMljmTX3rYN3dcHcDNLgI9YsYnZr5wKc7DH4h4b4GDeeN82d0uB7tEM+wRUmitMHOtvw2OmxObO2WhuxXrjpXITU+Pj71jTfe2BEUFBSu1WqJjIzEz89vyAd3TqeT9vZ26urqEEWR5ubmhnvuuedchdQoiNoO25MhGa32hyiMQ53l7fYfojaKIiVQMhfm1kKtgCAI5z747++DEyalp0QaeXRJpNd2S5YOkec21FFcZ6Wp/Ejejj9dMVMA/vrXv36flpaWHhAQwIQJE7y2W1Iyebe2tlJQUJB31113zZQkSdoIGxfCQpKSYN06mDTJO83zyBFYtgxOnGAzbL4ILtJEpM25IDhhUrqvQeNVMkF2cnh0SSS+Bg3BCZPSI9LmXJCenn5BWlpaular9SqZIDs5TJgwAa1WS1paWnp6evoFM2HmQliI0QgbNniPTJBlbdgARiMLYeFMmKmJHD/vQoDzxvmPmOfIeePk6LGR4+ddOGPGjAsBVz45b0PJVQcwY8aMCy+DywA5ZvLYsd7feo4dK8sGLoPLNKbg2ASA0eEj5zmiyDYFxyZERkYmAF7No3Q6FNmRkZEJY2AMANOnj5y1qVv2GBijU5ZGWmHkPEcU2YJWq1O2lz+G54hWq9W5+oDROHKEdss2gEG12Hv7x1QpUAlVCVUJVaESqhKqEqpCJVQlVCVUhUqoSuj/V9BJougA+dhipKDIlkTRoSTk+jG870RRdDiVRiOKI8ei8k7g1HU2VZUDlDaMnPedIruzqaq8rq4JwKv5PE+HIruurq48VLkbX1g4coR2y66Gak3d8ayvAbblt41YbuRt+bJ/U93xrK937979dffLuqIoehM2m80Vrm337t1fb4EtAHzwAbS2ep/M1lZZNrAFtmjqC3Z+21R+JK/D5uS5DXVeJVU5pOuwOWkqP5JXX7Dz27y8vG8LCgryRFHk2LFjXiVVOaQTRZGCgoK8vLy8bzfAhiIoorZWPqrwpl9qR4css7aWIijaABv+K46Rz4FztsJWE5gYPRruvts7x8hvvgmlpXRC53yYvxf2/tc4OsyCWR/Dx64w7F5CBVRcC9fugl3wX+aKYwLTDXDDhXBhAiQMxxWnHMq/hq9Xw2r3kEMuQvWmwODRmTfcFTl+7mKfoKhYQaMdVqB5ySk6upprq+qOb/+mNHv1X0+Pzujv7x98+eWX33XOOecsDg8Pjx0qme6kNjQ0VO3du/ebzz///K+nR2fUge4quOpCuDAWYgeKJDagPhCroOpr+PpT+FSJNCYABMVPPHvGHav+YwyMjGEEYG2pq9791spLmyuO7gdITU09+4UXXvhPaGjoiOgzm83VjzzyyKVFRUX7AUbD6M/h88kweST0HYbDl8PlpVAq6E2Bwec/+s0RY2BkTHyIniunBREfqkenGd6xssMpUWG289m+ZiosdqwtddXfPbd4klHr5L333jsSGhoa4+vrS0JCAr6+vsMObi1JEh0dHZSXl9PR0YHZbK6+6aabJoltbdZcyB0H44iIkCekCROGPiG5T0zHjskTU309+ZCfARm60Zk33KWQ+eJVMfh68WQ5NcrIjGRffv1pNRVExozOvOGuGVEtKGROnTrVqyksAgICCAsL48CBAwAxl19++V3Bq1e3joNxxMVBTo4c/Mqb+PnPYfZsxlVWjrsVbtWOX/KrZ02hcaNumRPK2GjvOwPotQImvYbdJzvQaPX6RZOCUqKiokYlJSWNSLYajUaDVqulsbERnU6nP/frr1PHwBief15Oge5tBAaCjw989RVGMOp8gqJiAeJDR84VR5HtExQVGx4ubxx+jCAu4eHhsQlKgtOhRhHzBN2yEyBBp8zmwx0z+7XAdMsWND+44ggj6PqjyFZdcVR7qAqVUJVQlVCVUBUqoSqhKqEqVEJVQlVCVaiEqoSqhKpwg05yys5iDufIOYspsiXnD85i0gg6pymy/zecxTRdzbVVABXmkXMWU2R3NddWNTQ0VMGPE6qtoaGhSkm+x4kTI0dot+waqNEoCUw/29dMh837LoYdNief7ZPjN9Ud3/6NksC0vLx8RPIjOxwOyrvTne3du/eb7bAdgD//GUbAOQ2bTZYNbIftP/lj5IC2NtMxOBYIgcybB0884d1j5KeegqwsWqBlAkz4r3B0WAgL18Jaf/AfCX1t0LYclm+Gzf81rjjJkPxr+PViWOxNV5xv4JsX4cUSKIFuZylBo9UlzrzqltipFy33DUsY460jSYNfSLjO6BfgdFi7TmS9+7qyotBqtbqLL774lnnz5i2PiYkZI3hJX1BQULivr2+AzWbr+uyzz14Xu93dAabAlHAIN4PZAhavrCZACofwKTBFIVQQNFrd9Nv//kXU+PMuGsn1We3xbRv3vH3bZRoBnnvuuS9mzJgxovp279698dFHH73MKYri3+Bvt8FtI6nv7/D3O+FOIfn8W3858fLf/dGoE1g5N5TJ8Sa8dUTvlOBwRSertpuxOiSOfv6HX6VHtHL33Xf/UaPRkJKSQnBwsFdfrKmpieLiYpxOJ2+++eavTJ98Yn4H3kGrhUcekdP3eis8h9MJ330HL7wAosgtcIsuPuPyGwBWzg1l4cQAr/9y0UGyzL9sbSQ+4/IbFo6Vl4UpKSlER0d7X1+3zMLCQhYuXHjDxE8+kdPjPPusnCDa25g/H/z94be/5Q64Q+MbljAGYHK8acS6gyLbNyxhTExMzBjA6y3THYrsmJiYMWNBji105ZUj19+7ZY+FsTplAhpBT5wfZAuCMJIuOKdDEATBNZt70cvvzA28LFsLWtU4olqbVEJVQlWohKqEqoSqUAlVCVUJVaESqhKqEqoSqkIlVCVUJVTFEAnt9qwaQV+xH2RLMn6sl/sxdbkI7WgsPwny6eRIQZHd0Vh+srq6+iTIp5MjBUV2dXX1yUqoBGDv3pFjsVt2JVTqKnI/Xx0UP/HsVdvNACN2jAxQkfv56s2nWklNTT27uLgYYMSOkQE2b968ugICn4AnuOceCAmRTym9eYy8dSvccw8g56f7yTs6+IiiMQuypsG0kdS3D/bNg3kCyK44SfNuvjc+4/IbvOmKgyRJHY3lJytyP199uivOlVdeee/ChQtv8KYrjiRJUnV19cnNmzevdnfFCYCAZ+CZG+HGEAjxJpEWsHwAHzwGj7VCqw7AFBKbEDJ62iy/yDGpOqOfV70d/LQ6XcjoabNMhzZ9rozXkZGRCRMnTpwVHx+f6uvr61V9Wq1WN3HixFk7duz4XBmvdaCzga0SKlvBqxEFW6DFBjYlqJbgG5YwZu5DX+wx+IWEj2SXsLVbGra/fNn0IIODt956a09QUNCI6mtubm644447pjuqq9tyICcFUkZSXzEUz4bZuglLH/kfg19IeHKEgbvnhxET5N1gLtXNdt7c2kgJIeETlj7yP5eObiAoKCjc39+f1NRUTCbveqx0dnZSVFQEEH7nnXf+T9wTT7SkQApjxsCLL0KKl3ktLoZf/5qUkydTnofnhYtfOtKiM/oF/PGaGFIiRybQSXGdlV/9qxqHtb313knl+Pr6Bpx99tkEBASMiL7W1lb2799PR0dH6zkXXWQLgzC++w7OO29kmue2bXD++TRCo04ZM73dMt2hyNYZ/QKUEEDebpnuUGT7+voGhCkfnnXWyPX3btlhEPbfs/UcSZ8qN9nqXl41jqiEqoSqUAlVCVUJVaESqhKqEqpCJVQlVCVUJVSFSqhKqEqoCpXQ/xOEOqztrSCfTo4UFNkOa3trR0dHK8inkyMFRXZHR0erK3lUVdXIsdgtuxM6tUHxE88OiEmdWFJnIznSgFGnwS5KXvsrM9t4c2sjlg6RmsPfrvdvLyoePXr0xLa2Nvz9/dFqtTidTq/9tbe3U1RUhM1mY+fOnesd27ZVp0AKxcVw4YXg5+ddMuvr4Y47oKSELbDlJ+/oEFVdHZQDOSaQj0KDgrytyNU6Z8Nsrb2zpanqwFdrfYKiYk2hsYkancGrh/MOa3trzeFv1+e+c881HY3lJ9va2pq2bdu2Njw8PDYyMjJRr9d7VV9HR0frzp071z/55JPXVFdXn6yBms2weSpMjYM4rFa8+gfshb1Xw9V5kKcD0PsEBOlNAUEandHH64O0zuijNwUE6X0CXE3Dz88vyM/PL8hgMHhdn8Fg8FHku8ZwqN4P+4Mh2KBkovVWzwPbfthfDdUAQlDchKmZD36Wo9X7mEayC4r2rs7sP105O8Jk480338wxGo0jqs9qtXbefffds8Xi4ubv4ftIiBxJfXVQNxNmCrPufv+biHHnLpoU58Nd54cRH+JdD5IKi52/ftfIkcou6vN3bLoyqY5zzjlnUVBQEKmpqV5PVNXR0UFRURHNzc3s3bt30+iHHmq9Eq5k0iR46SUYN867TObnw8MPw5EjfAafCUv+XGTTaHX6v9wQ53Uy3Un9xepKnKLD/sspZeh0On1GRsaIZf3q6OggNzcXh8Nhn7VggcMEJnJzIT19ZJpnXh5kZNAJnTqNVqcHRoxMgLhu2RqtTq8k9fsxUqjpdDq9CWTlZ589cv196lRATsT6o+yUfrxITf3NjiP4qlqtuvVU9/IqoSqhKlRCVUJVQlWohKqEqoSqUAlVCVUJVaESqhKqEqoSqkIl9P8WoU7RYQf5IG2koMh2ig67wyHr+zGS/DkcDrsIckrDsrKRY7FbtgiiprFo13cAf/2ukQqLHWkEyPzrd40ANBbt+m7//v3fARQVFY0IqcoxMsD+/fu/2wN7AHjoIWhr8z6ZbW2ybGAP7PnJOzokFBeHfAvfakCDVgtxcd4NRlBRAaKIE5wXwAVaa2t9Td3R7770C09MMoXEJQoajdabL+YUHfaGwp1b8t6979rmymMHzGZzza5du76MjY1NioqKStR4WZ/D4bDn5eVteeqpp64tLi4+UAqle2HvOXBOmCSF0dyMV/8kiUIo/Bn8bDNs1gE0Vx47ULz17ZftnS1NfuGjUgSN1isvKTlFsb3hVPGpXWtWNVceO6B8XlxcfGDNmjUvt7W1NcXFxaV4i1Sn0ylWVlYWb9iwYVVxcbFL30bY6ADHSliZAinDTfDn6nUgFkPxKli1GTZD95H5uIsffHrshfc+NpJdsPDr15/J/+pPjwP8/Oc/f/qmm24aUX3vvffeM//85z8fB3gann4MRlTfM/DM4/C4EDEuc+Gsuz/YBLDkrECmjzGh9VI0QdEpsedkJxsOtgCw680bF43y7+KPf/zjJoC4uDhCQ0O9GRkOs9lMZaUckPFXv/rVopDcXDbBJgDuvReWLvVesiqHA9avh9dfB2ARLNKNmrVipULmbXNDvf7LnZUgzz0bDrYwataKlUtGNaCQmZyc7HV9ISFyaLvKykqWLFmycnxuLi4yX3vN+03zggvkf19/nZWwUuMXPioFYPqYkZt0Fdl+4aNS4uLiUgBCQ0NHTJ8iOy4uLsUVom3p0pHr792yUyBFp0xA2hFMSqfIFjRarabbx2gkc9MpsjUat9lVzUmn7uVVqISqhKqEqoSqUAlVCVUJVaESqhKqEqpCJVQlVCVUJVSFSuj/ZegkpyiCfKA2UlBkS05RdDqd8v9HMF2cItvp7H45kA/URgrdskUQNe0Np4oB9pwcuThKiuz2hlPFlZWVxQBms3nE9CmyKysri4tBzqe2fv3IEdotuxiKdad2rVkVe/YlVytHvSN5jHxq15pVGw53cf7551+tHPWO5DHyhg0bVu0EroarlaPekTxGXgWrVEcHL8Hl6KB8EDEuc+GoWStWjpQrTn1+9mb3ZxkZGQuXLFmycqRccXJzc3voWwgLfzRXHHcIgkbjFzEqxRgQHjVUYiWnKFpbG2rb608VS1L3LNTXMkOj0cTFxaWEhIREDZVYp9MpWiyW2srKymKncwB9oEmBlCiIGiqxIoi1UFsMxU7ooc9FqKDRapPm3XJ/8oLbHvIJjIzxxi/Y1VJXXbLl7y+fyHrnVcltwu0mUrt8+fL7V6xY8VBYWJhX9DU2NlavWbPm5bVr177qdDp76NOC9n64/yF4KAa8oq8aql+Gl1+FVxXHXiUNpTbj53/5NGbK4isAfA0awv21Q56cRKdEQ5tIh03+8aoPffPv3H/+4iqFVI1Go3366ac/Pffcc68A0Gq1GI3GIU9OkiRhtVoRu3+zHTt2/Pvxxx+/SiFVC9pP4dMr4AoAAgMhIWHok5PDAeXl0CJPtv+Gf18FV7m8pZPPX/ng0tdOSsvfLJU2HW2VHKJTGi4colPadLRVWv5mqbT0tZNS8vkrH1S+z9VXX/1gVlaWtGPHDqm6ulpyOoevz+l0StXV1dKOHTukrKws6eqrr3bpexAelECSTCZJWrVKkuz2YeuT7HZZlskkSSA9CA+6xsxFz+6uWvraSWnT0VbJ29h0tFVa+tpJadGzu6sEQaPRaDSadevWVWVlZUnV1dVe11ddXS1lZWVJ69atq9JoNBoNaKqgSgKZAG9j1SpJAqkKqjQgT0A+gZExvgYN88f5eX05MX+cH74GDT6BkTF+EbKzWFhYWIxWqyUqKsrr+qKiotBqtYSFhcUozmIxEENgINx0k/fXSzfdBIGBxEBMCqRojAHhUcCwxsz+oNUIhPvLk6kxIDwqJCQkChjWmNkfBEHAaJQjaIaEhERFgfyrDWfM7HfzrpNlA1EQpXrfeYtUVO871XynEqoSqkIlVCVUJVSFSqhKqEqoCpVQlVCVUBWq54hX4OY5orO2NtQCNLSJiE7J62Y85XwJwNraUGuxycqtViuSJHndjKecLwFYLJbaLuVBebn84t424ynnS0At1Gra608Vd7XUVXfYnGzNb/f6j7c1v50Om5Oulrrq9nrZFaexsbFaFEVqa2u9rq+2thZRFGlsbKxWXHGqoZqWFnjvPe+3zvfeg5YWqqG6GIq1IElISJHj5y4+UN5JiJ+O0WF6NMNsOaJTYsvxdt7OakR0QsFXrzxpPpmXoxzFTJ8+fbHFYsFgMODn5zfslipJErW1tRQXFyNJEu+8886TR44cyZFAkkBaDIvZvBmio2HKlOGnsnA44J135MAGDgdPwpM5kKMeIw+nm/dyjKw6OgwDfTo6uEN1xfGgB/bjiqPCy+h70BIEISA6daIpJDbB00yKTofN2mmpKm+tKTo62IWmIAjC6NGjJ0ZGRiYYDJ7ps9ls1rq6uvLS0tKj0mD1gTARJiZAghE80mcFazmUH4WjEr2HCTyDUI3e6DPm3J/dk3z+zx/wCYqOG9LY2VxTWfLdP185ueP9N5x2a1d/ZQ0Gg8+yZcvuueqqqx4IDw8fkr6GhobKTz/99JV169a9YbPZ+tXnAz73wD0PwANxMCR9lVD5CrzyBrzRBV19EmoMCIucccc/NwQnTjlHme3jQ/UYtJ7NvjZRosJsd83uTWWH9u5+6+dLrK2Ndb2VDwkJiXzhhRc2jBs37hxltvf19UXj4ZLG6XTS0dHhmt3z8/P3PvLII0ssFkuv+iIhcgNsOAfOcc3248eDj4fZMLu64Phx1+y+F/YugSV1cKY+jd7oM/ehL/Ysfe2kdN3bp6Stx4fmNOYQndLW463SdW+fkpa+dlKa+9AXezT6M/OFGgwGn7feemtPVlaWtHPnTqmmpmZITmNOp1OqqamRdu7cKWVlZUlvvfXWnt7yhfqAzx7YI4EkhYZK0vvvS5LNNnhfJptNrhsaKkkg7YE9PnDmL5I8/7aHFDKrmmzD9qGqarK5SE2ef9tDp+tbsWLFQwqZHR0dw9bX0dHhInXFihVn6HsIHnKRWVQ0fCexoiIXqQ/BQ2fMCIue2VWx9LWT0tbj3vPA23q82/PumV0V7qt2QRCEzz77rCIrK0uqqanxmr6amhopKytL+uyzzyoEd30gVECFBHLr8hbef1+SQKqACqF7+NQABESnTvQJio7zNWiYO9Z7Hnhzx3Z73gVFxwVEp05UPh89evTE8PDwOK1WS2Sk9xLCRkZGotVqCQ8Pjxs9erRL30SYGAdxBAbCihXeWyOtWAGBgcRB3ESY6CLUFBKbABAfqveqtUmrEYgPldNqKjq6XzwB5Pyb3rQ2CYLgyump6ABIAPn/48eD3ov5S/V6WaabDg2Ass70dDYfDBSZ7mtZZZ2pGYFcm4pM97Wsa53p4/Xc1i6Zig7VYq8egaiEqoSqUAlVCVUJVaESqhL6UyHU6bBZFXumt6HIVHSAbGlX7JnehiJT0QGypd1lz/Q2umUqOjQAnZaqcoAKs92rLjmiUzY4u+sAqKurKwc5VY83XXIkSXKlFFJ0AJSD/P/jx8HuxbxRdrss002HBqC1puhoV3NNZYfNyfZC73mPbC/s9hpprqlsrSk6qnxeWlp6tKGhoVIURerq6rymr66uDlEUaWhoqCwtLXXpOwpHK6GSlhZYs8Z7hK5ZAy0tVELlUTj6wxgqSVLJd/98BWDVDjPVzcP/Faub7azaIUenKfnun6+4N0VJkqRPP/30FYCSkhI6O4cfkaezs5OSkhIAPv3001fcD+0kkF6BVwB44AEoLh4+mcXFsizgFXhFObRznUs3VxzdFzl+7mKNX2TctoJ2Qv20JIYO3iVHdEpkFbTzwsZ62rqcNJUd2nvok9/fJTnFHu5vhYWF+6ZPn744NDQ0rq6ubsguOZIkUVdXx7Fjx3A4HOTn5+/905/+dJco9tS3D/YthsVxnZ1xfPghxMbChAkwWNcDux0++giWLwezmb2w9y64ywEOUA/pvH5Ipx4jDwEeHyP3gOrocAY8cXRQoULFfxU8XqMIGq3WJygyVhB6rjMkSRS7muuqTvf/HPaeWKPRhoeHx57u4uh0OsWGhoaq0/0/hwstaGMh9nQXRxHEKqhyxWQaDqEard4QP33ZjfEZl98QmpQ+W6PVG3qdjES7zXwiL6ci9/PVFXvWfeAU7bahvJRerzcsWrToxkWLFt0wceLE2Xp97/rsdrvt6NGjOZs2bVq9adOmD+z2oekzgOFGuPEGuGE2zDZAr/psYMuBnNWw+gP4wAa2QRMampSRefYNL7/rFz7KlYlPI4CPvucascvuxH37395wqmT/6oduNp/IzR7My02ePDnz0UcffTc2NjbZbeZHe9rCWxTFHguIqqqqkueee+7mw4cPD0pfJmS+C+8mww+ZBrVa8PfvWbCtDdw6XwmU3Aw3Z4Pn+uLSl1675M9FtqWvnZRu+HuZ9OneJqnCbJN68+VyOiWpwmyTPt3bJN3w9zJp6WsnpSV/LrLFpS+91lN9CxYsuHbLli22rKwsKScnRyorK+vX36mjo0MqKyuTcnJypKysLGnLli22BQsWeKzvWrjWBjYJJCk8XJKee06S8vMlSRTPVCaK8rPnnpPLgmQD27Xgmb7QpIxMhcw/bKiV2q2ix64+7VZR+sOGWhepoUkZmZ60TIXMI0eOSA6Hw3NPP4dDOnLkiIvUyZMnZ3rSMl1kXnaZJDU3e+7L1Nws1+kmNRP616fR6g0LHt9WrJA5lIh0Tklykbrg8W3FfY27ypj58ccfFytkDhUKqR9//HFxX+OuMmYWQ7GLzKHE3HM6XaQWQ/Hp426PATF++rIb/cJHJQeatDywMBxhiMuGBxaGE2jS4hc+Kjl++rIb+yq7aNGiG2NjY5P1ej3jxo0b8gw9btw49Ho9sbGxyYsWLepT341wYzIkEx4O778/tCzegiDXDQ8nGZJvhBv7JjTj8hsALpsaiK9h6KcjvgYNl00N7CGzD0JvAIiPjz9j8hnUkkerJT4+vofM3nADyM8efFA2jAwVgYGyDHeZpxMqaLTa0KT02QCzkn2Hva5TZIQmpc/u7XqORqPRTpw4cTZAeHj4sPUpMiZOnDi7t+s5WtDOhtkALFs2/IVrt4zZMNt97eoi1CcoMlaj1Rs0AsQGD9/lLzZYj0aQx2WfoMjYXgiI1ev1BkEQMJmGn0bYZDIhCAJ6vd4QHh5+hr5YiDWAAa0WUlOHT2hqKmi1GMAQC7FnttDuHZCPXoM3XDYFtzXr6bsrpYUq3dVru51uWX21UEBeZ3rDjVKjca1Ze22hKry0ZVYpUAn9/4NQSZI3rF12J944KpckWZa77NOtRsre3FtQZPVmiXJZi9rawBsOFk6nLMtdtjuhXc11VU7RbnNKUNU0/GPkqiY7Tkm2RHU111Wd/ryhoaHKbrfbJEny2jGyJEnY7XZbQ0PDGfqqoMoGNkQRioqGT2hREYgiNrBVQdWZLdQpiuYTeTkAu0o6hq1PkWE+kZfTm63U6XSKR48ezekmd9j6FBlHjx7N6auF5kAOAOvWDZ/Qbhk5kNNrCwWoyP18NcAXB1pcR8FDQYfNyRcHWnrI7A2bNm1aDVBRUTGsri+KIhUVFT1k9obVID/7059cR8FDQkuLLMNdZq+E7ln3QXvDqZKWTpFXNjcM6VhPAv68qYGWTpH2hlMlFXvWfdAPoR9UVVWV2O128vPzh/x++fn52O12qqqqSjZt2tSnvg/ggxIooaEBfvYzhjRZSBLceCM0NFACJR/AB30S6hTttv2rH7rZKTrsu0908NyGukG11A6bk+c21LHnZAdO0WGXZfVtTbfb7bbnnnvuZofDYW9sbOTo0aODaqmiKHL06FEaGxtxOBz255577ub+rPc2sN0MN9vBzhdfwOWXD66ltrTIddavxw72m+Hm0633Z+woOi1VZe0Np4qjJy9cWtUsajcfa8PphCCTlgAf7Rm7KKl7Ett0tI2Xv2ngRL2tm8xf3VR37LuvBvqOdXV1ZZWVlcVz5sxZarVatTU1NbKpzWBA38ett87OTmpqajh+/DhtbW0KmTd9//33A+org7JiKF4KS7UFBVpWrZIt8pGREBp6pgXK6YTCQvj73+Haa2H/fuxgvwlu+gq+6s3a1qehWT0CYdBHIOoh3Y91SHdGQfUY2av6VKhQoUKFChX/v8HjZZNPYGRM9OQLlgaPOmu6MTAiGsDaUl/TdOrgnprD367vaqmr9uYXCwsLi5kzZ87S8ePHTw8NDY0GMJvNNcePH9+zc+fO9Y2NjV7VFwMxS2HpdJgeDdEANVCzB/ash/XVUO0VQn2ComLHX/rwc/EZl9/QV7RGySmKFbmfrz7+n5ce7WqurRrOi4WHh8fedtttzy1atOiGvqI1Op1OcdOmTav//ve/P9qb7XMwiIXY5+C5G+CGvqI1iiCuhtWPwqPuts9BExoxLnNhxs1v/EvvGxQCkBJpJH2UichAOZBpXYuDvFOdFNfJN//sHc2W3Hfvueb0tL2eIiMjY+GTTz75r4CAgBCAgIAAQkJC8Om+pdHV1YXFYqG1tRWA1tZWy5NPPnnN6Wl7PcVCWPgv+FcIhHR/AbjoIhg9Wi5QWgobN0JuLgAWsFwD1yhpeweFiHGZCxWnsQc+rpSOVXX16e5zrKpLeuDjSpeTWMS4zIVDIVNxGsvLy5Oa+3Hiam5ulvLy8lxOYhkZGQuHQqbLaezssyUpO7tvf6bsbLlMt5PYQhicPp+gqNiLXjhgXvraSem5DbVSl31gp6ouu1N6rttJ7KIXDph9gqJiB9PNN2zYYFacxkRxYI8/URRdTmIbNmww9+bc0F83N4NZAkm6/HJJam/3wLWwXS4LkhnM7s4N/ZrvACZf9dTrIaPPnpkUYeCxpVEYdQPPXTqNwPQkX/JOddJi15sM/iHhNYc2fe7JC95///2vT5w4caa/vz+TJ0/26OKXIAiEh4djNpsRBMEUFBQUnp2d7ZG+1+H1mTCTs8+GL78EXw9cj/R6OTf9xo2YampM4RD+OQyszycwMubSV4odS1872W8376/7L33tpHTpK8UOT2I5h4WFxXz33XeOrKysfrt5f90/KytL+u677xyexHKOgRgHOCTov5v31/1BcoCjt1jOZzSF6MkXLBU0Wm1KpJHxMcZBj73jY4ykRBoRNFpt9OQLlg5Ufs6cOUs1Go02ICCAwCF4xAUGBhIQEIBGo9HOmTNnQH1LYakWtGRkwJw5g5/J5syBjAy0oF0KSwckNHjUWdMB0kcN3YFLqavI6vcHGD9+OkBISMiQ9Sl1FVn9YTrIZS66aOhrre66Lln9Eaos2pWl0VCg1FVk9Qdl0e4zjLh0Sl1FVn9QFu2updFQ0F3XJas/QlUMD2cQam2pr1EW7UOFUleR1R/MZnONsmgfKpS6iqz+UAM1rkX7UNFd1yWrP0KbTh3cA5B3aujuMUpdRVZ/OH78+B4Ai8UyZH1KXUVWf9gDcpmNG4dOaHddl6z+CK05/O16ySmKxXVWjldbB63reLWV4jorklMUaw5/u36g8jt37lzvdDrF1tZWWobgzdHS0kJraytOp1PcuXPngPrWw3oRRHJzYefOwZO5cyfk5iKCuB7WD0hoV0tdteI+83ZWI1aH594VVofE21mNgOyC44kFqrGxsVpxnykuLh5U6CGn00lxd/yQTZs2rfbEAlUN1S73mXvvhY5B+HF1dMh1kF1wPLVAqVtPb289Hdb21uaKI/vipi1dUdksavNOdTIqzEBEgK7Pbv4/G+s4XNmFU3TY9/7jjitaKo8f9PyH72gtLCzct2DBghVWq1VrNpvx8/PDaDT22c2PHTtGc3MzDofD/vvf//6K4uJij/W1Qus+2LcCVmjz87Vs3AiTJkFiYt/d/KqrYNs27GC/Aq44CAdV892PYL5TDcw/poFZPQIZ/BGIChUqVKhQoUKFChUqfgIYfKgBQRCM/mGRANa2xroRTRQvqxOCg4MjAZqamuqkkdYHQiREAtRB3WDDWgqevlXMWRcuGzXz6lvD0+YsUG6DOEW7raFg55ZT33/yj+qDX6/zFrmCIAhz585ddskll9w6bdq0BcptELvdbtu3b9+WL7/88h/bt29f5y1yBRCWwbJb4dYFsEC5DWID2xbY8g/4xzpY5wm5HhhHouMybnl9jXtQKyXNmnuIdvOJ3Ozcd+5d0dVcUzlM40jck08+ucY9qJUSl9mdv8OHD2c/+eSTKxoaGoalLw7i1sCaHkGtlAtnbiHasyF7BayohMohE+oTFB0396F/7/YJio7z0QtcNjWIuWl+xIfICissdrYXtPPFgWa67BJdzTWV21++YsZQSQ0PD4976623disJAOPi4oiMjHTlmevo6KCuro7KykpXePU77rhjxlBJjYO43bA7DuLw85NDB113HSgxpPLz5QDWf/oTtLdTCZUzYMZApPbZ7zIf+HTH0tdOSne8VyFVWvrO9VlpsUl3vFchLX3tpJT5wKc7hpK5TxAE4Y033tiRlZUl7dmzZ8DYd3v27JGysrKkN954Y4cwFH0g7IAdEkhSSookFRb2ba0vLJTLgLQDdghDmXtipl505dLXTkpX/7W0XzLdSb36r6XS0tdOSjFTL7pysPrmzZt3ZVZWlpSdne1R4tSOjg4pOztbysrKkubNmzdofVfClRJIkp9f/2S6k+rnJ0kgXQl96uvT0WHUzKtvBbhsapBHcZxig/VcNjWoR93B4JJLLrkVIC4uzqM4TiaTibi4uB51B4NbQa7z4IOexXFKTXVFE3PV9ZhQQRDC0+YsAJib5nniVKVseNqcBYPp9oIgCNOmTVsADCpxqlJ22rRpCwbT7QUQFsACQB4zPUV32QWwoK9u3yuhRv+wSI1Wb9BqBNcE5AniQ+REqxqt3qCsVT1BcHBwpBJlzNfX8zBxSqJVvV5vUNaqHv0QEGkAA3r9DxOQJxg3DvR6DGBQ1qoed3kVQ0OvhFrbGuucot0mOiUqLJ5HyKmwyOmDnKLdZm1r9DgNTVNTU50SIadjEI4HSvogu91ua2pq8lhfHdTZwIbdLi+NPEV+Ptjt2MDWa075PluoJEkNBTu3AGwv8DwdkFK2oWDnlsHsmiRJkvbt27cFGFQ6IKXsvn37tgxm1ySBtAW2API601N0l90CW/raNfXZ5U99/8k/AL440OxRHKeqJjtfHGjuUXcw+PLLL/8BUFlZ6VEcp87OTiorK3vUHQz+AXKdP/3JszhORUWuSDiuuoMhtPrg1+vMJ3Kzu+wST6+v65fUqiY7T6+vo8suYT6Rm1198OtBB0bavn37usOHD2eLosiRI0f6JbWzs5MjR44giiKHDx/O3r59+6D1rYN12ZBNeztcfHH/pBYVyWXa28mG7HXQp75+Y03WHd+xKS59yTVd+AZuOd6G3QEhfloCTVrXmLnhYCuvfttAU4dIV3NN5a43b7rQ0dU2pKBIe/bs2bRgwYJrDAZDYG1tLU6ns0cwl46ODiorKyksLMRms9HQ0FD50EMPXdjR0TEkfZtg0zVwTaDZHMg//ymn94mJASVAbH4+vPYa3Hwz1NZSCZUXwoUt0KIaR/4vGEdU890ImO9UA7OaN0mFChUqVKhQoUKFChUqVKj4KWNwxhFBEAJjx00JiEoeB9BaW5LfUpV/aKQMJIIgCMnJyVMSExPHAZSVleWXlJQcGikDiQDCFJgyDsYB5EP+ITg0GAOJx4TGnHXhsglLH/kfv4hRKe6ft9efKj62/oXfDMVK3x/mzp277M477/yfuLi4HvoqKyuL//a3v/1mKFb6/rAMlv0P/E8K9NBXDMW/gd/0Z6V3h0fZodIueuDJKVc/86bBLzjUZNAwMdZIdJCOli4ngk9QaNy0JdeAIDQWf7/NGy93yy23PPnggw++GRgYGKrVagkKCsLHxwe73Y6/v3/o/PnzrxEEQThw4IBX9D0JT74Jb4ZCKAEBcO65kJQEDQ2E2myh18A1AgjbYPj6Ys66cNnS105KS187Kb230yxZ3a56W+1O6b2dZkl5HnPWhcu80TKzsrKkrKws6cSJEz2ueouiKJ04cUJSns+dO3eZN1qmJIfjl6RHHpEkd7+qjg75s+7ny2DZsAexBY9tK1LI7AsKqQse21Y0FM879zHzo48+KlLI7AsKqR999FGRMBx9IBRBkYvMvtBNahEUDeR516/nSGDsuCl+EaNSTAYNK6YH91luxfRgTAYNfhGjUgJjx00Z6gsmJydPiYuLS9FqtYwaNarPcqNGjaLbfzQlOTl5yPqmwJQUSCEgAB5/vO+Cjz8OAQGkQMoUmDJkQpXZfGyUAUM/8e8MOoGxUYYedYYCZTbvjhTW95fWaAgICOhRZyhQZnOmT4f+PP5MJrmMe52hEKpi8OiX0NbaknyAwlobtn6CudgcEoW1th51hoKysrJ8QIly02c5p9Ppiuqg1BkK8kGuu2cP9Oet0tkpl3GvMxRCW6ryD7XXnyrutDlZs6epz3Jr9jTRaXPSXn+quKUq/9BQX7CkpORQZWVlsSiKnDp1qs9yp06dQhRFKisri0tKSoas7xAcKoZiWlvh6af7Lvj009DaSjEUH4JDw1qHdjXXVMZNW3LN8WordlFifIyPy9HB5pD48PsmPsuTfZoOrvntbW01xceH02Xq6+sr58+ff01LSwtOp5OgoCDXwsHpdFJaWkp5eTkAL7300m2nTp0alr5KqLwGriE7G6xWOfqi4ujQ2SlPSC+8AMBtcNtxOD7snVLaRQ88mXbR/U8AmAwa1wRUWGujszuBVcHGV58q2PjKk95a2N98881PgJxNVpmAWltbXQms3n333afeeecdr+h7Ep58Ap6QZ9UA1wTEnj3QPbQ8BU89CQPq82in1Fj8/baWqoLDwQmT0wWfoNDaFge1LQ4cokR7/anig2t+e1tp9uq/emtgP3DgwLYTJ04cTktLS/f39w/t6uqiq6sLSZKorKwsfumll2774osvvKZvG2w7DIfTIT3UZgvl5Ek4eRJsNoqh+Da47a/gkT7VOOJl44gKFSpUqFChQoUKFSpUqFChQoUKFSpU/Ldg0Abm8NTZ80PHnD0LwHxy/66GopytI2lgnjZt2vyJEyfOAjh69Oiuffv2bR1JA/N8mD8LZgHsgl1bYeuIeN8Z/EMjpq98a537rWSQbyHvWXXHMlubud6bLxccHBzx7LPPrnO/lQzyLeTf//73y5qamryqLwIi1sG6HreSkW8hL4Nl9VDvPUIFQci8/5PtoUkZmSaDhtnJcuSanJIOOm1OzCdys7NfvXquN28jv/7669snT56cqdVqiYiIAKC+vt4VdODee++d683byNtheyZkEhAAy5fLD9auhdZWsiF7Lsz12lFI+Ng5C5a+dlK65m+nekQZq7TYpGv+dkpa+tpJKXysHOfJG0hPT1/QW5Qx92hi6enpXtO3ABZIIEkBAZJUUPCDk1hBgfwZSK44TwPAI1ccZcycnezbI8pYbLDe1VqVMt6AMmZGRET0iDJmMplcrVUp4w0oYybLl8PYsT88GDvW1VpdZbxBqArP4RGh5pP7dyljpnswl6omOzklHT3KeANHjx7dpYyZ7sFcOjs7qa+v71HGG9gFu1xjZmHhDw8KC+XP3Muok9KPOympy6b/lWWTurBXPUdUqFChQoUKFSpUqFChQoUKFSpUqFChQoUKFSpUeA2DjnkUMuqs6YmzVqwEKNu1ZpXl1ME9I/kFx48fP33JkiUrATZs2LDq+PHjI6pvOkxfCSsBVsGqPbBnxAgNGXXW9DkPrM3WaHV6AKfosO98ZXnmSJE6fvz46W+88Ua2Tifrczgc9nvuuSdzpEidDtOzIVsPegA72DMhczCkDsoVJ3HWipUarU5/dqKJsxNNaLQ6vdJaRwJLlixZqdPp9CEhIYSEhKDT6fRKax0JrISVetCzaBEsWoQe9EprHRFCVXiZ0LJda1Y5RYd9f1kn+8s6cYoOe9muNatG6stt2LBhlcPhsFssFiwWCw6Hw75hw4YR07cKVtnBzqZNsGkTdrCvgkHpUyclL09KKlSoUKFChQoVKlSoUKFCxQjj/wEt3/idwfgogwAAACh0RVh0ZGF0ZTp0aW1lc3RhbXAAMjAyNC0xMS0xMFQyMDozODozNCswMDowMFLN3WQAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    border: none;
    height: 28px;
    outline: 0;
    position: absolute;
    width: 28px
}

.recaptcha-checkbox-nodatauri.recaptcha-checkbox-borderAnimation {
    background-image: url(https://www.gstatic.com/recaptcha/api2/checkbox_sprite.png)
}

.recaptcha-checkbox-spinner-gif {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-background-size: 24px;
    -o-background-size: 24px;
    background-size: 24px;
    border: 2px solid #c1c1c1;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px
}

.recaptcha-checkbox-spinner {
    background-color: #f9f9f9;
    border: 6px solid #4d90fe;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    border-bottom-color: transparent;
    border-left-color: transparent;
    height: 36px;
    left: -4px;
    outline: 0;
    position: absolute;
    top: -4px;
    width: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    -webkit-animation: spinner-spin linear 2.5s infinite;
    -o-animation: spinner-spin linear 2.5s infinite;
    animation: spinner-spin linear 2.5s infinite;
    animation-play-state: paused;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s
}

@keyframes spinner-spin {
    0% {
        -webkit-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        transform: rotateZ(0deg)
    }

    10% {
        -webkit-transform: rotateZ(135deg);
        -ms-transform: rotateZ(135deg);
        -o-transform: rotateZ(135deg);
        transform: rotateZ(135deg)
    }

    25% {
        -webkit-transform: rotateZ(245deg);
        -ms-transform: rotateZ(245deg);
        -o-transform: rotateZ(245deg);
        transform: rotateZ(245deg)
    }

    60% {
        -webkit-transform: rotateZ(700deg);
        -ms-transform: rotateZ(700deg);
        -o-transform: rotateZ(700deg);
        transform: rotateZ(700deg)
    }

    75% {
        -webkit-transform: rotateZ(810deg);
        -ms-transform: rotateZ(810deg);
        -o-transform: rotateZ(810deg);
        transform: rotateZ(810deg)
    }

    to {
        -webkit-transform: rotateZ(1080deg);
        -ms-transform: rotateZ(1080deg);
        -o-transform: rotateZ(1080deg);
        transform: rotateZ(1080deg)
    }
}

.recaptcha-checkbox-spinner-overlay {
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    width: 38px;
    height: 19px;
    background-color: #f9f9f9;
    -webkit-animation: overlay-spin linear 1s;
    -o-animation: overlay-spin linear 1s;
    animation: overlay-spin linear 1s;
    animation-play-state: paused;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-border-radius: 38px 38px 0 0;
    -moz-border-radius: 38px 38px 0 0;
    border-radius: 38px 38px 0 0;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    opacity: 0
}

@keyframes overlay-spin {
    0% {
        opacity: 1;
        -webkit-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        transform: rotateZ(45deg)
    }

    to {
        opacity: 1;
        -webkit-transform: rotateZ(225deg);
        -ms-transform: rotateZ(225deg);
        -o-transform: rotateZ(225deg);
        transform: rotateZ(225deg)
    }
}

.recaptcha-checkbox-checkmark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAATsCAMAAADb3wBdAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAFBUExURQAAAAAwGgALBgAqFgAWDAABAQAYDQBBIwBIJwA5HwCRTgAXDABuOwAcDwBSLABNKQB7QgCVUAAJBQBxPQAiEgBWLgABAABeMgB6QgA4HgAGAwB2PwBhNABGJgACAQBjNQBmNwADAgBvPABuOwAEAgBtOwB+RAAJBQCDRgANBwBxPQA0HABIJwB4QQBULQBULQB8QwBXLwB9QwBQKwApFgCYUgB2QAAGAwBKKABOKgCARQAHBAAeEAA3HgBXLwAjEwA+IQAFAwBAIwARCQCISQAMBwA1HQAzHAA8IAA/IgCQTgAWDABMKQAZDgCSTgBsOgAPCAAUCwCNTAAOCAASCgAQCQA2HQBRKwAuGQBaMQAtGABSLAAgEQA/IgA4HgCPTQBwPAACAQArFwBgNAATCgAaDgAqFwAIBAAUCwCeVf///4C5DhQAAABpdFJOUwBNEUMjAiZpdVzqJbEthXzG8Q+2N4sBl8VaCr6ccQOgpQWzsgawzA7TFbdUdMKIh8iMyYFC9r8JeH7PDDFZjThkCGgc3BRWU2Fm6SR7KeuuGCHkFx0aV4JKkkiEM2Vb5rQERZseKkQNIKs/1NYAAAABYktHRGolYpUOAAADVElEQVR42u3deVNSURyH8aMtWEkFGRTajeKabFESFuXSoq2UubRnuy3n/b+BuM40E3GH842bsfg8f/jXbwTP5XzmeHXAGCIiokiNjCpT+/YrUwcOsp5EFKXYmDJ16PARRaTxOAtKRFFEOiqJZO0xQaTjNqGYlDwxwcITURSRTqYUkaxNu+eSp5pzp92Pmpm0Uynh2WXOeFxIIkSKItJZtyJNkazNnnPPnW/O5XznnD9t7YUZ90/rZfMFZVW8UV4/RIgURSRbLDmfoJe10g/iTQVzZefjptLWXkwKy1yZzEgXzed1S4i0OyJdiikiVayNuUVqTtnLnkuk2eaXatItkmvql0hVpzWIRNSdSFdqikgVO1dzixT4cNUpUqXDnm4RqcPO/12kTj4gElGUrklTdemmx3VrQ+daRQr29I2CW6TwfdguUvhuRSREov6qXpGmrK1IUzY/L4gUShIiIRINZguaNZ1ueLQosqhZU/g3U4iESDQolXzNGuHPOTs+LP1XaxAJkWhQuimea+riueZWH1qDSIhEve+2Zo1017eubOm+tQaREIl6351l7fSzsiyJZKcRCZEQicKus3b6kS5ec7cKczt7+i4iIRIiUXvaO1rof9O6N+SnH0RCJNrN7mc0kZSrF+zWNCIhEiJR1z3gDhEiIRIi9U0P45pIjxqaSEVEQiREIkRCJERCJERCpL8SKf5YEenJqiKSeYpIiIRIiBRFJLOmiGQaq4pI6xuIhEiIhEhRRDKSSMZsCiIZ82xDEMk8X0EkREIkRIoi0h9T7n3omHrhKVMvFZFMCZEIkRBpEKdejc8KU7U5yZrXiIRIiIRI0abeSFPBd1OmjIkl2bOIhEjDIpKX03zwc5oP/gw7iBBpWESazysiGVPIaz4UOD8QIg2NSGVpKrjpIb0NVK0qfS6iSfEaJNpbIpm0NGVSae3TVVP8rkK0x0Qqadb4Oe3E4i8VuNZEiNTegmaNiWnWmEWsIUKkkEYkkYJ/iZOs8d5iDREihVSWRAru+haVb8ddXyKKINJaQhLJTCQkkcwWpx8iCumd9kbb7z80tLmP2sN+YuWJqL3Pmkj+F00kf4wlJaKu2/6qzX1b1+a2WFIi6rrv29rcD/HOzyZLSkRERL3qJ2+bn1T/Y0TVAAAAKHRFWHRkYXRlOnRpbWVzdGFtcAAyMDI0LTExLTEwVDIwOjM4OjM0KzAwOjAwUs3dZAAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    border: none;
    height: 30px;
    left: -5px;
    outline: 0;
    position: absolute;
    width: 38px
}

.rc-anchor-dark .recaptcha-checkbox-spinner,.rc-anchor-dark .recaptcha-checkbox-spinner-overlay {
    background-color: #222
}

.recaptcha-checkbox-nodatauri.recaptcha-checkbox-checkmark {
    background-image: url(https://www.gstatic.com/recaptcha/api2/checkmark_sprite.png)
}

.recaptcha-checkbox-hover .recaptcha-checkbox-border,.recaptcha-checkbox-hover .recaptcha-checkbox-spinner-gif {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
    border: 2px solid #b2b2b2
}

.recaptcha-checkbox-focused .recaptcha-checkbox-border,.recaptcha-checkbox-focused .recaptcha-checkbox-spinner-gif {
    border: 2px solid #4d90fe
}

.recaptcha-checkbox-active .recaptcha-checkbox-border,.recaptcha-checkbox-active .recaptcha-checkbox-spinner-gif {
    background-color: #ebebeb
}

.recaptcha-checkbox-disabled .recaptcha-checkbox-border,.recaptcha-checkbox-disabled .recaptcha-checkbox-spinner-gif {
    background-color: #f1f1f1
}

.recaptcha-checkbox-loading .recaptcha-checkbox-spinner-gif {
    background-image: url('https://www.gstatic.com/recaptcha/api2/loading.gif')
}

.recaptcha-checkbox-checked .recaptcha-checkbox-border,.recaptcha-checkbox-checked .recaptcha-checkbox-spinner-gif {
    visibility: hidden
}

.recaptcha-checkbox-checked .recaptcha-checkbox-checkmark {
    background-position: 0 -600px
}

.recaptcha-checkbox-expired .recaptcha-checkbox-border,.recaptcha-checkbox-expired .recaptcha-checkbox-spinner-gif {
    border: 2px solid #f00
}

.recaptcha-checkbox-clearOutline.recaptcha-checkbox-focused .recaptcha-checkbox-border,.recaptcha-checkbox-clearOutline.recaptcha-checkbox-focused .recaptcha-checkbox-spinner-gif {
    border: 2px solid #c1c1c1
}

.rc-anchor {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
    -moz-box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
    box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
    -moz-box-shadow: 0 0 4px 1px rgba(0,0,0,.08)
}

.rc-anchor-normal {
    height: 74px;
    width: 300px
}

.rc-anchor-compact {
    height: 136px;
    width: 156px
}

.rc-anchor-dark {
    background: #222;
    color: #fff
}

.rc-anchor-dark.rc-anchor-normal,.rc-anchor-dark.rc-anchor-compact {
    border: 1px solid #525252
}

.rc-anchor-light {
    background: #f9f9f9;
    color: #000
}

.rc-anchor-light.rc-anchor-normal,.rc-anchor-light.rc-anchor-compact {
    border: 1px solid #d3d3d3
}

.rc-inline-block {
    display: inline-block;
    height: 100%
}

.rc-anchor-center-container {
    display: table;
    height: 100%
}

.rc-anchor-center-item {
    display: table-cell;
    vertical-align: middle
}

.rc-anchor-content {
    display: inline-block;
    position: relative
}

.rc-anchor-normal .rc-anchor-content {
    height: 74px;
    width: 206px
}

.rc-anchor-compact .rc-anchor-content {
    height: 85px
}

.rc-anchor-error-message {
    color: #f00;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    padding: 0 10px
}

.rc-anchor-checkbox {
    margin: 0 12px 2px 12px
}

.rc-anchor-checkbox-label {
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px
}

.rc-anchor-normal .rc-anchor-checkbox-label {
    width: 152px
}

.rc-anchor-compact .rc-anchor-checkbox-label {
    width: 95px
}

.rc-anchor-error-msg-container {
    color: #f00;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    left: 0;
    line-height: 14px;
    margin: 2px;
    position: absolute;
    top: 0
}

.rc-anchor-normal.rc-anchor-error .rc-anchor-error-msg-container {
    width: 240px
}

.rc-anchor-normal.rc-anchor-error .rc-anchor-content {
    margin-top: 10px
}

.rc-anchor-compact.rc-anchor-error .rc-anchor-content {
    margin-top: 25px
}

.rc-anchor-normal-footer {
    display: inline-block;
    height: 74px;
    vertical-align: top;
    width: 70px
}

.rc-anchor-compact-footer {
    margin: 0 12px;
    text-align: center;
    width: 136px
}

.rc-anchor-logo-img {
    background: url('https://www.gstatic.com/recaptcha/api2/logo_48.png');
    background-repeat: no-repeat
}

.rc-anchor-logo-img-ie8 {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://www.gstatic.com/recaptcha/api2/logo_48.png',sizingMethod="scale")
}

.rc-anchor-logo-text {
    cursor: default;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    margin-top: 5px;
    text-align: center
}

.rc-anchor-light .rc-anchor-logo-text,.rc-anchor-light div a:link,.rc-anchor-light div a:visited {
    color: #555
}

.rc-anchor-dark .rc-anchor-logo-text,.rc-anchor-dark div a:link,.rc-anchor-dark div a:visited {
    color: #f5f5f5
}

.rc-anchor-logo-portrait {
    margin: 10px 0 0 26px;
    width: 58px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.rc-anchor-logo-img-portrait {
    -webkit-background-size: 32px;
    -o-background-size: 32px;
    background-size: 32px;
    height: 32px;
    margin: 0 13px 0 13px;
    width: 32px
}

.rc-anchor-logo-landscape {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.rc-anchor-logo-img-landscape {
    -webkit-background-size: 24px;
    -o-background-size: 24px;
    background-size: 24px;
    display: inline-block;
    height: 24px;
    width: 24px
}

.rc-anchor-logo-landscape-text-holder {
    display: inline-block;
    height: 24px;
    margin: 0 2px 0 2px;
    width: 54px
}

.rc-anchor-normal .rc-anchor-pt,.rc-anchor-invisible .rc-anchor-pt,.rc-anchor-compact .rc-anchor-pt {
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 8px;
    font-weight: 400
}

.rc-anchor-pt {
    background-image: url('data:image/png;base64,iVBORw0KGgBRG4Rb2FMT3YcbXR9tWExjQBkXZ0SmVvbQkIJnQzBTGlvEmmiBckPzM1ddZZIBdFRxCG0kbWACY0ABec1NTbNuBMSVyV8uoZWE3EJ9uBKL3oUEokpB9df4xzrnzB9X98U9BN9HACAecjK0kwW3MuuZ0pP3yDHx1fQN1fK18lKQHiFp3NcANsxxVUQEUWBRc1L9mFRUmkslLykbWl0BNKYbUHx6LEEBY2V1lgTKMZhlcELQx6FwlwBOfubZnH62q1laHIBo150N2yuwJTPAQ1BMy0yjvgsBaq4IS2V0BZMY7YmvWTaLLb3Vy2m5mBS29xBYXfknG1LSmnyK3UBOK2imGUIiTnGqgBdCt7WENidi1TTYRGbW0BrRkglkpAj2XZCWw/eDUBrGRotZ2sBe1vdYnXsyWUBdGt1bGkBQpCloopu5WRWcABPLOuJXQ4b24B/ipvpBthBEEGy0HPhcmW5UgBZ9/eOtV+ka2kD5RrtCi+kGmyNdjxU6T+HVyKMl19jON4mcolzWGTo7JDBdNcTXmxLU2lmYHFSMdlnBfc35aWyZBRvCcbmG0FRbd6Uv4b2UBboFlOO+VB5XV4N4DEZLZlaeoBZG9uUdKZad55Be7Fy8cFxqABuU3EahHzRiJKaZVudABMMpwQ7EsnE9CdGg5ZQBKPBeCN2TCbmrwirF5KFjuV3WN7iPGXiafWAn6qggVfGADVxuruN8vtWhMrCQ2heqad4EmIIqKoAudjGYr1JtTnuffQ+skkW+2MNnBZ2WwOpO6PXpvBPtOQvWiCsYBbm+PHABNVBjYWvyY8FvwIcoHHRl67oBc2BwaHAPcABF7phMGkBbWU7hLzaBXXpKZHL73dx2BxOBFsrtnxm1yBeE1napmxNXVzTdneLBnc')
}

.rc-anchor-pt a {
    display: inline;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-decoration: none
}

.rc-anchor-pt a:hover {
    text-decoration: underline
}

.rc-anchor-normal .rc-anchor-pt {
    margin: 2px 11px 0 0;
    padding-right: 2px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 276px
}

.rc-anchor-compact .rc-anchor-pt {
    margin: 0 0 2px 0;
    width: 132px
}

.rc-anchor-aria-status {
    display: none
}

#rc-anchor-alert,.rc-anchor-alert {
    color: red;
    font-size: 9px;
    margin: 2px;
    position: absolute;
    top: 0
}

#rc-anchor-over-quota {
    bottom: 0;
    color: #555;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 9px;
    padding: 4px;
    position: absolute;
    width: 170px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 20px
}

.rc-anchor-compact .rc-anchor-content #rc-anchor-over-quota {
    width: 148px
}

.rc-anchor-normal .rc-anchor-pt.rc-anchor-over-quota-pt {
    width: 130px
}

.rc-anchor-logo-portrait.rc-anchor-over-quota-logo {
    margin-top: 6px
}

#rc-anchor-invisible-over-quota {
    font-size: 9px;
    line-height: initial
}

#rc-anchor-invisible-over-quota a {
    color: white
}

.rc-anchor-invisible {
    height: 60px;
    width: 256px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.rc-anchor-invisible-text {
    background: #1a73e8;
    color: white;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 166px;
    -ms-flex-preferred-size: 166px;
    flex-basis: 166px;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 20px;
    padding: 0 16px;
    white-space: nowrap
}

.rc-anchor-invisible-text.smalltext {
    font-size: 12px;
    padding: 0 10px;
    line-height: 16px;
    white-space: normal
}

.rc-anchor-invisible-text.smalltext .rc-anchor-pt {
    line-height: 12px;
    white-space: normal
}

.rc-anchor-invisible-text.smalltext .rc-anchor-pt a:link {
    font-size: 9px
}

.rc-anchor-normal-footer.smalltext .rc-anchor-pt {
    font-size: 5px;
    line-height: 6px
}

.rc-anchor-invisible-text strong {
    font-weight: 500
}

.rc-anchor-invisible .rc-anchor-normal-footer .rc-anchor-pt {
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    text-align: center;
    width: 70px;
    margin-top: 2px
}

.rc-anchor-logo-img-large {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-background-size: 40px;
    -o-background-size: 40px;
    background-size: 40px;
    margin: 5px 15px 0 15px;
    height: 40px;
    width: 40px
}

.rc-anchor-invisible-nohover .rc-anchor-logo-img-large,.rc-anchor-invisible-hover-hovered .rc-anchor-logo-img-large {
    -webkit-background-size: 44px;
    -o-background-size: 44px;
    background-size: 44px;
    margin: 8px 13px 0 13px;
    height: 44px;
    width: 44px
}

.rc-anchor-invisible-nohover .rc-anchor-normal-footer .rc-anchor-pt,.rc-anchor-invisible-hover-hovered .rc-anchor-normal-footer .rc-anchor-pt {
    opacity: 0
}

.rc-anchor-invisible-nohover .rc-anchor-invisible-text .rc-anchor-pt,.rc-anchor-invisible-hover-hovered .rc-anchor-invisible-text .rc-anchor-pt {
    opacity: 1
}

.rc-anchor-invisible-text .rc-anchor-pt {
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.rc-anchor-invisible-text .rc-anchor-pt a:link,.rc-anchor-invisible-text .rc-anchor-pt a:visited {
    color: white;
    font-size: 10px
}

.rc-anchor-invisible-hover .rc-anchor-invisible-text .rc-anchor-pt a:link {
    display: none
}

.rc-anchor-invisible-nohover .rc-anchor-invisible-text .rc-anchor-pt a:link,.rc-anchor-invisible-hover-hovered .rc-anchor-invisible-text .rc-anchor-pt a:link,.rc-anchor-invisible-hover .rc-anchor-normal-footer .rc-anchor-pt a:link {
    display: inline
}

.rc-anchor-invisible-nohover .rc-anchor-normal-footer .rc-anchor-pt a:link,.rc-anchor-invisible-hover-hovered .rc-anchor-normal-footer .rc-anchor-pt a:link {
    display: none
}

.rc-audiochallenge-response-field {
    margin: 7px;
    text-align: center
}

.rc-audiochallenge-response-field .rc-response-input-field {
    width: 220px
}

.rc-audiochallenge-error-message {
    color: #ff1b1b;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 20px 20px 0 20px
}

.rc-audiochallenge-instructions {
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 20px 10px 20px
}

.rc-audiochallenge-play-button {
    margin: 0 20px 0 20px
}

.rc-audiochallenge-play-button .rc-button-default {
    background: #d8d8d8;
    color: #000;
    font-weight: 500;
    width: 100%
}

.rc-audiochallenge-input-label {
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 20px 10px 20px
}

.rc-audiochallenge-control audio {
    height: 30px;
    width: 240px
}

.rc-audiochallenge-tdownload {
    margin: 5px 20px 5px 20px;
    text-align: center
}

.rc-audiochallenge-tdownload-link {
    background-image: url(https://www.gstatic.com/recaptcha/api2/download_white.png);
    background-repeat: no-repeat;
    -webkit-background-size: 36px 36px;
    background-size: 36px;
    color: transparent;
    display: inline-block;
    height: 36px;
    opacity: .55;
    overflow: hidden;
    width: 36px
}

.rc-audiochallenge-tdownload-link:focus-visible {
    background-color: #d8d8d8
}

@media screen and (forced-colors:active) and (prefers-color-scheme: dark) {
    .rc-audiochallenge-tdownload-link {
        background-image:url(https://www.gstatic.com/recaptcha/api2/download_white.png);
        background-repeat: no-repeat;
        -webkit-background-size: 36px 36px;
        background-size: 36px;
        color: transparent;
        display: inline-block;
        height: 36px;
        opacity: .55;
        overflow: hidden;
        width: 36px
    }
}

.rc-audiochallenge-tdownload-link-on-dark {
    background-image: url(https://www.gstatic.com/recaptcha/api2/download_white.png);
    background-repeat: no-repeat;
    -webkit-background-size: 36px 36px;
    background-size: 36px;
    color: transparent;
    display: inline-block;
    height: 36px;
    opacity: .55;
    overflow: hidden;
    width: 36px
}

.rc-audiochallenge-tdownload-link-on-dark:focus-visible {
    background-color: #d8d8d8
}

.rc-audiochallenge-tdownload-link:focus,.rc-audiochallenge-tdownload-link:hover {
    opacity: .8;
    outline: none
}

.rc-audiochallenge-tdownload-link-on-dark:focus,.rc-audiochallenge-tdownload-link-on-dark:hover {
    opacity: .8;
    outline: none
}

.fake-focus-audio {
    height: 0;
    opacity: 0;
    width: 0
}

.rc-button-default {
    background: #1a73e8;
    border: 0;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 42px;
    line-height: 42px;
    min-width: 100px;
    padding: 0 10px 0 10px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.rc-button-default:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2pt #185abc;
    box-shadow: 0 0 0 2pt #185abc
}

.rc-button-default-disabled {
    background: rgba(73,143,225,.5);
    cursor: default
}

.rc-button-red {
    background: #e24a4a
}

.rc-button-default-disabled.rc-button-red {
    background: rgba(226,74,74,.49)
}

.rc-canvas-image {
    display: none
}

.rc-canvas-canvas {
    cursor: pointer
}

body {
    margin: 0
}

.rc-imageselect-instructions strong {
    font-weight: 900;
    display: block;
    font-size: 28px
}

.rc-footer {
    font-family: Roboto,helvetica,arial,sans-serif;
    position: relative;
    width: 100%
}

.rc-separator {
    border-top: 1px solid #dfdfdf;
    margin-bottom: 1px
}

.rc-controls {
    width: 100%
}

.primary-controls {
    height: 60px
}

.rc-buttons {
    float: left;
    height: 48px;
    margin: 6px 0 6px 6px;
    background-repeat: no-repeat
}

.fake-focus {
    height: 0;
    opacity: 0;
    width: 0
}

.button-holder {
    float: left;
    height: 48px
}

.rc-button-reload {
    background: url("https://www.gstatic.com/recaptcha/api2/refresh_2x.png")
}

.rc-button-reload:focus-visible {
    background-color: #d8d8d8
}

@media screen and (forced-colors:active) and (prefers-color-scheme: dark) {
    .rc-button-reload {
        background:url("https://www.gstatic.com/recaptcha/api2/refresh_white_2x.png")
    }
}

.rc-button-reload-on-dark {
    background: url("https://www.gstatic.com/recaptcha/api2/refresh_white_2x.png")
}

.rc-button-reload-on-dark:focus-visible {
    background-color: #d8d8d8
}

.rc-button-audio {
    background: url("https://www.gstatic.com/recaptcha/api2/audio_2x.png")
}

.rc-button-audio:focus-visible {
    background-color: #d8d8d8
}

@media screen and (forced-colors:active) and (prefers-color-scheme: dark) {
    .rc-button-audio {
        background:url("https://www.gstatic.com/recaptcha/api2/audio_white_2x.png")
    }
}

.rc-button-audio-on-dark {
    background: url("https://www.gstatic.com/recaptcha/api2/audio_white_2x.png")
}

.rc-button-audio-on-dark:focus-visible {
    background-color: #d8d8d8
}

.rc-button-image {
    background: url("https://www.gstatic.com/recaptcha/api2/image_2x.png")
}

.rc-button-image:focus-visible {
    background-color: #d8d8d8
}

@media screen and (forced-colors:active) and (prefers-color-scheme: dark) {
    .rc-button-image {
        background:url("https://www.gstatic.com/recaptcha/api2/image_white_2x.png")
    }
}

.rc-button-image-on-dark {
    background: url("https://www.gstatic.com/recaptcha/api2/image_white_2x.png")
}

.rc-button-image-on-dark:focus-visible {
    background-color: #d8d8d8
}

.rc-button-liveness {
    background: url("https://www.gstatic.com/recaptcha/api2/liveness_dark.png")
}

.rc-button-liveness:focus-visible {
    background-color: #d8d8d8
}

@media screen and (forced-colors:active) and (prefers-color-scheme: dark) {
    .rc-button-liveness {
        background:url("https://www.gstatic.com/recaptcha/api2/liveness_light.png")
    }
}

.rc-button-liveness-on-dark {
    background: url("https://www.gstatic.com/recaptcha/api2/liveness_light.png")
}

.rc-button-liveness-on-dark:focus-visible {
    background-color: #d8d8d8
}

.rc-button-help {
    background: url("https://www.gstatic.com/recaptcha/api2/info_2x.png")
}

.rc-button-help:focus-visible {
    background-color: #d8d8d8
}

@media screen and (forced-colors:active) and (prefers-color-scheme: dark) {
    .rc-button-help {
        background:url("https://www.gstatic.com/recaptcha/api2/info_white_2x.png")
    }
}

.rc-button-help-on-dark {
    background: url("https://www.gstatic.com/recaptcha/api2/info_white_2x.png")
}

.rc-button-help-on-dark:focus-visible {
    background-color: #d8d8d8
}

.rc-button-undo {
    background: url("https://www.gstatic.com/recaptcha/api2/undo_2x.png")
}

.rc-button-undo:focus-visible {
    background-color: #d8d8d8
}

@media screen and (forced-colors:active) and (prefers-color-scheme: dark) {
    .rc-button-undo {
        background:url("https://www.gstatic.com/recaptcha/api2/undo_white_2x.png")
    }
}

.rc-button-undo-on-dark {
    background: url("https://www.gstatic.com/recaptcha/api2/undo_white_2x.png")
}

.rc-button-undo-on-dark:focus-visible {
    background-color: #d8d8d8
}

.rc-button {
    -webkit-background-size: 32px 32px;
    -o-background-size: 32px 32px;
    background-size: 32px 32px;
    cursor: pointer;
    height: 48px;
    opacity: .55;
    width: 48px;
    padding: 0;
    border: 0;
    background-repeat: no-repeat;
    background-position: center
}

.rc-button:focus,.rc-button:hover {
    opacity: .8;
    outline: none
}

.verify-button-holder {
    float: right;
    margin: 8px 8px 9px 0
}

.rc-challenge-help {
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    overflow-y: scroll;
    padding: 5px 20px 5px 20px
}

.reload-icon {
    height: 16px;
    width: 16px
}

.apps-toast {
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 101
}

.apps-toast-content {
    background: #323232;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0,6px,10px,rgba(0,0,0,.14),0,1px,18px,rgba(0,0,0,.12),0,3px,5px,-1px,rgba(0,0,0,.4);
    color: #eee;
    display: inline-block;
    font: 12px/20px Roboto,helvetica,arial,sans-serif;
    padding: 14px;
    text-align: center
}

.goog-container:focus {
    outline: none
}

.rc-defaultchallenge-response-field {
    margin: 7px;
    text-align: center
}

.rc-defaultchallenge-response-field .rc-response-input-field {
    width: 230px
}

.rc-defaultchallenge-payload {
    border: none;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    min-height: 61px;
    text-align: center
}

.rc-defaultchallenge-incorrect-response {
    color: #ff1b1b;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin-left: 20px
}

.rc-doscaptcha-header {
    padding: 10px;
    margin: 10px;
    height: 20%;
    background-color: #1a73e8
}

.rc-doscaptcha-header-text {
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    color: white
}

.rc-doscaptcha-body {
    height: 80%
}

.rc-doscaptcha-body-text {
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px 10px 15px
}

.rc-doscaptcha-footer {
    pointer-events: none
}

.recaptchaJavascriptChallengeLivenessContainer {
    min-width: 240px;
    height: 520px;
    overflow: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.goog-container:focus {
    outline: none
}

#rc-imageselect {
    min-width: 240px;
    font-family: Roboto,helvetica,arial,sans-serif;
    background-color: #fff
}

#rc-imageselect .rc-button:focus {
    outline: none
}

.rc-imageselect-desc {
    margin-left: -10px;
    margin-top: -10px;
    padding-right: 100px;
    position: relative
}

.rc-imageselect-instructions .rc-imageselect-desc strong {
    font-size: 22px
}

.rc-imageselect-desc span {
    display: block
}

.rc-imageselect-desc-no-canonical {
    position: relative
}

.rc-imageselect-desc-no-canonical span {
    display: block
}

.rc-imageselect-payload {
    min-width: 240px;
    margin: 0 7px;
    padding: 7px 0
}

.rc-imageselect-challenge {
    position: relative;
    width: 100%;
    height: 100%
}

.rc-footer {
    min-width: 240px
}

.rc-imageselect-incorrect-response,.rc-imageselect-error-dynamic-more,.rc-imageselect-error-select-more,.rc-imageselect-error-select-something {
    color: #d14836;
    font-size: 14px;
    padding: 7px 0;
    text-align: center;
    width: 100%;
    background-color: white
}

.rc-imageselect-desc-wrapper {
    margin-bottom: 6px
}

.rc-imageselect-checkbox {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAGnmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNy4xLWMwMDAgNzkuZGFiYWNiYiwgMjAyMS8wNC8xNC0wMDozOTo0NCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIzLjAgKE1hY2ludG9zaCkiIHhtcDpDcmVhdGVEYXRlPSIyMDIxLTExLTA0VDIzOjE2OjI2LTA3OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMS0xMS0wNFQyMzoxNzozNS0wNzowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMS0xMS0wNFQyMzoxNzozNS0wNzowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDM3Y2M2MTEtMjg5Mi00MmFkLWEyYmYtMjk1MzA4NGYxNjA1IiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YjEwZGYyNmItNGU5Mi0wNTQxLThjMDYtMTJjNWQ5ZDFmMjcxIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6ZjE0YzAyYmQtNDJhOC00ODkxLWIxMjMtMWZhYjg2NzZlNzJmIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpmMTRjMDJiZC00MmE4LTQ4OTEtYjEyMy0xZmFiODY3NmU3MmYiIHN0RXZ0OndoZW49IjIwMjEtMTEtMDRUMjM6MTY6MjYtMDc6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMy4wIChNYWNpbnRvc2gpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpjMDJkMDg2Zi1mNmZjLTRjMzItYWU2Zi0wOWMxZmU4MzFhNzciIHN0RXZ0OndoZW49IjIwMjEtMTEtMDRUMjM6MTc6MDktMDc6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMy4wIChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MzdjYzYxMS0yODkyLTQyYWQtYTJiZi0yOTUzMDg0ZjE2MDUiIHN0RXZ0OndoZW49IjIwMjEtMTEtMDRUMjM6MTc6MzUtMDc6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMy4wIChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlXsutAAAASdSURBVFiFtZdbbBRVGIC/mdnZdndr2+0l0BYsaEJ4ABGkUhHjlT6oT7QRbcHaqGkhvFBjBU3AKy9aTYwaQ9pI6wMxEClQiLcmKomtYikCkZsILbYGWuh2aXfLtrvHh53ZPTvdbbdtPMnJzOzMme87/392zjkKyRdFOipx7gupJlWEENiSBCuACij3bfgmx5G+dGUQez4h3S1CwQGh+PoGvcd+u7C3fAgITUcmXk/igbVVNdcrbJqr6nLqrTWJGiz03/FDaHxwd/vueYeAoEVmQhFCJBSIgIuqLxT3pqX/NFVPYkVc7UHl/JaOT1eesYgkJaAAGmArfvnqxp50ffd04HJZMDJS9svnd7cC4/EkhBCoieAP1HRXzgYOcMXl2l+8+exTgI4xhqzPKJZzFdDvf6lz9T8ZBW2zgcsl33N6xe+Na//EEglrBMK9z8qyzxZecY+bLytzIte6fdVHhKOgYYmCKWD23lZUdrxiNvANy9y8W67z2FKNPRvDEt1O38PF1Z0lhkBMKmQBDdB1LadqpvCNy9y885yO3aYwMio4+Ot45J6iFlYRZyyYFyqgLSjZlXfF6S+aCfz5e928bcCHRwV1zQEOXPBE7nc7x592Fj7kwpIGVTpqcwufKJ4p/K1no/DXmgK0SHCzLH70jWVY0mCehFNgc+TLDdbkZtCxLZeaVe6E8MrlUfgtv6CuKUDLxYlwAJuWMY9oBGIEVEBDOHPkBjvK7czPUXm9VGdTHIkXlrt5c30s/GACeNjAkS1FAOQTQEH1euXn61vGuDks0FSF7aU6m4qjElUr3Ow04F4DfuivSeCACHq9Uu8VIDIbKoAyFhi6hiMv0uDbbg+iMZP6F+1kpSlsX6ej4MYfgJ3rdXQtCj88BRzgtvff69bf5AiI/vNHTlkf+O6qh9rGADduhSOxbZ0ehfsEdXuSgwP83fHJ2UQCAhA9x97vi9fw+6setjYEGDAkTPirTQEOX0oOXjgifh7uOebDMj2rxkXIqMF5Q5d2xXtBW6+HWkNiyCd45YsArUnCAfy+E18TOxcIiA4GHUgF0uxpc7Jyqv84nehFjxdkkmKHo5eThwP01c9dDHiBYWAUGBdCCDMFIcNuLDB8zZfV07Y50Yvaej3ThrvO7i0HAsAYlhlRTkHQeCBwZl/FjwVDlz6eFiVBmdN/YsfFo1u7gNvG+2MWJvIgNAVGAf/xhgcb5nsvfzYb+NyBk+91NT95APBLAkFZQJ6bVcLfhVTACbgA15Ky5rU3C0s+mC48/dz+6nNHtrQDI4TzbkqYKZiwJoysiIAUQ8IJOFPdCzOXlDaV92UsqpkKnHfj5Ienvnpm35jfOwz4jCpHIGZFZF2jRdYFhkQq4DCOqYB+5+raRdl3PbJET8nO1VRH+nhoZHBsdGCg/1xrV29nYzfhwXbbgPoJp9TseUz4E62KVaLpsBsiZrUTXVrJX9HIv0gSMKs58mPgpkC8nZF1ZxP5dxhSkwmYEnJNuC+AqXdGZjS0ONX8iMmiZjV7POOdUTwRWUieUuVomZ90wSS9nq6ALCLvkM2jCZGPSe2QhRAoQiS9m/5fyn/lu/UIgBExrQAAAABJRU5ErkJggg==);
    display: none;
    position: absolute
}

.rc-imageselect-report-image {
    bottom: 0;
    left: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0
}

.rc-imageselect-table-42,.rc-imageselect-table-33,.rc-imageselect-table-44 {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.rc-imageselect-table-42,.rc-imageselect-table-33 {
    margin: -2px
}

.rc-imageselect-table-44 {
    margin: -1px
}

.rc-imageselect-table-42 td {
    padding: 2px
}

.rc-imageselect-table-33 td {
    padding: 2px
}

.rc-imageselect-table-44 td {
    padding: 1px
}

.rc-image-tile-target tr,td {
    margin: 0
}

.rc-imageselect-keyboard {
    outline: solid orange!important;
    position: relative;
    z-index: 100
}

td:focus {
    outline: none
}

.rc-image-tile-overlay {
    display: none;
    opacity: 0;
    position: absolute;
    background-color: #1a73e8;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transition: opacity 1s cubic-bezier(.49,.78,.46,1.34);
    transition: opacity 1s cubic-bezier(.49,.78,.46,1.34)
}

.rc-image-followup-tile {
    display: block
}

.rc-imageselect-dynamic-selected {
    position: relative;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    opacity: .01
}

.rc-imageselect-dynamic-selected .rc-image-tile-target {
    opacity: 1
}

.rc-imageselect-dynamic-selected .rc-imageselect-checkbox {
    display: block;
    opacity: 1;
    -webkit-background-size: cover;
    background-size: cover;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px
}

.rc-image-tile-target {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: relative
}

.rc-imageselect-tileselected {
    position: relative
}

.rc-imageselect-tileselected .rc-image-tile-wrapper {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.rc-image-tile-wrapper {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.rc-imageselect-tileselected .rc-imageselect-checkbox {
    display: block;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.rc-imageselect-candidates {
    border: 2px solid white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 94px;
    overflow: hidden;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 112px
}

.rc-imageselect-candidates>div {
    -webkit-background-size: 112px 94px;
    background-size: 112px 94px;
    display: inline-block;
    height: 94px;
    margin: 2px;
    position: relative;
    width: 112px
}

.rc-imageselect-challenge {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.rc-imageselect-response-field-error {
    border-bottom: 1px solid #ff0000
}

.rc-imageselect-desc {
    font-size: 16px
}

.rc-imageselect-desc-wrapper span {
    font-size: 14px
}

.rc-imageselect-clear {
    clear: both
}

.rc-image-tile-wrapper {
    overflow: hidden;
    position: relative;
    -webkit-transition: .1s ease;
    transition: .1s ease
}

.rc-image-tile-wrapper img {
    position: relative;
    -webkit-user-drag: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden
}

.rc-image-tile-11 {
    width: 100%;
    height: 100%
}

.rc-image-tile-42 {
    width: 200%;
    height: 400%
}

.rc-image-tile-33 {
    width: 300%;
    height: 300%
}

.rc-image-tile-44 {
    width: 400%;
    height: 400%
}

.rc-imageselect-instructions {
    height: 113px;
    width: 100%;
    margin-bottom: 7px;
    position: relative
}

.rc-imageselect-desc-wrapper {
    background-color: #1a73e8;
    position: relative;
    padding: 24px;
    color: white;
    height: 66px;
    font-size: 16px
}

.rc-imageselect-progress {
    background-color: #417cc1;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 15px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.rc-imageselect-carousel-offscreen-right {
    left: 105%;
    position: absolute;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.rc-imageselect-carousel-entering-right {
    left: 0;
    position: absolute;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.rc-imageselect-carousel-mock-margin-1 {
    top: 1px
}

.rc-imageselect-carousel-mock-margin-2 {
    top: 2px
}

.rc-imageselect-carousel-leaving-left {
    left: 0;
    opacity: .5;
    position: relative;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.rc-imageselect-carousel-offscreen-left {
    left: -105%;
    opacity: .5;
    position: relative;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.rc-imageselect-carousel-instructions {
    -webkit-transition: .2s ease;
    transition: .2s ease;
    opacity: 1
}

.rc-imageselect-carousel-instructions-hidden {
    opacity: .5
}

.rc-canonical-stop-sign {
    background: url(https://www.gstatic.com/recaptcha/api2/stop_sign.jpg);
    background-repeat: no-repeat
}

.rc-canonical-speed-limit {
    background: url(https://www.gstatic.com/recaptcha/api2/canonical_speed_limit.png);
    background-repeat: no-repeat
}

.rc-canonical-street-name {
    background: url(https://www.gstatic.com/recaptcha/api2/canonical_street_name.png);
    background-repeat: no-repeat
}

.rc-canonical-other {
    background: url(https://www.gstatic.com/recaptcha/api2/canonical_other.png);
    background-repeat: no-repeat
}

.rc-canonical-bounding-box {
    background: url(https://www.gstatic.com/recaptcha/api2/boundingbox2.gif);
    background-repeat: no-repeat
}

.rc-canonical-car {
    background: url(https://www.gstatic.com/recaptcha/api2/canonical_car.png);
    background-repeat: no-repeat
}

.rc-canonical-road {
    background: url(https://www.gstatic.com/recaptcha/api2/canonical_road.png);
    background-repeat: no-repeat
}

.rc-canonical-bridge {
    background: url(https://www.gstatic.com/recaptcha/api2/canonical_bridge.png);
    background-repeat: no-repeat
}

.rc-prepositional-payload {
    padding: 20px;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400
}

.rc-prepositional-select-more,.rc-prepositional-verify-failed {
    color: #ff1b1b;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 20px 20px 0 20px
}

.rc-prepositional-target label {
    margin: 5px;
    float: right
}

.rc-prepositional-instructions {
    margin-bottom: 20px
}

.rc-prepositional-table {
    width: 100%
}

.rc-prepositional-table td {
    background: #f9f9f9;
    border: 1px solid #fff;
    color: #000;
    cursor: pointer;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    width: 40%;
    padding: 15px
}

.rc-prepositional-table td.rc-prepositional-selected {
    background: #efefef;
    border: 1px solid #656565
}

.rc-2fa-payload {
    font-family: Roboto,Helvetica,Arial,Sans-Serif;
    font-size: 14px;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #202124;
    text-align: center
}

.rc-2fa-background {
    background-color: #ececec;
    width: 100%;
    height: 100%;
    overflow: auto
}

.rc-2fa-container {
    background-color: #fff;
    width: 328px;
    overflow: auto;
    margin: 100px auto
}

.rc-2fa-header {
    margin: 36px 0 24px 0;
    font-size: 16px
}

.rc-2fa-instructions {
    margin: 24px 40px;
    line-height: 17.5px
}

.rc-2fa-response-field {
    text-align: center
}

.rc-2fa-response-field input {
    width: 11.2ch;
    height: 40px;
    line-height: 40px;
    margin: auto;
    border: 1px #979797 solid;
    font-size: 20px;
    letter-spacing: .8ch;
    padding-left: 1.2ch;
    padding-right: 0
}

.rc-2fa-response-field input:focus {
    border: 1px #185abc solid
}

.rc-2fa-response-field-error input {
    border: 1px #d93025 solid
}

.rc-2fa-response-field-error input:focus {
    border: 1px #d93025 solid
}

.rc-2fa-error-message {
    height: 36px;
    font-size: 12px;
    color: #d93025;
    margin: 2px 40px
}

.rc-2fa-submit-button-holder button {
    margin: 0 auto;
    min-width: 100px;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1.25px;
    border-radius: 4px;
    background-color: #185abc;
    border: 1px solid #185abc;
    color: #fff
}

.rc-2fa-submit-button-holder button:disabled {
    background-color: white;
    border: 1px solid #979797;
    color: rgba(0,0,0,.38)
}

.rc-2fa-cancel-button-holder button {
    margin: 20px auto;
    min-width: 100px;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1.25px;
    border-radius: 4px;
    background: none;
    border: none;
    color: #185abc
}

.rc-2fa-cancel-button-holder button:active {
    border: none
}

.rc-response-input-field {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    height: 36px;
    margin: 5px 0;
    padding: 1px 9px;
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    width: 270px
}

.rc-response-input-field:focus {
    border: 1px solid #1a73e8
}

.rc-response-input-field-error,.rc-response-input-field-error:focus {
    border: 1px solid #ff0000
}

sentinel {
}
{
}


.footer_footerContent__m6yGO {
    margin: 0 auto;
    width: 100%;
    max-width: 1460px
}

.footer_footerMenu__WKFWC {
    display: flex;
    justify-content: space-around
}

.footer_footerMenuTitle__yX2Ws {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.25;
    margin: 0 0 20px 0
}

@media screen and (max-width: 1429px) {
    .footer_footerMenuTitle__yX2Ws {
        font-size:12px
    }
}

.footer_footerPayments__SXt7I {
    margin: 30px 0;
    border-top: 1px solid #868c96;
    border-bottom: 1px solid #868c96;
    padding: 30px 0
}

.footer_footerPayments__SXt7I .footer_paymentMethods__7-5O2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.footer_footerPayments__SXt7I .footer_paymentMethodsItem__oIZLY {
    padding: 15px;
    height: 60px
}

.footer_footerPayments__SXt7I .footer_paymentMethodsItem__oIZLY img {
    height: 100%;
    width: auto
}

.footer_footerPayments__SXt7I .footer_paymentMethodsItemSmall__qhFHR {
    height: 80px
}

.footer_footerPayments__SXt7I .footer_paymentMethodsItemHide__YtWu8 {
    display: none
}

.footer_footerPayments__SXt7I .payment-methods {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.footer_footerPayments__SXt7I .payment-methods__item {
    padding: 15px;
    height: 60px
}

.footer_footerPayments__SXt7I .payment-methods__item img {
    height: 100%;
    width: auto
}

.footer_footerPayments__SXt7I .payment-methods__item--small {
    height: 80px
}

.footer_footerPayments__SXt7I .payment-methods__item--hide {
    display: none
}

.footer_footerText__tmJWX {
    color: #868c96;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer_footerText__tmJWX p {
    margin: 0;
    padding: 0
}

.footer_footerText__tmJWX p+p {
    margin-top: 23px
}

.footer_footerTextInfo__lTobD {
    margin-right: 25px
}

.footer_footerAgeList__HpLQr {
    display: flex
}

.footer_footerTextImage__hJnRo {
    color: #f6f7f9;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f04e34;
    border-radius: 50%;
    width: 40px;
    min-width: 40px;
    position: relative;
    height: 40px;
    text-decoration: none
}

.footer_footerTextImage__hJnRo+.footer_footerTextImage__hJnRo {
    margin-left: 12px
}

.footer_footerSubMenu__UcaAy {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer_footerSubMenuItem__zoUjL:nth-child(1n+2) {
    margin-top: 5px
}

.footer_footerSubMenuLink__HQwzZ {
    display: inline-block;
    color: #868c96;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.25;
    position: relative;
    text-decoration: none
}

@media screen and (max-width: 1429px) {
    .footer_footerSubMenuLink__HQwzZ {
        font-size:11px
    }
}

.footer_footerSubMenuLink__HQwzZ:after {
    content: "";
    display: block;
    height: 1px;
    background: #868c96;
    position: absolute;
    width: 100%;
    transform: scaleX(0.7);
    opacity: 0;
    bottom: -1px;
    transition: transform .15s ease,opacity .15s ease;
    bottom: -2px
}

.footer_footerSubMenuLink__HQwzZ:hover:after {
    opacity: 1;
    transform: scale(1)
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

main {
    display: block
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: rgba(0,0,0,0)
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,[type=button],[type=reset],[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

input {
    overflow: visible
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.grid {
    position: relative
}

.grid__row {
    position: relative;
    display: flex;
    max-width: 100%
}

.grid__row--m_top10 {
    margin-top: 10px
}

.grid__row+.grid__row {
    margin-top: 15px
}

.grid__row--reverse {
    justify-content: flex-end
}

.grid__row--content_center {
    justify-content: center
}

.grid__row--offset {
    margin-left: -12px;
    margin-right: -12px
}

.grid__row--valign {
    align-items: center
}

.grid__row--content_between {
    justify-content: space-between
}

.grid__row--border_top {
    border-top: 1px solid var(--loginBorder);
    height: 1px
}

.grid__row--border_bottom {
    border-bottom: 1px solid var(--loginBorder);
    height: 1px
}

.grid__row--full {
    width: 100%
}

.grid__col {
    max-width: 100%
}

.grid__col--full {
    width: 100%
}

.grid__col--x2 {
    width: 50%;
    box-sizing: border-box
}

.grid__col--right {
    display: flex;
    align-self: flex-end
}

.grid__col--w_180 {
    width: 180px
}

.grid__col--w_110 {
    width: 110px
}

.grid__col--w_130 {
    width: 130px
}

.grid__col--offset {
    padding: 0 12px
}

.grid__col--w_85 {
    width: 85px;
    box-sizing: content-box
}

.grid__col--offset-right {
    padding-right: 12px
}

.grid__col--mw_180 {
    min-width: 180px
}

.grid__col--mw_130 {
    min-width: 130px
}

.grid__col--relative {
    position: relative
}

.grid__col--w_280 {
    width: 280px
}

.grid__col--min_160 {
    min-width: 160px
}

:root {
    --selfExclusionModalLabel: #3E4049;
    --selfExclusionNotificationColor: rgb(239, 45, 45)
}

.form-filter-section {
    position: relative;
    padding: 20px 20px 45px 20px
}

.form-filter-section__filter-wrap {
    display: flex
}

.form-filter-section__filter-options {
    display: flex;
    position: relative;
    flex: 1;
    margin-left: -10px;
    margin-right: -10px
}

@media screen and (max-width: 900px) {
    .form-filter-section__filter-options {
        flex-direction:column
    }
}

.form-filter-section__filter-options-column {
    max-width: 100%;
    padding: 0 10px
}

@media screen and (max-width: 900px) {
    .form-filter-section__filter-options-column:not(:first-child) {
        margin-top:10px
    }
}

.form-filter-section__filter-options-column--calendar {
    display: flex;
    flex-direction: row
}

.form-filter-section__filter-reset-button {
    min-width: 85px;
    padding-left: 15px
}

.form-filter-section__filter--type-all {
    max-width: 150px;
    width: 100%
}

.form-filter-section__filter--type-all--medium {
    max-width: 190px
}

@media screen and (max-width: 900px) {
    .form-filter-section__filter--type-all {
        max-width:310px
    }
}

.form-filter-section__filter--calendar:first-child {
    padding-right: 10px
}

.form-filter-section__filter--calendar:last-child {
    padding-left: 10px
}

body.animation-start {
    overflow: hidden;
    background: var(--bodyBackgroundLoading)
}

body.animation-start .first-deposit.casino,body.animation-start .circleChatButtonWrap,body.animation-start [data-promotion-page],body.animation-start [data-promotions-bonus],body.animation-start [data-vip-program],body.animation-start [data-tournament-view] {
    display: none !important
}

body.animation-start #text-page-content {
    display: none
}

.app-full-height {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: var(--bodyBackgroundLoading);
    z-index: 33;
    transition: opacity .35s ease,transform .35s ease;
    pointer-events: none;
    opacity: 0;
    transform: scale(1.3)
}

.animation-start .app-full-height {
    opacity: 1;
    transform: scale(1);
    pointer-events: none
}

.animation-preload {
    display: grid;
    place-content: center;
    height: 100%
}

.animation-preload img {
    height: 250px;
    width: 250px
}

.animation-start .page-not-found {
    display: none
}

body {
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    line-height: 1.25;
    color: #3e4049;
    min-height: 100%;
    height: 100%
}

body [data-vip-program] {
    display: none !important
}

html {
    min-height: 100%;
    height: 100%
}

#content {
    padding-bottom: 15px
}

.full-page-width #content {
    padding-bottom: 0
}

* {
    box-sizing: border-box
}

.page__full {
    width: 100%
}

.page-colum-two .page {
    padding: 0
}

.text_page-1 .page {
    padding: 0
}

.app-loader {
    z-index: 20
}

.events-section {
    min-width: 0 !important
}

.customer-form__section {
    flex-wrap: wrap
}

:root {
    --selfExclusionModalLabel: #3E4049;
    --selfExclusionNotificationColor: rgb(239, 45, 45)
}

.events-holder {
    position: relative
}

.events-holder__loader {
    min-height: 300px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.events-section {
    background-color: var(--eventModalBackground);
    border-radius: 3px;
    margin-bottom: 3px;
    width: 100%
}

.events-section--iframe {
    background-color: var(--buttonText);
    height: calc(100vh - 181px);
    overflow: hidden
}

.events-section--iframe iframe {
    height: 100%;
    display: block;
    width: calc(100% + 13px)
}

.events-section--c_t {
    background: rgba(0,0,0,0)
}

.events-section .events-section__arrow {
    transform: rotate(-180deg)
}

.events-section--open {
    margin-bottom: 0
}

.events-section--open .events-section__arrow {
    transform: rotate(0)
}

.events-section__wrap {
    width: 100%
}

.events-section__wrap:nth-child(1n+2) {
    margin-top: 15px
}

.events-section__header {
    display: flex;
    gap: 12px;
    padding: 0 15px;
    height: 41px;
    cursor: default
}

.events-section__header--no_click {
    cursor: default
}

.events-section__header--float-height {
    height: auto
}

.events-section__header__description {
    margin-bottom: 8px
}

.events-section__header--optioned {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 15px
}

.events-section__header--toggled .events-section__toggler .svg-icon {
    transform: rotate(0)
}

.events-section__header-actions {
    display: flex
}

.events-section__toggler {
    display: flex;
    align-items: center;
    padding: 0 15px;
    margin-left: 10px;
    height: 100%;
    position: relative;
    color: var(--buttonText)
}

.events-section__toggler .svg-icon {
    transform: rotate(180deg);
    transition: transform .15s ease-in-out
}

.events-section__toggler:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    bottom: 5px;
    border-left: 1px solid rgba(195,204,217,.5)
}

.events-section__select {
    display: flex;
    height: 100%
}

.events-section__select-option {
    height: 100%;
    padding: 5px;
    position: relative;
    margin-left: 5px;
    display: flex;
    align-items: center;
    opacity: .5;
    color: var(--buttonText);
    font-size: 20px;
    transition: opacity .15s ease
}

.events-section__select-option:hover {
    opacity: 1
}

.events-section__select-option--active {
    opacity: 1
}

.events-section__select-option--active:before {
    display: block;
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 0;
    height: 5px;
    background: var(--buttonMain)
}

.events-section__content {
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    background: var(--eventSectionBackground);
    border-radius: 0 0 3px 3px
}

.events-section__content--300px {
    min-height: 45vh
}

.events-section__content--hidden {
    overflow: hidden
}

.events-section__content--with-position {
    position: relative
}

.events-section__content--with-position .app-loader {
    top: 0;
    left: 0
}

.events-section__content-menu {
    padding: 0 0 10px 0;
    height: 51px
}

.events-section__content-footer {
    display: flex;
    height: 42px;
    align-items: center;
    justify-content: flex-end;
    padding: 0 16px;
    position: relative
}

.events-section__content-footer:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #e8ecf1;
    top: -1px
}

.events-section__content-footer--show-more {
    height: 36px;
    background: #e5e5e5
}

.events-section__link {
    color: var(--buttonMain);
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline;
    transition: #e96e32 .15s ease
}

.events-section__link:hover {
    color: #3e4049
}

.events-section__link--show-more {
    display: flex;
    align-items: center;
    text-decoration: none
}

.events-section__link--show-more .show-more__arrow {
    display: inline-block;
    margin-left: 5px;
    position: static;
    transform: rotate(180deg)
}

.events-section__header-title {
    padding: 0
}

.events-section__arrow {
    cursor: pointer;
    transition: transform .15s ease,opacity 0s ease;
    display: flex;
    min-height: 100%;
    align-items: center;
    color: #fff;
    width: 32px;
    justify-content: center;
    position: relative;
    margin-left: -16px
}

.events-section__arrow--back {
    transform: rotate(-90deg) !important
}

:root {
    --selfExclusionModalLabel: #3E4049;
    --selfExclusionNotificationColor: rgb(239, 45, 45)
}

.page-header {
    height: 69px;
    position: relative;
    display: flex;
    background: linear-gradient(#3c3f44, #282b30);
    z-index: 3;
    justify-content: space-between
}

.page-header__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 21;
    width: 100%
}

.page-header__actions {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.page-header__burger {
    color: #fff
}

.page-header__burger svg {
    width: 20px;
    height: 20px
}

.page-header__logo {
    margin-left: 5px;
    margin-top: 5px;
    display: block;
    flex-shrink: 0
}

.page-header__logo img {
    width: 140px
}

.page-header__logo-additional {
    width: 90px;
    height: 36px;
    margin-left: 5px;
    flex-shrink: 0
}

.page-header__menu {
    flex: 1 0 auto;
    position: relative;
    padding: 0 15px;
    height: 100%;
    display: flex;
    justify-content: flex-start
}

.page-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px
}

.page-wrapper--flex {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.page-wrapper--flex-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.page-wrapper--relative {
    position: relative
}

.page-wrapper--full-height {
    height: 100%
}

.page-center {
    max-width: 100%
}

.page-center:not(.center-section) {
    width: 100%
}

.page-content {
    padding: 82px 0 0 0
}

.main-banner__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    left: -20px;
    max-width: 100%;
    -webkit-user-select: none;
    user-select: none
}

.main-banner__content--type3 {
    align-items: normal
}

.main-banner__title {
    font-size: 36px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.15;
    text-transform: uppercase;
    letter-spacing: .35px;
    color: #fff
}

.main-banner__sub-title {
    display: flex;
    align-items: center;
    margin-top: 5px;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: #fffb63
}

.main-banner__sub-title--type1 .main-banner__sub-title__icon {
    font-size: 30px
}

.main-banner__sub-title--type1 .main-banner__sub-title__icon--left {
    margin-right: 10px
}

.main-banner__sub-title--type1 .main-banner__sub-title__icon--right {
    margin-left: 10px
}

.main-banner__sub-title--type2 .main-banner__sub-title__icon {
    font-size: 14px
}

.main-banner__sub-title--type2 .main-banner__sub-title__icon--left {
    margin-right: 12px
}

.main-banner__sub-title--type2 .main-banner__sub-title__icon--right {
    margin-left: 12px
}

.main-banner__sub-title--type3 {
    font-weight: 300;
    color: #fff
}

.main-banner__sub-title--type3>span {
    margin-left: 3px;
    font-weight: 400;
    color: #fffa5b
}

.main-banner__sub-title--bigger {
    font-size: 30px
}

.main-banner__sub-title--light {
    color: #fff
}

.main-banner__span_wrap {
    color: #fffb63;
    font-weight: 700
}

.main-banner__highlight {
    color: #e96e32;
    font-size: 42px
}

.main-banner__highlight--smaller {
    font-size: 30px
}

.main-banner__description {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    text-transform: uppercase;
    text-align: center;
    color: #fffb63
}

.main-banner__description__number {
    font-size: 50px;
    font-weight: 600;
    line-height: 1
}

.main-banner__description__number--color-white {
    color: #fff
}

.main-banner__description__number--color-red {
    color: #fa3740
}

.main-banner__description__number--sign {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2
}

.main-banner__description__number--reverse {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end
}

.main-banner__description__text {
    margin: 0 15px;
    font-size: 22px;
    font-weight: 300;
    line-height: 1
}

.main-banner__prize_wrap {
    margin-top: 10px;
    display: flex;
    align-items: center;
    flex-direction: row;
    box-shadow: 0 3px 16px #000;
    border-radius: 44px;
    border: 2px solid rgba(255,250,91,.52);
    padding: 10px 12px 10px 25px
}

.main-banner__prize_wrap__no_border {
    border: none
}

.main-banner__prize_wrap__value {
    font-size: 65px;
    font-weight: 600;
    line-height: 55.8px;
    text-shadow: 0 1px 2px #000;
    color: #fffa5b
}

@media screen and (max-width: 1000px) {
    .main-banner__prize_wrap__value {
        font-size:45px
    }
}

.main-banner__prize_wrap__value+.main-banner__prize_wrap__button {
    margin-left: 15px
}

.main-banner__prize_wrap__button {
    flex: 1;
    width: 200px
}

.main-banner__prize_wrap__top {
    margin-top: 10px
}

.main-banner__button-link {
    display: block;
    width: 100%;
    text-decoration: none
}

.main-banner__button {
    margin-top: 8px;
    width: 100%;
    display: flex;
    justify-content: center
}

.main-banner__button__wrap {
    max-width: 200px;
    width: 100%;
    border-radius: 25px
}

.main-banner__button__text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    box-shadow: 0 3px 16px rgba(0,0,0,.76),inset 0 1px 1px rgba(255,255,255,.48);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer
}

.page {
    padding-bottom: 15px
}

.full-page-width .page {
    padding-bottom: 0
}

.main-banner__content--no-text {
    width: 260px;
    bottom: -40px
}

:root {
    --selfExclusionModalLabel: #3E4049;
    --selfExclusionNotificationColor: rgb(239, 45, 45)
}

.aside {
    position: fixed;
    width: 16vw;
    flex: 0 0 16vw;
    z-index: var(--zIndex-desktopAsideMenuForTextPage-below);
    bottom: 15px;
    flex-direction: column;
    left: 10px;
    top: 82px;
    display: flex;
    min-width: 250px
}

.aside__text-page {
    overflow-y: auto;
    padding-right: 5px;
    scrollbar-color: rgba(0,0,0,0) rgba(0,0,0,0);
    scrollbar-width: thin
}

.aside__text-page::-webkit-scrollbar {
    width: 3px
}

.aside__text-page::-webkit-scrollbar-track {
    background: rgba(0,0,0,0);
    border-radius: 3px
}

.aside__text-page::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0)
}

.aside__text-page:hover {
    scrollbar-color: rgba(233,110,50,.7) rgba(0,0,0,0)
}

.aside__text-page:hover::-webkit-scrollbar-thumb {
    background-color: rgba(233,110,50,.7)
}

.aside__cabinet {
    display: flex;
    flex: 1 1 0;
    height: 100%
}

.aside__scrolled {
    display: flex;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

.aside__c {
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    background: #fff;
    max-width: 100%;
    margin-bottom: 16px
}

.aside__c:nth-last-child(1) {
    margin-bottom: 0
}

.aside__c--widget {
    position: relative;
    z-index: 5
}

.aside__c--sticky {
    position: static;
    top: -30px;
    transition: top .2s ease
}

.sticky_section .aside__c--sticky {
    position: fixed;
    top: 10px
}

.aside__c--no_filled {
    box-shadow: none;
    background-color: rgba(0,0,0,0)
}

.aside__info {
    padding: 6px 10px 15px 10px
}

:root {
    --selfExclusionModalLabel: #3E4049;
    --selfExclusionNotificationColor: rgb(239, 45, 45)
}

.text-page__section {
    padding: 20px 20px 20px 0
}

.text-page__section h2 {
    color: #202538;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    margin: 13px 0
}

.text-page__section ul {
    margin: 15px 0;
    padding: 0 0 0 15px;
    list-style: none
}

.text-page__section ul li {
    position: relative;
    padding-left: 23px;
    font-size: 14px;
    font-weight: 400
}

.text-page__section ul li a {
    color: #e96e32;
    transition: color .15s ease;
    text-decoration: underline
}

.text-page__section ul li a:hover {
    color: inherit
}

.text-page__section ul li:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e96e32;
    position: absolute;
    display: block;
    left: 0;
    top: 3px
}

.text-page__section ul li+li {
    margin-top: 10px
}

.text-page {
    padding: 20px;
    line-height: 24px
}

.text-page h1 {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 700;
    color: #202538
}

[data-promotions-terms] .text-page h1 {
    color: #fff
}

.text-page p {
    color: #3e4049;
    font-size: 14px;
    margin: 0;
    padding: 0
}

[data-promotions-terms] .text-page p {
    color: #fff
}

.text-page p:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0
}

.text-page p strong {
    font-weight: 700
}

.text-page p+p {
    margin-top: 15px
}

.text-page h2 {
    color: #202538;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    margin: 13px 0
}

[data-promotions-terms] .text-page h2 {
    color: #fff
}

.text-page h3 {
    margin: 13px 0;
    font-size: 14px;
    line-height: 1.3;
    color: #202538
}

[data-promotions-terms] .text-page h3 {
    color: #fff
}

.text-page img {
    max-width: 100%;
    float: left
}

.text-page ol {
    margin: 15px 0;
    padding: 0 0 0 15px;
    list-style: none;
    counter-reset: start
}

.text-page ol li {
    position: relative;
    counter-increment: start;
    font-size: 14px;
    font-weight: 400;
    padding: 0 8px 0 23px
}

.text-page ol li a {
    color: #e96e32;
    transition: color .15s ease;
    text-decoration: underline
}

.text-page ol li a:hover {
    color: inherit
}

.text-page ol li:before {
    content: counter(start) ".";
    font-weight: 700;
    color: #202538;
    position: absolute;
    left: 0
}

.text-page ol li+li {
    margin-top: 10px
}

.text-page ul {
    counter-reset: new;
    margin: 15px 0 15px 15px;
    padding: 0 0 0 15px;
    list-style: none
}

.text-page ul li {
    counter-increment: new;
    position: relative;
    padding-left: 0;
    font-size: 14px;
    font-weight: 400
}

.text-page ul li:before {
    content: "";
    font-weight: 700;
    color: #202538;
    position: absolute;
    left: -5px
}

.text-page ul li a {
    color: #e96e32;
    transition: color .15s ease;
    text-decoration: underline
}

.text-page ul li a:hover {
    color: inherit
}

.text-page ul li:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e96e32;
    position: absolute;
    display: block;
    left: -20px;
    top: 7px
}

.text-page ul li+li {
    margin-top: 10px
}

.text-page table {
    margin: 15px 0
}

.text-page table th {
    background-color: #3c3f44;
    min-height: 30px;
    padding: 7px 15px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    font-size: 12px;
    font-weight: 700
}

.text-page table tbody td {
    color: #868c96;
    padding: 7px 15px;
    font-weight: 500;
    border-bottom: 1px solid #e8ecf1
}

.text-page table tbody td:nth-child(1) {
    border-left: 1px solid #e8ecf1
}

.text-page table tbody td:nth-last-child(1) {
    border-right: 1px solid #e8ecf1
}

.text-page table tbody tr:nth-child(odd) td {
    background-color: #868c96
}

.text-page table tbody tr:nth-child(even) td {
    background-color: #868c96
}

#text-page .section-title {
    display: flex;
    min-height: 100%;
    padding-top: 5px;
    position: relative
}

#text-page .section-title__text {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    min-height: 100%;
    padding: 4px 0;
    position: relative;
    text-transform: uppercase;
    transition: #fff .15s ease;
    -webkit-user-select: none;
    user-select: none
}

.text-page .accordion {
    background-color: rgba(255,255,255,0);
    text-align: left;
    width: 100%;
    border: none;
    outline: none;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding: 0
}

.text-page .accordion-panel {
    color: inherit;
    background-color: rgba(255,255,255,0);
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out
}

.text-page .accordion-panel.accordion-panel-active {
    max-height: unset
}

.text-page .accordion-active,.text-page .accordion:hover {
    cursor: pointer
}

.text-page .accordion:after {
    content: "➕";
    font-size: 13px;
    color: #fff;
    float: right;
    margin-left: 5px
}

.text-page .accordion-active:after {
    content: "➖"
}

:root {
    --selfExclusionModalLabel: #3E4049;
    --selfExclusionNotificationColor: rgb(239, 45, 45)
}

.notification-modal {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.3)
}

.notification-modal__content {
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    background: #fff;
    min-width: 470px;
    max-width: 100%;
    position: relative;
    padding: 30px 20px;
    border-radius: 15px;
    opacity: .6;
    transition: opacity .3s ease;
    pointer-events: auto
}

.notification-modal__close {
    width: 18px;
    height: 18px;
    position: absolute;
    right: -20px;
    top: -20px;
    color: #fff;
    cursor: pointer
}

.notification-modal__image {
    width: 90px;
    height: 90px;
    font-size: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto
}

.notification-modal__image--fail {
    color: #f04c44;
    background-color: #faebe9
}

.notification-modal__image--success {
    color: #3fc369;
    background-color: rgba(63,195,105,.1)
}

.notification-modal__image .svg-icon {
    height: 33px;
    width: 33px
}

.notification-modal__message {
    text-align: center;
    color: #3e4049;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 28px;
    max-width: 480px
}

.notification-modal__buttons-wrapper {
    display: flex
}

.notification-modal__buttons-wrapper .notification-modal__button {
    margin: 30px 10px 0;
    flex: 1
}

.notification-modal__button {
    margin-top: 30px
}

@keyframes notificationToggler {
    0% {
        transform: scale(0.7)
    }

    45% {
        transform: scale(1.05)
    }

    80% {
        transform: scale(0.95)
    }

    100% {
        transform: scale(1)
    }
}

:root {
    --selfExclusionModalLabel: #3E4049;
    --selfExclusionNotificationColor: rgb(239, 45, 45)
}

.radio-button {
    position: relative;
    display: block
}

.radio-button+.radio-button {
    margin-top: 12px
}

.row .radio-button+.radio-button {
    margin: 0 0 0 15px
}

.gender-radio .radio-button+.radio-button {
    padding: 0 15px
}

.radio-button--small+.radio-button--small {
    margin-top: 6px
}

.radio-button--small .radio-button__button {
    background-color: #fff;
    border: 1px solid #c3ccd9;
    width: 18px;
    height: 18px
}

.radio-button--small .radio-button__button:after {
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px
}

.radio-button--small .radio-button__text {
    font-size: 12px
}

.radio-button--small .radio-button__additional {
    margin-top: 3px
}

.radio-button__container {
    display: flex
}

.radio-button__container:not(.row) {
    flex-direction: column
}

.radio-button__container.row {
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.radio-button__input {
    clip: rect(0, 0, 0, 0);
    visibility: hidden;
    position: absolute;
    height: 0;
    width: 0
}

.radio-button__input:checked+.radio-button__content .radio-button__button:after {
    transform: scale(1)
}

.radio-button__content {
    display: flex;
    align-items: flex-start;
    -webkit-user-select: none;
    user-select: none
}

.radio-button__button {
    height: 23px;
    width: 23px;
    border-radius: 50%;
    background-color: #edf1f3;
    margin-right: 15px;
    position: relative
}

.gender-radio .radio-button__button {
    width: 22px;
    height: 22px;
    background-color: #fff;
    border: 1px solid #c3ccd9
}

.radio-button__button:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
    transition: transform .15s ease;
    transform: scale(0);
    background: #e96e32
}

.radio-button__text {
    color: #3e4049;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    position: relative;
    top: 3px
}

.gender-radio .radio-button__text {
    font-weight: 400
}

.radio-button__additional {
    color: #e96e32;
    margin-top: 8px
}

.league-page {
    position: relative
}

.league-page__breadcrumbs {
    position: relative;
    background-color: #fff;
    display: flex;
    padding: 0;
    align-items: center;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    background-position: right;
    width: 100%;
    height: 28px;
    overflow: hidden
}

.league-page__breadcrumbs--default-bg {
    background: url("/assets/breadcrumb/breadcrumb-default-bg.png") no-repeat;
    width: 600px;
    height: inherit;
    position: absolute;
    right: 0
}

.league-page__breadcrumbs--blue-bg {
    background: url("/assets/breadcrumb/breadcrumb-default-bg.png") no-repeat;
    width: 600px;
    height: inherit;
    position: absolute;
    right: 0
}

#platform {
    position: relative;
    z-index: 10
}

.react-horizontal-scrolling-menu--scroll-container {
    overscroll-behavior: contain
}

.react-horizontal-scrolling-menu--scroll-container::-webkit-scrollbar {
    display: none
}

.react-horizontal-scrolling-menu--scroll-container {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.loading-button {
    overflow: visible
}

.loading-button svg {
    overflow: visible
}

.loading-button svg rect {
    x: 3px;
    y: 3px;
    height: calc(100% - 5px);
    width: calc(100% - 6px)
}

.is_spa [data-christmas-tournament-view] {
    display: block !important
}

.app-button {
    appearance: none;
    outline: none;
    border: none;
    color: #fff;
    font-family: Roboto,sans-serif;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    transition: background-color .2s ease,color .2s ease;
    min-height: 40px;
    border-radius: 100px;
    padding: 5px 20px;
    font-weight: 500;
    cursor: pointer;
    line-height: 1;
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: none
}

.app-button span {
    display: block;
    position: relative;
    text-decoration: none;
    top: 1px;
    white-space: nowrap
}

.app-button .svg-icon {
    margin-right: 8px
}

.app-button--full {
    width: 100%
}

.app-button--default {
    background: #e96e32
}

@media(hover: hover) {
    .app-button--default:hover {
        background:var(--defaultButtonHover)
    }
}

.app-button--c_gray {
    background: #778ca9;
    color: #fff
}

@media(hover: hover) {
    .app-button--c_gray:hover {
        background:#5b6f8b
    }
}

.app-button--secondary {
    background: #9e2b86
}

@media(hover: hover) {
    .app-button--secondary:hover {
        background:var(--secondaryButtonHover)
    }
}

.app-button--secondary-gradient {
    background: linear-gradient(320.37deg, #cd48b1 5.36%, #8d2677 99.86%)
}

@media(hover: hover) {
    .app-button--secondary-gradient:hover {
        background:linear-gradient(320.37deg, #c135a4 5.36%, #7d226a 99.86%)
    }
}

.app-button--third {
    background: #ec622b
}

@media(hover: hover) {
    .app-button--third:hover {
        background:#cd4812
    }
}

.app-button--light {
    border: 1px solid #6e82a2;
    color: #6e82a2;
    background: #fff
}

@media(hover: hover) {
    .app-button--light:hover {
        background:#e6e6e6
    }
}

.app-button--light2-nobg {
    border: 1px solid var(--lightBorder);
    color: #fff;
    transition: border .2s ease,color .2s ease
}

@media(hover: hover) {
    .app-button--light2-nobg:hover {
        border:1px solid #6e82a2;
        background: #6e82a2
    }
}

.app-button--nobg {
    border: 1px solid #fff;
    background: none
}

@media(hover: hover) {
    .app-button--nobg:hover {
        background:rgba(255,255,255,.1)
    }
}

.app-button--nobg img {
    width: 28px;
    height: 28px;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 100%
}

.app-button--small {
    min-height: 22px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    box-sizing: content-box
}

.app-button--small .svg-icon {
    margin-right: 5px;
    display: block
}

.app-button--small .header__deposit-icon .svg-icon {
    margin-right: 0
}

.app-button--no-events {
    pointer-events: none;
    cursor: default
}

.app-button--small-text {
    font-size: 12px;
    padding: 5px 16px
}

.app-button--c_transparent {
    border: 1px solid #edf1f3;
    background: #fafcfd;
    color: #868c96
}

.app-button--bold {
    font-weight: 700
}

.app-button--large {
    height: 47px
}

.app-button--large span {
    top: 1px
}

.app-button--casino {
    height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    min-width: 180px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .2px
}

.app-button--casino-live {
    height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    min-width: 180px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .2px
}

.app-button--casino-game {
    height: 30px;
    padding-left: 22px;
    padding-right: 22px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 500
}

.app-button--casino-game:lang(de) {
    font-size: 14px
}

.app-button--jackpot-action {
    position: relative;
    height: 36px;
    min-height: 36px;
    width: 130px;
    background: #fff;
    border: 2px solid #c3ccd9;
    color: #c3ccd9
}

.app-button--no-transform {
    text-transform: inherit
}

.app-button--bonus-register {
    border-radius: 6px;
    background-color: #e4a63a;
    color: #11294a;
    padding: 5px 60px;
    background-image: linear-gradient(to bottom, rgba(252, 233, 157, 0.4) 0%, rgba(198, 148, 67, 0.4) 35%, rgba(120, 69, 8, 0.4) 100%)
}

.app-button--read-all {
    width: 200px;
    opacity: .8;
    position: relative;
    text-transform: capitalize
}

.app-button--read-all.opened svg {
    transform: translateY(-50%) rotate(270deg)
}

.app-button--read-all svg {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(90deg);
    order: 1;
    margin-right: 0 !important;
    margin-left: 8px
}

.app-button--read-all span {
    order: 0;
    margin-right: 15px
}

.app-button--min_width {
    min-width: 120px
}

.app-button--c_red {
    background: #f04e34
}

@media(hover: hover) {
    .app-button--c_red:hover {
        background:#be260e
    }
}

.app-button--c_yellow {
    background: #f6c744;
    color: #3e4049
}

@media(hover: hover) {
    .app-button--c_yellow:hover {
        background:#d29d0a
    }
}

.app-button--c_darkGray {
    background: var(--selfDeleteMainButton)
}

@media(hover: hover) {
    .app-button--c_darkGray:hover {
        background:#2b2d33
    }
}

.app-button:focus,.app-button:hover {
    outline: none
}

.app-button--outline {
    background: rgba(0,0,0,0);
    color: #3e4049;
    border: 1px solid #3e4049
}

@media(hover: hover) {
    .app-button--outline:hover {
        color:#fff;
        background: #3e4049
    }
}

.app-button--disabled {
    pointer-events: none;
    background: #c3ccd9;
    color: #fff
}

.app-button--border-box {
    box-sizing: border-box !important
}

.app-button--height_32 {
    height: 32px
}

.app-button--highlight {
    background: #9e2b86;
    overflow: hidden;
    position: relative
}

@media(hover: hover) {
    .app-button--highlight:hover {
        background:var(--betslipMainHover)
    }
}

@keyframes highlight {
    0%,80% {
        transform: translate(0, 0%) rotate(32deg)
    }

    to {
        transform: translate(450px, 0%) rotate(32deg)
    }
}

.app-button--highlight:before {
    content: "";
    width: 60px;
    height: 155px;
    top: -50px;
    left: -90px;
    position: absolute;
    transform: rotate(32deg);
    background: linear-gradient(90deg, #b8409e 0%, #9e2b86 100%);
    animation: highlight 3s linear infinite
}

.app-button--highlight:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -35px;
    opacity: .2;
    position: absolute;
    top: -50px;
    transform: rotate(32deg);
    width: 15px;
    animation: highlight 3s linear infinite
}

.default-slider {
    min-height: 308px;
    height: 23vh;
    width: 100%;
    display: flex;
    position: relative;
    border-radius: 3px;
    overflow: hidden
}

.default-slider:hover .default-slider__control {
    opacity: .5
}

.default-slider:hover .default-slider__control:hover {
    opacity: 1
}

.default-slider__image-content {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center
}

.default-slider__content {
    position: absolute;
    z-index: 3;
    padding-left: 70px;
    left: 0;
    height: 100%;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.default-slider__bullets {
    z-index: 3;
    position: absolute;
    bottom: 12px;
    display: flex;
    left: 50%;
    transform: translateX(-50%)
}

.default-slider__bullet {
    margin: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-flex;
    transition: translateX(-50%) .15s ease,background-color .15s ease
}

.default-slider__bullet:not(.active) {
    background-color: #fff;
    cursor: pointer
}

.default-slider__bullet:not(.active):hover {
    transform: scale(1.2)
}

.default-slider__bullet.active {
    cursor: default;
    background: #fac0c0
}

.default-slider__control {
    position: absolute;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    transition: opacity .15s ease;
    z-index: 3;
    cursor: pointer;
    padding: 6px;
    top: 50%;
    transform: translateY(-50%)
}

.default-slider__control:hover {
    opacity: 1
}

.default-slider__control--left {
    left: 17px;
    transform: translateY(-50%) scaleX(-1)
}

.default-slider__control--right {
    right: 17px
}

.default-slider .awssld__box {
    min-height: 308px;
    height: 23vh
}

.default-slider .awssld__bar {
    height: 2px !important;
    background: #e8ecf1 !important
}

.default-slider .awssld__bullets {
    bottom: 8px
}

.default-slider .awssld__bullets button {
    width: 8px;
    height: 8px;
    background: #fff
}

.default-slider .awssld__bullets button.awssld__bullets--active {
    background: #9e2b86
}

.awssld__content img {
    display: block
}

:root {
    --bodyBackgroundColor: #E5E8ED;
    --bodyBackgroundLoading: #292929;
    --bodyAccentBgColor: #3A3D40;
    --headerBackground: #3c3f44;
    --baseBorderRadius: 3px;
    --betradarStaticTimeline: rgba(255, 255, 255, 0.6);
    --mobileSmallMaxWidth: 459px;
    --secondaryButtonHover: #7e226b;
    --defaultButtonHover: #cc5216;
    --menuActiveColor: #ffffff;
    --menuHover: #e96e32;
    --menuDefault: rgba(255, 255, 255, 0.4);
    --menuDropdownBackgroundColor: #3c3f44;
    --menuDropdownTextColor: #ffffff;
    --menuActiveBorderBottom: #9e2b86;
    --headerClockBg: #1B2027;
    --headerClockColor: #808389;
    --headerClockColorDesktop: #c7cdd4;
    --headerLanguageHoverColor: #ffffff;
    --arrowColor: #e96e32;
    --arrowBg: #e8ecf1;
    --infoBoxColor: #202538;
    --infoBoxImage: #c3ccd9;
    --buttonMain: #e96e32;
    --buttonMainHover: #e96e32;
    --postcoderButtonHover: #e1e6ec;
    --postcoderButtonHoverText: #868c96;
    --buttonSecondary: #9e2b86;
    --buttonText: #fff;
    --mainButtonHover: #e96e32;
    --modalText: #fff;
    --providerIconBg: #E8ECF6;
    --draggerScrollButtonBg: #e8ecf1;
    --draggerScrollButtonArrow: #e96e32;
    --error: #f04c44;
    --mainColor: #3E4049;
    --menuTitle: #fff;
    --menuSectionBorder: #c3ccd9;
    --contactsMobAnchor: #0FA810;
    --searchGray: #7F8B94;
    --efhTextColor: #ffffff;
    --headingInactiveTextColor: rgba(255, 255, 255, 0.4);
    --eventNumber: #3E4049;
    --eventSectionBackground: #fff;
    --eventMenuColor: #868C96;
    --eventMenuColorHover: #e96e32;
    --eventHeading: #868c96;
    --eventHeadingBackground: #edf1f3;
    --verificationBlockBacgroundColor: #edf1f3;
    --eventHeadingTextColor: #3E4049;
    --eventHalfInformation: #868c96;
    --eventSelected: #EDF1F3;
    --eventUp: #9e2b86;
    --eventDown: #FAC0C0;
    --eventDownActive: #E7CBCE;
    --eventUpActive: #CFDED0;
    --eventModalText: #fff;
    --eventModalBackground: #3c3f44;
    --eventMenuLine: #30ad74;
    --eventCoefficientBorder: #6e82a2;
    --inputColor: #6e82a2;
    --eventCoefficientBorderDisabled: #c3ccd9;
    --eventCoefficientBorderNotActive: #c3ccd9;
    --liveColor: #fe5151;
    --eventCoefficientBorderSelected: #fe5151;
    --eventCoefficientArrowUp: #e96e32;
    --eventCoefficientArrowDown: #fe5151;
    --eventCoefficientValueBorder: #CBD2DE;
    --matchMenuBackground: #3c3f44;
    --eventTableBorder: #e8ecf1;
    --factorUpBackground: #C9E4C1;
    --factorUpBorderColor: #4da533;
    --factorDownBackground: #FAC0C0;
    --factorDownBorderColor: #EF2D2D;
    --eventTableColActiveColor: inherit;
    --eventHeaderArea: rgba(2, 15, 34, 0.6);
    --eventHeaderCountdownArea: rgba(2, 15, 34, 0.6);
    --eventHeaderCountdownValue: #ffffff;
    --eventHeaderCountdownLabel: #828d9c;
    --eventScoreBackground: rgba(2, 15, 34, 0.4);
    --eventFinishedColor: #fe5151;
    --eventLiveColor: #9e2b86;
    --halfTitleColor: #495973;
    --halfTitleColorMob: #394A63;
    --halfScoreBorder: #2b3950;
    --eventMobIconBg: #7387a5;
    --eventSwitcherButtonBg: #173453;
    --eventSwitcherButtonBgActive: #3c3f44;
    --eventSwitcherButtonBorder: transparent;
    --eventSwitcherButtonBorderActive: #e96e32;
    --cabinetIbanError: #F2C94C;
    --settingColor: rgba(255, 255, 255, 0.4);
    --iconDropdownPostColor: #fff;
    --oddsIconHoverColor: #fff;
    --titleTopBorderColor: #e96e32;
    --togglerResponsiveColor: #9e2b86;
    --togglerResponsiveColorHover: #e96e32;
    --filterBackground: #0C386D;
    --inputBackground: #edf1f3;
    --inputImageColor: #303955;
    --filterTimeColor: rgba(255, 255, 255, 0.4);
    --rowSectionPadding: 16px;
    --breadcrumbDefaultCoverBackground: #ffffff;
    --breadcrumbHeaderImageBackground: #ffffff;
    --breadcrumbBorderColor: #e5e8ed;
    --breadcrumbItemBackground: #ffffff;
    --breadcrumbItemColorActive: #9e2b86;
    --breadcrumbItemColor: #6e82a2;
    --couponFooterColor: #cfd6db;
    --couponFooterBackground: #ebebeb;
    --couponNoDataColor: #868c96;
    --couponTitlesColor: #414141;
    --couponValueColor: #e96e32;
    --couponBidsNoDataTextColor: #3E4049;
    --couponBetSettingDescriptionBG: #E5E8ED;
    --couponBetSettingDescriptionArrow: #616571;
    --couponBetSettingDescriptionInfoBG: #e96e32;
    --couponScrollbarColor: #9e2b86;
    --footerBackground: #282b30;
    --footerBorder: #868c96;
    --footerMobileIconBg: #171717;
    --footerSeoTextHidden: #e5e8ed;
    --seoTextShadowColor: #fff;
    --iconTopBottom: #7387a5;
    --inputBackgroundForm: #fff;
    --inputPlaceholderColor: #a2a7ab;
    --inputErrorColor: #fe5151;
    --formArrowColor: #c3ccd9;
    --formStepBorder: #d6dae1;
    --mobileShadow: rgba(0, 0, 0, 0.3019607843);
    --dropDownTextColor: #6e82a2;
    --dropDownTextActiveColor: #edf1f3;
    --modalBackground: #ffffff;
    --modalContainerBg: #F0F3F8;
    --modalSwipeHeaderBorderRadius: 8px;
    --modalSwipeHeaderHeight: 40px;
    --modalSwipeHeaderElementWidth: 46px;
    --modalSwipeHeaderElementHeight: 4px;
    --modalSwipeHeaderElementBgc: #E5E5E5;
    --notFoundCircle: #e1e8ef;
    --forecastsBorder: #e1e8ef;
    --forecastHistoryDate: #1A2930;
    --forecastButtonHoverBg: #F6F8F9;
    --forecastsBgSelected: #DDEFFF;
    --forecastsBorderSelected: #C2D2E2;
    --borderProfileTable: #e5e5e5;
    --eventBorderTable: #edf1f3;
    --arrowDividerBorder: #BBC6D4;
    --tablePending: #fbdb90;
    --tableWin: #e96e32;
    --tableLose: #dadde2;
    --svgMenu: #566476;
    --subMenuColor: #5e6870;
    --clientMenuBorder: #cdd2da;
    --loginBorder: #bdc5d4;
    --casinoLiveLogin: #3fc369;
    --casinoAmount: #e1ff14;
    --casinoCircleColor: #e6eaf3;
    --casinoCircleColorDisabled: #cfd3db;
    --registrationDescMob: #c3e2fc;
    --registerBlockBg: #f8f8f8;
    --registerSignUpBonus: #3c3f44;
    --registrationCheckboxSquareBlue: #52999d;
    --registrationCheckboxSquareActive: #d5e3e4;
    --registrationCheckboxSquareInactive: #f4f4f4;
    --aggregateScoreBG: #E2E8EE;
    --regFinalizationNoticeColor: #6F83A3;
    --notificationBackground: #faebe9;
    --notificationSuccessColor: #3FC369;
    --notificationSuccessBackground: rgba(63, 195, 105, 0.1);
    --BetSlipBgMobile: rgba(0, 0, 0, 0.7);
    --textPageMobileColor: #213859;
    --statusDeclined: #f0493c;
    --mobileFooterBorder: #3c3f44;
    --mobileConfirmBg: #edf1f3;
    --mobileConfirmTerms: #1794ff;
    --forecastStarBg: #e9eef4;
    --starFirst: #fbc91b;
    --starSecond: #a8bcd0;
    --starThird: #ffffff;
    --iconGray: #75859a;
    --verificationDocDeclined: #fbebe9;
    --promotionTextMob: #798597;
    --promotionDateMob: #828d9e;
    --promotionTitle: #fff;
    --promotionSubtitle: #e96e32;
    --promotionText: #081d36;
    --promotionItemBackground: linear-gradient(to bottom, #09294f 50%, #ffffff 50%);
    --promotionShadow: #3E4049;
    --promotionShadowRGB: 62, 64, 73;
    --promotionButtonFindBg: #778ca9;
    --promotionButtonFindHoverBg: #5b6f8b;
    --promotionButtonFindBorderColor: #778ca9;
    --promotionButtonFindTextColor: #ffffff;
    --promotionRibbonText: #fff;
    --promotionRibbonAll: #e96e32;
    --promotionInfo: #054146;
    --promotionInfoIconBg: #ffffff;
    --promotionIconAll: #e96e32;
    --promotionIconAllHover: #9e2b86;
    --promotionIconSport: #e96e32;
    --promotionIconSportHover: #9e2b86;
    --promotionIconCasino: #e96e32;
    --promotionIconCasinoHover: #9e2b86;
    --promotionIconVip: #e96e32;
    --promotionIconVipHover: #9e2b86;
    --promotionButtonSportBg: #e96e32;
    --promotionButtonSportHoverBg: #cc5216;
    --promotionButtonCasinoBg: #e96e32;
    --promotionButtonCasinoHoverBg: #cc5216;
    --casinoPlaceholderPrimary: #f0f0f0;
    --casinoPlaceholderSecondary: #dedede;
    --promotionHeaderBannerMargin: 0;
    --promotionHeaderBannerBorderRadius: 0;
    --promoCardBg: #F0F3F8;
    --promoCardInfoBorder: #E2E8EE;
    --promoCardTitleIcon: #0d1d34;
    --promoCardWagerStatusBg: #ffffff;
    --promoCardWagerProgressBg: #213859;
    --promoCardExpirationDateBg: #ffffff;
    --promoCardExpirationDate: #798597;
    --promoCardActiveIcon: #4DA533;
    --promoCardCancelIcon: #adbbd1;
    --promoCardCancelIconHover: #f04c44;
    --promoCardLink: #4DA533;
    --promoCardGamesButton: #3E4049;
    --promoCardGamesButtonHover: #3E4049;
    --promoCardGamesButtonHoverBg: #ffffff;
    --promoCardGamesButtonHoverBgRGB: 255, 255, 255;
    --promoCardGamesButtonBorder: #E2E8EE;
    --freespinGamesWrapperBg: #ffffff;
    --freespinGamesItemTitleBg: #e96e32;
    --freespinGamesItemTitleBgHover: #d95717;
    --freespinGamesItemTitle: #ffffff;
    --sliderHeight: 23vh;
    --minimalSlider: 308px;
    --sliderLeftOffset: 70px;
    --sliderContentWidth: auto;
    --sliderControlOffset: 17px;
    --sliderBulletsDefaultBackground: #ffffff;
    --sliderBulletsActiveBackground: #9e2b86;
    --bannerImgBacgroundcolor: #E5E8ED;
    --titleMenuColorHighlight: #fe5151;
    --borderColorMenu: #e8e8e8;
    --sportMenuBg: #fafcfd;
    --topEventsFactorBg: #edf1f3;
    --topEventsFactorBorder: #e1e5eb;
    --factorIconsColor: #cdd9da;
    --factorsBorderHover: #ced9df;
    --factorSelectedBackgroundColor: #E2E5E8;
    --factorSelectedBorderColor: #6f7b8d;
    --menuEventSvgColor: #cdd9da;
    --betHistoryHeaderMob: #edf1f3;
    --betHistoryIdColor: #868c96;
    --blueArrow: #3c3f44;
    --forecastBorderMob: #e6eaf1;
    --changeOddsIcon: #9e2b86;
    --changeOddsIconItem: #a8b6cd;
    --etaColFactorUpBackground: #EFF7ED;
    --etaColFactorDownBackground: #fee6e8;
    --etaCoefficientColor: #3E4049;
    --starColor: #e96e32;
    --couponErrorsDefaultBorder: #ffc500;
    --couponErrorsDefaultBackground: rgba(250, 213, 84, 0.5);
    --couponErrorsRedBackground: rgba(244, 207, 201, 0.5);
    --couponSuccessBackground: rgba(48, 173, 16, 0.1);
    --couponHistorySectionBorder: #bfcbda;
    --eventTopBorder: #bfcbda;
    --backgroundSuccess: #d1eeda;
    --backgroundFail: #fcd8d6;
    --tableDelimiter: #dadada;
    --forecastHistoryHeadingColor: #868c96;
    --forecastResultColor: #3E4049;
    --headerTextColor: #213859;
    --subHeaderBg: #184aad;
    --subHeaderHover: #9cc1e1;
    --subHeaderColor: #bac4d3;
    --headerBgBlue: #11294A;
    --arrowOrange: #D09A3D;
    --almostWhiteTitle: #FEFEFE;
    --grayDescription: #9E9E9E;
    --termsTitleBorder: #5C6C82;
    --termsTextColor: #99A1AF;
    --pinLineBg: #FBE79B;
    --buttonsGray: #778CA9;
    --buttonGrayHover: #5B6F8B;
    --betNameColor: #3E4049;
    --buttonGreen: #9e2b86;
    --buttonGreenHover: #e96e32;
    --buttonOrange: #E4A63A;
    --buttonDisabled: #c3ccd9;
    --mobJackpotButton: #c3ccd9;
    --asideLeagueActive: #edf1f3;
    --buttonRed: #F04E34;
    --buttonRedHover: #BE260E;
    --sportFilterColorActive: #dca716;
    --couponListItems: #DDE1E8;
    --couponTaxColor: #a7b0b6;
    --jackpotOddBackground: #ffeeb9;
    --jackpotHighlightColor: #a7b6cd;
    --accountBalanceBorder: #eceff3;
    --notFoundBackgroundPage: #194674;
    --resultBlockShadow: rgba(0, 0, 0, 0.1019607843);
    --liveCasinoTextColor: #fec019;
    --liveCasinoHeaderTitleColor: #e96e32;
    --borderOrange: #ffc500;
    --gapTopMenu: 82px;
    --gapBetweenBlock: 15px;
    --gapLeftPage: 9px;
    --disabledDay: #c1c3c7;
    --disabledWeek: #f5cac3;
    --vipProgramDefaultColor: #ffb72d;
    --vipProgramBackgroundColor: #0e0e24;
    --vipProgramContentBackgroundColor: #2d2d40;
    --vipProgramContentBorderColor: #797985;
    --headerBlueTitle: #e96e32;
    --vipProgramSwitchButtonBackground: #fbfbfb;
    --vipProgramSwitchButtonTextColor: #ffffff;
    --vipProgramSwitchButtonCasinoBorder: #2e9654;
    --vipProgramSwitchButtonSportBorder: #146abd;
    --vipProgramProfileUsername: #ffb72d;
    --vipProgramProfileLevelColor: #ffffff;
    --vipProgramProfileExchangeButtonColor: #152a47;
    --vipProgramProfileRulesLinkColor: #e96e32;
    --vipProgramProgresTextColor: #ffffff;
    --vipProgramProgresBarBackground: #ffffff;
    --vipProgramBenefitIconBackground: #2db155;
    --vipProgramBenefitIconBorderStyle1: #2db155;
    --vipProgramBenefitIconBorderStyle2: #0059ad;
    --vipProgramBenefitDescription: #ffffff;
    --vipProgramLevelTableHeaderTextColor: #ffb72d;
    --vipProgramTableBadgePointColor: #ffffff;
    --vipProgramTableBadgeLevelColor: #2d2d40;
    --vipProgramTableDeviderBorderColor: #7f7f8a;
    --vipProgramTableBadgeRewardColor: #ffffff;
    --vipProgramLevelTableBadgeLevelBackgroundColor: #ffb72d;
    --vipProgramLevelTableBadgePointsBackgroundColor: rgba(0, 0, 0, 0.26);
    --vipProgramLevelTableBadgeRewardBackgroundColor: #e96e32;
    --switchButtonHandleShadow: rgba(0, 0, 0, 0.2);
    --switchButtonHandleBackground: #fff;
    --switchButtonBackground: #eceeef;
    --switchButtonTextOff: #aaaaaa;
    --switchButtonTextOn: #fff;
    --bonusTicketText: #fff;
    --bonusTicketTextBorder: rgba(255, 255, 255, 0.3490196078);
    --bonusTicketLeftSide: #3c3f44;
    --bonusTicketDivider: rgba(255, 255, 255, 0.51);
    --bonusTicketContent: #7dddfa;
    --bonusTicketContentOrange: #ffbc41;
    --mainBannerTitle: #ffffff;
    --mainBannerSubTitle: #fffb63;
    --mainBannerSubTitleType3: #ffffff;
    --mainBannerSubTitleType3Label: #fffa5b;
    --mainBannerDescription: #fffb63;
    --mainBannerNumberWhite: #ffffff;
    --mainBannerNumberRed: #fa3740;
    --mainBannerPrizeWrapShaddow: #000000;
    --mainBannerPrizeTextShadow: #000000;
    --mainBannerPrizeTextColor: #fffa5b;
    --mainBannerButtonText: #ffffff;
    --bannerWelcomeBackground: #1F375B;
    --bannerWelcomeTitleColor: #ffffff;
    --bannerWelcomeGroupTitleColor: #f6bf29;
    --bannerWelcomeGroupBorderColor: #f6bf29;
    --bannerWelcomeGroupDescriptionColor: #ffffff;
    --asideSubtitleBg: #260D38;
    --asideSubtitleBorder: #6B5B76;
    --asideTimerBg: #0E0B32;
    --asideTimerColor: #FFFDD3;
    --asideButtonBg: #1CB849;
    --asideButtonShadow: #1B7C37;
    --asideLinkToMobileApp: #1A3769;
    --asideLinkToMobileAppMobile: #001833;
    --cabinetTableLose: #800000;
    --cabinetTableReturned: #dadde2;
    --cabinetTableActivated: #1493ff;
    --sportVipProgramBgColor: #0e0e24;
    --sportVipProgramContentBgColor: #2d2d40;
    --sportVipProgramContentBgColorBlue: #0f3b60;
    --vipProgramSwitchButtonBg: #fbfbfb;
    --vipProgramTerms: #ffffff;
    --sportVipProgramContentBorderColor: #797985;
    --sportVipProgramContentActiveBorderColor: #2DA440;
    --sportVipHeaderBlueTitle: #e96e32;
    --sportVipProgramDefaultColor: #ffb72d;
    --sportVipProgramLevelTitleColor: #e96e32;
    --sportVipProgramProgresTextColor: #ffffff;
    --sportVipProgramLevelColor: #ffffff;
    --sportVipProgramPointHelpWrapBg: #1a1a2c;
    --sportVipProgramPointBalanceWhite: #ffffff;
    --sportVipProgramPointHelpIconBg: #2db155;
    --sportVipProgramPointHelpIconBorder: #2db155;
    --sportVipProgramPointHelpTextColor: #ffffff;
    --sportVipProgramPointHelpDevider: #ffffff;
    --sportVipProgramPointHelpTextDescriptionColor: #a6a6aa;
    --sportVipProgramProgresBarBg: #ffffff;
    --sportVipProgramBenefitHeadingColor: #ffffff;
    --sportVipProgramButtonColor: #152a47;
    --sportVipProgramBenefitDescriptionColor: #ffffff;
    --cookieBar: rgba(0, 0, 0, 0.5);
    --freeBetBorderColor: #f0f3f8;
    --coinExchangeSectionDevider: #e8ecf1;
    --coinExchangeGridContentBackground: #edf1f3;
    --coinExchangeGridContentColor: #6e82a2;
    --coinExchangeTypeButtonIconDevider: #ffffff;
    --coinExchangeTypeButtonColor: #ffffff;
    --coinExchangeTypeButtonBackground: #e96e32;
    --coinExchangeMyBalanceColor: #445058;
    --coinExchangeInfoColor: #6e82a2;
    --coinExchangeButtonBorderColor: #1493ff;
    --coinExchangeButtonDefaultBackground: #e8f0fe;
    --coinExchangeButtonDefaultBorder: #e8f0fe;
    --coinExchangeButtonDefaultColor: #6e82a2;
    --coinExchangeButtonSubmitBackground: #9e2b86;
    --coinExchangeButtonSubmitBorder: #9e2b86;
    --coinExchangeButtonSubmitColor: #ffffff;
    --coinExchangeRateBannerColor: #ffffff;
    --coinExchangeRateBannerBackground: #1493ff;
    --coinExchangeRateBannerButtonBorder: #ffffff;
    --coinExchangeRateLevelBorder: #ffffff;
    --coinExchangeRateLevelProgressLive: #1f375b;
    --coinExchangeRateLevelProgressLiveFilled: #fffa87;
    --coinExchangeProfileBackground: #ebedf0;
    --coinExchangeProfileUserLevel: #6e82a2;
    --coinExchangeProfileProgressLevel: #445058;
    --coinExchangeProfileProgressLevelLeft: #1493ff;
    --coinExchangeProfileProgressLevelBar: #ffffff;
    --coinExchangeProfileProgressLevelBarCompleted: #1493ff;
    --coinExchangePrizeBackground: #ffffff;
    --coinExchangePrizeColor: #1493ff;
    --coinExchangePrizeBlueColor: #445058;
    --coinExchangePrizeValueColor: #ffffff;
    --platformPromotionCasinoColor: #73499e;
    --topEventColorUp: #4DC97F;
    --topEventColorDown: #EA4E4E;
    --mslTopTabsActiveBg: #e2e8ee;
    --mslTopMenuColor: #F0F3F8;
    --betSlipFactorColor: #1493ff;
    --betSlipRemoveColor: #adbbd1;
    --menuSvgLinkColor: rgba(255, 255, 255, 0.4);
    --menuSvgLinkColorActive: #9e2b86;
    --asideText: #3E4049;
    --asideSvgColor: #868c96;
    --asideSvgColorHover: inherit;
    --dropDownMenuSvgColor: #9e2b86;
    --noticeBoxReq: #d1dae5;
    --multiInputDisbledBackground: rgba(195, 204, 217, 0.1);
    --multiInputDisbledBorder: rgba(195, 204, 217, 0.3);
    --termsColor: #fff;
    --broadcastBg: #000;
    --broadcastControlsBg: 0.8;
    --broadcastControlsColor: #fff;
    --broadcastControlsColorHover: #fe5151;
    --success: #0FA810;
    --hoverCheck: @media (hover: hover);
    --white: #ffffff;
    --black: #000000;
    --yellow: #F6C744;
    --red: #F84E4E;
    --liveGradientStart: #FF6D6D;
    --liveGradientEnd: #EB5E58;
    --periodHalfInformationText: #878C95;
    --eventTimeStatsText: #3E4049;
    --eventTimeStatsTextAlpha: 0.5;
    --periodResultHeading: #C5CCD8;
    --periodGreenColor: #4DA533;
    --periodHalfInformationSeparator: #E2E8EE;
    --eventTableBestOf: #F6C744;
    --eventResultTooltip: #6F7B8D;
    --lossLimitCardBackground: #fff;
    --lossLimitBackground: #EDF1F3;
    --blueMText: #858991;
    --betTournamentText: #ffffff;
    --betTournamentTextSecondary: #ffffff;
    --betTournamentButtonMain: #9e2b86;
    --betTournamentBg: #3E4049;
    --betTournamentGold: #FFBD3A;
    --betTournamentGoldGradient: 246, 199, 68;
    --betTournamentGoldGradientV2: radial-gradient(110.71% 118.02% at -0.05% -29.91%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(78deg, rgba(87, 98, 101, 0.5) 11.17%, rgba(158, 161, 161, 0.5) 25.33%, rgba(132, 139, 138, 0.5) 47.3%, rgba(87, 98, 101, 0.5) 53.98%, rgba(87, 98, 101, 0.5) 79.53%, rgba(117, 122, 123, 0.5) 88.8%, rgba(87, 98, 101, 0.5) 98.57%), #FFBD3A;
    --betTournamentSilver: #D4E0EF;
    --betTournamentSilverGradient: 240, 243, 248;
    --betTournamentSilverGradientV2: radial-gradient(110.71% 118.02% at -0.05% -29.91%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(78deg, rgba(87, 98, 101, 0.4) 11.17%, rgba(158, 161, 161, 0.4) 25.33%, rgba(132, 139, 138, 0.4) 47.3%, rgba(87, 98, 101, 0.4) 53.98%, rgba(87, 98, 101, 0.4) 79.53%, rgba(117, 122, 123, 0.4) 88.8%, rgba(87, 98, 101, 0.4) 98.57%), radial-gradient(920.1% 139.68% at 97.52% 0%, #D4E0EF 0%, #9FAAB9 100%);
    --betTournamentBronze: #ECB85E;
    --betTournamentBronzeGradient: 236, 184, 94;
    --betTournamentBronzeGradientV2: radial-gradient(110.71% 118.02% at -0.05% -29.91%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(78deg, rgba(87, 98, 101, 0.4) 11.17%, rgba(158, 161, 161, 0.4) 25.33%, rgba(132, 139, 138, 0.4) 47.3%, rgba(87, 98, 101, 0.4) 53.98%, rgba(87, 98, 101, 0.4) 79.53%, rgba(117, 122, 123, 0.4) 88.8%, rgba(87, 98, 101, 0.4) 98.57%), radial-gradient(920.1% 139.68% at 97.52% 0%, #E0B994 0%, #976F48 100%);
    --betTournamentBoardBg: #3D3F44;
    --betTournamentBoardBorder: #6B6B6B;
    --betTournamentBoardLabelBg: #6B6B6B;
    --betTournamentBoardFund: #0A2647;
    --betTournamentPaginationBg: #1A3769;
    --betTournamentUserBgGradientStart: #6B6B6B;
    --betTournamentUserBgGradientEnd: #3D3F44;
    --betTournamentUserBonusBg: #F0F3F8;
    --betTournamentUserBadge: #1A3769;
    --betTournamentUserBadgePlaceBg: #1A3769;
    --betTournamentMobileHeader: #3E4049;
    --betTournamentMobileHeaderBg: #F0F3F8;
    --betTournamentMobileTabsBg: #6B6B6B;
    --betTournamentMobileTabs: #ffffff;
    --betTournamentTermsModal: #3E4049;
    --betTournamentWidgetTextBadge: #9e2b86;
    --betTournamentWidgetTextStyled: #9e2b86;
    --betTournamentWidgetMarkedText: #9e2b86;
    --colorGreen: #0fa810;
    --colorRed: #EA4E4E;
    --ontarioRegSuccessBg: #43B65C;
    --atentionYollowBG: #F2C94C;
    --sportVIPWidgetBarProgressFrom: #4DA533;
    --sportVIPWidgetBarProgressTp: #56E757;
    --sportVIPWidgetStyledSecondary: #FFB72D;
    --sportWidgetDesktopText: #3E4049;
    --sportWidgetDesktopSecondary: #6F7B8D;
    --sportWidgetDesktopWhite: #ffffff;
    --sportWidgetDesktopBg: #edf1f3;
    --sportWidgetDesktopHeaderBg: #3c3f44;
    --sportVIPWidgetDesktopBarBg: #ffffff;
    --sportVIPWidgetDesktopLevelLogoBg: #edf1f3;
    --sportVIPWidgetDesktopExchangeBorder: #6F7B8D;
    --sportWidgetMobileText: #ffffff;
    --sportWidgetMobileBgFrom: #3E4049;
    --sportWidgetMobileBgTo: #1A3769;
    --sportVIPWidgetMobileBarBg: #0D1D34;
    --sportVIPWidgetMobileLevelLogoBg: #edf1f3;
    --sportVIPWidgetMobileExchangeBorder: #6F7B8D;
    --sessionInfoBackground: rgba(190, 197, 211, 0.2);
    --registrationPopupBg: rgba(8, 29, 54, 0.7);
    --registrationPopupItemBg: #292929;
    --registrationPopupTitle: #F06723;
    --registrationPopupText: #FFFFFF;
    --snackbarBorderRadius: 10px;
    --snackbarVerticalPadding: 0;
    --snackbarHorizontalPadding: 18px;
    --snackbarMinHeight: 56px;
    --snackbarIconWidth: 20px;
    --snackbarIconMargin: 10px;
    --snackbarColor: #fff;
    --promotionInfoBg: #fff;
    --promotionRibbonSport: #9e2b86;
    --promotionRibbonCasino: #73499e;
    --snackbarDangerBg: #EB5757;
    --snackbarSuccessBg: #923482;
    --snackbarWarningBg: #F6C744;
    --registrationCompleteFieldsBg: #F4F4F4;
    --registrationCompleteFieldsBorder: #B5B5B5;
    --registrationCompleteFieldsBorderRadius: 10px;
    --vidgetHeaderTitleInactiveColor: rgba(255, 255, 255, 0.4);
    --smartBannerOpenBg: #e96e32;
    --smartBannerOpen: #ffffff;
    --smartBannerBg: #ffffff;
    --smartbanner: #3E4049;
    --modalBorderColor: #e1e1e1;
    --oddsIconColor: #9e2b86;
    --lightBorder: #c3ccd9;
    --analyticsButtonMain: #F2C94C;
    --analyticsButtonSecond: #EC882B;
    --sectionTitleHeight: 5px;
    --sectionTitleTop: -5px;
    --sectionTitleBottom: auto;
    --bold: 700;
    --normal: 400;
    --accentSecondary: #9e2b86;
    --accentMain: #e96e32;
    --accentMainRGB: 233, 110, 50;
    --acceptMain: #9e2b86;
    --reportsAndMessagesDescription: #3E4049;
    --contentSectionBg: var(--headerBackground);
    --contentSectionRadius: 3px 3px 0 0;
    --newIconBackground: #F84E4E;
    --bonusSelectorBackground: #ffffff;
    --riskBetSportBg: rgba(255, 255, 255, 0.5);
    --riskBetSportLine: #E2E8EE;
    --riskIconColor: #43B65C;
    --darkTransparentBg: rgba(0, 0, 0, 0.45);
    --backgroundReportColor: #eff2fa;
    --betBuilderIconBg: linear-gradient(161deg, #E8AA3F 14.73%, #E48336 79.03%);
    --betBuilderIconText: #ffffff;
    --customerBalanceHolderBg: #eceaeb;
    --customerBalanceHolderColor: #e96e32;
    --customerBalanceDividerColor: rgba(60, 63, 68, 0.22);
    --customerBalanceMainItemColor: #e96e32;
    --customerBalanceLeftItemColor: #60656d;
    --customerBalanceRightItemColor: #e96e32;
    --sessionInfoLeftItemColor: var(--headerTextColor);
    --sessionInfoRightItemColor: var(--buttonMain);
    --mobileAsideHeaderBg: var(--registrationCompleteFieldsBg);
    --limitsPopupTimeNotification: rgba(242, 201, 76, 0.1);
    --limitsPopupTimeNotificationBorder: var(--snackbarNotificationBg);
    --limitPopupPercentageShadow: rgba(38, 51, 77, 0.18);
    --limitPopupCautionBg: rgba(248, 78, 78, 0.1);
    --radialProgressSquareBg: #E4E7F0;
    --featuresMenuItemText: #3E4049;
    --featuresMenuItemFontSize: 14px;
    --featuresMenuItemFontWeight: 700;
    --featuresMenuItemBorder: #E2E8EE;
    --featuresMenuItemBorderRadius: 8px;
    --featuresMenuItemIcon: #6F7B8D;
    --featuresMenuItemIconSize: 20px;
    --registrationPostcoderSwitchButtonBg: #e5e5e5;
    --registrationPostcoderSwitchButtonText: rgba(62, 64, 73, .5);
    --registrationPostcoderSwitchButtonTextActive: #ffffff;
    --modalPortalCloseButton: #ffffff;
    --modalPortalCloseButtonMaterial: #8C818E;
    --modalPortalCloseButtonMaterialMobile: #3E4049;
    --formTitleColor: #3E4049
}

:root {
    --paginationCurrentPageBg: #F0F3F8;
    --paginationCurrentPageColor: #3E4049;
    --paginationArrowBtnColor: #9E9FA4;
    --paginationNumericBtnColor: #3E4049;
    --paginationNumericBtnColorHover: #000;
    --paginationNumericBtnBgHover: #e7eaef;
    --paginationNumericBtnColorDisabled: #cacaca;
    --paginationPerPageBgHover: #e7eaef
}

:root {
    --asideMenuHolderBg: #e8ecf1;
    --asideMenuHolderClose: #ffffff;
    --asideMenuHolderWidth: 280px
}

:root {
    --asideMenuTitleBg: #e5e5e5;
    --asideMenuTitleColor: var(--mainColor);
    --asideMenuOpenBorderRadius: 0;
    --asideMenuCollaspsedBorderRadius: 0;
    --asideFiltersBg: none;
    --asideFiltersBorderRadius: 0;
    --asideFiltersTogglerBg: #3c3f44;
    --asideFiltersButtonHoverColor: var(--buttonText);
    --asideMenuLeaguesBg: #fafcfd;
    --asideFiltersLiveColor: #9e2b86;
    --asideNewTitle: rgba(62, 64, 73, 0.5);
    --asideNewTitleBg: #F0F3F8;
    --asideNewBorderRadius: 8px;
    --asideNewLangSelectBg: #E2E8EE;
    --asideNewLangSelectArrow: #6F7B8D;
    --asideNewLangSelectArrowFontSize: 12px;
    --asideNewSearchPlaceholder: rgba(62, 64, 73, 0.5);
    --asideNewSearchIcon: #6F7B8D;
    --asideNewSearchBorder: rgba(111, 123, 141, 0.3);
    --asideNewMobileMenuCloseIcon: #3E4049;
    --asideNewSearchBorderMobile: #E2E8EE;
    --quickBetGradientFrom: var(--eventModalBackground);
    --quickBetGradientTo: var(--eventModalBackground)
}

#bm-root {
    --black: var(--color-grey--800);
    --white: #ffffff;
    --color-grey--50: #F0F3F8;
    --color-grey--100: #E2E8EE;
    --color-grey--200: #E3E5E8;
    --color-grey--300: #6F7B8D;
    --color-grey--400: #797979;
    --color-grey--500: #6B6B6B;
    --color-grey--600: #C5CCD8;
    --color-grey--700: #3C3F44;
    --color-grey--800: #292B30;
    --color-primary--50: #D8AACF;
    --color-primary--100: #C580B6;
    --color-primary--200: #BB6BAA;
    --color-primary--300: #9e2b86;
    --color-primary--400: #742968;
    --color-secondary--50: #F6C5AD;
    --color-secondary--100: #F2A884;
    --color-secondary--200: #ED8B5B;
    --color-secondary--300: #e96e32;
    --color-secondary--400: #BD5A2B;
    --color-medal--gold: #f6ddad;
    --color-black: #191919;
    --font-family: "Roboto", sans-serif;
    --font-size--display-1: 2.2rem;
    --font-size--display-2: 2rem;
    --font-size--header-1: 1.6rem;
    --font-size--header-2: 1.4rem;
    --font-size--header-3: 1.2rem;
    --font-size--body: 1.4rem;
    --font-size--label: 1.2rem;
    --font-size--caption: 1.1rem;
    --line-height--small: 1.1;
    --line-height--medium: 1.25;
    --line-height--large: 1.4;
    --line-height--xlarge: 1.6;
    --line-height--title: 1.5;
    --font-weight--bold: 700;
    --font-weight--semi-bold: 600;
    --font-weight--regular: 400;
    --font-weight--light: 300;
    --z-index--badge: 301;
    --z-index--layout: 10;
    --z-index--priority: 360;
    --z-index--modal: 300;
    --color-alert: #F84E4E;
    --color-attention: #3E4049;
    --color-success: #43B65C;
    --color-white: #ffffff;
    --background-body: #ffffff;
    --background-top-nav: #232D3F;
    --background-left-nav: #ffffff;
    --background-footer: #dbdee3;
    --background-up-next: #3C3F44;
    --background-betslip: #EEF0F2;
    --background-bet-text-field: #EEF0F2;
    --background-vision-bar: #232D3F;
    --background-vision-buttons: #465169;
    --background-bottom-selector: #3A3D40;
    --background-button-selector-header: #308AA2;
    --background-tab-primary-active: #e96e32;
    --background-toggles-active: #e96e32;
    --background-table: #3C3F44;
    --color-text-primary: #072443;
    --color-text-secondary: #3E4049;
    --color-text-tertiary: #C5CCD8;
    --color-text-inverse: #ffffff;
    --color-text-dark: #3d404a;
    --color-text-link: #9e2b86;
    --color-text-button-primary: #ffffff;
    --color-text-button-secondary: #232D3F;
    --color-text-button-alt: #ffffff;
    --color-text-button-place-bet: #ffffff;
    --color-text-button-confirm-bet: #ffffff;
    --color-text-button-odds: #232D3F;
    --color-text-button-odds-active: #3E4049;
    --color-text-button-filters: #232D3F;
    --color-text-button-filters-active: #ffffff;
    --surface-feather: #F5F6F8;
    --surface-light: #F0F3F8;
    --surface-moderate: #E2E8EE;
    --surface-bold: #6F7B8D;
    --surface-strong: #797979;
    --surface-contrast: #292B30;
    --border-primary: #B3B8C2;
    --border-secondary: #B3B8C2;
    --border-tertiary: #979DAB;
    --button-primary: #9e2b86;
    --button-primary-hover: #742968;
    --button-primary-disabled: #C5CCD8;
    --button-secondary: #e96e32;
    --button-secondary-hover: #BD5A2B;
    --button-secondary-disabled: #ffffff;
    --button-top-nav-light: #69707D;
    --button-top-nav-dark: #69707D;
    --button-odds: #F0F3F8;
    --button-odds-hover: #E2E8EE;
    --button-odds-disabled: #F0F3F8;
    --button-odds-active: #E3E5E8;
    --button-place-bet: #43B65C;
    --button-place-bet-hover: #2A7C26;
    --button-place-bet-disabled: #6F7B8D;
    --button-confirm-bet: #3E828C;
    --button-confirm-bet-hover: #346C75;
    --button-alt: #2D788C;
    --button-race-nav-previous: #F0F3F8;
    --button-race-nav-next: #E2E8EE;
    --button-numpad: #ffffff;
    --button-filters: #ffffff;
    --button-filters-active: #e96e32;
    --brand-background-login: #3A3D40;
    --brand-background-bottomSelector: #3A3D40;
    --brand-background-bottomSelectorHeader: #308AA2;
    --brand-background-tabPrimaryActive: #e96e32;
    --brand-background-togglesActive: #9e2b86;
    --brand-background-table: #2D788C;
    --shadow-c1-center: 0 2px 4px rgba(0, 0, 0, 0.08);
    --shadow-b2-below-center: 0px 6px 12px 1px rgba(0, 0, 0, 0.12);
    --button-odds-active-border-color: #6F7B8D;
    --background-tab-primary-active-color: #ffffff;
    --tabs-border: 1px solid $theme_1;
    --tabs-border-radius: 8px;
    --tabs-padding: 6px 8px;
    --tabs-font-size: 14px;
    --tabs-font-weight: 400;
    --tabs-font-style: normal;
    --tabs-text-transform: none;
    --tabs-color: #3E4049;
    --betslip-button-border-radius: 24px;
    --betslip-button-text-transform: uppercase;
    --betslip-button-letter-spacing: 0.03em;
    --betslip-button-secondary-bg: transparent;
    --odds-border-color: #E2E8EE;
    --odds-selected-border-color: #6F7B8D
}

:root {
    --core-backgroundPrimary: #ffffff;
    --core-backgroudSecondary: #ffffff;
    --core-backgroundTertiary: #ffffff;
    --core-backgroundModerate: #ffffff;
    --core-backgroundContrast: #ffffff
}

:root {
    --betslipMain: #923482;
    --betslipMainHover: #7e226b;
    --betslipGray: #F0F3F8;
    --betslipAction: #3D3F44;
    --betslipError: #EB5E58;
    --betslipSecondary: #ec622b;
    --betslipSecondaryHover: #c40;
    --betslipGrayText: #3E4049;
    --betslipSeperatorLine: #C5CCD8;
    --betslipInputBorder: #6F7B8D;
    --betslipAltColor: #fff;
    --betslipWarning: #F2C94C;
    --betslipBackground: #fff;
    --betslipTabInactiveColor: #979bac;
    --betslipTabDisabledColor: #b1b6be;
    --betslipTabMobileDisabledBg: #E2E8EE;
    --betslipSuccess: #4DA533;
    --betslipSuccessLight: #56e757;
    --betslipInactive: #f5f6f9;
    --betslipLost: #EB5757;
    --betslipLostLight: #ff6d6d;
    --betslipReturned: #F6C744;
    --betslipPending: #ec882b;
    --betslipPendingLight: #f2c94c;
    --betslipMobileButtonGradientStop: #97588c;
    --betslipMobileButtonGradientStart: #7e226b;
    --betslipMobileButtonShadowColorFirst: #923482;
    --betslipMobileButtonShadowColorSecond: rgba(126, 34, 107, 0.7);
    --betslipMobileButtonStoppedGradientStop: #EB5E58;
    --betslipMobileButtonStoppedGradientStart: #FF6D6D;
    --betslipMobileButtonStoppedShadowColorFirst: #EB5E58;
    --betslipMobileButtonStoppedShadowColorSecond: rgba(235, 94, 88, 0.7);
    --betslipMobileButtonPausedGradientStop: #EC882B;
    --betslipMobileButtonPausedGradientStart: #F2C94C;
    --betslipMobileButtonPausedShadowColorFirst: rgba(246, 199, 68, 0.14);
    --betslipMobileButtonPausedShadowColorSecond: rgba(246, 199, 68, 0.7);
    --betslipConfirmButtonActiveBg: #923482;
    --betslipConfirmButtonDisabledBg: #797979;
    --couponBidsImageBg: rgba(182, 199, 216, 0.3);
    --betslipMainTextColor: #3E4049;
    --betslipDeleteInactiveOucomesButton: #ec622b;
    --betslipDeleteInactiveOucomesButtonHover: #c40;
    --betslipMainShareInputPlaceholder: #a2a7ab;
    --betslipMainShareInputBorder: 1px solid #c3ccd9;
    --betslipMainShareInputActiveBorder: 1px solid #e96e32;
    --betslipMainShareInputBorderRadius: 24px;
    --betslipLoaderColor: #923482;
    --betslipInactiveTabBackground: #E2E8EE;
    --betslipInactiveTabColor: #3E4049;
    --betslipInputBorderRadius: 48px;
    --betslipFastStakeItemBg: rgba(255, 255, 255, 0.1);
    --betslipFastStakeItemBgHover: rgba(255, 255, 255, 0.3);
    --betslipClearInputIconColor: var(--betslipInputBorder);
    --betslipInputColor: inherit;
    --betslipScoreColor: var(--betslipAction);
    --betslipEventBorder: none;
    --betslipEventRadioSize: 16px;
    --betslipEventRadioMarginRight: 10px;
    --betslipEventRadioBoxShadow: 0 0 0 2px var(--betslipInputBorder);
    --betslipActiveEventBorder: none;
    --betslipActiveEventRadioBoxShadow: 0 0 0 2px var(--betslipMain), inset 0 0 0 3px var(--betslipGray), inset 0 0 0 8px var(--betslipMain);
    --betslipEventsCountBackground: #e96e32;
    --betslipActionTabsBorderBottom: 1px solid var(--betslipSeperatorLine);
    --betslipActionTabsPadding: 2px 0 0 0;
    --betslipActionTabsMinHeight: 42px;
    --betslipActionTabsMargin: 0 0 12px 0;
    --betslipActionTabsBackground: transparent;
    --betslipActionTabsButtonBorderBottom: 2px solid transparent;
    --betslipActionTabsButtonActiveBorderColor: var(--betslipMain);
    --betslipActionTabsButtonBg: transparent;
    --betslipActionTabsButtonActiveBg: transparent;
    --betslipActionTabsButtonDisabledBg: transparent;
    --betslipActionTabsButtonHeight: auto;
    --betslipActionTabsButtonBorderRadius: 0;
    --betslipActionTabsButtonBorderTextTransform: uppercase;
    --betslipHistoryInfoColor: var(--betslipAction);
    --betslipHistoryFilterOptionBg: #e9ecf1;
    --betslipFooterBorderRadius: 8px 8px 0 0;
    --betslipHistoryBetPendingSumColor: var(--cabinetTableTdBaseColorAlpha);
    --betslipMobileModalBg: #ffffff;
    --betslipMobileWrapperBg: #ffffff;
    --betslipMobileHeaderActionsColor: var(--betslipAction);
    --betslipMobileBetOptionBg: #e9ecf1;
    --betslipMobileTopOffset: 46px;
    --betslipNotificationLinkColor: inherit;
    --betslipMobileButtonBottomOffset: 24px;
    --betslipCouponBorderRadius: 100px;
    --betslipShareTooltip: var(--eventResultTooltip);
    --betslipShareButtonBg: #E2E8EE;
    --betslipShareButtonColor: #6F7B8D;
    --betslipShareButtonActiveColor: #3E4049;
    --betslipShareButtonBgAlpha: rgba(255, 255, 255, 0.1);
    --betslipShareButtonBgHoverAlpha: rgba(255, 255, 255, 0.3);
    --betslipShareModalBg: var(--modalBackground);
    --betslipShareModalText: var(--betslipGrayText);
    --betslipShareModalNoticeIconBg: rgba(77, 165, 51, 0.1);
    --betslipShareModalNoticeIconColor: var(--betslipSuccess);
    --betslipShareModalNoticeText: var(--betslipSuccess);
    --betslipShareModalShareIconActiveBg: var(--lightBorder);
    --betslipShareModalShareIconActiveColor: var(--betslipShareTooltip);
    --betslipShareModalCopiedCodeBg: var(--betslipShareTooltip);
    --betslipShareModalCodeText: var(--betslipSuccess);
    --betslipShareModalIconColor: var(--betslipShareTooltip);
    --withCookieBarButtonBottom: 140px;
    --withPromoSnackBarButtonBottom: calc(210px - 74px);
    --withCookieBarAndPromoSnackBarButtonBottom: calc(370px - 74px);
    --withCookieBarButtonBottomModern: 190px;
    --withPromoSnackBarButtonBottomModern: 170px;
    --withCookieBarAndPromoSnackBarButtonBottomModern: 190px;
    --withlastConnectionInfoBarButtonBottom: 90px;
    --withoutCookieBarButtonBottom: 60px;
    --mobileBetHistoryItemBorderColor: #e2e8ee;
    --mobileBetHistoryItemBorder: 1px solid var(--mobileBetHistoryItemBorderColor);
    --mobileBetHistoryItemBg: #F0F3F8;
    --mobileBetHistoryHeaderColor: #9E9FA4;
    --mobileBetHistoryPendingSumColor: #C5C6C8;
    --betslipBetBuilderMarkColor: #797979
}

:root {
    --cashierPaymentMethodGroupItemBgLight: #ffffff;
    --cashierPaymentMethodGroupItemLight: #8C818E;
    --cashierPaymentMethodBgLight: #ffffff;
    --cashierPaymentMethodBgAlterateLight: #ffffff;
    --cashierBonusItemBgLight: #E5E5E5;
    --cashierPaymentMethodAcardionContainerLight: #F4F4F4;
    --cashierPaymentMethodItemBorderLight: #E5E5E5;
    --cashierModalSelectedTabsBackgroundHoverLight: #7e226b;
    --cashierModalBonusContainerBgLight: #ffffff;
    --cashierPersonalDetailsText: #ffffff;
    --cashierModalTitle: #3E4049;
    --cashierModalBackgroundMain: #3A3D40;
    --cashierModalBackgroundMainLight: #E5E5E5;
    --cashierModalBackgroundSecondary: #6B6B6B;
    --cashierModalNotFound: #ffffff;
    --cashierModalSelectedTabsBackground: #9E2B86;
    --cashierModalSelectedTabsBackgroundHover: #7e226b;
    --cashierModalSelectedTabsBackgroundLight: #9e2b86;
    --cashierCloseButtonColor: #797979;
    --cashierNotActiveTabColor: rgba(255, 255, 255, 0.5);
    --cashierNotActiveTabColorLight: #3E4049;
    --cashierNotActiveTabBackground: #797979;
    --cashierNotActiveTabBackgroundHover: #6B6B6B;
    --cashierNotActiveTabBackgroundLight: #F4F4F4;
    --cashierActiveTabBackgroundLightHover: #c3ccd9;
    --cashierBonusInputBackgroundLight: #F4F4F4;
    --cashierBonusLabelColorLight: #3E4049;
    --cashierBonusItemBg: #3A3D40;
    --cashierBonusItemTitleColor: #ffffff;
    --cashierBonusItemDescriptionColor: #E96E32;
    --cashierBonusNotFoundAlign: left;
    --cashierBonusListArrow: #ffffff;
    --cashierBonusListArrowBg: none;
    --cashierBonusListArrowFontSize: 16px;
    --cashierTextColorMain: #ffffff;
    --cashierTextColorSecondary: #ffffff;
    --cashierTitleFontSize: 32px;
    --cashierTitleFontWeight: 900;
    --cashierInputColor: #322E2F;
    --cashierScrollbarThumb: #797979;
    --cashierScrollbarThumbHover: #797979;
    --cashierScrollbarTrack: rgba(226, 232, 238, 0.2);
    --cashierBoxShadowMain: rgba(0, 0, 0, 0.25);
    --cashierActivePaymentWidth: 483px;
    --cashierPaymentMethodGroupItem: #ffffff;
    --cashierPaymentMethodGroupItemBg: #797979;
    --cashierPaymentMethodGroupItemHover: #ffffff;
    --cashierPaymentMethodGroupItemBgHover: #E96E32;
    --cashierPaymentMethodGroupItemBorder: translation;
    --cashierPaymentMethodAccordionBg: #6B6B6B;
    --cashierPaymentMethodGroupItemBorderRadius: 4px;
    --cashierPaymentMethodGroupArrowsFontSize: 24px;
    --cashierPaymentMethodAccordionIconColor: #E5E5E5;
    --cashierPaymentMethodTitleColor: #ffffff;
    --cashierErrorIconColor: #FF7C7A;
    --cashierButtonBoxShadow: 0px 5px 40px rgba(0, 0, 0, 0.2);
    --cashierLoaderDots: #ffffff;
    --cashierModalSelectedTabFontWeight: 700;
    --cashierPaymentMethodBg: #ffffff;
    --cashierPaymentMethodBorderRadius: 6px;
    --cashierWithdrawalCountBg: #F84E4E;
    --cashierWithdrawalWalletIconFill: #1B4045;
    --cashierWithdrawalDateColor: #E5E5E5;
    --cashierWithdrawalModalHeaderLine: rgba(255, 255, 255, 0.1);
    --cashierWithdrawalModalBg: rgba(0, 0, 0, 0.8);
    --cashierCWBonusesBlockBcg: #ffffff;
    --cashierCWBonusesBlockBorder: rgba(#797979, 0.5);
    --cashierNotificationBackground: #F2C94C;
    --cashierNotificationBackgroundCustom: #FFB80033;
    --cashierNotificationColor: #797979;
    --cashierNotificationColorCustom: #ED930C
}

:root {
    --cashoutButtonSuccess: var(--betslipMain);
    --cashoutButtonSuccessHover: var(--betslipMainHover);
    --cashoutButtonDefault: #6B6B6B;
    --cashoutButtonDefaultHover: #606060;
    --cashoutButtonBorder: none;
    --cashoutArrowDownColor: #F84E4E;
    --cashoutArrowUpColor: #43B65C;
    --cashoutArrowUpSuccessButtonColor: #43B65C;
    --cashoutDisabledButtonTextColor: #768C8F;
    --cashoutDisabledButtonBG: none;
    --cashoutConfirmBg: #ffffff;
    --cashoutConfirmTextColor: #414141;
    --cashoutConfirmBorderRadius: 10px;
    --cashoutConfirmButtonNo: #414141;
    --cashoutConfirmButtonNoBg: #ffffff;
    --cashoutConfirmButtonNoBorder: #414141;
    --cashoutConfirmButtonNoBorderWidth: 1px;
    --cashoutConfirmButtonNoHover: #ffffff;
    --cashoutConfirmButtonNoBgHover: #414141;
    --cashoutConfirmButtonNoBorderHover: #ffffff;
    --cashoutConfirmButtonYes: #ffffff;
    --cashoutConfirmButtonYesBg: #9e2b86;
    --cashoutConfirmButtonYesBorder: #9e2b86;
    --cashoutConfirmButtonYesBorderWidth: 1px;
    --cashoutConfirmButtonYesHover: #ffffff;
    --cashoutConfirmButtonYesBgHover: #7e226b;
    --cashoutConfirmButtonYesBorderHover: #9e2b86;
    --cashoutConfirmBacground: #9e2b86
}

:root {
    --casinoFavouritesInner: #fff;
    --casinoFavouritesOuter: #818e95;
    --casinoFavoritedInner: #ff4200;
    --casinoFavoritedOuter: #ff4200;
    --casinoOverlayFavouritesInner: #23262f;
    --casinoOverlayFavouritesOuter: #fff;
    --casinoOverlayFavoritedInner: #ff4200;
    --casinoOverlayFavoritedOuter: #fff
}

:root {
    --checkboxBorder: #3e404980;
    --checkboxActiveBorder: #4da533;
    --checkboxActiveBg: #4da533
}

:root {
    --comboBoostBonus: #E96E32;
    --comboBoostBarBg: #797979;
    --comboBoostBarDotBg: #fff;
    --comboBoostBarDotSize: 4px;
    --comboBoostBarBorderRadius: 10px;
    --comboBoostBarHeight: 12px;
    --comboBoostBarProgressGradient: radial-gradient(100% 914.65% at 97.52% 0%, #6FCC54 0%, #4DA533 100%);
    --comboBoostBarIndicator: #3E4049;
    --comboBoostProgressIndicatorBoxShadow: 0px 0px 8px #A2801C;
    --comboBoostMaxIndicatorBg: #6B6B6B;
    --comboBoostMaxProgressIndicatorGradient: radial-gradient(100% 914.65% at 97.52% 0%, #F2C94C 0%, #EC882B 100%);
    --comboBoostMaxProgressGradient: radial-gradient(100% 914.65% at 97.52% 0%, #6FCC54 0%, #4DA533 100%);
    --confirmButtonBG: #9e2b86;
    --confirmButtonBGHover: #7e226b
}

:root {
    --confirmationTitle: #616571;
    --confirmationTitleMobile: #23262f;
    --resendBg: #eff2fa;
    --resentBg: #fff;
    --resentBorder: #48b660
}

:root {
    --hofYellow: #F2C94C;
    --hofPageSwitcherActiveBg: #3A3D40;
    --hofPageSwitcherActive: #ffffff;
    --hofTabIconColor: #3A3D40;
    --hofTabIconActiveCasinoColor: #ffffff;
    --hofTabIconActiveSportColor: #ffffff;
    --hofPedestalPlaceBg: #ffffff;
    --hofPedestalFirst: #FBBE28;
    --hofPedestalSecond: #A6ADB8;
    --hofPedestalThird: #CB944D;
    --hofPedestalWinBetBg: #797979;
    --hofPedestalBet: rgba(255, 255, 255, 0.5);
    --hofSectionHeaderLine: #9e2b86;
    --hofEventsBackground: #F0F3F8;
    --hofFilterInactiveColor: #ffffff;
    --hofFilterBackground: #3A3D40;
    --hofCasinoTopWinnersDot: #E5E5E5;
    --hofCasinoTopWinnersActiveDot: #e96e32;
    --hofCasinoTopWinnersTheadHeight: 36px;
    --hofCasinoTopWinnersBorderColor: #E2E8EE;
    --hofCasinoTopWinnersTableHeadingFontSizeMobile: 400;
    --hofDateSelectDateArrowWidth: 32px;
    --hofDateSelectIconsOpacity: 1;
    --hofDateSelectFilterMobileFontSize: 12px;
    --hofDateSelectFilterMobileHeight: 32px;
    --hofDateCalendarMarginMobile: 0 8px 0 8px;
    --hofTableRowBg: #ffffff;
    --casinoLatestWinnersBg: #797979;
    --casinoLatestWinnerBg: #3A3D40;
    --casinoLatestWinner: rgba(255, 255, 255, 0.5);
    --hofCasinoLatestWinnerAccent: rgba(255, 255, 255, 0.5);
    --hofCasinoLatestWinnerPaddingVertical: 32px;
    --hofCasinoLatestWinnerPaddingHorizontal: 13%;
    --hofCasinoLatestWinnerBorderRadius: 5px;
    --hofCasinoLatestWinnerPaddingContainer: 0 16px;
    --hofSportStatusWinRgb: 158, 43, 134;
    --hofSportStatusWinSecondaryRgb: 67, 182, 92;
    --hofSportBorder: #EEF1F3;
    --hofSportScrollbarThumbBgRgb: 62, 63, 73;
    --hofSportTopWinnerArrowSize: 16px;
    --hofSportTopWinnerArrowColor: #797979;
    --hofCasinoTopWinnerPaddingContainerMobile: 0 16px 16px;
    --hofCasinoTopWinnerContainerBgMobile: #F0F3F8;
    --hofCasinoTopWinnersTableHeaderPaddingMobile: 0;
    --hofCasinoTopWinnersTableHeaderMarginMobile: 30px 0 0;
    --hofCasinoTopWinnersTableHeaderBorderRadiusMobile: 10px;
    --hofCasinoTopWinnersTableHeadingMinHeightMobile: 32px;
    --hofCasinoTopWinnersTableHeadingPaddingTopMobile: 6px;
    --hofCasinoTopWinnersTableHeaderBgMobile: #E2E8EE;
    --hofCasinoTopWinnerMarginBottomMobile: 0;
    --hofCasinoLatestWinnerBgContainerMobile: var(--hofCasinoTopWinnerContainerBgMobile);
    --hofCasinoLatestWinnerPaddingContainerMobile: 16px;
    --hofSportWinnerBetsBg: #EEF1F3;
    --hofSportShowMoreButtonBorder: #E5E5E5;
    --hofSportShowMoreButtonHoverBorder: #43B65C;
    --hofSportShowMoreButtonHoverBg: rgba(67, 182, 92, 0.1);
    --hofSportListPaddingVertical: 30px;
    --hofSportListPaddingHorizontal: 16px;
    --hofFilterPrimary: #6B6B6B;
    --hofFilterElements: #797979
}

:root {
    --landingCmsBg: #fff;
    --landingCmsBannerDotActive: #A72784;
    --landingCmsBannerOverlay: rgba(0, 0, 0, .3);
    --landingCmsBannerSubTitle: #FFFB72;
    --landingCmsBannerPrize: #FFFB72;
    --landingCmsBannerPrizeRed: #FE3545;
    --landingCmsBannerPrizeTo: #FFFB72;
    --landingCmsNewsBg: linear-gradient(180deg, #353B40 0%, #252A30 100%);
    --landingCmsCasinoGamesBg: #F1F1F1
}

:root {
    --leaguesListAmountDescription: #ffffff;
    --leaguesListItemHoverBg: #e8ecf1;
    --leaguesListItemName: #3E4049;
    --leaguesListItemNameHover: #e96e32;
    --leaguesListItemAmountsRGB: 62, 64, 73;
    --leaguesListMobileDescriptionRGB: 62, 64, 73;
    --leaguesListMobileDescriptionBg: #F0F3F8
}

:root {
    --limitsTextareaBorder: #dadada;
    --limitsTextareaBg: #eff2fa;
    --selfDeleteMainButton: #3E4049;
    --limitsButtonDisabled: #9e2b86;
    --limitsButtonDisabledHover: #7e226b;
    --selfDeleteTextLengthColor: #9e9e9e;
    --selfDeleteCancelButtonBorder: #c3ccd9
}

:root {
    --mslCasinoGamesItemWidth: 138px;
    --mslCasinoGamesItemHeight: 138px;
    --mslCasinoGamesItemBorderRadius: 8px;
    --mslCasinoGamesItemTitle: #3E4049;
    --mslCasinoGamesItemTitleFontSize: 14px;
    --mslCasinoGamesItemTitleLineHeight: 20px;
    --mslCasinoGamesItemTitleFontWeight: 700;
    --mslCasinoGamesProducerFontSize: 12px;
    --mslCasinoGamesProducerFontWeight: 400;
    --mslCasinoGamesProducerLineHeight: 16px
}

:root {
    --mslBodyBg: #F0F3F8;
    --mslHeaderHeight: 69px;
    --mslBottomMenuHeight: 50px;
    --mslCenterColMarginLeft: calc(15vw + 15px);
    --mslCenterColMarginRight: calc(18vw + 15px);
    --mslMainCenterColMarginRight: calc(5vw + 370px);
    --mslCenterColMarginRightPoint1: max(18vw, 345px);
    --mslCenterColMarginRightPoint2: 20px;
    --mslCenterColMarginLeftPoint1: 295px;
    --mslCenterColMarginLeftMedia: calc(5vw + 218px);
    --mslCenterColMaxWidth: calc(100% - 18vw);
    --mslBorderRadius: 8px;
    --mslSmallBorderRadius: 4px;
    --mslRightAsideBorderRadius: 8px;
    --mslMobilePageTopPadding: 16px;
    --mslMobilePagePadding: 16px;
    --mslNameCafColor: #E2E8EE;
    --mslSelectedCafColor: #9e2b86;
    --mslSelectedCafValueColor: #E2E8EE;
    --mslOutcomeMobileFullMarketBg: #ffffff;
    --mslDefaultOutcomeDesktopBg: #F0F3F8;
    --mslTextDark: #3E4049;
    --mslTextDarkRGB: 62, 64, 73;
    --mslTextLight: #6F7B8D;
    --mslAsideIconHover: #ffffff;
    --mslSectionBg: #E2E8EE;
    --mslSectionBgRGB: 226, 232, 238;
    --mslTabBg: #F0F3F8;
    --mslTabBgRGB: 240, 243, 248;
    --mslTabsTogglerBg: #E2E8EE;
    --mslElementBg: #ffffff;
    --mslLeagueTitleFadeGradient: linear-gradient(180deg, var(--mslElementBg) 0%, rgba(255, 255, 255, 0) 70%);
    --mslActiveFactorBg: #E3EFFA;
    --mslActiveFactorShadowRGB: 184, 203, 220;
    --mslFactorDownRGB: 255, 46, 46;
    --mslFactorUpRGB: 77, 165, 51;
    --mslHeaderBg: #E5E5E5;
    --mslEventSecondaryBgRGB: 26, 55, 105;
    --mslTabbarPopupShadowRGB: 16, 23, 29;
    --mslTabbarBg: #e2e5eb;
    --mslTabbarPopupBorder: #7d8287;
    --mslDecreaseCafColor: #EF2D2D;
    --mslIncreaseCafColor: #C9E4C1;
    --mslHoverCafColor: #9e2b86;
    --mslLoginInfoFontColor: #E2E8EE;
    --mslBetradarTeamsNameColor: #E2E8EE;
    --mslEventBgGradientColor: #1D508D;
    --mslEventBgGradientColorBlue: #1A3769;
    --mslEventHeaderBgColor: #143257;
    --mslLiveEventNotActive: #6F7B8D;
    --mslTopIconColor: #EF2D2D;
    --mslBestOfTextColor: #000000;
    --mslEventMarketBGRGB: 255, 255, 255;
    --mslEventTeamNameLimitedColor: 29, 80, 141;
    --mslEventTeamNameLimitedColorBlue: 26, 55, 105;
    --mslEventPeriodsHistoryColor: #797979;
    --mslEventBgGradientColorBgRGB: 29, 80, 141;
    --mslEventBgGradientColorBlueBgRGB: 26, 55, 105;
    --mslLeaguesOpenBg: #ffffff;
    --mslCheckboxBorder: 1px solid var(--menuSectionBorder);
    --mslSelectedSportBg: #ffffff;
    --mslCheckboxBorderRadius: 3px;
    --mslDefaultOutcomeBg: #F0F3F8;
    --mslSportSelectItemTextColor: inherit;
    --mslBreadcrumbsBg: #ffffff;
    --mslBreadcrumbsBoxShadow: 0 0 5px rgba(0, 0, 0, 0.1);
    --mslBreadcrubmsItemMargin: 0;
    --mslBreadcrumbsItemBorderRadius: 0;
    --mslBreadcrumbsItemBg: none;
    --mslBreadcrumbsItemLastBg: none;
    --mslBreadcrumsItemAterContent: "";
    --mslBreadcrumbsItemLastAfterContent: "";
    --mslBreadcrumsItemAterTransofrm: skew(-30deg);
    --mslBreadcrumsItemAterBottom: -1px;
    --mslBreadcrumsItemAterTop: auto;
    --mslBreadcrumsItemAterLeft: 0;
    --mslBreadcrumsItemAterRight: auto;
    --mslBreadcrumsItemAterBorderBottom: 1px solid #e5e8ed;
    --mslSportLeagueWrapperBorder: 1px solid #E2E8EE;
    --mslSportLeagueWrapperBg: transparent;
    --mslSportLeagueWrapperBorderRadius: 20px;
    --mslSportLeagueWrapperCloseColor: #ffffff;
    --leagueTitleCloseBackground: #6F7B8D;
    --mslSportSelectActiveItemTextColor: inherit;
    --mslScrollbarWidth: 4px;
    --mslScrollbarBorderRadius: 4px;
    --mslScrollbarBg: #E2E8EE;
    --mslScrollbarBorder: none;
    --mslScrollbarThumbColor: #E2E8EE;
    --mslScrollbarThumbColorHover: #9e2b86;
    --mslSectionFiltersDropdownBg: #ffffff;
    --mslSectionFiltersDropdownBoxShadow: 0 0 10px rgba(0, 0, 0, 0.2);
    --mslRightAsideBg: #ffffff;
    --mslEventMarketColBg: #ffffff;
    --mslEventMarketColHoverColor: #ffffff;
    --mslEventMarketsBg: var(--mslTabBg);
    --mslEventHeaderBackground: linear-gradient(270deg, #3D2F4F 0%, #171123 100%);
    --mslEventHeaderBackgroundSize: 45% auto;
    --mslEventTeamsBigBackground: radial-gradient(100% 162.16% at 100% 0%, #1D508D 0%, #11253D 100%);
    --mslEventTeamsBigPadding: 12px 20px;
    --mslMobilePageBg: #ffffff;
    --mslOutcomeValueBg: #ffffff;
    --mslStickyWrapperActiveBg: #ffffff;
    --mslEventAllMarketsColor: #E2E8EE;
    --mslStickyBoxShadow: 0px 0px 24px rgba(0, 0, 0, 0.15);
    --mslStickyTop: 45px;
    --mslOutcomeBg: #ffffff;
    --mslOutcomeActiveBg: #9e2b86;
    --mslEventHeaderMobileBackgroundSize: 100%;
    --mslEventHeaderMobileActionBg: #ffffff;
    --mslEventTeamsMobileBackground: linear-gradient(270deg, rgba(61, 47, 79, 0.8) 0%, rgba(23, 17, 35, 0.8) 100%);
    --mslMobileListOfSportsHeaderBg: #ffffff;
    --mslMobileOutcomeItemFactorUpBg: linear-gradient(0deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), var(--mslIncreaseCafColor);
    --mslMobileOutcomeItemFactorDownBg: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), var(--mslDecreaseCafColor);
    --mslMobileOutcomeItemBorderColor: var(--mslSectionBg);
    --mslMobileOutcomeItemNameColor: var(--mslTextDarkRGB);
    --mslMobileOutcomeItemNameAlpha: 0.5;
    --mslLiveIconTransparentBg: transparent;
    --mslDisabledOddColorAlpha: 0.5;
    --mslTeamAfterColor: #F0F3F8;
    --mslTeamAfterColorRGB: 240, 243, 248;
    --mslSportTitleBg: #E2E8EE;
    --mslEventBorderColor: #E2E8EE;
    --mslEventActiveBonusColor: #5BD275;
    --mslEventBonusBadgeBg: radial-gradient(100% 100% at 100% 0%, #5bd275 0%, #43b65c 100%);
    --mslActiveMarketBg: #9e2b86;
    --mslMarketsGroupColor: #F0F3F8;
    --mslMarketsBorderRadius: 4px;
    --mslMarketTitleBg: #E2E8EE;
    --mslOutcomeBgFullEvent: #ffffff;
    --mslAdditionalMarketBg: #E2E8EE;
    --mslHeadMarketsBg: #F0F3F8;
    --mslListOfEventBg: #ffffff;
    --mslListOfEventBgMain: #ffffff;
    --mslBetradarWidgetsBg: #ffffff;
    --mslActiveWidgetBg: #EC622B;
    --mslLeagueMenuBG: #ffffff;
    --teamsLogoBorderSecondary: #E2E8EE;
    --teamsLogoBorder: #3D4A5D;
    --teamsLogoBG: rgba(255, 255, 255, 0.3);
    --teamsLogoBGSecondary: rgba(111, 123, 141, 0.35);
    --mslLeagueModalColor: #ffffff;
    --mslMoreLinkColor: #e96e32;
    --mslMoreLinkFontWeight: 700;
    --mslMoreLinkFontSize: 14px;
    --mslTeamsBg: #1D508D;
    --mslTeamsBgTwo: #1A3769;
    --mslTimerWrapperBg: rgba(255, 255, 255, 0.2);
    --mslTeamsInfoBg: linear-gradient(180deg, #453B66 0%, #6A4C82 100%);
    --switcherRadioActiveColor: #9e2b86;
    --mslActiveCheckboxBG: #43B65C;
    --mslOutrightsSwitchActiveColor: #9e2b86;
    --mslMobileSportMenuActiveBg: #e96e32;
    --mslMobileSportMenuIconActiveColor: #ffffff;
    --mslMobileSportMenuActiveColor: #ffffff;
    --mslMobileSportMenuActiveBoxShadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    --mslSportMenuItemFlter: none;
    --mslMobileSportMenuActiveIconColor: #F84E4E;
    --mslMobileSportMenuIconColor: #F84E4E;
    --mslTabbarNewBg: #ffffff;
    --mslTabbarNewTopBorder: #E2E8EE;
    --mslTabbarNewNotificationBg: #F84E4E;
    --mslTabbarNewNotificationSecBg: #F2C94C;
    --mslTabbarNewNotificationDotBg: #F84E4E;
    --mslTabbarNewNotificationDotBorder: 1px solid #FFF;
    --mslTabbarNewNotification: #FFF;
    --mslTabbarNewNotificationSec: #3E4049;
    --mslTabbarNewNotificationSecBorder: #FFF;
    --mslTabbarTitleFontSize: 14px;
    --mslTabbarTitleFontWeight: 700;
    --allSportsItemHover: #E2E8EE;
    --mslMarketsBorderColor: #E2E8EE;
    --mslSearchBg: #fff;
    --mslSearchInputBg: #f0f3f8;
    --mslSearchInputShadow: #e2e8ee;
    --mslSearchPadding: 16px;
    --mslOutcomeHoverBg: #C5CCD8;
    --placeholderColor: #6F7B8D;
    --mslCanadaMobileEventInfoBorderColor: #E2E8EE;
    --mslCanadaFiltersButtonBorderColor: #E2E8EE;
    --mslCanadaFiltersButtonBg: #E5E5E5;
    --mslCanadaFiltersButtonActiveBorderColor: #6F7B8D;
    --mslCanadaFiltersButtonActiveBg: #6F7B8D;
    --mslSportFiltersItem: rgba(62, 64, 73, 0.5);
    --mslSportFiltersItemActive: #FFF;
    --mslSportFiltersItemBg: #F0F3F8;
    --mslSportFilterItemFilter: none;
    --mslSportFiltersItemBgActive: #EC622B;
    --mslSportFiltersItemTopIcon: #EC622B;
    --mslSportFiltersItemFontWeight: 700;
    --mslSportFiltersItemIconSize: 18px;
    --mslSportFiltersItemIconMaxHeight: 20px;
    --mslSportFiltersItemBorderBottom: #E2E8EE;
    --mslSportFiltersItemBorderBottomActive: #EC622B;
    --mslSportFiltersMenuMobile: rgba(62, 64, 73, 0.5);
    --mslSportFiltersItemMobileActive: #3E4049;
    --mslSportFiltersMenuMobileFontSize: 12px;
    --mslSportFiltersMenuMobileFontWeight: 700;
    --mslSportFiltersItemMobileBg: #F0F3F8;
    --mslSportFiltersItemMobileIcon: #6F7B8D;
    --mslSportFiltersItemMobileIconSize: 16px;
    --mslMobileHeaderSectionBg: #f0f3f8;
    --mslMobileHeaderSectionTitle: #3E4049;
    --mslMobileHeaderSectionTitleFontSize: 14px;
    --mslMobileHeaderSectionTitleFontWeight: 700;
    --mslMobileHeaderSectionArrow: #6F7B8D;
    --mslMobileHeaderSectionCount: #3E4049;
    --mslSectionBgNew: #fff;
    --searchTextHighlightBg: #FBEFC9;
    --searchTextHighlightColor: #3E4049;
    --searchModalInputText: #3E4049;
    --searchModalInputPlaceholder: #797979;
    --searchModalInputBg: #FFF;
    --searchModalInputBorderColor: #FFF;
    --searchModalInputFocusBorderColor: #9E2B86;
    --searchModalResultsBg: #FFF;
    --searchModalInputBorderRadius: var(--asideNewBorderRadius);
    --searchModalInstructionsText: #3E4049;
    --searchModalFindIconColor: #797979;
    --searchModalFindIconAccentColor: #797979;
    --searchModalClearIconColor: #797979;
    --searchModalClearIconAccentColor: #797979;
    --searchV2FindIconColor: #797979;
    --searchV2FindIconAccentColor: #797979;
    --searchV2ClearIconColor: #797979;
    --searchV2ClearIconAccentColor: #9E2B86;
    --searchV2InputBorderColor: #F4F4F4;
    --searchV2InputFocusBorderColor: #9E2B86;
    --searchV2InputBg: #F4F4F4;
    --searchV2InputTextColor: #3E4049;
    --searchV2InputPlaceholderColor: #797979;
    --searchV2InstructionsTextColor: #797979;
    --searchV2InstructionsBg: #F4F4F4;
    --searchV2TabsTogglerBg: #F4F4F4;
    --searchV2TabsTogglerTextColor: #999A9E;
    --searchV2ActiveTabBg: #9E2B86;
    --searchV2ActiveTabTextColor: #FFF;
    --searchV2InputCaretColor: #9E2B86
}

:root {
    --limitsGrayText: #3e4049;
    --limitBorder: #E2E8EE;
    --limitStatusNotActive: var(--limitBorder);
    --limitStatusNotActiveTextColor: #6F7B8D;
    --limitGreenText: #43B65C;
    --limitRedButtonStatusColor: #E96E32;
    --limitRequiredFieldColor: #9e2b86;
    --limitsCancelButtonBorder: var(--limitBorder);
    --limitsCancelButtonColor: #3e4049;
    --limitsSetLimitButtonBorder: #9e2b86;
    --limitsSetLimitButtonBg: var(--limitsSetLimitButtonBorder);
    --limitsSetLimitButtonBorderHover: var(--secondaryButtonHover);
    --limitsSetLimitButtonBgHover: var(--limitsSetLimitButtonBorderHover);
    --limitsSaveDisabledBg: var(--limitBorder);
    --limitsSaveDisabledColor: #6F7B8D;
    --limitsPaginationBg: rgba(226, 232, 238, 0.4);
    --limitsPaginationBgHover: var(--limitBorder);
    --limitsPaginationArrowBg: rgba(226, 232, 238, 0.6);
    --limitsPaginationArrowBgHover: var(--limitsSetLimitButtonBorder);
    --selfExclusionPeriodItemBorder: #e2e8ee;
    --selfExclusionPeriodItemSelected: var(--buttonMain);
    --selfDactivationTextLengthColor: #9e9e9e;
    --limitsSnackbarError: #F84E4E
}

:root {
    --seoFooterAccent: #e96e32;
    --seoFooterShadowRGB: 229, 232, 237;
    --seoFooterMobileShadowRGB: 255, 255, 255
}

:root {
    --snackbarNotificationBg: #f2c94c;
    --snackbarNotificationShadow: rgba(9, 15, 37, 0.2);
    --snackbarAttentionBg: var(--snackbarNotificationBg);
    --snackbarCancelWithdrawalBg: #43B65C
}

:root {
    --sportMenuBg: #edf1f3;
    --sportMenuItemActive: #d1dae5;
    --sportMenuItemText: #3E4049;
    --sportMenuAllBorder: #d1dae5;
    --allSportsBg: #fff;
    --allSportsBorderBottom: #e5e8ed;
    --allSportsTitle: #6f7b8d;
    --allSportsActive: #e96e32;
    --allSportsActiveBg: #f0f3f8;
    --allSportsItemText: #868c96;
    --allSportsTitleColor: #3E4049;
    --allSportsCountColor: #b1b3ba;
    --settingsCloseBtnColor: var(--globalSettingsModalColor);
    --settingsContentBg: var(--modalBackground);
    --settingsContentSeparator: 1px solid #e2e8ee;
    --newSportMenuItemText: #3E4049;
    --newSportMenuItemTextLight: rgba(62, 64, 73, 0.5);
    --newSportMenuItemActiveText: #4da533;
    --newSportMenuItemActiveBg: #e2e8ee;
    --newSportMenuItemBorder: #e2e8ee;
    --sportMenuRightLableBackground: #EC622B
}

:root {
    --statusBadge: #ffffff;
    --statusBadgeNoStatus: #3E4049;
    --statusBadgeNoStatusBg: transparent
}

:root {
    --swipeCheckboxBg: #E5E5E5;
    --swipeCheckboxBgActive: #9e2b86;
    --swipeCheckboxBallColor: #ffffff;
    --swipeCheckboxLabelColor: #FFFFFF;
    --swipeCheckboxLabelMarginFromButton: 16px;
    --swipeCheckboxLabelFontSize: 16px;
    --swipeCheckboxLabelFontWeight: 600;
    --swipeCheckboxWidth: 32px;
    --swipeCheckboxHeight: 18px;
    --swipeCheckboxBallSize: 14px;
    --swipeCheckboxBigWidth: 53px;
    --swipeCheckboxBigHeight: 30px;
    --swipeCheckboxBigBallSize: 23px
}

:root {
    --tableStatusPending: radial-gradient(100% 914.65% at 97.52% 0%, #f2c94c 0%, #ec882b 100%);
    --tableStatusLose: radial-gradient(100% 157.69% at 97.24% 0%, #ff6d6d 0%, #eb5e58 100%);
    --tableStatusSuccess: radial-gradient(100% 914.65% at 97.52% 0%, #6fcc54 0%, #4da533 100%);
    --tableStatusDeclined: #f0493c;
    --tableStatusReturned: #F2C94C;
    --tableStatusActivated: #1493ff
}

:root {
    --transactionHistoryBg: #ffffff;
    --transactionHistoryBorder: #E8ECF1;
    --transactionHistoryOpenBg: #F0F3F8;
    --transactionHistoryArrow: #6F7B8D;
    --transactionHistorySuccess: #0FA810;
    --transactionHistoryPending: #0FA810;
    --transactionHistoryError: #f04c44
}

:root {
    --globalSettingsModalBg: #F0F3F8;
    --globalSettingsModalHeaderBg: #ffffff;
    --globalSettingsModalColor: #3E4049;
    --globalSettingsBorder: #E2E8EE;
    --globalSettingsModalSecondaryColor: #F0F3F8
}

:root {
    --verificationConteinerBG: #F0F3F8;
    --verificationConteinerBorder: #C3CCD9;
    --verificationLinkColor: #43B65C;
    --verificationCancelColor: #6B6B6B
}

:root {
    --oddsBoosterBannerBorderRadius: 8px;
    --oddsBoosterBannerColor: #ffffff;
    --oddsBoosterBannerScoreBg: rgba(255, 255, 255, 0.1);
    --oddsBoosterBannerScoreBorder: 1px solid rgba(255, 255, 255, 0.2);
    --oddsBoosterOutcomeBg: rgba(255, 255, 255, 0.2);
    --oddsBoosterOutcomeBgActive: #e96e32;
    --oddsBoosterOutcomeBgHover: rgba(255, 255, 255, 0.5);
    --oddsBoosterOutcomeBgDisabled: rgba(255, 255, 255, 0.1);
    --oddsBoosterOutcomeUpBg: rgba(77, 165, 51, 0.5);
    --oddsBoosterOutcomeUpRectangleBg: #4da533;
    --oddsBoosterOutcomeDownBg: rgba(248, 78, 78, 0.5);
    --oddsBoosterOutcomeDownRectangleBg: #EF2D2D;
    --oddsBoosterBaseBorderRadius: 4px;
    --odddsBoosterBannerBgColor: #3c3f44;
    --oddsBoosterModernArrowActiveBg: rgba(226, 232, 238, 0.6);
    --oddsBoosterModernArrowColor: #ffffff;
    --oddsBoosterModernArrowBg: rgba(226, 232, 238, 0.4);
    --oddsBoosterIconColor: #3E4049;
    --oddsBoosterIconBg: #F2C94C;
    --oddsBoosterIconBorderRadius: 4px;
    --oddsBoosterTooltipBg: #6F7B8D;
    --oddsBoosterTooltipColor: #ffffff
}

:root {
    --betradarTabIcon: #797979;
    --betradarTabIconBg: #F4F4F4;
    --betradarTabActivIconBgFrom: #E96E32;
    --betradarTabActivIconBgTo: #E96E32;
    --betradarTabActivIcon: #ffffff;
    --betradarBorderRadius: 4px;
    --betradarTopColor: #F4F4F4;
    --betradarstatictimeline: #E5E5E5;
    --betradarStaticTimeline: #E5E5E5;
    --sectionHeaderBg: #3A3D40;
    --betradarStaticTimelineModern: #E5E5E5;
    --betradarWidgetFontColorModern: #797979;
    --betradarStatsBgModern: #F4F4F4;
    --betradarActiveTimelineModern: #E96E32;
    --betradarLmtInactiveIconMobile: #797979;
    --betradarLmtInactiveIconDesktop: #33465f;
    --betradarLmtActiveIconMobile: #ec622b;
    --betradarLmtActiveIconDesktop: #ec622b;
    --betradarStatisticsFontColor: white;
    --betradarStatisticsBackground: #11253d
}

:root {
    --promoSnackBarBorderRadius: 8px;
    --promoSnackBarColor: #ffffff;
    --promoSnackBarBackgroundColor: linear-gradient(214deg, #FF4200 2.09%, #8F00FF 103.63%);
    --promoSnackBarBoxShadow: rgba(28, 66, 121, .5);
    --promoSnackBarTitleFontSize: 16px;
    --promoSnackBarTitleMobileFontSize: 14px;
    --promoSnackBarDescriptionFontSize: 20px;
    --promoSnackBarAddInfoTitlFontSize: 20px;
    --promoSnackBarWithCookieBarBottomDesktop: 90px;
    --promoSnackBarWithCookieBarBottomMobile: 170px;
    --promoSnackBarBottomMobileModern: 60px;
    --promoSnackBarWithCookieBarBottomMobileModern: 60px;
    --promoSnackBarButtonClose: #ffffff;
    --promoSnackBarButtonCloseOpacity: 0.5
}

:root {
    --drawerContentBg: #F0F3F8;
    --drawerTitleBg: #ffffff;
    --drawerBorderRadius: 8px;
    --drawerTitlePadding: 12px 16px;
    --drawerInnerPadding: 16px
}

:root {
    --promotionsSectionsBg: #ffffff;
    --promotionsSectionsBoxShadow: 0px 0px 5px rgba(0, 0, 0, 0.30);
    --promotionsSectionsRadius: 8px;
    --promotionsSectionsHeaderBgMobile: #F0F3F8;
    --promotionsSectionsHeaderCount: #3E4049;
    --promotionsSectionsHeaderArrow: #3E4049;
    --promotionsSectionsTitle: #3E4049;
    --promotionsSectionsMoreButton: #9e2b86;
    --promotionsSectionsIconTypeBonusBg: #ffffff;
    --promotionsSectionsIconTypeBonus: #9e2b86;
    --promotionsSectionsItem: #ffffff;
    --promotionsSectionsNavigationButton: #ffffff;
    --promotionsSectionsNavigationButtonBg: rgba(226, 232, 238, 0.4);
    --promotionsSectionsNavigationButtonHover: #ffffff;
    --promotionsSectionsNavigationButtonBgHover: rgba(226, 232, 238, 0.8)
}

:root {
    --promotionTitle: #ffffff;
    --promotionSubtitle: #e96e32;
    --promotionText: #3c3f44;
    --promotionItemBackground: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 50%), radial-gradient(rgba(137, 201, 237, 0.5), #46A1E2);
    --promotionShadow: #3E4049;
    --promotionShadowRGB: 62, 64, 73;
    --promotionButtonFindBg: #778ca9;
    --promotionButtonFindHoverBg: #5b6f8b;
    --promotionButtonFindBorderColor: #778ca9;
    --promotionButtonFindTextColor: #ffffff;
    --promotionRibbonText: #fff;
    --promotionRibbonAll: #e96e32;
    --promotionRibbonSport: #9e2b86;
    --promotionRibbonCasino: #73499e;
    --promotionInfo: #3E4049;
    --promotionInfoBg: #ffffff;
    --promotionInfoIconBg: #ffffff;
    --promotionIconAll: #e96e32;
    --promotionIconAllHover: #63b356;
    --promotionIconSport: #e96e32;
    --promotionIconSportHover: #63b356;
    --promotionIconCasino: #e96e32;
    --promotionIconCasinoHover: #63b356;
    --promotionIconVip: #e96e32;
    --promotionIconVipHover: #63b356;
    --promotionButtonSportBg: #e96e32;
    --promotionButtonCasinoBg: #e96e32;
    --promotionHeaderBannerMargin: 0;
    --promotionHeaderBannerBorderRadius: 0;
    --riskBetSportBg: rgba(255, 255, 255, 0.5);
    --riskBetSportLine: #E2E8EE;
    --riskIconColor: #e96e32;
    --uniqEventTextBlock: #FFFFFF80;
    --promotionCardScrollbarBg: rgba(111, 123, 141, 0.3);
    --promotionCardTitleMaxHeight: 40px;
    --promotionCardHeight: 430px
}

:root {
    --realTimeIncomingBetsBoxShadow: 0 0 5px rgba(0, 0, 0, 0.2);
    --realTimeIncomingBetsBorderRadius: 8px;
    --realTimeIncomingBetsHeadingBg: #FFF;
    --realTimeIncomingBetsHeadingBorderRadius: 8px 8px 0 0;
    --realTimeIncomingBetsHeadingBorderColor: rgba(255, 255, 255, .1);
    --realTimeIncomingBetsHeadingFontSize: 20px;
    --realTimeIncomingBetsHeadingMobileFontSize: 16px;
    --realTimeIncomingBetsHeadingFontWeight: 700;
    --realTimeIncomingBetsHeadingDateFontWeight: 700;
    --realTimeIncomingBetsFiltersBg: #F0F3F8;
    --realTimeIncomingBetsFilterBg: transparent;
    --realTimeIncomingBetsActiveFilterBg: #9e2b86;
    --realTimeIncomingBetsFilterColor: #3E4049;
    --realTimeIncomingBetsActiveFilterColor: #ffffff;
    --realTimeIncomingBetsFiltersBorderRadius: 6px;
    --realTimeIncomingBetsFilterItemBorderRadius: 6px;
    --realTimeIncomingBetsFilterHeight: 32px;
    --realTimeIncomingBetsFilterFontWeight: 400;
    --realTimeIncomingBetsFilterMobileFontWeight: 400;
    --realTimeIncomingBetsHeadBg: #FFF;
    --realTimeIncomingBetsRowEvenBg: #FFF;
    --realTimeIncomingBetsTableMainBg: #FFF;
    --realTimeIncomingBetsRowOddBg: #F0F3F8;
    --realTimeIncomingBetsTableBorderRadius: 0 0 8px 8px;
    --realTimeIncomingBetsTableBorderRadiusMobile: 8px;
    --realTimeIncomingBetHeadColor: #2BC69D;
    --realTimeIncomingBetsTableHeadBorder: rgba(62, 64, 73, 0.1);
    --realTimeIncomingBetsTableFontWeight: 700;
    --realTimeIncomingBetsTableCellBg: transparent;
    --realTimeIncomingBetsTableCellPadding: 15px 23px;
    --realTimeIncomingBetsTableHead: #9e2b86;
    --realTimeIncomingBetsTableHeadLetterSpacing: 0.1em;
    --realTimeIncomingBetsTableHeadFontSize: 12px;
    --realTimeIncomingBetsTableHeadFontWeight: 700;
    --realTimeIncomingBetsTableHeadLineHeight: 1.45;
    --realTimeIncomingBetsTableEventNameFontWeight: 400;
    --realTimeIncomingBetsTableMobileBorder: #E2E8EE;
    --realTimeIncomingBetsTableMobileFontSize: 12px;
    --realTimeIncomingBetsTableMobileHeadFontWeight: 700;
    --realTimeIncomingBetsSelectedWidth: 410px;
    --realTimeIncomingBetsSelectedBg: #FFF;
    --realTimeIncomingBetsSelectedBoxShadow: none;
    --realTimeIncomingBetsSelectedBorderRadius: 8px;
    --realTimeIncomingBetsSelectedColor: #ffffff;
    --realTimeIncomingBetsSelectedInfoColor: #6F7B8D;
    --realTimeIncomingBetsSelectedBrandLogoLineColor: #94AEB4;
    --realTimeIncomingBetsSelectedBrandLogoLineOpacity: .2;
    --realTimeIncomingBetsSelectedTitle: #3E4049;
    --realTimeIncomingBetsSelectedTitleFontSize: 16px;
    --realTimeIncomingBetsSelectedTitleFontWeight: 700;
    --realTimeIncomingBetsSelectedTitleIcon: #3E4049;
    --realTimeIncomingBetsSelectedTitleIconFontSize: 18px;
    --realTimeIncomingBetsSelectedTitleIconDisplay: block;
    --realTimeIncomingBetsCloseIcon: #3E4049;
    --realTimeIncomingBetsSelectedHighlight: #080809;
    --realTimeIncomingBetsSelectedNickNameFontWeight: 700;
    --realTimeIncomingBetsSelectedNickNameLineHeight: 24px;
    --realTimeIncomingBetsDetailsTitleFontSize: 16px;
    --realTimeIncomingBetsDetailsValueFontSize: 14px;
    --realTimeIncomingBetsDetailsFontWeight: 600;
    --realTimeIncomingBetsDetailsTitleColor: #6F7B8D;
    --realTimeIncomingBetsDetailsValueColor: #3E4049;
    --realTimeIncomingBetsDetaisOddsColor: #9e2b86;
    --realTimeIncomingBetsEventsScrollbarColor: #94AEB4
}

:root {
    --casinoFiltersMobileBg: #FFF;
    --casinoFiltersMobileContentBg: #F0F3F8;
    --casinoFiltersMobileBorderRadius: 8px;
    --casinoFiltersMobileColor: #3E4049;
    --casinoFiltersMobileContentBorder: #F0F3F8;
    --casinoFiltersMobileBottomBorder: #E2E8EE;
    --casinoFiltersMobileSearchInputBorder: #E2E8EE;
    --casinoFiltersMobileSearchInputBorderFocus: #4DA533;
    --casinoFiltersMobileSearchInputBg: #FFF;
    --casinoFiltersMobileSearchIcon: #6F7B8D;
    --casinoFiltersMobileHeaderTitle: #3E4049;
    --casinoFiltersMobileHeaderTitleFontSize: 16px;
    --casinoFiltersMobileHeaderTitleFontWeight: 700;
    --casinoFiltersMobileSectionTitle: #3E4049;
    --casinoFiltersMobileSectionTitleFontSize: 12px;
    --casinoFiltersMobileSectionTitleFontWeight: 700;
    --casinoFiltersMobileSectionTitleLetterSpacing: 1px;
    --casinoFiltersMobileFilterButtonFontSize: 14px;
    --casinoFiltersMobileClearButton: #EC622B;
    --casinoFiltersMobileClearButtonFontSize: 12px;
    --casinoFiltersMobileClearAllButton: #3E4049;
    --casinoFiltersMobileClearAllButtonBg: transparent;
    --casinoFiltersMobileClearAllButtonBorder: 1px solid #E2E8EE;
    --casinoFiltersMobileClearAllButtonLetterSpacing: 0.03em;
    --casinoFiltersMobileItemTitle: #3E4049;
    --casinoFiltersMobileItemTitleFontSize: 14px;
    --casinoFiltersMobileItemBg: #FFF;
    --casinoFiltersMobileItemBorderRadius: 8px;
    --casinoFiltersMobileItemSelectedBg: #EC622B;
    --casinoFiltersMobileItemSelected: #FFF;
    --casinoFiltersMobileItemImgBg: #F0F3F8
}

:root {
    --mslStoryBorderRadius: 8px;
    --mslStoryBg: #FFF;
    --mslStoryBgHover: #E2E8EE;
    --mslStoryImageBorderRadius: 6px;
    --mslStoryTitle: #3E4049;
    --mslStoryFontSize: 12px;
    --mslStoryLineHeight: 16px;
    --mslStoryVipTextFontSize: 12px;
    --mslStoryVipTextColor: rgba(255, 255, 255, 0.5);
    --mslStoryVipTextColorAccent: #FFF;
    --mslStoryProgressBg: rgba(255, 255, 255, 0.2);
    --mslStoryProgressBarBg: radial-gradient(100% 100% at 100% 0%, #5bd275 0%, #43b65c 100%);
    --mslStoryProgressBarFullBg: radial-gradient(100% 914.65% at 97.52% 0%, #F2C94C 0%, #EC882B 100%)
}

:root {
    --casinoOnlinePlayersBoxShadow: 0 0 14.5px 0 #FFFFFF40;
    --casinoOnlinePlayersContainerBackground: #0D1D34B2;
    --casinoOnlinePlayersTextColor: #FFFFFF
}

:root {
    --newForecastsAccentColor: #9E2B86;
    --newForecastsAccentSecondary: #E96E32;
    --newForecastsDefaultTextColor: #3E4049;
    --newForecastsDefaultBg: #FFF;
    --newForecastsMobilePageBg: transparent;
    --newForecastsNoForecastsBg: #FFF;
    --newForecastsNoForecastsTextColor: #797979;
    --newForecastsNoForecastsIconColor: #797979;
    --newForecastsSectionTitleBg: #F4F4F4;
    --newForecastsSectionTitleColor: #3E4049;
    --newForecastsSectionTitleIconColor: #3E4049;
    --newForecastsSectionTitleIconOpacity: 1;
    --newForecastsBannerBg: radial-gradient(190.52% 141.42% at 100% 0%, #1D508D 0%, #1A3769 100%);
    --newForecastsBannerTextColor: #FFF;
    --newForecastsBannerProgressBarBg: rgba(60, 65, 74, 0.28);
    --newForecastsBannerProgressBarActiveBg: #FFF;
    --newForecastsBannerProgressBarBorderColor: rgba(240, 243, 248, 0.5);
    --newForecastsBannerProgressBarActiveBorderColor: #F0F3F8;
    --newForecastsBannerProgressBarDisabledBg: #E5E5E5;
    --newForecastsBannerProgressBarTextColor: #3E4049;
    --newForecastsBannerTermsButtonBg: #FFF;
    --newForecastsBannerBorderRadius: 4px;
    --newForecastsDailyBannerBg: radial-gradient(190.52% 141.42% at 100% 0%, #1D508D 0%, #1A3769 100%);
    --newForecastsSpecialBannerBg: radial-gradient(920.1% 139.68% at 97.52% 0%, #5BD275 0%, #43B65C 100%);
    --newForecastsWeeklyBannerBg: radial-gradient(920.1% 139.68% at 97.52% 0%, #F2C94C 0%, #EC882B 100%);
    --newForecastsPrizesBg: #FFF;
    --newForecastsMobilePrizesBg: #FFF;
    --newForecastsPrizesBorderColor: #E5E5E5;
    --newForecastsPrizeItemBg: #F4F4F4;
    --newForecastsPrizeItemTextColor: #3E4049;
    --newForecastsMobileBannersListBorderColor: #E5E5E5;
    --newForecastsMobileBannersBannerItemBg: #FFF;
    --newForecastsMobileBannersBannerPrizeBg: #E5E5E5;
    --newForecastsMobileBannersBannerTextColor: rgb(62 64 73 / 50%);
    --newForecastsMobileBannersActiveItemBorderColor: #9E2B86;
    --newForecastsMobileBannersActiveItemPrizeBg: radial-gradient(920.1% 139.68% at 97.52% 0%, #F2C94C 0%, #EC882B 100%);
    --newForecastsMobileBannersActiveItemPrizeTextColor: #FFF;
    --newForecastsMainBannerTextColor: #FFF;
    --newForecastsMainBannerTimerBg: rgba(206, 139, 59, 0.5);
    --newForecastsMainBannerTimerTextColor: #E5E5E5;
    --newForecastsMainBannerTimerTextColorMobile: #FFF;
    --newForecastsMainBannerTimerIconColor: #FFF;
    --newForecastsMainbannerTimerValueColor: #FFF;
    --newForecastsMainBannerPrizeLineHeight: 32px;
    --newForecastsRulesBg: #FFF;
    --newForecastsRulesBgMobile: #FFF;
    --newForecastsTextColor: #3E4049;
    --newForecastsHistoryBg: #FFF;
    --newForecastsHistoryBgMobile: #FFF;
    --newForecastsHistoryItemHeaderBg: #E5E5E5;
    --newForecastsHistoryItemHeaderBgMobile: #E5E5E5;
    --newForecastsHistoryItemBg: #FFF;
    --newForecastsHistoryItemBodyBorderColor: #E5E5E5;
    --newforecastsHistoryItemTextColor: #3E4049;
    --newForecastsHistoryItemHeaderBorderRadius: 8px;
    --newForecastsHistoryItemBodyBorderRadius: 8px;
    --newForecastsNoHistoryBg: #FFF;
    --newForecastsNoHistoryBgMobile: #FFF;
    --newForecastsTabsListBoxShadowColor: rgba(42, 77, 137, 0.1);
    --newForecastsListBg: #F4F4F4;
    --newForecastsListMobileBg: #E5E5E5;
    --newForecastsForecastItemBg: #FFF;
    --newForecastsForecastItemBgMobile: #FFF;
    --newForecastsForecastItemBoxShadow: rgba(42, 77, 137, 0.1);
    --newForecastsForecastItemHeaderBg: #E5E5E5;
    --newForecastsForecastItemHeaderBorderRadius: 8px;
    --newForecastsForecastItemHeaderBgMobile: #E5E5E5;
    --newForecastForecastSwitchNotActiveBg: #F4F4F4;
    --newForecastForecastSwitchNotActiveBgMobile: #F4F4F4;
    --newForecastsOutcomeProbabilityTextColor: #797979;
    --newForecastsEventItemBorderColor: #E5E5E5;
    --newForecastsEventItemBg: #FFF;
    --newForecastsEventItemBorderRadius: 8px;
    --newForecastsTeamNameColor: #3E4049;
    --newForecastsTeamNameFontWeight: 400;
    --newForecastsEventMatchTimeMobileColor: #6F7B8D;
    --newForecastsOutcomeBorderColor: #E5E5E5;
    --newForecastsOutcomeBorderColorMobile: #E5E5E5;
    --newForecastsOutomeBg: #F4F4F4;
    --newForecastsOutomeBgMobile: #F4F4F4;
    --newForecastsOutcomeSelectedBg: #9E2B86;
    --newForecastsOutcomeSelectedTextColor: #FFF;
    --newForecastsOutomeBorderRadius: 4px;
    --newForecastsEventItemFontWeight: 400;
    --newForecastsOutcomesDividerBg: #E5E5E5;
    --newForecastsRandomPickButtonBg: #E96E32;
    --newForecastsRandomPickButtonBoxShadow: 0px 4px 5px 0px rgba(233, 110, 50, 0.14), 0px 4px 16px 0px rgba(233, 110, 50, 0.5), 0px 1px 10px 0px rgba(233, 110, 50, 0.12), 0px 2px 4px 0px rgba(233, 110, 50, 0.2);
    --newForecastsRandomPickButtonTextColor: #FFF;
    --newForecastsRandomPickButtonDisabledTextColor: #FFF;
    --newForecastsRandomPickDisabledBg: #C3CCD9;
    --newForecastsRandomPickDisabledBoxShadow: 0px 4px 5px 0px rgba(160, 175, 194, 0.14), 0px 4px 24px 0px rgba(160, 175, 194, 0.5), 0px 1px 10px 0px rgba(160, 175, 194, 0.12), 0px 2px 4px 0px rgba(160, 175, 194, 0.2);
    --newForecastsRandomPickIconColor: #FFF;
    --newForecastsMakeForecastBoxShadow: 0px 4px 5px 0px rgba(160, 175, 194, 0.14), 0px 4px 24px 0px rgba(160, 175, 194, 0.5), 0px 1px 10px 0px rgba(160, 175, 194, 0.12), 0px 2px 4px 0px rgba(160, 175, 194, 0.2);
    --newForecastsMakeForecastButtonInitialBg: #E5E5E5;
    --newForecastsMakeForecastButtonInitialTextColor: #797979;
    --newForecastsMakeForecastButtonReverseTextColor: #FFF;
    --newForecastsMakeForecastButtonAvailableBg: #9E2B86;
    --newForecastsMakeForecastButtonAvailableTextColor: #F4F4F4;
    --newForecastsMakeForecastButtonProgressBarBg: #E96E32;
    --newForecastsMakeForecastButtonUserMadeForecastBg: #797979;
    --newForecastsMakeForecastButtonUserMadeForecastTextColor: #F4F4F4;
    --newForecastsMakeForecastButtonsBorderRadius: 8px;
    --newForecastsMakeForecastsMobileButtonWrapperBg: #FFF;
    --newForecastsMakeForecastsMobileButtonWrapperBorderColor: #E5E5E5;
    --newForecastsMakerForecastsMobileButtonWrapperBoxShadow: 0px 4px 5px 0px rgba(160, 175, 194, 0.14), 0px 4px 24px 0px rgba(160, 175, 194, 0.5), 0px 1px 10px 0px rgba(160, 175, 194, 0.12), 0px 2px 4px 0px rgba(160, 175, 194, 0.2);
    --forecastItemHeaderBg: #EDF1F3;
    --forecastIdColor: #868C96;
    --forecastStatusTextColor: #fff;
    --forecastStatusPendingGradient: radial-gradient(100% 914.65% at 97.52% 0%, #F2C94C 0%, #EC882B 100%);
    --forecastStatusWonGradient: radial-gradient(100% 914.65% at 97.52% 0%, #6FCC54 0%, #9E2B86 100%);
    --forecastStatusLoseGradient: radial-gradient(100% 157.69% at 97.24% 0%, #FF6D6D 0%, #EB5E58 100%);
    --eventItemBorderColor: #E6EAF1;
    --winCountColor: #868c96;
    --eventTimeColor: #868c96;
    --outcomeTextColor: #6f7b8d;
    --outcomeBorderColor: #E1E8EF;
    --outcomeSelectedBoxShadowColor: #9E2B86;
    --outcomeSelectedBackgroundColor: #DDEFFF;
    --newForecastsPageWrapperBg: #F0F3F8
}

:root {
    --tabBg: #F4F4F4;
    --tabTextColor: #797979;
    --tabBoxShadow: rgba(42, 77, 137, 0.1);
    --activeTabBg: #FFF;
    --activeTabTextColor: #9E2B86;
    --mobileTabTextColor: #3E4049;
    --mobileTabBg: transparent;
    --mobileActiveTabBg: #9E2B86;
    --mobileActiveTabTextColor: #FFF;
    --tabFontSize: 12px;
    --tabFontWeight: 700;
    --tabsPadding: 6px 8px;
    --mobileTabBorderRadius: 6px;
    --mobileTabFontWeight: 700
}

:root {
    --pinIconColor: #6F7B8D;
    --favoriteIconColor: #6F7B8D
}

:root {
    --bottomMenuCasinoGameBg: var(--white);
    --bottomMenuCasinoGameBorder: #e2e8ee;
    --bottomMenuCasinoGameItem: #6F7B8D;
    --bottomMenuCasinoGameItemActive: var(--accentMain);
    --bottomMenuCasinoGameItemCount: var(--white);
    --bottomMenuCasinoGameItemCountBorder: var(--white);
    --bottomMenuCasinoGameItemCountBg: var(--red)
}

:root {
    --bettingTableRowActionsColor: #9799A0;
    --bettingTableRowActionsHoverColor: #43B65C;
    --bettingTableRowActionsActiveColor: #3E4049;
    --bettingTableStakePending: rgba(62, 64, 73, 0.3);
    --bettingTableStakeWin: #4DA533;
    --bettingTableLeagueBg: #E2E8EE;
    --bettingTableDetailsHeaderColor: #6F7B8D;
    --bettingThreeDotsMenuShadowColor: rgba(0, 0, 0, .15);
    --bettingThreeDotsMenuBg: #fff;
    --bettingThreeDotsMenuHoverBg: #F0F3F8;
    --bettingThreeDotsMenuIcoColor: #6F7B8D
}

:root {
    --roundedTableHeading: #E2E8EE;
    --roundedTableHeadingBorderColor: #E2E8EE;
    --roundedTableBgColor: #F0F3F8;
    --roundedTableRowHoverBackground: #E2E8EE;
    --roundedTableHeadingColor: #3E4049;
    --roundedTableTdBaseColor: #3E4049
}

:root {
    --oneStepBonusRegBorderRadius: 8px;
    --oneStepBonusRegTitle: #ffffff;
    --oneStepBonusRegText: #ffffff;
    --oneStepBonusRegTitleTextMobile: #ffffff;
    --oneStepBonusRegContainer: #F0F3F8;
    --oneStepBonusRegContainerCustom: #F4F4F4;
    --oneStepBonusRegMobileContainerBG: linear-gradient(320.37deg, var(--redisignViolet2) 5.36%, var(--redisignViolet1) 99.86%);
    --oneStepBonusRegOverlapBG: linear-gradient(180deg, #453b66 0%, #6a4c82 100%);
    --oneStepBonusRegContainerBorderRadius: var(--baseBorderRadius);
    --oneStepBonusRegContainerBorderRadiusMaterial: 10px;
    --oneStepBonusRegContainerBorderRadiusMaterialOntario: 8px;
    --oneStepBonusRegMinHeight: 136px;
    --oneStepBonusRegMinHeightMobile: 53px;
    --oneStepBonusRegCheckColor: #43B65C;
    --oneStepRegTermsLink: var(--redisignViolet1);
    --oneStepPromotionTextColor: #8C818E;
    --oneStepPromotionCheckBG: #43B65C;
    --oneStepPromotionCheckBGCustom: var(--accentSecondary);
    --oneStepPromotionCheckColor: #fff;
    --oneStepBonusRegMobileHoverBG: var(--redisignVioletHover)
}

:root {
    --forecastHistoryOutcomeWinBg: #43B65C;
    --forecastHistoryOutcomeLoseBg: #F84E4E;
    --forecastHistoryOutcomePendingBg: #E2E8EE;
    --forecastHistoryOutcomeBg: #fff6
}

:root {
    --cabinetHistoryHeading: #F0F3F8;
    --cabinetHistoryHeadingColor: var(--eventHeading);
    --cabinetTableTdBaseColor: #3E4049;
    --cabinetTableBorderColor: var(--borderProfileTable);
    --cabinetTableRowHoverBackground: rgba(232, 236, 241, 0.7);
    --cabinetTableStakePending: #90949B;
    --cabinetTableStakeWin: #4DA533
}

:root {
    --materialInputBgColor: #fff;
    --materialInputHeight: 48px;
    --materialInputFontSize: 12px;
    --materialInputLabelSize: 10px;
    --materialBorder: 1px solid #d4d4d4;
    --materialBorderRadius: 8px;
    --materialButtonColor: linear-gradient(320deg, #B557FF 5.36%, #8F00FF 99.86%);
    --materialButtonColorHover: linear-gradient(320deg, #B557FF 30%, #8F00FF 70%);
    --materialTextColor: #3E4049;
    --materialLabelColor: rgb(62, 64, 73, 50%);
    --materialRadioBackgroundColor: #f4f4f4;
    --materialRadioTextColor: #8C818E;
    --materailButtonFontSize: 14px;
    --materialAccentColor: #9e2b86;
    --oneStepPromotionCheckBG: #9e2b86
}

:root {
    --headerSize: 101px;
    --basePadding: 10px;
    --baseDescPadding: -10px;
    --breakPointStep1: 1759px;
    --breakPointMinWidthAside: 1560px;
    --breakPointStep2: 1429px;
    --breakPointRightSection: 1250px;
    --breakCasinoStep1: 1000px;
    --breakCasinoMenuSectionStep1: 1000px;
    --breakFormStep1: 900px;
    --promotionStep1: 1600px;
    --promotionStepHD: 1920px;
    --promotionStep2: 1300px;
    --promotionStep3: 900px;
    --promotionCasinoStep1: 1100px;
    --promotionActiveStep1: 1560px;
    --promotionActiveStep2: 1100px;
    --promotionActiveStep3: 900px;
    --bettingHistoryStep1: 900px;
    --contactUsDetailStep1: 900px;
    --cabinetTableWrapStep1: 1500px;
    --contactUsEmailListStep1: 900px;
    --breakEventHeaderStep1: 1000px;
    --bannerMainPrizeStep1: 1000px;
    --bannerTournamentStep1: 1500px;
    --bannerTournamentStep2: 1200px;
    --bannerTournamentStep3: 950px;
    --bannerTournament2Step1: 1500px;
    --bannerTournament2Step2: 1250px;
    --bannerTournament2Step3: 950px;
    --bannerWelcomeStep1: 1200px;
    --bannerWelcomeStep2: 1000px;
    --bannerAboutStep1: 1300px;
    --bannerAboutStep2: 1300px;
    --bannerAboutStep3: 950px;
    --bannerSmallStep1: 1300px;
    --sportVipProgramStep1: 1100px;
    --sportVipProgramStep2: 1000px;
    --breakDatepickerSmallHeigth: 600px;
    --vipProgramBenefitStep1: 1000px;
    --vipProgramProfileStep1: 1200px;
    --eventHeaderStep1: 1000px;
    --eventHeaderStep2: 900px;
    --compPointStatusStep1: 1500px;
    --compPointStatusStep2: 1350px;
    --compPointTypeButtonStep1: 1000px;
    --forecastButtonsStep1: 1000px;
    --checkboxActiveBg: #9e2b86;
    --checkboxActiveBorder: #9e2b86
}

.footer {
    display: none
}

body,html {
    overflow-anchor: none
}

body {
    background: #292929
}

body.appReady {
    background: #e5e8ed
}

@keyframes logo {
    0% {
        opacity: 0;
        transform: scale(2.5)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.sr-poweredby__link {
    display: none !important
}

.baseLink {
    visibility: hidden;
    opacity: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0
}

.noUnderline {
    text-decoration: none
}

.sr-bb .sr-lmt-plus-standingstable__table {
    display: block
}

.flag-icon {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: block
}

.holder .flag-icon {
    width: 20px;
    height: 15px
}

.flag-icon-ab {
    background-image: url("/ab.svg")
}

.sr-lmt-plus-tabs__tab-name {
    font-size: 0 !important
}

.holder .flag-icon {
    width: 20px;
    height: 15px
}

.flag-icon-ab {
    background-image: url("/ab.svg")
}

.sr-lmt-plus-tabs__tab-name {
    font-size: 0 !important
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.form-input__floating-label,.ui-select__floating-label {
    display: none;
    position: absolute;
    pointer-events: none;
    opacity: 0
}

.league-sport-icon {
    width: 17px;
    margin-right: 10px
}

.league-sport-icon img {
    display: block;
    width: 100%
}

.icon_large .site-menu__link-icon {
    font-size: 32px
}

.footer {
    background: #282b30;
    border-top: 1px solid #cfd6db;
    padding: 50px 10px 40px 10px;
    max-width: calc(100% - 34vw - 40px);
    margin-left: calc(16vw + 20px);
    overflow: hidden;
    position: relative;
    z-index: 5;
    border-radius: 3px;
    margin-top: 15px
}

.footer .footer__validators {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.footer .footer__validators>* {
    margin: 12px
}

.footer .footer__validators__validator-item {
    height: 50px
}

.footer .footer__validators__validator-item+.footer .footer__validators__validator-item {
    margin-left: 10px
}

.footer .footer__validators__validator-item img {
    max-height: 50px
}

@media screen and (max-width: 1560px) {
    .footer {
        margin-left:270px;
        max-width: calc(100% - 570px)
    }
}

@media screen and (max-width: 1250px) {
    .footer {
        max-width:calc(100% - 250px);
        margin-right: 10px
    }
}

.appReady .footer {
    display: block
}

.page-colum-two .footer {
    max-width: 100%;
    margin-right: 10px
}

.text_page-1 .footer {
    max-width: 100%;
    margin-right: 10px
}

.full-page-width .footer {
    margin: 0;
    max-width: 100%
}

.modern-view .footer {
    max-width: none;
    margin: 0 var(--mslCenterColMarginRight) 0 var(--mslCenterColMarginLeft);
    border-radius: var(--mslBorderRadius);
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    border-top: none
}

@media screen and (max-width: 2000px) {
    .modern-view .footer {
        margin-left:var(--mslCenterColMarginLeftMedia)
    }
}

@media screen and (max-width: 1759px) {
    .modern-view .footer {
        margin-right:var(--mslCenterColMarginRightPoint1)
    }
}

@media screen and (max-width: 1400px) {
    .modern-view .footer {
        margin-right:var(--mslCenterColMarginRightPoint2);
        max-width: 100%
    }
}

@media screen and (max-width: 1300px) {
    .modern-view .footer {
        margin-left:var(--mslCenterColMarginLeftPoint1)
    }
}

button,input,optgroup,select,textarea {
    font: inherit
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
