.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.65);
    padding-left: calc(var(--bs-gutter-x) * 0.65);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container-fluid {
        padding: 0 40px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
    .container-fluid {
        padding: 0 75px;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}
@media (min-width: 1680px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1480px;
    }
    .container-fluid {
        padding: 0 165px;
    }
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.65);
    padding-left: calc(var(--bs-gutter-x) * 0.65);
    margin-top: var(--bs-gutter-y);
}
.col {
    flex: 1 0;
}
.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}
.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
    .col-sm {
        flex: 1 0;
    }
    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex: 1 0;
    }
    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex: 1 0;
    }
    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0;
    }
    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0;
    }
    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-grid {
    display: grid !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.d-none {
    display: none !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.justify-content-evenly {
    justify-content: space-evenly !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
.order-first {
    order: -1 !important;
}
.order-0 {
    order: 0 !important;
}
.order-1 {
    order: 1 !important;
}
.order-2 {
    order: 2 !important;
}
.order-3 {
    order: 3 !important;
}
.order-4 {
    order: 4 !important;
}
.order-5 {
    order: 5 !important;
}
.order-last {
    order: 6 !important;
}
.m-0 {
    margin: 0 !important;
}
.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.my-0 {
    margin-bottom: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.me-0 {
    margin-right: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.ms-0 {
    margin-left: 0 !important;
}
.p-0 {
    padding: 0 !important;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.py-0 {
    padding-bottom: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.ps-0 {
    padding-left: 0 !important;
}
@media (min-width: 576px) {
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-grid {
        display: grid !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
    .order-sm-first {
        order: -1 !important;
    }
    .order-sm-0 {
        order: 0 !important;
    }
    .order-sm-1 {
        order: 1 !important;
    }
    .order-sm-2 {
        order: 2 !important;
    }
    .order-sm-3 {
        order: 3 !important;
    }
    .order-sm-4 {
        order: 4 !important;
    }
    .order-sm-5 {
        order: 5 !important;
    }
    .order-sm-last {
        order: 6 !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
}
@media (min-width: 768px) {
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: grid !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
    .order-md-first {
        order: -1 !important;
    }
    .order-md-0 {
        order: 0 !important;
    }
    .order-md-1 {
        order: 1 !important;
    }
    .order-md-2 {
        order: 2 !important;
    }
    .order-md-3 {
        order: 3 !important;
    }
    .order-md-4 {
        order: 4 !important;
    }
    .order-md-5 {
        order: 5 !important;
    }
    .order-md-last {
        order: 6 !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
}
@media (min-width: 992px) {
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
    .order-lg-first {
        order: -1 !important;
    }
    .order-lg-0 {
        order: 0 !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .order-lg-3 {
        order: 3 !important;
    }
    .order-lg-4 {
        order: 4 !important;
    }
    .order-lg-5 {
        order: 5 !important;
    }
    .order-lg-last {
        order: 6 !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: grid !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
    .order-xl-first {
        order: -1 !important;
    }
    .order-xl-0 {
        order: 0 !important;
    }
    .order-xl-1 {
        order: 1 !important;
    }
    .order-xl-2 {
        order: 2 !important;
    }
    .order-xl-3 {
        order: 3 !important;
    }
    .order-xl-4 {
        order: 4 !important;
    }
    .order-xl-5 {
        order: 5 !important;
    }
    .order-xl-last {
        order: 6 !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
}
@media (min-width: 1400px) {
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-grid {
        display: grid !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
    .order-xxl-first {
        order: -1 !important;
    }
    .order-xxl-0 {
        order: 0 !important;
    }
    .order-xxl-1 {
        order: 1 !important;
    }
    .order-xxl-2 {
        order: 2 !important;
    }
    .order-xxl-3 {
        order: 3 !important;
    }
    .order-xxl-4 {
        order: 4 !important;
    }
    .order-xxl-5 {
        order: 5 !important;
    }
    .order-xxl-last {
        order: 6 !important;
    }
}
.react-clock {
    display: block;
    position: relative;
}
.react-clock,
.react-clock *,
.react-clock :after,
.react-clock :before {
    box-sizing: border-box;
}
.react-clock__face {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #000;
    border-radius: 50%;
}
.react-clock__hand {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
}
.react-clock__hand__body {
    position: absolute;
    background-color: #000;
    transform: translateX(-50%);
}
.react-clock__mark {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
}
.react-clock__mark__body {
    position: absolute;
    background-color: #000;
    transform: translateX(-50%);
}
.react-clock__mark__number {
    position: absolute;
    left: -40px;
    width: 80px;
    text-align: center;
}
.react-clock__second-hand__body {
    background-color: red;
}
@font-face {
    font-family: fpo-finnplay;
    src: url('');
    src: url('') format('embedded-opentype'),
        url('../fonts/fpo-finnplay.7cacc07e.ttf') format('truetype'),
        url('../fonts/fpo-finnplay.4f589788.woff') format('woff'),
        url('') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
[class*=' icon-'],
[class^='icon-'] {
    font-family: fpo-finnplay !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}
.icon-filter:before {
    content: '';
}
.icon-account:before {
    content: '';
}
/* .icon-chevron-down:before {
    content: '';
} */
.icon-close:before {
    content: '';
}
.icon-euro:before {
    content: '';
}
.icon-heart-outline:before {
    content: '';
}
.icon-heart-solid:before {
    content: '';
}
.icon-menu:before {
    content: '';
}
.icon-search:before {
    content: '';
}
.icon-small-arrow-down:before {
    content: '';
}
.icon-small-arrow-up:before {
    content: '';
}
.icon-roulette:before {
    content: '';
}
i.icon.sign-out:before {
    content: '';
}
i.icon.clock.outline:before {
    content: '';
}
i.icon.delete:before {
    content: '';
}
@font-face {
    font-family: FS Sinclair Web;
    src: url('../fonts/FSSinclairWeb-Bold.aaef6afb.woff2') format('woff2'),
        url('../fonts/FSSinclairWeb-Bold.woff.html') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: MetropolisSemiBold;
    src: url('../fonts/Metropolis-SemiBold.bb0aec6c.woff2') format('woff2'),
        url('../fonts/Metropolis-SemiBold.ceb34b99.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: MetropolisBold;
    src: url('../fonts/Metropolis-Bold.1a595973.woff2') format('woff2'),
        url('../fonts/Metropolis-Bold.05f2db18.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: MetropolisRegular;
    src: url('../fonts/Metropolis-Regular.9ac9d37c.woff2') format('woff2'),
        url('../fonts/Metropolis-Regular.18497d12.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: GothamMedium;
    src: url('') format('woff2'), url('') format('woff');
    ffont-weight: 500;
    font-style: normal;
    font-display: swap;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif;
    vertical-align: baseline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}
:focus {
    outline: none;
}
a,
a:focus,
a:visited {
    outline: none;
}
a,
a:active,
a:focus,
a:focus:active,
a:focus:hover,
a:hover,
a:visited,
a:visited:active,
a:visited:hover {
    text-decoration: none;
}
a,
g2,
h1,
h3,
h4,
h5,
h6,
label,
p,
span {
    margin: 0;
    padding: 0;
}
span {
    font-size: smaller;
    font-style: italic;
}
p {
    line-height: 24px;
}
*,
p {
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
:active,
:focus,
:visited {
    outline: none !important;
    outline-style: none !important;
}
button {
    border: 0;
    background-color: transparent;
    padding: 0;
}
button,
ul {
    margin-bottom: 0;
}
ul {
    list-style-type: none;
    padding-left: 0;
}
.row > * {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
}
@media (min-width: 1199px) {
    .row > * {
        padding-left: 0.9rem;
        padding-right: 0.9rem;
    }
}
figure,
form,
label {
    margin-bottom: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: FS Sinclair Web, Helvetica Neue, Arial, Helvetica, sans-serif;
    color: #e2b031;
    font-weight: 700;
    line-height: 1.28571429em;
    margin: calc(2rem - 0.14285714em) 0 1rem;
    line-height: normal;
    text-transform: uppercase;
}
.h1,
h1 {
    font-size: 2rem;
}
.h2,
h2 {
    font-size: 1.625rem;
}
.h3,
h3 {
    font-size: 20px;
    font-size: 1.25rem;
}
.h4,
h4 {
    font-size: 18px;
    font-size: 1.125rem;
}
a,
a:active,
a:focus,
a:visited {
    color: #9c9c9c;
}
a:active:hover,
a:focus:hover,
a:hover,
a:visited:hover {
    color: #8f8f8f;
}
section {
    display: block;
    width: 100%;
    padding: 0;
}
.clearfix:after {
    display: block;
    content: '';
    clear: both;
}
:root {
    --white-900: #ffffff80;
    --white-100: #fff;
    --gold-600: #e2b031;
    --gray-100: #aaa;
    --gray-600: #969494;
    --gray-900: #9c9c9c;
    --black-700: #141414;
    --black-800: #080808;
    --black-900: #000;
    --background-header: #373636;
    --toastify-color-success: #51a351 !important;
}
::selection {
    color: #fff;
    background: #e2b031;
}
body,
html {
    width: 100%;
    max-width: 100vw;
    min-height: 1500px;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    font-size: 14px;
    line-height: 1.7;
    color: hsla(0, 0%, 100%, 0.9);
    background: #141414;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
.ui,
a,
address,
b,
body,
code,
dd,
dl,
dt,
input,
label,
li,
p,
pre,
small {
    letter-spacing: 0.045rem;
}
body {
    background: var(--black-700);
}
.message-success p:last-child {
    color: var(--black-700);
}
.Toastify .Toastify__toast {
    background: #252525 !important;
}
.Toastify .Toastify__close-button {
    opacity: 0.5 !important;
}
.Toastify .Toastify__close-button > svg path {
    fill: #fff !important;
}
.Toastify .Toastify__toast--success {
    border: 2px solid #51a351;
}
.message-success {
    padding-left: 10px;
}
.message-success p {
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif !important;
}
.message-success p:first-child {
    font-size: 16px;
    font-family: MetropolisBold, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    color: #51a351;
}
.message-success p:last-child {
    color: #fff;
}
.message-error {
    padding-left: 10px;
}
.message-error p {
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif !important;
}
.message-error p:first-child {
    font-size: 16px;
    font-family: MetropolisBold, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    color: #e74c3c;
}
.message-error p:last-child {
    color: #fff;
}
.home-seo-component p {
    margin: 1rem 0;
}
.home-seo-component ul {
    list-style-type: disc;
}
.home-seo-component ol,
.home-seo-component ul {
    list-style-position: inside;
}
.more-content {
    text-align: center !important;
    color: #9c9c9c !important;
}
.scroll {
    width: 100%;
    overflow: scroll;
    scroll-behavior: smooth;
}
.scroll::-webkit-scrollbar {
    width: 0;
    height: 1px;
}
.scroll::-webkit-scrollbar-thumb,
.scroll::-webkit-scrollbar-track {
    background: transparent;
}
.scroll::-webkit-scrollbar-thumb:hover {
    background: transparent;
}
.storybook-modal {
    position: relative;
    z-index: 15;
}
.storybook-modal.info .storybook-modal-footer-login .storybook-link--link-02,
.storybook-modal.info
    .storybook-modal-footer-login
    .storybook-link--link-02:active,
.storybook-modal.info
    .storybook-modal-footer-login
    .storybook-link--link-02:focus,
.storybook-modal.info
    .storybook-modal-footer-login
    .storybook-link--link-02:visited {
    font-size: 14px;
    text-transform: none;
    color: #9c9c9c;
    font-family: MetropolisSemiBold, Helvetica Neue, Arial, Helvetica,
        sans-serif !important;
    font-size: 12.5px;
    padding: 0.78571429em 1.5em;
}
.storybook-modal.info .storybook-button--primary-01 {
    text-transform: capitalize !important;
    font-size: 14px;
    font-family: MetropolisSemiBold, Helvetica Neue, Arial, Helvetica,
        sans-serif !important;
    padding: 13px 20px;
    max-height: 39px;
}
.storybook-modal.info .storybook-text--text-grey-01 {
    font-size: 12px;
}
.storybook-modal.info .storybook-text--a-text-white-01 {
    font-size: 14px;
}
.storybook-modal.info .storybook-text--text-white-02 {
    font-size: 18px;
}
.storybook-modal.info .storybook-modal-title h1 {
    font-size: 1.5em !important;
    line-height: 1.2em !important;
    margin-bottom: 0;
    letter-spacing: 0.045rem;
}
.storybook-modal.info .storybook-modal-content {
    max-width: 450px;
}
.storybook-modal.info .storybook-modal-header-info {
    margin: 15px 0 30px;
}
.storybook-modal.info
    .storybook-modal-header-info
    .storybook-text--text-grey-01 {
    font-size: 14px;
}
.storybook-modal.info .storybook-modal-header-info .icon-wrapper {
    margin-right: 2.5px;
}
.storybook-modal.info .storybook-modal-header-info .icon {
    color: #9c9c9c;
    font-size: 16px !important;
    margin-right: 10px !important;
}
.storybook-modal.info .storybook-modal-info-wrapper {
    margin-top: 1rem !important;
    margin-bottom: 1.5rem !important;
}
.storybook-modal.info .storybook-modal-info-wrapper .storybook-modal-info {
    background: #302f2f;
    border-radius: 0.58571429rem;
    padding: 15px;
    box-shadow: 0 8px 32px -16px #000;
}
.storybook-modal.info
    .storybook-modal-info-wrapper
    .storybook-modal-info:not(:first-child) {
    margin-top: 15px;
}
.storybook-modal.info .storybook-modal-info-wrapper .storybook-modal-progress {
    width: 130px;
    height: 115px;
}
.storybook-modal.info
    .storybook-modal-info-wrapper
    .storybook-modal-progress
    .progress-text {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 140px;
}
.storybook-modal.info
    .storybook-modal-info-wrapper
    .storybook-modal-progress
    .progress-text
    p {
    font-size: 14px;
    text-align: center;
    color: #e2b031;
    line-height: 16px !important;
    margin: 0;
}
.storybook-modal.info.no-activity-modal .storybook-modal-activity-info {
    margin: 15px 0;
}
.storybook-modal.info.no-activity-modal
    .storybook-modal-activity-info
    > div
    .storybook-text--text-white-01 {
    padding-left: 5px;
}
.storybook-modal.info.no-activity-modal .storybook-modal-content {
    max-width: 570px;
}
.storybook-modal.info.no-activity-modal .storybook-modal-title h1 {
    font-size: 2rem !important;
    margin-bottom: 25px !important;
}
.storybook-modal--providers {
    display: none;
    padding: 1em !important;
    background: rgba(0, 0, 0, 0.6);
    height: -webkit-fill-available !important;
    height: -moz-fill-available !important;
}
.storybook-modal--providers .storybook-modal-close {
    position: absolute;
    top: 10px !important;
    right: 10px !important;
    height: 20px !important;
    width: 20px !important;
    cursor: pointer;
}
.storybook-modal--providers .storybook-modal-close i {
    color: #9c9c9c;
    font-size: 20px;
    height: 20px;
    width: 20px;
}
.storybook-modal--providers .storybook-dropdown,
.storybook-modal--providers .storybook-dropdown .storybook-dropdown-menu {
    max-width: 991px;
}
.storybook-modal--providers .storybook-modal-footer {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 15px 10px;
    background: #141414;
    z-index: 2;
}
.storybook-modal--providers
    .storybook-modal-footer
    .storybook-button--primary-03 {
    font-size: 14px;
    font-family: MetropolisSemiBold, Helvetica Neue, Arial, Helvetica,
        sans-serif !important;
}
.storybook-modal--providers
    .storybook-modal-footer
    .storybook-button--primary-03,
.storybook-modal--providers
    .storybook-modal-footer
    .storybook-button--reset-01 {
    display: block;
    padding: 7px 20px;
    max-width: 100%;
    width: 100%;
}
.storybook-modal--providers .storybook-modal-content-scroll {
    height: calc(100% - 60px);
    overflow: auto;
}
.storybook-modal--providers .storybook-modal-content-scroll::-webkit-scrollbar {
    width: 0;
}
.storybook-modal--providers
    .storybook-modal-content-scroll::-webkit-scrollbar-thumb,
.storybook-modal--providers
    .storybook-modal-content-scroll::-webkit-scrollbar-track {
    background: transparent;
}
.storybook-modal--providers
    .storybook-modal-content-scroll::-webkit-scrollbar-thumb:hover {
    background: transparent;
}
.storybook-modal--providers .storybook-modal-content {
    width: 100%;
    background: #141414;
    padding: 0 1rem 1rem !important;
    position: relative;
    height: 100% !important;
    width: 95%;
    margin: 0 auto;
    border-radius: 10px;
}
@media (min-width: 768px) {
    .storybook-modal--providers .storybook-modal-content {
        width: 95%;
        padding: 3rem;
    }
}
.storybook-modal--providers .storybook-modal-description {
    padding: 0;
}
.storybook-modal--providers .storybook-modal-title {
    font-size: 2rem;
    color: #e2b031;
    margin-top: 0 !important;
    margin-bottom: 15px;
}
@media (min-width: 992px) {
    .storybook-modal--providers .storybook-modal-title {
        margin-bottom: 25px;
    }
}
.storybook-modal--providers .storybook-game-list-wrapper {
    margin-bottom: 15px;
}
.storybook-modal--providers .storybook-game-list-wrapper p {
    font-size: 14px;
}
.storybook-modal--providers .storybook-game-list-wrapper p b,
.storybook-modal--providers .storybook-game-list-wrapper p strong {
    color: #fff;
    font-family: MetropolisBold, Helvetica Neue, Arial, Helvetica, sans-serif !important;
}
.storybook-modal--providers .storybook-game-list {
    margin-top: 10px;
}
.storybook-modal--providers.active {
    display: flex;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.storybook-modal--bonus {
    display: block;
    padding: 1em;
    background: rgba(0, 0, 0, 0.6);
}
.storybook-modal--bonus .storybook-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 20px;
    width: 20px;
    cursor: pointer;
}
.storybook-modal--bonus .storybook-modal-close i {
    color: #9c9c9c;
    font-size: 20px;
    height: 20px;
    width: 20px;
}
.storybook-modal--bonus .storybook-modal-links-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
}
.storybook-modal--bonus .storybook-modal-content {
    width: 100%;
    max-width: 900px;
    background: #141414;
    padding: 1rem;
    position: relative;
    height: auto;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .storybook-modal--bonus .storybook-modal-content {
        padding: 3rem;
    }
}
.storybook-modal--bonus .storybook-modal-description {
    padding: 1rem 0;
}
.storybook-modal--bonus .storybook-modal-title {
    font-size: 2rem;
    color: #e2b031;
    margin-bottom: 15px;
}
@media (min-width: 992px) {
    .storybook-modal--bonus .storybook-modal-title {
        margin-bottom: 25px;
    }
}
.storybook-modal--bonus .storybook-game-list .storybook-link--link-07 {
    display: block;
    width: 100%;
    border: 2px solid #9c9c9c;
    text-align: center;
}
.storybook-modal--bonus
    .storybook-game-list
    .storybook-link--link-07:not(:first-child) {
    margin-top: 10px;
}
.storybook-modal--bonus.active {
    display: block;
}
.storybook-modal-link .storybook-button--primary-02 {
    margin-top: 25px;
    text-transform: none !important;
    min-width: 125px;
    max-width: 160px;
}
.storybook-list-bullet {
    margin: 1rem 0 1rem 1.25rem;
}
.storybook-list-bullet div {
    margin-top: 0 !important;
}
.storybook-steps-wrapper {
    margin: 15px 0;
}
@media (min-width: 992px) {
    .storybook-steps-wrapper .col-xl-3:not(:first-child) {
        margin-top: 0;
    }
}
@media (max-width: 991px) {
    .storybook-steps-wrapper
        .col-xl-3:last-child
        .storybook-steps-item
        .storybook-steps-bar {
        display: none;
    }
}
@media (min-width: 992px) {
    .storybook-steps-wrapper
        .col-xl-3:last-child
        .storybook-steps-item
        .storybook-steps-bar {
        display: block;
    }
}
@media (min-width: 1200px) {
    .storybook-steps-wrapper
        .col-xl-3:last-child
        .storybook-steps-item
        .storybook-steps-bar {
        display: none;
    }
}
@media (min-width: 992px) {
    .storybook-steps-wrapper .col-xl-3 .icon-chevron-down {
        display: none;
    }
}
@media (max-width: 991px) {
    .storybook-steps-wrapper .col-xl-3 .icon-chevron-down {
        display: flex;
        flex-direction: row-reverse;
        line-height: 2;
        pointer-events: auto;
    }
}
.storybook-steps-wrapper .col-xl-3 .icon-chevron-down.open {
    transform: rotate(180deg);
}
.storybook-steps-item {
    position: relative;
}
.storybook-steps-item .storybook-steps-bar {
    display: block;
    width: 1px;
    height: calc(100% + 30px);
    background: #e2b031;
    position: absolute;
    margin-left: 14.5px;
}
@media (min-width: 992px) {
    .storybook-steps-item .storybook-steps-bar {
        height: 1px;
        width: calc(100% + 30px);
        margin-top: 14.5px;
        margin-left: 0;
    }
}
.storybook-steps-item .storybook-steps-item-content {
    margin-left: 15px;
}
@media (min-width: 992px) {
    .storybook-steps-item .storybook-steps-item-content {
        margin-top: 5px;
        margin-left: 0;
    }
}
.storybook-steps-item .storybook-steps-item-content .storybook-text {
    margin-top: 5px;
}
@media (max-width: 991px) {
    .storybook-steps-item
        .storybook-steps-item-content
        .storybook-text--text-descrition-01 {
        overflow: hidden;
        max-height: 0;
        height: 100%;
        transition: max-height 0.1s ease-in-out;
    }
    .storybook-steps-item.open .storybook-text--text-descrition-01 {
        max-height: 250px;
        transition: max-height 0.25s ease-in-out;
    }
}
@media (min-width: 992px) {
    .storybook-steps-item {
        margin-top: 10px;
        margin-left: 0;
    }
}
.table-view {
    table-layout: fixed;
    width: 100%;
    margin: 1rem 0;
    border: 1px solid #2b2b2b;
    border-spacing: 0;
}
.table-view thead {
    display: none;
}
.table-view tr th {
    font-family: MetropolisBold, Helvetica Neue, Arial, Helvetica, sans-serif;
    color: #9c9c9c;
    background-color: #141414;
}
.table-view tr td,
.table-view tr th {
    border-right: 1px solid #2b2b2b;
    border-bottom: 1px solid #2b2b2b;
    margin: 0;
}
.table-view tr td:last-child,
.table-view tr th:last-child {
    border-right: 0;
}
.table-view tbody tr {
    border-bottom: 2px solid #2b2b2b;
}
.table-view tbody tr td {
    background: #232323;
    border-right: 1px solid #2b2b2b;
    display: flex;
}
.table-view tbody tr td .split-cell-mobile {
    background-color: #141414;
}
.table-view tbody tr td .split-cell-mobile .mobile-cell {
    padding: 1rem;
    line-height: 24px;
}
.table-view tbody tr td .split-cell {
    flex: 1 1;
}
.table-view tbody tr td .split-cell .column-content {
    list-style-position: inside;
    padding: 1rem;
}
.table-view tbody tr td .split-cell .column-content ul {
    list-style-type: disc;
}
.table-view tbody tr td .split-cell .column-content a {
    text-decoration: underline;
}
.table-view tbody tr:nth-child(2n) td .split-cell-mobile {
    background-color: #202020;
}
.table-view tbody tr:last-child,
.table-view tbody tr:last-child td {
    border-bottom: 0;
}
@media screen and (min-width: 600px) {
    .table-view thead {
        display: table-header-group;
    }
    .table-view thead th {
        padding: 1rem;
    }
    .table-view tbody tr td {
        display: table-cell;
    }
    .table-view tbody tr td .split-cell-mobile {
        display: none;
    }
    .table-view tbody tr td .split-cell .column-content {
        width: 100%;
    }
}
.fpo-table {
    width: 100%;
    margin: 1em 0;
    box-shadow: none;
    border-radius: 0.28571429rem;
    text-align: left;
    color: hsla(0, 0%, 100%, 0.9);
    border-collapse: separate;
    border-spacing: 0;
    font-size: 12px;
}
.fpo-table th {
    font-family: MetropolisBold, Helvetica Neue, Arial, Helvetica, sans-serif;
    color: #9c9c9c;
    background-color: #141414;
    border-color: #2b2b2b;
    border-bottom: 1px solid rgba(34, 36, 38, 0.1);
    padding: 1rem;
    text-align: center;
}
.fpo-table th:first-child {
    border-radius: 0.28571429rem 0 0 0;
}
.fpo-table th:last-child {
    border-radius: 0 0.28571429rem 0 0;
}
.fpo-table tr {
    border-left: 1px solid hsla(0, 0%, 100%, 0.1) !important;
}
.fpo-table tr:first-child {
    border-left: none;
    border-top: none;
}
.fpo-table tr:not(:first-child) td {
    border-top: 1px solid hsla(0, 0%, 100%, 0.1) !important;
}
.fpo-table tr td {
    text-align: center;
    border-left: 1px solid hsla(0, 0%, 100%, 0.1) !important;
    vertical-align: middle;
}
.fpo-table tr td:first-child {
    border: none;
    padding: 10px;
}
.fpo-table tr td:last-child {
    padding: 10px 10px 10px 20px;
}
.fpo-table tr ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.fpo-table tr ul li {
    padding: 2.5px 0;
    position: relative;
}
.fpo-table tr ul li:before {
    position: absolute;
    top: auto;
    left: auto;
    font-weight: 400;
    margin-left: -1.25rem;
    content: '•';
    opacity: 1;
    color: inherit;
    vertical-align: top;
    color: hsla(0, 0%, 100%, 0.9);
}
.fpo-table.privacy {
    background: #232323;
    font-size: 14px;
    border: 1px solid #2b2b2b;
}
.fpo-table.privacy th,
.fpo-table.privacy tr td {
    text-align: left;
}
.fpo-table.privacy tr td p {
    color: #fff !important;
}
.fpo-table.privacy tr td strong {
    display: block;
    font-family: MetropolisBold, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    color: #fff !important;
}
.fpo-table.privacy tr td:first-child {
    width: 45% !important;
}
.fpo-table.privacy.mobile tbody {
    display: table-row-group;
}
.fpo-table.privacy.mobile tr:last-child td:first-child {
    text-align: left;
}
.fpo-table.desktop {
    display: table;
}
.fpo-table.desktop tr:not(:first-child) td {
    border-top: 1px solid #e2b031 !important;
}
.fpo-table.desktop tr td {
    border-left: none !important;
    text-align: left;
}
.fpo-table.desktop tr td:first-child {
    width: 35%;
    color: #9c9c9c !important;
}
.fpo-table.desktop tr td:last-child {
    width: 65%;
}
.fpo-table.desktop.privacy {
    display: none;
}
@media (min-width: 992px) {
    .fpo-table.desktop.privacy {
        display: table;
    }
}
.fpo-table.desktop.privacy tr:hover {
    background: #202020;
}
.fpo-table.desktop.privacy tr:not(:first-child) td {
    border-top: 1px solid #2b2b2b !important;
}
.fpo-table.mobile {
    display: table;
    padding-bottom: 15px;
}
@media (min-width: 992px) {
    .fpo-table.mobile {
        display: none;
    }
}
.fpo-table.mobile thead {
    display: block;
}
.fpo-table.mobile tbody {
    width: 100%;
    display: table;
}
.fpo-table.mobile tr:not(:first-child) td {
    border: none !important;
}
.fpo-table.mobile tr:last-child td:first-child {
    text-align: right;
    width: 100%;
    background: transparent;
}
.fpo-table.mobile tr td {
    display: block !important;
    padding: 0.5rem;
    width: 100% !important;
}
.fpo-table.mobile tr td:first-child {
    margin-top: 15px;
    width: 100% !important;
}
.fpo-table.mobile tr td:last-child {
    padding: 0.5rem 2rem;
}
.storybook-top-site {
    display: block;
    position: relative;
    margin-top: -1px;
    z-index: 4;
}
.storybook-bottom-site {
    display: block;
    background: #161616;
}
.storybook-bottom-site.game-page {
    z-index: 2;
}
.storybook-middle-site {
    position: relative;
    display: block;
    height: auto;
    z-index: 3;
}
@media (min-width: 992px) {
    .storybook-middle-site {
        min-height: 500px;
    }
}
.storybook-middle-site.providers .storybook-block-wrapper.list {
    min-height: auto;
}
@media (max-width: 992px) {
    .storybook-middle-site.providers .builder-block:nth-child(2) {
        order: 2;
    }
    .storybook-middle-site.providers .builder-block:nth-child(3) {
        padding-top: 25px;
        order: 1;
    }
    .storybook-middle-site.providers
        .storybook-customer-service-content.providers {
        margin-bottom: 50px;
    }
    .storybook-middle-site.providers
        .storybook-customer-service-content.providers
        .col-lg-4 {
        order: 2;
    }
    .storybook-middle-site.providers
        .storybook-customer-service-content.providers
        .col-lg-8 {
        order: 1;
        margin-bottom: 50px;
    }
}
.storybook-toernooien-content .storybook-slider-item:before,
.storybook-toernooienid-content .storybook-slider-item:before,
.storybook-tournament-out-content .storybook-slider-item:before {
    background: linear-gradient(
        0deg,
        #141414,
        hsla(0, 0%, 8%, 0) 60%
    ) !important;
}
@media (min-width: 992px) {
    .storybook-toernooien-content .storybook-slider-item:before,
    .storybook-toernooienid-content .storybook-slider-item:before,
    .storybook-tournament-out-content .storybook-slider-item:before {
        background: linear-gradient(
            0deg,
            #141414,
            hsla(0, 0%, 8%, 0) 40%
        ) !important;
    }
}
.storybook-toernooien-content .storybook-block-wrapper.list h1,
.storybook-toernooienid-content .storybook-block-wrapper.list h1,
.storybook-tournament-out-content .storybook-block-wrapper.list h1 {
    font-size: 2rem !important;
    line-height: 1.28571429em !important;
}
.storybook-toernooien-content
    .storybook-block-wrapper.list
    .storybook-tournament-category-wrapper
    h1,
.storybook-toernooienid-content
    .storybook-block-wrapper.list
    .storybook-tournament-category-wrapper
    h1,
.storybook-tournament-out-content
    .storybook-block-wrapper.list
    .storybook-tournament-category-wrapper
    h1 {
    font-size: 32px !important;
    margin-bottom: 0 !important;
}
.storybook-toernooien-content .storybook-menu-search-providers,
.storybook-toernooienid-content .storybook-menu-search-providers,
.storybook-tournament-out-content .storybook-menu-search-providers {
    padding: 60px 0 45px;
}
.storybook-toernooienid-content .storybook-block-wrapper.list,
.storybook-tournament-out-content .storybook-block-wrapper.list {
    margin-bottom: 80px;
}
@media (max-width: 767px) {
    .storybook-toernooienid-content
        .storybook-block-wrapper.tournament
        .container,
    .storybook-tournament-out-content
        .storybook-block-wrapper.tournament
        .container {
        padding: 0 40px;
    }
}
.swiper-slide {
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.swiper-slide.swiper-slide-visible.swiper-slide-active,
.swiper-slide.swiper-slide.swiper-slide-visible.swiper-slide-duplicate {
    opacity: 1;
    visibility: visible;
}
.swiper-slide.swiper-slide.swiper-slide-duplicate {
    opacity: 0;
    visibility: hidden;
}
.relative {
    position: relative;
}
@media (min-width: 992px) {
    .fpo-table.desktop {
        display: table;
    }
    .fpo-table.mobile {
        display: none;
    }
}
.container.slider {
    position: relative;
}
.container.slider .swiper {
    overflow: visible;
}
@media (min-width: 992px) {
    .container.slider .swiper {
        overflow: hidden;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    .container.slider {
        max-width: 1140px;
        position: relative;
    }
}
@media (min-width: 1680px) {
    .container {
        max-width: 1460px;
    }
    .container.slider {
        max-width: 1460px;
        position: relative;
    }
}
img[class*='builder-pixel'] {
    height: 0 !important;
    width: 0 !important;
}
.viewport-height {
    height: 100vh !important;
}
.fpo-coming-soon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 101% !important;
    height: 101% !important;
    background-color: #141414;
}
.fpo-coming-soon .fpo-coming-soon-image {
    display: block;
    width: 100%;
    height: 100%;
}
.fpo-coming-soon .fpo-coming-soon-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fpo-coming-soon .fpo-coming-soon-logo {
    position: relative;
    width: 100px;
    height: auto;
}
@media (min-width: 768px) {
    .fpo-coming-soon .fpo-coming-soon-logo {
        width: 150px;
    }
}
.fpo-coming-soon .fpo-coming-soon-logo svg path,
.fpo-coming-soon .fpo-coming-soon-logo svg polygon,
.fpo-coming-soon .fpo-coming-soon-logo svg rect {
    fill: #e2b031;
}
.fpo-coming-soon .fpo-coming-soon-text {
    font-family: FS Sinclair Web, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    text-transform: uppercase;
    font-size: 14px !important;
    color: #fff !important;
    margin-top: 5px;
}
@media (min-width: 768px) {
    .fpo-coming-soon .fpo-coming-soon-text {
        font-size: 16px !important;
    }
}
@media (min-width: 992px) {
    .fpo-coming-soon.small {
        border-radius: 9px;
    }
}
.fpo-coming-soon.small .fpo-coming-soon-logo {
    width: 75px;
}
@media (min-width: 768px) {
    .fpo-coming-soon.small .fpo-coming-soon-logo {
        width: 100px;
    }
}
.fpo-coming-soon.small .fpo-coming-soon-text {
    font-size: 12px !important;
}
@media (min-width: 768px) {
    .fpo-coming-soon.small .fpo-coming-soon-text {
        font-size: 14px !important;
    }
}
:root {
    --swiper-theme-color: #007aff;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1;
    overflow: hidden;
}
.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0);
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
    content: '';
    flex-shrink: 0;
    order: 9999;
}
.swiper-centered.swiper-horizontal
    > .swiper-wrapper
    > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    width: 1px;
    height: var(--swiper-virtual-size);
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    border-radius: 100%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #434343;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 20px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: normal;
    line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: -55px;
    right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: -55px;
    left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
}
.swiper-button-lock {
    display: none;
}
.slider-next,
.slider-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    border-radius: 100%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #434343;
}
.slider-next.swiper-button-disabled,
.slider-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.slider-next:after,
.slider-prev:after {
    font-family: swiper-icons;
    font-size: 20px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: normal;
    line-height: 1;
}
.slider-prev,
.swiper-rtl .slider-next {
    left: -55px;
    right: auto;
}
.slider-prev:after {
    content: 'prev';
}
.slider-next,
.swiper-rtl .slider-prev {
    right: -55px;
    left: auto;
}
.slider-next:after {
    content: 'next';
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity 0.3s;
    transform: translateZ(0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: var(
        --swiper-pagination-bullet-width,
        var(--swiper-pagination-bullet-size, 8px)
    );
    height: var(
        --swiper-pagination-bullet-height,
        var(--swiper-pagination-bullet-size, 8px)
    );
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet:only-child {
    display: none !important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet,
.swiper-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    display: inline-block;
    transition: transform 0.2s, top 0.2s;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    transition: transform 0.2s, left 0.2s;
}
.swiper-horizontal.swiper-rtl
    > .swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-horizontal
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top: 4px solid transparent;
}
.swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn);
    }
}
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube {
    overflow: visible;
}
.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}
.swiper-flip {
    overflow: visible;
}
.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}
.swiper-cards {
    overflow: visible;
}
.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
.providers-swiper-logo img {
    padding: 0;
    max-height: 35px;
    width: auto;
    max-width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.container-3d .fade-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        #141414 5%,
        transparent 15%,
        transparent 85%,
        #141414 95%
    );
    pointer-events: none;
}
.storybook-button {
    position: relative;
    font-family: FS Sinclair Web, Helvetica Neue, Arial, Helvetica, sans-serif;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    outline: 0;
    border: none;
    box-shadow: inset 0 0 0 1px transparent,
        inset 0 0 0 0 rgba(34, 36, 38, 0.15);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease,
        box-shadow 0.3s ease, background 0.1s ease;
    vertical-align: baseline;
    letter-spacing: 0.045rem;
    min-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: 0.28571429rem;
    text-shadow: none;
}
.storybook-button svg {
    width: 10px;
    height: auto;
    position: absolute;
    right: 20px;
}
.storybook-button svg path {
    stroke: #000;
}
.storybook-button--primary-register {
    color: #aaa;
    font-family: FS Sinclair Web, Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding: 6px 16px;
    text-transform: uppercase;
    color: #e2b031;
    border: 2px solid #e2b031;
}
@media only screen and (min-width: 768px) {
    .storybook-button--primary-register {
        padding: 5px 20px;
        font-size: 14px;
    }
}
.storybook-button--primary-register.active,
.storybook-button--primary-register:hover {
    color: #ae8418;
}
.storybook-button--primary-01 {
    width: auto;
    color: #141414;
    background-color: #e2b031;
    font-size: 14px;
    padding: 11px 20px;
    line-height: 1.2;
    text-transform: uppercase !important;
    max-height: 36px;
}
.storybook-button--primary-01:hover {
    background: #dba621;
}
.storybook-button--primary-02 {
    width: auto;
    min-width: 280px;
    max-width: 320px;
    color: #141414;
    background-color: #e2b031;
    font-family: MetropolisSemiBold, Helvetica Neue, Arial, Helvetica,
        sans-serif !important;
    font-size: 14px;
    line-height: 1.2;
    padding: 15px 50px 15px 20px;
    text-transform: uppercase !important;
}
.storybook-button--primary-02:hover {
    background: #dba621;
}
.storybook-button--primary-05 {
    display: flex;
    align-items: center;
    width: auto;
    color: #e2b031;
    border: 2px solid #e2b031;
    background: transparent;
    font-family: MetropolisSemiBold, Helvetica Neue, Arial, Helvetica,
        sans-serif !important;
    font-size: 14px;
    padding: 16px 60px 16px 20px;
    max-height: 36px;
    line-height: 1;
    text-transform: uppercase !important;
}
.storybook-button--primary-05 i {
    position: absolute;
    top: 50%;
    width: 20px;
    right: 5px;
    webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform-origin: center center;
    transition: transform 0.1s ease-in-out;
    opacity: 0.9;
}
.storybook-button--primary-05 i.exclamation.circle {
    right: 27px;
}
.storybook-button--primary-05.active i.chevron.down,
.storybook-button--primary-05:hover i.chevron.down {
    transform: translateY(-50%) rotate(180deg);
}
.storybook-button--primary-06 {
    position: relative;
    width: auto;
    color: #e2b031;
    border: 2px solid #e2b031;
    background: transparent;
    font-family: MetropolisSemiBold, Helvetica Neue, Arial, Helvetica,
        sans-serif !important;
    font-size: 14px;
    padding: 11px 40px 11px 20px;
    text-transform: capitalize !important;
    text-align: left;
}
.storybook-button--primary-06:after {
    content: '';
    position: absolute;
    width: 35px;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) {
    .storybook-button--primary-06:after {
        display: none;
    }
}
.storybook-button--primary-06 span {
    display: block;
    font-style: normal;
    font-size: inherit;
}
.storybook-button--primary-06 span:first-child {
    line-height: 1.1;
}
.storybook-button--primary-06 i {
    position: absolute;
    opacity: 0.9;
    top: 50%;
    right: 5px;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: center center;
    transition: transform 0.1s ease-in-out;
}
@media (min-width: 992px) {
    .storybook-button--primary-06 i {
        transform: translateY(-50%) rotate(0);
    }
}
.storybook-button--primary-06.active i,
.storybook-button--primary-06:hover i {
    transform: translateY(-50%) rotate(180deg);
}
.storybook-button--filter-01 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 320px;
    max-height: 43px;
    color: #e2b031;
    background-color: transparent;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    font-size: 12px;
    line-height: 1;
    padding: 15px 18px !important;
    margin: 0.14285714em !important;
    border: 1px solid #e2b031;
    border-radius: 0.28571429rem;
}
@media (max-width: 992px) {
    .storybook-button--filter-01 {
        width: max-content;
    }
}
.storybook-button--filter-01 i {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    pointer-events: none;
    display: inline-block;
    width: auto !important;
    height: auto !important;
    margin: 0 0 0 5px !important;
    font-size: 11px;
    font-family: Icons !important;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    text-align: center;
    color: #e2b031;
    -webkit-transform-origin: center center;
    -ms-transform: center center;
    transform-origin: center center;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0.5 !important;
}
.storybook-button--filter-01:hover i {
    opacity: 1 !important;
}
.storybook-button--tertiary-01 {
    width: auto;
    min-width: 280px;
    max-width: 320px;
    color: #e2b031;
    background-color: #141414;
    font-family: MetropolisSemiBold, Helvetica Neue, Arial, Helvetica,
        sans-serif !important;
    font-size: 14px;
    padding: 15px 50px 15px 20px;
    text-transform: uppercase !important;
}
.storybook-button--tertiary-01 svg path {
    stroke: #e2b031;
}
.storybook-button--tertiary-01:hover {
    color: #000;
    background: #e2b031;
}
.storybook-button--tertiary-01:hover svg path {
    stroke: #000;
}
.storybook-button--primary-03 {
    width: auto;
    min-width: 110px;
    max-width: 150px;
    color: #141414;
    background-color: #e2b031;
    font-size: 14px;
    padding: 11px 20px;
}
.storybook-button--primary-03:hover {
    background: #dba621;
}
.storybook-button--reset-01 {
    width: auto;
    min-width: 110px;
    max-width: 150px;
    color: #818a91;
    background-color: transparent;
    font-size: 12px;
    padding: 11px 20px;
    border-radius: 0;
}
.storybook-button--reset-01:hover {
    background: transparent;
}
.storybook-button--primary-04 {
    width: 100%;
    max-width: 190px;
    color: #141414;
    background-color: #e2b031;
    font-size: 14px;
    padding: 11px 20px;
    font-family: MetropolisSemiBold, Helvetica Neue, Arial, Helvetica,
        sans-serif !important;
}
.storybook-button--primary-04:hover {
    background: #dba621;
}
.addeventatc {
    width: 100% !important;
    color: #141414 !important;
    background-color: #e2b031 !important;
    font-size: 14px !important;
    padding: 11px 20px !important;
    max-height: 36px;
    font-family: MetropolisSemiBold, Helvetica Neue, Arial, Helvetica,
        sans-serif !important;
    text-align: center;
    box-shadow: inset 0 0 0 1px transparent,
        inset 0 0 0 0 rgba(34, 36, 38, 0.15) !important;
    text-shadow: none !important;
    border-radius: 0.28571429rem !important;
}
.addeventatc svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.addeventatc .addeventatc_icon,
.addeventatc .copyx {
    display: none !important;
}
.addeventatc .addeventatc_dropdown {
    background: #302f2f !important;
    top: -200px !important;
}
.addeventatc .addeventatc_dropdown span {
    color: #9c9c9c !important;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
}
.addeventatc .addeventatc_dropdown span:hover {
    background-color: #302f2f !important;
    color: #fff !important;
}
.addeventatc:hover {
    background: #dba61f !important;
}
.storybook-button--secondary-01 {
    display: flex;
    align-items: center;
    color: #e2b031;
    border: 2px solid #e2b031;
    font-family: MetropolisSemiBold, Helvetica Neue, Arial, Helvetica,
        sans-serif;
    font-size: 10px;
    padding: 0 0.5rem;
    height: 22px;
}
@media (min-width: 992px) {
    .storybook-button--secondary-01 {
        height: auto;
        font-size: 12px;
        padding: 0.1rem 0.5rem;
    }
}
.storybook-button--news-01 {
    display: inline-flex;
    align-items: center;
    width: auto;
    background: none;
    color: #fff !important;
    border: 2px solid #fff !important;
    font-family: MetropolisSemiBold, Helvetica Neue, Arial, Helvetica,
        sans-serif !important;
    font-size: 14px;
    padding: 15px 20px;
    max-height: 42px;
}
.storybook-button--news-01.active,
.storybook-button--news-01:hover {
    color: #e2b031 !important;
    border: 2px solid #e2b031 !important;
}
.storybook-button--news-01.active {
    pointer-events: none;
}
.storybook-button--secondary-01:hover {
    color: #fff !important;
    border: 2px solid #fff !important;
}
.storybook-button--submit-01 {
    width: auto;
    color: #141414;
    background-color: #e2b031;
    font-size: 14px;
    padding: 11px 20px;
    font-family: MetropolisSemiBold, Helvetica Neue, Arial, Helvetica,
        sans-serif;
}
.storybook-button--submit-01:hover {
    background: #dba621;
}
.storybook-button--submit-01.disabled {
    pointer-events: none;
    opacity: 0.45;
    background: #818a91;
    color: #fff;
}
.game-detail-banner-button-wrapper div {
    width: 100%;
}
.game-detail-banner-button-wrapper div a {
    display: inline-block;
    width: 100%;
}
.game-detail-banner-button-wrapper .storybook-button--primary-04 {
    display: inline-block;
    width: 275px;
    max-width: unset;
    height: 40px;
    margin-top: 86px;
    font-size: 15px;
}
.game-detail-banner-button-wrapper .storybook-button--primary-04,
.game-detail-banner-button-wrapper-mobile .storybook-button--primary-04 {
    line-height: 20px;
    text-transform: uppercase;
    font-family: MetropolisBold, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    box-shadow: 0 0 10px #000;
}
.game-detail-banner-button-wrapper-mobile .storybook-button--primary-04 {
    height: 36px;
    font-size: 12px;
    padding: 8px 10px;
}
.storybook-games-drop-filters {
    margin: 1.5rem 0 1rem;
}
.storybook-games-drop-filters .storybook-dropdown:not(:first-child) {
    margin-left: 8px;
}
.storybook-dropdown {
    cursor: pointer;
    display: inline-block;
    position: relative;
    border-radius: 0.28571429rem;
    width: 100%;
    max-width: 200px;
    transition: width 0.3s ease-in-out, max-width 0.3s ease-in-out,
        opacity 0.3s ease-in-out;
    z-index: 1;
}
.storybook-dropdown i {
    cursor: pointer;
    pointer-events: none;
    display: inline-block;
    position: absolute;
    width: auto;
    height: 100%;
    font-family: fpo-finnplay !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    top: 0;
    right: 0;
    z-index: 3;
    padding: 0.3em 0.4em;
    opacity: 0.8;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
}
.storybook-dropdown .storybook-dropdown-menu {
    cursor: pointer;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0 -2px;
    width: calc(100% + 4px);
    max-width: 200px;
    max-height: 16.02857143rem;
    border-bottom-left-radius: 0.28571429rem;
    border-bottom-right-radius: 0.28571429rem;
}
.storybook-dropdown .storybook-dropdown-menu .item {
    display: block;
    padding: 14px 15px;
}
.storybook-dropdown .storybook-dropdown-menu .item,
.storybook-dropdown--dropdown-01 {
    cursor: pointer;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    max-height: 45px;
}
.storybook-dropdown--dropdown-01 {
    font-size: 15px;
    color: #fff;
    border: 2px solid #9c9c9c;
    padding: 10px 15px;
}
.storybook-dropdown--dropdown-01 i {
    font-size: 1.5em;
    color: #9c9c9c;
    border-left: 2px solid #9c9c9c;
}
.storybook-dropdown--dropdown-01 .storybook-dropdown-menu {
    border: 2px solid #e2b031;
}
.storybook-dropdown--dropdown-01 .storybook-dropdown-menu .item {
    background: #373636;
    color: #9c9c9c;
    border: none;
    padding: 1.14285714rem !important;
}
.storybook-dropdown--dropdown-01 .storybook-dropdown-menu .item:hover {
    color: #8f8f8f;
}
.storybook-dropdown--dropdown-01 span {
    font-size: inherit !important;
    font-style: normal !important;
    pointer-events: none;
}
.storybook-dropdown--dropdown-01.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 2px solid #e2b031;
}
.storybook-dropdown--dropdown-01.active i {
    border-left: 2px solid #e2b031;
}
.storybook-dropdown--dropdown-01.active .storybook-dropdown-menu {
    display: block;
}
.storybook-dropdown--dropdown-02 {
    position: relative;
    z-index: 2;
    max-width: 545px;
    font-size: 14px;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    color: #fff;
    border: 2px solid #9c9c9c;
    padding: 1em 2.67142857em 0.67857143em 0.67857143em;
    max-height: 42.55px;
    min-height: 42.55px;
    background: #1d1d1d !important;
}
.storybook-dropdown--dropdown-02 span {
    z-index: 2;
    margin-left: 11px;
    color: #9c9c9c;
    background: #1d1d1d !important;
    height: 14px;
    line-height: 14px;
    margin-top: -7px;
    padding: 0 5px;
    font-size: 14px !important;
    pointer-events: none;
    position: absolute;
    top: 1.4rem;
    left: 0;
    transition: top 0.3s ease-in-out, left 0.3s ease-in-out,
        margin-top 0.3s ease-in-out, opacity 0.3s ease-in-out;
    font-style: normal !important;
}
.storybook-dropdown--dropdown-02 i {
    font-size: 1.5em;
    color: #9c9c9c;
    border-left: 2px solid #9c9c9c;
}
.storybook-dropdown--dropdown-02 .storybook-dropdown-menu {
    border: 2px solid #e2b031;
    background: #1d1d1d;
    margin: 0 -2px;
    width: calc(100% + 4px);
    max-width: 545px;
    max-height: 200px;
    overflow: auto;
    margin-top: 0 !important;
    z-index: 5;
}
.storybook-dropdown--dropdown-02 .storybook-dropdown-menu .item {
    background: #1d1d1d;
    color: #9c9c9c;
    border: none;
    margin-top: 0 !important;
}
.storybook-dropdown--dropdown-02 .storybook-dropdown-menu .item:hover {
    color: #8f8f8f;
}
.storybook-dropdown--dropdown-02:hover {
    border: 2px solid #fff;
}
.storybook-dropdown--dropdown-02.selected ~ span {
    font-size: 1.1rem;
    top: 0;
    left: 0;
    background: #1d1d1d !important;
}
.storybook-dropdown--dropdown-02.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 2px solid #e2b031;
}
.storybook-dropdown--dropdown-02.active span {
    font-size: 14px !important;
    top: 0;
    left: 0;
    color: #e2b031;
    background: #1d1d1d !important;
}
.storybook-dropdown--dropdown-02.active i {
    border-left: 2px solid #e2b031;
}
.storybook-dropdown--dropdown-02.active .storybook-dropdown-menu {
    display: block;
}
.storybook-dropdown--dropdown-03 {
    position: relative;
    max-width: 220px;
    font-size: 14px;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    color: #fff;
    border: 2px solid #9c9c9c;
    padding: 1em 2.67142857em 0.67857143em 0.67857143em;
    max-height: 42.55px;
    min-height: 42.55px;
}
.storybook-dropdown--dropdown-03 span {
    z-index: 2;
    margin-left: 11px;
    color: #9c9c9c;
    height: 14px;
    line-height: 14px;
    margin-top: -7px;
    padding: 0 5px;
    font-size: 14px !important;
    pointer-events: none;
    position: absolute;
    top: 1.4rem;
    left: 0;
    transition: top 0.3s ease-in-out, left 0.3s ease-in-out,
        margin-top 0.3s ease-in-out, opacity 0.3s ease-in-out;
    font-style: normal !important;
}
.storybook-dropdown--dropdown-03 i {
    border-left: none !important;
    font-size: 1.5em;
    color: #9c9c9c;
    transition: font-size 0.3s ease-in-out, color 0.3s ease-in-out,
        transform 0.3s ease-in-out;
    font-style: normal !important;
    transform-origin: center center;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}
.storybook-dropdown--dropdown-03 .storybook-dropdown-menu {
    padding: 15px 0 !important;
    border: 2px solid #fff !important;
    background: #141414 !important;
    margin: 0 -2px;
    width: calc(100% + 4px);
    max-width: 220px;
    margin-top: 0 !important;
    max-height: none !important;
    z-index: 5;
}
.storybook-dropdown--dropdown-03 .storybook-dropdown-menu .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #141414 !important;
    color: #9c9c9c !important;
    padding: 10px 15px;
    max-height: 36px;
    border: none;
}
.storybook-dropdown--dropdown-03 .storybook-dropdown-menu .item input {
    pointer-events: none;
    position: relative;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
    border-radius: 0.21428571rem;
    background: #373636 !important;
    border: 2px solid #9c9c9c !important;
}
.storybook-dropdown--dropdown-03 .storybook-dropdown-menu .item input:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 67%;
    height: 67%;
    background-color: #e2b031;
    opacity: 0;
    visibility: hidden;
}
.storybook-dropdown--dropdown-03 .storybook-dropdown-menu .item:hover {
    background: #212121 !important;
    color: #fff !important;
}
.storybook-dropdown--dropdown-03
    .storybook-dropdown-menu
    .item.active
    input:after {
    opacity: 1;
    visibility: visible;
}
.storybook-dropdown--dropdown-03 .storybook-dropdown-menu .item.disabled {
    opacity: 0.45;
    pointer-events: none;
}
.storybook-dropdown--dropdown-03:hover {
    border: 2px solid #fff;
}
.storybook-dropdown--dropdown-03:hover .storybook-dropdown-menu {
    display: block;
}
.storybook-dropdown--dropdown-03:hover i {
    color: #fff;
    transform: translateY(-50%) rotate(-180deg);
}
.storybook-dropdown--dropdown-03:hover span {
    color: #fff;
}
.storybook-dropdown--dropdown-03.selected ~ span {
    font-size: 14px !important;
    top: 0;
    left: 0;
}
.storybook-dropdown--dropdown-03.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 2px solid #fff;
}
.storybook-dropdown--dropdown-03.active .storybook-dropdown-menu {
    display: block;
}
.storybook-dropdown--dropdown-04 {
    position: relative;
    max-width: 220px;
    font-size: 14px;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    color: #fff;
    border: 2px solid #9c9c9c;
    padding: 1em 2.67142857em 0.67857143em 0.67857143em;
    max-height: 42.55px;
    min-height: 42.55px;
}
.storybook-dropdown--dropdown-04 span {
    z-index: 2;
    margin-left: 11px;
    color: #9c9c9c;
    height: 14px;
    line-height: 14px;
    margin-top: -7px;
    padding: 0 5px;
    font-size: 14px !important;
    pointer-events: none;
    position: absolute;
    top: 1.4rem;
    left: 0;
    transition: top 0.3s ease-in-out, left 0.3s ease-in-out,
        margin-top 0.3s ease-in-out, opacity 0.3s ease-in-out;
    font-style: normal !important;
}
.storybook-dropdown--dropdown-04 i {
    border-left: none !important;
    font-size: 1.5em;
    color: #9c9c9c;
    transition: font-size 0.3s ease-in-out, color 0.3s ease-in-out,
        transform 0.3s ease-in-out;
    font-style: normal !important;
    transform-origin: center center;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}
.storybook-dropdown--dropdown-04 .storybook-dropdown-menu {
    padding: 15px 0 !important;
    border: 2px solid #fff !important;
    background: #141414 !important;
    margin: 0 -2px;
    width: calc(100% + 4px);
    max-width: 220px;
    margin-top: 0 !important;
    z-index: 5;
}
.storybook-dropdown--dropdown-04 .storybook-dropdown-menu .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #141414 !important;
    color: #9c9c9c !important;
    border: none;
}
.storybook-dropdown--dropdown-04 .storybook-dropdown-menu .item input {
    pointer-events: none;
    position: relative;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
    border-radius: 0.21428571rem;
    background: #373636 !important;
    border: 1px solid #9c9c9c !important;
}
.storybook-dropdown--dropdown-04 .storybook-dropdown-menu .item input:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 67%;
    height: 67%;
    background-color: #e2b031;
    opacity: 0;
    visibility: hidden;
}
.storybook-dropdown--dropdown-04 .storybook-dropdown-menu .item:hover {
    background: #212121 !important;
    color: #fff !important;
}
.storybook-dropdown--dropdown-04
    .storybook-dropdown-menu
    .item.active
    input:after {
    opacity: 1;
    visibility: visible;
}
.storybook-dropdown--dropdown-04:hover {
    border: 2px solid #fff;
}
.storybook-dropdown--dropdown-04:hover .storybook-dropdown-menu {
    display: block;
}
.storybook-dropdown--dropdown-04:hover i {
    color: #fff;
    transform: translateY(-50%) rotate(-180deg);
}
.storybook-dropdown--dropdown-04:hover span {
    color: #fff;
}
.storybook-dropdown--dropdown-04.selected ~ span {
    font-size: 14px !important;
    top: 0;
    left: 0;
}
.storybook-dropdown--dropdown-04.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 2px solid #fff;
}
.storybook-dropdown--dropdown-04.active .storybook-dropdown-menu {
    display: block;
}
.storybook-dropdown--dropdown-05 {
    position: relative;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    color: #fff;
    padding: 0;
    max-height: 42.55px;
    min-height: 42.55px;
}
.storybook-dropdown--dropdown-05 span {
    z-index: 2;
    margin-left: 11px;
    color: #9c9c9c;
    height: 14px;
    line-height: 14px;
    margin-top: -7px;
    padding: 0 5px;
    font-size: 14px !important;
    pointer-events: none;
    position: absolute;
    top: 1.4rem;
    left: 0;
    transition: top 0.3s ease-in-out, left 0.3s ease-in-out,
        margin-top 0.3s ease-in-out, color 0.3s ease-in-out;
    font-style: normal !important;
}
.storybook-dropdown--dropdown-05 i {
    border-left: none !important;
    font-size: 0.85714286em;
    color: #9c9c9c;
    transition: font-size 0.3s ease-in-out, color 0.3s ease-in-out;
    font-style: normal !important;
}
.storybook-dropdown--dropdown-05 .storybook-dropdown-menu {
    padding: 15px 0 !important;
    margin: 0 -2px;
    width: calc(100% + 4px);
    margin-top: 0 !important;
    z-index: 5;
}
.storybook-dropdown--dropdown-05 .storybook-dropdown-menu .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #141414 !important;
    color: #9c9c9c !important;
    border: none;
}
.storybook-dropdown--dropdown-05 .storybook-dropdown-menu .item input {
    position: relative;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
    border-radius: 0.21428571rem;
    background: #373636 !important;
    border: 1px solid #9c9c9c !important;
}
.storybook-dropdown--dropdown-05 .storybook-dropdown-menu .item input:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 67%;
    height: 67%;
    background-color: #e2b031;
    opacity: 0;
    visibility: hidden;
}
.storybook-dropdown--dropdown-05 .storybook-dropdown-menu .item:hover {
    background: #212121 !important;
    color: #fff !important;
}
.storybook-dropdown--dropdown-05
    .storybook-dropdown-menu
    .item.active
    input:after {
    opacity: 1;
    visibility: visible;
}
.storybook-dropdown--dropdown-05:hover {
    border: 2px solid #fff;
}
.storybook-dropdown--dropdown-05:hover .storybook-dropdown-menu {
    display: block;
}
.storybook-dropdown--dropdown-05:hover i,
.storybook-dropdown--dropdown-05:hover span {
    color: #fff;
}
.storybook-dropdown--dropdown-05.selected ~ span {
    font-size: 1rem;
    top: 0;
    left: 0;
}
.storybook-dropdown--dropdown-05.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 2px solid #fff;
}
.storybook-dropdown--dropdown-05.active .storybook-dropdown-menu {
    display: block;
}
.storybook-dropdown--dropdown-05 .rc-slider-wrapper {
    padding: 0 1rem;
}
.storybook-dropdown--dropdown-05 .multi-range-slider {
    margin-top: -15px;
}
.arrow-down {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    font-size: 30px;
}
.arrow-down svg {
    transform-origin: center center;
    transform: rotate(90deg);
}
details {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: relative;
}
#borderTop {
    position: absolute;
    max-width: 400px;
}
details > summary span.arrow-down {
    width: 24px;
    height: 24px;
    transition: transform 0.1s ease-in-out, margin-left 0.1s ease-in-out;
    margin-left: auto;
}
details[open] summary span.arrow-down {
    transform: rotate(-180deg);
}
summary {
    display: flex;
    cursor: pointer;
}
.description {
    width: 100%;
    padding: 1.875rem 0;
}
summary::-webkit-details-marker {
    display: none;
}
.storybook-icon {
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
}
.storybook-icon--icon-01,
.storybook-icon--icon-02,
.storybook-icon--icon-03 {
    margin-bottom: 15px;
}
.storybook-icon--icon-01 i,
.storybook-icon--icon-02 i,
.storybook-icon--icon-03 i {
    display: inline-block;
    width: 1.18em;
    height: 1em;
    font-family: fpo-finnplay !important;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    text-align: center;
    font-size: 40px;
    color: #fff;
}
.storybook-icon--hamburguer-01 {
    height: auto;
    padding: 0;
    margin: 0;
    opacity: 0.8;
}
.storybook-icon--hamburguer-01 i {
    display: inline-block;
    height: 1em;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    text-align: center;
    font-size: 1.7em;
    margin: 0 !important;
    color: #fff;
}
.storybook-icon--close-01 {
    width: auto;
    height: auto;
    margin: 0;
}
.storybook-icon--close-01 i {
    display: inline-block;
    width: 1.18em;
    height: 1em;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    text-align: center;
    font-size: 1em;
    color: #fff;
}
.storybook-icon--social-icon-01,
.storybook-icon--social-icon-02 {
    display: block;
    width: 36px;
    height: auto;
    margin: 0;
}
.storybook-icon--social-icon-01 svg,
.storybook-icon--social-icon-02 svg {
    width: 100%;
    height: 100%;
}
@media (min-width: 992px) {
    .storybook-icon--icon-01,
    .storybook-icon--icon-02,
    .storybook-icon--icon-03 {
        margin-bottom: 0;
        margin-right: 25px;
    }
}
.icon.star div span {
    font-size: 20px !important;
    font-style: normal;
    padding-bottom: 15px;
    margin-left: 2px;
}
.storybook-link,
.storybook-link--primary-03 {
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.storybook-link--primary-03 {
    font-weight: 700;
    cursor: pointer;
    outline: 0;
    border: none;
    box-shadow: inset 0 0 0 1px transparent,
        inset 0 0 0 0 rgba(34, 36, 38, 0.15);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: baseline;
    letter-spacing: 0.045rem;
    min-height: 1em;
    font-style: normal;
    text-align: center;
    border-radius: 0.28571429rem;
    text-shadow: none;
    transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease,
        box-shadow 0.1s ease, background-color 0.1s ease;
    width: auto;
    min-width: 110px;
    max-width: 150px;
    color: #141414;
    background-color: #e2b031;
    font-size: 14px;
    padding: 11px 20px;
    color: #000 !important;
}
.storybook-link--primary-03:hover {
    background: #e2b031;
}
.storybook-link--link-01,
.storybook-link--link-01:active,
.storybook-link--link-01:focus,
.storybook-link--link-01:visited {
    font-size: 12px;
    line-height: 40px;
    color: #aaa;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif;
}
.storybook-link--link-01:active:hover,
.storybook-link--link-01:focus:hover,
.storybook-link--link-01:hover,
.storybook-link--link-01:visited:hover {
    color: #fff;
}
.storybook-link--link-02,
.storybook-link--link-02:active,
.storybook-link--link-02:focus,
.storybook-link--link-02:visited {
    font-size: 16px;
    text-transform: uppercase;
    color: #aaa;
    font-family: FS Sinclair Web, Helvetica Neue, Arial, Helvetica, sans-serif !important;
}
.storybook-link--link-02.active,
.storybook-link--link-02:active.active,
.storybook-link--link-02:focus.active,
.storybook-link--link-02:visited.active {
    color: #e2b031 !important;
}
.storybook-link--link-02:active:hover,
.storybook-link--link-02:focus:hover,
.storybook-link--link-02:hover,
.storybook-link--link-02:visited:hover {
    color: #fff;
}
.storybook-link--link-03,
.storybook-link--link-03:active,
.storybook-link--link-03:focus,
.storybook-link--link-03:visited {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif;
}
.storybook-link--link-03:active:hover,
.storybook-link--link-03:focus:hover,
.storybook-link--link-03:hover,
.storybook-link--link-03:visited:hover {
    color: #9c9c9c;
}
.storybook-link--link-04,
.storybook-link--link-04:active,
.storybook-link--link-04:focus,
.storybook-link--link-04:visited {
    font-size: 18px;
    line-height: 45px;
    height: 45px;
    color: #fff;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif;
}
.storybook-link--link-04.active,
.storybook-link--link-04:active.active,
.storybook-link--link-04:focus.active,
.storybook-link--link-04:visited.active {
    color: #e2b031;
}
.storybook-link--link-04:active:hover,
.storybook-link--link-04:focus:hover,
.storybook-link--link-04:hover,
.storybook-link--link-04:visited:hover {
    color: #aaa;
}
.storybook-link--link-05,
.storybook-link--link-05:active,
.storybook-link--link-05:focus,
.storybook-link--link-05:visited {
    font-size: 14px;
    line-height: 25px;
    color: #9c9c9c;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif;
}
.storybook-link--link-05:active:hover,
.storybook-link--link-05:focus:hover,
.storybook-link--link-05:hover,
.storybook-link--link-05:visited:hover {
    color: #fff;
}
.storybook-link--link-06,
.storybook-link--link-06:active,
.storybook-link--link-06:focus,
.storybook-link--link-06:visited {
    font-size: 14px;
    line-height: 25px;
    color: #9c9c9c;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif;
    text-decoration: underline;
}
.storybook-link--link-06:active:hover,
.storybook-link--link-06:focus:hover,
.storybook-link--link-06:hover,
.storybook-link--link-06:visited:hover {
    color: #e2b031;
}
.storybook-link--link-07,
.storybook-link--link-07:active,
.storybook-link--link-07:focus,
.storybook-link--link-07:visited {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    color: #9c9c9c;
    border: 2px solid #9c9c9c;
    font-family: MetropolisSemiBold, Helvetica Neue, Arial, Helvetica,
        sans-serif;
    padding: 0.78571429em 1.5em;
    margin: 0 0.45em 0.45em 0 !important;
    border-radius: 0.28571429rem;
    max-height: 40px;
}
.storybook-link--link-07.active,
.storybook-link--link-07:active.active,
.storybook-link--link-07:focus.active,
.storybook-link--link-07:visited.active {
    color: #e2b031;
    border: 2px solid #e2b031;
}
.storybook-link--link-07.disabled,
.storybook-link--link-07:active.disabled,
.storybook-link--link-07:focus.disabled,
.storybook-link--link-07:visited.disabled {
    opacity: 0.45 !important;
    pointer-events: none;
}
.storybook-link--link-08,
.storybook-link--link-08:active,
.storybook-link--link-08:focus,
.storybook-link--link-08:visited {
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    max-height: 45px;
    color: #fff;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 18px 10px;
    border-radius: 0.28571429rem;
    background: #232323;
}
.storybook-link--link-08:active:hover,
.storybook-link--link-08:focus:hover,
.storybook-link--link-08:hover,
.storybook-link--link-08:visited:hover {
    color: #9c9c9c;
}
.storybook-link--link-08.active,
.storybook-link--link-08:active.active,
.storybook-link--link-08:focus.active,
.storybook-link--link-08:visited.active {
    color: #e2b031;
}
.storybook-link--link-09,
.storybook-link--link-09:active,
.storybook-link--link-09:focus,
.storybook-link--link-09:visited {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-family: MetropolisBold, Helvetica Neue, Arial, Helvetica, sans-serif;
}
.storybook-link--link-09:active:hover,
.storybook-link--link-09:focus:hover,
.storybook-link--link-09:hover,
.storybook-link--link-09:visited:hover {
    color: #9c9c9c;
}
.storybook-link--link-09.active,
.storybook-link--link-09:active.active,
.storybook-link--link-09:focus.active,
.storybook-link--link-09:visited.active {
    color: #e2b031;
}
.storybook-link--link-10,
.storybook-link--link-10:active,
.storybook-link--link-10:focus,
.storybook-link--link-10:visited {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif;
}
.storybook-link--link-10:active:hover,
.storybook-link--link-10:focus:hover,
.storybook-link--link-10:hover,
.storybook-link--link-10:visited:hover {
    color: #9c9c9c;
}
.storybook-link--link-10.active,
.storybook-link--link-10:active.active,
.storybook-link--link-10:focus.active,
.storybook-link--link-10:visited.active {
    pointer-events: none;
    color: #e2b031;
}
.storybook-link--link-11,
.storybook-link--link-11:active,
.storybook-link--link-11:focus,
.storybook-link--link-11:visited {
    font-size: 12px;
    line-height: 24px;
    color: #9c9c9c;
    letter-spacing: 0.045rem;
    font-family: MetropolisSemiBold, Helvetica Neue, Arial, Helvetica,
        sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.storybook-link--link-11:active:hover,
.storybook-link--link-11:focus:hover,
.storybook-link--link-11:hover,
.storybook-link--link-11:visited:hover {
    color: #9c9c9c;
}
.storybook-link--link-11.active,
.storybook-link--link-11:active.active,
.storybook-link--link-11:focus.active,
.storybook-link--link-11:visited.active {
    font-size: 16px !important;
    font-family: MetropolisBold, Helvetica Neue, Arial, Helvetica, span;
    font-family-font-size: 16px !important;
}
.storybook-link--link-11 span,
.storybook-link--link-11:active span,
.storybook-link--link-11:focus span,
.storybook-link--link-11:visited span {
    color: #9c9c9c;
    font-style: normal;
    font-size: 12px;
}
.storybook-link--link-11 span:last-child,
.storybook-link--link-11:active span:last-child,
.storybook-link--link-11:focus span:last-child,
.storybook-link--link-11:visited span:last-child {
    color: #fff !important;
    position: absolute;
    right: 0;
}
.storybook-link--link-parent-01,
.storybook-link--link-parent-01:active,
.storybook-link--link-parent-01:focus,
.storybook-link--link-parent-01:visited {
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    line-height: 45px;
    height: 45px;
    color: #fff;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif;
}
.storybook-link--link-parent-01 i,
.storybook-link--link-parent-01:active i,
.storybook-link--link-parent-01:focus i,
.storybook-link--link-parent-01:visited i {
    display: inline-block;
    position: relative;
    right: 30px;
    font-size: 14px;
    font-family: fpo-finnplay !important;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    text-align: center;
    color: #fff;
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}
.storybook-link--link-parent-01.active,
.storybook-link--link-parent-01:active.active,
.storybook-link--link-parent-01:active:hover,
.storybook-link--link-parent-01:active:hover i,
.storybook-link--link-parent-01:focus.active,
.storybook-link--link-parent-01:focus:hover,
.storybook-link--link-parent-01:focus:hover i,
.storybook-link--link-parent-01:hover,
.storybook-link--link-parent-01:hover i,
.storybook-link--link-parent-01:visited.active,
.storybook-link--link-parent-01:visited:hover,
.storybook-link--link-parent-01:visited:hover i {
    color: #e2b031;
}
.storybook-link--link-parent-01.active i,
.storybook-link--link-parent-01:active.active i,
.storybook-link--link-parent-01:focus.active i,
.storybook-link--link-parent-01:visited.active i {
    color: #e2b031;
    transform: rotate(-180deg);
}
.storybook-link--link-parent-02,
.storybook-link--link-parent-02:active,
.storybook-link--link-parent-02:focus,
.storybook-link--link-parent-02:visited {
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-family: MetropolisBold, Helvetica Neue, Arial, Helvetica, sans-serif;
}
.storybook-link--link-parent-02 i,
.storybook-link--link-parent-02:active i,
.storybook-link--link-parent-02:focus i,
.storybook-link--link-parent-02:visited i {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    font-size: 12px;
    font-family: fpo-finnplay !important;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    text-align: center;
    color: #fff;
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform: center center;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}
.storybook-link--link-parent-02:active:hover,
.storybook-link--link-parent-02:active:hover i,
.storybook-link--link-parent-02:focus:hover,
.storybook-link--link-parent-02:focus:hover i,
.storybook-link--link-parent-02:hover,
.storybook-link--link-parent-02:hover i,
.storybook-link--link-parent-02:visited:hover,
.storybook-link--link-parent-02:visited:hover i {
    color: #9c9c9c;
}
.storybook-link--link-parent-02.active,
.storybook-link--link-parent-02:active.active,
.storybook-link--link-parent-02:focus.active,
.storybook-link--link-parent-02:visited.active {
    color: #fff;
}
.storybook-link--link-parent-02.active i,
.storybook-link--link-parent-02:active.active i,
.storybook-link--link-parent-02:focus.active i,
.storybook-link--link-parent-02:visited.active i {
    color: #fff;
    transform: rotate(-180deg);
}
.storybook-link--link-child-01,
.storybook-link--link-child-01:active,
.storybook-link--link-child-01:focus,
.storybook-link--link-child-01:visited {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    color: #fff;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif;
}
.storybook-link--link-child-01--active,
.storybook-link--link-child-01:active--active,
.storybook-link--link-child-01:focus--active,
.storybook-link--link-child-01:visited--active {
    color: #e2b031;
}
.storybook-link--link-child-01:active:hover,
.storybook-link--link-child-01:focus:hover,
.storybook-link--link-child-01:hover,
.storybook-link--link-child-01:visited:hover {
    color: #aaa;
}
.storybook-link--link-child-02,
.storybook-link--link-child-02:active,
.storybook-link--link-child-02:focus,
.storybook-link--link-child-02:visited {
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif;
}
.storybook-link--link-child-02:active:hover,
.storybook-link--link-child-02:focus:hover,
.storybook-link--link-child-02:hover,
.storybook-link--link-child-02:visited:hover {
    color: #9c9c9c;
}
.storybook-link--link-child-02.active,
.storybook-link--link-child-02:active.active,
.storybook-link--link-child-02:focus.active,
.storybook-link--link-child-02:visited.active {
    color: #e2b031;
}
.storybook-link--link-register,
.storybook-link--link-register:active,
.storybook-link--link-register:visited,
.storybook-link--link-rgister:focus {
    position: relative;
    font-family: FS Sinclair Web, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    outline: 0;
    border: none;
    box-shadow: inset 0 0 0 1px transparent,
        inset 0 0 0 0 rgba(34, 36, 38, 0.15);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease,
        box-shadow 0.3s ease, background 0.1s ease;
    vertical-align: baseline;
    letter-spacing: 0.045rem;
    min-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: 0.28571429rem;
    text-shadow: none;
    width: auto;
    color: #141414 !important;
    background-color: #e2b031;
    font-size: 10px;
    padding: 11px 16px;
    text-transform: uppercase !important;
    max-height: 36px;
    line-height: 1.1;
}
@media only screen and (min-width: 768px) {
    .storybook-link--link-register,
    .storybook-link--link-register:active,
    .storybook-link--link-register:visited,
    .storybook-link--link-rgister:focus {
        padding: 11px 20px;
        font-size: 14px;
    }
}
.storybook-link--link-register:active:hover,
.storybook-link--link-register:hover,
.storybook-link--link-register:visited:hover,
.storybook-link--link-rgister:focus:hover {
    background: #dba621;
}
.storybook-logo {
    display: block;
    margin: 0;
    padding: 0;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.storybook-logo--logo-01,
.storybook-logo--logo-01:active,
.storybook-logo--logo-01:focus,
.storybook-logo--logo-01:visited {
    width: 38.77px;
    height: 27px;
}
@media (min-width: 400px) {
    .storybook-logo--logo-01,
    .storybook-logo--logo-01:active,
    .storybook-logo--logo-01:focus,
    .storybook-logo--logo-01:visited {
        width: 53px;
        height: 36px;
    }
}
@media (min-width: 1200px) {
    .storybook-logo--logo-01,
    .storybook-logo--logo-01:active,
    .storybook-logo--logo-01:focus,
    .storybook-logo--logo-01:visited {
        transform: scale(1);
    }
    .storybook-logo--logo-01:active:hover,
    .storybook-logo--logo-01:focus:hover,
    .storybook-logo--logo-01:hover,
    .storybook-logo--logo-01:visited:hover {
        transform: scale(1.1);
    }
}
.storybook-logo--logo-01 svg,
.storybook-logo--logo-01:active svg,
.storybook-logo--logo-01:focus svg,
.storybook-logo--logo-01:visited svg {
    width: 100%;
    height: 100%;
}
.storybook-text {
    display: inline-block;
    width: auto;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
.storybook-text--primary-h1-01 {
    font-size: 2.25rem;
    line-height: 1;
    margin-bottom: 0.5rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #e2b031;
}
.storybook-text--primary-h1-01,
.storybook-text--primary-h1-01 p {
    font-family: FS Sinclair Web, Helvetica Neue, Arial, Helvetica, sans-serif !important;
}
@media (min-width: 768px) {
    .storybook-text--primary-h1-01 {
        text-align: left;
        font-size: 3rem;
        margin-bottom: 1.3rem;
    }
}
@media (min-width: 992px) {
    .storybook-text--primary-h1-01 {
        margin-bottom: 2rem;
    }
}
.storybook-text--primary-h1-03 {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 0;
    font-family: FS Sinclair Web, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #e2b031;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
    .storybook-text--primary-h1-03 {
        text-align: left;
        font-size: 3.2rem;
    }
}
.storybook-text--modal-title-h1-01 {
    font-size: 2rem;
    line-height: 1;
}
.storybook-text--modal-title-h1-01,
.storybook-text--primary-h1-02 {
    font-family: FS Sinclair Web, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    text-transform: uppercase;
    color: #e2b031;
}
.storybook-text--primary-h1-02 {
    font-size: 2.25rem;
    line-height: 3.5rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
    text-align: center;
}
.storybook-text--primary-h1-02 span {
    display: block;
    font-size: 3.5rem;
    font-style: normal !important;
    font-family: FS Sinclair Web, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    line-height: 1;
}
@media (min-width: 768px) {
    .storybook-text--primary-h1-02 {
        text-align: left;
        font-size: 3rem;
        margin-bottom: 1.3rem;
    }
    .storybook-text--primary-h1-02 span {
        display: block;
        font-size: 4.5rem;
    }
}
.storybook-text--primary-h1-02-white {
    font-size: 2.25rem;
    line-height: 3.5rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.storybook-text--primary-h1-02-white,
.storybook-text--primary-h1-02-white span {
    font-family: FS Sinclair Web, Helvetica Neue, Arial, Helvetica, sans-serif !important;
}
.storybook-text--primary-h1-02-white span {
    display: block;
    font-size: 3.5rem;
    font-style: normal !important;
    line-height: 1;
}
@media (min-width: 768px) {
    .storybook-text--primary-h1-02-white {
        text-align: left;
        font-size: 3rem;
        margin-bottom: 1.3rem;
    }
    .storybook-text--primary-h1-02-white span {
        display: block;
        font-size: 4.5rem;
    }
}
.storybook-text--primary-h2-01 {
    font-size: 1.75rem;
}
.storybook-text--primary-h2-01,
.storybook-text--primary-h2-02 {
    font-family: FS Sinclair Web, Helvetica Neue, Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #e2b031;
}
.storybook-text--primary-h2-02 {
    font-size: 2rem;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.storybook-text--primary-h3-01 {
    display: block;
    text-align: center;
    margin-bottom: 8px !important;
    font-size: 1.25rem;
    line-height: 1.28571429em;
    font-family: FS Sinclair Web, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    font-weight: 700;
    text-transform: uppercase;
    color: #e2b031;
}
.storybook-text--primary-h3-01 i {
    display: none;
    opacity: 1;
    margin: 0 0.25rem 0 0;
    width: 1.18em;
    height: 1.5em;
    font-size: 17px;
    font-family: fpo-finnplay !important;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    text-align: center;
    speak: none;
    float: right;
    color: #fff;
}
.storybook-text--primary-h4-01 {
    font-size: 1.125rem;
    line-height: 1.28571429em;
    color: #e2b031;
}
.storybook-text--primary-h4-01,
.storybook-text--white-h3-01 {
    display: block;
    font-family: FS Sinclair Web, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    font-weight: 700;
    text-transform: uppercase;
}
.storybook-text--white-h3-01 {
    font-size: 1.3rem;
    line-height: 1.1;
    margin-bottom: 10px;
    color: #fff;
}
@media (min-width: 992px) {
    .storybook-text--white-h3-01 {
        font-size: 2rem;
    }
}
.storybook-text--white-h3-01-span {
    display: block;
    font-size: 1.5rem;
    line-height: 1.1;
    font-family: FS Sinclair Web, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
}
@media (min-width: 992px) {
    .storybook-text--white-h3-01-span {
        font-size: 2.5rem;
    }
}
.storybook-text--white-h3-02 {
    font-size: 1.25rem;
    line-height: 1.28571429em;
}
.storybook-text--white-h3-02,
.storybook-text--white-h3-03 {
    display: block;
    font-family: FS Sinclair Web, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.storybook-text--white-h3-03 {
    font-size: 2.25rem;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
}
@media (min-width: 992px) {
    .storybook-text--white-h3-03 {
        font-size: 3.2rem;
    }
}
.storybook-text--white-h3-03 span {
    display: block;
    font-size: 2.5rem;
    line-height: 1;
    font-family: FS Sinclair Web, Helvetica Neue, Arial, Helvetica, sans-serif !important;
}
@media (min-width: 992px) {
    .storybook-text--white-h3-03 span {
        font-size: 9rem;
    }
}
.storybook-text--white-h3-03.yellow {
    color: #e2b031;
}
.storybook-text--white-h3-04 {
    display: block;
    font-size: 1.8rem;
    line-height: 1;
    font-family: FS Sinclair Web, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
    .storybook-text--white-h3-04 {
        font-size: 3.2rem;
    }
}
.storybook-text--text-white-01 {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-family: MetropolisSemiBold, Helvetica Neue, Arial, Helvetica,
        sans-serif !important;
    color: #fff !important;
}
.storybook-text--text-white-02 {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: MetropolisBold, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    color: #fff !important;
}
.storybook-text--text-white-03 {
    font-size: 32px;
    font-family: FS Sinclair Web, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    font-size: 16px;
    line-height: 24px;
    color: #fff !important;
}
.storybook-text--text-copy-01,
.storybook-text--text-white-03 {
    display: block;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif !important;
}
.storybook-text--text-copy-01 {
    font-size: 13px;
    line-height: 1.5;
    color: #969494;
}
.storybook-text--text-copy-01.normal {
    font-size: 14px;
}
.storybook-text--text-copy-02 {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    font-family: MetropolisBold, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    color: #969494;
    text-align: center;
    margin-top: 15px;
}
@media (min-width: 992px) {
    .storybook-text--text-copy-02 {
        text-align: left;
        margin-top: 0;
    }
    .storybook-text--text-copy-02.padding-text {
        padding: 0 30px;
    }
}
.storybook-text--text-white-h1-01 {
    display: block;
    font-size: 2rem;
    line-height: 1.28571429em;
    font-family: FS Sinclair Web, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.storybook-text--text-grey-01 {
    font-size: 14px;
}
.storybook-text--text-grey-01,
.storybook-text--text-grey-02 {
    display: block;
    line-height: 24px;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    color: #9c9c9c;
}
.storybook-text--text-grey-02 {
    font-size: 16px;
}
.storybook-text--text-grey-03 {
    font-size: 10px;
    font-style: italic;
    color: #9c9c9c;
}
.storybook-text--text-description-01,
.storybook-text--text-grey-03 {
    display: block;
    line-height: 24px;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif !important;
}
.storybook-text--text-description-01 {
    font-size: 14px;
    color: hsla(0, 0%, 100%, 0.9);
}
.storybook-text--text-description-01 span {
    font-size: smaller;
    font-style: italic;
    color: #9c9c9c;
}
.storybook-text--text-description-01 ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
    -webkit-margin-after: 1em;
    margin-block-end: 1em;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-padding-start: 40px;
    padding-inline-start: 40px;
}
.storybook-text--text-description-01 ol.list {
    margin: 0;
    padding-top: 0;
    padding-left: 1.25rem;
    list-style: none;
}
.storybook-text--text-description-01 ol.list li:before {
    content: '-';
    position: absolute;
    top: auto;
    left: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    margin-left: -1.25rem;
    text-align: right;
    color: hsla(0, 0%, 100%, 0.9);
    vertical-align: middle;
    opacity: 0.8;
}
.storybook-text--text-description-01 ul {
    padding: 0;
    margin: 15px;
    list-style: none;
}
.storybook-text--text-description-01 ul li {
    position: relative;
    padding: 2.5px 0;
}
.storybook-text--text-description-01 ul li:before {
    position: absolute;
    top: auto;
    left: auto;
    font-weight: 400;
    margin-left: -1.25rem;
    content: '•';
    opacity: 1;
    color: inherit;
    vertical-align: top;
    color: #fff;
    color: hsla(0, 0%, 100%, 0.9);
}
.storybook-text--text-description-01.steps {
    margin-bottom: 25px !important;
}
.storybook-text--text-description-01.steps-final {
    margin-top: 25px !important;
}
.storybook-text--text-description-01.number-games {
    color: #8f8f8f;
    margin-bottom: 25px;
    font-size: 12px !important;
}
.storybook-text--text-faqs-01 {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    color: hsla(0, 0%, 100%, 0.9);
}
.storybook-text--text-faqs-01 i {
    display: inline-block;
    float: none;
    opacity: 1;
    width: 1.25em;
    height: 1em;
    margin: 0 0 0.25rem;
    padding: 0;
    font-size: 1.5em;
    transform: rotate(-90deg);
}
.storybook-text--text-faqs-01.active {
    color: #e2b031;
}
.storybook-text--text-faqs-02 {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    color: hsla(0, 0%, 100%, 0.9);
    padding: 0.21428571em 0;
}
.storybook-text--text-faqs-02:before {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    position: absolute;
    top: auto;
    left: auto;
    font-weight: 400;
    margin-left: -1.25rem;
    content: '•';
    opacity: 1;
    color: inherit;
    vertical-align: top;
    color: hsla(0, 0%, 100%, 0.9);
}
.storybook-text--text-faqs-03 {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    color: #e2b031;
}
.storybook-text--text-faqs-03 span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-family: MetropolisBold, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    color: #fff;
    text-decoration: underline;
    font-style: normal;
}
.storybook-text--text-number-01 {
    position: relative;
    background: #e2b031;
    height: 30px;
    width: auto;
    min-width: 30px;
    max-width: 30px;
    border-radius: 15px;
}
.storybook-text--text-number-01 b {
    color: #141414;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
}
.storybook-text--primary-h1-04 {
    font-size: 2.25rem;
    line-height: 1;
    margin-bottom: 0.5rem;
    padding-left: 5px;
    font-family: MetropolisBold, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    font-weight: 900;
    text-align: center;
    color: #fff;
}
@media (min-width: 768px) {
    .storybook-text--primary-h1-04 {
        text-align: left;
        margin-bottom: 1.3rem;
    }
}
@media (min-width: 992px) {
    .storybook-text--primary-h1-04 {
        padding-left: 0;
        margin-bottom: 2rem;
    }
}
.storybook-text--link-12 {
    font-size: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}
.storybook-text--link-12,
.storybook-text--link-13 {
    display: block;
    line-height: 24px;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    margin-bottom: 0.5rem;
    color: #fff;
}
.storybook-text--link-13 {
    font-size: 15px;
}
.storybook-text--text-number-02 {
    position: relative;
    color: #e2b031;
    text-decoration: underline;
}
.storybook-text--text-blog-h2-01 {
    font-size: 22px;
}
.storybook-text--text-blog-h2-01,
.storybook-text--text-blog-h3-01 {
    text-transform: none;
    color: #fff;
    font-family: MetropolisSemiBold, Helvetica Neue, Arial, Helvetica,
        sans-serif !important;
}
.storybook-text--text-blog-h3-01 {
    font-size: 20px;
}
.storybook-text--text-blog-01 {
    line-height: 24px;
    text-transform: none;
    color: #b8b8b8;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    font-size: 16px;
}
a .primary-h4-01 {
    font-size: 1.125rem;
    color: #e2b031;
}
a .primary-h4-01,
a .white-h3-02 {
    display: block;
    line-height: 1.28571429em;
    font-family: FS Sinclair Web, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
}
a .white-h3-02 {
    font-size: 1.25rem;
    color: #fff;
}
.storybook-customer-service-faqs-item.active
    .storybook-text--text-faqs-01
    .icon-small-arrow-down {
    transform: translateY(-50%) rotate(0) !important;
}
.metroRegular {
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif !important;
}
.metroSemi {
    font-family: MetropolisSemiBold, Helvetica Neue, Arial, Helvetica,
        sans-serif !important;
}
.metroBold {
    font-family: MetropolisBold, Helvetica Neue, Arial, Helvetica, sans-serif !important;
}
.uppercase {
    text-transform: uppercase;
}
.warning-app {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px 5px;
    background-color: #e2b031;
    text-align: center;
    z-index: 10;
}
.warning-app p {
    color: #000;
    font-size: 14px;
    font-family: FS Sinclair Web, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    font-weight: 700;
}
.storybook-block-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    opacity: 1;
    visibility: visible;
}
.storybook-block-wrapper.black {
    z-index: 3;
    background: #080808;
    padding: 0 0 15px;
    margin-bottom: 45px;
}
@media (min-width: 992px) {
    .storybook-block-wrapper.black {
        max-height: 130px;
    }
}
.storybook-block-wrapper:has(.storybook-block--info-01) {
    padding: 0;
}
.storybook-block-wrapper.white {
    background: #fff;
    padding-top: 45px;
}
.storybook-block-wrapper.white .storybook-card--list-header {
    padding-bottom: 1rem;
}
.storybook-block-wrapper.white .storybook-text--primary-h2-01 {
    font-size: 1.625rem;
}
.storybook-block-wrapper.white .storybook-card--01 .storybook-card-content {
    background: #fff;
}
.storybook-block-wrapper.white
    .storybook-card--01
    .storybook-card-content
    .storybook-link--link-06,
.storybook-block-wrapper.white
    .storybook-card--01
    .storybook-card-content
    .storybook-link--link-06:focus,
.storybook-block-wrapper.white
    .storybook-card--01
    .storybook-card-content
    .storybook-link--link-06:visited {
    color: #9c9c9c !important;
}
.storybook-block-wrapper.list {
    min-height: 500px;
}
.storybook-block-wrapper.homepage {
    margin-bottom: 10px;
}
@media (min-width: 1199px) {
    .storybook-block-wrapper.homepage {
        margin-bottom: 25px;
    }
}
@media (max-width: 767px) {
    .storybook-block-wrapper.homepage .storybook-text--primary-h2-01 {
        font-size: 1.25rem;
        margin-bottom: 0;
    }
    .storybook-block-wrapper.homepage .column-game {
        width: 36vw;
        margin-bottom: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .storybook-block-wrapper.homepage .column-game {
        width: 42vw;
        padding-right: 0.1rem;
    }
}
.storybook-block-wrapper.homepage.game-page-detail
    .storybook-text--primary-h2-01 {
    color: #fff;
}
.storybook-block-wrapper.tournament .storybook-text--primary-h1-02 {
    color: #fff !important;
    line-height: 1em !important;
}
.storybook-block-wrapper.tournament:first-child {
    margin-bottom: 60px;
}
.storybook-block-wrapper.tournament:last-child {
    margin-bottom: 45px;
}
.storybook-block-wrapper.tournament .storybook-card--list-items {
    padding: 0;
}
.storybook-block-wrapper.tournament .storybook-card--list-items.result {
    padding: 15px 0;
}
.storybook-block-wrapper.tournament
    .storybook-card--list-items.result
    .storybook-text--text-white-01 {
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif !important;
}
.storybook-block-wrapper.tournament .column-game {
    width: 100%;
    margin-bottom: 0;
}
.storybook-block-wrapper.tournament .column-game:not(:first-child) {
    margin-top: 30px;
}
@media (min-width: 768px) {
    .storybook-block-wrapper.tournament .column-game {
        width: 50%;
    }
    .storybook-block-wrapper.tournament .column-game:not(:first-child) {
        margin-top: 0;
    }
    .storybook-block-wrapper.tournament .column-game:nth-child(n + 3) {
        margin-top: 30px;
    }
}
@media (min-width: 992px) {
    .storybook-block-wrapper.tournament .column-game {
        width: 33%;
    }
    .storybook-block-wrapper.tournament .column-game:nth-child(n + 3) {
        margin-top: 0;
    }
    .storybook-block-wrapper.tournament .column-game:nth-child(n + 4) {
        margin-top: 30px;
    }
}
.storybook-block-wrapper.tournament.out {
    margin-bottom: 0;
}
.storybook-block-wrapper.tournament.out .storybook-block-wrapper.list {
    margin-bottom: 0;
    min-height: auto;
}
.storybook-block-wrapper.tournament.out
    .storybook-block-wrapper.list
    .column-game {
    width: 100%;
}
.storybook-block {
    position: relative;
}
.storybook-block--info-01 {
    background: #080808;
    padding: 0;
    margin: 0.6em 0;
    text-align: center;
}
.storybook-block--info-01 .storybook-text--text-description-01 {
    color: #fff;
}
.storybook-block--info-01:hover .storybook-icon--icon-01 i,
.storybook-block--info-01:hover .storybook-icon--icon-02 i,
.storybook-block--info-01:hover .storybook-icon--icon-03 i,
.storybook-block--info-01:hover .storybook-text--text-description-01,
.storybook-block--info-01:hover .storybook-text--text-white-01,
.storybook-block--info-01:hover .storybook-text--white-h3-02 {
    color: #8f8f8f !important;
}
.storybook-block:has(.animated-icon) {
    margin-bottom: 0;
    margin-top: 1em;
}
.storybook-block:has(.animated-icon) .avatar-icon,
.storybook-block:has(.animated-icon) .roulette-icon,
.storybook-block:has(.animated-icon) .withdrawal-icon {
    position: relative;
}
.storybook-block:has(.animated-icon) .avatar-icon {
    top: -2px;
}
.storybook-block:has(.animated-icon) .roulette-icon {
    top: -3px;
}
.storybook-block:has(.animated-icon) .withdrawal-icon {
    top: -7px;
}
.storybook-block--info-02 {
    display: inline-block;
    height: 100%;
    margin-bottom: 15px;
}
.storybook-block--info-02 a {
    display: block;
    position: relative;
}
.storybook-block--info-02 img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 340px;
}
.storybook-block--info-02 .info-content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 2em;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10px;
}
.storybook-block--info-02 .info-content .storybook-button--primary-03 {
    margin-top: 10px;
}
.storybook-bonus-content .storybook-slider-item:before {
    display: none;
}
.storybook-spellen-content .storybook-text--text-grey-02 {
    width: 100%;
    max-width: 520px;
    margin: 0.5rem auto 0;
    text-align: center;
}
.storybook-spellen-content .storybook-card--list-header {
    display: none !important;
}
.storybook-menu-search-providers-wrapper {
    position: relative;
    transition: top 0.3s linear;
    z-index: 2;
}
.storybook-menu-search-providers-wrapper
    .storybook-input--input-search-01
    span {
    background: #141414 !important;
}
.storybook-menu-search-providers-wrapper.fixed {
    position: fixed !important;
    top: -200px;
    width: 100%;
    left: 0;
    background: #141414;
    z-index: 10;
    padding: 15px;
    box-shadow: 0 8px 32px -16px #000;
}
.storybook-menu-search-providers-wrapper.fixed
    .storybook-input--input-search-01 {
    margin-bottom: 10px;
}
@media (min-width: 992px) {
    .storybook-menu-search-providers-wrapper.fixed
        .storybook-input--input-search-01 {
        margin-bottom: 0;
    }
}
.storybook-menu-search-providers-wrapper.fixed
    .storybook-menu-search-providers {
    padding: 0;
}
.storybook-menu-search-providers-wrapper.fixed .storybook-games-drop-filters {
    margin: 10px 0;
}
.storybook-menu-search-providers-wrapper.fixed.top,
.storybook-menu-search-providers-wrapper.fixed.top-logged {
    top: 55px;
}
.storybook-menu-search-providers-wrapper.fixed.hide {
    top: -200px;
}
.storybook-menu-search-providers-wrapper.out {
    padding: 60px 0 30px;
}
.storybook-menu-search-providers-wrapper.out .storybook-menu-search-providers {
    padding: 0;
}
@media (min-width: 992px) {
    .storybook-menu-search-providers-wrapper.out {
        padding: 60px 0 30px;
    }
}
@media (max-width: 767px) {
    .remove-padding {
        padding-left: 0;
        width: 100vw;
    }
}
.storybook-menu-search-providers {
    padding: 20px 0 15px;
    transition: padding 0.3s linear;
}
@media (min-width: 992px) {
    .storybook-menu-search-providers {
        padding: 15px 0 50px;
    }
}
.storybook-menu-search-providers.active {
    pointer-events: auto;
}
.storybook-menu-search-providers .storybook-menu-providers {
    padding: 20px 0 0;
}
.storybook-customer-service-content {
    padding: 20px 0 40px;
}
.storybook-customer-service-content.providers {
    padding: 0;
    background: #1d1d1d;
}
.storybook-customer-service-content .col-lg-3 > div {
    height: 100%;
}
.storybook-customer-service-content
    .storybook-customer-service-item.toernooi:first-child
    .storybook-gold-divider,
.storybook-customer-service-content.remove-divider
    .storybook-customer-service-wrapper
    .storybook-customer-service-item:first-child
    .storybook-gold-divider {
    display: none;
}
.storybook-customer-sibebar-wrapper {
    display: block;
    position: relative;
    background: #1d1d1d;
    padding: 35px 20px;
    border-radius: 10px;
    height: 100%;
    max-width: 100%;
    margin: 0 0 0 auto;
}
@media (min-width: 992px) {
    .storybook-customer-sibebar-wrapper {
        max-width: 290px;
    }
}
.storybook-customer-sibebar-wrapper.mobile {
    background: transparent;
    padding: 0;
    max-width: unset;
}
.providers-filters {
    margin-bottom: 0 !important;
}
.providers-filters li {
    padding: 10px !important;
}
@media (min-width: 1680px) {
    .providers-filters li {
        padding: 0.78571429em !important;
    }
}
.providers-filters li.active .storybook-link--link-11,
.providers-filters li.active .storybook-link--link-11:active,
.providers-filters li.active .storybook-link--link-11:focus,
.providers-filters li.active .storybook-link--link-11:visited {
    font-family: MetropolisBold, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
}
.providers-filters li.active .storybook-link--link-11 span,
.providers-filters li.active .storybook-link--link-11:active span,
.providers-filters li.active .storybook-link--link-11:focus span,
.providers-filters li.active .storybook-link--link-11:visited span {
    color: #fff !important;
    font-size: 16px !important;
}
.providers-content-wrapper {
    display: block;
    position: relative;
    background: #1d1d1d;
    padding: 25px 15px;
    height: 100%;
}
@media (min-width: 992px) {
    .providers-content-wrapper {
        padding: 25px 15px;
    }
}
.providers-content-wrapper .storybook-customer-service-item h1 {
    margin: 0;
}
.providers-content-wrapper
    .col-lg-8
    .storybook-customer-service-item
    .storybook-text--text-description-01:last-child {
    margin-top: 20px;
}
.providers-content-wrapper .col-lg-4 {
    margin-bottom: 45px;
}
@media (min-width: 992px) {
    .providers-content-wrapper {
        padding: 50px;
    }
    .providers-content-wrapper .col-lg-4 {
        padding: 0;
        margin-bottom: 0;
        width: 20%;
    }
    .providers-content-wrapper .col-lg-8 {
        padding-left: 30px;
        width: 80%;
    }
}
@media (min-width: 1199px) {
    .providers-content-wrapper .col-lg-4 {
        padding: 0;
        margin-bottom: 0;
        width: 25%;
    }
    .providers-content-wrapper .col-lg-8 {
        padding-left: 50px;
        width: 75%;
    }
}
@media (min-width: 1680px) {
    .providers-content-wrapper .col-lg-4 {
        width: 20%;
    }
    .providers-content-wrapper .col-lg-8 {
        width: 80%;
    }
}
.storybook-customer-providers {
    display: block;
    position: relative;
    background: #232323;
    padding: 35px 15px;
    border-radius: 10px;
    height: 100%;
}
@media (min-width: 992px) {
    .storybook-customer-providers {
        max-width: 270px;
    }
}
.storybook-customer-providers .storybook-footer-links-column {
    background: #232323 !important;
}
.storybook-customer-service-wrapper {
    display: block;
    position: relative;
    background: #1d1d1d;
    padding: 35px;
    border-radius: 10px;
    height: 100%;
}
@media (min-width: 768px) {
    .storybook-customer-service-wrapper {
        max-width: 600px;
        margin: 0 auto;
    }
}
.storybook-customer-service-wrapper .storybook-customer-service-image {
    margin-bottom: 30px;
}
.storybook-customer-service-wrapper .storybook-customer-service-image img {
    width: 100%;
    height: auto;
    max-width: 400px;
    object-fit: contain;
}
.storybook-customer-service-wrapper.steps {
    margin-top: 25px;
    margin-bottom: 50px;
    max-width: 100%;
    background: #232323;
}
.storybook-customer-service-wrapper .h2:first-child,
.storybook-customer-service-wrapper h2:first-child {
    margin-top: 0;
}
.storybook-customer-service-wrapper
    .storybook-customer-service-item:last-child
    .storybook-gold-divider {
    display: none;
}
.storybook-customer-service-wrapper .storybook-customer-service-item span {
    font-size: smaller;
    font-style: italic;
}
.storybook-customer-service-wrapper .storybook-customer-service-item ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
    -webkit-margin-after: 1em;
    margin-block-end: 1em;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-padding-start: 40px;
    padding-inline-start: 40px;
}
.storybook-customer-service-wrapper .storybook-customer-service-item ol li {
    padding: 10px 0;
}
.storybook-customer-service-wrapper .storybook-customer-service-item ol.list {
    margin: 5px 0 5px 25px;
    padding-top: 0;
    padding-left: 1.25rem;
    list-style: none;
}
.storybook-customer-service-wrapper
    .storybook-customer-service-item
    ol.list
    li {
    padding: 0;
}
.storybook-customer-service-wrapper
    .storybook-customer-service-item
    ol.list
    li:before {
    content: '•';
    position: absolute;
    top: auto;
    left: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    margin-left: -1.25rem;
    text-align: right;
    color: hsla(0, 0%, 100%, 0.9);
    vertical-align: middle;
    opacity: 0.8;
}
.storybook-customer-service-wrapper
    .storybook-customer-service-item
    div:not(:first-child) {
    margin-top: 15px;
}
.storybook-customer-service-wrapper
    .storybook-customer-service-item
    .storybook-button--primary-02 {
    min-width: 100px;
    max-height: 40px;
    text-transform: none !important;
    padding: 15px 50px 15px 15px;
    line-height: 1;
}
.storybook-customer-service-wrapper
    .storybook-customer-service-item
    .storybook-button--primary-02
    svg {
    width: 8px;
}
.storybook-customer-service-wrapper .storybook-customer-image a {
    display: block;
}
.storybook-customer-service-wrapper .storybook-customer-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.storybook-faqs-image {
    width: 100%;
    height: auto;
    max-width: 70px;
    object-fit: contain;
    margin-top: 15px;
}
.storybook-customer-service-faqs-item {
    padding: 0.5em 0;
    margin: 0 !important;
    height: auto;
    cursor: pointer;
}
.storybook-customer-service-faqs-item .storybook-customer-service-faqs-content {
    margin: 0 !important;
    padding: 0 0 10px 30px;
    display: none;
}
.storybook-customer-service-faqs-item.active {
    max-height: none;
}
.storybook-customer-service-faqs-item.active .storybook-text--text-faqs-01 {
    color: #e2b031;
}
.storybook-customer-service-faqs-item.active
    .storybook-customer-service-faqs-content {
    display: block;
}
.storybook-customer-service-title h1 {
    line-height: 40px;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.storybook-games-sorter-wrapper {
    margin-top: 0;
    margin-bottom: 10px;
}
@media (min-width: 992px) {
    .storybook-games-sorter-wrapper {
        margin-top: 1rem;
    }
}
.storybook-games-sorter .storybook-link--link-10,
.storybook-games-sorter .storybook-link--link-10:active,
.storybook-games-sorter .storybook-link--link-10:focus,
.storybook-games-sorter .storybook-link--link-10:visited {
    cursor: pointer;
    margin-right: 15px;
}
.storybook-games-sorter .storybook-link--link-10:active:first-child,
.storybook-games-sorter .storybook-link--link-10:first-child,
.storybook-games-sorter .storybook-link--link-10:focus:first-child,
.storybook-games-sorter .storybook-link--link-10:visited:first-child {
    pointer-events: none;
}
@media (max-width: 992px) {
    .storybook-games-sorter .storybook-link--link-10,
    .storybook-games-sorter .storybook-link--link-10:active,
    .storybook-games-sorter .storybook-link--link-10:focus,
    .storybook-games-sorter .storybook-link--link-10:visited {
        margin-right: 7px;
        font-size: 12px;
    }
    .storybook-games-sorter .storybook-link--link-10:active:last-child,
    .storybook-games-sorter .storybook-link--link-10:focus:last-child,
    .storybook-games-sorter .storybook-link--link-10:last-child,
    .storybook-games-sorter .storybook-link--link-10:visited:last-child {
        margin-right: 0;
    }
}
.storybook-tournament-info-wrapper {
    display: block;
    margin-top: 30px;
    margin-bottom: 80px;
}
@media (min-width: 768px) {
    .storybook-tournament-info-wrapper {
        margin-top: 60px;
        margin-bottom: 80px;
    }
}
@media (max-width: 768px) {
    .storybook-tournament-info-wrapper .container.buttons {
        padding: 0;
    }
}
.storybook-tournament-info-wrapper .storybook-link--link-02,
.storybook-tournament-info-wrapper .storybook-link--link-02:active,
.storybook-tournament-info-wrapper .storybook-link--link-02:focus,
.storybook-tournament-info-wrapper .storybook-link--link-02:visited {
    text-transform: none;
    text-align: center;
    font-weight: 700 !important;
    font-family: MetropolisBold, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    font-size: 16px;
    line-height: 50px;
    height: 50px !important;
    padding: 0 70px;
}
.storybook-tournament-info-wrapper .storybook-link--link-02:active:hover,
.storybook-tournament-info-wrapper .storybook-link--link-02:focus:hover,
.storybook-tournament-info-wrapper .storybook-link--link-02:hover,
.storybook-tournament-info-wrapper .storybook-link--link-02:visited:hover {
    color: #9c9c9c !important;
}
.storybook-tournament-info-wrapper .storybook-link--link-02.active,
.storybook-tournament-info-wrapper .storybook-link--link-02:active.active,
.storybook-tournament-info-wrapper .storybook-link--link-02:focus.active,
.storybook-tournament-info-wrapper .storybook-link--link-02:visited.active {
    border-bottom: 3px solid #e2b031 !important;
    color: #e2b031 !important;
}
@media (max-width: 767px) {
    .storybook-tournament-info-wrapper .storybook-link--link-02,
    .storybook-tournament-info-wrapper .storybook-link--link-02:active,
    .storybook-tournament-info-wrapper .storybook-link--link-02:focus,
    .storybook-tournament-info-wrapper .storybook-link--link-02:visited {
        font-size: 14px !important;
        padding: 0 !important;
        width: 33.33333333% !important;
    }
}
.storybook-tournament-info-wrapper .storybook-tournament-content-wrapper {
    display: block;
    background: #282828;
    padding: 30px 0;
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .col-lg-5
    .storybook-text--text-white-02,
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .col-lg-7
    .storybook-text--text-white-02 {
    margin-bottom: 20px;
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .col-lg-5
    > div,
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .col-lg-7
    > div {
    margin-bottom: 40px;
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .col-lg-5
    .storybook-text--text-description-01 {
    margin-left: 2.5px;
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .spellen-list {
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-results {
    padding: 40px 0 70px;
}
@media (min-width: 768px) {
    .storybook-tournament-info-wrapper
        .storybook-tournament-content-wrapper
        .tournament-results {
        padding: 30px 0 70px;
    }
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-top-three {
    max-width: 355px;
    margin: 0 auto;
    padding: 0 0 30px;
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-top-three
    .place-one {
    margin-left: 96px !important;
    margin-right: 96px !important;
    width: 100%;
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-top-three
    .place-one
    .icon-block {
    width: 130px;
    height: 130px;
    border-radius: 65px;
    border: 5px solid #d6aa2d;
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-top-three
    .place-one
    .icon-block
    svg {
    height: 70px;
}
@media (max-width: 767px) {
    .storybook-tournament-info-wrapper
        .storybook-tournament-content-wrapper
        .tournament-top-three
        .place-one
        .icon-block {
        width: 100px;
        height: 100px;
    }
    .storybook-tournament-info-wrapper
        .storybook-tournament-content-wrapper
        .tournament-top-three
        .place-one
        .icon-block
        svg {
        height: 60px;
    }
}
@media (max-width: 768px) {
    .storybook-tournament-info-wrapper
        .storybook-tournament-content-wrapper
        .tournament-top-three
        .place-one {
        margin-left: 35px !important;
        margin-right: 35px !important;
    }
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-top-three
    .place-one.with-results
    .storybook-text--text-white-01,
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-top-three
    .place-one.with-results
    .storybook-text--text-white-01:first-child {
    color: #b49028 !important;
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-top-three
    .place-three {
    height: 100%;
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-top-three
    .place-three
    .icon-block {
    width: 100px;
    height: 100px;
    border-radius: 65px;
    border: 2px solid #a1614a;
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-top-three
    .place-three
    .icon-block
    svg {
    height: 60px;
}
@media (max-width: 767px) {
    .storybook-tournament-info-wrapper
        .storybook-tournament-content-wrapper
        .tournament-top-three
        .place-three
        .icon-block {
        width: 80px;
        height: 80px;
    }
    .storybook-tournament-info-wrapper
        .storybook-tournament-content-wrapper
        .tournament-top-three
        .place-three
        .icon-block
        svg {
        height: 50px;
    }
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-top-three
    .place-three.with-results
    .storybook-text--text-white-01,
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-top-three
    .place-three.with-results
    .storybook-text--text-white-01:first-child {
    color: #a1614a !important;
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-top-three
    .place-two {
    height: 100% x;
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-top-three
    .place-two
    .icon-block {
    width: 100px;
    height: 100px;
    border-radius: 65px;
    border: 2px solid #a0a0a0;
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-top-three
    .place-two
    .icon-block
    svg {
    height: 60px;
}
@media (max-width: 767px) {
    .storybook-tournament-info-wrapper
        .storybook-tournament-content-wrapper
        .tournament-top-three
        .place-two
        .icon-block {
        width: 80px;
        height: 80px;
    }
    .storybook-tournament-info-wrapper
        .storybook-tournament-content-wrapper
        .tournament-top-three
        .place-two
        .icon-block
        svg {
        height: 50px;
    }
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-top-three
    .place-two.with-results
    .storybook-text--text-white-01,
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-top-three
    .place-two.with-results
    .storybook-text--text-white-01:first-child {
    color: #a0a0a0 !important;
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-top-three
    .icon-block {
    position: relative;
    text-align: center;
    background: #161616;
    margin-bottom: 10px;
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-top-three
    .place-one,
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-top-three
    .place-three,
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-top-three
    .place-two {
    float: left;
    text-align: center;
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-top-three
    .place-name
    .storybook-text--text-white-01 {
    font-size: 14px !important;
    margin-bottom: 5px !important;
    font-family: MetropolisBold, Helvetica Neue, Arial, Helvetica, sans-serif !important;
}
@media (min-width: 768px) {
    .storybook-tournament-info-wrapper
        .storybook-tournament-content-wrapper
        .tournament-top-three
        .place-name
        .storybook-text--text-white-01 {
        font-size: 20px !important;
    }
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-top-three
    .place-prices {
    margin: 15px auto 0;
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-top-three
    .place-prices
    p
    span {
    display: block;
    height: 14px !important;
    margin: 2px 8px 0 0 !important;
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-top-three
    .place-prices
    p
    span
    svg {
    width: 100%;
    height: 100%;
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-leaderboard {
    margin-top: 15px;
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-leaderboard
    .tournament-leaderboard-header {
    background-color: #161616;
    border: 1px solid #3c3c3c;
}
@media (min-width: 768px) {
    .storybook-tournament-info-wrapper
        .storybook-tournament-content-wrapper
        .tournament-leaderboard
        .tournament-leaderboard-header {
        border-top-left-radius: 0.88571429rem;
        border-top-right-radius: 0.88571429rem;
    }
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-leaderboard
    .tournament-leaderboard-header
    .row {
    padding-left: 20px;
    height: 50px;
}
@media (max-width: 768px) {
    .storybook-tournament-info-wrapper
        .storybook-tournament-content-wrapper
        .tournament-leaderboard
        .tournament-leaderboard-header
        .row
        .col:nth-child(2),
    .storybook-tournament-info-wrapper
        .storybook-tournament-content-wrapper
        .tournament-leaderboard
        .tournament-leaderboard-header
        .row
        .col:nth-child(3) {
        flex: 2 1;
    }
    .storybook-tournament-info-wrapper
        .storybook-tournament-content-wrapper
        .tournament-leaderboard
        .tournament-leaderboard-header
        .row
        .col:last-child
        .storybook-text--text-grey-01 {
        line-height: 1 !important;
    }
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-leaderboard
    .tournament-leaderboard-header
    .row
    .col:first-child {
    padding-left: 15px;
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-leaderboard
    .tournament-leaderboard-header
    .storybook-text--text-grey-01 {
    text-transform: uppercase;
    font-size: 10px !important;
    text-transform: uppercase !important;
    line-height: 50px !important;
    color: #9c9c9c !important;
}
@media (min-width: 768px) {
    .storybook-tournament-info-wrapper
        .storybook-tournament-content-wrapper
        .tournament-leaderboard
        .tournament-leaderboard-header
        .storybook-text--text-grey-01 {
        font-size: 12px !important;
    }
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-leaderboard
    .tournament-leaderboard-header
    svg {
    height: 14px !important;
    width: 18px !important;
    margin-bottom: 5px;
}
@media (min-width: 768px) {
    .storybook-tournament-info-wrapper
        .storybook-tournament-content-wrapper
        .tournament-leaderboard
        .tournament-leaderboard-header
        svg {
        margin-bottom: 0;
        margin-right: 5px;
    }
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-leaderboard
    .tournament-leaderboard-content {
    border-left: 1px solid #3c3c3c !important;
    border-right: 1px solid #3c3c3c !important;
    border-bottom: 1px solid #3c3c3c !important;
    height: 100%;
    max-height: 350px;
    scroll-behavior: smooth;
    overflow: hidden scroll;
}
@media (min-width: 768px) {
    .storybook-tournament-info-wrapper
        .storybook-tournament-content-wrapper
        .tournament-leaderboard
        .tournament-leaderboard-content {
        border-bottom-left-radius: 0.88571429rem;
        border-bottom-right-radius: 0.88571429rem;
    }
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-leaderboard
    .tournament-leaderboard-content::-webkit-scrollbar {
    width: 0;
    height: 1px;
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-leaderboard
    .tournament-leaderboard-content::-webkit-scrollbar-thumb,
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-leaderboard
    .tournament-leaderboard-content::-webkit-scrollbar-track {
    background: transparent;
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-leaderboard
    .tournament-leaderboard-content::-webkit-scrollbar-thumb:hover {
    background: transparent;
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-leaderboard
    .tournament-leaderboard-content
    h5 {
    font-size: 16px !important;
    margin: 0 !important;
}
@media (min-width: 768px) {
    .storybook-tournament-info-wrapper
        .storybook-tournament-content-wrapper
        .tournament-leaderboard
        .tournament-leaderboard-content
        h5 {
        font-size: 24px !important;
    }
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-leaderboard
    .tournament-leaderboard-content
    .storybook-text--text-white-01 {
    font-size: 13px;
    line-height: 24px;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif !important;
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-leaderboard
    .tournament-leaderboard-content
    .row {
    padding-left: 20px;
    background-color: #303030 !important;
    height: 50px;
}
@media (max-width: 768px) {
    .storybook-tournament-info-wrapper
        .storybook-tournament-content-wrapper
        .tournament-leaderboard
        .tournament-leaderboard-content
        .row
        .col:nth-child(2),
    .storybook-tournament-info-wrapper
        .storybook-tournament-content-wrapper
        .tournament-leaderboard
        .tournament-leaderboard-content
        .row
        .col:nth-child(3) {
        flex: 2 1;
    }
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-leaderboard
    .tournament-leaderboard-content
    .row
    .col-5.punten
    .storybook-text--text-white-01 {
    font-family: MetropolisBold, Helvetica Neue, Arial, Helvetica, sans-serif !important;
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-leaderboard
    .tournament-leaderboard-content
    .row.empty
    .storybook-text--text-white-01,
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-leaderboard
    .tournament-leaderboard-content
    .row.empty
    h5 {
    color: #9c9c9c !important;
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-leaderboard
    .tournament-leaderboard-content
    .row.empty
    .storybook-text--text-white-01 {
    font-family: MetropolisBold, Helvetica Neue, Arial, Helvetica, sans-serif !important;
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-leaderboard
    .tournament-leaderboard-content
    .row:nth-child(odd) {
    background-color: #282828 !important;
    border-radius: 0.28571429rem !important;
}
.storybook-tournament-info-wrapper
    .storybook-tournament-content-wrapper
    .tournament-leaderboard
    .tournament-leaderboard-content
    .row
    .col:first-child {
    padding-left: 15px;
}
@media (min-width: 768px) {
    .storybook-customer-service-title {
        margin-bottom: 25px;
    }
    .storybook-menu-search-providers {
        padding: 60px 0 50px;
    }
    .storybook-customer-service-content {
        padding: 50px 0;
    }
    .storybook-customer-service-content.providers {
        background: none;
        padding: 50px 0 0;
    }
}
@media (min-width: 992px) {
    .storybook-block--info-01 {
        text-align: left;
    }
    .storybook-menu-search-providers {
        padding: 60px 0 0;
    }
    .storybook-customer-service-content .col-lg-4 {
        padding-right: 0;
    }
    .storybook-customer-service-content .col-lg-8 {
        padding-left: 20px;
    }
}
@media (min-width: 1199px) {
    .storybook-customer-service-content .container.small {
        max-width: 960px;
    }
    .storybook-customer-service-content .col-lg-3 {
        width: 20% !important;
        padding-right: 20px;
    }
}
@media (min-width: 1680px) {
    .storybook-customer-service-content .col-lg-3 {
        width: 18% !important;
        padding-right: 20px;
    }
}
.blog-landing-wrapper {
    position: relative;
    width: 100%;
    height: auto;
}
.blog-article-image {
    overflow: hidden;
    position: relative;
    width: 100vw;
    margin: auto auto auto -50vw;
    left: 50%;
    height: 100%;
}
@media (min-width: 768px) {
    .blog-article-image {
        width: 100%;
        height: 100%;
        margin-left: 0;
        left: 0;
    }
}
.related-sidebar .storybook-text--primary-h2-02 {
    font-size: 20px;
    margin-bottom: 30px;
}
@media (min-width: 1199px) {
    .related-sidebar .storybook-text--primary-h2-02 {
        font-size: 24px;
        margin-bottom: 40px;
    }
}
@media (min-width: 992px) {
    .blog-list-intro .left,
    .blog-list-intro .left-inside {
        padding-right: 55px;
    }
}
@media (min-width: 1680px) {
    .blog-list-intro .left-inside {
        padding-right: 100px;
    }
}
.blog-list-intro .left-inside .storybook-text--text-white-h1-01 {
    margin-top: 15px;
}
@media (min-width: 768px) {
    .blog-list-intro .left-inside .storybook-text--text-white-h1-01 {
        margin-top: 25px;
    }
}
.blog-list-intro .left-inside .label {
    margin: 0;
    padding: 11.5px 12px;
    font-family: GothamMedium, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    font-weight: 500;
    box-shadow: none;
    border: 1px solid #444;
    border-radius: 3px;
}
.blog-list-intro .blog-image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.blog-list-intro .blog-image-wrapper img[class^='builder-pixel'] {
    height: 0 !important;
    width: 0 !important;
}
.blog-list-intro .blog-image-wrapper .blog-image-description {
    text-transform: none;
    color: #b8b8b8;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    font-size: 14px;
    font-style: italic;
    margin: 8px 0 0;
}
@media (max-width: 768px) {
    .blog-list-intro .blog-image-wrapper .storybook-button--primary-03 {
        background-color: transparent;
        color: #e2b031;
        font-size: 16px;
        padding: 6px 0;
        min-width: 0;
    }
}
.blog-list-intro.out {
    margin: 84px 0 70px;
}
@media (min-width: 768px) {
    .blog-author-wrapper {
        padding-right: 25px;
    }
}
.disclaimer-wrapper {
    position: relative;
    padding: 24px 0;
    margin: 0 0 70px;
    background-color: #292929;
}
.disclaimer-wrapper .storybook-text--primary-h2-01,
.disclaimer-wrapper .storybook-text--primary-h2-02 {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 1.5;
}
.disclaimer-wrapper .storybook-text--text-grey-01 {
    margin: 0;
    line-height: 14px;
}
.blog-image-wrapper {
    position: relative;
}
.blog-image-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
    transform: scaleX(1);
    transition: transform 0.3s linear;
}
.blog-image-wrapper img.user-pic {
    width: 48px;
    height: 48px;
    border: 1px solid #444;
    border-radius: 25px;
}
.blog-image-wrapper a:focus:hover img,
.blog-image-wrapper a:hover img,
.blog-image-wrapper a:link:hover img,
.blog-image-wrapper a:visited:hover img {
    transform: scale3d(1.1, 1.1, 1.1);
}
.blog-image-wrapper a:focus:hover .storybook-button--primary-03,
.blog-image-wrapper a:hover .storybook-button--primary-03,
.blog-image-wrapper a:link:hover .storybook-button--primary-03,
.blog-image-wrapper a:visited:hover .storybook-button--primary-03 {
    background-color: #dba621;
}
@media (max-width: 768px) {
    .blog-image-wrapper a:focus:hover .storybook-button--primary-03,
    .blog-image-wrapper a:hover .storybook-button--primary-03,
    .blog-image-wrapper a:link:hover .storybook-button--primary-03,
    .blog-image-wrapper a:visited:hover .storybook-button--primary-03 {
        background-color: transparent;
    }
}
.blog-image-wrapper .storybook-text--text-white-h1-01 {
    display: block;
    margin-top: 32px;
    font-size: 24px;
    text-transform: none;
    line-height: 24px;
}
@media (min-width: 768px) {
    .blog-image-wrapper .storybook-text--text-white-h1-01 {
        font-size: 40px;
        line-height: 40px;
    }
}
.blog-image-wrapper .storybook-text--text-white-03 {
    font-size: 14px;
    display: block;
    margin: 8px 0;
    line-height: 18px;
}
@media (min-width: 768px) {
    .blog-image-wrapper .storybook-text--text-white-03 {
        font-size: 16px;
        line-height: 24px;
    }
}
.blog-image-wrapper .storybook-button--primary-03 {
    padding: 6px 24.5px;
    line-height: 24px;
    height: 32px;
    font-family: MetropolisSemiBold, Helvetica Neue, Arial, Helvetica,
        sans-serif !important;
    font-weight: 600;
}
.blog-image-wrapper .blog-image-bottom {
    margin-top: 20px;
}
@media (min-width: 768px) {
    .blog-image-wrapper .blog-image-bottom {
        margin-top: 28px;
    }
}
.blog-page {
    margin: 84px 0;
}
@media (min-width: 1200px) {
    .blog-page {
        margin: 146px 0;
    }
}
.blog-page .swiper {
    padding-bottom: 0;
}
.blog-page .swiper-pagination {
    position: relative;
    z-index: 2;
    margin-top: 15px;
    bottom: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.blog-page .swiper-pagination-bullet {
    display: block;
    position: relative;
    cursor: pointer;
    background-color: hsla(0, 0%, 100%, 0.5);
    width: 0.7rem;
    height: 0.7rem;
    box-shadow: none !important;
}
.blog-page .swiper-pagination-bullet:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    background-color: hsla(0, 0%, 100%, 0.5);
    border-radius: 50%;
    content: '';
}
.blog-page .swiper-pagination-bullet-active {
    cursor: default;
}
.blog-page .swiper-pagination-bullet-active,
.blog-page .swiper-pagination-bullet-active:before {
    background-color: #fff;
    box-shadow: 0 0 0 5px hsla(236, 7%, 54%, 0.2);
}
.blog-landing-wrapper {
    margin-top: 40px;
    padding: 40px 0 30px;
}
.blog-landing-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    left: 50%;
    margin-left: -50vw;
    background-color: #282828;
}
@media (min-width: 768px) {
    .blog-landing-wrapper {
        padding: 0;
        margin-top: 0;
    }
    .blog-landing-wrapper:before {
        display: none;
    }
}
.blog-landing-wrapper .storybook-text--primary-h2-02 {
    position: relative;
    font-size: 20px;
    margin: 0 0 30px;
    color: #fff;
}
@media (min-width: 768px) {
    .blog-landing-wrapper .storybook-text--primary-h2-02 {
        color: #e2b031;
    }
}
.blog-latest-highlight {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .blog-latest-highlight {
        margin-bottom: 40px;
    }
}
.blog-latest-list {
    margin-bottom: 40px;
}
.blog-latest-list .col-12 {
    position: relative;
    padding-left: 0;
    left: -5px;
}
@media (min-width: 768px) {
    .blog-latest-list .col-12 {
        left: 0;
        padding-left: 15px;
    }
}
.blog-latest-list .col-12:not(:first-child) {
    border-top: 1px solid #282828;
}
@media (min-width: 768px) {
    .blog-latest-list .col-12:not(:first-child) {
        border-top: none;
        margin-top: 15px;
        margin-top: 0;
    }
    .blog-latest-list .col-12:nth-child(n + 3) {
        margin-top: 15px;
    }
}
.label {
    display: inline-flex;
    align-items: center;
    width: auto;
    border-radius: 5px;
    color: #fff;
    background-color: #444;
    padding: 5px 15px;
    margin: 0 5px 5px 0;
    white-space: nowrap;
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.6);
    font-size: 12px;
    font-family: FS Sinclair Web, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    font-weight: 700;
    font-style: normal;
}
.label.no-shadow {
    box-shadow: none;
}
.swiper-lastest-blog {
    width: 100vw;
}
@media (min-width: 768px) {
    .swiper-lastest-blog {
        width: 100%;
    }
}
.swiper-lastest-blog .col-12 {
    padding: 0;
}
@media (min-width: 768px) {
    .swiper-lastest-blog .col-12 {
        padding: 10px;
    }
    .blog-list-item:not(:first-child) {
        margin-top: 25px;
    }
}
.blog-list-item a:focus:hover .blog-list-item-image img,
.blog-list-item a:hover .blog-list-item-image img,
.blog-list-item a:link:hover .blog-list-item-image img,
.blog-list-item a:visited:hover .blog-list-item-image img {
    transform: scale3d(1.1, 1.1, 1.1);
}
.blog-list-item a .blog-list-info,
.blog-list-item a:focus .blog-list-info,
.blog-list-item a:link .blog-list-info,
.blog-list-item a:visited .blog-list-info {
    position: absolute;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    left: 17px;
    bottom: 17px;
    padding: 0 25px 0 0;
    z-index: 2;
}
.blog-list-item a .blog-list-info .info,
.blog-list-item a:focus .blog-list-info .info,
.blog-list-item a:link .blog-list-info .info,
.blog-list-item a:visited .blog-list-info .info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0;
}
.blog-list-item a .blog-list-info .info .label,
.blog-list-item a:focus .blog-list-info .info .label,
.blog-list-item a:link .blog-list-info .info .label,
.blog-list-item a:visited .blog-list-info .info .label {
    padding: 11.5px 12px;
    font-family: GothamMedium, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    font-weight: 500;
    box-shadow: none;
    border: 1px solid #444;
    margin: 0 10px 0 0;
    border-radius: 3px;
}
@media (min-width: 768px) {
    .blog-list-item a .blog-list-info .info .label,
    .blog-list-item a:focus .blog-list-info .info .label,
    .blog-list-item a:link .blog-list-info .info .label,
    .blog-list-item a:visited .blog-list-info .info .label {
        margin: 0 20px 0 0;
    }
}
.blog-list-item .storybook-text--text-white-03 {
    font-size: 16px;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 8px 0;
    font-family: FS Sinclair Web, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    font-weight: 700;
    text-transform: none;
}
@media (min-width: 768px) {
    .blog-list-item .storybook-text--text-white-03 {
        font-size: 18px;
    }
}
.blog-list-item .blog-list-item-image {
    position: relative;
    overflow: hidden;
}
.blog-list-item .blog-list-item-image img {
    display: block;
    width: 100%;
    height: auto;
    height: 200px;
    object-fit: cover;
    transform: scaleX(1);
    transition: transform 0.3s linear;
}
.blog-list-item .blog-list-item-image img.latest-news-image.square {
    max-width: 200px;
    max-height: 200px;
    height: auto;
}
.blog-list-item.side-content a,
.blog-list-item.side-content a:focus,
.blog-list-item.side-content a:link,
.blog-list-item.side-content a:visited {
    display: flex;
    align-items: center;
}
.blog-list-item.side-content a .blog-list-item-image,
.blog-list-item.side-content a:focus .blog-list-item-image,
.blog-list-item.side-content a:link .blog-list-item-image,
.blog-list-item.side-content a:visited .blog-list-item-image {
    flex: 1 0 45%;
    max-width: 45%;
    max-width: 200px;
    min-width: 165px;
}
.blog-list-item.side-content a .blog-list-item-content,
.blog-list-item.side-content a:focus .blog-list-item-content,
.blog-list-item.side-content a:link .blog-list-item-content,
.blog-list-item.side-content a:visited .blog-list-item-content {
    height: 100%;
    flex: 1 0 55%;
    max-width: 55%;
    padding: 20px 0 20px 25px;
}
.blog-list-item.side-content a .blog-list-item-content .blog-list-label,
.blog-list-item.side-content a:focus .blog-list-item-content .blog-list-label,
.blog-list-item.side-content a:link .blog-list-item-content .blog-list-label,
.blog-list-item.side-content
    a:visited
    .blog-list-item-content
    .blog-list-label {
    margin-right: 15px;
}
.blog-list-item.side-content
    a
    .blog-list-item-content
    .storybook-text--text-white-03,
.blog-list-item.side-content
    a:focus
    .blog-list-item-content
    .storybook-text--text-white-03,
.blog-list-item.side-content
    a:link
    .blog-list-item-content
    .storybook-text--text-white-03,
.blog-list-item.side-content
    a:visited
    .blog-list-item-content
    .storybook-text--text-white-03 {
    margin: 0 0 8px;
}
.blog-list-item.latest a .blog-list-item-image:before,
.blog-list-item.latest a:focus .blog-list-item-image:before,
.blog-list-item.latest a:link .blog-list-item-image:before,
.blog-list-item.latest a:visited .blog-list-item-image:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(0deg, #141414 40%, hsla(0, 0%, 100%, 0) 80%);
    z-index: 1;
}
.blog-list-item.latest a .blog-list-item-image img,
.blog-list-item.latest a:focus .blog-list-item-image img,
.blog-list-item.latest a:link .blog-list-item-image img,
.blog-list-item.latest a:visited .blog-list-item-image img {
    height: 200px;
}
@media (min-width: 768px) {
    .blog-list-item.latest a .blog-list-item-image img,
    .blog-list-item.latest a:focus .blog-list-item-image img,
    .blog-list-item.latest a:link .blog-list-item-image img,
    .blog-list-item.latest a:visited .blog-list-item-image img {
        height: 270px;
    }
}
.stopwatch-styling {
    display: flex;
    align-content: flex-start;
    align-items: center;
}
.stopwatch-styling svg {
    position: relative;
    top: -1px;
}
.stopwatch-styling .storybook-text--text-grey-01 {
    margin-left: 6px;
    line-height: 1;
    color: #aaa;
    letter-spacing: -0.23px;
}
.share-styling {
    padding: 0 0 0 31vw;
}
@media (max-width: 768px) {
    .blog-latest-news .storybook-text--primary-h2-01 {
        font-size: 20px;
        color: #fff;
    }
}
.blog-latest-news .blog-latest-intro .category-page-mt {
    margin-top: 50px;
}
.blog-latest-news .blog-latest-intro .category-page-mb {
    margin-bottom: 20px;
}
.blog-latest-news .blog-latest-intro .storybook-text--text-white-03 {
    font-size: 24px;
    display: block;
    width: 100%;
    max-width: 100%;
    font-family: FS Sinclair Web, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    font-weight: 700;
    text-transform: none;
    color: #e2b031 !important;
}
.blog-latest-news .blog-latest-categories {
    position: relative;
    display: flex;
    align-items: center;
    margin: 25px 0 45px;
}
@media (max-width: 768px) {
    .blog-latest-news .blog-latest-categories {
        margin: 30px 0;
        display: inline-flex;
        width: 100vw;
        overflow: scroll hidden;
        scroll-behavior: smooth;
    }
    .blog-latest-news .blog-latest-categories::-webkit-scrollbar {
        width: 0;
        height: 1px;
    }
    .blog-latest-news .blog-latest-categories::-webkit-scrollbar-thumb,
    .blog-latest-news .blog-latest-categories::-webkit-scrollbar-track {
        background: transparent;
    }
    .blog-latest-news .blog-latest-categories::-webkit-scrollbar-thumb:hover {
        background: transparent;
    }
}
.blog-latest-news .blog-latest-categories .storybook-button--news-01 {
    margin-right: 10px;
    display: block;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    line-height: 10px;
}
@media (max-width: 768px) {
    .blog-latest-news .blog-latest-categories .storybook-button--news-01 {
        font-size: 14px;
        width: 35vw;
    }
}
.blog-breadcrumbs-wrapper {
    margin-bottom: 10px;
}
.blog-breadcrumbs-wrapper .storybook-link--link-02 {
    font-family: MetropolisBold, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    font-size: 12px;
    color: #e2b031;
    text-transform: none;
    line-height: 1.5;
}
.blog-breadcrumbs-wrapper .storybook-link--link-02:hover {
    color: #ae8418;
}
.blog-breadcrumbs-wrapper span {
    font-family: MetropolisBold, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    font-style: normal;
    font-size: 12px;
    color: #e2b031;
    line-height: 1;
}
.blog-out-text-section {
    margin-top: 40px;
    margin-bottom: 20px;
}
.blog-out-text-section.margin {
    margin: 40px 0;
}
.blog-out-text-section.margin .storybook-text--text-white-03 {
    margin: 8px 0 0;
}
.user-profile {
    position: relative;
    display: flex;
    align-items: center;
    width: 48px;
    height: 48px;
}
.read-time-wrapper {
    margin-left: 5px;
}
.read-time-wrapper .storybook-text--text-grey-01 {
    line-height: 20px;
}
.author {
    margin-left: 15px;
}
.blog-author-wrapper {
    margin: 30px 0 40px;
}
@media (min-width: 768px) {
    .blog-author-wrapper {
        margin: 30px 0 50px;
    }
}
.newsletter {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #292929;
    border-radius: 15px;
    background: #292929;
    padding: 20px 10px 15px;
    margin-top: 40px;
}
@media (max-width: 768px) {
    .newsletter {
        text-align: center;
    }
}
.newsletter .storybook-button--primary-04 {
    margin-top: 20px;
}
.game-page-container {
    position: relative;
    padding: 0;
    background-color: #232323;
}
@media (min-width: 992px) {
    .game-page-container {
        padding: 4rem 0;
    }
}
.game-page-container:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    margin-left: -50vw;
    left: 50%;
    background-color: #232323;
    z-index: -1;
}
.game-page-bottom .content-text {
    order: 1;
}
@media (min-width: 992px) {
    .game-page-bottom .content-text {
        padding-top: 34px;
        order: 2;
    }
}
.game-page-bottom .content-media {
    order: 2;
    margin: 1rem 0;
}
@media (min-width: 992px) {
    .game-page-bottom .content-media {
        margin: 0;
        order: 1;
    }
}
.icon-columns {
    display: grid;
    grid-template-columns: 32px 120px 160px;
    margin-left: -2px;
}
.icon-columns .icon {
    height: 25px;
}
.icon-columns .heart {
    position: relative;
}
.icon-columns .storybook-text--text-grey-03 {
    font-style: normal;
    text-transform: uppercase;
    font-size: 11px;
}
.icon-columns.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto;
}
.icon-columns.title .storybook-text--primary-h1-04 {
    text-align: start;
    margin-bottom: 0;
    font-size: 1.75rem;
}
@media (max-width: 480px) {
    .icon-columns.title .storybook-text--primary-h1-04 {
        margin-top: 2.5rem;
        padding-top: 5rem;
    }
}
@media (min-width: 992px) {
    .icon-columns.title .storybook-text--primary-h1-04 {
        font-size: 2.25rem;
    }
}
.icon-columns-wrapper {
    margin: 25px 0;
}
.icon-columns-wrapper .icon-columns:not(:first-child) {
    margin-top: 10px;
}
@media (min-width: 992px) {
    .icon-columns-wrapper {
        margin: 20px 0 30px;
    }
}
.games-subtitle {
    display: flex;
    flex-direction: column;
    padding: 1.25rem 0;
    margin-left: 5px;
    max-width: 400px;
}
@media (min-width: 992px) {
    .games-subtitle {
        padding: 0;
        margin: 0;
    }
}
.games-subtitle .content {
    display: flex;
    align-items: start;
    width: 100%;
}
.games-subtitle .content .item {
    flex: 1 1;
    min-width: max-content;
    color: #9c9c9c;
    font-style: normal;
    text-transform: uppercase;
    font-size: 11px;
    margin-right: 10px;
}
.games-subtitle .content .text {
    color: #fff;
    font-weight: 700;
    flex: 2 1;
    line-height: 1.3;
}
.games-subtitle .storybook-text {
    margin-bottom: 0;
}
.image-gallery-wrapper .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.image-gallery-wrapper .row > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.image-gallery-wrapper .storybook-text--text-white-02 {
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 0 10px;
}
.image-gallery-wrapper .image-01 {
    padding: 0 0 15px;
}
.image-gallery-wrapper .image-content {
    position: relative;
}
@media (min-width: 992px) {
    .image-gallery-wrapper {
        margin: 1rem 0;
    }
}
.image-gallery-wrapper .swiper-wrapper {
    padding-bottom: 40px;
}
.image-gallery-wrapper .swiper-pagination {
    position: absolute;
    z-index: 2;
    bottom: 20px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.image-gallery-wrapper .swiper-pagination-bullet {
    display: block;
    position: relative;
    cursor: pointer;
    background-color: hsla(0, 0%, 100%, 0.5);
    width: 0.7rem;
    height: 0.7rem;
}
.image-gallery-wrapper .swiper-pagination-bullet:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    background-color: hsla(0, 0%, 100%, 0.5);
    border-radius: 50%;
    content: '';
}
.image-gallery-wrapper .swiper-pagination-bullet-active {
    cursor: default;
    background-color: #c3982b;
    box-shadow: 0 0 0 5px hsla(236, 7%, 54%, 0.2);
}
.image-gallery-wrapper .swiper-pagination-bullet-active:before {
    background-color: #fff;
    box-shadow: 0 0 0 5px hsla(236, 7%, 54%, 0.2);
}
.galleryimage1 {
    display: block;
    height: 240px;
}
@media (min-width: 767px) {
    .galleryimage1 {
        height: 250px;
    }
}
@media (min-width: 992px) {
    .galleryimage1 {
        height: 350px;
    }
}
@media (min-width: 1680px) {
    .galleryimage1 {
        height: 300px;
    }
}
.dropdown-float {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
}
.dropdown-float .storybook-text--text-white-02 {
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 25px;
    margin: 0;
}
.dropdown-float .dropdown-float-content {
    display: none;
    width: 100%;
}
.dropdown-float.open .arrow-down svg {
    transform: rotate(-90deg);
}
.dropdown-float.open .dropdown-float-content {
    display: block;
}
.dropdown-float.open .dropdown-float-content .description {
    font-size: 14px;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    color: #fff !important;
    padding: 0 0 20px;
}
.dropdown-float.open .dropdown-float-content .description p {
    margin: 1rem 0;
}
.galleryimage1 {
    background-color: hsla(0, 0%, 100%, 0.1);
    width: 100%;
    object-fit: cover;
}
@media (min-width: 992px) {
    .galleryimage1 {
        border-radius: 10px;
    }
}
.gallery-full {
    position: relative;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
}
.button-sticky {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -60px;
    padding: 0 13px;
    z-index: 5;
    transition: bottom 0.5s ease-in;
}
.button-sticky .storybook-button--primary-04 {
    box-shadow: 0 -1px 10px 5px rgba(0, 0, 0, 0.3);
    line-height: 20px;
}
.button-sticky.show {
    bottom: 100px;
}
.header-analog-clock {
    position: relative;
}
.header-analog-clock .tooltip {
    position: absolute;
    top: 95%;
    left: 45%;
    padding: 1.1em 1em;
    width: auto;
    max-height: 43px;
    background: #1b1c1d;
    margin: 0.71428571em 0 0;
    border-radius: 0.28571429rem;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: opacity 0.3s ease-in-out;
}
.header-analog-clock .tooltip:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0.71428571em;
    height: 0.71428571em;
    transform: rotate(45deg) translateX(-50%);
    -webkit-transform: rotate(45deg) translateX(-50%);
    background: #1b1c1d;
    z-index: 2;
}
.header-analog-clock .tooltip span {
    font-style: normal;
    font-size: 14px;
    color: #fff;
}
.header-analog-clock:hover .tooltip {
    opacity: 1;
    visibility: visible;
}
.header-analog-clock {
    margin: 0 0 0 20px;
}
.header-analog-clock .react-clock {
    width: 28px !important;
    height: 28px !important;
    transition: width 0.3s ease, height 0.3s ease;
}
.header-analog-clock .react-clock .react-clock__face {
    border: none;
    background-color: #9c9c9c;
}
.header-analog-clock .react-clock .react-clock__hour-hand__body,
.header-analog-clock .react-clock .react-clock__mark__body,
.header-analog-clock .react-clock .react-clock__minute-hand__body,
.header-analog-clock .react-clock .react-clock__second-hand__body {
    background-color: #373636;
}
.header-analog-clock .react-clock .react-clock__mark__number {
    color: blue;
}
@media only screen and (max-width: 767px) {
    .header-analog-clock {
        display: none;
    }
}
.storybook-card,
.storybook-card .jackpot-overlay {
    position: relative;
    overflow: hidden;
}
.storybook-card .jackpot-overlay {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 10px;
    background-color: #141414;
    font-family: FS Sinclair Web, Helvetica Neue, Arial, Helvetica, sans-serif;
    white-space: nowrap;
    color: #fff;
}
@media only screen and (min-width: 576px) {
    .storybook-card .jackpot-overlay {
        font-size: 12px;
    }
}
@media only screen and (min-width: 768px) {
    .storybook-card .jackpot-overlay {
        font-size: 16px;
    }
}
@media only screen and (min-width: 992px) {
    .storybook-card .jackpot-overlay {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 28px;
        font-size: 16px;
        background: linear-gradient(180deg, transparent, #141414 20%);
        z-index: 1;
        color: #fff;
    }
}
.storybook-card .card-group-label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: min-content;
    z-index: 1;
}
.storybook-card .card-group-label .label {
    display: flex;
    align-items: center;
    border-top-left-radius: 0.285rem;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 0;
    text-transform: uppercase;
    padding: 3px 14px 3px 10px;
    margin: 0;
    float: left;
    white-space: nowrap;
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
    .storybook-card .card-group-label .label {
        padding: 0.3rem 0.9rem 0.3rem 0.7rem;
    }
}
.storybook-card .card-group-label .label b {
    font-size: 7px;
}
@media (min-width: 768px) {
    .storybook-card .card-group-label .label b {
        font-size: 9px;
    }
}
.storybook-card .card-group-label .label.new {
    background: #c2000b;
}
.storybook-card .card-group-label .label.new b {
    color: #fff;
}
.storybook-card .card-group-label .label.exclusive {
    background: #e2b031;
}
.storybook-card .card-group-label .label.exclusive b {
    color: #000;
}
.storybook-card .card-group-label .label.jackpot {
    background: #f26522;
}
.storybook-card .card-group-label .label.jackpot b {
    color: #fff;
}
.storybook-card .card-group-label .label.free-spins {
    background: #59d44d;
}
.storybook-card .card-group-label .label.free-spins b {
    color: #fff;
}
.storybook-card .card-group-label .label.vip {
    position: relative;
    background: #000;
}
.storybook-card .card-group-label .label.vip b {
    color: #e2b031;
    margin-left: -5px;
}
.storybook-card .card-group-label .label.tournament {
    position: relative;
    background: #b54fff;
}
.storybook-card .card-group-label .label.tournament b {
    color: #fff;
}
.storybook-card .card-group-label .label.dropswins {
    background: #006cff;
}
.storybook-card .card-group-label .label.dropswins b {
    color: #fff;
}
.storybook-card--01 {
    box-shadow: 2px 8px 9px 0 rgba(0, 0, 0, 0.48);
    border-radius: 0.28571429rem;
}
.storybook-card--01 a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.storybook-card--01 .storybook-card-info {
    position: relative;
}
.storybook-card--01 .storybook-play-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.storybook-card--01 .storybook-play-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.storybook-card--01 .storybook-play-icon .video {
    opacity: 1;
    visibility: visible;
}
.storybook-card--01 .storybook-info-icon {
    position: absolute;
    top: 5px;
    right: 5px;
}
.storybook-card--01 .storybook-info-icon :hover {
    transform: scale(1.02);
}
.storybook-card--01 .storybook-card-favorite {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    opacity: 0.7;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
}
.storybook-card--01 .storybook-card-favorite i {
    color: #fff;
    font-size: 1.8em;
    margin: 0;
}
.storybook-card--01 .storybook-card-favorite:hover {
    opacity: 1;
}
.storybook-card--01 .storybook-card-image {
    position: relative;
    height: auto;
}
.storybook-card--01 .storybook-card-image picture {
    display: block;
    line-height: 1;
    width: 100%;
    height: 100%;
}
.storybook-card--01 .storybook-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    border-top-left-radius: 0.28571429rem;
    border-top-right-radius: 0.28571429rem;
    object-fit: contain;
}
.storybook-card--01 .storybook-card-image:hover .storybook-play-icon {
    opacity: 1;
    -webkit-backdrop-filter: blur(4px) !important;
    backdrop-filter: blur(4px) !important;
}
.storybook-card--01 .storybook-card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: #282828;
    border-radius: 0.28571429rem;
}
.storybook-card--01 .storybook-card-header {
    padding: 5px;
}
.storybook-card--01 .storybook-card-footer {
    padding: 0 5px;
}
.storybook-card--01 .storybook-card-footer .footer-info {
    color: #fff !important;
    font-size: 11px !important;
}
.storybook-card--01
    .storybook-card-footer
    .footer-info
    .storybook-link--link-06,
.storybook-card--01
    .storybook-card-footer
    .footer-info
    .storybook-link--link-06:active,
.storybook-card--01
    .storybook-card-footer
    .footer-info
    .storybook-link--link-06:focus,
.storybook-card--01
    .storybook-card-footer
    .footer-info
    .storybook-link--link-06:visited {
    font-size: 8px !important;
    color: #fff !important;
    text-decoration: underline !important;
}
.storybook-card--01
    .storybook-card-footer
    .footer-info
    .storybook-link--link-06:active:hover,
.storybook-card--01
    .storybook-card-footer
    .footer-info
    .storybook-link--link-06:focus:hover,
.storybook-card--01
    .storybook-card-footer
    .footer-info
    .storybook-link--link-06:hover,
.storybook-card--01
    .storybook-card-footer
    .footer-info
    .storybook-link--link-06:visited:hover {
    color: #e2b031 !important;
}
.storybook-card--01
    .storybook-card-footer
    .footer-info
    .storybook-text.storybook-text--text-grey-01 {
    font-size: 8px !important;
}
@media (min-width: 767px) {
    .storybook-card--01 .storybook-card-footer .footer-info,
    .storybook-card--01
        .storybook-card-footer
        .footer-info
        .storybook-link--link-06,
    .storybook-card--01
        .storybook-card-footer
        .footer-info
        .storybook-link--link-06:active,
    .storybook-card--01
        .storybook-card-footer
        .footer-info
        .storybook-link--link-06:focus,
    .storybook-card--01
        .storybook-card-footer
        .footer-info
        .storybook-link--link-06:visited,
    .storybook-card--01
        .storybook-card-footer
        .footer-info
        .storybook-text.storybook-text--text-grey-01 {
        font-size: 13px !important;
    }
}
.storybook-card--01 .storybook-button--primary-04 {
    display: block;
    max-width: 100%;
}
.storybook-card--02 {
    height: 100% !important;
    box-shadow: 2px 8px 9px 0 rgba(0, 0, 0, 0.48);
    border-radius: 0.28571429rem;
}
.storybook-card--02 a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.storybook-card--02 .storybook-card-info {
    position: relative;
}
.storybook-card--02 .storybook-play-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.storybook-card--02 .storybook-play-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.storybook-card--02 .storybook-card-favorite {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    opacity: 0.7;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
}
.storybook-card--02 .storybook-card-favorite i {
    color: #fff;
    font-size: 1.8em;
    margin: 0;
}
.storybook-card--02 .storybook-card-favorite:hover {
    opacity: 1;
}
.storybook-card--02 .storybook-card-image {
    position: relative;
    min-height: 120px;
    height: auto;
}
.storybook-card--02 .storybook-card-image picture {
    display: block;
    line-height: 1;
    width: 100%;
    height: 100%;
}
.storybook-card--02 .storybook-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    border-top-left-radius: 0.28571429rem;
    border-top-right-radius: 0.28571429rem;
    object-fit: cover;
}
.storybook-card--02 .storybook-card-image:hover .storybook-play-icon {
    opacity: 1;
    -webkit-backdrop-filter: blur(4px) !important;
    backdrop-filter: blur(4px) !important;
}
.storybook-card--02 .storybook-card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: #282828;
    border-radius: 0.28571429rem;
}
.storybook-card--02 .storybook-card-header {
    padding: 5px;
}
.storybook-card--02 .storybook-card-footer {
    padding: 0 5px;
}
.storybook-card--02 .storybook-card-footer .footer-info {
    color: #fff !important;
    font-size: 11px !important;
}
.storybook-card--02
    .storybook-card-footer
    .footer-info
    .storybook-link--link-06,
.storybook-card--02
    .storybook-card-footer
    .footer-info
    .storybook-link--link-06:active,
.storybook-card--02
    .storybook-card-footer
    .footer-info
    .storybook-link--link-06:focus,
.storybook-card--02
    .storybook-card-footer
    .footer-info
    .storybook-link--link-06:visited {
    font-size: 8px !important;
    color: #fff !important;
    text-decoration: underline !important;
}
.storybook-card--02
    .storybook-card-footer
    .footer-info
    .storybook-link--link-06:active:hover,
.storybook-card--02
    .storybook-card-footer
    .footer-info
    .storybook-link--link-06:focus:hover,
.storybook-card--02
    .storybook-card-footer
    .footer-info
    .storybook-link--link-06:hover,
.storybook-card--02
    .storybook-card-footer
    .footer-info
    .storybook-link--link-06:visited:hover {
    color: #e2b031 !important;
}
.storybook-card--02
    .storybook-card-footer
    .footer-info
    .storybook-text.storybook-text--text-grey-01 {
    font-size: 8px !important;
}
@media (min-width: 767px) {
    .storybook-card--02 .storybook-card-footer .footer-info,
    .storybook-card--02
        .storybook-card-footer
        .footer-info
        .storybook-link--link-06,
    .storybook-card--02
        .storybook-card-footer
        .footer-info
        .storybook-link--link-06:active,
    .storybook-card--02
        .storybook-card-footer
        .footer-info
        .storybook-link--link-06:focus,
    .storybook-card--02
        .storybook-card-footer
        .footer-info
        .storybook-link--link-06:visited,
    .storybook-card--02
        .storybook-card-footer
        .footer-info
        .storybook-text.storybook-text--text-grey-01 {
        font-size: 13px !important;
    }
}
.storybook-card--02 .storybook-button--primary-04 {
    display: block;
    max-width: 100%;
}
.storybook-card--03 {
    height: 100%;
    box-shadow: 0 5px 24px 12px rgba(0, 0, 0, 0.4) !important;
}
.storybook-card--03 .image-shade-overlay {
    position: absolute;
    bottom: 0;
    height: 40px;
    max-width: 100%;
    min-width: 100%;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85), transparent);
}
.storybook-card--03 h3 {
    margin: 0 0 10px;
}
.storybook-card--03 .swiper-pagination-bullet {
    background: #fff !important;
    opacity: 0.45 !important;
}
.storybook-card--03 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1 !important;
}
.storybook-card--03 a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.storybook-card--03 .storybook-tournament-category span {
    font-style: normal;
    padding: 0 10px;
}
.storybook-card--03 .storybook-card-count {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}
.storybook-card--03 .storybook-card-count .card-count {
    display: block;
    color: #fff;
    padding: 0 0.85rem;
    border-radius: 12px;
    height: 24px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.4);
    font-family: MetropolisBold, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    font-size: 10px;
    line-height: 24px;
    font-style: normal;
}
.storybook-card--03 .storybook-card-count:hover {
    opacity: 1;
}
.storybook-card--03 .storybook-tournament-info {
    width: 100%;
    padding: 0 0 20px;
    margin-left: -10px;
    margin-right: -10px;
}
.storybook-card--03 .storybook-tournament-info .tournament-item {
    width: 33%;
    padding: 0 10px;
}
.storybook-card--03
    .storybook-tournament-info
    .tournament-item
    .tournament-icon
    svg {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}
.storybook-card--03
    .storybook-tournament-info
    .tournament-item
    .tournament-icon
    .storybook-text--text-grey-01 {
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1;
}
.storybook-card--03
    .storybook-tournament-info
    .tournament-item
    .storybook-text--text-white-01 {
    margin-top: 10px;
    font-family: MetropolisBold, Helvetica Neue, Arial, Helvetica, sans-serif !important;
}
.storybook-card--03 .storybook-card-image {
    position: relative;
    height: auto;
}
.storybook-card--03 .storybook-card-image img {
    width: 100%;
    height: 100%;
    min-height: 170px;
    max-height: 330px;
    border-top-left-radius: 0.58571429rem;
    border-top-right-radius: 0.58571429rem;
    object-fit: cover;
}
.storybook-card--03 .storybook-card-content {
    background: #373636;
    border: 1px solid #373636;
    border-radius: 0.58571429rem;
}
.storybook-card--03 .storybook-tournament-category-wrapper {
    padding: 0 25px 0 15px;
}
.storybook-card--03 .storybook-card-footer {
    padding: 20px 15px 15px;
}
.storybook-card--03 .storybook-card-footer .footer-info {
    margin-top: 7px;
}
.storybook-card--03 .storybook-card-footer .footer-info p {
    text-align: center;
    width: 50%;
    max-width: unset;
    margin-left: initial;
    margin-bottom: 0;
    margin-right: initial;
    margin-top: 0;
}
.storybook-card--03 .storybook-card-footer .footer-info p:last-child {
    text-align: right;
}
@media (min-width: 768px) {
    .storybook-card--03 .storybook-card-footer .footer-info p {
        text-align: left;
    }
}
.storybook-card--03 .storybook-button--primary-04 {
    display: block;
    max-width: 100%;
}
.storybook-card--04 {
    height: 100%;
    margin-top: -4rem !important;
    position: relative;
    z-index: 4;
}
.storybook-card--04 h1 {
    margin-top: 0 !important;
}
@media (min-width: 767px) {
    .storybook-card--04 {
        margin-top: -4rem !important;
    }
}
.storybook-card--04 .image-shade-overlay {
    position: absolute;
    bottom: 0;
    height: 40px;
    max-width: 100%;
    min-width: 100%;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85), transparent);
}
.storybook-card--04 h3 {
    margin: 0 0 10px;
}
.storybook-card--04 .swiper-pagination-bullet {
    background: #fff !important;
    opacity: 0.45 !important;
}
.storybook-card--04 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1 !important;
}
.storybook-card--04 a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.storybook-card--04 .storybook-tournament-category {
    max-width: 450px;
    font-size: 14px;
    font-weight: 400;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif !important;
}
@media (min-width: 767px) {
    .storybook-card--04 .storybook-tournament-category {
        font-size: 18px;
    }
}
.storybook-card--04
    .storybook-tournament-category
    .storybook-text--text-white-01 {
    font-size: 14px;
    font-weight: 400;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif !important;
}
@media (min-width: 767px) {
    .storybook-card--04
        .storybook-tournament-category
        .storybook-text--text-white-01 {
        font-size: 18px;
    }
}
.storybook-card--04 .storybook-tournament-category span {
    font-size: 18px;
    font-weight: 400;
    padding: 0 10px;
    font-style: normal;
}
.storybook-card--04 .storybook-card-count {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}
.storybook-card--04 .storybook-card-count .card-count {
    display: block;
    color: #fff;
    padding: 0 0.85rem;
    border-radius: 12px;
    height: 24px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.4);
    font-family: MetropolisBold, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    font-size: 10px;
    line-height: 24px;
    font-style: normal;
}
.storybook-card--04 .storybook-card-count:hover {
    opacity: 1;
}
.storybook-card--04 .storybook-button--primary-04 {
    width: 100%;
    margin-top: 12px;
}
.storybook-card--04 .tournament-clock-count {
    margin-bottom: 30px;
}
@media (min-width: 767px) {
    .storybook-card--04 .tournament-clock-count {
        margin-bottom: 0;
    }
}
.storybook-card--04 .tournament-clock-count .tournament-clock-title {
    margin-bottom: 10px;
}
.storybook-card--04 .tournament-clock-count .tournament-count {
    width: 100%;
}
.storybook-card--04 .tournament-clock-count .tournament-count .count {
    background: #373636;
    border-radius: 0.28571429rem;
    height: 48px;
    width: 100%;
    text-align: center;
    font-style: normal;
    line-height: 48px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
@media (min-width: 767px) {
    .storybook-card--04 .tournament-clock-count .tournament-count .count {
        width: 75px;
    }
}
.storybook-card--04
    .tournament-clock-count
    .tournament-count
    .storybook-text--text-grey-01 {
    text-transform: capitalize;
    font-size: 10px;
    line-height: 10px;
    margin-top: 5px;
}
.storybook-card--04
    .tournament-clock-count
    .tournament-count:not(:first-child) {
    margin-left: 10px;
}
.storybook-card--04 .storybook-tournament-info {
    width: 100%;
    max-width: 450px;
    padding: 15px 0 0;
    margin: 20px -10px 30px;
}
@media (min-width: 767px) {
    .storybook-card--04 .storybook-tournament-info {
        margin-top: 0;
        margin-bottom: 15px;
    }
}
@media (min-width: 992px) {
    .storybook-card--04 .storybook-tournament-info {
        margin-bottom: 0;
    }
}
.storybook-card--04 .storybook-tournament-info .tournament-item {
    width: 33%;
    padding: 0 10px;
}
.storybook-card--04
    .storybook-tournament-info
    .tournament-item
    .tournament-icon
    svg {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}
.storybook-card--04
    .storybook-tournament-info
    .tournament-item
    .tournament-icon
    .storybook-text--text-grey-01 {
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1;
}
@media (min-width: 767px) {
    .storybook-card--04
        .storybook-tournament-info
        .tournament-item
        .tournament-icon
        .storybook-text--text-grey-01 {
        font-size: 12px;
    }
}
.storybook-card--04
    .storybook-tournament-info
    .tournament-item
    .storybook-text--text-white-01 {
    margin-top: 10px;
    font-size: 14px;
    font-family: MetropolisBold, Helvetica Neue, Arial, Helvetica, sans-serif !important;
}
.storybook-card--04 .storybook-tournament-content {
    display: block;
    width: 100%;
}
.storybook-card--04 .storybook-card-image {
    position: relative;
    width: 100%;
    max-width: 315px;
    margin-right: 20px;
    height: auto;
}
@media (min-width: 768px) {
    .storybook-card--04 .storybook-card-image {
        max-width: 250px;
    }
}
@media (min-width: 992px) {
    .storybook-card--04 .storybook-card-image {
        max-width: 315px;
    }
}
.storybook-card--04 .storybook-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0.58571429rem !important;
    object-fit: cover;
}
.storybook-card--04 .storybook-card-content {
    width: 100%;
    background: transparent !important;
    border: 1px solid transparent;
    border-radius: 0.58571429rem;
    padding: 24px 24px 16px !important;
}
@media (min-width: 767px) {
    .storybook-card--04 .storybook-card-content {
        background: #282828 !important;
        border: 1px solid #282828;
    }
}
.storybook-card--04 .storybook-tournament-category-wrapper {
    padding: 15px 25px 0 0;
}
@media (min-width: 768px) {
    .storybook-card--04 .storybook-tournament-category-wrapper {
        padding: 15px 25px 0 15px;
    }
}
.storybook-card--04 .storybook-card-footer {
    padding: 7px 0 0;
}
@media (min-width: 768px) {
    .storybook-card--04 .storybook-card-footer {
        padding: 7px 0 0 15px;
    }
}
.storybook-card--04 .storybook-card-footer .footer-info {
    margin-top: 7px;
}
.storybook-card--04 .storybook-card-footer .footer-info p {
    text-align: center;
    width: 50%;
    max-width: unset;
    margin-left: initial;
    margin-bottom: 0;
    margin-right: initial;
    margin-top: 0;
}
.storybook-card--04 .storybook-card-footer .footer-info p:last-child {
    text-align: right;
}
@media (min-width: 768px) {
    .storybook-card--04 .storybook-card-footer .footer-info p {
        text-align: left;
    }
}
.storybook-card--04 .storybook-button--primary-04 {
    display: block;
    max-width: 100%;
    padding: 12px !important;
}
.storybook-card--04 .tournament-login {
    text-align: center;
}
@media (min-width: 768px) {
    .storybook-card--04 .tournament-login {
        text-align: left;
    }
    .storybook-card--04 .tournament-login > div {
        display: inline-block;
    }
}
.storybook-card--04 .tournament-login .storybook-text--text-grey-01 {
    font-size: 10px !important;
    line-height: 10px !important;
    color: #e2b031 !important;
    margin-top: 8px !important;
}
.storybook-card--list-items .column-game {
    width: 50%;
    margin-bottom: 1rem;
}
@media only screen and (min-width: 992px) {
    .storybook-card--list-items .column-game > div {
        height: 100%;
    }
}
@media (min-width: 1199px) {
    .storybook-card--list-items .column-game {
        margin-bottom: 2rem;
    }
}
.storybook-card--list-items .swiper .swiper-slide {
    height: auto;
}
.storybook-card--list-items .swiper .column-game {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .storybook-card--list-items .swiper .column-game {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }
    .storybook-card--list-items .column-game {
        width: 33%;
    }
    .storybook-card--list-items .column-game .column-game {
        margin-bottom: 0;
    }
}
@media (min-width: 1199px) {
    .storybook-card--list-items .column-game {
        width: 20%;
    }
}
.storybook-input {
    display: block;
    position: relative;
    width: 100%;
    max-width: 705px;
    max-height: 40px;
    margin: 0 auto;
}
.storybook-input--input-search-01 div:first-child {
    width: 100%;
}
.storybook-input--input-search-01 input {
    display: block;
    position: relative;
    width: 100%;
    background: transparent;
    outline: none;
    box-shadow: none;
    line-height: 1.21428571em;
    font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 1.1rem !important;
    padding: 1em 2.67142857em 0.67857143em 0.67857143em;
    border-radius: 0.28571429rem;
    max-height: 40px;
    border: 2px solid #fff;
    color: #fff;
    transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.storybook-input--input-search-01 input:not(:placeholder-shown) ~ span {
    top: 0;
    left: 0;
}
.storybook-input--input-search-01 input:focus {
    border: 2px solid #e2b031;
}
.storybook-input--input-search-01 input:focus ~ span {
    font-size: 1rem;
    top: 0;
    left: 0;
    color: #e2b031;
}
.storybook-input--input-search-01 input:focus ~ i {
    color: #e2b031;
}
.storybook-input--input-search-01 i {
    pointer-events: none;
    position: absolute;
    line-height: 1;
    text-align: center;
    top: 0;
    right: 0;
    margin: 0;
    height: 100%;
    width: 40px;
    font-size: 24px;
    line-height: 40px;
    color: #9c9c9c;
    transition: color 0.3s ease-in-out, font-size 0.3s ease-in-out;
}
.storybook-input--input-search-01 span {
    z-index: 2;
    margin-left: 11px;
    color: #9c9c9c;
    background: #373636;
    height: 14px;
    line-height: 14px;
    margin-top: -7px;
    padding: 0 5px;
    font-size: 14px !important;
    pointer-events: none;
    position: absolute;
    top: 1.4rem;
    left: 0;
    font-style: normal !important;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
        top 0.3s ease-in-out, left 0.3s ease-in-out;
}
.storybook-input--input-search-01:hover input {
    border: 2px solid #fff;
}
.storybook-input--input-text-01 {
    max-width: 545px;
    min-height: 42.55px;
    max-height: 42.55px;
    margin: initial;
}
.storybook-input--input-text-01 input {
    display: block;
    position: relative;
    width: 100%;
    background: #232323 !important;
    outline: none;
    box-shadow: none;
    line-height: 1.21428571em;
    font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 1.1rem;
    padding: 1em 2.67142857em 0.67857143em 0.67857143em;
    border-radius: 0.28571429rem;
    min-height: 42.55px;
    max-height: 42.55px;
    border: 2px solid #9c9c9c;
    color: #fff;
    transition: border-color 0.3s ease-in-out;
}
.storybook-input--input-text-01 input:not(:placeholder-shown) ~ span {
    font-size: 1.1rem !important;
    top: 0;
    left: 0;
}
.storybook-input--input-text-01 input:hover {
    border: 2px solid #fff;
}
.storybook-input--input-text-01 input:focus {
    border: 2px solid #e2b031;
}
.storybook-input--input-text-01 input:focus ~ span {
    font-size: 1.1rem !important;
    top: 0;
    left: 0;
    color: #e2b031;
}
.storybook-input--input-text-01 input:focus ~ i {
    color: #e2b031;
}
.storybook-input--input-text-01 span {
    z-index: 2;
    margin-left: 11px;
    color: #9c9c9c !important;
    background: #232323 !important;
    height: 14px;
    line-height: 14px;
    margin-top: -7px;
    padding: 0 5px;
    font-size: 1.1rem !important;
    pointer-events: none;
    position: absolute;
    top: 1.4rem;
    left: 0;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
        top 0.3s ease-in-out, left 0.3s ease-in-out;
    font-style: normal !important;
}
.storybook-input--input-textarea-01 {
    max-width: 545px;
    max-height: 80px;
    margin: initial;
}
.storybook-input--input-textarea-01 textarea {
    display: block;
    position: relative;
    width: 100%;
    background: #232323 !important;
    outline: none;
    box-shadow: none;
    line-height: 1.21428571em;
    font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 1.1rem !important;
    padding: 1em 2.67142857em 0.67857143em 0.67857143em;
    border-radius: 0.28571429rem;
    max-height: 80px;
    border: 2px solid #9c9c9c;
    color: #fff;
    transition: border 0.3s ease-in-out, background-color 0.3s ease-in-out,
        color 0.3s ease-in-out;
}
.storybook-input--input-textarea-01 textarea:not(:placeholder-shown) ~ span {
    font-size: 1.1rem !important;
    top: 0;
    left: 0;
}
.storybook-input--input-textarea-01 textarea:hover {
    border: 2px solid #fff;
}
.storybook-input--input-textarea-01 textarea:focus {
    border: 2px solid #e2b031;
}
.storybook-input--input-textarea-01 textarea:focus ~ span {
    font-size: 1.1rem !important;
    top: 0;
    left: 0;
    color: #e2b031;
}
.storybook-input--input-textarea-01 textarea:focus ~ i {
    color: #e2b031;
}
.storybook-input--input-textarea-01 span {
    z-index: 1;
    margin-left: 11px;
    color: #9c9c9c;
    background: #232323 !important;
    height: 14px;
    line-height: 14px;
    margin-top: -7px;
    padding: 0 5px;
    font-size: 1.1rem !important;
    pointer-events: none;
    position: absolute;
    top: 1.4rem;
    left: 0;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
        top 0.3s ease-in-out, left 0.3s ease-in-out;
    font-style: normal !important;
}
.storybook-input--input-checkbox-01 {
    max-width: 385px;
    max-height: 80px;
    margin: initial;
}
.storybook-input--input-checkbox-01 label {
    font-size: 15px;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif;
    cursor: pointer;
    color: #fff;
}
.storybook-input--input-checkbox-01 input {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #fff;
    border-radius: 0.21428571rem;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    position: relative;
}
.storybook-input--input-checkbox-01 input:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 60%;
    transform: translate(-50%, -50%);
    background-color: #e2b031;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out,
        transform 0.3s ease-in-out;
}
.storybook-input--input-checkbox-01 input:checked:after {
    opacity: 1;
    visibility: visible;
}
.storybook-input .filter-btn {
    width: auto;
    height: 40px;
    min-width: 45px;
    border: 2px solid #9c9c9c;
    border-radius: 0.28571429rem;
    padding: 0 0.28571429em !important;
    margin-left: 10px;
    font-family: MetropolisSemiBold, Helvetica Neue, Arial, Helvetica,
        sans-serif !important;
    color: #9c9c9c;
}
.storybook-input .filter-btn.has-filters {
    border: 2px solid #e2b031;
    color: #e2b031;
}
.storybook-input .filter-btn.has-filters svg path {
    fill: #e2b031;
}
.storybook-input .filter-btn svg {
    position: relative;
    line-height: 1;
    text-align: center;
    height: 15px;
    width: 15px;
    line-height: 40px;
}
.storybook-input .filter-btn svg path {
    fill: #9c9c9c;
}
.storybook-input .filter-btn.active {
    border: 2px solid #e2b031;
    color: #e2b031;
}
.storybook-input .filter-btn.active svg {
    margin-right: 0.428571em;
}
.storybook-input .filter-btn.active svg path {
    fill: #e2b031;
}
.storybook-input.disabled {
    opacity: 0.45;
    pointer-events: none;
}
.item.big {
    padding: 30px 15px !important;
}
.rc-slider-wrapper {
    position: relative;
    display: block;
    width: 95%;
}
.rc-slider-wrapper .label-left,
.rc-slider-wrapper .label-left-mobile {
    margin: 0;
    position: absolute;
    left: 0;
    top: 15px;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    color: #fff;
    font-size: 10px;
}
.rc-slider-wrapper .label-right,
.rc-slider-wrapper .label-right-mobile {
    position: absolute;
    right: 0;
    top: 15px;
    font-family: MetropolisBold, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    color: #fff;
    font-size: 10px;
}
.rc-slider-wrapper .multi-range-slider {
    width: 100%;
    box-shadow: none;
    border: none;
    padding: 30px 0 20px;
}
.rc-slider-wrapper .multi-range-slider .thumb * {
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #e2b031;
    bottom: 12.5px;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    font-size: 12px;
}
.rc-slider-wrapper .multi-range-slider .thumb:before {
    margin: -5px;
    box-shadow: none;
    background: #e2b031;
    border: 1px solid #000;
}
.rc-slider-wrapper .multi-range-slider input {
    display: none;
    box-shadow: none;
}
.rc-slider-wrapper .multi-range-slider .bar-inner {
    background: #e2b031;
    box-shadow: none;
    padding: 6px 0;
    border: 1px solid #000;
}
.rc-slider-wrapper .multi-range-slider .bar-left,
.rc-slider-wrapper .multi-range-slider .bar-right {
    background: #373636;
    box-shadow: none;
    padding: 6px 0;
}
.video-01 {
    overflow: hidden;
    width: 100vw;
    margin: auto auto auto -50vw;
    left: 50%;
    position: relative;
    height: 100%;
}
@media (min-width: 992px) {
    .video-01 {
        width: 100%;
        margin-left: 0;
        margin-bottom: 1rem;
        left: 0;
        height: 450px;
        border-radius: 10px;
    }
}
.video-wrap {
    position: relative;
    width: 100%;
    height: 250px;
}
.video-wrap .storybook-play-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.video-wrap .storybook-play-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-wrap .storybook-play-icon.video {
    opacity: 1;
    visibility: visible;
    background: rgba(0, 0, 0, 0.4);
}
.video-wrap .storybook-play-icon.video img {
    display: block;
    width: 19.625rem;
    height: 19.625rem;
    object-fit: cover;
}
.video-wrap .storybook-play-icon.video.hide {
    opacity: 0;
    visibility: hidden;
}
.video-wrap div {
    width: 100%;
    height: 100%;
}
@media (min-width: 767px) {
    .video-wrap {
        height: 430px;
    }
}
@media (min-width: 992px) {
    .video-wrap {
        height: 100%;
    }
}
.video-wrap .placeholder,
.video-wrap .play-btn {
    max-width: 800px;
    width: 100%;
}
.video-wrap .play-btn {
    position: absolute;
    display: block;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease;
}
.video-wrap .play-btn:focus,
.video-wrap .play-btn:hover {
    cursor: pointer;
    fill: #17e617;
}
.top-navigation .desktop-menu .link:hover {
    color: #e2b031;
}
.megamenu .categories .link,
.mobile-submenu .link .mobile-title {
    color: #d8d8d8;
}
.megamenu .categories .link:hover {
    color: #e2b031;
}
.loggedIn {
    position: relative;
    z-index: 0;
}
.storybook-header {
    display: block;
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s linear, visibility 0.3s linear;
}
.storybook-header.hide {
    opacity: 0;
    visibility: hidden;
    display: none;
}
.storybook-header--header-top-01 {
    background: #141414;
    height: 40px;
}
.storybook-header--header-top-01 .storybook-header-top--black {
    height: 100%;
}
.storybook-header--header-top-01 .storybook-link:not(:first-child) {
    margin-left: 20px;
}
.storybook-header--header-main-01 {
    width: 100%;
    display: block;
    background: #232323;
    box-shadow: 0 8px 32px -16px #000;
    padding: 10px 0;
    z-index: 10;
}
@media (min-width: 767px) {
    .storybook-header--header-main-01 {
        padding: 20px 0;
    }
}
.storybook-header--header-main-01 .storybook-link--link-02,
.storybook-header--header-main-01 .storybook-link--link-02:active,
.storybook-header--header-main-01 .storybook-link--link-02:focus,
.storybook-header--header-main-01 .storybook-link--link-02:visited {
    font-size: 14px;
}
@media (min-width: 1680px) {
    .storybook-header--header-main-01 .storybook-link--link-02,
    .storybook-header--header-main-01 .storybook-link--link-02:active,
    .storybook-header--header-main-01 .storybook-link--link-02:focus,
    .storybook-header--header-main-01 .storybook-link--link-02:visited {
        font-size: 16px;
    }
}
.storybook-header--header-main-01 .storybook-header-timer {
    margin-left: 15px;
    position: relative;
    cursor: pointer;
}
.storybook-header--header-main-01 .storybook-header-timer span {
    font-style: normal;
    font-size: 14px;
    color: #aaa;
    font-family: FS Sinclair Web, Helvetica Neue, Arial, Helvetica, sans-serif !important;
}
.storybook-header--header-main-01 .storybook-header-timer .tooltip {
    position: absolute;
    top: 95%;
    left: 45%;
    padding: 1.1em 1em;
    width: auto;
    max-height: 43px;
    background: #1b1c1d;
    margin: 0.71428571em 0 0;
    border-radius: 0.28571429rem;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 0.3s,
        transform 0.3s ease-in-out;
}
.storybook-header--header-main-01 .storybook-header-timer .tooltip:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0.71428571em;
    height: 0.71428571em;
    transform: rotate(45deg) translateX(-50%);
    -webkit-transform: rotate(45deg) translateX(-50%);
    background: #1b1c1d;
    z-index: 2;
}
.storybook-header--header-main-01 .storybook-header-timer .tooltip span {
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    font-style: normal;
    font-size: 14px;
    color: #fff;
}
.storybook-header--header-main-01 .storybook-header-timer:hover .tooltip {
    opacity: 1;
    visibility: visible;
}
.storybook-header--header-main-01.small-header-fixed {
    position: fixed !important;
    height: auto !important;
    max-height: 70px;
    top: 0;
    padding: 10px 0;
}
.storybook-header--header-main-01.small-header-fixed .storybook-logo--logo-01 {
    width: 53px;
    height: 36px;
}
.storybook-header--header-main-01.small-header-fixed
    .storybook-button--primary-06 {
    padding: 5px 50px 5px 20px;
    max-height: 36px;
}
.storybook-header--header-main-01.small-header-fixed
    .storybook-button--primary-06
    span:first-child {
    display: none;
}
.storybook-header--header-main-01.small-header-fixed
    .storybook-button--primary-06
    svg {
    top: 10px;
    transform: translate(0) rotate(90deg);
}
.storybook-header--header-main-01.small-header-fixed
    .storybook-button--primary-06:hover
    svg {
    transform: translate(0) rotate(-90deg);
}
.storybook-header--header-main-01.header-white {
    background: #fff;
}
.storybook-header--header-main-01.header-white
    .storybook-header-menu-list
    .storybook-link--link-02,
.storybook-header--header-main-01.header-white
    .storybook-icon--hamburguer-01
    i {
    color: #000;
}
.storybook-menu-left {
    display: block;
    width: 40%;
}
@media (min-width: 992px) {
    .storybook-menu-left {
        width: 25%;
    }
}
@media (min-width: 1680px) {
    .storybook-menu-left {
        width: 45%;
    }
}
.storybook-menu-left .storybook-button--primary-06 {
    margin-left: 25px;
    text-align: left;
}
.storybook-menu-right {
    display: block;
    width: 95%;
}
@media (min-width: 992px) {
    .storybook-menu-right .storybook-button--primary-01 {
        margin: 0;
    }
}
.storybook-menu-right .storybook-button--primary-05 {
    margin-left: 15px;
    padding-right: 43px !important;
}
.storybook-header-top {
    display: block;
    position: relative;
}
.storybook-header-top--black {
    background: #141414;
    height: 40px;
}
.storybook-header-top .storybook-link:not(:first-child) {
    margin-left: 20px;
}
.storybook-header-menu-list {
    display: block;
    height: 100%;
}
.storybook-header-menu-list ul {
    display: flex;
    align-items: center;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.storybook-header-menu-list ul li {
    display: inline-block;
    height: 100%;
    padding: 0 10px;
}
@media (min-width: 1680px) {
    .storybook-header-menu-list ul li {
        padding: 0 17px;
    }
}
@media (min-width: 992px) {
    .storybook-header-menu-list.register {
        margin-left: 25px;
    }
}
@media (min-width: 1300px) {
    .storybook-header-menu-list.register {
        margin-left: 50px;
    }
}
.storybook-header-menu-list.register ul li {
    padding-left: 0;
}
.storybook-header-menu-list.register ul li .storybook-link--link-02,
.storybook-header-menu-list.register ul li .storybook-link--link-02:active,
.storybook-header-menu-list.register ul li .storybook-link--link-02:focus,
.storybook-header-menu-list.register ul li .storybook-link--link-02:visited {
    color: #e2b031;
}
@media (max-width: 414px) {
    .storybook-header-menu-list.register ul li .storybook-link--link-02,
    .storybook-header-menu-list.register ul li .storybook-link--link-02:active,
    .storybook-header-menu-list.register ul li .storybook-link--link-02:focus,
    .storybook-header-menu-list.register
        ul
        li
        .storybook-link--link-02:visited {
        font-size: 10px;
    }
}
.storybook-header-menu-list.register
    ul
    li
    .storybook-link--link-02:active:hover,
.storybook-header-menu-list.register ul li .storybook-link--link-02:focus:hover,
.storybook-header-menu-list.register ul li .storybook-link--link-02:hover,
.storybook-header-menu-list.register
    ul
    li
    .storybook-link--link-02:visited:hover {
    color: #ae8418;
}
.storybook-modal {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 11;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out, pointer-events 0s ease-in-out 0.3s;
    background-color: rgba(0, 0, 0, 0.6);
}
.storybook-modal--links-wrapper {
    height: calc(80vh - 50px);
}
.storybook-modal.open {
    opacity: 1;
    pointer-events: all;
}
.storybook-modal .storybook-modal-title h1 {
    letter-spacing: 0.045rem;
    margin: 0 0 25px;
}
.storybook-modal .storybook-button--primary-02 {
    text-transform: none !important;
    width: auto;
    min-width: 150px;
    max-width: 220px;
    margin-top: 30px;
}
.storybook-modal .storybook-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0.5rem 0.25rem 0 0;
}
.storybook-modal .storybook-modal-close i {
    font-size: 1.5em;
}
.storybook-modal .storybook-modal-links {
    margin: 15px 0;
}
.storybook-modal .storybook-modal-content {
    position: relative;
    display: block;
    width: 100%;
    max-width: 900px;
    height: auto;
    padding: 40px;
    background-color: #141414;
    overflow-y: auto;
    border-radius: 10px !important;
    box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.2),
        1px 3px 15px 2px rgba(0, 0, 0, 0.2);
}
.storybook-modal .storybook-modal-content .loggedIn .storybook-link--link-01 {
    width: 50%;
    text-align: center;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 1;
}
.storybook-modal .storybook-modal-content .menu-mobile-saldo-info {
    position: absolute;
    left: 0;
    top: 120px;
    width: 100%;
    padding: 0 25px;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
}
.storybook-modal
    .storybook-modal-content
    .menu-mobile-saldo-info
    .storybook-footer-links-column.menu-saldo {
    background: #373636;
}
.storybook-modal
    .storybook-modal-content
    .menu-mobile-saldo-info
    .storybook-footer-links-column.menu-saldo
    .menu-saldo-info
    .progress
    .progress-fill {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 0.28571429rem;
}
.storybook-modal
    .storybook-modal-content
    .menu-mobile-saldo-info
    .storybook-footer-links-column.menu-saldo
    .menu-saldo-info
    .progress
    .progress-fill.yellow {
    background: #e2b031;
}
.storybook-modal
    .storybook-modal-content
    .menu-mobile-saldo-info
    .storybook-footer-links-column.menu-saldo
    .menu-saldo-info-wrapper
    .item
    .icon {
    background: #252525;
}
.storybook-modal
    .storybook-modal-content
    .menu-mobile-saldo-info
    .storybook-footer-links-column.menu-saldo
    .menu-saldo-info-wrapper
    .item
    .icon.active {
    background: #e2b031;
}
.storybook-modal .storybook-modal-content .menu-mobile-saldo-info.show {
    transform: translateX(0);
}
.storybook-modal--head-01 {
    background-color: #232323;
}
.storybook-modal--head-01 .storybook-logo--logo-01,
.storybook-modal--head-01 .storybook-logo--logo-01:active,
.storybook-modal--head-01 .storybook-logo--logo-01:focus,
.storybook-modal--head-01 .storybook-logo--logo-01:visited {
    width: 53px;
    height: 36px;
}
.storybook-modal--head-01 .storybook-button--primary-06 svg {
    transform: translateY(-50%) rotate(0);
}
.storybook-modal--head-01 .storybook-button--primary-06.active svg {
    transform: translateY(-50%) rotate(90deg);
}
.storybook-menu-mobile {
    display: block;
}
.storybook-menu-mobile--links-wrapper {
    height: calc(80vh - 50px);
    margin-top: -15px;
}
.storybook-menu-mobile--menu-mobile-01 {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 11;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.3s ease-in-out;
}
.storybook-menu-mobile--menu-mobile-01 .storybook-menu-mobile-content {
    position: relative;
    display: block;
    height: 100%;
    padding: 30px;
    background-color: #232323;
    overflow-y: auto;
}
.storybook-menu-mobile--menu-mobile-01
    .storybook-menu-mobile-content
    .loggedIn
    .container {
    padding: 0;
}
.storybook-menu-mobile--menu-mobile-01
    .storybook-menu-mobile-content
    .loggedIn
    .storybook-link--link-01 {
    color: #fff !important;
    font-size: 12px !important;
    line-height: 1;
    line-height: 45px;
    height: 45px;
    text-align: left;
    padding-right: 30px;
}
@media (max-width: 375px) {
    .storybook-menu-mobile--menu-mobile-01
        .storybook-menu-mobile-content
        .loggedIn
        .storybook-link--link-01 {
        padding-right: 15px;
    }
}
@media (min-width: 376px) and (max-width: 400px) {
    .storybook-menu-mobile--menu-mobile-01
        .storybook-menu-mobile-content
        .loggedIn
        .storybook-link--link-01 {
        padding-right: 25px;
    }
}
@media (min-width: 375px) {
    .storybook-menu-mobile--menu-mobile-01
        .storybook-menu-mobile-content
        .loggedIn
        .storybook-link--link-01
        .storybook-link--link-01 {
        font-size: 12px !important;
        padding-right: 40px;
    }
    .storybook-menu-mobile--menu-mobile-01
        .storybook-menu-mobile-content
        .loggedIn
        .storybook-link--link-01
        .storybook-link--link-01:last-child {
        padding-right: 40px;
    }
}
.storybook-menu-mobile--menu-mobile-01
    .storybook-menu-mobile-content
    .menu-mobile-saldo-info {
    position: absolute;
    left: 0;
    display: none;
    top: 120px;
    width: 100%;
    padding: 0 25px;
    background: #373636;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.storybook-menu-mobile--menu-mobile-01
    .storybook-menu-mobile-content
    .menu-mobile-saldo-info
    .storybook-footer-links-column.menu-saldo {
    background: #373636;
    padding: 10px 5px;
}
.storybook-menu-mobile--menu-mobile-01
    .storybook-menu-mobile-content
    .menu-mobile-saldo-info
    .storybook-footer-links-column.menu-saldo
    .menu-saldo-info
    .progress
    .progress-fill {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 0.28571429rem;
}
.storybook-menu-mobile--menu-mobile-01
    .storybook-menu-mobile-content
    .menu-mobile-saldo-info
    .storybook-footer-links-column.menu-saldo
    .menu-saldo-info
    .progress
    .progress-fill.yellow {
    background: #e2b031;
}
.storybook-menu-mobile--menu-mobile-01
    .storybook-menu-mobile-content
    .menu-mobile-saldo-info
    .storybook-footer-links-column.menu-saldo
    .menu-saldo-info-wrapper
    .item
    .icon {
    background: #252525;
}
.storybook-menu-mobile--menu-mobile-01
    .storybook-menu-mobile-content
    .menu-mobile-saldo-info
    .storybook-footer-links-column.menu-saldo
    .menu-saldo-info-wrapper
    .item
    .icon.active {
    background: #e2b031;
}
.storybook-menu-mobile--menu-mobile-01
    .storybook-menu-mobile-content
    .menu-mobile-saldo-info.show {
    display: block;
}
.storybook-menu-mobile--menu-mobile-01.open {
    transform: translateZ(0);
}
.storybook-menu-mobile--head-01 {
    background-color: #232323;
}
.storybook-menu-mobile--head-01 .storybook-logo--logo-01,
.storybook-menu-mobile--head-01 .storybook-logo--logo-01:active,
.storybook-menu-mobile--head-01 .storybook-logo--logo-01:focus,
.storybook-menu-mobile--head-01 .storybook-logo--logo-01:visited {
    width: 53px;
    height: 36px;
}
.storybook-menu-mobile--head-01 .storybook-button--primary-06 svg {
    transform: translateY(-50%) rotate(0);
}
.storybook-menu-mobile--head-01 .storybook-button--primary-06.active svg {
    transform: translateY(-50%) rotate(90deg);
}
.storybook-menu-mobile--links-menu-mobile-01 {
    display: block;
    height: auto;
    padding-bottom: 20px;
    background-color: #232323;
}
.storybook-menu-mobile--links-menu-mobile-01 .item {
    position: relative;
    cursor: pointer;
}
.storybook-menu-mobile--links-menu-mobile-01 .item:not(.active) {
    height: 30px;
}
.storybook-menu-mobile--links-menu-mobile-01 .item.first-sub {
    margin-top: 15px;
}
.storybook-menu-mobile--links-menu-mobile-01 .item a,
.storybook-menu-mobile--links-menu-mobile-01 .item a:active,
.storybook-menu-mobile--links-menu-mobile-01 .item a:focus,
.storybook-menu-mobile--links-menu-mobile-01 .item a:visited {
    display: -moz-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif;
}
.storybook-menu-mobile--links-menu-mobile-01 .item .item-sub-content {
    display: none;
    position: relative;
    padding: 0 30px;
    margin-bottom: 15px;
    background: #252525;
}
.storybook-menu-mobile--links-menu-mobile-01 .item .item-sub-content:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    margin-left: -50vw;
    left: 50%;
    background: #252525;
    z-index: 0;
}
.storybook-menu-mobile--links-menu-mobile-01
    .item
    .item-sub-content
    .storybook-gold-divider:first-of-type {
    margin: 0 0 15px;
}
.storybook-menu-mobile--links-menu-mobile-01
    .item
    .item-sub-content
    .storybook-gold-divider:nth-of-type(2) {
    margin: 15px 0 0;
}
.storybook-menu-mobile--links-menu-mobile-01 .item .item-sub-content.active {
    display: block;
}
.storybook-menu-mobile--footer-01 {
    width: 100%;
    background-color: #232323;
}
.storybook-menu-mobile--footer-01 .storybook-link--primary-03 {
    margin-right: 15px;
}
.storybook-menu-mobile--footer-01.hide {
    opacity: 0;
    visibility: hidden;
}
.storybook-header-loggin-user {
    position: relative;
}
.storybook-header-loggin-user .storybook-footer-links-column.menu {
    position: absolute;
    right: 0;
    top: 120%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.storybook-header-loggin-user:hover .storybook-button--primary-05 svg {
    transform: rotate(-90deg);
}
.storybook-header-loggin-user:hover .storybook-footer-links-column.menu {
    visibility: visible;
    opacity: 1;
}
.storybook-header-loggin-user button {
    text-transform: capitalize !important;
}
.storybook-header-loggin-saldo {
    position: relative;
}
.storybook-header-loggin-saldo .storybook-footer-links-column.menu-saldo {
    position: absolute;
    left: 25px;
    top: 120%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.storybook-header-loggin-saldo:hover .storybook-button--primary-06 svg {
    transform: translateY(-50%) rotate(-90deg);
}
.storybook-header-loggin-saldo:hover .storybook-footer-links-column.menu-saldo {
    visibility: visible;
    opacity: 1;
}
.storybook-header-loggin-saldo button {
    text-transform: capitalize !important;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
    max-height: 54px;
}
.storybook-gold-divider {
    display: block;
    position: relative;
    width: 100%;
    z-index: 2;
    background: linear-gradient(90deg, #3c3c3c, #c3982b 50%, #3c3c3c);
    height: 1px;
    margin-left: 0;
    margin-right: 0;
}
.storybook-gold-divider.customer-service {
    margin: 25px 0 !important;
}
.storybook-gold-divider.menu-top-divider:first-child {
    margin: 25px 0 0 !important;
}
.storybook-gold-divider.menu-top-divider:last-child {
    margin: 0 0 25px !important;
}
.storybook-gold-divider.full,
.storybook-gold-divider.menu-top-divider.full {
    width: 100vw;
    left: 50%;
    margin-left: -50vw !important;
}
footer {
    background: #161616;
}
.storybook-footer,
footer {
    display: block;
    position: relative;
}
.storybook-footer--footer-top-01 {
    padding: 30px 0;
    background: #282828;
}
.storybook-footer--footer-top-02 {
    padding: 25px 0;
    background: #373636;
    border-top: 2px solid #e2b031;
}
.storybook-footer--footer-top-02 .logo-break {
    width: 100%;
}
.storybook-footer--footer-top-02 .container {
    max-width: 1440px;
}
.storybook-footer--footer-top-02 a {
    display: inline-block;
    text-align: center;
    padding: 0;
    width: 100%;
    margin: 17px 25px;
}
.storybook-footer--footer-top-02 a img {
    width: auto;
    height: 25px;
}
.storybook-footer--footer-top-02 a svg {
    width: auto;
    max-width: 140px;
    height: 28px;
}
.storybook-footer--footer-top-02 a svg g,
.storybook-footer--footer-top-02 a svg path,
.storybook-footer--footer-top-02 a svg polygon,
.storybook-footer--footer-top-02 a svg rect {
    fill: #fff;
}
.storybook-footer--footer-top-02 a:last-child svg,
.storybook-footer--footer-top-02 a:nth-child(2) svg,
.storybook-footer--footer-top-02 a:nth-child(5) svg {
    mix-blend-mode: luminosity;
}
.storybook-footer--footer-copyright-01 {
    padding: 35px 0 120px;
    background: #161616;
}
@media (min-width: 992px) {
    .storybook-footer--footer-copyright-01 {
        padding: 35px 0 25px;
    }
}
.storybook-footer--footer-copyright-01 .logos a:last-child {
    margin-top: 10px;
}
.storybook-footer--footer-copyright-01 .copy-logos-02 .payments-methods {
    margin: 20px 0 60px;
}
.storybook-footer--footer-copyright-01 .copy-logos-02 .payments-methods .logos {
    text-align: center;
}
@media (min-width: 992px) {
    .storybook-footer--footer-copyright-01
        .copy-logos-02
        .payments-methods
        .logos {
        text-align: left;
    }
}
.storybook-footer--footer-copyright-01 .copy-logos a {
    display: block;
    width: auto;
    height: 35px;
    padding: 0 15px;
}
.storybook-footer--footer-copyright-01 .copy-logos a svg {
    width: 100%;
    height: 100%;
}
.storybook-footer--footer-copyright-01 .copy-logos a svg path,
.storybook-footer--footer-copyright-01 .copy-logos a svg polygon,
.storybook-footer--footer-copyright-01 .copy-logos a svg rect {
    fill: #fff;
}
.storybook-footer--footer-copyright-01 .copy-logos a svg#second .st0 {
    fill: #b2b2b2;
}
.storybook-footer--footer-copyright-01 .copy-logos a svg#second .st1 {
    fill: #fff;
}
.storybook-footer--footer-copyright-01 .copy-descriprion {
    margin: 35px 0 20px;
    text-align: center;
}
.storybook-footer-top {
    display: block;
    position: relative;
}
.storybook-footer-top--grey {
    background: #282828;
}
.storybook-footer-top--grey .storybook-link:not(:first-child) {
    margin-top: 15px;
}
.storybook-footer-social {
    margin-top: 1.5em;
}
.storybook-footer-social .storybook-icon--social-icon-02:not(:first-child) {
    margin-left: 15px;
}
.storybook-footer-links-column {
    display: block;
    position: relative;
    background: #161616;
}
.storybook-footer-links-column.menu {
    width: auto;
    min-width: 200px;
    padding: 5px 15px;
    background: #252525;
    border-radius: 0.28571429rem;
}
.storybook-footer-links-column.menu ul {
    margin: 0;
}
.storybook-footer-links-column.menu .storybook-gold-divider {
    margin: 5px 0;
}
.storybook-footer-links-column.menu .storybook-link--link-03,
.storybook-footer-links-column.menu .storybook-link--link-03:active,
.storybook-footer-links-column.menu .storybook-link--link-03:focus,
.storybook-footer-links-column.menu .storybook-link--link-03:visited {
    color: #fff !important;
}
.storybook-footer-links-column.menu .storybook-link--link-03:active:hover,
.storybook-footer-links-column.menu .storybook-link--link-03:focus:hover,
.storybook-footer-links-column.menu .storybook-link--link-03:hover,
.storybook-footer-links-column.menu .storybook-link--link-03:visited:hover {
    color: #e2b031 !important;
}
.storybook-footer-links-column.menu .storybook-link--link-05,
.storybook-footer-links-column.menu .storybook-link--link-05:active,
.storybook-footer-links-column.menu .storybook-link--link-05:focus,
.storybook-footer-links-column.menu .storybook-link--link-05:visited {
    line-height: 20px;
}
.storybook-footer-links-column.menu i {
    color: #e2b031;
}
.storybook-footer-links-column.menu-saldo {
    width: auto;
    padding: 10px 20px;
    background: #252525;
    border-radius: 0.28571429rem;
}
.storybook-footer-links-column.menu-saldo:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 200vw;
    margin-left: -50vw;
    left: 50%;
    background: #373636;
    z-index: -1;
}
@media (min-width: 992px) {
    .storybook-footer-links-column.menu-saldo {
        min-width: 400px;
    }
    .storybook-footer-links-column.menu-saldo:before {
        display: none;
    }
}
.storybook-footer-links-column.menu-saldo ul {
    margin: 0;
}
.storybook-footer-links-column.menu-saldo .storybook-gold-divider {
    margin: 5px 0;
}
.storybook-footer-links-column.menu-saldo li {
    padding: 0;
}
.storybook-footer-links-column.menu-saldo li .storybook-gold-divider {
    margin-top: 10px;
    margin-bottom: 10px;
}
.storybook-footer-links-column.menu-saldo li .menu-saldo-item {
    width: 100%;
}
.storybook-footer-links-column.menu-saldo li .menu-saldo-item .icon {
    position: relative;
    width: 30px;
    height: 30px;
    color: #aaa !important;
    margin-right: 5px;
}
.storybook-footer-links-column.menu-saldo li .menu-saldo-item .icon i {
    width: auto;
    height: auto;
    font-size: 20px;
}
.storybook-footer-links-column.menu-saldo li .menu-saldo-item .info {
    width: 90%;
}
.storybook-footer-links-column.menu-saldo
    li
    .menu-saldo-item
    .info
    .storybook-text--text-white-01:last-child {
    color: #e2b031 !important;
}
.storybook-footer-links-column.menu-saldo
    li
    .menu-saldo-item
    .info
    .storybook-text--text-grey-01 {
    font-size: 11px;
    line-height: 30px;
    font-weight: 500;
}
.storybook-footer-links-column.menu-saldo
    li
    .menu-saldo-item
    .info
    .storybook-text--text-grey-01:last-child {
    color: #e2b031 !important;
}
.storybook-footer-links-column.menu-saldo li .storybook-text--text-white-01 {
    font-family: MetropolisBold, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    color: #aaa !important;
    line-height: 30px;
}
.storybook-footer-links-column.menu-saldo .menu-saldo-info {
    padding: 10px 0 25px;
}
.storybook-footer-links-column.menu-saldo .menu-saldo-info .progress {
    display: block;
    margin: 20px 0;
}
.storybook-footer-links-column.menu-saldo
    .menu-saldo-info
    .progress
    .progress-back {
    position: relative;
    height: 12px;
    border-radius: 0.28571429rem;
    background: #373636 !important;
}
.storybook-footer-links-column.menu-saldo
    .menu-saldo-info
    .progress
    .progress-fill {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 0.28571429rem;
}
.storybook-footer-links-column.menu-saldo
    .menu-saldo-info
    .progress
    .progress-fill.yellow {
    background: #e2b031;
}
.storybook-footer-links-column.menu-saldo
    .menu-saldo-info
    .menu-saldo-info-wrapper {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}
.storybook-footer-links-column.menu-saldo
    .menu-saldo-info
    .menu-saldo-info-wrapper
    .item {
    width: auto;
    padding: 0 10px;
}
.storybook-footer-links-column.menu-saldo
    .menu-saldo-info
    .menu-saldo-info-wrapper
    .item
    p:first-child {
    margin-bottom: 5px;
}
.storybook-footer-links-column.menu-saldo
    .menu-saldo-info
    .menu-saldo-info-wrapper
    .item
    .icon {
    display: block;
    width: 10px;
    height: 10px;
    background: #373636;
    margin-right: 5px;
}
.storybook-footer-links-column.menu-saldo
    .menu-saldo-info
    .menu-saldo-info-wrapper
    .item
    .icon.active {
    background: #e2b031;
}
.storybook-footer-links-column.menu-saldo
    .menu-saldo-info
    .storybook-text--text-grey-01 {
    font-size: 11px;
    text-align: center;
    line-height: 1;
    font-weight: 500;
}
.storybook-footer-links-column.menu-saldo .menu-saldo-footer {
    display: block;
    padding: 0 0 10px;
}
.storybook-footer-links-column.menu-saldo
    .menu-saldo-footer
    .storybook-link--link-01,
.storybook-footer-links-column.menu-saldo
    .menu-saldo-footer
    .storybook-link--link-01:active,
.storybook-footer-links-column.menu-saldo
    .menu-saldo-footer
    .storybook-link--link-01:focus,
.storybook-footer-links-column.menu-saldo
    .menu-saldo-footer
    .storybook-link--link-01:visited {
    display: block;
    text-align: center;
    line-height: 1.5;
    color: #aaa !important;
    font-size: 11px;
    font-weight: 500;
}
.storybook-footer-links-column.menu-saldo
    .menu-saldo-footer
    .storybook-button--primary-01,
.storybook-footer-links-column.menu-saldo
    .menu-saldo-footer
    .storybook-button--secondary-01 {
    width: 100%;
    max-height: 36px;
    padding: 11px 20px;
}
.storybook-footer-links-column.menu-saldo
    .menu-saldo-footer
    .storybook-button--secondary-01 {
    margin: 15px 0;
}
.storybook-footer-links-column .storybook-text--primary-h3-01 {
    display: block;
    text-align: left;
    margin: 0 !important;
}
.storybook-footer-links-column .storybook-text--primary-h3-01 i {
    display: flex;
    align-items: center;
    justify-content: center;
}
.storybook-footer-links-column ul {
    display: none;
    margin: 1em 0;
}
.storybook-footer-links-column ul li {
    padding: 0.21428571em 0;
}
.storybook-footer-links-column ul li.active a {
    color: #e2b031;
}
.storybook-footer-links-column.customer-service {
    background: #1d1d1d;
}
.storybook-footer-links-column.customer-service .storybook-gold-divider {
    margin: 0;
}
.storybook-footer-links-column.customer-service .sidebar-info {
    padding: 30px 20px;
}
.storybook-footer-links-column.customer-service ul {
    padding: 0 20px;
    margin: 0 0 20px;
}
.storybook-footer-links-column.customer-service ul li {
    padding: 5.5px 0;
}
.storybook-footer-links-column.customer-service ul li .storybook-link--link-03,
.storybook-footer-links-column.customer-service
    ul
    li
    .storybook-link--link-03:active,
.storybook-footer-links-column.customer-service
    ul
    li
    .storybook-link--link-03:focus,
.storybook-footer-links-column.customer-service
    ul
    li
    .storybook-link--link-03:visited {
    line-height: 35px;
    height: 35px;
    color: #9c9c9c;
}
.storybook-footer-links-column.customer-service
    ul
    li.customer-service-parent-link
    ul {
    display: none;
    padding: 0 0 15px;
    margin: 0;
}
.storybook-footer-links-column.customer-service
    ul
    li.customer-service-parent-link
    ul
    li {
    padding: 0;
    margin: 0;
    font-size: 10px;
    line-height: 25px;
    color: #fff;
    font-family: MetropolisRegular, Helvetica Neue, Arial, Helvetica, sans-serif;
}
.storybook-footer-links-column.customer-service
    ul
    li.customer-service-parent-link.active
    ul {
    display: block;
}
.storybook-footer-links-column.customer-service.providers
    .storybook-providers-image {
    width: 100%;
    max-width: 180px;
    display: block;
    margin: 0 auto 30px;
}
.storybook-footer-links-column.customer-service.providers
    .storybook-providers-image
    img {
    width: 100%;
    height: auto;
    max-height: 80px;
    object-fit: contain;
}
.storybook-footer-links-column.customer-service.providers
    .storybook-providers-image
    svg {
    width: 100%;
    height: auto;
}
.storybook-footer-links-column.customer-service.mobile {
    background: transparent;
}
.storybook-footer-links-column.customer-service.mobile ul {
    justify-content: center;
}
.storybook-footer-links-column.customer-service.mobile ul li {
    width: 48%;
    padding: 0;
    margin: 0 0.15rem 0.5rem;
}
.storybook-footer-links-column.customer-service.mobile
    ul
    li
    .storybook-link--link-08,
.storybook-footer-links-column.customer-service.mobile
    ul
    li
    .storybook-link--link-08:active,
.storybook-footer-links-column.customer-service.mobile
    ul
    li
    .storybook-link--link-08:focus,
.storybook-footer-links-column.customer-service.mobile
    ul
    li
    .storybook-link--link-08:visited,
.storybook-footer-links-column.open ul {
    display: block;
}
.storybook-footer-links-column.open .storybook-text--primary-h3-01 i {
    transform: rotate(-180deg);
}
.storybook-footer--main-footer-01 {
    padding: 30px 25px;
    background: #232323;
}
.storybook-footer--main-footer-01 .storybook-footer-links-column {
    background: #232323;
}
.storybook-footer--main-footer-01 .column-big {
    flex: 1 1 100%;
    margin-bottom: 50px;
}
.storybook-footer--main-footer-01 .column-big .column-bottom {
    margin-top: 25px;
}
.storybook-footer--main-footer-01 .column-big .storybook-logo--logo-01,
.storybook-footer--main-footer-01 .column-big .storybook-logo--logo-01:active,
.storybook-footer--main-footer-01 .column-big .storybook-logo--logo-01:focus,
.storybook-footer--main-footer-01 .column-big .storybook-logo--logo-01:visited {
    width: 75px;
    height: 50px;
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    .storybook-footer--main-footer-01 .column-big .storybook-logo--logo-01,
    .storybook-footer--main-footer-01
        .column-big
        .storybook-logo--logo-01:active,
    .storybook-footer--main-footer-01
        .column-big
        .storybook-logo--logo-01:focus,
    .storybook-footer--main-footer-01
        .column-big
        .storybook-logo--logo-01:visited {
        width: 80px;
        height: 54px;
        margin-bottom: 0;
    }
}
.storybook-footer--main-footer-01 .column-small {
    flex: 1 1 100%;
    margin-bottom: 20px;
}
.storybook-footer--main-footer-01 .column-small:last-child {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .storybook-footer--main-footer-01,
    .storybook-footer--main-footer-01 .storybook-footer-links-column {
        background: #373636;
    }
    .storybook-footer--main-footer-01 .column-small {
        margin-bottom: 25px;
    }
}
.storybook-footer .column-bottom .storybook-text--primary-h3-01 {
    text-align: left;
}
.storybook-footer .column-bottom .logos a {
    display: block;
}
.storybook-footer .column-bottom .logos a:last-child {
    margin-top: 25px;
}
.background-image-left {
    z-index: -99;
    position: fixed;
    height: 770px;
    top: 45%;
    margin-top: -385px;
    left: -150px;
    opacity: 0.1;
}
.background-image-right {
    z-index: -99;
    position: fixed;
    height: 370px;
    bottom: 20%;
    margin-bottom: -135px;
    right: -70px;
    opacity: 0.1;
}
.storybook-background-image-left {
    z-index: 2;
    position: fixed;
    height: 770px;
    top: 60%;
    margin-top: -385px;
    left: -150px;
    opacity: 0.04;
}
.storybook-background-image-right {
    z-index: 2;
    position: fixed;
    height: 370px;
    bottom: 18%;
    margin-bottom: -135px;
    right: -70px;
    opacity: 0.04;
}
@media (min-width: 768px) {
    .storybook-footer-top--grey .storybook-link:not(:first-child) {
        margin-top: 0;
        margin-left: 30px;
    }
    .storybook-footer--footer-top-02 a {
        width: 50%;
    }
}
@media (min-width: 992px) {
    .storybook-footer-links-column ul {
        display: block;
    }
    .storybook-footer-links-column .storybook-text--primary-h3-01 i {
        display: none;
    }
    .storybook-footer--main-footer-01 {
        padding: 85px 0 75px;
        background: #161616;
    }
    .storybook-footer--main-footer-01 .storybook-footer-links-column {
        background: #161616;
    }
    .storybook-footer--main-footer-01 .column-big {
        flex: 1 1 40%;
        margin-bottom: 0;
    }
    .storybook-footer--main-footer-01 .column-big .column-bottom {
        margin-top: 0;
    }
    .storybook-footer--main-footer-01 .column-small {
        margin-bottom: 0;
        flex: 1 1 20%;
    }
    .storybook-footer--footer-top-02 a {
        width: 20%;
    }
    .storybook-footer--footer-copyright-01 {
        background: #282828;
    }
}
@media (min-width: 1199px) {
    .storybook-footer--footer-top-02 a {
        width: auto;
    }
}
.sitemap-wrapper {
    background-color: #232323;
    padding: 30px 25px;
}
@media only screen and (min-width: 1200px) {
    .sitemap-wrapper {
        padding: 30px 0;
        background-color: transparent;
    }
}
.sitemap-wrapper h3 {
    text-align: start;
}
.sitemap-wrapper .sitemap {
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 1199px) {
    .sitemap-wrapper .sitemap .fpo-logo {
        margin-bottom: 50px;
    }
    .sitemap-wrapper .sitemap .sitemap-links .sitemap-link {
        margin-bottom: 20px;
    }
    .sitemap-wrapper .sitemap .sitemap-links .sitemap-link:last-child {
        margin-bottom: 0;
    }
    .sitemap-wrapper .sitemap .links-column h3 i {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sitemap-wrapper .sitemap .links-column ul {
        /* display: none; */
        margin-top: 1rem;
    }
    .sitemap-wrapper .sitemap .links-column ul li {
        margin-bottom: 0.5rem;
    }
    .sitemap-wrapper .sitemap .links-column.open h3 i {
        transform: rotate(-180deg);
    }
    .sitemap-wrapper .sitemap .links-column.open ul {
        display: block;
    }
}
@media only screen and (min-width: 1200px) {
    .sitemap-wrapper .sitemap {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin-bottom: 2rem;
    }
}
.sitemap-wrapper .sitemap .storybook-logo--logo-01,
.sitemap-wrapper .sitemap .storybook-logo--logo-01:active,
.sitemap-wrapper .sitemap .storybook-logo--logo-01:focus,
.sitemap-wrapper .sitemap .storybook-logo--logo-01:visited {
    width: 75px;
    height: 50px;
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    .sitemap-wrapper .sitemap .storybook-logo--logo-01,
    .sitemap-wrapper .sitemap .storybook-logo--logo-01:active,
    .sitemap-wrapper .sitemap .storybook-logo--logo-01:focus,
    .sitemap-wrapper .sitemap .storybook-logo--logo-01:visited {
        width: 80px;
        height: 54px;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .sitemap-wrapper .sitemap .sitemap-links-container {
        margin: 0 auto;
    }
    .sitemap-wrapper .sitemap .sitemap-links-container .sitemap-links {
        display: flex;
        flex-wrap: wrap;
        gap: 48px;
    }
    .sitemap-wrapper .sitemap .sitemap-links-container .sitemap-links li {
        padding: 2px 0;
    }
    .sitemap-wrapper
        .sitemap
        .sitemap-links-container
        .sitemap-links
        .sitemap-divider {
        border-left: 1px solid #484848;
    }
    .sitemap-wrapper
        .sitemap
        .sitemap-links-container
        .sitemap-links
        .column-list {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-flow: dense;
        grid-column-gap: 1rem;
    }
}
@media only screen and (min-width: 1200px) and (min-width: 1680px) {
    .sitemap-wrapper
        .sitemap
        .sitemap-links-container
        .sitemap-links
        .column-list {
        grid-column-gap: 1.5rem;
    }
}
.sitemap-wrapper .sitemap-footer {
    display: none;
}
@media only screen and (min-width: 1200px) {
    .sitemap-wrapper .sitemap-footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 3rem;
        margin-top: 30px;
    }
    .sitemap-wrapper .sitemap-footer .logos {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
}
.mobile-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 85px;
    background-color: rgba(35, 35, 35, 0.7);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    z-index: 150;
    box-shadow: -1px -1px 20px -1px rgba(0, 0, 0, 0.7);
}
.mobile-footer.hide {
    opacity: 0;
    visibility: hidden;
    display: none;
}
.mobile-footer .grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    align-items: center;
}
.mobile-footer .grid .footer-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 20%;
    flex-grow: 0;
    max-width: 20%;
    z-index: 150;
}
.mobile-footer .grid .footer-button .footer-link {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mobile-footer .grid .footer-button .footer-link .content {
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
    align-items: center;
}
.mobile-footer .grid .footer-button .footer-link .content .footer-icon svg {
    width: inherit;
    height: inherit;
}
.mobile-footer .grid .footer-button .footer-link .content .footer-icon svg path,
.mobile-footer
    .grid
    .footer-button
    .footer-link
    .content
    .footer-icon
    svg
    rect {
    stroke: #aaa;
    stroke-width: 2px;
}
.mobile-footer
    .grid
    .footer-button
    .footer-link
    .content
    .footer-icon.middle-item
    path,
.mobile-footer
    .grid
    .footer-button
    .footer-link
    .content
    .footer-icon.middle-item
    rect {
    fill: #aaa;
    stroke-width: 1px;
}
.mobile-footer .grid .footer-button .footer-link .content .title {
    line-height: 1;
}
.mobile-footer .grid .footer-button .footer-link.active {
    font-weight: 700;
    color: #e2b031 !important;
}
.mobile-footer
    .grid
    .footer-button
    .footer-link.active
    .content
    .footer-icon
    svg
    path,
.mobile-footer
    .grid
    .footer-button
    .footer-link.active
    .content
    .footer-icon
    svg
    rect {
    stroke: #e2b031;
}
.footer-pullover {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #000;
    padding: 70px 15px 72px;
    transition: top 0.3s ease-out;
}
.footer-pullover.active {
    top: 0;
}
.footer-pullover .scroll-wrapper {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.footer-pullover .scroll-wrapper .scroll-content {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 16px);
    flex-direction: row;
    margin-left: -16px;
    margin-top: -16px;
    padding-bottom: 160px;
    align-content: start;
}
.footer-pullover .scroll-wrapper .scroll-content .category-card {
    padding-top: 16px;
    padding-left: 16px;
    flex-grow: 0;
    margin: 0;
}
.footer-pullover .scroll-wrapper .scroll-content .category-card .content {
    position: relative;
    width: 100%;
    height: 86px;
    border-radius: 4px;
    display: flex;
}
.footer-pullover
    .scroll-wrapper
    .scroll-content
    .category-card
    .content
    .title {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 15px;
    z-index: 100;
}
.footer-pullover
    .scroll-wrapper
    .scroll-content
    .category-card
    .content
    .title
    p {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
}
.footer-pullover
    .scroll-wrapper
    .scroll-content
    .category-card
    .content
    .image {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.storybook-slider-item {
    display: block;
    position: relative;
    height: 250px;
    z-index: 3;
}
.storybook-slider-item.video div {
    width: 100% !important;
    height: 100% !important;
}
.storybook-slider-item.video div div {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}
.storybook-slider-item.video div div iframe {
    position: absolute;
    top: -25%;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.storybook-slider-item:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(0deg, #141414, hsla(0, 0%, 100%, 0) 20%);
    z-index: 1;
}
@media (min-width: 992px) {
    .storybook-slider-item:before {
        background: linear-gradient(0deg, #141414, hsla(0, 0%, 100%, 0) 40%);
    }
}
.storybook-slider-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.storybook-slider-item--slider-item-07 {
    max-width: 1440px;
    margin: 0 auto;
    height: auto !important;
    background: url('') 50% / cover no-repeat;
}
.storybook-slider-item--slider-item-07 span {
    max-width: 1440px !important;
    margin: 0 auto !important;
}
.storybook-slider-item--slider-item-07 img {
    min-height: 270px;
    max-height: 450px;
    max-width: none;
    margin: 0 auto;
}
@media screen and (min-width: 768px) {
    .storybook-slider-item--slider-item-07 img {
        max-width: 100%;
    }
}
.storybook-slider-item--slider-item-07 .logo-provider {
    display: block;
    position: absolute;
    width: 100%;
    padding: 0 15px;
    bottom: 20px;
    text-align: center;
    z-index: 2;
}
.storybook-slider-item--slider-item-07 .logo-provider img {
    width: 100%;
    height: auto;
    max-width: 200px;
    max-height: 45px;
    object-fit: contain;
}
@media (min-width: 768px) {
    .storybook-slider-item--slider-item-07 .logo-provider img {
        max-width: 300px;
        max-height: 160px;
    }
}
.storybook-slider-item.bonus {
    height: auto;
}
.storybook-slider-block {
    position: relative;
    z-index: 2;
}
.storybook-slider-block--01 {
    position: absolute;
    text-align: center;
    bottom: 60px;
    width: 100%;
}
.storybook-slider-block--01 a,
.storybook-slider-block--01 a:active,
.storybook-slider-block--01 a:visited {
    display: block;
}
.storybook-slider-block--01 a:active:hover .storybook-button--primary-02,
.storybook-slider-block--01 a:hover .storybook-button--primary-02,
.storybook-slider-block--01 a:visited:hover .storybook-button--primary-02 {
    background: #dba621;
}
.storybook-slider-block--01 .storybook-text--white-h3-01 {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.storybook-slider-block--01 .slider-content {
    width: 100%;
    max-width: 490px;
    margin: 0 auto;
}
.storybook-slider-block--01.full-width,
.storybook-slider-block--01.full-width .slider-content,
.storybook-slider-block--01.full-width .storybook-text--white-h3-01 {
    max-width: 100%;
}
.storybook-slider-block--02 {
    position: absolute;
    text-align: center;
    bottom: 60px;
    width: 100%;
}
.storybook-slider-block--02 a,
.storybook-slider-block--02 a:active,
.storybook-slider-block--02 a:visited {
    display: block;
}
.storybook-slider-block--02 a .storybook-button--primary-02,
.storybook-slider-block--02 a:active .storybook-button--primary-02,
.storybook-slider-block--02 a:visited .storybook-button--primary-02 {
    background: #e2b031;
    min-width: 200px;
    max-width: 320px;
    width: auto;
}
.storybook-slider-block--02 a:active:hover .storybook-button--primary-02,
.storybook-slider-block--02 a:hover .storybook-button--primary-02,
.storybook-slider-block--02 a:visited:hover .storybook-button--primary-02 {
    background: #dba621;
}
.storybook-slider-block--02 .storybook-text--primary-h1-01 {
    font-size: 2rem !important;
    line-height: 2rem !important;
    margin: 0 !important;
}
.storybook-slider-block--02 .storybook-text--white-h3-01 {
    width: 100%;
    font-size: 2.6rem !important;
    line-height: 2.6rem !important;
}
.storybook-slider-block--02 .slider-content {
    width: 100%;
    max-width: 490px;
    margin: 0 auto;
}
.storybook-slider-block--02.full-width,
.storybook-slider-block--02.full-width .slider-content,
.storybook-slider-block--02.full-width .storybook-text--white-h3-01 {
    max-width: 100%;
}
.storybook-slider-block--03 {
    position: absolute;
    text-align: center;
    bottom: 60px;
    width: 100%;
}
.storybook-slider-block--03 a,
.storybook-slider-block--03 a:active,
.storybook-slider-block--03 a:visited {
    display: block;
}
.storybook-slider-block--03 a:active:hover .storybook-button--primary-02,
.storybook-slider-block--03 a:hover .storybook-button--primary-02,
.storybook-slider-block--03 a:visited:hover .storybook-button--primary-02 {
    background: #ae8826;
}
.storybook-slider-block--03 .storybook-button--primary-02 {
    margin-top: 25px;
}
.storybook-slider-block--03 .storybook-text--primary-h1-03,
.storybook-slider-block--03 .storybook-text--white-h3-04 {
    text-align: left;
    width: 100%;
    max-width: 400px;
}
.storybook-slider-block--03 .slider-content {
    text-align: left;
    padding: 0 1.5rem;
    width: 100%;
    max-width: 490px;
}
.storybook-slider-block--06 {
    position: absolute;
    text-align: center;
    bottom: 60px;
    width: 100%;
}
.storybook-slider-block--06 a,
.storybook-slider-block--06 a:active,
.storybook-slider-block--06 a:visited {
    display: block;
}
.storybook-slider-block--06 a .storybook-button--primary-02,
.storybook-slider-block--06 a:active .storybook-button--primary-02,
.storybook-slider-block--06 a:visited .storybook-button--primary-02 {
    background: #e2b031;
    min-width: 200px;
    max-width: 320px;
    width: auto;
}
.storybook-slider-block--06 a:active:hover .storybook-button--primary-02,
.storybook-slider-block--06 a:hover .storybook-button--primary-02,
.storybook-slider-block--06 a:visited:hover .storybook-button--primary-02 {
    background: #dba621;
}
.storybook-slider-block--06 .storybook-text--white-h3-01 {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.storybook-slider-block--06 .slider-content {
    width: 100%;
    max-width: 490px;
    margin: 0 auto;
}
.storybook-slider-block--06.full-width,
.storybook-slider-block--06.full-width .slider-content,
.storybook-slider-block--06.full-width .storybook-text--white-h3-01 {
    max-width: 100%;
}
.storybook-slider-block--07 {
    position: absolute;
    text-align: center;
    bottom: 60px;
    width: 100%;
}
.storybook-slider-block--07 a,
.storybook-slider-block--07 a:active,
.storybook-slider-block--07 a:visited {
    display: block;
}
.storybook-slider-block--07 a .storybook-button--primary-02,
.storybook-slider-block--07 a:active .storybook-button--primary-02,
.storybook-slider-block--07 a:visited .storybook-button--primary-02 {
    background: #e2b031;
    min-width: 200px;
    max-width: 320px;
    width: auto;
}
.storybook-slider-block--07 a:active:hover .storybook-button--primary-02,
.storybook-slider-block--07 a:hover .storybook-button--primary-02,
.storybook-slider-block--07 a:visited:hover .storybook-button--primary-02 {
    background: #dba621;
}
.storybook-slider-block--07 .storybook-text--primary-h1-01 {
    font-size: 2.6rem;
    margin-bottom: 0.2rem;
}
.storybook-slider-block--07 .storybook-text--white-h3-01 {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.storybook-slider-block--07 .slider-content {
    width: 100%;
    max-width: 490px;
    margin: 0 auto;
}
.storybook-slider-block--07.full-width,
.storybook-slider-block--07.full-width .slider-content,
.storybook-slider-block--07.full-width .storybook-text--white-h3-01 {
    max-width: 100%;
}
.storybook-slider-block--08 {
    position: absolute;
    text-align: center;
    bottom: 60px;
    width: 100%;
}
.storybook-slider-block--08 a,
.storybook-slider-block--08 a:active,
.storybook-slider-block--08 a:visited {
    display: block;
}
.storybook-slider-block--08 a:active:hover .storybook-button--primary-02,
.storybook-slider-block--08 a:hover .storybook-button--primary-02,
.storybook-slider-block--08 a:visited:hover .storybook-button--primary-02 {
    background: #dba621;
}
.storybook-slider-block--08 .storybook-text--white-h3-01 {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    font-size: 1.3rem !important;
    line-height: 1.3rem !important;
}
.storybook-slider-block--08 .slider-content {
    width: 100%;
    max-width: 490px;
    margin: 0 auto;
}
.storybook-slider-block--08.full-width,
.storybook-slider-block--08.full-width .slider-content,
.storybook-slider-block--08.full-width .storybook-text--white-h3-01 {
    max-width: 100%;
}
.storybook-slider-block--08.two-titles .storybook-text--primary-h1-01-span p {
    margin: 0;
    font-family: FS Sinclair Web, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    font-weight: 700;
    text-transform: uppercase;
    color: #e2b031;
    font-size: 2.2rem !important;
    line-height: 1 !important;
}
.storybook-slider-block--08.two-titles
    .storybook-text--primary-h1-01-span
    span {
    display: block;
    font-family: FS Sinclair Web, Helvetica Neue, Arial, Helvetica, sans-serif !important;
    font-style: normal;
    font-size: 2.6rem !important;
    line-height: 1;
}
@media (min-width: 992px) {
    .storybook-slider-block--08.two-titles
        .storybook-text--primary-h1-01-span
        p {
        font-size: 4.1rem !important;
    }
    .storybook-slider-block--08.two-titles
        .storybook-text--primary-h1-01-span
        span {
        font-size: 4.8rem !important;
        margin-bottom: 0;
    }
}
.storybook-slider-block--10 {
    position: absolute;
    text-align: center;
    bottom: 70px;
    width: 100%;
}
.storybook-slider-block--10 a,
.storybook-slider-block--10 a:active,
.storybook-slider-block--10 a:visited {
    display: block;
}
.storybook-slider-block--10 a .storybook-button--primary-02,
.storybook-slider-block--10 a:active .storybook-button--primary-02,
.storybook-slider-block--10 a:visited .storybook-button--primary-02 {
    background: #e2b031;
    min-width: 200px;
    max-width: 320px;
    width: auto;
}
.storybook-slider-block--10 a:active:hover .storybook-button--primary-02,
.storybook-slider-block--10 a:hover .storybook-button--primary-02,
.storybook-slider-block--10 a:visited:hover .storybook-button--primary-02 {
    background: #dba621;
}
.storybook-slider-block--10 .storybook-text--primary-h1-01 {
    font-size: 3.6rem !important;
    line-height: 2.8rem !important;
    margin: 0 !important;
    color: #e2b031 !important;
    text-shadow: 2px 2px 7px #000;
}
.storybook-slider-block--10 .storybook-text--white-h3-01 {
    width: 100%;
    font-size: 1.3rem !important;
    line-height: 1.3rem !important;
    color: #e2b031 !important;
    text-shadow: 1px 1px 7px #000;
    margin: 0;
}
.storybook-slider-block--10 .slider-content {
    width: 100%;
    max-width: 490px;
    margin: 0 auto;
}
.storybook-slider-block--10.full-width,
.storybook-slider-block--10.full-width .slider-content,
.storybook-slider-block--10.full-width .storybook-text--white-h3-01 {
    max-width: 100%;
}
.swiper .swiper-wrapper .swiper-slide .storybook-button--primary-02 {
    max-height: 45px;
}
@media (max-width: 992px) {
    .swiper .swiper-wrapper .swiper-slide .storybook-button--primary-02 {
        margin-top: 15px;
        padding: 10.5px 50px 10.5px 20px;
        max-height: 35px;
    }
    .swiper .swiper-wrapper .swiper-slide .storybook-slider-block {
        position: absolute;
        text-align: center;
        bottom: 70px;
        width: 100%;
    }
    .swiper
        .swiper-wrapper
        .swiper-slide
        .storybook-slider-block.storybook-slider-block--07 {
        top: 25px;
        bottom: 0;
    }
}
.storybook-page-slider {
    display: block;
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    margin-bottom: 25px;
}
@media only screen and (min-width: 1903px) {
    .storybook-page-slider {
        max-width: 1903px;
        margin-left: auto;
        margin-right: auto;
    }
}
.storybook-page-slider .swiper {
    height: 100%;
}
.storybook-page-slider.builder-cache,
.storybook-page-slider.builder-cache .storybook-slider-item {
    height: 450px;
}
.storybook-page-slider.tournaments
    .storybook-slider-block--07
    .storybook-text--primary-h1-01 {
    font-size: 2rem !important;
    line-height: 2.25rem !important;
}
@media (min-width: 992px) {
    .storybook-page-slider.tournaments
        .storybook-slider-block--07
        .storybook-text--primary-h1-01 {
        font-size: 3rem !important;
        line-height: 3.5rem !important;
    }
    .storybook-page-slider.tournaments
        .storybook-slider-block--07
        .storybook-text--white-h3-01 {
        margin-bottom: 30px !important;
    }
}
@media (max-width: 767px) {
    .storybook-page-slider.homepage {
        margin-bottom: 25px;
    }
}
.storybook-page-slider .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: url('') no-repeat 50%/16px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin: 0 1rem;
    transform: rotate(-180deg) scale(0.8);
    left: 0;
    transition: rotate, scale 0.3s ease-in-out;
}
.storybook-page-slider .swiper-button-prev:after {
    display: none;
}
.storybook-page-slider .swiper-button-prev:hover {
    left: -10px;
    transform: rotate(-180deg) scale(1);
}
.storybook-page-slider .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: url('') no-repeat 50%/16px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin: 0 1rem;
    right: 0;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transition: scale 0.3s ease-in-out;
}
.storybook-page-slider .swiper-button-next:after {
    display: none;
}
.storybook-page-slider .swiper-button-next:hover {
    right: -10px;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.storybook-page-slider .teste {
    margin: auto;
    display: floar;
}
.storybook-page-slider .swiper-pagination {
    position: absolute;
    z-index: 2;
    bottom: 2rem !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.storybook-page-slider .swiper-pagination-bullet {
    display: block;
    position: relative;
    cursor: pointer;
    background-color: hsla(0, 0%, 100%, 0.5);
    width: 0.7rem;
    height: 0.7rem;
}
.storybook-page-slider .swiper-pagination-bullet:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    background-color: hsla(0, 0%, 100%, 0.5);
    border-radius: 50%;
    content: '';
}
.storybook-page-slider .swiper-pagination-bullet-active {
    cursor: default;
    background-color: #c3982b;
    box-shadow: 0 0 0 5px hsla(236, 7%, 54%, 0.2);
}
.storybook-page-slider .swiper-pagination-bullet-active:before {
    background-color: #fff;
    box-shadow: 0 0 0 5px hsla(236, 7%, 54%, 0.2);
}
@media (max-width: 767px) {
    .storybook-page-slider.providers,
    .storybook-page-slider.providers .storybook-slider-item {
        max-height: 270px;
    }
}
@media (min-width: 768px) {
    .storybook-slider-item {
        height: 250px;
    }
    .storybook-slider-block--03 {
        position: absolute;
        top: 51%;
        bottom: auto;
        transform: translateY(-51%);
    }
    .storybook-slider-block--03 a,
    .storybook-slider-block--03 a:active,
    .storybook-slider-block--03 a:visited {
        display: block;
    }
    .storybook-slider-block--03 a:active:hover .storybook-button--primary-02,
    .storybook-slider-block--03 a:hover .storybook-button--primary-02,
    .storybook-slider-block--03 a:visited:hover .storybook-button--primary-02 {
        background: #ae8826;
    }
    .storybook-slider-block--03 .storybook-text--white-h3-05 {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    .storybook-slider-block--03 .slider-content {
        text-align: center;
        width: 100%;
        max-width: 490px;
        margin: 0 auto;
    }
}
@media (min-width: 992px) {
    .storybook-slider-item {
        height: 250px;
    }
    .swiper
        .swiper-wrapper
        .swiper-slide[data-swiper-slide-index='2']
        .storybook-slider-item
        .storybook-text--primary-h1-01 {
        max-width: 700px;
    }
    .swiper
        .swiper-wrapper
        .swiper-slide[data-swiper-slide-index='2']
        .storybook-slider-item
        .storybook-slider-block--01 {
        left: 10%;
    }
    .storybook-slider-block--01 {
        position: absolute;
        text-align: left;
        width: auto;
        top: 51%;
        left: 15%;
        bottom: auto;
        transform: translateY(-51%);
    }
    .storybook-slider-block--01 a,
    .storybook-slider-block--01 a:active,
    .storybook-slider-block--01 a:visited {
        display: block;
    }
    .storybook-slider-block--01 a:active:hover .storybook-button--primary-02,
    .storybook-slider-block--01 a:hover .storybook-button--primary-02,
    .storybook-slider-block--01 a:visited:hover .storybook-button--primary-02 {
        background: #ae8826;
    }
    .storybook-slider-block--01 .storybook-text--white-h3-01 {
        width: 100%;
        max-width: 400px;
        margin: 0 0 20px;
    }
    .storybook-slider-block--01 .storybook-text--white-h3-01-span {
        width: 100%;
        max-width: 700px;
        margin: 0 0 20px;
    }
    .storybook-slider-block--01 .slider-content {
        width: 100%;
        max-width: 490px;
        margin: initial;
    }
    .storybook-slider-block--01 .slider-content.big {
        max-width: 700px;
    }
    .storybook-slider-block--02 {
        position: absolute;
        text-align: center;
        width: 100%;
        top: 51%;
        left: 0;
        bottom: auto;
        transform: translateY(-51%);
    }
    .storybook-slider-block--02 a,
    .storybook-slider-block--02 a:active,
    .storybook-slider-block--02 a:visited {
        display: block;
    }
    .storybook-slider-block--02 a:active:hover .storybook-button--primary-02,
    .storybook-slider-block--02 a:hover .storybook-button--primary-02,
    .storybook-slider-block--02 a:visited:hover .storybook-button--primary-02 {
        background: #ae8826;
    }
    .storybook-slider-block--02 .storybook-text--primary-h1-01 {
        text-align: center !important;
        font-size: 3rem !important;
        line-height: 2rem !important;
        margin-bottom: 10px !important;
    }
    .storybook-slider-block--02 .storybook-text--white-h3-01 {
        font-size: 4rem !important;
        line-height: 0.5 !important;
        text-align: center !important;
        width: 100%;
        margin: 0 0 30px;
        line-height: 0.8 !important;
    }
    .storybook-slider-block--02 .slider-content {
        position: relative;
        width: 100%;
        max-width: 960px;
        margin: 0 0 0 auto;
        left: 150px;
    }
    .storybook-slider-block--02 .slider-content.big {
        max-width: 700px;
    }
    .storybook-slider-block--03 {
        position: absolute;
        text-align: left;
        width: auto;
        top: 51%;
        left: 13%;
        bottom: auto;
        transform: translateY(-51%);
    }
    .storybook-slider-block--03 a,
    .storybook-slider-block--03 a:active,
    .storybook-slider-block--03 a:visited {
        display: block;
    }
    .storybook-slider-block--03 a:active:hover .storybook-button--primary-02,
    .storybook-slider-block--03 a:hover .storybook-button--primary-02,
    .storybook-slider-block--03 a:visited:hover .storybook-button--primary-02 {
        background: #ae8826;
    }
    .storybook-slider-block--03 .storybook-text--primary-h1-03 {
        text-indent: 40px;
        max-width: 600px;
    }
    .storybook-slider-block--03 .storybook-text--white-h3-04 {
        width: 100%;
        max-width: 900px;
        margin: initial;
        padding-left: 70px;
    }
    .storybook-slider-block--03 .slider-content {
        text-align: left;
        width: 100%;
        max-width: 900px;
        margin: initial;
    }
    .storybook-slider-block--06 {
        position: absolute;
        text-align: left;
        width: 100%;
        top: 51%;
        left: 0;
        bottom: auto;
        transform: translateY(-51%);
    }
    .storybook-slider-block--06 a,
    .storybook-slider-block--06 a:active,
    .storybook-slider-block--06 a:visited {
        display: block;
    }
    .storybook-slider-block--06 a:active:hover .storybook-button--primary-02,
    .storybook-slider-block--06 a:hover .storybook-button--primary-02,
    .storybook-slider-block--06 a:visited:hover .storybook-button--primary-02 {
        background: #ae8826;
    }
    .storybook-slider-block--06 .storybook-text--primary-h1-01 {
        margin-bottom: 20px;
    }
    .storybook-slider-block--06 .storybook-text--white-h3-01,
    .storybook-slider-block--06 .storybook-text--white-h3-01-span {
        width: 100%;
        max-width: 960px;
        margin: 0 0 20px;
    }
    .storybook-slider-block--06 .slider-content {
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
    }
    .storybook-slider-block--06 .slider-content.big {
        max-width: 700px;
    }
    .storybook-slider-block--07 {
        position: absolute;
        text-align: left;
        width: 100%;
        top: 51%;
        left: 0;
        bottom: auto;
        transform: translateY(-51%);
    }
    .storybook-slider-block--07 a,
    .storybook-slider-block--07 a:active,
    .storybook-slider-block--07 a:visited {
        display: block;
    }
    .storybook-slider-block--07 a:active:hover .storybook-button--primary-02,
    .storybook-slider-block--07 a:hover .storybook-button--primary-02,
    .storybook-slider-block--07 a:visited:hover .storybook-button--primary-02 {
        background: #ae8826;
    }
    .storybook-slider-block--07 .storybook-text--primary-h1-01 {
        font-size: 3rem;
        margin-bottom: 20px;
    }
    .storybook-slider-block--07 .storybook-text--white-h3-01 {
        width: 100%;
        max-width: 600px;
        margin: 0 0 20px;
        line-height: 0.8 !important;
    }
    .storybook-slider-block--07 .storybook-text--white-h3-01-span {
        width: 100%;
        max-width: 960px;
        margin: 0 0 20px;
    }
    .storybook-slider-block--07 .slider-content {
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
    }
    .storybook-slider-block--07 .slider-content.big {
        max-width: 700px;
    }
    .storybook-slider-block--08 {
        position: absolute;
        text-align: left;
        width: auto;
        top: 51%;
        left: 15%;
        bottom: auto;
        transform: translateY(-51%);
    }
    .storybook-slider-block--08 a,
    .storybook-slider-block--08 a:active,
    .storybook-slider-block--08 a:visited {
        display: block;
    }
    .storybook-slider-block--08 a:active:hover .storybook-button--primary-02,
    .storybook-slider-block--08 a:hover .storybook-button--primary-02,
    .storybook-slider-block--08 a:visited:hover .storybook-button--primary-02 {
        background: #ae8826;
    }
    .storybook-slider-block--08 .storybook-text--primary-h1-01 {
        max-width: 550px;
    }
    .storybook-slider-block--08 .storybook-text--white-h3-01 {
        width: 100%;
        max-width: 750px;
        margin: 0 0 30px;
        font-size: 2.5rem !important;
        line-height: 2rem !important;
    }
    .storybook-slider-block--08 .storybook-text--white-h3-01-span {
        width: 100%;
        max-width: 700px;
        margin: 0 0 20px;
        font-size: 2.5rem !important;
        line-height: 2rem !important;
    }
    .storybook-slider-block--08 .slider-content {
        width: 100%;
        max-width: 700px;
        margin: initial;
    }
    .storybook-slider-block--08 .slider-content.big {
        max-width: 700px;
    }
    .storybook-slider-block--10 {
        position: absolute;
        text-align: center;
        width: 100%;
        top: 60%;
        left: 0;
        bottom: auto;
        transform: translateY(-60%);
    }
    .storybook-slider-block--10 a,
    .storybook-slider-block--10 a:active,
    .storybook-slider-block--10 a:visited {
        display: block;
    }
    .storybook-slider-block--10 a:active:hover .storybook-button--primary-02,
    .storybook-slider-block--10 a:hover .storybook-button--primary-02,
    .storybook-slider-block--10 a:visited:hover .storybook-button--primary-02 {
        background: #ae8826;
    }
    .storybook-slider-block--10 .storybook-text--primary-h1-01 {
        text-align: center !important;
        font-size: 6.7rem !important;
        line-height: 1 !important;
    }
    .storybook-slider-block--10 .storybook-text--white-h3-01 {
        font-size: 2.5rem !important;
        line-height: 2 !important;
        text-align: center !important;
        width: 100%;
        margin: 0 0 40px;
    }
    .storybook-slider-block--10 .slider-content {
        position: relative;
        width: 100%;
        max-width: 960px;
        margin: 0 0 0 auto;
        left: 150px;
    }
    .storybook-slider-block--10 .slider-content.big {
        max-width: 700px;
    }
}
@media (min-width: 1200px) {
    .storybook-slider-block--02 .slider-content,
    .storybook-slider-block--06 .slider-content,
    .storybook-slider-block--06 .storybook-text--white-h3-01,
    .storybook-slider-block--06 .storybook-text--white-h3-01-span,
    .storybook-slider-block--07 .slider-content,
    .storybook-slider-block--10 .slider-content {
        max-width: 1140px;
    }
}
@media (min-width: 1680px) {
    .swiper
        .swiper-wrapper
        .swiper-slide[data-swiper-slide-index='2']
        .storybook-slider-item
        .storybook-slider-block--01 {
        left: 15%;
    }
    .storybook-slider-block--02 .slider-content,
    .storybook-slider-block--06 .slider-content,
    .storybook-slider-block--06 .storybook-text--white-h3-01,
    .storybook-slider-block--06 .storybook-text--white-h3-01-span,
    .storybook-slider-block--07 .slider-content {
        max-width: 1440px;
    }
    .storybook-slider-block--08 {
        left: 21%;
    }
    .storybook-slider-block--10 .slider-content {
        max-width: 1440px;
    }
}
.bonuspage-container {
    min-height: calc(100vh - 250px);
    padding-left: 15px;
    padding-right: 15px;
}
@media screen and (min-width: 1200px) {
    .bonuspage-container {
        max-width: 1140px;
    }
}
@media screen and (min-width: 1680px) {
    .bonuspage-container {
        max-width: 1460px;
    }
}
.storybook-page-bonus-wrapper {
    display: block;
    position: relative;
    padding: 20px 0 30px;
}
.storybook-page-bonus-wrapper .storybook-page-bonus-content {
    padding: 2rem 0 1rem;
}
.storybook-page-bonus-wrapper
    .storybook-page-bonus-content
    .storybook-block--info-02 {
    display: block;
}
@media (min-width: 768px) {
    .storybook-page-bonus-wrapper {
        padding: 50px 0;
    }
}
.bonus-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-style: normal;
    font-size: 14px;
    max-height: 72px;
    overflow: hidden;
}
div:has(> #bonuscode-container) {
    min-height: calc(100vh - 77px);
}
#bonuscode-container {
    position: relative;
    max-width: unset;
    width: 100vw;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding-bottom: 60px;
    overflow: hidden;
}
#bonuscode-container.mobile {
    background-position: top;
    background-size: 100%;
    height: 98%;
    margin-top: -32px;
    min-height: calc(100vh - 55px);
    padding-left: 0.975rem;
    padding-right: 0.975rem;
}
#bonuscode-container .bonuscode-image {
    position: absolute;
}
#bonuscode-container .bonuscode-content {
    position: relative;
    z-index: 5;
    height: calc(100vh - 250px);
    margin-top: 50px;
    width: 644px;
    border-radius: 10px;
    background: #1d1d1d;
    padding: 35px;
    margin-left: auto;
    margin-right: auto;
}
#bonuscode-container .bonuscode-content.mobile {
    margin-top: 200px;
    width: unset;
}
#bonuscode-container .bonuscode-header {
    margin-bottom: 0;
    line-height: normal;
    font-size: 26px;
}
#bonuscode-container .bonuscode-subheader {
    margin-top: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: FS Sinclair Web, Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}
#bonuscode-container .buttons {
    margin-top: 100px;
}
#bonuscode-container .buttons button {
    width: 100%;
    display: block;
    font-family: MetropolisSemiBold, Helvetica Neue, Arial, Helvetica,
        sans-serif;
    font-weight: 700;
    line-height: 1.1;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
}
#bonuscode-container .buttons button.yellow {
    background-color: #e2b031;
    height: 36px;
    color: #141414;
}
#bonuscode-container .buttons button.transparent {
    color: #9c9c9c;
    height: 39px;
}
.storybook-contact-form {
    display: block;
    position: relative;
}
.storybook-contact-form--01 {
    padding: 15px 0;
}
.storybook-contact-form--01 .storybook-contact-form-row {
    line-height: 1;
}
.storybook-contact-form--01 .storybook-contact-form-row:not(:first-child) {
    margin-top: 15px;
}
.storybook-contact-form--01 .storybook-contact-form-row.checkbox {
    margin: 30px 0 15px !important;
}
.storybook-contact-form--01 .storybook-button--submit-01 {
    max-height: 36px;
}
.scroll-lock {
    position: fixed;
    overflow: hidden;
    overscroll-behavior: none;
    touch-action: none;
    -webkit-overflow-scrolling: none;
}
.search-modal-icon-search {
    cursor: pointer;
}
@media (min-width: 1200px) {
    .search-modal-icon-search {
        margin: 0 0.5rem;
    }
}
.search-modal-icon-search .icon-search {
    font-size: 20px;
    font-weight: 600;
    color: #9c9c9c;
}
.search-modal-icon-search .icon-search:hover {
    color: #fff;
    transition: all 0.2s linear;
}
.search-modal {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    width: 100%;
    height: 100vh;
    inset: 0;
    z-index: 200;
}
.search-modal .search-modal-wrapper {
    position: relative;
    display: flex;
    margin: 1.75rem auto;
    padding: 1rem;
    min-height: calc(100% - 3.5rem);
    max-height: calc(100% - 3.5rem);
    width: 100%;
    max-width: 1199px;
    background-color: #232323;
    border-radius: 10px;
}
.search-modal .search-modal-wrapper .search-modal-content {
    max-height: inherit;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.search-modal .search-modal-wrapper .search-modal-content .search-modal-close {
    align-self: end;
    cursor: pointer;
    color: #9c9c9c;
    font-size: 2rem;
}
.search-modal
    .search-modal-wrapper
    .search-modal-content
    .search-modal-close:hover {
    color: #fff;
    transition: all 0.2s linear;
}
.search-modal
    .search-modal-wrapper
    .search-modal-content
    .search-modal-results-wrapper {
    max-height: inherit;
    padding: 1rem 0;
}
.search-modal
    .search-modal-wrapper
    .search-modal-content
    .search-modal-results-wrapper
    .search-modal-input {
    width: 100%;
    padding-bottom: 1.5rem;
}
.search-modal
    .search-modal-wrapper
    .search-modal-content
    .search-modal-results-wrapper
    .search-modal-input
    .storybook-input--input-search-01
    span {
    background: #232323;
    height: auto;
    margin-top: 0;
    margin-right: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.search-modal
    .search-modal-wrapper
    .search-modal-content
    .search-modal-results-wrapper
    .search-modal-input
    .storybook-input--input-search-01
    input:focus
    ~ span {
    top: -10%;
}
.search-modal
    .search-modal-wrapper
    .search-modal-content
    .search-modal-results-wrapper
    .search-modal-input
    .storybook-input--input-search-01
    input:not(:placeholder-shown)
    ~ span {
    top: -10%;
}
.search-modal
    .search-modal-wrapper
    .search-modal-content
    .search-modal-results-wrapper
    .scrollable-container {
    max-height: inherit;
    -ms-overflow-style: none;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    touch-action: pan-y;
    padding-bottom: 10rem;
}
.search-modal
    .search-modal-wrapper
    .search-modal-content
    .search-modal-results-wrapper
    .scrollable-container
    .search-modal-divider,
.search-modal
    .search-modal-wrapper
    .search-modal-content
    .search-modal-results-wrapper
    .scrollable-container
    .search-modal-no-results {
    margin: 2rem 0;
}
.search-modal
    .search-modal-wrapper
    .search-modal-content
    .search-modal-results-wrapper
    .scrollable-container
    .search-modal-list-button {
    text-align: center;
}
.search-modal
    .search-modal-wrapper
    .search-modal-content
    .search-modal-results-wrapper
    .scrollable-container::-webkit-scrollbar {
    width: 0.25rem;
}
.search-modal
    .search-modal-wrapper
    .search-modal-content
    .search-modal-results-wrapper
    .scrollable-container::-webkit-scrollbar-track {
    background: transparent;
}
.search-modal
    .search-modal-wrapper
    .search-modal-content
    .search-modal-results-wrapper
    .scrollable-container::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 4px;
}
.search-modal
    .search-modal-wrapper
    .search-modal-content
    .search-modal-results-wrapper
    .scrollable-container::-webkit-scrollbar-thumb:hover {
    background: transparent;
}
@media (min-width: 1199px) {
    .search-modal
        .search-modal-wrapper
        .search-modal-content
        .search-modal-results-wrapper {
        padding: 1rem 3rem;
    }
    .search-modal .storybook-card--list-items .column-game {
        width: 25%;
    }
}
.ticker {
    overflow: hidden;
    display: flex;
    width: 100vw;
    padding: 5px 0;
    position: fixed;
    bottom: 0;
    background: #282828;
    z-index: 11;
    height: 45px;
    text-shadow: none;
    box-shadow: 0 -5px 10px rgba(8, 8, 8, 0.6);
}
@media screen and (max-width: 1199px) {
    .ticker {
        margin-top: -10px;
        margin-bottom: 12px;
    }
}
.ticker .ticker-end,
.ticker .ticker-start {
    width: 200px;
    height: 45px;
    line-height: 35px;
    background: #282828;
    position: absolute;
    z-index: 1;
    text-align: center;
    font-size: 16px;
}
.ticker .ticker-end,
.ticker .ticker-end .title,
.ticker .ticker-start,
.ticker .ticker-start .title {
    font-family: MetropolisBold, Helvetica Neue, Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 1199px) {
    .ticker .ticker-end,
    .ticker .ticker-start {
        display: none;
    }
}
.ticker .ticker-end {
    right: 0;
}
@media screen and (max-width: 1199px) {
    .ticker {
        position: static;
        bottom: unset;
        background: #141414;
    }
}
@media screen and (min-width: 1200px) {
    .ticker:hover .ticker-list {
        animation-play-state: paused;
    }
}
.ticker.touch-active .ticker-list {
    animation-play-state: paused;
}
.ticker .ticker-list {
    display: flex;
    animation: ticker 30s linear infinite;
}
.ticker .ticker-list .ticker-link {
    color: unset;
    line-height: 1.4;
}
.ticker .ticker-list .ticker-item {
    padding: 0 10px;
    min-width: 150px;
    border-left: 1px solid #6b6b6b;
    line-height: 1.3;
}
.ticker .ticker-list .ticker-item:last-of-type {
    border-right: 1px solid #6b6b6b;
}
.ticker .ticker-list .ticker-item .top-row {
    width: 100%;
    text-align: center;
}
.ticker .ticker-list .ticker-item .top-row .amount,
.ticker .ticker-list .ticker-item .top-row .nickname {
    display: inline;
    vertical-align: middle;
    font-size: 14px;
    font-style: normal;
}
.ticker .ticker-list .ticker-item .top-row .amount {
    color: #e2b031;
    font-family: MetropolisBold, Helvetica Neue, Arial, Helvetica, sans-serif;
}
.ticker .ticker-list .ticker-item .bottom-row {
    font-size: 12px;
}
.ticker .ticker-list .ticker-item .bottom-row .game {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #888;
    font-style: normal;
    font-size: 12px;
    text-decoration: underline;
    white-space: nowrap;
}
.ticker .ticker-list .ticker-item .title {
    display: block;
    text-align: center;
    color: #e2b031;
    font-family: MetropolisBold, Helvetica Neue, Arial, Helvetica, sans-serif;
    line-height: 1.4;
    font-size: 14px;
}
@keyframes ticker {
    to {
        transform: translateX(-100%);
    }
}
#root {
    min-height: 200px;
}
@font-face {
    font-family: Icons;
    src: url('../fonts/icons.62a2bfb1.woff2') format('woff2'),
        url('') format('svg');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: outline-icons;
    src: url('') format('woff2'), url('') format('svg');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
i.icon.outline {
    font-family: outline-icons;
}
i.icon {
    display: inline-block;
    opacity: 1;
    margin: 0 0.25rem 0 0;
    width: 1.18em;
    height: 1em;
    font-family: Icons;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    text-align: center;
    speak: none;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
i.icon:before {
    background: 0 0 !important;
}
i.icon.money.bill.alternate.outline:before,
i.icon.money.bill.alternate:before {
    content: '\f3d1';
}
i.icon.star:before {
    content: '\f005';
}
i.icon.times:before {
    content: '\f00d';
}
i.icon.clock.outline:before {
    content: '\f017';
}
i.icon.chevron.down:before {
    content: '\f078';
}
i.icon.exclamation.circle:before {
    content: '\f06a';
}
i.icon.bars:before {
    content: '\f0c9';
}
.icon-streamline-icon-mail-send-envelope24x24:before {
    content: '\e91a';
}
.icon-streamline-icon-phone-telephone24x24:before {
    content: '\e91c';
}
.icon-streamline-icon-money-atm-card-124x24:before {
    content: '\e91b';
}
.icon-streamline-icon-interface-id-thumb-mark24x24:before {
    content: '\e917';
}
.icon-streamline-icon-travel-map-location-pin24x24:before {
    content: '\e91e';
}
i.icon.delete:before {
    content: '\f00d';
}
:root {
    --toastify-color-light: #fff;
    --toastify-color-dark: #121212;
    --toastify-color-info: #3498db;
    --toastify-color-success: #07bc0c;
    --toastify-color-warning: #f1c40f;
    --toastify-color-error: #e74c3c;
    --toastify-color-transparent: hsla(0, 0%, 100%, 0.7);
    --toastify-icon-color-info: var(--toastify-color-info);
    --toastify-icon-color-success: var(--toastify-color-success);
    --toastify-icon-color-warning: var(--toastify-color-warning);
    --toastify-icon-color-error: var(--toastify-color-error);
    --toastify-toast-width: 320px;
    --toastify-toast-background: #fff;
    --toastify-toast-min-height: 64px;
    --toastify-toast-max-height: 800px;
    --toastify-font-family: sans-serif;
    --toastify-z-index: 9999;
    --toastify-text-color-light: #757575;
    --toastify-text-color-dark: #fff;
    --toastify-text-color-info: #fff;
    --toastify-text-color-success: #fff;
    --toastify-text-color-warning: #fff;
    --toastify-text-color-error: #fff;
    --toastify-spinner-color: #616161;
    --toastify-spinner-color-empty-area: #e0e0e0;
    --toastify-color-progress-light: linear-gradient(
        90deg,
        #4cd964,
        #5ac8fa,
        #007aff,
        #34aadc,
        #5856d6,
        #ff2d55
    );
    --toastify-color-progress-dark: #bb86fc;
    --toastify-color-progress-info: var(--toastify-color-info);
    --toastify-color-progress-success: var(--toastify-color-success);
    --toastify-color-progress-warning: var(--toastify-color-warning);
    --toastify-color-progress-error: var(--toastify-color-error);
}
.Toastify__toast-container {
    z-index: var(--toastify-z-index);
    -webkit-transform: translate3d(0, 0, var(--toastify-z-index) px);
    position: fixed;
    padding: 4px;
    width: var(--toastify-toast-width);
    box-sizing: border-box;
    color: #fff;
}
.Toastify__toast-container--top-left {
    top: 1em;
    left: 1em;
}
.Toastify__toast-container--top-center {
    top: 1em;
    left: 50%;
    transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
    top: 1em;
    right: 1em;
}
.Toastify__toast-container--bottom-left {
    bottom: 1em;
    left: 1em;
}
.Toastify__toast-container--bottom-center {
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
    bottom: 1em;
    right: 1em;
}
@media only screen and (max-width: 480px) {
    .Toastify__toast-container {
        width: 100vw;
        padding: 0;
        left: 0;
        margin: 0;
    }
    .Toastify__toast-container--top-center,
    .Toastify__toast-container--top-left,
    .Toastify__toast-container--top-right {
        top: 0;
        transform: translateX(0);
    }
    .Toastify__toast-container--bottom-center,
    .Toastify__toast-container--bottom-left,
    .Toastify__toast-container--bottom-right {
        bottom: 0;
        transform: translateX(0);
    }
    .Toastify__toast-container--rtl {
        right: 0;
        left: auto;
    }
}
.Toastify__toast {
    position: relative;
    min-height: var(--toastify-toast-min-height);
    box-sizing: border-box;
    margin-bottom: 1rem;
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1),
        0 2px 15px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    max-height: var(--toastify-toast-max-height);
    overflow: hidden;
    font-family: var(--toastify-font-family);
    cursor: pointer;
    direction: ltr;
    z-index: 0;
}
.Toastify__toast--rtl {
    direction: rtl;
}
.Toastify__toast-body {
    margin: auto 0;
    flex: 1 1 auto;
    padding: 6px;
    display: flex;
    align-items: center;
}
.Toastify__toast-body > div:last-child {
    flex: 1 1;
}
.Toastify__toast-icon {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    width: 20px;
    flex-shrink: 0;
    display: flex;
}
.Toastify--animate {
    animation-fill-mode: both;
    animation-duration: 0.7s;
}
.Toastify--animate-icon {
    animation-fill-mode: both;
    animation-duration: 0.3s;
}
@media only screen and (max-width: 480px) {
    .Toastify__toast {
        margin-bottom: 0;
        border-radius: 0;
    }
}
.Toastify__toast-theme--dark {
    background: var(--toastify-color-dark);
    color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--colored.Toastify__toast--default,
.Toastify__toast-theme--light {
    background: var(--toastify-color-light);
    color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
    color: var(--toastify-text-color-info);
    background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
    color: var(--toastify-text-color-success);
    background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
    color: var(--toastify-text-color-warning);
    background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
    color: var(--toastify-text-color-error);
    background: var(--toastify-color-error);
}
.Toastify__progress-bar-theme--light {
    background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
    background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
    background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
    background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
    background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
    background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning {
    background: var(--toastify-color-transparent);
}
.Toastify__close-button {
    color: #fff;
    background: transparent;
    outline: none;
    border: none;
    padding: 0;
    cursor: pointer;
    opacity: 0.7;
    transition: 0.3s ease;
    align-self: flex-start;
}
.Toastify__close-button--light {
    color: #000;
    opacity: 0.3;
}
.Toastify__close-button > svg {
    fill: currentColor;
    height: 16px;
    width: 14px;
}
.Toastify__close-button:focus,
.Toastify__close-button:hover {
    opacity: 1;
}
@keyframes Toastify__trackProgress {
    0% {
        transform: scaleX(1);
    }
    to {
        transform: scaleX(0);
    }
}
.Toastify__progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    z-index: var(--toastify-z-index);
    opacity: 0.7;
    transform-origin: left;
}
.Toastify__progress-bar--animated {
    animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
    transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
    right: 0;
    left: auto;
    transform-origin: right;
}
.Toastify__spinner {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 2px solid;
    border-radius: 100%;
    border-color: var(--toastify-spinner-color-empty-area);
    border-right-color: var(--toastify-spinner-color);
    animation: Toastify__spin 0.65s linear infinite;
}
@keyframes Toastify__bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        transform: translate3d(10px, 0, 0);
    }
    90% {
        transform: translate3d(-5px, 0, 0);
    }
    to {
        transform: none;
    }
}
@keyframes Toastify__bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes Toastify__bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }
    75% {
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        transform: translate3d(5px, 0, 0);
    }
    to {
        transform: none;
    }
}
@keyframes Toastify__bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes Toastify__bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        transform: translate3d(0, 10px, 0);
    }
    90% {
        transform: translate3d(0, -5px, 0);
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes Toastify__bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes Toastify__bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transform: translate3d(0, 5px, 0);
    }
    to {
        transform: none;
    }
}
@keyframes Toastify__bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}
.Toastify__bounce-enter--bottom-left,
.Toastify__bounce-enter--top-left {
    animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--bottom-right,
.Toastify__bounce-enter--top-right {
    animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
    animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
    animation-name: Toastify__bounceInUp;
}
.Toastify__bounce-exit--bottom-left,
.Toastify__bounce-exit--top-left {
    animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--bottom-right,
.Toastify__bounce-exit--top-right {
    animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
    animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
    animation-name: Toastify__bounceOutDown;
}
@keyframes Toastify__zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes Toastify__zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
.Toastify__zoom-enter {
    animation-name: Toastify__zoomIn;
}
.Toastify__zoom-exit {
    animation-name: Toastify__zoomOut;
}
@keyframes Toastify__flipIn {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotateX(-5deg);
    }
    to {
        transform: perspective(400px);
    }
}
@keyframes Toastify__flipOut {
    0% {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
.Toastify__flip-enter {
    animation-name: Toastify__flipIn;
}
.Toastify__flip-exit {
    animation-name: Toastify__flipOut;
}
@keyframes Toastify__slideInRight {
    0% {
        transform: translate3d(110%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes Toastify__slideInLeft {
    0% {
        transform: translate3d(-110%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes Toastify__slideInUp {
    0% {
        transform: translate3d(0, 110%, 0);
        visibility: visible;
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes Toastify__slideInDown {
    0% {
        transform: translate3d(0, -110%, 0);
        visibility: visible;
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes Toastify__slideOutRight {
    0% {
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        transform: translate3d(110%, 0, 0);
    }
}
@keyframes Toastify__slideOutLeft {
    0% {
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        transform: translate3d(-110%, 0, 0);
    }
}
@keyframes Toastify__slideOutDown {
    0% {
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 500px, 0);
    }
}
@keyframes Toastify__slideOutUp {
    0% {
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -500px, 0);
    }
}
.Toastify__slide-enter--bottom-left,
.Toastify__slide-enter--top-left {
    animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--bottom-right,
.Toastify__slide-enter--top-right {
    animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
    animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
    animation-name: Toastify__slideInUp;
}
.Toastify__slide-exit--bottom-left,
.Toastify__slide-exit--top-left {
    animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--bottom-right,
.Toastify__slide-exit--top-right {
    animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
    animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
    animation-name: Toastify__slideOutDown;
}
@keyframes Toastify__spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
