@charset "UTF-8";

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #f22662;
    --secondary: #2f5150;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #eebf13;
    --danger: #f16869;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Roboto, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: FC Iconic Text, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fcfcfc;
    text-align: left;
    background-color: #191919
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: var(--text-gold);
    ;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: var(--bg-gold);
    ;
    text-decoration: underline
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: FC Iconic Text, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014\00A0"
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #191919;
    border: 1px solid #dee2e6;
    border-radius: 2px
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 2px
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 700px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 760px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 1000px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1500px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #fcfcfc
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #fcfcfc;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #fbc2d3
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #f88ead
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #f9aac2
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #c5cece
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #93a5a4
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #b7c2c2
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #faedbd
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #f6de84
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #f8e7a5
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #fbd5d5
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #f8b0b1
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f9bebe
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: .8rem;
    font-family: Helvetica Neue, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fcfcfc;
    background-color: #0c0c0c;
    background-clip: padding-box;
    border: 1px solid #838383;
    border-radius: 30px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #fcfcfc;
    background-color: #0c0c0c;
    border-color: #838383;
    outline: 0;
    box-shadow: none
}

.form-control::-webkit-input-placeholder {
    color: #838383;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #838383;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #838383;
    opacity: 1
}

.form-control::placeholder {
    color: #838383;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #fcfcfc;
    background-color: #0c0c0c
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.8rem + 1px);
    padding-bottom: calc(.8rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .8rem;
    padding-bottom: .8rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #fcfcfc;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 2px
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 5px
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: 2px
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 1.6rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100% calc(.375em + .4rem);
    background-size: calc(.75em + .8rem) calc(.75em + .8rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 1.6rem);
    background-position: top calc(.375em + .4rem) right calc(.375em + .4rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc((3em + 4.8rem)/4 + 1.8rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .8rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #0c0c0c no-repeat center right 1.8rem/calc(.75em + .8rem) calc(.75em + .8rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #28a745
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #f16869
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(241, 104, 105, .9);
    border-radius: 2px
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #f16869;
    padding-right: calc(1.5em + 1.6rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f16869' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23f16869' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100% calc(.375em + .4rem);
    background-size: calc(.75em + .8rem) calc(.75em + .8rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #f16869;
    box-shadow: 0 0 0 .2rem rgba(241, 104, 105, .25)
}

.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 1.6rem);
    background-position: top calc(.375em + .4rem) right calc(.375em + .4rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #f16869;
    padding-right: calc((3em + 4.8rem)/4 + 1.8rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .8rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f16869' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23f16869' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") #0c0c0c no-repeat center right 1.8rem/calc(.75em + .8rem) calc(.75em + .8rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #f16869;
    box-shadow: 0 0 0 .2rem rgba(241, 104, 105, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #f16869
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #f16869
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
    border-color: #f16869
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    border-color: #f59797;
    background-color: #f59797
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(241, 104, 105, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #f16869
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #f16869;
    box-shadow: 0 0 0 .2rem rgba(241, 104, 105, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        justify-content: center
    }

    .form-inline .form-group,
    .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #fcfcfc;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 2px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #fcfcfc;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(242, 38, 98, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #f22662;
    border-color: #f22662
}

.btn-primary:hover {
    color: #fff;
    background-color: #e40e4d;
    border-color: #d80d49
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(244, 71, 122, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #f22662;
    border-color: #f22662
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #d80d49;
    border-color: #cc0c45
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(244, 71, 122, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #2f5150;
    border-color: #2f5150
}

.btn-secondary:hover {
    color: #fff;
    background-color: #213938;
    border-color: #1c3130
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(78, 107, 106, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #2f5150;
    border-color: #2f5150
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #1c3130;
    border-color: #182928
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(78, 107, 106, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #eebf13;
    border-color: #eebf13
}

.btn-warning:hover {
    color: #212529;
    background-color: #cca30f;
    border-color: #c09a0e
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(207, 168, 22, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #eebf13;
    border-color: #eebf13
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #c09a0e;
    border-color: #b4900d
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(207, 168, 22, .5)
}

.btn-danger {
    color: #fff;
    background-color: #f16869;
    border-color: #f16869
}

.btn-danger:hover {
    color: #fff;
    background-color: #ee4546;
    border-color: #ed393b
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(243, 127, 128, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #f16869;
    border-color: #f16869
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ed393b;
    border-color: #ec2e2f
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(243, 127, 128, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #f22662;
    border-color: #f22662
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #f22662;
    border-color: #f22662
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(242, 38, 98, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #f22662;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #f22662;
    border-color: #f22662
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(242, 38, 98, .5)
}

.btn-outline-secondary {
    color: #2f5150;
    border-color: #2f5150
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #2f5150;
    border-color: #2f5150
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(47, 81, 80, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #2f5150;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #2f5150;
    border-color: #2f5150
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(47, 81, 80, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #eebf13;
    border-color: #eebf13
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #eebf13;
    border-color: #eebf13
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(238, 191, 19, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #eebf13;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #eebf13;
    border-color: #eebf13
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(238, 191, 19, .5)
}

.btn-outline-danger {
    color: #f16869;
    border-color: #f16869
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #f16869;
    border-color: #f16869
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(241, 104, 105, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #f16869;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #f16869;
    border-color: #f16869
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(241, 104, 105, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: var(--text-gold);
    ;
    text-decoration: none
}

.btn-link:hover {
    color: var(--bg-gold);
    ;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 5px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 2px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #fcfcfc;
    text-align: left;
    list-style: none;
    background-color: rgba(17, 21, 24, .8);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 2px
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #f22662
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .8rem;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fcfcfc;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #838383;
    border-radius: 30px
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 5px
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 2px
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.8rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #f22662;
    background-color: #f22662
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: none
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #838383
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    color: #fff;
    background-color: #fccedc;
    border-color: #fccedc
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label:before {
    pointer-events: none;
    background-color: #0c0c0c;
    border: 1px solid #adb5bd
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label:before {
    border-radius: 2px
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    border-color: #f22662;
    background-color: #f22662
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(242, 38, 98, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(242, 38, 98, .5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(242, 38, 98, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label:after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #0c0c0c;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(242, 38, 98, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding: .8rem 1.8rem .8rem .8rem;
    font-family: Helvetica Neue, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fcfcfc;
    vertical-align: middle;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .8rem center/8px 10px;
    background-color: #0c0c0c;
    border: 1px solid #838383;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #838383;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(242, 38, 98, .25)
}

.custom-select:focus::-ms-value {
    color: #fcfcfc;
    background-color: #0c0c0c
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .8rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: 50px
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #838383;
    box-shadow: none
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: 50px;
    font-family: Helvetica Neue, sans-serif;
    font-weight: 400;
    background-color: #0c0c0c;
    border: 1px solid #838383;
    border-radius: 30px
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .8rem;
    line-height: 1.5;
    color: #fcfcfc
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1.6rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 30px 30px 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #191919, none
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #191919, none
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #191919, none
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #f22662;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #fccedc
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #f22662;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #fccedc
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #f22662;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #fccedc
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #191919;
    border-color: #dee2e6 #dee2e6 #191919
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: 2px
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #f22662
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,
.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    padding-bottom: 5rem;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 2px
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

@media (max-width:575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 2px
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: 1px 1px 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 1px 1px
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: 1px
}

.card-img-top {
    width: 100%;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px
}

.card-deck {
    display: flex;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: flex;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card .card-header {
    margin-bottom: -1px
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 2px
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 2px
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fafafa;
    background-color: #1d1d24;
    border: 1px solid #1d1d24
}

.page-link:hover {
    z-index: 2;
    color: #fafafa;
    text-decoration: none;
    background-color: #282832;
    border-color: #282832
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(242, 38, 98, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.page-item:last-child .page-link {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.page-item.active .page-link {
    z-index: 1;
    color: #fafafa;
    background-color: #3f3f50;
    border-color: #3f3f50
}

.page-item.disabled .page-link {
    color: #fafafa;
    pointer-events: none;
    cursor: auto;
    background-color: #282832;
    border-color: #282832
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #f22662
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #d80d49
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(242, 38, 98, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #2f5150
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #1c3130
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(47, 81, 80, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #eebf13
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #c09a0e
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(238, 191, 19, .5)
}

.badge-danger {
    color: #fff;
    background-color: #f16869
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #ed393b
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(241, 104, 105, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 5px
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 2px
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #7e1433;
    background-color: #fcd4e0;
    border-color: #fbc2d3
}

.alert-primary hr {
    border-top-color: #f9aac2
}

.alert-primary .alert-link {
    color: #520d21
}

.alert-secondary {
    color: #182a2a;
    background-color: #d5dcdc;
    border-color: #c5cece
}

.alert-secondary hr {
    border-top-color: #b7c2c2
}

.alert-secondary .alert-link {
    color: #050a0a
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #7c630a;
    background-color: #fcf2d0;
    border-color: #faedbd
}

.alert-warning hr {
    border-top-color: #f8e7a5
}

.alert-warning .alert-link {
    color: #4d3d06
}

.alert-danger {
    color: #7d3637;
    background-color: #fce1e1;
    border-color: #fbd5d5
}

.alert-danger hr {
    border-top-color: #f9bebe
}

.alert-danger .alert-link {
    color: #592727
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 10px
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: linear-gradient(270deg, #d5aefb 10%, #b979f6);
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #fcfcfc;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #f22662;
    border-color: #f22662
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
}

.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 0
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 0
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 0
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 0
    }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #7e1433;
    background-color: #fbc2d3
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #7e1433;
    background-color: #f9aac2
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #7e1433;
    border-color: #7e1433
}

.list-group-item-secondary {
    color: #182a2a;
    background-color: #c5cece
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #182a2a;
    background-color: #b7c2c2
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #182a2a;
    border-color: #182a2a
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #7c630a;
    background-color: #faedbd
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #7c630a;
    background-color: #f8e7a5
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #7c630a;
    border-color: #7c630a
}

.list-group-item-danger {
    color: #7d3637;
    background-color: #fbd5d5
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #7d3637;
    background-color: #f9bebe
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #7d3637;
    border-color: #7d3637
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    /*z-index: 1050;*/
    z-index: 999999999;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #191919;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: FC Iconic Text, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 2px
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: FC Iconic Text, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 5px
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.5rem + -1px)
}

.bs-popover-auto[x-placement^=top]>.arrow:before,
.bs-popover-top>.arrow:before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow:after,
.bs-popover-top>.arrow:after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc(-.5rem + -1px);
    width: .5rem;
    height: 1rem;
    margin: 5px 0
}

.bs-popover-auto[x-placement^=right]>.arrow:before,
.bs-popover-right>.arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow:after,
.bs-popover-right>.arrow:after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-.5rem + -1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.bs-popover-bottom>.arrow:before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.bs-popover-bottom>.arrow:after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc(-.5rem + -1px);
    width: .5rem;
    height: 1rem;
    margin: 5px 0
}

.bs-popover-auto[x-placement^=left]>.arrow:before,
.bs-popover-left>.arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow:after,
.bs-popover-left>.arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #fcfcfc
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid;
    border-right: .25em solid transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #f22662 !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #d80d49 !important
}

.bg-secondary {
    background-color: #2f5150 !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #1c3130 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #eebf13 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #c09a0e !important
}

.bg-danger {
    background-color: #f16869 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #ed393b !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #f22662 !important
}

.border-secondary {
    border-color: #2f5150 !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #eebf13 !important
}

.border-danger {
    border-color: #f16869 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded,
.rounded-sm {
    border-radius: 2px !important
}

.rounded-top {
    border-top-left-radius: 2px !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: 2px !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: 2px !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: 2px !important
}

.rounded-left {
    border-top-left-radius: 2px !important
}

.rounded-lg {
    border-radius: 5px !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !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
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !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
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !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
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !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
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !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
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.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-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !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
}

.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
}

.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
}

@media (min-width:576px) {
    .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-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !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
    }

    .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
    }

    .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
    }
}

@media (min-width:768px) {
    .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-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !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
    }

    .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
    }

    .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
    }
}

@media (min-width:992px) {
    .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-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !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
    }

    .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
    }

    .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
    }
}

@media (min-width:1200px) {
    .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-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !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
    }

    .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
    }

    .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
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.cke_editable,
.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #f22662 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #c00c41 !important
}

.text-secondary {
    color: #2f5150 !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #132120 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #eebf13 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #a8870c !important
}

.text-danger {
    color: #f16869 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #eb2223 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #fcfcfc !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    /* height: 100%; */
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, .06) !important;
    border: 0 !important;
    box-shadow: inset 0 0 12px 4px #fff
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder:after {
    content: "!";
    visibility: hidden
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    border-radius: 3px 3px 0 0
}

.selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: .4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important
}

.selectize-dropdown-header-close:hover {
    color: #000
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0;
    float: left;
    box-sizing: border-box
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0
}

.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important
}

.selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0;
    border-left: 1px solid #0073bb;
    border-radius: 0 2px 2px 0;
    box-sizing: border-box
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, .05)
}

.selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #00578d
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: none
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #aaa
}

.selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 23px
}

.selectize-control {
    position: relative
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit
}

.selectize-control.single .selectize-input.input-active,
.selectize-input {
    background: #fff;
    cursor: text;
    display: inline-block
}

.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    border-radius: 3px
}

.selectize-control.multi .selectize-input.has-items {
    padding: 5px 8px 2px
}

.selectize-input.full {
    background-color: #fff
}

.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default !important
}

.selectize-input.focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15)
}

.selectize-input.dropdown-active {
    border-radius: 3px 3px 0 0
}

.selectize-input>* {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.selectize-control.multi .selectize-input>div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #1da7ee;
    color: #fff;
    border: 1px solid #0073bb
}

.selectize-control.multi .selectize-input>div.active {
    background: #92c836;
    color: #fff;
    border: 1px solid #00578d
}

.selectize-control.multi .selectize-input.disabled>div,
.selectize-control.multi .selectize-input.disabled>div.active {
    color: #fff;
    background: #d2d2d2;
    border: 1px solid #aaa
}

.selectize-input>input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 1px !important;
    text-indent: 0 !important;
    border: 0 !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    box-shadow: none !important
}

.selectize-input>input::-ms-clear {
    display: none
}

.selectize-input>input:focus {
    outline: none !important
}

.selectize-input:after {
    content: " ";
    display: block;
    clear: left
}

.selectize-input.dropdown-active:before {
    content: " ";
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    background: #fff;
    margin: -1px 0 0;
    border: 1px solid #d0d0d0;
    border-top: 0;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    border-radius: 0 0 3px 3px
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, .2);
    border-radius: 1px
}

.selectize-dropdown .optgroup-header,
.selectize-dropdown .option {
    padding: 5px 8px
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
    cursor: inherit;
    opacity: .5
}

.selectize-dropdown [data-selectable].option {
    opacity: 1
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0
}

.selectize-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default
}

.selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68
}

.selectize-dropdown .active.create {
    color: #495c68
}

.selectize-dropdown .create {
    color: rgba(48, 48, 48, .5)
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text
}

.selectize-control.single .selectize-input:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-color: grey transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px;
    border-color: transparent transparent grey
}

.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto
}

.selectize-control.rtl .selectize-input>input {
    margin: 0 4px 0 -2px !important
}

.selectize-control .selectize-input.disabled {
    opacity: .5;
    background-color: #fafafa
}

.selectize-control.multi .selectize-input.has-items {
    padding-left: 5px;
    padding-right: 5px
}

.selectize-control.multi .selectize-input.disabled [data-value] {
    color: #999;
    text-shadow: none;
    background: none;
    box-shadow: none
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
    border-color: #e6e6e6
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
    background: none
}

.selectize-control.multi .selectize-input [data-value] {
    text-shadow: 0 1px 0 rgba(0, 51, 83, .3);
    border-radius: 3px;
    background-color: #1b9dec;
    background-image: linear-gradient(180deg, #1da7ee, #178ee9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff1da7ee", endColorstr="#ff178ee9", GradientType=0);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .2), inset 0 1px hsla(0, 0%, 100%, .03)
}

.selectize-control.multi .selectize-input [data-value].active {
    background-color: #0085d4;
    background-image: linear-gradient(180deg, #008fd8, #0075cf);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff008fd8", endColorstr="#ff0075cf", GradientType=0)
}

.selectize-control.single .selectize-input {
    box-shadow: 0 1px 0 rgba(0, 0, 0, .05), inset 0 1px 0 hsla(0, 0%, 100%, .8);
    background-color: #f9f9f9;
    background-image: linear-gradient(180deg, #fefefe, #f2f2f2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffefefe", endColorstr="#fff2f2f2", GradientType=0)
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
    border-color: #b8b8b8
}

.selectize-dropdown .optgroup-header {
    padding-top: 7px;
    font-weight: 700;
    font-size: .85em
}

.selectize-dropdown .optgroup {
    border-top: 1px solid #f0f0f0
}

.selectize-dropdown .optgroup:first-child {
    border-top: 0
}

.flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    box-sizing: border-box;
    touch-action: manipulation;
    background: #fff;
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08)
}

.flatpickr-calendar.inline,
.flatpickr-calendar.open {
    opacity: 1;
    max-height: 640px;
    visibility: visible
}

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999
}

.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1);
    animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px
}

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
    z-index: 999;
    display: block
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    box-shadow: none !important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-calendar .hasTime .dayContainer,
.flatpickr-calendar .hasWeeks .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto
}

.flatpickr-calendar:after,
.flatpickr-calendar:before {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    left: 22px
}

.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.rightMost:before {
    left: auto;
    right: 22px
}

.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px
}

.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px
}

.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
    bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
    top: 100%
}

.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6
}

.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff
}

.flatpickr-calendar:focus {
    outline: 0
}

.flatpickr-wrapper {
    position: relative;
    display: inline-block
}

.flatpickr-months {
    display: flex
}

.flatpickr-months .flatpickr-month {
    background: transparent;
    color: rgba(0, 0, 0, .9);
    fill: rgba(0, 0, 0, .9);
    height: 28px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    flex: 1
}

.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    line-height: 16px;
    height: 28px;
    padding: 10px;
    z-index: 3;
    color: rgba(0, 0, 0, .9);
    fill: rgba(0, 0, 0, .9)
}

.flatpickr-months .flatpickr-next-month.flatpickr-disabled,
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
    display: none
}

.flatpickr-months .flatpickr-next-month i,
.flatpickr-months .flatpickr-prev-month i {
    position: relative
}

.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
    left: 0
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
    right: 0
}

.flatpickr-months .flatpickr-next-month:hover,
.flatpickr-months .flatpickr-prev-month:hover {
    color: #959ea9
}

.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
    fill: #f64747
}

.flatpickr-months .flatpickr-next-month svg,
.flatpickr-months .flatpickr-prev-month svg {
    width: 14px;
    height: 14px
}

.flatpickr-months .flatpickr-next-month svg path,
.flatpickr-months .flatpickr-prev-month svg path {
    transition: fill .1s;
    fill: inherit
}

.numInputWrapper {
    position: relative;
    height: auto
}

.numInputWrapper input,
.numInputWrapper span {
    display: inline-block
}

.numInputWrapper input {
    width: 100%
}

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

.numInputWrapper input::-webkit-inner-spin-button,
.numInputWrapper input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57, 57, 57, .15);
    box-sizing: border-box
}

.numInputWrapper span:hover {
    background: rgba(0, 0, 0, .1)
}

.numInputWrapper span:active {
    background: rgba(0, 0, 0, .2)
}

.numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute
}

.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0
}

.numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57, 57, 57, .6);
    top: 26%
}

.numInputWrapper span.arrowDown {
    top: 50%
}

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, .6);
    top: 40%
}

.numInputWrapper span svg {
    width: inherit;
    height: auto
}

.numInputWrapper span svg path {
    fill: rgba(0, 0, 0, .5)
}

.numInputWrapper:hover {
    background: rgba(0, 0, 0, .05)
}

.numInputWrapper:hover span {
    opacity: 1
}

.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 6.16px 0 0;
    line-height: 1;
    height: 28px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: .5ch;
    padding: 0
}

.flatpickr-current-month span.cur-month:hover {
    background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch\0;
    display: inline-block
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month input.cur-year {
    background: transparent;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 .5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.flatpickr-current-month input.cur-year:focus {
    outline: 0
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(0, 0, 0, .5);
    background: transparent;
    pointer-events: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    background: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: 22px;
    line-height: inherit;
    margin: -1px 0 0;
    outline: none;
    padding: 0 0 0 .5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto
}

.flatpickr-current-month .flatpickr-monthDropdown-months:active,
.flatpickr-current-month .flatpickr-monthDropdown-months:focus {
    outline: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: transparent;
    outline: none;
    padding: 0
}

.flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    height: 28px
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: flex;
    flex: 1
}

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: transparent;
    color: rgba(0, 0, 0, .54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    flex: 1;
    font-weight: bolder
}

.dayContainer,
.flatpickr-weeks {
    padding: 1px 0 0
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    width: 307.875px
}

.flatpickr-days:focus {
    outline: 0
}

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    box-sizing: border-box;
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.dayContainer+.dayContainer {
    box-shadow: -1px 0 0 #e6e6e6
}

.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    justify-content: center;
    text-align: center
}

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6
}

.flatpickr-day.today {
    border-color: #959ea9
}

.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
    background: #569ff7;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7
}

.flatpickr-day.endRange.startRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange {
    border-radius: 50px 0 0 50px
}

.flatpickr-day.endRange.endRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange {
    border-radius: 0 50px 50px 0
}

.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)) {
    box-shadow: -10px 0 0 #569ff7
}

.flatpickr-day.endRange.startRange.endRange,
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange {
    border-radius: 50px
}

.flatpickr-day.inRange {
    border-radius: 0;
    box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
    color: rgba(57, 57, 57, .3);
    background: transparent;
    border-color: transparent;
    cursor: default
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgba(57, 57, 57, .1)
}

.flatpickr-day.week.selected {
    border-radius: 0;
    box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7
}

.flatpickr-day.hidden {
    visibility: hidden
}

.rangeMode .flatpickr-day {
    margin-top: 1px
}

.flatpickr-weekwrapper {
    float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    box-shadow: 1px 0 0 #e6e6e6
}

.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(57, 57, 57, .3);
    background: transparent;
    cursor: default;
    border: none
}

.flatpickr-innerContainer {
    display: block;
    display: flex;
    box-sizing: border-box;
    overflow: hidden
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    box-sizing: border-box
}

.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex
}

.flatpickr-time:after {
    content: "";
    display: table;
    clear: both
}

.flatpickr-time .numInputWrapper {
    flex: 1;
    width: 40%;
    height: 40px;
    float: left
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%
}

.flatpickr-time input {
    background: transparent;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.flatpickr-time input.flatpickr-hour {
    font-weight: 700
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
    font-weight: 400
}

.flatpickr-time input:focus {
    outline: 0;
    border: 0
}

.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator {
    height: inherit;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: 700;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-self: center
}

.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400
}

.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time input:hover {
    background: #eee
}

.flatpickr-input[readonly] {
    cursor: pointer
}

@-webkit-keyframes fpFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fpFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes vex-fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes vex-fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes vex-fadeout {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes vex-fadeout {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes vex-rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes vex-rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.vex,
.vex *,
.vex :after,
.vex :before {
    box-sizing: border-box
}

.vex {
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1111;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.vex-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.vex-overlay {
    -webkit-animation: vex-fadein .5s;
    animation: vex-fadein .5s;
    position: fixed;
    z-index: 1111;
    background: rgba(0, 0, 0, .4);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.vex-overlay.vex-closing {
    -webkit-animation: vex-fadeout .5s forwards;
    animation: vex-fadeout .5s forwards
}

.vex-content {
    -webkit-animation: vex-fadein .5s;
    animation: vex-fadein .5s;
    background: #fff
}

.vex.vex-closing .vex-content {
    -webkit-animation: vex-fadeout .5s forwards;
    animation: vex-fadeout .5s forwards
}

.vex-close:before {
    font-family: Arial, sans-serif;
    content: "\00D7"
}

.vex-dialog-form {
    margin: 0
}

.vex-dialog-button {
    text-rendering: optimizeLegibility;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

.vex-loading-spinner {
    -webkit-animation: vex-rotation .7s linear infinite;
    animation: vex-rotation .7s linear infinite;
    box-shadow: 0 0 1em rgba(0, 0, 0, .1);
    position: fixed;
    z-index: 1112;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2em;
    width: 2em;
    background: #fff
}

body.vex-open {
    overflow: hidden
}

@-webkit-keyframes vex-pulse {
    0% {
        box-shadow: inset 0 0 0 300px transparent
    }

    70% {
        box-shadow: inset 0 0 0 300px hsla(0, 0%, 100%, .25)
    }

    to {
        box-shadow: inset 0 0 0 300px transparent
    }
}

@keyframes vex-pulse {
    0% {
        box-shadow: inset 0 0 0 300px transparent
    }

    70% {
        box-shadow: inset 0 0 0 300px hsla(0, 0%, 100%, .25)
    }

    to {
        box-shadow: inset 0 0 0 300px transparent
    }
}

.vex.vex-theme-plain {
    padding-top: 160px;
    padding-bottom: 160px
}

.vex.vex-theme-plain .vex-content {
    font-family: Helvetica Neue, sans-serif;
    background: #fff;
    color: #444;
    padding: 1em;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    width: 450px;
    font-size: 1.1em;
    line-height: 1.5em
}

.vex.vex-theme-plain .vex-content h1,
.vex.vex-theme-plain .vex-content h2,
.vex.vex-theme-plain .vex-content h3,
.vex.vex-theme-plain .vex-content h4,
.vex.vex-theme-plain .vex-content h5,
.vex.vex-theme-plain .vex-content h6,
.vex.vex-theme-plain .vex-content li,
.vex.vex-theme-plain .vex-content p,
.vex.vex-theme-plain .vex-content ul {
    color: inherit
}

.vex.vex-theme-plain .vex-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.vex.vex-theme-plain .vex-close:before {
    position: absolute;
    content: "\00D7";
    font-size: 26px;
    font-weight: 400;
    line-height: 31px;
    height: 30px;
    width: 30px;
    text-align: center;
    top: 3px;
    right: 3px;
    color: #bbb;
    background: transparent
}

.vex.vex-theme-plain .vex-close:active:before,
.vex.vex-theme-plain .vex-close:hover:before {
    color: #777;
    background: #e0e0e0
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-message {
    margin-bottom: .5em
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input {
    margin-bottom: 1em
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=date],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=datetime-local],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=datetime],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=email],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=month],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=number],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=password],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=search],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=tel],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=text],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=time],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=url],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=week],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input select,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input textarea {
    background: #f0f0f0;
    width: 100%;
    padding: .25em .67em;
    border: 0;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    min-height: 2.5em;
    margin: 0 0 .25em
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=date]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=datetime-local]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=datetime]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=email]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=month]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=number]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=password]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=search]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=tel]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=text]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=time]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=url]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=week]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input select:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input textarea:focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .2);
    outline: none
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-buttons {
    *zoom: 1
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-buttons:after {
    content: "";
    display: table;
    clear: both
}

.vex.vex-theme-plain .vex-dialog-button {
    border-radius: 0;
    border: 0;
    float: right;
    margin: 0 0 0 .5em;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .8em;
    line-height: 1em;
    padding: .75em 2em
}

.vex.vex-theme-plain .vex-dialog-button.vex-last {
    margin-left: 0
}

.vex.vex-theme-plain .vex-dialog-button:focus {
    -webkit-animation: vex-pulse 1.1s infinite;
    animation: vex-pulse 1.1s infinite;
    outline: none
}

@media (max-width:568px) {
    .vex.vex-theme-plain .vex-dialog-button:focus {
        -webkit-animation: none;
        animation: none
    }
}

.vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary {
    background: #3288e6;
    color: #fff
}

.vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-secondary {
    background: #e0e0e0;
    color: #777
}

.vex-loading-spinner.vex-theme-plain {
    height: 2.5em;
    width: 2.5em
}

body {
    overflow-x: hidden
}

[data-animatable] {
    opacity: 0
}

[data-animatable].animated {
    opacity: 1
}

a:focus {
    outline: none
}

.x-link {
    color: #fcfcfc
}

.x-link:focus,
.x-link:hover {
    text-decoration: none;
    color: #f22662
}

.cke_editable,
.font-normal {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Roboto, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.f-1 {
    font-size: 2.5rem !important
}

.f-2 {
    font-size: 2rem !important
}

.f-3 {
    font-size: 1.75rem !important
}

.f-4 {
    font-size: 1.5rem !important
}

.f-5 {
    font-size: 1.25rem !important
}

.f-6 {
    font-size: 1rem !important
}

.f-7 {
    font-size: .9rem !important
}

.f-8 {
    font-size: .8rem !important
}

.f-9 {
    font-size: .7rem !important
}

@media (min-width:576px) {
    .f-sm-1 {
        font-size: 2.5rem !important
    }

    .f-sm-2 {
        font-size: 2rem !important
    }

    .f-sm-3 {
        font-size: 1.75rem !important
    }

    .f-sm-4 {
        font-size: 1.5rem !important
    }

    .f-sm-5 {
        font-size: 1.25rem !important
    }

    .f-sm-6 {
        font-size: 1rem !important
    }

    .f-sm-7 {
        font-size: .9rem !important
    }

    .f-sm-8 {
        font-size: .8rem !important
    }

    .f-sm-9 {
        font-size: .7rem !important
    }
}

@media (min-width:768px) {
    .f-md-1 {
        font-size: 2.5rem !important
    }

    .f-md-2 {
        font-size: 2rem !important
    }

    .f-md-3 {
        font-size: 1.75rem !important
    }

    .f-md-4 {
        font-size: 1.5rem !important
    }

    .f-md-5 {
        font-size: 1.25rem !important
    }

    .f-md-6 {
        font-size: 1rem !important
    }

    .f-md-7 {
        font-size: .9rem !important
    }

    .f-md-8 {
        font-size: .8rem !important
    }

    .f-md-9 {
        font-size: .7rem !important
    }
}

@media (min-width:992px) {
    .f-lg-1 {
        font-size: 2.5rem !important
    }

    .f-lg-2 {
        font-size: 2rem !important
    }

    .f-lg-3 {
        font-size: 1.75rem !important
    }

    .f-lg-4 {
        font-size: 1.5rem !important
    }

    .f-lg-5 {
        font-size: 1.25rem !important
    }

    .f-lg-6 {
        font-size: 1rem !important
    }

    .f-lg-7 {
        font-size: .9rem !important
    }

    .f-lg-8 {
        font-size: .8rem !important
    }

    .f-lg-9 {
        font-size: .7rem !important
    }
}

@media (min-width:1200px) {
    .f-xl-1 {
        font-size: 2.5rem !important
    }

    .f-xl-2 {
        font-size: 2rem !important
    }

    .f-xl-3 {
        font-size: 1.75rem !important
    }

    .f-xl-4 {
        font-size: 1.5rem !important
    }

    .f-xl-5 {
        font-size: 1.25rem !important
    }

    .f-xl-6 {
        font-size: 1rem !important
    }

    .f-xl-7 {
        font-size: .9rem !important
    }

    .f-xl-8 {
        font-size: .8rem !important
    }

    .f-xl-9 {
        font-size: .7rem !important
    }
}

.form-control-label.required:after,
legend.col-form-label.required:after {
    content: "*";
    color: #f16869;
    margin-left: .2rem
}

.form-text-hint {
    font-size: 85%
}

.x-input-select-date .selectized[name$="[day]"]+.selectize-control {
    width: 50px
}

.x-input-select-date .selectized[name$="[month]"]+.selectize-control,
.x-input-select-date .selectized[name$="[year]"]+.selectize-control {
    width: 70px
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

.selectize-control.form-control {
    padding: 0;
    height: 28px
}

.selectize-control.form-control.multi {
    height: auto
}

.selectize-control.form-control.multi .selectize-input>* {
    height: auto;
    overflow: inherit
}

.selectize-control.form-control.multi .selectize-input.has-items input {
    top: -10px
}

.selectize-control.form-control .selectize-dropdown,
.selectize-control.form-control .selectize-dropdown-content {
    border-radius: 2px
}

.selectize-control.form-control .selectize-input {
    border: none;
    background-color: #fff;
    border-radius: 30px;
    height: 100%;
    padding: .8rem
}

.selectize-control.form-control .selectize-input>* {
    height: 1.4rem;
    overflow: hidden
}

.selectize-control.form-control .selectize-input .item,
.selectize-control.form-control .selectize-input input {
    font-size: 1rem;
    line-height: 1.5
}

.selectize-control.form-control.form-control-sm {
    font-size: .875rem;
    height: 28px
}

.selectize-control.form-control.form-control-sm .selectize-input .item,
.selectize-control.form-control.form-control-sm .selectize-input input {
    font-size: .875rem;
    line-height: 1.5
}

.selectize-control.form-control.x-selectize-custom-render {
    min-height: 28px;
    height: auto
}

.selectize-control.form-control.x-selectize-custom-render .selectize-input {
    background-image: none;
    box-shadow: none
}

.selectize-control.form-control.x-selectize-custom-render .selectize-input>* {
    height: auto;
    overflow: inherit
}

.selectize-dropdown .optgroup-header,
.selectize-dropdown [data-selectable] {
    padding: .8rem
}

.selectize-dropdown .option.-disabled {
    font-weight: 700;
    cursor: default;
    pointer-events: none
}

.selectize-dropdown .option.-disabled.active {
    background-color: inherit
}

.selectize-dropdown.form-control {
    padding: 0;
    height: auto !important
}

select[data-chooser]+.selectize-control.loading {
    position: relative
}

select[data-chooser]+.selectize-control.loading:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f110";
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
    position: absolute;
    top: 10px;
    right: 25px;
    z-index: 10
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: "inherit";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "inherit";
    font-size: 40px;
    line-height: 20px;
    text-align: center;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #f22662;
    opacity: .75
}

.slick-dotted {
    position: relative
}

.slick-dotted .slick-dots li button:before {
    font-size: 45px
}

.slick-arrow {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    z-index: 10
}

.slick-arrow,
.slick-arrow:active,
.slick-arrow:focus,
.slick-arrow:hover {
    background-color: #f22662
}

.slick-arrow:active:before,
.slick-arrow:before,
.slick-arrow:focus:before,
.slick-arrow:hover:before {
    color: #fff
}

.slick-arrow.slick-prev {
    left: 0
}

.slick-arrow.slick-prev:before {
    content: "\f053";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px
}

.slick-arrow.slick-next {
    right: 0
}

.slick-arrow.slick-next:before {
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px
}

[data-slickable].-single .-slick-item {
    display: none
}

[data-slickable].-single .-slick-item:first-child,
[data-slickable].-single.slick-initialized .-slick-item {
    display: block !important
}

:root {
    --invitation-cover-title-color: linear-gradient(#fff4c9, #f9da6a, #bf8b3b, #f9da6a, #e0b856, #ffee96);
    --invitation-cover-sub-title-color: $white;
    --invitation-cover-sub-title-highlight-color: var(--invitation-cover-sub-title-color);
    --invitation-content-title-color: #fafafa;
    --invitation-content-title-highlight-color: #6ee7d1;
    --invitation-content-footer-title-color: #fafafa;
    --invitation-content-footer-description-color: #707179;
    --invitation-menu-button-color: #fafafa;
    --invitation-menu-button-active-color: var(--invitation-menu-button-color);
    --invitation-menu-button-active-border-bg-color: #6ee7d1;
    --invitation-content-bg: #25252c;
    --invitation-info-link-wrapper-bg: #2b2b34;
    --invitation-info-link-wrapper-color: #717181;
    --invitation-info-link-copy-color: #fafafa;
    --invitation-info-link-copy-border-radius-base: 8px;
    --invitation-info-link-copy-border: none;
    --invitation-info-balance-amount-color: #6ee7d1;
    --invitation-info-balance-updated-at-color: #707179;
    --invitation-info-transfer-button-color: #e0e0e0;
    --invitation-info-transfer-button-bg: #707179;
    --invitation-info-transfer-button-bg-hover: #64656c;
    --invitation-info-transfer-button-enabled-color: #fafafa;
    --invitation-info-transfer-button-enabled-bg: #3b7a3a;
    --invitation-info-transfer-button-enabled-bg-hover: #336932;
    --invitation-info-transfer-button-waiting-color: #fafafa;
    --invitation-info-transfer-button-waiting-bg: #999aba;
    --invitation-info-transfer-button-waiting-bg-hover: #8a8bb0;
    --invitation-info-transfer-button-success-color: #fafafa;
    --invitation-info-transfer-button-success-bg: #3b7a3a;
    --invitation-info-transfer-button-success-bg-hover: #336932;
    --invitation-overview-list-item-color: #bfc1cb;
    --invitation-overview-list-item-value-color: #6ee7d1;
    --invitation-overview-list-item-bg: #30303a;
    --invitation-overview-list-item-divide-bg: #404051;
    --invitation-overview-list-item-ic-link-color: #bfc1cb;
    --invitation-overview-list-item-hover-bg: #3c3c48;
    --invitation-overview-list-border: 1px solid #404051;
    --invitation-info-panel-tab-color: #fafafa;
    --invitation-info-panel-tab-active-color: var(--invitation-info-panel-tab-color);
    --invitation-info-panel-tab-active-border-bg-color: #6ee7d1;
    --invitation-info-panel-tab-content-bg: #25252c;
    --invitation-filter-button-bg: #1d1d24;
    --invitation-filter-button-color: #fafafa;
    --invitation-filter-button-border: none;
    --invitation-filter-button-main-bg: var(--invitation-filter-button-bg);
    --invitation-filter-button-main-color: var(--invitation-filter-button-color);
    --invitation-filter-button-main-border: none;
    --invitation-filter-button-border-radius: 5px;
    --invitation-filter-button-min-width: 140px;
    --invitation-filter-button-active-bg: #3f3f50;
    --invitation-filter-button-active-color: var(--invitation-filter-button-color);
    --invitation-filter-button-active-border: var(--invitation-filter-button-border);
    --invitation-filter-button-main-active-bg: var(--invitation-filter-button-active-bg);
    --invitation-filter-button-main-active-color: var(--invitation-filter-button-active-color);
    --invitation-filter-button-main-active-border: var(--invitation-filter-button-main-border);
    --invitation-filter-button-active-box-shadow: none;
    --invitation-filter-button-group-min-width: 120px;
    --invitation-filter-datepicker-color: #fafafa;
    --invitation-filter-datepicker-bg: #555578;
    --invitation-filter-datepicker-border: none;
    --invitation-filter-datepicker-clear-color: #eb5757;
    --invitation-filter-datepicker-clear-hover-color: #ef7979;
    --invitation-filter-datepicker-active-color: #fafafa;
    --invitation-filter-datepicker-active-bg: #454562;
    --invitation-table-color: #bfc1cb;
    --invitation-table-border-bottom: 1px solid rgba(#474750, .5);
    --invitation-table-volume-color: #717181;
    --invitation-table-thead-bg: #30303a;
    --invitation-table-thead-box-shadow: 0 0 0 1px #404051;
    --invitation-table-thead-border-radius: 10px;
    --invitation-table-thead-sm-border-radius: 8px;
    --invitation-table-thead-column-highlight-color: #fafafa;
    --invitation-table-thead-sort-color: #8e8e8e;
    --invitation-table-thead-sort-hover-color: #fff;
    --invitation-table-thead-sort-active-color: #fafafa;
    --invitation-table-tbody-highlight-color: #fafafa;
    --invitation-table-tbody-column-highlight-color: #fafafa;
    --invitation-table-tbody-tr-even-bg: #2b2b34;
    --invitation-table-tbody-tr-odd-bg: transparent;
    --invitation-table-tbody-tr-even-column-highlight-bg: #33333e;
    --invitation-table-tbody-tr-odd-column-highlight-bg: #2e2e37;
    --invitation-table-tbody-border-radius: 0;
    --invitation-modal-description-color: #ececed;
    --invitation-modal-description-highlight-color: #6ee7d1;
    --pocket-farm-bg: #0a0a0a;
    --pocket-farm-title-color: #c4c4c4;
    --pocket-farm-register-title: #e4e4e4;
    --pocket-farm-register-paragraph: #c1c1c1;
    --pocket-farm-balance-color: #fff;
    --pocket-farm-balance-reload-color: #c4c4c4;
    --pocket-farm-hr-color: #353535;
    --pocket-farm-btn-border-radius: .25rem;
    --pocket-farm-btn-primary-bg: #43a093;
    --pocket-farm-btn-primary-color: #fff;
    --pocket-farm-btn-primary-hover-bg: #3c9084;
    --pocket-farm-btn-primary-hover-color: #fff;
    --pocket-farm-btn-secondary-bg: #262626;
    --pocket-farm-btn-secondary-color: #e4e4e4;
    --pocket-farm-btn-secondary-hover-bg: #3c3c3c;
    --pocket-farm-btn-secondary-hover-color: #e4e4e4;
    --pocket-farm-benefit-color: #c1c1c1;
    --pocket-farm-balance-time-color: #a3a3a3;
    --pocket-farm-helper-bg: #171717;
    --pocket-farm-helper-color: #a3a3a3;
    --pocket-farm-helper-highlight-color: #43a093;
    --pocket-farm-how-to-title-color: #fff;
    --pocket-farm-chart-heading-color: #a3a3a3;
    --pocket-farm-chart-percent-color: #4fc027;
    --pocket-farm-chart-bg: #1c1917;
    --pocket-farm-form-top: 0;
    --pocket-farm-striped-bg: hsla(0, 0%, 100%, 0.05);
    --pocket-farm-transfer-label-color: #737373;
    --pocket-farm-transfer-input-bg: #171717;
    --pocket-farm-transfer-btn-toggle-bg: #262626;
    --pocket-farm-transfer-btn-toggle-color: #43a093;
    --pocket-farm-transfer-account-card-bg: #262626;
    --pocket-farm-transfer-account-card-title-color: #737373;
    --integrate-user-origin-title-color: #4d3166;
    --integrate-user-origin-sub-title-color: #4d3166;
    --integrate-user-origin-sub-title-highlight-color: #ff7a56;
    --integrate-user-origin-content-color: #4d3166;
    --integrate-user-origin-bottom-card-border: 2px solid #ff9a8c;
    --integrate-user-origin-bottom-card-border-radius: 8px;
    --integrate-user-origin-bottom-card-box-shadow: 0 1px 11px 0 #ffd99f;
    --integrate-user-origin-bottom-title-color: #4d3166;
    --integrate-user-origin-bottom-sub-title-color: #4d3166;
    --integrate-user-origin-bottom-action-cancel-btn-color: #5a4c97;
    --integrate-user-destination-form-bg: #262626;
    --integrate-user-destination-form-title-color: #c4c4c4;
    --integrate-user-destination-form-label-color: #ababab;
    --integrate-user-destination-form-input-color: #ababab
}

.x-html-theme-light:root,
:root {
    --withdraw-select-option-sub-title-color: #33a595;
    --withdraw-select-option-menu-button-bg: #3e4a5c;
    --withdraw-select-option-menu-button-color: #fafafa;
    --withdraw-select-option-menu-button-bg-hover: #33a595;
    --withdraw-select-option-menu-button-color-hover: #fafafa;
    --introduction-user-description-color-bg: linear-gradient(0deg, #c4c4c4, #c4c4c4), linear-gradient(180deg, #b59f7d, #f3f0ec);
    --introduction-user-slick-dot-bg: #505050;
    --introduction-user-slick-dot-active-bg: #f52;
    --interval-banner-close-bg: #191919;
    --interval-banner-close-color: #aaa
}

.x-html-theme-light:root {
    --invitation-cover-title-color: linear-gradient(180deg, #e4bb45, #c79b45);
    --invitation-cover-sub-title-color: #262626;
    --invitation-cover-sub-title-highlight-color: var(--invitation-cover-sub-title-color);
    --invitation-content-title-color: #333;
    --invitation-content-title-highlight-color: #f56311;
    --invitation-content-footer-title-color: #333;
    --invitation-content-footer-description-color: #828282;
    --invitation-menu-button-color: #4f4f4f;
    --invitation-menu-button-active-color: var(--invitation-menu-button-color);
    --invitation-menu-button-active-border-bg-color: #dc202e;
    --invitation-content-bg: #fff;
    --invitation-info-link-wrapper-bg: #f4f4f4;
    --invitation-info-link-copy-border: 1px solid #bdbdbd;
    --invitation-info-balance-amount-color: #f56311;
    --invitation-info-transfer-button-bg: linear-gradient(180deg, #65a4ee, #2274d3);
    --invitation-info-transfer-button-bg-hover: linear-gradient(180deg, #4e96eb, #1e68bd);
    --invitation-info-transfer-button-enabled-bg: linear-gradient(180deg, #65a4ee, #2274d3);
    --invitation-info-transfer-button-enabled-bg-hover: linear-gradient(180deg, #4e96eb, #1e68bd);
    --invitation-info-transfer-button-success-bg: linear-gradient(180deg, #65a4ee, #2274d3);
    --invitation-info-transfer-button-success-bg-hover: linear-gradient(180deg, #4e96eb, #1e68bd);
    --invitation-overview-list-item-color: #828282;
    --invitation-overview-list-item-value-color: #f56311;
    --invitation-overview-list-item-bg: #fafafa;
    --invitation-overview-list-item-divide-bg: #e0e0e0;
    --invitation-overview-list-item-ic-link-color: #999;
    --invitation-overview-list-item-hover-bg: #fff;
    --invitation-overview-list-border: 1px solid var(--invitation-overview-list-item-divide-bg);
    --invitation-info-panel-tab-color: #262626;
    --invitation-info-panel-tab-content-bg: #fff;
    --invitation-filter-button-bg: #f4f4f4;
    --invitation-filter-button-color: #4f4f4f;
    --invitation-filter-button-main-bg: #fff;
    --invitation-filter-button-main-color: #4f4f4f;
    --invitation-filter-button-main-border: 1px solid #bdbdbd;
    --invitation-filter-button-border-radius: 5px;
    --invitation-filter-button-active-bg: #dc202e;
    --invitation-filter-button-active-color: #fafafa;
    --invitation-filter-button-main-active-bg: var(--invitation-filter-button-active-bg);
    --invitation-filter-button-main-active-color: var(--invitation-filter-button-active-color);
    --invitation-filter-button-main-active-border: 1px solid var(--invitation-filter-button-active-bg);
    --invitation-filter-datepicker-color: #4f4f4f;
    --invitation-filter-datepicker-bg: #fff;
    --invitation-filter-datepicker-border: 1px solid #bdbdbd;
    --invitation-filter-datepicker-clear-color: #eb5757;
    --invitation-filter-datepicker-clear-hover-color: #ef7979;
    --invitation-filter-datepicker-active-color: var(--invitation-filter-datepicker-color);
    --invitation-filter-datepicker-active-bg: #ececec;
    --invitation-table-color: #828282;
    --invitation-table-border-bottom: 1px solid #e0e0e0;
    --invitation-table-volume-color: #bdbdbd;
    --invitation-table-thead-bg: #fafafa;
    --invitation-table-thead-box-shadow: 0 0 0 1px #e0e0e0;
    --invitation-table-thead-column-highlight-color: #4f4f4f;
    --invitation-table-thead-sort-color: #999;
    --invitation-table-thead-sort-hover-color: #626262;
    --invitation-table-thead-sort-active-color: #4f4f4f;
    --invitation-table-tbody-highlight-color: #4f4f4f;
    --invitation-table-tbody-column-highlight-color: #4f4f4f;
    --invitation-table-tbody-tr-even-bg: #fafafa;
    --invitation-table-tbody-tr-odd-bg: transparent;
    --invitation-table-tbody-tr-even-column-highlight-bg: #faecec;
    --invitation-table-tbody-tr-odd-column-highlight-bg: #fff9f9;
    --invitation-modal-description-color: #828282;
    --invitation-modal-description-highlight-color: #f56311;
    --pocket-farm-bg: #f5f5f5;
    --pocket-farm-title-color: #404040;
    --pocket-farm-register-title: #404040;
    --pocket-farm-register-paragraph: #737373;
    --pocket-farm-balance-color: #404040;
    --pocket-farm-balance-reload-color: #404040;
    --pocket-farm-hr-color: #d7d7d7;
    --pocket-farm-btn-border-radius: .25rem;
    --pocket-farm-btn-primary-bg: #43a093;
    --pocket-farm-btn-primary-color: #fff;
    --pocket-farm-btn-primary-hover-bg: #3c9084;
    --pocket-farm-btn-primary-hover-color: #fff;
    --pocket-farm-btn-secondary-bg: #e5e5e5;
    --pocket-farm-btn-secondary-color: #404040;
    --pocket-farm-btn-secondary-hover-bg: #e8e8e8;
    --pocket-farm-btn-secondary-hover-color: #404040;
    --pocket-farm-benefit-color: #737373;
    --pocket-farm-balance-time-color: #a3a3a3;
    --pocket-farm-helper-bg: #fff;
    --pocket-farm-helper-color: #a3a3a3;
    --pocket-farm-helper-highlight-color: #43a093;
    --pocket-farm-how-to-title-color: #404040;
    --pocket-farm-chart-heading-color: #737373;
    --pocket-farm-chart-percent-color: #4fc027;
    --pocket-farm-chart-bg: #fff;
    --pocket-farm-form-top: -4px;
    --pocket-farm-striped-bg: hsla(0, 0%, 100%, 0.5);
    --pocket-farm-transfer-label-color: #737373;
    --pocket-farm-transfer-btn-toggle-bg: #e5e5e5;
    --pocket-farm-transfer-input-bg: #e5e5e5;
    --pocket-farm-transfer-btn-toggle-color: #43a093;
    --pocket-farm-transfer-account-card-bg: #e5e5e5;
    --pocket-farm-transfer-account-card-title-color: #737373;
    --withdraw-select-option-menu-button-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    --withdraw-select-option-menu-button-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.15));
    --integrate-user-origin-title-color: #4f4f4f;
    --integrate-user-origin-sub-title-color: #4f4f4f;
    --integrate-user-origin-sub-title-highlight-color: #ff7a56;
    --integrate-user-origin-content-color: #4f4f4f;
    --integrate-user-origin-bottom-card-border: 2px solid #8d8d8d;
    --integrate-user-origin-bottom-card-border-radius: 8px;
    --integrate-user-origin-bottom-card-box-shadow: none;
    --integrate-user-origin-bottom-title-color: #4f4f4f;
    --integrate-user-origin-bottom-sub-title-color: #4f4f4f;
    --integrate-user-origin-bottom-action-cancel-btn-color: #4f4f4f;
    --integrate-user-destination-form-bg: #262626;
    --integrate-user-destination-form-title-color: #c4c4c4;
    --integrate-user-destination-form-label-color: #ababab;
    --integrate-user-destination-form-input-color: #ababab
}

@-webkit-keyframes x-animate-move-gradient-bg {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

@keyframes x-animate-move-gradient-bg {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

@-webkit-keyframes x-animate-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes x-animate-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes x-animate-heartbeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes x-animate-heartbeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@media (min-width:992px) {
    .x-bill-history-container {
        max-height: 500px;
        overflow: auto
    }

    .x-bill-history-container::-webkit-scrollbar-track {
        background-color: #3b3b3c;
        border-radius: 12px
    }

    .x-bill-history-container::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: #666;
        border-radius: 12px
    }

    .x-bill-history-container::-webkit-scrollbar-thumb {
        background-color: #666;
        border-radius: 12px
    }
}

.x-bill-history-container table tbody td {
    font-weight: 300;
    color: #f3f3f3
}

@media (max-width:575.98px) {
    .x-bill-history-container table tbody td {
        padding: .6rem .5rem;
        font-size: .75rem
    }
}

.x-bill-history-container table tbody td .-title {
    font-weight: 500
}

.x-bill-history-container .-no-result-wrapper {
    padding: 1rem;
    background-color: hsla(0, 0%, 100%, .1);
    border-radius: 5px;
    text-align: center
}

.x-bill-history-container .-no-result-wrapper .-heading-title .-icon {
    font-size: 2rem;
    color: #f3d067
}

.x-bill-history-container .-no-result-wrapper .-heading-title .-title {
    margin-top: .5rem;
    font-size: 1.25rem;
    font-weight: 300;
    color: #f3d067
}

.x-bill-history-container .-no-result-wrapper .-heading-title .-sub-title {
    font-size: 1rem;
    font-weight: 300
}

.x-profile-info .-btn-change-password {
    display: inline-block;
    margin-top: .25rem;
    text-decoration: underline;
    color: var(--bg-gold);
}

.x-profile-info .-username-wrapper {
    margin-top: .75rem
}

.x-profile-info .-username-wrapper .-label {
    color: #c4c6c9
}

.x-profile-info .-username-wrapper .-label-highlight {
    color: var(--bg-gold);
}

.x-profile-info .-username-wrapper .-value {
    color: #fafafa
}

.x-profile-info.-group-trace-type {
    display: flex
}

.x-profile-info.-group-trace-type .-profile-image-wrapper {
    margin-right: .5rem
}

.x-profile-info.-group-trace-type .-profile-image-wrapper .-img {
    width: 80px
}

.x-profile-info.-group-trace-type .-inner-wrapper {
    flex: 1;
    text-align: left
}

.x-profile-info.-group-trace-type .-inner-wrapper .-change-password-container {
    width: 100%;
    margin: 1rem 0 0
}

.x-profile-info.-group-trace-type .-username-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 0
}

.x-profile-info.-group-trace-type .-username-wrapper .-label {
    font-weight: 400
}

.x-profile-info.-group-trace-type .-username-wrapper .-value {
    font-size: 1.25rem;
    font-weight: 500
}

.x-profile-info.-group-trace-type .-btn-change-password {
    margin-top: 0
}

.x-profile-info-image .-img {
    width: 70px;
    height: auto
}

.x-profile-group-trace-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 340px;
    margin: auto;
    padding: 2rem 0 1rem
}

@media (max-width:991.98px) {
    .x-profile-group-trace-body {
        align-items: center;
        max-width: 380px;
        padding-bottom: 56px
    }
}

.x-profile-group-trace-body .-profile-info-wrapper {
    width: 100%
}

@media (max-width:991.98px) {
    .x-profile-group-trace-body .-profile-info-wrapper {
        width: auto;
        min-width: 85%
    }
}

@media (max-width:575.98px) {
    .x-profile-group-trace-body .-profile-info-wrapper {
        min-width: 90%
    }
}

.x-profile-group-trace-body .-group-trace-wrapper {
    width: 100%;
    margin-top: 1.25rem
}

@media (max-width:991.98px) {
    .x-profile-group-trace-body .-group-trace-wrapper {
        width: auto;
        min-width: 85%
    }
}

@media (max-width:575.98px) {
    .x-profile-group-trace-body .-group-trace-wrapper {
        min-width: 90%
    }
}

.x-profile-group-trace-body .-bank-info-wrapper {
    width: 100%;
    margin-top: 1.25rem;
    text-align: left
}

@media (max-width:991.98px) {
    .x-profile-group-trace-body .-bank-info-wrapper {
        padding: 1rem 2rem;
        text-align: center;
        background: #252525;
        border-radius: 8px
    }
}

@media (max-width:767.98px) {
    .x-profile-group-trace-body .-bank-info-wrapper {
        padding: 1rem
    }
}

@media (max-width:575.98px) {
    .x-profile-group-trace-body .-bank-info-wrapper {
        padding: 1rem .75rem
    }
}

.x-profile-group-trace-condition {
    text-align: center
}

.x-profile-group-trace-condition .-card-condition-wrapper {
    border-radius: 6px;
    overflow: hidden
}

.x-profile-group-trace-condition .-card-condition-heading {
    padding: .5rem;
    font-size: .9375rem;
    font-weight: 400;
    color: #ececed;
    background: #3b3b3c
}

@media (max-width:991.98px) {
    .x-profile-group-trace-condition .-card-condition-heading {
        font-size: .875rem
    }
}

.x-profile-group-trace-condition .-card-condition-description {
    padding: 1rem;
    font-size: .9375rem;
    font-weight: 400;
    color: #ececed;
    background: #252525
}

@media (max-width:991.98px) {
    .x-profile-group-trace-condition .-card-condition-description {
        font-size: .875rem;
        background: #252525
    }
}

.x-profile-group-trace-condition .-card-condition-description .-highlight {
    color: var(--bg-gold);
}

.x-profile-group-trace-condition .-note {
    margin-top: .5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #c4c6c9
}

.x-profile-bank-info {
    text-align: left
}

@media (max-width:991.98px) {
    .x-profile-bank-info {
        text-align: center
    }
}

.x-profile-bank-info .-heading-title {
    font-size: .875rem;
    color: #c4c6c9
}

.x-profile-bank-info .-bank-detail {
    margin-top: .5rem
}

.x-profile-bank-info .-bank-detail .-img {
    width: 28px;
    height: auto;
    margin-right: .25rem
}

.x-profile-bank-info .-bank-detail .-name {
    font-size: 1rem;
    color: #c4c6c9
}

.x-profile-bank-info .-bank-number {
    margin-top: .125rem;
    font-size: 1.25rem;
    font-weight: 500;
    color: #fafafa
}

.x-profile-bank-info .-bank-number .-copy-wrapper {
    color: #fafafa;
    text-decoration: none
}

@media (min-width:992px) {
    .x-profile-bank-info .-bank-number .-copy-wrapper:hover {
        color: var(--bg-gold);
    }
}

.x-profile-bank-info .-bank-name {
    margin-top: .125rem;
    font-size: 1rem;
    color: #c4c6c9
}

.x-account-link-social-media-body {
    padding-top: 1rem;
    max-height: 500px
}

.x-account-link-social-media-body .-no-result {
    padding: 1rem 0
}

@media (max-width:767.98px) {
    .x-account-link-social-media-body .-no-result {
        padding: .75rem 0
    }
}

.x-account-link-social-media-body .-no-result .-img {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: auto
}

@media (max-width:767.98px) {
    .x-account-link-social-media-body .-no-result .-img {
        max-width: 250px
    }
}

.x-account-link-social-media-body .-no-result .-title {
    display: none
}

.x-account-link-social-media-body .-no-result .-sub-title {
    color: #fff;
    font-size: .9375rem
}

@media (max-width:767.98px) {
    .x-account-link-social-media-body .-no-result .-sub-title {
        font-size: .875rem
    }
}

.x-account-link-social-media-body .-card-list-item {
    color: #f3f3f3;
    background: hsla(0, 0%, 100%, .05);
    border-radius: 15px
}

.x-account-link-social-media-body .-card-list-item:not(:first-of-type) {
    margin-top: 1rem
}

.x-account-link-social-media-body .-card-list-item-body {
    padding: 1rem
}

@media (max-width:575.98px) {
    .x-account-link-social-media-body .-card-list-item-body.-facebook .-description {
        font-size: .875rem;
        white-space: pre-line
    }
}

.x-account-link-social-media-body .-card-list-item-body.-dob .-description {
    white-space: pre-line
}

.x-account-link-social-media-body .-card-list-item-body.-dob .-detail {
    display: flex;
    align-items: center
}

.x-account-link-social-media-body .-card-list-item-body.-dob .-detail svg {
    padding-right: .5rem
}

.x-account-link-social-media-body .-card-list-item-body.-dob .-apply-detail-wrapper .-description {
    white-space: normal
}

.x-account-link-social-media-body .-card-list-item-body .-title {
    margin-bottom: .25rem;
    color: #f22662
}

.x-account-link-social-media-body .-card-list-item-body .-description {
    margin-bottom: 0
}

@media (max-width:1400px) {
    .x-account-link-social-media-body .-card-list-item-body .-description {
        font-size: .875rem
    }
}

@media (max-width:575.98px) {
    .x-account-link-social-media-body .-card-list-item-body .-description {
        font-size: .875rem
    }
}

.x-account-link-social-media-body .-card-list-item-body .-description .-highlight {
    color: #ffa405;
    font-weight: 500
}

.x-account-link-social-media-body .-card-list-item-body .-helper-text {
    font-size: .875rem;
    color: #6c757d
}

.x-account-link-social-media-body .-card-list-item-body .-img {
    width: 60px
}

.x-account-link-social-media-body .-card-list-item-body .-status {
    font-weight: 400
}

@media (max-width:1400px) {
    .x-account-link-social-media-body .-card-list-item-body .-status {
        font-size: .875rem
    }
}

@media (max-width:575.98px) {
    .x-account-link-social-media-body .-card-list-item-body .-status {
        margin-top: 1rem
    }
}

.x-account-link-social-media-body .-card-list-item-body .-status.-success {
    color: #06c755
}

.x-account-link-social-media-body .-card-list-item-body .-status.-waiting {
    color: #ffa405
}

.x-account-link-social-media-body .-card-list-item-body .-status.-rejected {
    color: #eb5757
}

.x-account-link-social-media-body .-card-list-item-body .-apply-detail-wrapper {
    margin-top: .5rem
}

@media (max-width:991.98px) {
    .x-account-link-social-media-body .-card-list-item-body .-apply-detail-wrapper {
        text-align: center
    }

    .x-account-link-social-media-body .-card-list-item-body .-apply-detail-wrapper .-detail {
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.x-account-link-social-media-body .-form-group-inline {
    display: flex;
    align-items: flex-end;
    margin-top: .5rem;
    position: relative
}

.x-account-link-social-media-body .-form-group-inline .form-group {
    position: relative
}

.x-account-link-social-media-body .-form-group-inline .form-group .-icon-wrapper {
    position: absolute;
    right: 20px;
    top: 65%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.x-account-link-social-media-body .-form-group-inline>:not(:first-child) {
    margin-left: .5rem
}

.x-account-link-social-media-body .-form-group-inline .x-form-control:disabled {
    opacity: .5;
    color: #5a6170
}

.x-account-link-social-media-body .-line-customer-support-wrapper {
    margin: .5rem 0
}

.x-account-link-social-media-body .-line-customer-support-wrapper .-link-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.x-account-link-social-media-body .-line-customer-support-wrapper .-link-wrapper .-text-line-support {
    font-size: .875rem;
    padding-left: .5rem
}

.x-account-link-social-media-body .-line-customer-support-wrapper .-btn-line-bind-social {
    background: linear-gradient(180deg, #73da6b, #2ea42a);
    color: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .75rem 1.25rem
}

.x-account-link-social-media-body .-line-customer-support-wrapper .-btn-line-bind-social:hover {
    background: linear-gradient(180deg, #56d24c, #258622);
    color: #f8f8f8
}

.x-account-link-social-media-body .btn.-btn-bind-social-account {
    padding: .8rem 1.75rem;
    background: var(--btn-gold), var(--btn-gold)
}

.x-account-link-social-media-body .btn.-btn-bind-social-account:disabled,
.x-account-link-social-media-body .btn.-btn-bind-social-account:disabled:hover {
    background: linear-gradient(180deg, #b6c4d0, #8e9ca8)
}

.x-account-link-social-media-body .btn.-btn-bind-social-account:hover {
    background: linear-gradient(180deg, #ff5c30, #c6340d), linear-gradient(180deg, #ff9e83, #f52)
}

.x-account-link-social-media-body .-helper-text.-rejected {
    color: #eb5757
}

.x-account-link-social-media-body .form-group {
    flex: 1;
    margin-bottom: 0
}

.x-account-link-social-media-body .-condition-track-wrapper {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: .75rem
}

@media (max-width:767.98px) {
    .x-account-link-social-media-body .-condition-track-wrapper {
        gap: .5rem
    }
}

.x-dob-input::-webkit-input-placeholder {
    text-align: center
}

.x-dob-input:-ms-input-placeholder {
    text-align: center
}

.x-dob-input::-ms-input-placeholder {
    text-align: center
}

.x-dob-input::placeholder {
    text-align: center
}

.x-link-social-condition-detail {
    display: flex;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: .5rem 2rem;
    font-size: .9375rem;
    font-weight: 600;
    color: #fff;
    background: hsla(0, 0%, 100%, .1);
    border: 1px solid transparent;
    border-radius: 9999px
}

@media (max-width:991.98px) {
    .x-link-social-condition-detail {
        padding-right: 1rem;
        padding-left: 1rem;
        color: #fff;
        background: hsla(0, 0%, 100%, .1);
        border: 1px solid hsla(0, 0%, 100%, .1)
    }
}

.x-link-social-condition-detail .-number-wrapper {
    display: flex
}

.x-link-social-condition-detail .-highlight {
    color: #ff643a
}

@media (max-width:991.98px) {
    .x-link-social-condition-detail .-highlight {
        color: #ff643a
    }
}

.x-link-social-condition-detail:not(.-sm) {
    gap: .5rem;
    min-width: 250px
}

.x-link-social-condition-detail.-sm {
    align-items: center;
    flex-direction: column
}

@media (min-width:768px) {
    .x-link-social-condition-detail.-sm {
        min-width: 160px
    }
}

@media (max-width:767.98px) {
    .x-link-social-condition-detail.-sm {
        width: 50%
    }
}

.x-contact-directly {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: .5rem;
    margin-bottom: 1rem
}

@media (max-width:1199.98px) {
    .x-contact-directly {
        margin-left: 0
    }
}

@media (max-width:991.98px) {
    .x-contact-directly {
        align-items: center;
        padding: 1rem;
        background: hsla(0, 0%, 100%, .1)
    }
}

@media screen and (max-width:360px) {
    .x-contact-directly {
        flex-direction: column
    }
}

.x-contact-directly.-hidden {
    margin: .5rem 0 .25rem
}

.x-contact-directly.-hidden a {
    color: inherit;
    text-decoration: none
}

.x-contact-directly.-hidden a:hover {
    color: inherit
}

@media (max-width:991.98px) {
    .x-contact-directly.-hidden {
        align-items: center;
        padding: 0;
        background: transparent
    }
}

.x-contact-directly .-text-wrapper {
    margin-right: 1rem;
    font-weight: 300;
    color: #fff
}

.x-contact-directly .-text-wrapper.-empty {
    text-align: center;
    margin-right: 0
}

@media (max-width:575.98px) {
    .x-contact-directly .-text-wrapper {
        font-size: .875rem
    }
}

@media screen and (max-width:360px) {
    .x-contact-directly .-text-wrapper {
        margin-right: 0
    }
}

.x-contact-directly .-text-wrapper .-img-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 2px;
    font-size: 1.5rem;
    font-weight: 500
}

.x-contact-directly .-text-wrapper .-img-wrap-link {
    display: block;
    width: 160px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff
}

@media (max-width:767.98px) {
    .x-contact-directly .-text-wrapper .-img-wrap-link {
        width: 140px
    }
}

.x-contact-directly .-text-wrapper .-img-wrap-link .-button-bg {
    width: 100%;
    height: auto;
    transition: all .2s
}

.x-contact-directly .-text-wrapper .-img-wrap-link .-button-bg.-dark {
    display: none
}

.x-contact-directly .-text-wrapper .-img-wrap-link:focus .-button-bg {
    -webkit-filter: drop-shadow(0 0 5px rgba(226, 214, 244, .8));
    filter: drop-shadow(0 0 5px rgba(226, 214, 244, .8))
}

@media (min-width:992px) {
    .x-contact-directly .-text-wrapper .-img-wrap-link:hover .-button-bg {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-filter: drop-shadow(0 0 5px rgba(226, 214, 244, .8));
        filter: drop-shadow(0 0 5px rgba(226, 214, 244, .8))
    }
}

@media (max-width:575.98px) {
    .x-contact-directly .-text-wrapper .-img-wrap {
        font-size: 1.25rem
    }
}

.x-contact-directly .-text-wrapper .-logo {
    width: 36px;
    height: auto;
    margin-right: 5px;
    -webkit-filter: drop-shadow(0 0 1px hsla(0, 0%, 100%, .5));
    filter: drop-shadow(0 0 1px rgba(255, 255, 255, .5));
    border-radius: 50%
}

@media (max-width:575.98px) {
    .x-contact-directly .-text-wrapper .-logo {
        width: 26px
    }
}

.x-contact-directly .-text-wrapper .-text-bottom {
    font-size: 1.125rem
}

@media (max-width:575.98px) {
    .x-contact-directly .-text-wrapper .-text-bottom {
        font-size: .875rem
    }
}

.x-contact-directly .-channel {
    transition: all .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .x-contact-directly .-channel {
        transition: none
    }
}

.x-contact-directly .-channel:not(:last-child) {
    margin-right: 10px
}

.x-contact-directly .-channel .-entry-img,
.x-contact-directly .-channel .-qr-img {
    width: 100px;
    height: auto
}

@media (max-width:991.98px) {

    .x-contact-directly .-channel .-entry-img,
    .x-contact-directly .-channel .-qr-img {
        width: 80px
    }
}

@media (max-width:575.98px) {

    .x-contact-directly .-channel .-entry-img,
    .x-contact-directly .-channel .-qr-img {
        width: 70px
    }
}

@media (max-width:991.98px) {
    .x-contact-directly .-channel .-qr-img {
        display: none
    }
}

@media (min-width:992px) {
    .x-contact-directly .-channel .-entry-img {
        display: none
    }
}

@media (min-width:992px) {
    .x-contact-directly .-channel:hover.-telegram {
        box-shadow: 0 0 12px rgba(104, 184, 230, .75)
    }

    .x-contact-directly .-channel:hover.-line {
        box-shadow: 0 0 12px rgba(60, 198, 53, .75)
    }
}

.x-contact-us-default .-link-item {
    display: block;
    padding-right: 10px;
    -webkit-filter: drop-shadow(0 0 10px rgba(242, 38, 98, .3));
    filter: drop-shadow(0 0 10px rgba(242, 38, 98, .3));
    transition: -webkit-filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s;
    text-align: right
}

.x-contact-us-default .-link-item .-img {
    width: 120px;
    height: auto
}

@media (max-width:991.98px) {
    .x-contact-us-default .-link-item .-img {
        width: 100px
    }
}

@media (max-width:767.98px) {
    .x-contact-us-default .-link-item .-img {
        width: 90px
    }
}

.x-contact-us-default .-link-item:hover {
    -webkit-filter: drop-shadow(0 0 10px rgba(242, 38, 98, .6));
    filter: drop-shadow(0 0 10px rgba(242, 38, 98, .6))
}

.x-contact-us-default-hidden {
    display: flex;
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    transition: all .2s
}

@media (max-width:767.98px) {
    .x-contact-us-default-hidden {
        -webkit-transform: translateX(70px);
        transform: translateX(70px)
    }
}

.x-contact-us-default-hidden .-btn-toggle {
    display: flex;
    position: relative;
    width: 40px;
    height: 120px;
    background: #46464b;
    padding: 12px 6px;
    border-radius: 12px 0 0 12px;
    transition: all .2s
}

.x-contact-us-default-hidden .-btn-toggle:hover {
    background: #3a3a3d
}

@media (max-width:991.98px) {
    .x-contact-us-default-hidden .-btn-toggle {
        display: flex;
        align-items: center;
        position: relative;
        width: 50px;
        height: 50px;
        margin-right: .5rem;
        padding: 10px;
        background: #46464b;
        transition: all .2s;
        border-radius: 50%
    }
}

.x-contact-us-default-hidden .-btn-close {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .75rem;
    padding: 0;
    border-bottom: 1px solid #f22662;
    border-radius: 0;
    transition: all .2s
}

@media (max-width:767.98px) {
    .x-contact-us-default-hidden .-btn-close {
        font-size: .875rem
    }
}

.x-contact-us-default-hidden .-btn-close .-ic {
    margin-left: .5rem;
    color: #f22662;
    transition: all .2s
}

.x-contact-us-default-hidden .-btn-close:hover {
    color: #fff;
    background: #f22662
}

.x-contact-us-default-hidden .-btn-close:hover .-ic {
    color: #fff
}

.x-contact-us-default-hidden .-text-normal {
    position: absolute;
    top: 60px;
    rotate: 270deg;
    width: 80px;
    left: -21px;
    transition: all .2s
}

@media (max-width:991.98px) {
    .x-contact-us-default-hidden .-text-normal {
        opacity: 0;
        visibility: hidden
    }
}

.x-contact-us-default-hidden.-show {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.x-contact-us-default-hidden.-show .-btn-toggle {
    opacity: 0;
    visibility: hidden
}

.x-contact-us-default-hidden .-list-wrapper {
    width: 80px
}

@media (max-width:767.98px) {
    .x-contact-us-default-hidden .-list-wrapper {
        width: 70px
    }
}

.x-contact-us-default-hidden .-link-item {
    padding: 0 .75rem
}

.x-contact-us-default-hidden .card-body {
    padding: 0 0 .75rem;
    background: #46464b;
    border: none;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    overflow: clip
}

.x-contact-us-default-hidden .-img {
    -webkit-filter: drop-shadow(0 0 10px rgba(242, 38, 98, .3));
    filter: drop-shadow(0 0 10px rgba(242, 38, 98, .3));
    transition: -webkit-filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s
}

.x-contact-us-default-hidden .-img:hover {
    -webkit-filter: drop-shadow(0 0 10px rgba(242, 38, 98, .6));
    filter: drop-shadow(0 0 10px rgba(242, 38, 98, .6))
}

.x-contact-us-ezs {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: fixed;
    right: 0;
    bottom: 15%;
    z-index: 4
}

@media (max-width:991.98px) {
    .x-contact-us-ezs {
        bottom: 100px
    }
}

.x-contact-us-ezs .-item:not(:first-child) {
    margin-top: .5rem
}

.x-contact-us-ezs .-item .-ic {
    width: 80px
}

@media (max-width:991.98px) {
    .x-contact-us-ezs .-item .-ic {
        width: 70px
    }
}

.x-contact-us-ezs .-telegram-button .-ic {
    padding: 0 7px
}

@media (max-width:575.98px) {
    .x-contact-us-ezs .-telegram-button .-ic {
        width: 70px
    }
}

.x-contact-us-ezs .-sood-button .-ic {
    width: 190px;
    height: auto
}

@media (max-width:991.98px) {
    .x-contact-us-ezs .-sood-button .-ic {
        width: 160px
    }
}

@media (max-width:767.98px) {
    .x-contact-us-ezs .-sood-button .-ic {
        width: 140px
    }
}

.x-contact-us-ezs .-line-contact-button-container {
    position: relative;
    right: 0;
    display: flex;
    align-items: center;
    transition: all .2s
}

.x-contact-us-ezs .-line-contact-button-container .-ic {
    z-index: 2
}

.x-contact-us-ezs .-line-contact-button-container .-content-wrapper {
    position: absolute;
    top: 50%;
    left: 40px;
    height: 100%;
    padding: 7px 0;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.x-contact-us-ezs .-line-contact-button-container .-content-wrapper .-content-inside {
    position: relative;
    left: -100%;
    width: 210px;
    padding: 6px 20px 6px 50px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #472c59;
    background: #fff;
    transition: all .2s;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

@media (min-width:992px) {
    .x-contact-us-ezs .-line-contact-button-container:hover {
        right: 170px
    }

    .x-contact-us-ezs .-line-contact-button-container:hover .-content-inside {
        left: 0
    }
}

.x-contact-us-ezs picture {
    position: relative;
    z-index: 1
}

.x-contact-us-right-side {
    position: fixed;
    right: 0;
    bottom: 35%;
    z-index: 1;
    -webkit-transform: translateX(calc(100% - 56px));
    transform: translateX(calc(100% - 56px));
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

@media (max-width:991.98px) {
    .x-contact-us-right-side {
        display: none
    }
}

.x-contact-us-right-side:hover {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.x-contact-us-right-side .-link-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 140px;
    padding: 10px 16px 10px 12px;
    text-decoration: none;
    box-shadow: none;
    transition: all .3s;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.x-contact-us-right-side .-link-item:not(:first-child) {
    margin-top: 10px
}

.x-contact-us-right-side .-link-item.-with-bg {
    background-size: cover;
    background-position: 0
}

.x-contact-us-right-side .-link-item.-without-bg {
    background: hsla(0, 0%, 100%, .2)
}

.x-contact-us-right-side .-link-item:hover {
    box-shadow: none;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.x-contact-us-right-side .-link-item:hover .-title {
    background: linear-gradient(98.69deg, #e7ff00, #3ae8f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.x-contact-us-right-side .-link-item:hover.-without-bg {
    background: hsla(0, 0%, 100%, .2)
}

.x-contact-us-right-side .-ic {
    width: 32px;
    height: auto;
    margin-right: 12px
}

.x-contact-us-right-side .-title {
    font-size: .875rem;
    transition: background .2s;
    background: linear-gradient(98.69deg, #e7ff00, #3ae8f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.x-btn-image {
    display: inline-block
}

.x-btn-image.-hoverable>img {
    max-width: 100%;
    height: auto
}

.x-btn-image.-hoverable .-hover {
    display: none
}

@media (min-width:992px) {
    .x-btn-image.-hoverable:hover .-default {
        display: none
    }

    .x-btn-image.-hoverable:hover .-hover {
        display: inline-block
    }
}

.x-plain-btn.-lg {
    padding: .7rem 2rem
}

.x-ae-button {
    margin-top: 1.5rem;
    position: relative;
    padding: 0;
    width: 200px
}

.x-ae-button .-fake-bg-wrapper {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000 80%, #3e001a);
    border-radius: 40px;
    box-shadow: 0 0 4px #f22662;
    transition: box-shadow .2s
}

.x-ae-button .-fake-bg-wrapper .-fake-bg-glow {
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 150px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.x-ae-button .-real-content-wrapper {
    position: relative
}

.x-ae-button .-real-content-wrapper .-bg-img {
    position: relative;
    width: 100%;
    height: auto
}

.x-ae-button .-real-content-wrapper .-btn-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    font-size: 1rem;
    font-weight: 600;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .5));
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .5));
    display: inline-block;
    color: #fff;
    background: #fff -webkit-gradient(linear, 100% 0, 0 0, from(#fff), color-stop(.5, #c2008c), to(#fff));
    background-position: -200px top;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-name: x-shimmer;
    animation-name: x-shimmer;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@media (max-width:991.98px) {
    .x-ae-button .-real-content-wrapper .-btn-text {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }
}

@media (min-width:992px) {
    .x-ae-button:hover .-fake-bg-wrapper {
        box-shadow: 0 0 10px #f22662
    }

    .x-ae-button:hover .-real-content-wrapper {
        top: 5px
    }
}

.x-dg-button-container .-btn-wrapper {
    position: relative;
    padding: 0
}

.x-dg-button-container .-btn-wrapper .-text-btn-image {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.125rem;
    display: inline-block;
    color: #fff;
    background: #fff -webkit-gradient(linear, 100% 0, 0 0, from(#fff), color-stop(.5, #e5a641), to(#fff));
    background-position: -200px top;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-name: x-shimmer;
    animation-name: x-shimmer;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@media (max-width:991.98px) {
    .x-dg-button-container .-btn-wrapper .-text-btn-image {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }
}

@media (max-width:575.98px) {
    .x-dg-button-container .-btn-wrapper .-text-btn-image {
        font-size: 1rem
    }
}

.x-dg-button-container .-btn-wrapper .-default,
.x-dg-button-container .-btn-wrapper .-hover {
    transition: all .4s;
    width: 250px
}

@media (max-width:575.98px) {

    .x-dg-button-container .-btn-wrapper .-default,
    .x-dg-button-container .-btn-wrapper .-hover {
        width: 230px
    }
}

.x-dg-button-container .-btn-wrapper:focus {
    box-shadow: none
}

.x-sa-button-container {
    margin: 0 auto;
    position: relative
}

.x-sa-button-container .-glow-container {
    text-decoration: none;
    transition: all .5s;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-animation: x-opacity-glow-fading-up 2.5s infinite alternate;
    animation: x-opacity-glow-fading-up 2.5s infinite alternate;
    z-index: -1
}

.x-sa-button-container .-glow-container.-play {
    border-radius: 20px;
    box-shadow: 0 0 5px #fff, 0 0 8px rgba(242, 38, 98, .7), 0 0 10px rgba(242, 38, 98, .7), 0 0 13px rgba(242, 38, 98, .7), 0 0 16px rgba(242, 38, 98, .7), 0 0 28px rgba(242, 38, 98, .7), 0 0 36px rgba(242, 38, 98, .7), 0 0 44px rgba(242, 38, 98, .7)
}

.x-sa-button-container .-glow-container.-play:after {
    box-shadow: 0 0 8px #fff, 0 0 10px rgba(242, 38, 98, .7), 0 0 16px rgba(242, 38, 98, .7), 0 0 20px rgba(242, 38, 98, .7), 0 0 24px rgba(242, 38, 98, .7), 0 0 36px rgba(242, 38, 98, .7), 0 0 48px rgba(242, 38, 98, .7), 0 0 56px rgba(242, 38, 98, .7)
}

.x-sa-button-container .-glow-container.-register {
    border-radius: 10px;
    box-shadow: 0 0 5px #fff, 0 0 8px rgba(63, 158, 152, .7), 0 0 10px rgba(63, 158, 152, .7), 0 0 13px rgba(63, 158, 152, .7), 0 0 16px rgba(63, 158, 152, .7), 0 0 28px rgba(63, 158, 152, .7), 0 0 36px rgba(63, 158, 152, .7), 0 0 44px rgba(63, 158, 152, .7)
}

.x-sa-button-container .-glow-container.-register:after {
    box-shadow: 0 0 8px #fff, 0 0 10px rgba(63, 158, 152, .7), 0 0 16px rgba(63, 158, 152, .7), 0 0 20px rgba(63, 158, 152, .7), 0 0 24px rgba(63, 158, 152, .7), 0 0 36px rgba(63, 158, 152, .7), 0 0 48px rgba(63, 158, 152, .7), 0 0 56px rgba(63, 158, 152, .7)
}

.x-sa-button-container a.-btn-glow-register {
    width: 180px;
    background: #fff;
    border-radius: 10px
}

.x-sa-button-container a.-btn-glow-play {
    display: none;
    border-radius: 20px;
    width: 200px
}

.x-sa-button-container a.-btn-glow-play.-direct {
    display: block
}

@media (min-width:992px) {
    .x-sa-button-container a.-btn-glow-play.-direct {
        display: none
    }
}

@media (min-width:992px) {
    .x-sa-button-container a.-btn-glow-play {
        display: inline-block
    }
}

@media (max-width:575.98px) {
    .x-sa-button-container a.-btn-glow-play {
        width: 180px
    }
}

@-webkit-keyframes x-opacity-glow-fading-up {
    0% {
        opacity: .5
    }

    to {
        opacity: 1
    }
}

.-ufa-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 320px;
    padding: 0;
    font-size: 1.25rem;
    font-weight: 600;
    border-radius: 30px
}

.-ufa-btn:focus {
    box-shadow: none
}

@media (max-width:991.98px) {
    .-ufa-btn {
        margin: auto
    }
}

@media (max-width:767.98px) {
    .-ufa-btn {
        width: 270px;
        font-size: 1.125rem
    }
}

.-ufa-btn.-register-btn {
    position: relative;
    margin-left: 20px;
    color: #000;
    transition: all .2s
}

.-ufa-btn.-register-btn .-glow-container {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 90px;
    height: 90px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: x-index-button-register-circle-sonar 1s infinite;
    animation: x-index-button-register-circle-sonar 1s infinite;
    transition: all 1s linear;
    border-radius: 50%;
    box-shadow: 0 0 10px 3px #d0a94d
}

@media (max-width:991.98px) {
    .-ufa-btn.-register-btn .-glow-container {
        top: -7px;
        left: -6px;
        width: 80px;
        height: 80px
    }
}

.-ufa-btn.-register-btn .-card {
    position: absolute;
    z-index: 1;
    left: -30px;
    top: 8px;
    width: 60px;
    -webkit-animation: x-index-button-register-card-mover .5s infinite alternate;
    animation: x-index-button-register-card-mover .5s infinite alternate
}

.-ufa-btn.-register-btn .-ball {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
    -webkit-animation: x-index-button-register-ball-mover 20s infinite;
    animation: x-index-button-register-ball-mover 20s infinite
}

.-ufa-btn.-register-btn .-dice {
    position: absolute;
    z-index: 3;
    top: 40px;
    left: -15px;
    width: 45px;
    -webkit-animation: x-index-button-register-dice-mover 1s infinite alternate;
    animation: x-index-button-register-dice-mover 1s infinite alternate
}

@media (min-width:992px) {
    .-ufa-btn.-register-btn:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

@media (max-width:767.98px) {
    .-ufa-btn.-register-btn .-card {
        width: 50px;
        left: -25px
    }

    .-ufa-btn.-register-btn .-ball {
        width: 70px
    }

    .-ufa-btn.-register-btn .-dice {
        width: 40px;
        top: 35px
    }
}

.-ufa-btn.-register-btn .-button-bg {
    width: 100%;
    height: auto
}

.-ufa-btn.-register-btn .-text {
    position: absolute;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.-ufa-btn.-play-btn {
    color: #000;
    margin-left: 20px;
    transition: all .2s
}

@media (min-width:992px) {
    .-ufa-btn.-play-btn:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

.-ufa-btn.-play-btn .-circle-wrapper {
    position: absolute;
    left: -14px;
    width: 90px;
    height: 90px
}

.-ufa-btn.-play-btn .-circle-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-animation: x-index-button-play-circle-sonar 1s infinite;
    animation: x-index-button-play-circle-sonar 1s infinite
}

.-ufa-btn.-play-btn .-circle-wrapper .-ic-play-circle {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.-ufa-btn.-play-btn .-circle-wrapper .-ic-play-circle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: x-index-button-play-circle-sonar 1s infinite;
    animation: x-index-button-play-circle-sonar 1s infinite
}

.-ufa-btn.-play-btn .-circle-wrapper .fa-play {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
    background: radial-gradient(#997f45, #d0a94d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width:767.98px) {
    .-ufa-btn.-play-btn .-circle-wrapper {
        left: -26px;
        width: 80px;
        height: 80px
    }

    .-ufa-btn.-play-btn .-circle-wrapper:before {
        width: 80px;
        height: 80px
    }
}

.-ufa-btn.-play-btn .-button-bg {
    width: 100%;
    height: auto
}

.-ufa-btn.-play-btn .-text {
    position: absolute;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.-ufa-btn.-button-glow-disco {
    margin: auto;
    background: rgba(70, 11, 13, .8);
    padding: .375rem 1.5rem
}

.-ufa-btn.-button-glow-disco .-button-bg {
    width: 200px
}

.-ufa-btn.-button-glow-disco.-border-disco:after,
.-ufa-btn.-button-glow-disco.-border-disco:before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    background: linear-gradient(45deg, #fb0094, red, #c1108a, #f9f9f9, red, #fb0094, #00f, #151a15, #ff00b5, #ef6288);
    background-size: 400%;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    z-index: -1;
    -webkit-animation: steam 20s linear infinite;
    animation: steam 20s linear infinite
}

@media (min-width:992px) {

    .-ufa-btn.-button-glow-disco.-border-disco:after,
    .-ufa-btn.-button-glow-disco.-border-disco:before {
        border-radius: 12px
    }
}

@media (max-width:991.98px) {

    .-ufa-btn.-button-glow-disco.-border-disco:after,
    .-ufa-btn.-button-glow-disco.-border-disco:before {
        border-radius: 30px
    }
}

.-ufa-btn.-button-glow-disco .-border-disco:after {
    -webkit-filter: blur(7px);
    filter: blur(7px)
}

.-ufa-btn.-ball-btn {
    width: 280px;
    margin-left: 30px;
    margin-right: 0
}

.-ufa-btn.-ball-btn .-glow-container {
    left: -30px
}

.-ufa-btn.-ball-btn .-ball {
    left: -30px;
    width: 90px
}

.-ufa-btn.-ball-btn .-circle-wrapper {
    left: -30px
}

@media (max-width:991.98px) {
    .-ufa-btn.-ball-btn {
        width: 270px
    }

    .-ufa-btn.-ball-btn .-glow-container {
        width: 85px;
        height: 85px
    }

    .-ufa-btn.-ball-btn .-ball {
        width: 85px
    }
}

@media (max-width:767.98px) {
    .-ufa-btn.-ball-btn {
        width: 240px
    }

    .-ufa-btn.-ball-btn .-glow-container {
        width: 75px;
        height: 75px
    }

    .-ufa-btn.-ball-btn .-ball {
        width: 75px
    }
}

.x-social-share-button {
    position: relative;
    width: 220px;
    padding: 0;
    border-radius: 5px;
    transition: all .2s
}

.x-social-share-button .-bg-new-img {
    width: 100%;
    height: auto
}

@media (max-width:575.98px) {
    .x-social-share-button .-bg-new-img {
        width: 170px
    }
}

.x-social-share-button .-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width:575.98px) {
    .x-social-share-button .-text {
        font-size: .875rem
    }
}

.x-social-share-button:active,
.x-social-share-button:focus {
    box-shadow: none
}

@media (min-width:992px) {
    .x-social-share-button:not([disabled]):hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

.x-promotion-float-banner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 0
}

@media (max-width:991.98px) {
    .x-promotion-float-banner {
        margin-bottom: 0
    }
}

.x-promotion-float-banner .-btn-close {
    position: absolute;
    padding: 3px;
    top: -24px;
    background: #000;
    border-radius: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.x-promotion-float-banner .-btn-close .fa-times:before {
    color: #fff
}

.x-promotion-float-banner .-banner-img {
    width: 120px
}

@media (max-width:991.98px) {
    .x-promotion-float-banner .-banner-img {
        width: 90px
    }
}

.x-promotion-alert-modal-container {
    position: relative;
    font-family: FC Iconic Text, Helvetica Neue, Helvetica, Arial, sans-serif
}

.x-promotion-alert-modal-container .-promotion-alert-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

.x-promotion-alert-modal-container .-icon {
    width: 120px
}

.x-promotion-alert-modal-container .-title {
    margin: 1rem 0 .5rem;
    color: #f3f3f3;
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center
}

@media (max-width:767.98px) {
    .x-promotion-alert-modal-container .-title {
        font-size: 1.125rem
    }
}

.x-promotion-alert-modal-container .-description {
    margin-bottom: .5rem;
    color: #f3f3f3;
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center
}

@media (max-width:767.98px) {
    .x-promotion-alert-modal-container .-description {
        font-size: 1.125rem
    }
}

.x-promotion-alert-modal-container .-description.-highlight {
    color: var(--text-gold);
}

.x-promotion-alert-modal-container .-btn {
    display: block;
    margin-top: 1rem;
    padding: .8rem 2.5rem;
    width: 85%;
    color: #fafafa;
    background: var(--btn-gold);
    font-size: 1rem;
    font-weight: 300;
    text-shadow: none;
    border-radius: var(--btn-gold);
    transition: all .2s ease
}
-btn-gold{
    display: block;
    margin-top: 1rem;
    padding: .8rem 2.5rem;
    width: 85%;
    color: #fafafa;
    background: var(--btn-gold);
    font-size: 1rem;
    font-weight: 300;
    text-shadow: none;
    border-radius: var(--btn-gold);
    transition: all .2s ease
}

@media (max-width:991.98px) {
    .x-promotion-alert-modal-container .-btn {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 56px;
        font-size: 1.125rem;
        border-radius: 0
    }
}

.x-promotion-alert-modal-container .-btn:hover {
    color: #fafafa;
    background: linear-gradient(180deg, #ff5c30, #c6340d)
}

@media (max-width:991.98px) {
    .x-modal-promotion-alert.-v2.-with-half-size .-modal-content {
        min-height: auto !important
    }
}

.x-landing {
    background: transparent
}

.x-landing .-logo {
    position: relative;
    width: 160px
}

@media (max-width:1199.98px) {
    .x-landing {
        background-position: 50%
    }
}

.x-landing #main__content {
    height: 100%
}

@media (max-width:991.98px) {
    .x-landing #main__content {
        padding-bottom: 0
    }
}

.x-landing .x-index-top-container {
    position: relative;
    z-index: 2
}

@media (max-width:991.98px) {
    .x-landing .x-index-top-container {
        overflow-x: hidden !important
    }

    .x-landing .x-index-top-container .x-register-card-landing .card-body.-default-content {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
}

@media (max-width:575.98px) {

    .x-landing .x-index-top-container .x-register-card-landing .-default-img,
    .x-landing .x-index-top-container .x-register-card-landing .-logo-title {
        width: 90%
    }
}

.x-landing .-btn-image .-btn {
    width: 180px
}

.x-landing .-btn-image .-btn-register {
    width: 175px
}

.x-landing .-btn-image button:focus {
    box-shadow: none
}

.x-landing .-container-row-outer-wrapper {
    padding: 3rem 0
}

@media (max-width:991.98px) {
    .x-landing .-container-row-outer-wrapper {
        padding: 1.5rem 0
    }
}

.x-landing .-container-row-wrapper {
    display: flex;
    flex-direction: row
}

@media (max-width:991.98px) {
    .x-landing .-container-row-wrapper {
        flex-direction: column
    }
}

.x-landing .x-register-card-landing .card {
    border-radius: 25px;
    background-image: linear-gradient(180deg, #191919, #191919), linear-gradient(90deg, #3b3b3c, #3b3b3c);
    border: 1px solid transparent;
    background-origin: border-box;
    background-clip: content-box, border-box
}

@media (max-width:991.98px) {
    .x-landing .x-register-card-landing .card {
        border: none;
        background: #191919;
        border-radius: 0
    }
}

.x-landing .x-register-card-landing .card .card-body .-title-wrapper {
    text-align: center
}

.x-landing .x-register-card-landing .card .card-body .-title-wrapper .-title {
    color: var(--text-gold);
}

.x-landing .x-register-card-landing .card .card-body .-sub-title-wrapper {
    color: #f3f3f3;
    text-align: left
}

.x-landing .x-register-card-landing .card .card-body .-bg-promotion-active {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    height: 45px
}

@media (max-width:767.98px) {
    .x-landing .x-register-card-landing .card .card-body .-bg-promotion-active {
        width: 90%
    }

    .x-landing .x-register-card-landing .card .card-body .-bg-promotion-active.-default-bg {
        width: 100%
    }
}

.x-landing .x-register-card-landing .card .card-body .-bg-promotion-active.-default-bg {
    height: auto
}

.x-landing .x-register-card-landing .card .card-body .-logo-title {
    max-width: 200px
}

.x-landing .x-register-card-landing .card .card-body .-promotion-title {
    color: #f22662
}

.x-landing .x-register-card-landing .card .card-body .-promotion-content {
    max-height: 280px;
    overflow-y: auto;
    padding-right: 10px;
    color: #fcfcfc
}

.x-landing .x-register-card-landing .card .card-body .-promotion-content::-webkit-scrollbar-track {
    background-color: #3b3b3c;
    border-radius: 12px
}

.x-landing .x-register-card-landing .card .card-body .-promotion-content::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #666;
    border-radius: 12px
}

.x-landing .x-register-card-landing .card .card-body .-promotion-content::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 12px
}

@media (max-width:991.98px) {
    .x-landing .x-register-card-landing .card .card-body .-promotion-content {
        overflow-y: unset;
        max-height: unset
    }
}

.x-landing .x-register-card-landing .x-hr-border-glow {
    margin-top: -1px
}

.x-landing .x-register-card-landing .x-hr-border-glow.-sm-view {
    margin-bottom: -1px;
    width: 95%
}

.x-landing .x-register-card-landing .x-hr-border-glow.-landing-title-default {
    width: 60%;
    height: 3px
}

.x-landing .-btn-image {
    justify-content: center;
    align-items: center
}

.x-landing .x-plain-btn {
    transition: all .4s;
    width: 150px
}

.x-landing .x-plain-btn.-regis-landing-btn {
    margin-right: .5rem;
    color: #f3f3f3;
    background: var(--btn-bolder-gold);
    border: var(--btn-bolder-gold)
}

@media (min-width:992px) {
    .x-landing .x-plain-btn.-regis-landing-btn:hover {
        color: #f3f3f3;
        background: var(--btn-soft-gold-hover)
    }
}

@media (max-width:991.98px) {
    .x-landing .x-plain-btn.-regis-landing-btn {
        margin-top: 1rem;
        margin-right: 0
    }
}

.x-landing .x-plain-btn.-login-landing-btn {
    color: #f3f3f3;
    background: var(--btn-gold);
    border: none
}

@media (min-width:992px) {
    .x-landing .x-plain-btn.-login-landing-btn:hover {
        color: #f3f3f3;
        background: var(--btn-gold-hover)
    }
}

.x-register-card-footer {
    overflow: hidden;
    position: relative;
    z-index: 0;
    width: 100%;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px
}

.x-register-card-footer .-glow-bg {
    background: linear-gradient(1turn, #f22662 -150%, rgba(12, 10, 8, 0) 40%);
    height: 50px
}

@-webkit-keyframes animStar {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px)
    }
}

@keyframes animStar {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px)
    }
}

.x-register-card-footer #stars {
    opacity: .8;
    -webkit-animation: animStar 3s linear infinite;
    border-radius: 50%
}

.x-register-card-footer #stars,
.x-register-card-footer #stars:after {
    width: 1px;
    height: 1px;
    background: transparent;
    box-shadow: 107px 2275px #ecbd7b, 1905px 580px #ecbd7b, 238px 446px #ecbd7b, 354px 588px #ecbd7b, 990px 1956px #ecbd7b, 1051px 1054px #ecbd7b, 1430px 1011px #ecbd7b, 1984px 598px #ecbd7b, 575px 1846px #ecbd7b, 1614px 1218px #ecbd7b, 209px 1621px #ecbd7b, 1484px 353px #ecbd7b, 628px 1005px #ecbd7b, 303px 275px #ecbd7b, 1489px 1741px #ecbd7b, 2px 1329px #ecbd7b, 1231px 1325px #ecbd7b, 1108px 1053px #ecbd7b, 1111px 1042px #ecbd7b, 828px 944px #ecbd7b, 1256px 1021px #ecbd7b, 903px 1502px #ecbd7b, 328px 200px #ecbd7b, 78px 798px #ecbd7b, 1156px 664px #ecbd7b, 1788px 880px #ecbd7b, 110px 286px #ecbd7b, 883px 1358px #ecbd7b, 190px 535px #ecbd7b, 1863px 1097px #ecbd7b, 1112px 144px #ecbd7b, 1355px 523px #ecbd7b, 1154px 522px #ecbd7b, 28px 88px #ecbd7b, 1717px 1630px #ecbd7b, 1086px 1629px #ecbd7b, 1787px 1415px #ecbd7b, 518px 1278px #ecbd7b, 683px 1358px #ecbd7b, 883px 908px #ecbd7b, 114px 1108px #ecbd7b, 1518px 653px #ecbd7b, 18px 1419px #ecbd7b, 1068px 1642px #ecbd7b, 955px 1934px #ecbd7b, 1320px 1174px #ecbd7b, 505px 860px #ecbd7b, 1014px 179px #ecbd7b, 1377px 1629px #ecbd7b, 570px 1579px #ecbd7b, 1207px 1081px #ecbd7b, 86px 727px #ecbd7b, 1909px 1456px #ecbd7b, 587px 139px #ecbd7b, 276px 1394px #ecbd7b, 1853px 1548px #ecbd7b, 1227px 1390px #ecbd7b, 1206px 348px #ecbd7b, 896px 1683px #ecbd7b, 1940px 1146px #ecbd7b, 1450px 538px #ecbd7b, 1097px 1851px #ecbd7b, 895px 1760px #ecbd7b, 1990px 1811px #ecbd7b, 1040px 112px #ecbd7b, 1329px 1320px #ecbd7b, 1383px 1057px #ecbd7b, 436px 160px #ecbd7b, 1331px 767px #ecbd7b, 1076px 1085px #ecbd7b, 335px 293px #ecbd7b, 382px 381px #ecbd7b, 1551px 1058px #ecbd7b, 1661px 936px #ecbd7b, 737px 260px #ecbd7b, 35px 1455px #ecbd7b, 1332px 909px #ecbd7b, 1551px 161px #ecbd7b, 401px 283px #ecbd7b, 1952px 1516px #ecbd7b, 478px 1440px #ecbd7b, 1702px 933px #ecbd7b, 979px 558px #ecbd7b, 751px 1259px #ecbd7b, 266px 98px #ecbd7b, 1527px 683px #ecbd7b, 1711px 1517px #ecbd7b, 165px 1057px #ecbd7b, 257px 1552px #ecbd7b, 454px 1536px #ecbd7b, 405px 1689px #ecbd7b, 822px 1523px #ecbd7b, 585px 836px #ecbd7b, 1462px 1795px #ecbd7b, 833px 158px #ecbd7b, 908px 1684px #ecbd7b, 651px 76px #ecbd7b, 198px 1713px #ecbd7b, 339px 185px #ecbd7b, 617px 435px #ecbd7b, 1068px 1018px #ecbd7b, 350px 251px #ecbd7b, 217px 503px #ecbd7b, 1400px 475px #ecbd7b, 1026px 1792px #ecbd7b, 260px 1792px #ecbd7b, 325px 169px #ecbd7b, 328px 952px #ecbd7b, 728px 825px #ecbd7b, 1618px 1611px #ecbd7b, 1376px 168px #ecbd7b, 1718px 968px #ecbd7b, 1161px 491px #ecbd7b, 1014px 301px #ecbd7b, 167px 1440px #ecbd7b, 759px 1574px #ecbd7b, 108px 1105px #ecbd7b, 593px 634px #ecbd7b, 1797px 128px #ecbd7b, 110px 1881px #ecbd7b, 969px 250px #ecbd7b, 62px 1373px #ecbd7b, 348px 927px #ecbd7b, 1543px 1165px #ecbd7b, 1891px 588px #ecbd7b, 311px 430px #ecbd7b, 457px 1115px #ecbd7b, 996px 1492px #ecbd7b, 373px 1435px #ecbd7b, 1683px 1137px #ecbd7b, 945px 1135px #ecbd7b, 1180px 713px #ecbd7b, 1748px 32px #ecbd7b, 756px 1919px #ecbd7b, 1705px 1713px #ecbd7b, 1106px 1330px #ecbd7b, 1305px 550px #ecbd7b, 447px 440px #ecbd7b, 616px 508px #ecbd7b, 367px 914px #ecbd7b, 833px 1291px #ecbd7b, 1971px 704px #ecbd7b, 595px 1531px #ecbd7b, 1684px 793px #ecbd7b, 1440px 888px #ecbd7b, 423px 1163px #ecbd7b, 1px 948px #ecbd7b, 1834px 1406px #ecbd7b, 1321px 348px #ecbd7b, 1458px 1323px #ecbd7b, 1522px 1774px #ecbd7b, 424px 1998px #ecbd7b, 1503px 1614px #ecbd7b, 314px 228px #ecbd7b, 1788px 584px #ecbd7b, 638px 1366px #ecbd7b, 885px 569px #ecbd7b, 1061px 1530px #ecbd7b, 1999px 715px #ecbd7b, 293px 1338px #ecbd7b, 1243px 1149px #ecbd7b, 1356px 962px #ecbd7b, 1618px 1895px #ecbd7b, 1255px 410px #ecbd7b, 47px 1870px #ecbd7b, 71px 1245px #ecbd7b, 1317px 102px #ecbd7b, 180px 1709px #ecbd7b, 309px 183px #ecbd7b, 891px 1350px #ecbd7b, 1039px 1595px #ecbd7b, 201px 807px #ecbd7b, 1261px 1762px #ecbd7b, 258px 458px #ecbd7b, 1949px 1290px #ecbd7b, 1117px 243px #ecbd7b, 63px 203px #ecbd7b, 1244px 1093px #ecbd7b, 1119px 350px #ecbd7b, 486px 201px #ecbd7b, 1625px 1990px #ecbd7b, 1856px 1754px #ecbd7b, 854px 36px #ecbd7b, 319px 1694px #ecbd7b, 1747px 1870px #ecbd7b, 163px 176px #ecbd7b, 962px 305px #ecbd7b, 1369px 865px #ecbd7b, 15px 300px #ecbd7b, 814px 1146px #ecbd7b, 1482px 1305px #ecbd7b, 539px 1545px #ecbd7b, 295px 995px #ecbd7b, 1178px 1276px #ecbd7b, 610px 334px #ecbd7b, 856px 258px #ecbd7b, 611px 809px #ecbd7b, 144px 234px #ecbd7b, 1437px 1113px #ecbd7b, 1677px 1803px #ecbd7b, 1024px 486px #ecbd7b, 1532px 1797px #ecbd7b, 180px 1777px #ecbd7b, 440px 434px #ecbd7b, 284px 841px #ecbd7b, 1176px 1845px #ecbd7b, 1865px 478px #ecbd7b, 1592px 1391px #ecbd7b, 613px 1259px #ecbd7b, 1734px 596px #ecbd7b, 543px 339px #ecbd7b, 1102px 1587px #ecbd7b, 889px 1466px #ecbd7b, 871px 707px #ecbd7b, 1525px 191px #ecbd7b, 1422px 126px #ecbd7b, 253px 1819px #ecbd7b, 1086px 1835px #ecbd7b, 789px 583px #ecbd7b, 101px 943px #ecbd7b, 117px 1844px #ecbd7b, 1513px 227px #ecbd7b, 1096px 1616px #ecbd7b, 1520px 1169px #ecbd7b, 1944px 1142px #ecbd7b, 1400px 1711px #ecbd7b, 1313px 1799px #ecbd7b, 1492px 1067px #ecbd7b, 829px 1194px #ecbd7b, 1564px 657px #ecbd7b, 460px 1459px #ecbd7b, 1842px 1442px #ecbd7b, 1400px 211px #ecbd7b, 342px 1845px #ecbd7b, 851px 1625px #ecbd7b, 646px 1884px #ecbd7b, 1828px 1886px #ecbd7b, 143px 1363px #ecbd7b, 1436px 1108px #ecbd7b, 941px 483px #ecbd7b, 415px 1827px #ecbd7b, 1409px 1536px #ecbd7b, 1426px 251px #ecbd7b, 462px 1499px #ecbd7b, 515px 1223px #ecbd7b, 796px 1649px #ecbd7b, 1279px 42px #ecbd7b, 1799px 1864px #ecbd7b, 337px 819px #ecbd7b, 865px 1533px #ecbd7b, 1737px 779px #ecbd7b, 864px 1964px #ecbd7b, 1831px 208px #ecbd7b, 155px 1197px #ecbd7b, 1362px 1676px #ecbd7b, 1406px 127px #ecbd7b, 770px 1404px #ecbd7b, 427px 1432px #ecbd7b, 652px 511px #ecbd7b, 1366px 297px #ecbd7b, 1810px 25px #ecbd7b, 1005px 806px #ecbd7b, 1338px 967px #ecbd7b, 169px 1919px #ecbd7b, 904px 1900px #ecbd7b, 1990px 891px #ecbd7b, 832px 34px #ecbd7b, 1245px 328px #ecbd7b, 1966px 1014px #ecbd7b, 1095px 143px #ecbd7b, 252px 1536px #ecbd7b, 211px 4px #ecbd7b, 133px 394px #ecbd7b, 1572px 1922px #ecbd7b, 1074px 108px #ecbd7b, 708px 1334px #ecbd7b, 1041px 174px #ecbd7b, 1036px 102px #ecbd7b, 1452px 981px #ecbd7b, 147px 872px #ecbd7b, 1140px 453px #ecbd7b, 250px 774px #ecbd7b, 415px 989px #ecbd7b, 785px 647px #ecbd7b, 628px 1895px #ecbd7b, 1881px 53px #ecbd7b, 1353px 887px #ecbd7b, 859px 787px #ecbd7b, 591px 729px #ecbd7b, 364px 129px #ecbd7b, 1870px 1321px #ecbd7b, 225px 154px #ecbd7b, 1428px 598px #ecbd7b, 322px 1684px #ecbd7b, 370px 904px #ecbd7b, 1347px 1589px #ecbd7b, 255px 650px #ecbd7b, 1697px 552px #ecbd7b, 869px 107px #ecbd7b, 1034px 106px #ecbd7b, 708px 759px #ecbd7b, 1510px 1315px #ecbd7b, 1045px 606px #ecbd7b, 1115px 1563px #ecbd7b, 1103px 1383px #ecbd7b, 95px 1638px #ecbd7b, 1375px 1560px #ecbd7b, 1602px 166px #ecbd7b, 1960px 1193px #ecbd7b, 1688px 182px #ecbd7b, 941px 631px #ecbd7b, 1509px 925px #ecbd7b, 390px 1132px #ecbd7b, 928px 1904px #ecbd7b, 286px 566px #ecbd7b, 1378px 1658px #ecbd7b, 970px 570px #ecbd7b, 63px 552px #ecbd7b, 571px 1686px #ecbd7b, 1005px 1609px #ecbd7b, 920px 1631px #ecbd7b, 1008px 1846px #ecbd7b, 593px 274px #ecbd7b, 1684px 1914px #ecbd7b, 538px 634px #ecbd7b, 943px 1591px #ecbd7b, 1221px 1264px #ecbd7b, 933px 908px #ecbd7b, 1361px 1662px #ecbd7b, 1504px 1369px #ecbd7b, 760px 1336px #ecbd7b, 886px 1444px #ecbd7b, 394px 1388px #ecbd7b, 185px 67px #ecbd7b, 142px 1893px #ecbd7b, 741px 802px #ecbd7b, 1256px 1774px #ecbd7b, 1673px 1250px #ecbd7b, 1166px 1284px #ecbd7b, 681px 1018px #ecbd7b, 1050px 299px #ecbd7b, 73px 1372px #ecbd7b, 396px 1872px #ecbd7b, 1506px 809px #ecbd7b, 40px 870px #ecbd7b, 338px 169px #ecbd7b, 382px 925px #ecbd7b, 508px 1257px #ecbd7b, 719px 1960px #ecbd7b, 699px 1538px #ecbd7b, 1593px 1616px #ecbd7b, 1182px 804px #ecbd7b, 206px 1163px #ecbd7b, 1884px 301px #ecbd7b, 1058px 1743px #ecbd7b, 177px 1267px #ecbd7b, 722px 1708px #ecbd7b, 1512px 1677px #ecbd7b, 626px 1518px #ecbd7b, 484px 437px #ecbd7b, 881px 1824px #ecbd7b, 120px 675px #ecbd7b, 1488px 828px #ecbd7b, 1396px 1259px #ecbd7b, 982px 1727px #ecbd7b, 1529px 794px #ecbd7b, 945px 929px #ecbd7b, 1454px 155px #ecbd7b, 1575px 1522px #ecbd7b, 23px 48px #ecbd7b, 142px 297px #ecbd7b, 1525px 449px #ecbd7b, 1258px 1075px #ecbd7b, 1239px 1202px #ecbd7b, 207px 483px #ecbd7b, 1261px 245px #ecbd7b, 53px 862px #ecbd7b, 138px 1139px #ecbd7b, 1119px 113px #ecbd7b, 1123px 1912px #ecbd7b, 1203px 181px #ecbd7b, 747px 802px #ecbd7b, 1805px 1875px #ecbd7b, 702px 1193px #ecbd7b, 240px 1408px #ecbd7b, 1944px 760px #ecbd7b, 1220px 529px #ecbd7b, 991px 970px #ecbd7b, 1609px 267px #ecbd7b, 1405px 52px #ecbd7b, 1993px 1175px #ecbd7b, 1870px 878px #ecbd7b, 1020px 165px #ecbd7b, 1179px 147px #ecbd7b, 1587px 997px #ecbd7b, 1444px 1144px #ecbd7b, 1416px 506px #ecbd7b, 1652px 814px #ecbd7b, 1667px 1538px #ecbd7b, 530px 272px #ecbd7b, 1710px 773px #ecbd7b, 1536px 126px #ecbd7b, 405px 583px #ecbd7b, 721px 588px #ecbd7b, 453px 963px #ecbd7b, 282px 1207px #ecbd7b, 557px 225px #ecbd7b, 1447px 198px #ecbd7b, 1026px 94px #ecbd7b, 931px 1483px #ecbd7b, 425px 30px #ecbd7b, 885px 838px #ecbd7b, 938px 964px #ecbd7b, 148px 349px #ecbd7b, 246px 1755px #ecbd7b, 1968px 1293px #ecbd7b, 730px 852px #ecbd7b, 1211px 1039px #ecbd7b, 957px 1928px #ecbd7b, 685px 657px #ecbd7b, 174px 203px #ecbd7b, 1134px 58px #ecbd7b, 155px 1156px #ecbd7b, 468px 1240px #ecbd7b, 1047px 785px #ecbd7b, 1324px 1751px #ecbd7b, 440px 705px #ecbd7b, 1233px 1725px #ecbd7b, 1038px 1702px #ecbd7b, 1948px 2000px #ecbd7b, 1643px 1750px #ecbd7b, 211px 1298px #ecbd7b, 160px 1991px #ecbd7b, 1396px 1033px #ecbd7b, 508px 1011px #ecbd7b, 785px 1757px #ecbd7b, 1245px 1128px #ecbd7b, 1760px 869px #ecbd7b, 1525px 1571px #ecbd7b, 1455px 254px #ecbd7b, 1896px 963px #ecbd7b, 848px 248px #ecbd7b, 174px 975px #ecbd7b, 806px 132px #ecbd7b, 497px 486px #ecbd7b, 1916px 373px #ecbd7b, 851px 585px #ecbd7b, 1432px 1766px #ecbd7b, 1863px 617px #ecbd7b, 1169px 1082px #ecbd7b, 1944px 926px #ecbd7b, 1395px 564px #ecbd7b, 1550px 1659px #ecbd7b, 469px 1615px #ecbd7b, 1057px 801px #ecbd7b, 1247px 470px #ecbd7b, 1513px 640px #ecbd7b, 1781px 121px #ecbd7b, 1013px 732px #ecbd7b, 1200px 1526px #ecbd7b, 454px 323px #ecbd7b, 1133px 1241px #ecbd7b, 1433px 1581px #ecbd7b, 1431px 1996px #ecbd7b, 1282px 1716px #ecbd7b, 1034px 1369px #ecbd7b, 1275px 940px #ecbd7b, 871px 1929px #ecbd7b, 1106px 1134px #ecbd7b, 602px 1661px #ecbd7b, 1165px 1646px #ecbd7b, 481px 1681px #ecbd7b, 983px 470px #ecbd7b, 686px 589px #ecbd7b, 896px 443px #ecbd7b, 1520px 447px #ecbd7b, 13px 598px #ecbd7b, 1041px 1115px #ecbd7b, 81px 1677px #ecbd7b, 442px 197px #ecbd7b, 1652px 1612px #ecbd7b, 1840px 870px #ecbd7b, 1099px 158px #ecbd7b, 1288px 1378px #ecbd7b, 1561px 634px #ecbd7b, 288px 355px #ecbd7b, 327px 180px #ecbd7b, 1967px 957px #ecbd7b, 11px 1401px #ecbd7b, 977px 1848px #ecbd7b, 1629px 872px #ecbd7b, 1279px 1607px #ecbd7b, 1577px 1760px #ecbd7b, 1400px 1871px #ecbd7b, 896px 1722px #ecbd7b, 1723px 687px #ecbd7b, 1997px 1151px #ecbd7b, 1957px 1685px #ecbd7b, 1348px 963px #ecbd7b, 1033px 242px #ecbd7b, 1211px 1314px #ecbd7b, 1904px 777px #ecbd7b, 1577px 982px #ecbd7b, 805px 790px #ecbd7b, 396px 974px #ecbd7b, 1864px 622px #ecbd7b, 257px 808px #ecbd7b, 1766px 735px #ecbd7b, 1506px 125px #ecbd7b, 1317px 454px #ecbd7b, 416px 1374px #ecbd7b, 1573px 942px #ecbd7b, 116px 455px #ecbd7b, 603px 1746px #ecbd7b, 1784px 1446px #ecbd7b, 1664px 1946px #ecbd7b, 369px 33px #ecbd7b, 1448px 394px #ecbd7b, 1752px 698px #ecbd7b, 1540px 1385px #ecbd7b, 1924px 932px #ecbd7b, 1249px 1748px #ecbd7b, 784px 897px #ecbd7b, 386px 416px #ecbd7b, 480px 1651px #ecbd7b, 935px 754px #ecbd7b, 1105px 1156px #ecbd7b, 182px 1184px #ecbd7b, 232px 1935px #ecbd7b, 1451px 679px #ecbd7b, 1206px 1449px #ecbd7b, 1552px 441px #ecbd7b, 274px 1147px #ecbd7b, 1275px 1767px #ecbd7b, 769px 695px #ecbd7b, 1690px 481px #ecbd7b, 1898px 1809px #ecbd7b, 1045px 1680px #ecbd7b, 169px 1005px #ecbd7b, 108px 669px #ecbd7b, 1975px 1560px #ecbd7b, 332px 35px #ecbd7b, 324px 972px #ecbd7b, 473px 19px #ecbd7b, 1652px 1189px #ecbd7b, 1275px 129px #ecbd7b, 792px 1672px #ecbd7b, 864px 1456px #ecbd7b, 4px 1189px #ecbd7b, 1714px 95px #ecbd7b, 681px 990px #ecbd7b, 606px 841px #ecbd7b, 1541px 335px #ecbd7b, 1683px 76px #ecbd7b, 884px 1367px #ecbd7b, 1065px 49px #ecbd7b, 1835px 1371px #ecbd7b, 15px 1245px #ecbd7b, 1156px 1325px #ecbd7b, 85px 1257px #ecbd7b, 1237px 1545px #ecbd7b, 1552px 926px #ecbd7b, 192px 1844px #ecbd7b, 1969px 1751px #ecbd7b, 628px 1689px #ecbd7b, 587px 17px #ecbd7b, 1616px 755px #ecbd7b, 1116px 1020px #ecbd7b, 1390px 916px #ecbd7b, 800px 1256px #ecbd7b, 468px 131px #ecbd7b, 192px 653px #ecbd7b, 383px 1436px #ecbd7b, 591px 262px #ecbd7b, 1517px 1933px #ecbd7b, 1871px 303px #ecbd7b, 1258px 45px #ecbd7b, 801px 1223px #ecbd7b, 937px 1367px #ecbd7b, 1258px 781px #ecbd7b, 732px 18px #ecbd7b, 725px 1002px #ecbd7b, 1735px 1175px #ecbd7b, 519px 1285px #ecbd7b, 464px 720px #ecbd7b, 1605px 1586px #ecbd7b, 1588px 996px #ecbd7b, 109px 48px #ecbd7b, 217px 71px #ecbd7b, 1974px 1645px #ecbd7b, 359px 588px #ecbd7b, 1002px 1773px #ecbd7b, 1317px 336px #ecbd7b, 419px 1811px #ecbd7b, 1854px 1664px #ecbd7b, 998px 1147px #ecbd7b, 363px 1894px #ecbd7b, 326px 1445px #ecbd7b, 665px 847px #ecbd7b, 1727px 1764px #ecbd7b, 740px 1517px #ecbd7b, 431px 1597px #ecbd7b, 1175px 1937px #ecbd7b, 529px 482px #ecbd7b, 1235px 314px #ecbd7b, 1263px 1531px #ecbd7b, 214px 1232px #ecbd7b, 633px 1391px #ecbd7b, 1734px 812px #ecbd7b, 976px 1196px #ecbd7b, 1239px 944px #ecbd7b, 1425px 1011px #ecbd7b, 1873px 690px #ecbd7b, 1454px 1242px #ecbd7b, 360px 952px #ecbd7b, 805px 1784px #ecbd7b, 770px 1349px #ecbd7b, 1184px 386px #ecbd7b, 1154px 366px #ecbd7b, 503px 1264px #ecbd7b, 372px 203px #ecbd7b, 583px 1512px #ecbd7b, 1950px 843px #ecbd7b, 211px 1484px #ecbd7b, 1182px 520px #ecbd7b, 1537px 167px #ecbd7b, 570px 1769px #ecbd7b, 194px 311px #ecbd7b, 1109px 592px #ecbd7b, 8px 1526px #ecbd7b, 1353px 934px #ecbd7b, 1415px 88px #ecbd7b, 613px 1740px #ecbd7b, 976px 1339px #ecbd7b, 679px 1712px #ecbd7b, 1152px 340px #ecbd7b, 1176px 1284px #ecbd7b, 17px 826px #ecbd7b, 502px 1883px #ecbd7b, 1220px 233px #ecbd7b, 1431px 405px #ecbd7b, 1713px 1494px #ecbd7b, 1005px 528px #ecbd7b, 1444px 1627px #ecbd7b, 904px 1771px #ecbd7b, 395px 188px #ecbd7b, 1414px 1644px #ecbd7b, 1130px 1923px #ecbd7b, 528px 157px #ecbd7b, 1633px 673px #ecbd7b, 95px 1737px #ecbd7b, 804px 439px #ecbd7b, 3px 1364px #ecbd7b, 379px 1955px #ecbd7b, 1494px 432px #ecbd7b, 552px 1265px #ecbd7b, 1774px 730px #ecbd7b, 792px 1583px #ecbd7b, 787px 1973px #ecbd7b, 215px 154px #ecbd7b, 1992px 192px #ecbd7b, 1479px 588px #ecbd7b, 119px 1455px #ecbd7b, 1107px 1128px #ecbd7b, 387px 270px #ecbd7b, 162px 374px #ecbd7b, 1134px 505px #ecbd7b, 1952px 1533px #ecbd7b, 202px 1576px #ecbd7b, 1791px 1533px #ecbd7b, 589px 409px #ecbd7b, 1955px 644px #ecbd7b, 948px 376px #ecbd7b, 1252px 1075px #ecbd7b, 1084px 1364px #ecbd7b, 1109px 1514px #ecbd7b, 921px 576px #ecbd7b, 1226px 354px #ecbd7b, 607px 933px #ecbd7b, 883px 1961px #ecbd7b, 607px 873px #ecbd7b, 438px 433px #ecbd7b, 593px 33px #ecbd7b, 748px 1194px #ecbd7b, 1173px 1225px #ecbd7b, 155px 276px #ecbd7b, 1104px 414px #ecbd7b, 528px 1335px #ecbd7b, 1097px 1757px #ecbd7b, 154px 1868px #ecbd7b, 1501px 1241px #ecbd7b, 484px 1662px #ecbd7b, 860px 1463px #ecbd7b, 581px 1010px #ecbd7b, 1593px 120px #ecbd7b, 1056px 400px #ecbd7b, 11px 1106px #ecbd7b, 142px 492px #ecbd7b, 1793px 1944px #ecbd7b, 90px 391px #ecbd7b, 1544px 1428px #ecbd7b, 1747px 1116px #ecbd7b, 1841px 1924px #ecbd7b, 794px 135px #ecbd7b, 3px 687px #ecbd7b, 1812px 1163px #ecbd7b, 1845px 1823px #ecbd7b, 1752px 874px #ecbd7b, 1711px 372px #ecbd7b, 1194px 1277px #ecbd7b, 1071px 957px #ecbd7b, 582px 1673px #ecbd7b, 1864px 102px #ecbd7b, 1148px 1280px #ecbd7b, 310px 1552px #ecbd7b, 124px 98px #ecbd7b, 64px 731px #ecbd7b, 1854px 513px #ecbd7b, 627px 1229px #ecbd7b, 617px 463px #ecbd7b, 108px 1562px #ecbd7b, 1810px 552px #ecbd7b, 758px 867px #ecbd7b, 2000px 1055px #ecbd7b, 1155px 1306px #ecbd7b, 1660px 1429px #ecbd7b, 1587px 708px #ecbd7b, 1788px 353px #ecbd7b, 1018px 1522px #ecbd7b, 629px 602px #ecbd7b, 225px 1501px #ecbd7b, 1539px 1056px #ecbd7b, 1771px 1523px #ecbd7b, 969px 584px #ecbd7b, 1561px 1463px #ecbd7b, 1494px 1196px #ecbd7b, 1141px 530px #ecbd7b, 1336px 400px #ecbd7b, 1692px 1934px #ecbd7b, 848px 164px #ecbd7b, 1543px 150px #ecbd7b, 262px 1519px #ecbd7b, 170px 627px #ecbd7b, 232px 1843px #ecbd7b, 1948px 1855px #ecbd7b, 1879px 310px #ecbd7b, 484px 874px #ecbd7b, 1085px 1295px #ecbd7b, 1612px 1879px #ecbd7b, 1478px 1908px #ecbd7b, 376px 981px #ecbd7b, 626px 1882px #ecbd7b, 1780px 1538px #ecbd7b, 1828px 1640px #ecbd7b, 1692px 1215px #ecbd7b, 858px 1889px #ecbd7b, 716px 889px #ecbd7b, 921px 1128px #ecbd7b, 1461px 36px #ecbd7b, 1242px 1508px #ecbd7b, 1598px 962px #ecbd7b, 1446px 1720px #ecbd7b, 888px 13px #ecbd7b, 1023px 480px #ecbd7b, 1716px 1999px #ecbd7b, 903px 109px #ecbd7b, 1222px 1437px #ecbd7b, 821px 1850px #ecbd7b, 1876px 1604px #ecbd7b, 1305px 1208px #ecbd7b, 1554px 837px #ecbd7b, 547px 1620px #ecbd7b, 1840px 893px #ecbd7b, 1388px 1715px #ecbd7b, 482px 1325px #ecbd7b, 203px 1890px #ecbd7b, 150px 1313px #ecbd7b, 1517px 713px #ecbd7b, 1870px 371px #ecbd7b, 1080px 203px #ecbd7b, 467px 731px #ecbd7b, 1238px 1865px #ecbd7b, 1309px 617px #ecbd7b, 1246px 1729px #ecbd7b, 1024px 487px #ecbd7b, 377px 1577px #ecbd7b, 233px 1156px #ecbd7b, 659px 1891px #ecbd7b, 1531px 203px #ecbd7b, 432px 1078px #ecbd7b, 177px 1349px #ecbd7b, 1508px 45px #ecbd7b, 282px 691px #ecbd7b, 843px 1403px #ecbd7b, 754px 293px #ecbd7b, 438px 373px #ecbd7b, 1164px 1206px #ecbd7b, 1356px 516px #ecbd7b, 583px 5px #ecbd7b, 197px 1818px #ecbd7b, 1422px 325px #ecbd7b, 1747px 796px #ecbd7b, 82px 1006px #ecbd7b, 362px 313px #ecbd7b, 55px 517px #ecbd7b, 534px 293px #ecbd7b, 1094px 706px #ecbd7b, 1722px 83px #ecbd7b, 1136px 538px #ecbd7b, 576px 468px #ecbd7b, 401px 1730px #ecbd7b, 791px 742px #ecbd7b, 300px 1402px #ecbd7b, 371px 712px #ecbd7b, 1951px 1608px #ecbd7b, 1133px 1440px #ecbd7b, 780px 1090px #ecbd7b, 993px 227px #ecbd7b, 1132px 1066px #ecbd7b, 510px 1084px #ecbd7b, 1930px 850px #ecbd7b, 1590px 623px #ecbd7b, 1122px 946px #ecbd7b, 361px 807px #ecbd7b, 258px 819px #ecbd7b, 717px 1284px #ecbd7b, 839px 1794px #ecbd7b, 896px 1476px #ecbd7b, 16px 1311px #ecbd7b, 439px 1203px #ecbd7b, 742px 142px #ecbd7b, 1529px 447px #ecbd7b, 590px 85px #ecbd7b, 698px 1012px #ecbd7b, 1370px 238px #ecbd7b, 1064px 974px #ecbd7b, 1625px 286px #ecbd7b, 696px 1643px #ecbd7b, 749px 1962px #ecbd7b, 860px 558px #ecbd7b, 558px 149px #ecbd7b, 1707px 567px #ecbd7b, 980px 994px #ecbd7b, 373px 1129px #ecbd7b, 1440px 410px #ecbd7b, 1402px 762px #ecbd7b, 83px 85px #ecbd7b, 472px 905px #ecbd7b, 1528px 446px #ecbd7b, 313px 1922px #ecbd7b, 290px 1488px #ecbd7b, 1497px 1642px #ecbd7b, 1283px 1514px #ecbd7b, 1626px 151px #ecbd7b, 1728px 1778px #ecbd7b, 1815px 987px #ecbd7b, 1821px 1112px #ecbd7b, 1928px 734px #ecbd7b, 1339px 215px #ecbd7b, 848px 1046px #ecbd7b, 278px 1659px #ecbd7b, 1945px 1758px #ecbd7b, 1422px 1132px #ecbd7b, 1036px 1896px #ecbd7b, 1031px 1792px #ecbd7b, 1889px 323px #ecbd7b, 884px 1544px #ecbd7b, 1164px 59px #ecbd7b, 561px 603px #ecbd7b, 727px 1522px #ecbd7b, 742px 396px #ecbd7b, 1532px 175px #ecbd7b, 826px 1410px #ecbd7b, 221px 1904px #ecbd7b, 1210px 711px #ecbd7b, 838px 1974px #ecbd7b, 636px 1997px #ecbd7b, 1205px 1287px #ecbd7b, 1174px 1009px #ecbd7b, 187px 905px #ecbd7b, 1080px 442px #ecbd7b, 1223px 302px #ecbd7b, 258px 1350px #ecbd7b, 526px 1466px #ecbd7b, 1371px 73px #ecbd7b, 1187px 1681px #ecbd7b, 505px 301px #ecbd7b, 1850px 663px #ecbd7b, 1336px 350px #ecbd7b, 1992px 701px #ecbd7b, 1130px 710px #ecbd7b, 212px 1929px #ecbd7b, 92px 916px #ecbd7b, 695px 1998px #ecbd7b, 1800px 1657px #ecbd7b, 1238px 1788px #ecbd7b, 1873px 1540px #ecbd7b, 636px 100px #ecbd7b, 1530px 1830px #ecbd7b, 650px 1922px #ecbd7b
}

.x-register-card-footer #stars:after {
    content: " ";
    position: absolute;
    top: 200px
}

.x-register-card-footer #stars2 {
    opacity: .8;
    -webkit-animation: animStar 3s linear infinite;
    border-radius: 50%
}

.x-register-card-footer #stars2,
.x-register-card-footer #stars2:after {
    width: 3px;
    height: 3px;
    background: transparent;
    box-shadow: 178px 19284px #ecbd7b, 1312px 407px #ecbd7b, 405px 785px #ecbd7b, 1576px 307px #ecbd7b, 101px 1802px #ecbd7b, 1694px 1385px #ecbd7b, 1946px 1149px #ecbd7b, 52px 990px #ecbd7b, 1581px 555px #ecbd7b, 18px 1690px #ecbd7b, 862px 500px #ecbd7b, 1131px 1357px #ecbd7b, 963px 1603px #ecbd7b, 1088px 1924px #ecbd7b, 394px 197px #ecbd7b, 573px 586px #ecbd7b, 1779px 12px #ecbd7b, 388px 870px #ecbd7b, 1303px 169px #ecbd7b, 358px 475px #ecbd7b, 1508px 1383px #ecbd7b, 1543px 196px #ecbd7b, 57px 831px #ecbd7b, 1488px 1446px #ecbd7b, 1px 560px #ecbd7b, 353px 853px #ecbd7b, 787px 1970px #ecbd7b, 1681px 1928px #ecbd7b, 626px 811px #ecbd7b, 1457px 370px #ecbd7b, 1420px 1288px #ecbd7b, 1215px 223px #ecbd7b, 1751px 1200px #ecbd7b, 1715px 1527px #ecbd7b, 793px 1122px #ecbd7b, 85px 545px #ecbd7b, 287px 1595px #ecbd7b, 100px 1430px #ecbd7b, 1218px 1416px #ecbd7b, 805px 682px #ecbd7b, 1761px 357px #ecbd7b, 298px 542px #ecbd7b, 1532px 455px #ecbd7b, 571px 199px #ecbd7b, 815px 347px #ecbd7b, 911px 1329px #ecbd7b, 1009px 723px #ecbd7b, 154px 549px #ecbd7b, 833px 1295px #ecbd7b, 1971px 1567px #ecbd7b, 1674px 204px #ecbd7b, 305px 478px #ecbd7b, 1609px 1687px #ecbd7b, 1352px 451px #ecbd7b, 1911px 1071px #ecbd7b, 414px 902px #ecbd7b, 1158px 501px #ecbd7b, 1138px 1569px #ecbd7b, 496px 386px #ecbd7b, 1567px 1903px #ecbd7b, 25px 1551px #ecbd7b, 1020px 1957px #ecbd7b, 1494px 1418px #ecbd7b, 1873px 204px #ecbd7b, 1269px 1353px #ecbd7b, 957px 1508px #ecbd7b, 1098px 274px #ecbd7b, 17px 179px #ecbd7b, 330px 880px #ecbd7b, 1188px 540px #ecbd7b, 109px 511px #ecbd7b, 1684px 964px #ecbd7b, 236px 1680px #ecbd7b, 1768px 342px #ecbd7b, 560px 1768px #ecbd7b, 1421px 127px #ecbd7b, 1089px 138px #ecbd7b, 163px 1659px #ecbd7b, 795px 1788px #ecbd7b, 1654px 882px #ecbd7b, 1266px 951px #ecbd7b, 1556px 794px #ecbd7b, 959px 167px #ecbd7b, 1879px 852px #ecbd7b, 1042px 1590px #ecbd7b, 1034px 14px #ecbd7b, 1905px 302px #ecbd7b, 1142px 1420px #ecbd7b, 1624px 1092px #ecbd7b, 382px 172px #ecbd7b, 773px 1201px #ecbd7b, 1821px 1300px #ecbd7b, 1025px 1257px #ecbd7b, 754px 1259px #ecbd7b, 1375px 1724px #ecbd7b, 1483px 175px #ecbd7b, 1599px 1227px #ecbd7b, 1851px 495px #ecbd7b, 952px 6px #ecbd7b, 103px 1272px #ecbd7b, 933px 1355px #ecbd7b, 23px 951px #ecbd7b, 883px 1137px #ecbd7b, 159px 1334px #ecbd7b, 1915px 1459px #ecbd7b, 1366px 68px #ecbd7b, 1822px 1088px #ecbd7b, 1761px 508px #ecbd7b, 1442px 341px #ecbd7b, 1541px 1249px #ecbd7b, 1629px 1024px #ecbd7b, 573px 1222px #ecbd7b, 266px 1964px #ecbd7b, 1006px 1832px #ecbd7b, 1957px 853px #ecbd7b, 422px 50px #ecbd7b, 393px 1437px #ecbd7b, 200px 1335px #ecbd7b, 1774px 164px #ecbd7b, 316px 162px #ecbd7b, 1648px 1245px #ecbd7b, 1092px 1418px #ecbd7b, 10px 614px #ecbd7b, 258px 481px #ecbd7b, 892px 792px #ecbd7b, 1028px 29px #ecbd7b, 611px 166px #ecbd7b, 1178px 993px #ecbd7b, 1602px 768px #ecbd7b, 1767px 539px #ecbd7b, 677px 1471px #ecbd7b, 685px 1876px #ecbd7b, 1537px 1873px #ecbd7b, 1276px 1010px #ecbd7b, 369px 120px #ecbd7b, 1046px 1686px #ecbd7b, 878px 1257px #ecbd7b, 230px 1023px #ecbd7b, 1063px 798px #ecbd7b, 1252px 199px #ecbd7b, 1627px 785px #ecbd7b, 1502px 219px #ecbd7b, 1778px 1082px #ecbd7b, 324px 1767px #ecbd7b, 1980px 544px #ecbd7b, 627px 1792px #ecbd7b, 1176px 15px #ecbd7b, 206px 794px #ecbd7b, 133px 844px #ecbd7b, 609px 1971px #ecbd7b, 1418px 1509px #ecbd7b, 204px 1519px #ecbd7b, 1404px 821px #ecbd7b, 1860px 1008px #ecbd7b, 1929px 557px #ecbd7b, 1534px 900px #ecbd7b, 1765px 685px #ecbd7b, 1900px 1661px #ecbd7b, 980px 1218px #ecbd7b, 933px 1375px #ecbd7b, 1528px 1678px #ecbd7b, 272px 1679px #ecbd7b, 1658px 239px #ecbd7b, 1561px 1727px #ecbd7b, 1592px 1293px #ecbd7b, 1245px 306px #ecbd7b, 1813px 325px #ecbd7b, 280px 729px #ecbd7b, 277px 1110px #ecbd7b, 1647px 93px #ecbd7b, 1325px 735px #ecbd7b, 1708px 980px #ecbd7b, 156px 591px #ecbd7b, 477px 93px #ecbd7b, 1235px 1887px #ecbd7b, 1225px 1868px #ecbd7b, 1993px 644px #ecbd7b, 14px 1018px #ecbd7b, 543px 728px #ecbd7b, 18px 317px #ecbd7b, 1603px 218px #ecbd7b, 158px 98px #ecbd7b, 1848px 1775px #ecbd7b, 1700px 446px #ecbd7b, 1064px 1782px #ecbd7b, 160px 933px #ecbd7b, 77px 1177px #ecbd7b, 666px 1643px #ecbd7b, 385px 1375px #ecbd7b, 389px 646px #ecbd7b, 86px 1784px #ecbd7b, 597px 671px #ecbd7b, 1991px 1246px #ecbd7b, 1963px 818px #ecbd7b, 719px 1904px #ecbd7b, 1704px 722px #ecbd7b, 301px 1785px #ecbd7b, 898px 1154px #ecbd7b, 1061px 1451px #ecbd7b, 620px 629px #ecbd7b, 300px 1316px #ecbd7b, 1599px 1537px #ecbd7b, 1334px 944px #ecbd7b, 718px 1028px #ecbd7b, 221px 479px #ecbd7b, 1653px 572px #ecbd7b, 1528px 516px #ecbd7b, 1946px 1537px #ecbd7b, 1160px 219px #ecbd7b, 56px 1120px #ecbd7b, 308px 1262px #ecbd7b, 1445px 274px #ecbd7b, 1322px 1440px #ecbd7b, 444px 1625px #ecbd7b, 91px 1732px #ecbd7b, 299px 519px #ecbd7b, 1664px 1323px #ecbd7b, 330px 1318px #ecbd7b, 296px 971px #ecbd7b, 227px 1347px #ecbd7b, 1288px 939px #ecbd7b, 307px 513px #ecbd7b, 289px 1115px #ecbd7b, 1254px 1837px #ecbd7b, 950px 1993px #ecbd7b, 626px 799px #ecbd7b, 263px 1655px #ecbd7b, 812px 420px #ecbd7b, 286px 1102px #ecbd7b, 1618px 795px #ecbd7b, 1566px 1726px #ecbd7b, 785px 1507px #ecbd7b, 457px 1616px #ecbd7b, 1121px 1313px #ecbd7b, 239px 744px #ecbd7b, 1440px 619px #ecbd7b, 1472px 407px #ecbd7b, 661px 1198px #ecbd7b, 1759px 139px #ecbd7b, 1940px 18px #ecbd7b, 583px 831px #ecbd7b, 93px 233px #ecbd7b, 1775px 1789px #ecbd7b, 1255px 1527px #ecbd7b, 1535px 1130px #ecbd7b, 1538px 978px #ecbd7b, 270px 861px #ecbd7b, 1425px 556px #ecbd7b, 1368px 1179px #ecbd7b, 1830px 67px #ecbd7b, 799px 875px #ecbd7b, 1699px 1251px #ecbd7b, 842px 624px #ecbd7b, 1030px 1804px #ecbd7b, 3px 1433px #ecbd7b, 230px 66px #ecbd7b, 1206px 92px #ecbd7b, 1030px 526px #ecbd7b, 1474px 1463px #ecbd7b, 1572px 1739px #ecbd7b, 124px 1069px #ecbd7b, 1202px 465px #ecbd7b, 207px 174px #ecbd7b, 1244px 1450px #ecbd7b, 1857px 1422px #ecbd7b, 1724px 71px #ecbd7b, 573px 780px #ecbd7b, 720px 1568px #ecbd7b, 350px 100px #ecbd7b, 581px 981px #ecbd7b, 1306px 1692px #ecbd7b, 943px 1015px #ecbd7b, 1576px 1107px #ecbd7b, 161px 1033px #ecbd7b, 1847px 1686px #ecbd7b, 1456px 1874px #ecbd7b, 439px 1328px #ecbd7b, 242px 334px #ecbd7b, 1688px 1119px #ecbd7b, 1664px 232px #ecbd7b, 974px 1861px #ecbd7b, 1572px 669px #ecbd7b, 1653px 979px #ecbd7b, 1204px 1458px #ecbd7b, 742px 1962px #ecbd7b, 132px 914px #ecbd7b, 492px 1910px #ecbd7b, 794px 1342px #ecbd7b, 1598px 1906px #ecbd7b, 1224px 877px #ecbd7b, 388px 507px #ecbd7b, 1117px 1316px #ecbd7b, 267px 1344px #ecbd7b, 533px 1853px #ecbd7b, 524px 299px #ecbd7b, 1381px 740px #ecbd7b, 1955px 816px #ecbd7b, 168px 101px #ecbd7b, 635px 1757px #ecbd7b, 787px 284px #ecbd7b, 1325px 1943px #ecbd7b, 1477px 361px #ecbd7b, 1464px 1933px #ecbd7b, 25px 1645px #ecbd7b, 1148px 1458px #ecbd7b, 396px 1629px #ecbd7b, 1425px 1942px #ecbd7b, 871px 759px #ecbd7b, 1075px 400px #ecbd7b, 1904px 399px #ecbd7b, 1446px 146px #ecbd7b, 724px 1162px #ecbd7b, 1512px 202px #ecbd7b, 142px 681px #ecbd7b, 144px 1067px #ecbd7b, 1874px 1542px #ecbd7b, 1966px 972px #ecbd7b, 144px 547px #ecbd7b, 1410px 167px #ecbd7b, 518px 625px #ecbd7b, 930px 529px #ecbd7b, 212px 832px #ecbd7b, 785px 1153px #ecbd7b, 718px 531px #ecbd7b, 879px 1396px #ecbd7b, 1547px 61px #ecbd7b, 1599px 720px #ecbd7b, 665px 1794px #ecbd7b, 1620px 1614px #ecbd7b, 980px 1180px #ecbd7b, 458px 84px #ecbd7b, 1952px 1534px #ecbd7b, 1549px 788px #ecbd7b, 1497px 62px #ecbd7b, 1773px 118px #ecbd7b, 1393px 369px #ecbd7b, 730px 1271px #ecbd7b, 105px 1653px #ecbd7b, 575px 1184px #ecbd7b, 990px 1391px #ecbd7b, 1323px 340px #ecbd7b, 1201px 922px #ecbd7b, 1653px 1121px #ecbd7b, 313px 1421px #ecbd7b, 918px 1570px #ecbd7b, 1652px 1705px #ecbd7b, 904px 618px #ecbd7b, 251px 1321px #ecbd7b, 1002px 993px #ecbd7b, 236px 1132px #ecbd7b, 25px 1749px #ecbd7b, 400px 450px #ecbd7b, 679px 456px #ecbd7b, 282px 1184px #ecbd7b, 1792px 1120px #ecbd7b, 469px 1680px #ecbd7b, 932px 127px #ecbd7b, 1651px 987px #ecbd7b, 1567px 1210px #ecbd7b, 945px 1154px #ecbd7b, 267px 1681px #ecbd7b, 636px 642px #ecbd7b, 667px 1440px #ecbd7b, 730px 1094px #ecbd7b, 1358px 468px #ecbd7b, 107px 523px #ecbd7b, 657px 1902px #ecbd7b, 1874px 410px #ecbd7b, 722px 1693px #ecbd7b, 1532px 745px #ecbd7b, 1078px 1917px #ecbd7b, 918px 948px #ecbd7b, 1061px 1771px #ecbd7b, 988px 71px #ecbd7b, 1907px 1923px #ecbd7b, 362px 313px #ecbd7b, 1457px 794px #ecbd7b, 1181px 63px #ecbd7b, 731px 947px #ecbd7b, 395px 1894px #ecbd7b, 581px 425px #ecbd7b, 463px 1283px #ecbd7b, 1242px 815px #ecbd7b, 1507px 33px #ecbd7b, 46px 733px #ecbd7b, 1494px 871px #ecbd7b, 279px 1964px #ecbd7b, 792px 705px #ecbd7b, 1484px 837px #ecbd7b, 528px 103px #ecbd7b, 1371px 271px #ecbd7b, 426px 1367px #ecbd7b, 58px 1511px #ecbd7b, 174px 1813px #ecbd7b, 568px 794px #ecbd7b, 1056px 1563px #ecbd7b, 410px 1262px #ecbd7b, 1138px 252px #ecbd7b, 731px 1563px #ecbd7b, 965px 1344px #ecbd7b, 750px 1620px #ecbd7b, 1848px 101px #ecbd7b, 780px 1469px #ecbd7b, 1752px 254px #ecbd7b, 1798px 881px #ecbd7b, 1255px 329px #ecbd7b, 778px 31px #ecbd7b, 117px 175px #ecbd7b, 1906px 740px #ecbd7b, 441px 539px #ecbd7b, 1465px 1206px #ecbd7b, 695px 160px #ecbd7b, 548px 190px #ecbd7b, 1657px 1597px #ecbd7b, 258px 784px #ecbd7b, 353px 401px #ecbd7b, 1843px 654px #ecbd7b, 238px 1783px #ecbd7b, 1699px 335px #ecbd7b, 1258px 1300px #ecbd7b, 623px 981px #ecbd7b, 1155px 933px #ecbd7b, 1854px 1464px #ecbd7b, 741px 1280px #ecbd7b, 1557px 32px #ecbd7b, 459px 280px #ecbd7b, 1811px 320px #ecbd7b, 1949px 1471px #ecbd7b, 397px 865px #ecbd7b, 1780px 13px #ecbd7b, 751px 220px #ecbd7b, 1801px 978px #ecbd7b, 1352px 590px #ecbd7b, 1189px 377px #ecbd7b, 1557px 39px #ecbd7b, 59px 844px #ecbd7b, 1106px 1842px #ecbd7b, 217px 1947px #ecbd7b, 221px 529px #ecbd7b, 261px 817px #ecbd7b, 692px 1567px #ecbd7b, 606px 1842px #ecbd7b, 431px 1168px #ecbd7b, 1453px 1951px #ecbd7b, 1271px 1249px #ecbd7b, 191px 1237px #ecbd7b, 1730px 1563px #ecbd7b, 628px 1767px #ecbd7b, 1804px 970px #ecbd7b, 1695px 1965px #ecbd7b, 1009px 426px #ecbd7b, 773px 583px #ecbd7b, 1800px 1px #ecbd7b, 539px 1539px #ecbd7b, 374px 1232px #ecbd7b, 1917px 494px #ecbd7b, 1185px 599px #ecbd7b, 1657px 1800px #ecbd7b, 1088px 37px #ecbd7b, 547px 1506px #ecbd7b, 918px 122px #ecbd7b, 33px 662px #ecbd7b, 168px 1363px #ecbd7b, 1158px 351px #ecbd7b, 1847px 1516px #ecbd7b, 334px 423px #ecbd7b, 1668px 999px #ecbd7b, 1871px 1776px #ecbd7b, 1177px 109px #ecbd7b, 981px 443px #ecbd7b, 1201px 966px #ecbd7b, 262px 732px #ecbd7b, 768px 1811px #ecbd7b, 1466px 1230px #ecbd7b, 642px 1198px #ecbd7b, 450px 84px #ecbd7b, 1043px 1683px #ecbd7b, 1529px 963px #ecbd7b, 224px 443px #ecbd7b, 401px 1806px #ecbd7b, 1212px 1389px #ecbd7b, 174px 630px #ecbd7b, 1469px 1762px #ecbd7b, 1818px 79px #ecbd7b, 740px 1282px #ecbd7b, 1859px 1803px #ecbd7b, 270px 1459px #ecbd7b, 968px 730px #ecbd7b, 1878px 1454px #ecbd7b, 1496px 139px #ecbd7b, 1912px 1157px #ecbd7b, 950px 906px #ecbd7b, 1275px 1642px #ecbd7b, 1784px 943px #ecbd7b, 925px 1667px #ecbd7b, 1910px 136px #ecbd7b, 13px 1671px #ecbd7b, 1020px 114px #ecbd7b, 1950px 833px #ecbd7b, 1035px 887px #ecbd7b
}

.x-register-card-footer #stars2:after {
    content: " ";
    position: absolute;
    top: 200px
}

.x-register-card-footer #stars3 {
    opacity: .8;
    -webkit-animation: animStar 3s linear infinite;
    border-radius: 50%
}

.x-register-card-footer #stars3,
.x-register-card-footer #stars3:after {
    width: 5px;
    height: 5px;
    background: transparent;
    box-shadow: 999px 13517px #ecbd7b, 1485px 448px #ecbd7b, 598px 1974px #ecbd7b, 1686px 1911px #ecbd7b, 221px 537px #ecbd7b, 1306px 961px #ecbd7b, 971px 514px #ecbd7b, 1585px 750px #ecbd7b, 1560px 750px #ecbd7b, 1268px 368px #ecbd7b, 1479px 695px #ecbd7b, 724px 247px #ecbd7b, 1968px 618px #ecbd7b, 885px 1184px #ecbd7b, 107px 374px #ecbd7b, 161px 428px #ecbd7b, 277px 1144px #ecbd7b, 234px 1036px #ecbd7b, 1838px 1188px #ecbd7b, 1239px 624px #ecbd7b, 955px 1844px #ecbd7b, 731px 1522px #ecbd7b, 745px 1148px #ecbd7b, 1588px 1689px #ecbd7b, 1196px 1886px #ecbd7b, 812px 1778px #ecbd7b, 196px 845px #ecbd7b, 376px 711px #ecbd7b, 957px 906px #ecbd7b, 915px 580px #ecbd7b, 179px 763px #ecbd7b, 592px 225px #ecbd7b, 1887px 364px #ecbd7b, 1454px 1576px #ecbd7b, 1707px 1609px #ecbd7b, 441px 721px #ecbd7b, 240px 1027px #ecbd7b, 813px 10px #ecbd7b, 438px 265px #ecbd7b, 305px 413px #ecbd7b, 1385px 254px #ecbd7b, 1704px 1419px #ecbd7b, 1854px 963px #ecbd7b, 647px 1213px #ecbd7b, 1384px 621px #ecbd7b, 1947px 12px #ecbd7b, 1190px 1894px #ecbd7b, 923px 1313px #ecbd7b, 1492px 267px #ecbd7b, 1832px 397px #ecbd7b, 1515px 582px #ecbd7b, 929px 618px #ecbd7b, 1940px 1998px #ecbd7b, 1868px 1621px #ecbd7b, 1679px 1701px #ecbd7b, 1887px 1889px #ecbd7b, 1932px 924px #ecbd7b, 680px 1249px #ecbd7b, 1424px 1486px #ecbd7b, 244px 1821px #ecbd7b, 1783px 261px #ecbd7b, 1062px 535px #ecbd7b, 1889px 741px #ecbd7b, 1013px 581px #ecbd7b, 283px 643px #ecbd7b, 593px 407px #ecbd7b, 362px 839px #ecbd7b, 205px 1986px #ecbd7b, 868px 1830px #ecbd7b, 562px 454px #ecbd7b, 449px 1505px #ecbd7b, 370px 158px #ecbd7b, 1132px 50px #ecbd7b, 1866px 210px #ecbd7b, 696px 1816px #ecbd7b, 1302px 1635px #ecbd7b, 1682px 1511px #ecbd7b, 1312px 664px #ecbd7b, 849px 604px #ecbd7b, 194px 1371px #ecbd7b, 756px 1937px #ecbd7b, 434px 883px #ecbd7b, 1727px 500px #ecbd7b, 1202px 1226px #ecbd7b, 1507px 52px #ecbd7b, 264px 1353px #ecbd7b, 779px 334px #ecbd7b, 1457px 247px #ecbd7b, 1491px 1455px #ecbd7b, 549px 883px #ecbd7b, 398px 8px #ecbd7b, 678px 61px #ecbd7b, 973px 340px #ecbd7b, 763px 358px #ecbd7b, 427px 646px #ecbd7b, 1068px 332px #ecbd7b, 1816px 194px #ecbd7b, 291px 363px #ecbd7b, 1450px 1679px #ecbd7b, 1515px 1348px #ecbd7b, 1465px 1900px #ecbd7b, 1382px 1637px #ecbd7b, 627px 1601px #ecbd7b, 426px 846px #ecbd7b, 5px 116px #ecbd7b, 1936px 1033px #ecbd7b, 464px 747px #ecbd7b, 1956px 615px #ecbd7b, 440px 924px #ecbd7b, 1497px 834px #ecbd7b, 52px 1094px #ecbd7b, 974px 470px #ecbd7b, 1030px 1001px #ecbd7b, 1022px 215px #ecbd7b, 376px 822px #ecbd7b, 36px 471px #ecbd7b, 1065px 1614px #ecbd7b, 1148px 161px #ecbd7b, 308px 429px #ecbd7b, 918px 1679px #ecbd7b, 26px 18px #ecbd7b, 1404px 1875px #ecbd7b, 760px 46px #ecbd7b, 1727px 1466px #ecbd7b, 770px 924px #ecbd7b, 822px 1012px #ecbd7b, 1994px 1309px #ecbd7b, 968px 385px #ecbd7b, 1186px 846px #ecbd7b, 379px 286px #ecbd7b, 1093px 295px #ecbd7b, 1662px 1230px #ecbd7b, 896px 1867px #ecbd7b, 498px 1403px #ecbd7b, 1469px 1408px #ecbd7b, 634px 906px #ecbd7b, 1003px 162px #ecbd7b, 1986px 1029px #ecbd7b, 191px 1062px #ecbd7b, 186px 862px #ecbd7b, 1823px 945px #ecbd7b, 583px 834px #ecbd7b, 636px 93px #ecbd7b, 901px 550px #ecbd7b, 1576px 38px #ecbd7b, 1182px 593px #ecbd7b, 870px 1826px #ecbd7b, 1129px 747px #ecbd7b, 1263px 371px #ecbd7b, 1711px 803px #ecbd7b, 449px 1844px #ecbd7b, 961px 332px #ecbd7b, 337px 1680px #ecbd7b, 1466px 840px #ecbd7b, 1535px 468px #ecbd7b, 1817px 350px #ecbd7b, 451px 270px #ecbd7b, 1024px 866px #ecbd7b, 1555px 218px #ecbd7b, 273px 844px #ecbd7b, 817px 46px #ecbd7b, 1022px 1004px #ecbd7b, 522px 1306px #ecbd7b, 1348px 688px #ecbd7b, 1809px 578px #ecbd7b, 1060px 96px #ecbd7b, 968px 617px #ecbd7b, 1808px 749px #ecbd7b, 1333px 1133px #ecbd7b, 831px 460px #ecbd7b, 1901px 991px #ecbd7b, 1444px 1080px #ecbd7b, 769px 223px #ecbd7b, 1372px 1318px #ecbd7b, 159px 874px #ecbd7b, 1548px 293px #ecbd7b, 872px 885px #ecbd7b, 1091px 972px #ecbd7b, 1834px 1988px #ecbd7b, 1395px 1727px #ecbd7b, 90px 1829px #ecbd7b, 1062px 1193px #ecbd7b, 1570px 544px #ecbd7b, 732px 395px #ecbd7b, 1210px 1847px #ecbd7b, 1784px 1137px #ecbd7b, 1875px 180px #ecbd7b, 1331px 154px #ecbd7b, 1025px 1988px #ecbd7b, 406px 1151px #ecbd7b, 1464px 696px #ecbd7b, 1216px 1268px #ecbd7b, 1095px 1366px #ecbd7b, 1083px 655px #ecbd7b, 723px 157px #ecbd7b, 1475px 650px #ecbd7b, 408px 709px #ecbd7b, 1162px 725px #ecbd7b, 341px 293px #ecbd7b, 1518px 1404px #ecbd7b
}

.x-register-card-footer #stars3:after {
    content: " ";
    position: absolute;
    top: 200px
}

.x-register-card-footer #stars4 {
    opacity: .8;
    -webkit-animation: animStar 3s linear infinite;
    border-radius: 50%
}

.x-register-card-footer #stars4,
.x-register-card-footer #stars4:after {
    width: 7px;
    height: 7px;
    background: transparent;
    box-shadow: 1416px 9502px #ecbd7b, 487px 192px #ecbd7b, 210px 906px #ecbd7b, 1305px 933px #ecbd7b, 1298px 62px #ecbd7b, 1833px 1359px #ecbd7b, 1388px 660px #ecbd7b, 1476px 322px #ecbd7b, 556px 1639px #ecbd7b, 1262px 676px #ecbd7b, 951px 1312px #ecbd7b, 1687px 1194px #ecbd7b, 1225px 596px #ecbd7b, 50px 467px #ecbd7b, 868px 192px #ecbd7b, 1223px 1738px #ecbd7b, 141px 1451px #ecbd7b, 1062px 1819px #ecbd7b, 385px 940px #ecbd7b, 1498px 410px #ecbd7b, 1818px 554px #ecbd7b, 690px 874px #ecbd7b, 592px 740px #ecbd7b, 155px 1658px #ecbd7b, 237px 202px #ecbd7b, 1305px 1676px #ecbd7b, 19px 64px #ecbd7b, 859px 1556px #ecbd7b, 1297px 588px #ecbd7b, 22px 280px #ecbd7b, 368px 257px #ecbd7b, 1684px 422px #ecbd7b, 1955px 1535px #ecbd7b, 1781px 1291px #ecbd7b, 1434px 745px #ecbd7b, 989px 1351px #ecbd7b, 1117px 1983px #ecbd7b, 1767px 215px #ecbd7b, 1204px 162px #ecbd7b, 394px 1878px #ecbd7b, 1418px 1824px #ecbd7b, 650px 1910px #ecbd7b, 112px 1464px #ecbd7b, 315px 333px #ecbd7b, 1668px 1467px #ecbd7b, 403px 961px #ecbd7b, 1560px 1909px #ecbd7b, 742px 1540px #ecbd7b, 296px 1848px #ecbd7b, 1637px 710px #ecbd7b, 1811px 418px #ecbd7b, 581px 257px #ecbd7b, 1118px 431px #ecbd7b, 1677px 1602px #ecbd7b, 1622px 531px #ecbd7b, 1870px 1961px #ecbd7b, 1221px 1756px #ecbd7b, 1547px 1083px #ecbd7b, 1881px 1167px #ecbd7b, 214px 1876px #ecbd7b, 793px 1484px #ecbd7b, 204px 1687px #ecbd7b, 442px 899px #ecbd7b, 277px 1733px #ecbd7b, 1601px 1451px #ecbd7b, 343px 953px #ecbd7b, 1939px 749px #ecbd7b, 1431px 1497px #ecbd7b, 1026px 1931px #ecbd7b, 1796px 1785px #ecbd7b, 1313px 1997px #ecbd7b, 415px 954px #ecbd7b, 945px 1847px #ecbd7b, 272px 1560px #ecbd7b, 1710px 88px #ecbd7b, 1409px 1782px #ecbd7b, 1583px 1942px #ecbd7b, 217px 1839px #ecbd7b, 885px 741px #ecbd7b, 745px 1503px #ecbd7b, 1043px 1416px #ecbd7b, 38px 851px #ecbd7b, 1863px 1584px #ecbd7b, 1540px 1735px #ecbd7b, 1977px 1484px #ecbd7b, 1670px 875px #ecbd7b, 1073px 499px #ecbd7b, 1259px 929px #ecbd7b, 176px 1825px #ecbd7b, 1484px 1147px #ecbd7b, 1718px 1932px #ecbd7b, 594px 1607px #ecbd7b, 1163px 1168px #ecbd7b, 712px 1264px #ecbd7b, 1368px 526px #ecbd7b, 194px 1966px #ecbd7b, 46px 1349px #ecbd7b, 1923px 460px #ecbd7b, 631px 1442px #ecbd7b, 1373px 1640px #ecbd7b
}

.x-register-card-footer #stars4:after {
    content: " ";
    position: absolute;
    top: 200px
}

.x-register-card-footer #stars5 {
    opacity: .8;
    -webkit-animation: animStar 3s linear infinite;
    border-radius: 50%
}

.x-register-card-footer #stars5,
.x-register-card-footer #stars5:after {
    width: 9px;
    height: 9px;
    background: transparent;
    box-shadow: 1945px 11936px #ecbd7b, 283px 850px #ecbd7b, 754px 15px #ecbd7b, 1341px 204px #ecbd7b, 1086px 270px #ecbd7b, 1435px 1873px #ecbd7b, 1392px 558px #ecbd7b, 49px 1931px #ecbd7b, 1455px 847px #ecbd7b, 235px 67px #ecbd7b, 655px 539px #ecbd7b, 1416px 331px #ecbd7b, 1064px 1085px #ecbd7b, 1695px 973px #ecbd7b, 1838px 1298px #ecbd7b, 714px 1583px #ecbd7b, 109px 1874px #ecbd7b, 1600px 1315px #ecbd7b, 1710px 58px #ecbd7b, 1324px 5px #ecbd7b, 1096px 168px #ecbd7b, 650px 1645px #ecbd7b, 659px 1313px #ecbd7b, 1851px 1076px #ecbd7b, 1834px 71px #ecbd7b, 133px 1200px #ecbd7b, 1760px 1341px #ecbd7b, 1375px 1239px #ecbd7b, 563px 632px #ecbd7b, 386px 1021px #ecbd7b, 873px 965px #ecbd7b, 1547px 513px #ecbd7b, 358px 1805px #ecbd7b, 1161px 1193px #ecbd7b, 1753px 1747px #ecbd7b, 1121px 878px #ecbd7b, 637px 534px #ecbd7b, 1173px 477px #ecbd7b, 280px 1828px #ecbd7b, 638px 1149px #ecbd7b, 34px 1462px #ecbd7b, 1278px 1836px #ecbd7b, 274px 201px #ecbd7b, 47px 329px #ecbd7b, 488px 405px #ecbd7b, 1654px 1688px #ecbd7b, 46px 115px #ecbd7b, 247px 522px #ecbd7b, 1914px 1159px #ecbd7b, 1765px 1222px #ecbd7b
}

.x-register-card-footer #stars5:after {
    content: " ";
    position: absolute;
    top: 200px
}

.x-register-card-footer #stars6 {
    opacity: .8;
    -webkit-animation: animStar 3s linear infinite;
    border-radius: 50%
}

.x-register-card-footer #stars6,
.x-register-card-footer #stars6:after {
    width: 4px;
    height: 4px;
    background: transparent;
    box-shadow: 385px 3307px #ecbd7b, 1706px 965px #ecbd7b, 348px 1527px #ecbd7b, 320px 758px #ecbd7b, 194px 373px #ecbd7b, 812px 1973px #ecbd7b, 1927px 35px #ecbd7b, 1428px 7px #ecbd7b, 1822px 713px #ecbd7b, 843px 661px #ecbd7b, 5px 1460px #ecbd7b, 1923px 1232px #ecbd7b, 134px 1666px #ecbd7b, 950px 1322px #ecbd7b, 36px 1359px #ecbd7b, 644px 1212px #ecbd7b, 272px 741px #ecbd7b, 519px 1208px #ecbd7b, 1710px 109px #ecbd7b, 919px 1589px #ecbd7b, 1203px 446px #ecbd7b, 406px 1258px #ecbd7b, 1196px 1615px #ecbd7b, 578px 1395px #ecbd7b, 437px 583px #ecbd7b, 750px 1260px #ecbd7b, 1755px 108px #ecbd7b, 516px 309px #ecbd7b, 370px 1515px #ecbd7b, 1853px 589px #ecbd7b, 559px 360px #ecbd7b, 562px 1940px #ecbd7b, 1581px 973px #ecbd7b, 1869px 546px #ecbd7b, 1758px 1281px #ecbd7b, 1605px 1580px #ecbd7b, 693px 102px #ecbd7b, 1496px 550px #ecbd7b, 124px 1459px #ecbd7b, 684px 1px #ecbd7b, 544px 702px #ecbd7b, 686px 607px #ecbd7b, 712px 118px #ecbd7b, 1282px 435px #ecbd7b, 543px 961px #ecbd7b, 572px 337px #ecbd7b, 1211px 1977px #ecbd7b, 1700px 1350px #ecbd7b, 1794px 427px #ecbd7b, 740px 1371px #ecbd7b, 60px 1173px #ecbd7b, 582px 1935px #ecbd7b, 507px 678px #ecbd7b, 1976px 1973px #ecbd7b, 534px 580px #ecbd7b, 1569px 1498px #ecbd7b, 1592px 501px #ecbd7b, 1999px 906px #ecbd7b, 1845px 1285px #ecbd7b, 1715px 950px #ecbd7b, 860px 1021px #ecbd7b, 533px 533px #ecbd7b, 1846px 98px #ecbd7b, 936px 700px #ecbd7b, 590px 399px #ecbd7b, 1460px 1258px #ecbd7b, 1450px 1751px #ecbd7b, 1647px 1552px #ecbd7b, 1268px 1639px #ecbd7b, 248px 1276px #ecbd7b, 450px 1936px #ecbd7b, 334px 1167px #ecbd7b, 1948px 648px #ecbd7b, 153px 246px #ecbd7b, 1032px 900px #ecbd7b, 1538px 1916px #ecbd7b, 1904px 801px #ecbd7b, 509px 1875px #ecbd7b, 1993px 499px #ecbd7b, 1955px 395px #ecbd7b, 1366px 1224px #ecbd7b, 207px 1779px #ecbd7b, 1442px 1583px #ecbd7b, 1812px 731px #ecbd7b, 989px 1741px #ecbd7b, 1930px 552px #ecbd7b, 156px 1084px #ecbd7b, 421px 190px #ecbd7b, 870px 1588px #ecbd7b, 117px 46px #ecbd7b, 1346px 1837px #ecbd7b, 1391px 33px #ecbd7b, 729px 1166px #ecbd7b, 1605px 223px #ecbd7b, 431px 321px #ecbd7b, 15px 282px #ecbd7b, 162px 791px #ecbd7b, 1079px 992px #ecbd7b, 1549px 1357px #ecbd7b, 1772px 255px #ecbd7b, 633px 548px #ecbd7b, 748px 973px #ecbd7b, 1358px 563px #ecbd7b, 101px 1149px #ecbd7b, 8px 194px #ecbd7b, 907px 480px #ecbd7b, 578px 31px #ecbd7b, 865px 1954px #ecbd7b, 1453px 1274px #ecbd7b, 1899px 1554px #ecbd7b, 316px 323px #ecbd7b, 1537px 841px #ecbd7b, 42px 197px #ecbd7b, 1614px 626px #ecbd7b, 1540px 508px #ecbd7b, 900px 951px #ecbd7b, 811px 162px #ecbd7b, 1289px 573px #ecbd7b, 1314px 1548px #ecbd7b, 887px 488px #ecbd7b, 1758px 1757px #ecbd7b, 266px 580px #ecbd7b, 1893px 255px #ecbd7b, 1242px 1578px #ecbd7b, 1761px 726px #ecbd7b, 1403px 999px #ecbd7b, 1426px 22px #ecbd7b, 615px 1647px #ecbd7b, 209px 1284px #ecbd7b, 686px 52px #ecbd7b, 1115px 464px #ecbd7b, 1662px 1085px #ecbd7b, 1000px 1699px #ecbd7b, 36px 312px #ecbd7b, 1862px 917px #ecbd7b, 1172px 404px #ecbd7b, 558px 1679px #ecbd7b, 281px 312px #ecbd7b, 18px 726px #ecbd7b, 1357px 94px #ecbd7b, 1431px 1196px #ecbd7b, 475px 1674px #ecbd7b, 1355px 1439px #ecbd7b, 1540px 357px #ecbd7b, 649px 1166px #ecbd7b, 1698px 251px #ecbd7b, 962px 633px #ecbd7b, 824px 77px #ecbd7b, 1937px 1424px #ecbd7b, 1882px 380px #ecbd7b, 669px 1486px #ecbd7b, 1899px 1555px #ecbd7b, 1264px 485px #ecbd7b, 1601px 1320px #ecbd7b, 1309px 827px #ecbd7b, 1651px 1454px #ecbd7b, 1067px 951px #ecbd7b, 932px 1129px #ecbd7b, 1135px 1955px #ecbd7b, 1957px 289px #ecbd7b, 1804px 1737px #ecbd7b, 1768px 1329px #ecbd7b, 1194px 1252px #ecbd7b, 1739px 1880px #ecbd7b, 1634px 604px #ecbd7b, 77px 1342px #ecbd7b, 1920px 1457px #ecbd7b, 603px 1388px #ecbd7b, 1141px 1981px #ecbd7b, 413px 1757px #ecbd7b, 382px 1225px #ecbd7b, 605px 1787px #ecbd7b, 347px 652px #ecbd7b, 1079px 1278px #ecbd7b, 290px 834px #ecbd7b, 1524px 1027px #ecbd7b, 393px 774px #ecbd7b, 1989px 254px #ecbd7b, 663px 607px #ecbd7b, 868px 1984px #ecbd7b, 892px 1233px #ecbd7b, 271px 923px #ecbd7b, 959px 630px #ecbd7b, 564px 1372px #ecbd7b, 90px 1671px #ecbd7b, 609px 185px #ecbd7b, 1637px 76px #ecbd7b, 1605px 50px #ecbd7b, 527px 430px #ecbd7b, 1118px 1838px #ecbd7b, 970px 1228px #ecbd7b, 1383px 1091px #ecbd7b, 666px 1055px #ecbd7b, 1251px 838px #ecbd7b, 1122px 644px #ecbd7b, 13px 385px #ecbd7b, 317px 1778px #ecbd7b, 1310px 1144px #ecbd7b, 1431px 1092px #ecbd7b, 1113px 506px #ecbd7b, 1803px 1161px #ecbd7b, 509px 234px #ecbd7b, 604px 207px #ecbd7b, 1174px 1544px #ecbd7b, 85px 1402px #ecbd7b, 670px 331px #ecbd7b, 242px 1542px #ecbd7b, 396px 586px #ecbd7b, 1034px 1703px #ecbd7b, 607px 906px #ecbd7b, 308px 992px #ecbd7b, 883px 403px #ecbd7b, 1063px 1297px #ecbd7b, 580px 1463px #ecbd7b, 1588px 881px #ecbd7b, 519px 1838px #ecbd7b, 1105px 518px #ecbd7b, 1217px 1513px #ecbd7b, 145px 964px #ecbd7b, 1268px 1048px #ecbd7b, 1687px 1573px #ecbd7b, 1208px 1561px #ecbd7b, 1465px 1710px #ecbd7b, 1802px 980px #ecbd7b, 1178px 775px #ecbd7b, 114px 1252px #ecbd7b, 1789px 1003px #ecbd7b, 219px 69px #ecbd7b, 313px 1820px #ecbd7b, 1428px 255px #ecbd7b, 798px 336px #ecbd7b, 766px 1957px #ecbd7b, 1781px 99px #ecbd7b, 1155px 1511px #ecbd7b, 1087px 1232px #ecbd7b, 1160px 1669px #ecbd7b, 1704px 1257px #ecbd7b, 951px 1816px #ecbd7b, 296px 184px #ecbd7b, 1959px 1174px #ecbd7b, 281px 228px #ecbd7b, 579px 1360px #ecbd7b, 1422px 1642px #ecbd7b, 666px 94px #ecbd7b, 1278px 97px #ecbd7b, 1180px 1969px #ecbd7b, 1545px 1449px #ecbd7b, 1930px 1117px #ecbd7b, 1319px 1984px #ecbd7b, 305px 550px #ecbd7b, 1211px 995px #ecbd7b, 1916px 615px #ecbd7b, 972px 447px #ecbd7b, 1095px 1986px #ecbd7b, 1326px 1517px #ecbd7b, 625px 1620px #ecbd7b, 979px 925px #ecbd7b, 1851px 1788px #ecbd7b, 541px 1715px #ecbd7b, 1244px 1557px #ecbd7b, 598px 931px #ecbd7b, 750px 1347px #ecbd7b, 1041px 615px #ecbd7b, 347px 1703px #ecbd7b, 1959px 1380px #ecbd7b, 651px 1053px #ecbd7b, 1714px 1339px #ecbd7b, 706px 369px #ecbd7b, 392px 717px #ecbd7b, 1092px 485px #ecbd7b, 1213px 488px #ecbd7b, 1227px 920px #ecbd7b, 856px 1317px #ecbd7b, 170px 1943px #ecbd7b, 1774px 370px #ecbd7b, 135px 1575px #ecbd7b, 694px 710px #ecbd7b, 1644px 1922px #ecbd7b, 540px 1117px #ecbd7b, 1067px 665px #ecbd7b, 863px 1247px #ecbd7b, 983px 238px #ecbd7b, 1981px 202px #ecbd7b, 632px 1329px #ecbd7b, 1664px 243px #ecbd7b, 284px 1905px #ecbd7b, 1766px 885px #ecbd7b, 344px 1184px #ecbd7b, 895px 611px #ecbd7b, 933px 266px #ecbd7b, 1315px 1492px #ecbd7b, 1009px 23px #ecbd7b, 1115px 1780px #ecbd7b, 1138px 968px #ecbd7b, 219px 1725px #ecbd7b, 1604px 1317px #ecbd7b, 992px 609px #ecbd7b, 1258px 1112px #ecbd7b, 1043px 1196px #ecbd7b, 1985px 216px #ecbd7b, 572px 230px #ecbd7b, 1525px 1492px #ecbd7b, 1861px 1257px #ecbd7b, 1354px 1720px #ecbd7b, 969px 363px #ecbd7b, 205px 882px #ecbd7b, 1067px 1772px #ecbd7b, 415px 1264px #ecbd7b, 528px 1263px #ecbd7b, 1129px 1417px #ecbd7b, 1335px 1405px #ecbd7b, 519px 529px #ecbd7b, 106px 1374px #ecbd7b, 1264px 609px #ecbd7b, 340px 1442px #ecbd7b, 692px 8px #ecbd7b, 1658px 445px #ecbd7b, 1811px 686px #ecbd7b, 1815px 1000px #ecbd7b, 575px 909px #ecbd7b, 199px 374px #ecbd7b, 332px 592px #ecbd7b, 1134px 1588px #ecbd7b, 1549px 1572px #ecbd7b, 1490px 1234px #ecbd7b, 1781px 1800px #ecbd7b, 847px 657px #ecbd7b, 904px 1033px #ecbd7b, 1765px 1957px #ecbd7b, 1074px 395px #ecbd7b, 512px 1162px #ecbd7b, 1355px 746px #ecbd7b, 738px 985px #ecbd7b, 862px 1250px #ecbd7b, 963px 192px #ecbd7b, 528px 881px #ecbd7b, 995px 1729px #ecbd7b, 356px 155px #ecbd7b, 907px 1829px #ecbd7b, 1665px 849px #ecbd7b, 96px 470px #ecbd7b, 1652px 571px #ecbd7b, 1444px 929px #ecbd7b, 917px 1676px #ecbd7b, 763px 1704px #ecbd7b, 395px 1472px #ecbd7b, 1271px 1029px #ecbd7b, 728px 1633px #ecbd7b, 1145px 934px #ecbd7b, 1850px 1046px #ecbd7b, 1525px 700px #ecbd7b, 216px 486px #ecbd7b, 777px 291px #ecbd7b, 1507px 1176px #ecbd7b, 1649px 894px #ecbd7b, 1254px 1651px #ecbd7b, 708px 1132px #ecbd7b, 255px 690px #ecbd7b, 195px 798px #ecbd7b, 866px 1424px #ecbd7b, 1665px 390px #ecbd7b, 1885px 1647px #ecbd7b, 1216px 80px #ecbd7b, 1722px 1779px #ecbd7b, 883px 587px #ecbd7b, 1580px 84px #ecbd7b, 388px 634px #ecbd7b, 475px 1179px #ecbd7b, 639px 919px #ecbd7b, 1430px 1764px #ecbd7b, 1602px 799px #ecbd7b, 1680px 42px #ecbd7b, 187px 1239px #ecbd7b, 643px 509px #ecbd7b, 545px 796px #ecbd7b, 1982px 338px #ecbd7b, 1817px 761px #ecbd7b, 1514px 1560px #ecbd7b, 1288px 283px #ecbd7b, 1456px 297px #ecbd7b, 1580px 1664px #ecbd7b, 602px 219px #ecbd7b, 1206px 491px #ecbd7b, 282px 19px #ecbd7b, 1402px 1152px #ecbd7b, 1913px 1987px #ecbd7b, 374px 1850px #ecbd7b, 988px 1649px #ecbd7b, 1998px 963px #ecbd7b, 106px 581px #ecbd7b, 883px 598px #ecbd7b, 1435px 879px #ecbd7b, 236px 1498px #ecbd7b, 1831px 890px #ecbd7b, 708px 127px #ecbd7b, 1629px 1291px #ecbd7b, 271px 1975px #ecbd7b, 1261px 1958px #ecbd7b, 32px 710px #ecbd7b, 358px 301px #ecbd7b, 509px 1633px #ecbd7b, 1705px 129px #ecbd7b, 1804px 96px #ecbd7b, 1531px 1341px #ecbd7b, 841px 249px #ecbd7b, 748px 973px #ecbd7b, 1971px 1995px #ecbd7b, 998px 291px #ecbd7b, 388px 1236px #ecbd7b, 1559px 92px #ecbd7b, 280px 13px #ecbd7b, 74px 1828px #ecbd7b, 1124px 964px #ecbd7b, 1930px 1396px #ecbd7b, 1329px 1559px #ecbd7b, 300px 507px #ecbd7b, 1523px 1723px #ecbd7b, 1656px 232px #ecbd7b, 1377px 388px #ecbd7b, 265px 866px #ecbd7b, 569px 1532px #ecbd7b, 326px 959px #ecbd7b, 1064px 601px #ecbd7b, 1258px 79px #ecbd7b, 1438px 174px #ecbd7b, 638px 688px #ecbd7b, 344px 1168px #ecbd7b, 1556px 1884px #ecbd7b, 920px 1592px #ecbd7b, 196px 1584px #ecbd7b, 1465px 714px #ecbd7b, 1096px 1913px #ecbd7b, 412px 656px #ecbd7b, 1274px 1744px #ecbd7b, 1520px 1695px #ecbd7b, 1621px 1285px #ecbd7b, 321px 1986px #ecbd7b, 959px 1842px #ecbd7b, 1739px 1925px #ecbd7b, 546px 1584px #ecbd7b, 1507px 802px #ecbd7b, 1683px 1072px #ecbd7b, 380px 1139px #ecbd7b, 1139px 1871px #ecbd7b, 456px 926px #ecbd7b, 1118px 1972px #ecbd7b, 251px 964px #ecbd7b, 21px 1368px #ecbd7b, 1104px 436px #ecbd7b, 1402px 1327px #ecbd7b, 491px 1347px #ecbd7b, 1203px 321px #ecbd7b, 143px 1023px #ecbd7b, 1623px 357px #ecbd7b, 1445px 916px #ecbd7b, 571px 1906px #ecbd7b, 452px 533px #ecbd7b, 264px 263px #ecbd7b, 1129px 442px #ecbd7b, 1919px 162px #ecbd7b, 1428px 448px #ecbd7b, 985px 1306px #ecbd7b, 35px 1225px #ecbd7b, 1836px 290px #ecbd7b, 1656px 518px #ecbd7b, 1762px 75px #ecbd7b, 1358px 909px #ecbd7b, 1113px 1398px #ecbd7b, 1128px 1290px #ecbd7b, 196px 1678px #ecbd7b, 1428px 770px #ecbd7b, 52px 1523px #ecbd7b, 1673px 734px #ecbd7b, 1007px 625px #ecbd7b, 667px 1432px #ecbd7b, 800px 478px #ecbd7b, 1127px 1680px #ecbd7b, 1807px 1732px #ecbd7b, 693px 1471px #ecbd7b, 827px 421px #ecbd7b, 1734px 931px #ecbd7b, 1577px 1417px #ecbd7b, 459px 1476px #ecbd7b, 1802px 1291px #ecbd7b, 104px 914px #ecbd7b, 764px 557px #ecbd7b, 1290px 1457px #ecbd7b, 644px 409px #ecbd7b, 1484px 924px #ecbd7b, 1130px 1157px #ecbd7b, 517px 1483px #ecbd7b, 1979px 1809px #ecbd7b, 999px 452px #ecbd7b, 83px 1022px #ecbd7b, 1608px 1127px #ecbd7b, 745px 1632px #ecbd7b, 38px 89px #ecbd7b, 1142px 1162px #ecbd7b, 298px 537px #ecbd7b, 810px 1204px #ecbd7b, 599px 1751px #ecbd7b, 1629px 1045px #ecbd7b, 1064px 286px #ecbd7b, 626px 1381px #ecbd7b, 1113px 1274px #ecbd7b, 462px 853px #ecbd7b, 1722px 1899px #ecbd7b, 988px 1775px #ecbd7b, 655px 201px #ecbd7b, 807px 1312px #ecbd7b, 490px 443px #ecbd7b, 472px 665px #ecbd7b, 1742px 1779px #ecbd7b, 1489px 1314px #ecbd7b, 863px 1229px #ecbd7b, 38px 1306px #ecbd7b, 1476px 71px #ecbd7b, 714px 1329px #ecbd7b, 1328px 92px #ecbd7b, 613px 1963px #ecbd7b, 74px 1716px #ecbd7b, 1244px 1391px #ecbd7b, 1618px 1943px #ecbd7b, 37px 1249px #ecbd7b, 1824px 375px #ecbd7b, 623px 1127px #ecbd7b, 1770px 1839px #ecbd7b, 1544px 560px #ecbd7b, 947px 918px #ecbd7b, 1498px 1120px #ecbd7b, 562px 1454px #ecbd7b, 1689px 586px #ecbd7b, 719px 801px #ecbd7b, 1989px 1202px #ecbd7b, 979px 1762px #ecbd7b, 710px 808px #ecbd7b, 730px 553px #ecbd7b, 1196px 708px #ecbd7b, 977px 1619px #ecbd7b, 1178px 1479px #ecbd7b, 73px 951px #ecbd7b, 767px 932px #ecbd7b, 1725px 947px #ecbd7b, 804px 1593px #ecbd7b, 1453px 282px #ecbd7b, 158px 1002px #ecbd7b, 915px 1716px #ecbd7b, 927px 1467px #ecbd7b, 1878px 263px #ecbd7b, 1281px 625px #ecbd7b, 1237px 1818px #ecbd7b, 1130px 601px #ecbd7b, 419px 582px #ecbd7b, 68px 1689px #ecbd7b, 1814px 889px #ecbd7b, 1361px 1445px #ecbd7b, 608px 1799px #ecbd7b, 1597px 561px #ecbd7b, 134px 1695px #ecbd7b, 77px 807px #ecbd7b, 780px 781px #ecbd7b, 928px 190px #ecbd7b, 1699px 248px #ecbd7b, 1049px 1500px #ecbd7b, 1358px 571px #ecbd7b, 1347px 1736px #ecbd7b, 133px 430px #ecbd7b, 1807px 27px #ecbd7b, 16px 1370px #ecbd7b, 1024px 595px #ecbd7b, 144px 1729px #ecbd7b, 978px 1151px #ecbd7b, 1247px 1957px #ecbd7b, 1201px 1380px #ecbd7b, 1454px 532px #ecbd7b, 849px 927px #ecbd7b, 369px 1666px #ecbd7b, 373px 1990px #ecbd7b, 1592px 356px #ecbd7b, 478px 1025px #ecbd7b, 245px 517px #ecbd7b, 1229px 513px #ecbd7b, 652px 1305px #ecbd7b, 1452px 992px #ecbd7b, 277px 194px #ecbd7b, 360px 1901px #ecbd7b, 1222px 413px #ecbd7b, 313px 667px #ecbd7b, 596px 62px #ecbd7b, 425px 1601px #ecbd7b, 848px 1663px #ecbd7b, 20px 801px #ecbd7b, 792px 1355px #ecbd7b, 1143px 1284px #ecbd7b, 1356px 608px #ecbd7b, 1055px 826px #ecbd7b, 914px 1248px #ecbd7b, 22px 1514px #ecbd7b, 78px 1586px #ecbd7b, 78px 907px #ecbd7b, 1499px 933px #ecbd7b, 611px 208px #ecbd7b, 1801px 16px #ecbd7b, 857px 100px #ecbd7b, 1506px 753px #ecbd7b, 53px 1566px #ecbd7b, 504px 899px #ecbd7b, 947px 528px #ecbd7b, 1695px 634px #ecbd7b, 1219px 1342px #ecbd7b, 1622px 1583px #ecbd7b, 1961px 892px #ecbd7b, 1620px 76px #ecbd7b, 1514px 1144px #ecbd7b, 1255px 324px #ecbd7b, 1243px 1338px #ecbd7b, 1502px 890px #ecbd7b, 1473px 757px #ecbd7b, 541px 1649px #ecbd7b, 1936px 1545px #ecbd7b, 190px 1111px #ecbd7b, 567px 1806px #ecbd7b, 1093px 320px #ecbd7b, 653px 473px #ecbd7b, 1337px 1882px #ecbd7b, 1107px 407px #ecbd7b, 1540px 1973px #ecbd7b, 1558px 1374px #ecbd7b, 573px 694px #ecbd7b, 234px 309px #ecbd7b, 811px 1063px #ecbd7b, 914px 543px #ecbd7b, 1533px 463px #ecbd7b, 609px 295px #ecbd7b, 419px 15px #ecbd7b, 252px 255px #ecbd7b, 1047px 504px #ecbd7b, 254px 1009px #ecbd7b, 1679px 65px #ecbd7b, 1122px 351px #ecbd7b, 407px 1077px #ecbd7b, 1717px 415px #ecbd7b, 496px 624px #ecbd7b, 1056px 423px #ecbd7b, 1659px 1547px #ecbd7b, 350px 1476px #ecbd7b, 342px 1962px #ecbd7b, 1731px 1176px #ecbd7b, 1144px 594px #ecbd7b, 1595px 94px #ecbd7b, 1521px 898px #ecbd7b, 894px 1001px #ecbd7b, 243px 779px #ecbd7b, 1852px 1776px #ecbd7b, 1884px 65px #ecbd7b, 232px 1732px #ecbd7b, 832px 602px #ecbd7b, 234px 1626px #ecbd7b, 222px 1945px #ecbd7b, 620px 1375px #ecbd7b, 327px 39px #ecbd7b, 1837px 1288px #ecbd7b, 88px 1018px #ecbd7b, 709px 1519px #ecbd7b, 1417px 590px #ecbd7b, 342px 1812px #ecbd7b, 1537px 820px #ecbd7b, 352px 1476px #ecbd7b, 1099px 1876px #ecbd7b, 1436px 783px #ecbd7b, 1527px 1569px #ecbd7b, 1389px 626px #ecbd7b, 3px 1743px #ecbd7b, 607px 255px #ecbd7b, 670px 1587px #ecbd7b, 1656px 1729px #ecbd7b, 838px 1268px #ecbd7b, 1202px 834px #ecbd7b, 882px 1188px #ecbd7b, 557px 291px #ecbd7b, 1392px 1852px #ecbd7b, 788px 552px #ecbd7b, 551px 1143px #ecbd7b, 1423px 1902px #ecbd7b, 38px 403px #ecbd7b, 905px 1964px #ecbd7b, 1128px 1260px #ecbd7b, 1849px 31px #ecbd7b, 541px 1749px #ecbd7b, 1134px 1810px #ecbd7b, 1890px 118px #ecbd7b, 274px 1899px #ecbd7b, 509px 567px #ecbd7b, 1927px 12px #ecbd7b, 1769px 1201px #ecbd7b, 754px 1515px #ecbd7b, 1488px 758px #ecbd7b, 838px 1346px #ecbd7b, 1086px 1998px #ecbd7b, 315px 797px #ecbd7b
}

.x-register-card-footer #stars6:after {
    content: " ";
    position: absolute;
    top: 200px
}

.x-register-card-footer #stars7 {
    opacity: .8;
    -webkit-animation: animStar 3s linear infinite;
    border-radius: 50%
}

.x-register-card-footer #stars7,
.x-register-card-footer #stars7:after {
    width: 2px;
    height: 2px;
    background: transparent;
    box-shadow: 1693px 16223px #ecbd7b, 408px 256px #ecbd7b, 188px 1882px #ecbd7b, 95px 1149px #ecbd7b, 1782px 1493px #ecbd7b, 1520px 3px #ecbd7b, 1088px 1856px #ecbd7b, 658px 1081px #ecbd7b, 1080px 1777px #ecbd7b, 1583px 287px #ecbd7b, 875px 630px #ecbd7b, 1087px 631px #ecbd7b, 476px 1400px #ecbd7b, 1639px 1424px #ecbd7b, 1075px 1909px #ecbd7b, 1861px 1509px #ecbd7b, 686px 1781px #ecbd7b, 1624px 1089px #ecbd7b, 1223px 690px #ecbd7b, 936px 210px #ecbd7b, 513px 1988px #ecbd7b, 1684px 1696px #ecbd7b, 771px 1307px #ecbd7b, 968px 1102px #ecbd7b, 1384px 969px #ecbd7b, 1862px 1543px #ecbd7b, 957px 24px #ecbd7b, 544px 157px #ecbd7b, 635px 99px #ecbd7b, 152px 50px #ecbd7b, 349px 1395px #ecbd7b, 932px 505px #ecbd7b, 756px 1282px #ecbd7b, 1172px 1611px #ecbd7b, 1849px 1193px #ecbd7b, 187px 1180px #ecbd7b, 184px 1940px #ecbd7b, 1823px 551px #ecbd7b, 1826px 1519px #ecbd7b, 16px 482px #ecbd7b, 1330px 1347px #ecbd7b, 1208px 417px #ecbd7b, 1538px 176px #ecbd7b, 1947px 1359px #ecbd7b, 1828px 1313px #ecbd7b, 1073px 1546px #ecbd7b, 742px 647px #ecbd7b, 1091px 1581px #ecbd7b, 1706px 1px #ecbd7b, 1004px 1735px #ecbd7b, 1965px 1392px #ecbd7b, 1717px 321px #ecbd7b, 1763px 1803px #ecbd7b, 585px 1691px #ecbd7b, 1117px 435px #ecbd7b, 54px 1708px #ecbd7b, 1792px 1542px #ecbd7b, 59px 1355px #ecbd7b, 4px 242px #ecbd7b, 121px 1237px #ecbd7b, 415px 1672px #ecbd7b, 1937px 177px #ecbd7b, 1608px 380px #ecbd7b, 401px 1536px #ecbd7b, 639px 1526px #ecbd7b, 651px 481px #ecbd7b, 269px 121px #ecbd7b, 1046px 551px #ecbd7b, 1186px 178px #ecbd7b, 1475px 267px #ecbd7b, 406px 1458px #ecbd7b, 1048px 1250px #ecbd7b, 519px 1618px #ecbd7b, 1149px 616px #ecbd7b, 1420px 574px #ecbd7b, 1612px 343px #ecbd7b, 751px 871px #ecbd7b, 627px 727px #ecbd7b, 24px 1996px #ecbd7b, 1821px 505px #ecbd7b, 73px 709px #ecbd7b, 1206px 1049px #ecbd7b, 1787px 647px #ecbd7b, 326px 1452px #ecbd7b, 247px 589px #ecbd7b, 160px 1255px #ecbd7b, 1610px 1699px #ecbd7b, 540px 979px #ecbd7b, 266px 1922px #ecbd7b, 484px 30px #ecbd7b, 866px 280px #ecbd7b, 416px 1237px #ecbd7b, 983px 475px #ecbd7b, 619px 1896px #ecbd7b, 613px 35px #ecbd7b, 1021px 160px #ecbd7b, 415px 1191px #ecbd7b, 1533px 452px #ecbd7b, 1867px 1117px #ecbd7b, 162px 288px #ecbd7b, 355px 1175px #ecbd7b, 221px 920px #ecbd7b, 283px 347px #ecbd7b, 1687px 1631px #ecbd7b, 283px 781px #ecbd7b, 1867px 255px #ecbd7b, 741px 988px #ecbd7b, 1802px 1988px #ecbd7b, 572px 219px #ecbd7b, 1233px 1965px #ecbd7b, 1118px 1351px #ecbd7b, 543px 1033px #ecbd7b, 1877px 890px #ecbd7b, 1803px 848px #ecbd7b, 280px 1549px #ecbd7b, 617px 1230px #ecbd7b, 882px 1619px #ecbd7b, 731px 1255px #ecbd7b, 214px 1546px #ecbd7b, 1685px 936px #ecbd7b, 1434px 1328px #ecbd7b, 634px 423px #ecbd7b, 643px 1255px #ecbd7b, 488px 1046px #ecbd7b, 183px 648px #ecbd7b, 684px 1243px #ecbd7b, 1647px 1885px #ecbd7b, 462px 1108px #ecbd7b, 836px 1542px #ecbd7b, 16px 323px #ecbd7b, 1367px 1159px #ecbd7b, 1515px 1013px #ecbd7b, 1038px 832px #ecbd7b, 593px 85px #ecbd7b, 1235px 1544px #ecbd7b, 1153px 1223px #ecbd7b, 1118px 758px #ecbd7b, 866px 924px #ecbd7b, 1463px 226px #ecbd7b, 1744px 1181px #ecbd7b, 473px 1444px #ecbd7b, 433px 444px #ecbd7b, 1781px 685px #ecbd7b, 987px 118px #ecbd7b, 889px 866px #ecbd7b, 394px 1551px #ecbd7b, 277px 1425px #ecbd7b, 12px 1953px #ecbd7b, 997px 897px #ecbd7b, 1858px 1348px #ecbd7b, 1252px 797px #ecbd7b, 1188px 55px #ecbd7b, 150px 1757px #ecbd7b, 1979px 323px #ecbd7b, 1356px 1631px #ecbd7b, 705px 60px #ecbd7b, 1379px 609px #ecbd7b, 1663px 711px #ecbd7b, 259px 1944px #ecbd7b, 686px 713px #ecbd7b, 922px 734px #ecbd7b, 1167px 939px #ecbd7b, 209px 151px #ecbd7b, 62px 668px #ecbd7b, 855px 1967px #ecbd7b, 1496px 330px #ecbd7b, 1363px 1072px #ecbd7b, 1109px 1524px #ecbd7b, 1536px 1605px #ecbd7b, 1688px 237px #ecbd7b, 1118px 228px #ecbd7b, 1498px 1015px #ecbd7b, 1586px 1106px #ecbd7b, 61px 1021px #ecbd7b, 1526px 996px #ecbd7b, 672px 1055px #ecbd7b, 90px 1979px #ecbd7b, 1051px 1527px #ecbd7b, 88px 263px #ecbd7b, 1727px 356px #ecbd7b, 816px 788px #ecbd7b, 1479px 1815px #ecbd7b, 623px 1406px #ecbd7b, 616px 1894px #ecbd7b, 70px 205px #ecbd7b, 1945px 1280px #ecbd7b, 864px 1103px #ecbd7b, 1588px 1665px #ecbd7b, 904px 874px #ecbd7b, 1458px 1846px #ecbd7b, 1878px 1795px #ecbd7b, 453px 367px #ecbd7b, 1840px 62px #ecbd7b, 1015px 1630px #ecbd7b, 55px 1752px #ecbd7b, 561px 509px #ecbd7b, 86px 1748px #ecbd7b, 777px 1400px #ecbd7b, 407px 1363px #ecbd7b, 1375px 651px #ecbd7b, 1737px 845px #ecbd7b, 868px 1816px #ecbd7b, 1498px 815px #ecbd7b, 1901px 1218px #ecbd7b, 1026px 421px #ecbd7b, 1127px 898px #ecbd7b, 1061px 1724px #ecbd7b, 895px 842px #ecbd7b, 492px 557px #ecbd7b, 366px 642px #ecbd7b, 1869px 247px #ecbd7b, 1420px 890px #ecbd7b, 800px 1787px #ecbd7b, 1154px 369px #ecbd7b, 1972px 1148px #ecbd7b, 295px 18px #ecbd7b, 1988px 711px #ecbd7b, 1355px 810px #ecbd7b, 1573px 59px #ecbd7b, 1548px 733px #ecbd7b, 730px 798px #ecbd7b, 271px 775px #ecbd7b, 1135px 1401px #ecbd7b, 675px 711px #ecbd7b, 1267px 1307px #ecbd7b, 591px 1230px #ecbd7b, 179px 429px #ecbd7b, 1445px 605px #ecbd7b, 859px 796px #ecbd7b, 1276px 1991px #ecbd7b, 842px 684px #ecbd7b, 1502px 1088px #ecbd7b, 1349px 813px #ecbd7b, 999px 1668px #ecbd7b, 1206px 1720px #ecbd7b, 886px 1702px #ecbd7b, 1107px 707px #ecbd7b, 586px 611px #ecbd7b, 1788px 1542px #ecbd7b, 189px 332px #ecbd7b, 1239px 245px #ecbd7b, 1849px 1010px #ecbd7b, 322px 1405px #ecbd7b, 1352px 1201px #ecbd7b, 586px 574px #ecbd7b, 874px 1088px #ecbd7b, 562px 752px #ecbd7b, 1839px 1473px #ecbd7b, 268px 102px #ecbd7b, 1394px 789px #ecbd7b, 979px 636px #ecbd7b, 1163px 86px #ecbd7b, 1832px 1216px #ecbd7b, 20px 1579px #ecbd7b, 1589px 1584px #ecbd7b, 1344px 381px #ecbd7b, 993px 474px #ecbd7b, 1805px 1718px #ecbd7b, 231px 1584px #ecbd7b, 995px 1438px #ecbd7b, 1862px 884px #ecbd7b, 1472px 1665px #ecbd7b, 1146px 118px #ecbd7b, 1038px 1039px #ecbd7b, 587px 879px #ecbd7b, 76px 476px #ecbd7b, 1923px 1038px #ecbd7b, 292px 1568px #ecbd7b, 231px 447px #ecbd7b, 1271px 1646px #ecbd7b, 1421px 284px #ecbd7b, 468px 1539px #ecbd7b, 987px 1342px #ecbd7b, 1711px 849px #ecbd7b, 987px 1973px #ecbd7b, 647px 1636px #ecbd7b, 756px 421px #ecbd7b, 1006px 746px #ecbd7b, 1778px 498px #ecbd7b, 531px 1756px #ecbd7b, 618px 1396px #ecbd7b, 1578px 1535px #ecbd7b, 463px 144px #ecbd7b, 1889px 637px #ecbd7b, 1082px 519px #ecbd7b, 831px 420px #ecbd7b, 780px 163px #ecbd7b, 649px 819px #ecbd7b, 1053px 1607px #ecbd7b, 158px 846px #ecbd7b, 1155px 1750px #ecbd7b, 1979px 244px #ecbd7b, 1672px 1787px #ecbd7b, 198px 1367px #ecbd7b, 900px 836px #ecbd7b, 1149px 1144px #ecbd7b, 1656px 402px #ecbd7b, 1513px 872px #ecbd7b, 1425px 4px #ecbd7b, 1160px 723px #ecbd7b
}

.x-register-card-footer #stars7:after {
    content: " ";
    position: absolute;
    top: 200px
}

.x-register-card-footer #stars9 {
    opacity: .8;
    -webkit-animation: animStar 3s linear infinite;
    border-radius: 50%
}

.x-register-card-footer #stars9,
.x-register-card-footer #stars9:after {
    width: 3px;
    height: 3px;
    background: transparent;
    box-shadow: 178px 19284px #ecbd7b, 1312px 407px #ecbd7b, 405px 785px #ecbd7b, 1576px 307px #ecbd7b, 101px 1802px #ecbd7b, 1694px 1385px #ecbd7b, 1946px 1149px #ecbd7b, 52px 990px #ecbd7b, 1581px 555px #ecbd7b, 18px 1690px #ecbd7b, 862px 500px #ecbd7b, 1131px 1357px #ecbd7b, 963px 1603px #ecbd7b, 1088px 1924px #ecbd7b, 394px 197px #ecbd7b, 573px 586px #ecbd7b, 1779px 12px #ecbd7b, 388px 870px #ecbd7b, 1303px 169px #ecbd7b, 358px 475px #ecbd7b, 1508px 1383px #ecbd7b, 1543px 196px #ecbd7b, 57px 831px #ecbd7b, 1488px 1446px #ecbd7b, 1px 560px #ecbd7b, 353px 853px #ecbd7b, 787px 1970px #ecbd7b, 1681px 1928px #ecbd7b, 626px 811px #ecbd7b, 1457px 370px #ecbd7b, 1420px 1288px #ecbd7b, 1215px 223px #ecbd7b, 1751px 1200px #ecbd7b, 1715px 1527px #ecbd7b, 793px 1122px #ecbd7b, 85px 545px #ecbd7b, 287px 1595px #ecbd7b, 100px 1430px #ecbd7b, 1218px 1416px #ecbd7b, 805px 682px #ecbd7b, 1761px 357px #ecbd7b, 298px 542px #ecbd7b, 1532px 455px #ecbd7b, 571px 199px #ecbd7b, 815px 347px #ecbd7b, 911px 1329px #ecbd7b, 1009px 723px #ecbd7b, 154px 549px #ecbd7b, 833px 1295px #ecbd7b, 1971px 1567px #ecbd7b, 1674px 204px #ecbd7b, 305px 478px #ecbd7b, 1609px 1687px #ecbd7b, 1352px 451px #ecbd7b, 1911px 1071px #ecbd7b, 414px 902px #ecbd7b, 1158px 501px #ecbd7b, 1138px 1569px #ecbd7b, 496px 386px #ecbd7b, 1567px 1903px #ecbd7b, 25px 1551px #ecbd7b, 1020px 1957px #ecbd7b, 1494px 1418px #ecbd7b, 1873px 204px #ecbd7b, 1269px 1353px #ecbd7b, 957px 1508px #ecbd7b, 1098px 274px #ecbd7b, 17px 179px #ecbd7b, 330px 880px #ecbd7b, 1188px 540px #ecbd7b, 109px 511px #ecbd7b, 1684px 964px #ecbd7b, 236px 1680px #ecbd7b, 1768px 342px #ecbd7b, 560px 1768px #ecbd7b, 1421px 127px #ecbd7b, 1089px 138px #ecbd7b, 163px 1659px #ecbd7b, 795px 1788px #ecbd7b, 1654px 882px #ecbd7b, 1266px 951px #ecbd7b, 1556px 794px #ecbd7b, 959px 167px #ecbd7b, 1879px 852px #ecbd7b, 1042px 1590px #ecbd7b, 1034px 14px #ecbd7b, 1905px 302px #ecbd7b, 1142px 1420px #ecbd7b, 1624px 1092px #ecbd7b, 382px 172px #ecbd7b, 773px 1201px #ecbd7b, 1821px 1300px #ecbd7b, 1025px 1257px #ecbd7b, 754px 1259px #ecbd7b, 1375px 1724px #ecbd7b, 1483px 175px #ecbd7b, 1599px 1227px #ecbd7b, 1851px 495px #ecbd7b, 952px 6px #ecbd7b, 103px 1272px #ecbd7b, 933px 1355px #ecbd7b, 23px 951px #ecbd7b, 883px 1137px #ecbd7b, 159px 1334px #ecbd7b, 1915px 1459px #ecbd7b, 1366px 68px #ecbd7b, 1822px 1088px #ecbd7b, 1761px 508px #ecbd7b, 1442px 341px #ecbd7b, 1541px 1249px #ecbd7b, 1629px 1024px #ecbd7b, 573px 1222px #ecbd7b, 266px 1964px #ecbd7b, 1006px 1832px #ecbd7b, 1957px 853px #ecbd7b, 422px 50px #ecbd7b, 393px 1437px #ecbd7b, 200px 1335px #ecbd7b, 1774px 164px #ecbd7b, 316px 162px #ecbd7b, 1648px 1245px #ecbd7b, 1092px 1418px #ecbd7b, 10px 614px #ecbd7b, 258px 481px #ecbd7b, 892px 792px #ecbd7b, 1028px 29px #ecbd7b, 611px 166px #ecbd7b, 1178px 993px #ecbd7b, 1602px 768px #ecbd7b, 1767px 539px #ecbd7b, 677px 1471px #ecbd7b, 685px 1876px #ecbd7b, 1537px 1873px #ecbd7b, 1276px 1010px #ecbd7b, 369px 120px #ecbd7b, 1046px 1686px #ecbd7b, 878px 1257px #ecbd7b, 230px 1023px #ecbd7b, 1063px 798px #ecbd7b, 1252px 199px #ecbd7b, 1627px 785px #ecbd7b, 1502px 219px #ecbd7b, 1778px 1082px #ecbd7b, 324px 1767px #ecbd7b, 1980px 544px #ecbd7b, 627px 1792px #ecbd7b, 1176px 15px #ecbd7b, 206px 794px #ecbd7b, 133px 844px #ecbd7b, 609px 1971px #ecbd7b, 1418px 1509px #ecbd7b, 204px 1519px #ecbd7b, 1404px 821px #ecbd7b, 1860px 1008px #ecbd7b, 1929px 557px #ecbd7b, 1534px 900px #ecbd7b, 1765px 685px #ecbd7b, 1900px 1661px #ecbd7b, 980px 1218px #ecbd7b, 933px 1375px #ecbd7b, 1528px 1678px #ecbd7b, 272px 1679px #ecbd7b, 1658px 239px #ecbd7b, 1561px 1727px #ecbd7b, 1592px 1293px #ecbd7b, 1245px 306px #ecbd7b, 1813px 325px #ecbd7b, 280px 729px #ecbd7b, 277px 1110px #ecbd7b, 1647px 93px #ecbd7b, 1325px 735px #ecbd7b, 1708px 980px #ecbd7b, 156px 591px #ecbd7b, 477px 93px #ecbd7b, 1235px 1887px #ecbd7b, 1225px 1868px #ecbd7b, 1993px 644px #ecbd7b, 14px 1018px #ecbd7b, 543px 728px #ecbd7b, 18px 317px #ecbd7b, 1603px 218px #ecbd7b, 158px 98px #ecbd7b, 1848px 1775px #ecbd7b, 1700px 446px #ecbd7b, 1064px 1782px #ecbd7b, 160px 933px #ecbd7b, 77px 1177px #ecbd7b, 666px 1643px #ecbd7b, 385px 1375px #ecbd7b, 389px 646px #ecbd7b, 86px 1784px #ecbd7b, 597px 671px #ecbd7b, 1991px 1246px #ecbd7b, 1963px 818px #ecbd7b, 719px 1904px #ecbd7b, 1704px 722px #ecbd7b, 301px 1785px #ecbd7b, 898px 1154px #ecbd7b, 1061px 1451px #ecbd7b, 620px 629px #ecbd7b, 300px 1316px #ecbd7b, 1599px 1537px #ecbd7b, 1334px 944px #ecbd7b, 718px 1028px #ecbd7b, 221px 479px #ecbd7b, 1653px 572px #ecbd7b, 1528px 516px #ecbd7b, 1946px 1537px #ecbd7b, 1160px 219px #ecbd7b, 56px 1120px #ecbd7b, 308px 1262px #ecbd7b, 1445px 274px #ecbd7b, 1322px 1440px #ecbd7b, 444px 1625px #ecbd7b, 91px 1732px #ecbd7b, 299px 519px #ecbd7b, 1664px 1323px #ecbd7b, 330px 1318px #ecbd7b, 296px 971px #ecbd7b, 227px 1347px #ecbd7b, 1288px 939px #ecbd7b, 307px 513px #ecbd7b, 289px 1115px #ecbd7b, 1254px 1837px #ecbd7b, 950px 1993px #ecbd7b, 626px 799px #ecbd7b, 263px 1655px #ecbd7b, 812px 420px #ecbd7b, 286px 1102px #ecbd7b, 1618px 795px #ecbd7b, 1566px 1726px #ecbd7b, 785px 1507px #ecbd7b, 457px 1616px #ecbd7b, 1121px 1313px #ecbd7b, 239px 744px #ecbd7b, 1440px 619px #ecbd7b, 1472px 407px #ecbd7b, 661px 1198px #ecbd7b, 1759px 139px #ecbd7b, 1940px 18px #ecbd7b, 583px 831px #ecbd7b, 93px 233px #ecbd7b, 1775px 1789px #ecbd7b, 1255px 1527px #ecbd7b, 1535px 1130px #ecbd7b, 1538px 978px #ecbd7b, 270px 861px #ecbd7b, 1425px 556px #ecbd7b, 1368px 1179px #ecbd7b, 1830px 67px #ecbd7b, 799px 875px #ecbd7b, 1699px 1251px #ecbd7b, 842px 624px #ecbd7b, 1030px 1804px #ecbd7b, 3px 1433px #ecbd7b, 230px 66px #ecbd7b, 1206px 92px #ecbd7b, 1030px 526px #ecbd7b, 1474px 1463px #ecbd7b, 1572px 1739px #ecbd7b, 124px 1069px #ecbd7b, 1202px 465px #ecbd7b, 207px 174px #ecbd7b, 1244px 1450px #ecbd7b, 1857px 1422px #ecbd7b, 1724px 71px #ecbd7b, 573px 780px #ecbd7b, 720px 1568px #ecbd7b, 350px 100px #ecbd7b, 581px 981px #ecbd7b, 1306px 1692px #ecbd7b, 943px 1015px #ecbd7b, 1576px 1107px #ecbd7b, 161px 1033px #ecbd7b, 1847px 1686px #ecbd7b, 1456px 1874px #ecbd7b, 439px 1328px #ecbd7b, 242px 334px #ecbd7b, 1688px 1119px #ecbd7b, 1664px 232px #ecbd7b, 974px 1861px #ecbd7b, 1572px 669px #ecbd7b, 1653px 979px #ecbd7b, 1204px 1458px #ecbd7b, 742px 1962px #ecbd7b, 132px 914px #ecbd7b, 492px 1910px #ecbd7b, 794px 1342px #ecbd7b, 1598px 1906px #ecbd7b, 1224px 877px #ecbd7b, 388px 507px #ecbd7b, 1117px 1316px #ecbd7b, 267px 1344px #ecbd7b, 533px 1853px #ecbd7b, 524px 299px #ecbd7b, 1381px 740px #ecbd7b, 1955px 816px #ecbd7b, 168px 101px #ecbd7b, 635px 1757px #ecbd7b, 787px 284px #ecbd7b, 1325px 1943px #ecbd7b, 1477px 361px #ecbd7b, 1464px 1933px #ecbd7b, 25px 1645px #ecbd7b, 1148px 1458px #ecbd7b, 396px 1629px #ecbd7b, 1425px 1942px #ecbd7b, 871px 759px #ecbd7b, 1075px 400px #ecbd7b, 1904px 399px #ecbd7b, 1446px 146px #ecbd7b, 724px 1162px #ecbd7b, 1512px 202px #ecbd7b, 142px 681px #ecbd7b, 144px 1067px #ecbd7b, 1874px 1542px #ecbd7b, 1966px 972px #ecbd7b, 144px 547px #ecbd7b, 1410px 167px #ecbd7b, 518px 625px #ecbd7b, 930px 529px #ecbd7b, 212px 832px #ecbd7b, 785px 1153px #ecbd7b, 718px 531px #ecbd7b, 879px 1396px #ecbd7b, 1547px 61px #ecbd7b, 1599px 720px #ecbd7b, 665px 1794px #ecbd7b, 1620px 1614px #ecbd7b, 980px 1180px #ecbd7b, 458px 84px #ecbd7b, 1952px 1534px #ecbd7b, 1549px 788px #ecbd7b, 1497px 62px #ecbd7b, 1773px 118px #ecbd7b, 1393px 369px #ecbd7b, 730px 1271px #ecbd7b, 105px 1653px #ecbd7b, 575px 1184px #ecbd7b, 990px 1391px #ecbd7b, 1323px 340px #ecbd7b, 1201px 922px #ecbd7b, 1653px 1121px #ecbd7b, 313px 1421px #ecbd7b, 918px 1570px #ecbd7b, 1652px 1705px #ecbd7b, 904px 618px #ecbd7b, 251px 1321px #ecbd7b, 1002px 993px #ecbd7b, 236px 1132px #ecbd7b, 25px 1749px #ecbd7b, 400px 450px #ecbd7b, 679px 456px #ecbd7b, 282px 1184px #ecbd7b, 1792px 1120px #ecbd7b, 469px 1680px #ecbd7b, 932px 127px #ecbd7b, 1651px 987px #ecbd7b, 1567px 1210px #ecbd7b, 945px 1154px #ecbd7b, 267px 1681px #ecbd7b, 636px 642px #ecbd7b, 667px 1440px #ecbd7b, 730px 1094px #ecbd7b, 1358px 468px #ecbd7b, 107px 523px #ecbd7b, 657px 1902px #ecbd7b, 1874px 410px #ecbd7b, 722px 1693px #ecbd7b, 1532px 745px #ecbd7b, 1078px 1917px #ecbd7b, 918px 948px #ecbd7b, 1061px 1771px #ecbd7b, 988px 71px #ecbd7b, 1907px 1923px #ecbd7b, 362px 313px #ecbd7b, 1457px 794px #ecbd7b, 1181px 63px #ecbd7b, 731px 947px #ecbd7b, 395px 1894px #ecbd7b, 581px 425px #ecbd7b, 463px 1283px #ecbd7b, 1242px 815px #ecbd7b, 1507px 33px #ecbd7b, 46px 733px #ecbd7b, 1494px 871px #ecbd7b, 279px 1964px #ecbd7b, 792px 705px #ecbd7b, 1484px 837px #ecbd7b, 528px 103px #ecbd7b, 1371px 271px #ecbd7b, 426px 1367px #ecbd7b, 58px 1511px #ecbd7b, 174px 1813px #ecbd7b, 568px 794px #ecbd7b, 1056px 1563px #ecbd7b, 410px 1262px #ecbd7b, 1138px 252px #ecbd7b, 731px 1563px #ecbd7b, 965px 1344px #ecbd7b, 750px 1620px #ecbd7b, 1848px 101px #ecbd7b, 780px 1469px #ecbd7b, 1752px 254px #ecbd7b, 1798px 881px #ecbd7b, 1255px 329px #ecbd7b, 778px 31px #ecbd7b, 117px 175px #ecbd7b, 1906px 740px #ecbd7b, 441px 539px #ecbd7b, 1465px 1206px #ecbd7b, 695px 160px #ecbd7b, 548px 190px #ecbd7b, 1657px 1597px #ecbd7b, 258px 784px #ecbd7b, 353px 401px #ecbd7b, 1843px 654px #ecbd7b, 238px 1783px #ecbd7b, 1699px 335px #ecbd7b, 1258px 1300px #ecbd7b, 623px 981px #ecbd7b, 1155px 933px #ecbd7b, 1854px 1464px #ecbd7b, 741px 1280px #ecbd7b, 1557px 32px #ecbd7b, 459px 280px #ecbd7b, 1811px 320px #ecbd7b, 1949px 1471px #ecbd7b, 397px 865px #ecbd7b, 1780px 13px #ecbd7b, 751px 220px #ecbd7b, 1801px 978px #ecbd7b, 1352px 590px #ecbd7b, 1189px 377px #ecbd7b, 1557px 39px #ecbd7b, 59px 844px #ecbd7b, 1106px 1842px #ecbd7b, 217px 1947px #ecbd7b, 221px 529px #ecbd7b, 261px 817px #ecbd7b, 692px 1567px #ecbd7b, 606px 1842px #ecbd7b, 431px 1168px #ecbd7b, 1453px 1951px #ecbd7b, 1271px 1249px #ecbd7b, 191px 1237px #ecbd7b, 1730px 1563px #ecbd7b, 628px 1767px #ecbd7b, 1804px 970px #ecbd7b, 1695px 1965px #ecbd7b, 1009px 426px #ecbd7b, 773px 583px #ecbd7b, 1800px 1px #ecbd7b, 539px 1539px #ecbd7b, 374px 1232px #ecbd7b, 1917px 494px #ecbd7b, 1185px 599px #ecbd7b, 1657px 1800px #ecbd7b, 1088px 37px #ecbd7b, 547px 1506px #ecbd7b, 918px 122px #ecbd7b, 33px 662px #ecbd7b, 168px 1363px #ecbd7b, 1158px 351px #ecbd7b, 1847px 1516px #ecbd7b, 334px 423px #ecbd7b, 1668px 999px #ecbd7b, 1871px 1776px #ecbd7b, 1177px 109px #ecbd7b, 981px 443px #ecbd7b, 1201px 966px #ecbd7b, 262px 732px #ecbd7b, 768px 1811px #ecbd7b, 1466px 1230px #ecbd7b, 642px 1198px #ecbd7b, 450px 84px #ecbd7b, 1043px 1683px #ecbd7b, 1529px 963px #ecbd7b, 224px 443px #ecbd7b, 401px 1806px #ecbd7b, 1212px 1389px #ecbd7b, 174px 630px #ecbd7b, 1469px 1762px #ecbd7b, 1818px 79px #ecbd7b, 740px 1282px #ecbd7b, 1859px 1803px #ecbd7b, 270px 1459px #ecbd7b, 968px 730px #ecbd7b, 1878px 1454px #ecbd7b, 1496px 139px #ecbd7b, 1912px 1157px #ecbd7b, 950px 906px #ecbd7b, 1275px 1642px #ecbd7b, 1784px 943px #ecbd7b, 925px 1667px #ecbd7b, 1910px 136px #ecbd7b, 13px 1671px #ecbd7b, 1020px 114px #ecbd7b, 1950px 833px #ecbd7b, 1035px 887px #ecbd7b
}

.x-register-card-footer #stars9:after {
    content: " ";
    position: absolute;
    top: 200px
}

.x-register-card-footer #stars10 {
    opacity: .8;
    -webkit-animation: animStar 3s linear infinite;
    border-radius: 50%
}

.x-register-card-footer #stars10,
.x-register-card-footer #stars10:after {
    width: 5px;
    height: 5px;
    background: transparent;
    box-shadow: 1693px 16223px #ecbd7b, 408px 256px #ecbd7b, 188px 1882px #ecbd7b, 95px 1149px #ecbd7b, 1782px 1493px #ecbd7b, 1520px 3px #ecbd7b, 1088px 1856px #ecbd7b, 658px 1081px #ecbd7b, 1080px 1777px #ecbd7b, 1583px 287px #ecbd7b, 875px 630px #ecbd7b, 1087px 631px #ecbd7b, 476px 1400px #ecbd7b, 1639px 1424px #ecbd7b, 1075px 1909px #ecbd7b, 1861px 1509px #ecbd7b, 686px 1781px #ecbd7b, 1624px 1089px #ecbd7b, 1223px 690px #ecbd7b, 936px 210px #ecbd7b, 513px 1988px #ecbd7b, 1684px 1696px #ecbd7b, 771px 1307px #ecbd7b, 968px 1102px #ecbd7b, 1384px 969px #ecbd7b, 1862px 1543px #ecbd7b, 957px 24px #ecbd7b, 544px 157px #ecbd7b, 635px 99px #ecbd7b, 152px 50px #ecbd7b, 349px 1395px #ecbd7b, 932px 505px #ecbd7b, 756px 1282px #ecbd7b, 1172px 1611px #ecbd7b, 1849px 1193px #ecbd7b, 187px 1180px #ecbd7b, 184px 1940px #ecbd7b, 1823px 551px #ecbd7b, 1826px 1519px #ecbd7b, 16px 482px #ecbd7b, 1330px 1347px #ecbd7b, 1208px 417px #ecbd7b, 1538px 176px #ecbd7b, 1947px 1359px #ecbd7b, 1828px 1313px #ecbd7b, 1073px 1546px #ecbd7b, 742px 647px #ecbd7b, 1091px 1581px #ecbd7b, 1706px 1px #ecbd7b, 1004px 1735px #ecbd7b, 1965px 1392px #ecbd7b, 1717px 321px #ecbd7b, 1763px 1803px #ecbd7b, 585px 1691px #ecbd7b, 1117px 435px #ecbd7b, 54px 1708px #ecbd7b, 1792px 1542px #ecbd7b, 59px 1355px #ecbd7b, 4px 242px #ecbd7b, 121px 1237px #ecbd7b, 415px 1672px #ecbd7b, 1937px 177px #ecbd7b, 1608px 380px #ecbd7b, 401px 1536px #ecbd7b, 639px 1526px #ecbd7b, 651px 481px #ecbd7b, 269px 121px #ecbd7b, 1046px 551px #ecbd7b, 1186px 178px #ecbd7b, 1475px 267px #ecbd7b, 406px 1458px #ecbd7b, 1048px 1250px #ecbd7b, 519px 1618px #ecbd7b, 1149px 616px #ecbd7b, 1420px 574px #ecbd7b, 1612px 343px #ecbd7b, 751px 871px #ecbd7b, 627px 727px #ecbd7b, 24px 1996px #ecbd7b, 1821px 505px #ecbd7b, 73px 709px #ecbd7b, 1206px 1049px #ecbd7b, 1787px 647px #ecbd7b, 326px 1452px #ecbd7b, 247px 589px #ecbd7b, 160px 1255px #ecbd7b, 1610px 1699px #ecbd7b, 540px 979px #ecbd7b, 266px 1922px #ecbd7b, 484px 30px #ecbd7b, 866px 280px #ecbd7b, 416px 1237px #ecbd7b, 983px 475px #ecbd7b, 619px 1896px #ecbd7b, 613px 35px #ecbd7b, 1021px 160px #ecbd7b, 415px 1191px #ecbd7b, 1533px 452px #ecbd7b, 1867px 1117px #ecbd7b, 162px 288px #ecbd7b, 355px 1175px #ecbd7b, 221px 920px #ecbd7b, 283px 347px #ecbd7b, 1687px 1631px #ecbd7b, 283px 781px #ecbd7b, 1867px 255px #ecbd7b, 741px 988px #ecbd7b, 1802px 1988px #ecbd7b, 572px 219px #ecbd7b, 1233px 1965px #ecbd7b, 1118px 1351px #ecbd7b, 543px 1033px #ecbd7b, 1877px 890px #ecbd7b, 1803px 848px #ecbd7b, 280px 1549px #ecbd7b, 617px 1230px #ecbd7b, 882px 1619px #ecbd7b, 731px 1255px #ecbd7b, 214px 1546px #ecbd7b, 1685px 936px #ecbd7b, 1434px 1328px #ecbd7b, 634px 423px #ecbd7b, 643px 1255px #ecbd7b, 488px 1046px #ecbd7b, 183px 648px #ecbd7b, 684px 1243px #ecbd7b, 1647px 1885px #ecbd7b, 462px 1108px #ecbd7b, 836px 1542px #ecbd7b, 16px 323px #ecbd7b, 1367px 1159px #ecbd7b, 1515px 1013px #ecbd7b, 1038px 832px #ecbd7b, 593px 85px #ecbd7b, 1235px 1544px #ecbd7b, 1153px 1223px #ecbd7b, 1118px 758px #ecbd7b, 866px 924px #ecbd7b, 1463px 226px #ecbd7b, 1744px 1181px #ecbd7b, 473px 1444px #ecbd7b, 433px 444px #ecbd7b, 1781px 685px #ecbd7b, 987px 118px #ecbd7b, 889px 866px #ecbd7b, 394px 1551px #ecbd7b, 277px 1425px #ecbd7b, 12px 1953px #ecbd7b, 997px 897px #ecbd7b, 1858px 1348px #ecbd7b, 1252px 797px #ecbd7b, 1188px 55px #ecbd7b, 150px 1757px #ecbd7b, 1979px 323px #ecbd7b, 1356px 1631px #ecbd7b, 705px 60px #ecbd7b, 1379px 609px #ecbd7b, 1663px 711px #ecbd7b, 259px 1944px #ecbd7b, 686px 713px #ecbd7b, 922px 734px #ecbd7b, 1167px 939px #ecbd7b, 209px 151px #ecbd7b, 62px 668px #ecbd7b, 855px 1967px #ecbd7b, 1496px 330px #ecbd7b, 1363px 1072px #ecbd7b, 1109px 1524px #ecbd7b, 1536px 1605px #ecbd7b, 1688px 237px #ecbd7b, 1118px 228px #ecbd7b, 1498px 1015px #ecbd7b, 1586px 1106px #ecbd7b, 61px 1021px #ecbd7b, 1526px 996px #ecbd7b, 672px 1055px #ecbd7b, 90px 1979px #ecbd7b, 1051px 1527px #ecbd7b, 88px 263px #ecbd7b, 1727px 356px #ecbd7b, 816px 788px #ecbd7b, 1479px 1815px #ecbd7b, 623px 1406px #ecbd7b, 616px 1894px #ecbd7b, 70px 205px #ecbd7b, 1945px 1280px #ecbd7b, 864px 1103px #ecbd7b, 1588px 1665px #ecbd7b, 904px 874px #ecbd7b, 1458px 1846px #ecbd7b, 1878px 1795px #ecbd7b, 453px 367px #ecbd7b, 1840px 62px #ecbd7b, 1015px 1630px #ecbd7b, 55px 1752px #ecbd7b, 561px 509px #ecbd7b, 86px 1748px #ecbd7b, 777px 1400px #ecbd7b, 407px 1363px #ecbd7b, 1375px 651px #ecbd7b, 1737px 845px #ecbd7b, 868px 1816px #ecbd7b, 1498px 815px #ecbd7b, 1901px 1218px #ecbd7b, 1026px 421px #ecbd7b, 1127px 898px #ecbd7b, 1061px 1724px #ecbd7b, 895px 842px #ecbd7b, 492px 557px #ecbd7b, 366px 642px #ecbd7b, 1869px 247px #ecbd7b, 1420px 890px #ecbd7b, 800px 1787px #ecbd7b, 1154px 369px #ecbd7b, 1972px 1148px #ecbd7b, 295px 18px #ecbd7b, 1988px 711px #ecbd7b, 1355px 810px #ecbd7b, 1573px 59px #ecbd7b, 1548px 733px #ecbd7b, 730px 798px #ecbd7b, 271px 775px #ecbd7b, 1135px 1401px #ecbd7b, 675px 711px #ecbd7b, 1267px 1307px #ecbd7b, 591px 1230px #ecbd7b, 179px 429px #ecbd7b, 1445px 605px #ecbd7b, 859px 796px #ecbd7b, 1276px 1991px #ecbd7b, 842px 684px #ecbd7b, 1502px 1088px #ecbd7b, 1349px 813px #ecbd7b, 999px 1668px #ecbd7b, 1206px 1720px #ecbd7b, 886px 1702px #ecbd7b, 1107px 707px #ecbd7b, 586px 611px #ecbd7b, 1788px 1542px #ecbd7b, 189px 332px #ecbd7b, 1239px 245px #ecbd7b, 1849px 1010px #ecbd7b, 322px 1405px #ecbd7b, 1352px 1201px #ecbd7b, 586px 574px #ecbd7b, 874px 1088px #ecbd7b, 562px 752px #ecbd7b, 1839px 1473px #ecbd7b, 268px 102px #ecbd7b, 1394px 789px #ecbd7b, 979px 636px #ecbd7b, 1163px 86px #ecbd7b, 1832px 1216px #ecbd7b, 20px 1579px #ecbd7b, 1589px 1584px #ecbd7b, 1344px 381px #ecbd7b, 993px 474px #ecbd7b, 1805px 1718px #ecbd7b, 231px 1584px #ecbd7b, 995px 1438px #ecbd7b, 1862px 884px #ecbd7b, 1472px 1665px #ecbd7b, 1146px 118px #ecbd7b, 1038px 1039px #ecbd7b, 587px 879px #ecbd7b, 76px 476px #ecbd7b, 1923px 1038px #ecbd7b, 292px 1568px #ecbd7b, 231px 447px #ecbd7b, 1271px 1646px #ecbd7b, 1421px 284px #ecbd7b, 468px 1539px #ecbd7b, 987px 1342px #ecbd7b, 1711px 849px #ecbd7b, 987px 1973px #ecbd7b, 647px 1636px #ecbd7b, 756px 421px #ecbd7b, 1006px 746px #ecbd7b, 1778px 498px #ecbd7b, 531px 1756px #ecbd7b, 618px 1396px #ecbd7b, 1578px 1535px #ecbd7b, 463px 144px #ecbd7b, 1889px 637px #ecbd7b, 1082px 519px #ecbd7b, 831px 420px #ecbd7b, 780px 163px #ecbd7b, 649px 819px #ecbd7b, 1053px 1607px #ecbd7b, 158px 846px #ecbd7b, 1155px 1750px #ecbd7b, 1979px 244px #ecbd7b, 1672px 1787px #ecbd7b, 198px 1367px #ecbd7b, 900px 836px #ecbd7b, 1149px 1144px #ecbd7b, 1656px 402px #ecbd7b, 1513px 872px #ecbd7b, 1425px 4px #ecbd7b, 1160px 723px #ecbd7b
}

.x-register-card-footer #stars10:after {
    content: " ";
    position: absolute;
    top: 200px
}

.x-landing-logo-provider {
    padding: 1.5rem 0 3rem
}

.x-landing-logo-provider .-title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center
}

@media (max-width:767.98px) {
    .x-landing-logo-provider .-title {
        font-size: 1rem
    }
}

.x-landing-logo-provider .-hr-border-glow {
    width: 25%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ecbd7b 30%, #ecbd7b 70%, transparent)
}

.x-landing-logo-provider .-hr-border-glow .-landing-title-default {
    width: 60%;
    height: 3px
}

.x-landing-logo-provider .-casino-wrapper .-nav-container,
.x-landing-logo-provider .-slot-wrapper .-nav-container,
.x-landing-logo-provider .-sport-wrapper .-nav-container {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.x-landing-logo-provider .-casino-wrapper .-nav-container .-nav-item,
.x-landing-logo-provider .-slot-wrapper .-nav-container .-nav-item,
.x-landing-logo-provider .-sport-wrapper .-nav-container .-nav-item {
    padding: 5px;
    text-align: center
}

@media (max-width:767.98px) {
    .x-landing-logo-provider .-casino-wrapper .-nav-container {
        justify-content: center
    }
}

@media (max-width:767.98px) {
    .x-landing-logo-provider .-casino-wrapper .-nav-container .-nav-item {
        width: 25% !important
    }

    .x-landing-logo-provider .-casino-wrapper .-nav-container .-nav-item.-width-mobile {
        width: 20% !important
    }
}

.x-landing-logo-provider .-casino-wrapper .-nav-container .-nav-item .-logo-circle {
    width: 100%;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.x-landing-logo-provider .-casino-wrapper .-nav-container .-nav-item:hover .-logo-circle {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media (max-width:767.98px) {
    .x-landing-logo-provider .-slot-wrapper .-nav-container {
        justify-content: center
    }
}

@media (max-width:767.98px) {
    .x-landing-logo-provider .-slot-wrapper .-nav-container .-nav-item {
        width: 25% !important
    }

    .x-landing-logo-provider .-slot-wrapper .-nav-container .-nav-item.-width-mobile {
        width: 20% !important
    }
}

.x-landing-logo-provider .-slot-wrapper .-nav-container .-nav-item .-cv-box {
    position: relative;
    overflow: hidden
}

.x-landing-logo-provider .-slot-wrapper .-nav-container .-nav-item .-cv-box .-cover-vertical {
    width: 100%;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.x-landing-logo-provider .-slot-wrapper .-nav-container .-nav-item .-logo-horizontal {
    width: 80%;
    margin-top: 5px
}

.x-landing-logo-provider .-slot-wrapper .-nav-container .-nav-item:hover .-cv-box .-cover-vertical {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media (max-width:767.98px) {
    .x-landing-logo-provider .-sport-wrapper .-nav-container {
        justify-content: center
    }
}

.x-landing-logo-provider .-sport-wrapper .-nav-container .-nav-item {
    width: 14.28571%
}

@media (max-width:767.98px) {
    .x-landing-logo-provider .-sport-wrapper .-nav-container .-nav-item {
        width: 25% !important
    }
}

.x-landing-logo-provider .-sport-wrapper .-nav-container .-nav-item .-cv-box {
    position: relative;
    overflow: hidden
}

.x-landing-logo-provider .-sport-wrapper .-nav-container .-nav-item .-cv-box .-cover-vertical {
    width: 100%;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.x-landing-logo-provider .-sport-wrapper .-nav-container .-nav-item .-logo-horizontal {
    width: 80%;
    margin-top: 5px
}

.x-landing-logo-provider .-sport-wrapper .-nav-container .-nav-item:hover .-cv-box .-cover-vertical {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.x-credit-free-bottom-container .x-hr-border-glow {
    width: 25%;
    margin-top: 0
}

.x-progress-bar {
    background-image: linear-gradient(135deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 1rem 1rem !important;
    background-color: #62a59b !important;
    -webkit-animation: x-progress-bar-stripes 1s linear infinite;
    animation: x-progress-bar-stripes 1s linear infinite;
    border-radius: 10px
}

.x-progress-bar:before {
    content: " ";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 40%, rgba(170, 255, 250, .4) 60%, rgba(170, 255, 250, .8))
}

.x-landing-page {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.x-footer {
    background: #000
}

@media (max-width:991.98px) {
    .x-footer.-bottom-safe-area {
        padding-bottom: 74px
    }
}

.x-footer .-inner-wrapper {
    font-size: .875rem
}

.x-footer .-inner-wrapper .-text-title {
    margin: 1.5rem auto 1rem;
    font-size: .875rem;
    text-align: center
}

.x-footer .-inner-wrapper .-list-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1rem
}

.x-footer .-inner-wrapper .-list-menu .-list-item {
    margin: 0 .25rem .5rem
}

.x-footer .-inner-wrapper .-list-menu .-list-item .-btn-link {
    display: block;
    padding: 5px 15px;
    min-width: 100px;
    color: #8e8e8e;
    background: #2c2c2c;
    font-size: .875rem;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    transition: all .2s
}

.x-footer .-inner-wrapper .-list-menu .-list-item .-btn-link:hover {
    color: #8e8e8e;
    background: #1d212a
}

@media (max-width:575.98px) {
    .x-footer.-has-my-score-ranking {
        padding-bottom: 90px !important
    }
}

.x-footer .-term-btn {
    color: hsla(0, 0%, 100%, .5)
}

.x-footer .-copyright-wrapper {
    margin-top: 1rem;
    padding: 10px;
    text-align: center;
    color: #d4d4d4;
    background: #2c2c2c
}

@media (max-width:575.98px) {
    .x-footer .-copyright-wrapper {
        padding: 8px;
        font-size: .8rem
    }
}

.x-footer-seo {
    text-align: center
}

.x-footer-seo .-tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #353535
}

.x-footer-seo .-tags .btn {
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 5px 15px;
    line-height: 1.5;
    font-size: .875rem;
    color: #8e8e8e;
    background: #2c2c2c;
    border: none;
    border-radius: 8px
}

.x-footer-seo .-tags .btn:hover {
    background: #1d212a
}

@media (max-width:991.98px) {
    .x-footer.-three-columns {
        padding-bottom: 76px !important
    }
}

@media (max-width:767.98px) {
    .x-footer.-three-columns {
        padding-bottom: 74px !important
    }
}

.x-footer.-three-columns.-anon {
    padding-bottom: 0 !important
}

.x-footer.-three-columns .-inner-wrapper {
    position: relative;
    padding: 3rem 2rem 0
}

@media (max-width:991.98px) {
    .x-footer.-three-columns .-inner-wrapper {
        padding: 3rem 1rem 0
    }
}

@media (max-width:767.98px) {
    .x-footer.-three-columns .-inner-wrapper {
        padding: 2rem 1rem 0
    }
}

.x-footer.-three-columns .-inner-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, #f22662 0, #f886a8 50%, #d80d49)
}

.x-footer.-three-columns .-inner-wrapper .-row {
    display: flex;
    flex-wrap: wrap
}

.x-footer.-three-columns .-inner-wrapper .-column-center,
.x-footer.-three-columns .-inner-wrapper .-column-left,
.x-footer.-three-columns .-inner-wrapper .-column-right {
    position: relative;
    width: 100%
}

@media (min-width:992px) {
    .x-footer.-three-columns .-inner-wrapper .-column-left {
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width:992px) {
    .x-footer.-three-columns .-inner-wrapper .-column-center {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:1350px) {
    .x-footer.-three-columns .-inner-wrapper .-column-center {
        flex: 0 0 55%;
        max-width: 55%
    }
}

@media (min-width:992px) {
    .x-footer.-three-columns .-inner-wrapper .-column-right {
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width:1350px) {
    .x-footer.-three-columns .-inner-wrapper .-column-right {
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (max-width:991.98px) {
    .x-footer.-three-columns .-inner-wrapper .-description-wrapper {
        display: flex;
        flex-flow: column;
        text-align: center
    }
}

.x-footer.-three-columns .-inner-wrapper .-description-wrapper.-wrapper-cert {
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media (max-width:991.98px) {
    .x-footer.-three-columns .-inner-wrapper .-description-wrapper.-wrapper-cert {
        display: none
    }
}

.x-footer.-three-columns .-inner-wrapper .-description-wrapper .-logo-left {
    width: 140px;
    height: auto;
    margin-bottom: 1rem
}

@media (max-width:991.98px) {
    .x-footer.-three-columns .-inner-wrapper .-description-wrapper .-logo-left {
        margin: auto auto 1rem
    }
}

.x-footer.-three-columns .-inner-wrapper .-description-wrapper .-logo-right {
    width: 160px;
    height: auto;
    margin: -.5rem auto .5rem 2rem
}

@media (max-width:991.98px) {
    .x-footer.-three-columns .-inner-wrapper .-description-wrapper .-logo-right {
        margin: 0 0 1rem
    }
}

.x-footer.-three-columns .-inner-wrapper .-description-wrapper .-title {
    font-size: 1.1rem;
    font-weight: 500;
    color: #fcfcfc
}

@media (max-width:575.98px) {
    .x-footer.-three-columns .-inner-wrapper .-description-wrapper .-title {
        font-size: 1rem
    }
}

.x-footer.-three-columns .-inner-wrapper .-description-wrapper .-description {
    font-size: 1rem;
    font-weight: 400;
    color: #aaa
}

@media (max-width:575.98px) {
    .x-footer.-three-columns .-inner-wrapper .-description-wrapper .-description {
        font-size: .8rem
    }
}

.x-footer.-three-columns .-inner-wrapper .-description-wrapper .-title-channel {
    margin-bottom: 1rem;
    font-size: 1rem
}

@media (max-width:767.98px) {
    .x-footer.-three-columns .-inner-wrapper .-description-wrapper .-title-channel {
        margin-bottom: .5rem
    }
}

.x-footer.-three-columns .-inner-wrapper .-description-wrapper .-block-social {
    display: flex
}

@media (max-width:991.98px) {
    .x-footer.-three-columns .-inner-wrapper .-description-wrapper .-block-social {
        justify-content: center
    }
}

.x-footer.-three-columns .-inner-wrapper .-description-wrapper .-description-cert {
    display: flex;
    align-items: center;
    margin-top: .5rem
}

@media (max-width:991.98px) {
    .x-footer.-three-columns .-inner-wrapper .-description-wrapper .-description-cert {
        justify-content: center
    }
}

@media (max-width:991.98px) {
    .x-footer.-three-columns .-inner-wrapper .-description-wrapper .-order {
        order: -1
    }
}

.x-footer.-three-columns .-inner-wrapper .x-footer-seo .-tags {
    margin-bottom: 0;
    border-bottom: none
}

.x-footer.-three-columns .-inner-wrapper .x-footer-seo .-tags .-btn-tag {
    width: 12%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

@media (max-width:1350px) {
    .x-footer.-three-columns .-inner-wrapper .x-footer-seo .-tags .-btn-tag {
        width: 14%
    }
}

@media (max-width:1199.98px) {
    .x-footer.-three-columns .-inner-wrapper .x-footer-seo .-tags .-btn-tag {
        width: 22%
    }
}

@media (max-width:991.98px) {
    .x-footer.-three-columns .-inner-wrapper .x-footer-seo .-tags .-btn-tag {
        width: 30%
    }
}

@media (max-width:575.98px) {
    .x-footer.-three-columns .-inner-wrapper .x-footer-seo .-tags .-btn-tag {
        width: 46%
    }
}

.x-footer.-three-columns .-inner-wrapper .x-footer-seo .-tags .slick-dots li.slick-active button:before {
    color: transparent
}

.x-footer.-three-columns .-copyright-wrapper {
    margin-top: 1rem;
    padding: 10px;
    text-align: center;
    color: #999;
    background: #000
}

@media (max-width:575.98px) {
    .x-footer.-three-columns .-copyright-wrapper {
        padding: 8px;
        font-size: .8rem
    }
}

.x-footer.-three-columns.-bg-footer {
    padding-top: 2rem
}

.x-footer.-ezc .-footer-wrapper {
    display: flex;
    flex-direction: column;
    background: #232323;
    padding: 0
}

@media (max-width:991.98px) {
    .x-footer.-ezc .-footer-wrapper {
        background: transparent;
        padding-bottom: 100px
    }
}

@media (max-width:991.98px) {
    .x-footer.-ezc.-landing-page .-footer-wrapper {
        background: #232323;
        padding-bottom: 20px
    }
}

.x-footer.-ezc.-landing-page .-footer-bottom-wrapper,
.x-footer.-ezc.-landing-page .-footer-inner-wrapper .-describe-wrapper .-content-wrapper .-content {
    color: #f3f3f3
}

.x-footer.-ezc .-footer-inner-wrapper {
    display: flex;
    justify-content: space-evenly;
    transition: all .4s;
    padding: 2rem 1rem 1rem
}

@media (max-width:1480px) {
    .x-footer.-ezc .-footer-inner-wrapper {
        justify-content: space-between
    }
}

@media (max-width:1199.98px) {
    .x-footer.-ezc .-footer-inner-wrapper {
        justify-content: center;
        flex-wrap: wrap
    }
}

@media (max-width:991.98px) {
    .x-footer.-ezc .-footer-inner-wrapper {
        padding: 2rem 0
    }
}

.x-footer.-ezc .-footer-inner-wrapper .-describe-wrapper {
    flex: 0 0 24%;
    min-width: 300px;
    transition: all .4s
}

@media (max-width:1480px) {
    .x-footer.-ezc .-footer-inner-wrapper .-describe-wrapper {
        margin: 0 auto
    }
}

@media (max-width:1199.98px) {
    .x-footer.-ezc .-footer-inner-wrapper .-describe-wrapper {
        flex: 0 0 80%;
        align-items: center
    }
}

@media (max-width:767.98px) {
    .x-footer.-ezc .-footer-inner-wrapper .-describe-wrapper {
        flex: 0 0 100%
    }
}

.x-footer.-ezc .-footer-inner-wrapper .-describe-wrapper .-content-wrapper {
    padding: 0 1rem
}

@media (max-width:1199.98px) {
    .x-footer.-ezc .-footer-inner-wrapper .-describe-wrapper .-content-wrapper {
        text-align: center
    }
}

.x-footer.-ezc .-footer-inner-wrapper .-describe-wrapper .-content-wrapper .-title {
    color: #78c5fc;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5
}

@media (min-width:1200px) and (max-width:1480px) {
    .x-footer.-ezc .-footer-inner-wrapper .-describe-wrapper .-content-wrapper .-title {
        font-size: 1rem
    }
}

@media (max-width:575.98px) {
    .x-footer.-ezc .-footer-inner-wrapper .-describe-wrapper .-content-wrapper .-title {
        margin-bottom: .75rem
    }
}

.x-footer.-ezc .-footer-inner-wrapper .-describe-wrapper .-content-wrapper .-content {
    margin-top: .25rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5
}

@media (min-width:1200px) and (max-width:1480px) {
    .x-footer.-ezc .-footer-inner-wrapper .-describe-wrapper .-content-wrapper .-content {
        font-size: 1rem
    }
}

.x-footer.-ezc .-footer-inner-wrapper .-describe-wrapper .-banner-icon-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    padding: 0 1rem
}

@media (max-width:1199.98px) {
    .x-footer.-ezc .-footer-inner-wrapper .-describe-wrapper .-banner-icon-wrapper {
        justify-content: center
    }
}

.x-footer.-ezc .-footer-inner-wrapper .-describe-wrapper .-banner-icon-wrapper .-ic-banner {
    width: calc(33.33333% - 5px);
    max-width: 120px
}

@media (max-width:1199.98px) {
    .x-footer.-ezc .-footer-inner-wrapper .-describe-wrapper .-banner-icon-wrapper .-ic-banner {
        width: 110px;
        margin-right: .5rem
    }
}

@media (max-width:991.98px) {
    .x-footer.-ezc .-footer-inner-wrapper .-describe-wrapper .-banner-icon-wrapper .-ic-banner {
        width: 95px
    }

    .x-footer.-ezc .-footer-inner-wrapper .-describe-wrapper .-banner-icon-wrapper .-ic-banner:last-child {
        margin-right: 0
    }
}

@media (max-width:375px) {
    .x-footer.-ezc .-footer-inner-wrapper .-describe-wrapper .-banner-icon-wrapper .-ic-banner {
        width: 86px
    }
}

.x-footer.-ezc .-footer-inner-wrapper .-tag-wrapper {
    flex-grow: 1;
    transition: all .4s
}

@media (max-width:1199.98px) {
    .x-footer.-ezc .-footer-inner-wrapper .-tag-wrapper {
        margin-top: 1rem
    }
}

.x-footer.-ezc .-footer-inner-wrapper .-provider-wrapper {
    display: flex;
    flex: 0 0 23%;
    flex-direction: column;
    transition: all .4s
}

@media (min-width:1200px) {
    .x-footer.-ezc .-footer-inner-wrapper .-provider-wrapper.-show-contact-direct {
        min-width: 250px;
        max-width: 250px
    }
}

@media (max-width:1199.98px) {
    .x-footer.-ezc .-footer-inner-wrapper .-provider-wrapper.-show-contact-direct {
        width: 100%
    }
}

@media (max-width:1199.98px) {
    .x-footer.-ezc .-footer-inner-wrapper .-provider-wrapper .-partnership {
        margin-top: 1rem
    }
}

.x-footer.-ezc .-footer-inner-wrapper .-provider-wrapper .-payments {
    margin-top: 1rem
}

@media (max-width:1199.98px) {
    .x-footer.-ezc .-footer-inner-wrapper .-provider-wrapper {
        flex: 0 0 80%
    }
}

@media (max-width:767.98px) {
    .x-footer.-ezc .-footer-inner-wrapper .-provider-wrapper {
        flex: 0 0 100%
    }
}

.x-footer.-ezc .-footer-inner-wrapper .-content-wrapper {
    text-align: left
}

@media (max-width:1199.98px) {
    .x-footer.-ezc .-footer-inner-wrapper .-content-wrapper {
        text-align: center
    }
}

.x-footer.-ezc .-footer-inner-wrapper .-content-wrapper .-title {
    color: #78c5fc;
    font-size: 1.125rem
}

@media (min-width:1200px) and (max-width:1480px) {
    .x-footer.-ezc .-footer-inner-wrapper .-content-wrapper .-title {
        font-size: 1rem
    }
}

@media (max-width:575.98px) {
    .x-footer.-ezc .-footer-inner-wrapper .-content-wrapper .-title {
        margin-bottom: .75rem
    }
}

.x-footer.-ezc .-footer-inner-wrapper .-content-wrapper .-content {
    margin-top: .25rem;
    color: #f3f3f3
}

@media (min-width:1200px) and (max-width:1480px) {
    .x-footer.-ezc .-footer-inner-wrapper .-content-wrapper .-content {
        font-size: 1rem
    }
}

.x-footer.-ezc .-footer-bottom-wrapper {
    padding-bottom: .75rem;
    text-align: center;
    color: #f3f3f3
}

.x-footer.-ezc .-footer-bottom-wrapper.-show-contact-direct {
    display: none
}

.x-footer.-ezc .-term-btn {
    color: #78c5fc
}

.x-footer-seo.-ezc {
    padding: 0;
    margin: .25rem 0
}

@media (min-width:768px) and (max-width:991.98px) {
    .x-footer-seo.-ezc {
        max-width: 100%
    }
}

@media (max-width:767.98px) {
    .x-footer-seo.-ezc {
        margin: .25rem auto
    }
}

.x-footer-seo.-ezc .-tags {
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 0
}

.x-footer-seo.-ezc .-tags .btn {
    font-size: .875rem;
    color: #fbfbfb;
    margin-bottom: 6px;
    margin-right: 6px;
    padding: 5px 15px;
    border-radius: 18px;
    background: #464646;
    transition: all .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .x-footer-seo.-ezc .-tags .btn {
        transition: none
    }
}

@media (min-width:992px) {
    .x-footer-seo.-ezc .-tags .btn:hover {
        background: #595959
    }
}

@media (min-width:1200px) and (max-width:1480px) {
    .x-footer-seo.-ezc .-tags .btn {
        padding: 5px 10px;
        font-size: .75rem
    }
}

@media (max-width:1199.98px) {
    .x-footer-seo.-ezc .-tags {
        justify-content: center
    }
}

.x-footer.-ezs {
    background: #f1f6fa;
    overflow: hidden
}

@media (max-width:991.98px) {
    .x-footer.-ezs {
        padding-bottom: 0 !important
    }
}

@media (max-width:1199.98px) {
    .x-footer.-ezs.-logged .-copy-right-container {
        padding: .5rem 0 170px
    }
}

@media (max-width:575.98px) {
    .x-footer.-ezs.-logged .-copy-right-container {
        padding: .5rem 0 125px
    }
}

@media (max-width:991.98px) {
    .x-footer.-ezs.-anon .-copy-right-container {
        padding: .5rem 0 160px
    }
}

@media (max-width:575.98px) {
    .x-footer.-ezs.-anon .-copy-right-container {
        padding-bottom: 140px
    }
}

@media screen and (max-width:375px) {
    .x-footer.-ezs.-anon .-copy-right-container {
        padding-bottom: 120px
    }
}

.x-footer.-ezs .-inner-wrapper {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 1rem 0;
    font-size: 1rem
}

@media (max-width:991.98px) {
    .x-footer.-ezs .-inner-wrapper {
        padding: 1rem 0
    }
}

.x-footer.-ezs .-inner-wrapper .-image-wrapper {
    text-align: center;
    padding: 2rem 0;
    width: 100%
}

.x-footer.-ezs .-inner-wrapper .-image-wrapper .-img {
    width: 180px
}

@media (max-width:991.98px) {
    .x-footer.-ezs .-inner-wrapper .-image-wrapper {
        padding: 1rem
    }

    .x-footer.-ezs .-inner-wrapper .-image-wrapper .-img {
        width: 160px
    }
}

.x-footer.-ezs .-inner-wrapper .-image-wrapper .-text {
    margin-top: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #404e67
}

@media (max-width:991.98px) {
    .x-footer.-ezs .-inner-wrapper .-image-wrapper .-text {
        font-size: 1.375rem
    }
}

@media (max-width:767.98px) {
    .x-footer.-ezs .-inner-wrapper .-image-wrapper .-text {
        font-size: 1.25rem
    }
}

.x-footer.-ezs .-inner-wrapper .-image-wrapper .-sub-text {
    width: 86%;
    margin: 1rem auto 0;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #6f6f6f
}

.x-footer.-ezs .-inner-wrapper .-image-wrapper .-sub-text .-highlight {
    font-weight: 700;
    color: #472c59
}

@media (max-width:1199.98px) {
    .x-footer.-ezs .-inner-wrapper .-image-wrapper .-sub-text {
        width: 96%
    }
}

@media (max-width:991.98px) {
    .x-footer.-ezs .-inner-wrapper .-image-wrapper .-sub-text {
        width: 100%
    }
}

@media (max-width:575.98px) {
    .x-footer.-ezs .-inner-wrapper .-image-wrapper .-sub-text {
        font-size: .9rem
    }
}

.x-footer.-ezs .-inner-wrapper .-term-link {
    color: #de0041;
    font-weight: 500
}

.x-footer.-ezs .-inner-wrapper .-animater-footer {
    position: relative
}

.x-footer.-ezs .-inner-wrapper .-animater-footer .-mascot-img {
    position: absolute;
    left: 10px;
    bottom: -80px;
    width: 220px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

@media screen and (max-width:1500px) {
    .x-footer.-ezs .-inner-wrapper .-animater-footer .-mascot-img {
        width: 180px
    }
}

@media (max-width:1199.98px) {
    .x-footer.-ezs .-inner-wrapper .-animater-footer .-mascot-img {
        width: 150px
    }
}

@media (max-width:991.98px) {
    .x-footer.-ezs .-inner-wrapper .-animater-footer .-mascot-img {
        display: none;
        bottom: -70px;
        width: 140px
    }
}

@media (max-width:575.98px) {
    .x-footer.-ezs .-inner-wrapper .-animater-footer .-mascot-img {
        bottom: -40px;
        width: 120px
    }
}

.x-footer.-ezs .-inner-wrapper .-animater-footer .-coin-img {
    position: absolute;
    right: 10px;
    bottom: -50px;
    width: 140px
}

@media screen and (max-width:1500px) {
    .x-footer.-ezs .-inner-wrapper .-animater-footer .-coin-img {
        width: 120px
    }
}

@media (max-width:1199.98px) {
    .x-footer.-ezs .-inner-wrapper .-animater-footer .-coin-img {
        right: 20px;
        width: 100px
    }
}

@media (max-width:991.98px) {
    .x-footer.-ezs .-inner-wrapper .-animater-footer .-coin-img {
        display: none
    }
}

.x-footer.-ezs .-inner-wrapper .-text-title {
    margin-top: 1.5rem;
    text-align: center
}

.x-footer.-ezs .-inner-wrapper .-list-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1rem
}

.x-footer.-ezs .-inner-wrapper .-list-menu .-list-item {
    margin: 0 .25rem .5rem
}

.x-footer.-ezs .-inner-wrapper .-list-menu .-list-item .-btn-link {
    display: block;
    padding: 5px 15px;
    min-width: 100px;
    color: #404e67;
    background: #e7dcef;
    font-size: .875rem;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    transition: all .2s
}

.x-footer.-ezs .-inner-wrapper .-list-menu .-list-item .-btn-link:hover {
    color: #fff;
    background: #472c59
}

.x-footer.-ezs .-copy-right-container {
    background-color: #472c59;
    padding: .5rem 0
}

.x-footer.-ezs .-copy-right-container .-copy-right-text {
    font-weight: 300;
    color: #fff
}

.x-footer.-ezs .x-footer-bank-logo .-wrapper .-ic {
    -webkit-filter: none;
    filter: none
}

.x-footer-seo.-ezs {
    text-align: center
}

.x-footer-seo.-ezs .-tags {
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
    border-bottom: none
}

.x-footer-seo.-ezs .-tags .btn {
    margin-bottom: 6px;
    padding: 5px 15px;
    line-height: 1.5;
    font-size: .875rem;
    border-radius: 10px;
    color: #404e67;
    background: #e7dcef;
    transition: all .2s
}

.x-footer-seo.-ezs .-tags .btn:hover {
    color: #fff;
    background: #472c59
}

.x-footer.-ezl {
    background: #0c0c0c;
    overflow: hidden
}

.x-footer.-ezl .-inner-wrapper {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #0c0c0c;
    padding: 1rem 0 1.5rem
}

@media (max-width:991.98px) {
    .x-footer.-ezl .-inner-wrapper {
        padding: 1rem 0
    }
}

.x-footer.-ezl .-inner-wrapper .-text-title {
    font-size: 1.125rem;
    font-weight: 600;
    text-align: center;
    color: #fcfcfc
}

.x-footer.-ezl .-inner-wrapper .-text-title.-tag {
    margin-bottom: .25rem
}

@media (max-width:767.98px) {
    .x-footer.-ezl .-inner-wrapper .-text-title {
        margin: 1.5rem auto .75rem;
        font-size: 1rem
    }
}

@media (max-width:575.98px) {
    .x-footer.-ezl .-inner-wrapper .-text-title {
        font-size: .875rem
    }
}

.x-footer.-ezl .-inner-wrapper .-text-sub-title {
    font-size: 1rem;
    font-weight: 300;
    text-align: center;
    color: #fcfcfc
}

@media (max-width:767.98px) {
    .x-footer.-ezl .-inner-wrapper .-text-sub-title {
        font-size: .875rem
    }
}

.x-footer.-ezl .-inner-wrapper .-text-sub-title .-highlight {
    color: var(--text-gold);
    ;
    font-weight: 600
}

.x-footer.-ezl .-inner-wrapper .-footer-menu {
    display: block;
    margin-top: 0
}

.x-footer.-ezl .-inner-wrapper .-footer-menu .-block-menu,
.x-footer.-ezl .-inner-wrapper .-footer-menu .-block-provider,
.x-footer.-ezl .-inner-wrapper .-footer-menu .-block-tag {
    width: 100%;
    max-width: 100%;
    text-align: center
}

.x-footer.-ezl .-inner-wrapper .-footer-menu .-block-provider .-image {
    width: 100%;
    max-width: 600px
}

@media (max-width:991.98px) {
    .x-footer.-ezl .-inner-wrapper .-footer-menu .-block-provider .-image {
        max-width: 300px
    }
}

@media (max-width:767.98px) {
    .x-footer.-ezl .-inner-wrapper .-footer-menu .-block-provider .-image {
        max-width: 260px
    }
}

@media (max-width:575.98px) {
    .x-footer.-ezl .-inner-wrapper .-footer-menu .-block-provider .-image {
        max-width: 220px
    }
}

.x-footer.-ezl .-inner-wrapper .-footer-menu .-list-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.x-footer.-ezl .-inner-wrapper .-footer-menu .-list-menu .-list-item {
    padding: .25rem
}

.x-footer.-ezl .-inner-wrapper .-footer-menu .-list-menu .-list-item.-two-column {
    min-width: 100px
}

.x-footer.-ezl .-inner-wrapper .-footer-menu .-btn-link {
    padding: 2px 10px;
    border-radius: 8px
}

.x-footer.-ezl .-inner-title-wrapper {
    text-align: center
}

.x-footer.-ezl .-inner-title-wrapper .-logo {
    width: 280px;
    margin-bottom: 1rem
}

@media (max-width:991.98px) {
    .x-footer.-ezl .-inner-title-wrapper .-logo {
        width: 240px
    }
}

@media (max-width:575.98px) {
    .x-footer.-ezl .-inner-title-wrapper .-logo {
        width: 200px
    }
}

.x-footer.-ezl .-terms-wrapper {
    margin-top: .5rem;
    font-size: 1rem;
    font-weight: 600;
    text-align: center
}

@media (max-width:767.98px) {
    .x-footer.-ezl .-terms-wrapper {
        font-size: .875rem
    }
}

.x-footer.-ezl .-terms-wrapper .-link {
    color: var(--bg-gold);
}

.x-footer.-ezl .-copy-right-container {
    background-color: var(--bg-gold);
    ;
    padding: .75rem 0
}

.x-footer.-ezl .-copy-right-container .-copy-right-text {
    font-size: 1rem;
    color: #fcfcfc
}

@media (max-width:991.98px) {
    .x-footer.-ezl .-copy-right-container .-copy-right-text {
        font-size: .875rem
    }
}

.x-footer.-ezl .-tags-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.x-footer.-ezl .-btn-tag {
    margin: 5px;
    padding: .375rem 1rem;
    color: #aaa;
    font-size: .875rem;
    background: #333;
    border-radius: 5px
}

@media (min-width:992px) {
    .x-footer.-ezl .-btn-tag:hover {
        color: #aaa;
        background: #4d4d4d
    }
}

@media (max-width:767.98px) {
    .x-footer.-ezl .-btn-tag {
        padding: .25rem .75rem;
        font-size: .75rem
    }
}

.x-footer-seo.-ezl .-tags {
    padding-bottom: 0;
    border-bottom: none
}

.x-footer-seo.-ezl .-tags .btn {
    padding: .375rem 1rem;
    color: #aaa;
    background: #333;
    border-radius: 5px
}

@media (min-width:992px) {
    .x-footer-seo.-ezl .-tags .btn:hover {
        color: #aaa;
        background: #4d4d4d
    }
}

@media (max-width:767.98px) {
    .x-footer-seo.-ezl .-tags .btn {
        padding: .25rem .75rem;
        font-size: .75rem
    }
}

.x-footer-bank-logo {
    margin-top: 1rem
}

.x-footer-bank-logo .-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.x-footer-bank-logo .-wrapper .-icon {
    width: 50px;
    height: 50px;
    margin: .25rem;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background-size: 194px !important;
    background-position: 4px 4px !important;
    background-repeat: no-repeat !important;
    transition: all .2s
}

.x-footer-bank-logo .-wrapper .-icon:nth-child(2) {
    background-position: -46px 4px !important
}

.x-footer-bank-logo .-wrapper .-icon:nth-child(3) {
    background-position: -96px 4px !important
}

.x-footer-bank-logo .-wrapper .-icon:nth-child(4) {
    background-position: -146px 4px !important
}

.x-footer-bank-logo .-wrapper .-icon:nth-child(5) {
    background-position: 6px -44px !important
}

.x-footer-bank-logo .-wrapper .-icon:nth-child(6) {
    background-position: -46px -44px !important
}

.x-footer-bank-logo .-wrapper .-icon:nth-child(7) {
    background-position: -96px -44px !important
}

.x-footer-bank-logo .-wrapper .-icon:nth-child(8) {
    background-position: -146px -44px !important
}

.x-footer-bank-logo .-wrapper .-icon:nth-child(9) {
    background-position: 6px -92px !important
}

.x-footer-bank-logo .-wrapper .-icon:nth-child(10) {
    background-position: -46px -92px !important
}

.x-footer-bank-logo .-wrapper .-icon:nth-child(11) {
    background-position: -96px -92px !important
}

.x-footer-bank-logo .-wrapper .-icon:nth-child(12) {
    background-position: -146px -92px !important
}

.x-footer-bank-logo .-wrapper .-icon:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

@media (max-width:767.98px) {
    .x-footer-bank-logo .-wrapper .-icon {
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }
}

.x-footer-bank-logo-single-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1rem
}

.x-footer-bank-logo-single-list .-image {
    width: 100%;
    max-width: 550px
}

@media (max-width:991.98px) {
    .x-footer-bank-logo-single-list .-image {
        max-width: 500px
    }
}

.x-footer-bank-logo-single-list .-image.-mobile {
    max-width: 340px
}

@media (max-width:767.98px) {
    .x-footer-bank-logo-single-list .-image.-mobile {
        max-width: 260px
    }
}

.x-ma-container {
    position: relative;
    height: 100%;
    min-height: 100vh;
    background-image: none
}

.x-ma-container.-has-block {
    padding-top: 2rem;
    padding-bottom: 2rem
}

@media (max-width:991.98px) {
    .x-ma-container.-has-block {
        padding-top: 0
    }
}

.x-ma-container.-has-block .-detail .-message-wrapper {
    margin-top: 1rem
}

.x-ma-container.-has-block .-detail .-message-wrapper .-title {
    font-size: 2.25rem;
    color: #fff
}

@media (max-width:991.98px) {
    .x-ma-container.-has-block .-detail .-message-wrapper .-title {
        font-size: 2rem
    }
}

@media (max-width:575.98px) {
    .x-ma-container.-has-block .-detail .-message-wrapper .-title {
        font-size: 1.75rem
    }
}

.x-ma-container.-has-block .-detail .-message-wrapper .-description {
    margin-top: 1rem;
    font-size: 2.25rem;
    color: #d2d2d2
}

.x-ma-container.-has-block .-detail .-message-wrapper .-description .-time {
    font-size: 1.25em;
    color: #fdc21d
}

@media (max-width:991.98px) {
    .x-ma-container.-has-block .-detail .-message-wrapper .-description {
        font-size: 2rem
    }
}

@media (max-width:575.98px) {
    .x-ma-container.-has-block .-detail .-message-wrapper .-description {
        font-size: 1.75rem
    }
}

@media (max-width:767.98px) {
    .x-ma-container {
        padding-right: 10px;
        padding-left: 10px
    }
}

.x-ma-container .-overlay {
    position: fixed;
    z-index: -1;
    background: #092a91;
    background: radial-gradient(circle, #092a91 0, #051157 15%, #030430 30%, #020329 50%, #010117 72%);
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.x-ma-container .-img-desktop {
    max-width: 1200px
}

.x-ma-container .-img-mobile {
    max-width: 400px
}

@media (max-width:575.98px) {
    .x-ma-container .-img-mobile {
        max-width: 90%
    }
}

.x-ma-container .-detail {
    margin-bottom: 2rem
}

.x-ma-container .-detail .-message-wrapper {
    margin-top: 50px;
    font-size: 2rem
}

.x-ma-container .-detail .-message-wrapper .-title {
    display: block;
    color: #fff
}

.x-ma-container .-detail .-brand {
    display: block;
    margin-top: 30px;
    font-size: 1.5rem
}

.x-ma-container .-cover {
    width: 400px;
    margin: auto;
    position: relative
}

@media (max-width:575.98px) {
    .x-ma-container .-cover {
        width: 100%
    }
}

.x-ma-container .-cover .-computer {
    width: 220px;
    margin-top: 65px;
    -webkit-animation-name: x-ma-computer;
    animation-name: x-ma-computer;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@media (max-width:575.98px) {
    .x-ma-container .-cover .-computer {
        width: 200px;
        margin-top: 40px
    }
}

.x-ma-container .-cover .-bubble1,
.x-ma-container .-cover .-bubble2 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0
}

.x-ma-container .-cover .-bubble1 {
    -webkit-animation-name: x-ma-bubble1;
    animation-name: x-ma-bubble1;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.x-ma-container .-cover .-bubble2 {
    -webkit-animation-name: x-ma-bubble2;
    animation-name: x-ma-bubble2;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.x-ma-container .-logo {
    margin-top: 30px;
    width: 200px;
    margin-bottom: 30px
}

@-webkit-keyframes x-ma-computer {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes x-ma-computer {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes x-ma-bubble1 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(2%);
        transform: translateX(2%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes x-ma-bubble1 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(2%);
        transform: translateX(2%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes x-ma-bubble2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    30% {
        -webkit-transform: translateY(2%);
        transform: translateY(2%)
    }

    50% {
        -webkit-transform: translateX(2%);
        transform: translateX(2%)
    }

    70% {
        -webkit-transform: translateY(5%);
        transform: translateY(5%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes x-ma-bubble2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    30% {
        -webkit-transform: translateY(2%);
        transform: translateY(2%)
    }

    50% {
        -webkit-transform: translateX(2%);
        transform: translateX(2%)
    }

    70% {
        -webkit-transform: translateY(5%);
        transform: translateY(5%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.x-menus-container {
    flex: 1;
    z-index: 2;
    width: 100%;
    height: 100%
}

.x-menus-container .-text.-mobile {
    display: none
}

.x-menus-container .-list {
    flex-direction: row;
    justify-content: flex-start
}

.x-menus-container .-list.-at-end {
    justify-content: flex-end
}

@media (min-width:992px) {
    .x-menus-container .-list.-at-end {
        margin-right: 1rem
    }
}

.x-menus-container .-list-link {
    position: relative;
    padding: .5rem 1rem;
    font-size: .9rem;
    font-weight: 400;
    color: #fcfcfc;
    background-color: transparent;
    transition: all .3s
}

@media (min-width:992px) {
    .x-menus-container .-list-link:hover {
        color: var(--bg-gold);
        ;
        background-color: transparent
    }
}

@media (max-width:1199.98px) {
    .x-menus-container .-list-link {
        padding: .5rem 1rem;
        font-size: .875rem
    }
}

@media (max-width:991.98px) {
    .x-menus-container .-list-link {
        padding: .5rem .25rem;
        font-size: .875rem
    }
}

@media (max-width:767.98px) {
    .x-menus-container .-list-link {
        padding: .25rem 0;
        font-size: .875rem
    }
}

@media (max-width:575.98px) {
    .x-menus-container .-list-link {
        font-size: .75rem
    }
}

.x-menus-container .-list-link.-active {
    color: var(--bg-gold);
    ;
    background-color: transparent
}

@media (max-width:991.98px) {
    .x-menus-container.-default {
        display: none
    }
}

@media (max-width:991.98px) {
    .x-menus-container.-with-icon .-text {
        margin-top: .25rem
    }
}

.x-menus-container.-with-icon .-icon {
    width: 40px;
    height: auto
}

@media (min-width:992px) {
    .x-menus-container.-with-icon .-icon {
        display: none
    }
}

@media (max-width:767.98px) {
    .x-menus-container.-with-icon .-icon {
        width: 34px
    }
}

.x-menus-container.-with-icon .-icon-side-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (max-width:991.98px) {
    .x-menus-container.-with-icon .-icon-side-wrapper {
        display: none
    }
}

.x-menus-container.-with-icon .-icon-side-wrapper .-ic {
    position: absolute;
    bottom: 12px;
    z-index: 0;
    width: 15px;
    height: auto
}

.x-menus-container.-with-icon .-icon-side-wrapper .-ic:first-child {
    left: 0
}

.x-menus-container.-with-icon .-icon-side-wrapper .-ic:nth-child(2) {
    right: 0
}

@media (max-width:991.98px) {
    .x-menus-container.-with-icon .-list {
        justify-content: space-evenly
    }
}

@media (max-width:767.98px) {
    .x-menus-container.-with-icon .-list {
        justify-content: center
    }
}

@media (max-width:991.98px) {
    .x-menus-container.-with-icon .-list-item {
        flex: 1
    }
}

.x-menus-container.-with-icon .-list-link:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 40%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffcd57 50%, transparent);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden
}

@media (max-width:991.98px) {
    .x-menus-container.-with-icon .-list-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start
    }
}

@media (max-width:991.98px) {
    .x-menus-container.-with-icon .-list-link.-active:before {
        opacity: 1;
        visibility: visible
    }
}

@media (max-width:991.98px) {
    .x-menus-container.-hamburger {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        height: 100%;
        background: linear-gradient(0deg, #000101, #24292c);
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        transition: all .3s
    }

    .x-menus-container.-hamburger.-show {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media (max-width:991.98px) {
    .x-menus-container.-hamburger .-list {
        flex-direction: column;
        margin-top: 3rem;
        padding: 1rem 1.5rem
    }
}

@media (max-width:991.98px) {
    .x-menus-container.-hamburger .-list-item:not(:last-child) {
        border-bottom: 1px solid rgba(242, 38, 98, .4)
    }
}

@media (max-width:991.98px) {
    .x-menus-container.-hamburger .-list-link {
        padding: .75rem 6px;
        font-size: .9rem;
        font-weight: 300
    }
}

@media (max-width:991.98px) {
    .x-menus-container.-hamburger.-with-icon-sidebar {
        width: auto;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px
    }
}

@media (max-width:991.98px) {
    .x-menus-container.-hamburger.-with-icon-sidebar .-list {
        align-items: center;
        min-width: 100px;
        max-height: 100%;
        margin-top: 1rem;
        padding: 1rem;
        overflow: auto
    }
}

@media (max-width:991.98px) {
    .x-menus-container.-hamburger.-with-icon-sidebar .-list-item {
        border-bottom: none
    }
}

@media (max-width:991.98px) {
    .x-menus-container.-hamburger.-with-icon-sidebar .-list-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
}

.x-menus-container.-hamburger.-with-icon-sidebar .-logo {
    width: 50px;
    height: auto;
    margin-bottom: .5rem
}

@media (min-width:992px) {

    .x-menus-container.-hamburger.-with-icon-sidebar .-icon,
    .x-menus-container.-hamburger.-with-icon-sidebar .-logo {
        display: none
    }
}

@media (max-width:991.98px) {
    .x-menus-container.-hamburger.-with-icon-sidebar .-icon {
        width: 44px;
        height: auto;
        margin-bottom: .25rem
    }
}

@media (max-width:991.98px) {
    .x-menus-container.-hamburger.-with-icon-sidebar .-text {
        font-size: .875rem
    }
}

@media (max-width:767.98px) {
    .x-menus-container.-hamburger.-with-icon-sidebar .-text {
        font-size: .75rem
    }
}

.x-menus-container.-as-button-icon .nav-item .nav-link {
    z-index: 1
}

.x-menus-container.-as-button-icon.-desktop .nav-item .nav-link {
    background-image: none !important
}

.x-menus-container.-as-button-icon.-desktop .nav-item .nav-link .-icon,
.x-menus-container.-as-button-icon.-desktop .nav-item .nav-link .-text.-mobile {
    display: none
}

.x-menus-container.-as-button-icon.-desktop .nav-item .nav-link.-show-icon {
    display: flex;
    align-items: center
}

.x-menus-container.-as-button-icon.-desktop .nav-item .nav-link.-show-icon .-icon {
    margin-right: .375rem;
    width: 24px;
    height: auto
}

.x-menus-container.-as-button-icon.-mobile .nav-item {
    position: relative;
    padding: 2px
}

.x-menus-container.-as-button-icon.-mobile .nav-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #343434;
    border-radius: 6px
}

.x-menus-container.-as-button-icon.-mobile .nav-item.-active:before {
    background: linear-gradient(180deg, #fff3ba, #9e7200)
}

.x-menus-container.-as-button-icon.-mobile .nav-item .nav-link {
    display: flex;
    align-items: center;
    gap: .25rem;
    height: 100%;
    padding: .25rem;
    color: #fff;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 6px
}

.x-menus-container.-as-button-icon.-mobile .nav-item .nav-link .-icon {
    width: 28px;
    height: auto
}

.x-menus-container.-as-button-icon.-mobile .nav-item .nav-link .-text {
    flex: 1;
    font-size: .75rem;
    line-height: 1.4;
    text-align: center;
    display: none
}

.x-menus-container.-as-button-icon.-mobile .nav-item .nav-link .-text.-mobile {
    display: inline-block
}

.x-menus-container.-as-button-icon.-mobile .nav-item .nav-link.-active {
    color: #212529;
    background-color: transparent
}

@media (max-width:575.98px) {
    .x-menus-container.-as-button-icon.-mobile .nav-item .nav-link .-icon {
        width: 24px
    }

    .x-menus-container.-as-button-icon.-mobile .nav-item .nav-link .-text {
        flex: auto;
        font-size: 11px;
        text-align: left;
        word-break: break-word
    }
}

.x-menus-container.-as-button-icon.-mobile .-list {
    flex-wrap: wrap;
    row-gap: .6rem;
    -webkit-column-gap: .525rem;
    column-gap: .525rem;
    margin-top: .5rem
}

.x-menus-container.-as-button-icon.-mobile .-list-item {
    width: calc(25% - .4rem)
}

.x-menus-overlay-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    transition: all .3s
}

.x-menus-overlay-container.-show {
    opacity: 1;
    visibility: visible
}

.x-hamburger {
    margin-right: 20px;
    z-index: 3
}

@media (min-width:992px) {
    .x-hamburger {
        display: none
    }
}

.x-hamburger.-switcher {
    display: block
}

.x-hamburger.-switcher.-open {
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0)
}

.x-hamburger span {
    background: #a1a1a1
}

.x-hamburger.-open {
    -webkit-transform: scale(.7) translateX(290px);
    transform: scale(.7) translateX(290px)
}

@media (max-width:575.98px) {
    .x-hamburger.-open {
        -webkit-transform: scale(.7) translateX(310px);
        transform: scale(.7) translateX(310px)
    }
}

.x-hamburger.-open span {
    background: #f22662
}

.x-hamburger.-with-icon-sidebar {
    transition: unset
}

.x-hamburger.-with-icon-sidebar.-open {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.7);
    transform: scale(.7)
}

@-webkit-keyframes x-hamburger-wave {
    0% {
        width: 70%
    }

    to {
        width: 100%
    }
}

.x-menu-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 11;
    width: 100%
}

@media (min-width:992px) {
    .x-menu-footer {
        display: none
    }
}

.x-menu-footer.-curve.-with-flat .-ic-center {
    width: 60px
}

.x-menu-footer.-curve.-with-flat .-left-wrapper {
    flex: 2;
    border-top-right-radius: 0
}

.x-menu-footer.-curve.-with-flat .-right-wrapper {
    flex: 2;
    border-top-left-radius: 0
}

.x-menu-footer.-curve.-with-flat .-center-wrapper {
    flex: 1;
    z-index: 3;
    height: 70px;
    margin: 0;
    padding-bottom: 6px;
    border-radius: 0;
    background: linear-gradient(180deg, #1c58b4, #09244e);
    box-shadow: none;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

@media (max-width:575.98px) {

    .x-menu-footer.-curve.-with-flat .-center-wrapper .-selected .-text,
    .x-menu-footer.-curve.-with-flat .-center-wrapper .-selecting .-text {
        font-size: .8rem
    }
}

.x-menu-footer.-curve.-with-flat .-center-wrapper .-selected .-text {
    top: 0
}

.x-menu-footer.-curve.-with-flat.-active .-center-wrapper {
    background: linear-gradient(180deg, #1c58b4, #09244e);
    -webkit-filter: brightness(.2);
    filter: brightness(.2);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.x-menu-footer.-curve .-outer-wrapper {
    display: flex;
    align-items: flex-end
}

.x-menu-footer.-curve .-left-wrapper,
.x-menu-footer.-curve .-right-wrapper {
    display: flex;
    align-items: flex-end;
    flex: 1;
    z-index: 2;
    height: 70px;
    padding-bottom: 6px;
    background: linear-gradient(180deg, #1c58b4, #09244e);
    transition: -webkit-filter .2s;
    transition: filter .2s;
    transition: filter .2s, -webkit-filter .2s
}

.x-menu-footer.-curve .-right-wrapper.-single-item {
    justify-content: center
}

.x-menu-footer.-curve .-ic-center {
    width: 50px;
    height: auto;
    z-index: 3
}

.x-menu-footer.-curve .-center-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    z-index: 2;
    width: 74px;
    height: 74px;
    margin: 0 8px 16px;
    padding-bottom: 8px;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px hsla(0, 0%, 100%, .4);
    background: linear-gradient(180deg, #fbc844, #f88012)
}

.x-menu-footer.-curve .-center-wrapper .-selected,
.x-menu-footer.-curve .-center-wrapper .-selecting {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center
}

.x-menu-footer.-curve .-center-wrapper .-selected {
    transition: all .4s;
    height: 100%;
    width: 100%;
    border-radius: 50%
}

.x-menu-footer.-curve .-center-wrapper .-selected .-text {
    position: relative;
    top: -3px;
    margin-top: 3px;
    font-size: .875rem;
    text-shadow: 1px 3px 5px rgba(0, 0, 0, .6)
}

.x-menu-footer.-curve .-center-wrapper .-selected .-bottom-curve,
.x-menu-footer.-curve .-center-wrapper .-selected .-top-curve {
    position: absolute;
    left: 50%;
    z-index: 2;
    width: 85%;
    height: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.x-menu-footer.-curve .-center-wrapper .-selected .-top-curve {
    top: 3px
}

.x-menu-footer.-curve .-center-wrapper .-selected .-bottom-curve {
    bottom: 3px
}

.x-menu-footer.-curve .-center-wrapper .-selecting {
    display: none
}

.x-menu-footer.-curve .-center-wrapper .-selecting .-text {
    font-size: .875rem;
    line-height: 16px;
    text-shadow: 0 6px 5px rgba(0, 0, 0, .4)
}

.x-menu-footer.-curve .-center-wrapper .-selecting .-mark {
    position: relative;
    margin-top: 5px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 20px
}

.x-menu-footer.-curve .-center-wrapper:hover {
    color: #fff;
    text-decoration: none
}

.x-menu-footer.-curve .-fake-center-bg-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 50px;
    transition: -webkit-filter .2s;
    transition: filter .2s;
    transition: filter .2s, -webkit-filter .2s;
    overflow: hidden
}

.x-menu-footer.-curve .-fake-center-bg-wrapper svg {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 108px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.x-menu-footer.-curve .-fake-center-bg-wrapper svg path {
    fill: url(#rectangleGradient)
}

.x-menu-footer.-curve .-left-wrapper {
    border-top-left-radius: 10px;
    border-top-right-radius: 22px
}

.x-menu-footer.-curve .-right-wrapper {
    border-top-right-radius: 10px;
    border-top-left-radius: 22px
}

.x-menu-footer.-curve .-sub-menu-lobby-wrapper {
    flex-direction: row;
    justify-content: center;
    position: absolute;
    top: -75px;
    left: 50%;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translateX(-50%) translateY(200px) scaleY(2.5) scaleX(.2);
    transform: translateX(-50%) translateY(200px) scaleY(2.5) scaleX(.2);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    transition: all .2s
}

.x-menu-footer.-curve .-sub-menu-lobby-wrapper .nav-item .-img {
    width: 36px;
    height: auto;
    margin-top: 2px
}

.x-menu-footer.-curve .-sub-menu-lobby-wrapper .nav-item .-text {
    display: inline-block;
    font-size: 12px
}

.x-menu-footer.-curve .-sub-menu-lobby-wrapper .nav-link {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 70px;
    height: 70px;
    margin: 0 3px;
    padding: 0;
    text-align: center;
    color: #fff;
    background: linear-gradient(180deg, #575757, #1c1c1c);
    border: 1px solid hsla(0, 0%, 100%, .6);
    border-radius: 50%;
    box-shadow: 0 0 10px hsla(0, 0%, 100%, .6)
}

.x-menu-footer.-curve .-sub-menu-lobby-wrapper .nav-link .-nav-icon-bg {
    background-size: 360px;
    background-repeat: no-repeat;
    width: 100%;
    height: 40px;
    top: -15px;
    position: relative
}

.x-menu-footer.-curve .-sub-menu-lobby-wrapper .nav-link:focus {
    outline: none;
    text-decoration: none
}

@media screen and (max-width:360px) {
    .x-menu-footer.-curve .-sub-menu-lobby-wrapper .nav-item .-img {
        margin-top: -15px;
        width: 54px
    }

    .x-menu-footer.-curve .-sub-menu-lobby-wrapper .nav-link {
        width: 60px;
        height: 60px;
        margin: 0 2px
    }
}

.x-menu-footer.-curve .-item-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    padding: 0;
    color: #fff
}

.x-menu-footer.-curve .-item-wrapper .-ic-img {
    width: 32px;
    height: auto
}

.x-menu-footer.-curve .-item-wrapper .-text {
    margin-top: .25rem;
    font-size: .875rem;
    color: #fff;
    transition: color .2s
}

@media (max-width:575.98px) {
    .x-menu-footer.-curve .-item-wrapper .-text {
        font-size: .8rem
    }
}

.x-menu-footer.-curve .-item-wrapper:active,
.x-menu-footer.-curve .-item-wrapper:hover {
    text-decoration: none
}

.x-menu-footer.-curve .-item-wrapper:active .-text,
.x-menu-footer.-curve .-item-wrapper:hover .-text {
    color: #fff
}

.x-menu-footer.-curve .-item-wrapper.-shimmer .-text {
    display: inline-block;
    color: #fff;
    background: #fff -webkit-gradient(linear, 100% 0, 0 0, from(#fff), color-stop(.5, #f22662), to(#fff));
    background-position: -200px top;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-name: x-shimmer;
    animation-name: x-shimmer;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: x-shimmer-shorter;
    animation-name: x-shimmer-shorter
}

@media (max-width:991.98px) {
    .x-menu-footer.-curve .-item-wrapper.-shimmer .-text {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-duration: 2.5s;
        animation-duration: 2.5s
    }
}

.x-menu-footer.-curve .-item-wrapper.-register {
    position: relative
}

.x-menu-footer.-curve .-item-wrapper.-register .-ic-img {
    -webkit-filter: drop-shadow(0 0 3px #56e8ff);
    filter: drop-shadow(0 0 3px #56e8ff);
    -webkit-animation: x-register-bottom-blink .5s infinite alternate;
    animation: x-register-bottom-blink .5s infinite alternate
}

.x-menu-footer.-curve .-fully-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, .6)
}

.x-menu-footer.-curve.-active {
    z-index: 12
}

.x-menu-footer.-curve.-active .-fake-center-bg-wrapper,
.x-menu-footer.-curve.-active .-left-wrapper,
.x-menu-footer.-curve.-active .-right-wrapper {
    -webkit-filter: brightness(.5);
    filter: brightness(.5)
}

.x-menu-footer.-curve.-active .-fake-center-bg-wrapper a,
.x-menu-footer.-curve.-active .-left-wrapper a,
.x-menu-footer.-curve.-active .-right-wrapper a {
    pointer-events: none
}

.x-menu-footer.-curve.-active .-center-wrapper {
    background: linear-gradient(180deg, #fbc844, #f88012)
}

.x-menu-footer.-curve.-active .-center-wrapper .-selected {
    display: none
}

.x-menu-footer.-curve.-active .-center-wrapper .-selecting {
    display: flex
}

.x-menu-footer.-curve.-active .-sub-menu-lobby-wrapper {
    visibility: visible;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: translateX(-50%) translateY(0) scaleY(1) scaleX(1);
    transform: translateX(-50%) translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.x-menu-footer.-curve.-active .-fully-overlay {
    display: block
}

@media (min-width:992px) {
    .x-menu-footer.-default {
        display: none
    }
}

.x-menu-footer.-default:before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #d80000
}

.x-menu-footer.-default .-menu-wrapper {
    display: flex
}

.x-menu-footer.-default .-menu-wrapper .-sub-menu-container {
    flex: 1;
    display: flex;
    position: relative
}

.x-menu-footer.-default .-menu-wrapper .-sub-menu-container .-lists-child-container {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    background: linear-gradient(180deg, #000, #242c31);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all .4s
}

.x-menu-footer.-default .-menu-wrapper .-sub-menu-container .-lists-child-container.open {
    z-index: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.x-menu-footer.-default .-menu-wrapper .-sub-menu-container .-lists-child-container .-btn-item {
    padding-top: .25rem;
    border-bottom: 1px solid #535353
}

.x-menu-footer.-default .-menu-wrapper .-btn-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 70px;
    padding: 0;
    font-size: .875rem;
    color: #f2f2f2;
    background: linear-gradient(180deg, #3d3d3d, #13100a);
    border-radius: 0;
    border: none;
    border-right: 1px solid #535353
}

@media screen and (max-width:360px) {
    .x-menu-footer.-default .-menu-wrapper .-btn-item {
        font-size: .875rem
    }
}

.x-menu-footer.-default .-menu-wrapper .-btn-item .-text-image {
    width: 90px;
    height: auto
}

.x-menu-footer.-default .-menu-wrapper .-btn-item .-typo {
    margin-top: 2px;
    margin-bottom: 5px
}

.x-menu-footer.-default .-menu-wrapper .-btn-item .-ic-img {
    width: 32px;
    height: auto
}

.x-menu-footer.-default .-menu-wrapper .-btn-item:last-child {
    border-right: none
}

.x-menu-footer.-default .-menu-wrapper .-btn-item:hover {
    text-decoration: none
}

.x-menu-footer.-default .-menu-wrapper .-btn-item:focus {
    outline: none
}

.x-menu-footer.-default .-menu-wrapper .-btn-item.-horizontal {
    flex-direction: row;
    justify-content: center
}

.x-menu-footer.-default .-menu-wrapper .-btn-item.-horizontal .-text-image {
    margin-left: 8px
}

.x-menu-footer.-ezs .-anon-menu-wrapper .-btn-container.-left .btn,
.x-menu-footer.-ezs .-anon-menu-wrapper .-btn-container.-right .btn {
    background: linear-gradient(180deg, #c1e9fe 10%, #56aff0)
}

.x-menu-footer.-ezs .-anon-menu-wrapper .-btn-container.-left .-icon,
.x-menu-footer.-ezs .-anon-menu-wrapper .-btn-container.-right .-icon {
    margin-top: -3.5rem
}

@media (max-width:575.98px) {

    .x-menu-footer.-ezs .-anon-menu-wrapper .-btn-container.-left .-icon,
    .x-menu-footer.-ezs .-anon-menu-wrapper .-btn-container.-right .-icon {
        margin-top: -2.75rem
    }
}

@media screen and (max-width:375px) {

    .x-menu-footer.-ezs .-anon-menu-wrapper .-btn-container.-left .-icon,
    .x-menu-footer.-ezs .-anon-menu-wrapper .-btn-container.-right .-icon {
        margin-top: -3rem
    }
}

.x-menu-footer.-ezs .-anon-menu-wrapper .-btn-container.-center .-typo {
    display: inline-block;
    color: #fff;
    background: #fff -webkit-gradient(linear, 100% 0, 0 0, from(#fff), color-stop(.5, #f22662), to(#fff));
    background-position: -200px top;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-name: x-shimmer;
    animation-name: x-shimmer;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1.5s !important;
    animation-duration: 1.5s !important
}

@media (max-width:991.98px) {
    .x-menu-footer.-ezs .-anon-menu-wrapper .-btn-container.-center .-typo {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }
}

.x-menu-footer.-ezs .-anon-menu-wrapper .-btn-container.-center .-btn {
    background: linear-gradient(180deg, #fedd5b 10%, #fe8c06)
}

.x-menu-footer.-ezs .-anon-menu-wrapper .-btn-container.-center .-btn .-img-container .-icon {
    width: 160px;
    height: auto;
    -webkit-animation: x-jello-horizontal 3s infinite both;
    animation: x-jello-horizontal 3s infinite both
}

@media (max-width:575.98px) {
    .x-menu-footer.-ezs .-anon-menu-wrapper .-btn-container.-center .-btn .-img-container {
        margin-top: -3rem
    }

    .x-menu-footer.-ezs .-anon-menu-wrapper .-btn-container.-center .-btn .-img-container .-icon {
        width: 130px
    }
}

@media screen and (max-width:375px) {
    .x-menu-footer.-ezs .-anon-menu-wrapper .-btn-container.-center .-btn .-img-container {
        margin-top: -2.5rem
    }

    .x-menu-footer.-ezs .-anon-menu-wrapper .-btn-container.-center .-btn .-img-container .-icon {
        width: 110px
    }
}

.x-menu-footer.-ezs .-btn-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    flex: 1
}

.x-menu-footer.-ezs .-btn-container .-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    border-radius: 0
}

.x-menu-footer.-ezs .-btn-container .-typo {
    color: #fff
}

.x-menu-footer.-ezs .-btn-container.-left .-btn,
.x-menu-footer.-ezs .-btn-container.-right .-btn {
    height: 80px
}

.x-menu-footer.-ezs .-btn-container.-left .-btn .-icon,
.x-menu-footer.-ezs .-btn-container.-right .-btn .-icon {
    width: 80px;
    margin-top: -3rem
}

.x-menu-footer.-ezs .-btn-container.-left .-btn .-typo,
.x-menu-footer.-ezs .-btn-container.-right .-btn .-typo {
    position: relative;
    font-weight: 500
}

.x-menu-footer.-ezs .-btn-container.-left .-btn {
    background: linear-gradient(180deg, #c1e9fe 10%, #56aff0);
    border-top-left-radius: 40px
}

.x-menu-footer.-ezs .-btn-container.-right .-btn {
    background: linear-gradient(180deg, #c1e9fe 10%, #56aff0);
    border-top-right-radius: 40px
}

.x-menu-footer.-ezs .-btn-container.-center {
    z-index: 1
}

.x-menu-footer.-ezs .-btn-container.-center .-btn {
    height: 100px;
    background: linear-gradient(180deg, #fedd5b 10%, #fe8c06);
    border-top-right-radius: 25px;
    border-top-left-radius: 25px
}

.x-menu-footer.-ezs .-btn-container.-center .-btn .-img-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: -4.5rem
}

.x-menu-footer.-ezs .-btn-container.-center .-btn .-img-container .-icon {
    width: 150px;
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.x-menu-footer.-ezs .-btn-container.-center .-btn .-img-container .-icon-play {
    width: 90px;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.x-menu-footer.-ezs .-btn-container.-center .-btn .-typo {
    font-weight: 600
}

.x-menu-footer.-ezs .-btn-container .-btn {
    width: 100%;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3)
}

@media (max-width:575.98px) {

    .x-menu-footer.-ezs .-btn-container.-left .-btn,
    .x-menu-footer.-ezs .-btn-container.-right .-btn {
        height: 58px;
        padding: 0
    }

    .x-menu-footer.-ezs .-btn-container.-left .-btn .-icon,
    .x-menu-footer.-ezs .-btn-container.-right .-btn .-icon {
        width: 60px;
        margin-top: -2rem
    }

    .x-menu-footer.-ezs .-btn-container.-left .-btn .-typo,
    .x-menu-footer.-ezs .-btn-container.-right .-btn .-typo {
        font-size: 1.1rem
    }

    .x-menu-footer.-ezs .-btn-container.-left {
        border-top-left-radius: 35px
    }

    .x-menu-footer.-ezs .-btn-container.-right {
        border-top-right-radius: 35px
    }

    .x-menu-footer.-ezs .-btn-container.-center .-btn {
        padding: 0;
        height: 80px
    }

    .x-menu-footer.-ezs .-btn-container.-center .-btn .-img-container {
        margin-top: -2.5rem
    }

    .x-menu-footer.-ezs .-btn-container.-center .-btn .-img-container .-icon {
        width: 100px;
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }

    .x-menu-footer.-ezs .-btn-container.-center .-btn .-img-container .-icon-play {
        width: 50px
    }
}

@media screen and (max-width:375px) {

    .x-menu-footer.-ezs .-btn-container.-left .-btn .-icon,
    .x-menu-footer.-ezs .-btn-container.-right .-btn .-icon {
        width: 60px
    }

    .x-menu-footer.-ezs .-btn-container.-left {
        border-top-left-radius: 30px
    }

    .x-menu-footer.-ezs .-btn-container.-right {
        border-top-right-radius: 30px
    }

    .x-menu-footer.-ezs .-btn-container.-center .-btn .-img-container {
        margin-top: -2rem
    }

    .x-menu-footer.-ezs .-btn-container.-center .-btn .-img-container .-icon {
        width: 90px
    }

    .x-menu-footer.-ezs .-btn-container.-center .-btn .-img-container .-icon-play {
        width: 40px;
        -webkit-transform: translateX(-7px);
        transform: translateX(-7px)
    }

    .x-menu-footer.-ezs .-btn-container.-center .-btn .-typo {
        position: relative;
        font-size: 1.1rem
    }
}

.x-blog-list-index-wrapper {
    padding: 2rem 0
}

@media (max-width:767.98px) {
    .x-blog-list-index-wrapper {
        padding: 1rem 0
    }
}

.x-blog-list-index-wrapper .-heading-title {
    font-size: 1.75rem;
    color: #f22662;
    text-align: center
}

@media (max-width:767.98px) {
    .x-blog-list-index-wrapper .-heading-title {
        font-size: 1.5rem
    }
}

@media (max-width:575.98px) {
    .x-blog-list-index-wrapper .-heading-title {
        font-size: 1.375rem
    }
}

.x-blog-list-index-wrapper .-heading-hr {
    border-top: 2px solid #f22662
}

.x-blog-list-index-wrapper .-col-wrapper {
    margin: .75rem 0
}

@media (max-width:991.98px) {
    .x-blog-list-index-wrapper .-col-wrapper {
        margin: .5rem 0
    }
}

.x-blog-list-index-column-wrapper {
    padding: 2rem 0
}

@media (max-width:767.98px) {
    .x-blog-list-index-column-wrapper {
        padding: 1rem 0
    }
}

.x-blog-list-index-column-wrapper .-heading-title {
    padding: .5rem 0;
    font-size: 1.5rem;
    color: #000;
    text-align: center;
    background: linear-gradient(90deg, #b88215, #f6e07b, #b88215)
}

@media (max-width:767.98px) {
    .x-blog-list-index-column-wrapper .-heading-title {
        font-size: 1.5rem
    }
}

@media (max-width:575.98px) {
    .x-blog-list-index-column-wrapper .-heading-title {
        font-size: 1.375rem
    }
}

.x-blog-list-index-column-wrapper .-row-wrapper {
    margin: .75rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.x-blog-list-index-column-wrapper .-row-wrapper .-col-wrapper {
    flex: 0 1 auto;
    align-self: stretch;
    width: calc(50% - .75rem);
    margin: .75rem 0
}

@media (max-width:991.98px) {
    .x-blog-list-index-column-wrapper .-row-wrapper .-col-wrapper {
        margin: .5rem 0;
        width: 100%
    }
}

.x-blog-list-index-column-wrapper.-widget .-widget-content-inner {
    padding: 0 .5rem;
    margin-bottom: 1rem
}

.x-blog-list-index-column-wrapper.-widget .-widget-content-inner .x-blog-item {
    height: 100%
}

.x-blog-list-index-column-wrapper.-widget .wg-more .btn-link {
    color: #ddd
}

.x-blog-section {
    padding-bottom: 2rem
}

.x-blog-section .slick-track {
    display: flex
}

.x-blog-section .slick-track .slick-slide {
    display: flex;
    height: auto
}

.x-blog-section.-card-type .-header-title {
    text-align: center
}

.x-blog-section.-card-type .-header-title .-title {
    font-size: 1.75rem;
    font-weight: 600;
    color: #f22662
}

.x-blog-section .-header-title {
    margin-bottom: 1rem
}

.x-blog-section .-header-title .-bg-wrapper {
    margin-top: 1rem;
    position: relative;
    text-align: center
}

.x-blog-section .-header-title .-bg-wrapper .-blog-title-bg {
    width: 270px
}

.x-blog-section .-header-title .-bg-wrapper .-title {
    position: absolute;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #f0f0f0;
    font-size: 1.25rem
}

.x-blog-section .-row-slick-wrapper {
    justify-content: flex-start
}

@media (min-width:992px) {
    .x-blog-section .-row-slick-wrapper.-with-1-item:not(.slick-initialized) .-blog-item-wrapper {
        width: 100%
    }
}

@media (min-width:992px) {
    .x-blog-section .-row-slick-wrapper.-with-2-item:not(.slick-initialized) .-blog-item-wrapper {
        width: 50%
    }
}

@media (min-width:992px) {
    .x-blog-section .-row-slick-wrapper.-with-3-item:not(.slick-initialized) .-blog-item-wrapper {
        width: 33.33333%
    }
}

@media (min-width:992px) {
    .x-blog-section .-row-slick-wrapper.-with-4-item:not(.slick-initialized) .-blog-item-wrapper {
        width: 25%
    }
}

.x-blog-section .-row-slick-wrapper:not(.slick-initialized) {
    display: flex
}

.x-blog-section .-row-slick-wrapper:not(.slick-initialized) .-blog-item-wrapper {
    width: 20%
}

@media (max-width:991.98px) {
    .x-blog-section .-row-slick-wrapper:not(.slick-initialized) .-blog-item-wrapper {
        width: 25%
    }
}

@media (max-width:767.98px) {
    .x-blog-section .-row-slick-wrapper:not(.slick-initialized) .-blog-item-wrapper {
        width: 50%
    }
}

@media (max-width:575.98px) {
    .x-blog-section .-row-slick-wrapper:not(.slick-initialized) .-blog-item-wrapper {
        width: 100%
    }
}

@media (max-width:767.98px) {
    .x-blog-section .-row-slick-wrapper {
        justify-content: center
    }
}

.x-blog-section .-blog-item-wrapper {
    padding: .5rem
}

@media (max-width:991.98px) {
    .x-blog-section .-blog-item-wrapper {
        margin-bottom: 1rem
    }
}

.x-blog-item {
    width: 100%;
    height: 100%;
    background: rgba(57, 136, 255, .3);
    border: 2px solid #2e6baa;
    border-radius: 5px
}

.x-blog-item .-blog-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: .75rem
}

.x-blog-item .-title-name {
    margin-top: 1rem;
    color: #fafafa;
    font-weight: 300
}

.x-blog-item .-img-container {
    overflow: hidden;
    background: #0f0f0f;
    border-radius: 5px
}

.x-blog-item.-card-list {
    padding: 1rem;
    background: hsla(0, 0%, 100%, .1);
    border: none;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    overflow: hidden;
    transition: all .2s
}

.x-blog-item.-card-list .-title {
    display: block;
    margin-bottom: .5rem;
    padding: 0;
    color: #f22662;
    transition: all .2s;
    position: relative
}

.x-blog-item.-card-list .-title:before {
    content: "○";
    display: inline-block;
    margin-right: 10px;
    color: #f22662
}

.x-blog-item.-card-list .-description {
    margin-bottom: 0;
    padding: 0;
    font-size: .875rem;
    color: #888;
    transition: all .2s
}

.x-blog-item.-card-list:hover {
    background: hsla(0, 0%, 100%, .2)
}

.x-blog-item.-card-list:hover .-title {
    color: #f22662
}

.x-blog-item.-card-list:hover .-description {
    color: #888
}

.x-blog-item.-card {
    overflow: hidden;
    background: hsla(0, 0%, 100%, .1);
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

.x-blog-item.-card .-image-container {
    width: 100%;
    margin-bottom: .5rem
}

.x-blog-item.-card .-image-container .-img {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width:768px) and (max-width:991.98px) {
    .x-blog-item.-card .-image-container .-img {
        height: 160px
    }
}

@media (max-width:767.98px) {
    .x-blog-item.-card .-image-container .-img {
        height: 180px
    }
}

.x-blog-item.-card .-title {
    display: block;
    margin-bottom: 0;
    padding: 0 1rem;
    color: #f22662
}

.x-blog-item.-card .-description {
    margin-top: .5rem;
    padding: 0 1rem;
    font-size: .875rem;
    color: #888
}

.x-blog-item.-card .-hr {
    margin-bottom: .6rem
}

.x-blog-item.-card .-date-wrapper {
    display: flex;
    margin-top: auto
}

.x-blog-item.-card .-date {
    display: block;
    margin-top: auto;
    margin-bottom: .6rem;
    padding: 0 1rem;
    font-size: .875rem;
    font-weight: 600;
    color: #888
}

.x-blog-item.-card a {
    display: flex;
    flex-direction: column;
    height: 100%
}

.x-blog-item.-column {
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent
}

.x-blog-item.-column .x-link:hover .-content-wrapper {
    background: #222
}

.x-blog-item.-column .-blog-wrapper {
    flex-direction: row;
    align-items: center;
    padding: 0
}

.x-blog-item.-column .-blog-wrapper .-img-container {
    width: 40%;
    background: #050709;
    border-radius: 0
}

.x-blog-item.-column .-blog-wrapper .-content-wrapper {
    width: 60%;
    padding: 0 1rem;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    transition: all .4s
}

@media (max-width:991.98px) {
    .x-blog-item.-column .-blog-wrapper .-content-wrapper {
        align-items: flex-start
    }
}

.x-blog-item.-column .-blog-wrapper .-content-wrapper .-title-name {
    margin-top: 0;
    color: #d8bb54
}

@media (max-width:767.98px) {
    .x-blog-item.-column .-blog-wrapper .-content-wrapper .-title-name {
        font-size: .875rem;
        padding-top: .5rem
    }
}

.x-blog-item.-column .-blog-wrapper .-content-wrapper .-description {
    font-size: .875rem;
    color: #ddd;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: .5rem
}

@media (min-width:768px) and (max-width:991.98px) {
    .x-blog-item.-column .-blog-wrapper .-content-wrapper .-description {
        white-space: unset;
        max-width: 100%;
        overflow: auto;
        text-overflow: unset
    }
}

@media (max-width:575.98px) {
    .x-blog-item.-column .-blog-wrapper .-content-wrapper .-description {
        font-size: .75rem
    }
}

.x-blog-show-breadcrumb-container .-breadcrumb-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 1rem
}

@media (max-width:1199.98px) {
    .x-blog-show-breadcrumb-container .-breadcrumb-row {
        font-size: .875rem
    }
}

@media (max-width:767.98px) {
    .x-blog-show-breadcrumb-container .-breadcrumb-row {
        font-weight: 300
    }
}

@media (max-width:575.98px) {
    .x-blog-show-breadcrumb-container .-breadcrumb-row {
        font-size: .75rem
    }
}

.x-blog-show-breadcrumb-container .-breadcrumb-row .-link {
    color: var(--bg-gold);
}

.x-blog-show-breadcrumb-container .-breadcrumb-row .-arrow {
    margin: 0 .5rem;
    color: #aaa
}

@media (max-width:575.98px) {
    .x-blog-show-breadcrumb-container .-breadcrumb-row .-arrow {
        margin: 0 .25rem
    }
}

.x-blog-show-breadcrumb-container .-breadcrumb-row .-heading {
    color: #aaa
}

.x-blog-card-list-item-container .-card-wrapper {
    background: hsla(0, 0%, 100%, .1);
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

.x-blog-card-list-item-container .-card-wrapper .-card-badge {
    color: #fff;
    background: #f22662
}

.x-blog-card-list-item-container .-card-wrapper .-card-title {
    color: #f22662
}

.x-blog-category-container .-category-wrapper {
    gap: 1rem
}

@media (max-width:991.98px) {
    .x-blog-category-container .-category-wrapper {
        gap: .75rem
    }
}

@media (max-width:767.98px) {
    .x-blog-category-container .-category-wrapper {
        gap: .5rem
    }
}

.x-blog-category-container .-category-wrapper .nav-item {
    position: relative;
    padding: 2px
}

.x-blog-category-container .-category-wrapper .nav-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #343434;
    border-radius: 6px
}

.x-blog-category-container .-category-wrapper .nav-item.-active:before {
    background: linear-gradient(180deg, #fff3ba, #9e7200)
}

@media (max-width:991.98px) {
    .x-blog-category-container .-category-wrapper .nav-item {
        width: calc(25% - 9px)
    }
}

.x-blog-category-container .-category-wrapper .-btn-category {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    width: 180px;
    min-height: 50px;
    background: transparent no-repeat 50%;
    background-size: cover;
    border-radius: 6px;
    text-decoration: none;
    transition: -webkit-filter .2s;
    transition: filter .2s;
    transition: filter .2s, -webkit-filter .2s;
    word-break: break-word
}

@media screen and (max-width:1400px) {
    .x-blog-category-container .-category-wrapper .-btn-category {
        width: 170px
    }
}

@media (max-width:991.98px) {
    .x-blog-category-container .-category-wrapper .-btn-category {
        width: 100%
    }
}

@media (max-width:767.98px) {
    .x-blog-category-container .-category-wrapper .-btn-category {
        flex: 1;
        border-radius: 5px
    }
}

@media (max-width:575.98px) {
    .x-blog-category-container .-category-wrapper .-btn-category {
        min-height: 35px;
        padding: .25rem
    }
}

.x-blog-category-container .-category-wrapper .-btn-category:hover {
    -webkit-filter: brightness(.85);
    filter: brightness(.85)
}

.x-blog-category-container .-category-wrapper .-btn-category:hover .-text-title {
    color: #fff
}

.x-blog-category-container .-category-wrapper .-btn-category.-active .-icon {
    -webkit-filter: drop-shadow(0 0 3px rgba(242, 38, 98, .5));
    filter: drop-shadow(0 0 3px rgba(242, 38, 98, .5))
}

.x-blog-category-container .-category-wrapper .-btn-category.-active .-text-title {
    color: #212529
}

.x-blog-category-container .-category-wrapper .-btn-category.-active,
.x-blog-category-container .-category-wrapper .-btn-category:hover {
    background: transparent no-repeat 50%;
    background-size: cover
}

.x-blog-category-container .-category-wrapper .-btn-category.-active .-icon,
.x-blog-category-container .-category-wrapper .-btn-category:hover .-icon {
    display: none;
    opacity: 0;
    visibility: hidden
}

.x-blog-category-container .-category-wrapper .-btn-category.-active .-icon.-active,
.x-blog-category-container .-category-wrapper .-btn-category:hover .-icon.-active {
    display: inline-block;
    opacity: 1;
    visibility: visible
}

.x-blog-category-container .-category-wrapper .-btn-category .-icon {
    width: 40px;
    margin-right: .5rem
}

@media (max-width:991.98px) {
    .x-blog-category-container .-category-wrapper .-btn-category .-icon {
        width: 32px
    }
}

@media (max-width:575.98px) {
    .x-blog-category-container .-category-wrapper .-btn-category .-icon {
        width: 20px;
        margin-right: .375rem
    }
}

.x-blog-category-container .-category-wrapper .-btn-category .-icon.-active {
    display: none
}

.x-blog-category-container .-category-wrapper .-btn-category .-text-title {
    color: #fff
}

@media (max-width:991.98px) {
    .x-blog-category-container .-category-wrapper .-btn-category .-text-title {
        font-size: .875rem;
        display: none
    }
}

@media (max-width:767.98px) {
    .x-blog-category-container .-category-wrapper .-btn-category .-text-title {
        font-size: .75rem;
        line-height: 1.25
    }
}

.x-blog-category-container .-category-wrapper .-btn-category .-text-title.-mobile {
    display: none
}

@media (max-width:991.98px) {
    .x-blog-category-container .-category-wrapper .-btn-category .-text-title.-mobile {
        display: inline-block
    }
}

.x-blog-show {
    padding: 2rem 0;
    background: #191919
}

@media (max-width:767.98px) {
    .x-blog-show {
        font-size: .875rem
    }
}

.x-blog-show .-heading-title {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    color: #fff
}

@media (max-width:991.98px) {
    .x-blog-show .-heading-title {
        font-size: 1.75rem
    }
}

@media (max-width:767.98px) {
    .x-blog-show .-heading-title {
        font-size: 1.5rem
    }
}

@media (max-width:575.98px) {
    .x-blog-show .-heading-title {
        margin-top: 1rem;
        font-size: 1.25rem
    }
}

.x-blog-show .-publish-wrapper {
    margin-bottom: 2rem;
    text-align: center;
    font-size: .875rem;
    font-weight: 300
}

@media (max-width:991.98px) {

    .x-blog-show h1,
    .x-blog-show h2,
    .x-blog-show h3,
    .x-blog-show h4,
    .x-blog-show h5,
    .x-blog-show h6 {
        font-size: 1.5rem
    }
}

@media (max-width:575.98px) {

    .x-blog-show h1,
    .x-blog-show h2,
    .x-blog-show h3,
    .x-blog-show h4,
    .x-blog-show h5,
    .x-blog-show h6 {
        margin-top: 1rem;
        font-size: 1.25rem
    }
}

.cke_editable,
.x-blog {
    font-family: FC Iconic Text, Helvetica Neue, Helvetica, Arial, sans-serif
}

.x-pagination {
    margin-top: 2rem
}

.x-pagination .page-item {
    margin: 0 .25rem
}

.x-pagination .page-item:first-child .page-link,
.x-pagination .page-item:last-child .page-link {
    border-radius: 5px
}

.x-pagination .page-item:first-child {
    margin-left: 0
}

.x-pagination .page-item:last-child {
    margin-right: 0
}

.x-pagination .page-link {
    min-width: 40px;
    padding: .5rem;
    border-radius: 5px;
    font-size: 1rem
}

@media (max-width:767.98px) {
    .x-pagination .page-link {
        min-width: 30px;
        padding: .4rem;
        font-size: .875rem
    }
}

.x-base-ranking-reward-list-wrapper {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between
}

.x-base-ranking-reward-list-wrapper .-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    width: calc(50% - 5px);
    margin-bottom: 10px;
    padding: 0 10px;
    background: hsla(0, 0%, 100%, .1);
    border-radius: 3px;
    transition: all .2s
}

@media (max-width:575.98px) {
    .x-base-ranking-reward-list-wrapper .-list-item {
        width: 100%
    }
}

@media (min-width:992px) {
    .x-base-ranking-reward-list-wrapper .-list-item:hover {
        background: hsla(0, 0%, 100%, .2)
    }
}

.x-base-ranking-reward-list-wrapper .-list-item .-position-wrapper {
    font-size: 1rem;
    font-weight: 600;
    color: #f3f3f3
}

.x-base-ranking-reward-list-wrapper .-list-item .-position-wrapper span {
    display: inline-block;
    position: relative;
    top: 0
}

@media (max-width:767.98px) {
    .x-base-ranking-reward-list-wrapper .-list-item .-position-wrapper {
        font-size: 1rem
    }
}

.x-base-ranking-reward-list-wrapper .-list-item .-reward-wrapper {
    font-size: 1rem;
    font-weight: 600;
    color: #f3f3f3
}

.x-base-ranking-reward-list-wrapper .-list-item .-reward-wrapper .-ic {
    width: 36px;
    height: auto
}

.x-base-ranking-reward-list-wrapper .-list-item .-reward-wrapper span {
    display: inline-block;
    position: relative;
    top: 0;
    min-width: 50px
}

@media (min-width:576px) {

    .x-base-ranking-reward-list-wrapper.-board-credit,
    .x-base-ranking-reward-list-wrapper.-board-win {
        max-height: 210px
    }
}

.x-base-ranking-reward-list-wrapper.-competition .-list-item .-position-wrapper {
    display: flex;
    align-items: center
}

.x-base-ranking-reward-list-wrapper.-competition .-list-item .-position-wrapper .-position-img {
    width: 50px;
    height: auto
}

.x-base-ranking-reward-list-wrapper.-competition .-list-item .-position-wrapper span {
    margin-left: 5px
}

@media (min-width:992px) {
    .x-base-ranking-reward-list-wrapper.-competition {
        max-height: 280px
    }

    .x-base-ranking-reward-list-wrapper.-competition .-list-item {
        width: calc(33% - 5px)
    }

    .x-base-ranking-reward-list-wrapper.-competition .-list-item .-position-wrapper span {
        margin-left: 10px
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    .x-base-ranking-reward-list-wrapper.-competition {
        max-height: 420px
    }

    .x-base-ranking-reward-list-wrapper.-competition .-list-item {
        width: calc(50% - 5px)
    }
}

.x-base-ranking-container {
    position: relative;
    padding: 2rem 0;
    background-size: contain;
    background-repeat: repeat;
    background-position: top;
    background: #000
}

@media (max-width:575.98px) {
    .x-base-ranking-container {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media (max-width:575.98px) {
    .x-base-ranking-container .-custom-container {
        padding: 0
    }
}

.x-base-ranking-container .-ranking-separated-section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
}

.x-base-ranking-container .-ranking-separated-section .-inner-wrapper {
    width: 49.4%
}

@media (max-width:991.98px) {
    .x-base-ranking-container .-ranking-separated-section .-inner-wrapper {
        width: 100%
    }
}

.x-base-ranking-container .-ranking-container-wrapper {
    position: relative;
    top: -3px;
    z-index: 1;
    border-width: 3px;
    border-style: solid;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(230, 255, 253, .5);
    -o-border-image: radial-gradient(#fff 50%, #0f87ad) 1;
    border-image: radial-gradient(#fff 50%, #0f87ad) 1
}

.x-base-ranking-container .-ranking-container-wrapper .-slided {
    overflow: auto
}

@media (max-width:575.98px) {
    .x-base-ranking-container .-ranking-container-wrapper {
        top: 0;
        padding: 0;
        border: none;
        box-shadow: none;
        border-radius: 0
    }
}

.x-base-ranking-container .-ranking-table-outer-container {
    padding: 2rem;
    background: radial-gradient(58.52% 75.14% at 50% 50.08%, rgba(1, 76, 137, .5) 0, rgba(1, 74, 134, .5) 30%, rgba(1, 68, 125, .5) 50%, rgba(1, 56, 109, .5) 68%, rgba(1, 41, 88, .5) 85%, rgba(2, 17, 60, .5) 100%)
}

@media (max-width:991.98px) {
    .x-base-ranking-container .-ranking-table-outer-container {
        padding: 1rem
    }
}

@media (max-width:575.98px) {
    .x-base-ranking-container .-ranking-table-outer-container {
        padding: 0 15px 15px
    }
}

.x-base-ranking-container .-no-result {
    text-align: center
}

@media (max-width:991.98px) {
    .x-base-ranking-container .-no-result {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

@media (max-width:575.98px) {
    .x-base-ranking-container .-no-result {
        padding-top: 2rem
    }
}

.x-base-ranking-container .-no-result .-title {
    font-size: 1.5rem
}

@media (max-width:991.98px) {
    .x-base-ranking-container .-no-result .-title {
        font-size: 1.25rem
    }
}

@media (max-width:575.98px) {
    .x-base-ranking-container .-no-result .-title {
        font-size: 1.125rem
    }
}

.x-base-ranking-container .-no-result .-description {
    margin-bottom: 0;
    font-size: 1.25rem
}

@media (max-width:991.98px) {
    .x-base-ranking-container .-no-result .-description {
        font-size: 1.125rem
    }
}

@media (max-width:575.98px) {
    .x-base-ranking-container .-no-result .-description {
        font-size: 1rem
    }
}

.x-base-ranking-tabs-menu-container {
    position: relative;
    flex-direction: row;
    justify-content: center;
    z-index: 2
}

.x-base-ranking-tabs-menu-container .nav-item {
    position: relative;
    width: 350px
}

.x-base-ranking-tabs-menu-container .nav-item:first-child:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: 60%;
    background: #544531;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.x-base-ranking-tabs-menu-container .nav-item:first-child .nav-link {
    border-top-left-radius: 10px
}

.x-base-ranking-tabs-menu-container .nav-item:last-child .nav-link {
    border-top-right-radius: 10px
}

@media (max-width:991.98px) {
    .x-base-ranking-tabs-menu-container .nav-item {
        width: 280px
    }
}

@media (max-width:767.98px) {
    .x-base-ranking-tabs-menu-container .nav-item {
        width: 220px
    }
}

@media (max-width:575.98px) {
    .x-base-ranking-tabs-menu-container .nav-item {
        width: 50%
    }

    .x-base-ranking-tabs-menu-container .nav-item:first-child .nav-link {
        border-top-left-radius: 0
    }

    .x-base-ranking-tabs-menu-container .nav-item:last-child .nav-link {
        border-top-right-radius: 0
    }
}

.x-base-ranking-tabs-menu-container .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: .5rem 1rem;
    background: #2e456b;
    transition: all .2s
}

.x-base-ranking-tabs-menu-container .nav-link .-ic {
    width: 40px;
    height: auto;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all .2s
}

.x-base-ranking-tabs-menu-container .nav-link .-text {
    position: relative;
    top: 0;
    margin-left: 10px;
    font-size: 1.125rem;
    font-weight: 600;
    background: linear-gradient(180deg, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-filter: drop-shadow(0 1px 3px hsla(0, 0%, 100%, .5));
    filter: drop-shadow(0 1px 3px rgba(255, 255, 255, .5))
}

.x-base-ranking-tabs-menu-container .nav-link .-line-glow {
    display: none;
    position: absolute;
    left: 50%;
    bottom: -30px;
    width: 230px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.x-base-ranking-tabs-menu-container .nav-link.-active {
    background: #2e456b
}

.x-base-ranking-tabs-menu-container .nav-link.-active:hover {
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

.x-base-ranking-tabs-menu-container .nav-link.-active:hover .-ic {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.x-base-ranking-tabs-menu-container .nav-link.-active .-ic {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(1.5) translate(-5px, -8px);
    transform: scale(1.5) translate(-5px, -8px)
}

.x-base-ranking-tabs-menu-container .nav-link.-active .-text {
    background: linear-gradient(180deg, #fff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: x-ranking-tab-saturate 2.5s infinite;
    animation: x-ranking-tab-saturate 2.5s infinite
}

.x-base-ranking-tabs-menu-container .nav-link.-active .-line-glow {
    display: block
}

@media (min-width:992px) {
    .x-base-ranking-tabs-menu-container .nav-link:hover {
        -webkit-filter: brightness(1.25);
        filter: brightness(1.25)
    }

    .x-base-ranking-tabs-menu-container .nav-link:hover .-ic {
        -webkit-filter: grayscale(.5);
        filter: grayscale(.5);
        -webkit-transform: scale(1.5) translate(-5px, -8px);
        transform: scale(1.5) translate(-5px, -8px)
    }
}

@media (max-width:767.98px) {
    .x-base-ranking-tabs-menu-container .nav-link {
        padding: .5rem
    }

    .x-base-ranking-tabs-menu-container .nav-link .-behind {
        display: block
    }

    .x-base-ranking-tabs-menu-container .nav-link.-active .-ic {
        -webkit-transform: scale(1.5) translate(-2px, -2px);
        transform: scale(1.5) translate(-2px, -2px)
    }
}

@media (max-width:575.98px) {

    .x-base-ranking-tabs-menu-container .nav-link,
    .x-base-ranking-tabs-menu-container .nav-link.-active {
        background: #2e456b
    }

    .x-base-ranking-tabs-menu-container .nav-link.-active .-text {
        font-weight: 600
    }

    .x-base-ranking-tabs-menu-container .nav-link .-text {
        font-size: 1rem;
        font-weight: 500
    }

    .x-base-ranking-tabs-menu-container .nav-link .-line-glow {
        bottom: -27px;
        width: 200px
    }
}

@media screen and (max-width:360px) {
    .x-base-ranking-tabs-menu-container .nav-link .-line-glow {
        bottom: -21px;
        width: 160px
    }
}

@-webkit-keyframes x-ranking-tab-saturate {
    0% {
        -webkit-filter: drop-shadow(0 1px 3px hsla(0, 0%, 100%, .5)) saturate(1);
        filter: drop-shadow(0 1px 3px rgba(255, 255, 255, .5)) saturate(1)
    }

    50% {
        -webkit-filter: drop-shadow(0 1px 3px hsla(0, 0%, 100%, .5)) saturate(3);
        filter: drop-shadow(0 1px 3px rgba(255, 255, 255, .5)) saturate(3)
    }

    to {
        -webkit-filter: drop-shadow(0 1px 3px hsla(0, 0%, 100%, .5)) saturate(1);
        filter: drop-shadow(0 1px 3px rgba(255, 255, 255, .5)) saturate(1)
    }
}

@keyframes x-ranking-tab-saturate {
    0% {
        -webkit-filter: drop-shadow(0 1px 3px hsla(0, 0%, 100%, .5)) saturate(1);
        filter: drop-shadow(0 1px 3px rgba(255, 255, 255, .5)) saturate(1)
    }

    50% {
        -webkit-filter: drop-shadow(0 1px 3px hsla(0, 0%, 100%, .5)) saturate(3);
        filter: drop-shadow(0 1px 3px rgba(255, 255, 255, .5)) saturate(3)
    }

    to {
        -webkit-filter: drop-shadow(0 1px 3px hsla(0, 0%, 100%, .5)) saturate(1);
        filter: drop-shadow(0 1px 3px rgba(255, 255, 255, .5)) saturate(1)
    }
}

.x-ranking-content-class-container {
    margin-top: 0 !important
}

.x-ranking-round-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 2rem;
    background: linear-gradient(180deg, #181d22, #0d1316)
}

.x-ranking-round-container .-btn {
    position: relative;
    width: 33.33333%;
    padding: 1.2rem 0;
    text-align: center;
    font-size: 1.125rem;
    color: hsla(0, 0%, 100%, .5);
    background: transparent;
    transition: color .2s
}

.x-ranking-round-container .-btn:before {
    display: none;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 4px;
    background: #3f9e98;
    border-radius: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.x-ranking-round-container .-btn:hover {
    text-decoration: none;
    color: hsla(0, 0%, 100%, .75)
}

.x-ranking-round-container .-btn.-active {
    font-weight: 600;
    color: #fff
}

.x-ranking-round-container .-btn.-active:before {
    display: block
}

@media (max-width:767.98px) {
    .x-ranking-round-container .-btn {
        font-size: 1.1rem
    }
}

@media (max-width:575.98px) {
    .x-ranking-round-container {
        padding: 0 15px
    }

    .x-ranking-round-container .-btn {
        font-size: .875rem
    }
}

.x-cover-ranking-container {
    position: relative;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    overflow: hidden
}

.x-cover-ranking-container:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .2), #000)
}

.x-cover-ranking-container .-ranking-inner-wrapper {
    position: relative;
    padding-top: 8rem
}

@media (max-width:1199.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper {
        padding-top: 120px
    }
}

@media (max-width:991.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper {
        padding-top: 170px
    }
}

@media (max-width:767.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper {
        padding-top: 160px
    }
}

@media (max-width:575.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper {
        padding-top: 160px;
        padding-right: 0;
        padding-left: 0
    }
}

.x-cover-ranking-container .-ranking-inner-wrapper .-contents-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center
}

.x-cover-ranking-container .-ranking-inner-wrapper .-contents-wrapper .-heading-title {
    position: absolute;
    top: -9999px;
    left: -9999px
}

.x-cover-ranking-container .-ranking-inner-wrapper .-contents-wrapper .-title {
    margin-top: .5rem;
    margin-bottom: 0;
    font-size: 1.375rem;
    font-weight: 500;
    color: #fff
}

@media (max-width:767.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper .-contents-wrapper .-title {
        font-size: 1.25rem
    }
}

@media (max-width:575.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper .-contents-wrapper .-title {
        font-size: 1.125rem
    }
}

.x-cover-ranking-container .-ranking-inner-wrapper .-contents-wrapper .-sub-title {
    margin-top: .25rem;
    font-size: 1rem;
    color: #d2d2d2
}

@media (max-width:767.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper .-contents-wrapper .-sub-title {
        font-size: .875rem
    }
}

.x-cover-ranking-container .-ranking-inner-wrapper .-contents-wrapper .-logo {
    position: relative;
    z-index: 2;
    width: 150px;
    height: auto
}

@media (max-width:991.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper .-contents-wrapper .-logo {
        width: 140px
    }
}

@media (max-width:767.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper .-contents-wrapper .-logo {
        width: 130px
    }
}

@media (max-width:575.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper .-contents-wrapper .-logo {
        width: 100px
    }
}

.x-cover-ranking-container .-ranking-inner-wrapper .-title-image-wrapper {
    position: relative;
    width: 450px;
    margin-bottom: 3rem
}

@media (max-width:991.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper .-title-image-wrapper {
        width: 400px
    }
}

@media (max-width:767.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper .-title-image-wrapper {
        width: 350px;
        margin-bottom: 2rem
    }
}

@media (max-width:575.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper .-title-image-wrapper {
        width: 250px
    }
}

.x-cover-ranking-container .-ranking-inner-wrapper .-title-image-wrapper .-text-img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    margin-top: -.5rem
}

.x-cover-ranking-container .-ranking-inner-wrapper .-title-image-wrapper .-line-img {
    position: absolute;
    bottom: -22%;
    right: 0;
    z-index: 1;
    width: 90%;
    height: auto
}

.x-cover-ranking-container .-ranking-inner-wrapper .-title-image-wrapper .-effect-img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 170%;
    height: auto;
    opacity: .6;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.x-cover-ranking-container .-ranking-inner-wrapper .-rules-btn {
    position: absolute;
    bottom: 20px;
    right: 0
}

.x-cover-ranking-container .-ranking-inner-wrapper .-rules-btn .-box-img {
    width: 140px;
    height: auto;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

@media (max-width:991.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper .-rules-btn .-box-img {
        width: 100px
    }
}

@media (max-width:575.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper .-rules-btn .-box-img {
        width: 60px
    }
}

.x-cover-ranking-container .-ranking-inner-wrapper .-rules-btn:hover .-box-img {
    -webkit-transform: scale(1.05) rotate(5deg);
    transform: scale(1.05) rotate(5deg)
}

.x-cover-ranking-container .-ranking-inner-wrapper .-rules-btn-plain {
    color: #f22662;
    text-decoration: underline
}

.x-cover-ranking-container .-ranking-inner-wrapper .-rules-btn-plain:hover {
    color: rgba(242, 38, 98, .5)
}

.x-cover-ranking-container .-ranking-inner-wrapper .-rules-btn-plain:active {
    color: #f22662
}

.x-cover-ranking-container .-ranking-inner-wrapper .-timer-wrapper {
    margin-top: 2rem;
    font-size: 2rem
}

.x-ranking-entrance {
    margin-bottom: .5rem;
    margin-right: 8px
}

.x-ranking-entrance .-ic {
    width: 70px;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.x-ranking-entrance .-link-wrapper:hover .-ic {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

@media (min-width:576px) {
    .x-ranking-customer-own-wrapper {
        margin-bottom: 2rem
    }
}

.x-ranking-customer-own-wrapper .-title-wrapper {
    margin-bottom: 5px;
    padding-left: 7.2%
}

@media (max-width:991.98px) {
    .x-ranking-customer-own-wrapper .-title-wrapper {
        padding-left: 40px
    }
}

@media (max-width:767.98px) {
    .x-ranking-customer-own-wrapper .-title-wrapper {
        padding-left: 15px
    }
}

@media (max-width:575.98px) {
    .x-ranking-customer-own-wrapper .-title-wrapper {
        padding-top: 1rem;
        padding-left: 12px
    }
}

.x-ranking-customer-own-wrapper .-title-wrapper .-title {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 600;
    background: -webkit-linear-gradient(#fff, #9ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width:575.98px) {
    .x-ranking-customer-own-wrapper .-title-wrapper .-title {
        font-size: 1rem
    }
}

@media screen and (max-width:360px) {
    .x-ranking-customer-own-wrapper .-title-wrapper .-title {
        font-size: .9rem
    }
}

.x-ranking-heading-column-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    padding: 0 20px
}

@media (min-width:768px) and (max-width:991.98px) {
    .x-ranking-heading-column-wrapper.-board-slot .-column-wrapper.-profile {
        width: 33%;
        min-width: unset
    }
}

.x-ranking-heading-column-wrapper .-column-wrapper {
    width: 25%;
    text-align: center
}

.x-ranking-heading-column-wrapper .-column-wrapper .-text {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 600;
    background: -webkit-linear-gradient(#fff, #9ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.x-ranking-heading-column-wrapper .-column-wrapper.-position {
    width: 15%
}

.x-ranking-heading-column-wrapper .-column-wrapper.-profile {
    width: 35%
}

@media (max-width:767.98px) {
    .x-ranking-heading-column-wrapper .-column-wrapper.-winning-games {
        display: none
    }
}

@media (max-width:1199.98px) {
    .x-ranking-heading-column-wrapper {
        padding: 0 15px
    }
}

@media (max-width:991.98px) {
    .x-ranking-heading-column-wrapper .-column-wrapper.-profile {
        min-width: 190px
    }
}

@media (max-width:767.98px) {
    .x-ranking-heading-column-wrapper {
        padding: 0 10px
    }

    .x-ranking-heading-column-wrapper .-column-wrapper.-position {
        width: 50px
    }

    .x-ranking-heading-column-wrapper .-column-wrapper.-profile {
        width: auto;
        min-width: 120px
    }
}

@media (max-width:575.98px) {
    .x-ranking-heading-column-wrapper {
        padding: 1.5rem 10px 0
    }

    .x-ranking-heading-column-wrapper .-column-wrapper.-profile {
        width: 90px;
        min-width: unset
    }

    .x-ranking-heading-column-wrapper .-column-wrapper.-position {
        width: 40px
    }

    .x-ranking-heading-column-wrapper .-column-wrapper.-result {
        width: auto;
        max-width: 180px;
        flex: 1
    }

    .x-ranking-heading-column-wrapper .-column-wrapper.-reward {
        width: 70px
    }

    .x-ranking-heading-column-wrapper .-column-wrapper .-text {
        font-size: 1rem
    }
}

@media screen and (max-width:380px) {
    .x-ranking-heading-column-wrapper .-column-wrapper.-profile {
        width: 70px
    }
}

@media screen and (max-width:360px) {
    .x-ranking-heading-column-wrapper .-column-wrapper .-text {
        font-size: .9rem
    }
}

.x-ranking-item-full-size-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    background: hsla(0, 0%, 100%, .05);
    border: 2px solid transparent;
    padding: 8px 20px
}

@media (max-width:1199.98px) {
    .x-ranking-item-full-size-container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width:767.98px) {
    .x-ranking-item-full-size-container {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media screen and (max-width:360px) {
    .x-ranking-item-full-size-container {
        padding-right: 5px;
        padding-left: 5px
    }
}

.x-ranking-item-full-size-container .-profile-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 35%;
    color: #fff
}

.x-ranking-item-full-size-container .-profile-wrapper .-group-img {
    width: 55px;
    height: auto;
    margin-right: 8px
}

@media (max-width:1199.98px) {
    .x-ranking-item-full-size-container .-profile-wrapper {
        flex: 0 0 32%
    }
}

@media (max-width:991.98px) {
    .x-ranking-item-full-size-container .-profile-wrapper .-group-img {
        width: 50px
    }
}

@media (max-width:767.98px) {
    .x-ranking-item-full-size-container .-profile-wrapper {
        align-items: center;
        min-width: 120px
    }

    .x-ranking-item-full-size-container .-profile-wrapper .-group-img {
        width: 40px;
        margin-right: 5px
    }
}

@media (max-width:575.98px) {
    .x-ranking-item-full-size-container .-profile-wrapper {
        padding-left: 3px;
        flex: 0 0 25%;
        min-width: 85px
    }

    .x-ranking-item-full-size-container .-profile-wrapper .-group-img {
        width: 30px
    }
}

@media screen and (max-width:380px) {
    .x-ranking-item-full-size-container .-profile-wrapper {
        flex: 0 0 10%;
        min-width: 55px;
        padding-left: 5px
    }

    .x-ranking-item-full-size-container .-profile-wrapper .-group-img {
        display: none
    }
}

.x-ranking-item-full-size-container .-profile-info-wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    min-width: 112px
}

.x-ranking-item-full-size-container .-profile-info-wrapper .-phone-number {
    font-size: 1.125rem;
    font-weight: 500
}

.x-ranking-item-full-size-container .-profile-info-wrapper .-group-title {
    font-size: .875rem;
    font-weight: 300;
    color: #fff
}

@media (max-width:1199.98px) {
    .x-ranking-item-full-size-container .-profile-info-wrapper {
        min-width: 100px
    }

    .x-ranking-item-full-size-container .-profile-info-wrapper .-phone-number {
        font-size: 1rem
    }
}

@media (max-width:767.98px) {
    .x-ranking-item-full-size-container .-profile-info-wrapper {
        position: relative
    }

    .x-ranking-item-full-size-container .-profile-info-wrapper .-phone-number {
        position: relative;
        font-size: .9rem
    }

    .x-ranking-item-full-size-container .-profile-info-wrapper .-phone-number .-hidden {
        position: relative;
        display: inline-block
    }
}

@media (max-width:575.98px) {
    .x-ranking-item-full-size-container .-profile-info-wrapper {
        min-width: unset
    }

    .x-ranking-item-full-size-container .-profile-info-wrapper .-phone-number {
        font-size: .75rem;
        font-weight: 400
    }

    .x-ranking-item-full-size-container .-profile-info-wrapper .-group-title {
        display: none
    }
}

.x-ranking-item-full-size-container .-position-wrapper {
    flex: 0 0 15%;
    text-align: center
}

.x-ranking-item-full-size-container .-position-wrapper .-ic {
    width: 50px;
    height: auto
}

.x-ranking-item-full-size-container .-position-wrapper .-text {
    position: relative;
    top: 0;
    margin-right: 15px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff
}

@media (max-width:1199.98px) {
    .x-ranking-item-full-size-container .-position-wrapper .-text {
        font-size: 1rem
    }
}

@media (max-width:991.98px) {
    .x-ranking-item-full-size-container .-position-wrapper {
        flex: 0 0 10%
    }
}

@media (max-width:767.98px) {
    .x-ranking-item-full-size-container .-position-wrapper .-ic {
        width: 100%
    }

    .x-ranking-item-full-size-container .-position-wrapper .-text {
        margin-right: unset
    }
}

@media (max-width:575.98px) {
    .x-ranking-item-full-size-container .-position-wrapper {
        flex: 0 0 8%
    }
}

@media screen and (max-width:360px) {
    .x-ranking-item-full-size-container .-position-wrapper {
        min-width: 26px
    }
}

.x-ranking-item-full-size-container .-result-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 25%;
    padding-right: 40px;
    text-align: center
}

.x-ranking-item-full-size-container .-result-wrapper .-round-diff {
    font-size: .875rem;
    font-weight: 300;
    color: #c4c4c4
}

@media (max-width:991.98px) {
    .x-ranking-item-full-size-container .-result-wrapper .-round-diff {
        font-size: .9rem
    }
}

@media (max-width:767.98px) {
    .x-ranking-item-full-size-container .-result-wrapper .-round-diff {
        font-size: .75rem
    }
}

@media (max-width:575.98px) {
    .x-ranking-item-full-size-container .-result-wrapper .-round-diff {
        font-size: .7rem
    }
}

.x-ranking-item-full-size-container .-result-wrapper .-value-wrapper {
    text-align: right
}

.x-ranking-item-full-size-container .-result-wrapper .-value {
    display: inline-block;
    position: relative;
    top: 0;
    font-size: 1.25rem;
    font-weight: 500;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.x-ranking-item-full-size-container .-result-wrapper .-value.-own {
    font-size: 1.25rem
}

.x-ranking-item-full-size-container .-result-wrapper .-ic-provider-wrapper {
    margin-left: 10px;
    width: 40px
}

.x-ranking-item-full-size-container .-result-wrapper .-ic-provider-wrapper .-img {
    width: 100%;
    height: auto
}

@media (min-width:992px) {
    .x-ranking-item-full-size-container .-result-wrapper .-value.-own {
        margin-left: 5px
    }
}

@media (max-width:1199.98px) {
    .x-ranking-item-full-size-container .-result-wrapper {
        padding-right: 20px
    }

    .x-ranking-item-full-size-container .-result-wrapper .-value {
        font-size: 1.25rem
    }

    .x-ranking-item-full-size-container .-result-wrapper .-ic-provider-wrapper {
        width: 34px
    }
}

@media (max-width:991.98px) {
    .x-ranking-item-full-size-container .-result-wrapper {
        padding-right: 0
    }

    .x-ranking-item-full-size-container .-result-wrapper .-value {
        font-size: 1.125rem
    }

    .x-ranking-item-full-size-container .-result-wrapper .-value.-own {
        display: block;
        font-size: 1.125rem
    }
}

@media (max-width:767.98px) {

    .x-ranking-item-full-size-container .-result-wrapper .-value,
    .x-ranking-item-full-size-container .-result-wrapper .-value.-own {
        font-size: 1rem
    }

    .x-ranking-item-full-size-container .-result-wrapper .-ic-provider-wrapper {
        width: 30px;
        margin-left: 3px
    }
}

@media (max-width:575.98px) {
    .x-ranking-item-full-size-container .-result-wrapper {
        width: auto;
        max-width: 180px;
        flex: 1;
        justify-content: flex-end
    }

    .x-ranking-item-full-size-container .-result-wrapper .-value {
        top: 0
    }

    .x-ranking-item-full-size-container .-result-wrapper .-ic-provider-wrapper {
        width: 25px
    }
}

@media screen and (max-width:360px) {
    .x-ranking-item-full-size-container .-result-wrapper .-value {
        font-size: .9rem
    }

    .x-ranking-item-full-size-container .-result-wrapper .-value.-own {
        font-size: .7rem
    }

    .x-ranking-item-full-size-container .-result-wrapper .-ic-provider-wrapper {
        width: 20px
    }
}

.x-ranking-item-full-size-container .-reward-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex: 0 0 20%;
    text-align: center;
    color: #fff
}

.x-ranking-item-full-size-container .-reward-wrapper .-reward-text {
    display: inline-block;
    position: relative;
    top: 0;
    font-size: 1.25rem;
    font-weight: 600;
    min-width: 52px;
    margin-left: 5px;
    text-align: left
}

@media (max-width:1199.98px) {
    .x-ranking-item-full-size-container .-reward-wrapper .-reward-text {
        font-size: 1.25rem
    }
}

@media (max-width:991.98px) {
    .x-ranking-item-full-size-container .-reward-wrapper .-reward-text {
        min-width: 40px;
        font-size: 1.125rem
    }
}

@media (max-width:767.98px) {
    .x-ranking-item-full-size-container .-reward-wrapper .-reward-text {
        font-size: 1rem
    }
}

@media (max-width:575.98px) {
    .x-ranking-item-full-size-container .-reward-wrapper .-reward-text {
        min-width: 32px;
        margin-left: 2px
    }
}

.x-ranking-item-full-size-container .-reward-wrapper .-ic {
    width: 40px;
    height: auto;
    margin: 0 5px
}

.x-ranking-item-full-size-container .-reward-wrapper .-ic.-highlight {
    width: 50px
}

@media (max-width:1199.98px) {
    .x-ranking-item-full-size-container .-reward-wrapper {
        flex: 0 0 22%
    }
}

@media (max-width:991.98px) {
    .x-ranking-item-full-size-container .-reward-wrapper {
        justify-content: flex-end
    }

    .x-ranking-item-full-size-container .-reward-wrapper .-ic,
    .x-ranking-item-full-size-container .-reward-wrapper .-ic.-highlight {
        width: 34px
    }
}

@media (max-width:767.98px) {
    .x-ranking-item-full-size-container .-reward-wrapper {
        flex: 0 0 26%
    }

    .x-ranking-item-full-size-container .-reward-wrapper .-ic {
        width: 30px;
        margin: 0 2px
    }

    .x-ranking-item-full-size-container .-reward-wrapper .-ic.-highlight {
        width: 30px
    }
}

@media (max-width:575.98px) {
    .x-ranking-item-full-size-container .-reward-wrapper {
        flex: 0 0 0%;
        min-width: 85px
    }

    .x-ranking-item-full-size-container .-reward-wrapper .-ic,
    .x-ranking-item-full-size-container .-reward-wrapper .-ic.-highlight {
        width: 20px
    }
}

@media screen and (max-width:360px) {

    .x-ranking-item-full-size-container .-reward-wrapper .-ic,
    .x-ranking-item-full-size-container .-reward-wrapper .-ic.-highlight {
        width: 20px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .x-ranking-item-full-size-container.-five-cols .-position-wrapper {
        flex: 0 0 9%;
        max-width: 9%
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .x-ranking-item-full-size-container.-five-cols .-profile-wrapper {
        flex: 0 0 27%;
        max-width: 27%
    }

    .x-ranking-item-full-size-container.-five-cols .-profile-wrapper .-group-img {
        width: 48px;
        margin-right: 4px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .x-ranking-item-full-size-container.-five-cols .-result-wrapper {
        flex: 0 0 22%;
        max-width: 22%
    }
}

@media (max-width:767.98px) {
    .x-ranking-item-full-size-container.-five-cols .-result-wrapper {
        padding-right: .25rem
    }
}

.x-ranking-item-full-size-container.-five-cols .-winning-game-wrapper.-desktop {
    flex: 0 0 18%;
    max-width: 18%
}

@media (max-width:767.98px) {
    .x-ranking-item-full-size-container.-five-cols .-winning-game-wrapper.-desktop {
        display: none;
        opacity: 0;
        visibility: hidden
    }
}

@media (min-width:768px) {
    .x-ranking-item-full-size-container.-five-cols .-winning-game-wrapper.-mobile {
        display: none;
        opacity: 0;
        visibility: hidden
    }
}

@media (max-width:767.98px) {
    .x-ranking-item-full-size-container.-five-cols:not(.-small-item) .-result-wrapper {
        flex-direction: column;
        align-items: flex-end
    }
}

@media (min-width:992px) {
    .x-ranking-item-full-size-container.-five-cols:not(.-small-item) .-position-wrapper {
        flex: 0 0 11%;
        max-width: 11%
    }

    .x-ranking-item-full-size-container.-five-cols:not(.-small-item) .-profile-wrapper,
    .x-ranking-item-full-size-container.-five-cols:not(.-small-item) .-result-wrapper {
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (max-width:767.98px) {
    .x-ranking-item-full-size-container.-five-cols.-small-item .-result-wrapper .-value-wrapper {
        padding-right: .25rem
    }
}

@media (min-width:992px) {
    .x-ranking-item-full-size-container.-five-cols.-small-item .-position-wrapper {
        flex: 0 0 8%;
        max-width: 8%
    }

    .x-ranking-item-full-size-container.-five-cols.-small-item .-winning-game-wrapper {
        flex: 0 0 40px;
        max-width: 40px
    }

    .x-ranking-item-full-size-container.-five-cols.-small-item .-result-wrapper {
        padding-right: .25rem
    }

    .x-ranking-item-full-size-container.-five-cols.-small-item .-reward-wrapper .-reward-text {
        margin-left: 0
    }
}

.x-ranking-item-full-size-container.-top-item {
    margin-top: 0;
    background: hsla(0, 0%, 100%, .2);
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: #b1fff1
}

.x-ranking-item-full-size-container.-top-item .-profile-info-wrapper .-group-title,
.x-ranking-item-full-size-container.-top-item .-profile-wrapper {
    color: #fff
}

.x-ranking-item-full-size-container.-top-item .-position-wrapper .-ic {
    margin: 0 6px;
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.x-ranking-item-full-size-container.-top-item .-result-wrapper .-value {
    background: -webkit-linear-gradient(#fff, #9ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.x-ranking-item-full-size-container.-top-item .-result-wrapper .-round-diff {
    color: #c4c4c4
}

.x-ranking-item-full-size-container.-top-item .-reward-wrapper .-reward-text {
    background: -webkit-linear-gradient(#fff, #9ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width:1199.98px) {
    .x-ranking-item-full-size-container.-top-item .-position-wrapper .-ic {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@media (max-width:991.98px) {
    .x-ranking-item-full-size-container.-top-item .-position-wrapper .-ic {
        margin: 0 3px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media (max-width:767.98px) {
    .x-ranking-item-full-size-container.-top-item .-position-wrapper .-ic {
        margin: 0
    }
}

.x-ranking-item-full-size-container.-second-item,
.x-ranking-item-full-size-container.-third-item {
    background: hsla(0, 0%, 100%, .1);
    border: 2px solid transparent
}

.x-ranking-item-full-size-container.-second-item .-profile-info-wrapper .-group-title,
.x-ranking-item-full-size-container.-second-item .-profile-wrapper,
.x-ranking-item-full-size-container.-third-item .-profile-info-wrapper .-group-title,
.x-ranking-item-full-size-container.-third-item .-profile-wrapper {
    color: #fff
}

.x-ranking-item-full-size-container.-second-item .-position-wrapper .-ic,
.x-ranking-item-full-size-container.-third-item .-position-wrapper .-ic {
    margin: 0 6px;
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}

.x-ranking-item-full-size-container.-second-item .-result-wrapper .-value,
.x-ranking-item-full-size-container.-third-item .-result-wrapper .-value {
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.x-ranking-item-full-size-container.-second-item .-result-wrapper .-round-diff,
.x-ranking-item-full-size-container.-third-item .-result-wrapper .-round-diff {
    color: #c4c4c4
}

.x-ranking-item-full-size-container.-second-item .-reward-wrapper .-reward-text,
.x-ranking-item-full-size-container.-third-item .-reward-wrapper .-reward-text {
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width:1199.98px) {

    .x-ranking-item-full-size-container.-second-item .-position-wrapper .-ic,
    .x-ranking-item-full-size-container.-third-item .-position-wrapper .-ic {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@media (max-width:991.98px) {

    .x-ranking-item-full-size-container.-second-item .-position-wrapper .-ic,
    .x-ranking-item-full-size-container.-third-item .-position-wrapper .-ic {
        margin: 0 3px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media (max-width:767.98px) {

    .x-ranking-item-full-size-container.-second-item .-position-wrapper .-ic,
    .x-ranking-item-full-size-container.-third-item .-position-wrapper .-ic {
        margin: 0
    }
}

@media (min-width:1200px) {
    .x-ranking-item-full-size-container.-small-item .-profile-info-wrapper .-phone-number {
        font-size: 1rem
    }

    .x-ranking-item-full-size-container.-small-item .-result-wrapper {
        padding-right: 20px
    }

    .x-ranking-item-full-size-container.-small-item .-result-wrapper .-round-diff {
        font-size: .875rem
    }
}

@media (min-width:992px) {
    .x-ranking-item-full-size-container.-small-item .-position-wrapper {
        flex: 0 1 10%
    }

    .x-ranking-item-full-size-container.-small-item .-result-wrapper {
        padding-right: unset
    }

    .x-ranking-item-full-size-container.-small-item .-result-wrapper .-value {
        font-size: 1rem
    }

    .x-ranking-item-full-size-container.-small-item .-result-wrapper .-ic-provider-wrapper {
        width: 34px
    }

    .x-ranking-item-full-size-container.-small-item .-result-wrapper .-ic-provider-wrapper .-img {
        width: 100%
    }

    .x-ranking-item-full-size-container.-small-item .-reward-wrapper {
        flex: 0 1 20%
    }

    .x-ranking-item-full-size-container.-small-item .-reward-wrapper .-reward-text {
        min-width: auto;
        font-size: 1rem
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .x-ranking-item-full-size-container.-small-item .-profile-wrapper .-group-img {
        width: 40px
    }

    .x-ranking-item-full-size-container.-small-item .-profile-info-wrapper .-phone-number {
        font-size: .9rem
    }

    .x-ranking-item-full-size-container.-small-item .-reward-wrapper .-ic {
        width: 32px
    }

    .x-ranking-item-full-size-container.-small-item .-result-wrapper .-round-diff {
        font-size: .75rem
    }
}

.x-ranking-item-full-size-container.-is-own {
    background: hsla(0, 0%, 100%, .1);
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(180deg, #f22662, #f22662)
}

.x-ranking-item-full-size-container.-is-own .-position-wrapper .-text,
.x-ranking-item-full-size-container.-is-own .-profile-info-wrapper,
.x-ranking-item-full-size-container.-is-own .-result-wrapper,
.x-ranking-item-full-size-container.-is-own .-reward-wrapper {
    color: #f22662
}

.x-ranking-item-full-size-container.-is-own .-result-wrapper .-round-diff {
    color: hsla(0, 0%, 100%, .75)
}

.x-ranking-item-full-size-container.-my-item {
    margin-top: 0;
    background: hsla(0, 0%, 100%, .1);
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(180deg, #f22662, #f22662)
}

.x-ranking-item-full-size-container .x-ranking-winning-game-track {
    display: flex;
    justify-content: center;
    gap: .375rem
}

@media (max-width:991.98px) {
    .x-ranking-item-full-size-container .x-ranking-winning-game-track {
        gap: .25rem
    }
}

.x-ranking-item-full-size-container .x-ranking-winning-game-track .-btn-play {
    width: 44px;
    height: 44px;
    border-radius: 9999px;
    overflow: hidden;
    transition: all .2s
}

@media (max-width:991.98px) {
    .x-ranking-item-full-size-container .x-ranking-winning-game-track .-btn-play {
        width: 34px;
        height: 34px
    }
}

@media (max-width:767.98px) {
    .x-ranking-item-full-size-container .x-ranking-winning-game-track .-btn-play {
        width: 30px;
        height: 30px
    }
}

@media (max-width:575.98px) {
    .x-ranking-item-full-size-container .x-ranking-winning-game-track .-btn-play {
        width: 26px;
        height: 26px
    }
}

.x-ranking-item-full-size-container .x-ranking-winning-game-track .-btn-play:hover {
    box-shadow: 0 0 5px 1px #f22662
}

@media (min-width:768px) {
    .x-ranking-item-full-size-container .x-ranking-winning-game-track .-btn-play.-sm {
        width: 30px;
        height: 30px
    }
}

.x-ranking-winning-game-track {
    display: flex;
    justify-content: center;
    gap: .375rem
}

@media (max-width:991.98px) {
    .x-ranking-winning-game-track {
        gap: .25rem
    }
}

.x-ranking-winning-game-track .-btn-play {
    width: 44px;
    height: 44px;
    border-radius: 9999px;
    overflow: hidden;
    transition: all .2s
}

@media (max-width:991.98px) {
    .x-ranking-winning-game-track .-btn-play {
        width: 34px;
        height: 34px
    }
}

@media (max-width:767.98px) {
    .x-ranking-winning-game-track .-btn-play {
        width: 30px;
        height: 30px
    }
}

@media (max-width:575.98px) {
    .x-ranking-winning-game-track .-btn-play {
        width: 26px;
        height: 26px
    }
}

.x-ranking-winning-game-track .-btn-play:hover {
    box-shadow: 0 0 5px 1px #f22662
}

@media (min-width:768px) {
    .x-ranking-winning-game-track .-btn-play.-sm {
        width: 30px;
        height: 30px
    }
}

#rankingWeeklyDetailModal .modal-body {
    padding-left: 2rem;
    padding-right: 2rem
}

@media (max-width:991.98px) {
    #rankingWeeklyDetailModal .modal-body {
        margin-top: 2rem
    }
}

@media (max-width:575.98px) {
    #rankingWeeklyDetailModal .modal-body {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

#rankingWeeklyDetailModal .x-title-modal {
    text-align: center
}

.x-ranking-weekly-modal-detail-container {
    margin-top: 1rem
}

.x-ranking-weekly-modal-detail-container .-provider-list-wrapper {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin: 2rem auto;
    row-gap: 8px
}

@media (max-width:575.98px) {
    .x-ranking-weekly-modal-detail-container .-provider-list-wrapper {
        flex-wrap: wrap;
        justify-content: center
    }
}

.x-ranking-weekly-modal-detail-container .-provider-list-wrapper .nav-item {
    width: 70px;
    margin-right: 10px
}

.x-ranking-weekly-modal-detail-container .-provider-list-wrapper .nav-item .-provider-img {
    width: 100%;
    height: auto;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

@media (min-width:992px) {
    .x-ranking-weekly-modal-detail-container .-provider-list-wrapper .nav-item:hover .-provider-img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@media (max-width:991.98px) {
    .x-ranking-weekly-modal-detail-container .-provider-list-wrapper .nav-item {
        width: 60px;
        margin-right: 5px
    }
}

@media (max-width:575.98px) {
    .x-ranking-weekly-modal-detail-container .-provider-list-wrapper .nav-item {
        width: 20%;
        max-width: 70px;
        margin-right: 2px
    }
}

.x-ranking-weekly-modal-detail-container .-heading-title {
    font-size: 1.3rem;
    font-weight: 600;
    background: -webkit-linear-gradient(#fff, #9ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.x-ranking-weekly-modal-detail-container .-promotion-detail-wrapper {
    overflow: auto;
    font-size: .875rem
}

.x-ranking-weekly-modal-detail-container .-promotion-detail-wrapper::-webkit-scrollbar-track {
    background-color: #3b3b3c;
    border-radius: 12px
}

.x-ranking-weekly-modal-detail-container .-promotion-detail-wrapper::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #666;
    border-radius: 12px
}

.x-ranking-weekly-modal-detail-container .-promotion-detail-wrapper::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 12px
}

@media (min-width:992px) {
    .x-ranking-weekly-modal-detail-container .-promotion-detail-wrapper {
        max-height: 200px
    }
}

.x-ranking-weekly-modal-detail-container .-rewards-detail-wrapper {
    margin-top: 2rem
}

@media (max-width:991.98px) {
    .x-ranking-weekly-modal-detail-container .-rewards-detail-wrapper {
        margin-top: 1rem
    }
}

.x-ranking-weekly-modal-detail-container .-no-result {
    padding: 2rem 1rem;
    text-align: center;
    background: hsla(0, 0%, 100%, .1)
}

.x-ranking-weekly-modal-detail-container .-no-result .-img {
    width: 50px;
    height: auto
}

.x-ranking-weekly-modal-detail-container .-no-result .-title {
    margin-top: .75rem;
    margin-bottom: 0;
    font-size: 1.3rem
}

.x-ranking-weekly-modal-detail-container .-no-result .-description {
    margin-top: .5rem;
    margin-bottom: 0;
    font-size: 1.1rem
}

.x-all-new-section {
    position: relative;
    padding: 4rem 0;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.x-all-new-section:after,
.x-all-new-section:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #765300 0, #ddc47c 50%, #765300)
}

@media (max-width:767.98px) {

    .x-all-new-section:after,
    .x-all-new-section:before {
        height: 5px
    }
}

.x-all-new-section:before {
    top: 0
}

.x-all-new-section:after {
    bottom: 0
}

.x-all-new-section .-container-inner-wrapper {
    display: flex;
    align-items: center;
    justify-content: center
}

.x-all-new-section .-container-inner-wrapper .-pre-title {
    margin-bottom: 8px;
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    text-align: center
}

@media (max-width:991.98px) {
    .x-all-new-section .-container-inner-wrapper .-pre-title {
        font-size: 1.75rem
    }
}

@media (max-width:767.98px) {
    .x-all-new-section .-container-inner-wrapper .-pre-title {
        font-size: 1.5rem
    }
}

@media (max-width:575.98px) {
    .x-all-new-section .-container-inner-wrapper .-pre-title {
        font-size: 1.125rem
    }
}

.x-all-new-section .-container-inner-wrapper .-pre-title .-normal-text {
    position: relative
}

.x-all-new-section .-container-inner-wrapper .-pre-title .-normal-text-sm {
    font-size: 1.5rem
}

@media (max-width:991.98px) {
    .x-all-new-section .-container-inner-wrapper .-pre-title .-normal-text-sm {
        font-size: 1.25rem
    }
}

.x-all-new-section .-container-inner-wrapper .-pre-title .-highlight {
    position: relative;
    background: linear-gradient(90deg, #a27a46 0, #f0ddab 50%, #a27a46);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .3s
}

.x-all-new-section .-container-inner-wrapper .-pre-title .-highlight .-line-light {
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 300px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width:767.98px) {
    .x-all-new-section .-container-inner-wrapper .-pre-title .-highlight .-line-light {
        opacity: .8
    }
}

.x-all-new-section .-container-inner-wrapper .-pre-title .-highlight.-hidden-star:after,
.x-all-new-section .-container-inner-wrapper .-pre-title .-highlight.-hidden-star:before {
    display: none
}

.x-all-new-section .-container-inner-wrapper .-pre-title .-highlight:after,
.x-all-new-section .-container-inner-wrapper .-pre-title .-highlight:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url(/build/images/ufa-all-new-star-light.e1ca4ca3.png);
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat
}

.x-all-new-section .-container-inner-wrapper .-pre-title .-highlight:before {
    top: 0;
    left: -20px
}

.x-all-new-section .-container-inner-wrapper .-pre-title .-highlight:after {
    bottom: -2px;
    right: -5px
}

.x-all-new-section .-container-inner-wrapper .-pre-title .-highlight.-no-light:after,
.x-all-new-section .-container-inner-wrapper .-pre-title .-highlight.-no-light:before {
    display: none
}

@media (max-width:767.98px) {
    .x-all-new-section .-container-inner-wrapper .-pre-title .-highlight .-line-light {
        width: 100%;
        max-width: 250px
    }
}

.x-all-new-section .-container-inner-wrapper .-pre-title a.-highlight .-line-light {
    bottom: -4px;
    width: 250px
}

.x-all-new-section .-container-inner-wrapper .-pre-title a.-highlight:before {
    display: none
}

.x-all-new-section .-container-inner-wrapper .-pre-title a.-highlight:after {
    top: 5px;
    right: -20px
}

.x-all-new-section .-container-inner-wrapper .-pre-title a.-highlight.-hidden-star:after {
    display: none
}

@media (max-width:767.98px) {
    .x-all-new-section .-container-inner-wrapper .-pre-title a.-highlight .-line-light {
        width: 100%;
        max-width: 200px
    }
}

@media (max-width:575.98px) {
    .x-all-new-section .-container-inner-wrapper .-pre-title a.-highlight:after {
        right: -10px
    }
}

@media (max-width:767.98px) {
    .x-all-new-section {
        padding: 2.5rem 0
    }

    .x-all-new-section .-container-inner-wrapper {
        flex-direction: column
    }

    .x-all-new-section .-container-inner-wrapper a .-img {
        width: 250px
    }

    .x-all-new-section .-container-inner-wrapper a:last-child {
        margin-top: 1rem
    }
}

.x-blog-section .-section-title {
    color: #f22662
}

@media (max-width:767.98px) {
    .x-blog-section .-section-title {
        font-size: 1.25rem
    }
}

.x-blog-section .-all-blog-link-wrapper .-all-blog-link {
    color: #f22662;
    background-color: rgba(242, 38, 98, .2);
    border: 1px solid #f22662;
    border-radius: 999px
}

.x-blog-section .-all-blog-link-wrapper .-all-blog-link:hover {
    background-color: none;
    -webkit-filter: brightness(.875);
    filter: brightness(.875)
}

.x-bg-position-bottom {
    background-position: bottom
}

.x-bg-position-center {
    background-position: 50%
}

.x-bg-position-left {
    background-position: 0
}

.x-bg-position-top-center {
    background-position: top !important
}

.x-content-title-wrapper {
    text-align: center
}

.x-content-title-wrapper .-title {
    color: #fd3386;
    font-size: 1.5rem
}

@media (max-width:1400px) {
    .x-content-title-wrapper .-title {
        font-size: 1.5rem
    }
}

@media (max-width:1199.98px) {
    .x-content-title-wrapper .-title {
        font-size: 1.375rem
    }
}

@media (max-width:991.98px) {
    .x-content-title-wrapper .-title {
        font-size: 1.125rem
    }
}

@media (max-width:767.98px) {
    .x-content-title-wrapper .-title {
        font-size: 1rem
    }
}

@media (max-width:375px) {
    .x-content-title-wrapper .-title {
        font-size: .875rem
    }
}

.x-content-title-wrapper .-sub-title {
    color: #f0f0f0;
    font-size: 1.125rem
}

@media (max-width:1400px) {
    .x-content-title-wrapper .-sub-title {
        font-size: 1.125rem
    }
}

@media (max-width:1199.98px) {
    .x-content-title-wrapper .-sub-title {
        font-size: 1rem
    }
}

@media (max-width:991.98px) {
    .x-content-title-wrapper .-sub-title {
        font-size: .875rem
    }
}

@media (max-width:767.98px) {
    .x-content-title-wrapper .-sub-title {
        font-size: .75rem
    }
}

.x-notice-box-component {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.x-notice-box-component .-notice-box {
    position: relative;
    margin-top: 3rem;
    border: 1px solid #f22662;
    border-radius: 20px
}

.x-notice-box-component .-title {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    background-color: #000;
    text-align: center
}

.x-notice-box-component .-title img {
    width: 160px;
    height: auto
}

.x-notice-box-component .-text-title {
    font-size: 1.5rem;
    color: #000
}

.x-notice-box-component .-text-description {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-size: 1.025rem;
    font-weight: 300
}

@media (max-width:767.98px) {
    .x-notice-box-component .-text-description {
        padding-right: 0;
        padding-left: 0;
        font-size: .9rem
    }
}

.x-notice-box-component .-mobile-index {
    position: relative;
    z-index: -2;
    height: auto;
    -webkit-animation: x-floating 6s ease-in-out infinite;
    animation: x-floating 6s ease-in-out infinite
}

.x-providers-logo-section {
    padding: 2rem 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top
}

.x-providers-logo-section .-title {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    background: #f22662;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width:767.98px) {
    .x-providers-logo-section .-title {
        font-size: 1.25rem
    }
}

@media (max-width:575.98px) {
    .x-providers-logo-section .-title {
        font-size: 1.125rem
    }
}

.x-marquee-container {
    display: none
}

.x-marquee-container.-ready {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 5px 1rem;
    background: rgba(242, 38, 98, .1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}

@media (max-width:991.98px) {
    .x-marquee-container.-ready {
        padding: 4px 1rem;
        background: rgba(242, 38, 98, .1);
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }
}

.x-marquee-container .-icon-wrapper {
    margin-right: 1rem
}

.x-marquee-container .-icon-wrapper .fas {
    font-size: .875rem;
    color: #f22662
}

@media (max-width:991.98px) {
    .x-marquee-container .-icon-wrapper {
        margin-right: .5rem
    }

    .x-marquee-container .-icon-wrapper .fas {
        font-size: .75rem
    }
}

.x-marquee-container .-marquee-track {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box
}

.x-marquee-container .-marquee-track-item {
    display: inline-block;
    margin: 0;
    padding-left: 100%;
    font-size: .875rem;
    font-weight: 300;
    color: #f22662
}

.x-marquee-container .-marquee-track-item.-slide {
    -webkit-animation-name: slideMarquee;
    animation-name: slideMarquee;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.x-marquee-container .-marquee-track-item.-pause {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

@-webkit-keyframes slideMarquee {
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slideMarquee {
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.x-qr-scanner-component {
    height: auto;
    padding: 2rem 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.x-qr-scanner-component .-scanner {
    width: 80%;
    height: auto;
    margin-left: 20%;
    padding: 1.75rem 1rem;
    color: #f22662;
    border: 1px solid #f22662
}

.x-qr-scanner-component .-scanner .-logo {
    width: 100px;
    height: auto
}

.x-qr-scanner-component .-scanner .-text-title {
    font-size: 1.125rem
}

.x-qr-scanner-component .-scanner .-text-description {
    font-size: .875rem;
    font-weight: 300;
    color: #fff
}

.x-qr-scanner-component .-streaming {
    position: relative;
    width: 70%;
    margin-left: 10%
}

.x-qr-scanner-component .-streaming .-image {
    width: 100%;
    height: auto
}

.x-qr-scanner-component .-streaming .-text {
    position: absolute;
    top: 15px;
    left: 230px
}

.x-qr-scanner-component .-streaming .-text .-text-detail {
    margin-top: -18px
}

@media (max-width:991.98px) {
    .x-qr-scanner-component .-scanner {
        width: 50%;
        margin-left: auto;
        margin-right: auto
    }

    .x-qr-scanner-component .-streaming {
        width: 80%
    }

    .x-qr-scanner-component .-streaming .-text {
        top: 30px;
        left: 300px
    }
}

@media (max-width:767.98px) {
    .x-qr-scanner-component .-scanner {
        width: 100%
    }

    .x-qr-scanner-component .-scanner .-logo {
        width: 80px;
        height: 80px
    }

    .x-qr-scanner-component .-streaming .-text {
        top: 0;
        left: 0;
        right: 0
    }

    .x-qr-scanner-component .-streaming .-text .-text-detail {
        margin-top: -10px
    }
}

.x-content-box {
    padding: 2rem 0
}

.x-content-box .-content-title-wrapper {
    position: relative;
    padding: 2rem 1rem
}

.x-content-box .-content-title-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid transparent;
    border-radius: 10px;
    background-image: linear-gradient(180deg, #251f14, #0f0e0a), linear-gradient(180deg, #a78059 -30%, #f2d7a9 22%, #715236 72%, #f1bb73 112%);
    background-origin: border-box;
    background-clip: content-box, border-box
}

@media (max-width:991.98px) {
    .x-content-box .-content-title-wrapper {
        padding: 1.75rem 1rem
    }

    .x-content-box .-content-title-wrapper:before {
        border-width: 4px
    }
}

@media (max-width:767.98px) {
    .x-content-box .-content-title-wrapper:before {
        border-width: 3px
    }
}

@media (max-width:575.98px) {
    .x-content-box .-content-title-wrapper {
        padding: 1.5rem 1rem
    }

    .x-content-box .-content-title-wrapper:before {
        border-width: 2px
    }
}

.x-content-box .-content-title-text {
    position: relative;
    margin-bottom: 0;
    text-align: center;
    color: #d2d2d2;
    font-size: 1.75rem
}

@media (max-width:991.98px) {
    .x-content-box .-content-title-text {
        font-size: 1.375rem
    }
}

@media (max-width:767.98px) {
    .x-content-box .-content-title-text {
        font-size: 1.25rem
    }
}

@media (max-width:575.98px) {
    .x-content-box .-content-title-text br {
        display: none
    }
}

.x-content-box .-content-title-text span {
    display: inline-block;
    background-image: linear-gradient(180deg, #dcb986 20%, #674b30 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.x-content-banner-horizontal-component {
    padding: 2.5rem 0;
    background-repeat: no-repeat;
    overflow: hidden
}

@media (max-width:991.98px) {
    .x-content-banner-horizontal-component {
        padding: 1rem 0
    }
}

.x-content-banner-horizontal-component .-banner-container {
    display: flex;
    position: relative;
    min-height: 0;
    transition: all .4s
}

@media (max-width:1199.98px) {
    .x-content-banner-horizontal-component .-banner-container {
        min-height: 0
    }
}

@media (max-width:991.98px) {
    .x-content-banner-horizontal-component .-banner-container {
        height: auto
    }
}

.x-content-banner-horizontal-component .-banner-container.-banner-right .-img-wrapper {
    right: 0;
    justify-content: flex-end
}

.x-content-banner-horizontal-component .-banner-container.-banner-left {
    flex-direction: row-reverse
}

.x-content-banner-horizontal-component .-banner-container.-banner-left .-img-wrapper {
    left: 0;
    justify-content: flex-start
}

.x-content-banner-horizontal-component .-banner-container .-text-wrapper {
    z-index: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 550px;
    transition: all .4s
}

@media (max-width:1199.98px) {
    .x-content-banner-horizontal-component .-banner-container .-text-wrapper {
        width: 60%
    }
}

@media (max-width:991.98px) {
    .x-content-banner-horizontal-component .-banner-container .-text-wrapper {
        width: 65%
    }
}

@media (max-width:767.98px) {
    .x-content-banner-horizontal-component .-banner-container .-text-wrapper {
        margin-top: 2rem;
        margin-bottom: 2rem;
        text-align: center
    }
}

@media (max-width:575.98px) {
    .x-content-banner-horizontal-component .-banner-container .-text-wrapper {
        width: 85%;
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .x-content-banner-horizontal-component .-banner-container .-text-wrapper.-text-wrapper-right {
        padding-left: 1rem
    }
}

.x-content-banner-horizontal-component .-banner-container .-text-wrapper.-text-wrapper-left {
    padding-left: 3rem
}

@media (max-width:1199.98px) {
    .x-content-banner-horizontal-component .-banner-container .-text-wrapper.-text-wrapper-left {
        padding-left: 0
    }
}

.x-content-banner-horizontal-component .-banner-container .-text-wrapper .-text-title {
    color: #fcfcfc;
    font-size: 1.25rem
}

.x-content-banner-horizontal-component .-banner-container .-text-wrapper .-text-title span {
    display: inline-block;
    background-image: linear-gradient(#f5d174 10%, #af7e00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width:1400px) {
    .x-content-banner-horizontal-component .-banner-container .-text-wrapper .-text-title {
        font-size: 1rem
    }
}

@media (max-width:1199.98px) {
    .x-content-banner-horizontal-component .-banner-container .-text-wrapper .-text-title {
        font-size: 1rem
    }
}

@media (max-width:991.98px) {
    .x-content-banner-horizontal-component .-banner-container .-text-wrapper .-text-title {
        font-size: 1rem
    }
}

@media (max-width:767.98px) {
    .x-content-banner-horizontal-component .-banner-container .-text-wrapper .-text-title {
        font-size: .875rem
    }
}

@media (max-width:375px) {
    .x-content-banner-horizontal-component .-banner-container .-text-wrapper .-text-title {
        font-size: 1.25rem
    }
}

.x-content-banner-horizontal-component .-banner-container .-text-wrapper .-text-sub-title {
    margin-bottom: 0;
    color: #aaa;
    font-size: 1rem
}

@media (max-width:1400px) {
    .x-content-banner-horizontal-component .-banner-container .-text-wrapper .-text-sub-title {
        font-size: .875rem
    }
}

@media (max-width:1199.98px) {
    .x-content-banner-horizontal-component .-banner-container .-text-wrapper .-text-sub-title {
        font-size: .875rem
    }
}

@media (max-width:991.98px) {
    .x-content-banner-horizontal-component .-banner-container .-text-wrapper .-text-sub-title {
        font-size: .875rem
    }
}

@media (max-width:767.98px) {
    .x-content-banner-horizontal-component .-banner-container .-text-wrapper .-text-sub-title {
        font-size: .875rem
    }
}

.x-content-banner-horizontal-component .-banner-container .-text-wrapper .-button {
    margin-top: 1rem;
    padding: .4rem 1.25rem;
    color: #dc202e;
    background: #fafafa;
    font-weight: 500;
    border: 1px solid #fafafa;
    border-radius: 8px
}

@media (max-width:767.98px) {
    .x-content-banner-horizontal-component .-banner-container .-text-wrapper .-button {
        display: none
    }
}

.x-content-banner-horizontal-component .-banner-container .-text-wrapper .-button:hover {
    color: #dc202e;
    background: #e7e7e7
}

.x-content-banner-horizontal-component .-banner-container .-img-wrapper {
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    transition: all .4s
}

@media (max-width:1199.98px) {
    .x-content-banner-horizontal-component .-banner-container .-img-wrapper {
        justify-content: flex-end
    }
}

.x-content-banner-horizontal-component .-banner-container .-img-wrapper .-img-banner {
    transition: all .4s;
    width: 850px
}

@media (max-width:1199.98px) {
    .x-content-banner-horizontal-component .-banner-container .-img-wrapper .-img-banner {
        width: 700px
    }
}

@media (max-width:991.98px) {
    .x-content-banner-horizontal-component .-banner-container .-img-wrapper .-img-banner {
        opacity: .75
    }
}

@media (max-width:767.98px) {
    .x-content-banner-horizontal-component .-banner-container .-img-wrapper .-img-banner {
        width: 100% !important;
        height: auto;
        opacity: .4
    }
}

.x-content-banner-horizontal-component.-not-merge .-banner-container {
    flex-wrap: wrap
}

.x-content-banner-horizontal-component.-not-merge .-banner-container .-text-wrapper {
    width: auto;
    flex-basis: 50%
}

@media (max-width:767.98px) {
    .x-content-banner-horizontal-component.-not-merge .-banner-container .-text-wrapper {
        flex-basis: 100%;
        order: 1
    }
}

.x-content-banner-horizontal-component.-not-merge .-banner-container .-img-wrapper {
    flex-basis: 50%;
    position: static
}

@media (max-width:767.98px) {
    .x-content-banner-horizontal-component.-not-merge .-banner-container .-img-wrapper {
        flex-basis: 100%
    }
}

.x-content-banner-horizontal-component.-not-merge .-banner-container .-img-wrapper .-img-banner {
    transition: all .4s;
    width: 100%
}

@media (max-width:991.98px) {
    .x-content-banner-horizontal-component.-not-merge .-banner-container .-img-wrapper .-img-banner {
        opacity: 1
    }
}

@media (max-width:767.98px) {
    .x-content-banner-horizontal-component.-not-merge .-banner-container .-img-wrapper .-img-banner {
        opacity: 1
    }
}

.x-content-banner-horizontal-component.-not-merge.-overflow-image {
    padding: 0;
    background-size: cover;
    background-position: top;
    overflow: unset
}

@media (max-width:991.98px) {
    .x-content-banner-horizontal-component.-not-merge.-overflow-image {
        margin-bottom: 1rem
    }
}

@media (max-width:767.98px) {
    .x-content-banner-horizontal-component.-not-merge.-overflow-image {
        margin: 2rem 0 1rem;
        padding-bottom: 1rem
    }
}

.x-content-banner-horizontal-component.-not-merge.-overflow-image .-banner-container {
    align-items: flex-end
}

@media (max-width:991.98px) {
    .x-content-banner-horizontal-component.-not-merge.-overflow-image .-banner-container {
        align-items: center
    }
}

.x-content-banner-horizontal-component.-not-merge.-overflow-image .-banner-container .-img-wrapper {
    position: relative
}

.x-content-banner-horizontal-component.-not-merge.-overflow-image .-banner-container .-img-wrapper .-img-banner {
    position: absolute;
    left: 3rem;
    bottom: 0
}

@media (max-width:991.98px) {
    .x-content-banner-horizontal-component.-not-merge.-overflow-image .-banner-container .-img-wrapper .-img-banner {
        position: relative
    }
}

@media (max-width:767.98px) {
    .x-content-banner-horizontal-component.-not-merge.-overflow-image .-banner-container .-img-wrapper .-img-banner {
        left: 0;
        margin-top: -2rem
    }
}

.x-content-banner-horizontal-component.-not-merge.-overflow-image .-banner-container .-text-wrapper {
    padding: 2rem 0;
    min-height: 420px
}

@media (max-width:1199.98px) {
    .x-content-banner-horizontal-component.-not-merge.-overflow-image .-banner-container .-text-wrapper {
        min-height: 350px
    }
}

@media (max-width:767.98px) {
    .x-content-banner-horizontal-component.-not-merge.-overflow-image .-banner-container .-text-wrapper {
        padding: 0;
        min-height: auto
    }
}

.x-content-banner-horizontal-component.-not-merge.-overflow-image .-banner-container .-text-wrapper .-text-sub-title,
.x-content-banner-horizontal-component.-not-merge.-overflow-image .-banner-container .-text-wrapper .-text-title {
    color: #fafafa
}

.x-content-banner-horizontal-with-notice-box-component {
    overflow: hidden
}

.x-content-banner-horizontal-with-notice-box-component .-content-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.x-content-banner-horizontal-with-notice-box-component .-content-wrapper .-banner-right {
    flex-direction: row-reverse
}

.x-content-banner-horizontal-with-notice-box-component .-content-wrapper .-column-left {
    text-align: center
}

.x-content-banner-horizontal-with-notice-box-component .-content-wrapper .-banner-img {
    width: 90%
}

.x-content-banner-horizontal-with-notice-box-component .-content-wrapper .-notice-box {
    position: relative;
    border-radius: 20px;
    margin-top: 0;
    padding: 2rem;
    text-align: center;
    background: rgba(115, 42, 72, .9);
    border: 2px solid #fff
}

.x-content-banner-horizontal-with-notice-box-component .-content-wrapper .-notice-box:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    background: transparent;
    z-index: 1;
    border: 5px solid #fd3386;
    border-radius: 24px;
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.x-content-banner-horizontal-with-notice-box-component .-content-wrapper .-notice-box .-logo {
    width: 300px
}

.x-content-banner-horizontal-with-notice-box-component .-content-wrapper .-notice-box .-left-element {
    position: absolute;
    top: 20px;
    left: -60px;
    width: 110px;
    z-index: 1;
    -webkit-animation: x-banner-horizontal-with-notice-box-left-element 4s ease-in-out infinite;
    animation: x-banner-horizontal-with-notice-box-left-element 4s ease-in-out infinite
}

.x-content-banner-horizontal-with-notice-box-component .-content-wrapper .-notice-box .-right-element {
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 150px;
    z-index: 1;
    -webkit-animation: x-banner-horizontal-with-notice-box-right-element 3s 1s infinite alternate;
    animation: x-banner-horizontal-with-notice-box-right-element 3s 1s infinite alternate
}

.x-content-banner-horizontal-with-notice-box-component .-content-wrapper .-notice-box .-description {
    color: #f0f0f0;
    margin-top: 2rem;
    text-align: left;
    font-size: 1rem
}

@media (max-width:991.98px) {
    .x-content-banner-horizontal-with-notice-box-component .-content-wrapper {
        padding-top: 1rem
    }

    .x-content-banner-horizontal-with-notice-box-component .-content-wrapper .-banner-img {
        width: 400px
    }

    .x-content-banner-horizontal-with-notice-box-component .-content-wrapper .-notice-box .-logo {
        width: 280px
    }

    .x-content-banner-horizontal-with-notice-box-component .-content-wrapper .-notice-box .-left-element {
        left: -40px;
        width: 90px
    }

    .x-content-banner-horizontal-with-notice-box-component .-content-wrapper .-notice-box .-right-element {
        bottom: -60px;
        right: -70px;
        width: 140px
    }
}

@media (max-width:767.98px) {
    .x-content-banner-horizontal-with-notice-box-component .-content-wrapper {
        padding-bottom: 4rem;
        position: relative
    }

    .x-content-banner-horizontal-with-notice-box-component .-content-wrapper .-banner-img {
        width: 350px
    }

    .x-content-banner-horizontal-with-notice-box-component .-content-wrapper .-notice-box .-logo {
        width: 200px
    }

    .x-content-banner-horizontal-with-notice-box-component .-content-wrapper .-notice-box .-left-element {
        left: -30px;
        width: 80px
    }

    .x-content-banner-horizontal-with-notice-box-component .-content-wrapper .-notice-box .-right-element {
        bottom: -50px;
        right: -50px;
        width: 110px
    }
}

@media (max-width:575.98px) {
    .x-content-banner-horizontal-with-notice-box-component .-content-wrapper .-notice-box {
        padding: 2rem 1rem
    }

    .x-content-banner-horizontal-with-notice-box-component .-content-wrapper .-notice-box .-description {
        font-size: .875rem
    }
}

@-webkit-keyframes x-banner-horizontal-with-notice-box-left-element {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes x-banner-horizontal-with-notice-box-left-element {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes x-banner-horizontal-with-notice-box-right-element {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

@keyframes x-banner-horizontal-with-notice-box-right-element {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

.x-classic-content-banner-horizontal-with-notice-box-component .-row-wrapper {
    align-items: center;
    border-radius: 10px;
    border: 1px solid rgba(174, 173, 178, .5);
    margin: 1rem 0
}

.x-classic-content-banner-horizontal-with-notice-box-component .-content-wrapper {
    color: #aeadb2;
    padding: 1rem 2rem
}

@media (max-width:575.98px) {
    .x-classic-content-banner-horizontal-with-notice-box-component .-content-wrapper {
        padding: 1rem;
        font-size: .875rem
    }
}

.x-classic-content-banner-horizontal-with-notice-box-component .-content-wrapper .-highlight {
    color: #fb0
}

@media (max-width:991.98px) {
    .x-classic-content-banner-horizontal-with-notice-box-component .-content-wrapper p:last-child {
        margin-bottom: 0
    }
}

.x-classic-content-banner-horizontal-with-notice-box-component .-banner-wrapper {
    text-align: center;
    padding: 1rem
}

.x-classic-content-banner-horizontal-with-notice-box-component .-banner-wrapper .-banner-img {
    width: 300px
}

.x-content-banner-vertical-component {
    padding: 2rem 0
}

@media (max-width:991.98px) {
    .x-content-banner-vertical-component {
        padding: 0
    }
}

.x-content-banner-vertical-component.-bg-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.x-content-banner-vertical-component.-bordered .-text-wrapper {
    padding: 2rem;
    border: 3px solid #f22662;
    border-radius: 20px
}

@media (max-width:991.98px) {
    .x-content-banner-vertical-component.-bordered .-text-wrapper {
        padding: 1rem;
        border: 2px solid #f22662;
        border-radius: 12px
    }
}

.x-content-banner-vertical-component .-highlight {
    color: #f22662
}

.x-content-banner-vertical-component .-content-wrapper {
    text-align: center
}

.x-content-banner-vertical-component .-content-wrapper.-banner-top {
    display: flex;
    flex-direction: column-reverse
}

.x-content-banner-vertical-component .-content-wrapper.-banner-top .-banner-wrapper {
    margin-bottom: 1rem
}

.x-content-banner-vertical-component .-content-splitter {
    display: flex
}

@media (max-width:991.98px) {
    .x-content-banner-vertical-component .-content-splitter {
        flex-direction: column
    }
}

.x-content-banner-vertical-component .-content-splitter .-text-wrapper {
    flex: 1;
    padding: 0 1rem;
    margin: 0 auto
}

.x-content-banner-vertical-component .-content-splitter .-sub-title {
    text-align: justify
}

.x-content-banner-vertical-component .-content-splitter .-sub-title a {
    text-decoration: underline
}

.x-content-banner-vertical-component .-text-wrapper {
    width: 80%;
    margin: auto
}

@media (max-width:991.98px) {
    .x-content-banner-vertical-component .-text-wrapper {
        width: 100%
    }
}

.x-content-banner-vertical-component .-text-wrapper .-title {
    color: #fd3386;
    font-size: 1.5rem
}

@media (max-width:1400px) {
    .x-content-banner-vertical-component .-text-wrapper .-title {
        font-size: 1.5rem
    }
}

@media (max-width:1199.98px) {
    .x-content-banner-vertical-component .-text-wrapper .-title {
        font-size: 1.375rem
    }
}

@media (max-width:991.98px) {
    .x-content-banner-vertical-component .-text-wrapper .-title {
        font-size: 1.25rem
    }
}

@media (max-width:767.98px) {
    .x-content-banner-vertical-component .-text-wrapper .-title {
        font-size: 1.25rem
    }
}

@media (max-width:375px) {
    .x-content-banner-vertical-component .-text-wrapper .-title {
        font-size: 1.25rem
    }
}

.x-content-banner-vertical-component .-text-wrapper .-sub-title {
    color: #f0f0f0;
    font-size: 1.125rem
}

@media (max-width:1400px) {
    .x-content-banner-vertical-component .-text-wrapper .-sub-title {
        font-size: 1.125rem
    }
}

@media (max-width:1199.98px) {
    .x-content-banner-vertical-component .-text-wrapper .-sub-title {
        font-size: .875rem
    }
}

@media (max-width:991.98px) {
    .x-content-banner-vertical-component .-text-wrapper .-sub-title {
        font-size: .875rem
    }
}

@media (max-width:767.98px) {
    .x-content-banner-vertical-component .-text-wrapper .-sub-title {
        font-size: .875rem
    }
}

.x-content-banner-vertical-component .-text-wrapper ul {
    padding-left: 1rem;
    padding-top: 0
}

.x-games-type-content-section {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 3rem 0 4rem
}

.x-games-type-content-section .-title {
    font-size: 1.5rem;
    color: #fd3386
}

.x-games-type-content-section .-sub-title {
    font-size: 1.125rem;
    font-weight: 300;
    color: #fff
}

.x-games-type-content-section.-sexy {
    background-image: linear-gradient(90deg, rgba(253, 51, 134, .4), rgba(115, 12, 136, .4) 50%, rgba(74, 1, 136, .4))
}

.x-games-type-content-section.-sexy .-navbar-nav {
    display: flex;
    margin-top: 2rem;
    padding: 0
}

.x-games-type-content-section.-sexy .-navbar-nav .-nav-item {
    position: relative;
    width: 25%
}

.x-games-type-content-section.-sexy .-navbar-nav .-nav-item .-girl-banner {
    width: 100%
}

.x-games-type-content-section.-sexy .-navbar-nav .-nav-item .-text-wrapper {
    position: absolute;
    top: 285px;
    left: 0;
    width: 100%;
    padding: 0 19px
}

.x-games-type-content-section.-sexy .-navbar-nav .-nav-item .-text-wrapper .-nav-title {
    margin-bottom: 0;
    font-size: 1.5rem;
    color: #fff
}

.x-games-type-content-section.-sexy .-navbar-nav .-nav-item .-text-wrapper .-nav-description {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 300;
    color: #fff
}

.x-games-type-content-section.-sexy .-navbar-nav .-nav-item .-nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: -20px;
    padding: 5px 10px;
    font-size: .875rem;
    color: #fd3386;
    background-image: linear-gradient(0, #d2d2d2, #fff);
    border: 3px solid #fd3386;
    border-radius: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all .3s
}

.x-games-type-content-section.-sexy .-navbar-nav .-nav-item .-nav-link .fas {
    top: 0;
    margin-right: 5px;
    padding-top: 0;
    font-size: 18px
}

@media (min-width:992px) {
    .x-games-type-content-section.-sexy .-navbar-nav .-nav-item .-nav-link:hover {
        -webkit-filter: saturate(1.5);
        filter: saturate(1.5)
    }
}

@media (max-width:1199.98px) {
    .x-games-type-content-section.-sexy .-navbar-nav .-nav-item .-text-wrapper {
        top: 230px
    }

    .x-games-type-content-section.-sexy .-navbar-nav .-nav-item .-text-wrapper .-nav-title {
        font-size: 1.25rem
    }

    .x-games-type-content-section.-sexy .-navbar-nav .-nav-item .-text-wrapper .-nav-description {
        font-size: .875rem
    }
}

@media (max-width:991.98px) {
    .x-games-type-content-section.-sexy .-sub-title {
        font-size: 1rem
    }

    .x-games-type-content-section.-sexy .-navbar-nav .-nav-item .-text-wrapper {
        top: 190px;
        padding: 0 14px
    }

    .x-games-type-content-section.-sexy .-navbar-nav .-nav-item .-text-wrapper .-nav-title {
        font-size: 1.125rem
    }

    .x-games-type-content-section.-sexy .-navbar-nav .-nav-item .-text-wrapper .-nav-description {
        display: none
    }

    .x-games-type-content-section.-sexy .-navbar-nav .-nav-item .-nav-link {
        width: 110px;
        padding: 3px 10px
    }

    .x-games-type-content-section.-sexy .-navbar-nav .-nav-item .-nav-link .fas {
        font-size: 16px
    }
}

@media (max-width:767.98px) {
    .x-games-type-content-section.-sexy .-navbar-nav {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 0
    }

    .x-games-type-content-section.-sexy .-navbar-nav .-nav-item {
        width: 40%
    }

    .x-games-type-content-section.-sexy .-navbar-nav .-nav-item:nth-child(n+3) {
        margin-top: 2rem
    }

    .x-games-type-content-section.-sexy .-navbar-nav .-nav-item .-text-wrapper {
        top: unset;
        bottom: 40px
    }
}

@media (max-width:575.98px) {
    .x-games-type-content-section.-sexy .-navbar-nav .-nav-item {
        width: 50%
    }

    .x-games-type-content-section.-sexy .-navbar-nav .-nav-item .-text-wrapper {
        bottom: 14%
    }

    .x-games-type-content-section.-sexy .-navbar-nav .-nav-item .-nav-link .fas {
        top: 1px
    }
}

.x-games-type-content-section.-allbet {
    overflow: hidden
}

.x-games-type-content-section.-allbet .navbar-nav {
    flex-direction: row
}

.x-games-type-content-section.-allbet .navbar-nav .nav-item {
    position: relative;
    width: 25%
}

.x-games-type-content-section.-allbet .navbar-nav .nav-item .-item-bg {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto
}

.x-games-type-content-section.-allbet .navbar-nav .nav-item .-inner-item-wrapper {
    position: absolute;
    top: 0;
    left: -7px;
    z-index: 2;
    width: 100%;
    padding: 0 2.6rem;
    text-align: center
}

.x-games-type-content-section.-allbet .navbar-nav .nav-item .-inner-item-wrapper .-ic-img {
    width: 100px;
    height: auto;
    margin-top: -50px
}

.x-games-type-content-section.-allbet .navbar-nav .nav-item .-inner-item-wrapper .-title {
    margin-top: 1.5rem;
    margin-left: -5px;
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
    color: #fff
}

.x-games-type-content-section.-allbet .navbar-nav .nav-item .-inner-item-wrapper .-title .-highlight {
    display: block;
    color: #f5d174
}

.x-games-type-content-section.-allbet .navbar-nav .nav-item .-inner-item-wrapper .-description {
    margin-top: 1rem;
    margin-left: -5px;
    font-size: 1rem;
    text-align: center;
    color: #a3a29f
}

@media (min-width:992px) and (max-width:1199.98px) {
    .x-games-type-content-section.-allbet .navbar-nav .nav-item .-inner-item-wrapper {
        padding: 0 2rem
    }

    .x-games-type-content-section.-allbet .navbar-nav .nav-item .-inner-item-wrapper .-title {
        margin-top: .5rem
    }
}

@media (max-width:1199.98px) {
    .x-games-type-content-section.-allbet .navbar-nav .nav-item .-inner-item-wrapper .-title {
        font-size: 1.125rem
    }
}

@media (max-width:991.98px) {
    .x-games-type-content-section.-allbet {
        padding: 2rem 0
    }

    .x-games-type-content-section.-allbet .navbar-nav {
        flex-wrap: wrap;
        width: 75%;
        margin-left: auto;
        margin-right: auto
    }

    .x-games-type-content-section.-allbet .navbar-nav .nav-item {
        width: 50%;
        margin-top: 3rem
    }

    .x-games-type-content-section.-allbet .navbar-nav .nav-item .-inner-item-wrapper {
        padding: 0 2.3rem
    }

    .x-games-type-content-section.-allbet .navbar-nav .nav-item .-inner-item-wrapper .-title {
        min-height: 0
    }
}

@media (max-width:767.98px) {
    .x-games-type-content-section.-allbet .navbar-nav {
        width: 95%
    }

    .x-games-type-content-section.-allbet .navbar-nav .nav-item .-inner-item-wrapper {
        padding: 0 2.5rem
    }

    .x-games-type-content-section.-allbet .navbar-nav .nav-item .-inner-item-wrapper .-title {
        margin-top: .5rem
    }
}

@media (max-width:575.98px) {
    .x-games-type-content-section.-allbet {
        padding: 0 0 2rem
    }

    .x-games-type-content-section.-allbet .navbar-nav {
        width: 100%;
        justify-content: center
    }

    .x-games-type-content-section.-allbet .navbar-nav .nav-item {
        left: 1.5%;
        max-width: 220px;
        margin-top: 4rem
    }

    .x-games-type-content-section.-allbet .navbar-nav .nav-item .-item-bg {
        position: relative
    }

    .x-games-type-content-section.-allbet .navbar-nav .nav-item .-inner-item-wrapper {
        position: absolute;
        top: 0;
        min-height: 0;
        padding: 0 1.25rem;
        text-align: center
    }

    .x-games-type-content-section.-allbet .navbar-nav .nav-item .-inner-item-wrapper .-ic-img {
        width: 80px
    }

    .x-games-type-content-section.-allbet .navbar-nav .nav-item .-inner-item-wrapper .-title {
        font-size: 1rem;
        margin-left: 0
    }

    .x-games-type-content-section.-allbet .navbar-nav .nav-item .-inner-item-wrapper .-description {
        font-size: .875rem;
        margin-left: 0
    }
}

@media screen and (max-width:360px) {
    .x-games-type-content-section.-allbet .navbar-nav .nav-item .-item-bg {
        width: 104%
    }

    .x-games-type-content-section.-allbet .navbar-nav .nav-item .-inner-item-wrapper {
        padding: 0 1.25rem
    }

    .x-games-type-content-section.-allbet .navbar-nav .nav-item .-inner-item-wrapper .-title {
        font-size: .875rem
    }

    .x-games-type-content-section.-allbet .navbar-nav .nav-item .-inner-item-wrapper .-description {
        font-size: .75rem
    }
}

.x-games-type-content-section.-ae .-title {
    color: #fcfcfc;
    font-size: 1.5rem
}

@media (max-width:1400px) {
    .x-games-type-content-section.-ae .-title {
        font-size: 1.5rem
    }
}

@media (max-width:1199.98px) {
    .x-games-type-content-section.-ae .-title {
        font-size: 1.375rem
    }
}

@media (max-width:991.98px) {
    .x-games-type-content-section.-ae .-title {
        font-size: 1.125rem
    }
}

@media (max-width:767.98px) {
    .x-games-type-content-section.-ae .-title {
        font-size: 1rem
    }
}

@media (max-width:375px) {
    .x-games-type-content-section.-ae .-title {
        font-size: .875rem
    }
}

.x-games-type-content-section.-ae .-sub-title {
    margin-bottom: 0;
    font-size: 1.125rem
}

@media (max-width:1199.98px) {
    .x-games-type-content-section.-ae .-sub-title {
        font-size: 1rem
    }
}

@media (max-width:991.98px) {
    .x-games-type-content-section.-ae .-sub-title {
        font-size: .875rem
    }
}

@media (max-width:767.98px) {
    .x-games-type-content-section.-ae .-sub-title {
        font-size: .75rem
    }
}

.x-games-type-content-section.-ae .navbar-nav {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 2rem
}

.x-games-type-content-section.-ae .navbar-nav .nav-item {
    width: calc(25% - .5rem);
    padding: 2px;
    text-align: center;
    border-radius: 15px;
    background-origin: border-box;
    background-clip: content-box, border-box;
    background-image: linear-gradient(180deg, #090e13, #090e13), linear-gradient(180deg, rgba(247, 134, 94, 0), rgba(255, 175, 126, 0) 41%, rgba(247, 134, 94, 0))
}

@media (max-width:991.98px) {
    .x-games-type-content-section.-ae .navbar-nav {
        width: 70%;
        margin: auto
    }

    .x-games-type-content-section.-ae .navbar-nav .nav-item {
        width: 48%;
        margin-top: 1rem
    }
}

@media (max-width:767.98px) {
    .x-games-type-content-section.-ae .navbar-nav {
        width: 90%
    }
}

@media (max-width:575.98px) {
    .x-games-type-content-section.-ae .navbar-nav {
        width: 100%
    }

    .x-games-type-content-section.-ae .navbar-nav .nav-item {
        width: 49%
    }
}

.x-games-type-content-section.-ae .navbar-nav .-text-wrapper-inner {
    padding: 1rem
}

.x-games-type-content-section.-ae .-item-icon-img {
    width: 100%;
    max-width: 225px;
    height: auto
}

.x-ufa-game-types-component.-classic .-games-container {
    bottom: 0;
    margin-top: 2rem
}

@media (max-width:991.98px) {
    .x-ufa-game-types-component.-classic .-games-container .-row-inner-wrapper {
        justify-content: center
    }
}

.x-ufa-game-types-component.-classic .-games-container .-row-inner-wrapper .-col-wrapper {
    padding: 0 1rem
}

.x-ufa-game-types-component.-classic .-games-container .-row-inner-wrapper .-col-wrapper.-column-number-3 {
    width: 33.33333%
}

.x-ufa-game-types-component.-classic .-games-container .-row-inner-wrapper .-col-wrapper.-column-number-4 {
    width: 25%
}

@media (max-width:991.98px) {

    .x-ufa-game-types-component.-classic .-games-container .-row-inner-wrapper .-col-wrapper.-column-number-3,
    .x-ufa-game-types-component.-classic .-games-container .-row-inner-wrapper .-col-wrapper.-column-number-4 {
        width: 50%
    }
}

@media (max-width:575.98px) {

    .x-ufa-game-types-component.-classic .-games-container .-row-inner-wrapper .-col-wrapper.-column-number-3,
    .x-ufa-game-types-component.-classic .-games-container .-row-inner-wrapper .-col-wrapper.-column-number-4 {
        width: 100%
    }
}

@media (max-width:991.98px) {
    .x-ufa-game-types-component.-classic .-games-container .-row-inner-wrapper .-col-wrapper {
        margin-top: 0;
        margin-bottom: 1rem
    }
}

@media (max-width:767.98px) {
    .x-ufa-game-types-component.-classic .-games-container .-row-inner-wrapper .-col-wrapper {
        min-height: unset
    }
}

.x-ufa-game-types-component.-classic .-games-container .-row-inner-wrapper .-col-wrapper .-box-wrapper {
    border: 1px solid rgba(174, 173, 178, .5);
    border-radius: 10px;
    padding: 10px
}

.x-ufa-game-types-component.-classic .-games-container .-row-inner-wrapper .-col-wrapper .-box-wrapper:before {
    background: hsla(0, 0%, 100%, 0)
}

@media (min-width:992px) {
    .x-ufa-game-types-component.-classic .-games-container .-row-inner-wrapper .-col-wrapper .-box-wrapper:hover .-icon-wrapper {
        width: 100%
    }

    .x-ufa-game-types-component.-classic .-games-container .-row-inner-wrapper .-col-wrapper .-box-wrapper:hover .-icon-wrapper .-icon {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.x-ufa-game-types-component.-classic .-games-container .-row-inner-wrapper .-col-wrapper .-box-wrapper .-content-wrapper {
    padding: 1rem;
    text-align: left
}

@media (max-width:767.98px) {
    .x-ufa-game-types-component.-classic .-games-container .-row-inner-wrapper .-col-wrapper .-box-wrapper .-content-wrapper {
        padding: .5rem 0
    }
}

.x-ufa-game-types-component.-classic .-games-container .-row-inner-wrapper .-col-wrapper .-box-wrapper .-content {
    margin-bottom: 0
}

@media (max-width:991.98px) {
    .x-ufa-game-types-component.-classic .-games-container .-row-inner-wrapper .-col-wrapper .-box-wrapper .-title {
        font-size: 1.125rem
    }
}

.x-ufa-game-types-component.-classic .-games-container .-row-inner-wrapper .-col-wrapper .-box-wrapper .-icon-wrapper {
    overflow: hidden;
    position: relative;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0
}

.x-ufa-game-types-component.-classic .-games-container .-row-inner-wrapper .-col-wrapper .-box-wrapper .-icon {
    transition: all .4s
}

.x-ufa-game-types-component .-games-container {
    position: relative;
    bottom: -80px;
    margin-top: -5rem
}

@media (max-width:991.98px) {
    .x-ufa-game-types-component .-games-container {
        bottom: unset;
        margin-top: 0
    }
}

.x-ufa-game-types-component .-games-container .-row-inner-wrapper {
    justify-content: center
}

@media (max-width:575.98px) {
    .x-ufa-game-types-component .-games-container .-row-inner-wrapper {
        padding: 0 7px
    }
}

.x-ufa-game-types-component .-games-container .-row-inner-wrapper .-col-wrapper {
    padding: 0 1rem;
    width: 25%
}

.x-ufa-game-types-component .-games-container .-row-inner-wrapper .-col-wrapper.-active .-box-wrapper {
    box-shadow: 0 0 10px 2px rgba(242, 38, 98, .875)
}

@media (max-width:991.98px) {
    .x-ufa-game-types-component .-games-container .-row-inner-wrapper .-col-wrapper.-column-number-4 {
        width: 50%
    }
}

@media (max-width:991.98px) {
    .x-ufa-game-types-component .-games-container .-row-inner-wrapper .-col-wrapper.-column-number-3:first-child {
        width: 60%
    }
}

@media (max-width:767.98px) {
    .x-ufa-game-types-component .-games-container .-row-inner-wrapper .-col-wrapper.-column-number-3:first-child {
        width: 70%
    }
}

@media (max-width:575.98px) {
    .x-ufa-game-types-component .-games-container .-row-inner-wrapper .-col-wrapper.-column-number-3:first-child {
        width: 80%
    }
}

@media (max-width:991.98px) {
    .x-ufa-game-types-component .-games-container .-row-inner-wrapper .-col-wrapper {
        width: 50%;
        margin-top: 4rem
    }
}

@media (max-width:575.98px) {
    .x-ufa-game-types-component .-games-container .-row-inner-wrapper .-col-wrapper {
        padding: 0 7px;
        min-height: 303px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .x-ufa-game-types-component .-games-container .-row-inner-wrapper .-col-wrapper {
        padding: 0 8px
    }
}

.x-ufa-game-types-component .-games-container .-row-inner-wrapper .-col-wrapper .-box-wrapper {
    position: relative;
    height: 100%;
    padding: 1rem 1rem 2rem;
    text-align: right;
    background: linear-gradient(180deg, rgba(0, 0, 0, .55), transparent);
    border: 2px solid #fde693;
    border-radius: 30px
}

.x-ufa-game-types-component .-games-container .-row-inner-wrapper .-col-wrapper .-box-wrapper:before {
    content: "";
    position: absolute;
    top: 3px;
    left: -2px;
    width: calc(100% + 4px);
    height: 100%;
    background: linear-gradient(180deg, transparent, #000 80%);
    border-radius: 30px
}

.x-ufa-game-types-component .-games-container .-row-inner-wrapper .-col-wrapper .-box-wrapper .-icon-wrapper {
    position: relative;
    width: 120px;
    height: 120px;
    margin-top: -50px;
    margin-bottom: 1rem;
    margin-left: auto
}

.x-ufa-game-types-component .-games-container .-row-inner-wrapper .-col-wrapper .-box-wrapper .-icon-wrapper .-icon {
    width: 100%;
    height: auto
}

.x-ufa-game-types-component .-games-container .-row-inner-wrapper .-col-wrapper .-box-wrapper .-title {
    position: relative;
    font-size: 1.25rem;
    color: #d2d2d2
}

.x-ufa-game-types-component .-games-container .-row-inner-wrapper .-col-wrapper .-box-wrapper .-sub-title {
    position: relative;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 1.5rem;
    color: #ffcd57;
    background: linear-gradient(180deg, #ffeaab 21%, #ffd862 58%, #ffbf00 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.x-ufa-game-types-component .-games-container .-row-inner-wrapper .-col-wrapper .-box-wrapper .-content {
    position: relative;
    margin-top: .5rem;
    font-size: .875rem;
    color: #d2d2d2
}

.x-ufa-game-types-component .-games-container .-row-inner-wrapper .-col-wrapper .-box-wrapper .-btn-play {
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all .3s;
    padding: 0;
    color: #000;
    border: none;
    border-radius: 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.x-ufa-game-types-component .-games-container .-row-inner-wrapper .-col-wrapper .-box-wrapper .-btn-play .-bg {
    width: 150px;
    height: auto;
    transition: -webkit-filter .2s;
    transition: filter .2s;
    transition: filter .2s, -webkit-filter .2s
}

.x-ufa-game-types-component .-games-container .-row-inner-wrapper .-col-wrapper .-box-wrapper .-btn-play .-text-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.x-ufa-game-types-component .-games-container .-row-inner-wrapper .-col-wrapper .-box-wrapper .-btn-play .-ic-play {
    width: 22px;
    margin-right: 10px
}

@media (min-width:992px) {
    .x-ufa-game-types-component .-games-container .-row-inner-wrapper .-col-wrapper .-box-wrapper .-btn-play {
        background-size: 140%
    }

    .x-ufa-game-types-component .-games-container .-row-inner-wrapper .-col-wrapper .-box-wrapper .-btn-play:hover {
        -webkit-filter: saturate(1.3);
        filter: saturate(1.3)
    }

    .x-ufa-game-types-component .-games-container .-row-inner-wrapper .-col-wrapper .-box-wrapper .-btn-play:hover .-bg {
        -webkit-filter: drop-shadow(0 0 6px #ffcd57);
        filter: drop-shadow(0 0 6px #ffcd57)
    }
}

@media (max-width:767.98px) {
    .x-ufa-game-types-component .-games-container .-row-inner-wrapper .-col-wrapper .-box-wrapper .-sub-title {
        font-size: 1.25rem
    }
}

@media (max-width:575.98px) {
    .x-ufa-game-types-component .-games-container .-row-inner-wrapper .-col-wrapper .-box-wrapper .-icon-wrapper {
        width: 90px;
        height: 90px
    }

    .x-ufa-game-types-component .-games-container .-row-inner-wrapper .-col-wrapper .-box-wrapper .-btn-play {
        bottom: -16px;
        background-size: 200%
    }
}

@media (max-width:375px) {
    .x-ufa-game-types-component .-games-container .-row-inner-wrapper .-col-wrapper .-box-wrapper .-title {
        font-size: 1rem
    }

    .x-ufa-game-types-component .-games-container .-row-inner-wrapper .-col-wrapper .-box-wrapper .-sub-title {
        font-size: 1.125rem
    }
}

.x-ufa-middle-content-component {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat
}

@media (max-width:767.98px) {
    .x-ufa-middle-content-component {
        background-position: 50%
    }
}

.x-ufa-middle-content-component .-middle-container {
    padding-top: 12rem;
    padding-bottom: 10rem
}

@media (max-width:991.98px) {
    .x-ufa-middle-content-component .-middle-container {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
}

@media (max-width:767.98px) {
    .x-ufa-middle-content-component .-middle-container {
        padding-bottom: 2rem
    }
}

.x-ufa-middle-content-component .-full-content .-img-container,
.x-ufa-middle-content-component .-half-content .-img-container {
    text-align: center
}

.x-ufa-middle-content-component .-full-content .-img-container .-logo,
.x-ufa-middle-content-component .-half-content .-img-container .-logo {
    transition: all .4s;
    width: 100%;
    max-width: 400px;
    height: auto
}

@media (min-width:992px) {

    .x-ufa-middle-content-component .-full-content .-img-container .-logo,
    .x-ufa-middle-content-component .-half-content .-img-container .-logo {
        position: relative
    }
}

@media (max-width:767.98px) {

    .x-ufa-middle-content-component .-full-content .-img-container .-logo,
    .x-ufa-middle-content-component .-half-content .-img-container .-logo {
        max-width: 300px
    }
}

.x-ufa-middle-content-component .-full-content .-text-title,
.x-ufa-middle-content-component .-half-content .-text-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    transition: all .4s
}

@media (max-width:991.98px) {

    .x-ufa-middle-content-component .-full-content .-text-title,
    .x-ufa-middle-content-component .-half-content .-text-title {
        margin-left: 0;
        text-align: center
    }
}

@media (max-width:767.98px) {

    .x-ufa-middle-content-component .-full-content .-text-title,
    .x-ufa-middle-content-component .-half-content .-text-title {
        font-size: 1.5rem
    }
}

@media (max-width:575.98px) {

    .x-ufa-middle-content-component .-full-content .-text-title,
    .x-ufa-middle-content-component .-half-content .-text-title {
        font-size: 1.25rem
    }
}

@media (min-width:992px) {
    .x-ufa-middle-content-component .-half-content .-middle-container-row-1 {
        margin-bottom: 2rem
    }
}

.x-ufa-middle-content-component .-half-content .-middle-container-row-1.-title-left {
    flex-direction: row-reverse
}

@media (min-width:992px) {
    .x-ufa-middle-content-component .-half-content .-middle-container-row-1 .-img-container .-logo {
        top: 1rem;
        position: relative
    }
}

@media (max-width:991.98px) {
    .x-ufa-middle-content-component .-half-content .-middle-container-row-1 .-text-title {
        margin: 1rem auto
    }
}

@media (max-width:991.98px) {
    .x-ufa-middle-content-component .-half-content .-middle-container-row-2 {
        flex-direction: column-reverse
    }
}

.x-ufa-middle-content-component .-half-content .-middle-container-row-2 .-left-container-bottom {
    min-height: 100%;
    position: relative;
    text-align: right
}

.x-ufa-middle-content-component .-half-content .-middle-container-row-2 .-left-container-bottom .-banner-img {
    position: absolute;
    bottom: 0;
    right: 40px;
    width: 450px;
    height: auto
}

@media (max-width:1199.98px) {
    .x-ufa-middle-content-component .-half-content .-middle-container-row-2 .-left-container-bottom .-banner-img {
        right: 15px
    }
}

@media (max-width:991.98px) {
    .x-ufa-middle-content-component .-half-content .-middle-container-row-2 .-left-container-bottom {
        order: 2;
        margin-top: 2rem;
        text-align: center
    }

    .x-ufa-middle-content-component .-half-content .-middle-container-row-2 .-left-container-bottom .-banner-img {
        position: relative;
        right: 0
    }
}

@media (max-width:767.98px) {
    .x-ufa-middle-content-component .-half-content .-middle-container-row-2 .-left-container-bottom {
        margin-top: 1rem
    }
}

@media (max-width:575.98px) {
    .x-ufa-middle-content-component .-half-content .-middle-container-row-2 .-left-container-bottom .-banner-img {
        width: 100%;
        max-width: 280px
    }
}

.x-ufa-middle-content-component .-half-content .-middle-container-row-2 .-right-container-bottom {
    padding-bottom: 2rem
}

@media (max-width:991.98px) {
    .x-ufa-middle-content-component .-half-content .-middle-container-row-2 .-right-container-bottom {
        text-align: center;
        flex-direction: column-reverse;
        display: flex
    }
}

.x-ufa-middle-content-component .-half-content .-middle-container-row-2 .-right-container-bottom .-logo {
    position: relative;
    left: -20px;
    width: 100%
}

@media (max-width:991.98px) {
    .x-ufa-middle-content-component .-half-content .-middle-container-row-2 .-right-container-bottom .-logo {
        left: 0;
        width: 60%
    }
}

.x-ufa-middle-content-component .-half-content .-middle-container-row-2 .-right-container-bottom .-title {
    margin-top: 1rem;
    font-size: 2.25rem;
    font-weight: 600;
    color: #fff
}

@media (max-width:991.98px) {
    .x-ufa-middle-content-component .-half-content .-middle-container-row-2 .-right-container-bottom .-title {
        margin-top: 2rem
    }
}

@media (max-width:767.98px) {
    .x-ufa-middle-content-component .-half-content .-middle-container-row-2 .-right-container-bottom .-title {
        font-size: 2rem
    }
}

.x-ufa-middle-content-component .-full-content .-middle-container-title {
    display: flex;
    flex-direction: column
}

.x-ufa-middle-content-component .-full-content .-middle-container-title.-title-top {
    flex-direction: column-reverse
}

@media (max-width:991.98px) {
    .x-ufa-middle-content-component .-full-content .-middle-container-title.-title-top {
        flex-direction: column
    }
}

.x-ufa-middle-content-component .-full-content .-middle-container-title .-text-title {
    margin: 1rem auto
}

.x-ufa-middle-content-component .-full-content .-middle-container-banner {
    margin: 2rem 0
}

.x-ufa-middle-content-component .-full-content .-middle-container-banner .-banner-img {
    width: 1200px;
    margin: auto
}

.x-promotion-render-by-route {
    margin-top: 2rem
}

@media (max-width:991.98px) {
    .x-promotion-render-by-route {
        margin-top: 1rem
    }
}

.x-promotion-render-by-route .-promotion-btn {
    cursor: default !important;
    color: #fff;
    background: linear-gradient(180deg, #d21a1b 0, #720001);
    border: 2px solid #9d1010;
    box-shadow: 0 0 10px 4px #a30607;
    border-radius: 30px;
    padding: .375rem 1.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    margin: auto
}

.x-promotion-render-by-route .-promotion-btn .-title-promotion {
    font-size: 1.5rem;
    font-weight: 700;
    margin-left: 10px;
    margin-right: 10px
}

.x-promotion-render-by-route .-promotion-btn:focus {
    outline: none
}

.x-slide-banner-component {
    padding: 2rem 0
}

@media (max-width:575.98px) {
    .x-slide-banner-component {
        padding: 1rem 0
    }
}

.x-slide-banner-component .-slick-wrapper {
    position: relative
}

@media (max-width:767.98px) {
    .x-slide-banner-component .-slick-wrapper {
        padding: 0 1rem
    }
}

.x-slide-banner-component .-fade-color:after,
.x-slide-banner-component .-fade-color:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    width: 200px;
    height: 100%
}

@media (max-width:767.98px) {

    .x-slide-banner-component .-fade-color:after,
    .x-slide-banner-component .-fade-color:before {
        width: 100px
    }
}

@media (max-width:575.98px) {

    .x-slide-banner-component .-fade-color:after,
    .x-slide-banner-component .-fade-color:before {
        display: none
    }
}

.x-slide-banner-component .-fade-color:before {
    left: 0;
    background: linear-gradient(90deg, #000 30%, transparent)
}

.x-slide-banner-component .-fade-color:after {
    right: 0;
    background: linear-gradient(270deg, #000 30%, transparent)
}

.x-slide-banner-component .-slide-banner-wrapper {
    overflow: hidden
}

.x-slide-banner-component .-slide-banner-wrapper .-banner-link {
    text-decoration: none
}

.x-slide-banner-component .-slide-banner-wrapper .-banner-image {
    width: 100%
}

.x-slide-banner-component .-slide-banner-wrapper .-banner-image .-image {
    width: 100%;
    height: auto;
    border: 2px solid #f22662;
    border-radius: 10px
}

.x-slide-banner-component .slick-dots {
    bottom: -40px
}

@media (max-width:767.98px) {
    .x-slide-banner-component .slick-dots {
        left: 0
    }
}

@media (max-width:575.98px) {
    .x-slide-banner-component .slick-dots {
        bottom: -30px
    }
}

.x-slide-banner-component .slick-dots li.slick-active button:before {
    color: #f22662;
    -webkit-transform: unset;
    transform: unset
}

.x-slide-banner-component .slick-dots li:hover button:before {
    -webkit-transform: unset;
    transform: unset
}

.x-slide-banner-component.-multiple .-slide-banner-wrapper {
    padding: 0 .5rem
}

.x-slide-banner-component:not(.-multiple) .-slide-banner-wrapper {
    padding: 0 2rem
}

@media (max-width:575.98px) {
    .x-slide-banner-component:not(.-multiple) .-slide-banner-wrapper {
        padding: 0 1rem
    }
}

.x-slide-banner-component:not(.-multiple) .slick-dots li {
    width: 35px
}

@media (max-width:575.98px) {
    .x-slide-banner-component:not(.-multiple) .slick-dots li {
        width: 20px
    }
}

.x-slide-banner-component:not(.-multiple) .slick-dots li button:before {
    content: "";
    width: 35px;
    height: 7px;
    background: #f22662;
    border-radius: 5px
}

@media (max-width:575.98px) {
    .x-slide-banner-component:not(.-multiple) .slick-dots li button:before {
        width: 25px;
        height: 5px
    }
}

.x-slide-banner-component.-center-mode .-slide-banner-wrapper {
    padding: 0
}

@media (max-width:767.98px) {
    .x-slide-banner-component.-center-mode .-slide-banner-wrapper {
        width: 100%
    }
}

.x-slide-banner-component.-center-mode .-slide-banner-wrapper .-banner-image {
    margin: 0 .5rem
}

@media (max-width:767.98px) {
    .x-slide-banner-component.-center-mode .-slide-banner-wrapper .-banner-image {
        margin: 0
    }
}

.x-slide-banner-component.-center-mode .-slide-banner-wrapper .-banner-image .-image {
    width: 650px
}

@media (max-width:767.98px) {
    .x-slide-banner-component.-center-mode .-slide-banner-wrapper .-banner-image .-image {
        width: 100%
    }
}

.x-slot-providers-logo-component,
.x-slot-providers-logo-component.-gray-theme {
    background: #472c59
}

.x-slot-providers-logo-component.-gray-theme .-providers-logo-inner .-img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.x-slot-providers-logo-component.-gray-theme .-providers-logo-inner .-img.-pg {
    -webkit-filter: brightness(.5);
    filter: brightness(.5)
}

.x-slot-providers-logo-component.-index-top {
    margin-top: 1rem
}

@media (min-width:768px) and (max-width:991.98px) {
    .x-slot-providers-logo-component.-index-top {
        margin-top: .5rem
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .x-slot-providers-logo-component.-index-top .-providers-logo-inner {
        padding-bottom: .5rem
    }
}

.x-slot-providers-logo-component.-index-top .-providers-logo-inner .-img {
    width: 14.28571%
}

@media (max-width:1199.98px) {
    .x-slot-providers-logo-component.-index-top .-providers-logo-inner .-img {
        width: 16.66667%
    }
}

.x-slot-providers-logo-component .-slider-wrapper .-slick-item {
    width: 160px
}

.x-slot-providers-logo-component .-slider-wrapper .-slick-item .-logo {
    max-width: 80%;
    height: auto;
    margin: auto
}

.x-slot-providers-logo-component .-slider-wrapper .-slick-item .-logo.-pg {
    -webkit-filter: brightness(.75);
    filter: brightness(.75)
}

@media (max-width:1199.98px) {
    .x-slot-providers-logo-component .-slider-wrapper .-slick-item {
        width: 140px
    }
}

.x-slot-providers-logo-component .-providers-logo-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.x-slot-providers-logo-component .-providers-logo-inner .-img {
    margin: .5rem 0;
    padding: 0 .5rem;
    width: 100px;
    transition: all .4s
}

@media (max-width:575.98px) {
    .x-slot-providers-logo-component .-providers-logo-inner .-img {
        width: 110px
    }
}

@media (max-width:375px) {
    .x-slot-providers-logo-component .-providers-logo-inner .-img {
        width: 90px
    }
}

.x-question-and-answer-container {
    padding: 3rem 0
}

@media (max-width:767.98px) {
    .x-question-and-answer-container {
        padding: 2rem 0
    }
}

.x-question-and-answer-container .-title {
    color: #fcfcfc;
    font-size: 1.5rem
}

@media (max-width:767.98px) {
    .x-question-and-answer-container .-title {
        margin-bottom: 0
    }
}

@media (max-width:575.98px) {
    .x-question-and-answer-container .-title {
        font-size: 1.125rem
    }
}

.x-question-and-answer-container .-accordion-list-wrapper {
    margin-top: 2rem;
    padding: 0 1rem;
    background: none
}

.x-question-and-answer-container .-accordion-list-item-wrapper {
    border-bottom: 1px solid #484848
}

.x-question-and-answer-container .-accordion-list-item-wrapper:last-child {
    border-bottom: none
}

.x-question-and-answer-container .-accordion-list-item-wrapper .-btn {
    position: relative;
    margin-bottom: 0;
    padding: 1rem;
    font-size: 1.125rem;
    font-weight: 400;
    color: #fcfcfc;
    cursor: pointer
}

@media (max-width:767.98px) {
    .x-question-and-answer-container .-accordion-list-item-wrapper .-btn {
        padding: 1rem 2rem 1rem 0
    }
}

@media (max-width:575.98px) {
    .x-question-and-answer-container .-accordion-list-item-wrapper .-btn {
        font-size: 1rem
    }
}

.x-question-and-answer-container .-accordion-list-item-wrapper .-btn .fas {
    position: absolute;
    top: 50%;
    right: 2rem;
    font-size: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
    transition: all .2s
}

@media (max-width:767.98px) {
    .x-question-and-answer-container .-accordion-list-item-wrapper .-btn .fas {
        right: .75rem
    }
}

.x-question-and-answer-container .-accordion-list-item-wrapper .-btn .fa-minus {
    opacity: 0;
    visibility: hidden
}

.x-question-and-answer-container .-accordion-list-item-wrapper .-btn:not(.collapsed) .fa-minus {
    opacity: 1;
    visibility: visible
}

.x-question-and-answer-container .-accordion-list-item-wrapper .-btn:not(.collapsed) .fa-plus {
    opacity: 0;
    visibility: hidden
}

.x-question-and-answer-container .-accordion-list-item-wrapper .-description {
    margin: 0;
    padding: 0 2rem 1rem;
    color: #aaa;
    font-weight: 300
}

@media (max-width:767.98px) {
    .x-question-and-answer-container .-accordion-list-item-wrapper .-description {
        padding: 0 1rem 1rem
    }
}

@media (max-width:575.98px) {
    .x-question-and-answer-container .-accordion-list-item-wrapper .-description {
        font-size: .875rem
    }
}

.x-question-and-answer-container .-accordion-list-item-wrapper ul {
    margin: 0;
    padding: 0
}

.x-question-and-answer-container .-accordion-list-item-wrapper ul li.-description {
    list-style: none;
    margin: 0;
    padding: 0 2rem .5rem
}

@media (max-width:991.98px) {
    .x-question-and-answer-container .-accordion-list-item-wrapper ul li.-description {
        padding: 0 1rem .5rem
    }
}

.x-list-of-contents-container .-accordion-list-wrapper {
    margin: 1rem auto;
    max-width: 800px
}

.x-list-of-contents-container .-accordion-list-item-wrapper {
    border: none
}

.x-list-of-contents-container .-accordion-list-item-wrapper .-content-collapse {
    padding: 1rem 2rem;
    background: #090e13
}

@media (max-width:991.98px) {
    .x-list-of-contents-container .-accordion-list-item-wrapper .-content-collapse {
        padding: 1rem
    }
}

.x-list-of-contents-container .-accordion-list-item-wrapper .-btn {
    position: relative;
    margin: 0;
    padding: 1rem 2rem;
    font-weight: 400;
    color: #c4c6c9;
    background-color: #1b232c;
    cursor: pointer;
    font-size: 1.125rem
}

@media (max-width:1400px) {
    .x-list-of-contents-container .-accordion-list-item-wrapper .-btn {
        font-size: 1.125rem
    }
}

@media (max-width:1199.98px) {
    .x-list-of-contents-container .-accordion-list-item-wrapper .-btn {
        font-size: 1.125rem
    }
}

@media (max-width:991.98px) {
    .x-list-of-contents-container .-accordion-list-item-wrapper .-btn {
        font-size: 1.125rem
    }
}

@media (max-width:767.98px) {
    .x-list-of-contents-container .-accordion-list-item-wrapper .-btn {
        font-size: 1rem
    }
}

@media (max-width:375px) {
    .x-list-of-contents-container .-accordion-list-item-wrapper .-btn {
        font-size: .875rem
    }
}

@media (max-width:991.98px) {
    .x-list-of-contents-container .-accordion-list-item-wrapper .-btn {
        padding: .5rem 1rem
    }
}

.x-list-of-contents-container .-accordion-list-item-wrapper .-btn .-title {
    display: flex
}

.x-list-of-contents-container .-accordion-list-item-wrapper .-btn .fas {
    position: absolute;
    top: 50%;
    right: 2rem;
    font-size: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
    transition: all .2s
}

@media (max-width:767.98px) {
    .x-list-of-contents-container .-accordion-list-item-wrapper .-btn .fas {
        right: .75rem
    }
}

.x-list-of-contents-container .-accordion-list-item-wrapper .-btn .fa-minus {
    opacity: 0;
    visibility: hidden
}

.x-list-of-contents-container .-accordion-list-item-wrapper .-btn.-show .fa-minus {
    opacity: 1;
    visibility: visible
}

.x-list-of-contents-container .-accordion-list-item-wrapper .-btn.-show .fa-plus {
    opacity: 0;
    visibility: hidden
}

.x-list-of-contents-container .-accordion-list-item-wrapper .-btn.-sm {
    padding: .5rem 2rem
}

@media (max-width:991.98px) {
    .x-list-of-contents-container .-accordion-list-item-wrapper .-btn.-sm {
        padding: .5rem 1rem
    }
}

.x-list-of-contents-container .-accordion-list-item-wrapper .-description {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1.125rem;
    color: #c4c6c9;
    text-decoration: none
}

.x-list-of-contents-container .-accordion-list-item-wrapper .-description:hover {
    color: #d9ad70
}

@media (max-width:1400px) {
    .x-list-of-contents-container .-accordion-list-item-wrapper .-description {
        font-size: 1.125rem
    }
}

@media (max-width:1199.98px) {
    .x-list-of-contents-container .-accordion-list-item-wrapper .-description {
        font-size: 1rem
    }
}

@media (max-width:991.98px) {
    .x-list-of-contents-container .-accordion-list-item-wrapper .-description {
        font-size: .875rem
    }
}

@media (max-width:767.98px) {
    .x-list-of-contents-container .-accordion-list-item-wrapper .-description {
        font-size: .75rem
    }
}

.x-list-of-contents-container .-accordion-list-item-wrapper .-list {
    margin: 0;
    padding: 0 0 0 2rem
}

@media (max-width:767.98px) {
    .x-list-of-contents-container .-accordion-list-item-wrapper .-list {
        padding: 0 0 0 1rem
    }
}

.x-list-of-contents-container .-accordion-list-item-wrapper .-list .-list-item {
    list-style: none;
    font-size: 1.125rem
}

.x-list-of-contents-container .-accordion-list-item-wrapper .-list .-list-item:before {
    content: "•";
    margin-right: .5rem
}

@media (max-width:1400px) {
    .x-list-of-contents-container .-accordion-list-item-wrapper .-list .-list-item:before {
        font-size: 1.125rem
    }
}

@media (max-width:1199.98px) {
    .x-list-of-contents-container .-accordion-list-item-wrapper .-list .-list-item:before {
        font-size: 1rem
    }
}

@media (max-width:991.98px) {
    .x-list-of-contents-container .-accordion-list-item-wrapper .-list .-list-item:before {
        font-size: .875rem
    }
}

@media (max-width:767.98px) {
    .x-list-of-contents-container .-accordion-list-item-wrapper .-list .-list-item:before {
        font-size: .75rem
    }
}

.x-list-of-contents-container .-accordion-list-item-wrapper .-list .-list-item .-link {
    font-size: 1.125rem;
    color: #c4c6c9;
    text-decoration: none
}

.x-list-of-contents-container .-accordion-list-item-wrapper .-list .-list-item .-link:hover {
    color: #d9ad70
}

@media (max-width:1400px) {
    .x-list-of-contents-container .-accordion-list-item-wrapper .-list .-list-item .-link {
        font-size: 1.125rem
    }
}

@media (max-width:1199.98px) {
    .x-list-of-contents-container .-accordion-list-item-wrapper .-list .-list-item .-link {
        font-size: 1rem
    }
}

@media (max-width:991.98px) {
    .x-list-of-contents-container .-accordion-list-item-wrapper .-list .-list-item .-link {
        font-size: .875rem
    }
}

@media (max-width:767.98px) {
    .x-list-of-contents-container .-accordion-list-item-wrapper .-list .-list-item .-link {
        font-size: .75rem
    }
}

.x-ufa-compare-compatible-middle-section {
    padding: 4rem 0;
    text-align: center
}

@media (max-width:991.98px) {
    .x-ufa-compare-compatible-middle-section {
        padding: 8rem 0 0;
        background-image: none;
        background-color: #0c0f0f
    }

    .x-ufa-compare-compatible-middle-section .-container-wrapper {
        max-width: unset
    }
}

@media (max-width:767.98px) {
    .x-ufa-compare-compatible-middle-section {
        padding-top: 2rem
    }
}

.x-ufa-compare-compatible-middle-section.-bg-setting {
    background-size: cover;
    background-position: 50%
}

.x-ufa-compare-compatible-middle-section .-image-logo {
    width: 350px;
    height: auto;
    margin-bottom: 1.5rem
}

@media (max-width:575.98px) {
    .x-ufa-compare-compatible-middle-section .-image-logo {
        width: 240px
    }
}

.x-ufa-compare-compatible-middle-section .-default-title {
    margin-bottom: 9rem;
    font-size: 1.8rem;
    font-weight: 400
}

@media (max-width:991.98px) {
    .x-ufa-compare-compatible-middle-section .-default-title {
        margin-bottom: 10rem
    }
}

@media (max-width:575.98px) {
    .x-ufa-compare-compatible-middle-section .-default-title {
        margin-bottom: 7rem;
        font-size: 1.2rem
    }
}

.x-ufa-compare-compatible-middle-section .-default-title.-show-hr:before {
    width: 260px
}

.x-ufa-compare-compatible-middle-section .-default-title .-image-football {
    margin: 0 15px;
    width: 50px;
    height: auto;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

@media (max-width:575.98px) {
    .x-ufa-compare-compatible-middle-section .-default-title .-image-football {
        margin: 0 5px;
        width: 30px
    }
}

@media (max-width:991.98px) {
    .x-ufa-compare-compatible-middle-section .-row-wrapper {
        justify-content: center
    }
}

.x-ufa-compare-compatible-middle-section .-new-container,
.x-ufa-compare-compatible-middle-section .-old-container {
    margin-top: 4rem
}

@media (max-width:991.98px) {
    .x-ufa-compare-compatible-middle-section .-old-container {
        order: 2;
        margin-top: 0;
        padding-top: 14rem;
        padding-bottom: 2rem;
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat
    }
}

@media (max-width:575.98px) {
    .x-ufa-compare-compatible-middle-section .-old-container {
        padding-top: 10rem
    }
}

.x-ufa-compare-compatible-middle-section .-old-container .-monkey-img {
    position: absolute;
    top: -160px;
    left: 90px;
    width: 150px;
    z-index: 1
}

@media (max-width:1199.98px) {
    .x-ufa-compare-compatible-middle-section .-old-container .-monkey-img {
        top: -140px;
        left: 40px;
        width: 140px
    }
}

@media (max-width:991.98px) {
    .x-ufa-compare-compatible-middle-section .-old-container .-monkey-img {
        left: 90px
    }
}

@media (max-width:575.98px) {
    .x-ufa-compare-compatible-middle-section .-old-container .-monkey-img {
        left: 50%;
        -webkit-transform: translateX(-160px);
        transform: translateX(-160px)
    }
}

.x-ufa-compare-compatible-middle-section .-old-container .-text-banner-image {
    margin: -4rem 0 0 -7rem;
    width: 420px;
    z-index: 1
}

@media (max-width:1199.98px) {
    .x-ufa-compare-compatible-middle-section .-old-container .-text-banner-image {
        margin: -6rem 0 0 -5rem
    }
}

@media (max-width:575.98px) {
    .x-ufa-compare-compatible-middle-section .-old-container .-text-banner-image {
        margin: -5rem 0 0 -1rem;
        width: 360px
    }
}

@media (max-width:991.98px) {
    .x-ufa-compare-compatible-middle-section .-new-container {
        order: 1;
        margin-top: 0;
        padding-top: 4rem;
        padding-bottom: 2rem;
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat
    }
}

.x-ufa-compare-compatible-middle-section .-new-container .-monkey-img {
    position: absolute;
    width: 340px;
    top: -212px;
    right: 20px
}

@media (max-width:1199.98px) {
    .x-ufa-compare-compatible-middle-section .-new-container .-monkey-img {
        width: 280px;
        top: -174px
    }
}

@media (max-width:991.98px) {
    .x-ufa-compare-compatible-middle-section .-new-container .-monkey-img {
        right: unset;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.x-ufa-compare-compatible-middle-section .-new-container .-text-banner-image {
    margin: -5rem 0 -2rem -8rem;
    width: 480px;
    z-index: 1
}

@media (max-width:1199.98px) {
    .x-ufa-compare-compatible-middle-section .-new-container .-text-banner-image {
        margin: -7rem 0 -2rem -6rem
    }
}

@media (max-width:575.98px) {
    .x-ufa-compare-compatible-middle-section .-new-container .-text-banner-image {
        margin: -5rem 0 -1rem -2rem;
        width: 370px
    }
}

.x-ufa-compare-compatible-middle-section .card {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    padding: 0 4rem 2rem;
    background: hsla(0, 0%, 100%, .1);
    border-radius: 10px
}

@media (max-width:1199.98px) {
    .x-ufa-compare-compatible-middle-section .card {
        padding: 2rem
    }
}

@media (max-width:991.98px) {
    .x-ufa-compare-compatible-middle-section .card {
        width: 500px
    }
}

@media (max-width:767.98px) {
    .x-ufa-compare-compatible-middle-section .card {
        width: 450px;
        padding: 1.5rem
    }
}

@media (max-width:575.98px) {
    .x-ufa-compare-compatible-middle-section .card {
        width: 100%
    }
}

.x-ufa-compare-compatible-middle-section .card .-image-man {
    margin-top: -19rem;
    width: 100%;
    height: auto
}

@media (max-width:1199.98px) {
    .x-ufa-compare-compatible-middle-section .card .-image-man {
        margin-top: -18.5rem
    }
}

@media (max-width:991.98px) {
    .x-ufa-compare-compatible-middle-section .card .-image-man {
        margin-top: -23rem
    }
}

@media (max-width:575.98px) {
    .x-ufa-compare-compatible-middle-section .card .-image-man {
        margin-top: -17rem
    }
}

.x-ufa-compare-compatible-middle-section .card .-icon-emotion-img {
    position: relative;
    width: 100px;
    margin: -1rem -10rem 0 auto;
    z-index: 2
}

@media (max-width:1199.98px) {
    .x-ufa-compare-compatible-middle-section .card .-icon-emotion-img {
        margin: -3rem -10rem 0 auto
    }
}

@media (max-width:991.98px) {
    .x-ufa-compare-compatible-middle-section .card .-icon-emotion-img {
        margin: 0 -10rem 0 auto;
        width: 120px;
        height: auto
    }
}

@media (max-width:575.98px) {
    .x-ufa-compare-compatible-middle-section .card .-icon-emotion-img {
        margin: 0 -7.5rem 0 auto;
        width: 90px
    }
}

.x-ufa-compare-compatible-middle-section .card .-title {
    margin-top: .5rem;
    font-size: 1.75rem;
    font-weight: 600
}

@media (max-width:575.98px) {
    .x-ufa-compare-compatible-middle-section .card .-title {
        margin-top: 0
    }
}

.x-ufa-compare-compatible-middle-section .card .navbar-nav {
    text-align: left;
    font-size: 1.1rem
}

.x-ufa-compare-compatible-middle-section .card .navbar-nav .nav-item {
    margin-top: .25rem;
    color: #eae8e8;
    list-style: none;
    line-height: 1.2
}

.x-ufa-compare-compatible-middle-section .card .navbar-nav .nav-item .-marker {
    display: inline-block;
    margin-right: 5px;
    width: 8px;
    height: 8px;
    border: 2px solid #eae8e8;
    border-radius: 5px
}

.x-ufa-compare-compatible-middle-section .card .navbar-nav .nav-item b {
    font-weight: 500;
    color: #fff
}

@media (max-width:767.98px) {
    .x-ufa-compare-compatible-middle-section .card .navbar-nav {
        font-size: 1rem
    }

    .x-ufa-compare-compatible-middle-section .card .navbar-nav .nav-item {
        margin-top: .25rem
    }
}

@media screen and (max-width:375px) {
    .x-ufa-compare-compatible-middle-section .card .navbar-nav {
        font-size: .9rem
    }
}

.x-ufa-compare-compatible-top-section {
    position: relative;
    text-align: center
}

.x-ufa-compare-compatible-top-section .-inner-wrapper {
    position: relative;
    padding: 3rem 0;
    z-index: 6
}

@media (max-width:991.98px) {
    .x-ufa-compare-compatible-top-section .-inner-wrapper {
        padding: 3rem 1rem
    }
}

@media (max-width:767.98px) {
    .x-ufa-compare-compatible-top-section .-inner-wrapper {
        padding-bottom: 2rem
    }
}

.x-ufa-compare-compatible-top-section .-inner-wrapper .-title {
    font-size: 3.25rem;
    font-weight: 600;
    background: radial-gradient(circle, #e9db9c 20%, #c79e68 50%, #aa775a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width:991.98px) {
    .x-ufa-compare-compatible-top-section .-inner-wrapper .-title {
        font-size: 3rem
    }
}

@media (max-width:767.98px) {
    .x-ufa-compare-compatible-top-section .-inner-wrapper .-title {
        font-size: 2.5rem
    }
}

@media (max-width:575.98px) {
    .x-ufa-compare-compatible-top-section .-inner-wrapper .-title {
        font-size: 2rem
    }
}

.x-ufa-compare-compatible-top-section .-inner-wrapper .-sub-title {
    margin-bottom: 2rem;
    font-size: 1.4rem;
    font-weight: 500
}

@media (max-width:991.98px) {
    .x-ufa-compare-compatible-top-section .-inner-wrapper .-sub-title {
        font-size: 1.3rem
    }
}

@media (max-width:767.98px) {
    .x-ufa-compare-compatible-top-section .-inner-wrapper .-sub-title {
        font-size: 1.2rem
    }
}

.x-ufa-compare-compatible-top-section .-video {
    width: 900px;
    height: 506px
}

@media (max-width:991.98px) {
    .x-ufa-compare-compatible-top-section .-video {
        bottom: -100px;
        width: 90%;
        height: unset
    }
}

@media (max-width:767.98px) {
    .x-ufa-compare-compatible-top-section .-video {
        position: relative;
        bottom: unset;
        width: 100%;
        margin-top: 2rem
    }
}

.x-ufa-compare-info-content-section {
    position: relative
}

.x-ufa-compare-info-content-section .-inner-wrapper {
    position: relative;
    padding: 3rem 0;
    z-index: 6
}

@media (max-width:991.98px) {
    .x-ufa-compare-info-content-section .-inner-wrapper {
        padding: 3rem 1rem
    }
}

@media (max-width:767.98px) {
    .x-ufa-compare-info-content-section .-inner-wrapper {
        padding: 2rem 1rem
    }
}

.x-ufa-compare-info-content-section .-inner-wrapper .-block-text {
    padding: 1.5rem 2rem;
    margin-top: 2rem;
    border: 1px solid #eae8e8;
    border-radius: 20px
}

@media (max-width:575.98px) {
    .x-ufa-compare-info-content-section .-inner-wrapper .-block-text {
        padding: 1.5rem 1rem
    }
}

.x-ufa-compare-info-content-section .-inner-wrapper .-block-text:first-child {
    margin-top: 0
}

.x-ufa-compare-info-content-section .-inner-wrapper .-block-text .-text-title {
    font-size: 1.5rem;
    font-weight: 500;
    color: #ffcd57;
    text-align: center
}

@media (max-width:767.98px) {
    .x-ufa-compare-info-content-section .-inner-wrapper .-block-text .-text-title {
        font-size: 1.125rem
    }
}

@media (max-width:575.98px) {
    .x-ufa-compare-info-content-section .-inner-wrapper .-block-text .-text-title {
        font-size: 1rem
    }
}

.x-ufa-compare-info-content-section .-inner-wrapper .-block-text .-text-description {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    color: #fcfcfc
}

@media (max-width:767.98px) {
    .x-ufa-compare-info-content-section .-inner-wrapper .-block-text .-text-description {
        font-size: .8rem
    }
}

.x-ufa-compare-info-register-section {
    position: relative;
    padding-top: 4rem
}

@media (max-width:991.98px) {
    .x-ufa-compare-info-register-section {
        padding-top: 2rem
    }
}

@media (max-width:767.98px) {
    .x-ufa-compare-info-register-section .-inner-wrapper {
        position: relative
    }
}

.x-ufa-compare-info-register-section .-inner-wrapper .-block-text {
    text-align: center
}

@media (max-width:1199.98px) {
    .x-ufa-compare-info-register-section .-inner-wrapper .-block-text {
        padding: 0
    }
}

.x-ufa-compare-info-register-section .-inner-wrapper .-block-text .btn {
    margin: auto
}

@media (max-width:767.98px) {
    .x-ufa-compare-info-register-section .-inner-wrapper .-block-text {
        margin-left: 0;
        width: 100%;
        text-align: center
    }

    .x-ufa-compare-info-register-section .-inner-wrapper .-block-text .-register-btn {
        margin: auto
    }
}

.x-ufa-compare-info-register-section .-inner-wrapper .-block-text .-title {
    margin-bottom: .5rem;
    font-size: 2rem;
    font-weight: 600;
    color: transparent;
    background: linear-gradient(180deg, #e9db9c 0, #c79e68 70%, #aa775a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width:991.98px) {
    .x-ufa-compare-info-register-section .-inner-wrapper .-block-text .-title {
        font-size: 1.5rem
    }
}

@media (max-width:767.98px) {
    .x-ufa-compare-info-register-section .-inner-wrapper .-block-text .-title {
        font-size: 1.6rem
    }
}

.x-ufa-compare-info-register-section .-inner-wrapper .-block-text .-sub-title {
    margin-bottom: 2rem;
    font-size: 1.1rem
}

@media (max-width:991.98px) {
    .x-ufa-compare-info-register-section .-inner-wrapper .-block-text .-sub-title {
        font-size: 1rem
    }
}

@media (max-width:767.98px) {
    .x-ufa-compare-info-register-section .-inner-wrapper .-block-text .-sub-title {
        font-size: .9rem
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .x-ufa-compare-info-register-section .-inner-wrapper .-block-text .-sub-title br {
        display: none
    }
}

.x-ufa-compare-info-register-section .-image {
    position: relative;
    display: block;
    margin: auto;
    z-index: 6;
    width: 870px;
    height: auto
}

@media (max-width:1199.98px) {
    .x-ufa-compare-info-register-section .-image {
        width: 820px
    }
}

@media (max-width:991.98px) {
    .x-ufa-compare-info-register-section .-image {
        width: 650px
    }
}

@media (max-width:767.98px) {
    .x-ufa-compare-info-register-section .-image {
        margin-top: 3rem;
        width: 100%
    }
}

.x-ufa-compare-heading-new-section {
    position: relative;
    padding: 2rem 0;
    text-align: center;
    overflow: hidden
}

@media (max-width:991.98px) {
    .x-ufa-compare-heading-new-section .-bg-setting {
        background-position: 0 0
    }
}

@media (max-width:767.98px) {
    .x-ufa-compare-heading-new-section:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 300px;
        z-index: 6;
        background: linear-gradient(180deg, transparent, #000)
    }
}

.x-ufa-compare-heading-new-section .-title-wrapper {
    position: relative
}

.x-ufa-compare-heading-new-section .-title-wrapper .-title {
    z-index: 2;
    font-size: 3.5rem;
    font-weight: 600;
    background: linear-gradient(180deg, #e9db9c 0, #c79e68 70%, #aa775a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width:991.98px) {
    .x-ufa-compare-heading-new-section .-title-wrapper .-title {
        font-size: 3rem
    }
}

@media (max-width:767.98px) {
    .x-ufa-compare-heading-new-section .-title-wrapper .-title {
        font-size: 2rem
    }
}

@media (max-width:575.98px) {
    .x-ufa-compare-heading-new-section .-title-wrapper .-title {
        font-size: 1.6rem
    }
}

.x-ufa-compare-heading-new-section .-title-wrapper .-line-gray-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 2;
    width: 400px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width:991.98px) {
    .x-ufa-compare-heading-new-section .-title-wrapper .-line-gray-img {
        bottom: -5px;
        width: 350px
    }
}

@media (max-width:767.98px) {
    .x-ufa-compare-heading-new-section .-title-wrapper .-line-gray-img {
        bottom: -8px;
        width: 250px
    }
}

.x-ufa-compare-heading-new-section .-content-wrapper {
    position: relative
}

.x-ufa-compare-heading-new-section .-content-wrapper .-mobile-img {
    width: 100%;
    height: auto
}

@media (max-width:767.98px) {
    .x-ufa-compare-heading-new-section .-content-wrapper .-mobile-img {
        display: none
    }
}

.x-ufa-compare-heading-new-section .-content-wrapper .-vs-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 280px;
    height: auto;
    z-index: 10;
    -webkit-transform: translate(-56%, -28%);
    transform: translate(-56%, -28%)
}

@media (max-width:1199.98px) {
    .x-ufa-compare-heading-new-section .-content-wrapper .-vs-img {
        width: 220px
    }
}

@media (max-width:991.98px) {
    .x-ufa-compare-heading-new-section .-content-wrapper .-vs-img {
        display: none
    }
}

.x-ufa-compare-heading-new-section .-content-wrapper .-no-one-img {
    position: absolute;
    top: 20%;
    right: 21%;
    z-index: 10;
    width: 140px;
    height: auto;
    -webkit-animation: fadeInUpAnimate 1s, heartBeat .8s linear 1.5s;
    animation: fadeInUpAnimate 1s, heartBeat .8s linear 1.5s
}

@media (max-width:1199.98px) {
    .x-ufa-compare-heading-new-section .-content-wrapper .-no-one-img {
        width: 120px
    }
}

@media (max-width:991.98px) {
    .x-ufa-compare-heading-new-section .-content-wrapper .-no-one-img {
        width: 90px
    }
}

@media (max-width:767.98px) {
    .x-ufa-compare-heading-new-section .-content-wrapper .-no-one-img {
        top: 8%;
        right: 8%;
        width: 150px
    }
}

@media (max-width:575.98px) {
    .x-ufa-compare-heading-new-section .-content-wrapper .-no-one-img {
        top: 8%;
        right: 5%;
        width: 120px
    }
}

.x-ufa-compare-heading-new-section .-content-wrapper .-block-text-left {
    position: absolute;
    bottom: 5rem;
    left: 10%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: right
}

@media (max-width:1199.98px) {
    .x-ufa-compare-heading-new-section .-content-wrapper .-block-text-left {
        bottom: 4rem
    }
}

@media (max-width:991.98px) {
    .x-ufa-compare-heading-new-section .-content-wrapper .-block-text-left {
        bottom: 3rem;
        left: 6%
    }
}

@media (max-width:767.98px) {
    .x-ufa-compare-heading-new-section .-content-wrapper .-block-text-left {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 1rem;
        width: 100%;
        text-align: center
    }
}

.x-ufa-compare-heading-new-section .-content-wrapper .-block-text-left .-logo-img {
    width: 180px;
    height: auto;
    margin-bottom: 1rem
}

@media (max-width:991.98px) {
    .x-ufa-compare-heading-new-section .-content-wrapper .-block-text-left .-logo-img {
        width: 120px
    }
}

.x-ufa-compare-heading-new-section .-content-wrapper .-block-text-left .-mobile-left-img {
    width: 100%;
    height: auto;
    -webkit-mask-image: linear-gradient(180deg, #000 50%, transparent)
}

@media (min-width:768px) {
    .x-ufa-compare-heading-new-section .-content-wrapper .-block-text-left .-mobile-left-img {
        display: none
    }
}

.x-ufa-compare-heading-new-section .-content-wrapper .-block-text-right {
    position: absolute;
    right: 2%;
    top: 8rem;
    z-index: 6;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left
}

@media (max-width:1199.98px) {
    .x-ufa-compare-heading-new-section .-content-wrapper .-block-text-right {
        right: 0
    }
}

@media (max-width:991.98px) {
    .x-ufa-compare-heading-new-section .-content-wrapper .-block-text-right {
        right: -3%;
        top: 8rem
    }
}

@media (max-width:767.98px) {
    .x-ufa-compare-heading-new-section .-content-wrapper .-block-text-right {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 3rem;
        width: 100%;
        text-align: center
    }
}

.x-ufa-compare-heading-new-section .-content-wrapper .-block-text-right .-mobile-right-img {
    margin: -2rem auto auto -6rem;
    width: calc(100% - 50px);
    height: auto;
    -webkit-mask-image: linear-gradient(90deg, #000 30%, transparent)
}

@media (min-width:768px) {
    .x-ufa-compare-heading-new-section .-content-wrapper .-block-text-right .-mobile-right-img {
        display: none
    }
}

.x-ufa-compare-heading-new-section .-content-wrapper .-text-title {
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 5px
}

@media (max-width:991.98px) {
    .x-ufa-compare-heading-new-section .-content-wrapper .-text-title {
        font-size: 1.125rem
    }
}

@media (max-width:767.98px) {
    .x-ufa-compare-heading-new-section .-content-wrapper .-text-title {
        font-size: 1.3rem;
        font-style: normal
    }
}

.x-ufa-compare-heading-new-section .-content-wrapper .-text {
    font-size: 1rem
}

@media (max-width:991.98px) {
    .x-ufa-compare-heading-new-section .-content-wrapper .-text {
        font-size: .875rem
    }
}

@media (max-width:767.98px) {
    .x-ufa-compare-heading-new-section .-content-wrapper .-text {
        font-style: normal
    }
}

.x-ufa-compare-heading-new-section .-football-white-img {
    position: absolute;
    bottom: 5rem;
    left: 1rem;
    width: 36vw;
    height: auto;
    opacity: .7
}

@media (max-width:1199.98px) {
    .x-ufa-compare-heading-new-section .-football-white-img {
        bottom: 0;
        left: calc(32vw - 22rem);
        width: 450px
    }
}

@media (max-width:991.98px) {
    .x-ufa-compare-heading-new-section .-football-white-img {
        left: calc(32vw - 16rem);
        width: 340px
    }
}

@media (max-width:767.98px) {
    .x-ufa-compare-heading-new-section .-football-white-img {
        display: none
    }
}

.x-ufa-compare-heading-new-section .-football-white-img.-mobile {
    display: none;
    left: 0;
    width: 100%;
    margin: auto auto -4rem;
    opacity: 1
}

@media (max-width:767.98px) {
    .x-ufa-compare-heading-new-section .-football-white-img.-mobile {
        display: block
    }
}

.x-ufa-compare-heading-new-section .-football-blue-img {
    position: absolute;
    right: 0;
    bottom: 5rem;
    width: 22vw;
    height: auto;
    opacity: .6
}

@media (max-width:1199.98px) {
    .x-ufa-compare-heading-new-section .-football-blue-img {
        right: calc(38vw - 31rem);
        bottom: 1rem;
        width: 270px;
        opacity: .5
    }
}

@media (max-width:991.98px) {
    .x-ufa-compare-heading-new-section .-football-blue-img {
        right: calc(26vw - 17rem);
        width: 200px
    }
}

@media (max-width:767.98px) {
    .x-ufa-compare-heading-new-section .-football-blue-img {
        display: none
    }
}

.x-ufa-compare-heading-new-section .-football-blue-img.-mobile {
    display: none;
    right: 0;
    width: 270px;
    margin: auto -2rem;
    opacity: 1
}

@media (max-width:767.98px) {
    .x-ufa-compare-heading-new-section .-football-blue-img.-mobile {
        display: block
    }
}

.x-ufa-compare-testimonial-section {
    padding: 4rem 0;
    text-align: center;
    background-size: cover;
    background-position: 50%
}

.x-ufa-compare-testimonial-section .-default-title {
    font-size: 2rem;
    font-weight: 600;
    color: transparent;
    background: linear-gradient(180deg, #e9db9c 0, #c79e68 70%, #aa775a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width:991.98px) {
    .x-ufa-compare-testimonial-section .-default-title {
        font-size: 1.25rem
    }
}

.x-ufa-compare-testimonial-section .-slide-wrapper {
    max-width: 1350px;
    margin: auto;
    padding: 4rem 0;
    overflow: hidden
}

@media (max-width:991.98px) {
    .x-ufa-compare-testimonial-section .-slide-wrapper {
        width: 100%
    }
}

.x-ufa-compare-testimonial-section .-slick-container .slick-track {
    display: flex
}

.x-ufa-compare-testimonial-section .-slick-container .slick-list {
    overflow: unset
}

.x-ufa-compare-testimonial-section .-slick-container .slick-slide {
    opacity: .5;
    transition: all .5s;
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

.x-ufa-compare-testimonial-section .-slick-container .slick-current {
    opacity: 1;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-filter: blur(0);
    filter: blur(0);
    z-index: 10
}

@media (max-width:767.98px) {
    .x-ufa-compare-testimonial-section .-slick-container .slick-current.-card {
        width: 500px
    }
}

.x-ufa-compare-testimonial-section .-slick-container .slick-dots {
    bottom: -60px
}

.x-ufa-compare-testimonial-section .-slick-container .-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 450px;
    min-height: 300px;
    padding: 1.5rem 2rem;
    background: linear-gradient(180deg, #3b3b3b, #141414);
    border-radius: 20px;
    text-align: left
}

@media (max-width:575.98px) {
    .x-ufa-compare-testimonial-section .-slick-container .-card {
        padding: 1.5rem 1rem
    }
}

.x-ufa-compare-testimonial-section .-slick-container .-card .-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #f5a900
}

@media (max-width:767.98px) {
    .x-ufa-compare-testimonial-section .-slick-container .-card .-title {
        font-size: 1.2rem
    }
}

.x-ufa-compare-testimonial-section .-slick-container .-card .-advice-text {
    font-size: 1rem;
    color: #fff
}

@media (max-width:767.98px) {
    .x-ufa-compare-testimonial-section .-slick-container .-card .-advice-text {
        font-size: .9rem
    }
}

.x-ufa-compare-testimonial-section .-slick-container .-card .-profile {
    display: flex;
    align-items: center;
    margin-top: auto
}

@media (max-width:575.98px) {
    .x-ufa-compare-testimonial-section .-slick-container .-card .-profile {
        align-items: flex-start
    }
}

.x-ufa-compare-testimonial-section .-slick-container .-card .-profile .-img {
    width: 70px
}

.x-ufa-compare-testimonial-section .-slick-container .-card .-profile .-content-wrapper {
    margin-left: 1rem
}

.x-ufa-compare-testimonial-section .-slick-container .-card .-profile .-content-wrapper .-name {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff
}

.x-ufa-compare-testimonial-section .-slick-container .-card .-profile .-content-wrapper .-status {
    margin: 0;
    font-size: .9rem;
    font-weight: 400
}

@media (max-width:767.98px) {
    .x-ufa-compare-testimonial-section .-slick-container .-card .-profile .-content-wrapper .-name {
        font-size: 1.1rem
    }

    .x-ufa-compare-testimonial-section .-slick-container .-card .-profile .-content-wrapper .-status {
        font-size: .9rem
    }
}

.x-ufa-instruction-content-container .nav-tabs {
    justify-content: center;
    padding: 10px 1rem;
    background: rgba(0, 0, 0, .8);
    border: none
}

.x-ufa-instruction-content-container .nav-tabs .nav-link {
    border: none
}

.x-ufa-instruction-content-container .tab-content {
    padding: 2rem 0
}

@media (max-width:991.98px) {
    .x-ufa-instruction-content-container .tab-content {
        padding: 1rem 1rem 2rem
    }
}

.x-ufa-instruction-content-container .nav-item {
    padding: 0 2rem;
    text-align: center
}

@media (max-width:991.98px) {
    .x-ufa-instruction-content-container .nav-item {
        width: 25%;
        padding: 0
    }
}

.x-ufa-instruction-content-container .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: .5rem 0;
    font-size: .875rem;
    text-decoration: none;
    color: #fafafa;
    background: transparent
}

@media (max-width:991.98px) {
    .x-ufa-instruction-content-container .nav-link {
        margin: auto
    }
}

.x-ufa-instruction-content-container .nav-link:focus {
    outline: none
}

.x-ufa-instruction-content-container .nav-link .-title {
    position: relative;
    margin-top: .75rem
}

.x-ufa-instruction-content-container .nav-link .-icon-wrapper {
    min-height: 35px;
    transition: scale .2s
}

.x-ufa-instruction-content-container .nav-link .-icon-wrapper img {
    width: 50px
}

.x-ufa-instruction-content-container .nav-link.active {
    color: #f22662
}

.x-ufa-instruction-content-container .nav-link:hover .-icon-wrapper {
    scale: 1.1
}

.x-ufa-instruction-content-container .-img-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end
}

.x-ufa-instruction-content-container .-img-container .-video {
    width: 90%
}

@media (max-width:991.98px) {
    .x-ufa-instruction-content-container .-img-container {
        justify-content: center
    }
}

.x-ufa-instruction-content-container .-detail-container {
    font-size: 1rem
}

@media (max-width:991.98px) {
    .x-ufa-instruction-content-container .-detail-container {
        font-size: .875rem
    }
}

.x-ufa-instruction-content-container .-detail-container .-inner-wrapper {
    padding: 0 1.5rem
}

.x-ufa-instruction-content-container .-detail-container img {
    width: 70px
}

@media (max-width:991.98px) {
    .x-ufa-instruction-content-container .-detail-container img {
        display: none
    }
}

.x-ufa-instruction-content-container .-detail-container .-text-title {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 600;
    background: linear-gradient(180deg, #fff, #e1edff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width:991.98px) {
    .x-ufa-instruction-content-container .-detail-container .-text-title {
        margin-top: 1rem;
        font-size: 1.25rem
    }
}

.x-ufa-instruction-content-container .-detail-container .-text-normal {
    margin-top: 1rem
}

.x-ufa-instruction-content-container .-detail-container .-highlight,
.x-ufa-rules-tab-container .-highlight {
    color: #f22662
}

.x-ufa-rules-tab-container .-outer-container {
    position: relative;
    padding: 2rem;
    background: #333;
    border: 2px solid #fde693;
    border-radius: 40px
}

@media (max-width:991.98px) {
    .x-ufa-rules-tab-container .-outer-container {
        border-radius: 30px
    }
}

@media (max-width:767.98px) {
    .x-ufa-rules-tab-container .-outer-container {
        padding: 1rem;
        border-radius: 10px
    }
}

.x-ufa-rules-tab-container .-outer-container:before {
    content: "";
    position: absolute;
    top: 3px;
    left: -2px;
    width: calc(100% + 4px);
    height: 100%;
    background: linear-gradient(180deg, transparent, #000 80%);
    border-radius: 40px
}

@media (max-width:991.98px) {
    .x-ufa-rules-tab-container .-outer-container:before {
        border-radius: 30px
    }
}

@media (max-width:767.98px) {
    .x-ufa-rules-tab-container .-outer-container:before {
        border-radius: 10px
    }
}

.x-ufa-rules-tab-container .-outer-container .-outer-tab-list {
    position: relative;
    justify-content: center;
    border-bottom: none
}

.x-ufa-rules-tab-container .-outer-container .-outer-tab-list .nav-item:first-child .nav-link {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px
}

.x-ufa-rules-tab-container .-outer-container .-outer-tab-list .nav-item:last-child .nav-link {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px
}

@media (max-width:767.98px) {
    .x-ufa-rules-tab-container .-outer-container .-outer-tab-list .nav-item {
        width: 25%
    }
}

.x-ufa-rules-tab-container .-outer-container .-outer-tab-list .nav-link {
    min-width: 150px;
    text-align: center;
    color: #fff;
    background: #000;
    border: 0;
    border-radius: 0;
    transition: all .3s
}

.x-ufa-rules-tab-container .-outer-container .-outer-tab-list .nav-link .-title {
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 600
}

.x-ufa-rules-tab-container .-outer-container .-outer-tab-list .nav-link.active {
    background: hsla(0, 0%, 100%, .25);
    color: #f22662
}

@media (min-width:992px) {
    .x-ufa-rules-tab-container .-outer-container .-outer-tab-list .nav-link:hover {
        background: hsla(0, 0%, 100%, .25);
        color: #f22662
    }
}

@media (max-width:991.98px) {
    .x-ufa-rules-tab-container .-outer-container .-outer-tab-list .nav-link {
        min-width: 140px
    }

    .x-ufa-rules-tab-container .-outer-container .-outer-tab-list .nav-link .-title {
        font-size: 1.125rem
    }
}

@media (max-width:767.98px) {
    .x-ufa-rules-tab-container .-outer-container .-outer-tab-list .nav-link {
        width: 100%;
        min-width: 0;
        border-radius: 0
    }
}

@media (max-width:575.98px) {
    .x-ufa-rules-tab-container .-outer-container .-outer-tab-list .nav-link {
        padding: .75rem .25rem;
        font-size: 1rem
    }

    .x-ufa-rules-tab-container .-outer-container .-outer-tab-list .nav-link .-title {
        font-size: .875rem
    }
}

.x-ufa-rules-tab-container .-outer-container .-outer-tab-content {
    position: relative;
    margin-top: 2rem
}

@media (max-width:767.98px) {
    .x-ufa-rules-tab-container .-outer-container .-outer-tab-content {
        margin-top: 1rem
    }
}

.x-lotto-tab-inner-container .-inner-tab-list {
    justify-content: center;
    border-bottom: 0
}

@media (max-width:767.98px) {
    .x-lotto-tab-inner-container .-inner-tab-list .nav-item {
        width: 33.33333%
    }
}

.x-lotto-tab-inner-container .-inner-tab-list .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 150px;
    min-height: 50px;
    padding: .5rem .25rem;
    text-align: center;
    color: #fff;
    background: #000;
    border: 0;
    border-radius: 0;
    transition: all .3s
}

.x-lotto-tab-inner-container .-inner-tab-list .nav-link .-title-inner {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400
}

@media (max-width:767.98px) {
    .x-lotto-tab-inner-container .-inner-tab-list .nav-link .-title-inner {
        font-size: .875rem
    }
}

.x-lotto-tab-inner-container .-inner-tab-list .nav-link.active {
    background: hsla(0, 0%, 100%, .25);
    color: #f22662
}

@media (min-width:992px) {
    .x-lotto-tab-inner-container .-inner-tab-list .nav-link:hover {
        background: hsla(0, 0%, 100%, .25);
        color: #f22662
    }
}

@media (max-width:767.98px) {
    .x-lotto-tab-inner-container .-inner-tab-list .nav-link {
        width: 100%;
        min-width: 0
    }
}

.x-lotto-tab-inner-container .-inner-tab-content {
    margin-top: 1rem;
    padding: 2rem;
    font-size: 1rem;
    color: #fcfcfc
}

@media (max-width:767.98px) {
    .x-lotto-tab-inner-container .-inner-tab-content {
        margin-top: 1rem;
        padding: 1rem;
        font-size: .875rem
    }
}

.x-lotto-tab-inner-container .-inner-tab-content .-highlight {
    color: #f2ab25
}

.x-ezs-status-game-section-wrapper {
    padding: 2rem 0
}

@media (max-width:767.98px) {
    .x-ezs-status-game-section-wrapper {
        padding: 1rem 0
    }
}

.x-ezs-status-game-section-wrapper .-status-game-container-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0
}

.x-ezs-status-game-section-wrapper .-status-game-container-wrapper .-status-list {
    display: flex;
    width: calc(33.33333% - 20px);
    margin: 1rem 0
}

.x-ezs-status-game-section-wrapper .-status-game-container-wrapper .-status-list .-status-img {
    min-width: 80px;
    width: 80px;
    margin: auto 10px auto 0
}

.x-ezs-status-game-section-wrapper .-status-game-container-wrapper .-status-list .-status-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1
}

.x-ezs-status-game-section-wrapper .-status-game-container-wrapper .-status-list .-status-content .-status-title {
    margin-bottom: .125rem;
    color: #472c59
}

.x-ezs-status-game-section-wrapper .-status-game-container-wrapper .-status-list .-status-content .-status-detail {
    font-weight: 300;
    color: #472c59
}

@media (max-width:991.98px) {
    .x-ezs-status-game-section-wrapper .-status-game-container-wrapper .-status-list {
        width: 50%;
        margin: 10px 0
    }

    .x-ezs-status-game-section-wrapper .-status-game-container-wrapper .-status-list .-status-content .-status-title {
        margin-bottom: .25rem;
        font-size: 1rem
    }

    .x-ezs-status-game-section-wrapper .-status-game-container-wrapper .-status-list .-status-content .-status-description {
        font-size: .875rem
    }
}

@media (max-width:767.98px) {
    .x-ezs-status-game-section-wrapper .-status-game-container-wrapper .-status-list .-status-content {
        padding-right: 10px
    }
}

.x-ezs-provider-list {
    margin-top: 0;
    padding: .5rem 0;
    background: hsla(0, 0%, 100%, 0)
}

@media (min-width:768px) and (max-width:991.98px) {
    .x-ezs-provider-list {
        margin-top: 0
    }
}

.x-ezs-provider-list.-gray-theme {
    background: #f0f0f0
}

.x-ezs-provider-list.-gray-theme .-providers-logo-inner .-logo {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.x-ezs-provider-list .-slider-wrapper .-slick-item {
    width: 160px
}

.x-ezs-provider-list .-slider-wrapper .-slick-item .-logo {
    max-width: 80%;
    height: auto;
    margin: auto;
    width: 100px
}

@media (max-width:1199.98px) {
    .x-ezs-provider-list .-slider-wrapper .-slick-item {
        width: 140px
    }
}

.x-ezs-provider-list .-slider-wrapper.-reverse {
    margin-top: 1rem;
    rotate: 180deg
}

.x-ezs-provider-list .-slider-wrapper.-reverse .-slick-item .-logo {
    rotate: 180deg
}

.x-ezs-provider-list .-providers-logo-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.x-ezs-provider-list .-providers-logo-inner .-logo {
    margin: .75rem 0;
    padding: 0 .75rem;
    width: 100px
}

@media (max-width:1199.98px) {
    .x-ezs-provider-list .-providers-logo-inner .-logo {
        width: 120px
    }
}

@media (max-width:375px) {
    .x-ezs-provider-list .-providers-logo-inner .-logo {
        width: 100px
    }
}

@media (max-width:350px) {
    .x-ezs-provider-list .-providers-logo-inner .-logo {
        width: 90px
    }
}

.x-ezc-content-box-column-list-container .-title-bottom {
    display: flex;
    flex-direction: column-reverse
}

.x-ezc-content-box-column-list-container .-title-bottom .-content-wrapper {
    margin-top: 0;
    margin-bottom: 1rem
}

.x-ezc-content-box-column-list-container .-heading-title {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    color: #fcfcfc
}

@media (max-width:991.98px) {
    .x-ezc-content-box-column-list-container .-heading-title {
        font-size: 1.25rem
    }
}

@media (max-width:767.98px) {
    .x-ezc-content-box-column-list-container .-heading-title {
        font-size: 1.125rem
    }
}

.x-ezc-content-box-column-list-container .-content-wrapper {
    margin-top: 1rem
}

.x-ezc-content-box-column-list-container .-content-wrapper .-article-list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 2rem;
    background: #222;
    border-radius: 10px;
    border: none
}

@media (max-width:1199.98px) {
    .x-ezc-content-box-column-list-container .-content-wrapper .-article-list {
        padding: 1.5rem 1rem
    }
}

@media (max-width:991.98px) {
    .x-ezc-content-box-column-list-container .-content-wrapper .-article-list {
        flex-direction: column;
        align-items: center
    }
}

.x-ezc-content-box-column-list-container .-content-wrapper .-article-item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 33.33333%
}

@media (max-width:991.98px) {
    .x-ezc-content-box-column-list-container .-content-wrapper .-article-item {
        width: 240px;
        justify-content: flex-start
    }

    .x-ezc-content-box-column-list-container .-content-wrapper .-article-item:not(:first-child) {
        margin-top: 1rem
    }
}

.x-ezc-content-box-column-list-container .-content-wrapper .-article-item .-ic {
    width: 90px;
    height: auto
}

@media (max-width:1199.98px) {
    .x-ezc-content-box-column-list-container .-content-wrapper .-article-item .-ic {
        width: 70px
    }
}

@media (max-width:991.98px) {
    .x-ezc-content-box-column-list-container .-content-wrapper .-article-item .-ic {
        width: 50px
    }
}

.x-ezc-content-box-column-list-container .-content-wrapper .-article-item .-content {
    flex: 1;
    margin-left: 1rem
}

@media (min-width:768px) and (max-width:1199.98px) {
    .x-ezc-content-box-column-list-container .-content-wrapper .-article-item .-content {
        margin-left: 10px
    }
}

.x-ezc-content-box-column-list-container .-content-wrapper .-article-item .-content .-title {
    margin-bottom: .25rem;
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--bg-gold);
    ;
    text-shadow: none
}

@media (max-width:1199.98px) {
    .x-ezc-content-box-column-list-container .-content-wrapper .-article-item .-content .-title {
        font-size: 1rem
    }
}

.x-ezc-content-box-column-list-container .-content-wrapper .-article-item .-content .-description {
    margin-bottom: 0;
    font-weight: 300;
    color: #fcfcfc
}

@media (max-width:1199.98px) {
    .x-ezc-content-box-column-list-container .-content-wrapper .-article-item .-content .-description {
        font-size: .875rem
    }
}

.x-ezc-content-provider-column-container {
    padding: 2rem 0
}

.x-ezc-content-provider-column-container .-title {
    font-size: 1.5rem;
    color: #fd3386
}

@media (max-width:767.98px) {
    .x-ezc-content-provider-column-container .-title {
        font-size: 1rem
    }
}

.x-ezc-content-provider-column-container .-description {
    color: #fcfcfc
}

@media (max-width:767.98px) {
    .x-ezc-content-provider-column-container .-description {
        font-size: .875rem
    }
}

.x-ezc-content-provider-column-container .-row-wrapper {
    margin-top: 1rem
}

.x-ezc-content-provider-column-container .-row-wrapper img {
    margin-bottom: 2rem
}

@media (max-width:767.98px) {
    .x-ezc-content-provider-column-container .-row-wrapper img {
        margin-bottom: 1rem
    }
}

.x-ezc-content-provider-column-container .-article-title {
    font-size: 1.5rem;
    color: #fd3386
}

@media (max-width:767.98px) {
    .x-ezc-content-provider-column-container .-article-title {
        font-size: 1rem
    }
}

.x-ezc-content-provider-column-container .-article-description {
    color: #fcfcfc
}

@media (max-width:767.98px) {
    .x-ezc-content-provider-column-container .-article-description {
        font-size: .875rem
    }
}

.x-text-lists-component.-half-content {
    margin-left: 10px
}

.x-text-lists-component.-full-content .navbar-nav {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 1.5rem 1rem
}

@media (max-width:575.98px) {
    .x-text-lists-component.-full-content .navbar-nav {
        margin: 1rem .75rem
    }
}

.x-text-lists-component.-full-content .navbar-nav .nav-item {
    width: 50%
}

@media (max-width:991.98px) {
    .x-text-lists-component.-full-content .navbar-nav .nav-item {
        width: 100%
    }
}

.x-text-lists-component .navbar-nav .nav-item {
    display: flex;
    align-items: flex-start;
    margin-top: 1rem
}

@media (max-width:767.98px) {
    .x-text-lists-component .navbar-nav .nav-item {
        justify-content: flex-start
    }
}

.x-text-lists-component .navbar-nav .nav-item .-icon-img {
    width: 34px;
    height: auto
}

.x-text-lists-component .navbar-nav .nav-item .-text {
    color: #d2d2d2;
    margin-left: 10px;
    font-size: 1.125rem
}

@media (max-width:991.98px) {
    .x-text-lists-component .navbar-nav .nav-item {
        justify-content: center
    }
}

@media (max-width:767.98px) {
    .x-text-lists-component .navbar-nav .nav-item .-icon-img {
        width: 30px
    }

    .x-text-lists-component .navbar-nav .nav-item .-text {
        font-size: 1rem;
        text-align: left
    }
}

@media (max-width:575.98px) {
    .x-text-lists-component .navbar-nav .nav-item {
        justify-content: flex-start
    }

    .x-text-lists-component .navbar-nav .nav-item .-text {
        font-size: .875rem;
        text-align: left
    }
}

.x-text-lists-component .-text.-highlight,
.x-text-lists-component .-text .-highlight {
    color: #f22662
}

.x-ufa-lobby-logo-component.-half-content {
    margin-top: 2rem
}

@media (max-width:767.98px) {
    .x-ufa-lobby-logo-component.-half-content {
        margin-top: 1rem
    }
}

.x-ufa-lobby-logo-component.-half-content .navbar-nav {
    flex-direction: row;
    flex-wrap: wrap
}

@media (max-width:991.98px) {
    .x-ufa-lobby-logo-component.-half-content .navbar-nav {
        margin-top: 2rem
    }
}

.x-ufa-lobby-logo-component.-half-content .navbar-nav .nav-item {
    width: 20%;
    padding: 0 10px;
    margin-bottom: 1rem
}

.x-ufa-lobby-logo-component.-half-content .navbar-nav .nav-item .-casino-logo {
    width: 100%;
    height: auto;
    transition: all .2s
}

.x-ufa-lobby-logo-component.-half-content .navbar-nav .nav-item .-text-title {
    font-size: .875rem;
    color: #d2d2d2;
    text-align: center;
    margin-top: .5rem
}

@media (min-width:992px) {
    .x-ufa-lobby-logo-component.-half-content .navbar-nav .nav-item:hover .-casino-logo {
        -webkit-transform: scale(1.125);
        transform: scale(1.125)
    }
}

@media (max-width:991.98px) {
    .x-ufa-lobby-logo-component.-half-content .navbar-nav {
        flex-wrap: wrap;
        justify-content: center
    }

    .x-ufa-lobby-logo-component.-half-content .navbar-nav .nav-item {
        width: 16.66667%
    }
}

@media (max-width:767.98px) {
    .x-ufa-lobby-logo-component.-half-content .navbar-nav .nav-item {
        width: 25%
    }
}

@media (max-width:575.98px) {
    .x-ufa-lobby-logo-component.-half-content .navbar-nav .nav-item {
        width: 33.33333%
    }
}

.x-ufa-lobby-logo-component.-full-content .navbar-nav {
    flex-direction: row;
    flex-wrap: wrap
}

@media (max-width:991.98px) {
    .x-ufa-lobby-logo-component.-full-content .navbar-nav {
        margin-top: 2rem
    }
}

.x-ufa-lobby-logo-component.-full-content .navbar-nav .nav-item {
    width: 10%;
    padding: 0 10px;
    margin-bottom: .5rem
}

.x-ufa-lobby-logo-component.-full-content .navbar-nav .nav-item .-casino-logo {
    width: 100%;
    height: auto;
    transition: all .2s
}

.x-ufa-lobby-logo-component.-full-content .navbar-nav .nav-item .-text-title {
    font-size: .875rem;
    color: #d2d2d2;
    text-align: center;
    margin-top: .5rem
}

@media (min-width:992px) {
    .x-ufa-lobby-logo-component.-full-content .navbar-nav .nav-item:hover .-casino-logo {
        -webkit-transform: scale(1.125);
        transform: scale(1.125)
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .x-ufa-lobby-logo-component.-full-content {
        text-align: center
    }
}

@media (max-width:991.98px) {
    .x-ufa-lobby-logo-component.-full-content .navbar-nav {
        flex-wrap: wrap;
        justify-content: center
    }

    .x-ufa-lobby-logo-component.-full-content .navbar-nav .nav-item {
        width: 16.66667%
    }
}

@media (max-width:767.98px) {
    .x-ufa-lobby-logo-component.-full-content .navbar-nav .nav-item {
        width: 25%
    }
}

@media (max-width:575.98px) {
    .x-ufa-lobby-logo-component.-full-content .navbar-nav .nav-item {
        width: 33.33333%
    }
}

.x-content-full-banner {
    position: relative
}

.x-content-full-banner:after,
.x-content-full-banner:before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgba(156, 103, 39, 0), #614c2a 32%, #d0bb82 49%, #614c2a 65%, rgba(253, 246, 174, 0));
    width: 100%;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.x-game-list-item-macro-in-share {
    position: relative
}

.x-game-list-item-macro-in-share.-cannot-entry:not(.-use-promotion-alert) .-btn-play {
    cursor: none;
    pointer-events: none
}

.x-game-list-item-macro-in-share.-cannot-entry:not(.-use-promotion-alert):not(.-untestable):hover .-inner-wrapper .-overlay,
.x-game-list-item-macro-in-share.-cannot-entry:not(.-use-promotion-alert):not(.-untestable):hover .-inner-wrapper .-overlay .-btn-play {
    display: none
}

.x-game-list-item-macro-in-share.-cannot-entry:not(.-use-promotion-alert).x-covid-19 .-inner-wrapper:before {
    content: unset
}

.x-game-list-item-macro-in-share.-cannot-entry:not(.-use-promotion-alert) .-inner-wrapper:before {
    content: "ไม่เข้าร่วมโปรโมชั่น";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px 5px;
    color: #fff
}

@media (max-width:575.98px) {
    .x-game-list-item-macro-in-share.-cannot-entry:not(.-use-promotion-alert) .-inner-wrapper:before {
        font-size: .875rem
    }
}

.x-game-list-item-macro-in-share.-cannot-entry:not(.-use-promotion-alert).-ma .-inner-wrapper:before {
    content: "ปิดปรับปรุง"
}

.x-game-list-item-macro-in-share.-cannot-entry:not(.-use-promotion-alert).-untestable .-inner-wrapper:before {
    display: none
}

.x-game-list-item-macro-in-share.-cannot-entry:not(.-use-promotion-alert).-untestable .-btn-play {
    cursor: pointer;
    pointer-events: auto
}

.x-game-list-item-macro-in-share.-cannot-entry:not(.-use-promotion-alert).-coming-soon .-inner-wrapper:before {
    content: "Coming Soon"
}

.x-game-list-item-macro-in-share.-normal .-inner-wrapper .-overlay .-overlay-inner {
    top: 50%
}

.x-game-list-item-macro-in-share.-big .-inner-wrapper .-overlay .-overlay-inner {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.x-game-list-item-macro-in-share.-lobby-v2-border .-inner-wrapper {
    position: relative;
    padding: 0;
    border-radius: 15px;
    border: 2px solid transparent;
    background-image: linear-gradient(180deg, #fff 60%, rgba(0, 0, 0, .1) 90%), linear-gradient(180deg, #bababa, rgba(0, 0, 0, .1) 80%);
    background-origin: border-box;
    background-clip: content-box, border-box
}

.x-game-list-item-macro-in-share.-lobby-v2-border .-inner-wrapper .-cover-img,
.x-game-list-item-macro-in-share.-lobby-v2-border .-inner-wrapper .-overlay {
    border-radius: 14px
}

.x-game-list-item-macro-in-share .-inner-wrapper {
    position: relative;
    padding: 0
}

.x-game-list-item-macro-in-share .-inner-wrapper .-cover-img {
    width: 100%;
    -webkit-filter: none;
    filter: none;
    border-radius: 10px
}

.x-game-list-item-macro-in-share .-inner-wrapper .-cover-video {
    display: block
}

.x-game-list-item-macro-in-share .-inner-wrapper .-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, .5);
    transition: all .2s;
    border-radius: 10px
}

.x-game-list-item-macro-in-share .-inner-wrapper .-overlay .-overlay-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 150px;
    padding: 10px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .2s;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:1199.98px) {
    .x-game-list-item-macro-in-share .-inner-wrapper .-overlay .-overlay-inner {
        min-width: 120px
    }
}

@media (max-width:575.98px) {
    .x-game-list-item-macro-in-share .-inner-wrapper .-overlay .-overlay-inner {
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
        padding: 8px
    }
}

@media (max-width:350px) {
    .x-game-list-item-macro-in-share .-inner-wrapper .-overlay .-overlay-inner {
        padding: 4px
    }
}

.x-game-list-item-macro-in-share .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container {
    display: flex;
    flex-direction: column;
    margin: auto
}

.x-game-list-item-macro-in-share .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn {
    padding: 10px;
    min-width: 120px;
    text-align: center;
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    transition: all .4s;
    border-radius: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:1199.98px) {
    .x-game-list-item-macro-in-share .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn {
        min-width: 100px
    }
}

@media (max-width:575.98px) {
    .x-game-list-item-macro-in-share .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn {
        min-width: 80px;
        padding: 8px
    }
}

@media (max-width:375px) {
    .x-game-list-item-macro-in-share .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn {
        padding: 6px
    }
}

.x-game-list-item-macro-in-share .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn .-text-btn,
.x-game-list-item-macro-in-share .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn .fas {
    position: relative;
    z-index: 2
}

.x-game-list-item-macro-in-share .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn .fas {
    top: 1px;
    margin-right: 8px;
    font-size: 12px;
    -webkit-filter: none;
    filter: none
}

.x-game-list-item-macro-in-share .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play {
    position: relative;
    color: var(--bg-gold);
    ;
    background: #fff;
    overflow: hidden;
    font-weight: 500;
    font-size: .875rem;
    text-shadow: none
}

@media (min-width:768px) and (max-width:991.98px) {
    .x-game-list-item-macro-in-share .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play {
        padding: 10px;
        font-size: .75rem;
        border-radius: 10px
    }
}

@media (max-width:575.98px) {
    .x-game-list-item-macro-in-share .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play {
        padding: 10px;
        font-size: .75rem;
        border-radius: 10px
    }
}

.x-game-list-item-macro-in-share .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play:hover {
    text-decoration: none;
    color: var(--bg-gold);
    ;
    background: #ececec;
    transition: all .4s
}

.x-game-list-item-macro-in-share .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play:hover:before {
    opacity: 0
}

.x-game-list-item-macro-in-share .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play:hover:after {
    opacity: 1
}

@media (max-width:575.98px) {
    .x-game-list-item-macro-in-share .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play .fas {
        top: 0;
        font-size: 10px
    }
}

.x-game-list-item-macro-in-share .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-demo {
    margin-top: .75rem;
    color: #fcfcfc;
    background: rgba(0, 0, 0, .7);
    border: 1px solid #b5b5b5;
    box-sizing: border-box;
    font-size: .875rem;
    font-weight: 500;
    text-shadow: none
}

@media (min-width:768px) and (max-width:991.98px) {
    .x-game-list-item-macro-in-share .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-demo {
        margin-top: .75rem;
        padding: 10px;
        font-size: .75rem;
        border-radius: 10px
    }
}

@media (max-width:575.98px) {
    .x-game-list-item-macro-in-share .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-demo {
        margin-top: .75rem;
        padding: 10px;
        font-size: .75rem;
        border-radius: 10px
    }
}

.x-game-list-item-macro-in-share .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-demo:hover {
    background: rgba(19, 19, 19, .7);
    text-decoration: none
}

.x-game-list-item-macro-in-share .-title {
    color: #fcfcfc;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: .5rem;
    margin-bottom: 0;
    padding: 0 4px;
    background: transparent;
    border-radius: 0
}

@media (max-width:767.98px) {
    .x-game-list-item-macro-in-share .-title {
        margin-top: .5rem;
        font-size: .875rem
    }
}

@media (max-width:575.98px) {
    .x-game-list-item-macro-in-share .-title {
        margin-top: .3rem
    }
}

@media (min-width:992px) {
    .x-game-list-item-macro-in-share:hover .-inner-wrapper .-overlay {
        z-index: 2;
        opacity: 1;
        visibility: visible
    }

    .x-game-list-item-macro-in-share:hover .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.x-game-list-item-macro-in-share.-toggled .-inner-wrapper .-overlay {
    z-index: 2;
    opacity: 1;
    visibility: visible
}

.x-game-list-item-macro-in-share.-toggled .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.x-game-list-heading-macro-in-share.-best .-inner-wrapper .-overlay {
    background: linear-gradient(180deg, #dc202e, #b41b1f)
}

.x-game-list-heading-macro-in-share.-live-casino .-inner-wrapper .-overlay,
.x-game-list-heading-macro-in-share.-new .-inner-wrapper .-overlay,
.x-game-list-heading-macro-in-share.-slot .-inner-wrapper .-overlay,
.x-game-list-heading-macro-in-share.-sport .-inner-wrapper .-overlay {
    background: linear-gradient(180deg, #91f27f, #00b302)
}

.x-game-list-heading-macro-in-share.-recently .-inner-wrapper .-overlay {
    background: linear-gradient(rgba(191, 0, 29, .9), rgba(245, 40, 103, .9))
}

.x-game-list-heading-macro-in-share .-inner-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.x-game-list-heading-macro-in-share .-inner-wrapper .-cover-img {
    width: 100%
}

.x-game-list-heading-macro-in-share .-inner-wrapper .-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: url(/build/images/recently-game-bg.f0f44484.png) 50%/cover
}

.x-game-list-heading-macro-in-share .-inner-wrapper .-overlay .-length,
.x-game-list-heading-macro-in-share .-inner-wrapper .-overlay .-title {
    color: #fafafa;
    font-size: 1.25rem;
    text-align: center
}

.x-game-list-heading-macro-in-share .-inner-wrapper .-overlay .-seemore-btn {
    color: #fafafa;
    text-decoration: underline;
    transition: all .2s
}

@media (min-width:992px) {
    .x-game-list-heading-macro-in-share .-inner-wrapper .-overlay .-seemore-btn:hover {
        color: #fafafa;
        text-shadow: none
    }
}

.x-game-badge-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 70px;
    height: 70px;
    overflow: hidden
}

.x-game-badge-image .-img,
.x-game-badge-image:before {
    position: absolute;
    top: 32%;
    left: 32%
}

.x-game-badge-image .-img {
    z-index: 1;
    width: 18px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.x-game-badge-image:before {
    content: "";
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 110px;
    height: 28px;
    background: rgba(0, 0, 0, .4)
}

.x-game-badge-image.-normal .-img {
    width: 14px
}

.x-game-badge-image.-normal:before {
    height: 24px
}

.x-game-badge-component {
    top: 12px;
    right: 12px;
    padding: 0 12px;
    border-radius: 5px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.x-game-badge-component span {
    position: relative
}

.x-game-badge-component.-hot,
.x-game-badge-component.-new,
.x-game-badge-component.-popular {
    color: #f3f3f3
}

.x-game-badge-component.-normal {
    padding: 2px 6px
}

.x-game-badge-component.-animate {
    top: 5px;
    right: 0
}

@media (max-width:575.98px) {
    .x-game-badge-component.-animate {
        top: 1px;
        right: -2px
    }
}

.x-game-badge-component.-animate .-img-badge {
    width: 70px
}

@media (max-width:767.98px) {
    .x-game-badge-component.-animate .-img-badge {
        width: 50px
    }
}

@media (max-width:575.98px) {
    .x-game-badge-component.-animate .-img-badge {
        width: 35px
    }
}

@media (max-width:991.98px) {
    .x-game-badge-component {
        top: unset;
        bottom: 8px;
        right: 8px;
        padding: 2px 6px;
        font-size: 1rem
    }

    .x-game-badge-component span {
        top: 0
    }
}

@media (max-width:767.98px) {
    .x-game-badge-component {
        right: 10px;
        font-size: .875rem
    }
}

.x-loading.-branding {
    padding: 2rem 0;
    text-align: center
}

.x-loading.-branding .-logo {
    width: 160px
}

.x-loading.-branding .-ic {
    font-size: 1.5rem
}

.x-game-video-component {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 3;
    transition: all .2s
}

@media (max-width:991.98px) {
    .x-game-video-component {
        bottom: 6px;
        right: 6px;
        top: unset;
        left: unset
    }
}

.x-game-video-component .-video-btn {
    position: relative;
    right: 0;
    display: flex;
    align-items: center;
    transition: all .2s;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    background: linear-gradient(180deg, #91f27f, #00b302);
    border: none;
    justify-content: center
}

.x-game-video-component .-video-btn:focus {
    outline: none
}

@media (max-width:991.98px) {
    .x-game-video-component .-video-btn {
        width: 30px;
        height: 30px
    }
}

.x-game-video-component .-video-btn .-ic-video-example {
    width: 20px
}

@media (max-width:991.98px) {
    .x-game-video-component .-video-btn .-ic-video-example {
        width: 18px
    }
}

.x-game-video-component .-content-wrapper {
    position: absolute;
    top: 50%;
    right: 26px;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

@media (max-width:991.98px) {
    .x-game-video-component .-content-wrapper {
        display: none
    }
}

.x-game-video-component .-content-wrapper .-content-inside {
    position: relative;
    right: -100%;
    width: 90px;
    font-size: .8rem;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    transition: all .2s;
    margin-left: -6px;
    padding: .35rem 1rem;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

@media (min-width:992px) {
    .x-game-video-component:hover .-content-inside {
        right: -7px
    }
}

.x-deposit-qr-payment-container .-qr-payment {
    width: 65%
}

@media (max-width:575.98px) {
    .x-deposit-qr-payment-container .-qr-payment {
        width: 80%
    }
}

.x-zean-notify-entrance {
    margin-bottom: .5rem;
    margin-right: 8px
}

.x-zean-notify-entrance .-ic {
    width: 70px;
    height: auto;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.x-zean-notify-entrance .-link-wrapper:hover .-ic {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.x-daily-check-in-entry {
    padding: 2rem 1rem
}

@media (max-width:767.98px) {
    .x-daily-check-in-entry {
        padding: 1rem
    }
}

.x-daily-check-in-entry .-inner-container {
    max-width: 750px;
    margin: auto
}

.x-daily-check-in-entry .-main-content-wrapper,
.x-daily-check-in-entry .-main-content-wrapper>:not(:first-child) {
    margin-top: 1rem
}

.x-daily-check-in-card {
    padding: 1rem;
    background: #1c1c1c;
    border-radius: .5rem
}

.x-daily-check-in-card:not(:first-child) {
    margin-top: 1rem
}

.x-daily-check-in-card .-heading-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.x-daily-check-in-card .-heading-wrapper .-col-left {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #fafafa
}

.x-daily-check-in-card .-heading-wrapper .fas {
    font-size: 1.25rem
}

.x-daily-check-in-card .-content-wrapper {
    position: relative
}

.x-daily-check-in-card .-card-title {
    margin-bottom: 0;
    font-size: 1.5rem;
    color: #fafafa
}

@media (max-width:767.98px) {
    .x-daily-check-in-card .-card-title {
        font-size: 1.125rem
    }
}

.x-daily-check-in-card .-card-sub-title {
    margin-bottom: 0;
    font-size: 1rem;
    color: #a5a5a5
}

@media (max-width:767.98px) {
    .x-daily-check-in-card .-card-sub-title {
        font-size: .875rem
    }
}

.x-check-in-date-counter {
    display: flex;
    align-items: center;
    gap: .375rem
}

.x-check-in-date-counter .-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 44px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #b6b6b6;
    background: #2f2f2f;
    border-radius: .375rem
}

@media (max-width:767.98px) {
    .x-check-in-date-counter .-box {
        height: 35px;
        font-size: 1rem
    }
}

.x-check-in-date-counter span {
    font-size: 1.125rem;
    color: #c5c5c5
}

@media (max-width:767.98px) {
    .x-check-in-date-counter span {
        font-size: 1rem
    }
}

.x-check-in-checked-box-list {
    flex-wrap: nowrap;
    gap: .75rem;
    padding-top: 2.25rem
}

@media (max-width:767.98px) {
    .x-check-in-checked-box-list {
        gap: .5rem;
        padding-top: 1.25rem
    }
}

.x-check-in-checked-box-list .-nav-item {
    width: 14.28571%
}

.x-check-in-checked-box-list .-nav-item.-is-passed {
    -webkit-filter: brightness(.5);
    filter: brightness(.5)
}

.x-check-in-checked-box-list .-nav-item.-is-passed .-bottom-wrapper {
    color: #262626
}

.x-check-in-checked-box-list .-nav-item.-can-apply .-bottom-wrapper {
    background: linear-gradient(294deg, #f52 35%, #fa9a30 86%)
}

.x-check-in-checked-box-list .-nav-link {
    width: 100%;
    padding: 0;
    color: #fcfcfc;
    transition: all .2s
}

.x-check-in-checked-box-list .-nav-link:not([disabled]):hover {
    -webkit-filter: saturate(1.75);
    filter: saturate(1.75)
}

.x-check-in-checked-box-list .-ic {
    width: 50%
}

@media (max-width:767.98px) {
    .x-check-in-checked-box-list .-ic {
        width: 60%
    }
}

@media (max-width:575.98px) {
    .x-check-in-checked-box-list .-ic {
        width: 70%
    }
}

.x-check-in-checked-box-list .-top-wrapper {
    border: 2px solid #f22662;
    border-radius: 1rem 1rem 0 0;
    text-align: center
}

@media (max-width:767.98px) {
    .x-check-in-checked-box-list .-top-wrapper {
        border-radius: .625rem .625rem 0 0
    }
}

@media (max-width:575.98px) {
    .x-check-in-checked-box-list .-top-wrapper {
        border-radius: .375rem .375rem 0 0
    }
}

.x-check-in-checked-box-list .-top-wrapper .-ic-wrapper {
    margin-top: -15%
}

.x-check-in-checked-box-list .-top-wrapper .-text-point {
    display: block;
    margin-top: .75rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 1.5rem;
    color: #f22662
}

@media (max-width:767.98px) {
    .x-check-in-checked-box-list .-top-wrapper .-text-point {
        margin-top: .5rem;
        margin-bottom: .75rem;
        font-size: 1.25rem
    }
}

@media (max-width:575.98px) {
    .x-check-in-checked-box-list .-top-wrapper .-text-point {
        margin-top: .25rem;
        margin-bottom: .5rem;
        font-size: 4vw
    }
}

.x-check-in-checked-box-list .-bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    font-size: .9375rem;
    background: #f22662;
    border-radius: 0 0 1rem 1rem;
    color: #fff
}

@media (max-width:767.98px) {
    .x-check-in-checked-box-list .-bottom-wrapper {
        min-height: 26px;
        font-size: .875rem;
        border-radius: 0 0 .625rem .625rem
    }
}

@media (max-width:575.98px) {
    .x-check-in-checked-box-list .-bottom-wrapper {
        min-height: 21px;
        font-size: .75rem;
        border-radius: 0 0 .375rem .375rem
    }
}

.x-check-in-collect {
    position: relative
}

.x-check-in-collect-container {
    overflow-y: hidden;
    overflow-x: auto
}

.x-check-in-collect-box-list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
    margin-top: 2rem;
    padding-left: 20%
}

@media (max-width:575.98px) {
    .x-check-in-collect-box-list {
        margin-top: 1rem
    }
}

.x-check-in-collect-box-list-item {
    min-width: 25%
}

.x-check-in-collect-box-list-item .-btn-apply {
    text-decoration: none
}

.x-check-in-collect-box-list-item .-reward-detail {
    position: absolute;
    bottom: 2px;
    left: 50%;
    z-index: 1;
    translate: -50% 0;
    line-height: 1.3;
    color: #fafafa
}

@media (max-width:575.98px) {
    .x-check-in-collect-box-list-item .-reward-detail {
        bottom: 0;
        line-height: 1.2
    }
}

.x-check-in-collect-box-list-item .-reward-detail .-label {
    font-size: .75rem;
    font-weight: 300
}

@media (max-width:575.98px) {
    .x-check-in-collect-box-list-item .-reward-detail .-label {
        font-size: .625rem
    }
}

.x-check-in-collect-box-list-item .-reward-detail .-value {
    font-size: 1rem;
    font-weight: 600
}

@media (max-width:575.98px) {
    .x-check-in-collect-box-list-item .-reward-detail .-value {
        font-size: .875rem
    }
}

.x-check-in-collect-box-list-item .-ic-wrapper {
    position: relative;
    text-align: center;
    transition: all .2s
}

.x-check-in-collect-box-list-item .-ic {
    position: relative;
    z-index: 1;
    width: 65%
}

@media (max-width:575.98px) {
    .x-check-in-collect-box-list-item .-ic {
        width: 80%
    }
}

.x-check-in-collect-box-list-item .-ic-effect {
    position: absolute;
    top: -15%;
    left: 50%;
    width: 75%;
    max-width: unset;
    translate: -50% 0;
    -webkit-animation: x-wheel-reward-spin 6s linear infinite;
    animation: x-wheel-reward-spin 6s linear infinite
}

.x-check-in-collect-box-list-item .-pointer-wrapper {
    margin: 1.25rem 0 1rem;
    text-align: center
}

@media (max-width:575.98px) {
    .x-check-in-collect-box-list-item .-pointer-wrapper {
        margin: 1rem 0 .5rem
    }
}

.x-check-in-collect-box-list-item .-pointer-wrapper .-pointer {
    position: relative;
    width: 30px;
    height: auto;
    aspect-ratio: 1;
    margin: auto;
    border-radius: 9999px;
    background: #3c3c3c;
    border: 2px solid #2f2f2f
}

@media (max-width:575.98px) {
    .x-check-in-collect-box-list-item .-pointer-wrapper .-pointer {
        width: 20px
    }
}

.x-check-in-collect-box-list-item .-pointer-wrapper .fas {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -40%;
    font-size: .75rem
}

.x-check-in-collect-box-list-item .-label-wrapper {
    text-align: center;
    color: #a5a5a5
}

@media (max-width:575.98px) {
    .x-check-in-collect-box-list-item .-label-wrapper {
        font-size: .875rem
    }
}

.x-check-in-collect-box-list-item.-applied .-label-wrapper {
    color: #5a5a5a
}

.x-check-in-collect-box-list-item.-applied .-pointer-wrapper .-pointer {
    background: #f22662;
    border: 2px solid #1c1c1c
}

.x-check-in-collect-box-list-item.-applied .-reward-detail {
    bottom: 16px
}

@media (max-width:575.98px) {
    .x-check-in-collect-box-list-item.-applied .-reward-detail {
        bottom: 10px
    }
}

.x-check-in-collect-box-list-item.-applied .-reward-detail .-value {
    font-size: 1.125rem
}

.x-check-in-collect-box-list-item.-can-apply:hover .-ic-wrapper {
    -webkit-filter: drop-shadow(0 0 6px rgba(242, 38, 98, .75));
    filter: drop-shadow(0 0 6px rgba(242, 38, 98, .75))
}

.x-check-in-collect-box-list-item.-can-apply .-ic-wrapper {
    -webkit-animation: x-animate-heartbeat 1.5s ease-in-out infinite both;
    animation: x-animate-heartbeat 1.5s ease-in-out infinite both
}

.x-check-in-collect-box-list-item.-can-apply .-pointer-wrapper .-pointer {
    background: linear-gradient(294.79deg, #f52, #fa9a30, #f52, #fa9a30);
    background-size: 400% 400%;
    border: 2px solid #1c1c1c;
    -webkit-animation: x-animate-move-gradient-bg 1s linear infinite;
    animation: x-animate-move-gradient-bg 1s linear infinite
}

.x-check-in-collect-box-list-item.-opening .-ic-wrapper {
    -webkit-animation: x-gift-checkpoint-opening 1s ease-out 3 both !important;
    animation: x-gift-checkpoint-opening 1s ease-out 3 both !important
}

.x-check-in-collect-box-list-item.-opened .-ic-wrapper {
    -webkit-animation: x-gift-checkpoint-opened 1s ease-out 1 both !important;
    animation: x-gift-checkpoint-opened 1s ease-out 1 both !important
}

.x-check-in-collect-progress {
    display: flex;
    align-items: center;
    position: relative;
    left: 0;
    width: 100%;
    margin-top: -75px;
    padding-bottom: 50px
}

@media (max-width:575.98px) {
    .x-check-in-collect-progress {
        margin-top: -55px;
        padding-bottom: 25px
    }
}

.x-check-in-collect-progress .-status-text {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
    min-width: calc(10% + 2px);
    max-width: calc(10% + 2px);
    padding: .375rem .125rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;
    background: #f22662;
    border-radius: .25rem;
    text-align: center
}

@media (max-width:575.98px) {
    .x-check-in-collect-progress .-status-text {
        max-width: unset;
        font-size: .875rem
    }
}

.x-check-in-collect-progress .-progress {
    position: absolute;
    left: 10%;
    width: 80%;
    height: 15px;
    padding: 1px 0;
    background: #2f2f2f;
    border-radius: 0 1rem 1rem 0
}

@media (max-width:575.98px) {
    .x-check-in-collect-progress .-progress {
        height: 12px
    }
}

.x-check-in-collect-progress .-progress-bar {
    position: relative;
    width: 30%;
    height: 100%;
    background: linear-gradient(90deg, #fd6732, #ffa51f);
    border-radius: 0 1rem 1rem 0
}

.x-check-in-collect-progress .-progress-bar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem;
    border-radius: 0 1rem 1rem 0
}

@-webkit-keyframes x-gift-checkpoint-opening {

    0%,
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }

    15% {
        -webkit-transform: translateX(-15px) rotate(-6deg);
        transform: translateX(-15px) rotate(-6deg)
    }

    30% {
        -webkit-transform: translateX(7px) rotate(6deg);
        transform: translateX(7px) rotate(6deg)
    }

    45% {
        -webkit-transform: translateX(-7px) rotate(-3.6deg);
        transform: translateX(-7px) rotate(-3.6deg)
    }

    60% {
        -webkit-transform: translateX(4px) rotate(2.4deg);
        transform: translateX(4px) rotate(2.4deg)
    }

    75% {
        -webkit-transform: translateX(-3px) rotate(-1.2deg);
        transform: translateX(-3px) rotate(-1.2deg)
    }
}

@keyframes x-gift-checkpoint-opening {

    0%,
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }

    15% {
        -webkit-transform: translateX(-15px) rotate(-6deg);
        transform: translateX(-15px) rotate(-6deg)
    }

    30% {
        -webkit-transform: translateX(7px) rotate(6deg);
        transform: translateX(7px) rotate(6deg)
    }

    45% {
        -webkit-transform: translateX(-7px) rotate(-3.6deg);
        transform: translateX(-7px) rotate(-3.6deg)
    }

    60% {
        -webkit-transform: translateX(4px) rotate(2.4deg);
        transform: translateX(4px) rotate(2.4deg)
    }

    75% {
        -webkit-transform: translateX(-3px) rotate(-1.2deg);
        transform: translateX(-3px) rotate(-1.2deg)
    }
}

@-webkit-keyframes x-gift-checkpoint-opened {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0
    }
}

@keyframes x-gift-checkpoint-opened {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    to {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0
    }
}

.x-daily-check-in-cover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 130px;
    padding: 1rem;
    background-size: cover;
    background-position: 50%;
    border-radius: .5rem
}

@media (max-width:767.98px) {
    .x-daily-check-in-cover {
        min-height: 90px
    }
}

@media (max-width:575.98px) {
    .x-daily-check-in-cover {
        min-height: 80px
    }
}

.x-daily-check-in-cover .-title {
    margin-bottom: 0;
    font-size: 2rem;
    color: #fafafa
}

@media (max-width:767.98px) {
    .x-daily-check-in-cover .-title {
        font-size: 1.125rem
    }
}

.x-daily-check-in-cover .-condition {
    margin-bottom: 0;
    font-size: 1.125rem;
    color: #f22662
}

@media (max-width:767.98px) {
    .x-daily-check-in-cover .-condition {
        font-size: .9375rem
    }
}

.x-daily-check-in-cover .-sub-title {
    margin-bottom: 0;
    font-size: 1.125rem;
    text-align: center;
    color: #a5a5a5
}

@media (max-width:767.98px) {
    .x-daily-check-in-cover .-sub-title {
        font-size: .9375rem
    }
}

@media (max-width:575.98px) {
    .x-daily-check-in-cover .-sub-title {
        font-size: .875rem
    }
}

.x-theme-switcher-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: all .2s
}

.x-theme-switcher-container .-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8)
}

.x-theme-switcher-container.-show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.x-theme-switcher-container .-theme-list {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    width: 400px
}

@media (max-width:991.98px) {
    .x-theme-switcher-container .-theme-list {
        width: 370px
    }
}

@media (max-width:575.98px) {
    .x-theme-switcher-container .-theme-list {
        width: 100%;
        max-width: 320px
    }
}

.x-theme-switcher-container .-theme-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
    width: 33.33333%;
    text-decoration: none;
    transition: all .2s
}

@media (min-width:992px) {
    .x-theme-switcher-container .-theme-list-item:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@media (max-width:575.98px) {
    .x-theme-switcher-container .-theme-list-item {
        padding: 7px
    }
}

.x-theme-switcher-container .-theme-list-item .-img {
    width: 100%;
    height: auto
}

.x-theme-switcher-container .-theme-list-item .-title {
    display: inline-block;
    margin-top: .5rem;
    font-size: 1rem;
    font-weight: 500;
    color: #fff
}

@media (max-width:575.98px) {
    .x-theme-switcher-container .-theme-list-item .-title {
        font-size: .875rem
    }
}

.x-theme-switcher-container .-container-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%
}

.x-zean-notify-content-class-container {
    margin-top: 0 !important
}

.x-zean-notify-index-container {
    height: 100%;
    padding: 3rem 0;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.x-zean-notify-index-container .-col-heading {
    text-align: center
}

.x-zean-notify-index-container .-table-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 160px;
    height: 40px;
    font-size: 1rem;
    font-weight: 500;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    color: #fff;
    background: linear-gradient(180deg, #ffd733 0, #d2872d);
    background-origin: border-box;
    background-clip: content-box, border-box;
    border: none;
    border-radius: 5px
}

.x-zean-notify-index-container .-coin {
    position: absolute;
    -webkit-animation: x-floating 6s ease-in-out infinite;
    animation: x-floating 6s ease-in-out infinite
}

.x-zean-notify-index-container .-coin.-item-1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    position: absolute;
    bottom: -90px;
    right: -80px;
    width: 250px;
    height: auto
}

@media (max-width:1199.98px) {
    .x-zean-notify-index-container .-coin.-item-1 {
        right: -40px;
        width: 200px
    }
}

@media (max-width:991.98px) {
    .x-zean-notify-index-container .-coin.-item-1 {
        bottom: -70px;
        width: 160px
    }
}

@media (max-width:767.98px) {
    .x-zean-notify-index-container .-coin.-item-1 {
        bottom: -60px;
        width: 120px
    }
}

@media (max-width:575.98px) {
    .x-zean-notify-index-container .-coin.-item-1 {
        bottom: -40px;
        width: 20%;
        right: 10px
    }
}

.x-zean-notify-index-container .-coin.-item-2 {
    top: -20px;
    left: -80px;
    width: 200px
}

@media (max-width:1199.98px) {
    .x-zean-notify-index-container .-coin.-item-2 {
        left: -40px;
        width: 180px
    }
}

@media (max-width:991.98px) {
    .x-zean-notify-index-container .-coin.-item-2 {
        top: 0;
        width: 120px
    }
}

@media (max-width:767.98px) {
    .x-zean-notify-index-container .-coin.-item-2 {
        top: -20px;
        left: -60px;
        width: 80px
    }
}

@media (max-width:575.98px) {
    .x-zean-notify-index-container .-coin.-item-2 {
        top: unset;
        bottom: -10px;
        left: 10px;
        width: 16%
    }
}

.x-zean-notify-index-container .-navbar-container {
    justify-content: center;
    margin-top: 2rem;
    padding: 2rem 1rem 1rem;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px
}

@media (max-width:575.98px) {
    .x-zean-notify-index-container .-navbar-container {
        padding: .5rem .25rem 1rem
    }
}

.x-zean-notify-index-container .-navbar-container .nav-item {
    width: 25%;
    margin-top: 1rem;
    padding: 0 .5rem
}

@media (max-width:1199.98px) {
    .x-zean-notify-index-container .-navbar-container .nav-item {
        width: 33.33333%
    }
}

@media (max-width:767.98px) {
    .x-zean-notify-index-container .-navbar-container .nav-item {
        width: 50%
    }
}

.x-zean-notify-index-container .-title-img {
    width: 500px;
    height: auto
}

@media (max-width:991.98px) {
    .x-zean-notify-index-container .-title-img {
        width: 450px
    }
}

@media (max-width:575.98px) {
    .x-zean-notify-index-container .-title-img {
        width: 100%;
        max-width: 350px
    }
}

.x-zean-card-item {
    position: relative;
    height: 100%;
    text-align: center
}

.x-zean-card-item .-title {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 500;
    color: #fff
}

@media (max-width:991.98px) {
    .x-zean-card-item .-title {
        font-size: 1.125rem
    }
}

@media (max-width:767.98px) {
    .x-zean-card-item .-title {
        font-size: 1rem
    }
}

.x-zean-card-item .-score-rank {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 50%;
    width: 250px;
    height: 32px;
    margin-top: 10px;
    margin-bottom: .875rem;
    font-size: .875rem;
    color: #f1c423;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.x-zean-card-item .-score-rank .-left,
.x-zean-card-item .-score-rank .-right {
    flex: 1 1 30%;
    position: relative;
    top: 0;
    color: #fff
}

.x-zean-card-item .-score-rank .-right {
    text-align: left
}

.x-zean-card-item .-score-rank .-left {
    text-align: right
}

.x-zean-card-item .-score-rank .-percent {
    position: relative;
    flex: 0 0 32.5%;
    font-size: 1rem;
    font-weight: 600;
    color: #69430b
}

@media (max-width:991.98px) {
    .x-zean-card-item .-score-rank {
        width: 100%;
        height: 34px;
        font-size: .875rem
    }

    .x-zean-card-item .-score-rank .-left,
    .x-zean-card-item .-score-rank .-right {
        flex: 1 1 32.5%
    }

    .x-zean-card-item .-score-rank .-percent {
        flex: 0 0 35%;
        font-size: .875rem
    }
}

@media (max-width:575.98px) {
    .x-zean-card-item .-score-rank {
        width: 165px;
        height: 30px
    }
}

@media screen and (max-width:360px) {
    .x-zean-card-item .-score-rank {
        width: 150px;
        font-size: .75rem
    }

    .x-zean-card-item .-score-rank .-percent {
        font-size: .75rem
    }
}

.x-zean-card-item .-description {
    font-size: 1rem
}

@media (max-width:991.98px) {
    .x-zean-card-item .-description {
        font-size: 1.1rem
    }
}

@media (max-width:767.98px) {
    .x-zean-card-item .-description {
        font-size: 1rem
    }
}

.x-zean-card-item .-profile-img-wrapper {
    position: relative;
    width: 90%;
    max-width: 200px;
    margin: auto
}

.x-zean-card-item .-profile-img-wrapper .-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: -webkit-filter .2s;
    transition: filter .2s;
    transition: filter .2s, -webkit-filter .2s
}

@media (max-width:991.98px) {
    .x-zean-card-item .-profile-img-wrapper {
        max-width: 180px
    }
}

.x-zean-card-item .-rank-ic {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
    width: 70px;
    height: auto;
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%)
}

@media (max-width:575.98px) {
    .x-zean-card-item .-rank-ic {
        width: 60px
    }
}

.x-zean-card-item .-join-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 140px;
    padding: 8px 1rem;
    font-size: 1rem;
    color: #fff;
    background: linear-gradient(180deg, #43e279, #22a045);
    border-radius: 6px;
    transition: all .2s;
    text-decoration: none
}

.x-zean-card-item .-join-btn .-line-ic {
    margin-right: 5px
}

.x-zean-card-item .-join-btn .-text {
    position: relative
}

.x-zean-card-item .-join-btn:hover {
    background: linear-gradient(180deg, #22dd61, #1b8037)
}

@media (min-width:992px) {
    .x-zean-card-item .-join-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(-50%, calc(-50% + 10px));
        transform: translate(-50%, calc(-50% + 10px))
    }
}

@media (max-width:991.98px) {
    .x-zean-card-item .-join-btn {
        margin: auto;
        font-size: .875rem
    }
}

@media (max-width:575.98px) {
    .x-zean-card-item .-join-btn {
        padding: 8px .5rem
    }
}

.x-zean-card-item:hover .-profile-img-wrapper .-img {
    -webkit-filter: drop-shadow(0 0 15px rgba(242, 38, 98, .75));
    filter: drop-shadow(0 0 15px rgba(242, 38, 98, .75))
}

@media (min-width:992px) {
    .x-zean-card-item:hover .-join-btn {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.x-lucky-wheel-share-component {
    padding-top: 3rem;
    background-color: #000;
    background-size: cover;
    background-position: 50%
}

@media (max-width:767.98px) {
    .x-lucky-wheel-share-component {
        padding-top: 2rem
    }
}

.x-lucky-wheel-share-component .-heading-title {
    margin-bottom: .75rem;
    background: linear-gradient(86deg, #d2d2d2, #fafafa 50%, #949494);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width:767.98px) {
    .x-lucky-wheel-share-component .-heading-title {
        font-size: 2rem
    }
}

@media (max-width:575.98px) {
    .x-lucky-wheel-share-component .-heading-title {
        font-size: 1.75rem
    }
}

.x-lucky-wheel-share-component .-tabs-wrapper {
    display: flex;
    align-items: center;
    justify-content: center
}

.x-lucky-wheel-share-component .-tabs-wrapper .-btn-tab {
    min-width: 140px;
    color: #fff;
    background: #2c2c2c;
    border-radius: 0;
    font-size: 1.125rem;
    font-weight: 500
}

.x-lucky-wheel-share-component .-tabs-wrapper .-btn-tab.-active,
.x-lucky-wheel-share-component .-tabs-wrapper .-btn-tab:hover {
    color: #fff;
    background: #f22662
}

.x-lucky-wheel-share-component .-tabs-wrapper .-btn-tab:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

.x-lucky-wheel-share-component .-tabs-wrapper .-btn-tab:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

@media (max-width:767.98px) {
    .x-lucky-wheel-share-component .-tabs-wrapper .-btn-tab {
        min-width: 120px;
        font-size: 1rem
    }
}

@media (max-width:575.98px) {
    .x-lucky-wheel-share-component .-tabs-wrapper .-btn-tab {
        min-width: 100px;
        font-size: 1rem
    }
}

.x-lucky-wheel-share-component .-btn-spin {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    min-width: 300px;
    margin: auto;
    border-radius: .25rem;
    color: #eee;
    background: #f22662
}

.x-lucky-wheel-share-component .-btn-spin:hover {
    color: #eee;
    background: #f44a7c
}

.x-lucky-wheel-share-component .-btn-spin.-disabled,
.x-lucky-wheel-share-component .-btn-spin:disabled {
    -webkit-filter: brightness(.75);
    filter: brightness(.75)
}

.x-lucky-wheel-share-component .-btn-spin .-text {
    font-size: 1.25rem;
    font-weight: 600;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, .5)
}

.x-lucky-wheel-share-component .-btn-info {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    padding: 0;
    aspect-ratio: 1;
    color: #fafafa;
    background: #2c2c2c;
    border-radius: 4px
}

.x-lucky-wheel-share-component .-btn-info:hover {
    color: #fafafa;
    background: #3f3f3f
}

.x-lucky-wheel-share-component .-btn-info.-disabled,
.x-lucky-wheel-share-component .-btn-info:disabled {
    -webkit-filter: brightness(.75);
    filter: brightness(.75)
}

@media (max-width:767.98px) {
    .x-lucky-wheel-share-component .-btn-info {
        width: 36px
    }
}

.x-lucky-wheel-share-component .-btn-info-wrapper {
    display: flex;
    justify-content: flex-end;
    gap: .75rem;
    position: absolute;
    right: 2rem;
    z-index: 1
}

@media (max-width:767.98px) {
    .x-lucky-wheel-share-component .-btn-info-wrapper {
        flex-direction: column;
        align-items: flex-end;
        right: 1rem
    }
}

.x-lucky-wheel-share-component .-no-result-wrapper {
    padding: 3rem 0
}

@media (max-width:767.98px) {
    .x-lucky-wheel-share-component .-wheel-entry-wrapper {
        padding: 0 1rem
    }
}

.x-wheel-progress-wrapper {
    margin-top: -17rem;
    padding: 18.5rem 0 2.5rem;
    color: #fff;
    background: linear-gradient(180deg, #2b2b2b, #090909)
}

@media (max-width:575.98px) {
    .x-wheel-progress-wrapper {
        margin-top: -48%;
        padding: 53% 0 2.5rem
    }
}

.x-wheel-progress-wrapper .-inner-wrapper {
    max-width: 550px;
    margin: auto;
    text-align: center
}

@media (max-width:767.98px) {
    .x-wheel-progress-wrapper .-inner-wrapper {
        font-size: .9375rem
    }
}

@media (max-width:575.98px) {
    .x-wheel-progress-wrapper .-inner-wrapper {
        font-size: .875rem
    }
}

.x-wheel-progress-wrapper .-progress {
    position: relative;
    padding: 3px;
    height: 28px;
    border-radius: 4px;
    background: #353535
}

.x-wheel-progress-wrapper .-progress-bar {
    color: #eee;
    background: #20a335;
    border-radius: 4px
}

.x-wheel-progress-wrapper .-label {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#luckyWheelResultModal .x-title-modal {
    font-weight: 600;
    color: #f22662
}

#luckyWheelResultModal .-modal-content .-modal-header {
    padding-bottom: .5rem
}

.x-lucky-wheel-history-modal.-v2 .-modal-content .-modal-body {
    padding: 0 1rem 1.5rem
}

.x-wheel-result-modal-container {
    text-align: center
}

.x-wheel-result-modal-container .-reward-image-wrapper {
    position: relative;
    width: 160px;
    height: auto;
    margin: auto;
    aspect-ratio: 1;
    padding: 1.25rem
}

.x-wheel-result-modal-container .-reward-image-wrapper .-img-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    translate: -50% -50%;
    -webkit-animation: x-wheel-reward-spin 6s linear infinite;
    animation: x-wheel-reward-spin 6s linear infinite
}

.x-wheel-result-modal-container .-reward-image-wrapper .-img {
    position: relative;
    width: 100%;
    z-index: 1
}

.x-wheel-result-modal-container .-description {
    font-size: 1.125rem
}

.x-wheel-result-modal-container .-notice-box {
    width: 100%;
    margin: 2rem auto 0;
    padding: 1rem;
    color: #c5c5c5;
    background: #121212;
    border-radius: .5rem;
    overflow: hidden
}

.x-wheel-result-modal-container .-notice-box .-detail-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem
}

.x-wheel-result-modal-container .-notice-box-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: .5rem;
    display: block;
    color: #f9fafb
}

.x-wheel-result-modal-container .-ic-bell {
    width: 34px
}

@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-60%);
        transform: translateX(-60%);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-60%);
        transform: translateX(-60%);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.x-wheel-result-modal-container .-ic-chevron {
    -webkit-animation: slide-in-left .5s cubic-bezier(.25, .46, .45, .94) infinite alternate both;
    animation: slide-in-left .5s cubic-bezier(.25, .46, .45, .94) infinite alternate both
}

.x-wheel-result-modal-container .-ic-chevron.-right {
    rotate: -180deg
}

.x-wheel-result-modal-container .-btn-close-modal {
    width: 100%;
    margin-top: 1rem;
    padding: .75rem;
    color: #f9fafb;
    background: #3c3c3c;
    transition: all .2s
}

.x-wheel-result-modal-container .-btn-close-modal:hover {
    color: #f9fafb;
    background: #4f4f4f
}

.x-wheel-result-modal-container .-btn-notify {
    display: flex;
    align-items: center;
    gap: .25rem;
    padding: .25rem .5rem;
    font-size: .9375rem;
    color: #fff;
    background: transparent;
    border-radius: 4px
}

.x-wheel-result-modal-container .-btn-notify:hover {
    color: #f9fafb;
    background: hsla(0, 0%, 100%, .1)
}

@media (min-width:992px) {
    .x-wheel-history-container {
        max-height: 550px
    }
}

.x-wheel-history-container .-bill-history-container {
    max-height: unset;
    overflow: unset
}

.x-wheel-history-container .-bill-history-container:last-child {
    padding-bottom: 1rem
}

.x-wheel-history-container .table .-transaction-body-wrapper {
    width: 130px
}

.x-wheel-history-container .table .-amount.-deposit {
    color: #2bb065
}

.x-wheel-history-container .table .-datetime {
    color: #777
}

.x-wheel-history-container .table .-code,
.x-wheel-history-container .table .-code a {
    color: #c5c5c5
}

.x-wheel-history-container .-btn-apply {
    min-width: 100px;
    padding: .5rem;
    font-size: .875rem;
    color: #eee;
    background: #f22662;
    border-radius: 5px
}

.x-wheel-history-container .-btn-apply:hover {
    color: #eee;
    background: #f44a7c
}

.x-wheel-history-container .-btn-apply.-disabled,
.x-wheel-history-container .-btn-apply:disabled {
    -webkit-filter: brightness(.75);
    filter: brightness(.75)
}

.x-wheel-history-container .-btn-load-more {
    color: #eee;
    background: #f22662;
    border-radius: 5px
}

.x-wheel-history-container .-btn-load-more:hover {
    color: #eee;
    background: #f44a7c
}

.x-wheel-history-container .-btn-load-more.-disabled,
.x-wheel-history-container .-btn-load-more:disabled {
    -webkit-filter: brightness(.75);
    filter: brightness(.75)
}

.x-wheel-history-container .-paginate-info {
    margin-top: .5rem;
    font-size: .75rem;
    font-style: italic
}

@-webkit-keyframes x-wheel-reward-heartbeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes x-wheel-reward-heartbeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    10% {
        -webkit-transform: scale(.91);
        transform: scale(.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    17% {
        -webkit-transform: scale(.98);
        transform: scale(.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    33% {
        -webkit-transform: scale(.87);
        transform: scale(.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@-webkit-keyframes x-wheel-reward-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes x-wheel-reward-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.x-wheel-container {
    position: relative;
    width: 550px;
    height: auto;
    aspect-ratio: 1;
    margin: 4rem auto 3rem;
    padding: 1.5rem;
    overflow: hidden;
    background-size: contain
}

@media (max-width:767.98px) {
    .x-wheel-container {
        width: 100%;
        max-width: 500px;
        margin-top: 2rem;
        margin-bottom: 1.5rem
    }
}

.x-wheel-container .-wheel-ring {
    width: 96%;
    height: 96%
}

.x-wheel-container .-center-pin,
.x-wheel-container .-wheel-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.x-wheel-container .-center-pin {
    width: 28%;
    height: auto;
    aspect-ratio: 1;
    background: #000;
    border: 3px solid orange;
    border-radius: 9999px
}

.x-wheel-container .-wheel-pin {
    position: absolute;
    bottom: 13%;
    left: 50%;
    z-index: 1;
    width: 76%;
    height: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.x-wheel-container .-reward-img {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: 1;
    width: 47%;
    opacity: 0;
    visibility: hidden;
    -webkit-filter: drop-shadow(1px 2px 5px rgba(0, 0, 0, .5));
    filter: drop-shadow(1px 2px 5px rgba(0, 0, 0, .5));
    transition: all .2s
}

.x-wheel-container .-reward-img.-loaded {
    opacity: 1;
    visibility: visible;
    -webkit-animation: x-wheel-reward-heartbeat 1s ease-in-out .2s 2 both;
    animation: x-wheel-reward-heartbeat 1s ease-in-out .2s 2 both
}

.x-wheel-inner-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 92%;
    height: 92%;
    background: #141414;
    border-radius: 9999px;
    overflow: hidden;
    translate: -50% -50%
}

.x-wheel-inner-wrapper.-length-8 .-spinner {
    -webkit-transform: rotate(23deg);
    transform: rotate(23deg)
}

.x-wheel-inner-wrapper.-length-9 .-spinner {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg)
}

.x-wheel-inner-wrapper.-length-9 .-wheel-section {
    -webkit-clip-path: polygon(0 0, 53% 0, 100% 100%, 0 53%);
    clip-path: polygon(0 0, 53% 0, 100% 100%, 0 53%)
}

.x-wheel-inner-wrapper.-length-10 .-spinner {
    -webkit-transform: rotate(27deg);
    transform: rotate(27deg)
}

.x-wheel-inner-wrapper.-length-10 .-wheel-section {
    -webkit-clip-path: polygon(0 0, 48% 0, 100% 100%, 0 48%);
    clip-path: polygon(0 0, 48% 0, 100% 100%, 0 48%)
}

.x-wheel-inner-wrapper.-length-11 .-spinner {
    -webkit-transform: rotate(29deg);
    transform: rotate(29deg)
}

.x-wheel-inner-wrapper.-length-11 .-wheel-section {
    -webkit-clip-path: polygon(0 0, 45% 0, 100% 100%, 0 45%);
    clip-path: polygon(0 0, 45% 0, 100% 100%, 0 45%)
}

.x-wheel-inner-wrapper.-length-11 .-wheel-content-wrapper {
    max-width: 46%
}

.x-wheel-inner-wrapper.-length-12 .-spinner {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

.x-wheel-inner-wrapper.-length-12 .-wheel-section {
    -webkit-clip-path: polygon(0 0, 42% 0, 100% 100%, 0 42%);
    clip-path: polygon(0 0, 42% 0, 100% 100%, 0 42%)
}

.x-wheel-inner-wrapper.-length-12 .-wheel-content-wrapper {
    max-width: 45%
}

.x-wheel-inner-wrapper.-length-11 .-wheel-content-wrapper .-text,
.x-wheel-inner-wrapper.-length-12 .-wheel-content-wrapper .-text {
    font-size: .9375rem
}

@media (max-width:575.98px) {

    .x-wheel-inner-wrapper.-length-11 .-wheel-content-wrapper .-text,
    .x-wheel-inner-wrapper.-length-12 .-wheel-content-wrapper .-text {
        font-size: .75rem
    }
}

.x-wheel-inner-wrapper .-spinner {
    width: 100%;
    height: 100%;
    transition: -webkit-transform 7s cubic-bezier(.35, 0, .2, 1);
    transition: transform 7s cubic-bezier(.35, 0, .2, 1);
    transition: transform 7s cubic-bezier(.35, 0, .2, 1), -webkit-transform 7s cubic-bezier(.35, 0, .2, 1)
}

.x-wheel-inner-wrapper .-wheel-section {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 50%;
    height: 50%;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    rotate: calc(1turn/var(--wheel-length)*var(--wheel-index));
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-clip-path: polygon(0 0, 58% 0, 100% 100%, 0 58%);
    clip-path: polygon(0 0, 58% 0, 100% 100%, 0 58%)
}

.x-wheel-inner-wrapper .-wheel-section:nth-child(odd) {
    background: linear-gradient(#1a1a1a, #332f2d)
}

.x-wheel-inner-wrapper .-wheel-section:nth-child(2n) {
    background: linear-gradient(#353535, #353535)
}

.x-wheel-inner-wrapper .-wheel-section.-active {
    background: linear-gradient(#fe602c, #ff8c2d)
}

.x-wheel-inner-wrapper .-wheel-content-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    rotate: -45deg;
    text-align: center;
    max-width: 52%
}

.x-wheel-inner-wrapper .-wheel-content-wrapper .-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    color: #fff
}

@media (max-width:575.98px) {
    .x-wheel-inner-wrapper .-wheel-content-wrapper .-text {
        font-size: .875rem
    }
}

.x-wheel-inner-wrapper .-wheel-content-wrapper .-img {
    width: 40%;
    height: auto;
    margin-top: .5rem
}

.x-wheel-progress {
    position: relative;
    width: 550px;
    height: 1.25rem;
    margin: auto
}

.x-wheel-progress .-label {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.x-crosses-site-container {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.x-crosses-site-container .-btn-crosses {
    width: calc(33.33333% - 6px);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 50px;
    padding: .6rem;
    border: none;
    border-radius: 6px;
    transition: all .3s
}

@media (max-width:575.98px) {
    .x-crosses-site-container .-btn-crosses {
        height: 100%;
        padding: .55rem .45rem;
        border-radius: 6px
    }
}

.x-crosses-site-container .-btn-crosses .-typo-wrapper {
    font-weight: 500
}

.x-crosses-site-container .-btn-crosses .-logo {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    transition: all .3s
}

.x-crosses-site-container .-btn-crosses.-is-current {
    cursor: default;
    pointer-events: none;
    border: none
}

.x-crosses-site-container .-btn-crosses:not(.-is-current):hover {
    -webkit-filter: saturate(1.5);
    filter: saturate(1.5)
}

.x-crosses-site-container .-btn-crosses:not(.-is-current):hover .-logo {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.x-crosses-site-container .-btn-crosses:first-child .-typo-wrapper,
.x-crosses-site-container .-btn-crosses:first-child .-typo-wrapper.-is-current,
.x-crosses-site-container .-btn-crosses:nth-child(2) .-typo-wrapper,
.x-crosses-site-container .-btn-crosses:nth-child(2) .-typo-wrapper.-is-current,
.x-crosses-site-container .-btn-crosses:nth-child(3) .-typo-wrapper,
.x-crosses-site-container .-btn-crosses:nth-child(3) .-typo-wrapper.-is-current {
    color: #000
}

.x-menu-child-horizontal {
    width: 100%;
    padding-bottom: .5rem
}

@media (min-width:992px) {
    .x-menu-child-horizontal {
        display: none
    }
}

.x-menu-child-horizontal .-hr {
    margin: 0 .5rem .5rem;
    padding: 0 .5rem;
    border-top: 1px solid #d9d9d9
}

@media (min-width:576px) {
    .x-menu-child-horizontal .-hr {
        margin: 0 .75rem .5rem
    }
}

.x-menu-child-horizontal .-inner-wrapper {
    position: relative;
    background: #f1f1f1
}

.x-menu-child-horizontal .-inner-wrapper .-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 100%;
    color: #ffcb1f;
    background: #1a1a1a;
    opacity: 1;
    visibility: visible;
    transition: all .3s
}

.x-menu-child-horizontal .-inner-wrapper .-arrow:hover {
    color: #ffcb1f;
    background: #403517
}

.x-menu-child-horizontal .-inner-wrapper .-arrow.-prev {
    left: 0
}

.x-menu-child-horizontal .-inner-wrapper .-arrow.-prev .fas:last-child {
    margin-left: -2px
}

.x-menu-child-horizontal .-inner-wrapper .-arrow.-next {
    right: 0
}

.x-menu-child-horizontal .-inner-wrapper .-arrow.-next .fas:first-child {
    margin-right: -2px
}

.x-menu-child-horizontal .-inner-wrapper.-left-end .-arrow.-prev,
.x-menu-child-horizontal .-inner-wrapper.-right-end .-arrow.-next {
    opacity: 0;
    visibility: hidden
}

.x-menu-child-horizontal .-nav {
    overflow-x: auto;
    overflow-y: auto;
    flex-wrap: nowrap
}

.x-menu-child-horizontal .-nav-link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    width: 100%;
    min-width: 60px;
    height: 100%;
    padding: .5rem .5rem .25rem;
    font-size: .75rem;
    font-weight: 300;
    color: #414141;
    background: #f1f1f1;
    border-radius: 0;
    white-space: nowrap
}

@media (min-width:576px) {
    .x-menu-child-horizontal .-nav-link {
        min-width: 70px;
        font-size: .875rem
    }
}

.x-menu-child-horizontal .-nav-link .-img-btn {
    width: auto;
    max-height: 24px
}

.x-menu-child-horizontal .-nav-link .-img-btn.-hover {
    display: none
}

.x-menu-child-horizontal .-nav-link.-active {
    background: #dc202e;
    color: #fafafa
}

.x-menu-child-horizontal .-nav-link.-active .-img-btn {
    display: none
}

.x-menu-child-horizontal .-nav-link.-active .-img-btn.-hover {
    display: block;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.x-menu-child-horizontal .-nav-link .-menu-text-child {
    margin-top: .25rem
}

.x-quick-amount-percent {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 1rem
}

.x-quick-amount-percent .-percent-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0;
    border: none;
    background: transparent
}

.x-quick-amount-percent .-percent-item-bar {
    width: 100%;
    height: 9px;
    background: #3b3b3c
}

.x-quick-amount-percent .-percent-item-no {
    width: 100%;
    margin-top: 6px;
    font-size: .75rem;
    text-align: center;
    color: #3b3b3c
}

.x-quick-amount-percent .-percent-item.-active .-percent-item-bar {
    background: var(--bg-gold);
}

.x-quick-amount-percent .-percent-item.-active .-percent-item-no {
    color: var(--bg-gold);
}

.x-quick-amount-percent .-percent-item:focus {
    border: none;
    outline: none
}

.x-quick-transaction-buttons {
    display: flex;
    justify-content: space-between;
    position: relative;
    -webkit-column-gap: .5rem;
    column-gap: .5rem;
    z-index: 2;
    padding: .5rem 1rem;
    background: transparent;
    box-shadow: none;
    transition: all .2s
}

@media (min-width:992px) {
    .x-quick-transaction-buttons {
        display: none
    }
}

.x-quick-transaction-buttons.-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    background: #181818;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25)
}

.x-quick-transaction-buttons.-sticky .-btn {
    padding: .3rem
}

.x-quick-transaction-buttons.-sticky .-btn-inner-content-sub-title {
    position: absolute;
    opacity: 0;
    visibility: hidden
}

.x-quick-transaction-buttons.-sticky.-in-category {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25)
}

.x-quick-transaction-buttons.-in-category {
    padding: .5rem 1rem 0
}

.x-quick-transaction-buttons .-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: .4rem .3rem;
    line-height: 1.3;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: none;
    border-radius: 10px;
    transition: all .2s
}

@media (min-width:576px) {
    .x-quick-transaction-buttons .-btn {
        padding: .5rem .3rem
    }
}

.x-quick-transaction-buttons .-btn .-ic-wrapper {
    width: 28px;
    margin-right: .25rem
}

@media (min-width:576px) {
    .x-quick-transaction-buttons .-btn .-ic-wrapper {
        width: 40px
    }
}

@media (max-width:375px) {
    .x-quick-transaction-buttons .-btn .-ic-wrapper {
        width: 24px;
        margin-right: .125rem
    }
}

.x-quick-transaction-buttons .-btn .-ic {
    width: 100%;
    height: auto
}

.x-quick-transaction-buttons .-btn.-deposit,
.x-quick-transaction-buttons .-btn.-promotion,
.x-quick-transaction-buttons .-btn.-withdraw {
    background-color: transparent;
    background-image: none;
    border: none
}

.x-quick-transaction-buttons .-btn.-vertical {
    flex-direction: column;
    flex: unset;
    padding: 0 .125rem
}

@media (max-width:375px) {
    .x-quick-transaction-buttons .-btn.-vertical {
        padding: 0 .1rem
    }
}

@media (min-width:576px) {
    .x-quick-transaction-buttons .-btn.-vertical {
        padding: 0 .5rem
    }
}

@media (min-width:768px) {
    .x-quick-transaction-buttons .-btn.-vertical {
        padding: 0 .75rem
    }
}

.x-quick-transaction-buttons .-btn.-vertical .-ic-wrapper {
    width: 18px;
    margin-right: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transform-origin: bottom;
    transform-origin: bottom
}

@media (min-width:576px) {
    .x-quick-transaction-buttons .-btn.-vertical .-ic-wrapper {
        width: 30px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media (min-width:768px) {
    .x-quick-transaction-buttons .-btn.-vertical .-ic-wrapper {
        width: 34px
    }
}

.x-quick-transaction-buttons .-btn.-vertical .-btn-inner-content {
    margin-top: .25rem
}

.x-quick-transaction-buttons .-btn.-vertical .-btn-inner-content-title {
    font-size: .75rem;
    font-weight: 400;
    color: #f56311
}

@media (min-width:576px) {
    .x-quick-transaction-buttons .-btn.-vertical .-btn-inner-content-title {
        font-size: .9375rem
    }
}

@media (min-width:768px) {
    .x-quick-transaction-buttons .-btn.-vertical .-btn-inner-content-title {
        font-size: 1rem
    }
}

.x-quick-transaction-buttons .-btn.-vertical:nth-child(odd) .-ic {
    -webkit-animation: x-jello-horizontal 1.25s infinite both;
    animation: x-jello-horizontal 1.25s infinite both
}

.x-quick-transaction-buttons .-btn.-vertical:nth-child(2n) .-ic {
    -webkit-animation: x-jello-horizontal 1.25s .35s infinite both;
    animation: x-jello-horizontal 1.25s .35s infinite both
}

.x-quick-transaction-buttons .-btn-inner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.x-quick-transaction-buttons .-btn-inner-content-title {
    font-size: .875rem;
    font-weight: 600;
    color: #fafafa;
    transition: all .2s
}

@media (min-width:576px) {
    .x-quick-transaction-buttons .-btn-inner-content-title {
        font-size: 1.125rem
    }
}

.x-quick-transaction-buttons .-btn-inner-content-sub-title {
    font-size: .75rem;
    font-weight: 300;
    color: hsla(0, 0%, 98%, .6);
    transition: all .2s
}

@media (min-width:576px) {
    .x-quick-transaction-buttons .-btn-inner-content-sub-title {
        font-size: .875rem
    }
}

.x-how-block-image-text {
    font-size: .875rem;
    text-align: center;
    margin-bottom: .25rem
}

.x-how-block-image-text .-btn-how-text {
    background: hsla(0, 0%, 100%, 0);
    border: none;
    color: #fcfcfc;
    box-shadow: none;
    text-decoration: underline
}

.x-how-block-image-text .-btn-how-text:focus,
.x-how-block-image-text .-btn-how-text:focus-visible,
.x-how-block-image-text .-btn-how-text:hover {
    outline: none
}

@media (max-width:991.98px) {
    .x-how-block-image-modal.-with-backdrop {
        background: rgba(0, 0, 0, .5)
    }
}

.x-transaction-current-balance {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1.5rem 0;
    padding-top: 1.5rem;
    font-size: .875rem;
    color: #f3f3f3;
    border-top: 1px solid #3b3b3c
}

.x-transaction-current-balance .-label {
    font-weight: 300
}

.x-transaction-current-balance .-balance-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .2rem 1.25rem;
    line-height: 1.6;
    font-weight: 600;
    color: #f3f3f3;
    background: #272727;
    border: none;
    border-radius: 30px
}

.x-transaction-current-balance .-balance-wrapper .-reload-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: .5rem;
    font-size: .875rem;
    color: var(--bg-gold);
}

.x-transaction-current-balance .-balance-wrapper .-reload-btn:hover {
    text-decoration: none
}

.x-register-aff {
    width: calc(100% - 2px);
    margin: 0 auto 6px;
    padding: 3px 6px;
    font-size: .75rem;
    text-align: center;
    color: #aaa;
    background-color: hsla(0, 0%, 100%, .1);
    border-radius: 30px
}

.x-share-to-social-component {
    display: flex
}

.x-share-to-social-component>.-btn:not(:last-child) {
    margin-right: .375rem
}

.x-share-to-social-component .-btn {
    transition: translate .2s
}

.x-share-to-social-component .-btn:hover {
    translate: 0 -5px
}

.x-share-to-social-component .-img {
    width: 46px;
    height: auto
}

@media (max-width:767.98px) {
    .x-share-to-social-component .-img {
        width: 36px
    }
}

.flatpickr-calendar .flatpickr-month {
    height: 50px
}

.flatpickr-calendar .flatpickr-current-month {
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center
}

.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months {
    height: 40px
}

.flatpickr-calendar .numInputWrapper {
    width: 100px
}

.flatpickr-calendar .numInputWrapper .numInput {
    height: 40px;
    padding-left: .75rem
}

.flatpickr-calendar .numInputWrapper .arrowDown,
.flatpickr-calendar .numInputWrapper .arrowUp {
    width: 36px;
    display: flex;
    justify-content: end;
    background: transparent
}

.x-introduction-user-banner-slide-container .-logo-img {
    margin: auto;
    width: 100px
}

.x-introduction-user-banner-slide-container .-title-img {
    width: 290px;
    margin: auto
}

.x-introduction-user-banner-slide-container .-banner-img {
    width: 100%;
    margin: auto
}

.x-introduction-user-banner-slide-container .-banner-wrapper {
    text-align: center
}

.x-introduction-user-banner-slide-container .-description-text {
    font-size: 1.125rem;
    font-weight: 500;
    background: linear-gradient(180deg, #b59f7d, #f3f0ec);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 1rem 0
}

@media (min-width:992px) {
    .x-introduction-user-banner-slide-container .-btn-introduction-user-modal {
        margin-top: 1rem
    }
}

.x-introduction-user-banner-slide-container .slick-dots {
    bottom: -25px
}

.x-introduction-user-banner-slide-container .slick-dots li {
    width: 35px;
    height: 5px;
    margin: 0 4px
}

.x-introduction-user-banner-slide-container .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    background: #505050;
    border-radius: 10px
}

.x-introduction-user-banner-slide-container .slick-dots li button:before {
    content: unset
}

.x-introduction-user-banner-slide-container .slick-dots li.slick-active button {
    background: #f52
}

@media (max-width:767.98px) {
    .x-introduction-user-banner-slide-container .slick-dots li {
        width: 30px
    }
}

.x-interval-banner {
    position: relative
}

.x-interval-banner .-btn-close-banner-wrapper {
    position: absolute;
    top: -15px;
    right: 4px;
    z-index: 1;
    background: #191919;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center
}

.x-interval-banner .-btn-close-banner-wrapper .-btn-close-banner-interval .fa-times {
    color: #aaa;
    font-size: .875rem
}

.x-interval-banner .-btn-close-banner-wrapper .-btn-close-banner-interval:hover .fa-times {
    color: #aaa
}

.x-interval-banner .-btn-banner-interval {
    margin-right: 8px;
    padding: 0
}

.x-interval-banner .-btn-banner-interval .-ig-right-banner {
    transition: all .4s;
    width: 140px;
    height: auto;
    -webkit-animation: x-jello-horizontal 2s infinite both;
    animation: x-jello-horizontal 2s infinite both
}

@media (max-width:767.98px) {
    .x-interval-banner .-btn-banner-interval .-ig-right-banner {
        width: 100px
    }
}

.x-special-menu-entry .nav {
    flex-wrap: nowrap;
    justify-content: center;
    gap: .5rem
}

.x-special-menu-entry .nav-item {
    width: 25%
}

@media (min-width:992px) {
    .x-special-menu-entry .nav-item {
        width: 12.5%
    }
}

.x-special-menu-entry .nav-link {
    position: relative;
    width: 100%;
    height: 40px;
    padding: 0;
    font-size: .875rem;
    text-align: center;
    outline: none;
    border: none;
    background: #000;
    border-radius: .375rem;
    overflow: hidden;
    transition: all .2s
}

@media (min-width:992px) {
    .x-special-menu-entry .nav-link {
        height: 50px
    }
}

@media (min-width:992px) {
    .x-special-menu-entry .nav-link:hover {
        -webkit-filter: brightness(1.5) saturate(1.5);
        filter: brightness(1.5) saturate(1.5)
    }
}

.x-special-menu-entry .nav-link:focus {
    outline: none;
    border: none
}

.x-special-menu-entry .nav-link .-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left
}

.x-special-menu-entry .nav-link .-text-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    height: 95%;
    max-width: 95%;
    max-height: 95%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    translate: -50% -50%
}

.x-special-menu-entry .nav-link .-text {
    position: relative;
    color: #fff
}

.x-special-menu-entry .-slick-wrapper:not(.slick-initialized) {
    display: flex;
    gap: .5rem
}

.x-special-menu-entry .-slick-wrapper:not(.slick-initialized) .-slick-item {
    display: block;
    flex: 1
}

.x-special-menu-entry .-slick-wrapper:not(.slick-initialized) .-slick-item:first-child .nav {
    justify-content: flex-end
}

.x-special-menu-entry .-slick-wrapper:not(.slick-initialized) .-slick-item:last-child .nav {
    justify-content: flex-start
}

.x-bank-maintenance-period {
    padding: 1.5rem 1rem;
    font-size: .875rem;
    background: rgba(242, 38, 98, .075);
    border-radius: 6px;
    text-align: center
}

.x-bank-maintenance-period strong {
    font-weight: 600;
    color: #f22662
}

.x-bank-maintenance-period img {
    width: 100px;
    height: auto
}

.x-bank-maintenance-period .-ps {
    display: block;
    margin-top: 1rem;
    margin-bottom: 0;
    font-weight: 500;
    color: #f22662
}

.x-bank-maintenance-period .-title {
    font-size: 1.375em;
    color: #f22662
}

.x-bank-maintenance-period .-description {
    margin-bottom: 0;
    color: #fcfcfc
}

.x-integrate-user-origin-modal .-modal-content .-modal-body .btn.-submit {
    font-weight: 600
}

@media (min-width:992px) {
    .x-integrate-user-origin-modal .-modal-content .-modal-body .btn.-submit {
        font-size: 1.25rem
    }
}

.x-integrate-user-origin-modal-body .-spacer {
    margin-top: 1.25rem
}

.x-integrate-user-origin-modal-body .-top-wrapper,
.x-integrate-user-origin-modal-body .-top-wrapper .-top-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media (max-width:375px) {
    .x-integrate-user-origin-modal-body .-top-wrapper .-top-content-wrapper .-ig-logo {
        width: 180px
    }
}

@media (min-width:992px) {
    .x-integrate-user-origin-modal-body .-top-wrapper .-top-content-wrapper {
        line-height: 34px
    }
}

.x-integrate-user-origin-modal-body .-top-wrapper .-top-content-wrapper .-top-title {
    color: #f3f3f3;
    font-size: 1.75rem;
    font-weight: 500
}

@media (max-width:375px) {
    .x-integrate-user-origin-modal-body .-top-wrapper .-top-content-wrapper .-top-title {
        font-size: 1.5rem
    }
}

.x-integrate-user-origin-modal-body .-top-wrapper .-top-content-wrapper .-top-sub-title {
    color: #f3f3f3;
    font-size: 1.125rem;
    font-weight: 500
}

@media (max-width:375px) {
    .x-integrate-user-origin-modal-body .-top-wrapper .-top-content-wrapper .-top-sub-title {
        font-size: 1rem
    }
}

.x-integrate-user-origin-modal-body .-top-wrapper .-top-content-wrapper .-top-sub-title .-text-highlight {
    color: #ff7a56;
    font-style: italic
}

.x-integrate-user-origin-modal-body .-center-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem
}

.x-integrate-user-origin-modal-body .-center-wrapper .-center-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(33.33333% - .7rem)
}

@media (max-width:375px) {
    .x-integrate-user-origin-modal-body .-center-wrapper .-center-content-wrapper .-ig-banner {
        width: 80px
    }
}

.x-integrate-user-origin-modal-body .-center-wrapper .-center-content-wrapper .-center-title {
    margin-top: .5rem;
    color: #f3f3f3;
    font-size: .875rem;
    text-align: center
}

@media (max-width:375px) {
    .x-integrate-user-origin-modal-body .-center-wrapper .-center-content-wrapper .-center-title {
        font-size: .75rem
    }
}

.x-integrate-user-origin-modal-body .-center-wrapper .-center-content-wrapper .-center-title .-content-highlight {
    font-weight: 500;
    font-style: italic
}

.x-integrate-user-origin-modal-body .-bottom-wrapper {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #f52;
    border-radius: 8px;
    box-shadow: 0 1px 11px 0 #f52;
    padding: 1rem .5rem
}

@media (max-width:375px) {
    .x-integrate-user-origin-modal-body .-bottom-wrapper .-ic {
        width: 40px
    }
}

.x-integrate-user-origin-modal-body .-bottom-wrapper .-bottom-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: .75rem
}

@media (min-width:992px) {
    .x-integrate-user-origin-modal-body .-bottom-wrapper .-bottom-content-wrapper {
        line-height: 30px
    }
}

.x-integrate-user-origin-modal-body .-bottom-wrapper .-bottom-content-wrapper .-bottom-title {
    font-size: 1rem;
    color: #f3f3f3
}

@media (max-width:375px) {
    .x-integrate-user-origin-modal-body .-bottom-wrapper .-bottom-content-wrapper .-bottom-title {
        font-size: .875rem
    }
}

.x-integrate-user-origin-modal-body .-bottom-wrapper .-bottom-content-wrapper .-bottom-sub-title {
    color: #f3f3f3;
    font-size: 1.75rem
}

.x-integrate-user-origin-modal-body .-bottom-wrapper .-bottom-content-wrapper .-bottom-sub-title .-bold {
    font-weight: 500
}

@media (max-width:575.98px) {
    .x-integrate-user-origin-modal-body .-bottom-wrapper .-bottom-content-wrapper .-bottom-sub-title {
        font-size: 1.5rem
    }
}

@media (max-width:375px) {
    .x-integrate-user-origin-modal-body .-bottom-wrapper .-bottom-content-wrapper .-bottom-sub-title {
        font-size: 1.25rem
    }
}

.x-integrate-user-origin-modal-body .-action-wrapper {
    display: flex;
    flex-direction: column
}

.x-integrate-user-origin-modal-body .-action-wrapper .-btn-integrate-user-cancel {
    padding: .8rem 2.5rem;
    color: #f3f3f3
}

.x-modal.-v2 .x-integrate-user-form .-title-img-wrapper {
    text-align: center
}

.x-modal.-v2 .x-integrate-user-form .-title-wrapper {
    text-align: center;
    font-size: 1.25rem;
    color: var(--integrate-user-destination-form-title-color);
    margin-bottom: 1rem
}

.x-modal.-v2 .x-integrate-user-form .-form-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.x-modal.-v2 .x-integrate-user-form .-form-wrapper .-form-inner-wrapper {
    padding: 1rem 2rem;
    background: var(--integrate-user-destination-form-bg);
    border-radius: 8px;
    margin-bottom: 2rem
}

.x-modal.-v2 .x-integrate-user-form .-form-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: .25rem
}

.x-modal.-v2 .x-integrate-user-form .-form-integrate-user-control-label {
    margin-bottom: 0;
    margin-right: .5rem;
    color: var(--integrate-user-destination-form-label-color);
    font-size: 1rem
}

.x-modal.-v2 .x-integrate-user-form .-form-integrate-user {
    border: none;
    padding: 0;
    background: transparent;
    width: auto;
    height: auto;
    text-align: left;
    color: var(--integrate-user-destination-form-input-color);
    font-size: 1rem;
    font-weight: 300
}

.x-modal.-v2 .x-integrate-user-form .-form-group-bank .-logo {
    border-radius: 50%;
    width: 30px;
    margin-right: .5rem
}

.x-modal.-v2 .x-integrate-user-form .-form-group-bank .-bank-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.x-modal.-v2 .x-integrate-user-form .-form-group-bank .-bank-wrapper .-bank-name {
    color: var(--integrate-user-destination-form-input-color);
    font-size: 1rem
}

.x-modal-group-change-container {
    min-width: 300px
}

.x-modal-group-change-container .-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 300px;
    height: 250px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

@media (max-width:767.98px) {
    .x-modal-group-change-container .-image-wrapper {
        width: 240px;
        height: 220px
    }
}

.x-modal-group-change-container .-image-wrapper .-icon {
    width: 180px
}

@media (max-width:767.98px) {
    .x-modal-group-change-container .-image-wrapper .-icon {
        width: 150px
    }
}

.x-modal-group-change-container .-text-wrapper {
    text-align: center;
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem)
}

.x-modal-group-change-container .-text-wrapper .-title {
    margin: 0;
    color: #fafafa;
    font-size: 2rem;
    font-weight: 400
}

@media (max-width:767.98px) {
    .x-modal-group-change-container .-text-wrapper .-title {
        font-size: 1.5rem
    }
}

.x-modal-group-change-container .-text-wrapper .-description {
    color: #f2f2f2;
    font-size: 1.5rem;
    font-weight: 300
}

@media (max-width:767.98px) {
    .x-modal-group-change-container .-text-wrapper .-description {
        font-size: 1.25rem
    }
}

.x-modal-group-change-container .-text-wrapper .-description .-highlight {
    font-weight: 500
}

.x-modal-group-change-container .-text-wrapper .-text-bottom {
    color: #c4c6c9;
    font-size: 1rem
}

.x-modal-group-change-container .-text-wrapper .-text-bottom .-number {
    color: var(--bg-gold);
}

.x-modal.-modal-full-page .-modal-group-change .-modal-content,
.x-modal.-modal-full-page.-v2 .-modal-group-change .-modal-content {
    padding-bottom: 3rem
}

@media (max-width:991.98px) {

    .x-modal.-modal-full-page .-modal-group-change .-modal-content,
    .x-modal.-modal-full-page.-v2 .-modal-group-change .-modal-content {
        height: auto
    }
}

.x-modal .-modal-group-change .-btn-close {
    top: auto;
    left: 50%;
    bottom: 0;
    color: #717171;
    border: 3px solid #717171;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.x-pocket-farm-account-container .-heading-info-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.x-pocket-farm-account-container .-heading-info-wrapper .-time {
    font-size: .875rem;
    color: var(--pocket-farm-balance-time-color)
}

.x-pocket-farm-account-container .-heading-info-wrapper .-btn-wrapper {
    display: flex;
    margin-top: .75rem
}

@media (min-width:1200px) {
    .x-pocket-farm-account-container .-heading-info-wrapper .-btn-wrapper {
        gap: .5rem
    }
}

@media (max-width:1199.98px) {
    .x-pocket-farm-account-container .-heading-info-wrapper .-btn-wrapper {
        width: 100%;
        gap: 1rem
    }
}

.x-pocket-farm-account-container .-heading-info-wrapper .-btn {
    min-width: 120px;
    padding: .5rem 1rem;
    font-size: .9375rem
}

@media (max-width:1199.98px) {
    .x-pocket-farm-account-container .-heading-info-wrapper .-btn {
        flex: 1;
        min-width: auto
    }
}

.x-pocket-farm-account-container .-helper-wrapper {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: 1rem;
    font-size: .875rem;
    color: var(--pocket-farm-helper-color);
    background: var(--pocket-farm-helper-bg)
}

@media (max-width:1199.98px) {
    .x-pocket-farm-account-container .-helper-wrapper {
        flex-direction: column
    }
}

.x-pocket-farm-account-container .-helper-wrapper .-highlight {
    color: var(--pocket-farm-helper-highlight-color)
}

.x-pocket-farm-account-container .-helper-wrapper .-btn {
    padding: .75rem
}

@media (min-width:1200px) {
    .x-pocket-farm-account-container .-helper-wrapper .-btn {
        min-width: 130px
    }
}

.x-pocket-farm-balance {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: .25rem;
    padding: .25rem
}

.x-pocket-farm-balance .-balance {
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--pocket-farm-balance-color)
}

.x-pocket-farm-balance .-btn-reload {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: var(--pocket-farm-balance-reload-color);
    border-radius: 50%
}

.x-modal .-modal-main-account .-modal-content .-modal-body .-layout-account:has(>.x-pocket-farm),
.x-modal.-v2 .-modal-main-account .-modal-content .-modal-body .-layout-account:has(>.x-pocket-farm) {
    background: var(--pocket-farm-bg)
}

@media (min-width:1200px) {
    .x-pocket-farm {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }
}

.x-pocket-farm .-hr {
    border-color: var(--pocket-farm-hr-color)
}

.x-pocket-farm .-btn {
    border-radius: var(--pocket-farm-btn-border-radius)
}

.x-pocket-farm .-btn.btn-primary {
    color: var(--pocket-farm-btn-primary-color);
    background: var(--pocket-farm-btn-primary-bg);
    transition: all .2s
}

.x-pocket-farm .-btn.btn-primary:hover {
    color: var(--pocket-farm-btn-primary-hover-color);
    background: var(--pocket-farm-btn-primary-hover-bg)
}

.x-pocket-farm .-btn.btn-secondary {
    color: var(--pocket-farm-btn-secondary-color);
    background: var(--pocket-farm-btn-secondary-bg);
    transition: all .2s
}

.x-pocket-farm .-btn.btn-secondary:hover {
    color: var(--pocket-farm-btn-secondary-hover-color);
    background: var(--pocket-farm-btn-secondary-hover-bg)
}

.x-pocket-farm .-logo-wrapper {
    position: relative;
    width: 210px;
    margin: auto
}

.x-pocket-farm .-logo-wrapper .-img {
    width: 100%;
    height: auto
}

.x-pocket-farm .-logo-wrapper .-logo-title {
    position: absolute;
    bottom: 62%;
    right: 0;
    font-size: .6875rem;
    font-weight: 300;
    color: var(--pocket-farm-title-color)
}

.x-pocket-farm .-content-wrapper {
    margin-top: 1rem
}

.x-pocket-farm .-success-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem
}

.x-pocket-farm .-success-wrapper .-img {
    margin-bottom: .5rem
}

.x-pocket-farm .-success-wrapper .-title {
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--pocket-farm-title-color)
}

.x-pocket-farm .-success-wrapper .-highlight {
    font-weight: 500;
    color: var(--pocket-farm-helper-highlight-color)
}

.x-pocket-farm .-success-wrapper .-detail {
    color: var(--pocket-farm-title-color)
}

.x-pocket-farm .-success-wrapper .-going-back {
    font-size: .9375rem;
    color: var(--pocket-farm-helper-color)
}

.x-pocket-farm .-open-account-heading-wrapper {
    display: flex;
    justify-content: space-between
}

@media (max-width:1199.98px) {
    .x-pocket-farm .-open-account-heading-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
}

@media (max-width:1199.98px) {
    .x-pocket-farm .-open-account-heading-wrapper .-col-left {
        text-align: center
    }
}

@media (min-width:1200px) {
    .x-pocket-farm .-open-account-heading-wrapper .-col-right {
        text-align: right;
        min-width: 170px
    }
}

@media (max-width:1199.98px) {
    .x-pocket-farm .-open-account-heading-wrapper .-col-right {
        margin-top: 1rem
    }
}

.x-pocket-farm .-open-account-heading-wrapper .-title {
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--pocket-farm-register-title)
}

.x-pocket-farm .-open-account-heading-wrapper .-paragraph {
    margin-bottom: 0;
    font-size: .875rem;
    color: var(--pocket-farm-register-paragraph)
}

.x-pocket-farm .-open-account-heading-wrapper .-btn {
    font-size: .9375rem
}

.x-pocket-farm .-open-account-container .-banner-wrapper {
    text-align: center;
    margin-top: 1rem
}

@media (max-width:991.98px) {
    .x-pocket-farm .-open-account-container .-banner-wrapper {
        text-align: center
    }
}

.x-pocket-farm .-open-account-container video {
    width: 100%;
    max-width: 380px
}

.x-pocket-farm .-benefit-list {
    display: flex;
    gap: .5rem
}

.x-pocket-farm .-benefit-list-item {
    display: flex;
    align-items: center;
    width: 33.33333%;
    gap: .5rem
}

@media (max-width:1199.98px) {
    .x-pocket-farm .-benefit-list-item {
        flex-direction: column;
        text-align: center
    }
}

@media (min-width:1200px) {
    .x-pocket-farm .-benefit-list-item .-img {
        min-width: 36px;
        max-width: 36px
    }
}

@media (max-width:1199.98px) {
    .x-pocket-farm .-benefit-list-item .-img {
        width: 55%
    }
}

.x-pocket-farm .-benefit-list-item p {
    margin-bottom: 0;
    font-size: .875rem;
    color: var(--pocket-farm-benefit-color)
}

.x-pocket-farm .-transfer-container {
    display: flex;
    align-items: center
}

@media (min-width:1200px) {
    .x-pocket-farm .-transfer-container {
        margin: auto
    }
}

@media (max-width:1199.98px) {
    .x-pocket-farm .-transfer-container {
        width: 100%
    }
}

.x-pocket-farm .-transfer-container .-from,
.x-pocket-farm .-transfer-container .-to {
    flex: 1
}

.x-pocket-farm .-transfer-container .-from .x-pocket-farm-balance .-balance,
.x-pocket-farm .-transfer-container .-to .x-pocket-farm-balance .-balance {
    font-size: .875rem;
    word-break: break-all
}

.x-pocket-farm .-transfer-container .-to .x-pocket-farm-balance .-balance,
.x-pocket-farm .-transfer-container .-to .x-pocket-farm-balance .-btn-reload {
    font-size: .875rem;
    color: var(--pocket-farm-transfer-account-card-title-color)
}

.x-pocket-farm .-transfer-container .-to .x-pocket-farm-balance .-balance {
    word-break: break-all
}

.x-pocket-farm .-transfer-container .-toggle {
    padding: 0 1.5rem
}

@media (max-width:1199.98px) {
    .x-pocket-farm .-transfer-container .-toggle {
        padding: 0 1rem
    }
}

.x-pocket-farm .-transfer-container .-box-label {
    font-size: .875rem;
    color: var(--pocket-farm-transfer-label-color)
}

.x-pocket-farm .-transfer-container .-btn-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-top: .5rem;
    padding: 0;
    border-radius: 50%;
    color: var(--pocket-farm-transfer-btn-toggle-color);
    background: var(--pocket-farm-transfer-btn-toggle-bg);
    transition: all .2s
}

.x-pocket-farm .-transfer-container .-btn-toggle:hover {
    -webkit-filter: brightness(.95);
    filter: brightness(.95)
}

.x-pocket-farm .form-control-label {
    font-size: .875rem;
    color: var(--pocket-farm-transfer-label-color)
}

.x-pocket-farm .form-control {
    font-size: 1.5rem;
    font-weight: 600;
    background: var(--pocket-farm-transfer-input-bg)
}

.x-pocket-farm .form-control::-webkit-input-placeholder {
    position: relative;
    top: var(--pocket-farm-form-top);
    font-size: 1.25rem
}

.x-pocket-farm .form-control:-ms-input-placeholder {
    position: relative;
    top: var(--pocket-farm-form-top);
    font-size: 1.25rem
}

.x-pocket-farm .form-control::-ms-input-placeholder {
    position: relative;
    top: var(--pocket-farm-form-top);
    font-size: 1.25rem
}

.x-pocket-farm .form-control::placeholder {
    position: relative;
    top: var(--pocket-farm-form-top);
    font-size: 1.25rem
}

@media (max-width:991.98px) {
    .x-pocket-farm .form-control::-webkit-input-placeholder {
        top: 0
    }

    .x-pocket-farm .form-control:-ms-input-placeholder {
        top: 0
    }

    .x-pocket-farm .form-control::-ms-input-placeholder {
        top: 0
    }

    .x-pocket-farm .form-control::placeholder {
        top: 0
    }
}

@media (min-width:1200px) {
    .x-pocket-farm .form-group {
        margin: auto
    }
}

@media (max-width:1199.98px) {
    .x-pocket-farm .form-group {
        width: 100%
    }
}

.x-pocket-farm .-btn-transfer-group {
    display: flex;
    justify-content: center;
    gap: 1rem
}

@media (min-width:1200px) {
    .x-pocket-farm .-btn-transfer-group {
        width: 90%;
        margin: 3rem auto 0
    }
}

@media (max-width:1199.98px) {
    .x-pocket-farm .-btn-transfer-group {
        width: 100%;
        margin-top: 2rem
    }
}

.x-pocket-farm .-btn-transfer-group .-btn {
    flex: 1;
    padding: .5rem 1rem;
    font-size: .9375rem
}

.x-pocket-farm .-text-title {
    font-size: .875rem;
    color: var(--pocket-farm-chart-heading-color)
}

.x-pocket-farm-entry-sidebar {
    margin-bottom: .5rem;
    margin-right: .5rem
}

.x-pocket-farm-entry-sidebar .-btn {
    padding: 0
}

.x-pocket-farm-withdraw-mkt-text {
    padding: .5rem 0;
    text-align: center
}

.x-pocket-farm-withdraw-mkt-text .-highlight,
.x-pocket-farm-withdraw-mkt-text .-url {
    color: var(--pocket-farm-helper-highlight-color)
}

.x-pocket-farm-withdraw-mkt-text .-url {
    text-decoration: underline
}

.x-pocket-farm-withdraw-mkt-text .-url:hover {
    -webkit-filter: brightness(.8);
    filter: brightness(.8)
}

.x-pocket-farm-indicator-chart-wrapper {
    margin-top: 1rem
}

.x-pocket-farm-indicator-chart-wrapper .-heading-wrapper {
    display: flex;
    justify-content: space-between;
    font-size: .875rem;
    color: var(--pocket-farm-chart-heading-color)
}

.x-pocket-farm-indicator-chart-wrapper .-heading-wrapper .-percent {
    color: var(--pocket-farm-chart-percent-color)
}

.x-pocket-farm-indicator-chart-wrapper .-canvas-wrapper {
    position: relative;
    margin-top: .5rem
}

.x-pocket-farm-indicator-chart-wrapper .-canvas-wrapper .-canvas-bg-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 93%;
    height: 75.5%;
    background: var(--pocket-farm-chart-bg);
    border-radius: 3px
}

.x-pocket-farm-indicator-chart-wrapper .-canvas-wrapper canvas {
    position: relative
}

.x-pocket-farm-history {
    margin-top: 1rem;
    padding: 1rem;
    background: var(--pocket-farm-chart-bg);
    border-radius: .5rem
}

.x-pocket-farm-history .-text-title {
    display: inline-block;
    margin-bottom: .5rem
}

.x-pocket-farm-history .-bill-history-container {
    max-height: unset;
    overflow: unset
}

.x-pocket-farm-history .-bill-history-container table .-datetime {
    color: var(--pocket-farm-chart-heading-color)
}

.x-pocket-farm-history .-bill-history-container table .-amount,
.x-pocket-farm-history .-bill-history-container table tbody td .-title {
    color: var(--pocket-farm-title-color)
}

.x-pocket-farm-history .-bill-history-container table.table-striped tbody tr:nth-child(odd) {
    background: var(--pocket-farm-striped-bg)
}

.x-pocket-farm-history .-bill-history-container table .-amount.-deposit {
    color: #6fcf97
}

.x-pocket-farm-history .-bill-history-container table .-amount.-withdraw {
    color: #eb5757
}

.x-pocket-farm-history .-state-wrapper {
    color: var(--pocket-farm-chart-heading-color)
}

.x-pocket-farm-history .-paginate-wrapper {
    margin-top: .5rem;
    text-align: center
}

.x-pocket-farm-history .-paginate-info {
    font-size: .75rem;
    font-style: italic
}

.x-pocket-farm-history .-paginate-btn-wrapper {
    display: flex;
    justify-content: center;
    gap: .5rem;
    margin-top: .25rem
}

.x-pocket-farm-history .-no-result {
    margin-top: .5rem;
    text-align: center
}

.x-pocket-farm-history .-no-result span {
    display: inline-block;
    padding: .75rem 1.25rem;
    font-size: .875rem;
    color: var(--pocket-farm-helper-color);
    background: var(--pocket-farm-transfer-account-card-bg)
}

.x-pocket-farm-how-to-use {
    padding-bottom: 2rem
}

.x-pocket-farm-how-to-use .-cover-wrapper {
    position: relative
}

.x-pocket-farm-how-to-use .-cover-wrapper .-img-wrapper {
    position: relative;
    overflow: hidden
}

@media (min-width:1200px) {
    .x-pocket-farm-how-to-use .-cover-wrapper .-img-wrapper {
        height: 190px
    }
}

@media screen and (min-width:1500px) {
    .x-pocket-farm-how-to-use .-cover-wrapper .-img-wrapper {
        height: 240px
    }
}

@media (max-width:1199.98px) {
    .x-pocket-farm-how-to-use .-cover-wrapper .-img-wrapper {
        height: 160px
    }
}

@media (max-width:991.98px) {
    .x-pocket-farm-how-to-use .-cover-wrapper .-img-wrapper {
        height: 130px
    }
}

.x-pocket-farm-how-to-use .-cover-wrapper .-title {
    position: absolute;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-bottom: 0;
    left: 9%;
    color: #fff;
    font-size: 2rem
}

@media (max-width:1199.98px) {
    .x-pocket-farm-how-to-use .-cover-wrapper .-title {
        left: 5%
    }
}

@media (max-width:991.98px) {
    .x-pocket-farm-how-to-use .-cover-wrapper .-title {
        font-size: 1.5rem;
        white-space: pre-line
    }
}

@media (max-width:767.98px) {
    .x-pocket-farm-how-to-use .-cover-wrapper .-title {
        left: 1rem
    }
}

.x-pocket-farm-how-to-use .-cover-wrapper img {
    width: 100%;
    height: 100%;
    max-width: unset;
    -o-object-fit: cover;
    object-fit: cover
}

.x-pocket-farm-how-to-use .-heading-title {
    font-size: 1.25rem;
    color: var(--pocket-farm-how-to-title-color)
}

@media (max-width:1199.98px) {
    .x-pocket-farm-how-to-use .-heading-title {
        font-size: 1.125rem
    }
}

.x-pocket-farm-how-to-use .-video-wrapper {
    text-align: center;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.x-pocket-farm-how-to-use .-video-wrapper video {
    width: auto;
    height: 400px
}

@media (max-width:575.98px) {
    .x-pocket-farm-how-to-use .-video-wrapper video {
        width: 100%;
        max-width: 450px;
        height: auto
    }
}

.x-pocket-farm-how-to-use .-step-wrapper {
    margin-top: 2rem
}

.x-pocket-farm-how-to-use .-step-wrapper .-heading {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: .5rem
}

.x-pocket-farm-how-to-use .-step-wrapper .-article-title {
    margin-bottom: 0
}

.x-pocket-farm-how-to-use .-step-wrapper .-article-paragraph {
    font-size: .9375rem
}

.x-pocket-farm-how-to-use .-step-wrapper .-row-wrapper {
    margin-top: 2rem
}

.x-pocket-farm-how-to-use .-terms-wrapper {
    margin-top: 1rem;
    text-align: center
}

.x-pocket-farm-how-to-use .-terms-wrapper .-heading-title {
    margin-top: 1.5rem;
    color: #f22662
}

.x-pocket-farm-how-to-use .-terms-wrapper .-img-wrapper {
    position: relative;
    height: 225px;
    border-radius: .75rem;
    overflow: hidden
}

@media (max-width:767.98px) {
    .x-pocket-farm-how-to-use .-terms-wrapper .-img-wrapper {
        height: 180px
    }
}

.x-pocket-farm-how-to-use .-terms-wrapper .-img-wrapper img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-width: unset;
    height: 100%
}

@media (max-width:767.98px) {
    .x-pocket-farm-how-to-use .-terms-wrapper .-paragraph {
        font-size: .9375rem
    }
}

.x-pocket-farm-transfer-account-card {
    display: flex;
    padding: .5rem .75rem;
    background: var(--pocket-farm-transfer-account-card-bg);
    border-radius: .25rem
}

@media (min-width:1200px) {
    .x-pocket-farm-transfer-account-card {
        align-items: center;
        justify-content: space-between
    }
}

@media (max-width:1199.98px) {
    .x-pocket-farm-transfer-account-card {
        flex-direction: column;
        justify-content: center
    }
}

.x-pocket-farm-transfer-account-card .-title {
    margin-bottom: -.25rem;
    font-size: .875rem;
    color: var(--pocket-farm-transfer-account-card-title-color)
}

.x-pocket-farm-transfer-account-card .-img-wrapper {
    width: 44px
}

@media (max-width:1199.98px) {
    .x-pocket-farm-transfer-account-card .-img-wrapper {
        margin: auto
    }
}

.x-pocket-farm-transfer-account-card .-info-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

@media (max-width:1199.98px) {
    .x-pocket-farm-transfer-account-card .-info-wrapper {
        align-items: center
    }
}

.x-notification-badge-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    font-size: .875rem;
    font-weight: 500;
    background: linear-gradient(180deg, #e60000 28%, #a70000);
    border-radius: 50%
}

.x-notification-badge-container .-text {
    position: relative;
    color: #fff
}

#notificationCenterModal .-modal-content .modal-header {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 1.5rem !important
}

@media (max-width:991.98px) {
    #notificationCenterModal .-modal-content .modal-header {
        padding-bottom: 2.5rem !important
    }
}

#notificationCenterModal .-modal-content .modal-header .-outer-wrapper {
    position: relative;
    margin: auto
}

#notificationCenterModal .-modal-content .modal-header .-outer-wrapper .-title-bg {
    width: 300px;
    height: auto;
    -webkit-filter: none;
    filter: none
}

@media (max-width:575.98px) {
    #notificationCenterModal .-modal-content .modal-header .-outer-wrapper .-title-bg {
        width: 260px
    }
}

@media screen and (max-width:360px) {
    #notificationCenterModal .-modal-content .modal-header .-outer-wrapper .-title-bg {
        width: 250px
    }
}

#notificationCenterModal .-modal-content .modal-body {
    overflow: hidden;
    padding: 0 1rem 3rem
}

#notificationCenterModal .x-title-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 0;
    width: 100%;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%)
}

#notificationCenterModal .x-title-modal .-ic-title {
    width: 40px;
    height: auto;
    -webkit-filter: none;
    filter: none
}

@media (max-width:767.98px) {
    #notificationCenterModal .x-title-modal .-ic-title {
        width: 30px
    }
}

#notificationCenterModal .x-title-modal .-text {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    background: #fafafa;
    font-weight: 500;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-filter: none;
    filter: none
}

@media (max-width:767.98px) {
    #notificationCenterModal .x-title-modal .-text {
        font-size: 1.5rem
    }
}

#notificationCenterModal .x-title-modal.-not-absolute {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: none;
    transform: none;
    padding-top: .75rem
}

#notificationCenterModal .x-title-modal.-not-absolute .-text {
    font-weight: 400
}

@media (max-width:767.98px) {
    #notificationCenterModal .x-title-modal.-not-absolute .-text {
        font-size: 1.25rem
    }
}

.x-notification-center-render-container {
    position: relative
}

.x-notification-center-render-container .-no-result-with-reload {
    text-align: center
}

.x-notification-center-render-container .-delete-all-btn {
    position: absolute;
    bottom: -35px;
    left: 50%;
    background: transparent;
    border: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.x-notification-center-render-container .-delete-all-btn:focus {
    outline: none
}

@media (max-width:991.98px) {
    .x-notification-center-render-container .-delete-all-btn {
        position: fixed;
        top: 60px;
        bottom: unset;
        right: 1rem;
        left: unset;
        -webkit-transform: unset;
        transform: unset;
        z-index: 0
    }
}

.x-notification-center-render-container .-delete-all-btn .fas {
    font-size: .875rem;
    background: #8a8a8a;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.x-notification-center-render-container .-delete-all-btn .-text {
    display: inline-block;
    font-size: .75rem;
    background: #8a8a8a;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.x-notification-center-render-container .-delete-all-btn:hover .-text,
.x-notification-center-render-container .-delete-all-btn:hover .fas {
    background: #a4a4a4;
    -webkit-background-clip: text
}

.x-notification-history-list-container {
    position: relative;
    z-index: 1;
    max-height: 500px;
    overflow-y: auto;
    border-radius: 1rem
}

@media (max-width:991.98px) {
    .x-notification-history-list-container {
        max-height: 75vh
    }
}

@media (max-width:575.98px) {
    .x-notification-history-list-container {
        padding-bottom: 3rem
    }
}

.x-notification-history-list-container .-loading-wrapper {
    margin-top: 1rem;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .2s
}

.x-notification-history-list-container .-loading-wrapper.-visible {
    opacity: 1;
    visibility: visible
}

.x-notification-history-list-container .wg-more {
    display: none
}

.x-notification-list-item-wrapper {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 1rem 1rem .5rem;
    background: #2d2d2d;
    border-radius: 1rem
}

@media screen and (max-width:360px) {
    .x-notification-list-item-wrapper {
        padding: 1rem .5rem .5rem
    }
}

.x-notification-list-item-wrapper:not(:first-child) {
    margin-top: 1rem
}

.x-notification-list-item-wrapper.-unread {
    background: #3b3b3c
}

.x-notification-list-item-wrapper.-unread .-details-wrapper {
    opacity: 1
}

.x-notification-list-item-wrapper .-badge {
    position: absolute;
    top: 18px;
    left: 0;
    padding: 5px 15px 5px 10px;
    font-size: .9rem;
    font-weight: 600;
    color: #fff;
    border-radius: 0 20px 20px 0;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

@media (max-width:767.98px) {
    .x-notification-list-item-wrapper .-badge {
        padding: 4px 10px 4px 8px;
        font-size: .875rem
    }
}

.x-notification-list-item-wrapper .-badge.-new {
    background: #3f9e98
}

.x-notification-list-item-wrapper .-ic-img {
    width: 70px;
    height: auto
}

@media (max-width:575.98px) {
    .x-notification-list-item-wrapper .-ic-img {
        width: 60px
    }
}

.x-notification-list-item-wrapper .-details-wrapper {
    flex: 1 1 auto;
    padding-left: 1rem;
    opacity: .7
}

@media screen and (max-width:360px) {
    .x-notification-list-item-wrapper .-details-wrapper {
        padding-left: .5rem
    }
}

.x-notification-list-item-wrapper .-details-wrapper .-title {
    font-size: 1rem;
    font-weight: 500;
    color: var(--text-gold);
}

@media (max-width:575.98px) {
    .x-notification-list-item-wrapper .-details-wrapper .-title {
        font-size: .875rem
    }
}

.x-notification-list-item-wrapper .-details-wrapper .-description {
    margin-bottom: 0;
    font-size: .875rem;
    color: #f3f3f3;
    word-break: break-word
}

.x-notification-list-item-wrapper .-details-wrapper .-datetime {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0;
    color: #aaa;
    font-size: .75rem;
    font-weight: 400
}

.x-notification-list-item-wrapper .-details-wrapper .-apply-promotion-btn {
    display: inline-block;
    margin-right: 5px;
    padding: 4px 10px;
    font-size: .75rem;
    color: #fff;
    background: linear-gradient(180deg, #8acaff, #007ee4);
    border: none;
    transition: all .2s ease
}

@media (max-width:575.98px) {
    .x-notification-list-item-wrapper .-details-wrapper .-apply-promotion-btn {
        padding: 4px 8px
    }
}

.x-notification-list-item-wrapper .-details-wrapper .-apply-promotion-btn:hover {
    background: linear-gradient(180deg, #3ea7ff, #005498)
}

.x-notification-list-item-wrapper .-coupon-code {
    margin-bottom: .25rem;
    font-size: .875rem;
    font-weight: 400;
    color: #f3f3f3
}

.x-notification-list-item-wrapper .-coupon-code .-label {
    display: inline-block;
    margin-right: 5px
}

.x-notification-list-item-wrapper .-coupon-code .-copy-coupon-wrapper {
    display: inline-block;
    color: #f22662
}

.x-notification-list-item-wrapper .-coupon-code .fas {
    margin-left: 3px;
    font-size: 14px
}

.x-notification-list-item-wrapper .-actions-wrapper {
    text-align: right;
    flex: 0 0 25px
}

.x-notification-list-item-wrapper .-actions-wrapper .-delete-btn {
    padding: 0 .25rem
}

.x-notification-list-item-wrapper .-actions-wrapper .-delete-btn .fas {
    font-size: 1rem;
    background: #8a8a8a;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width:575.98px) {
    .x-notification-list-item-wrapper .-actions-wrapper .-delete-btn .fas {
        font-size: .875rem
    }
}

.x-notification-list-item-wrapper .-actions-wrapper .-delete-btn:hover .fas {
    background: #a4a4a4;
    -webkit-background-clip: text
}

.x-notification-entrance-container {
    margin-right: 8px;
    margin-bottom: 32px
}

.x-notification-entrance-container .-link-wrapper {
    position: relative;
    display: inline-block
}

.x-notification-entrance-container .-link-wrapper .-img {
    width: 56px;
    height: auto;
    transition: .2s
}

.x-notification-entrance-container .-link-wrapper:hover .-img {
    -webkit-transform: scale(1.075) rotate(5deg);
    transform: scale(1.075) rotate(5deg)
}

.x-notification-entrance-container .-link-wrapper.-shake .-img-wrapper {
    -webkit-animation: x-rotate-item .8s infinite;
    animation: x-rotate-item .8s infinite
}

.x-notification-entrance-container .x-notification-badge-container {
    position: absolute;
    top: 0;
    right: -4px
}

.x-text-with-link {
    margin-top: 1rem;
    font-size: .875rem;
    font-weight: 400;
    color: #aaa;
    text-align: center
}

.x-text-with-link .-btn-link {
    color: var(--text-gold);
    ;
    text-decoration: underline
}

.x-keypad-number-container .-btn-group-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.x-keypad-number-container .-btn {
    width: calc(33.33333% - 4px);
    height: 50px;
    margin-top: .5rem;
    padding: 0;
    touch-action: manipulation
}

.x-keypad-number-container .-btn.-btn-keypad {
    color: #e9e9e9;
    background: #272727;
    border: 1px solid #272727;
    border-radius: 8px
}

.x-keypad-number-container .-btn.-btn-keypad:active {
    color: #e9e9e9;
    background: #552a1d;
    border: 1px solid #552a1d
}

@media (min-width:992px) {
    .x-keypad-number-container .-btn.-btn-keypad:hover {
        color: #e9e9e9;
        background: #552a1d;
        border: 1px solid #552a1d
    }
}

.x-keypad-number-container .-btn.-btn-backspace,
.x-keypad-number-container .-btn.-btn-backspace:active {
    color: #aaa;
    background: transparent
}

@media (min-width:992px) {
    .x-keypad-number-container .-btn.-btn-backspace:hover {
        color: #aaa;
        background: transparent
    }
}

.x-keypad-number-container .-btn.-btn-reset-password,
.x-keypad-number-container .-btn.-btn-reset-password:active {
    color: #aaa;
    background: transparent
}

@media (min-width:992px) {
    .x-keypad-number-container .-btn.-btn-reset-password:hover {
        color: #aaa;
        background: transparent
    }
}

.x-keypad-number-container .-btn.-btn-none {
    color: transparent;
    background: transparent
}

@font-face {
    font-family: FC Iconic Text;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("FCIconicTextLight"), local("FC Iconic Text Light"), url(https://asset.cloudigame.co/fonts/FC-Iconic-Text/FC-Iconic-Text-Light.ttf) format("truetype")
}

@font-face {
    font-family: FC Iconic Text;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("FCIconicTextRegular"), local("FC Iconic Text Regular"), url(https://asset.cloudigame.co/fonts/FC-Iconic-Text/FC-Iconic-Text-Regular.ttf) format("truetype")
}

@font-face {
    font-family: FC Iconic Text;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("FCIconicTextMedium"), local("FC Iconic Text Medium"), url(https://asset.cloudigame.co/fonts/FC-Iconic-Text/FC-Iconic-Text-Medium.ttf) format("truetype")
}

@font-face {
    font-family: FC Iconic Text;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("FCIconicTextSemiBold"), local("FC Iconic Text SemiBold"), url(https://asset.cloudigame.co/fonts/FC-Iconic-Text/FC-Iconic-Text-SemiBold.ttf) format("truetype")
}

@font-face {
    font-family: FC Iconic Text;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("FCIconicTextBold"), local("FC Iconic Text Bold"), url(https://asset.cloudigame.co/fonts/FC-Iconic-Text/FC-Iconic-Text-Bold.ttf) format("truetype")
}

#alertResetPasscodeModal .-modal-content:has(* .x-modal-body-base.-v3),
#loginModal .-modal-content:has(* .x-modal-body-base.-v3),
#registerModal .-modal-content:has(* .x-modal-body-base.-v3) {
    min-height: auto
}

#alertResetPasscodeModal .-modal-content:has(* .x-modal-body-base.-v3) .x-register-tab-container,
#loginModal .-modal-content:has(* .x-modal-body-base.-v3) .x-register-tab-container,
#registerModal .-modal-content:has(* .x-modal-body-base.-v3) .x-register-tab-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.x-modal-body-base.-v3 .input-group-text {
    padding: 0;
    font-size: 1.5rem;
    color: #f3f3f3;
    background: transparent;
    border: none
}

.x-modal-body-base.-v3 .-x-input-icon {
    justify-content: center;
    margin-top: 1rem
}

@media (max-width:991.98px) {
    .x-modal-body-base.-v3 .-x-input-icon {
        margin-top: .5rem
    }
}

.x-modal-body-base.-v3 .-x-input-icon .form-control {
    padding-left: .75rem;
    padding-right: .75rem;
    font-size: 1.5rem;
    color: #f3f3f3;
    background-color: #0c0c0c;
    border: none;
    border-radius: 10px;
    font-family: FC Iconic Text, Helvetica Neue, Helvetica, Arial, sans-serif
}

.x-modal-body-base.-v3 .-x-input-icon .form-control::-webkit-input-placeholder {
    font-size: 1.5rem;
    font-weight: 300;
    color: #3b3b3c
}

.x-modal-body-base.-v3 .-x-input-icon .form-control:-ms-input-placeholder {
    font-size: 1.5rem;
    font-weight: 300;
    color: #3b3b3c
}

.x-modal-body-base.-v3 .-x-input-icon .form-control::-ms-input-placeholder {
    font-size: 1.5rem;
    font-weight: 300;
    color: #3b3b3c
}

.x-modal-body-base.-v3 .-x-input-icon .form-control::placeholder {
    font-size: 1.5rem;
    font-weight: 300;
    color: #3b3b3c
}

.x-modal-body-base.-v3 .-x-input-icon .form-control:focus {
    border-color: #e0e0e0
}

.x-modal-body-base.-v3 .-x-input-icon .form-control+.invalid-feedback {
    color: #ff4b4b
}

.x-modal-body-base.-v3 .-x-input-icon .form-control.is-invalid {
    border-color: transparent;
    background-image: none
}

@media (max-width:991.98px) {
    .x-modal-body-base.-v3 .-x-input-icon .form-control {
        border: none
    }
}

.x-modal-body-base.-v3 .-x-input-icon input[readonly] {
    pointer-events: none
}

.x-modal-body-base.-v3.-bank-account.-bank-selected .-title-bank-account {
    display: none
}

.x-modal-body-base.-v3.-bank-account.-bank-selected .-outer-wrapper {
    padding-top: 0
}

.x-modal-body-base.-v3.-bank-account .x-form-control {
    height: 50px;
    padding-left: 40px;
    padding-right: 40px;
    color: #fcfcfc;
    background: #0c0c0c;
    font-size: 1rem;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 10px
}

.x-modal-body-base.-v3.-bank-account .x-form-control:focus {
    border-color: var(--text-gold);
}

.x-modal-body-base.-v3.-bank-account .x-form-control::-webkit-input-placeholder {
    color: #3b3b3c;
    font-size: 1rem
}

.x-modal-body-base.-v3.-bank-account .x-form-control:-ms-input-placeholder {
    color: #3b3b3c;
    font-size: 1rem
}

.x-modal-body-base.-v3.-bank-account .x-form-control::-ms-input-placeholder {
    color: #3b3b3c;
    font-size: 1rem
}

.x-modal-body-base.-v3.-bank-account .x-form-control::placeholder {
    color: #3b3b3c;
    font-size: 1rem
}

@media (max-width:575.98px) {
    .x-modal-body-base.-v3.-bank-account .x-form-control::-webkit-input-placeholder {
        font-size: 1rem
    }

    .x-modal-body-base.-v3.-bank-account .x-form-control:-ms-input-placeholder {
        font-size: 1rem
    }

    .x-modal-body-base.-v3.-bank-account .x-form-control::-ms-input-placeholder {
        font-size: 1rem
    }

    .x-modal-body-base.-v3.-bank-account .x-form-control::placeholder {
        font-size: 1rem
    }
}

@media (max-width:375px) {
    .x-modal-body-base.-v3.-bank-account .x-form-control::-webkit-input-placeholder {
        font-size: .875rem
    }

    .x-modal-body-base.-v3.-bank-account .x-form-control:-ms-input-placeholder {
        font-size: .875rem
    }

    .x-modal-body-base.-v3.-bank-account .x-form-control::-ms-input-placeholder {
        font-size: .875rem
    }

    .x-modal-body-base.-v3.-bank-account .x-form-control::placeholder {
        font-size: .875rem
    }
}

.x-modal-body-base.-v3.-bank-account .x-bank-choices-type .fas {
    display: none;
    margin-left: .75rem;
    color: var(--text-gold);
}

.x-modal-body-base.-v3.-bank-account .x-bank-choices-type .-bank-account-name {
    display: none;
    margin: 0
}

.x-modal-body-base.-v3.-bank-account .x-bank-choices-type .-bank-account-name .-title {
    margin-left: 1rem;
    color: var(--text-gold);
    ;
    font-weight: 400
}

.x-modal-body-base.-v3.-bank-account .x-bank-choices-type.-has-selected .-label {
    width: 100%
}

.x-modal-body-base.-v3.-bank-account .x-bank-choices-type.-has-selected .-logo.-v3 {
    width: 40px;
    height: 40px
}

.x-modal-body-base.-v3.-bank-account .x-bank-choices-type.-has-selected .-bank-account-name,
.x-modal-body-base.-v3.-bank-account .x-bank-choices-type.-has-selected .fas {
    display: block
}

.x-modal-body-base.-v3.-bank-account .x-bank-account-form .-text-description {
    margin-bottom: 1rem;
    color: #f3f3f3;
    font-size: .875rem
}

.x-modal-body-base.-v3.-password .x-form-control {
    margin: 1.5rem 0;
    height: 50px;
    color: #603d77;
    background: #fff;
    font-size: 1.5rem;
    text-align: center;
    border: 1px solid #65bce1;
    border-radius: 30px
}

.x-modal-body-base.-v3.-password .x-form-control:focus {
    border-color: #65bce1
}

.x-modal-body-base.-v3.-password .x-form-control::-webkit-input-placeholder {
    color: #e0e0e0;
    font-size: 1.5rem
}

.x-modal-body-base.-v3.-password .x-form-control:-ms-input-placeholder {
    color: #e0e0e0;
    font-size: 1.5rem
}

.x-modal-body-base.-v3.-password .x-form-control::-ms-input-placeholder {
    color: #e0e0e0;
    font-size: 1.5rem
}

.x-modal-body-base.-v3.-password .x-form-control::placeholder {
    color: #e0e0e0;
    font-size: 1.5rem
}

.x-alert-reset-passcode-tabs {
    text-align: center
}

.x-alert-reset-passcode-tabs .-description {
    color: #fcfcfc
}

.x-alert-reset-passcode-tabs .-img {
    width: 130px
}

.x-alert-reset-passcode-tabs .-btn-confirm .-ic {
    display: none
}

.x-alert-reset-passcode-tabs .-btn-confirm.-loading .-ic {
    display: inline-block
}

.x-title-register-modal-v3 {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: auto
}

.x-title-register-modal-v3 .-title {
    font-size: 1.25rem;
    font-weight: 400;
    color: var(--text-gold);
}

.x-title-register-modal-v3 .-sub-title {
    font-size: .875rem;
    font-weight: 300;
    color: #aaa
}

.x-title-register-modal-v3 .-highlight {
    font-weight: 500;
    color: var(--text-gold);
}

.x-form-register-v3 .-register-container-wrapper {
    flex-direction: column
}

.x-form-register-v3 .-otp-body,
.x-form-register-v3 .-password-body {
    position: relative;
    text-align: center
}

.x-form-register-v3 .-otp-body .-otp-input-container,
.x-form-register-v3 .-otp-body .-password-input-container,
.x-form-register-v3 .-password-body .-otp-input-container,
.x-form-register-v3 .-password-body .-password-input-container {
    width: 80%;
    margin: 0 auto 1rem;
    justify-content: center
}

@media (min-width:992px) {

    .x-form-register-v3 .-otp-body .-otp-input-container,
    .x-form-register-v3 .-otp-body .-password-input-container,
    .x-form-register-v3 .-password-body .-otp-input-container,
    .x-form-register-v3 .-password-body .-password-input-container {
        margin: 1rem auto;
        padding: .5rem 2rem .75rem;
        background: #0c0c0c;
        border-radius: 50px
    }
}

.x-form-register-v3 .-otp-body .-otp-input-container .-digit-otp,
.x-form-register-v3 .-otp-body .-otp-input-container .-digit-password,
.x-form-register-v3 .-otp-body .-password-input-container .-digit-otp,
.x-form-register-v3 .-otp-body .-password-input-container .-digit-password,
.x-form-register-v3 .-password-body .-otp-input-container .-digit-otp,
.x-form-register-v3 .-password-body .-otp-input-container .-digit-password,
.x-form-register-v3 .-password-body .-password-input-container .-digit-otp,
.x-form-register-v3 .-password-body .-password-input-container .-digit-password {
    width: 75%;
    color: var(--text-gold);
    border: none;
    border-bottom: 1px solid #3b3b3c;
    background: transparent;
    height: 50px;
    padding: 12px 0;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    border-radius: 0
}

.x-form-register-v3 .-otp-body .-otp-input-container .-digit-otp.-filled,
.x-form-register-v3 .-otp-body .-otp-input-container .-digit-password.-filled,
.x-form-register-v3 .-otp-body .-password-input-container .-digit-otp.-filled,
.x-form-register-v3 .-otp-body .-password-input-container .-digit-password.-filled,
.x-form-register-v3 .-password-body .-otp-input-container .-digit-otp.-filled,
.x-form-register-v3 .-password-body .-otp-input-container .-digit-password.-filled,
.x-form-register-v3 .-password-body .-password-input-container .-digit-otp.-filled,
.x-form-register-v3 .-password-body .-password-input-container .-digit-password.-filled {
    border-bottom: 1px solid var(--text-gold);
}

@media (min-width:992px) {

    .x-form-register-v3 .-otp-body .-otp-input-container .-digit-otp,
    .x-form-register-v3 .-otp-body .-otp-input-container .-digit-password,
    .x-form-register-v3 .-otp-body .-password-input-container .-digit-otp,
    .x-form-register-v3 .-otp-body .-password-input-container .-digit-password,
    .x-form-register-v3 .-password-body .-otp-input-container .-digit-otp,
    .x-form-register-v3 .-password-body .-otp-input-container .-digit-password,
    .x-form-register-v3 .-password-body .-password-input-container .-digit-otp,
    .x-form-register-v3 .-password-body .-password-input-container .-digit-password {
        height: 35px
    }

    .x-form-register-v3 .-otp-body .-otp-input-container .-digit-otp:focus,
    .x-form-register-v3 .-otp-body .-otp-input-container .-digit-otp:focus-visible,
    .x-form-register-v3 .-otp-body .-otp-input-container .-digit-password:focus,
    .x-form-register-v3 .-otp-body .-otp-input-container .-digit-password:focus-visible,
    .x-form-register-v3 .-otp-body .-password-input-container .-digit-otp:focus,
    .x-form-register-v3 .-otp-body .-password-input-container .-digit-otp:focus-visible,
    .x-form-register-v3 .-otp-body .-password-input-container .-digit-password:focus,
    .x-form-register-v3 .-otp-body .-password-input-container .-digit-password:focus-visible,
    .x-form-register-v3 .-password-body .-otp-input-container .-digit-otp:focus,
    .x-form-register-v3 .-password-body .-otp-input-container .-digit-otp:focus-visible,
    .x-form-register-v3 .-password-body .-otp-input-container .-digit-password:focus,
    .x-form-register-v3 .-password-body .-otp-input-container .-digit-password:focus-visible,
    .x-form-register-v3 .-password-body .-password-input-container .-digit-otp:focus,
    .x-form-register-v3 .-password-body .-password-input-container .-digit-otp:focus-visible,
    .x-form-register-v3 .-password-body .-password-input-container .-digit-password:focus,
    .x-form-register-v3 .-password-body .-password-input-container .-digit-password:focus-visible {
        outline: 1px auto var(--text-gold);
    }
}

@media (max-width:991.98px) {

    .x-form-register-v3 .-otp-body .-otp-input-container .-digit-otp,
    .x-form-register-v3 .-otp-body .-otp-input-container .-digit-password,
    .x-form-register-v3 .-otp-body .-password-input-container .-digit-otp,
    .x-form-register-v3 .-otp-body .-password-input-container .-digit-password,
    .x-form-register-v3 .-password-body .-otp-input-container .-digit-otp,
    .x-form-register-v3 .-password-body .-otp-input-container .-digit-password,
    .x-form-register-v3 .-password-body .-password-input-container .-digit-otp,
    .x-form-register-v3 .-password-body .-password-input-container .-digit-password {
        color: var(--text-gold);
        border-bottom: 1px solid #828282
    }

    .x-form-register-v3 .-otp-body .-otp-input-container .-digit-otp:focus,
    .x-form-register-v3 .-otp-body .-otp-input-container .-digit-otp:focus-visible,
    .x-form-register-v3 .-otp-body .-otp-input-container .-digit-password:focus,
    .x-form-register-v3 .-otp-body .-otp-input-container .-digit-password:focus-visible,
    .x-form-register-v3 .-otp-body .-password-input-container .-digit-otp:focus,
    .x-form-register-v3 .-otp-body .-password-input-container .-digit-otp:focus-visible,
    .x-form-register-v3 .-otp-body .-password-input-container .-digit-password:focus,
    .x-form-register-v3 .-otp-body .-password-input-container .-digit-password:focus-visible,
    .x-form-register-v3 .-password-body .-otp-input-container .-digit-otp:focus,
    .x-form-register-v3 .-password-body .-otp-input-container .-digit-otp:focus-visible,
    .x-form-register-v3 .-password-body .-otp-input-container .-digit-password:focus,
    .x-form-register-v3 .-password-body .-otp-input-container .-digit-password:focus-visible,
    .x-form-register-v3 .-password-body .-password-input-container .-digit-otp:focus,
    .x-form-register-v3 .-password-body .-password-input-container .-digit-otp:focus-visible,
    .x-form-register-v3 .-password-body .-password-input-container .-digit-password:focus,
    .x-form-register-v3 .-password-body .-password-input-container .-digit-password:focus-visible {
        outline: none
    }
}

.x-form-register-v3 .-otp-body .-text-clear-otp,
.x-form-register-v3 .-password-body .-text-clear-otp {
    color: #6c757d
}

@media (min-width:992px) {

    .x-form-register-v3 .-otp-body .-password-input-container,
    .x-form-register-v3 .-password-body .-password-input-container {
        width: 100%
    }
}

.x-form-register-v3 .-otp-body .x-reset-pw-text-container.-v3,
.x-form-register-v3 .-password-body .x-reset-pw-text-container.-v3 {
    position: absolute;
    left: 14px;
    bottom: 12px
}

.x-register-tab-container .x-register-tab {
    opacity: 0;
    position: absolute;
    z-index: -1000;
    visibility: hidden
}

.x-form-register-v3 .-btn-reset-password {
    background: none;
    color: var(--text-gold);
    ;
    border: none;
    outline: none
}

#loginModal .x-form-register-v3 .btn.-submit,
#registerModal .x-form-register-v3 .btn.-submit {
    color: #f3f3f3;
    background: var(--btn-gold)
}

#loginModal .x-form-register-v3 .btn.-submit:hover,
#registerModal .x-form-register-v3 .btn.-submit:hover {
    color: #f3f3f3;
    background: var(--btn-gold-reg-hover);
}

#loginModal .x-form-register-v3 .btn.-submit[disabled],
#registerModal .x-form-register-v3 .btn.-submit[disabled] {
    color: #814c3e;
    background: #452820
}

.x-windows-os .x-review-entry-index-container .-header-wrapper.-anon .-review-login-btn .-text {
    top: 50%
}

.x-windows-os .x-review-entry-index-container .-header-wrapper.-logged .-submit-btn .-btn-text {
    top: 0
}

.x-windows-os .x-review-entry-index-container .-quick-text-list .-quick-text-item {
    padding: .5rem 1rem
}

.x-review-entry-index-container {
    position: relative
}

.x-review-entry-index-container .-main-title {
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--bg-gold);
}

@media (max-width:767.98px) {
    .x-review-entry-index-container .-main-title {
        font-size: 1.25rem
    }
}

.x-review-entry-index-container .-header-wrapper.-anon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: 50%
}

@media screen and (max-width:1440px) {
    .x-review-entry-index-container .-header-wrapper.-anon {
        height: 400px
    }
}

@media (max-width:767.98px) {
    .x-review-entry-index-container .-header-wrapper.-anon {
        justify-content: flex-end;
        height: 300px;
        padding-bottom: 1rem
    }
}

.x-review-entry-index-container .-header-wrapper.-anon .-title-img {
    width: 100%;
    max-width: 350px;
    height: auto;
    padding: 0
}

@media (max-width:767.98px) {
    .x-review-entry-index-container .-header-wrapper.-anon .-title-img {
        max-width: 300px
    }
}

@media (max-width:575.98px) {
    .x-review-entry-index-container .-header-wrapper.-anon .-title-img {
        max-width: 280px
    }
}

.x-review-entry-index-container .-header-wrapper.-anon .-review-login-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 50px;
    margin-top: 2rem;
    padding: 0;
    background-size: cover;
    background-position: 50%;
    border-radius: 6px;
    -webkit-filter: 0 0 10px #ffbca9;
    filter: 0 0 10px #ffbca9;
    box-shadow: none;
    transition: all .3s;
    border: 1px solid #e97f61;
    background: #f2f2f2
}

.x-review-entry-index-container .-header-wrapper.-anon .-review-login-btn .-text {
    position: absolute;
    left: 50%;
    width: 100%;
    color: #fafafa;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    font-size: 1.25rem;
    font-weight: 400
}

@media (min-width:992px) {
    .x-review-entry-index-container .-header-wrapper.-anon .-review-login-btn:hover {
        -webkit-filter: 0 0 10px #ffbca9 saturate(2);
        filter: 0 0 10px #ffbca9 saturate(2);
        -webkit-transform: scale(1.025);
        transform: scale(1.025)
    }
}

@media (max-width:767.98px) {
    .x-review-entry-index-container .-header-wrapper.-anon .-review-login-btn {
        width: 220px;
        margin-top: .75rem
    }

    .x-review-entry-index-container .-header-wrapper.-anon .-review-login-btn .-text {
        font-size: 1.125rem
    }
}

.x-review-entry-index-container .-header-wrapper.-logged {
    padding: 2rem 0;
    background: #191919
}

.x-review-entry-index-container .-header-wrapper.-logged .-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 44px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 .75rem;
    color: #f3f3f3;
    background: var(--btn-gold);
    border-radius: 5px;
    border: none;
    font-weight: 400
}

.x-review-entry-index-container .-header-wrapper.-logged .-submit-btn[disabled] {
    color: #aaa;
    background: #452820
}

.x-review-entry-index-container .-header-wrapper.-logged .-submit-btn .-btn-text {
    position: relative
}

@media (min-width:992px) {
    .x-review-entry-index-container .-header-wrapper.-logged .-submit-btn:not([disabled]):hover {
        background: var(--btn-gold-reg-hover);
    }
}

@media (max-width:767.98px) {
    .x-review-entry-index-container .-header-wrapper.-logged .-submit-btn {
        width: 100%
    }
}

.x-review-entry-index-container .-header-wrapper .-row-profile-wrapper {
    margin-top: .5rem
}

.x-review-entry-index-container .-header-wrapper .-col-profile {
    position: relative;
    padding-right: 2rem
}

.x-review-entry-index-container .-header-wrapper .-col-profile:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 85%;
    background: #0d0d0d;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:767.98px) {
    .x-review-entry-index-container .-header-wrapper .-col-profile:before {
        display: none
    }
}

.x-review-entry-index-container .-header-wrapper .-col-rate {
    display: flex;
    align-items: center
}

@media (min-width:576px) {
    .x-review-entry-index-container .-header-wrapper .-col-rate {
        padding-left: 2rem
    }
}

.x-review-entry-index-container .-profile-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

@media (max-width:575.98px) {
    .x-review-entry-index-container .-profile-wrapper {
        justify-content: center
    }
}

.x-review-entry-index-container .-profile-wrapper .-profile-img {
    width: 66px;
    height: auto
}

.x-review-entry-index-container .-profile-wrapper .-right-content {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 4px;
    margin-left: .75rem
}

.x-review-entry-index-container .-profile-wrapper .-right-content .-text {
    font-size: 1.125rem;
    color: var(--text-gold);
}

.x-review-entry-index-container .-profile-wrapper.-full {
    justify-content: flex-start
}

.x-review-entry-index-container .-profile-wrapper.-full .-text {
    font-size: 1rem
}

@media (max-width:767.98px) {
    .x-review-entry-index-container .-profile-wrapper.-full .-text {
        font-size: .875rem
    }
}

@media (max-width:575.98px) {
    .x-review-entry-index-container .-profile-wrapper.-full .-bottom {
        display: flex;
        flex-direction: column
    }
}

.x-review-entry-index-container .-profile-wrapper.-full .-detail {
    font-size: 1rem;
    color: #aaa
}

@media (min-width:576px) {
    .x-review-entry-index-container .-profile-wrapper.-full .-detail:last-child {
        margin-left: 5px
    }
}

@media (max-width:767.98px) {
    .x-review-entry-index-container .-profile-wrapper.-full .-detail {
        font-size: .875rem
    }
}

@media (max-width:575.98px) {
    .x-review-entry-index-container .-profile-wrapper.-full .-detail:first-child {
        order: 1
    }
}

.x-review-entry-index-container .-profile-wrapper.-full .-ic {
    font-size: 15px
}

.x-review-entry-index-container .-star-rate-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: normal;
    font-size: 1.25rem
}

@media (max-width:767.98px) {
    .x-review-entry-index-container .-star-rate-wrapper {
        font-size: 1rem
    }
}

@media (max-width:575.98px) {
    .x-review-entry-index-container .-star-rate-wrapper {
        margin: 10px auto
    }
}

.x-review-entry-index-container .-star-rate-wrapper .-star {
    font-size: 32px;
    color: #828282
}

.x-review-entry-index-container .-star-rate-wrapper .-star:not(:first-child) {
    margin-left: 5px
}

.x-review-entry-index-container .-star-rate-wrapper .-star:nth-child(-n+2) {
    color: #f2c94c
}

.x-review-entry-index-container .-quick-text-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem
}

.x-review-entry-index-container .-quick-text-list .-quick-text-item {
    margin: .25rem;
    color: #f3f3f3;
    background-color: var(--btn-bolder-gold);
    border: var(--btn-bolder-gold);
    border-radius: 5px;
    transition: all .2s
}

.x-review-entry-index-container .-quick-text-list .-quick-text-item.-active {
    color: #f3f3f3;
    background: var(--btn-gold)
}

@media (min-width:992px) {
    .x-review-entry-index-container .-quick-text-list .-quick-text-item:hover {
        color: #f3f3f3;
        background: var(--btn-gold)
    }
}

.x-review-entry-index-container .-textarea-container {
    width: 100%;
    max-width: 670px;
    margin: 1rem auto 0
}

.x-review-entry-index-container .-textarea-container .-textarea {
    width: 100%;
    border: 1px solid #272727;
    color: #f3f3f3;
    background: #0c0c0c;
    border-radius: 5px
}

.x-review-entry-index-container .-textarea-container .-textarea::-webkit-input-placeholder {
    color: #696969
}

.x-review-entry-index-container .-textarea-container .-textarea:-ms-input-placeholder {
    color: #696969
}

.x-review-entry-index-container .-textarea-container .-textarea::-ms-input-placeholder {
    color: #696969
}

.x-review-entry-index-container .-textarea-container .-textarea::placeholder {
    color: #696969
}

.x-review-entry-index-container .-textarea-container .-textarea::-webkit-scrollbar-track {
    background-color: #3b3b3c
}

.x-review-entry-index-container .-textarea-container .-textarea::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 0
}

.x-review-entry-index-container .-textarea-container .-actions-wrapper {
    position: relative;
    display: flex;
    align-items: start;
    margin-top: .75rem
}

.x-review-entry-index-container .-textarea-container .-actions-wrapper .-action-btn {
    position: relative;
    cursor: pointer
}

.x-review-entry-index-container .-textarea-container .-actions-wrapper .-action-btn .-ic {
    width: 34px;
    height: auto;
    transition: -webkit-filter .2s ease;
    transition: filter .2s ease;
    transition: filter .2s ease, -webkit-filter .2s ease
}

@media (min-width:768px) {
    .x-review-entry-index-container .-textarea-container .-actions-wrapper .-action-btn.-active .-ic {
        -webkit-filter: brightness(2) invert(20%);
        filter: brightness(2) invert(20%)
    }
}

.x-review-entry-index-container .-textarea-container .-actions-wrapper .-action-btn:not(:first-child) {
    margin-left: .25rem
}

.x-review-entry-index-container .-textarea-container .-actions-wrapper .-action-btn:hover {
    text-decoration: none
}

@media (min-width:768px) {
    .x-review-entry-index-container .-textarea-container .-actions-wrapper .-action-btn:hover .-ic {
        -webkit-filter: brightness(2) invert(20%);
        filter: brightness(2) invert(20%)
    }
}

.x-review-entry-index-container .-textarea-container .-block-image {
    position: relative;
    display: none
}

.x-review-entry-index-container .-textarea-container .-block-image .-image {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover
}

.x-review-entry-index-container .-textarea-container .-block-image .-btn-remove {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background-color: rgba(93, 110, 136, .5);
    font-size: 16px;
    text-decoration: none;
    line-height: 0;
    padding: 4px 6px
}

.x-review-entry-index-container .-textarea-container .-block-image .-btn-remove:hover {
    background-color: #000
}

.x-review-entry-index-container .-review-success-container {
    text-align: center
}

.x-review-entry-index-container .-review-success-container .-text-title {
    display: block;
    margin-bottom: 10px
}

.x-review-entry-index-container .-review-success-container .-ic {
    width: 80px;
    height: auto;
    margin-top: 1rem
}

.x-review-entry-index-container .-review-success-container .-text-description {
    color: #fcfcfc;
    font-size: 18px;
    margin: 20px 0 0
}

.x-review-entry-index-container .-review-cannot-apply-container {
    text-align: center
}

.x-review-entry-index-container .-review-cannot-apply-container .-text-title {
    margin-top: 1rem
}

.x-review-entry-index-container .-review-cannot-apply-container .-text-description {
    margin-bottom: 0;
    margin-top: .25rem;
    font-size: 1.125rem
}

@media (max-width:767.98px) {
    .x-review-entry-index-container .-review-cannot-apply-container .-text-description {
        font-size: 1rem
    }
}

.x-review-entry-index-container .-review-header-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: 50%
}

@media screen and (max-width:1440px) {
    .x-review-entry-index-container .-review-header-wrapper {
        height: 400px
    }
}

@media (max-width:991.98px) {
    .x-review-entry-index-container .-review-header-wrapper {
        margin-top: 0
    }
}

@media (max-width:767.98px) {
    .x-review-entry-index-container .-review-header-wrapper {
        justify-content: flex-end;
        height: 300px;
        padding-bottom: 1rem
    }
}

.x-review-entry-index-container .-review-header-wrapper .-title-img {
    width: 500px;
    height: auto;
    padding: 0
}

@media (max-width:767.98px) {
    .x-review-entry-index-container .-review-header-wrapper .-title-img {
        width: 100%;
        max-width: 380px
    }
}

@media (max-width:575.98px) {
    .x-review-entry-index-container .-review-header-wrapper .-title-img {
        max-width: 340px
    }
}

.x-review-entry-index-container .-outer-content-wrapper .x-review-list-content-container {
    background: linear-gradient(180deg, #202020, #111)
}

.x-review-list-content-container {
    padding: 3rem 0 2rem;
    background: linear-gradient(180deg, #01070c, #03181c)
}

@media (max-width:767.98px) {
    .x-review-list-content-container {
        padding: 2rem 0
    }
}

.x-review-list-content-container .-review-list {
    flex-direction: column
}

.x-review-list-content-container .-review-list-item {
    flex: 1;
    padding: 1rem 0 1.5rem;
    border-bottom: 1px solid #3b3b3c
}

.x-review-list-content-container .-review-list-item .-header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width:575.98px) {
    .x-review-list-content-container .-review-list-item .-header {
        display: block
    }

    .x-review-list-content-container .-review-list-item .-header .-star-rate-wrapper {
        margin-top: 5px
    }
}

.x-review-list-content-container .-review-list-item .-header .-star-rate-wrapper.-small .fa-star {
    font-size: 12px
}

@media (max-width:767.98px) {
    .x-review-list-content-container .-review-list-item .-header .-star-rate-wrapper.-small .fa-star {
        font-size: 16px
    }
}

.x-review-list-content-container .-review-list-item .-description {
    margin-bottom: 0;
    color: #e0e0e0;
    margin-top: .5rem;
    font-size: 1rem
}

@media (max-width:575.98px) {
    .x-review-list-content-container .-review-list-item .-description {
        font-size: .875rem
    }
}

.x-review-list-content-container .-review-list-item .-image-wrapper {
    margin-top: .5rem
}

.x-review-list-content-container .-no-result-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    margin-top: 1rem;
    text-align: center;
    background: hsla(0, 0%, 100%, .1);
    border-radius: 20px
}

.x-review-list-content-container .-no-result-wrapper .fas {
    font-size: 40px;
    color: var(--text-gold);
}

.x-review-list-content-container .-no-result-wrapper .-title {
    margin-top: 1rem;
    color: var(--text-gold);
    ;
    font-size: 1.3rem;
    font-weight: 400
}

.x-review-list-content-container .-no-result-wrapper .-description {
    margin-bottom: 0;
    color: #fcfcfc;
    font-size: 1rem
}

.x-review-list-content-container .x-pagination {
    margin: 30px 0 0
}

.x-review-list-content-container .x-pagination .pagination {
    justify-content: end
}

@media (max-width:767.98px) {
    .x-review-list-content-container .x-pagination .pagination {
        justify-content: center
    }
}

.x-review-list-content-container .x-pagination .pagination .page-item {
    margin: 0 4px
}

.x-review-list-content-container .x-pagination .pagination .page-item .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #fafafa;
    background-color: transparent;
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    transition: all .2s ease;
    font-size: 1rem;
    font-weight: 500
}

.x-review-list-content-container .x-pagination .pagination .page-item .page-link:hover {
    color: #fcfcfc;
    background-color: rgba(255, 108, 68, .5)
}

.x-review-list-content-container .x-pagination .pagination .page-item.active .page-link {
    color: #fcfcfc;
    background-color: var(--text-gold);
}

.x-review-list-content-container .x-pagination .pagination .page-item:first-child,
.x-review-list-content-container .x-pagination .pagination .page-item:last-child {
    margin: 0 4px
}

.x-review-list-content-container .x-pagination .pagination .page-item:first-child .page-link,
.x-review-list-content-container .x-pagination .pagination .page-item:last-child .page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    color: transparent;
    background-color: transparent
}

.x-review-list-content-container .x-pagination .pagination .page-item:first-child .page-link:before,
.x-review-list-content-container .x-pagination .pagination .page-item:last-child .page-link:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    color: #fcfcfc;
    border-right: 2px solid;
    border-bottom: 2px solid
}

.x-review-list-content-container .x-pagination .pagination .page-item:first-child.disabled .page-link:before,
.x-review-list-content-container .x-pagination .pagination .page-item:last-child.disabled .page-link:before {
    color: #452820
}

.x-review-list-content-container .x-pagination .pagination .page-item:first-child .page-link:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.x-review-list-content-container .x-pagination .pagination .page-item:last-child .page-link:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.x-review-list-content-container .-btn-view {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 44px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 .75rem !important;
    color: #f3f3f3;
    background: var(--btn-bolder-gold);
    border: 2px solid var(--bg-gold);
    ;
    border-radius: 5px;
    font-weight: 400
}

.x-review-list-content-container .-btn-view .-btn-text {
    position: relative
}

@media (min-width:992px) {
    .x-review-list-content-container .-btn-view:not([disabled]):hover {
        background: #661d00
    }
}

@media (max-width:767.98px) {
    .x-review-list-content-container .-btn-view {
        width: 100%
    }
}

:root {
    --emoji-wh: 35px;
    --emoji-wh-mobile: 50px
}

.x-safari-browser .x-emoji-icon.-angry {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(6*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(6);
    animation-timing-function: steps(10), steps(6);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-angry.cc1090cb.png)
}

.x-safari-browser .x-emoji-icon.-angry:hover {
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-angry {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(6*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .33333s, 2s;
        animation-duration: .33333s, 2s
    }
}

@-webkit-keyframes image-position-x {
    to {
        background-position-x: calc(-10*var(--emoji-wh))
    }
}

@-webkit-keyframes image-position-y {
    to {
        background-position-y: calc(-6*var(--emoji-wh))
    }
}

@-webkit-keyframes image-position-x-mobile {
    to {
        background-position-x: calc(-10*var(--emoji-wh-mobile))
    }
}

@-webkit-keyframes image-position-y-mobile {
    to {
        background-position-y: calc(-6*var(--emoji-wh-mobile))
    }
}

.x-safari-browser .x-emoji-icon.-angry.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-angry.-running {
        margin: 1px
    }
}

.x-safari-browser .x-emoji-icon.-bonus {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(3*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(3);
    animation-timing-function: steps(10), steps(3);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-bonus.16f5ee07.png)
}

.x-safari-browser .x-emoji-icon.-bonus:hover {
    -webkit-animation-duration: .66667s, 2s;
    animation-duration: .66667s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-bonus {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(3*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .66667s, 2s;
        animation-duration: .66667s, 2s
    }
}

.x-safari-browser .x-emoji-icon.-bonus.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .66667s, 2s;
    animation-duration: .66667s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-bonus.-running {
        margin: 1px
    }
}

.x-safari-browser .x-emoji-icon.-boring {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(6*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(6);
    animation-timing-function: steps(10), steps(6);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-boring.a8abd5f3.png)
}

.x-safari-browser .x-emoji-icon.-boring:hover {
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-boring {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(6*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .33333s, 2s;
        animation-duration: .33333s, 2s
    }
}

.x-safari-browser .x-emoji-icon.-boring.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-boring.-running {
        margin: 1px
    }
}

.x-safari-browser .x-emoji-icon.-car {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(3*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(3);
    animation-timing-function: steps(10), steps(3);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-car.e2a86fa2.png)
}

.x-safari-browser .x-emoji-icon.-car:hover {
    -webkit-animation-duration: .66667s, 2s;
    animation-duration: .66667s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-car {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(3*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .66667s, 2s;
        animation-duration: .66667s, 2s
    }
}

.x-safari-browser .x-emoji-icon.-car.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .66667s, 2s;
    animation-duration: .66667s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-car.-running {
        margin: 1px
    }
}

.x-safari-browser .x-emoji-icon.-card {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(6*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(6);
    animation-timing-function: steps(10), steps(6);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-card.7387d5f1.png)
}

.x-safari-browser .x-emoji-icon.-card:hover {
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-card {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(6*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .33333s, 2s;
        animation-duration: .33333s, 2s
    }
}

.x-safari-browser .x-emoji-icon.-card.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-card.-running {
        margin: 1px
    }
}

.x-safari-browser .x-emoji-icon.-cardchip {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(3*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(3);
    animation-timing-function: steps(10), steps(3);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-cardchip.382ed901.png)
}

.x-safari-browser .x-emoji-icon.-cardchip:hover {
    -webkit-animation-duration: .66667s, 2s;
    animation-duration: .66667s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-cardchip {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(3*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .66667s, 2s;
        animation-duration: .66667s, 2s
    }
}

.x-safari-browser .x-emoji-icon.-cardchip.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .66667s, 2s;
    animation-duration: .66667s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-cardchip.-running {
        margin: 1px
    }
}

.x-safari-browser .x-emoji-icon.-chipcoin {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(3*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(3);
    animation-timing-function: steps(10), steps(3);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-chipcoin.14b73aeb.png)
}

.x-safari-browser .x-emoji-icon.-chipcoin:hover {
    -webkit-animation-duration: .66667s, 2s;
    animation-duration: .66667s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-chipcoin {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(3*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .66667s, 2s;
        animation-duration: .66667s, 2s
    }
}

.x-safari-browser .x-emoji-icon.-chipcoin.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .66667s, 2s;
    animation-duration: .66667s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-chipcoin.-running {
        margin: 1px
    }
}

.x-safari-browser .x-emoji-icon.-clover {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(6*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(6);
    animation-timing-function: steps(10), steps(6);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-clover.c84d23e9.png)
}

.x-safari-browser .x-emoji-icon.-clover:hover {
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-clover {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(6*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .33333s, 2s;
        animation-duration: .33333s, 2s
    }
}

.x-safari-browser .x-emoji-icon.-clover.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-clover.-running {
        margin: 1px
    }
}

.x-safari-browser .x-emoji-icon.-coin {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(3*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(3);
    animation-timing-function: steps(10), steps(3);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-coin.64095318.png)
}

.x-safari-browser .x-emoji-icon.-coin:hover {
    -webkit-animation-duration: .66667s, 2s;
    animation-duration: .66667s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-coin {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(3*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .66667s, 2s;
        animation-duration: .66667s, 2s
    }
}

.x-safari-browser .x-emoji-icon.-coin.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .66667s, 2s;
    animation-duration: .66667s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-coin.-running {
        margin: 1px
    }
}

.x-safari-browser .x-emoji-icon.-diamond {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(3*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(3);
    animation-timing-function: steps(10), steps(3);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-diamond.4332d175.png)
}

.x-safari-browser .x-emoji-icon.-diamond:hover {
    -webkit-animation-duration: .66667s, 2s;
    animation-duration: .66667s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-diamond {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(3*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .66667s, 2s;
        animation-duration: .66667s, 2s
    }
}

.x-safari-browser .x-emoji-icon.-diamond.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .66667s, 2s;
    animation-duration: .66667s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-diamond.-running {
        margin: 1px
    }
}

.x-safari-browser .x-emoji-icon.-dice {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(3*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(3);
    animation-timing-function: steps(10), steps(3);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-dice.2b4a7771.png)
}

.x-safari-browser .x-emoji-icon.-dice:hover {
    -webkit-animation-duration: .66667s, 2s;
    animation-duration: .66667s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-dice {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(3*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .66667s, 2s;
        animation-duration: .66667s, 2s
    }
}

.x-safari-browser .x-emoji-icon.-dice.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .66667s, 2s;
    animation-duration: .66667s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-dice.-running {
        margin: 1px
    }
}

.x-safari-browser .x-emoji-icon.-goldbar {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(3*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(3);
    animation-timing-function: steps(10), steps(3);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-goldbar.d57a4718.png)
}

.x-safari-browser .x-emoji-icon.-goldbar:hover {
    -webkit-animation-duration: .66667s, 2s;
    animation-duration: .66667s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-goldbar {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(3*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .66667s, 2s;
        animation-duration: .66667s, 2s
    }
}

.x-safari-browser .x-emoji-icon.-goldbar.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .66667s, 2s;
    animation-duration: .66667s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-goldbar.-running {
        margin: 1px
    }
}

.x-safari-browser .x-emoji-icon.-handcard {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(6*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(6);
    animation-timing-function: steps(10), steps(6);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-handcard.c57cfeb7.png)
}

.x-safari-browser .x-emoji-icon.-handcard:hover {
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-handcard {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(6*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .33333s, 2s;
        animation-duration: .33333s, 2s
    }
}

.x-safari-browser .x-emoji-icon.-handcard.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-handcard.-running {
        margin: 1px
    }
}

.x-safari-browser .x-emoji-icon.-happy {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(6*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(6);
    animation-timing-function: steps(10), steps(6);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-happy.1cbf49f8.png)
}

.x-safari-browser .x-emoji-icon.-happy:hover {
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-happy {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(6*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .33333s, 2s;
        animation-duration: .33333s, 2s
    }
}

.x-safari-browser .x-emoji-icon.-happy.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-happy.-running {
        margin: 1px
    }
}

.x-safari-browser .x-emoji-icon.-laughing {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(6*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(6);
    animation-timing-function: steps(10), steps(6);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-laughing.f8d4bebd.png)
}

.x-safari-browser .x-emoji-icon.-laughing:hover {
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-laughing {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(6*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .33333s, 2s;
        animation-duration: .33333s, 2s
    }
}

.x-safari-browser .x-emoji-icon.-laughing.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-laughing.-running {
        margin: 1px
    }
}

.x-safari-browser .x-emoji-icon.-like {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(6*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(6);
    animation-timing-function: steps(10), steps(6);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-like.1239585f.png)
}

.x-safari-browser .x-emoji-icon.-like:hover {
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-like {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(6*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .33333s, 2s;
        animation-duration: .33333s, 2s
    }
}

.x-safari-browser .x-emoji-icon.-like.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-like.-running {
        margin: 1px
    }
}

.x-safari-browser .x-emoji-icon.-roulette {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(6*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(6);
    animation-timing-function: steps(10), steps(6);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-roulette.8fa42781.png)
}

.x-safari-browser .x-emoji-icon.-roulette:hover {
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-roulette {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(6*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .33333s, 2s;
        animation-duration: .33333s, 2s
    }
}

.x-safari-browser .x-emoji-icon.-roulette.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-roulette.-running {
        margin: 1px
    }
}

.x-safari-browser .x-emoji-icon.-sleeping {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(6*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(6);
    animation-timing-function: steps(10), steps(6);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-sleeping.eff1cb60.png)
}

.x-safari-browser .x-emoji-icon.-sleeping:hover {
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-sleeping {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(6*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .33333s, 2s;
        animation-duration: .33333s, 2s
    }
}

.x-safari-browser .x-emoji-icon.-sleeping.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-sleeping.-running {
        margin: 1px
    }
}

.x-safari-browser .x-emoji-icon.-smart {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(6*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(6);
    animation-timing-function: steps(10), steps(6);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-smart.54dda0f9.png)
}

.x-safari-browser .x-emoji-icon.-smart:hover {
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-smart {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(6*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .33333s, 2s;
        animation-duration: .33333s, 2s
    }
}

.x-safari-browser .x-emoji-icon.-smart.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-smart.-running {
        margin: 1px
    }
}

.x-safari-browser .x-emoji-icon.-smile {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(6*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(6);
    animation-timing-function: steps(10), steps(6);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-smile.aeebb650.png)
}

.x-safari-browser .x-emoji-icon.-smile:hover {
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-smile {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(6*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .33333s, 2s;
        animation-duration: .33333s, 2s
    }
}

.x-safari-browser .x-emoji-icon.-smile.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-smile.-running {
        margin: 1px
    }
}

.x-safari-browser .x-emoji-icon.-smilelove {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(6*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(6);
    animation-timing-function: steps(10), steps(6);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-smilelove.36e4834e.png)
}

.x-safari-browser .x-emoji-icon.-smilelove:hover {
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-smilelove {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(6*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .33333s, 2s;
        animation-duration: .33333s, 2s
    }
}

.x-safari-browser .x-emoji-icon.-smilelove.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-smilelove.-running {
        margin: 1px
    }
}

.x-safari-browser .x-emoji-icon.-wheellucky {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(6*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(6);
    animation-timing-function: steps(10), steps(6);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-wheellucky.54cf1633.png)
}

.x-safari-browser .x-emoji-icon.-wheellucky:hover {
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-wheellucky {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(6*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .33333s, 2s;
        animation-duration: .33333s, 2s
    }
}

.x-safari-browser .x-emoji-icon.-wheellucky.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-safari-browser .x-emoji-icon.-wheellucky.-running {
        margin: 1px
    }
}

.x-emoji-icon.-angry {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(6*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(6);
    animation-timing-function: steps(10), steps(6);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-angry.fe7c69cd.webp)
}

.x-emoji-icon.-angry:hover {
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-angry {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(6*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .33333s, 2s;
        animation-duration: .33333s, 2s
    }
}

.x-emoji-icon.-angry.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-angry.-running {
        margin: 1px
    }
}

.x-emoji-icon.-bonus {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(3*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(3);
    animation-timing-function: steps(10), steps(3);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-bonus.522563cb.webp)
}

.x-emoji-icon.-bonus:hover {
    -webkit-animation-duration: .66667s, 2s;
    animation-duration: .66667s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-bonus {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(3*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .66667s, 2s;
        animation-duration: .66667s, 2s
    }
}

.x-emoji-icon.-bonus.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .66667s, 2s;
    animation-duration: .66667s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-bonus.-running {
        margin: 1px
    }
}

.x-emoji-icon.-boring {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(6*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(6);
    animation-timing-function: steps(10), steps(6);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-boring.4b54fef4.webp)
}

.x-emoji-icon.-boring:hover {
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-boring {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(6*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .33333s, 2s;
        animation-duration: .33333s, 2s
    }
}

.x-emoji-icon.-boring.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-boring.-running {
        margin: 1px
    }
}

.x-emoji-icon.-car {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(3*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(3);
    animation-timing-function: steps(10), steps(3);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-car.9515d135.webp)
}

.x-emoji-icon.-car:hover {
    -webkit-animation-duration: .66667s, 2s;
    animation-duration: .66667s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-car {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(3*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .66667s, 2s;
        animation-duration: .66667s, 2s
    }
}

.x-emoji-icon.-car.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .66667s, 2s;
    animation-duration: .66667s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-car.-running {
        margin: 1px
    }
}

.x-emoji-icon.-card {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(6*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(6);
    animation-timing-function: steps(10), steps(6);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-card.9f4088a2.webp)
}

.x-emoji-icon.-card:hover {
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-card {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(6*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .33333s, 2s;
        animation-duration: .33333s, 2s
    }
}

.x-emoji-icon.-card.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-card.-running {
        margin: 1px
    }
}

.x-emoji-icon.-cardchip {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(3*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(3);
    animation-timing-function: steps(10), steps(3);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-cardchip.9ce4b1ef.webp)
}

.x-emoji-icon.-cardchip:hover {
    -webkit-animation-duration: .66667s, 2s;
    animation-duration: .66667s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-cardchip {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(3*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .66667s, 2s;
        animation-duration: .66667s, 2s
    }
}

.x-emoji-icon.-cardchip.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .66667s, 2s;
    animation-duration: .66667s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-cardchip.-running {
        margin: 1px
    }
}

.x-emoji-icon.-chipcoin {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(3*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(3);
    animation-timing-function: steps(10), steps(3);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-chipcoin.69e933ff.webp)
}

.x-emoji-icon.-chipcoin:hover {
    -webkit-animation-duration: .66667s, 2s;
    animation-duration: .66667s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-chipcoin {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(3*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .66667s, 2s;
        animation-duration: .66667s, 2s
    }
}

.x-emoji-icon.-chipcoin.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .66667s, 2s;
    animation-duration: .66667s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-chipcoin.-running {
        margin: 1px
    }
}

.x-emoji-icon.-clover {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(6*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(6);
    animation-timing-function: steps(10), steps(6);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-clover.562d6d66.webp)
}

.x-emoji-icon.-clover:hover {
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-clover {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(6*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .33333s, 2s;
        animation-duration: .33333s, 2s
    }
}

.x-emoji-icon.-clover.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-clover.-running {
        margin: 1px
    }
}

.x-emoji-icon.-coin {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(3*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(3);
    animation-timing-function: steps(10), steps(3);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-coin.3c04272d.webp)
}

.x-emoji-icon.-coin:hover {
    -webkit-animation-duration: .66667s, 2s;
    animation-duration: .66667s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-coin {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(3*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .66667s, 2s;
        animation-duration: .66667s, 2s
    }
}

.x-emoji-icon.-coin.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .66667s, 2s;
    animation-duration: .66667s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-coin.-running {
        margin: 1px
    }
}

.x-emoji-icon.-diamond {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(3*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(3);
    animation-timing-function: steps(10), steps(3);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-diamond.8a6cdba0.webp)
}

.x-emoji-icon.-diamond:hover {
    -webkit-animation-duration: .66667s, 2s;
    animation-duration: .66667s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-diamond {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(3*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .66667s, 2s;
        animation-duration: .66667s, 2s
    }
}

.x-emoji-icon.-diamond.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .66667s, 2s;
    animation-duration: .66667s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-diamond.-running {
        margin: 1px
    }
}

.x-emoji-icon.-dice {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(3*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(3);
    animation-timing-function: steps(10), steps(3);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-dice.df44d077.webp)
}

.x-emoji-icon.-dice:hover {
    -webkit-animation-duration: .66667s, 2s;
    animation-duration: .66667s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-dice {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(3*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .66667s, 2s;
        animation-duration: .66667s, 2s
    }
}

.x-emoji-icon.-dice.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .66667s, 2s;
    animation-duration: .66667s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-dice.-running {
        margin: 1px
    }
}

.x-emoji-icon.-goldbar {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(3*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(3);
    animation-timing-function: steps(10), steps(3);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-goldbar.a424a855.webp)
}

.x-emoji-icon.-goldbar:hover {
    -webkit-animation-duration: .66667s, 2s;
    animation-duration: .66667s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-goldbar {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(3*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .66667s, 2s;
        animation-duration: .66667s, 2s
    }
}

.x-emoji-icon.-goldbar.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .66667s, 2s;
    animation-duration: .66667s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-goldbar.-running {
        margin: 1px
    }
}

.x-emoji-icon.-handcard {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(6*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(6);
    animation-timing-function: steps(10), steps(6);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-handcard.7edeab85.webp)
}

.x-emoji-icon.-handcard:hover {
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-handcard {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(6*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .33333s, 2s;
        animation-duration: .33333s, 2s
    }
}

.x-emoji-icon.-handcard.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-handcard.-running {
        margin: 1px
    }
}

.x-emoji-icon.-happy {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(6*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(6);
    animation-timing-function: steps(10), steps(6);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-happy.0806f245.webp)
}

.x-emoji-icon.-happy:hover {
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-happy {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(6*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .33333s, 2s;
        animation-duration: .33333s, 2s
    }
}

.x-emoji-icon.-happy.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-happy.-running {
        margin: 1px
    }
}

.x-emoji-icon.-laughing {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(6*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(6);
    animation-timing-function: steps(10), steps(6);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-laughing.01aeec85.webp)
}

.x-emoji-icon.-laughing:hover {
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-laughing {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(6*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .33333s, 2s;
        animation-duration: .33333s, 2s
    }
}

.x-emoji-icon.-laughing.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-laughing.-running {
        margin: 1px
    }
}

.x-emoji-icon.-like {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(6*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(6);
    animation-timing-function: steps(10), steps(6);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-like.cc39ff30.webp)
}

.x-emoji-icon.-like:hover {
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-like {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(6*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .33333s, 2s;
        animation-duration: .33333s, 2s
    }
}

.x-emoji-icon.-like.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-like.-running {
        margin: 1px
    }
}

.x-emoji-icon.-roulette {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(6*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(6);
    animation-timing-function: steps(10), steps(6);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-roulette.be5e00e7.webp)
}

.x-emoji-icon.-roulette:hover {
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-roulette {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(6*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .33333s, 2s;
        animation-duration: .33333s, 2s
    }
}

.x-emoji-icon.-roulette.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-roulette.-running {
        margin: 1px
    }
}

.x-emoji-icon.-sleeping {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(6*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(6);
    animation-timing-function: steps(10), steps(6);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-sleeping.3d1795c5.webp)
}

.x-emoji-icon.-sleeping:hover {
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-sleeping {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(6*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .33333s, 2s;
        animation-duration: .33333s, 2s
    }
}

.x-emoji-icon.-sleeping.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-sleeping.-running {
        margin: 1px
    }
}

.x-emoji-icon.-smart {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(6*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(6);
    animation-timing-function: steps(10), steps(6);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-smart.81420fe5.webp)
}

.x-emoji-icon.-smart:hover {
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-smart {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(6*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .33333s, 2s;
        animation-duration: .33333s, 2s
    }
}

.x-emoji-icon.-smart.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-smart.-running {
        margin: 1px
    }
}

.x-emoji-icon.-smile {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(6*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(6);
    animation-timing-function: steps(10), steps(6);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-smile.b7787b39.webp)
}

.x-emoji-icon.-smile:hover {
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-smile {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(6*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .33333s, 2s;
        animation-duration: .33333s, 2s
    }
}

.x-emoji-icon.-smile.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-smile.-running {
        margin: 1px
    }
}

.x-emoji-icon.-smilelove {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(6*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(6);
    animation-timing-function: steps(10), steps(6);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-smilelove.359e272b.webp)
}

.x-emoji-icon.-smilelove:hover {
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-smilelove {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(6*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .33333s, 2s;
        animation-duration: .33333s, 2s
    }
}

.x-emoji-icon.-smilelove.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-smilelove.-running {
        margin: 1px
    }
}

.x-emoji-icon.-wheellucky {
    width: var(--emoji-wh);
    height: var(--emoji-wh);
    background-size: calc(10*var(--emoji-wh)) calc(6*var(--emoji-wh));
    image-rendering: -webkit-optimize-contrast;
    margin: 3px;
    cursor: pointer;
    -webkit-animation-name: image-position-x, image-position-y;
    animation-name: image-position-x, image-position-y;
    -webkit-animation-timing-function: steps(10), steps(6);
    animation-timing-function: steps(10), steps(6);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(/build/images/emoji-icon-wheellucky.075e2ba1.webp)
}

.x-emoji-icon.-wheellucky:hover {
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-wheellucky {
        width: var(--emoji-wh-mobile);
        height: var(--emoji-wh-mobile);
        background-size: calc(10*var(--emoji-wh-mobile)) calc(6*var(--emoji-wh-mobile));
        margin: 8px;
        -webkit-animation-name: image-position-x-mobile, image-position-y-mobile;
        animation-name: image-position-x-mobile, image-position-y-mobile;
        -webkit-animation-duration: .33333s, 2s;
        animation-duration: .33333s, 2s
    }
}

@keyframes image-position-x {
    to {
        background-position-x: calc(-10*var(--emoji-wh))
    }
}

@keyframes image-position-y {
    to {
        background-position-y: calc(-6*var(--emoji-wh))
    }
}

@keyframes image-position-x-mobile {
    to {
        background-position-x: calc(-10*var(--emoji-wh-mobile))
    }
}

@keyframes image-position-y-mobile {
    to {
        background-position-y: calc(-6*var(--emoji-wh-mobile))
    }
}

.x-emoji-icon.-wheellucky.-running {
    --emoji-wh: 30px;
    --emoji-wh-mobile: 30px;
    cursor: default;
    -webkit-animation-duration: .33333s, 2s;
    animation-duration: .33333s, 2s
}

@media (max-width:575.98px) {
    .x-emoji-icon.-wheellucky.-running {
        margin: 1px
    }
}

.x-review-comment-rendered {
    display: inline-block;
    margin-bottom: 0
}

.x-review-comment-rendered span {
    display: inline-block;
    vertical-align: bottom
}

.x-emoji-wrapper {
    position: absolute;
    left: 8px;
    bottom: 52px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 360px;
    background-color: #411605;
    padding: 8px 15px;
    border-radius: 10px;
    visibility: hidden;
    z-index: 12;
    cursor: default
}

@media (min-width:576px) {
    .x-emoji-wrapper.-pc.visible~.x-emoji-overlay.-pc {
        display: block;
        background-color: transparent
    }
}

@media (max-width:575.98px) {
    .x-emoji-wrapper.-pc {
        display: none
    }
}

.x-emoji-wrapper.-mobile {
    position: fixed;
    left: 0;
    bottom: 0;
    display: none;
    width: 100%;
    height: auto;
    background-color: #411605;
    padding: 35px 15px 30px;
    border-radius: 15px 15px 0 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

@media (max-width:575.98px) {
    .x-emoji-wrapper.-mobile {
        display: flex
    }

    .x-emoji-wrapper.-mobile.visible {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .x-emoji-wrapper.-mobile.visible~.x-emoji-overlay.-mobile {
        display: block
    }
}

.x-emoji-wrapper:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 35px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 20px solid #411605
}

@media (max-width:575.98px) {
    .x-emoji-wrapper:after {
        top: 0;
        left: 50%;
        width: 70px;
        height: 0;
        margin-top: 12px;
        border: 3px solid #411605;
        border-radius: 3px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.x-emoji-overlay {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 3;
    cursor: default
}

.x-review-comment-rendered {
    color: #f3f3f3
}

.rating-container .rating-stars {
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap
}

.rating-container .rating-input {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    font-size: 1px;
    border: none;
    background: none;
    padding: 0;
    margin: 0
}

.rating-disabled .rating-input,
.rating-disabled .rating-stars {
    cursor: default
}

.rating-container .star {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
    text-align: center
}

.rating-container .empty-stars {
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 1px;
    color: #828282
}

.rating-container .filled-stars {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    padding-top: 1px;
    color: #f2c94c;
    white-space: nowrap;
    overflow: hidden
}

.rating-rtl {
    float: right
}

.rating-animate .filled-stars {
    transition: width .25s ease;
    -o-transition: width .25s ease;
    -moz-transition: width .25s ease;
    -webkit-transition: width .25s ease
}

.rating-rtl .filled-stars {
    left: auto;
    right: 0;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0) translateZ(0);
    transform: matrix(-1, 0, 0, 1, 0, 0) translateZ(0)
}

.rating-rtl.is-star .filled-stars {
    right: .06em
}

.rating-rtl.is-heart .empty-stars {
    margin-right: .07em
}

.rating-xl {
    font-size: 4em
}

.rating-lg {
    font-size: 3em
}

.rating-md {
    font-size: 2.5em
}

.rating-sm {
    font-size: 2em
}

.rating-xs {
    font-size: 1.5em
}

.rating-container .clear-rating {
    color: #aaa;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%
}

.clear-rating-active {
    cursor: pointer !important
}

.clear-rating-active:hover {
    color: #843534
}

.rating-container .clear-rating {
    padding-right: 5px
}

.x-invitation-overview .-menu-list {
    display: flex;
    align-items: flex-end;
    border: var(--invitation-overview-list-border);
    border-radius: 8px;
    overflow: hidden
}

.x-invitation-overview .-menu-list-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 1rem;
    text-decoration: none;
    background: var(--invitation-overview-list-item-bg)
}

@media (max-width:991.98px) {
    .x-invitation-overview .-menu-list-item {
        padding: .5rem
    }
}

@media (max-width:767.98px) {
    .x-invitation-overview .-menu-list-item {
        padding: .5rem 0
    }
}

.x-invitation-overview .-menu-list-item.-has-link:hover {
    background: var(--invitation-overview-list-item-hover-bg)
}

.x-invitation-overview .-menu-list-item .-ic-link {
    position: absolute;
    top: 6px;
    right: 10px;
    color: var(--invitation-overview-list-item-ic-link-color);
    font-size: 12px
}

@media (max-width:991.98px) {
    .x-invitation-overview .-menu-list-item .-ic-link {
        top: 3px;
        right: 5px;
        font-size: 10px
    }
}

@media (max-width:575.98px) {
    .x-invitation-overview .-menu-list-item .-ic-link {
        top: 2px;
        right: 4px;
        font-size: 8px
    }
}

.x-invitation-overview .-menu-list-item .-label {
    font-size: 1.125rem;
    color: var(--invitation-overview-list-item-color)
}

@media (max-width:991.98px) {
    .x-invitation-overview .-menu-list-item .-label {
        font-size: 1rem
    }
}

@media (max-width:767.98px) {
    .x-invitation-overview .-menu-list-item .-label {
        font-size: .875rem
    }
}

@media (max-width:480px) {
    .x-invitation-overview .-menu-list-item .-label {
        font-size: .625rem
    }
}

.x-invitation-overview .-menu-list-item .-value {
    font-weight: 600;
    color: var(--invitation-overview-list-item-value-color)
}

@media (max-width:480px) {
    .x-invitation-overview .-menu-list-item .-value {
        font-size: .875rem
    }
}

.x-invitation-overview .-menu-list-item:not(:last-child):before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: var(--invitation-overview-list-item-divide-bg)
}

.x-invitation-base .-btn-icon {
    padding: .25rem .5rem;
    color: var(--invitation-menu-button-active-border-bg-color);
    transition: background .2s
}

.x-invitation-base .-btn-icon:hover {
    background: rgba(var(--invitation-menu-button-active-border-bg-color), .125)
}

.x-invitation-base .-content-outer-wrapper {
    margin-top: 2rem;
    padding: 1.5rem 4rem;
    background: var(--invitation-content-bg);
    border-radius: 1rem
}

@media (max-width:991.98px) {
    .x-invitation-base .-content-outer-wrapper {
        margin-top: 1rem;
        padding: 1rem
    }
}

@media (max-width:767.98px) {
    .x-invitation-base .-content-outer-wrapper {
        margin-top: .5rem
    }
}

.x-invitation-base .-heading-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: .5rem 0
}

.x-invitation-base .-heading-title {
    font-weight: 500
}

@media (max-width:767.98px) {
    .x-invitation-base .-heading-title {
        font-size: .875rem
    }
}

.x-invitation-base .-zero-margin {
    margin: 0
}

.x-invitation-base .-zero-margin-top {
    margin-top: 0
}

.x-invitation-base .-filter-wrapper {
    margin: .5rem 0
}

.x-invitation-base .-table-wrapper {
    margin-top: 2rem
}

@media (max-width:767.98px) {
    .x-invitation-base .-table-wrapper {
        margin-top: 1rem
    }
}

.x-invitation-base .-pagination-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width:575.98px) {
    .x-invitation-base .-pagination-wrapper {
        flex-direction: column;
        align-items: flex-start
    }
}

.x-invitation-base .-pagination-wrapper .-volume {
    font-size: .875rem;
    color: var(--invitation-table-volume-color)
}

@media (max-width:575.98px) {
    .x-invitation-base .-pagination-wrapper .-volume {
        font-size: .75rem
    }
}

.x-invitation-base .x-pagination {
    margin: 0
}

@media (max-width:575.98px) {
    .x-invitation-base .x-pagination {
        margin-top: .75rem
    }
}

.x-invitation-base .x-pagination ul {
    margin: 0
}

.x-invitation-menu-wrapper {
    display: flex;
    justify-content: center
}

@media (max-width:767.98px) {
    .x-invitation-menu-wrapper {
        justify-content: space-around
    }
}

.x-invitation-menu-wrapper .-btn-menu {
    position: relative;
    padding: .5rem 1.5rem;
    color: var(--invitation-menu-button-color);
    border: none
}

@media (max-width:767.98px) {
    .x-invitation-menu-wrapper .-btn-menu {
        padding: .5rem 0;
        font-size: .875rem
    }
}

@media (max-width:575.98px) {
    .x-invitation-menu-wrapper .-btn-menu {
        font-size: .75rem
    }
}

.x-invitation-menu-wrapper .-btn-menu:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80%;
    height: 3px;
    background: var(--invitation-menu-button-active-border-bg-color);
    border-radius: 6px;
    translate: -50% 0;
    scale: 0;
    transition: scale .2s
}

.x-invitation-menu-wrapper .-btn-menu.-active,
.x-invitation-menu-wrapper .-btn-menu:hover {
    color: var(--invitation-menu-button-active-color);
    border: none
}

.x-invitation-menu-wrapper .-btn-menu.-active:before,
.x-invitation-menu-wrapper .-btn-menu:hover:before {
    scale: 1
}

.x-invitation-menu-wrapper .-btn-menu.-active {
    font-weight: 600
}

#invitationTransferModal .-modal-content {
    min-height: auto
}

#invitationTransferModal .-description {
    margin: 1rem 0 4rem;
    color: var(--invitation-modal-description-color);
    text-align: center
}

#invitationTransferModal .-description .-highlight {
    color: var(--invitation-modal-description-highlight-color)
}

.x-invitation-filter {
    display: flex;
    justify-content: flex-end;
    margin: 1rem 0
}

.x-invitation-filter.-in-heading {
    margin: .5rem 0
}

.x-invitation-filter.-zero-margin {
    margin: 0
}

.x-invitation-filter .-btn-filter {
    min-width: var(--invitation-filter-button-min-width);
    padding: .5rem 1rem;
    font-weight: 400;
    color: var(--invitation-filter-button-color);
    background: var(--invitation-filter-button-bg);
    border: var(--invitation-filter-button-border);
    border-radius: var(--invitation-filter-button-border-radius);
    transition: background .2s
}

.x-invitation-filter .-btn-filter:last-of-type {
    border-left: none
}

@media (max-width:767.98px) {
    .x-invitation-filter .-btn-filter {
        padding: .25rem 1rem;
        min-width: 120px;
        font-size: .875rem
    }
}

@media (max-width:575.98px) {
    .x-invitation-filter .-btn-filter {
        min-width: auto;
        font-size: .75rem
    }
}

.x-invitation-filter .-btn-filter.-main {
    color: var(--invitation-filter-button-main-color);
    background: var(--invitation-filter-button-main-bg);
    border: var(--invitation-filter-button-main-border)
}

.x-invitation-filter .-btn-filter:not(:first-child) {
    margin-left: .5rem
}

@media (max-width:480px) {
    .x-invitation-filter .-btn-filter:not(:first-child) {
        margin-left: .25rem
    }
}

.x-invitation-filter .-btn-filter.-active,
.x-invitation-filter .-btn-filter:hover {
    color: var(--invitation-filter-button-active-color);
    background: var(--invitation-filter-button-active-bg)
}

.x-invitation-filter .-btn-filter.-active.-main,
.x-invitation-filter .-btn-filter:hover.-main {
    color: var(--invitation-filter-button-main-active-color);
    background: var(--invitation-filter-button-main-active-bg);
    border: var(--invitation-filter-button-main-active-border)
}

.x-invitation-filter .-btn-filter.-active {
    font-weight: 500;
    box-shadow: var(--invitation-filter-button-active-box-shadow)
}

.x-invitation-filter.-filter-group .-btn-filter {
    min-width: var(--invitation-filter-button-group-min-width);
    border-radius: 0
}

@media (max-width:767.98px) {
    .x-invitation-filter.-filter-group .-btn-filter {
        min-width: 70px;
        padding: .25rem .5rem
    }
}

@media (max-width:480px) {
    .x-invitation-filter.-filter-group .-btn-filter {
        min-width: 60px
    }
}

@media (max-width:420px) {
    .x-invitation-filter.-filter-group .-btn-filter {
        display: flex;
        align-items: center;
        min-width: auto;
        font-size: .625rem
    }
}

.x-invitation-filter.-filter-group .-btn-filter:not(:first-child) {
    margin-left: 0
}

.x-invitation-filter.-filter-group .-btn-filter:first-of-type {
    border-top-left-radius: var(--invitation-filter-button-border-radius);
    border-bottom-left-radius: var(--invitation-filter-button-border-radius)
}

.x-invitation-filter.-filter-group .-btn-filter:last-of-type {
    border-top-right-radius: var(--invitation-filter-button-border-radius);
    border-bottom-right-radius: var(--invitation-filter-button-border-radius)
}

.x-invitation-filter .-datepicker-wrapper {
    margin-left: 1rem
}

@media (max-width:767.98px) {
    .x-invitation-filter .-datepicker-wrapper {
        margin-left: .5rem
    }
}

@media (max-width:480px) {
    .x-invitation-filter .-datepicker-wrapper {
        margin-left: .25rem
    }
}

.x-invitation-datepicker,
.x-invitation-datepicker .-main-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center
}

.x-invitation-datepicker .-main-btn-wrapper {
    min-width: 150px;
    padding: 0;
    color: var(--invitation-filter-datepicker-color);
    background: var(--invitation-filter-datepicker-bg);
    border: var(--invitation-filter-datepicker-border);
    border-radius: 5px;
    cursor: pointer;
    transition: background .2s
}

@media (max-width:767.98px) {
    .x-invitation-datepicker .-main-btn-wrapper {
        min-width: 110px
    }
}

@media (max-width:480px) {
    .x-invitation-datepicker .-main-btn-wrapper {
        min-width: 90px
    }
}

.x-invitation-datepicker .-main-btn-wrapper:hover {
    color: var(--invitation-filter-datepicker-active-color);
    background: var(--invitation-filter-datepicker-active-bg)
}

@media (max-width:767.98px) {
    .x-invitation-datepicker .-main-btn-wrapper .fas {
        font-size: .75rem;
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px)
    }
}

.x-invitation-datepicker .-form-control {
    height: auto;
    max-width: 94px;
    padding: .5rem 0;
    font-size: 1rem;
    text-align: center;
    background: transparent;
    border-radius: 0;
    color: var(--invitation-filter-datepicker-color)
}

.x-invitation-datepicker .-form-control::-webkit-input-placeholder {
    color: var(--invitation-filter-datepicker-color)
}

.x-invitation-datepicker .-form-control:-ms-input-placeholder {
    color: var(--invitation-filter-datepicker-color)
}

.x-invitation-datepicker .-form-control::-ms-input-placeholder {
    color: var(--invitation-filter-datepicker-color)
}

.x-invitation-datepicker .-form-control::placeholder {
    color: var(--invitation-filter-datepicker-color)
}

@media (max-width:767.98px) {
    .x-invitation-datepicker .-form-control {
        padding: .25rem 0;
        max-width: 80px;
        font-size: .875rem
    }
}

@media (max-width:480px) {
    .x-invitation-datepicker .-form-control {
        max-width: 70px;
        font-size: .75rem
    }
}

.x-invitation-datepicker .-btn-clear {
    padding: 0;
    margin-left: .5rem;
    font-size: .875rem;
    color: var(--invitation-filter-datepicker-clear-color)
}

@media (max-width:767.98px) {
    .x-invitation-datepicker .-btn-clear {
        font-size: .75rem
    }
}

@media (max-width:575.98px) {
    .x-invitation-datepicker .-btn-clear {
        font-size: .625rem
    }
}

@media (max-width:480px) {
    .x-invitation-datepicker .-btn-clear {
        margin-left: .25rem
    }
}

.x-invitation-datepicker .-btn-clear:hover {
    color: var(--invitation-filter-datepicker-clear-hover-color)
}

.x-invitation-datepicker.-range-mode .-main-btn-wrapper {
    padding-left: .5rem
}

.x-invitation-datepicker.-range-mode .-form-control {
    min-width: 200px;
    max-width: unset
}

@media (max-width:575.98px) {
    .x-invitation-datepicker.-range-mode .-form-control {
        min-width: 150px
    }
}

.x-invitation-info .-title {
    font-size: 1.25rem
}

@media (max-width:991.98px) {
    .x-invitation-info .-title {
        font-size: 1rem
    }
}

@media (max-width:767.98px) {
    .x-invitation-info .-title {
        font-size: .875rem
    }
}

.x-invitation-info .-invitation-link-info-wrapper {
    margin: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.x-invitation-info .-invitation-link-info-wrapper>:not(:first-child) {
    margin-left: 1rem
}

@media (max-width:767.98px) {
    .x-invitation-info .-invitation-link-info-wrapper>:not(:first-child) {
        margin-left: .5rem
    }
}

@media (max-width:767.98px) {
    .x-invitation-info .-invitation-link-info-wrapper .-social-share-wrapper {
        margin-left: 0
    }
}

@media (max-width:991.98px) {
    .x-invitation-info .-invitation-link-info-wrapper {
        flex-wrap: wrap;
        justify-content: flex-end
    }
}

.x-invitation-info .-invitation-link-info-wrapper .-link-wrapper {
    display: flex;
    justify-content: center;
    align-items: center
}

@media (min-width:992px) {
    .x-invitation-info .-invitation-link-info-wrapper .-link-wrapper {
        max-width: 60%
    }
}

@media (max-width:991.98px) {
    .x-invitation-info .-invitation-link-info-wrapper .-link-wrapper {
        width: 100%;
        margin-bottom: 1rem
    }
}

.x-invitation-info .-invitation-link-info-wrapper .-link-wrapper .-invite-link-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .75rem;
    background: var(--invitation-info-link-wrapper-bg);
    color: var(--invitation-info-link-wrapper-color);
    border-top-left-radius: var(--invitation-info-link-copy-border-radius-base);
    border-bottom-left-radius: var(--invitation-info-link-copy-border-radius-base);
    border: var(--invitation-info-link-copy-border);
    width: calc(100% - 180px);
    height: 48px
}

@media (max-width:767.98px) {
    .x-invitation-info .-invitation-link-info-wrapper .-link-wrapper .-invite-link-wrapper {
        justify-content: flex-start;
        height: 40px;
        width: calc(100% - 160px);
        padding: 0 .75rem
    }
}

@media (max-width:575.98px) {
    .x-invitation-info .-invitation-link-info-wrapper .-link-wrapper .-invite-link-wrapper {
        height: 35px;
        width: calc(100% - 110px);
        font-size: .875rem
    }
}

.x-invitation-info .-invitation-link-info-wrapper .-link-wrapper .-invite-link-wrapper .-invite-link {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

@media (max-width:767.98px) {
    .x-invitation-info .-invitation-link-info-wrapper .-link-wrapper .-invite-link-wrapper .-invite-link {
        font-size: .875rem
    }
}

.x-invitation-info .-invitation-link-info-wrapper .-link-wrapper .-invite-link-copy-wrapper {
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: var(--invitation-info-link-copy-border-radius-base);
    border-bottom-right-radius: var(--invitation-info-link-copy-border-radius-base)
}

@media (max-width:767.98px) {
    .x-invitation-info .-invitation-link-info-wrapper .-link-wrapper .-invite-link-copy-wrapper {
        width: 160px;
        height: 40px
    }
}

@media (max-width:575.98px) {
    .x-invitation-info .-invitation-link-info-wrapper .-link-wrapper .-invite-link-copy-wrapper {
        width: 110px;
        height: 35px;
        font-size: .875rem
    }
}

.x-invitation-info .-invitation-link-info-wrapper .-link-wrapper .-invite-link-copy-wrapper .fa-copy {
    margin-right: .5rem
}

.x-invitation-info .-invitation-link-info-wrapper .-link-wrapper .-invite-link-copy-wrapper .-link-copy-me {
    padding: .75rem;
    color: var(--invitation-info-link-copy-color);
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width:767.98px) {
    .x-invitation-info .-invitation-link-info-wrapper .-link-wrapper .-invite-link-copy-wrapper .-link-copy-me {
        padding: 0 .75rem;
        font-size: .875rem
    }
}

.x-invitation-info .-invitation-link-info-wrapper .-link-wrapper .-invite-link-copy-wrapper .-link-copy-me .-text-copy-desktop {
    display: block
}

@media (max-width:575.98px) {
    .x-invitation-info .-invitation-link-info-wrapper .-link-wrapper .-invite-link-copy-wrapper .-link-copy-me .-text-copy-desktop {
        display: none
    }
}

.x-invitation-info .-invitation-link-info-wrapper .-link-wrapper .-invite-link-copy-wrapper .-link-copy-me .-text-copy-mobile {
    display: none
}

@media (max-width:575.98px) {
    .x-invitation-info .-invitation-link-info-wrapper .-link-wrapper .-invite-link-copy-wrapper .-link-copy-me .-text-copy-mobile {
        display: block
    }
}

.x-invitation-info .-invitation-link-info-wrapper .-deposit-required {
    flex: 1;
    margin-bottom: 1rem;
    padding: 1.25rem;
    text-align: center;
    color: var(--invitation-overview-list-item-color);
    background-color: var(--invitation-info-panel-tab-content-bg);
    border-radius: .75rem
}

@media (max-width:767.98px) {
    .x-invitation-info .-invitation-link-info-wrapper .-deposit-required {
        padding: 1rem;
        font-size: .875rem
    }
}

@media (max-width:575.98px) {
    .x-invitation-info .-invitation-link-info-wrapper .-deposit-required {
        padding: .75rem .25rem;
        font-size: .75rem
    }
}

.x-invitation-info .-invitation-link-info-wrapper .-deposit-required b {
    color: var(--invitation-info-balance-amount-color)
}

.x-invitation-info .-invitation-link-info-wrapper .-customer-aff-balance-wrapper {
    width: auto
}

@media (max-width:991.98px) {
    .x-invitation-info .-invitation-link-info-wrapper .-customer-aff-balance-wrapper {
        margin-left: auto
    }
}

.x-invitation-info .-invitation-link-info-wrapper .-customer-aff-balance-wrapper .-balance-amount {
    font-weight: 500;
    font-size: 1.375rem;
    color: var(--invitation-info-balance-amount-color);
    text-align: right
}

@media (max-width:575.98px) {
    .x-invitation-info .-invitation-link-info-wrapper .-customer-aff-balance-wrapper .-balance-amount {
        font-size: 1.25rem
    }
}

.x-invitation-info .-invitation-link-info-wrapper .-customer-aff-balance-wrapper .-balance-updated-at {
    text-align: right;
    font-size: .875rem;
    color: var(--invitation-info-balance-updated-at-color)
}

@media (max-width:767.98px) {
    .x-invitation-info .-invitation-link-info-wrapper .-customer-aff-balance-wrapper .-balance-updated-at {
        font-size: .75rem
    }
}

@media (max-width:575.98px) {
    .x-invitation-info .-invitation-link-info-wrapper .-customer-aff-balance-wrapper .-balance-updated-at {
        font-size: .625rem
    }
}

.x-invitation-info .-invitation-link-info-wrapper .-customer-aff-transfer-wrapper {
    width: 14%;
    transition: all .4s
}

@media (max-width:991.98px) {
    .x-invitation-info .-invitation-link-info-wrapper .-customer-aff-transfer-wrapper {
        width: 180px
    }
}

@media (max-width:767.98px) {
    .x-invitation-info .-invitation-link-info-wrapper .-customer-aff-transfer-wrapper {
        width: 150px
    }
}

@media (max-width:575.98px) {
    .x-invitation-info .-invitation-link-info-wrapper .-customer-aff-transfer-wrapper {
        width: 120px
    }
}

@media (max-width:375px) {
    .x-invitation-info .-invitation-link-info-wrapper .-customer-aff-transfer-wrapper {
        width: 100px
    }
}

.x-invitation-info .-invitation-link-info-wrapper .-customer-aff-transfer-wrapper .-transfer-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 54px;
    color: var(--invitation-info-transfer-button-color);
    background: var(--invitation-info-transfer-button-bg);
    border-radius: var(--invitation-info-link-copy-border-radius-base);
    text-decoration: none;
    transition: all .2s ease
}

.x-invitation-info .-invitation-link-info-wrapper .-customer-aff-transfer-wrapper .-transfer-button.-disabled {
    cursor: default
}

.x-invitation-info .-invitation-link-info-wrapper .-customer-aff-transfer-wrapper .-transfer-button.-enabled {
    background: var(--invitation-info-transfer-button-enabled-bg);
    color: var(--invitation-info-transfer-button-enabled-color)
}

.x-invitation-info .-invitation-link-info-wrapper .-customer-aff-transfer-wrapper .-transfer-button.-waiting {
    background: var(--invitation-info-transfer-button-waiting-bg);
    color: var(--invitation-info-transfer-button-waiting-color)
}

.x-invitation-info .-invitation-link-info-wrapper .-customer-aff-transfer-wrapper .-transfer-button.-success {
    background: var(--invitation-info-transfer-button-success-bg);
    color: var(--invitation-info-transfer-button-success-color)
}

@media (min-width:992px) {
    .x-invitation-info .-invitation-link-info-wrapper .-customer-aff-transfer-wrapper .-transfer-button:hover.-enabled {
        background: var(--invitation-info-transfer-button-enabled-bg-hover)
    }

    .x-invitation-info .-invitation-link-info-wrapper .-customer-aff-transfer-wrapper .-transfer-button:hover.-success {
        background: var(--invitation-info-transfer-button-success-bg-hover)
    }
}

@media (max-width:767.98px) {
    .x-invitation-info .-invitation-link-info-wrapper .-customer-aff-transfer-wrapper .-transfer-button {
        height: 46px;
        font-size: .875rem;
        border-radius: 6px
    }
}

@media (max-width:575.98px) {
    .x-invitation-info .-invitation-link-info-wrapper .-customer-aff-transfer-wrapper .-transfer-button {
        height: 42px;
        line-height: 1.25
    }
}

@media (max-width:575.98px) {
    .x-invitation-info .-invitation-link-info-wrapper .-customer-aff-transfer-wrapper .-transfer-button .fas {
        font-size: .75rem
    }
}

.x-invitation-info .-invitation-link-info-wrapper .-customer-aff-transfer-wrapper .-transfer-button .-minimum-text {
    font-size: .675rem;
    font-weight: 300
}

.x-cover-invitation-container {
    margin-bottom: 2rem
}

@media (max-width:991.98px) {
    .x-cover-invitation-container {
        padding: 1.5rem
    }
}

@media (max-width:767.98px) {
    .x-cover-invitation-container {
        padding: 1rem
    }
}

.x-cover-invitation-container .-cover-invitation-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 16vw
}

@media (max-width:1199.98px) {
    .x-cover-invitation-container .-cover-invitation-wrapper {
        height: 200px
    }
}

@media (max-width:991.98px) {
    .x-cover-invitation-container .-cover-invitation-wrapper {
        border-radius: 10px
    }
}

@media (max-width:767.98px) {
    .x-cover-invitation-container .-cover-invitation-wrapper {
        height: 32vw
    }
}

@media (max-width:575.98px) {
    .x-cover-invitation-container .-cover-invitation-wrapper {
        border-radius: 8px
    }
}

.x-cover-invitation-container .-content-wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 10rem
}

@media (max-width:1199.98px) {
    .x-cover-invitation-container .-content-wrapper {
        margin-left: 5rem
    }
}

@media (max-width:767.98px) {
    .x-cover-invitation-container .-content-wrapper {
        margin-left: 3rem
    }
}

@media (max-width:575.98px) {
    .x-cover-invitation-container .-content-wrapper {
        margin-left: 1rem
    }
}

.x-cover-invitation-container .-content-wrapper .-title {
    font-size: 5.5rem;
    font-weight: 600;
    background: var(--invitation-cover-title-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width:1600px) {
    .x-cover-invitation-container .-content-wrapper .-title {
        font-size: 4.5rem
    }
}

@media (max-width:1400px) {
    .x-cover-invitation-container .-content-wrapper .-title {
        font-size: 3rem
    }
}

@media (max-width:575.98px) {
    .x-cover-invitation-container .-content-wrapper .-title {
        font-size: 1.75rem
    }
}

.x-cover-invitation-container .-content-wrapper .-sub-title {
    font-size: 2.5rem;
    color: var(--invitation-cover-sub-title-color)
}

@media (max-width:1600px) {
    .x-cover-invitation-container .-content-wrapper .-sub-title {
        font-size: 2rem
    }
}

@media (max-width:1400px) {
    .x-cover-invitation-container .-content-wrapper .-sub-title {
        font-size: 1.5rem
    }
}

@media (max-width:767.98px) {
    .x-cover-invitation-container .-content-wrapper .-sub-title {
        margin: 0
    }
}

@media (max-width:575.98px) {
    .x-cover-invitation-container .-content-wrapper .-sub-title {
        font-size: 1.125rem
    }
}

.x-cover-invitation-container .-content-wrapper .-sub-title .-highlight {
    color: var(--invitation-cover-sub-title-highlight-color);
    font-weight: 600
}

.x-cover-invitation-container.-has-container {
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0
}

.x-cover-invitation-container.-has-container .-cover-invitation-wrapper {
    border-radius: .5rem
}

.x-cover-invitation-container.-has-container .-content-wrapper {
    margin-left: 5rem
}

@media (max-width:991.98px) {
    .x-cover-invitation-container.-has-container .-content-wrapper {
        margin-left: 2rem
    }
}

@media (max-width:767.98px) {
    .x-cover-invitation-container.-has-container .-content-wrapper {
        margin-left: 1rem
    }
}

.x-cover-invitation-container.-has-container .-title {
    font-size: 4rem
}

@media (max-width:991.98px) {
    .x-cover-invitation-container.-has-container .-title {
        font-size: 3rem
    }
}

@media (max-width:767.98px) {
    .x-cover-invitation-container.-has-container .-title {
        font-size: 2rem
    }
}

@media (max-width:575.98px) {
    .x-cover-invitation-container.-has-container .-title {
        font-size: 1.75rem
    }
}

.x-cover-invitation-container.-has-container .-sub-title {
    font-size: 2rem
}

@media (max-width:991.98px) {
    .x-cover-invitation-container.-has-container .-sub-title {
        font-size: 1.5rem
    }
}

@media (max-width:767.98px) {
    .x-cover-invitation-container.-has-container .-sub-title {
        margin: 0;
        font-size: 1.125rem
    }
}

.x-invitation-content-section-container {
    padding-bottom: 2rem
}

@media (max-width:575.98px) {
    .x-invitation-content-section-container {
        padding-bottom: 1rem
    }
}

.x-invitation-content-section-container .-title-wrapper {
    margin-bottom: 1.5rem;
    text-align: center
}

@media (max-width:767.98px) {
    .x-invitation-content-section-container .-title-wrapper {
        margin-bottom: 1rem
    }
}

.x-invitation-content-section-container .-title-wrapper .-title {
    color: var(--invitation-content-title-color);
    font-size: 1.25rem;
    font-weight: 600
}

@media (max-width:991.98px) {
    .x-invitation-content-section-container .-title-wrapper .-title {
        font-size: 1rem
    }
}

.x-invitation-content-section-container .-title-wrapper .-title.-lg {
    color: var(--invitation-content-title-highlight-color);
    font-size: 1.5rem
}

@media (max-width:991.98px) {
    .x-invitation-content-section-container .-title-wrapper .-title.-lg {
        font-size: 1.25rem
    }
}

@media (max-width:575.98px) {
    .x-invitation-content-section-container .-title-wrapper .-title.-lg {
        font-size: 1rem
    }
}

.x-invitation-content-section-container .-title-wrapper .-title.-xl {
    color: var(--invitation-content-title-highlight-color);
    font-size: 2rem;
    font-weight: 500;
    font-style: italic
}

@media (max-width:991.98px) {
    .x-invitation-content-section-container .-title-wrapper .-title.-xl {
        font-size: 1.75rem
    }
}

@media (max-width:767.98px) {
    .x-invitation-content-section-container .-title-wrapper .-title.-xl {
        display: block
    }
}

@media (max-width:575.98px) {
    .x-invitation-content-section-container .-title-wrapper .-title.-xl {
        font-size: 1.5rem
    }
}

.x-invitation-content-section-container .-title-wrapper .-title.-underline {
    font-style: italic;
    text-decoration: underline
}

.x-invitation-content-section-container .-image-wrapper {
    margin-bottom: 1.5rem
}

@media (max-width:767.98px) {
    .x-invitation-content-section-container .-image-wrapper {
        margin-bottom: 1rem
    }
}

.x-invitation-content-section-container .-image-wrapper .-image {
    width: 100%;
    border-radius: 15px
}

@media (max-width:991.98px) {
    .x-invitation-content-section-container .-image-wrapper .-image {
        border-radius: 10px
    }
}

@media (max-width:575.98px) {
    .x-invitation-content-section-container .-image-wrapper .-image {
        border-radius: 8px
    }
}

.x-invitation-content-section-container .-content-wrapper {
    margin-bottom: 1.5rem;
    text-align: center
}

@media (max-width:767.98px) {
    .x-invitation-content-section-container .-content-wrapper {
        margin-bottom: 1rem
    }
}

.x-invitation-content-section-container .-content-wrapper .-title {
    color: var(--invitation-content-footer-title-color);
    font-size: 1rem;
    font-weight: 500
}

@media (max-width:767.98px) {
    .x-invitation-content-section-container .-content-wrapper .-title {
        font-size: .875rem
    }
}

.x-invitation-content-section-container .-content-wrapper .-description {
    color: var(--invitation-content-footer-description-color);
    font-size: 1rem
}

@media (max-width:767.98px) {
    .x-invitation-content-section-container .-content-wrapper .-description {
        font-size: .875rem
    }
}

.x-invitation-table {
    padding-bottom: 1rem;
    color: var(--invitation-table-color);
    border-bottom: var(--invitation-table-border-bottom);
    border-collapse: separate;
    border-spacing: 1px
}

@media (max-width:767.98px) {
    .x-invitation-table {
        margin-bottom: .5rem;
        padding-bottom: 0
    }
}

@media (max-width:480px) {

    .x-invitation-table.-table-xs tbody td,
    .x-invitation-table.-table-xs tbody th,
    .x-invitation-table.-table-xs thead td,
    .x-invitation-table.-table-xs thead th {
        font-size: .625rem
    }
}

@media (max-width:480px) {
    .x-invitation-table.-table-xs .-btn-sortable {
        font-size: .5rem
    }
}

.x-invitation-table td {
    padding: .625rem .75rem
}

@media (max-width:767.98px) {
    .x-invitation-table td {
        padding: .5rem
    }
}

@media (max-width:575.98px) {
    .x-invitation-table td {
        padding: .5rem .25rem
    }
}

.x-invitation-table thead th {
    position: relative;
    font-weight: 300;
    background: var(--invitation-table-thead-bg);
    box-shadow: var(--invitation-table-thead-box-shadow);
    border: 0
}

@media (max-width:767.98px) {
    .x-invitation-table thead th {
        padding: .5rem;
        font-size: .875rem
    }
}

@media (max-width:575.98px) {
    .x-invitation-table thead th {
        padding: .3rem .125rem;
        font-size: .75rem
    }
}

.x-invitation-table thead th.-column-highlight {
    font-weight: 500;
    color: var(--invitation-table-thead-column-highlight-color)
}

.x-invitation-table thead tr th:first-of-type {
    border-top-left-radius: var(--invitation-table-thead-border-radius);
    border-bottom-left-radius: var(--invitation-table-thead-border-radius)
}

@media (max-width:767.98px) {
    .x-invitation-table thead tr th:first-of-type {
        border-top-left-radius: var(--invitation-table-thead-sm-border-radius);
        border-bottom-left-radius: var(--invitation-table-thead-sm-border-radius)
    }
}

.x-invitation-table thead tr th:last-of-type {
    border-top-right-radius: var(--invitation-table-thead-border-radius);
    border-bottom-right-radius: var(--invitation-table-thead-border-radius)
}

@media (max-width:767.98px) {
    .x-invitation-table thead tr th:last-of-type {
        border-top-right-radius: var(--invitation-table-thead-sm-border-radius);
        border-bottom-right-radius: var(--invitation-table-thead-sm-border-radius)
    }
}

.x-invitation-table tbody {
    font-size: .9375rem
}

@media (max-width:767.98px) {
    .x-invitation-table tbody {
        font-size: .875rem
    }
}

@media (max-width:575.98px) {
    .x-invitation-table tbody {
        font-size: .75rem
    }
}

@media (min-width:768px) {
    .x-invitation-table tbody tr td:first-child {
        padding-left: 2rem
    }
}

@media (min-width:768px) {
    .x-invitation-table tbody tr td:last-child {
        padding-right: 2rem
    }
}

.x-invitation-table tbody tr td.-column-highlight {
    color: var(--invitation-table-tbody-column-highlight-color)
}

.x-invitation-table tbody tr:nth-of-type(2n) {
    background-color: var(--invitation-table-tbody-tr-even-bg)
}

.x-invitation-table tbody tr:nth-of-type(2n) td.-column-highlight {
    background-color: var(--invitation-table-tbody-tr-even-column-highlight-bg)
}

.x-invitation-table tbody tr:nth-of-type(odd) {
    background-color: var(--invitation-table-tbody-tr-odd-bg)
}

.x-invitation-table tbody tr:nth-of-type(odd) td.-column-highlight {
    background-color: var(--invitation-table-tbody-tr-odd-column-highlight-bg)
}

.x-invitation-table tbody tr:first-child td:first-child {
    border-top-left-radius: var(--invitation-table-tbody-border-radius)
}

.x-invitation-table tbody tr:first-child td:last-child {
    border-top-right-radius: var(--invitation-table-tbody-border-radius)
}

.x-invitation-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: var(--invitation-table-tbody-border-radius)
}

.x-invitation-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: var(--invitation-table-tbody-border-radius)
}

.x-invitation-table .-text-highlight {
    font-weight: 600;
    color: var(--invitation-table-tbody-highlight-color)
}

.x-invitation-table .-text-state-requested {
    color: #f2c94c
}

.x-invitation-table .-text-state-approved,
.x-invitation-table .-text-state-received {
    color: #02a81b
}

.x-invitation-table .-btn-sortable {
    position: absolute;
    top: 50%;
    right: 1rem;
    translate: 0 -50%;
    color: var(--invitation-table-thead-sort-color);
    transition: color .2s
}

.x-invitation-table .-btn-sortable:hover {
    color: var(--invitation-table-thead-sort-hover-color)
}

.x-invitation-table .-btn-sortable .-active {
    color: var(--invitation-table-thead-sort-active-color)
}

@media (max-width:575.98px) {
    .x-invitation-table .-btn-sortable {
        right: .25rem;
        font-size: .625rem
    }
}

.x-invitation-percent-and-condition-component .-percent-list {
    flex-direction: row;
    justify-content: center;
    width: 75%;
    margin: auto;
    row-gap: .5rem;
    -webkit-column-gap: 2.5rem;
    column-gap: 2.5rem
}

@media (max-width:1199.98px) {
    .x-invitation-percent-and-condition-component .-percent-list {
        width: 90%;
        -webkit-column-gap: 2rem;
        column-gap: 2rem
    }
}

@media (max-width:991.98px) {
    .x-invitation-percent-and-condition-component .-percent-list {
        width: 100%;
        -webkit-column-gap: .875rem;
        column-gap: .875rem
    }
}

@media (max-width:767.98px) {
    .x-invitation-percent-and-condition-component .-percent-list {
        flex-wrap: wrap;
        -webkit-column-gap: 1rem;
        column-gap: 1rem
    }
}

@media (max-width:575.98px) {
    .x-invitation-percent-and-condition-component .-percent-list {
        -webkit-column-gap: .5rem;
        column-gap: .5rem
    }
}

.x-invitation-percent-and-condition-component .-percent-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 20%;
    aspect-ratio: 1;
    background-image: linear-gradient(180deg, var(--invitation-overview-list-item-bg), rgba(var(--invitation-overview-list-item-bg), 0) 70%);
    border: 1px solid var(--invitation-overview-list-item-divide-bg);
    border-radius: 50%;
    transition: all .2s
}

@media (max-width:767.98px) {
    .x-invitation-percent-and-condition-component .-percent-list-item {
        width: 26%
    }
}

@media (max-width:575.98px) {
    .x-invitation-percent-and-condition-component .-percent-list-item {
        width: 30%
    }
}

.x-invitation-percent-and-condition-component .-percent-list-item:hover {
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25);
    cursor: default
}

.x-invitation-percent-and-condition-component .-percent-list-item .-topic {
    margin-top: -.875rem;
    font-size: 1.125rem;
    font-weight: 500
}

@media (max-width:575.98px) {
    .x-invitation-percent-and-condition-component .-percent-list-item .-topic {
        font-size: 3.75vw
    }
}

.x-invitation-percent-and-condition-component .-percent-list-item .-percent {
    margin-top: -.25rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--invitation-overview-list-item-value-color)
}

@media (max-width:575.98px) {
    .x-invitation-percent-and-condition-component .-percent-list-item .-percent {
        font-size: 5vw
    }
}

.x-invitation-percent-and-condition-component .-percent-list-item .-description {
    font-size: .875rem;
    font-weight: 300;
    color: var(--invitation-overview-list-item-color)
}

@media (max-width:575.98px) {
    .x-invitation-percent-and-condition-component .-percent-list-item .-description {
        font-size: 2.875vw
    }
}

.x-invitation-percent-and-condition-component .-user-description {
    margin-top: 3rem
}

@media (max-width:1199.98px) {
    .x-invitation-percent-and-condition-component .-user-description {
        margin-top: 2rem
    }
}

.x-invitation-percent-and-condition-component .-no-result {
    color: var(--invitation-overview-list-item-color)
}

.x-withdraw-select-option .-sub-title {
    margin-top: .25rem;
    font-size: .9375rem
}

.x-withdraw-select-option .-sub-title .-highlight {
    color: var(--withdraw-select-option-sub-title-color);
    font-weight: 600
}

.x-withdraw-select-option-body .-menu-wrapper .nav-item {
    width: 100%;
    margin-bottom: 1rem
}

.x-withdraw-select-option-body .-menu-wrapper .-option-button {
    width: 100%;
    padding: .75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--withdraw-select-option-menu-button-color);
    background: var(--withdraw-select-option-menu-button-bg);
    border: none;
    margin: auto;
    border-radius: 6px;
    transition: all .4s;
    box-shadow: var(--withdraw-select-option-menu-button-box-shadow);
    -webkit-filter: var(--withdraw-select-option-menu-button-filter);
    filter: var(--withdraw-select-option-menu-button-filter)
}

.x-withdraw-select-option-body .-menu-wrapper .-option-button.-active,
.x-withdraw-select-option-body .-menu-wrapper .-option-button:hover {
    background: var(--withdraw-select-option-menu-button-bg-hover)
}

.x-withdraw-select-option-body .-menu-wrapper .-option-button.-active .-text,
.x-withdraw-select-option-body .-menu-wrapper .-option-button:hover .-text {
    color: var(--withdraw-select-option-menu-button-color-hover)
}

.x-withdraw-select-option-body .-menu-wrapper .-option-button:focus {
    outline: none
}

.x-withdraw-select-option-body .-menu-wrapper .-option-button .-text {
    padding-left: .5rem;
    text-align: left
}

@media (max-width:575.98px) {
    .x-withdraw-select-option-body .-menu-wrapper .-option-button .-text {
        font-size: .9375rem
    }
}

@media (max-width:575.98px) {
    .x-withdraw-select-option-body .-menu-wrapper .-option-button .-img {
        width: 40px
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 5%, 0);
        transform: translate3d(0, 5%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpGameCategory {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 1%, 0);
        transform: translate3d(0, 1%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUpGameCategory {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 1%, 0);
        transform: translate3d(0, 1%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInUpGameCategory {
    -webkit-animation-name: fadeInUpGameCategory;
    animation-name: fadeInUpGameCategory
}

@-webkit-keyframes fadeInGameCategory {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeInGameCategory {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeInGameCategory {
    -webkit-animation-name: fadeInGameCategory;
    animation-name: fadeInGameCategory
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@keyframes x-hamburger-wave {
    0% {
        width: 70%
    }

    to {
        width: 100%
    }
}

@-webkit-keyframes fadeInModal {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeInModal {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeInModal,
.fadeInRegister {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@media (max-width:991.98px) {

    .fadeInModal,
    .fadeInRegister {
        -webkit-animation-name: fadeInModal;
        animation-name: fadeInModal
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 5%, 0);
        transform: translate3d(0, 5%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes x-center-fade-in-up {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, 15px);
        transform: translate(-50%, 15px)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(-50%);
        transform: translate(-50%)
    }
}

@keyframes x-center-fade-in-up {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, 15px);
        transform: translate(-50%, 15px)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(-50%);
        transform: translate(-50%)
    }
}

@-webkit-keyframes x-blink-opacity-with-scaling {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes x-blink-opacity-with-scaling {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes x-blink-opacity {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes x-blink-opacity {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes x-shimmer {
    0% {
        background-position: -200px top
    }

    to {
        background-position: 200px top
    }
}

@keyframes x-shimmer {
    0% {
        background-position: -200px top
    }

    to {
        background-position: 200px top
    }
}

@-webkit-keyframes x-shimmer-short {
    0% {
        background-position: -100px top
    }

    to {
        background-position: 100px top
    }
}

@keyframes x-shimmer-short {
    0% {
        background-position: -100px top
    }

    to {
        background-position: 100px top
    }
}

@-webkit-keyframes x-default-button-sonar {
    0% {
        opacity: .3;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }

    40% {
        opacity: .5
    }

    to {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1.3);
        transform: translate(-50%, -50%) scale(1.3)
    }
}

@keyframes x-default-button-sonar {
    0% {
        opacity: .3;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }

    40% {
        opacity: .5
    }

    to {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1.3);
        transform: translate(-50%, -50%) scale(1.3)
    }
}

@-webkit-keyframes x-opacity-fading-up {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes x-opacity-fading-up {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes x-opacity-glow-fading-up {
    0% {
        opacity: .2
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes x-zooming-in {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes x-zooming-in {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes x-vertical-mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes x-vertical-mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@-webkit-keyframes x-rainbow-border {
    0% {
        background-position: 0 50%
    }

    to {
        background-position: 200% 50%
    }
}

@keyframes x-rainbow-border {
    0% {
        background-position: 0 50%
    }

    to {
        background-position: 200% 50%
    }
}

@-webkit-keyframes x-progress-bar-stripes {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 1rem 0
    }
}

@keyframes x-progress-bar-stripes {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 1rem 0
    }
}

@-webkit-keyframes x-rotate-interval {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    80%,
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes x-rotate-interval {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    80%,
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes x-rotate-vertical-center {
    0% {
        -webkit-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg)
    }

    to {
        -webkit-transform: translateY(-50%) rotate(1turn);
        transform: translateY(-50%) rotate(1turn)
    }
}

@keyframes x-rotate-vertical-center {
    0% {
        -webkit-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg)
    }

    to {
        -webkit-transform: translateY(-50%) rotate(1turn);
        transform: translateY(-50%) rotate(1turn)
    }
}

@-webkit-keyframes x-jello-horizontal {

    0%,
    80%,
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    20% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    30% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    45% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    55% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

@keyframes x-jello-horizontal {

    0%,
    80%,
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    20% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    30% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    45% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    55% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}



body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
    background-color: #3b3b3c;
    border-radius: 12px
}

body::-webkit-scrollbar,
html::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #666;
    border-radius: 12px
}

body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 12px
}

#main__content {
    margin-top: 0
}

#main__content.-sticky {
    padding-top: 60px
}

.x-large-container {
    padding: 0 40px
}

.x-font-weight-medium {
    font-weight: 500
}

.x-font-weight-semi-bold {
    font-weight: 600
}

@media (max-width:991.98px) {
    .x-br-lg {
        display: none
    }
}

@media (max-width:767.98px) {
    .x-br-md {
        display: none
    }
}

@media (max-width:575.98px) {
    .x-br-sm {
        display: none
    }
}

.-x-input-icon {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 3px;
    position: relative
}

.-x-input-icon .-icon {
    position: absolute;
    left: 18px;
    color: #f22662;
    top: 18px;
    width: 15px
}

.-x-input-icon .form-control {
    width: 100%;
    padding-left: 40px
}

.-x-input-icon .x-input-reset-btn {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 14px;
    right: 1rem;
    width: 18px;
    height: 18px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #828282
}

@media (min-width:992px) {
    .-x-input-icon .x-input-reset-btn {
        transition: opacity .2s;
        opacity: .75
    }

    .-x-input-icon .x-input-reset-btn:hover {
        opacity: 1
    }
}

.-x-input-icon .x-input-reset-btn .fas {
    font-size: .625rem;
    color: #1a1a1a
}

.-x-input-icon .x-input-reset-btn:focus {
    outline: none
}

@media (max-width:991.98px) {
    .-x-input-icon .x-input-reset-btn {
        top: 18px
    }
}

.tippy-popper .copy-me-theme {
    background-color: #e3dce8;
    color: #472d59;
    padding: .2rem .6rem;
    border-radius: 12px
}

.tippy-popper .copy-me-theme .tippy-arrow {
    border-top-color: #e3dce8;
    border-bottom-color: #e3dce8
}

.x-pending .-fake-input {
    padding: 10px .5rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: #472c59;
    background-color: #e7dcef
}

.x-pending .-fake-input .-decimal {
    color: #f22662;
    text-decoration: underline
}

@media (max-width:991.98px) {
    .x-pending .-fake-input {
        width: 80%
    }
}

@media (max-width:767.98px) {
    .x-pending .-fake-input {
        width: 100%
    }
}

.x-pending .-danger-zone,
.x-pending .x-danger-zone {
    margin: 1rem auto .75rem;
    position: relative;
    padding: 20px 15px 12px;
    width: 100%;
    border: 2px solid #fd043a;
    background: rgba(253, 4, 58, .2)
}

@media (max-width:991.98px) {

    .x-pending .-danger-zone,
    .x-pending .x-danger-zone {
        width: 90%;
        margin-bottom: 4rem
    }
}

@media (max-width:767.98px) {

    .x-pending .-danger-zone,
    .x-pending .x-danger-zone {
        width: 100%
    }
}

.x-pending .-danger-zone .-icon-wrapper,
.x-pending .x-danger-zone .-icon-wrapper {
    position: absolute;
    top: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 6px
}

.x-pending .-danger-zone .-icon-wrapper .-img,
.x-pending .x-danger-zone .-icon-wrapper .-img {
    width: 30px
}

.x-pending .-danger-zone span,
.x-pending .x-danger-zone span {
    display: block;
    font-size: 1.5rem
}

.x-pending .-danger-zone.-wrk-owner,
.x-pending .x-danger-zone.-wrk-owner {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #877656;
    background: #343129
}

@media (min-width:992px) {

    .x-pending .-danger-zone.-wrk-owner,
    .x-pending .x-danger-zone.-wrk-owner {
        width: 250px
    }
}

.x-pending .-danger-zone.-wrk-owner .-icon-wrapper,
.x-pending .x-danger-zone.-wrk-owner .-icon-wrapper {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
    transform: unset;
    margin-top: -5px;
    margin-right: 10px;
    padding: 0
}

.x-pending .-danger-zone.-wrk-owner .-icon-wrapper .-img,
.x-pending .x-danger-zone.-wrk-owner .-icon-wrapper .-img {
    width: 40px
}

.x-pending .-danger-zone.-wrk-owner span,
.x-pending .x-danger-zone.-wrk-owner span {
    font-size: 1.5rem
}

.x-pending .-danger-zone.-v2,
.x-pending .x-danger-zone.-v2 {
    padding: 10px;
    color: #eb5757;
    background: #381717;
    border: 1px solid #eb5757;
    border-radius: 5px;
    text-align: center
}

@media (max-width:991.98px) {

    .x-pending .-danger-zone.-v2,
    .x-pending .x-danger-zone.-v2 {
        width: 100%;
        margin-top: 1.25rem;
        margin-bottom: 1rem
    }
}

.x-pending .-danger-zone.-v2 span,
.x-pending .x-danger-zone.-v2 span {
    font-size: 1rem;
    font-weight: 300
}

@media (max-width:767.98px) {

    .x-pending .-danger-zone.-v2 span,
    .x-pending .x-danger-zone.-v2 span {
        font-size: .875rem
    }
}

@media (max-width:991.98px) {
    .x-pending.-v2 {
        height: 100%
    }

    .x-pending.-v2 .-animated-wrapper {
        height: 100%;
        display: flex;
        flex-direction: column
    }
}

.x-pending.-v2 .-ic-hourglass {
    width: 34px;
    height: auto
}

@media (max-width:991.98px) {
    .x-pending.-v2 .-ic-hourglass {
        width: 28px
    }
}

.x-pending.-v2 .-timer-outer-container {
    margin-top: 1rem;
    text-align: center
}

.x-pending.-v2 .-timer-wrapper {
    display: inline-block;
    margin-top: .75rem;
    padding: .25rem 1.25rem;
    font-size: 1rem;
    font-weight: 300;
    color: #f3f3f3;
    background: #3b3b3c;
    border-radius: 20px
}

@media (max-width:767.98px) {
    .x-pending.-v2 .-timer-wrapper {
        font-size: .875rem
    }
}

.x-pending.-v2 .-timer-wrapper .-timer {
    font-weight: 700;
    color: #eb5757
}

.x-pending.-v2 .-deposit-preview {
    margin-top: .5rem
}

.x-pending.-v2 .-fake-input {
    padding: .5rem 1rem !important;
    font-size: 1.5rem;
    font-weight: 600;
    color: #f3f3f3;
    background-color: #0c0c0c;
    border-radius: 8px;
    border: none
}

@media (max-width:991.98px) {
    .x-pending.-v2 .-fake-input {
        width: 100%
    }
}

.x-pending.-v2 .-fake-input .-decimal {
    color: var(--text-gold);
}

@media (min-width:992px) {
    .x-pending.-v2 .-confirm-wrapper {
        display: none
    }
}

.x-pending.-v2 .-confirm-text {
    font-size: 1.125rem;
    font-weight: 300
}

@media (max-width:991.98px) {
    .x-pending.-v2 .-confirm-text {
        font-size: 1rem
    }
}

@media (max-width:767.98px) {
    .x-pending.-v2 .-confirm-text {
        font-size: .875rem
    }
}

.x-pending.-v2 .-confirm-text .-highlight {
    color: var(--text-gold);
}

.x-pending.-v2 .-confirm-img {
    text-align: center
}

.x-pending.-v2 .-confirm-img .-ic {
    width: 30px;
    height: auto;
    margin-top: 1rem;
    -webkit-animation: x-arrow-down-mover .4s infinite alternate;
    animation: x-arrow-down-mover .4s infinite alternate
}

@-webkit-keyframes x-arrow-down-mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@keyframes x-arrow-down-mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

.x-pending.-v2 .-pending-inner-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%
}

.x-pending.-v2 .-pending-inner-wrapper .-fake-bg-top-wrapper {
    padding-bottom: 1.5rem
}

@media (max-width:991.98px) {
    .x-pending.-v2 .-pending-inner-wrapper .-fake-bg-top-wrapper {
        padding-top: 1rem
    }
}

.x-pending.-v2 .-pending-inner-wrapper .-fake-bg-bottom-wrapper {
    padding-bottom: 3rem
}

.x-pending.-v2 .-pending-bg-promotion-active {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem;
    background-color: transparent;
    border-radius: 5px
}

@media (max-width:991.98px) {
    .x-pending.-v2 .-pending-bg-promotion-active {
        min-height: 50px;
        background-color: var(--btn-bolder-gold);
        border: var(--btn-bolder-gold)
    }
}

.x-pending.-v2 .-pending-bg-promotion-active .-title {
    font-size: .875rem;
    font-weight: 400;
    color: #f3f3f3
}

.x-pending.-v2 .-pending-bg-promotion-active .-ic-promotion {
    position: relative;
    margin-right: 5px
}

.x-pending.-v2 .x-title-modal.-v2 {
    margin-bottom: 0
}

@media (max-width:991.98px) {
    .x-pending.-v2 .x-title-modal.-v2 {
        padding-top: 2rem;
        padding-bottom: 1.5rem
    }
}

.x-withdraw-pending .-bank-info-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;
    padding: .75rem;
    background-color: #e7dcef
}

.x-withdraw-pending .-bank-info-container .media-body {
    margin: auto;
    color: #472c59
}

.x-withdraw-pending .-bottom-content {
    color: #f22662
}

@media (max-width:991.98px) {
    .x-withdraw-pending.-v2 {
        padding-top: .75rem
    }
}

.x-withdraw-pending.-v2 .-bank-info-container {
    padding: 0;
    background-color: transparent
}

.x-withdraw-pending.-v2 .-ic-hourglass {
    margin-top: 1rem;
    font-size: 1.75rem;
    color: #603d77
}

.x-withdraw-pending.-v2 .-bottom-content {
    padding: 5px 10px;
    margin-top: .75rem;
    font-weight: 300;
    color: #fafafa;
    background: hsla(0, 0%, 100%, 0);
    border-radius: 30px
}

@media (max-width:991.98px) {

    .x-deposit-form,
    .x-deposit-form .-animatable-container,
    .x-deposit-form form {
        height: 100%
    }
}

@media (max-width:991.98px) {
    .x-deposit-form .x-slide-left-content+.-form {
        display: none
    }

    .x-deposit-form .x-slide-left-content.-hide+.-form {
        display: block
    }
}

@media (max-width:1199.98px) {
    .x-deposit-form .-deposit-container {
        height: 100% !important
    }
}

.x-deposit-form .-deposit-container .-btn-get-promotion {
    background: transparent;
    border: 0;
    font-size: 1.4rem
}

.x-deposit-form .-deposit-container .-btn-cancel-promotion {
    font-size: 1.4rem
}

.x-deposit-form .-deposit-container .-x-input-icon .form-control {
    padding-left: 12.8px
}

.x-deposit-form .x-admin-contact {
    position: relative;
    top: 0
}

.x-deposit-form .-promotion-intro-deposit {
    position: relative;
    color: #472c59
}

.x-deposit-form .-promotion-intro-deposit .-detail {
    font-weight: 600;
    color: #f22662
}

@media (min-width:768px) {
    .x-deposit-form .-promotion-intro-deposit:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #e3dce8
    }
}

.x-deposit-form.-v2 .-bank-maintenance-wrapper {
    padding: 0 2rem
}

@media (max-width:991.98px) {
    .x-deposit-form.-v2 .-bank-maintenance-wrapper {
        margin-top: 1rem;
        padding: 0 1rem
    }
}

@media (min-width:992px) {
    .x-deposit-form.-v2 .-bank-maintenance-wrapper .-btn {
        margin-top: 2rem
    }
}

.x-deposit-form.-v2 .-promotion-intro-deposit {
    display: none
}

@media (max-width:991.98px) {
    .x-deposit-form.-v2 {
        display: flex;
        flex-direction: column
    }

    .x-deposit-form.-v2 .-deposit-form-inner-wrapper {
        flex: 1
    }

    .x-deposit-form.-v2 .-deposit-container {
        margin: 0
    }

    .x-deposit-form.-v2 .-deposit-container .-form {
        display: flex;
        flex-direction: column;
        padding: 0 !important
    }
}

@media (max-width:991.98px) {
    .x-deposit-form.-v2 .-deposit-notice-inner-wrapper {
        padding-top: 1.5rem;
        margin-bottom: 5rem
    }
}

.x-deposit-form.-v2 .-text-pre-button {
    position: relative;
    text-align: center;
    font-size: 1rem;
    color: #414141;
    margin-top: 1rem
}

.x-deposit-form.-v2 .-turnover-wrapper {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding: .25rem 1.25rem;
    font-size: .875rem;
    font-weight: 300;
    color: #fafafa;
    background: transparent;
    border-radius: 0
}

@media (max-width:991.98px) {
    .x-deposit-form.-v2 .-turnover-wrapper {
        margin-top: 0;
        margin-bottom: .75rem
    }
}

@media (max-width:767.98px) {
    .x-deposit-form.-v2 .-turnover-wrapper {
        margin-bottom: .25rem
    }
}

.x-deposit-form.-v2 .-turnover-wrapper span {
    color: var(--text-gold);
    ;
    font-weight: 500
}

.x-deposit-form.-v2 .-deposit-banner-slide-wrapper {
    display: flex
}

.x-deposit-form.-v2 .-deposit-banner-slide-wrapper .-banner-wrapper {
    width: 50%
}

@media (max-width:991.98px) {
    .x-deposit-form.-v2 .-deposit-banner-slide-wrapper .-banner-wrapper {
        width: 100%
    }
}

.x-deposit-form.-v2 .-deposit-banner-slide-wrapper .-banner-wrapper.-hide {
    flex: 0
}

.x-deposit-form.-v2 .-deposit-banner-slide-wrapper .-form {
    flex: 1
}

.x-deposit-form.-v2 .-deposit-banner-slide-wrapper .-deposit-form-inner-wrapper .-get-promotion-banner-wrapper {
    text-align: center
}

.x-deposit-form.-v2 .-deposit-banner-slide-wrapper .-deposit-form-inner-wrapper .-get-promotion-banner-wrapper .-btn-get-promotion {
    background: transparent;
    color: #6ee7d1;
    border: none;
    font-size: .875rem
}

.x-deposit-form.-v2 .-deposit-banner-slide-wrapper .-deposit-form-inner-wrapper .-get-promotion-banner-wrapper .-btn-get-promotion:focus,
.x-deposit-form.-v2 .-deposit-banner-slide-wrapper .-deposit-form-inner-wrapper .-get-promotion-banner-wrapper .-btn-get-promotion:hover {
    outline: none
}

.x-deposit-form.-v2 .-deposit-banner-slide-wrapper .-deposit-form-inner-wrapper .-get-promotion-banner-wrapper .-btn-cancel-promotion {
    background: transparent;
    color: #6ee7d1;
    border: none;
    font-size: .875rem
}

.x-withdraw-form .-x-input-icon .form-control {
    padding-left: 12.8px
}

@media (max-width:991.98px) {
    .x-withdraw-form.-v2 {
        padding-top: 1rem
    }

    .x-withdraw-form.-v2 .x-select-amount.-v2 {
        margin-top: 1rem
    }
}

.x-withdraw-form.-v2 .-text-pre-button {
    position: relative;
    text-align: center;
    font-size: 1rem;
    color: #414141;
    margin-top: 1rem
}

.x-input-operator .-btn-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    border: none;
    background: none;
    color: var(--text-gold);
    ;
    font-size: 1.25rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.x-input-operator .-btn-icon:focus {
    outline: none;
    box-shadow: none
}

.x-input-operator .-btn-icon:active {
    background: #3b3b3c
}

.x-input-operator .-btn-icon.-icon-left {
    left: 0
}

.x-input-operator .-btn-icon.-icon-right {
    right: 0;
    left: unset
}

.x-input-operator .form-control {
    padding-right: 50px !important;
    padding-left: 50px !important;
    font-weight: 700;
    color: var(--text-gold);
    ;
    box-shadow: none
}

.x-input-operator .form-control.is-invalid {
    background: none
}

.x-deposit-bank-maintenance .-text {
    color: #472c59
}

.x-special-menu-entry-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    z-index: 4;
    padding: .5rem 0;
    transition: all .1s
}

@media (min-width:768px) and (max-width:991.98px) {
    .x-special-menu-entry-wrapper {
        margin-bottom: .5rem
    }
}

@media (min-width:992px) {
    .x-special-menu-entry-wrapper .-main-container {
        margin: auto;
        max-width: 1400px
    }
}

.x-special-menu-entry-wrapper.-sticky {
    background: #191919
}

.x-ma-container {
    height: 100vh;
    padding: 5rem 0
}

@media (max-width:991.98px) {
    .x-ma-container {
        padding: 3rem 0
    }
}

@media (max-width:575.98px) {
    .x-ma-container {
        padding: 2rem 0
    }
}

.x-ma-container .-ma-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh
}

@media (max-width:767.98px) {
    .x-ma-container .-ma-bg {
        height: 36vh
    }
}

.x-ma-container .-inner-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.x-ma-container .-inner-wrapper .-ma-img {
    position: relative;
    width: 80%;
    max-width: 800px;
    margin-top: -5rem
}

.x-ma-container .-inner-wrapper .-ma-img-mobile {
    display: none;
    position: relative;
    width: 500px;
    margin: 2rem auto
}

@media (min-width:992px) {
    .x-ma-container .-inner-wrapper {
        height: 100%
    }
}

@media (max-width:1199.98px) {
    .x-ma-container .-inner-wrapper .-ma-img {
        width: 90%
    }
}

@media (max-width:991.98px) {
    .x-ma-container .-inner-wrapper .-ma-img {
        display: none
    }

    .x-ma-container .-inner-wrapper .-ma-img-mobile {
        display: block
    }
}

@media (max-width:767.98px) {
    .x-ma-container .-inner-wrapper .-ma-img-mobile {
        width: 450px
    }
}

@media (max-width:575.98px) {
    .x-ma-container .-inner-wrapper .-ma-img-mobile {
        width: 90%
    }
}

@media (max-width:991.98px) {
    .x-account-profile {
        background: hsla(0, 0%, 100%, 0);
        padding-top: 2rem
    }
}

@media (max-width:767.98px) {
    .x-account-profile {
        padding-top: 0
    }
}

.x-account-profile .-profile-container {
    text-align: center
}

.x-account-profile .-profile-container .-profile-image {
    width: 70px
}

@media (max-width:991.98px) {
    .x-account-profile .-profile-container .-profile-image {
        height: 70px
    }
}

.x-account-profile .-profile-container .-text-username {
    margin-bottom: .5rem;
    color: #f3f3f3
}

.x-account-profile .-profile-container .-link-change-password {
    color: var(--bg-gold);
}

.x-account-profile .-profile-container .modal-content .modal-body {
    padding-left: 2rem;
    padding-right: 2rem
}

@media (max-width:991.98px) {
    .x-account-profile .-profile-container .modal-content .modal-body {
        height: 100%
    }
}

.x-account-profile .-profile-container .-bank-info-container {
    margin: auto;
    display: flex;
    justify-content: center;
    padding: .75rem;
    background-color: transparent;
    width: 60%
}

.x-account-profile .-profile-container .-bank-info-container .media-body {
    color: #4f4f4f;
    margin: auto
}

.x-account-profile .-profile-container .x-checkbox-primary {
    margin-top: 10px
}

.x-account-profile.-v2 .-profile-container .-bank-info-container {
    padding: 0;
    background-color: transparent
}

.x-account-coupon .-coupon-container {
    text-align: center
}

.x-account-coupon .-coupon-container .-coupon-member-detail {
    display: flex;
    justify-content: center
}

.x-account-coupon .-coupon-container .-coupon-member-detail .-coupon-box {
    background: radial-gradient(315.96% 100% at 50% 0, #ff6c3f 0, #ff3c00 100%);
    padding: 1.2rem;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    position: relative;
    box-shadow: none
}

.x-account-coupon .-coupon-container .-coupon-member-detail .-coupon-box .-ic-coupon {
    width: 50px
}

.x-account-coupon .-coupon-container .-coupon-member-detail .-text-box-container {
    box-shadow: none;
    background-color: #5c1b00;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

.x-account-coupon .-coupon-container .-coupon-member-detail .-text-box-container .-text-member,
.x-account-coupon .-coupon-container .-coupon-member-detail .-text-box-container .-title-member {
    color: #4facf0
}

.x-account-coupon .-coupon-container .-coupon-member-detail .-text-box-container .-title-member {
    color: #f3f3f3;
    font-weight: 600
}

.x-account-coupon .-coupon-container .-coupon-member-detail .-text-box-container .-text-member {
    color: #fafafa;
    margin-top: .25rem;
    padding: .5rem 0;
    background-color: var(--bg-gold);
    ;
    text-align: center;
    border-radius: 8px
}

.x-account-coupon .-coupon-container .-form-coupon-container .-x-input-icon {
    width: 50%;
    margin: auto;
    position: relative
}

@media (max-width:991.98px) {
    .x-account-coupon .-coupon-container .-form-coupon-container .-x-input-icon .x-coupon-input {
        border: none
    }
}

@media (max-width:991.98px) {
    .x-account-coupon .-coupon-container .-form-coupon-container .-x-input-icon:before {
        content: "";
        position: absolute;
        top: 10px;
        left: 46px;
        width: 2px;
        height: 30px;
        background: transparent
    }
}

.x-account-coupon .-coupon-container .-form-coupon-container .-btn-submit-container {
    width: 70%;
    margin-top: 5rem;
    margin-left: auto;
    margin-right: auto
}

.x-account-coupon .-coupon-container .-form-coupon-container .-btn-submit-container .-submit {
    min-width: 260px
}

.x-account-promotion .-account-promotion-container .-active-promotion {
    height: 300px;
    overflow-y: scroll;
    margin: 1rem auto;
    padding: 0 1rem
}

.x-account-promotion .-account-promotion-container .-active-promotion::-webkit-scrollbar-track {
    background-color: #3b3b3c
}

.x-account-promotion .-account-promotion-container .-active-promotion::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #666;
    border-radius: 12px
}

.x-account-promotion .-account-promotion-container .-active-promotion::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 12px
}

@media (max-width:991.98px) {
    .x-account-promotion .-account-promotion-container .-active-promotion {
        overflow-y: unset;
        height: auto
    }
}

.x-account-promotion .-account-promotion-container .-active-promotion .-name {
    color: #f3f3f3
}

.x-account-promotion .-account-promotion-container .-active-promotion .-name .-title {
    font-size: 1.125rem
}

.x-account-promotion .-account-promotion-container .-active-promotion .-joining {
    color: #f3f3f3
}

.x-account-promotion .-account-promotion-container .-active-promotion .-joining .fas {
    color: var(--text-gold);
}

.x-account-promotion .-account-promotion-container .-active-promotion .-turnover .-title {
    font-size: .875rem;
    color: #f3f3f3;
    margin-bottom: .5rem;
    text-align: left
}

.x-account-promotion .-account-promotion-container .-active-promotion .progress {
    position: relative;
    height: 25px;
    padding: .15rem;
    border-radius: 10px;
    background-color: #272727
}

.x-account-promotion .-account-promotion-container .-active-promotion .progress .progress-bar {
    border-radius: 10px;
    background: var(--text-gold);
}

.x-account-promotion .-account-promotion-container .-active-promotion .progress span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fafafa
}

.x-account-promotion .-account-promotion-container .-active-promotion .-condition {
    color: #f3f3f3;
    background: #0c0c0c;
    padding: 1rem;
    border-top: 1px solid #3b3b3c;
    text-align: left
}

.x-account-promotion .-account-promotion-container .-active-promotion .-condition .-title-condition {
    color: var(--text-gold);
    ;
    text-decoration: underline
}

.x-account-promotion .-account-promotion-container .-no-result-container {
    margin: 1rem 0
}

.x-account-promotion .-account-promotion-container .-no-result-container .-no-result-img {
    width: 120px
}

.x-account-promotion .-account-promotion-container .-text-container {
    padding: .75rem 1rem;
    width: 70%;
    margin: 1rem auto;
    background: #3b3b3c;
    color: #aaa;
    border-radius: 10px
}

@media (max-width:991.98px) {
    .x-account-promotion .-account-promotion-container .-text-container {
        width: 90%
    }
}

.x-account-promotion .x-promotion-content {
    font-size: .875rem
}

.x-account-promotion .x-promotion-content h1,
.x-account-promotion .x-promotion-content h2,
.x-account-promotion .x-promotion-content h3,
.x-account-promotion .x-promotion-content h4,
.x-account-promotion .x-promotion-content h5,
.x-account-promotion .x-promotion-content h6 {
    font-size: 1.25rem
}

.x-account-provider .-account-provider-container {
    text-align: center
}

.x-account-provider .-account-provider-container .-account-provider-inner {
    margin-top: 1rem
}

.x-account-provider .-account-provider-container .-account-provider-inner.-scroll {
    height: 330px;
    overflow-y: auto
}

.x-account-provider .-account-provider-container .-account-provider-inner.-scroll::-webkit-scrollbar-track {
    background-color: #3b3b3c
}

.x-account-provider .-account-provider-container .-account-provider-inner.-scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #666;
    border-radius: 12px
}

.x-account-provider .-account-provider-container .-account-provider-inner.-scroll::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 12px
}

@media (max-width:991.98px) {
    .x-account-provider .-account-provider-container .-account-provider-inner.-scroll {
        height: 100%
    }
}

.x-account-provider .-account-provider-container .-account-provider-inner .-info-wrapper {
    flex: 1;
    align-items: center
}

.x-account-provider .-account-provider-container .-account-provider-inner .-info-wrapper .-img-container {
    flex: 0 0 45px
}

.x-account-provider .-account-provider-container .-account-provider-inner .-info-wrapper .-logo {
    width: 100%;
    height: auto;
    border-radius: 50%
}

.x-account-provider .-account-provider-container .-account-provider-inner .-info-wrapper .-provider-detail-container {
    flex: 1;
    margin-left: 1rem
}

.x-account-provider .-account-provider-container .-account-provider-inner .-info-wrapper .-provider-detail-container .-text-provider-wrapper {
    flex: 1;
    display: flex;
    align-items: center
}

.x-account-provider .-account-provider-container .-account-provider-inner .-info-wrapper .-provider-detail-container .-text-provider-wrapper .-text-provider {
    flex: 1;
    text-align: left;
    font-size: .875rem;
    font-weight: 300;
    color: #472c59
}

.x-account-provider .-account-provider-container .-account-provider-inner .-info-wrapper .-provider-detail-container .-text-provider-wrapper .-text-provider.-user {
    flex: 0 0 75px
}

@media (max-width:767.98px) {
    .x-account-provider .-account-provider-container .-account-provider-inner .-info-wrapper .-provider-detail-container .-text-provider-wrapper .-text-provider {
        font-size: .75rem
    }

    .x-account-provider .-account-provider-container .-account-provider-inner .-info-wrapper .-provider-detail-container .-text-provider-wrapper .-text-provider.-user {
        flex: 0 0 60px
    }
}

.x-account-provider .-account-provider-container .-account-provider-inner .-info-wrapper .-provider-detail-container .-text-provider-wrapper .-icon {
    width: 16px;
    height: auto;
    margin-right: 8px
}

.x-account-provider .-account-provider-container .-account-provider-inner .-info-wrapper .-provider-detail-container .-btn-action-wrapper {
    width: 90px;
    padding: 0 5px;
    text-align: left
}

@media (max-width:350px) {
    .x-account-provider .-account-provider-container .-account-provider-inner .-info-wrapper .-provider-detail-container .-btn-action-wrapper {
        width: 50px
    }
}

.x-account-provider .-account-provider-container .-account-provider-inner .-info-wrapper .-provider-detail-container .-btn-action-wrapper .-link-copy-me {
    display: inline-block;
    min-width: 18px;
    padding: 4px 10px;
    text-align: center;
    color: #f22662;
    background-color: #ffe6e2;
    border-radius: 4px;
    white-space: nowrap
}

.x-account-provider .-account-provider-container .-account-provider-inner .-info-wrapper .-provider-detail-container .-btn-action-wrapper .-link-copy-me .-copy-popover {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

@media (max-width:575.98px) {
    .x-account-provider .-account-provider-container .-account-provider-inner .-info-wrapper .-provider-detail-container .-btn-action-wrapper .-link-copy-me {
        padding: 4px 8px
    }
}

.x-account-provider .-account-provider-container .-account-provider-inner .-no-result-container {
    margin: 1rem 0
}

.x-account-provider .-account-provider-container .-account-provider-inner .-no-result-container .-no-result-img {
    width: 120px
}

.x-account-provider .-account-provider-container .-account-provider-inner .-text-container {
    padding: .75rem 1rem;
    width: 70%;
    margin: 1rem auto;
    background: #3b3b3c;
    color: #aaa;
    border-radius: 10px
}

@media (max-width:991.98px) {
    .x-account-provider .-account-provider-container .-account-provider-inner .-text-container {
        width: 90%
    }
}

.x-account-provider.-has-provider {
    padding-right: 0 !important;
    padding-bottom: 0 !important
}

.x-account-provider.-has-provider .x-title-modal {
    margin-right: 2.5rem !important
}

.x-account-provider-v2 .-account-wrapper,
.x-account-provider-v2 .-btn-action-wrapper {
    font-size: .75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end
}

@media (max-width:350px) {

    .x-account-provider-v2 .-account-wrapper,
    .x-account-provider-v2 .-btn-action-wrapper {
        font-size: .65rem
    }
}

.x-account-provider-v2 .-account-wrapper {
    flex: 1;
    align-items: flex-start;
    margin-left: .5rem
}

@media (max-width:991.98px) {
    .x-account-provider-v2 .-account-wrapper {
        margin-left: .5rem
    }
}

.x-account-provider-v2 .-account-wrapper .-text-provider-user {
    color: #f3f3f3;
    margin-left: 6px;
    font-weight: 400
}

.x-account-provider-v2 .-account-wrapper .-text-provider-user .-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px
}

.x-account-provider-v2 .-account-wrapper .-text-provider-user.-first-column {
    display: flex;
    justify-content: space-between;
    width: 75px
}

@media (max-width:350px) {
    .x-account-provider-v2 .-account-wrapper .-text-provider-user.-first-column {
        width: 75px
    }
}

.x-account-provider-v2 .-btn-action-wrapper {
    flex: 0 0 80px;
    margin-left: 0;
    margin-right: .5rem
}

@media (max-width:991.98px) {
    .x-account-provider-v2 .-btn-action-wrapper {
        margin-right: 0
    }
}

.x-account-provider-v2 .-btn-action-wrapper .-text-copy-me {
    background: transparent;
    color: var(--bg-gold);
    ;
    padding: 2px 6px;
    border-radius: 6px
}

.x-account-provider-v2 .-img-wrapper {
    flex: 0 0 45px
}

@media (max-width:767.98px) {
    .x-account-provider-v2 .-img-wrapper {
        flex: 0 0 40px
    }
}

.x-account-provider-v2 .-img-wrapper .-img-provider {
    width: 100%;
    height: auto;
    border-radius: 50%
}

.x-account-provider-v2 .-provider-row-wrapper {
    display: flex;
    justify-content: space-around;
    margin-bottom: .75rem
}

.x-account-verification-modal {
    text-align: center;
    font-size: 1.3rem;
    color: #fcfcfc
}

@media (max-width:767.98px) {
    .x-account-verification-modal {
        font-size: 1.2rem
    }
}

.x-account-verification-modal .fas.fa-spinner {
    font-size: 4rem;
    color: #f22662
}

@media (max-width:767.98px) {
    .x-account-verification-modal .fas.fa-spinner {
        font-size: 3rem
    }
}

.x-account-verification-modal .-description {
    margin-top: 2rem;
    color: #404e67
}

.x-account-verification-modal .-text-hint {
    font-size: 1.1rem;
    color: #472c59
}

.x-queue-number-expression {
    color: #f22662;
    font-weight: 600
}

#historyModal .-modal-content .modal-body {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

@media (max-width:767.98px) {
    #historyModal .-modal-content .modal-body {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (min-width:992px) {
    .x-bill-history-container {
        max-height: 385px;
        overflow: auto
    }

    .x-bill-history-container::-webkit-scrollbar-track {
        background-color: #3b3b3c
    }

    .x-bill-history-container::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: #666;
        border-radius: 12px
    }

    .x-bill-history-container::-webkit-scrollbar-thumb {
        background-color: #666;
        border-radius: 12px
    }
}

.x-bill-history-container table {
    margin-bottom: 0
}

.x-bill-history-container table.table-striped tbody tr:nth-child(odd) {
    background: hsla(0, 0%, 100%, .05)
}

.x-bill-history-container table thead th {
    padding: .6rem .75rem;
    font-size: .875rem;
    font-weight: 500;
    color: #f3d067
}

@media (max-width:575.98px) {
    .x-bill-history-container table thead th {
        padding: .6rem .5rem;
        font-size: .875rem
    }
}

.x-bill-history-container table tbody td {
    padding: .6rem .75rem;
    font-size: .875rem
}

@media (max-width:575.98px) {
    .x-bill-history-container table tbody td {
        padding: .6rem .5rem
    }
}

.x-bill-history-container table tbody td.-amount {
    font-weight: 600;
    text-align: right
}

.x-bill-history-container table tbody td.-amount.-deposit {
    color: #6fcf97
}

.x-bill-history-container table tbody td.-amount.-withdraw {
    color: #eb5757
}

.x-bill-history-container table .-transaction-heading-wrapper {
    text-align: right;
    width: 170px
}

@media (max-width:575.98px) {
    .x-bill-history-container table .-transaction-heading-wrapper {
        width: 145px
    }
}

@media screen and (max-width:370px) {
    .x-bill-history-container table .-transaction-heading-wrapper {
        width: 134px
    }
}

.x-bill-history-container table .-transaction-body-wrapper {
    text-align: right;
    width: 170px
}

@media (max-width:575.98px) {
    .x-bill-history-container table .-transaction-body-wrapper {
        width: 145px
    }
}

@media screen and (max-width:370px) {
    .x-bill-history-container table .-transaction-body-wrapper {
        width: 134px
    }
}

.x-bill-history-container table .-state-wrapper {
    display: flex;
    align-items: center
}

@media screen and (max-width:370px) {
    .x-bill-history-container table .-state-wrapper {
        font-size: .75rem
    }
}

.x-bill-history-container table .-state-wrapper .-ic {
    width: 16px;
    margin-left: 10px
}

@media (max-width:575.98px) {
    .x-bill-history-container table .-state-wrapper .-ic {
        margin-left: 6px
    }
}

.x-bill-history-container table .-state-wrapper .fas {
    margin-left: 10px;
    color: #88e3ff
}

@media (max-width:575.98px) {
    .x-bill-history-container table .-state-wrapper .fas {
        margin-left: 6px
    }
}

.x-bill-history-container table .-state-wrapper .-state-title {
    margin-left: 6px
}

.x-bill-history-container table .-state-wrapper .-state-title.-short {
    display: none
}

@media screen and (max-width:370px) {
    .x-bill-history-container table .-state-wrapper .-state-title {
        display: none
    }

    .x-bill-history-container table .-state-wrapper .-state-title.-short {
        display: inline-block
    }
}

.x-bill-history-container table .-amount {
    font-weight: 500
}

.x-bill-history-container table .-amount.-deposit {
    color: #6fcf97
}

.x-bill-history-container table .-amount.-withdraw {
    color: #eb5757
}

.x-bill-history-container table .-datetime {
    color: #aaa
}

@media screen and (max-width:370px) {
    .x-bill-history-container table .-datetime {
        font-size: .75rem
    }
}

.x-bill-history-container .-no-result-container {
    margin: 1rem 0;
    text-align: center
}

.x-bill-history-container .-no-result-container .-no-result-img {
    width: 120px
}

.x-bill-history-container .-text-container {
    padding: .75rem 1rem;
    width: 70%;
    margin: 1rem auto;
    background: #3b3b3c;
    color: #aaa;
    border-radius: 10px
}

@media (max-width:991.98px) {
    .x-bill-history-container .-text-container {
        width: 90%
    }
}

.x-modal-account-menu,
.x-modal-account-menu-mobile {
    min-width: 200px;
    margin-right: 1rem
}

.x-modal-account-menu-mobile .navbar-nav,
.x-modal-account-menu .navbar-nav {
    height: 100%;
    overflow: auto
}

.x-modal-account-menu-mobile .navbar-nav .nav-item,
.x-modal-account-menu .navbar-nav .nav-item {
    border-radius: 10px;
    box-shadow: none
}

.x-modal-account-menu-mobile .navbar-nav .nav-item:not(:last-child),
.x-modal-account-menu .navbar-nav .nav-item:not(:last-child) {
    margin-bottom: .75rem
}

.x-modal-account-menu-mobile .navbar-nav .nav-item .nav-link,
.x-modal-account-menu .navbar-nav .nav-item .nav-link {
    display: flex;
    align-items: center;
    width: 100%;
    padding: .75rem;
    background: #3b3b3c;
    border: none;
    border-radius: 10px;
    transition: background .2s
}

@media (max-width:575.98px) {

    .x-modal-account-menu-mobile .navbar-nav .nav-item .nav-link,
    .x-modal-account-menu .navbar-nav .nav-item .nav-link {
        font-size: .875rem
    }
}

.x-modal-account-menu-mobile .navbar-nav .nav-item .nav-link .-icon-image,
.x-modal-account-menu .navbar-nav .nav-item .nav-link .-icon-image {
    width: 30px;
    margin-right: .5rem
}

.x-modal-account-menu-mobile .navbar-nav .nav-item .nav-link .-text-menu-wrapper,
.x-modal-account-menu .navbar-nav .nav-item .nav-link .-text-menu-wrapper {
    display: flex;
    align-items: center
}

.x-modal-account-menu-mobile .navbar-nav .nav-item .nav-link .-text-menu,
.x-modal-account-menu .navbar-nav .nav-item .nav-link .-text-menu {
    font-size: .9375rem;
    color: #fafafa;
    transition: color .2s
}

.x-modal-account-menu-mobile .navbar-nav .nav-item .nav-link .-text-menu.-highlight,
.x-modal-account-menu .navbar-nav .nav-item .nav-link .-text-menu.-highlight {
    margin-left: auto;
    background: linear-gradient(90deg, #ff5f05, #ff9b05);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 16px #fff1d8;
    font-size: .875rem;
    font-weight: 700;
    -webkit-animation: x-zooming-in .3s infinite alternate;
    animation: x-zooming-in .3s infinite alternate
}

.x-modal-account-menu-mobile .navbar-nav .nav-item .nav-link.active,
.x-modal-account-menu-mobile .navbar-nav .nav-item .nav-link:hover,
.x-modal-account-menu .navbar-nav .nav-item .nav-link.active,
.x-modal-account-menu .navbar-nav .nav-item .nav-link:hover {
    background: var(--btn-gold)
}

.x-modal-account-menu-mobile .navbar-nav .nav-item .nav-link.active .-icon-image,
.x-modal-account-menu-mobile .navbar-nav .nav-item .nav-link:hover .-icon-image,
.x-modal-account-menu .navbar-nav .nav-item .nav-link.active .-icon-image,
.x-modal-account-menu .navbar-nav .nav-item .nav-link:hover .-icon-image {
    -webkit-filter: none;
    filter: none
}

.x-modal-account-menu-mobile .navbar-nav .nav-item .nav-link.active .-text-menu,
.x-modal-account-menu-mobile .navbar-nav .nav-item .nav-link:hover .-text-menu,
.x-modal-account-menu .navbar-nav .nav-item .nav-link.active .-text-menu,
.x-modal-account-menu .navbar-nav .nav-item .nav-link:hover .-text-menu {
    color: #fafafa
}

.x-modal-account-menu-mobile .navbar-nav .nav-item .nav-link.active .-text-menu.-highlight,
.x-modal-account-menu-mobile .navbar-nav .nav-item .nav-link:hover .-text-menu.-highlight,
.x-modal-account-menu .navbar-nav .nav-item .nav-link.active .-text-menu.-highlight,
.x-modal-account-menu .navbar-nav .nav-item .nav-link:hover .-text-menu.-highlight {
    background: linear-gradient(90deg, #fafafa, #fafafa);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 16px #fafafa
}

.x-modal-account-menu-mobile .navbar-nav .nav-item .nav-link:focus,
.x-modal-account-menu .navbar-nav .nav-item .nav-link:focus {
    outline: 0
}

.x-modal-account-menu-mobile .navbar-nav .nav-item button[disabled],
.x-modal-account-menu .navbar-nav .nav-item button[disabled] {
    opacity: .65
}

@media (max-width:1199.98px) {
    .x-modal-account-menu-mobile .x-profile-image .-profile-image {
        width: 50px
    }
}

@media (max-width:1199.98px) {
    .x-modal-account-menu-mobile .x-profile-image {
        margin-top: -.75rem
    }
}

.x-modal-account-menu-mobile .-transaction-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem
}

.x-menu-account-list-sidebar {
    display: none;
    position: fixed;
    right: -100%;
    top: 0;
    height: 100%;
    min-width: 280px;
    z-index: 60;
    text-align: center;
    transition: right .3s
}

@media (max-width:1199.98px) {
    .x-menu-account-list-sidebar {
        display: block;
        min-width: 110px
    }
}

.x-menu-account-list-sidebar .x-modal-account-menu-mobile {
    position: relative;
    height: 100%;
    padding: 1rem 1.25rem;
    background: #191919;
    z-index: 60;
    overflow: auto;
    margin-right: 0;
    min-width: 300px
}

@media (max-width:575.98px) {
    .x-menu-account-list-sidebar .x-modal-account-menu-mobile {
        min-width: 260px
    }
}

.x-menu-account-list-sidebar .x-modal-account-menu-mobile .-modal-profile-mobile .fas {
    color: #c4c4c4
}

.x-menu-account-list-sidebar .x-modal-account-menu-mobile .-modal-profile-mobile .-balance-container {
    flex-direction: column;
    align-items: center;
    color: #fcfcfc;
    padding: .25rem 0;
    margin: auto 0
}

.x-menu-account-list-sidebar .x-modal-account-menu-mobile .-modal-profile-mobile .-balance-container .-text-username {
    display: block;
    font-size: 1rem;
    font-weight: 600
}

.x-menu-account-list-sidebar .x-modal-account-menu-mobile .-modal-profile-mobile .-balance-container .-user-balance {
    margin-top: 5px
}

.x-menu-account-list-sidebar .x-modal-account-menu-mobile .-modal-profile-mobile .-balance-container .-user-balance .-inner-box-wrapper {
    color: #fcfcfc;
    background: #272727;
    box-shadow: none
}

.x-menu-account-list-sidebar .x-modal-account-menu-mobile .-modal-profile-mobile .-balance-container .-user-balance #customer-balance {
    font-weight: 500
}

.x-menu-account-list-sidebar .x-modal-account-menu-mobile .-modal-profile-mobile .-balance-container .-user-balance .-ic-coin {
    width: 18px
}

.x-menu-account-list-sidebar .x-modal-account-menu-mobile .-modal-profile-mobile .-balance-container .-user-balance .-btn-balance .fas {
    color: var(--bg-gold);
}

.x-menu-account-list-sidebar .x-modal-account-menu-mobile .-modal-profile-mobile .-balance-container .-pending-approved {
    display: block;
    color: #472c59
}

.x-menu-account-list-sidebar .x-modal-account-menu-mobile .-modal-profile-mobile .-balance-container .-pending-approved .fas {
    color: #472c59
}

.x-menu-account-list-sidebar .x-modal-account-menu-mobile .-modal-profile-mobile .-balance-container .-pending-approved .x-queue-number-expression {
    color: #f22662
}

.x-menu-account-list-sidebar .x-modal-account-menu-mobile .-modal-profile-mobile.-vip {
    text-align: left
}

.x-menu-account-list-sidebar .x-modal-account-menu-mobile .-modal-profile-mobile.-vip .-group-name {
    margin: .25rem 0;
    font-weight: 500
}

.x-menu-account-list-sidebar .x-modal-account-menu-mobile .-modal-profile-mobile.-vip .-balance-container {
    align-items: flex-start;
    padding: 0
}

.x-menu-account-list-sidebar .x-modal-account-menu-mobile .-modal-profile-mobile.-vip .-balance-container .-user-balance {
    margin-top: 0
}

.x-menu-account-list-sidebar .x-modal-account-menu-mobile .-modal-profile-mobile.-vip .-balance-container .-user-balance .-inner-box-wrapper {
    min-width: unset;
    padding: 0
}

.x-menu-account-list-sidebar .x-modal-account-menu-mobile .-modal-profile-mobile.-vip .-balance-container .-user-balance #customer-balance {
    padding: 0
}

.x-menu-account-list-sidebar .x-modal-account-menu-mobile .navbar-nav {
    margin-top: 1rem;
    flex-direction: column
}

.x-menu-account-list-sidebar .x-modal-account-menu-mobile .navbar-nav .nav-item .nav-link {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-align: center
}

@media (max-width:991.98px) {
    .x-menu-account-list-sidebar .x-modal-account-menu-mobile .navbar-nav .nav-item .nav-link {
        padding: .5rem .75rem
    }
}

.x-menu-account-list-sidebar .x-modal-account-menu-mobile .navbar-nav .nav-item .nav-link.active {
    position: relative
}

.x-menu-account-list-sidebar .x-modal-account-menu-mobile .navbar-nav .nav-item .nav-link.active:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 50%;
    width: 110%;
    height: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.x-menu-account-list-sidebar .x-modal-account-menu-mobile .navbar-nav .nav-item .nav-link .-text {
    margin-top: 6px;
    color: #472c59;
    transition: color .3s
}

.x-menu-account-list-sidebar .x-modal-account-menu-mobile .navbar-nav .nav-item .nav-link .-img-menu {
    width: 50px
}

.x-menu-account-list-sidebar.-open {
    right: 0
}

.x-menu-account-list-sidebar.-open .-overlay {
    display: block
}

.x-menu-account-list-sidebar .-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 55;
    background: rgba(0, 0, 0, .5)
}

.x-customer-bank-info-container.-v2,
.x-deposit-bank-info-container.-v2 {
    width: 100%;
    padding: .8rem 1rem;
    border-radius: 5px;
    border: none;
    background-color: #191919;
    background-image: url(/build/images/bank-info-bg.85f5092f.png);
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat
}

@media (max-width:991.98px) {

    .x-customer-bank-info-container.-v2,
    .x-deposit-bank-info-container.-v2 {
        border: none
    }
}

.x-customer-bank-info-container.-v2 .media,
.x-deposit-bank-info-container.-v2 .media {
    justify-content: center;
    align-items: center
}

.x-customer-bank-info-container.-v2 .media .-img,
.x-deposit-bank-info-container.-v2 .media .-img {
    width: 60px;
    height: auto;
    margin-right: 10px
}

.x-customer-bank-info-container.-v2 .-content-wrapper,
.x-deposit-bank-info-container.-v2 .-content-wrapper {
    display: flex;
    flex-direction: column;
    text-align: left
}

.x-customer-bank-info-container.-v2 .-content-wrapper .-name,
.x-deposit-bank-info-container.-v2 .-content-wrapper .-name {
    font-size: 1rem;
    font-weight: 300;
    color: #f3f3f3
}

@media (max-width:575.98px) {

    .x-customer-bank-info-container.-v2 .-content-wrapper .-name,
    .x-deposit-bank-info-container.-v2 .-content-wrapper .-name {
        font-size: .875rem
    }
}

.x-customer-bank-info-container.-v2 .-content-wrapper .-own-name,
.x-deposit-bank-info-container.-v2 .-content-wrapper .-own-name {
    font-size: 1rem;
    font-weight: 400;
    color: #f3f3f3
}

.x-customer-bank-info-container.-v2 .-content-wrapper .-number,
.x-deposit-bank-info-container.-v2 .-content-wrapper .-number {
    font-size: 1.125rem;
    font-weight: 600;
    color: #f3f3f3
}

@media (max-width:575.98px) {

    .x-customer-bank-info-container.-v2 .-content-wrapper .-number,
    .x-deposit-bank-info-container.-v2 .-content-wrapper .-number {
        font-size: 1rem
    }
}

.x-customer-bank-info-container.-v2 .-copy-wrapper,
.x-deposit-bank-info-container.-v2 .-copy-wrapper {
    margin-left: auto
}

.x-customer-bank-info-container.-v2 .-copy-wrapper .-btn,
.x-deposit-bank-info-container.-v2 .-copy-wrapper .-btn {
    padding: 1px 8px;
    font-size: .75rem;
    font-weight: 400;
    color: #f3f3f3;
    background: var(--bg-gold);
    ;
    border-radius: 15px;
    line-height: unset
}

#bookmarkModal .-modal-content {
    background-image: url(/build/images/bookmark-modal-content-bg.a3c08e2e.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

#bookmarkModal .-modal-header {
    padding: 2.5rem 2rem 0
}

@media (max-width:991.98px) {
    #bookmarkModal .-modal-header {
        margin: 0 auto
    }
}

#bookmarkModal .-modal-header .x-title-modal {
    color: #fafafa;
    font-weight: 400
}

#bookmarkModal .-modal-body {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    background-color: transparent
}

@media (max-width:575.98px) {
    #bookmarkModal .-modal-body {
        padding: 0 1rem 1.5rem
    }
}

.x-bookmark-modal-container {
    margin-top: 1rem
}

.x-bookmark-modal-container .x-bookmark-tabs-header-wrapper {
    justify-content: center;
    border-bottom: none
}

.x-bookmark-modal-container .x-bookmark-tabs-header-wrapper .nav-link {
    width: 130px;
    font-size: 1rem;
    text-align: center;
    color: #fafafa;
    background: #363636;
    border: none
}

.x-bookmark-modal-container .x-bookmark-tabs-header-wrapper .nav-link.active {
    color: #fafafa;
    background: var(--btn-gold)
}

.x-bookmark-modal-container .x-bookmark-tabs-header-wrapper .nav-link:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
}

.x-bookmark-modal-container .x-bookmark-tabs-header-wrapper .nav-link:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px
}

@media screen and (max-width:350px) {
    .x-bookmark-modal-container .x-bookmark-tabs-header-wrapper .nav-link {
        width: 120px
    }
}

.x-bookmark-modal-container .x-bookmark-tabs-content-wrapper {
    margin-top: 1.5rem
}

.x-bookmark-modal-container .x-bookmark-tabs-content-wrapper .-slide-inner-wrapper .-img {
    margin: auto;
    width: 240px;
    height: auto
}

@media (max-width:370px) {
    .x-bookmark-modal-container .x-bookmark-tabs-content-wrapper .-slide-inner-wrapper .-img {
        width: 200px
    }
}

.x-bookmark-modal-container .x-bookmark-tabs-content-wrapper .-slide-inner-wrapper .-content-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.x-bookmark-modal-container .x-bookmark-tabs-content-wrapper .-slide-inner-wrapper .-content-wrapper.-center {
    margin-top: 1rem;
    align-items: center
}

.x-bookmark-modal-container .x-bookmark-tabs-content-wrapper .-slide-inner-wrapper .-content-wrapper .-number {
    position: relative;
    top: -18px;
    margin-right: 1rem;
    font-size: 3.5rem;
    color: #ec0094;
    text-shadow: 0 0 6px #ec0094;
    -webkit-text-stroke: 2px #fc4eff
}

.x-bookmark-modal-container .x-bookmark-tabs-content-wrapper .-slide-inner-wrapper .-content-wrapper .-icon {
    width: 60px;
    height: auto;
    margin-right: .5rem
}

.x-bookmark-modal-container .x-bookmark-tabs-content-wrapper .-slide-inner-wrapper .-content-wrapper .-description {
    font-size: 1.125rem;
    color: #fafafa;
    text-shadow: none
}

.x-bookmark-modal-container .x-bookmark-tabs-content-wrapper .-slide-inner-wrapper .-content-wrapper .-description .fas {
    position: relative;
    top: -2px;
    padding: 5px 6px;
    font-size: .75rem;
    color: #353535;
    background: #fafafa;
    border-radius: 4px
}

.x-bookmark-modal-container .x-bookmark-tabs-content-wrapper .slick-dots {
    bottom: -30px
}

.x-bookmark-modal-container .x-bookmark-tabs-content-wrapper .slick-dots li {
    width: 40px;
    height: 6px;
    margin: 0 1.5px
}

.x-bookmark-modal-container .x-bookmark-tabs-content-wrapper .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    background: #525252
}

.x-bookmark-modal-container .x-bookmark-tabs-content-wrapper .slick-dots li button:before {
    display: none;
    content: ""
}

.x-bookmark-modal-container .x-bookmark-tabs-content-wrapper .slick-dots li:first-child button {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.x-bookmark-modal-container .x-bookmark-tabs-content-wrapper .slick-dots li:last-child button {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.x-bookmark-modal-container .x-bookmark-tabs-content-wrapper .slick-dots li.slick-active button {
    background: var(--bg-gold);
}

@media (max-width:1199.98px) {
    .x-profile-image .-profile-image {
        width: 36px
    }
}

.x-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 60px;
    padding: 0 1.5rem;
    z-index: 5;
    transition: all .3s;
    background: #0c0c0c
}

.x-header .navbar-brand {
    font-size: unset;
    margin-right: .5rem
}

.x-header.-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #0c0c0c;
    box-shadow: 0 0 1px hsla(0, 0%, 100%, .2)
}

.x-header.-sticky #headerBrand .navbar-brand .-logo.-default {
    display: none
}

.x-header.-sticky #headerBrand .navbar-brand .-logo.-invert {
    display: block;
    margin-top: 5px
}

@media (max-width:1199.98px) {
    .x-header.-sticky .x-ranking-entrance {
        position: relative;
        top: unset;
        z-index: unset;
        display: flex
    }
}

.x-header.-sticky .x-menu .-menu-container .-menu-link {
    color: #fcfcfc
}

.x-header.-sticky .x-menu .-menu-container .-menu-link.active {
    color: var(--bg-gold);
    ;
    background: transparent;
    border-radius: 0
}

.x-header.-sticky .x-menu .-menu-container .-menu-link.active:hover,
.x-header.-sticky .x-menu .-menu-container .-menu-link:hover {
    color: var(--bg-gold);
}

.x-header.-sticky .x-logged .-profile-container .-btn-wrapper {
    color: #404e67
}

.x-header.-sticky .x-logged .-balance-container .-user-balance .-btn-balance {
    color: var(--bg-gold);
}

.x-header.-sticky .x-logged .-balance-container .-pending-approved {
    color: #472c59
}

.x-header.-sticky .x-logged .-balance-container .-pending-approved .x-queue-number-expression {
    color: #f22662
}

.x-header.-sticky .x-hamburger span {
    background: #e3e1a4
}

@media (max-width:991.98px) {
    .x-header {
        padding: 0 1rem
    }
}

@media (max-width:575.98px) {
    .x-header {
        padding: 0 .8rem
    }
}

@media (max-width:370px) {
    .x-header {
        padding: 0 .5rem
    }
}

.x-header .-inner-container {
    flex-wrap: nowrap;
    height: 100%;
    background-color: transparent
}

@media (min-width:992px) {
    .x-header .-inner-container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (max-width:575.98px) {
    .x-header #headerBrand .navbar-brand {
        margin-right: .75rem
    }
}

.x-header #headerBrand .navbar-brand .-logo {
    height: 35px;
    width: auto;
}

@media screen and (max-width:1250px) {
    .x-header #headerBrand .navbar-brand .-logo {
        height: 35px;
        width: auto;
    }
}

@media (max-width:575.98px) {
    .x-header #headerBrand .navbar-brand .-logo {
        height: 100%;
        max-width: 80px;
        max-height: 35px;
    }
}

@media (max-width:370px) {
    .x-header #headerBrand .navbar-brand .-logo {
        height: 35px;
        width: auto;
    }
}

.x-header #headerBrand .navbar-brand .-logo.-invert {
    display: none
}

.x-header .x-logged,
.x-header .x-logged .-transaction-outer-container {
    display: flex;
    align-items: center
}

.x-header .x-logged .-transaction-outer-container.-has-vip-mode {
    order: 19
}

.x-header .x-logged .-vip-mode-outer-desktop-container {
    order: 20
}

.x-header .x-logged .-profile-outer-container {
    display: flex;
    align-items: center
}

@media (min-width:992px) {
    .x-header .x-logged .-profile-outer-container.-has-vip-mode {
        flex-direction: row-reverse
    }
}

.x-header .x-logged .-profile-outer-container.-has-vip-mode .-profile-container {
    z-index: 1
}

@media (min-width:992px) {
    .x-header .x-logged .-profile-outer-container.-has-vip-mode .-profile-container {
        margin-right: -1.125rem
    }
}

@media (max-width:991.98px) {
    .x-header .x-logged .-profile-outer-container.-has-vip-mode .-profile-container {
        margin-left: -1rem
    }
}

@media (max-width:767.98px) {
    .x-header .x-logged .-profile-outer-container.-has-vip-mode .-profile-container {
        margin-left: -.4rem
    }
}

.x-header .x-logged .-profile-container .-btn-wrapper {
    display: flex;
    align-items: center;
    font-size: .9rem;
    color: #fff
}

@media (max-width:1199.98px) {
    .x-header .x-logged .-profile-container .-btn-wrapper {
        display: none
    }
}

.x-header .x-logged .-profile-container .-btn-wrapper:hover {
    text-decoration: none
}

.x-header .x-logged .-profile-container .-btn-wrapper .-profile-image {
    width: 48px
}

@media (max-width:1400px) {
    .x-header .x-logged .-profile-container .-btn-wrapper .-profile-image {
        width: 36px
    }
}

.x-header .x-logged .-profile-container .-btn-wrapper .-profile-name {
    margin-left: .2rem
}

.x-header .x-logged .-balance-container {
    margin: auto .25rem;
    display: flex
}

@media (max-width:575.98px) {
    .x-header .x-logged .-balance-container {
        margin: auto 0
    }
}

.x-header .x-logged .-balance-container .-text-username {
    display: none
}

.x-header .x-logged .-balance-container .-pending-approved {
    color: #fcfcfc
}

@media (max-width:575.98px) {
    .x-header .x-logged .-balance-container .-pending-approved {
        display: none
    }
}

.x-header .x-logged .-balance-container .-pending-approved .fas.fa-spinner {
    position: relative;
    top: 2px;
    margin-right: 2px;
    font-size: 16px
}

.x-header .x-logged .-balance-container .-pending-approved .x-queue-number-expression {
    color: #472c59;
    font-weight: 400
}

.x-header .x-logged .-balance-container .-user-balance {
    position: relative;
    display: flex;
    align-items: center
}

@media (max-width:1199.98px) {
    .x-header .x-logged .-balance-container .-user-balance {
        justify-content: center
    }

    .x-header .x-logged .-balance-container .-user-balance #customer-balance {
        padding: 0 7px
    }
}

.x-header .x-logged .-balance-container .-user-balance .-inner-box-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 0;
    min-width: 90px;
    padding: .4rem 1rem;
    font-size: .9rem;
    font-weight: 400;
    color: #fcfcfc;
    background: #272727;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    border: none;
    border-radius: 20px
}

@media (max-width:1199.98px) {
    .x-header .x-logged .-balance-container .-user-balance .-inner-box-wrapper {
        padding: 5px 12px
    }
}

@media (max-width:991.98px) {
    .x-header .x-logged .-balance-container .-user-balance .-inner-box-wrapper {
        padding: 5px 8px
    }
}

@media (max-width:767.98px) {
    .x-header .x-logged .-balance-container .-user-balance .-inner-box-wrapper {
        min-width: 75px
    }
}

@media (max-width:575.98px) {
    .x-header .x-logged .-balance-container .-user-balance .-inner-box-wrapper {
        padding: 5px 8px 5px 4px;
        font-size: .875rem
    }
}

@media (max-width:370px) {
    .x-header .x-logged .-balance-container .-user-balance .-inner-box-wrapper {
        font-size: .75rem
    }
}

.x-header .x-logged .-balance-container .-user-balance .-inner-box-wrapper .-ic-coin {
    position: relative;
    width: 24px;
    margin-right: 5px
}

@media (max-width:1400px) {
    .x-header .x-logged .-balance-container .-user-balance .-inner-box-wrapper .-ic-coin {
        margin-top: -4px;
        width: 20px
    }
}

@media (max-width:575.98px) {
    .x-header .x-logged .-balance-container .-user-balance .-inner-box-wrapper .-ic-coin {
        width: 30px
    }
}

.x-header .x-logged .-balance-container .-user-balance .-btn-balance {
    display: flex;
    padding: 0;
    color: var(--bg-gold);
    ;
    background: transparent;
    border: none
}

@media (max-width:991.98px) {
    .x-header .x-logged .-balance-container .-user-balance .-btn-balance {
        right: .75rem
    }
}

.x-header .x-logged .-balance-container .-user-balance .-btn-balance.-in-box {
    margin-left: 5px
}

.x-header .x-logged .-balance-container .-user-balance .-btn-balance .fas {
    margin: auto 0
}

.x-header .x-logged .-balance-container .-user-balance .-btn-balance:focus {
    box-shadow: none;
    outline: none
}

.x-header .x-logged .-deposit-container,
.x-header .x-logged .-withdraw-container {
    margin: auto .25rem
}

@media (max-width:1400px) {
    .x-header.-logged .x-menu .-menu-container .-menu-link {
        padding: 0 .4rem;
        font-size: .875rem
    }
}

@media (max-width:1260px) {
    .x-header.-logged .x-menu .-menu-container .-menu-link {
        padding: 0 .6rem
    }
}

@media (max-width:1400px) {
    .x-header.-logged .x-menu .-menu-container .-menu-link .-icon {
        width: 20px
    }
}

@media (max-width:1260px) {
    .x-header.-logged .x-menu .-menu-container .-menu-link .-icon {
        display: none
    }
}

.x-hamburger {
    margin-right: 15px;
    margin-top: 6px;
    width: 25px;
    height: 24px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer
}

@media (min-width:992px) {
    .x-hamburger {
        display: inline-block
    }
}

@media (max-width:991.98px) {
    .x-hamburger {
        margin-right: 10px
    }
}

@media (max-width:575.98px) {
    .x-hamburger {
        width: 20px;
        margin-right: 5px
    }
}

.x-hamburger span {
    width: 70%;
    display: block;
    position: absolute;
    height: 3px;
    background: var(--x-hamburger);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out
}

.x-hamburger span:first-child {
    top: 0;
    -webkit-animation: x-hamburger-wave .4s ease-out infinite alternate;
    animation: x-hamburger-wave .4s ease-out infinite alternate
}

.x-hamburger span:first-child,
.x-hamburger span:nth-child(2) {
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.x-hamburger span:nth-child(2) {
    top: 9px;
    -webkit-animation: x-hamburger-wave .4s ease-out .3s infinite alternate;
    animation: x-hamburger-wave .4s ease-out .3s infinite alternate
}

@media (max-width:575.98px) {
    .x-hamburger span:nth-child(2) {
        top: 8px
    }
}

.x-hamburger span:nth-child(3) {
    top: 18px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation: x-hamburger-wave .4s ease-out .6s infinite alternate;
    animation: x-hamburger-wave .4s ease-out .6s infinite alternate
}

@media (max-width:575.98px) {
    .x-hamburger span:nth-child(3) {
        top: 16px
    }
}

.x-hamburger.-open {
    width: 25px
}

.x-hamburger.-open span {
    width: 100%;
    -webkit-animation: none;
    animation: none
}

.x-hamburger.-open span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 5px
}

.x-hamburger.-open span:nth-child(2) {
    width: 0;
    opacity: 0
}

.x-hamburger.-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 18px;
    left: 5px
}

.x-header-btn-support {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s
}

.x-header-btn-support:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.x-header-btn-support.-in-anon,
.x-header-btn-support.-in-logged {
    margin-right: .5rem
}

@media (max-width:1199.98px) {

    .x-header-btn-support.-in-anon,
    .x-header-btn-support.-in-logged {
        margin-right: .25rem
    }
}

.x-header-btn-support.-in-anon .-ic,
.x-header-btn-support.-in-logged .-ic {
    width: 120px
}

@media (max-width:575.98px) {

    .x-header-btn-support.-in-anon .-ic,
    .x-header-btn-support.-in-logged .-ic {
        display: none;
        width: 85px
    }
}

.x-header-btn-support.-in-anon .-ic.-mobile,
.x-header-btn-support.-in-logged .-ic.-mobile {
    display: none;
    width: 28px
}

@media (max-width:575.98px) {

    .x-header-btn-support.-in-anon .-ic.-mobile,
    .x-header-btn-support.-in-logged .-ic.-mobile {
        display: block
    }
}

.btn {
    border-radius: 10px;
    color: #fff;
    border: none;
    padding: .5rem 1.5rem
}

.btn:focus {
    box-shadow: none
}

.btn.-btn-sparkle {
    min-width: 100px;
    position: relative;
    color: #fff;
    text-align: center;
    transition: .5s
}

.btn.-btn-sparkle .-img-sparkle {
    position: absolute;
    top: -5%;
    left: -5%;
    width: 110%
}

.btn.-btn-header-login,
.btn.-btn-header-register,
.btn.-btn-play-demo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 120px;
    font-size: .9rem
}

@media (max-width:1199.98px) {

    .btn.-btn-header-login,
    .btn.-btn-header-register,
    .btn.-btn-play-demo {
        width: 100px
    }
}

@media (max-width:991.98px) {

    .btn.-btn-header-login,
    .btn.-btn-header-register,
    .btn.-btn-play-demo {
        font-size: .875rem
    }
}

@media (max-width:575.98px) {

    .btn.-btn-header-login,
    .btn.-btn-header-register,
    .btn.-btn-play-demo {
        width: 90px;
        font-size: .75rem
    }
}

.btn.-btn-header-user-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: .5rem;
    padding: 0;
    transition: all .2s
}

@media (max-width:575.98px) {
    .btn.-btn-header-user-icon {
        margin-left: .25rem
    }
}

.btn.-btn-header-user-icon .-img {
    width: 36px
}

@media (max-width:575.98px) {
    .btn.-btn-header-user-icon .-img {
        width: 28px
    }
}

.btn.-btn-header-user-icon:hover {
    -webkit-filter: brightness(.75);
    filter: brightness(.75)
}

.btn.-btn-play-demo {
    background: linear-gradient(180deg, #f52867 30%, #bf001d);
    background-origin: border-box;
    background-clip: content-box, border-box
}

@media (max-width:991.98px) {
    .btn.-btn-play-demo {
        display: none
    }
}

.btn.-btn-play-demo:hover {
    color: #fff;
    background: linear-gradient(180deg, #f52867 30%, #f52867);
    background-origin: border-box;
    background-clip: content-box, border-box
}

.btn.-btn-header-login {
    font-weight: 400;
    color: #f3f3f3;
    background: var(--btn-gold);
    background-origin: border-box;
    background-clip: content-box, border-box;
    border: none;
    border-radius: 5px
}

@media (max-width:991.98px) {
    .btn.-btn-header-login {
        background: var(--btn-gold);
        background-origin: border-box;
        background-clip: content-box, border-box;
        color: #f3f3f3;
        border: none
    }
}

.btn.-btn-header-login:hover {
    color: #fafafa;
    background: var(--btn-gold-hover);
    background-origin: border-box;
    background-clip: content-box, border-box
}

@media (max-width:991.98px) {
    .btn.-btn-header-login:hover {
        color: #fafafa;
        background: #410b0f;
        background-origin: border-box;
        background-clip: content-box, border-box
    }
}

.btn.-btn-header-register {
    font-weight: 500;
    color: #f3f3f3;
    background: var(--btn-bolder-gold);
    background-origin: border-box;
    background-clip: content-box, border-box;
    border: var(--btn-bolder-gold);
    border-radius: 5px
}

@media (max-width:991.98px) {
    .btn.-btn-header-register {
        background: var(--btn-bolder-gold);
        background-origin: border-box;
        background-clip: content-box, border-box;
        color: #f3f3f3;
        border: var(--btn-bolder-gold)
    }
}

.btn.-btn-header-register:hover {
    color: #f3f3f3;
    background: var(--btn-soft-gold-hover);
    background-origin: border-box;
    background-clip: content-box, border-box
}

@media (max-width:991.98px) {
    .btn.-btn-header-register:hover {
        color: #f3f3f3;
        background: var(--btn-soft-gold-hover);
        background-origin: border-box;
        background-clip: content-box, border-box
    }
}

.btn.-btn-deposit {
    background: linear-gradient(180deg, #17d969, #079844);
    border-radius: .5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 1px 2px hsla(0, 7.3%, 92%, .24)
}

@media (max-width:1199.98px) {
    .btn.-btn-deposit {
        padding: .5rem 1rem
    }
}

.btn.-btn-deposit:hover {
    background: linear-gradient(180deg, #13b658, #057334)
}

.btn.-btn-withdraw {
    background: linear-gradient(180deg, #ff7753, #bf3713);
    border-radius: .5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 1px 2px hsla(0, 7.3%, 92%, .24)
}

@media (max-width:1199.98px) {
    .btn.-btn-withdraw {
        padding: .5rem 1rem
    }
}

.btn.-btn-withdraw:hover {
    background: linear-gradient(180deg, #ff592d, #9c2d10)
}

.btn.-register-btn {
    display: inline-block;
    padding: 15px 50px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(180deg, #91f27f, #00b302);
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2)
}

.btn.-register-btn .-glow-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-animation: x-opacity-glow-fading-up 2.5s infinite alternate;
    animation: x-opacity-glow-fading-up 2.5s infinite alternate;
    transition: all 2.5s linear;
    border-radius: 30px;
    box-shadow: 0 0 5px #fff, 0 0 13px rgba(145, 242, 127, .7), 0 0 16px rgba(145, 242, 127, .7), 0 0 28px rgba(145, 242, 127, .7), 0 0 40px rgba(145, 242, 127, .7)
}

.btn.-register-btn .-glow-container:after {
    box-shadow: 0 0 2px #fff, 0 0 6px rgba(145, 242, 127, .7), 0 0 8px rgba(145, 242, 127, .7), 0 0 14px rgba(145, 242, 127, .7), 0 0 20px rgba(145, 242, 127, .7);
    opacity: .5;
    transition: opacity 2.5s linear
}

.btn.-register-btn span {
    display: inline-block;
    color: #fff;
    background: #fff -webkit-gradient(linear, 100% 0, 0 0, from(#fff), color-stop(.5, #b5b5b5), to(#fff));
    background-position: -200px top;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-name: x-shimmer;
    animation-name: x-shimmer;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@media (max-width:991.98px) {
    .btn.-register-btn span {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }
}

@media (min-width:992px) {
    .btn.-register-btn:hover {
        background: linear-gradient(180deg, #69ed51, #008001)
    }
}

@media (max-width:767.98px) {
    .btn.-register-btn:not(.-position-bottom) {
        padding: 10px 40px;
        font-size: 1.25rem
    }
}

.btn.-social-share-btn {
    width: 150px;
    padding: .75em;
    color: #fff;
    background: linear-gradient(180deg, #91f27f, #00b302)
}

@media (min-width:992px) {
    .btn.-social-share-btn:hover {
        background: linear-gradient(180deg, #69ed51, #008001)
    }
}

.btn.-btn-view-mode {
    margin-right: .5rem;
    background: #37261d;
    border: 1px solid #f52;
    border-radius: 18px;
    padding: .25rem .75rem;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:991.98px) {
    .btn.-btn-view-mode {
        padding: .25rem
    }
}

@media (max-width:575.98px) {
    .btn.-btn-view-mode {
        border-radius: 9999px;
        margin-right: .25rem
    }
}

.btn.-btn-view-mode .-icon {
    width: 26px
}

@media (max-width:575.98px) {
    .btn.-btn-view-mode .-icon {
        width: 24px
    }
}

.btn.-btn-view-mode .-view-text {
    padding-left: .25rem
}

@media (max-width:991.98px) {
    .btn.-btn-view-mode .-view-text {
        display: none
    }
}

.btn.-btn-view-mode:hover {
    background: #1e1510
}

.btn-plain-primary {
    color: #fff;
    background: linear-gradient(180deg, #c1e9fe 10%, #56aff0);
    border: none;
    border-radius: 0
}

.btn-plain-primary:hover {
    color: #fff
}

.btn-plain-secondary {
    color: #fff;
    background: linear-gradient(180deg, #c1e9fe 10%, #56aff0);
    border: none;
    border-radius: 0
}

.btn-plain-secondary:hover {
    color: #fff
}

.btn-plain-lobby {
    border: none;
    border-radius: 0;
    color: #fff;
    background: linear-gradient(180deg, #fedd5b 10%, #fe8c06)
}

.btn-plain-lobby:hover {
    color: #fff
}

.x-menu {
    height: 100%;
    flex: 1
}

.x-menu .-menu-container {
    display: flex;
    height: 100%;
    margin-right: auto
}

@media (max-width:991.98px) {
    .x-menu .-menu-container {
        display: none
    }
}

.x-menu .-menu-container .-menu-link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 .75rem;
    font-size: .9rem;
    font-weight: 400;
    color: #fcfcfc;
    background: transparent;
    transition: all .2s
}

.x-menu .-menu-container .-menu-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80%;
    height: 5px;
    background: var(--bg-gold);
    ;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all .2s;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

@media (max-width:1400px) {
    .x-menu .-menu-container .-menu-link {
        padding: 0 .55rem
    }
}

@media (max-width:1250px) {
    .x-menu .-menu-container .-menu-link {
        padding: 0 .4rem;
        font-size: .875rem
    }
}

@media (max-width:1100px) {
    .x-menu .-menu-container .-menu-link {
        padding: 0 .6rem
    }
}

@media (min-width:992px) {
    .x-menu .-menu-container .-menu-link:hover {
        color: var(--bg-gold);
        ;
        text-decoration: none
    }

    .x-menu .-menu-container .-menu-link:hover .-icon {
        -webkit-transform: rotate(-10deg) translateY(-2px) translateX(-1px);
        transform: rotate(-10deg) translateY(-2px) translateX(-1px)
    }
}

.x-menu .-menu-container .-menu-link .-icon {
    width: 26px;
    height: auto;
    margin-right: .5rem;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.x-menu .-menu-container .-menu-link .-icon.-active {
    display: none
}

@media (max-width:1350px) {
    .x-menu .-menu-container .-menu-link .-icon {
        width: 20px
    }
}

@media (max-width:1260px) {
    .x-menu .-menu-container .-menu-link .-icon {
        display: none
    }
}

.x-menu .-menu-container .-menu-link.active {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    color: var(--bg-gold);
    ;
    background: transparent
}

.x-menu .-menu-container .-menu-link.active:before {
    opacity: 1;
    visibility: visible
}

.x-menu .-menu-container .-menu-link.active .-icon {
    display: none
}

.x-menu .-menu-container .-menu-link.active .-icon.-active {
    display: inline-block
}

@media (max-width:1260px) {
    .x-menu .-menu-container .-menu-link.active .-icon.-active {
        display: none
    }
}

@media (min-width:992px) {
    .x-menu .-menu-container .-menu-link.active:hover {
        color: var(--bg-gold);
        ;
        background: transparent
    }
}

.x-menu-list-sidebar {
    display: none;
    position: fixed;
    left: -100%;
    top: 0;
    height: 100%;
    min-width: 280px;
    z-index: 60;
    text-align: center;
    transition: left .3s
}

@media (max-width:991.98px) {
    .x-menu-list-sidebar {
        display: block;
        min-width: 110px
    }
}

.x-menu-list-sidebar .-brand-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0
}

.x-menu-list-sidebar .-brand-heading .-logo-img {
    position: relative
}

.x-menu-list-sidebar .-brand-heading .-logo {
    width: 60px
}

.x-menu-list-sidebar .-brand-heading .-dropdown-ic {
    position: absolute;
    top: 50%;
    right: -20px;
    width: 16px;
    height: 16px;
    background: #3c99ef;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.x-menu-list-sidebar .-brand-heading .-dropdown-ic .fas {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: .75rem;
    -webkit-transform: translate(-50%, -42%) rotate(0);
    transform: translate(-50%, -42%) rotate(0);
    transition: all .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .x-menu-list-sidebar .-brand-heading .-dropdown-ic .fas {
        transition: none
    }
}

.x-menu-list-sidebar .-brand-heading .-dropdown-ic.-open .fas {
    -webkit-transform: translate(-50%, -58%) rotate(180deg);
    transform: translate(-50%, -58%) rotate(180deg)
}

.x-menu-list-sidebar .-inner-wrapper {
    position: relative;
    height: 100%;
    padding: 1rem 1.25rem;
    background: #fff;
    z-index: 60;
    overflow: auto;
    border-radius: 0 30px 30px 0
}

.x-menu-list-sidebar .-inner-wrapper .navbar-nav {
    margin-top: 1rem;
    flex-direction: column
}

.x-menu-list-sidebar .-inner-wrapper .navbar-nav .nav-item .nav-link {
    padding: .75rem 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

.x-menu-list-sidebar .-inner-wrapper .navbar-nav .nav-item .nav-link.active {
    position: relative
}

.x-menu-list-sidebar .-inner-wrapper .navbar-nav .nav-item .nav-link.active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 110%;
    height: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.x-menu-list-sidebar .-inner-wrapper .navbar-nav .nav-item .nav-link .-text {
    margin-top: 6px;
    color: #472c59;
    transition: color .3s
}

.x-menu-list-sidebar .-inner-wrapper .navbar-nav .nav-item .nav-link .-img-menu {
    width: 50px
}

.x-menu-list-sidebar .-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 55;
    background: rgba(103, 154, 191, .4)
}

.x-menu-list-sidebar.-open {
    left: 0
}

.x-menu-list-sidebar.-open .-overlay {
    display: block
}

.form-control {
    border: 0
}

.invalid-feedback {
    margin-top: 6px;
    text-align: center
}

.x-form-control {
    background: #0c0c0c;
    color: #fcfcfc;
    border: none;
    transition: all .5s;
    width: 100%;
    box-shadow: none;
    font-size: .95rem
}

.x-form-control.is-invalid {
    background-position: 95% calc(.375em + .4rem)
}

.x-form-control::-webkit-input-placeholder {
    color: #838383;
    line-height: normal
}

.x-form-control:-ms-input-placeholder {
    color: #838383;
    line-height: normal
}

.x-form-control::-ms-input-placeholder {
    color: #838383;
    line-height: normal
}

.x-form-control::placeholder {
    color: #838383;
    line-height: normal
}

.x-form-control:focus {
    background-color: #0c0c0c;
    color: #fcfcfc;
    box-shadow: none;
    outline: none;
    border: 1px solid #838383
}

.x-form-highlight {
    height: 50px;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 44px;
    font-size: 1.1rem;
    font-weight: 600
}

.x-form-highlight::-webkit-input-placeholder {
    font-size: .9rem;
    font-weight: 400
}

.x-form-highlight:-ms-input-placeholder {
    font-size: .9rem;
    font-weight: 400
}

.x-form-highlight::-ms-input-placeholder {
    font-size: .9rem;
    font-weight: 400
}

.x-form-highlight::placeholder {
    font-size: .9rem;
    font-weight: 400
}

.x-checkbox-primary .form-check {
    padding-left: 0
}

.x-checkbox-primary .form-check input[type=checkbox] {
    display: none
}

.x-checkbox-primary .form-check input[type=checkbox]+label {
    position: relative;
    padding-left: 25px !important;
    font-size: 1rem;
    color: #f3f3f3
}

.x-checkbox-primary .form-check input[type=checkbox]+label:before {
    width: 14px;
    height: 14px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 10px;
    margin-top: 5px;
    cursor: pointer;
    border: 1px solid #f3f3f3;
    border-radius: 4px
}

.x-checkbox-primary .form-check input[type=checkbox]+label:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 3px;
    width: 14px;
    height: 14px;
    background-image: url(https://asset.cloudigame.co/build/admin/img/wt_theme/ezl/ic-checkmark.png);
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s
}

.x-checkbox-primary .form-check input[type=checkbox]:checked+label:after {
    opacity: 1;
    visibility: visible
}

.slick-dots li button:before {
    color: #fff;
    opacity: .75;
    transition: .2s
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}

@media (min-width:992px) {
    .slick-dots li:hover button:before {
        color: #f22662;
        opacity: .75;
        -webkit-transform: scale(1.25);
        transform: scale(1.25)
    }
}

.x-bank-account-auto-fill-form-wrapper .x-title-modal,
.x-bank-account-form .x-title-modal {
    margin-top: 1rem;
    margin-bottom: 1rem
}

@media (max-width:991.98px) {

    .x-bank-account-form,
    .x-bank-account-form .-animatable-container,
    .x-bank-account-form form {
        height: 100%
    }
}

@media (min-width:992px) {
    .x-bank-account-form {
        height: 100%
    }
}

@media (max-width:991.98px) {
    .x-bank-account-form {
        padding: 0 .5rem
    }
}

.x-bank-account-form .invalid-feedback {
    display: block
}

.x-bank-account-form .-text-hint {
    color: #472c59
}

.x-bank-choices-type.-has-selected .-outer-wrapper .-change-back-text {
    display: block
}

.x-bank-choices-type.-has-selected .-outer-wrapper .-input-radio:not(:checked)+.-label {
    display: none
}

.x-bank-choices-type .-outer-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10px;
    background: transparent
}

.x-bank-choices-type .-outer-wrapper .-change-back-text {
    display: none;
    width: 100%;
    margin-bottom: .5em;
    font-size: .9rem;
    text-align: center;
    color: #472c59
}

.x-bank-choices-type .-outer-wrapper .-input-radio {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px
}

.x-bank-choices-type .-outer-wrapper .-input-radio+.-label {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px 10px;
    position: relative;
    border-radius: 50%;
    opacity: .75;
    transition: all .1s
}

@media (min-width:992px) {
    .x-bank-choices-type .-outer-wrapper .-input-radio+.-label:hover {
        cursor: pointer
    }
}

.x-bank-choices-type .-outer-wrapper .-input-radio+.-label:focus {
    outline: none
}

.x-bank-choices-type .-outer-wrapper .-input-radio+.-label .-logo {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    transition: all .1s
}

.x-bank-choices-type .-outer-wrapper .-input-radio+.-label .fas.fa-check {
    display: none;
    position: absolute;
    bottom: -2px;
    right: -1px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    background-color: #71dd8a
}

.x-bank-choices-type .-outer-wrapper .-input-radio:checked+.-label {
    opacity: 1
}

.x-bank-choices-type .-outer-wrapper .-input-radio:checked+.-label .-logo {
    width: 38px;
    height: 38px
}

.x-bank-choices-type .-outer-wrapper .-input-radio:checked+.-label .fas.fa-check {
    display: flex;
    justify-content: center;
    align-items: center
}

@media (min-width:992px) and (max-width:1199.98px) {
    .x-bank-choices-type .-outer-wrapper .-input-radio+.-label {
        width: 34px;
        height: 34px
    }

    .x-bank-choices-type .-outer-wrapper .-input-radio+.-label .-logo {
        width: 26px;
        height: 26px
    }

    .x-bank-choices-type .-outer-wrapper .-input-radio:checked+.-label .-logo {
        width: 30px;
        height: 30px
    }
}

@media (max-width:991.98px) {
    .x-bank-choices-type .-outer-wrapper .-input-radio+.-label {
        width: 54px;
        height: 54px
    }

    .x-bank-choices-type .-outer-wrapper .-input-radio+.-label .-logo {
        width: 44px;
        height: 44px
    }

    .x-bank-choices-type .-outer-wrapper .-input-radio+.-label .fas.fa-check {
        width: 20px !important;
        height: 20px !important;
        font-size: 11px !important
    }

    .x-bank-choices-type .-outer-wrapper .-input-radio:checked+.-label .-logo {
        width: 50px;
        height: 50px
    }
}

.vex.vex-theme-plain .vex-content {
    font-family: FC Iconic Text, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    border-radius: 10px;
    background: #191919;
    border: 1px solid #3b3b3c;
    color: #ececed
}

@media (max-width:575.98px) {
    .vex.vex-theme-plain .vex-content {
        width: 90%;
        max-width: 450px
    }
}

.vex.vex-theme-plain .vex-content .vex-dialog-form {
    text-align: center
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons {
    display: flex;
    justify-content: center
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    min-width: 120px;
    margin: 0 8px;
    padding: 15px;
    font-size: 16px;
    border-radius: 10px;
    transition: all .2s
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-first {
    margin-left: 0
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button-primary {
    color: #f3f3f3;
    background: var(--btn-gold), var(--btn-gold)
}

@media (min-width:992px) {
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button-primary:hover {
        background: linear-gradient(180deg, #ff5c30, #c6340d), linear-gradient(180deg, #ff9e83, #f52)
    }
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button-secondary {
    color: #f3f3f3;
    background: linear-gradient(180deg, #6d6d6d, #515151)
}

@media (min-width:992px) {
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button-secondary:hover {
        background: linear-gradient(180deg, #5a5a5a, #3e3e3e)
    }
}

.x-alert-warning {
    background-color: #f22662;
    width: 100%;
    font-size: 1em !important;
    margin: auto auto 1em;
    padding: 1rem;
    text-align: center;
    color: #fcfcfc
}

#dice {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation: dice-spin 20s linear infinite;
    animation: dice-spin 20s linear infinite
}

#dice,
#dice .side {
    width: 70px;
    height: 70px
}

#dice .side {
    position: absolute;
    background: #fff;
    box-shadow: inset 0 0 20px #ddd;
    border-radius: 20px
}

#dice .cover,
#dice .inner {
    background: #e0e0e0;
    box-shadow: none
}

#dice .cover {
    border-radius: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

#dice .cover.x {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg)
}

#dice .cover.z {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg)
}

#dice .front {
    -webkit-transform: translateZ(35px);
    transform: translateZ(35px)
}

#dice .front.inner {
    -webkit-transform: translateZ(33px);
    transform: translateZ(33px)
}

#dice .back {
    -webkit-transform: rotateX(-180deg) translateZ(35px);
    transform: rotateX(-180deg) translateZ(35px)
}

#dice .back.inner {
    -webkit-transform: rotateX(-180deg) translateZ(33px);
    transform: rotateX(-180deg) translateZ(33px)
}

#dice .right {
    -webkit-transform: rotateY(90deg) translateZ(35px);
    transform: rotateY(90deg) translateZ(35px)
}

#dice .right.inner {
    -webkit-transform: rotateY(90deg) translateZ(33px);
    transform: rotateY(90deg) translateZ(33px)
}

#dice .left {
    -webkit-transform: rotateY(-90deg) translateZ(35px);
    transform: rotateY(-90deg) translateZ(35px)
}

#dice .left.inner {
    -webkit-transform: rotateY(-90deg) translateZ(33px);
    transform: rotateY(-90deg) translateZ(33px)
}

#dice .top {
    -webkit-transform: rotateX(90deg) translateZ(35px);
    transform: rotateX(90deg) translateZ(35px)
}

#dice .top.inner {
    -webkit-transform: rotateX(90deg) translateZ(33px);
    transform: rotateX(90deg) translateZ(33px)
}

#dice .bottom {
    -webkit-transform: rotateX(-90deg) translateZ(35px);
    transform: rotateX(-90deg) translateZ(35px)
}

#dice .bottom.inner {
    -webkit-transform: rotateX(-90deg) translateZ(33px);
    transform: rotateX(-90deg) translateZ(33px)
}

#dice .dot {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background: #444;
    box-shadow: inset 5px 0 10px #000
}

#dice .dot.center {
    margin: 28px 0 0 28px
}

#dice .dot.dtop {
    margin-top: 12px
}

#dice .dot.dleft {
    margin-left: 44px
}

#dice .dot.dright {
    margin-left: 12px
}

#dice .dot.dbottom {
    margin-top: 44px
}

#dice .dot.center.dleft {
    margin: 28px 0 0 12px
}

#dice .dot.center.dright {
    margin: 28px 0 0 44px
}

@-webkit-keyframes dice-spin {
    0% {
        -webkit-transform: translateZ(-35px) rotateX(0deg) rotateY(0deg) rotate(0deg);
        transform: translateZ(-35px) rotateX(0deg) rotateY(0deg) rotate(0deg)
    }

    16% {
        -webkit-transform: translateZ(-35px) rotateX(180deg) rotateY(180deg) rotate(0deg);
        transform: translateZ(-35px) rotateX(180deg) rotateY(180deg) rotate(0deg)
    }

    33% {
        -webkit-transform: translateZ(-35px) rotateX(1turn) rotateY(90deg) rotate(180deg);
        transform: translateZ(-35px) rotateX(1turn) rotateY(90deg) rotate(180deg)
    }

    50% {
        -webkit-transform: translateZ(-35px) rotateX(1turn) rotateY(1turn) rotate(1turn);
        transform: translateZ(-35px) rotateX(1turn) rotateY(1turn) rotate(1turn)
    }

    66% {
        -webkit-transform: translateZ(-35px) rotateX(180deg) rotateY(1turn) rotate(270deg);
        transform: translateZ(-35px) rotateX(180deg) rotateY(1turn) rotate(270deg)
    }

    83% {
        -webkit-transform: translateZ(-35px) rotateX(270deg) rotateY(180deg) rotate(180deg);
        transform: translateZ(-35px) rotateX(270deg) rotateY(180deg) rotate(180deg)
    }

    to {
        -webkit-transform: translateZ(-35px) rotateX(1turn) rotateY(1turn) rotate(1turn);
        transform: translateZ(-35px) rotateX(1turn) rotateY(1turn) rotate(1turn)
    }
}

@keyframes dice-spin {
    0% {
        -webkit-transform: translateZ(-35px) rotateX(0deg) rotateY(0deg) rotate(0deg);
        transform: translateZ(-35px) rotateX(0deg) rotateY(0deg) rotate(0deg)
    }

    16% {
        -webkit-transform: translateZ(-35px) rotateX(180deg) rotateY(180deg) rotate(0deg);
        transform: translateZ(-35px) rotateX(180deg) rotateY(180deg) rotate(0deg)
    }

    33% {
        -webkit-transform: translateZ(-35px) rotateX(1turn) rotateY(90deg) rotate(180deg);
        transform: translateZ(-35px) rotateX(1turn) rotateY(90deg) rotate(180deg)
    }

    50% {
        -webkit-transform: translateZ(-35px) rotateX(1turn) rotateY(1turn) rotate(1turn);
        transform: translateZ(-35px) rotateX(1turn) rotateY(1turn) rotate(1turn)
    }

    66% {
        -webkit-transform: translateZ(-35px) rotateX(180deg) rotateY(1turn) rotate(270deg);
        transform: translateZ(-35px) rotateX(180deg) rotateY(1turn) rotate(270deg)
    }

    83% {
        -webkit-transform: translateZ(-35px) rotateX(270deg) rotateY(180deg) rotate(180deg);
        transform: translateZ(-35px) rotateX(270deg) rotateY(180deg) rotate(180deg)
    }

    to {
        -webkit-transform: translateZ(-35px) rotateX(1turn) rotateY(1turn) rotate(1turn);
        transform: translateZ(-35px) rotateX(1turn) rotateY(1turn) rotate(1turn)
    }
}

.page-link {
    text-align: center
}

.page-item.next .page-link,
.page-item.prev .page-link {
    background-color: transparent;
    border: none
}

.x-homepage-banner-container {
    padding-top: 1rem;
    padding-bottom: .75rem
}

@media (max-width:991.98px) {
    .x-homepage-banner-container {
        padding: 1rem 1rem 1.5rem
    }
}

@media (max-width:767.98px) {
    .x-homepage-banner-container .container {
        padding-left: 0;
        padding-right: 0
    }
}

.x-banner-slide-wrapper {
    position: relative
}

.x-banner-slide-wrapper.slick-dotted.slick-slider {
    margin-bottom: 2rem
}

@media (max-width:991.98px) {
    .x-banner-slide-wrapper.slick-dotted.slick-slider {
        margin-bottom: 0
    }
}

.x-banner-slide-wrapper .-slide-inner-wrapper {
    border-radius: 15px;
    overflow: hidden
}

.x-banner-slide-wrapper .-slide-inner-wrapper .-slick-item {
    margin: auto;
    width: 650px;
    border-radius: 15px
}

@media (max-width:767.98px) {
    .x-banner-slide-wrapper .-slide-inner-wrapper {
        width: 100%;
        border-radius: 0
    }

    .x-banner-slide-wrapper .-slide-inner-wrapper .-slick-item {
        border-radius: 10px
    }
}

.x-banner-slide-wrapper .-link-wrapper {
    display: block;
    margin: 0 .75rem
}

@media (max-width:767.98px) {
    .x-banner-slide-wrapper .-link-wrapper {
        margin: 0
    }
}

.x-banner-slide-wrapper .slick-dots {
    bottom: -25px
}

.x-banner-slide-wrapper .slick-dots li {
    width: 35px;
    height: 5px;
    margin: 0 4px
}

.x-banner-slide-wrapper .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    background: #3b3b3c;
    border-radius: 10px
}

.x-banner-slide-wrapper .slick-dots li button:before {
    content: unset
}

.x-banner-slide-wrapper .slick-dots li.slick-active button {
    background: var(--bg-gold);
}

@media (max-width:767.98px) {
    .x-banner-slide-wrapper .slick-dots li {
        width: 30px
    }
}

.x-text-with-link-component {
    font-size: .875rem
}

.x-text-with-link-component .-link-message {
    color: var(--bg-gold);
    ;
    opacity: 1
}

.x-text-with-link-component .-text-message {
    opacity: 1;
    color: #aaa
}

.x-text-with-link-component .-not-yet-member {
    color: #404e67
}

.x-game-badge-component {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    padding: 4px 8px 6px;
    border-radius: 10px;
    color: #fff
}

.x-game-badge-component.-hot,
.x-game-badge-component.-new {
    color: #fcfcfc;
    background: linear-gradient(180deg, #f17fa0, #f22662)
}

.x-game-badge-component.-popular {
    color: #fcfcfc;
    background: linear-gradient(180deg, #91f27f, #00b302)
}

.x-game-badge-component.-normal {
    font-size: .875rem;
    padding: 2px 6px 4px
}

@media (max-width:575.98px) {
    .x-game-badge-component.-normal {
        font-size: .75rem
    }
}

.x-game-badge-component.-hot-animation {
    top: -18px;
    right: -8px
}

@media (max-width:575.98px) {
    .x-game-badge-component.-hot-animation {
        top: -12px;
        right: -10px
    }
}

.x-game-badge-component.-hot-animation .-title-hot {
    position: absolute;
    top: 65%;
    left: 50%;
    color: #fcfcfc;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.x-game-badge-component.-hot-animation .-icon-hot {
    width: 50px
}

@media (max-width:575.98px) {
    .x-game-badge-component.-hot-animation .-icon-hot {
        width: 35px
    }
}

@media (max-width:991.98px) {
    .x-game-badge-component {
        top: -5px;
        right: -5px;
        padding: 2px 6px 4px
    }
}

@media (max-width:575.98px) {
    .x-game-badge-component {
        font-size: .75rem
    }
}

.x-select-amount {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 1rem
}

@media (max-width:991.98px) {
    .x-select-amount {
        width: 400px;
        margin: 2rem auto 0
    }
}

@media (max-width:575.98px) {
    .x-select-amount {
        width: 100%;
        justify-content: space-between
    }
}

.x-select-amount .-amount-container {
    width: 30%;
    margin-bottom: 1rem
}

@media (max-width:767.98px) {
    .x-select-amount .-amount-container {
        margin-bottom: .75rem
    }
}

@media (max-width:575.98px) {
    .x-select-amount .-amount-container {
        width: 31.5%
    }
}

.x-select-amount .-amount-container .-btn-select-amount {
    display: flex;
    position: relative;
    border-radius: 20px;
    padding: 0;
    background: linear-gradient(180deg, #93d9fe 10%, #4facf0);
    height: 40px;
    opacity: .5
}

.x-select-amount .-amount-container .-btn-select-amount:focus {
    outline: none;
    box-shadow: none
}

.x-select-amount .-amount-container .-btn-select-amount .-deposit-coin {
    width: 20px;
    transition: .2s linear;
    position: absolute;
    left: 25%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.x-select-amount .-amount-container .-btn-select-amount .-no {
    position: absolute;
    top: 50%;
    left: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width:992px) {
    .x-select-amount .-amount-container .-btn-select-amount:hover {
        opacity: 1
    }
}

.x-select-amount .-amount-container .-btn-select-amount.active {
    opacity: 1
}

.x-select-amount .-amount-container .-btn-select-amount.active .-deposit-coin {
    width: 30px
}

@media (max-width:991.98px) {
    .x-select-amount .-amount-container .-btn-select-amount {
        font-size: 1.25rem
    }
}

.x-select-amount.-v2 {
    margin-top: 1.25rem
}

@media (max-width:767.98px) {
    .x-select-amount.-v2 {
        margin-top: 1rem
    }
}

.x-select-amount.-v2 .-amount-container .-btn-select-amount {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 10px;
    background: #3b3b3c;
    border-radius: 10px;
    border: none;
    line-height: normal;
    height: auto;
    opacity: 1;
    transition: all .4s
}

.x-select-amount.-v2 .-amount-container .-btn-select-amount .-no {
    position: relative;
    top: 0;
    left: 0;
    font-size: .9rem;
    font-weight: 500;
    color: #ececed;
    -webkit-transform: none;
    transform: none
}

@media (max-width:575.98px) {
    .x-select-amount.-v2 .-amount-container .-btn-select-amount .-no {
        font-size: .75rem
    }
}

.x-select-amount.-v2 .-amount-container .-btn-select-amount.active {
    background: var(--bg-gold);
    ;
    border-color: transparent;
    box-shadow: none
}

.x-select-amount.-v2 .-amount-container .-btn-select-amount.active .-no {
    font-weight: 600;
    color: #ececed
}

@media (min-width:992px) {
    .x-select-amount.-v2 .-amount-container .-btn-select-amount:hover {
        background: var(--bg-gold);
        ;
        border: none;
        box-shadow: none
    }

    .x-select-amount.-v2 .-amount-container .-btn-select-amount:hover .-no {
        color: #ececed
    }
}

.x-no-result-component {
    text-align: center
}

.x-no-result-component .-img {
    width: 80px;
    height: auto
}

@media (max-width:767.98px) {
    .x-no-result-component .-img {
        width: 100px
    }
}

.x-no-result-component .-title {
    margin-top: 1rem;
    color: var(--bg-gold);
    ;
    font-size: 1.5rem
}

@media (max-width:991.98px) {
    .x-no-result-component .-title {
        font-size: 1.25rem
    }
}

@media (max-width:767.98px) {
    .x-no-result-component .-title {
        margin-bottom: .25rem
    }
}

@media (max-width:575.98px) {
    .x-no-result-component .-title {
        font-size: 1rem
    }
}

.x-no-result-component .-sub-title {
    font-size: 1.125rem;
    font-weight: 400;
    color: #9c9c9c
}

@media (max-width:991.98px) {
    .x-no-result-component .-sub-title {
        font-size: 1rem
    }
}

@media (max-width:575.98px) {
    .x-no-result-component .-sub-title {
        font-size: .875rem
    }
}

.x-slide-content-component {
    margin: 2rem 0
}

@media (max-width:575.98px) {
    .x-slide-content-component {
        margin: 0 0 2rem
    }
}

.x-slide-content-component .-slide-content-wrapper {
    margin: auto;
    max-width: 1000px
}

@media (max-width:1350px) {
    .x-slide-content-component .-slide-content-wrapper {
        max-width: 860px
    }
}

@media (max-width:1199.98px) {
    .x-slide-content-component .-slide-content-wrapper {
        max-width: 680px
    }
}

@media (max-width:991.98px) {
    .x-slide-content-component .-slide-content-wrapper {
        margin: 0 1rem;
        max-width: 100%
    }
}

.x-slide-content-component .-slide-content-wrapper .-text-title {
    margin-bottom: 1rem;
    color: #472c59;
    font-size: 1.75rem;
    font-weight: 600;
    text-align: center
}

@media (max-width:1199.98px) {
    .x-slide-content-component .-slide-content-wrapper .-text-title {
        font-size: 1.5rem
    }
}

@media (max-width:767.98px) {
    .x-slide-content-component .-slide-content-wrapper .-text-title {
        font-size: 1.25rem
    }
}

@media (max-width:575.98px) {
    .x-slide-content-component .-slide-content-wrapper .-text-title {
        font-size: 1.125rem
    }
}

.x-slide-content-component .-slide-content-wrapper .-slide-image {
    margin-top: 2rem
}

@media (max-width:767.98px) {
    .x-slide-content-component .-slide-content-wrapper .-slide-image {
        margin-top: 0
    }
}

.x-slide-content-component .-slide-content-wrapper .-slide-image .slick-slide {
    position: relative;
    margin: 0 -7.5rem;
    padding: 1rem 0;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease
}

@media (max-width:1350px) {
    .x-slide-content-component .-slide-content-wrapper .-slide-image .slick-slide {
        margin: 0 -7rem
    }
}

@media (max-width:1199.98px) {
    .x-slide-content-component .-slide-content-wrapper .-slide-image .slick-slide {
        margin: 0 -6rem
    }
}

@media (max-width:767.98px) {
    .x-slide-content-component .-slide-content-wrapper .-slide-image .slick-slide {
        margin: 0
    }
}

.x-slide-content-component .-slide-content-wrapper .-slide-image .slick-slide .-image {
    width: 320px;
    height: auto;
    border-radius: 15px;
    -webkit-filter: contrast(.3);
    filter: contrast(.3);
    transition: all .2s ease
}

@media (max-width:1350px) {
    .x-slide-content-component .-slide-content-wrapper .-slide-image .slick-slide .-image {
        width: 280px
    }
}

@media (max-width:1199.98px) {
    .x-slide-content-component .-slide-content-wrapper .-slide-image .slick-slide .-image {
        width: 240px
    }
}

@media (max-width:767.98px) {
    .x-slide-content-component .-slide-content-wrapper .-slide-image .slick-slide .-image {
        margin: auto;
        width: 60%;
        border-radius: 10px
    }
}

@media (max-width:575.98px) {
    .x-slide-content-component .-slide-content-wrapper .-slide-image .slick-slide .-image {
        width: 200px
    }
}

.x-slide-content-component .-slide-content-wrapper .-slide-image .slick-slide.slick-active {
    opacity: 1;
    visibility: visible
}

.x-slide-content-component .-slide-content-wrapper .-slide-image .slick-slide.slick-current {
    z-index: 1
}

.x-slide-content-component .-slide-content-wrapper .-slide-image .slick-slide.slick-current .-image {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: contrast(1);
    filter: contrast(1)
}

.x-slide-content-component .-slide-content-wrapper .-slide-image .slick-next,
.x-slide-content-component .-slide-content-wrapper .-slide-image .slick-prev {
    display: none !important
}

@media (max-width:767.98px) {

    .x-slide-content-component .-slide-content-wrapper .-slide-image .slick-next,
    .x-slide-content-component .-slide-content-wrapper .-slide-image .slick-prev {
        display: block !important
    }
}

.x-slide-content-component .-slide-content-wrapper .-slide-image .slick-prev {
    left: 1rem
}

.x-slide-content-component .-slide-content-wrapper .-slide-image .slick-next {
    right: 1rem
}

.x-slide-content-component .-slide-content-wrapper .-slide-content {
    margin-top: 4rem
}

@media (max-width:767.98px) {
    .x-slide-content-component .-slide-content-wrapper .-slide-content {
        margin-top: 1rem;
        text-align: center
    }
}

.x-slide-content-component .-slide-content-wrapper .-slide-content .-title {
    color: #472c59;
    font-size: 1.5rem;
    font-weight: 500
}

@media (max-width:1199.98px) {
    .x-slide-content-component .-slide-content-wrapper .-slide-content .-title {
        font-size: 1.25rem
    }
}

.x-slide-content-component .-slide-content-wrapper .-slide-content .-sub-title {
    color: #472c59;
    font-size: 1rem
}

@media (max-width:1199.98px) {
    .x-slide-content-component .-slide-content-wrapper .-slide-content .-sub-title {
        font-size: .9rem
    }
}

.x-slide-content-component .-slide-content-wrapper .-slide-content .slick-next,
.x-slide-content-component .-slide-content-wrapper .-slide-content .slick-prev {
    top: -2rem
}

@media (max-width:767.98px) {

    .x-slide-content-component .-slide-content-wrapper .-slide-content .slick-next,
    .x-slide-content-component .-slide-content-wrapper .-slide-content .slick-prev {
        display: none !important
    }
}

.x-slide-content-component .-slide-content-wrapper .-slide-content .slick-next {
    left: 2.5rem
}

.x-slide-content-component .-slide-content-wrapper .-block-list {
    display: flex;
    margin-top: 1rem
}

.x-slide-content-component .-slide-content-wrapper .-block-list .-image {
    padding-right: 1.25rem;
    width: 25%
}

@media (max-width:1350px) {
    .x-slide-content-component .-slide-content-wrapper .-block-list .-image {
        padding-right: .75rem
    }
}

.x-slide-content-component .-slide-content-wrapper .-block-list .-content {
    width: 75%
}

.x-slide-content-component .-slide-content-wrapper .-block-list .-content .-title {
    color: #472c59;
    font-size: 1.125rem
}

@media (max-width:991.98px) {
    .x-slide-content-component .-slide-content-wrapper .-block-list .-content .-title {
        font-size: 1rem
    }
}

.x-slide-content-component .-slide-content-wrapper .-block-list .-content .-description {
    color: #472c59;
    font-size: .9rem
}

@media (max-width:991.98px) {
    .x-slide-content-component .-slide-content-wrapper .-block-list .-content .-description {
        font-size: .8rem
    }
}

.x-slide-content-component .-slide-content-wrapper .-slide-content .slick-next,
.x-slide-content-component .-slide-content-wrapper .-slide-content .slick-prev,
.x-slide-content-component .-slide-content-wrapper .-slide-image .slick-next,
.x-slide-content-component .-slide-content-wrapper .-slide-image .slick-prev {
    background-color: #472c59;
    border-radius: 3px
}

.x-slide-content-component .-slide-content-wrapper .-slide-content .slick-next:before,
.x-slide-content-component .-slide-content-wrapper .-slide-content .slick-prev:before,
.x-slide-content-component .-slide-content-wrapper .-slide-image .slick-next:before,
.x-slide-content-component .-slide-content-wrapper .-slide-image .slick-prev:before {
    font-size: 1rem;
    font-weight: 700
}

.x-slide-content-component .-slide-content-wrapper .-slide-content .slick-prev:before,
.x-slide-content-component .-slide-content-wrapper .-slide-image .slick-prev:before {
    content: "<"
}

.x-slide-content-component .-slide-content-wrapper .-slide-content .slick-next:before,
.x-slide-content-component .-slide-content-wrapper .-slide-image .slick-next:before {
    content: ">"
}

.x-slide-content-component .-slide-content-wrapper .-btn {
    display: inline-block;
    padding: .5rem 1.5rem;
    font-size: 1rem;
    color: #fff;
    background: #472c59;
    border: 1px solid #472c59;
    border-radius: 25px;
    text-decoration: none;
    transition: all .2s ease
}

@media (max-width:767.98px) {
    .x-slide-content-component .-slide-content-wrapper .-btn {
        display: none
    }
}

.x-slide-content-component .-slide-content-wrapper .-btn:hover {
    color: #472c59;
    background-color: #fff
}

.x-quick-button-group {
    position: relative;
    padding-top: 1rem
}

@media (min-width:992px) {
    .x-quick-button-group {
        display: none
    }
}

.x-quick-button-group.-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    left: 0;
    z-index: 2;
    padding: .75rem .5rem;
    width: 100%;
    background: #fff
}

.x-quick-button-group.-sticky .-row-button .-button .-btn-item {
    padding: .25rem;
    min-height: auto
}

.x-quick-button-group.-sticky .-row-button .-button .-btn-item .-icon-image {
    width: 35px
}

@media (max-width:767.98px) {
    .x-quick-button-group.-sticky .-row-button .-button .-btn-item .-icon-image {
        width: 28px
    }
}

.x-quick-button-group.-sticky .-row-button .-button .-btn-item .-typo-wrapper .-title,
.x-quick-button-group.-sticky .-row-button .-button .-btn-item .-typo-wrapper .-typo {
    font-size: 1.125rem
}

@media (max-width:767.98px) {

    .x-quick-button-group.-sticky .-row-button .-button .-btn-item .-typo-wrapper .-title,
    .x-quick-button-group.-sticky .-row-button .-button .-btn-item .-typo-wrapper .-typo {
        font-size: 1rem
    }
}

.x-quick-button-group.-sticky .-row-button .-button .-btn-item .-typo-wrapper .-sub-title {
    display: none
}

.x-quick-button-group.-sticky.-in-category {
    padding: .75rem 0 .25rem
}

.x-quick-button-group.-sticky:not(.x-quick-button-group.-sticky.-in-category) {
    box-shadow: 0 2px 20px rgba(0, 0, 0, .12), 0 1px 2px hsla(0, 7.3%, 92%, .24)
}

.x-quick-button-group.-sticky:not(.x-quick-button-group.-sticky.-in-category) .-row-button {
    padding: 0
}

.x-quick-button-group.-in-category {
    padding-top: .5rem
}

.x-quick-button-group .-row-button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 0 .25rem;
    max-width: 700px;
    transition: all .2s ease
}

.x-quick-button-group .-row-button .-button {
    width: 33.33333%;
    height: auto
}

.x-quick-button-group .-row-button .-button .-btn-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: auto;
    width: calc(100% - 8px);
    min-height: 65px;
    border-radius: 10px;
    box-shadow: none;
    transition: all .2s ease
}

@media (max-width:767.98px) {
    .x-quick-button-group .-row-button .-button .-btn-item {
        min-height: 60px
    }
}

@media (max-width:575.98px) {
    .x-quick-button-group .-row-button .-button .-btn-item {
        padding: .5rem;
        min-height: 50px
    }
}

.x-quick-button-group .-row-button .-button .-btn-item.-promotion {
    background: linear-gradient(180deg, #fff1f1, #ffe3e3);
    border: 1px solid #ffcbcb
}

.x-quick-button-group .-row-button .-button .-btn-item.-promotion .-icon-image {
    -webkit-transform: translate(-4px, 4px) scale(1.2);
    transform: translate(-4px, 4px) scale(1.2)
}

.x-quick-button-group .-row-button .-button .-btn-item.-deposit {
    border: 1px solid #9ae1b6
}

.x-quick-button-group .-row-button .-button .-btn-item.-withdraw {
    border: 1px solid #f0bf97
}

.x-quick-button-group .-row-button .-button .-btn-item .-icon-image {
    width: 60px;
    height: auto;
    transition: all .2s ease
}

@media (max-width:767.98px) {
    .x-quick-button-group .-row-button .-button .-btn-item .-icon-image {
        width: 50px
    }
}

@media (max-width:575.98px) {
    .x-quick-button-group .-row-button .-button .-btn-item .-icon-image {
        width: 40px
    }
}

.x-quick-button-group .-row-button .-button .-btn-item .-typo-wrapper .-title,
.x-quick-button-group .-row-button .-button .-btn-item .-typo-wrapper .-typo {
    font-size: 1.5rem;
    font-weight: 500;
    white-space: nowrap;
    transition: all .2s ease
}

@media (max-width:575.98px) {

    .x-quick-button-group .-row-button .-button .-btn-item .-typo-wrapper .-title,
    .x-quick-button-group .-row-button .-button .-btn-item .-typo-wrapper .-typo {
        font-size: 1.125rem
    }
}

.x-quick-button-group .-row-button .-button .-btn-item .-typo-wrapper .-typo {
    color: #f22662
}

.x-quick-button-group .-row-button .-button .-btn-item .-typo-wrapper .-title {
    margin-left: .25rem
}

.x-quick-button-group .-row-button .-button .-btn-item .-typo-wrapper .-sub-title {
    margin-left: .25rem;
    transition: all .2s ease
}

@media (max-width:575.98px) {
    .x-quick-button-group .-row-button .-button .-btn-item .-typo-wrapper .-sub-title {
        font-size: .75rem
    }
}

.x-quick-transaction-buttons.-in-category {
    padding: .5rem .5rem 0
}

.x-title-with-tag-header {
    text-align: center;
    position: relative;
    margin: .25rem 0 .5rem
}

@media (max-width:991.98px) {
    .x-title-with-tag-header {
        margin: .5rem 0
    }

    .x-title-with-tag-header.-is-logged {
        display: none
    }
}

.x-title-with-tag-header .-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fcfcfc;
    margin-bottom: 0
}

@media (max-width:991.98px) {
    .x-title-with-tag-header .-title {
        font-size: 1.25rem
    }
}

@media (max-width:767.98px) {
    .x-title-with-tag-header .-title {
        font-size: 1.125rem
    }
}

@media (max-width:575.98px) {
    .x-title-with-tag-header .-title {
        font-size: .875rem
    }
}

.x-title-with-tag-header .-sub-title {
    margin: 1rem auto;
    color: #828282;
    font-size: .875rem;
    transition: all .4s
}

@media (max-width:991.98px) {
    .x-title-with-tag-header .-sub-title {
        width: auto
    }
}

@media (max-width:575.98px) {
    .x-title-with-tag-header .-sub-title {
        font-size: .75rem;
        margin: 0 auto
    }
}

.x-countdown-timer {
    position: relative
}

.x-countdown-timer.-include-title .-countdown-timer-outer {
    bottom: 40px
}

@media (max-width:767.98px) {
    .x-countdown-timer.-include-title .-countdown-timer-outer {
        bottom: 20px
    }
}

.x-countdown-timer.-flat .-countdown-timer-outer {
    right: 0
}

.x-countdown-timer.-flat .-countdown-timer-liner {
    display: none
}

.x-countdown-timer.-flat .-countdown-timer-container {
    position: relative;
    margin: auto;
    width: 80%;
    -webkit-transform: none;
    transform: none;
    left: unset
}

@media (max-width:767.98px) {
    .x-countdown-timer.-flat .-countdown-timer-container {
        width: 90%
    }
}

.x-countdown-timer.-flat .-countdown-timer-container .-countdown-timer-wrapper {
    border-radius: 20px
}

.x-countdown-timer.-rectangle-flat .-countdown-timer-liner {
    display: none
}

.x-countdown-timer.-rectangle-flat .-countdown-timer-container {
    width: 50%
}

@media (max-width:991.98px) {
    .x-countdown-timer.-rectangle-flat .-countdown-timer-container {
        position: relative;
        margin-left: auto;
        -webkit-transform: none;
        transform: none;
        left: unset
    }
}

.x-countdown-timer.-rectangle-flat .-countdown-timer-container .-countdown-timer-wrapper {
    border-radius: 20px
}

.x-countdown-timer .-countdown-timer-outer {
    position: absolute;
    bottom: 6px;
    right: 6px;
    width: 100%;
    height: 50px;
    transition: all .4s
}

@media (max-width:1920px) {
    .x-countdown-timer .-countdown-timer-outer {
        height: 36px
    }
}

@media (max-width:1600px) {
    .x-countdown-timer .-countdown-timer-outer {
        height: 30px
    }
}

@media (max-width:767.98px) {
    .x-countdown-timer .-countdown-timer-outer {
        width: 90%;
        right: 0;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        bottom: -8px;
        height: 30px
    }
}

@media (max-width:575.98px) {
    .x-countdown-timer .-countdown-timer-outer {
        width: 85%;
        bottom: -6px;
        height: 20px
    }
}

.x-countdown-timer .-countdown-timer-liner {
    transition: all .4s
}

@media (max-width:767.98px) {
    .x-countdown-timer .-countdown-timer-liner {
        display: none
    }
}

.x-countdown-timer .-countdown-timer-liner:before {
    content: "";
    position: absolute;
    bottom: 45%;
    left: 50%;
    width: 90%;
    height: 10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .4s
}

@media (max-width:1920px) {
    .x-countdown-timer .-countdown-timer-liner:before {
        height: 8px
    }
}

@media (max-width:1600px) {
    .x-countdown-timer .-countdown-timer-liner:before {
        bottom: 30%
    }
}

@media (max-width:1199.98px) {
    .x-countdown-timer .-countdown-timer-liner:before {
        height: 6px
    }
}

.x-countdown-timer .-countdown-timer-liner.-running.-highlight-lotto:before,
.x-countdown-timer .-countdown-timer-liner.-running:before {
    background: linear-gradient(270deg, #3c1200 75%, rgba(104, 29, 0, 0));
    border: none;
    background-origin: border-box;
    background-clip: content-box, border-box
}

.x-countdown-timer .-countdown-timer-liner.-ended:before {
    background: linear-gradient(270deg, #bcbcbc 52%, hsla(0, 0%, 73.7%, .86) 83%, hsla(0, 0%, 73.7%, 0));
    border: none;
    background-origin: border-box;
    background-clip: content-box, border-box
}

.x-countdown-timer .-countdown-timer-liner.-ended.-highlight-lotto.-pingpong:before,
.x-countdown-timer .-countdown-timer-liner.-ended.-highlight-lotto:before {
    background: linear-gradient(270deg, #004194 52%, rgba(0, 65, 148, .86) 83%, rgba(0, 65, 148, 0));
    border: none;
    background-origin: border-box;
    background-clip: content-box, border-box
}

.x-countdown-timer .-countdown-timer-liner.-ended.-highlight-lotto.-pingpong-15:before {
    background: linear-gradient(270deg, #54326d 52%, rgba(84, 50, 109, .86) 83%, rgba(84, 50, 109, 0));
    border: none;
    background-origin: border-box;
    background-clip: content-box, border-box
}

.x-countdown-timer .-countdown-timer-liner.-ended.-highlight-lotto.-crypto:before {
    background: linear-gradient(270deg, #a85c00 52%, rgba(168, 92, 0, .86) 83%, rgba(168, 92, 0, 0));
    border: none;
    background-origin: border-box;
    background-clip: content-box, border-box
}

.x-countdown-timer .-countdown-timer-liner.-ended.-highlight-lotto.-mine:before {
    background: linear-gradient(270deg, #78000d 52%, rgba(120, 0, 13, .86) 83%, rgba(120, 0, 13, 0));
    border: none;
    background-origin: border-box;
    background-clip: content-box, border-box
}

.x-countdown-timer .-countdown-timer-container {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 61%;
    height: 100%;
    transition: all .4s
}

@media (max-width:1199.98px) {
    .x-countdown-timer .-countdown-timer-container {
        width: 60%
    }
}

@media (max-width:767.98px) {
    .x-countdown-timer .-countdown-timer-container {
        width: 90%;
        left: 50%;
        bottom: 0;
        -webkit-transform: translate(-50%, -5%);
        transform: translate(-50%, -5%)
    }
}

@media (max-width:575.98px) {
    .x-countdown-timer .-countdown-timer-container {
        width: 100%
    }
}

.x-countdown-timer .-countdown-timer-container .-countdown-timer-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 40px 16px 16px 40px;
    transition: all .4s
}

@media (max-width:767.98px) {
    .x-countdown-timer .-countdown-timer-container .-countdown-timer-wrapper {
        border: var(--btn-bolder-gold) !important;
        justify-content: center;
        border-radius: 8px
    }
}

.x-countdown-timer .-countdown-timer-container .-countdown-timer-wrapper.-running {
    background: linear-gradient(90deg, #3c1200, #3c1200), linear-gradient(90deg, rgba(234, 61, 15, 0), var(--bg-gold);
    );
    border: 1px solid transparent;
    background-origin: border-box;
    background-clip: content-box, border-box
}

@media (max-width:767.98px) {
    .x-countdown-timer .-countdown-timer-container .-countdown-timer-wrapper.-running {
        background: #3c1200;
        background-origin: border-box;
        background-clip: content-box, border-box
    }
}

.x-countdown-timer .-countdown-timer-container .-countdown-timer-wrapper.-running.-highlight-lotto {
    background: linear-gradient(90deg, #3c1200, #3c1200), linear-gradient(90deg, rgba(234, 61, 15, 0), var(--bg-gold);
    );
    background-origin: border-box;
    background-clip: content-box, border-box
}

@media (max-width:767.98px) {
    .x-countdown-timer .-countdown-timer-container .-countdown-timer-wrapper.-running.-highlight-lotto {
        background: #3c1200;
        background-origin: border-box;
        background-clip: content-box, border-box
    }
}

.x-countdown-timer .-countdown-timer-container .-countdown-timer-wrapper.-running.-highlight-lotto .-timer {
    color: #cecece
}

@media (max-width:767.98px) {
    .x-countdown-timer .-countdown-timer-container .-countdown-timer-wrapper.-running.-highlight-lotto .-timer {
        color: #fafafa
    }
}

.x-countdown-timer .-countdown-timer-container .-countdown-timer-wrapper.-running .-timer {
    color: #cecece
}

.x-countdown-timer .-countdown-timer-container .-countdown-timer-wrapper.-ended {
    background: #bcbcbc
}

.x-countdown-timer .-countdown-timer-container .-countdown-timer-wrapper.-ended.-highlight-lotto.-pingpong {
    background: linear-gradient(270deg, #004194 52%, rgba(0, 65, 148, .86) 83%, rgba(0, 65, 148, 0))
}

.x-countdown-timer .-countdown-timer-container .-countdown-timer-wrapper.-ended.-highlight-lotto.-pingpong-15 {
    background: linear-gradient(270deg, #54326d 52%, rgba(84, 50, 109, .86) 83%, rgba(84, 50, 109, 0))
}

.x-countdown-timer .-countdown-timer-container .-countdown-timer-wrapper.-ended.-highlight-lotto.-crypto {
    background: linear-gradient(270deg, #a85c00 52%, rgba(168, 92, 0, .86) 83%, rgba(168, 92, 0, 0))
}

.x-countdown-timer .-countdown-timer-container .-countdown-timer-wrapper.-ended.-highlight-lotto.-mine {
    background: linear-gradient(270deg, #78000d 52%, rgba(120, 0, 13, .86) 83%, rgba(120, 0, 13, 0))
}

.x-countdown-timer .-countdown-timer-container .-countdown-timer-wrapper.-ended .-timer {
    color: #fafafa
}

.x-countdown-timer .-countdown-timer-container .-countdown-timer-wrapper.-ended .-icon {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.x-countdown-timer .-countdown-timer-container .-countdown-timer-wrapper .-timer {
    font-size: 1.25rem;
    transition: all .4s
}

@media (max-width:1920px) {
    .x-countdown-timer .-countdown-timer-container .-countdown-timer-wrapper .-timer {
        font-size: 1rem
    }
}

@media (max-width:1400px) {
    .x-countdown-timer .-countdown-timer-container .-countdown-timer-wrapper .-timer {
        font-size: .875rem
    }
}

@media (max-width:767.98px) {
    .x-countdown-timer .-countdown-timer-container .-countdown-timer-wrapper .-timer {
        font-size: .75rem
    }
}

@media (max-width:575.98px) {
    .x-countdown-timer .-countdown-timer-container .-countdown-timer-wrapper .-timer {
        font-size: .625rem
    }
}

.x-countdown-timer .-countdown-timer-container .-countdown-timer-wrapper .-icon {
    margin-right: .4rem;
    width: 24px;
    transition: all .4s
}

@media (max-width:1199.98px) {
    .x-countdown-timer .-countdown-timer-container .-countdown-timer-wrapper .-icon {
        margin-right: .25rem
    }
}

@media (max-width:1400px) {
    .x-countdown-timer .-countdown-timer-container .-countdown-timer-wrapper .-icon {
        width: 20px
    }
}

@media (max-width:767.98px) {
    .x-countdown-timer .-countdown-timer-container .-countdown-timer-wrapper .-icon {
        display: none !important
    }
}

@media (max-width:767.98px) {
    .x-countdown-timer .-countdown-timer-container .-countdown-timer-wrapper .fa-clock {
        margin-right: .25rem;
        font-size: .75rem;
        color: #f3f3f3
    }
}

@media (max-width:575.98px) {
    .x-countdown-timer .-countdown-timer-container .-countdown-timer-wrapper .fa-clock {
        font-size: .625rem
    }
}

.x-vip-switcher-mode {
    position: relative;
    width: 52px;
    height: 30px;
    padding: 3px;
    background: #636363;
    border-radius: 50px;
    margin: auto .5rem auto 0;
    transition: all .1s ease-in-out
}

@media (max-width:767.98px) {
    .x-vip-switcher-mode {
        margin: auto .25rem auto .125rem
    }
}

@media (max-width:575.98px) {
    .x-vip-switcher-mode {
        width: 40px;
        height: 24px
    }
}

.x-vip-switcher-mode .-check-ball {
    position: absolute;
    top: 50%;
    left: 3px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    padding: 2px;
    background: #c6c6c6;
    border-radius: 50%;
    translate: 0 -50%;
    transition: all .1s ease-in-out
}

@media (max-width:575.98px) {
    .x-vip-switcher-mode .-check-ball {
        width: 19px;
        height: 19px
    }
}

.x-vip-switcher-mode .-img {
    width: 62%
}

.x-vip-switcher-mode .-img.-active {
    display: none
}

.x-vip-switcher-mode .-label {
    font-size: 50%;
    line-height: .8;
    color: #636363
}

.x-vip-switcher-mode.-checked {
    background: #f8bf7a
}

.x-vip-switcher-mode.-checked .-check-ball {
    background: #fff;
    translate: calc(100% - 3px) -50%
}

.x-vip-switcher-mode.-checked .-img {
    display: none
}

.x-vip-switcher-mode.-checked .-img.-active {
    display: block
}

.x-vip-switcher-mode.-checked .-label {
    color: #f8bf7a
}

.x-vip-button-toggle {
    display: flex;
    width: 34px;
    height: 34px;
    margin: auto 0 auto .5rem;
    padding: 0;
    background: #c6c6c6;
    border-radius: 50%;
    transition: scale .2s
}

.x-vip-button-toggle:hover {
    scale: 1.075
}

@media (max-width:991.98px) {
    .x-vip-button-toggle {
        display: none
    }
}

.x-vip-button-toggle .-img {
    width: 60%;
    margin: auto
}

.x-vip-button-toggle .-img.-active {
    display: none
}

.x-vip-button-toggle.-checked {
    background: #fff
}

.x-vip-button-toggle.-checked .-img {
    display: none
}

.x-vip-button-toggle.-checked .-img.-active {
    display: inline-block
}

.x-intro-view-mode-container .-btn-intro {
    position: absolute;
    top: -46px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 110px
}

@media (max-width:991.98px) {
    .x-intro-view-mode-container .-btn-intro {
        width: auto
    }
}

.x-big-win-v3-component {
    position: relative;
    padding: 3rem 0
}

@media (max-width:991.98px) {
    .x-big-win-v3-component {
        padding: 2rem 0
    }
}

@media (max-width:767.98px) {
    .x-big-win-v3-component {
        padding: 1rem 0
    }
}

.x-big-win-v3-component .-bg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.x-big-win-v3-component .-girl-aqua-img {
    position: absolute;
    top: 0;
    left: -10rem;
    width: 640px;
    height: auto
}

@media (max-width:1199.98px) {
    .x-big-win-v3-component .-girl-aqua-img {
        width: 550px
    }
}

@media (max-width:991.98px) {
    .x-big-win-v3-component .-girl-aqua-img {
        left: -8rem;
        width: 420px
    }
}

@media (max-width:767.98px) {
    .x-big-win-v3-component .-girl-aqua-img {
        left: -6rem;
        width: 280px
    }
}

@media (max-width:575.98px) {
    .x-big-win-v3-component .-girl-aqua-img {
        display: none
    }
}

.x-big-win-v3-component .-girl-pink-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 270px;
    height: auto;
    z-index: 2
}

@media (max-width:1199.98px) {
    .x-big-win-v3-component .-girl-pink-img {
        width: 230px
    }
}

@media (max-width:991.98px) {
    .x-big-win-v3-component .-girl-pink-img {
        width: 180px
    }
}

@media (max-width:767.98px) {
    .x-big-win-v3-component .-girl-pink-img {
        width: 120px
    }
}

@media (max-width:575.98px) {
    .x-big-win-v3-component .-girl-pink-img {
        display: none
    }
}

.x-big-win-v3-component .-girl-pink-img-mobile {
    position: absolute;
    left: 0;
    width: 185px;
    height: auto
}

.x-big-win-v3-component .-row-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1500px;
    margin: auto
}

@media (max-width:575.98px) {
    .x-big-win-v3-component .-row-wrapper {
        justify-content: flex-end
    }
}

.x-big-win-v3-component .-col-video-wrapper {
    position: relative;
    width: 65%
}

.x-big-win-v3-component .-col-video-wrapper .-video-wrapper {
    position: relative;
    overflow: hidden
}

@media (max-width:575.98px) {
    .x-big-win-v3-component .-col-video-wrapper .-video-wrapper {
        margin: 0 1rem
    }
}

.x-big-win-v3-component .-col-video-wrapper .-video-frame {
    position: relative;
    z-index: 2;
    width: 100%
}

.x-big-win-v3-component .-col-video-wrapper .-video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 96%;
    height: auto;
    border-radius: 6%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.x-big-win-v3-component .-text-img {
    position: relative;
    display: block;
    margin: -7rem auto auto;
    width: 65%;
    max-width: 900px;
    height: auto;
    z-index: 2
}

@media (max-width:1199.98px) {
    .x-big-win-v3-component .-text-img {
        margin: -6rem auto auto
    }
}

@media (max-width:991.98px) {
    .x-big-win-v3-component .-text-img {
        margin: -5rem auto auto
    }
}

@media (max-width:575.98px) {
    .x-big-win-v3-component .-text-img {
        display: none
    }
}

.x-big-win-v3-component .-text-img-mobile {
    position: relative;
    display: block;
    margin: -4rem auto auto;
    width: 90%;
    height: auto;
    z-index: 2
}

.x-big-win-v3-component .btn.-register-btn {
    position: relative;
    display: block;
    margin: auto;
    background: transparent;
    box-shadow: none
}

@media (max-width:575.98px) {
    .x-big-win-v3-component .btn.-register-btn {
        width: 280px
    }
}

.x-big-win-v3-component .btn.-register-btn .-btn-bg {
    position: relative;
    width: 100%;
    height: auto
}

.x-big-win-v3-component .btn.-register-btn .-btn-title {
    font-size: 1.5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width:575.98px) {
    .x-big-win-v3-component .btn.-register-btn .-btn-title {
        width: 280px;
        font-size: 1.125rem
    }
}

.x-big-win-v3-component .btn.-register-btn:hover {
    background: transparent
}

.x-cover-typography .-title {
    line-height: 1.4;
    font-size: 1.125rem;
    color: var(--bg-gold);
}

@media (min-width:576px) {
    .x-cover-typography .-title {
        font-size: 1.5rem
    }
}

@media (min-width:992px) {
    .x-cover-typography .-title {
        font-size: 1.75rem
    }
}

@media (min-width:1200px) {
    .x-cover-typography .-title {
        font-size: 2rem
    }
}

@media screen and (min-width:1500px) {
    .x-cover-typography .-title {
        font-size: 2.25rem
    }
}

@media (max-width:991.98px) {
    .x-cover-typography .-title {
        text-align: center
    }
}

.x-cover-typography .-sub-title {
    margin-bottom: 0;
    font-size: .9375rem;
    color: #fafafa
}

@media (min-width:576px) {
    .x-cover-typography .-sub-title {
        font-size: 1.125rem
    }
}

@media (min-width:1200px) {
    .x-cover-typography .-sub-title {
        font-size: 1.25rem
    }
}

@media screen and (min-width:1500px) {
    .x-cover-typography .-sub-title {
        font-size: 1.375rem
    }
}

@media (max-width:991.98px) {
    .x-cover-typography .-sub-title {
        text-align: center
    }
}

.x-cover-btn {
    margin-top: 1.5rem;
    padding: 0;
    width: 200px;
    height: 50px;
    font-size: 1.25rem;
    font-weight: 500;
    color: #f3f3f3;
    background: var(--btn-bolder-gold);
    background-origin: border-box;
    background-clip: content-box, border-box;
    border: var(--btn-bolder-gold);
    border-radius: 5px;
    transition: all .2s
}

.x-cover-btn:hover {
    color: #f3f3f3;
    background: var(--btn-soft-gold-hover);
    background-origin: border-box;
    background-clip: content-box, border-box;
    border: var(--btn-bolder-gold)
}

@media (max-width:991.98px) {
    .x-cover-btn {
        display: none
    }
}

.x-cover {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: auto;
    min-height: 130px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1
}

@media (min-width:576px) {
    .x-cover {
        height: 340px
    }
}

@media (min-width:768px) {
    .x-cover {
        height: 380px
    }
}

@media (min-width:992px) {
    .x-cover {
        height: 320px
    }
}

@media (min-width:1200px) {
    .x-cover {
        height: 380px
    }
}

@media screen and (min-width:1500px) {
    .x-cover {
        height: 420px
    }
}

.x-cover.-in-paragraph {
    height: 300px
}

@media (max-width:991.98px) {
    .x-cover.-in-paragraph {
        height: 200px
    }
}

@media (max-width:767.98px) {
    .x-cover.-in-paragraph {
        height: 150px
    }
}

@media (max-width:575.98px) {
    .x-cover.-small {
        height: 150px
    }

    .x-cover.-small .x-cover-template-full .-cover-img {
        max-width: 290px
    }

    .x-cover.-big {
        height: 300px
    }
}

.x-cover-template-paragraph {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center
}

.x-cover-template-full {
    width: 100%;
    height: 100%
}

.x-cover-template-full .-container-wrapper {
    height: 100%
}

@media screen and (min-width:1500px) {
    .x-cover-template-full .-container-wrapper {
        max-width: 1340px
    }
}

.x-cover-template-full .-row-wrapper {
    display: flex;
    height: 100%
}

@media (max-width:991.98px) {
    .x-cover-template-full .-row-wrapper {
        flex-direction: column
    }
}

@media (min-width:992px) {
    .x-cover-template-full .-row-wrapper.-opposite-side .-col-wrapper.-first {
        order: 1
    }
}

.x-cover-template-full .-col-wrapper {
    position: relative
}

@media (min-width:992px) {
    .x-cover-template-full .-col-wrapper {
        height: 100%
    }
}

@media (max-width:991.98px) {
    .x-cover-template-full .-col-wrapper {
        padding-top: 1rem
    }
}

.x-cover-template-full .-col-wrapper.-first {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

@media (min-width:992px) {
    .x-cover-template-full .-col-wrapper.-first {
        width: 47%
    }
}

@media (max-width:991.98px) {
    .x-cover-template-full .-col-wrapper.-first {
        align-items: center;
        width: 100%
    }
}

@media (min-width:992px) {
    .x-cover-template-full .-col-wrapper.-second {
        width: 53%
    }
}

@media (max-width:991.98px) {
    .x-cover-template-full .-col-wrapper.-second {
        flex: 1;
        width: 100%;
        text-align: center
    }
}

.x-cover-template-full .-col-wrapper.-second .-cover-img {
    position: absolute;
    bottom: 0;
    height: auto
}

@media (min-width:992px) {
    .x-cover-template-full .-col-wrapper.-second .-cover-img {
        right: 0;
        width: 110%
    }
}

@media (min-width:1200px) {
    .x-cover-template-full .-col-wrapper.-second .-cover-img {
        width: 120%
    }
}

@media screen and (min-width:1500px) {
    .x-cover-template-full .-col-wrapper.-second .-cover-img {
        width: 110%
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    .x-cover-template-full .-col-wrapper.-second .-cover-img {
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (max-width:991.98px) {
    .x-cover-template-full .-col-wrapper.-second .-cover-img {
        max-width: 450px
    }
}

@media (max-width:767.98px) {
    .x-cover-template-full .-col-wrapper.-second .-cover-img {
        max-width: 400px
    }
}

@media (max-width:575.98px) {
    .x-cover-template-full .-col-wrapper.-second .-cover-img {
        position: relative;
        width: 100%;
        max-width: 350px
    }
}

.x-search-cover-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

@media (max-width:991.98px) {
    .x-search-cover-container {
        height: 300px
    }
}

.x-search-cover-container .-contents-cover-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%
}

.x-search-cover-container .-contents-cover-wrapper .-title-search-wrapper {
    position: relative
}

@media (max-width:575.98px) {
    .x-search-cover-container .-contents-cover-wrapper .-title-search-wrapper {
        display: none
    }
}

.x-search-cover-container .-contents-cover-wrapper .-title-search-wrapper .-text-search {
    margin-left: .25rem;
    color: #fafafa;
    font-size: 1.5rem
}

.x-search-cover-container .-contents-cover-wrapper .-title-search-wrapper .fa-search {
    font-size: 1.5rem;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.x-search-cover-container .-form-search-wrapper {
    width: 100%
}

.x-ez-casino-home-page .x-menu .-menu-container .-menu-link.active {
    color: var(--bg-gold);
}

.x-ez-casino-home-page #headerContent .-btn-play-demo {
    background: transparent
}

@media (min-width:992px) {
    .x-ez-casino-home-page #headerContent .-btn-play-demo:hover {
        background: #1e1326
    }
}

.x-ez-casino-home-page .x-casino-index {
    width: 100%;
    margin: 2rem auto;
    padding: 0 25px
}

@media (max-width:991.98px) {
    .x-ez-casino-home-page .x-casino-index {
        padding: 0;
        margin: 1rem auto
    }
}

.x-ez-casino-home-page .x-casino-index .-casino-container {
    width: 100%;
    margin: 0;
    padding: 0
}

.x-ez-casino-home-page .x-casino-index .-casino-container .-game-title {
    color: #f3f3f3
}

@media (max-width:991.98px) {
    .x-ez-casino-home-page .x-casino-index .-casino-container .-game-title {
        margin: 10px;
        font-size: 1.125rem
    }
}

@media (max-width:575.98px) {
    .x-ez-casino-home-page .x-casino-index .-casino-container .-game-title {
        font-size: 1rem
    }
}

.x-ez-casino-home-page .x-casino-index .-casino-container .navbar-nav {
    flex-wrap: wrap;
    flex-direction: row;
    overflow: hidden
}

.x-ez-casino-home-page .x-casino-index .-casino-container .navbar-nav .nav-item {
    padding: 10px 10px 10px 0;
    width: 12.5%
}

@media (max-width:1199.98px) {
    .x-ez-casino-home-page .x-casino-index .-casino-container .navbar-nav {
        overflow-x: auto
    }

    .x-ez-casino-home-page .x-casino-index .-casino-container .navbar-nav .nav-item {
        width: 16.66667%
    }
}

@media (max-width:991.98px) {
    .x-ez-casino-home-page .x-casino-index .-casino-container .navbar-nav {
        padding: 0 5px
    }

    .x-ez-casino-home-page .x-casino-index .-casino-container .navbar-nav .nav-item {
        width: 20%;
        padding: 5px
    }

    .x-ez-casino-home-page .x-casino-index .-casino-container .navbar-nav .nav-item.-first {
        margin-left: 0
    }

    .x-ez-casino-home-page .x-casino-index .-casino-container .navbar-nav .nav-item:last-child {
        padding-right: 5px;
        min-width: unset
    }
}

@media (max-width:575.98px) {
    .x-ez-casino-home-page .x-casino-index .-casino-container .navbar-nav .nav-item {
        width: 33.33%
    }
}

@media (max-width:991.98px) {
    .x-deposit-notice {
        padding: 0 1.5rem
    }
}

@media (max-width:575.98px) {
    .x-deposit-notice {
        padding: 0 0 2rem
    }
}

.x-deposit-notice .-noted .-ic-wrapper .-img {
    width: 100%
}

.x-deposit-notice .-noted .-ic-wrapper .-img-alert {
    position: absolute;
    top: 92px;
    left: 50%;
    width: 10px;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    -webkit-animation: x-blink-opacity .5s infinite both;
    animation: x-blink-opacity .5s infinite both
}

@media (max-width:991.98px) {
    .x-deposit-notice .-noted .-ic-wrapper {
        text-align: center
    }

    .x-deposit-notice .-noted .-ic-wrapper .-img {
        width: 200px
    }

    .x-deposit-notice .-noted .-ic-wrapper .-img-alert {
        top: 120px;
        width: 12px;
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }
}

@media (max-width:575.98px) {
    .x-deposit-notice .-noted .-ic-wrapper {
        text-align: center
    }

    .x-deposit-notice .-noted .-ic-wrapper .-img {
        width: 150px
    }

    .x-deposit-notice .-noted .-ic-wrapper .-img-alert {
        top: 86px;
        width: 10px;
        -webkit-transform: translateX(37px);
        transform: translateX(37px)
    }
}

.x-deposit-notice .-noted .-text-wrapper {
    color: #472c59;
    font-size: 1.4rem
}

.x-deposit-notice .-noted .-text-wrapper .-highlight {
    color: #f22662;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    background: #f22662 -webkit-gradient(linear, 100% 0, 0 0, from(#f22662), color-stop(.5, #fff), to(#f22662));
    background-position: -200px top;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-name: x-shimmer;
    animation-name: x-shimmer;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@media (max-width:991.98px) {
    .x-deposit-notice .-noted .-text-wrapper .-highlight {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }
}

@media (max-width:991.98px) {
    .x-deposit-notice .-noted .-text-wrapper {
        margin-top: 2rem;
        font-size: 1.2rem;
        text-align: center
    }

    .x-deposit-notice .-noted .-text-wrapper .-highlight:first-child {
        font-weight: 600
    }
}

@media (max-width:575.98px) {
    .x-deposit-notice .-noted .-text-wrapper {
        margin-top: 1rem
    }
}

.x-deposit-notice .-bank-info {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 1rem;
    padding: .8rem .8rem 1.25rem;
    border: 4px solid #472c59;
    border-radius: 15px;
    background: transparent
}

@media (max-width:575.98px) {
    .x-deposit-notice .-bank-info {
        width: 86%;
        margin: 1rem auto 0
    }
}

.x-deposit-notice .-bank-info .-img {
    width: 60px;
    margin-right: 1rem
}

@media (max-width:767.98px) {
    .x-deposit-notice .-bank-info .-img {
        width: 50px
    }
}

.x-deposit-notice .-bank-info .-details .-main-text {
    font-size: 1.65rem;
    font-weight: 600;
    color: #fec33f
}

@media (max-width:767.98px) {
    .x-deposit-notice .-bank-info .-details .-main-text {
        font-size: 1.4rem
    }
}

.x-deposit-notice .-bank-info .-details .-normal-text {
    font-size: 1.2rem;
    color: #472c59
}

.x-deposit-notice .-bank-info .-details .-normal-text:not(:last-child) {
    margin-top: -5px
}

@media (max-width:575.98px) {
    .x-deposit-notice .-bank-info .-details .-normal-text {
        font-size: 1rem
    }
}

.x-deposit-notice .-bank-info .-chevron {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    color: #d99349
}

.x-deposit-notice .-bank-info .-chevron.-left {
    left: -35px;
    -webkit-animation: x-deposit-notice-chevron-left .5s ease-in-out infinite alternate;
    animation: x-deposit-notice-chevron-left .5s ease-in-out infinite alternate
}

.x-deposit-notice .-bank-info .-chevron.-left .fas:first-child {
    margin-right: -8px
}

@media (max-width:767.98px) {
    .x-deposit-notice .-bank-info .-chevron.-left {
        left: -30px
    }
}

.x-deposit-notice .-bank-info .-chevron.-right {
    right: -35px;
    -webkit-animation: x-deposit-notice-chevron-right .5s ease-in-out infinite alternate;
    animation: x-deposit-notice-chevron-right .5s ease-in-out infinite alternate
}

.x-deposit-notice .-bank-info .-chevron.-right .fas:last-child {
    margin-left: -8px
}

@media (max-width:767.98px) {
    .x-deposit-notice .-bank-info .-chevron.-right {
        right: -30px
    }
}

.x-deposit-notice.-group-new .-cover {
    position: relative;
    width: 120%;
    left: -10%
}

@media (max-width:991.98px) {
    .x-deposit-notice.-group-new {
        padding: 1rem 0 0
    }

    .x-deposit-notice.-group-new .-cover {
        width: 80%;
        left: 10%;
        margin-top: -15px
    }
}

@media (max-width:767.98px) {
    .x-deposit-notice.-group-new .-cover {
        width: 100%;
        left: 0
    }
}

@media (max-width:991.98px) {
    .x-deposit-notice.-decimal {
        padding: 0 15px
    }
}

.x-deposit-notice.-decimal .-noted-title {
    padding: 5px;
    font-size: 1.5rem;
    text-align: center;
    border-radius: 7.5px;
    color: #fff;
    background: #f22662;
    -webkit-animation: x-deposit-notice-title-blinker .4s ease-in-out infinite alternate;
    animation: x-deposit-notice-title-blinker .4s ease-in-out infinite alternate
}

.x-deposit-notice.-decimal .-noted-img-wrapper .-img {
    width: 100%;
    margin-top: 1.5rem
}

.x-wm-network-confirmed-text {
    margin-top: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fcfcfc
}

@media (max-width:991.98px) {
    .x-wm-network-confirmed-text {
        margin-top: 2rem
    }
}

@media (max-width:575.98px) {
    .x-wm-network-confirmed-text {
        width: 230px;
        margin: 2rem auto 0
    }
}

@-webkit-keyframes x-deposit-notice-title-blinker {
    0% {
        background: #f22662
    }

    to {
        background: #c00c41
    }
}

@keyframes x-deposit-notice-title-blinker {
    0% {
        background: #f22662
    }

    to {
        background: #c00c41
    }
}

@-webkit-keyframes x-deposit-notice-bg-blinker {
    0% {
        background: #472c59;
        border-color: #d99349
    }

    to {
        background: rgba(71, 44, 89, .5);
        border-color: #b16d25
    }
}

@keyframes x-deposit-notice-bg-blinker {
    0% {
        background: #472c59;
        border-color: #d99349
    }

    to {
        background: rgba(71, 44, 89, .5);
        border-color: #b16d25
    }
}

@-webkit-keyframes x-deposit-notice-chevron-left {
    0% {
        -webkit-transform: translate(-8px, -50%);
        transform: translate(-8px, -50%)
    }

    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@keyframes x-deposit-notice-chevron-left {
    0% {
        -webkit-transform: translate(-8px, -50%);
        transform: translate(-8px, -50%)
    }

    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@-webkit-keyframes x-deposit-notice-chevron-right {
    0% {
        -webkit-transform: translate(8px, -50%);
        transform: translate(8px, -50%)
    }

    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@keyframes x-deposit-notice-chevron-right {
    0% {
        -webkit-transform: translate(8px, -50%);
        transform: translate(8px, -50%)
    }

    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.x-input-operator.-deposit-with-label,
.x-input-operator.-withdraw-with-label {
    flex-wrap: nowrap;
    align-items: flex-start
}

.x-input-operator.-deposit-with-label .-label-wrapper,
.x-input-operator.-withdraw-with-label .-label-wrapper {
    padding-top: .75rem;
    padding-right: .5rem;
    font-size: .9375rem;
    font-weight: 600;
    white-space: nowrap
}

.x-input-operator.-deposit-with-label .-label-wrapper label,
.x-input-operator.-withdraw-with-label .-label-wrapper label {
    color: #c5c5c5;
    margin-bottom: 0
}

.x-input-operator .-input-wrapper {
    position: relative;
    flex: 1
}

@media (max-width:991.98px) {
    .x-deposit-form.-v3 {
        height: 100dvh
    }
}

.x-deposit-form.-v3 .-deposit-container {
    display: flex
}

@media (max-width:991.98px) {
    .x-deposit-form.-v3 .-deposit-container {
        flex-direction: column;
        flex: 1;
        height: 100dvh !important
    }
}

@media (max-width:991.98px) {
    .x-deposit-form.-v3 .x-slide-left-content.-hide+.-form {
        display: flex
    }
}

.x-deposit-form.-v3 .-collapse-wrapper {
    width: 50%
}

@media (max-width:991.98px) {
    .x-deposit-form.-v3 .-collapse-wrapper {
        width: 100%;
        height: 100%;
        overflow: hidden
    }

    .x-deposit-form.-v3 .-collapse-wrapper .-fake-bg-bottom-wrapper {
        height: calc(100% - 60px);
        overflow-y: auto
    }
}

.x-deposit-form.-v3 .-collapse-wrapper .-promotion-container-wrapper {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:991.98px) {
    .x-deposit-form.-v3 .-collapse-wrapper .-promotion-container-wrapper {
        height: auto
    }
}

.x-deposit-form.-v3 .-form {
    flex: 1;
    display: flex;
    flex-direction: column
}

@media (max-width:991.98px) {
    .x-deposit-form.-v3 .-form {
        flex: none
    }
}

.x-deposit-form.-v3 .-form .-deposit-form-inner-wrapper {
    flex: 1
}

.x-deposit-form.-v3 .-form .-deposit-form-v3,
.x-deposit-form.-v3 .-form .-deposit-form-v3 .-fake-bg-top-wrapper {
    height: 100%
}

.x-deposit-form.-v3 .-header-spacer {
    padding-top: 3rem;
    padding-bottom: 1rem
}

@media (max-width:991.98px) {
    .x-deposit-form.-v3 .-header-spacer {
        padding-top: 1rem
    }
}

.x-deposit-form.-v3 .-top-body-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .9375rem
}

.x-deposit-form.-v3 .-top-body-wrapper .-balance-wrapper {
    display: flex
}

.x-deposit-form.-v3 .-top-body-wrapper .-balance-wrapper .-text {
    color: #8c8c8c
}

.x-deposit-form.-v3 .-top-body-wrapper .-balance-wrapper .text-green-lighter {
    margin-left: .25rem;
    font-weight: 600;
    color: #f52
}

.x-deposit-form.-v3 .-top-body-wrapper .-turnover-wrapper {
    color: #8c8c8c
}

.x-deposit-form.-v3 .-top-body-wrapper .-turnover-wrapper .-turnover-number {
    margin-left: .25rem;
    font-weight: 600;
    color: #f52
}

.x-modal.-v2 .form-control.-deposit-with-label-control,
.x-modal.-v2 .form-control.-withdraw-with-label-control,
.x-modal.-v2 .x-form-control.-deposit-with-label-control,
.x-modal.-v2 .x-form-control.-withdraw-with-label-control {
    color: #f3f3f3;
    background-color: #0c0c0c;
    border: none
}

.x-modal.-v2.-with-collapse .modal-dialog-scrollable .-modal-body,
.x-modal.-v2.-with-collapse .modal-dialog-scrollable .modal-content {
    overflow: unset
}

.x-modal.-v2 .x-deposit-form.-v3 .-submit,
.x-modal.-v2 .x-withdraw-form.-v2 .-submit {
    font-weight: 500
}

.x-select-amount.-v2 {
    margin-top: 1rem
}

.x-select-amount.-v2.-use-single-row {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap
}

.x-select-amount.-v2.-use-single-row .-amount-container {
    width: calc(20% - 6px);
    margin: 0 3px
}

.x-select-amount.-v2.-use-single-row .-amount-container .-no {
    font-weight: 600
}

.x-deposit-promotion-collapse-container .-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.x-deposit-promotion-collapse-container .-title-wrapper .-title {
    margin-left: .5rem;
    color: #8c8c8c
}

.x-deposit-promotion.-in-promotion-collapse {
    overflow: hidden;
    transition: all .4s;
    width: 100%
}

@media (max-width:991.98px) {
    .x-deposit-promotion.-in-promotion-collapse {
        width: 100%
    }
}

.x-deposit-promotion.-in-promotion-collapse .x-no-result-component .-img {
    width: 90px
}

.x-deposit-promotion.-in-promotion-collapse .x-no-result-component .-title {
    font-size: 1rem
}

.x-deposit-promotion.-in-promotion-collapse .x-no-result-component .-sub-title {
    font-size: .9375rem
}

.x-deposit-promotion .-promotion-collapse-container {
    width: 100%;
    height: 400px;
    overflow-y: auto;
    padding-right: .25rem
}

.x-deposit-promotion .-promotion-collapse-container::-webkit-scrollbar-track {
    background-color: #3b3b3c
}

.x-deposit-promotion .-promotion-collapse-container::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #666;
    border-radius: 12px
}

.x-deposit-promotion .-promotion-collapse-container::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 12px
}

@media (max-width:991.98px) {
    .x-deposit-promotion .-promotion-collapse-container {
        height: auto;
        overflow-y: unset;
        padding-right: 0
    }
}

.x-deposit-promotion .-promotion-collapse {
    margin-bottom: .75rem;
    border-radius: 10px
}

@media (max-width:991.98px) {
    .x-deposit-promotion .-promotion-collapse {
        background: #1c1c1c
    }
}

.x-deposit-promotion .-promotion-collapse .-promotion-cancel-wrapper {
    background: #f52;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

.x-deposit-promotion .-promotion-collapse .-promotion-cancel-wrapper .-promotion-cancel-link {
    width: 100%
}

.x-deposit-promotion .-promotion-collapse .-promotion-cancel-wrapper .fa-times {
    color: #37261d
}

.x-deposit-promotion .-promotion-collapse .-promotion-collapse-content {
    padding: .75rem;
    background: #141414;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

@media (max-width:991.98px) {
    .x-deposit-promotion .-promotion-collapse .-promotion-collapse-content {
        font-size: .875rem;
        background: #1c1c1c
    }
}

.btn.-btn-promotion-collapse {
    background: #262626;
    border: 1px solid transparent;
    padding: .75rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all .2s
}

.btn.-btn-promotion-collapse.-active,
.btn.-btn-promotion-collapse.-promotion-active {
    background: #37261d
}

.btn.-btn-promotion-collapse.-promotion-active {
    border: 1px solid #f52;
    position: relative;
    padding: .75rem 3rem .75rem 1.25rem
}

.btn.-btn-promotion-collapse.-promotion-active.-is-pending {
    padding: .75rem 1.25rem
}

@media (min-width:992px) {
    .btn.-btn-promotion-collapse:hover {
        -webkit-filter: brightness(1.5);
        filter: brightness(1.5)
    }
}

.btn.-btn-promotion-collapse.-no-promotion {
    border: 1px solid #f52;
    background: #37261d;
    justify-content: center
}

.btn.-btn-promotion-collapse.-no-promotion .-no-promotion-text {
    font-size: .9375rem;
    color: #f52
}

.btn.-btn-promotion-collapse .-row-wrapper {
    display: flex;
    align-items: center;
    gap: .75rem
}

.btn.-btn-promotion-collapse .-image-wrapper {
    width: 90px
}

.btn.-btn-promotion-collapse .-title-wrapper {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left
}

.btn.-btn-promotion-collapse .-title-wrapper .-promotion-title {
    color: #c5c5c5;
    font-size: .9375rem;
    font-weight: 600
}

.btn.-btn-promotion-collapse .-title-wrapper .-promotion-sub-title {
    color: #a5a5a5;
    font-size: .875rem
}

.btn.-promotion-collapse-apply-btn,
.btn.-promotion-collapse-cancel-btn {
    width: 80%;
    margin: auto;
    justify-content: center;
    display: flex
}

.btn.-promotion-collapse-cancel-btn {
    border-radius: 8px;
    background: #262626;
    color: #c5c5c5;
    font-size: .9375rem
}

.btn.-promotion-collapse-cancel-btn:hover {
    background: #333;
    color: #c5c5c5
}

.btn.-promotion-collapse-apply-btn {
    border-radius: 8px;
    background: #2d9058;
    color: #f8fafc;
    font-size: .9375rem
}

.btn.-promotion-collapse-apply-btn:hover {
    background: #2d9058;
    color: #fff
}

.x-card {
    height: 100%;
    padding-bottom: 1rem;
    color: #fafafa;
    border: none;
    border-radius: 20px;
    transition: background .2s;
    background-color: #191919;
    background-size: cover;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .12), 0 1px 2px hsla(0, 7.3%, 92%, .24)
}

@media (min-width:992px) {
    .x-card {
        min-height: 240px
    }
}

.x-card .-img-container {
    height: 120px;
    text-align: center;
    z-index: 2
}

@media (max-width:991.98px) {
    .x-card .-img-container {
        height: auto
    }
}

.x-card .-img-container .-img {
    width: 250px;
    margin-top: -5rem;
    transition: all .2s
}

@media (max-width:767.98px) {
    .x-card .-img-container .-img {
        width: 80%;
        max-width: 170px
    }
}

@media (max-width:375px) {
    .x-card .-img-container .-img {
        margin-top: 1rem
    }
}

.x-card.-welcome-promotion .card-body {
    padding-bottom: 0
}

.x-card.-welcome-promotion .card-body .-title-container .-title {
    font-size: 1.25rem;
    color: #fafafa
}

.x-card.-welcome-promotion .card-body .-title-container .-sub-title {
    font-size: .9375rem;
    color: #696969
}

.x-card .card-body {
    padding: 0;
    z-index: 2
}

.x-card .card-body .-title-container {
    text-align: center
}

.x-card .card-body .-title-container .-title {
    color: var(--text-gold);
    ;
    font-size: 1.4rem
}

@media (max-width:991.98px) {
    .x-card .card-body .-title-container .-title {
        font-size: 1.125rem
    }
}

@media (max-width:575.98px) {
    .x-card .card-body .-title-container .-title {
        font-size: 1rem
    }
}

@media screen and (max-width:321px) {
    .x-card .card-body .-title-container .-title {
        font-size: 1rem
    }
}

.x-card .card-body .-title-container .-sub-title {
    font-size: 1.1rem;
    font-weight: 400
}

@media (max-width:991.98px) {
    .x-card .card-body .-title-container .-sub-title {
        font-size: 1rem
    }
}

@media (max-width:575.98px) {
    .x-card .card-body .-title-container .-sub-title {
        font-size: .875rem
    }
}

.x-card .card-body .-promotion-content {
    background: transparent;
    border-radius: 4px
}

.x-card .card-footer {
    border: none;
    background-color: transparent;
    margin: auto
}

@media (max-width:991.98px) {
    .x-card .card-footer {
        padding: 0
    }
}

.x-card .card-footer .-btn {
    width: 220px;
    margin-bottom: 1rem;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 300;
    color: #fff !important;
    background: var(--btn-gold);
    border-radius: 30px
}

.x-card .card-footer .-btn:hover {
    background: var(--btn-soft-gold-hover);
}

@media (max-width:991.98px) {
    .x-card .card-footer .-btn {
        font-size: .875rem
    }
}

.x-card .card-footer .-btn.-btn-sparkle:after,
.x-card .card-footer .-btn.-btn-sparkle:before,
.x-card .card-footer .-btn.-btn-sparkle span:after,
.x-card .card-footer .-btn.-btn-sparkle span:before {
    content: "";
    position: absolute;
    -webkit-animation: x-blink-opacity-with-scaling 1s linear infinite;
    animation: x-blink-opacity-with-scaling 1s linear infinite
}

.x-card .card-footer .-btn.-btn-sparkle:before {
    width: 15px;
    height: 15px;
    top: -7px;
    left: 10px;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.x-card .card-footer .-btn.-btn-sparkle:after {
    width: 15px;
    height: 15px;
    bottom: -8px;
    left: 25px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.x-card .card-footer .-btn.-btn-sparkle span:before {
    width: 14px;
    height: 14px;
    top: -7px;
    right: 20px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.x-card .card-footer .-btn.-btn-sparkle span:after {
    width: 20px;
    height: 20px;
    bottom: -8px;
    right: 5px;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

@media (min-width:768px) {
    .x-card .card-footer .-btn.-mobile {
        display: none
    }
}

.x-card.-multi-card:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: url(/build/images/card-promotion-bg-active.411bf250.jpg) no-repeat 50%/cover;
    border-radius: 20px;
    transition: all .2s
}

@media (min-width:992px) {
    .x-card.-multi-card:hover {
        cursor: pointer;
        color: #fafafa;
        border: none
    }

    .x-card.-multi-card:hover:before {
        opacity: 1
    }

    .x-card.-multi-card:hover .-btn {
        background: linear-gradient(rgba(254, 138, 2, .9), rgba(255, 232, 103, .9))
    }

    .x-card.-multi-card:hover .-img-container .-img {
        -webkit-transform: translateY(-20px) scale(1.15);
        transform: translateY(-20px) scale(1.15)
    }

    .x-card.-multi-card:hover .-sub-title,
    .x-card.-multi-card:hover .-title {
        color: #fafafa
    }
}

@media (max-width:991.98px) {
    .x-card.-multi-card .card-footer .-btn {
        width: 120px;
        padding: 6px 12px !important
    }
}

.x-card.-single-card {
    box-shadow: none;
    border: none;
    background-image: none !important
}

.x-card.-single-card .-img-container {
    height: auto
}

.x-card.-single-card .-img-container .-img {
    margin-top: 0
}

.x-card.-single-card .-title-container .-sub-title {
    font-size: 1rem
}

.x-card.-single-card .card-body .-promotion-content {
    font-size: .875rem;
    overflow-y: auto
}

.x-card.-single-card .card-body .-promotion-content h1,
.x-card.-single-card .card-body .-promotion-content h2,
.x-card.-single-card .card-body .-promotion-content h3,
.x-card.-single-card .card-body .-promotion-content h4,
.x-card.-single-card .card-body .-promotion-content h5,
.x-card.-single-card .card-body .-promotion-content h6 {
    font-size: 1.5rem
}

@media (max-width:767.98px) {

    .x-card.-single-card .card-body .-promotion-content h1,
    .x-card.-single-card .card-body .-promotion-content h2,
    .x-card.-single-card .card-body .-promotion-content h3,
    .x-card.-single-card .card-body .-promotion-content h4,
    .x-card.-single-card .card-body .-promotion-content h5,
    .x-card.-single-card .card-body .-promotion-content h6 {
        font-size: 1.25rem
    }
}

@media (max-width:991.98px) {
    .x-card.-single-card .card-footer .-btn {
        margin-bottom: 0;
        border-radius: 10px 10px 0 0;
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 2
    }
}

.cke_editable blockquote,
.x-blog blockquote {
    font-size: 1.3em;
    width: 100%;
    margin: 20px auto;
    font-style: italic;
    color: #555;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid #f22662;
    line-height: 1.6;
    position: relative;
    background: #ededed
}

.cke_editable blockquote p,
.x-blog blockquote p {
    margin-bottom: 0 !important
}

.cke_editable blockquote:before,
.x-blog blockquote:before {
    font-family: Arial;
    content: "\201C";
    color: #f22662;
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px
}

.cke_editable blockquote:after,
.x-blog blockquote:after {
    content: ""
}

@media (max-width:767.98px) {

    .cke_editable blockquote,
    .x-blog blockquote {
        font-size: 1.15em;
        padding: 1em 25px 1em 50px
    }
}

.cke_editable img,
.x-blog img {
    max-width: 100%;
    height: auto !important
}

.cke_editable iframe,
.x-blog iframe {
    max-width: 100%
}

@media (max-width:575.98px) {

    .cke_editable iframe,
    .x-blog iframe {
        height: auto !important
    }
}

.x-blog-item .x-link .-image-container {
    overflow: hidden
}

.x-blog-item .x-link:hover .-img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.x-blog-item .x-link .-img {
    transition: all .6s
}

.x-blog-social-widget .-img {
    transition: all .4s;
    width: 40px
}

.x-blog-social-widget .-img:hover {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
}

.cke_panel_block {
    background: initial !important
}

.cke_panel_listItem a {
    color: initial !important
}

.x-blog-index-container {
    background: transparent
}

.x-blog-index-container .-blog-index-wrapper {
    padding: 2rem 0 3rem
}

@media (max-width:767.98px) {
    .x-blog-index-container .-blog-index-wrapper {
        padding: 1rem 0
    }
}

.x-blog-index-container .-blog-index-wrapper .-blog-title {
    margin-bottom: 1.5rem;
    color: #fcfcfc;
    font-size: 1.25rem;
    text-align: center
}

@media (max-width:767.98px) {
    .x-blog-index-container .-blog-index-wrapper .-blog-title {
        margin-bottom: 1rem;
        font-size: 1rem
    }
}

.x-blog-index-container .-blog-index-wrapper .-load-more-wrapper {
    display: flex;
    justify-content: center;
    width: 100%
}

.x-blog-index-container .-blog-index-wrapper .-load-more-wrapper .-btn-load-more {
    margin: auto;
    padding: .7rem 4rem;
    color: #fcfcfc;
    background-color: var(--btn-bolder-gold);
    background-image: none;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 300;
    border: var(--btn-bolder-gold);
    border-radius: 10px;
    transition: all .2s ease
}

@media screen and (max-width:1400px) {
    .x-blog-index-container .-blog-index-wrapper .-load-more-wrapper .-btn-load-more {
        font-size: 1rem
    }
}

@media (max-width:575.98px) {
    .x-blog-index-container .-blog-index-wrapper .-load-more-wrapper .-btn-load-more {
        padding: .6rem 4rem;
        width: 100%;
        font-size: .875rem
    }
}

.x-blog-index-container .-blog-index-wrapper .-load-more-wrapper .-btn-load-more:hover {
    background-color: var(--btn-bolder-gold);
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2)
}

@media (max-width:767.98px) {
    .x-blog-index-container .x-title-with-tag-header {
        margin: 1rem 0 0
    }
}

.x-blog-show-container {
    margin-bottom: 3rem
}

@media (max-width:767.98px) {
    .x-blog-show-container {
        margin-bottom: 2rem
    }
}

@media (max-width:575.98px) {
    .x-blog-show-container {
        margin-bottom: 1rem
    }
}

.x-blog-show-container .-blog-show-container {
    margin: auto;
    padding: 0 23px;
    width: 100%;
    max-width: 1350px
}

@media (max-width:767.98px) {
    .x-blog-show-container .-blog-show-container {
        padding: 0 16px
    }
}

@media screen and (max-width:1400px) {
    .x-blog-show-container .-blog-show-container {
        max-width: 1140px
    }
}

.x-blog-show-container .-blog-show-wrapper {
    padding: 2rem 4rem;
    margin: 2rem 0 3rem;
    background: #0c0c0c
}

@media (max-width:1199.98px) {
    .x-blog-show-container .-blog-show-wrapper {
        padding: 2rem 3rem
    }
}

@media (max-width:991.98px) {
    .x-blog-show-container .-blog-show-wrapper {
        padding: 1rem 3rem
    }
}

@media (max-width:767.98px) {
    .x-blog-show-container .-blog-show-wrapper {
        padding: 1rem;
        margin: 1rem 0
    }
}

@media (max-width:575.98px) {
    .x-blog-show-container .-blog-show-wrapper {
        background: none;
        padding: 1rem 0
    }
}

.x-blog-show-container .-blog-show-wrapper .-text-title {
    margin-bottom: 1.5rem;
    color: var(--bg-gold);
    ;
    font-size: 2rem;
    font-weight: 500;
    text-align: center
}

@media screen and (max-width:1400px) {
    .x-blog-show-container .-blog-show-wrapper .-text-title {
        font-size: 1.5rem
    }
}

@media (max-width:991.98px) {
    .x-blog-show-container .-blog-show-wrapper .-text-title {
        font-size: 1.25rem
    }
}

@media (max-width:767.98px) {
    .x-blog-show-container .-blog-show-wrapper .-text-title {
        margin-bottom: 1rem;
        font-size: 1.125rem
    }
}

.x-blog-show-container .-blog-show-wrapper .-show-image {
    width: 100%
}

.x-blog-show-container .-blog-show-wrapper .-text-content {
    margin: 2rem 0
}

@media (max-width:767.98px) {
    .x-blog-show-container .-blog-show-wrapper .-text-content {
        margin: 1rem 0
    }
}

@media (max-width:767.98px) {

    .x-blog-show-container .-blog-show-wrapper .-text-content h1,
    .x-blog-show-container .-blog-show-wrapper .-text-content h2,
    .x-blog-show-container .-blog-show-wrapper .-text-content h3,
    .x-blog-show-container .-blog-show-wrapper .-text-content h4,
    .x-blog-show-container .-blog-show-wrapper .-text-content h5,
    .x-blog-show-container .-blog-show-wrapper .-text-content h6 {
        font-size: 1.125rem !important
    }
}

@media (max-width:575.98px) {

    .x-blog-show-container .-blog-show-wrapper .-text-content h1,
    .x-blog-show-container .-blog-show-wrapper .-text-content h2,
    .x-blog-show-container .-blog-show-wrapper .-text-content h3,
    .x-blog-show-container .-blog-show-wrapper .-text-content h4,
    .x-blog-show-container .-blog-show-wrapper .-text-content h5,
    .x-blog-show-container .-blog-show-wrapper .-text-content h6 {
        font-size: 1rem !important
    }
}

@media (max-width:767.98px) {

    .x-blog-show-container .-blog-show-wrapper .-text-content p,
    .x-blog-show-container .-blog-show-wrapper .-text-content span {
        font-size: 1rem !important
    }
}

@media (max-width:575.98px) {

    .x-blog-show-container .-blog-show-wrapper .-text-content p,
    .x-blog-show-container .-blog-show-wrapper .-text-content span {
        font-size: .875rem !important
    }
}

.x-blog-show-container .-blog-show-wrapper .-text-content img {
    max-width: 100%
}

.x-blog-show-container .-blog-show-wrapper .-separate-line {
    background: #3b3b3c
}

.x-blog-show-container .-all-blog-link-wrapper {
    width: 100%;
    margin: 0 .5rem;
    display: flex;
    justify-content: flex-end
}

@media (max-width:991.98px) {
    .x-blog-show-container .-all-blog-link-wrapper {
        justify-content: center
    }
}

.x-blog-show-container .-all-blog-link-wrapper .-all-blog-link {
    margin: auto;
    padding: .7rem 4rem;
    color: #fcfcfc;
    background-color: var(--btn-bolder-gold);
    background-image: none;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    text-decoration: none;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 300;
    border: var(--btn-bolder-gold);
    border-radius: 10px;
    transition: all .2s ease
}

@media screen and (max-width:1400px) {
    .x-blog-show-container .-all-blog-link-wrapper .-all-blog-link {
        font-size: 1rem
    }
}

@media (max-width:575.98px) {
    .x-blog-show-container .-all-blog-link-wrapper .-all-blog-link {
        padding: .6rem 4rem;
        width: 100%;
        font-size: .875rem
    }
}

.x-blog-show-container .-all-blog-link-wrapper .-all-blog-link:hover {
    background-color: var(--btn-bolder-gold);
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2)
}

.x-blog-card-list-container .-list-row {
    margin: 0
}

@media (max-width:767.98px) {
    .x-blog-card-list-container .-list-row {
        margin: 0 -8px
    }
}

.x-blog-card-list-container .-list-row .-list-item {
    margin-bottom: 1rem;
    padding: 0 8px
}

@media (max-width:575.98px) {
    .x-blog-card-list-container .-list-row .-list-item {
        margin-bottom: .5rem
    }
}

.x-blog-card-list-item-container {
    height: 100%
}

.x-blog-card-list-item-container .-card-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    padding: .5rem;
    background: #0c0c0c;
    border: 1px solid #3b3b3c;
    border-radius: 8px;
    text-decoration: none;
    height: 100%
}

@media (max-width:575.98px) {
    .x-blog-card-list-item-container .-card-wrapper {
        display: flex;
        align-items: flex-start;
        justify-content: space-between
    }
}

.x-blog-card-list-item-container .-card-wrapper:hover .-image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.x-blog-card-list-item-container .-card-wrapper .-card-image {
    overflow: hidden;
    width: 100%;
    border-radius: 5px 5px 0 0
}

@media (max-width:575.98px) {
    .x-blog-card-list-item-container .-card-wrapper .-card-image {
        width: 50%;
        border-radius: 5px
    }
}

.x-blog-card-list-item-container .-card-wrapper .-card-image .-image {
    width: 100%;
    height: auto;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.x-blog-card-list-item-container .-card-wrapper .-card-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 2px 14px;
    color: #fafafa;
    background: var(--bg-gold);
    ;
    font-size: 1.125rem;
    font-weight: 300;
    border-radius: 15px
}

@media screen and (max-width:1400px) {
    .x-blog-card-list-item-container .-card-wrapper .-card-badge {
        font-size: 1rem
    }
}

@media (max-width:575.98px) {
    .x-blog-card-list-item-container .-card-wrapper .-card-badge {
        display: none
    }
}

.x-blog-card-list-item-container .-card-wrapper .-card-title {
    padding: 0 .5rem;
    margin: .75rem 0 1.5rem;
    color: #fcfcfc;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.4
}

@media screen and (max-width:1400px) {
    .x-blog-card-list-item-container .-card-wrapper .-card-title {
        font-size: 1rem
    }
}

@media (max-width:575.98px) {
    .x-blog-card-list-item-container .-card-wrapper .-card-title {
        width: 50%;
        margin-top: .25rem;
        padding-right: 0;
        font-size: .875rem
    }
}

.x-blog-category-container.-as-column .-category-wrapper .-btn-category {
    display: flex;
    flex-direction: column;
    height: auto;
    margin: 0;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.x-blog-category-container.-as-column .-category-wrapper .-btn-category .-icon {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 0 .25rem;
    -webkit-transform: none;
    transform: none
}

.x-blog-category-container.-as-column .-category-wrapper .-btn-category .-text-title {
    position: relative;
    top: 0;
    left: 0;
    padding: 0
}

.x-blog-category-container .-category-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.x-blog-category-container .-category-wrapper .-btn-category {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 .5rem;
    width: 170px;
    height: 55px;
    background: #343434;
    border: 1px solid #343434;
    border-radius: 8px
}

@media screen and (max-width:1400px) {
    .x-blog-category-container .-category-wrapper .-btn-category {
        width: 160px
    }
}

@media (max-width:991.98px) {
    .x-blog-category-container .-category-wrapper .-btn-category {
        width: 140px;
        height: 50px
    }
}

@media (max-width:767.98px) {
    .x-blog-category-container .-category-wrapper .-btn-category {
        flex: 1;
        margin: 0 .1rem;
        border-radius: 5px
    }
}

@media (max-width:575.98px) {
    .x-blog-category-container .-category-wrapper .-btn-category {
        height: 35px
    }
}

.x-blog-category-container .-category-wrapper .-btn-category.-active,
.x-blog-category-container .-category-wrapper .-btn-category:hover {
    background: #ff643a;
    border: 1px solid #ff643a
}

.x-blog-category-container .-category-wrapper .-btn-category.-active .-bg,
.x-blog-category-container .-category-wrapper .-btn-category.-active .-icon,
.x-blog-category-container .-category-wrapper .-btn-category:hover .-bg,
.x-blog-category-container .-category-wrapper .-btn-category:hover .-icon {
    opacity: 0;
    visibility: hidden
}

.x-blog-category-container .-category-wrapper .-btn-category.-active .-bg.-active,
.x-blog-category-container .-category-wrapper .-btn-category.-active .-icon.-active,
.x-blog-category-container .-category-wrapper .-btn-category:hover .-bg.-active,
.x-blog-category-container .-category-wrapper .-btn-category:hover .-icon.-active {
    opacity: 1;
    visibility: visible
}

.x-blog-category-container .-category-wrapper .-btn-category.-active .-bg,
.x-blog-category-container .-category-wrapper .-btn-category:hover .-bg {
    opacity: 0;
    visibility: hidden
}

.x-blog-category-container .-category-wrapper .-btn-category.-active .-bg.-active,
.x-blog-category-container .-category-wrapper .-btn-category:hover .-bg.-active {
    opacity: 1;
    visibility: visible
}

.x-blog-category-container .-category-wrapper .-btn-category.-active .-text-title,
.x-blog-category-container .-category-wrapper .-btn-category:hover .-text-title {
    color: #fcfcfc
}

.x-blog-category-container .-category-wrapper .-btn-category .-icon {
    position: absolute;
    top: 26px;
    left: 25px;
    width: 38px;
    height: auto;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:991.98px) {
    .x-blog-category-container .-category-wrapper .-btn-category .-icon {
        top: 24px;
        left: 20px;
        width: 32px
    }
}

@media (max-width:575.98px) {
    .x-blog-category-container .-category-wrapper .-btn-category .-icon {
        top: 16px;
        left: 8px;
        width: 20px
    }
}

.x-blog-category-container .-category-wrapper .-btn-category .-icon.-active {
    opacity: 0;
    visibility: hidden
}

.x-blog-category-container .-category-wrapper .-btn-category .-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    min-height: 100%
}

.x-blog-category-container .-category-wrapper .-btn-category .-bg.-active {
    opacity: 0;
    visibility: hidden
}

.x-blog-category-container .-category-wrapper .-btn-category .-text-title {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 30%;
    width: 100%;
    height: 100%;
    color: #fcfcfc;
    font-size: 1.125rem;
    font-weight: 500;
    text-align: center
}

@media screen and (max-width:1400px) {
    .x-blog-category-container .-category-wrapper .-btn-category .-text-title {
        font-size: 1rem
    }
}

@media (max-width:991.98px) {
    .x-blog-category-container .-category-wrapper .-btn-category .-text-title {
        font-size: .875rem
    }
}

@media (max-width:767.98px) {
    .x-blog-category-container .-category-wrapper .-btn-category .-text-title {
        padding-left: 30%;
        font-size: .75rem;
        line-height: 1.25
    }
}

.x-blog-show-info-container .-blog-info-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.x-blog-show-info-container .-blog-info-row .-blog-info-column {
    padding: 0 3rem
}

@media (max-width:1199.98px) {
    .x-blog-show-info-container .-blog-info-row .-blog-info-column {
        padding: 0 2rem
    }
}

@media (max-width:991.98px) {
    .x-blog-show-info-container .-blog-info-row .-blog-info-column {
        padding: 0 1.5rem
    }
}

.x-blog-show-info-container .-blog-info-row .-blog-info-column:not(:last-child) {
    border-right: 2px solid rgba(181, 186, 194, .5)
}

@media (max-width:767.98px) {
    .x-blog-show-info-container .-blog-info-row .-blog-info-column:nth-child(2) {
        border-right: none
    }
}

@media (max-width:767.98px) {
    .x-blog-show-info-container .-blog-info-row .-blog-info-column:nth-child(3) {
        width: 100%
    }
}

.x-blog-show-info-container .-blog-info-row .-blog-info-column .-text-info {
    color: #aaa;
    font-size: 1rem
}

@media (max-width:1199.98px) {
    .x-blog-show-info-container .-blog-info-row .-blog-info-column .-text-info {
        font-size: .875rem
    }
}

.x-blog-show-tag-container .-blog-tag-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.x-blog-show-tag-container .-blog-tag-row .-blog-tag-column {
    width: auto
}

.x-blog-show-tag-container .-blog-tag-row .-blog-tag-column .-text-title {
    color: #aaa;
    font-size: 1rem;
    font-weight: 400
}

@media screen and (max-width:1400px) {
    .x-blog-show-tag-container .-blog-tag-row .-blog-tag-column .-text-title {
        font-size: .875rem
    }
}

@media (max-width:1199.98px) {
    .x-blog-show-tag-container .-blog-tag-row .-blog-tag-column .-text-title {
        font-size: .75rem
    }
}

.x-blog-show-tag-container .-blog-tag-row .-blog-tag-column .-btn-category {
    display: inline-block;
    text-decoration: none
}

.x-blog-show-tag-container .-blog-tag-row .-blog-tag-column .-tag {
    color: var(--bg-gold);
    ;
    font-size: 1rem;
    font-weight: 400
}

@media screen and (max-width:1400px) {
    .x-blog-show-tag-container .-blog-tag-row .-blog-tag-column .-tag {
        font-size: .875rem
    }
}

@media (max-width:1199.98px) {
    .x-blog-show-tag-container .-blog-tag-row .-blog-tag-column .-tag {
        font-size: .75rem
    }
}

.x-blog-show-tag-container .-blog-tag-row .-blog-tag-column .-badge {
    padding: 3px 15px;
    color: #fafafa;
    background: var(--bg-gold);
    ;
    font-size: .875rem;
    font-weight: 300;
    border-radius: 15px
}

@media screen and (max-width:1400px) {
    .x-blog-show-tag-container .-blog-tag-row .-blog-tag-column .-badge {
        font-size: .75rem
    }
}

.x-btn-social-share {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem 3rem;
    background: #e5efff;
    text-decoration: none !important;
    border-radius: 30px;
    transition: background .2s ease
}

@media (max-width:1199.98px) {
    .x-btn-social-share {
        padding: .5rem 2.5rem
    }
}

@media (max-width:991.98px) {
    .x-btn-social-share {
        padding: .5rem 2rem
    }
}

@media (max-width:767.98px) {
    .x-btn-social-share {
        margin: 1rem auto 0;
        padding: .25rem 2rem;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.x-btn-social-share:hover {
    background: #c9dcfb
}

.x-btn-social-share .-btn-text {
    color: #769dd3;
    font-size: .875rem
}

@media (max-width:991.98px) {
    .x-btn-social-share .-btn-text {
        font-size: .75rem
    }
}

.x-blog-show {
    min-height: 500px
}

.cke_editable,
.x-blog {
    padding: 1rem 0;
    background: #0c0c0c
}

.cke_editable {
    font-family: FC Iconic Text, Helvetica Neue, Helvetica, Arial, sans-serif !important
}

@media (min-width:992px) {

    .x-ez-sport-home-page .x-menu .-menu-container .-menu-link:hover,
    .x-ez-sport-home-page .x-menu .-menu-container .-menu-link:hover.active {
        color: var(--bg-gold);
    }
}

.x-ez-sport-home-page #headerContent .-btn-play-demo {
    background: #fec33f
}

@media (min-width:992px) {
    .x-ez-sport-home-page #headerContent .-btn-play-demo:hover {
        background: #efa601
    }
}

.x-ez-sport-home-page .x-sport-index {
    width: 100%;
    margin: 2rem auto;
    padding: 0 25px
}

@media (max-width:991.98px) {
    .x-ez-sport-home-page .x-sport-index {
        padding: 0;
        margin: 1rem auto
    }
}

.x-ez-sport-home-page .x-sport-index .-sports-container {
    width: 100%;
    margin: 0;
    padding: 0
}

.x-ez-sport-home-page .x-sport-index .-sports-container .-game-title {
    color: #f3f3f3
}

@media (max-width:991.98px) {
    .x-ez-sport-home-page .x-sport-index .-sports-container .-game-title {
        margin: 10px;
        font-size: 1.125rem
    }
}

@media (max-width:575.98px) {
    .x-ez-sport-home-page .x-sport-index .-sports-container .-game-title {
        font-size: 1rem
    }
}

.x-ez-sport-home-page .x-sport-index .-sports-container .navbar-nav {
    flex-flow: row wrap;
    overflow: hidden
}

.x-ez-sport-home-page .x-sport-index .-sports-container .navbar-nav .nav-item {
    padding: 10px 10px 10px 0;
    width: 12.5%
}

@media (max-width:1199.98px) {
    .x-ez-sport-home-page .x-sport-index .-sports-container .navbar-nav {
        overflow-x: auto
    }

    .x-ez-sport-home-page .x-sport-index .-sports-container .navbar-nav .nav-item {
        width: 16.66667%
    }
}

@media (max-width:991.98px) {
    .x-ez-sport-home-page .x-sport-index .-sports-container .navbar-nav {
        padding: 0 5px
    }

    .x-ez-sport-home-page .x-sport-index .-sports-container .navbar-nav .nav-item {
        width: 20%;
        min-width: unset;
        padding: 5px
    }

    .x-ez-sport-home-page .x-sport-index .-sports-container .navbar-nav .nav-item.-first {
        margin-left: 0
    }

    .x-ez-sport-home-page .x-sport-index .-sports-container .navbar-nav .nav-item:last-child {
        padding-right: 5px;
        min-width: unset
    }
}

@media (max-width:575.98px) {
    .x-ez-sport-home-page .x-sport-index .-sports-container .navbar-nav .nav-item {
        width: 33.33%
    }
}

.x-title-modal {
    margin: 2.5rem auto 0;
    color: #fff;
    font-weight: 400;
    font-size: 1.375rem
}

@media (max-width:767.98px) {
    .x-title-modal {
        font-size: 1.25rem
    }
}

.x-title-modal .-ic-normal {
    width: 30px;
    height: auto;
    position: relative;
    top: -4px
}

@media (max-width:991.98px) {
    .x-modal {
        padding-right: 0 !important
    }
}

@media (max-width:991.98px) {
    .x-modal .modal-dialog-scrollable {
        max-height: calc(100% - 1px)
    }

    .x-modal .modal-dialog-scrollable .modal-content {
        height: 100%
    }
}

@media (max-width:991.98px) {
    .x-modal .modal-dialog-scrollable:not(.-no-fixed-button) .modal-content {
        padding-bottom: 60px
    }
}

@media (max-width:767.98px) {
    .x-modal .modal-dialog-scrollable:not(.-no-fixed-button) .modal-content {
        padding-bottom: 0
    }

    .x-modal .modal-dialog-scrollable:not(.-no-fixed-button) .modal-content .modal-body {
        padding-bottom: 4.5rem
    }
}

.x-modal .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: .9
}

.x-modal .close .fa-times {
    font-size: 1.25rem
}

.x-modal .close.-in-tab {
    right: -50px;
    border-radius: 50%;
    background-color: #3b6a96;
    opacity: 1
}

@media (max-width:991.98px) {
    .x-modal .close.-in-tab {
        top: 4.5rem;
        right: .75rem;
        width: 36px;
        height: 36px
    }
}

@media (max-width:767.98px) {
    .x-modal .close.-in-tab .fa-times {
        font-size: 1rem
    }
}

.x-modal .-modal-size {
    max-width: 450px;
    transition: max-width .6s
}

@media (max-width:991.98px) {
    .x-modal .-modal-size {
        max-width: 100%;
        width: 100%;
        margin: 0
    }
}

.x-modal .-modal-size.-modal-big {
    max-width: 800px
}

@media (max-width:991.98px) {
    .x-modal .-modal-size.-modal-big {
        max-width: 100%
    }
}

.x-modal .-modal-size.-modal-medium {
    max-width: 600px
}

@media (max-width:991.98px) {
    .x-modal .-modal-size.-modal-medium {
        max-width: 100%
    }
}

.x-modal .-modal-size.-modal-bigger {
    max-width: 900px
}

@media (max-width:991.98px) {
    .x-modal .-modal-size.-modal-bigger {
        max-width: 100%
    }
}

@media (max-width:991.98px) {
    .x-modal .-modal-size.-no-fixed-button .-modal-content .-modal-body {
        bottom: 0
    }
}

.x-modal .-modal-content {
    background: #fff;
    border-radius: 15px;
    border: 4px solid rgba(155, 225, 255, .96);
    box-shadow: none
}

@media (max-width:991.98px) {
    .x-modal .-modal-content {
        border-radius: 0;
        border: none;
        border-top: 1px solid #0c2347
    }
}

@media (max-width:375px) {
    .x-modal .-modal-content {
        border: none;
        box-shadow: none
    }
}

.x-modal .-modal-content .-modal-header {
    padding: 2rem 2rem 1rem;
    color: #f2f2f2;
    border-bottom: none;
    text-align: center;
    font-weight: 400;
    font-size: 2rem
}

@media (max-width:991.98px) {
    .x-modal .-modal-content .-modal-header {
        padding: 2rem 2rem 1rem;
        font-size: 1.5rem;
        margin: 0 auto
    }
}

@media (max-width:767.98px) {
    .x-modal .-modal-content .-modal-header {
        padding: 1.5rem 2rem .5rem
    }
}

.x-modal .-modal-content .-modal-body {
    padding: 0 3rem 1.5rem
}

.x-modal .-modal-content .-modal-body::-webkit-scrollbar-track {
    background-color: #3b3b3c
}

.x-modal .-modal-content .-modal-body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #666;
    border-radius: 12px
}

.x-modal .-modal-content .-modal-body::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 12px
}

@media (max-width:575.98px) {
    .x-modal .-modal-content .-modal-body {
        padding: 0 1rem 1.5rem
    }
}

.x-modal .-modal-content .-modal-body .-submit {
    width: 100%;
    padding: .8rem 2.5rem;
    color: #fff;
    border-radius: 9px;
    font-weight: 300;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
    background: linear-gradient(180deg, #fe538b, #851a20);
    transition: all .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .x-modal .-modal-content .-modal-body .-submit {
        transition: none
    }
}

.x-modal .-modal-content .-modal-body .-submit[disabled] {
    opacity: 1;
    -webkit-filter: brightness(.75);
    filter: brightness(.75)
}

@media (min-width:992px) {
    .x-modal .-modal-content .-modal-body .-submit:not([disabled]):hover {
        color: #fff;
        background: linear-gradient(180deg, #fe3a7a, #70161b)
    }
}

@media (max-width:991.98px) {
    .x-modal .-modal-content .-modal-body .-submit {
        height: 60px;
        font-size: 1.25rem;
        border-radius: 0;
        display: block;
        position: fixed;
        /*        position: relative;*/
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 2
    }
}

@media (max-width:767.98px) {
    .x-modal .-modal-content .-modal-body .-submit {
        height: 56px;
        font-size: 1.125rem
    }
}

.x-modal .-modal-deposit-promotion .-modal-content .-modal-body {
    background-color: transparent !important
}

.x-modal .-modal-deposit-promotion .-modal-content .x-text-with-link-component {
    display: block
}

.x-modal .-modal-social-share .-modal-content {
    background: #fff
}

.x-modal .-modal-social-share .-modal-content::-webkit-scrollbar-track {
    background-color: #3b3b3c
}

.x-modal .-modal-social-share .-modal-content::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #666;
    border-radius: 12px
}

.x-modal .-modal-social-share .-modal-content::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 12px
}

.x-modal .-modal-social-share .-modal-content .close {
    top: .75rem;
    right: .75rem
}

@media (min-width:768px) {
    .x-modal .-modal-social-share .-modal-content .-social-share-header {
        padding-top: 1rem
    }
}

@media (max-width:991.98px) {
    .x-modal .-modal-social-share .-modal-content .-social-share-header {
        position: relative;
        z-index: 1;
        margin-top: 2rem
    }
}

.x-modal .-modal-social-share .-modal-content .-social-share-header .-img-container {
    width: 250px;
    margin: auto;
    padding: 0 1.5rem;
    text-align: center;
    z-index: 2
}

@media (max-width:575.98px) {
    .x-modal .-modal-social-share .-modal-content .-social-share-header .-img-container {
        width: 230px
    }
}

.x-modal .-modal-social-share .-modal-content .-social-share-header .-img-container .-img {
    width: 100%;
    height: auto;
    transition: all .2s
}

.x-modal .-modal-social-share .-modal-content .-social-share-header .-title-container {
    text-align: center;
    margin-top: 1rem
}

.x-modal .-modal-social-share .-modal-content .-social-share-header .-title-container .-title {
    font-size: 1.75rem;
    color: var(--text-gold);
}

@media (max-width:991.98px) {
    .x-modal .-modal-social-share .-modal-content .-social-share-header .-title-container .-title {
        font-size: 1.5rem
    }
}

@media screen and (max-width:321px) {
    .x-modal .-modal-social-share .-modal-content .-social-share-header .-title-container .-title {
        font-size: 1.25rem
    }
}

.x-modal .-modal-social-share .-modal-content .-social-share-header .-title-container .-sub-title {
    padding: 0 1rem;
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--text-gold);
}

.x-modal .-modal-social-share .-modal-content .-modal-body {
    padding: 0 1rem
}

@media (max-width:991.98px) {
    .x-modal .-modal-social-share .-modal-content .-modal-body {
        background: transparent !important
    }
}

@media (max-width:767.98px) {
    .x-modal .-modal-social-share .-modal-content .-modal-body {
        padding: 0
    }
}

.x-modal .-modal-social-share .-modal-content .-modal-body .-event-cannot-take-wrapper,
.x-modal .-modal-social-share .-modal-content .-modal-body .-event-pending-success-wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
    background: hsla(0, 0%, 100%, .1);
    border-radius: 10px
}

.x-modal .-modal-social-share .-modal-content .-modal-body .-social-share-form {
    padding: 1rem 1.5rem 2rem;
    font-size: .875rem
}

@media (max-width:991.98px) {
    .x-modal .-modal-social-share .-modal-content .-modal-body .-social-share-form {
        padding-bottom: 0
    }
}

.x-modal .-modal-social-share .-modal-content .-modal-body .-social-share-form .-text-highlight,
.x-modal .-modal-social-share .-modal-content .-modal-body .-social-share-form .-text-link {
    color: #f22662
}

.x-modal .-modal-social-share .-modal-content .-modal-body .-social-share-form .x-hr-border-primary {
    border: 1px solid hsla(0, 0%, 100%, .2)
}

.x-modal .-modal-social-share .-modal-content .-modal-body .-social-share-form .-social-share-detail-container .-text-step-container .-text-step-container-wrapper {
    display: flex;
    align-items: flex-start;
    height: 100%
}

.x-modal .-modal-social-share .-modal-content .-modal-body .-social-share-form .-social-share-detail-container .-text-step-container .-text-step-container-wrapper .-number-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    font-size: 1.5rem;
    color: #fff;
    background-color: #fec33f;
    border-radius: 50%
}

.x-modal .-modal-social-share .-modal-content .-modal-body .-social-share-form .-social-share-detail-container .-text-step-container .-text-step-container-wrapper .-text-step-detail {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-right: 0
}

.x-modal .-modal-social-share .-modal-content .-modal-body .-social-share-form .-form-container .-x-input-icon .-icon {
    color: #838383
}

.x-modal .-modal-social-share .-modal-content .-modal-body .-social-share-form .-form-container .-x-input-icon .-icon.is-valid {
    color: #13bc12
}

.x-modal .-modal-social-share .-modal-content .-modal-body .-social-share-form .-form-container .-x-input-icon .form-control.is-valid {
    background-size: 1rem;
    color: #13bc12
}

.x-modal .-modal-social-share .-modal-content .-modal-body .-social-share-form .-btn-wrapper {
    margin-top: 1.5rem;
    margin-bottom: 1rem
}

.x-modal .-modal-social-share .-modal-content .x-text-with-link-component {
    display: block;
    padding: .25rem
}

.x-modal .-modal-social-share .-modal-content .x-text-with-link-component .-text-message {
    margin-bottom: 0
}

.x-modal .-modal-social-share .-modal-content .-social-share-form .alert {
    margin-top: 1rem
}

.x-modal .-dialog-in-tab .x-title-modal {
    margin: 0 auto
}

.x-modal .-modal-mobile .x-modal-mobile-header {
    width: 100%
}

.x-modal .-modal-mobile .x-modal-mobile-header .x-title-modal {
    text-align: center
}

@media (max-width:991.98px) {
    .x-modal .-modal-mobile .x-modal-mobile-header .x-title-modal {
        margin: 0;
        display: flex
    }
}

@media (max-width:767.98px) {
    .x-modal .-modal-mobile .x-account-profile .-profile-container .-bank-info-container {
        width: 90%
    }
}

@media (max-width:991.98px) {
    .x-modal .-modal-mobile .x-account-coupon .-coupon-container .-form-coupon-container .-x-input-icon {
        width: 80%
    }
}

@media (max-width:991.98px) {
    .x-modal .-modal-mobile.-register-index-dialog .-modal-content .-modal-body {
        padding: 0;
        background: transparent;
        margin: .75rem
    }

    .x-modal .-modal-mobile.-register-index-dialog .-modal-content .-modal-body .-fake-inner-body {
        margin: 1rem 0;
        padding: 1rem 1rem .75rem;
        background: rgba(188, 184, 201, 0);
        height: calc(100% - 84px);
        width: 100%
    }

    .x-modal .-modal-mobile.-modal-social-share .-modal-content .-modal-body {
        margin-top: 2.8rem
    }

    .x-modal .-modal-mobile.-modal-social-share .-modal-content .-modal-body .x-social-share-card::-webkit-scrollbar-track {
        background-color: #3b3b3c
    }

    .x-modal .-modal-mobile.-modal-social-share .-modal-content .-modal-body .x-social-share-card::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: #666;
        border-radius: 12px
    }

    .x-modal .-modal-mobile.-modal-social-share .-modal-content .-modal-body .x-social-share-card::-webkit-scrollbar-thumb {
        background-color: #666;
        border-radius: 12px
    }
}

@media (max-width:767.98px) {
    .x-modal .-modal-mobile.-modal-social-share .-modal-content .-modal-body {
        margin-top: 0
    }
}

@media (max-width:375px) {
    .x-modal.-promotion-detail-modal .modal-dialog {
        padding-top: 0 !important
    }
}

.x-modal.-promotion-detail-modal .modal-dialog .modal-content {
    position: relative;
    background-color: #fff
}

.x-modal.-promotion-detail-modal .modal-dialog .modal-content .modal-body {
    position: relative
}

.x-modal.-promotion-detail-modal .modal-dialog .modal-content .modal-body .-back-btn .-text,
.x-modal.-promotion-detail-modal .modal-dialog .modal-content .modal-body .-back-btn .fas {
    color: #fff
}

.x-modal.-promotion-main-modal .modal-content .modal-header {
    padding: 1rem
}

.x-modal.-promotion-main-modal .modal-content .modal-body {
    padding: 0 1rem 1rem
}

.x-admin-contact {
    position: relative;
    margin-top: .5rem;
    padding: 5px 0;
    text-align: center
}

.x-admin-contact label {
    margin-bottom: 0
}

@media (max-width:991.98px) {
    .x-admin-contact.-no-fixed {
        position: static !important;
        -webkit-transform: none !important;
        transform: none !important
    }
}

.x-slide-left-content {
    transition: all .6s;
    align-self: flex-start
}

.x-slide-left-content.-hide {
    height: 0;
    width: 0;
    flex-grow: 0;
    padding: 0;
    flex-basis: 0;
    overflow: hidden
}

.x-slide-left-content.-hide .x-title-modal {
    display: none !important
}

@media (max-width:991.98px) {
    .x-slide-left-content.-hide .-submit {
        display: none !important
    }
}

#loginModal .modal-dialog-scrollable .-modal-body,
#loginModal .modal-dialog-scrollable .modal-content,
#registerModal .modal-dialog-scrollable .-modal-body,
#registerModal .modal-dialog-scrollable .modal-content {
    overflow: unset
}

@media (max-width:991.98px) {

    #loginModal .-modal-content .-modal-body,
    #registerModal .-modal-content .-modal-body {
        position: relative;
        padding-bottom: 4.5rem
    }
}

@media (max-width:991.98px) {

    #loginModal.-with-half-size .-modal-content,
    #registerModal.-with-half-size .-modal-content {
        min-height: 60%
    }
}

@media (max-width:767.98px) {

    #loginModal.-with-half-size .-modal-content,
    #registerModal.-with-half-size .-modal-content {
        min-height: 455px
    }
}

@media (min-width:992px) {

    #loginModal .-modal-content,
    #registerModal .-register-index-dialog .-modal-content {
        /*min-height: 500px*/
    }
}

@media (min-width:992px) {
    #registerModal .-animatable-container {
        height: 100%
    }
}

.x-modal.-v2 {
    font-weight: 300;
    font-family: FC Iconic Text, Helvetica Neue, Helvetica, Arial, sans-serif
}

.x-modal.-v2 .close {
    color: #c4c6c9;
    text-shadow: none
}

.x-modal.-v2 .close.-in-tab {
    color: #aaa;
    background: #191919
}

@media (max-width:991.98px) {
    .x-modal.-v2 .close.-in-tab {
        top: -3rem;
        color: #aaa;
        background: #191919
    }
}

.x-modal.-v2 .close.-in-deposit-promotion-collapse {
    color: #505050
}

@media (max-width:991.98px) {
    .x-modal.-v2 .close.-in-deposit-promotion-collapse {
        top: 0;
        right: 0;
        width: 30px;
        height: 30px
    }

    .x-modal.-v2 .close.-in-deposit-promotion-collapse .fa-times {
        font-size: 1.125rem
    }
}

.x-modal.-v2 .-modal-content {
    background: #191919;
    border: 1px solid #3b3b3c
}

@media (max-width:991.98px) {
    .x-modal.-v2 .-modal-content {
        border: none
    }
}

.x-modal.-v2 .-modal-content .-modal-body .-submit {
    background: var(--btn-gold), var(--btn-gold);
    text-shadow: none;
    border-radius: 6px
}

@media (min-width:992px) {
    .x-modal.-v2 .-modal-content .-modal-body .-submit:hover:not([disabled]) {
        background: var(--btn-hover);
    }
}

@media (max-width:991.98px) {
    .x-modal.-v2 .-modal-content .-modal-body .-submit {
        border-radius: 0
    }
}

.x-modal.-v2 .-modal-main-account .-modal-content {
    background: #191919
}

.x-modal.-v2 .-modal-main-account .-modal-content .-modal-body {
    display: flex;
    flex-direction: row;
    min-height: 410px;
    max-height: calc(100vh - 2rem);
    padding: 3rem 1.5rem 1.5rem;
    overflow-x: hidden
}

.x-modal.-v2 .-modal-main-account .-modal-content .-modal-body .-layout-account {
    border-radius: 14px;
    background-color: transparent;
    width: 100%;
    padding: 2rem 1.5rem;
    overflow: auto
}

.x-modal.-v2 .-modal-main-account .-modal-content .-modal-body .-layout-account.-in-pocket-farm {
    padding-right: 0;
    padding-left: 0
}

.x-modal.-v2 .-modal-main-account .-modal-content .close {
    top: .5rem;
    right: .5rem
}
.modal-contact {
    min-height: 30% !important;
}
@media (max-width:991.98px) {
    .x-modal.-v2.-with-more-than-half-size .modal-dialog.-clear-half .modal-content {
        height: 100%;
        min-height: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }
}

@media (max-width:991.98px) {
    .x-modal.-v2.-with-more-than-half-size .modal-dialog {
        display: flex
    }
}

@media (max-width:991.98px) {
    .x-modal.-v2.-with-more-than-half-size .modal-content {
        border-radius: 10px;
        height: auto;
        max-height: calc(100vh - 60px);
        min-height: 75%;
        margin-top: auto;
        overflow: unset
    }

}

@media (max-width:991.98px) {
    .x-modal.-v2.-with-more-than-half-size .modal-body {
        display: flex;
        flex-direction: column
    }

    .x-modal.-v2.-with-more-than-half-size .modal-body .x-modal-separator-container {
        flex: 1
    }
}

@media (max-width:991.98px) {
    .x-modal.-v2.-with-half-size .modal-dialog {
        justify-content: flex-start
    }
}

@media (max-width:991.98px) {
    .x-modal.-v2.-with-half-size .modal-dialog.-clear-half .modal-content {
        height: 100%;
        min-height: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }
}

@media (max-width:991.98px) {
    .x-modal.-v2.-with-half-size .-modal-content {
        height: unset;
        min-height: 55%;
        margin-top: auto
    }
}

@media (max-width:991.98px) {
    .x-modal.-v2.-with-auto-size .-modal-content {
        height: unset;
        margin-top: auto
    }
}

@media (max-width:991.98px) {
    .x-modal.-v2.-with-backdrop .modal-body {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0
    }
}

@media (max-width:991.98px) {
    .x-modal.-v2.-with-backdrop .-modal-content {
        background: #0c0c0c
    }
}

@media (max-width:991.98px) {
    .x-modal.-v2.-with-backdrop .-fake-bg-top-wrapper {
        padding: 1rem 10rem;
        background: transparent;
        border-bottom: none
    }
}

@media (max-width:767.98px) {
    .x-modal.-v2.-with-backdrop .-fake-bg-top-wrapper {
        padding-left: 4rem;
        padding-right: 4rem
    }
}

@media (max-width:575.98px) {
    .x-modal.-v2.-with-backdrop .-fake-bg-top-wrapper {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (max-width:991.98px) {
    .x-modal.-v2.-with-backdrop .-fake-bg-bottom-wrapper {
        flex: 1;
        padding: .25rem 10rem 1rem;
        background: #191919;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem
    }
}

@media (max-width:767.98px) {
    .x-modal.-v2.-with-backdrop .-fake-bg-bottom-wrapper {
        padding-left: 4rem;
        padding-right: 4rem
    }
}

@media (max-width:575.98px) {
    .x-modal.-v2.-with-backdrop .-fake-bg-bottom-wrapper {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.x-modal.-v2 .form-control,
.x-modal.-v2 .x-form-control {
    padding-left: .75rem;
    padding-right: .75rem;
    color: #f3f3f3;
    background-color: #0c0c0c;
    border: none;
    border-radius: 10px;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Roboto, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

@media (max-width:767.98px) {

    .x-modal.-v2 .form-control,
    .x-modal.-v2 .x-form-control {
        font-size: .875rem
    }
}

.x-modal.-v2 .form-control::-webkit-input-placeholder,
.x-modal.-v2 .x-form-control::-webkit-input-placeholder {
    font-size: .875rem;
    font-weight: 300;
    color: #696969
}

.x-modal.-v2 .form-control:-ms-input-placeholder,
.x-modal.-v2 .x-form-control:-ms-input-placeholder {
    font-size: .875rem;
    font-weight: 300;
    color: #696969
}

.x-modal.-v2 .form-control::-ms-input-placeholder,
.x-modal.-v2 .x-form-control::-ms-input-placeholder {
    font-size: .875rem;
    font-weight: 300;
    color: #696969
}

.x-modal.-v2 .form-control::placeholder,
.x-modal.-v2 .x-form-control::placeholder {
    font-size: .875rem;
    font-weight: 300;
    color: #696969
}

@media (max-width:767.98px) {

    .x-modal.-v2 .form-control::-webkit-input-placeholder,
    .x-modal.-v2 .x-form-control::-webkit-input-placeholder {
        font-size: .875rem
    }

    .x-modal.-v2 .form-control:-ms-input-placeholder,
    .x-modal.-v2 .x-form-control:-ms-input-placeholder {
        font-size: .875rem
    }

    .x-modal.-v2 .form-control::-ms-input-placeholder,
    .x-modal.-v2 .x-form-control::-ms-input-placeholder {
        font-size: .875rem
    }

    .x-modal.-v2 .form-control::placeholder,
    .x-modal.-v2 .x-form-control::placeholder {
        font-size: .875rem
    }
}

.x-modal.-v2 .form-control:focus,
.x-modal.-v2 .x-form-control:focus {
    border-color: #838383;
    box-shadow: none
}

.x-modal.-v2 .form-control+.invalid-feedback,
.x-modal.-v2 .x-form-control+.invalid-feedback {
    color: #ff4b4b
}

.x-modal.-v2 .form-control.is-invalid,
.x-modal.-v2 .x-form-control.is-invalid {
    border-color: #ff4b4b
}

.x-modal.-v2 .x-form-control.-text-big::-webkit-input-placeholder {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Roboto, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.x-modal.-v2 .x-form-control.-text-big:-ms-input-placeholder {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Roboto, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.x-modal.-v2 .x-form-control.-text-big::-ms-input-placeholder {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Roboto, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.x-modal.-v2 .x-form-control.-text-big::placeholder {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Roboto, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

@media (max-width:767.98px) {
    .x-modal.-v2 .x-form-control.-text-big {
        font-size: 1.25rem
    }
}

.x-modal.-v2 .-x-input-icon .-icon {
    top: 4px
}

@media (max-width:991.98px) {
    .x-modal.-v2 .-x-input-icon .-icon {
        left: 20px
    }
}

@media (max-width:575.98px) {
    .x-modal.-v2 .-x-input-icon .-icon {
        left: 15px
    }
}

.x-modal.-v2 .x-title-modal {
    color: #f2f2f2;
    font-weight: 400;
    line-height: 1.5
}

.x-modal.-v2.-modal-full-page {
    background: rgba(0, 0, 0, .75)
}

@media (max-width:991.98px) {
    .x-modal.-v2.-modal-full-page {
        background: rgba(0, 0, 0, .75)
    }
}

.x-modal.-v2.-modal-full-page.show {
    display: flex !important;
    align-items: center;
    justify-content: center
}

.x-modal.-v2.-modal-full-page .-modal-content {
    padding: 0;
    background: transparent;
    border: none
}

.x-modal.-v2.-modal-full-page .-modal-body {
    padding: 0 1rem
}

.x-modal.-v2.x-view-mode-modal .-modal-content .-modal-body {
    padding: 0 2rem 1.5rem
}

.x-modal.-v2.-social-share-main-modal .-modal-content {
    overflow: hidden
}

#accountModal .x-title-modal {
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

#registerModal.-v2 .-img-container,
#resetPasswordModal.-v2 .-img-container {
    margin-bottom: 1rem
}

#registerModal.-v2 .-img-container .-ic-lock,
#registerModal.-v2 .-img-container .-ic-otp,
#registerModal.-v2 .-img-container .-ic-register,
#registerModal.-v2 .-img-container .-ic-set-password,
#resetPasswordModal.-v2 .-img-container .-ic-lock,
#resetPasswordModal.-v2 .-img-container .-ic-otp,
#resetPasswordModal.-v2 .-img-container .-ic-register,
#resetPasswordModal.-v2 .-img-container .-ic-set-password {
    width: 70px;
    height: auto;
    margin: 0
}

@media (max-width:991.98px) {

    #registerModal.-v2 .-img-container .-ic-lock,
    #registerModal.-v2 .-img-container .-ic-otp,
    #registerModal.-v2 .-img-container .-ic-register,
    #registerModal.-v2 .-img-container .-ic-set-password,
    #resetPasswordModal.-v2 .-img-container .-ic-lock,
    #resetPasswordModal.-v2 .-img-container .-ic-otp,
    #resetPasswordModal.-v2 .-img-container .-ic-register,
    #resetPasswordModal.-v2 .-img-container .-ic-set-password {
        width: 60px
    }
}

#loginModal .btn.-submit {
    color: #fafafa
}

#loginModal .btn.-submit,
#loginModal .btn.-submit.disabled,
#loginModal .btn.-submit[disabled] {
    background: linear-gradient(180deg, #f7afa5, #ff6b56)
}

@media (min-width:992px) {
    #loginModal .btn.-submit:hover {
        background: linear-gradient(180deg, #f49082, #ff4a30)
    }
}

#registerModal .btn.-submit {
    /*    background: linear-gradient(180deg, #8acaff, #007ee4);
        color: #fafafa*/
}

#registerModal .btn.-submit.disabled,
#registerModal .btn.-submit[disabled] {
    background: linear-gradient(180deg, #64b9ff, #0069be)
}

@media (min-width:992px) {
    #registerModal .btn.-submit:hover {
        background: linear-gradient(180deg, #64b9ff, #0069be)
    }
}

#depositModal .btn.-submit {
    background: var(--btn-gold), var(--btn-gold);
    color: #fafafa
}

#depositModal .btn.-submit.disabled,
#depositModal .btn.-submit[disabled] {
    background: #452820
}

@media (min-width:992px) {
    #depositModal .btn.-submit:hover {
        background: linear-gradient(180deg, #ff5c30, #c6340d), linear-gradient(180deg, #ff9e83, #f52)
    }
}

@media (max-width:991.98px) {
    #depositModal.-v2 .modal-dialog.-in-pending-dialog .-modal-content {
        background: #0c0c0c
    }

    #depositModal.-v2 .modal-dialog.-in-pending-dialog .-modal-content .modal-body {
        padding-bottom: 3.5rem
    }
}

@media (max-width:991.98px) {
    #depositModal.-v2 .-modal-content {
        overflow: unset;
        background: #191919;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px
    }
}

#depositModal.-v2 .-modal-content .modal-body {
    padding-left: 0;
    padding-right: 0
}

@media (max-width:991.98px) {
    #depositModal.-v2 .-modal-content .modal-body {
        position: relative;
        padding-top: 0 !important
    }
}

@media (max-width:991.98px) {
    #depositModal.-v2.-with-backdrop .-fake-bg-bottom-wrapper {
        padding: 1rem 0 0
    }
}

@media (max-width:991.98px) {
    #depositModal.-v2 .-clear-half .-modal-content {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }
}

#depositModal.-v2 .-banner-wrapper .-spacer {
    padding-right: 3rem;
    padding-left: 3rem
}

@media (max-width:575.98px) {
    #depositModal.-v2 .-banner-wrapper .-spacer {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

#depositModal.-v2 .-spacer {
    padding-right: 4rem;
    padding-left: 4rem
}

@media (max-width:575.98px) {
    #depositModal.-v2 .-spacer {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

#depositModal.-v2 .-spacer-smaller {
    padding-right: 2.5rem;
    padding-left: 2.5rem
}

@media (max-width:991.98px) {
    #depositModal.-v2 .-spacer-smaller {
        padding-left: 0;
        padding-right: 0
    }
}

#depositModal.-v2 .-liner {
    margin-top: .25rem;
    margin-bottom: 1.25rem;
    border-top: 1px solid #3b3b3c
}

@media (max-width:767.98px) {
    #depositModal.-v2 .-liner {
        margin-bottom: 1rem
    }
}

#withdrawModal .btn.-submit {
    background: var(--btn-gold), var(--btn-gold);
    color: #fafafa
}

#withdrawModal .btn.-submit.disabled,
#withdrawModal .btn.-submit[disabled] {
    background: #c37d82
}

@media (min-width:992px) {
    #withdrawModal .btn.-submit:hover {
        background: linear-gradient(180deg, #ff5c30, #c6340d), linear-gradient(180deg, #ff9e83, #f52)
    }
}

@media (max-width:575.98px) {

    #depositModal.-v2.-with-backdrop .-fake-bg-bottom-wrapper,
    #withdrawModal.-v2.-with-backdrop .-fake-bg-bottom-wrapper {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:991.98px) {

    #depositModal.-v2.-with-collapse .modal-dialog.-in-pending-dialog .-modal-content,
    #withdrawModal.-v2.-with-collapse .modal-dialog.-in-pending-dialog .-modal-content {
        background: #141414
    }
}

@media (max-width:991.98px) {

    #depositModal.-v2.-with-collapse,
    #withdrawModal.-v2.-with-collapse {
        overflow-y: hidden
    }
}

@media (max-width:991.98px) {

    #depositModal.-v2.-with-collapse .-fake-bg-bottom-wrapper,
    #withdrawModal.-v2.-with-collapse .-fake-bg-bottom-wrapper {
        padding: .25rem 10rem 1rem
    }
}

@media (max-width:767.98px) {

    #depositModal.-v2.-with-collapse .-fake-bg-bottom-wrapper,
    #withdrawModal.-v2.-with-collapse .-fake-bg-bottom-wrapper {
        padding-left: 4rem;
        padding-right: 4rem
    }
}

@media (max-width:575.98px) {

    #depositModal.-v2.-with-collapse .-fake-bg-bottom-wrapper,
    #withdrawModal.-v2.-with-collapse .-fake-bg-bottom-wrapper {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (max-width:991.98px) {

    #integrateUserOriginManualModal.-v2 .-modal-body,
    #integrateUserOriginModal.-v2 .-modal-body {
        padding-bottom: 2.5rem
    }
}

@media (max-width:767.98px) {

    #integrateUserOriginManualModal.-v2 .-modal-body,
    #integrateUserOriginModal.-v2 .-modal-body {
        padding-bottom: 3.5rem
    }
}

@media (max-width:991.98px) {

    #integrateUserRegisterModal.-v2 .-modal-body,
    #integrateUserRegisterSuccessModal.-v2 .-modal-body {
        padding-bottom: 3.5rem
    }
}

@media (max-width:991.98px) {
    .x-modal.-v2.-alert-modal .modal-dialog {
        display: flex;
        align-items: center;
        width: auto
    }
}

.x-modal.-v2.-alert-modal .modal-dialog.-modal-dialog-top {
    align-items: flex-start
}

@media (max-width:991.98px) {
    .x-modal.-v2.-alert-modal .modal-dialog.-modal-dialog-top {
        min-height: auto
    }
}

.x-modal.-v2.-alert-modal .modal-dialog .-modal-content {
    background: #191919;
    border: 1px solid #3b3b3c
}

.x-modal.-v2.-alert-modal .modal-dialog .-modal-content .close {
    color: #c4c6c9;
    font-size: 1.5rem !important;
    top: 15px
}

.x-modal.-v2.-alert-modal .modal-dialog .-modal-content:before {
    background: var(--text-gold);
}

.x-modal.-v2.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body {
    color: #fafafa
}

@media (max-width:991.98px) {
    .x-modal.-v2.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body {
        align-items: center;
        height: 100%
    }

    .x-modal.-v2.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body .-title {
        height: auto
    }
}

.x-modal.-v2.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body .-title {
    font-size: .875rem;
    color: #aaa
}

.x-modal.-v2.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body .text-primary {
    color: #dc202e !important
}

.x-modal.-v2.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body .-title-alert {
    color: #fafafa;
    font-size: 1rem
}

@media (max-width:991.98px) {
    .x-modal.-v2.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body .-title-alert {
        font-size: .875rem
    }
}

.x-modal.-v2.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body .-detail-alert {
    font-size: 1rem;
    white-space: nowrap;
    color: #aaa
}

@media (max-width:991.98px) {
    .x-modal.-v2.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body .-detail-alert {
        font-size: .875rem
    }
}

.x-modal.-v2.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body .-detail-alert b {
    padding: 0 .25rem
}

.x-modal.-v2.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body .-detail-alert .-alert-deposit {
    color: #4ed445
}

.x-modal.-v2.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body .-detail-alert .-alert-withdraw {
    color: #f22662
}

.x-modal.-alert-modal {
    padding-right: 0 !important
}

.x-modal.-alert-modal .modal-dialog {
    margin-right: 0 !important;
    padding-top: 0 !important;
    color: #fff;
    width: 350px;
    transition: .6s linear
}

@media (max-width:991.98px) {
    .x-modal.-alert-modal .modal-dialog {
        height: 130px;
        right: 0
    }
}

.x-modal.-alert-modal .modal-dialog .-modal-content {
    max-width: 350px;
    margin-left: auto;
    transition: all .7s ease;
    overflow: hidden;
    min-height: auto;
    background: #191919;
    border: 1px solid hsla(0, 0%, 100%, 0)
}

@media (max-width:991.98px) {
    .x-modal.-alert-modal .modal-dialog .-modal-content {
        border-radius: 8px;
        max-width: 270px;
        height: calc(100% - 60px)
    }
}

@media (max-width:375px) {
    .x-modal.-alert-modal .modal-dialog .-modal-content {
        height: calc(100% - 60px)
    }
}

.x-modal.-alert-modal .modal-dialog .-modal-content .close {
    font-size: 2rem !important;
    border: none;
    border-radius: 0;
    top: 20px;
    right: 2px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

@media (max-width:991.98px) {
    .x-modal.-alert-modal .modal-dialog .-modal-content .close {
        top: 16px
    }
}

.x-modal.-alert-modal .modal-dialog .-modal-content .close span {
    width: 100%;
    padding-top: 5px
}

.x-modal.-alert-modal .modal-dialog .-modal-content:before {
    content: "";
    position: absolute;
    left: -100%;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #707070;
    transition: 2.4s linear 1s
}

.x-modal.-alert-modal .modal-dialog .-modal-content .modal-body {
    padding: 1rem;
    display: flex;
    align-items: center
}

.x-modal.-alert-modal .modal-dialog .-modal-content .modal-body.-modal-body {
    margin: 0;
    background-color: transparent
}

@media (max-width:991.98px) {
    .x-modal.-alert-modal .modal-dialog .-modal-content .modal-body.-modal-body {
        bottom: 0
    }
}

@media (max-width:991.98px) {
    .x-modal.-alert-modal .modal-dialog .-modal-content .modal-body {
        padding: 0 1rem
    }
}

.x-modal.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body {
    color: #fafafa
}

@media (min-width:992px) {
    .x-modal.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body {
        padding-right: 1.2rem
    }
}

.x-modal.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body .-alert-body-wrapper {
    margin: auto
}

.x-modal.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body .-alert-body-wrapper .-img-alert {
    width: 47px;
    border-radius: 8px
}

@media (max-width:575.98px) {
    .x-modal.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body .-alert-body-wrapper .-img-alert {
        width: 42px
    }
}

.x-modal.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body .-title {
    font-size: 1rem;
    color: #707070
}

.x-modal.-alert-modal.show .modal-dialog .-modal-content:before {
    left: 0
}

.x-modal.-alert-modal.-hide-alert .modal-dialog .-modal-content {
    -webkit-transform: translate(105%);
    transform: translate(105%)
}

.x-modal-account-security-tabs {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    overflow: hidden
}

@media (min-width:992px) {
    .x-modal-account-security-tabs {
        border-top-left-radius: 13px;
        border-top-right-radius: 13px
    }
}

.x-modal-account-security-tabs.-v2,
.x-modal-account-security-tabs.-v3 {
    margin-bottom: 1rem
}

.x-modal-account-security-tabs.-v2 .-btn,
.x-modal-account-security-tabs.-v3 .-btn {
    position: relative;
    font-weight: 300;
    color: #fafafa;
    background: #272727
}

.x-modal-account-security-tabs.-v2 .-btn.-active,
.x-modal-account-security-tabs.-v3 .-btn.-active {
    color: #f3f3f3
}

.x-modal-account-security-tabs.-v2 .-btn.-standalone.-active,
.x-modal-account-security-tabs.-v3 .-btn.-standalone.-active {
    color: #fafafa;
    background: #272727
}

@media (min-width:992px) {

    .x-modal-account-security-tabs.-v2 .-btn.-standalone.-active:hover,
    .x-modal-account-security-tabs.-v3 .-btn.-standalone.-active:hover {
        background: #272727
    }
}

@media (min-width:992px) {

    .x-modal-account-security-tabs.-v2 .-btn:hover,
    .x-modal-account-security-tabs.-v3 .-btn:hover {
        background: #1a1a1a
    }
}

.x-modal-account-security-tabs.-v2 .-btn .-ic-badge,
.x-modal-account-security-tabs.-v3 .-btn .-ic-badge {
    position: absolute;
    top: 4px;
    left: 50%;
    width: 60px;
    -webkit-transform: translateX(-14%);
    transform: translateX(-14%)
}

.x-modal-account-security-tabs.-v3 .-btn {
    font-weight: 400
}

.x-modal-account-security-tabs .-btn {
    flex: 1;
    padding: 1rem;
    font-size: 1.125rem;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(180deg, #0c1a2f, #152843);
    border: none;
    outline: none;
    text-align: center;
    transition: background-color .2s
}

.x-modal-account-security-tabs .-btn.-active {
    background: transparent;
    color: #fff
}

.x-modal-account-security-tabs .-btn.-standalone.-active {
    color: #fff;
    background: linear-gradient(180deg, #0c1a2f, #152843)
}

@media (min-width:992px) {
    .x-modal-account-security-tabs .-btn:hover {
        background: linear-gradient(180deg, rgba(12, 26, 47, .8), rgba(21, 40, 67, .8))
    }

    .x-modal-account-security-tabs .-btn.-active:hover {
        background: transparent
    }
}

@media (max-width:767.98px) {
    .x-modal-account-security-tabs .-btn {
        font-size: 1.125rem
    }
}

.x-modal-separator-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.x-modal-separator-container .-bottom,
.x-modal-separator-container .-top {
    position: relative;
    z-index: 2
}

.x-category-button {
    align-items: center;
    padding: 12px 16px;
    background: #fff;
    border-radius: 16px;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    border: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    z-index: 1;
    transition: all .4s;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .12), 0 1px 2px hsla(0, 7.3%, 92%, .24)
}

.x-category-button.-category-button-v2 {
    padding: 0;
    display: inline-block;
    position: relative;
    box-shadow: none;
    background:transparent;
}

.x-category-button.-category-button-v2 .-badge {
    position: absolute;
    bottom: 6px;
    left: 0;
    padding: 2px 10px;
    font-size: .75rem;
    color: #fff;
    background: #9e5045;
    opacity: .9;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px
}

@media (max-width:575.98px) {
    .x-category-button.-category-button-v2 .-badge {
        bottom: 0;
        padding: 2px 5px;
        font-size: .625rem
    }
}

.x-category-button.-category-button-v2.-disabled {
    cursor: default;
    pointer-events: none
}

@media (min-width:992px) {
    .x-category-button.-category-button-v2.-disabled .-badge {
        display: none
    }
}

@media (max-width:575.98px) {
    .x-category-button.-category-button-v2.-disabled {
        -webkit-filter: grayscale(1);
        filter: grayscale(1)
    }
}

.x-category-button.-category-button-v2.-disabled .-text-btn-image {
    color: grey
}

.x-category-button.-category-button-v2 .-img {
    width: auto;
    border-radius: 8px
}

.x-category-button.-category-button-v2.-index-page {
    background: hsla(0, 0%, 100%, 0)
}

@media (max-width:575.98px) {
    .x-category-button.-category-button-v2.-index-page {
        margin-bottom: 0
    }
}

@media (min-width:576px) {

    .x-category-button.-category-button-v2.-index-page.-default,
    .x-category-button.-category-button-v2.-index-page.-hoverable {
        background: none;
        border: none
    }
}

.x-category-button.-category-button-v2.-index-page.-mobile .-text-btn-image {
    position: relative;
    left: unset;
    top: unset;
    -webkit-transform: none;
    transform: none;
    font-size: .875rem
}

.x-category-button.-category-button-v2.-index-page.-mobile .-text-mobile {
    font-size: .875rem
}

.x-category-button.-category-button-v2.-index-page .-text-btn-image {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .4s
}

@media (min-width:768px) {
    .x-category-button.-category-button-v2.-index-page .-text-btn-image {
        margin-left: 1.5rem
    }
}

@media (min-width:992px) {
    .x-category-button.-category-button-v2.-index-page .-text-btn-image {
        font-size: 1rem;
        margin-left: 1.25rem
    }
}

@media (max-width:991.98px) {
    .x-category-button.-category-button-v2 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: .25rem;
        border: none;
        border-radius: 8px;
        position: relative
    }
}

@media screen and (max-width:450px) {
    .x-category-button.-category-button-v2 {
        padding-left: 0;
        padding-right: 0
    }
}

.x-category-button.-category-button-v2 .-img-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    border-radius: 8px
}

.x-category-button.-category-button-v2 .-img-mobile {
    position: relative;
    width: 40px;
    height: auto;
    margin-right: .6rem
}

@media (max-width:575.98px) {
    .x-category-button.-category-button-v2 .-img-mobile {
        width: 30px;
        margin-right: .25rem
    }
}

@media screen and (max-width:400px) {
    .x-category-button.-category-button-v2 .-img-mobile {
        width: 22px
    }
}

@media (max-width:991.98px) {
    .x-category-button.-category-button-v2.-hoverable {
        background-color: transparent
    }
}

.x-category-button.-category-button-v2.-hoverable .-img {
    max-width: 100%;
    height: auto;
    transition: all .4s;
    width: 200px;
    background-image: linear-gradient(0deg, #343434, #343434), linear-gradient(180deg, #414141, #1d1d1d);
    border: 1px solid transparent;
    background-origin: border-box;
    background-clip: content-box, border-box;
    border-radius: 8px
}

.x-category-button.-category-button-v2.-hoverable .-hover {
    display: none
}

@media (min-width:992px) {
    .x-category-button.-category-button-v2.-hoverable:hover .-img {
        -webkit-filter: none;
        filter: none
    }

    .x-category-button.-category-button-v2.-hoverable:hover .-default {
        display: none
    }

    .x-category-button.-category-button-v2.-hoverable:hover .-text-btn-image {
        color: #fafafa
    }

    .x-category-button.-category-button-v2.-hoverable:hover .-hover {
        display: inline-block;
        background-image: var(--btn-hover);
        border: 1px solid transparent;
        background-origin: border-box;
        background-clip: content-box, border-box
    }
}

@media (max-width:991.98px) {
    .x-category-button.-category-button-v2.-hoverable.active {
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        background: transparent;
        border: none
    }
}

.x-category-button.-category-button-v2.-hoverable.active .-img {
    -webkit-filter: none;
    filter: none
}

.x-category-button.-category-button-v2.-hoverable.active .-text-btn-image {
    color: #fcfcfc
}

@media (max-width:991.98px) {
    .x-category-button.-category-button-v2.-hoverable.active .-text-btn-image {
        color: #fafafa
    }
}

.x-category-button.-category-button-v2.-hoverable.active .-default {
    display: none
}

.x-category-button.-category-button-v2.-hoverable.active .-hover {
    display: inline-block;
    background-image: linear-gradient(180deg, #1a1a1a, #4f4f4f, #1a1a1a), linear-gradient(180deg, #1a1a1a, #1a1a1a);
    border: 1px solid transparent;
    background-origin: border-box;
    background-clip: content-box, border-box
}

.x-category-button.-category-button-v2.-hoverable.active .-img-mobile.-hover {
    background-image: none
}

.x-category-button.-category-button-v2.-is-collapse .-text-btn-image {
    display: flex;
    justify-content: center;
    align-items: center
}

.x-category-button.-category-button-v2.-is-collapse .-text-btn-image .fas {
    margin-left: 6px;
    transition: all .4s;
    color: #9e5045
}

.x-category-button.-category-button-v2.-is-collapse:hover .fas {
    color: #fafafa
}

.x-category-button.-category-button-v2.-is-collapse:not(.collapsed) .fas {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #fafafa
}

.x-category-button.-category-button-v2 .-text-btn-image {
    transition: all .4s;
    position: absolute;
    left: 100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.125rem;
    color: #fcfcfc;
    line-height: 16px
}

@media (max-width:767.98px) {
    .x-category-button.-category-button-v2 .-text-btn-image {
        font-size: .875rem
    }
}

@media (max-width:575.98px) {
    .x-category-button.-category-button-v2 .-text-btn-image {
        font-size: .875rem
    }
}

@media screen and (max-width:380px) {
    .x-category-button.-category-button-v2 .-text-btn-image {
        font-size: .65rem
    }
}

@media (max-width:991.98px) {
    .x-category-button.-category-button-v2:not(.-index-page) .-text-btn-image {
        position: relative;
        left: unset;
        top: unset;
        -webkit-transform: none;
        transform: none;
        font-size: .875rem
    }
}

.x-category-button.-category-button-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: .25rem;
    box-shadow: none;
    border: none
}

@media (max-width:991.98px) {
    .x-category-button.-category-button-icon {
        background: transparent;
        margin-bottom: 0
    }
}

.x-category-button.-category-button-icon .-icon {
    height: auto;
    width: 50px;
    padding: .25rem
}

@media (max-width:991.98px) {
    .x-category-button.-category-button-icon .-icon {
        width: 42px
    }
}

@media (max-width:575.98px) {
    .x-category-button.-category-button-icon .-icon {
        width: 36px
    }
}

.x-category-button.-category-button-icon .-menu-text-wrapper {
    margin-bottom: .25rem;
    transition: all .4s
}

.x-category-button.-category-button-icon .-menu-text-wrapper .-text-desktop {
    color: #f22662;
    display: block;
    white-space: nowrap
}

@media (max-width:575.98px) {
    .x-category-button.-category-button-icon .-menu-text-wrapper .-text-desktop {
        display: none
    }
}

.x-category-button.-category-button-icon .-menu-text-wrapper .-text-mobile {
    color: #f22662;
    display: none;
    font-size: .75rem;
    white-space: nowrap
}

@media (max-width:575.98px) {
    .x-category-button.-category-button-icon .-menu-text-wrapper .-text-mobile {
        display: block
    }
}

.x-category-button.-category-button-icon.-hoverable .-hover {
    display: none
}

@media (min-width:992px) {
    .x-category-button.-category-button-icon.-hoverable:hover {
        border: none;
        background: #fff
    }

    .x-category-button.-category-button-icon.-hoverable:hover .-default {
        display: none
    }

    .x-category-button.-category-button-icon.-hoverable:hover .-menu-text-wrapper .-text-desktop,
    .x-category-button.-category-button-icon.-hoverable:hover .-menu-text-wrapper .-text-mobile {
        color: #f22662
    }

    .x-category-button.-category-button-icon.-hoverable:hover .-hover {
        display: inline-block
    }
}

.x-category-button.-category-button-icon.-hoverable.active {
    background: #fff;
    border: none
}

@media (max-width:575.98px) {
    .x-category-button.-category-button-icon.-hoverable.active {
        background: #fff;
        border: none
    }
}

.x-category-button.-category-button-icon.-hoverable.active .-menu-text-wrapper .-text-desktop,
.x-category-button.-category-button-icon.-hoverable.active .-menu-text-wrapper .-text-mobile {
    color: #f22662
}

.x-category-button.-category-button-icon.-hoverable.active .-default {
    display: none
}

.x-category-button.-category-button-icon.-hoverable.active .-hover {
    display: inline-block
}

@media (max-width:991.98px) {
    .x-category-button {
        padding: 8px;
        flex-direction: column;
        width: auto
    }
}

@media (max-width:575.98px) {
    .x-category-button {
        padding: 6px 6px 4px;
        margin-bottom: 6px
    }
}

.x-category-button:focus,
.x-category-button:hover {
    text-decoration: none;
    outline: none
}

.x-category-button .-img-category {
    width: 60px;
    height: 60px;
    margin-right: 12px;
    position: relative
}

@media (max-width:991.98px) {
    .x-category-button .-img-category {
        margin-right: 0;
        width: 56px;
        height: 56px
    }
}

@media (max-width:575.98px) {
    .x-category-button .-img-category {
        margin-right: 0;
        width: 48px;
        height: 48px
    }
}

.x-category-button .-img-category:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -11px;
    width: 80px;
    height: 20px
}

@media (max-width:991.98px) {
    .x-category-button .-img-category:before {
        width: 70px;
        height: 18px;
        left: -7px
    }
}

@media (max-width:575.98px) {
    .x-category-button .-img-category:before {
        width: 66px
    }
}

.x-category-button .-menu-text-wrapper {
    flex-grow: 1
}

@media (max-width:991.98px) {
    .x-category-button .-menu-text-wrapper .-menu-text-main {
        font-size: .8rem;
        text-align: center;
        display: block;
        padding-top: 4px
    }
}

.x-category-button .-menu-text-wrapper .-menu-text-sub {
    display: block
}

.x-category-button.-is-collapse .fa-chevron-down {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    border-radius: 50%;
    font-size: .7rem;
    line-height: 20px;
    color: #fff
}

@media (max-width:991.98px) {
    .x-category-button.-is-collapse:not(.active) {
        box-shadow: none
    }
}

@media (max-width:991.98px) {
    .x-category-button.-is-collapse:not(.active) .-img-category:before {
        display: none
    }
}

.x-category-button.-is-collapse:not(.collapsed) .fa-chevron-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.x-category-button.-v3 .-menu-text-wrapper .-text-desktop {
    font-size: .9375rem
}

@media (max-width:991.98px) {
    .x-category-button.-v3 .-menu-text-wrapper .-text-desktop {
        font-size: .875rem
    }
}

.x-bg-mobile-category {
    background-size: cover;
    border-radius: 8px
}

.x-menu-collapse-container.-v2.-category-brand .-child-collapse {
    background-size: unset;
    background-position: unset;
    transition: all .6s ease-out;
    padding: 4px 0
}

.x-menu-collapse-container.-v2.-category-brand .-child-collapse .-img-btn {
    width: 40px;
    padding: .25rem;
    height: auto
}

.x-menu-collapse-container.-v2.-category-brand .-child-collapse .-menu-text-child {
    color: #f3f3f3;
    font-weight: 300
}

.x-menu-collapse-container.-v2.-category-brand .-child-collapse.active {
    background-position: unset
}

.x-menu-collapse-container.-v2.-category-brand .-child-collapse.active .-menu-text-child {
    color: var(--bg-gold);
}

@media (min-width:768px) {
    .x-menu-collapse-container.-v2.-category-brand .-child-collapse:hover {
        background-position: unset
    }

    .x-menu-collapse-container.-v2.-category-brand .-child-collapse:hover .-menu-text-child {
        color: var(--bg-gold);
    }
}

.x-menu-collapse-container.-v2.-is-sidebar {
    min-width: 200px;
    margin: 8px
}

@media (max-width:767.98px) {
    .x-menu-collapse-container.-v2.-is-sidebar {
        min-width: 160px;
        margin: 4px
    }
}

@media (max-width:575.98px) {
    .x-menu-collapse-container.-v2.-is-sidebar {
        margin: 2px;
        min-width: 110px
    }
}

@media (max-width:370px) {
    .x-menu-collapse-container.-v2.-is-sidebar {
        min-width: 90px
    }
}

.x-menu-collapse-container.-v2.-is-sidebar .-btn-sidebar {
    padding: .5rem;
    margin-top: 0;
    background: #262626;
    color: #fafafa;
    transition: all .4s;
    border: none;
    border-left: 6px solid #262626
}

@media (max-width:575.98px) {
    .x-menu-collapse-container.-v2.-is-sidebar .-btn-sidebar {
        border-left-width: 3px;
        padding: .5rem .25rem
    }
}

.x-menu-collapse-container.-v2.-is-sidebar .-btn-sidebar.active,
.x-menu-collapse-container.-v2.-is-sidebar .-btn-sidebar:focus,
.x-menu-collapse-container.-v2.-is-sidebar .-btn-sidebar:hover {
    background: #3c3c3c;
    border-left: 6px solid #f52;
    outline: none
}

@media (max-width:575.98px) {

    .x-menu-collapse-container.-v2.-is-sidebar .-btn-sidebar.active,
    .x-menu-collapse-container.-v2.-is-sidebar .-btn-sidebar:focus,
    .x-menu-collapse-container.-v2.-is-sidebar .-btn-sidebar:hover {
        border-left: 3px solid #f52
    }
}

.x-menu-collapse-container.-v2 .-child-collapse-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.x-menu-collapse-container.-v2 .-child-collapse-wrapper .-menu-text-child {
    margin-left: .5rem;
    text-align: left
}

@media (max-width:767.98px) {
    .x-menu-collapse-container.-v2 .-child-collapse-wrapper .-menu-text-child {
        font-size: .875rem
    }
}

@media (max-width:575.98px) {
    .x-menu-collapse-container.-v2 .-child-collapse-wrapper .-menu-text-child {
        margin-left: .25rem;
        font-size: .75rem
    }
}

.x-menu-collapse-container.-v2 .-child-collapse-wrapper .-img-wrapper {
    width: 50px
}

@media (max-width:767.98px) {
    .x-menu-collapse-container.-v2 .-child-collapse-wrapper .-img-wrapper {
        width: 40px
    }
}

@media (max-width:575.98px) {
    .x-menu-collapse-container.-v2 .-child-collapse-wrapper .-img-wrapper {
        width: 30px
    }

    .x-menu-collapse-container.-v2 .-child-collapse-wrapper .-img-wrapper .-img-btn {
        width: 24px;
        min-width: 24px
    }
}

.x-menu-collapse-container .-child-collapse {
    align-items: center;
    background: #fff;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    border: none;
    border-radius: 0;
    display: block;
    position: relative;
    margin-top: 0;
    margin-left: auto;
    width: calc(100% - 8px);
    padding: 8px 16px
}

.x-menu-collapse-container .-child-collapse:focus {
    outline: 0
}

@media (max-width:991.98px) {
    .x-menu-collapse-container .-child-collapse {
        background: transparent !important;
        border-left: unset;
        width: unset;
        margin: 0
    }
}

.x-menu-collapse-container.-category-brand .-child-collapse {
    background: hsla(0, 0%, 100%, 0);
    background-size: 200% 100%;
    background-position: 100% 100%;
    transition: all .6s ease-out;
    border-left: none
}

.x-menu-collapse-container.-category-brand .-child-collapse .-img-btn {
    height: 40px
}

.x-menu-collapse-container.-category-brand .-child-collapse.active {
    border-left: none;
    background-position: 0 100%
}

.x-menu-collapse-container.-category-brand .-child-collapse.active:before {
    background: hsla(0, 0%, 100%, 0)
}

@media (min-width:768px) {
    .x-menu-collapse-container.-category-brand .-child-collapse:hover {
        background-position: 0 100%;
        border-left: none
    }
}

.x-app-joker-download .-heading-title {
    text-align: center;
    color: #dc202e;
    font-size: 1.25rem;
    font-weight: 500
}

.x-app-joker-download .-android-icon-wrapper {
    text-align: center;
    margin-top: 1rem
}

.x-app-joker-download .-android-icon-wrapper .-android-icon-img {
    width: 180px
}

.x-app-joker-download .-qr-wrapper {
    text-align: center;
    margin-top: 1rem
}

.x-app-joker-download .-qr-wrapper .-qr-img {
    width: 800px
}

.x-blog-section {
    position: relative;
    padding: 2rem 0
}

@media screen and (max-width:1400px) {
    .x-blog-section {
        padding-top: 1.5rem
    }
}

@media (max-width:1199.98px) {
    .x-blog-section {
        padding-top: 1rem
    }
}

@media (max-width:767.98px) {
    .x-blog-section {
        padding-top: 0
    }
}

.x-blog-section .-section-title {
    color: #f3f3f3;
    font-size: 1.5rem;
    text-align: center
}

@media screen and (max-width:1400px) {
    .x-blog-section .-section-title {
        font-size: 1.125rem
    }
}

@media (max-width:575.98px) {
    .x-blog-section .-section-title {
        font-size: 1rem
    }
}

.x-blog-section .-all-blog-link-wrapper {
    width: 100%;
    margin: 0 .5rem;
    display: flex;
    justify-content: flex-end
}

@media (max-width:991.98px) {
    .x-blog-section .-all-blog-link-wrapper {
        justify-content: center
    }
}

.x-blog-section .-all-blog-link-wrapper .-all-blog-link {
    margin: auto;
    padding: .7rem 4rem;
    color: #fcfcfc;
    background-color: var(--btn-bolder-gold);
    background-image: none;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    text-decoration: none;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 300;
    border: var(--btn-bolder-gold);
    border-radius: 10px;
    transition: all .2s ease
}

@media screen and (max-width:1400px) {
    .x-blog-section .-all-blog-link-wrapper .-all-blog-link {
        font-size: 1rem
    }
}

@media (max-width:575.98px) {
    .x-blog-section .-all-blog-link-wrapper .-all-blog-link {
        padding: .6rem 4rem;
        width: 100%;
        font-size: .875rem
    }
}

.x-blog-section .-all-blog-link-wrapper .-all-blog-link:hover {
    background-color: var(--btn-bolder-gold);
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2)
}

.x-lotto-category {
    position: relative
}

.x-lotto-category .-lotto-category-wrapper .navbar-nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}

.x-lotto-category .-lotto-category-wrapper .-lotto-card-item {
    width: calc(14.28571% - 1rem);
    margin: .5rem;
    transition: all .4s;
    position: relative
}

@media (max-width:1199.98px) {
    .x-lotto-category .-lotto-category-wrapper .-lotto-card-item {
        width: calc(16.66667% - 1rem)
    }
}

@media (max-width:991.98px) {
    .x-lotto-category .-lotto-category-wrapper .-lotto-card-item {
        width: calc(20% - .5rem);
        margin: .25rem
    }
}

@media (max-width:767.98px) {
    .x-lotto-category .-lotto-category-wrapper .-lotto-card-item {
        width: calc(25% - .5rem)
    }
}

@media (max-width:370px) {
    .x-lotto-category .-lotto-category-wrapper .-lotto-card-item {
        width: calc(25% - .25rem);
        margin: .125rem
    }
}

@media (max-width:325px) {
    .x-lotto-category .-lotto-category-wrapper .-lotto-card-item {
        width: calc(33.33333% - .25rem)
    }
}

.x-lotto-category .-lotto-category-wrapper .-lotto-card-item.-first {
    position: relative
}

.x-lotto-category .-lotto-category-wrapper .-lotto-card-item.-first .-img {
    border-radius: 8px
}

.x-lotto-category .-lotto-category-wrapper .-lotto-card-item.-first .-lotto-label-inner {
    position: absolute;
    width: 100%;
    top: 30px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    text-align: center;
    transition: all .4s
}

@media (max-width:991.98px) {
    .x-lotto-category .-lotto-category-wrapper .-lotto-card-item.-first .-lotto-label-inner {
        top: 20px
    }
}

@media (max-width:575.98px) {
    .x-lotto-category .-lotto-category-wrapper .-lotto-card-item.-first .-lotto-label-inner {
        top: 10px
    }
}

.x-lotto-category .-lotto-category-wrapper .-lotto-card-item.-first .-lotto-label-inner .-title {
    font-size: 2rem;
    font-weight: 600;
    background: #fafafa;
    -webkit-filter: none;
    filter: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .4s
}

@media (max-width:1600px) {
    .x-lotto-category .-lotto-category-wrapper .-lotto-card-item.-first .-lotto-label-inner .-title {
        font-size: 1.5rem
    }
}

@media (max-width:991.98px) {
    .x-lotto-category .-lotto-category-wrapper .-lotto-card-item.-first .-lotto-label-inner .-title {
        font-size: 1.125rem
    }
}

@media (max-width:767.98px) {
    .x-lotto-category .-lotto-category-wrapper .-lotto-card-item.-first .-lotto-label-inner .-title {
        font-size: 1rem
    }
}

@media (max-width:575.98px) {
    .x-lotto-category .-lotto-category-wrapper .-lotto-card-item.-first .-lotto-label-inner .-title {
        font-size: .75rem
    }
}

@media (max-width:370px) {
    .x-lotto-category .-lotto-category-wrapper .-lotto-card-item.-first .-lotto-label-inner .-title {
        font-size: .625rem
    }
}

.x-lotto-category .-lotto-category-wrapper .-lotto-card-item.-first .-lotto-label-inner .-sub-title {
    font-size: 1.5rem;
    background: #fafafa;
    -webkit-filter: none;
    filter: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width:1600px) {
    .x-lotto-category .-lotto-category-wrapper .-lotto-card-item.-first .-lotto-label-inner .-sub-title {
        font-size: 1.125rem
    }
}

@media (max-width:991.98px) {
    .x-lotto-category .-lotto-category-wrapper .-lotto-card-item.-first .-lotto-label-inner .-sub-title {
        font-size: 1rem
    }
}

@media (max-width:767.98px) {
    .x-lotto-category .-lotto-category-wrapper .-lotto-card-item.-first .-lotto-label-inner .-sub-title {
        font-size: .625rem
    }
}

.x-lotto-category .-lotto-category-wrapper .-lotto-card-item .x-game-list-item-macro .-cover-img {
    border-radius: 8px
}

.x-lotto-category .-lotto-category-wrapper .-lotto-card-item .x-game-list-item-macro .-overlay {
    border-radius: 8px;
    z-index: 4
}

.x-lotto-category .-lotto-category-wrapper .-lotto-card-item .-img {
    width: 100%;
    border-radius: 12px;
    border: none
}

.x-lotto-category .-lotto-category-wrapper .-lotto-card-item .-lotto-label {
    margin-top: .5rem
}

@media (max-width:767.98px) {
    .x-lotto-category .-lotto-category-wrapper .-lotto-card-item .-lotto-label {
        display: none
    }
}

.x-lotto-title-overlay {
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 0
}

@media (max-width:575.98px) {
    .x-lotto-title-overlay {
        top: 1rem
    }
}

.x-lotto-title-overlay .-game-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ff6035;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap
}

@media (max-width:1199.98px) {
    .x-lotto-title-overlay .-game-title {
        font-size: 1.125rem
    }
}

@media (max-width:991.98px) {
    .x-lotto-title-overlay .-game-title {
        font-size: 1rem
    }
}

@media (max-width:767.98px) {
    .x-lotto-title-overlay .-game-title {
        font-size: .875rem
    }
}

@media (max-width:575.98px) {
    .x-lotto-title-overlay .-game-title {
        font-size: .625rem
    }
}

.x-provider-heading {
    display: flex;
    align-items: flex-end;
    margin-bottom: .25rem;
    padding-left: .25rem
}

@media (min-width:992px) {
    .x-provider-heading {
        padding-left: .5rem
    }
}

.x-provider-heading.-spacing-top {
    margin-top: .5rem
}

@media (min-width:992px) {
    .x-provider-heading.-spacing-top {
        margin-top: 1rem
    }
}

.x-provider-heading .-heading-title {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 1rem;
    color: #fcfcfc
}

@media (min-width:768px) {
    .x-provider-heading .-heading-title {
        font-size: 1.25rem
    }
}

@media (min-width:992px) {
    .x-provider-heading .-heading-title {
        line-height: 1.3;
        font-size: 1.5rem
    }
}

.x-provider-heading .-heading-sub-title {
    margin-bottom: 0;
    margin-left: .25rem;
    font-size: .875rem;
    color: #fcfcfc
}

@media (min-width:768px) {
    .x-provider-heading .-heading-sub-title {
        font-size: 1rem
    }
}

@media (min-width:992px) {
    .x-provider-heading .-heading-sub-title {
        font-size: 1.125rem
    }
}

.x-provider-category {
    position: relative;
}

.x-provider-category.-provider_casinos {
    /*background: #0c0c0c;*/
}

.x-provider-category.-provider_slots {
    background: transparent
}

.x-provider-category .-provider-category-wrapper .navbar-nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}

@media (max-width:575.98px) {
    .x-provider-category .-provider-category-wrapper .navbar-nav {
        flex-wrap: nowrap;
        overflow-x: auto
    }

    .x-provider-category .-provider-category-wrapper .navbar-nav .-provider-card-item {
        min-width: 90px;
        width: 23%
    }
}

.x-provider-category .-provider-category-wrapper .-provider-card-item {
    width: calc(14.28571% - 1rem);
    margin: .5rem;
    transition: all .4s;
    position: relative
}

@media (max-width:1199.98px) {
    .x-provider-category .-provider-category-wrapper .-provider-card-item {
        width: calc(16.66667% - 1rem)
    }
}

@media (max-width:991.98px) {
    .x-provider-category .-provider-category-wrapper .-provider-card-item {
        width: calc(20% - .5rem);
        margin: .25rem
    }
}

@media (max-width:767.98px) {
    .x-provider-category .-provider-category-wrapper .-provider-card-item {
        width: calc(25% - .5rem)
    }
}

.x-provider-category .-provider-category-wrapper .-provider-card-item.-first {
    position: relative
}

.x-provider-category .-provider-category-wrapper .-provider-card-item.-first .-img {
    border-radius: 8px
}

.x-provider-category .-provider-category-wrapper .-provider-card-item.-first .-provider-label-inner {
    position: absolute;
    width: 100%;
    top: 15px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    text-align: center;
    transition: all .4s
}

@media (max-width:1600px) {
    .x-provider-category .-provider-category-wrapper .-provider-card-item.-first .-provider-label-inner {
        top: 12px
    }
}

.x-provider-category .-provider-category-wrapper .-provider-card-item.-first .-provider-label-inner .-title {
    font-size: 2rem;
    font-weight: 600;
    background: #fcfcfc;
    -webkit-filter: none;
    filter: none;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .4s
}

@media (max-width:1600px) {
    .x-provider-category .-provider-category-wrapper .-provider-card-item.-first .-provider-label-inner .-title {
        font-size: 1.25rem
    }
}

@media (max-width:991.98px) {
    .x-provider-category .-provider-category-wrapper .-provider-card-item.-first .-provider-label-inner .-title {
        font-size: 1.125rem
    }
}

@media (max-width:767.98px) {
    .x-provider-category .-provider-category-wrapper .-provider-card-item.-first .-provider-label-inner .-title {
        font-size: 1rem
    }
}

@media (max-width:575.98px) {
    .x-provider-category .-provider-category-wrapper .-provider-card-item.-first .-provider-label-inner .-title {
        font-size: .75rem
    }
}

@media (max-width:370px) {
    .x-provider-category .-provider-category-wrapper .-provider-card-item.-first .-provider-label-inner .-title {
        font-size: .625rem
    }
}

.x-provider-category .-provider-category-wrapper .-provider-card-item.-first .-provider-label-inner .-sub-title {
    font-size: 1.5rem;
    background: #fcfcfc;
    -webkit-filter: none;
    filter: none;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width:1600px) {
    .x-provider-category .-provider-category-wrapper .-provider-card-item.-first .-provider-label-inner .-sub-title {
        font-size: 1rem
    }
}

@media (max-width:991.98px) {
    .x-provider-category .-provider-category-wrapper .-provider-card-item.-first .-provider-label-inner .-sub-title {
        font-size: 1rem
    }
}

@media (max-width:767.98px) {
    .x-provider-category .-provider-category-wrapper .-provider-card-item.-first .-provider-label-inner .-sub-title {
        font-size: .625rem
    }
}

.x-provider-category .-provider-category-wrapper .-provider-card-item .x-game-list-item-macro .-cover-img {
    border-radius: 8px
}

.x-provider-category .-provider-category-wrapper .-provider-card-item .x-game-list-item-macro .-overlay {
    border-radius: 8px;
    z-index: 4
}

.x-provider-category .-provider-category-wrapper .-provider-card-item .-img {
    width: 100%;
    border-radius: 12px;
    border: none
}

.x-provider-category .-provider-category-wrapper .-provider-card-item .-provider-label {
    margin-top: .5rem
}

@media (max-width:767.98px) {
    .x-provider-category .-provider-category-wrapper .-provider-card-item .-provider-label {
        display: none
    }
}

.x-lotto-features {
    position: relative;
    padding: 2rem 0 1rem;
    background: none
}

@media (max-width:575.98px) {
    .x-lotto-features {
        padding: 1rem 0 0
    }
}

.x-lotto-features .-section-title {
    margin-bottom: 2rem;
    color: #f3f3f3;
    font-size: 1.5rem;
    text-align: center
}

@media screen and (max-width:1400px) {
    .x-lotto-features .-section-title {
        font-size: 1.125rem
    }
}

@media (max-width:575.98px) {
    .x-lotto-features .-section-title {
        margin-bottom: 1rem;
        font-size: 1rem
    }
}

.x-lotto-features .-lotto-features-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.x-lotto-features .-lotto-features-wrapper .-feature-item {
    margin: .5rem;
    width: calc(25% - 1rem);
    text-align: center
}

@media (max-width:767.98px) {
    .x-lotto-features .-lotto-features-wrapper .-feature-item {
        width: calc(50% - 1rem)
    }
}

.x-lotto-features .-lotto-features-wrapper .-feature-item .-img {
    width: 160px
}

@media screen and (max-width:1400px) {
    .x-lotto-features .-lotto-features-wrapper .-feature-item .-img {
        width: 120px
    }
}

@media (max-width:767.98px) {
    .x-lotto-features .-lotto-features-wrapper .-feature-item .-img {
        width: 100px
    }
}

@media (max-width:575.98px) {
    .x-lotto-features .-lotto-features-wrapper .-feature-item .-img {
        width: 80px
    }
}

.x-lotto-features .-lotto-features-wrapper .-feature-item .-text-title {
    margin-top: 1.5rem;
    color: #333;
    font-size: 1.25rem
}

@media screen and (max-width:1400px) {
    .x-lotto-features .-lotto-features-wrapper .-feature-item .-text-title {
        font-size: 1rem
    }
}

@media (max-width:767.98px) {
    .x-lotto-features .-lotto-features-wrapper .-feature-item .-text-title {
        margin-top: 1rem
    }
}

@media (max-width:575.98px) {
    .x-lotto-features .-lotto-features-wrapper .-feature-item .-text-title {
        margin-top: .5rem;
        font-size: .875rem
    }
}

.x-lotto-features .-lotto-features-wrapper .-feature-item .-text-description {
    margin: 0 auto 1rem;
    max-width: 230px;
    color: #313131;
    font-size: 1rem
}

@media screen and (max-width:1400px) {
    .x-lotto-features .-lotto-features-wrapper .-feature-item .-text-description {
        font-size: .875rem
    }
}

@media (max-width:575.98px) {
    .x-lotto-features .-lotto-features-wrapper .-feature-item .-text-description {
        margin: 0 auto .5rem;
        font-size: .75rem
    }
}

.x-vertical-content {
    position: relative;
    padding: 3rem 0 2rem;
    background: none
}

@media (max-width:575.98px) {
    .x-vertical-content {
        padding: 2rem 0 1rem
    }
}

.x-vertical-content .-text-heading {
    margin-bottom: 2rem;
    color: #fcfcfc;
    font-size: 1.25rem;
    text-align: center
}

@media screen and (max-width:1400px) {
    .x-vertical-content .-text-heading {
        font-size: 1rem
    }
}

@media (max-width:991.98px) {
    .x-vertical-content .-text-heading {
        margin-bottom: 1rem
    }
}

@media (max-width:575.98px) {
    .x-vertical-content .-text-heading {
        font-size: .875rem
    }
}

.x-vertical-content .-vertical-content-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

.x-vertical-content .-vertical-content-wrapper.-content-top .-block-content {
    margin-bottom: 2rem;
    order: -1
}

@media (max-width:991.98px) {
    .x-vertical-content .-vertical-content-wrapper.-content-top .-block-content {
        margin-bottom: 1rem
    }
}

.x-vertical-content .-vertical-content-wrapper.-content-top .-img-first {
    margin-bottom: 0
}

.x-vertical-content .-vertical-content-wrapper.-content-bottom .-block-content {
    margin-top: 2rem;
    order: 1
}

@media (max-width:991.98px) {
    .x-vertical-content .-vertical-content-wrapper.-content-bottom .-block-content {
        margin-top: 1rem
    }
}

.x-vertical-content .-vertical-content-wrapper.-content-bottom .-img-second {
    margin-top: 0
}

.x-vertical-content .-vertical-content-wrapper .-img-first {
    margin-bottom: 2rem;
    width: 100%;
    max-width: 900px
}

@media (max-width:1199.98px) {
    .x-vertical-content .-vertical-content-wrapper .-img-first {
        max-width: 800px
    }
}

@media (max-width:991.98px) {
    .x-vertical-content .-vertical-content-wrapper .-img-first {
        margin-bottom: 1rem;
        padding: 0 2rem
    }
}

@media (max-width:575.98px) {
    .x-vertical-content .-vertical-content-wrapper .-img-first {
        padding: 0 1rem
    }
}

.x-vertical-content .-vertical-content-wrapper .-img-second {
    margin-top: 2rem;
    width: 100%;
    max-width: 350px
}

@media (max-width:991.98px) {
    .x-vertical-content .-vertical-content-wrapper .-img-second {
        margin-top: 1rem
    }
}

@media (max-width:575.98px) {
    .x-vertical-content .-vertical-content-wrapper .-img-second {
        padding: 0 2rem;
        max-width: unset
    }
}

.x-vertical-content .-vertical-content-wrapper .-block-content {
    padding: 0 5rem
}

@media (max-width:991.98px) {
    .x-vertical-content .-vertical-content-wrapper .-block-content {
        padding: 0 3rem
    }
}

@media (max-width:575.98px) {
    .x-vertical-content .-vertical-content-wrapper .-block-content {
        padding: 0
    }
}

.x-vertical-content .-vertical-content-wrapper .-block-content .-text-title {
    color: #fcfcfc;
    font-size: 1.25rem;
    text-align: center
}

@media screen and (max-width:1400px) {
    .x-vertical-content .-vertical-content-wrapper .-block-content .-text-title {
        font-size: 1rem
    }
}

@media (max-width:575.98px) {
    .x-vertical-content .-vertical-content-wrapper .-block-content .-text-title {
        font-size: .875rem
    }
}

.x-vertical-content .-vertical-content-wrapper .-block-content .-text-description {
    max-width: 1320px;
    color: #aaa;
    font-size: 1rem;
    text-align: center
}

@media screen and (max-width:1400px) {
    .x-vertical-content .-vertical-content-wrapper .-block-content .-text-description {
        font-size: .875rem
    }
}

@media (max-width:575.98px) {
    .x-vertical-content .-vertical-content-wrapper .-block-content .-text-description {
        margin-bottom: 0;
        font-size: .75rem
    }
}

.x-category-total-game.-v2 {
    padding: .5rem 0
}

@media (max-width:991.98px) {
    .x-category-total-game.-v2 .-menu-parent.-menu-mobile .-list-parent {
        border-radius: 8px
    }
}

@media (max-width:991.98px) {
    .x-category-total-game.-v2 .-menu-parent {
        padding: 0 .25rem
    }
}

.x-category-button.-category-button-v2.-index-page.-mobile {
    justify-content: flex-start
}

@media (max-width:991.98px) {
    .x-category-button.-category-button-v2.-index-page.-mobile {
        border-radius: 8px
    }
}

@media (max-width:767.98px) {
    .x-category-button.-category-button-v2.-index-page.-mobile {
        height: 48px
    }
}

@media (max-width:575.98px) {
    .x-category-button.-category-button-v2.-index-page.-mobile {
        height: 40px
    }
}

.x-category-button.-category-button-v2.-index-page.-mobile .-img-mobile {
    margin: 0 .35rem 0 .5rem
}

.x-category-button.-category-button-v2.-index-page.-mobile .-text-btn-image {
    font-size: .75rem
}

@media (max-width:370px) {
    .x-category-button.-category-button-v2.-index-page.-mobile .-text-btn-image {
        font-size: .625rem
    }
}

@media (max-width:991.98px) {

    .x-category-button.-category-button-v2.-index-page.-mobile .-menu-text-main,
    .x-category-button.-category-button-v2.-index-page.-mobile .-menu-text-sup {
        white-space: unset
    }
}

.x-category-button.-category-button-v2.-index-page .-text-btn-image {
    font-size: 1.25rem;
    left: 55%;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%)
}

@media (max-width:1500px) {
    .x-category-button.-category-button-v2.-index-page .-text-btn-image {
        font-size: 1rem
    }
}

@media (max-width:1199.98px) {
    .x-category-button.-category-button-v2.-index-page .-text-btn-image {
        left: 50%;
        text-align: right;
        -webkit-transform: translate(-20%, -50%);
        transform: translate(-20%, -50%);
        font-size: .815rem;
        margin-left: 9px;
    }
}

.x-category-button.-category-button-v2 .-text-btn-image {
    left: 90px
}

.x-category-button.-category-button-v2 .-text-desktop {
    display: block
}

@media (max-width:991.98px) {
    .x-category-button.-category-button-v2 .-text-desktop {
        display: none
    }
}

.x-category-button.-category-button-v2 .-text-mobile {
    display: none
}

@media (max-width:991.98px) {
    .x-category-button.-category-button-v2 .-text-mobile {
        display: block
    }
}

.x-games-splitter-zone-container {
    display: flex;
    width: 100%;
    margin: 1rem auto 0
}

@media (max-width:991.98px) {
    .x-games-splitter-zone-container {
        padding: 0
    }
}

.x-games-splitter-zone-container .-left-side {
    width: 75%
}

@media (min-width:992px) and (max-width:1199.98px) {
    .x-games-splitter-zone-container .-left-side {
        width: 66.6%
    }
}

@media (max-width:991.98px) {
    .x-games-splitter-zone-container .-left-side {
        width: 100%
    }
}

.x-games-splitter-zone-container .-left-side .-live-casino-container,
.x-games-splitter-zone-container .-left-side .-sports-container {
    width: 100%;
    margin: 0;
    padding: 0
}

.x-games-splitter-zone-container .-left-side .-live-casino-container .-game-title,
.x-games-splitter-zone-container .-left-side .-sports-container .-game-title {
    margin-bottom: 0;
    padding: 0 21px;
    color: #472c59
}

.x-games-splitter-zone-container .-left-side .-live-casino-container .navbar-nav,
.x-games-splitter-zone-container .-left-side .-sports-container .navbar-nav {
    flex-wrap: wrap;
    flex-direction: row
}

.x-games-splitter-zone-container .-left-side .-live-casino-container .navbar-nav .nav-item,
.x-games-splitter-zone-container .-left-side .-sports-container .navbar-nav .nav-item {
    padding: 10px 8px;
    width: 16.66667%
}

@media (max-width:991.98px) {

    .x-games-splitter-zone-container .-left-side .-live-casino-container .navbar-nav .nav-item,
    .x-games-splitter-zone-container .-left-side .-sports-container .navbar-nav .nav-item {
        min-width: 140px
    }
}

@media (max-width:767.98px) {

    .x-games-splitter-zone-container .-left-side .-live-casino-container .navbar-nav .nav-item,
    .x-games-splitter-zone-container .-left-side .-sports-container .navbar-nav .nav-item {
        min-width: 100px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {

    .x-games-splitter-zone-container .-left-side .-live-casino-container .navbar-nav .nav-item,
    .x-games-splitter-zone-container .-left-side .-sports-container .navbar-nav .nav-item {
        width: 25%
    }

    .x-games-splitter-zone-container .-left-side .-live-casino-container .navbar-nav .nav-item:nth-child(n+5),
    .x-games-splitter-zone-container .-left-side .-sports-container .navbar-nav .nav-item:nth-child(n+5) {
        display: none
    }
}

@media (max-width:991.98px) {

    .x-games-splitter-zone-container .-left-side .-live-casino-container .navbar-nav,
    .x-games-splitter-zone-container .-left-side .-sports-container .navbar-nav {
        overflow-x: auto;
        flex-wrap: nowrap
    }
}

@media (max-width:767.98px) {

    .x-games-splitter-zone-container .-left-side .-live-casino-container .navbar-nav .nav-item,
    .x-games-splitter-zone-container .-left-side .-sports-container .navbar-nav .nav-item {
        min-width: 120px;
        padding: 10px 8px 10px 0
    }
}

@media (max-width:575.98px) {

    .x-games-splitter-zone-container .-left-side .-live-casino-container .navbar-nav .nav-item,
    .x-games-splitter-zone-container .-left-side .-sports-container .navbar-nav .nav-item {
        padding: 0;
        min-width: calc(25% - .5rem);
        margin: .25rem
    }
}

.x-games-splitter-zone-container .-right-side {
    position: relative;
    flex: 1;
    margin: 8px 8px 40px;
    border-radius: 16px;
    background: linear-gradient(rgba(254, 138, 2, .9), rgba(255, 232, 103, .9))
}

.x-games-splitter-zone-container .-right-side .-button-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 1rem;
    color: #fff;
    overflow: hidden
}

.x-games-splitter-zone-container .-right-side .-button-wrapper .-china-girl {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: .5s
}

.x-games-splitter-zone-container .-right-side .-button-wrapper .-dice-dual {
    position: absolute;
    bottom: -20px;
    left: 65%;
    width: 40%;
    transition: .5s
}

.x-games-splitter-zone-container .-right-side:hover .-button-wrapper {
    color: #fff;
    text-decoration: none
}

.x-games-splitter-zone-container .-right-side:hover .-button-wrapper .-china-girl,
.x-games-splitter-zone-container .-right-side:hover .-button-wrapper .-dice-dual {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

@media (max-width:991.98px) {
    .x-games-splitter-zone-container .-right-side {
        display: none
    }
}

.x-lotto-games-list-container,
.x-new-games-list-container {
    width: 100%;
    margin: 1rem auto 0
}

@media (min-width:1200px) {

    .x-lotto-games-list-container .nav-item:nth-child(n+17),
    .x-new-games-list-container .nav-item:nth-child(n+17) {
        display: none
    }
}

@media (max-width:991.98px) {

    .x-lotto-games-list-container,
    .x-new-games-list-container {
        padding: 0
    }
}

.x-lotto-games-list-container .navbar-nav,
.x-new-games-list-container .navbar-nav {
    flex-wrap: wrap;
    flex-direction: row
}

.x-lotto-games-list-container .navbar-nav .nav-item,
.x-new-games-list-container .navbar-nav .nav-item {
    padding: 10px 8px;
    width: 12.5%
}

@media (min-width:992px) and (max-width:1199.98px) {

    .x-lotto-games-list-container .navbar-nav .nav-item,
    .x-new-games-list-container .navbar-nav .nav-item {
        width: 16.66667%
    }

    .x-lotto-games-list-container .navbar-nav .nav-item:nth-child(n+7),
    .x-new-games-list-container .navbar-nav .nav-item:nth-child(n+7) {
        display: none
    }
}

@media (max-width:991.98px) {

    .x-lotto-games-list-container .navbar-nav,
    .x-new-games-list-container .navbar-nav {
        overflow-x: auto;
        flex-wrap: nowrap
    }

    .x-lotto-games-list-container .navbar-nav .nav-item,
    .x-new-games-list-container .navbar-nav .nav-item {
        min-width: 16.66667%
    }
}

@media (max-width:767.98px) {

    .x-lotto-games-list-container .navbar-nav .nav-item,
    .x-new-games-list-container .navbar-nav .nav-item {
        min-width: 120px;
        padding: 10px 8px 10px 0
    }
}

@media (max-width:575.98px) {

    .x-lotto-games-list-container .navbar-nav .nav-item,
    .x-new-games-list-container .navbar-nav .nav-item {
        padding: 0;
        min-width: calc(25% - .5rem);
        margin: .25rem
    }
}

.x-popular-games-list-container {
    width: 100%;
    margin: 1rem auto 0
}

@media (max-width:991.98px) {
    .x-popular-games-list-container {
        padding: 0
    }
}

@media (max-width:575.98px) {
    .x-popular-games-list-container {
        margin-top: .5rem
    }
}

.x-popular-games-list-container .navbar-nav {
    flex-wrap: wrap;
    flex-direction: row
}

.x-popular-games-list-container .navbar-nav .nav-item {
    padding: 10px 8px;
    width: 14.28571%
}

@media (min-width:1200px) {
    .x-popular-games-list-container .navbar-nav .nav-item:nth-child(n+8) {
        display: none
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .x-popular-games-list-container .navbar-nav .nav-item {
        width: 20%
    }

    .x-popular-games-list-container .navbar-nav .nav-item:nth-child(n+6) {
        display: none
    }
}

@media (max-width:991.98px) {
    .x-popular-games-list-container .navbar-nav {
        overflow-x: auto;
        flex-wrap: nowrap
    }

    .x-popular-games-list-container .navbar-nav .nav-item {
        min-width: 150px
    }
}

@media (max-width:767.98px) {
    .x-popular-games-list-container .navbar-nav .nav-item {
        min-width: 120px;
        padding: 10px 8px 10px 0;
        padding: 0;
        min-width: calc(25% - .5rem);
        margin: .25rem
    }
}

.x-slot-games-list-container {
    width: 100%;
    margin: 1rem auto 0
}

@media (max-width:991.98px) {
    .x-slot-games-list-container {
        padding: 0
    }
}

@media (max-width:575.98px) {
    .x-slot-games-list-container {
        margin-top: .5rem
    }
}

.x-slot-games-list-container .navbar-nav {
    flex-wrap: wrap;
    flex-direction: row
}

.x-slot-games-list-container .navbar-nav .nav-item {
    padding: 10px 8px;
    width: 14.28571%
}

@media (min-width:1200px) {
    .x-slot-games-list-container .navbar-nav .nav-item:nth-child(n+8) {
        display: none
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .x-slot-games-list-container .navbar-nav .nav-item {
        width: 20%
    }

    .x-slot-games-list-container .navbar-nav .nav-item:nth-child(n+6) {
        display: none
    }
}

@media (max-width:991.98px) {
    .x-slot-games-list-container .navbar-nav {
        overflow-x: auto;
        flex-wrap: nowrap
    }

    .x-slot-games-list-container .navbar-nav .nav-item {
        min-width: 150px
    }
}

@media (max-width:767.98px) {
    .x-slot-games-list-container .navbar-nav .nav-item {
        min-width: 120px;
        padding: 10px 8px 10px 0
    }
}

@media (max-width:575.98px) {
    .x-slot-games-list-container .navbar-nav .nav-item {
        padding: 0;
        min-width: calc(25% - .5rem);
        margin: .25rem
    }
}

.x-recently-games-list-container {
    width: 100%;
    margin-top: .5rem
}

.x-recently-games-list-container.-in-cover {
    margin-top: 3rem;
    padding-bottom: 1rem
}

@media (max-width:767.98px) {
    .x-recently-games-list-container.-in-cover {
        margin-top: 1rem
    }
}

@media (max-width:991.98px) {
    .x-recently-games-list-container .-game-title {
        font-size: 1.125rem
    }
}

.x-recently-games-list-container .navbar-nav {
    flex-wrap: wrap;
    flex-direction: row
}

.x-recently-games-list-container .navbar-nav .nav-item {
    padding: 10px 8px;
    width: 12.5%
}

@media (min-width:992px) and (max-width:1199.98px) {
    .x-recently-games-list-container .navbar-nav .nav-item {
        width: 16.66667%
    }

    .x-recently-games-list-container .navbar-nav .nav-item:nth-child(n+7) {
        display: none
    }
}

@media (max-width:991.98px) {
    .x-recently-games-list-container .navbar-nav {
        overflow-x: auto;
        flex-wrap: nowrap
    }

    .x-recently-games-list-container .navbar-nav .nav-item {
        min-width: 16.66667%
    }
}

@media (max-width:767.98px) {
    .x-recently-games-list-container .navbar-nav .nav-item {
        min-width: 120px;
        padding: 10px 8px 10px 0
    }
}

@media (max-width:575.98px) {
    .x-recently-games-list-container .navbar-nav .nav-item {
        padding: 0;
        min-width: calc(25% - .5rem);
        margin: .25rem
    }
}

.x-recently-games-list-container .x-game-list-heading-macro.-recently .-inner-wrapper .-overlay {
    background: linear-gradient(rgba(191, 0, 29, .9), rgba(245, 40, 103, .9))
}

.x-recently-games-list-container .x-game-list-heading-macro.-recently .-length {
    color: #fff
}

.x-recently-games-list-container .x-game-list-heading-macro.-recently .-title {
    color: #fff;
    text-shadow: none
}

.x-promotion-index {
    position: relative;
    /*padding: 2rem 0 4rem;*/
    z-index: 2
}

@media (max-width:575.98px) {
    .x-promotion-index {
        position: relative;
        z-index: 1;
        padding: .5rem 0 4rem
    }
}

.x-promotion-index .-promotion-card-link {
    margin-top: 6rem
}

@media (max-width:767.98px) {
    .x-promotion-index .-promotion-card-link {
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 8px;
        padding-left: 8px
    }
}

@media screen and (max-width:375px) {
    .x-promotion-index .-promotion-card-link {
        margin-top: 1rem
    }
}

.x-promotion-index .-banner-link-wrapper {
    display: block;
    cursor: pointer
}

.x-promotion-index .-banner-link-wrapper:hover .-banner {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.x-promotion-index .-banner-link-wrapper .-banner {
    margin-bottom: 1rem;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 12px;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

@media (max-width:991.98px) {
    .x-promotion-index .-banner-link-wrapper .-banner {
        margin-bottom: .5rem
    }
}

@media (max-width:767.98px) {
    .x-promotion-index .-banner-link-wrapper .-banner {
        border-radius: 5px
    }
}

.x-deposit-promotion-outer-container {
    position: relative;
    width: 100%;
    margin-bottom: .5rem;
    overflow: hidden
}

.x-deposit-promotion-outer-container.-fade:after,
.x-deposit-promotion-outer-container.-fade:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    width: 60px;
    height: 100%;
    opacity: 1;
    visibility: visible;
    transition: all .5s
}

.x-deposit-promotion-outer-container.-fade:before {
    left: 0;
    background: linear-gradient(90deg, #191919, transparent)
}

.x-deposit-promotion-outer-container.-fade:after {
    right: 0;
    background: linear-gradient(270deg, #191919, transparent)
}

.x-deposit-promotion-outer-container.-fade.-on-left:before,
.x-deposit-promotion-outer-container.-fade.-on-right:after {
    opacity: 0;
    visibility: hidden
}

.x-deposit-promotion {
    max-height: 480px
}

@media (max-width:991.98px) {
    .x-deposit-promotion {
        max-height: unset
    }
}

.x-deposit-promotion .-promotion-container {
    overflow-x: hidden;
    overflow-y: auto
}

@media (min-width:992px) {
    .x-deposit-promotion .-promotion-container {
        padding-top: 1rem
    }
}

.x-deposit-promotion .-promotion-container::-webkit-scrollbar-track {
    background-color: #f1f6fa
}

.x-deposit-promotion .-promotion-container::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #472c59;
    border-radius: 12px
}

.x-deposit-promotion .-promotion-container::-webkit-scrollbar-thumb {
    background-color: #472c59;
    border-radius: 12px
}

.x-deposit-promotion .-promotion-container .-promotion-card-link {
    margin: 4rem 0 .5rem;
    padding: 0 8px
}

.x-deposit-promotion .x-admin-contact {
    background-color: #f1f6fa
}

@media (min-width:992px) {
    .x-deposit-promotion .x-card:hover .-img-container .-img {
        -webkit-transform: translateY(-10px) scale(1.05);
        transform: translateY(-10px) scale(1.05)
    }
}

.x-deposit-promotion.-v2.-promotion-slide {
    flex-wrap: wrap;
    max-height: 400px;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 8px
}

.x-deposit-promotion.-v2.-promotion-slide::-webkit-scrollbar-track {
    background-color: #3b3b3c
}

.x-deposit-promotion.-v2.-promotion-slide::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #666;
    border-radius: 12px
}

.x-deposit-promotion.-v2.-promotion-slide::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 12px
}

.x-deposit-promotion.-v2.-promotion-slide.-has-promotion {
    background: #15151e
}

.x-deposit-promotion.-v2.-promotion-slide .x-no-result-component .-img {
    width: 100px
}

.x-deposit-promotion.-v2.-promotion-slide .x-no-result-component .-title {
    font-size: 1.125rem
}

.x-deposit-promotion.-v2.-promotion-slide .x-no-result-component .-sub-title {
    font-size: 1rem
}

@media (max-width:991.98px) {
    .x-deposit-promotion.-v2.-promotion-slide {
        max-height: none;
        -webkit-overflow-scrolling: auto;
        overflow: unset
    }
}

.x-deposit-promotion.-v2.-promotion-slide .-img {
    transition: all .6s;
    opacity: .7;
    border-radius: 10px
}

.x-deposit-promotion.-v2.-promotion-slide .-img:hover {
    cursor: pointer;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.x-deposit-promotion.-v2.-promotion-slide .-img.-active {
    opacity: 1;
    border: 2px solid #6ee7d1
}

.x-deposit-promotion.-v2.-promotion-slide .-promotion-banner-wrapper {
    width: 100%;
    padding: .5rem 1rem
}

.x-deposit-promotion.-v2.-promotion-slide .-promotion-banner-wrapper:first-child {
    padding: 1rem 1rem .5rem
}

.x-deposit-promotion.-v2.-slide {
    display: flex;
    position: relative;
    max-height: unset;
    overflow: unset;
    width: 100%;
    padding-left: 8rem;
    right: 4rem
}

@media (min-width:768px) and (max-width:991.98px) {
    .x-deposit-promotion.-v2.-slide {
        padding-left: 20rem;
        right: 10rem
    }
}

@media (max-width:991.98px) {
    .x-deposit-promotion.-v2.-slide {
        background: transparent
    }
}

@media (max-width:575.98px) {
    .x-deposit-promotion.-v2.-slide {
        padding-left: 3rem;
        right: 1.5rem
    }
}

.x-deposit-promotion.-v2.-slide .-no-result {
    width: 100%;
    margin-top: 1rem;
    padding: .7rem .5rem;
    font-size: 1rem;
    font-weight: 300;
    background: #473a29;
    border-radius: 5px
}

@media (min-width:992px) {
    .x-deposit-promotion.-v2.-slide .-no-result {
        max-height: 47px
    }
}

.x-deposit-promotion.-v2.-slide .-promotion-box-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: calc(33.33333% - 6px);
    max-width: calc(33.33333% - 6px);
    border-radius: 5px;
    background: #272727;
    border: 1px solid #3b3b3c;
    padding: 12px 5px
}

@media (min-width:576px) and (max-width:991.98px) {
    .x-deposit-promotion.-v2.-slide .-promotion-box-wrapper {
        min-width: calc(25% - 6px);
        max-width: calc(25% - 6px)
    }
}

@media (max-width:575.98px) {
    .x-deposit-promotion.-v2.-slide .-promotion-box-wrapper {
        min-width: 100px;
        max-width: 100px
    }
}

.x-deposit-promotion.-v2.-slide .-promotion-box-wrapper:not(:last-child) {
    margin-right: 10px
}

.x-deposit-promotion.-v2.-slide .-promotion-box-wrapper:last-child {
    margin-right: 2rem
}

.x-deposit-promotion.-v2.-slide .-promotion-box-wrapper.-active {
    background: var(--btn-bolder-gold);
    border: var(--btn-bolder-gold) !important;
    padding: 12px 5px
}

.x-deposit-promotion.-v2.-slide .-promotion-box-apply-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: .75rem;
    font-weight: 300;
    color: #f3f3f3;
    text-align: center;
    border: none;
    line-height: 1.5
}

.x-deposit-promotion.-v2.-slide .-promotion-box-apply-btn .-img {
    width: 26px;
    height: auto;
    margin-bottom: 8px;
    opacity: 1
}

.x-deposit-promotion.-v2.-slide .-promotion-box-apply-btn:focus {
    box-shadow: none
}

.x-deposit-promotion.-v2.-slide .-promotion-box-cancel-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: .75rem;
    font-weight: 300;
    color: #fff;
    background: #eb5757
}

.x-deposit-promotion.-v2.-slide .-promotion-box-cancel-btn:not(.-show) {
    display: none
}

.x-promotion-return-by-user-container {
    font-weight: 300
}

.x-promotion-return-by-user-container .x-promotion-content {
    font-size: .875rem
}

.x-promotion-return-by-user-container .x-promotion-content h1,
.x-promotion-return-by-user-container .x-promotion-content h2,
.x-promotion-return-by-user-container .x-promotion-content h3,
.x-promotion-return-by-user-container .x-promotion-content h4,
.x-promotion-return-by-user-container .x-promotion-content h5,
.x-promotion-return-by-user-container .x-promotion-content h6 {
    font-size: 1.25rem
}

.x-promotion-return-by-user-container .-default-img-container {
    text-align: center;
    margin: 1.5rem 0 1rem
}

.x-promotion-return-by-user-container .-default-img-container .-default-img {
    width: 150px
}

.x-promotion-return-by-user-container .-text-container {
    padding: .75rem 1rem;
    width: 70%;
    margin: 1rem auto;
    color: #aaa;
    text-shadow: none;
    background: #3b3b3c;
    border-radius: 10px
}

.x-promotion-return-by-user-container .-promotion-return-btn {
    margin-bottom: 1rem;
    padding: .75rem 2.5rem;
    color: #f3f3f3;
    background: var(--btn-gold), var(--btn-gold)
}

@media (min-width:992px) {
    .x-promotion-return-by-user-container .-promotion-return-btn:hover {
        background: linear-gradient(180deg, #ff5c30, #c6340d), linear-gradient(180deg, #ff9e83, #f52)
    }
}

.x-promotion-return-by-user-container .-promotion-return-btn:disabled {
    color: #aaa;
    background: #404040
}

.x-promotion-return-by-user-container .-group-round-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    flex-direction: row
}

@media (max-width:991.98px) {
    .x-promotion-return-by-user-container .-group-round-container {
        flex-direction: column
    }
}

.x-promotion-return-by-user-container .-group-round-container.-expired,
.x-promotion-return-by-user-container .-group-round-container.-no-data {
    justify-content: center
}

.x-promotion-return-by-user-container .-group-round-container.-expired .-date-range-container,
.x-promotion-return-by-user-container .-group-round-container.-no-data .-date-range-container {
    flex: 1
}

.x-promotion-return-by-user-container .-group-round-container .-date-range-container {
    padding-top: 5px
}

@media (max-width:991.98px) {
    .x-promotion-return-by-user-container .-group-round-container .-date-range-container {
        text-align: center
    }
}

.x-promotion-return-by-user-container .-group-round-container .-bonus {
    display: flex;
    color: var(--text-gold);
}

@media (max-width:991.98px) {
    .x-promotion-return-by-user-container .-group-round-container .-bonus {
        justify-content: center;
        margin-top: 1rem
    }
}

.x-promotion-return-by-user-container .-group-round-container .-bonus .-dollar-sign {
    display: flex;
    justify-content: center;
    background-color: var(--text-gold);
    ;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    margin-right: 4px;
    color: #000;
    border-radius: 50%
}

.x-promotion-return-by-user-container .-group-round-container .-bonus .-dollar-sign .-dollar-sign-inner {
    position: relative;
    top: 4px;
    font-size: 1.125rem
}

.x-promotion-return-by-user-container .-description-container {
    font-size: 1.125rem;
    text-align: center
}

@media (max-width:767.98px) {
    .x-promotion-return-by-user-container .-description-container {
        font-size: 1rem
    }
}

.x-promotion-return-by-user-container .-description-container .-text-description {
    color: var(--text-gold);
}

.x-promotion-return-by-user-container .-description-container button[disabled] {
    opacity: .5;
    pointer-events: none
}

.x-promotion-return-by-user-container .-condition-container {
    margin-top: .7rem;
    border-top: 1px solid #3b3b3c;
    background: #0c0c0c;
    padding: 1rem;
    overflow-y: auto
}

.x-promotion-return-by-user-container .-condition-container::-webkit-scrollbar-track {
    background-color: #3b3b3c
}

.x-promotion-return-by-user-container .-condition-container::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #666;
    border-radius: 12px
}

.x-promotion-return-by-user-container .-condition-container::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 12px
}

@media (min-width:992px) {
    .x-promotion-return-by-user-container .-condition-container {
        height: 230px
    }
}

.x-promotion-return-by-user-container .-condition-container .-condition-title {
    margin: 1rem 0 .7rem;
    color: var(--text-gold);
}

@media (max-width:991.98px) {
    .x-promotion-return-by-user-container .x-admin-contact {
        border-top: 1px solid #3b3b3c
    }
}

.x-landing .x-index-top-container {
    padding-bottom: 2rem
}

@media (min-width:992px) {
    .x-landing .x-register-card-landing {
        display: flex;
        align-items: center
    }
}

.x-landing .x-register-card-landing .card {
    height: auto !important
}

.x-landing .x-register-card-landing .card .card-body {
    padding: 3rem 1.25rem
}

@media (max-width:991.98px) {
    .x-landing .x-register-card-landing .card .card-body.-default-content {
        padding-top: 1rem
    }
}

.x-landing .x-register-card-landing .card .card-body .-logo-title {
    max-width: 320px
}

.x-landing .x-register-card-landing .card .card-body .-title {
    font-size: 1.5rem
}

@media (max-width:767.98px) {
    .x-landing .x-register-card-landing .card .card-body .-title {
        font-size: 1.25rem
    }
}

.x-landing .x-register-card-landing .card .card-body .-sub-title-wrapper {
    margin-top: -1rem !important;
    width: 70%;
    font-size: 1.125rem !important;
    text-align: center
}

@media (max-width:767.98px) {
    .x-landing .x-register-card-landing .card .card-body .-sub-title-wrapper {
        font-size: 1rem !important
    }
}

.x-landing .-login-landing-btn,
.x-landing .-regis-landing-btn {
    padding: .75rem 0;
    width: 170px;
    border-radius: 5px
}

.x-search-result-container {
    width: 100%
}

.x-search-result-container .-result-container {
    width: 100%;
    margin: 1rem 0
}

.x-search-result-container .-result-container .-title-search-wrapper .-text-search {
    font-size: 1.25rem;
    color: #fcfcfc
}

.x-search-result-container .-result-container .-title-search-wrapper .fa-search {
    font-size: 1.25rem;
    background: #fcfcfc;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.x-search-result-container .-result-container .-nav-wrapper {
    justify-content: center
}

.x-search-result-container .-result-container .navbar-nav {
    flex-flow: row wrap;
    overflow: hidden
}

.x-search-result-container .-result-container .navbar-nav .nav-item {
    width: calc(12.5% - 1rem);
    margin: .5rem
}

@media (max-width:1199.98px) {
    .x-search-result-container .-result-container .navbar-nav .nav-item {
        width: calc(16.66667% - 1rem)
    }
}

@media (max-width:991.98px) {
    .x-search-result-container .-result-container .navbar-nav .nav-item {
        width: calc(20% - 1rem);
        min-width: unset
    }

    .x-search-result-container .-result-container .navbar-nav .nav-item.-first {
        margin-left: 0
    }

    .x-search-result-container .-result-container .navbar-nav .nav-item:last-child {
        min-width: unset
    }
}

@media (max-width:575.98px) {
    .x-search-result-container .-result-container .navbar-nav .nav-item {
        width: calc(25% - .5rem);
        margin: .25rem
    }
}

@media (max-width:370px) {
    .x-search-result-container .-result-container .navbar-nav .nav-item {
        width: calc(33.33333% - .5rem)
    }
}

.x-search-component {
    position: relative
}

@media (max-width:991.98px) {
    .x-search-component.-cover-search {
        display: block
    }
}

.x-search-component.-cover-search .input-group-prepend {
    margin-top: 1rem;
    justify-content: center
}

.x-search-component.-cover-search .input-group-prepend .-text-group-wrapper {
    background: #fff
}

.x-search-component.-cover-search .input-group-prepend .-btn-search {
    width: 140px;
    color: #f3f3f3;
    background: var(--btn-bolder-gold);
    font-size: 1rem;
    border: var(--btn-bolder-gold);
    border-radius: 8px;
    padding: .5rem;
    outline: none
}

.x-search-component.-cover-search .input-group-prepend .-btn-search:hover {
    color: #f3f3f3;
    background: var(--btn-soft-gold-hover);
    border: var(--btn-bolder-gold);
}

.x-search-component.-cover-search .-form-search-input {
    width: 400px;
    margin: 1.25rem auto;
    transition: all .4s;
    border-radius: 30px
}

@media (max-width:991.98px) {
    .x-search-component.-cover-search .-form-search-input {
        width: 300px
    }
}

.x-search-component.input-group.-category-page-mobile {
    border-radius: 0
}

@media (max-width:991.98px) {
    .x-search-component.input-group.-category-page-mobile {
        display: inline-flex
    }
}

.x-search-component.input-group.-category-page-mobile .-form-search-input {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: 40px
}

.x-search-component.input-group.-category-page-mobile .-form-search-input::-webkit-input-placeholder {
    font-size: .875rem
}

.x-search-component.input-group.-category-page-mobile .-form-search-input:-ms-input-placeholder {
    font-size: .875rem
}

.x-search-component.input-group.-category-page-mobile .-form-search-input::-ms-input-placeholder {
    font-size: .875rem
}

.x-search-component.input-group.-category-page-mobile .-form-search-input::placeholder {
    font-size: .875rem
}

.x-search-component.input-group.-category-page-mobile .input-group-prepend .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.x-search-component.input-group.-category-page-mobile .input-group-prepend .fa-search {
    font-size: 1rem
}

.x-search-component.input-group {
    box-shadow: none;
    border-radius: 8px
}

.x-search-component.-mobile{
    display: none;
}

@media (max-width:991.98px) {
    .x-search-component.input-group {
        display: none;
    }
}

.x-search-component.input-group .input-group-prepend .input-group-text {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

.x-search-component.input-group .-form-search-input {
    height: 38px;
    border: 1px solid #3b3b3c
}

.x-search-component.input-group .-btn-search {
    border: none;
    height: 100%;
    background: hsla(0, 0%, 100%, 0);
    font-size: 1rem;
    border-top-right-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 0;
    padding: .25rem 1.25rem .25rem 1rem;
    transition: all .4s;
    outline: none
}

.x-search-component.input-group .-btn-search:hover {
    background: #d2370d
}

.x-search-component.input-group .-btn-search:active {
    background-color: hsla(0, 0%, 100%, 0) !important;
    border-color: hsla(0, 0%, 100%, 0) !important
}

.x-search-component.input-group .-btn-search:focus {
    box-shadow: none !important
}

.x-search-component.input-group .-btn-search .fa-search {
    background: #fafafa;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.25rem
}

.x-search-component .-text-group-wrapper {
    padding: 0;
    border: none;
    background: var(--bg-gold);
}

.x-btn-search-toggle {
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--bg-gold);
}

@media (min-width:768px) {
    .x-btn-search-toggle {
        display: none
    }
}

.x-btn-search-toggle:hover {
    background: #d2370d
}

.x-btn-search-toggle:active {
    background-color: hsla(0, 0%, 100%, 0) !important;
    border-color: hsla(0, 0%, 100%, 0) !important
}

.x-btn-search-toggle:focus {
    box-shadow: none !important
}

.x-btn-search-toggle .fa-search {
    transition: all .4s
}

.x-btn-search-toggle .fa-times {
    transition: all .4s
}

.x-btn-search-toggle.-open .fa-search,
.x-btn-search-toggle .fa-times {
    display: none;
    opacity: 0;
    visibility: hidden
}

.x-btn-search-toggle.-open .fa-times {
    display: block;
    opacity: 1;
    visibility: visible
}

.x-event-index-container {
    position: relative;
    padding: 2rem 0 4rem;
    z-index: 2
}

@media (max-width:575.98px) {
    .x-event-index-container {
        padding: .5rem 0 4rem
    }
}

.x-event-index-container .-event-row-wrapper {
    justify-content: center
}

@media (max-width:991.98px) {
    .x-event-index-container .-event-row-wrapper {
        justify-content: flex-start;
        padding-left: 7.5px;
        padding-right: 7.5px
    }

    .x-event-index-container .-event-row-wrapper .-col-wrapper {
        padding-left: 7.5px;
        padding-right: 7.5px
    }
}

.x-event-index-container .-card-item {
    height: 100%;
    padding-top: 6rem
}

@media (max-width:375px) {
    .x-event-index-container .-card-item {
        padding-top: 1rem
    }
}

.x-event-index-container .-card-item .-title {
    font-weight: 700
}

.x-event-index-container .-card-link-wrapper:hover {
    text-decoration: none
}

.x-event-index-container .-banner-link-wrapper {
    display: block;
    cursor: pointer
}

.x-event-index-container .-banner-link-wrapper:hover .-banner {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.x-event-index-container .-banner-link-wrapper .-img {
    width: 100%;
    height: auto
}

.x-event-index-container .-banner-link-wrapper .-banner {
    margin-bottom: 1rem;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 12px;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

@media (max-width:991.98px) {
    .x-event-index-container .-banner-link-wrapper .-banner {
        margin-bottom: .5rem
    }
}

@media (max-width:767.98px) {
    .x-event-index-container .-banner-link-wrapper .-banner {
        border-radius: 5px
    }
}

.x-transaction-button-v2 {
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .2s
}

.x-transaction-button-v2:hover {
    text-decoration: none
}

.x-transaction-button-v2.-in-sidebar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .75rem 0;
    width: 48%;
    border-radius: 10px
}

.x-transaction-button-v2.-in-sidebar .-icon {
    margin-right: 3px;
    width: 35px;
    height: 35px
}

.x-transaction-button-v2.-in-sidebar .-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.x-transaction-button-v2.-in-sidebar .-title {
    font-size: 1rem;
    font-weight: 500
}

.x-transaction-button-v2.-in-sidebar .-sub-title {
    margin-top: -3px;
    font-size: .75rem;
    font-weight: 300
}

.x-transaction-button-v2.-btn-support {
    padding: .5rem 0;
    font-weight: 500;
    border-radius: 6px;
    transition: -webkit-filter .2s;
    transition: filter .2s;
    transition: filter .2s, -webkit-filter .2s
}

.x-transaction-button-v2.-btn-support .-title {
    font-size: .9375rem
}

.x-transaction-button-v2.-btn-support.-btn-telegram {
    color: #fff;
    background: linear-gradient(135deg, #00afe5, #0094d4), #1a9ada
}

.x-transaction-button-v2.-btn-support.-btn-telegram .-icon {
    width: 18px;
    height: auto;
    margin-right: .375rem
}

.x-transaction-button-v2.-btn-support:hover {
    -webkit-filter: brightness(.875);
    filter: brightness(.875)
}

.x-transaction-button-v2 .-title {
    font-size: 1.5rem;
    font-weight: 500
}

@media (max-width:575.98px) {
    .x-transaction-button-v2 .-title {
        font-size: 1.25rem
    }
}

.x-transaction-button-v2 .-sub-title {
    margin-top: -7px;
    font-size: 1rem
}

@media (max-width:767.98px) {
    .x-transaction-button-v2 .-sub-title {
        font-size: .875rem
    }
}

.x-transaction-button-v2.-deposit {
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    border: none
}

@media (min-width:992px) {
    .x-transaction-button-v2.-deposit:hover {
        background-color: transparent;
        background-image: none;
        -webkit-filter: saturate(1.5);
        filter: saturate(1.5);
        border: none
    }
}

.x-transaction-button-v2.-deposit .-title {
    color: #fafafa
}

.x-transaction-button-v2.-deposit .-sub-title {
    color: hsla(0, 0%, 98%, .6)
}

.x-transaction-button-v2.-withdraw {
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    border: none
}

@media (min-width:992px) {
    .x-transaction-button-v2.-withdraw:hover {
        background-color: transparent;
        background-image: none;
        -webkit-filter: saturate(1.5);
        filter: saturate(1.5);
        border: none
    }
}

.x-transaction-button-v2.-withdraw .-title {
    color: #fafafa
}

.x-transaction-button-v2.-withdraw .-sub-title {
    color: hsla(0, 0%, 98%, .6)
}

@media (max-width:991.98px) {
    #themeSwitcherModal.x-theme-switcher-v2 {
        transition: opacity .3s;
        opacity: 0
    }

    #themeSwitcherModal.x-theme-switcher-v2.show {
        opacity: 1
    }
}

@media (max-width:991.98px) {
    #themeSwitcherModal.x-theme-switcher-v2 .-modal-size {
        margin-left: auto;
        margin-right: auto;
        max-width: 500px
    }
}

@media (max-width:767.98px) {
    #themeSwitcherModal.x-theme-switcher-v2 .-modal-size {
        height: 100%
    }
}

.x-theme-switcher-v2 .-theme-switcher-container {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media (max-width:767.98px) {
    .x-theme-switcher-v2 .-theme-switcher-container {
        padding: .5rem 1rem
    }
}

.x-theme-switcher-v2 .-inner-bottom-body-section,
.x-theme-switcher-v2 .-inner-center-body-section,
.x-theme-switcher-v2 .-inner-header-section,
.x-theme-switcher-v2 .-inner-top-body-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%
}

.x-theme-switcher-v2 .-inner-bottom-body-section .-wrapper-box,
.x-theme-switcher-v2 .-inner-center-body-section .-wrapper-box,
.x-theme-switcher-v2 .-inner-header-section .-wrapper-box,
.x-theme-switcher-v2 .-inner-top-body-section .-wrapper-box {
    transition: all .4s;
    padding: 0 .75rem
}

@media (max-width:575.98px) {

    .x-theme-switcher-v2 .-inner-bottom-body-section .-wrapper-box,
    .x-theme-switcher-v2 .-inner-center-body-section .-wrapper-box,
    .x-theme-switcher-v2 .-inner-header-section .-wrapper-box,
    .x-theme-switcher-v2 .-inner-top-body-section .-wrapper-box {
        padding: 0 .5rem
    }
}

.x-theme-switcher-v2 .-inner-header-section {
    margin: 1.25rem 0
}

@media (max-width:991.98px) {
    .x-theme-switcher-v2 .-inner-header-section {
        margin: 2rem 0 1rem
    }
}

@media (max-width:575.98px) {
    .x-theme-switcher-v2 .-inner-header-section {
        margin: 1.25rem 0 .5rem
    }
}

.x-theme-switcher-v2 .-inner-header-section .-logo {
    height: 100px;
    width: auto;
}

@media (max-width:767.98px) {
    .x-theme-switcher-v2 .-inner-header-section .-logo {
        height: 70px;
        width: auto;
    }
}

@media (max-width:575.98px) {
    .x-theme-switcher-v2 .-inner-header-section .-logo {
        height: 70px;
        width: auto;
    }
}

.x-theme-switcher-v2 .-inner-center-body-section,
.x-theme-switcher-v2 .-inner-top-body-section {
    margin: 0
}

.x-theme-switcher-v2 .-inner-top-body-section {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.x-theme-switcher-v2 .-inner-top-body-section .-wrapper-box {
    padding: .5rem
}

@media (max-width:575.98px) {
    .x-theme-switcher-v2 .-inner-top-body-section {
        margin: .25rem 0
    }
}

.x-theme-switcher-v2 .-inner-center-body-section {
    justify-content: flex-start;
    margin: .5rem 0
}

.x-theme-switcher-v2 .-inner-center-body-section .-wrapper-box {
    padding: .5rem
}

@media (max-width:575.98px) {
    .x-theme-switcher-v2 .-inner-center-body-section {
        margin: 0
    }

    .x-theme-switcher-v2 .-inner-center-body-section .-wrapper-box {
        padding: .25rem .5rem
    }
}

.x-theme-switcher-v2 .-inner-bottom-body-section {
    margin: .5rem 0
}

.x-theme-switcher-v2 .-inner-bottom-body-section .-wrapper-box {
    padding: 0
}

.x-theme-switcher-v2 .-btn-item {
    position: relative;
    overflow: hidden;
    flex: 1;
    width: 100%;
    min-height: 65px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    box-shadow: none;
    transition: all .4s
}

@media (max-width:767.98px) {
    .x-theme-switcher-v2 .-btn-item {
        min-height: 60px
    }
}

@media (max-width:575.98px) {
    .x-theme-switcher-v2 .-btn-item {
        padding: .75em 1rem
    }
}

.x-theme-switcher-v2 .-btn-item.-top-btn {
    min-height: 100px
}

@media (max-width:575.98px) {
    .x-theme-switcher-v2 .-btn-item.-top-btn {
        min-height: 90px
    }
}

.x-theme-switcher-v2 .-btn-item.-top-btn .-icon-image {
    width: 55px;
    height: auto
}

@media (max-width:767.98px) {
    .x-theme-switcher-v2 .-btn-item.-top-btn .-icon-image {
        width: 45px
    }
}

.x-theme-switcher-v2 .-btn-item .-typo {
    transition: all .4s;
    color: #fcfcfc;
    font-size: 1rem;
    font-weight: 300
}

.x-theme-switcher-v2 .-btn-item .-typo.-is-logged {
    font-size: 1.5rem;
    font-weight: 700
}

@media (max-width:370px) {
    .x-theme-switcher-v2 .-btn-item .-typo.-is-logged {
        font-size: 1.25rem
    }
}

.x-theme-switcher-v2 .-btn-item .-typo-sub-title {
    margin-top: -7px;
    font-size: 1rem;
    color: hsla(0, 0%, 98%, .6)
}

@media (max-width:767.98px) {
    .x-theme-switcher-v2 .-btn-item .-typo-sub-title {
        font-size: .875rem
    }
}

.x-theme-switcher-v2 .-btn-item.-menu-banner {
    -webkit-backdrop-filter: none;
    backdrop-filter: none
}

.x-theme-switcher-v2 .-btn-item.-menu-banner .-banner-image {
    width: 100%;
    border-radius: 10px;
    transition: all .2s
}

@media (min-width:992px) {
    .x-theme-switcher-v2 .-btn-item.-menu-banner:hover .-banner-image {
        -webkit-transform: scale(1.025);
        transform: scale(1.025)
    }
}

.x-theme-switcher-v2 .-btn-item.-menu-center {
    padding: .5rem;
    box-shadow: none;
    background: #343435;
    transition: all .2s
}

@media (min-width:992px) {
    .x-theme-switcher-v2 .-btn-item.-menu-center:hover {
        background: #343435
    }
}

.x-theme-switcher-v2 .-btn-item.-menu-center .-typo-wrapper {
    margin-left: .5rem
}

@media (max-width:767.98px) {
    .x-theme-switcher-v2 .-btn-item.-menu-center .-typo-wrapper {
        margin-left: .25rem
    }
}

@media (max-width:575.98px) {
    .x-theme-switcher-v2 .-btn-item.-menu-center .-typo-wrapper {
        margin-left: 0
    }
}

.x-theme-switcher-v2 .-btn-item.-menu-center .-typo-wrapper .-typo {
    font-size: 1rem;
    font-weight: 300
}

@media (max-width:575.98px) {
    .x-theme-switcher-v2 .-btn-item.-menu-center .-typo-wrapper .-typo {
        font-size: .875rem
    }
}

.x-theme-switcher-v2 .-btn-item.-horizontal {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    padding: .75rem;
    justify-content: center
}

.x-theme-switcher-v2 .-btn-item.-horizontal.-menu-center {
    justify-content: flex-start
}

.x-theme-switcher-v2 .-btn-item.-horizontal .-icon-image {
    margin-right: .5rem
}

@media (max-width:575.98px) {
    .x-theme-switcher-v2 .-btn-item.-horizontal {
        padding: .5rem
    }
}

.x-theme-switcher-v2 .-btn-item.-horizontal.-menu-center {
    border: 1px solid #3b3b3c;
    box-shadow: none;
    background-position: 50%;
    background-size: 120%;
    background-repeat: no-repeat;
    transition: all .2s
}

.x-theme-switcher-v2 .-btn-item.-horizontal.-menu-center:hover {
    background: #343435;
    background-position: 50%;
    background-size: 130%;
    background-repeat: no-repeat
}

.x-theme-switcher-v2 .-btn-item.-horizontal.-menu-center .-icon-image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 65px
}

.x-theme-switcher-v2 .-btn-item.-horizontal.-menu-center .-typo-wrapper {
    align-items: flex-start;
    width: 60%;
    margin-left: auto;
    text-align: left
}

@media (max-width:575.98px) {
    .x-theme-switcher-v2 .-btn-item.-horizontal.-menu-center .-typo-wrapper {
        width: 55%
    }
}

.x-theme-switcher-v2 .-btn-item.-horizontal.-menu-center .-typo-wrapper .-typo {
    color: #f3f3f3;
    font-size: 1rem;
    font-weight: 400
}

@media (max-width:575.98px) {
    .x-theme-switcher-v2 .-btn-item.-horizontal.-menu-center .-typo-wrapper .-typo {
        font-size: .875rem
    }
}

@media (max-width:575.98px) {

    .x-theme-switcher-v2 .-btn-item.-horizontal.-deposit .-icon-image,
    .x-theme-switcher-v2 .-btn-item.-horizontal.-withdraw .-icon-image {
        width: 45px
    }
}

.x-theme-switcher-v2 .-btn-item.-horizontal .-icon-image {
    width: 55px
}

@media (max-width:575.98px) {
    .x-theme-switcher-v2 .-btn-item.-horizontal .-icon-image {
        width: 50px
    }
}

.x-theme-switcher-v2 .-btn-item.-horizontal .-typo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.x-theme-switcher-v2 .-btn-item.-menu-banner {
    padding: .25rem .5rem
}

.x-theme-switcher-v2 .-btn-item.-login-btn,
.x-theme-switcher-v2 .-btn-item.-register-button {
    border: 1px solid #3b3b3c
}

.x-theme-switcher-v2 .-btn-item.-login-btn:hover,
.x-theme-switcher-v2 .-btn-item.-register-button:hover {
    -webkit-filter: saturate(1.5);
    filter: saturate(1.5)
}

.x-theme-switcher-v2 .-btn-item.-login-btn .-typo-wrapper .-typo,
.x-theme-switcher-v2 .-btn-item.-register-button .-typo-wrapper .-typo {
    font-weight: 600
}

.x-theme-switcher-v2 .-btn-item.-login-btn {
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    border: none
}

@media (min-width:992px) {
    .x-theme-switcher-v2 .-btn-item.-login-btn:hover {
        background-color: transparent;
        background-image: none;
        border: none
    }
}

.x-theme-switcher-v2 .-btn-item.-register-button {
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    border: none
}

@media (min-width:992px) {
    .x-theme-switcher-v2 .-btn-item.-register-button:hover {
        background-color: transparent;
        background-image: none;
        border: none
    }
}

.x-theme-switcher-v2 .-btn-item.-deposit-btn {
    box-shadow: none;
    background: transparent
}

@media (min-width:992px) {
    .x-theme-switcher-v2 .-btn-item.-deposit-btn:hover {
        background: transparent
    }
}

.x-theme-switcher-v2 .-btn-item.-withdraw-btn {
    box-shadow: none;
    background: transparent
}

@media (min-width:992px) {
    .x-theme-switcher-v2 .-btn-item.-withdraw-btn:hover {
        background: transparent
    }
}

.x-cross-site-list-outer-wrapper {
    margin: .5rem 0 1rem;
    padding: 0 .5rem;
    width: 100%
}

#themeSwitcherModal {
    background: #141414
}

@media (min-width:992px) {
    #themeSwitcherModal {
        background: rgba(20, 20, 20, .75)
    }
}

#themeSwitcherModal .-modal-body,
#themeSwitcherModal .-modal-content {
    background: #2522228c;
}

@media (max-width:991.98px) {

    #themeSwitcherModal .-modal-body,
    #themeSwitcherModal .-modal-content {
        position: relative;
        padding: 0
    }
}

#themeSwitcherModal .-modal-content {
    border: none;
    box-shadow: none
}

#themeSwitcherModal .-modal-body {
    padding: 0;
    overflow: auto
}

#themeSwitcherModal .-modal-size {
    padding: 0 !important
}

@media (max-width:991.98px) {
    #themeSwitcherModal .-modal-size {
        position: relative;
        width: auto;
        height: auto
    }
}

.x-bg-index {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat
}

.x-index-content-main-container {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 2rem
}

@media (max-width:767.98px) {
    .x-index-content-main-container {
        position: relative;
        z-index: 1
    }
}

.x-index-content-main-container.-logged {
    position: relative;
    z-index: 3
}

@media (max-width:767.98px) {
    .x-index-content-main-container .-provider-logo-top {
        display: none
    }
}

.x-index-content-main-container .-promotion-section-wrapper.-anon {
    margin-top: 2rem
}

.x-index-content-main-container .-promotion-section-wrapper .-promotion-image-container {
    display: block;
    overflow: hidden;
    margin-top: 1rem;
    margin-bottom: .5rem
}

.x-index-content-main-container .-promotion-section-wrapper .-promotion-image-container.-has-link .-img-banner {
    transition: all 1s
}

@media (min-width:992px) {
    .x-index-content-main-container .-promotion-section-wrapper .-promotion-image-container.-has-link:hover .-img-banner {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

@media (max-width:767.98px) {
    .x-index-content-main-container .-promotion-section-wrapper.-anon {
        margin-top: 1rem
    }
}

.x-index-content-main-container .-promotion-section-wrapper .-banner-index,
.x-index-content-main-container .-promotion-section-wrapper .-banner-index .-img-banner {
    width: 100%
}

.x-category-total-game {
    padding: 0 25px
}

.x-category-total-game.-v2 {
    margin: 0
}

@media (min-width:992px) {
    .x-category-total-game.-v2 {
        margin: .5rem 0
    }
}

@media (max-width:991.98px) {
    .x-category-total-game.-v2 .-menu-parent {
        flex-wrap: wrap;
        padding: 0 .5rem
    }

    .x-category-total-game.-v2 .-menu-parent.-menu-mobile {
        margin-bottom: 0
    }

    .x-category-total-game.-v2 .-menu-parent.-menu-mobile .-list-parent {
        padding-top: 0
    }

    .x-category-total-game.-v2 .-menu-parent .-list-parent {
        width: 25%;
        margin: .2rem 0;
        padding: 0 .2rem
    }

    .x-category-total-game.-v2 .-menu-parent .-list-parent:first-of-type .-category-button-v2 {
        border-top-left-radius: 10px
    }

    .x-category-total-game.-v2 .-menu-parent .-list-parent:last-of-type .-category-button-v2 {
        border-bottom-right-radius: 10px
    }

    .x-category-total-game.-v2 .-menu-parent .-list-parent:nth-child(4) .-category-button-v2 {
        border-top-right-radius: 10px
    }

    .x-category-total-game.-v2 .-menu-parent .-list-parent:nth-child(5) .-category-button-v2 {
        border-bottom-left-radius: 10px
    }
}

@media (max-width:575.98px) {
    .x-category-total-game.-v2 .-menu-parent {
        padding: 0 .3rem
    }
}

@media (max-width:991.98px) {
    .x-category-total-game {
        padding: 0
    }
}

@media (max-width:575.98px) {
    .x-category-total-game {
        margin-top: .5rem
    }
}

@media (max-width:991.98px) {
    .x-category-total-game .-menu-parent {
        flex-direction: row;
        position: relative;
        padding: 0 10px;
        overflow-x: auto
    }
}

.x-category-total-game .-menu-parent .-list-parent {
    width: 16.66667%;
    margin: 8px 0;
    z-index: 0
}

@media (max-width:1199.98px) {
    .x-category-total-game .-menu-parent .-list-parent {
        width: 20%
    }
}

@media (max-width:991.98px) {
    .x-category-total-game .-menu-parent .-list-parent {
        width: 25%
    }
}

@media (max-width:575.98px) {
    .x-category-total-game .-menu-parent .-list-parent {
        margin-bottom: 0
    }
}

.x-category-total-game .-menu-parent .-list-parent .-menu-text-main,
.x-category-total-game .-menu-parent .-list-parent .-menu-text-sup {
    white-space: nowrap
}

.x-category-index {
    position: relative;
    display: flex;
    padding: 2rem 0;
    z-index: 1
}

.x-category-index .-category-separate-section-wrapper {
    width: 100%
}

.x-category-index.-v2 .-nav-menu-container {
    min-width: auto;
    padding: 0
}

@media (max-width:991.98px) {
    .x-category-index.-v2 .-nav-menu-container .nav-menu {
        padding: .4rem 0
    }

    .x-category-index.-v2 .-nav-menu-container .-menu-parent {
        flex-wrap: wrap;
        padding: 0 .5rem
    }

    .x-category-index.-v2 .-nav-menu-container .-menu-parent.-menu-mobile {
        margin-bottom: 0
    }

    .x-category-index.-v2 .-nav-menu-container .-menu-parent.-menu-mobile .-list-parent {
        padding-top: 0
    }

    .x-category-index.-v2 .-nav-menu-container .-menu-parent .-list-parent {
        width: 25%;
        margin: .2rem 0;
        padding: 0 .2rem
    }
}

@media (max-width:575.98px) {
    .x-category-index.-v2 .-nav-menu-container .-menu-parent {
        padding: 0 .3rem
    }

    .x-category-index.-v2 .-nav-menu-container .-menu-parent .-list-parent {
        margin: .2rem 0;
        padding: 0 .2rem
    }
}

.x-category-index.-v2 .-menu-parent .-list-parent {
    margin: 6px 0
}

.x-category-index.-v3 {
    flex-direction: column;
    padding: 0
}

@media (max-width:991.98px) {
    .x-category-index.-v3 {
        padding: .5rem 0 1rem
    }
}

.x-category-index.-v3 .x-quick-transaction-buttons.-in-category {
    padding-bottom: .75rem;
    padding-right: 1rem;
    padding-left: 1rem
}

.x-category-index.-v3 .-nav-menu-container {
    min-width: unset;
    padding: 0
}

@media (max-width:575.98px) {
    .x-category-index.-v3 .-nav-menu-container.-sticky {
        padding: .25rem 0
    }
}

.x-category-index.-v3 .-nav-menu-container .-menu-parent {
    flex-direction: row;
    justify-content: center
}

@media (max-width:991.98px) {
    .x-category-index.-v3 .-nav-menu-container .-menu-parent.-left {
        justify-content: flex-start
    }
}

.x-category-index.-v3 .-nav-menu-container .-menu-parent .-list-parent {
    width: 150px;
    margin: 0 .25rem
}

@media (max-width:991.98px) {
    .x-category-index.-v3 .-nav-menu-container .-menu-parent .-list-parent {
        margin: .25rem;
        padding-top: 0;
        min-width: 80px
    }
}

@media (max-width:767.98px) {
    .x-category-index.-v3 .-nav-menu-container .-menu-parent .-list-parent {
        width: auto;
        min-width: 70px
    }
}

@media (max-width:575.98px) {
    .x-category-index.-v3 .-nav-menu-container .-menu-parent .-list-parent {
        margin: .125rem
    }
}

@media (max-width:350px) {
    .x-category-index.-v3 .-nav-menu-container .-menu-parent .-list-parent {
        min-width: 66px
    }
}

@media (min-width:992px) {
    .x-category-index.-v3 .-nav-menu-container.-in-homepage .nav-menu {
        padding: 0 1rem
    }
}

.x-category-index.-v3 .-games-list-container {
    margin-top: 1rem;
    padding: 0
}

@media (max-width:991.98px) {
    .x-category-index.-v3 .-games-list-container {
        margin-top: .5rem
    }

    .x-category-index.-v3 .-games-list-container .-game-title-wrapper {
        margin-bottom: .5rem
    }
}

@media (max-width:991.98px) {
    .x-category-index {
        flex-direction: column;
        padding: 0
    }
}

.x-category-index .-nav-menu-container {
    padding-left: 8px;
    color: #313131
}

@media (min-width:992px) {
    .x-category-index .-nav-menu-container {
        min-width: 260px
    }
}

@media (max-width:991.98px) {
    .x-category-index .-nav-menu-container {
        width: 100%;
        padding: 0 8px;
        z-index: 1
    }

    .x-category-index .-nav-menu-container.-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 60px;
        left: 0;
        z-index: 4;
        background: #191919;
        box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
    }

    .x-category-index .-nav-menu-container.-sticky .x-quick-transaction-buttons {
        transition: none
    }

    .x-category-index .-nav-menu-container.-sticky .x-quick-transaction-buttons.-sticky {
        position: relative;
        top: 0
    }
}

.x-category-index .-nav-menu-container .-game-title {
    padding: 20px 6px
}

.x-category-index .-nav-menu-container .-inner-wrapper .-overlay .-btn-play {
    min-width: 90px
}

@media (max-width:991.98px) {
    .x-category-index .-nav-menu-container .-menu-parent {
        flex-direction: row;
        position: relative;
        overflow-x: auto
    }

    .x-category-index .-nav-menu-container .-menu-parent::-webkit-scrollbar-track {
        background-color: #3b3b3c
    }

    .x-category-index .-nav-menu-container .-menu-parent::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: #666;
        border-radius: 12px
    }

    .x-category-index .-nav-menu-container .-menu-parent::-webkit-scrollbar-thumb {
        background-color: #666;
        border-radius: 12px
    }
}

.x-category-index .-nav-menu-container .-menu-parent .-list-parent {
    margin: 8px 0;
    z-index: 0
}

@media (max-width:991.98px) {
    .x-category-index .-nav-menu-container .-menu-parent .-list-parent {
        width: 25%;
        padding: 6px 0 0;
        display: flex;
        justify-content: center;
        flex-direction: row;
        margin: 8px
    }
}

@media (max-width:767.98px) {
    .x-category-index .-nav-menu-container .-menu-parent .-list-parent {
        width: 80px;
        min-width: 80px;
        margin: 5px 0 0
    }
}

@media (max-width:575.98px) {
    .x-category-index .-nav-menu-container .-menu-parent .-list-parent {
        width: 20%;
        min-width: 65px
    }
}

.x-category-index .-nav-menu-container .-menu-parent.-menu-mobile {
    margin-bottom: .75rem
}

@media (max-width:575.98px) {
    .x-category-index .-nav-menu-container .-menu-parent.-menu-mobile {
        margin-bottom: .3rem
    }
}

.x-category-index .-nav-menu-container .-menu-parent.-menu-mobile .-list-parent {
    display: flex;
    justify-content: left;
    position: relative;
    width: 100%;
    margin: 0
}

@media (max-width:575.98px) {
    .x-category-index .-nav-menu-container .-menu-parent.-menu-mobile .-list-parent {
        padding-top: 3px
    }
}

.x-category-index .-nav-menu-container .-menu-parent.-menu-mobile .-list-parent .-menu-child {
    max-height: 50px;
    opacity: 1;
    display: none;
    width: 100%;
    border-radius: 20px 0 0 20px;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    left: 8px
}

.x-category-index .-nav-menu-container .-menu-parent.-menu-mobile .-list-parent .-menu-child.show {
    display: flex
}

.x-category-index .-nav-menu-container .-menu-parent.-menu-mobile .-list-parent .-menu-child.-category-brand {
    left: 0
}

.x-category-index .-nav-menu-container .-menu-parent.-menu-mobile .-list-parent .-menu-child.-category-brand .-menu-btn.active .-logo {
    border-bottom: 2px solid #fe8a02
}

.x-category-index .-nav-menu-container .-menu-parent.-menu-mobile .-list-parent .-menu-child .-menu-btn {
    flex-direction: row;
    display: flex;
    border-radius: 0;
    padding: 0
}

.x-category-index .-nav-menu-container .-menu-parent.-menu-mobile .-list-parent .-menu-child .-menu-btn .-menu-text-child {
    margin: .2rem .5rem;
    padding-left: 0
}

.x-category-index .-nav-menu-container .-menu-parent.-menu-mobile .-list-parent .-menu-child .-menu-btn:first-child .-menu-text-child {
    margin-left: 1rem;
    padding-left: inherit
}

.x-category-index .-nav-menu-container .-menu-parent.-menu-mobile .-list-parent .-menu-child .-menu-btn:not(:last-child) .-menu-text-child {
    padding-right: 16px;
    border-right: 2px solid #472c59
}

.x-category-index .-games-list-outer-container {
    flex: 1
}

@media (max-width:991.98px) {

    .x-category-index .-games-list-outer-container,
    .x-category-index .-games-list-outer-container .-container-fluid {
        display: flex;
        flex-wrap: wrap
    }
}

@media (max-width:991.98px) {
    .x-category-index .-games-list-outer-container.-has-sidebar .-container-fluid {
        padding: 0
    }

    .x-category-index .-games-list-outer-container.-has-sidebar .-container-fluid .-games-list-container {
        padding: 0 5px
    }
}

.x-category-index .-games-list-container {
    padding-right: 0
}

@media (max-width:991.98px) {
    .x-category-index .-games-list-container {
        flex: 1
    }
}

.x-category-index .-games-list-container .-inner-wrapper .-overlay .-btn-play {
    min-width: 100px
}

.x-category-index .-games-list-container .-games-list-wrapper {
    opacity: 0;
    -webkit-animation: fadeInUpGameCategory .9s .4s forwards;
    animation: fadeInUpGameCategory .9s .4s forwards
}

@media (max-width:991.98px) {
    .x-category-index .-games-list-container .-games-list-wrapper {
        overflow-x: hidden;
        -webkit-animation: fadeInGameCategory .9s .4s forwards;
        animation: fadeInGameCategory .9s .4s forwards
    }
}

.x-category-index .-games-list-container .-games-list-wrapper .navbar-nav {
    flex-flow: row wrap
}

.x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item {
    width: 14.28571%;
    padding: 8px
}

.x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item.-is-lotto-category {
    position: relative
}

.x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item.-is-live-lotto {
    width: 25%
}

.x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item.-is-rectangle-with-content {
    width: 50%
}

@media (max-width:1500px) {
    .x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item {
        width: 16.66667%
    }
}

@media (max-width:1199.98px) {
    .x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item {
        width: 16.66667%
    }
}

@media (max-width:767.98px) {
    .x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item {
        padding: .25rem
    }
}

.x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item .-game-list-heading-container {
    height: 100%
}

.x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item .-game-list-heading-container .-link-transparent {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    transition: background .2s
}

.x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item .-game-list-heading-container .-link-transparent:hover {
    background: rgba(0, 0, 0, .25)
}

.x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item .-game-list-heading-container.-show-game-name {
    height: 90%
}

@media (max-width:767.98px) {
    .x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item .-game-list-heading-container.-show-game-name {
        height: 88%
    }
}

@media (max-width:575.98px) {
    .x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item .-game-list-heading-container.-show-game-name {
        height: 84%
    }
}

.x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item .-game-list-heading-container .-inner-wrapper {
    position: relative;
    height: 100%
}

.x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item .-game-list-heading-container .-inner-wrapper .-cover-img {
    width: 100%;
    border-radius: 15px
}

.x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item .-game-list-heading-container .-inner-wrapper .-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item .-game-list-heading-container .-inner-wrapper .-overlay .-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item .-game-list-heading-container .-inner-wrapper .-overlay .-content-wrapper .-icon {
    margin-bottom: .5rem
}

@media (max-width:767.98px) {
    .x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item .-game-list-heading-container .-inner-wrapper .-overlay .-content-wrapper .-icon {
        width: 50px
    }
}

@media (max-width:575.98px) {
    .x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item .-game-list-heading-container .-inner-wrapper .-overlay .-content-wrapper .-icon {
        width: 40px
    }
}

@media (max-width:370px) {
    .x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item .-game-list-heading-container .-inner-wrapper .-overlay .-content-wrapper .-icon {
        width: 30px
    }
}

.x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item .-game-list-heading-container .-inner-wrapper .-overlay .-title-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item .-game-list-heading-container .-inner-wrapper .-overlay .-title-wrapper .-count-title {
    margin-bottom: .5rem
}

@media (max-width:767.98px) {
    .x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item .-game-list-heading-container .-inner-wrapper .-overlay .-title-wrapper .-count-title {
        margin-bottom: .25rem
    }
}

@media (max-width:575.98px) {
    .x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item .-game-list-heading-container .-inner-wrapper .-overlay .-title-wrapper .-count-title {
        font-size: .75rem
    }
}

@media (max-width:370px) {
    .x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item .-game-list-heading-container .-inner-wrapper .-overlay .-title-wrapper .-count-title {
        font-size: .625rem
    }
}

.x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item .-game-list-heading-container .-inner-wrapper .-overlay .-title-wrapper .-title-heading {
    margin-bottom: .5rem;
    color: #fafafa;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600
}

@media (max-width:767.98px) {
    .x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item .-game-list-heading-container .-inner-wrapper .-overlay .-title-wrapper .-title-heading {
        margin-bottom: .25rem;
        font-size: 1.125rem
    }
}

@media (max-width:575.98px) {
    .x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item .-game-list-heading-container .-inner-wrapper .-overlay .-title-wrapper .-title-heading {
        font-size: .875rem
    }
}

@media (max-width:370px) {
    .x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item .-game-list-heading-container .-inner-wrapper .-overlay .-title-wrapper .-title-heading {
        font-size: .75rem
    }
}

.x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item .-game-list-heading-container .-inner-wrapper .-overlay .-title-wrapper .-title-heading.-with-icon {
    font-size: 1.25rem
}

@media (max-width:991.98px) {
    .x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item .-game-list-heading-container .-inner-wrapper .-overlay .-title-wrapper .-title-heading.-with-icon {
        font-size: 1.125rem
    }
}

@media (max-width:767.98px) {
    .x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item .-game-list-heading-container .-inner-wrapper .-overlay .-title-wrapper .-title-heading.-with-icon {
        font-size: 1rem
    }
}

@media (max-width:575.98px) {
    .x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item .-game-list-heading-container .-inner-wrapper .-overlay .-title-wrapper .-title-heading.-with-icon {
        font-size: .875rem;
        font-weight: 400;
        margin-top: .25rem
    }
}

@media (max-width:370px) {
    .x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item .-game-list-heading-container .-inner-wrapper .-overlay .-title-wrapper .-title-heading.-with-icon {
        font-size: .75rem
    }
}

.x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item .-game-list-heading-container .-inner-wrapper .-overlay .-title-wrapper .-text-link {
    text-align: center;
    text-decoration: underline;
    font-size: 1.125rem;
    color: #f52
}

@media (max-width:767.98px) {
    .x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item .-game-list-heading-container .-inner-wrapper .-overlay .-title-wrapper .-text-link {
        font-size: 1rem
    }
}

@media (max-width:575.98px) {
    .x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item .-game-list-heading-container .-inner-wrapper .-overlay .-title-wrapper .-text-link {
        font-size: .75rem
    }
}

@media (max-width:370px) {
    .x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item .-game-list-heading-container .-inner-wrapper .-overlay .-title-wrapper .-text-link {
        font-size: .625rem
    }
}

.x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item .-game-list-heading-container .-inner-wrapper .-overlay .-title {
    z-index: 2;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    background: linear-gradient(180deg, #fff, #c5c5c5), radial-gradient(100% 100% at 50% 0, #fff 31.25%, #eaeaea 100%);
    -webkit-filter: none;
    filter: none;
    font-style: italic;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    height: 100%
}

@media (max-width:767.98px) {
    .x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item .-game-list-heading-container .-inner-wrapper .-overlay .-title {
        font-size: 1rem
    }
}

.x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item .-game-list-heading-container .-inner-wrapper .-overlay .-animate-img.-pilot-tiny {
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, -70%) scaleX(-1);
    transform: translate(-50%, -70%) scaleX(-1);
    width: 100%;
    z-index: 1
}

@media (max-width:1199.98px) {
    .x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item {
        width: 20%
    }
}

@media (max-width:991.98px) {
    .x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item {
        width: 25%
    }
}

@media (max-width:767.98px) {
    .x-category-index .-games-list-container .-games-list-wrapper .navbar-nav .nav-item {
        width: 33.33%
    }
}

@media (max-width:991.98px) {
    .x-category-index .-games-list-container .-games-list-wrapper .navbar-nav.-normal-page .nav-item.-is-rectangle-with-content {
        width: 100%
    }
}

@media (max-width:767.98px) {
    .x-category-index .-games-list-container .-games-list-wrapper .navbar-nav.-normal-page .nav-item {
        width: 25%
    }

    .x-category-index .-games-list-container .-games-list-wrapper .navbar-nav.-normal-page .nav-item.-is-live-lotto {
        width: 50%
    }
}

.x-category-index .-games-list-container .-games-list-wrapper .navbar-nav.-in-horizontal.-normal-page .nav-item {
    width: 33.33333%
}

@media screen and (min-width:1921px) {
    .x-category-index .-games-list-container .-games-list-wrapper .navbar-nav.-in-horizontal.-normal-page .nav-item {
        width: 25%
    }
}

@media (max-width:575.98px) {
    .x-category-index .-games-list-container .-games-list-wrapper .navbar-nav.-in-horizontal.-normal-page .nav-item {
        width: 100%
    }
}

.x-category-index .-games-list-container .-game-title-wrapper {
    display: flex;
    justify-content: space-between
}

.x-category-index .-games-list-container .-game-title-wrapper .-game-title-inner {
    transition: all .4s;
    flex: 2;
    display: flex;
    align-items: center
}

@media (max-width:1199.98px) {
    .x-category-index .-games-list-container .-game-title-wrapper .-game-title-inner {
        flex: 1
    }
}

.x-category-index .-games-list-container .-game-title-wrapper .-game-title-inner .-back-path {
    padding-left: 10px;
    font-size: 1.375rem;
    color: #dc202e
}

@media (max-width:575.98px) {
    .x-category-index .-games-list-container .-game-title-wrapper .-game-title-inner .-back-path {
        font-size: 1.125rem;
        padding-left: 5px;
        padding-bottom: 2px
    }
}

.x-category-index .-games-list-container .-game-title-wrapper .-game-title-inner .-game-title.-shimmer {
    display: inline-block;
    color: #fff;
    background: #f3f3f3 -webkit-gradient(linear, 100% 0, 0 0, from(#f3f3f3), color-stop(.5, #ddd), to(#f3f3f3));
    background-position: -200px top;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-name: x-shimmer;
    animation-name: x-shimmer;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@media (max-width:991.98px) {
    .x-category-index .-games-list-container .-game-title-wrapper .-game-title-inner .-game-title.-shimmer {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }
}

.x-category-index .-games-list-container .-game-title-wrapper .-game-search-inner {
    flex: 1;
    padding: 10px
}

@media (max-width:991.98px) {
    .x-category-index .-games-list-container .-game-title-wrapper .-game-search-inner {
        display: flex;
        justify-content: flex-end
    }
}

@media (max-width:767.98px) {
    .x-category-index .-games-list-container .-game-title-wrapper .-game-search-inner {
        padding: 5px
    }
}

.x-category-index .-games-list-container .-search-mobile-wrapper {
    padding: 0 5px;
    margin: .25rem 0 .75rem
}

.x-category-index .-games-list-container .-game-title {
    margin-bottom: 0;
    color: #f3f3f3;
    padding: 10px
}

@media (max-width:767.98px) {
    .x-category-index .-games-list-container .-game-title {
        padding: 5px;
        font-size: .875rem
    }
}

.x-category-index .-games-list-container .-game-title .-sub-title {
    color: #aaa;
    font-size: 1rem;
    font-weight: 400
}

@media (max-width:767.98px) {
    .x-category-index .-games-list-container .-game-title .-sub-title {
        font-size: .75rem
    }
}

.x-category-index .-games-list-container .x-lotto-title-overlay .-game-title {
    color: #ff6035
}

@media (max-width:1400px) {
    .x-category-index .-games-list-container .x-lotto-title-overlay .-game-title {
        font-size: 1.125rem
    }
}

@media (max-width:1199.98px) {
    .x-category-index .-games-list-container .x-lotto-title-overlay .-game-title {
        font-size: 1rem
    }
}

@media (max-width:767.98px) {
    .x-category-index .-games-list-container .x-lotto-title-overlay .-game-title {
        font-size: .875rem
    }
}

@media (max-width:575.98px) {
    .x-category-index .-games-list-container .x-lotto-title-overlay .-game-title {
        font-size: .625rem
    }
}

.x-menu-mobile-sidebar-wrapper {
    width: 140px
}

@media (min-width:992px) {
    .x-menu-mobile-sidebar-wrapper {
        display: none
    }
}

@media (max-width:767.98px) {
    .x-menu-mobile-sidebar-wrapper {
        width: 90px
    }
}

@media (max-width:575.98px) {
    .x-menu-mobile-sidebar-wrapper {
        width: 80px
    }
}

.x-menu-mobile-sidebar-wrapper .widget--sticky {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100% - 295px)
}

@media (max-width:767.98px) {
    .x-menu-mobile-sidebar-wrapper .widget--sticky {
        max-height: calc(100% - 270px)
    }
}

.x-menu-mobile-sidebar-wrapper .widget--sticky::-webkit-scrollbar {
    width: 0;
    background: transparent
}

.x-menu-mobile-sidebar-wrapper .-menu-list,
.x-menu-mobile-sidebar-wrapper .-menu-list .nav-item {
    width: 100%
}

.x-menu-mobile-sidebar-wrapper .-menu-list .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 45px;
    min-width: 100%;
    padding: 0 .5rem;
    border-left: 5px solid transparent;
    text-align: center;
    transition: all .3s
}

.x-menu-mobile-sidebar-wrapper .-menu-list .nav-link .-logo {
    width: auto;
    max-height: 28px
}

@media (max-width:767.98px) {
    .x-menu-mobile-sidebar-wrapper .-menu-list .nav-link .-logo {
        max-height: 22px
    }
}

.x-menu-mobile-sidebar-wrapper .-menu-list .nav-link.-active {
    background: var(--bg-gold);
    ;
    border-left-color: hsla(0, 0%, 100%, 0)
}

@media (max-width:767.98px) {
    .x-menu-mobile-sidebar-wrapper.-v2 {
        width: 110px
    }
}

@media (max-width:575.98px) {
    .x-menu-mobile-sidebar-wrapper.-v2 {
        width: 110px
    }
}

.x-menu-mobile-sidebar-wrapper.-v2 .-menu-list .nav-link {
    min-height: auto;
    justify-content: flex-start
}

@media (max-width:767.98px) {
    .x-menu-mobile-sidebar-wrapper.-v2 .-menu-list .nav-link {
        padding: .5rem .5rem .5rem .25rem
    }
}

.x-menu-mobile-sidebar-wrapper.-v2 .-menu-list .nav-link .-menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.x-menu-mobile-sidebar-wrapper.-v2 .-menu-list .nav-link .-menu-wrapper .-img-btn {
    width: 32px;
    min-width: 32px;
    max-height: unset;
    padding-right: 1rem
}

@media (max-width:575.98px) {
    .x-menu-mobile-sidebar-wrapper.-v2 .-menu-list .nav-link .-menu-wrapper .-img-btn {
        padding-right: .5rem
    }
}

.x-menu-mobile-sidebar-wrapper.-v2 .-menu-list .nav-link .-menu-wrapper .-img-btn.-hover {
    display: none
}

.x-menu-mobile-sidebar-wrapper.-v2 .-menu-list .nav-link .-menu-wrapper .-menu-text-child {
    text-align: left;
    color: #f3f3f3;
    font-weight: 300;
    font-size: .875rem;
    line-height: 16px
}

.x-menu-mobile-sidebar-wrapper.-v2 .-menu-list .nav-link.-active {
    background: var(--bg-gold);
    ;
    border-left-color: hsla(0, 0%, 100%, 0);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.x-menu-mobile-sidebar-wrapper.-v2 .-menu-list .nav-link.-active .-menu-text-child {
    text-align: left;
    color: #fafafa
}

.x-menu-mobile-sidebar-wrapper.-v2 .-menu-list .nav-link.-active .-img-btn {
    display: none
}

.x-menu-mobile-sidebar-wrapper.-v2 .-menu-list .nav-link.-active .-img-btn.-hover {
    display: block
}

.x-content-rectangle-overlay-image {
    position: absolute;
    top: 37%;
    left: 50px
}

@media (max-width:1199.98px) {
    .x-content-rectangle-overlay-image {
        left: 7%
    }
}

@media (max-width:575.98px) {
    .x-content-rectangle-overlay-image {
        left: 30px
    }
}

.x-content-rectangle-overlay-image .-title-content-rectangle {
    color: #fafafa;
    margin-bottom: .25rem;
    font-size: 2rem;
    font-weight: 600
}

@media screen and (max-width:1500px) {
    .x-content-rectangle-overlay-image .-title-content-rectangle {
        font-size: 2vw
    }
}

@media (max-width:1199.98px) {
    .x-content-rectangle-overlay-image .-title-content-rectangle {
        font-size: 1rem
    }
}

@media (max-width:991.98px) {
    .x-content-rectangle-overlay-image .-title-content-rectangle {
        font-size: 1.375rem
    }
}

@media (max-width:575.98px) {
    .x-content-rectangle-overlay-image .-title-content-rectangle {
        font-size: 4vw
    }
}

.x-content-rectangle-overlay-image .-topic-inner-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
    margin-bottom: .25rem
}

@media (max-width:991.98px) {
    .x-content-rectangle-overlay-image .-topic-inner-wrapper {
        margin-bottom: .25rem
    }
}

.x-content-rectangle-overlay-image .-topic-inner-wrapper .-icon {
    width: 28px
}

@media screen and (max-width:1500px) {
    .x-content-rectangle-overlay-image .-topic-inner-wrapper .-icon {
        width: 2vw
    }
}

@media (max-width:1199.98px) {
    .x-content-rectangle-overlay-image .-topic-inner-wrapper .-icon {
        width: 20px
    }
}

@media (max-width:991.98px) {
    .x-content-rectangle-overlay-image .-topic-inner-wrapper .-icon {
        width: 24px
    }
}

@media (max-width:575.98px) {
    .x-content-rectangle-overlay-image .-topic-inner-wrapper .-icon {
        width: 4vw
    }
}

.x-content-rectangle-overlay-image .-topic-inner-wrapper .-text-topic {
    font-size: 1rem;
    font-weight: 300;
    color: #cdcdcd
}

@media screen and (max-width:1500px) {
    .x-content-rectangle-overlay-image .-topic-inner-wrapper .-text-topic {
        font-size: 1.1vw
    }
}

@media (max-width:1199.98px) {
    .x-content-rectangle-overlay-image .-topic-inner-wrapper .-text-topic {
        font-size: .875rem
    }
}

@media (max-width:991.98px) {
    .x-content-rectangle-overlay-image .-topic-inner-wrapper .-text-topic {
        font-size: 1rem
    }
}

@media (max-width:575.98px) {
    .x-content-rectangle-overlay-image .-topic-inner-wrapper .-text-topic {
        font-size: 2.75vw
    }
}

.x-timer-flip-wrapper {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 390px;
    margin: -1rem auto 2rem
}

@media (max-width:991.98px) {
    .x-timer-flip-wrapper {
        width: 320px
    }
}

@media (max-width:767.98px) {
    .x-timer-flip-wrapper {
        margin-top: -.25rem;
        margin-bottom: 1rem
    }
}

@media (max-width:575.98px) {
    .x-timer-flip-wrapper {
        width: 240px;
        margin-top: -.75rem
    }
}

.x-timer-flip-wrapper .-inner-wrapper {
    flex: 1 1 25%;
    margin-right: 8px
}

.x-timer-flip-wrapper .-inner-wrapper:last-child {
    margin-right: 0
}

@media (max-width:575.98px) {
    .x-timer-flip-wrapper .-inner-wrapper {
        margin-right: 4px
    }
}

.x-timer-flip-wrapper .-count-title {
    display: block;
    width: 100%;
    margin-top: 8px;
    font-size: 1rem
}

@media (max-width:575.98px) {
    .x-timer-flip-wrapper .-count-title {
        font-size: .8rem;
        margin-top: 4px
    }
}

.x-block-time {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    padding: 3px;
    border-radius: 5px;
    border: 2px solid #3b3b3b;
    background: linear-gradient(180deg, #141414, #333)
}

.x-block-time .-figure {
    position: relative;
    float: left;
    width: calc(50% - 2px);
    background: linear-gradient(180deg, #212121, #393939);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, .8);
    height: 50px
}

.x-block-time .-figure>span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    color: #de4848;
    font-size: 3rem;
    font-weight: 400 !important;
    line-height: 1
}

@media (max-width:991.98px) {
    .x-block-time .-figure {
        height: 42px
    }

    .x-block-time .-figure>span {
        font-size: 2.5rem
    }
}

@media (max-width:575.98px) {
    .x-block-time .-figure {
        height: 30px
    }

    .x-block-time .-figure>span {
        font-size: 1.75rem
    }
}

.x-block-time .-figure:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 2px;
    background: #212121;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.x-block-time .-figure .-top {
    z-index: 3;
    color: #cbcbcb;
    background: linear-gradient(180deg, #212121 0, #393939 200%);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: perspective(200px);
    transform: perspective(200px);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.x-block-time .-figure .-bottom {
    z-index: 1;
    color: #f6f6f6
}

.x-block-time .-figure .-bottom-back {
    z-index: 2;
    top: 0;
    height: 50%;
    overflow: hidden;
    background: linear-gradient(180deg, #212121 0, #393939 200%);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.x-block-time .-figure .-bottom-back span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #cbcbcb
}

.x-block-time .-figure .-top,
.x-block-time .-figure .-top-back {
    height: 50%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.x-block-time .-figure .-top-back {
    z-index: 4;
    bottom: 0;
    background: linear-gradient(180deg, #212121 -100%, #393939);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: perspective(200px) rotateX(180deg);
    transform: perspective(200px) rotateX(180deg);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.x-block-time .-figure .-top-back span {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    margin: auto;
    color: #f6f6f6
}

#form-social-share-container .-event-cannot-take-wrapper {
    padding: 1rem
}

.x-term-and-condition.-home {
    padding-bottom: 2rem
}

.x-term-and-condition.-home .-notice-box {
    position: relative;
    margin-top: 6rem;
    border: 2px solid var(--bg-gold);
    ;
    border-radius: 30px
}

@media (max-width:991.98px) {
    .x-term-and-condition.-home .-notice-box {
        margin-top: 4rem
    }
}

.x-term-and-condition.-home .-notice-box .-title {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    background-color: #191919;
    text-align: center
}

.x-term-and-condition.-home .-notice-box .-title img {
    width: 160px
}

.x-term-and-condition .-block-content-term-and-condition {
    color: #f3f3f3;
    font-size: .875rem
}

@media (max-width:991.98px) {
    .x-term-and-condition .-block-content-term-and-condition.-register-modal {
        padding: 2rem 1rem
    }
}

.x-term-and-condition .-block-content-term-and-condition h4 {
    margin-top: 1.5rem
}

.x-term-and-condition .-block-content-term-and-condition .-detail {
    text-align: left
}

.x-term-and-condition .-block-content-term-and-condition ul {
    list-style-type: none;
    padding: 0
}

.x-term-and-condition .-block-content-term-and-condition ul.-detail li {
    display: flex
}

.x-term-and-condition .-block-content-term-and-condition ul.-detail li:before {
    content: "-";
    margin-right: .5rem;
    display: block
}

.x-error-404 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.x-error-404 .-error-404-body {
    min-height: 100vh;
    background-color: transparent
}

.x-error-404 #main__content {
    height: calc(100vh - 60px);
    margin-top: 0
}

@media (max-width:575.98px) {
    .x-error-404 #main__content {
        height: calc(100vh - 50px);
        overflow: hidden
    }
}

.x-error-404 #main__content .x-error-404-container {
    height: 100%;
    display: flex
}

.x-error-404 #main__content .x-error-404-container .-error-404-image-wrapper,
.x-error-404 #main__content .x-error-404-container .-error-404-inner-wrapper {
    margin: auto
}

.x-error-404 #main__content .x-error-404-container .-error-404-image-wrapper .-img {
    width: 800px
}

.x-error-404 #main__content .x-error-404-container .-error-404-text-wrapper {
    text-align: center;
    margin-top: .5rem
}

.x-error-404 #main__content .x-error-404-container .-error-404-text-wrapper .-text {
    color: #fafafa;
    font-size: 3rem;
    font-weight: 400;
    text-shadow: none
}

@media (max-width:991.98px) {
    .x-error-404 #main__content .x-error-404-container .-error-404-text-wrapper .-text {
        font-size: 2.5rem
    }
}

@media (max-width:767.98px) {
    .x-error-404 #main__content .x-error-404-container .-error-404-text-wrapper .-text {
        font-size: 1.8rem
    }
}

@media (max-width:575.98px) {
    .x-error-404 #main__content .x-error-404-container .-error-404-text-wrapper .-text {
        font-size: 1.25rem
    }
}

.x-error-404 #main__content .x-error-404-container .-error-404-btn-wrapper {
    margin-top: 3rem
}

.x-error-404 #main__content .x-error-404-container .-error-404-btn-wrapper .x-error-404-btn-container {
    display: flex;
    justify-content: center
}

.x-error-404 #main__content .x-error-404-container .-error-404-btn-wrapper .x-error-404-btn-container .-error-404-btn {
    position: relative;
    transition: all .4s
}

.x-error-404 #main__content .x-error-404-container .-error-404-btn-wrapper .x-error-404-btn-container .-error-404-btn .-btn-image {
    width: 220px;
    transition: all .4s
}

@media (max-width:767.98px) {
    .x-error-404 #main__content .x-error-404-container .-error-404-btn-wrapper .x-error-404-btn-container .-error-404-btn .-btn-image {
        width: 200px
    }
}

.x-error-404 #main__content .x-error-404-container .-error-404-btn-wrapper .x-error-404-btn-container .-error-404-btn .-text-wrapper {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.x-error-404 #main__content .x-error-404-container .-error-404-btn-wrapper .x-error-404-btn-container .-error-404-btn .-text-wrapper .-text-btn {
    transition: all .4s;
    color: transparent;
    font-size: 1.25rem
}

@media (max-width:767.98px) {
    .x-error-404 #main__content .x-error-404-container .-error-404-btn-wrapper .x-error-404-btn-container .-error-404-btn .-text-wrapper .-text-btn {
        font-size: 1.125rem
    }
}

.x-error-404 #main__content .x-error-404-container .-error-404-btn-wrapper .x-error-404-btn-container .-error-404-btn:hover {
    -webkit-filter: saturate(1.5);
    filter: saturate(1.5)
}

.x-error-404 #main__content .x-error-404-container .-error-404-btn-wrapper .x-error-404-btn-container .-error-404-btn:hover .-text-btn {
    color: transparent
}

.x-wrapper-right-container {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-end;
    position: fixed;
    right: 0;
    z-index: 4
}

@media (min-width:992px) {
    .x-wrapper-right-container {
        bottom: 15%
    }
}

@media (max-width:991.98px) {
    .x-wrapper-right-container {
        bottom: 100px
    }
}

@media (max-width:575.98px) {
    .x-wrapper-right-container.-has-my-score-ranking {
        bottom: 150px
    }
}

.x-wrapper-right-container .x-contact-us-gift {
    position: absolute;
    top: -90px
}

.x-wrapper-right-container .-menu-link {
    width: 80px;
    margin-right: 1rem;
    margin-bottom: 1rem;
    transition: all .2s;
    -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, .25));
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, .25))
}

@media (max-width:767.98px) {
    .x-wrapper-right-container .-menu-link {
        width: 70px;
        margin-right: .75rem;
        margin-bottom: .75rem
    }
}

.x-wrapper-right-container .-menu-link .-img {
    width: 100%
}

.x-wrapper-right-container .-menu-link:hover {
    scale: 1.05
}

@media (max-width:767.98px) {
    .x-modal.-modal-full-page.-v2 .-modal-group-change .-modal-body {
        padding-bottom: 0
    }
}

.x-website-menu-modal-body .-btn-logo {
    width: 230px;
    margin: 0 auto 1rem;
    padding: 0
}

.x-website-menu-modal-body .-btn-logo .-img {
    width: 100%
}

@media (max-width:575.98px) {
    .x-website-menu-modal-body .-btn-logo {
        width: 200px
    }
}

.x-website-menu-entry-list {
    width: 300px;
    margin: auto;
    flex-direction: column
}

@media (max-width:575.98px) {
    .x-website-menu-entry-list {
        width: 100%
    }
}

.x-website-menu-entry-list .-nav-item {
    width: 100%
}

.x-website-menu-entry-list .-nav-item:not(:first-child) {
    margin-top: .875rem
}

.x-website-menu-entry-list .-nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .75rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    color: #fafafa;
    background: #31313a;
    border: 1px solid #474750;
    border-radius: 8px;
    transition: all .2s
}

@media (max-width:575.98px) {
    .x-website-menu-entry-list .-nav-link {
        padding: .5rem 1rem
    }
}

.x-website-menu-entry-list .-nav-link .-img {
    width: 40px;
    margin-right: 1.75rem
}

.x-website-menu-entry-list .-nav-link .-text {
    min-width: 80px
}

.x-website-menu-entry-list .-nav-link.-active,
.x-website-menu-entry-list .-nav-link:hover {
    color: #fafafa;
    background: transparent;
    border: 1px solid #474750
}

.x-website-menu-entry-list .-nav-link.-active .-img,
.x-website-menu-entry-list .-nav-link:hover .-img {
    -webkit-filter: brightness(0) saturate(100%) invert(93%) sepia(10%) saturate(2045%) hue-rotate(99deg) brightness(97%) contrast(86%);
    filter: brightness(0) saturate(100%) invert(93%) sepia(10%) saturate(2045%) hue-rotate(99deg) brightness(97%) contrast(86%)
}

.x-website-menu-entry-list.-as-column {
    flex-flow: row wrap;
    gap: .75rem
}

@media (min-width:576px) {
    .x-website-menu-entry-list.-as-column {
        width: 420px
    }
}

.x-website-menu-entry-list.-as-column .-nav-item {
    width: calc(50% - .5rem);
    margin-top: 0
}

.x-website-menu-entry-list.-as-column .-nav-link {
    flex-direction: column
}

.x-website-menu-entry-list.-as-column .-nav-link .-img {
    margin-right: 0
}

.x-website-menu-entry-list.-as-column .-nav-link .-text {
    min-width: 0
}

.x-invitation-index-container .-content-section-wrapper {
    margin-top: 1.5rem
}

@media (max-width:767.98px) {
    .x-invitation-index-container .-content-section-wrapper {
        margin-top: 1rem
    }
}

.x-view-mode-modal .-view-mode-header {
    margin: auto
}

.x-view-mode-modal .-view-mode-header .x-title-modal {
    font-weight: 600;
    color: #f22662;
    display: inline-block;
    color: #fff;
    background: #f22662 -webkit-gradient(linear, 100% 0, 0 0, from(#f22662), color-stop(.5, #c4c4c4), to(#f22662));
    background-position: -200px top;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-name: x-shimmer;
    animation-name: x-shimmer;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@media (max-width:991.98px) {
    .x-view-mode-modal .-view-mode-header .x-title-modal {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }
}

.x-view-mode-modal .-view-mode-header .-sub-title {
    font-size: .9375rem
}

.x-view-mode-modal .-inner-body-wrapper {
    display: flex;
    flex-wrap: wrap
}

.x-view-mode-modal .-view-mode-btn {
    position: relative;
    margin: .5rem;
    padding: .75rem;
    width: calc(50% - 1rem);
    color: #fafafa;
    transition: all .4s
}

.x-view-mode-modal .-view-mode-btn:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: #3c3c3c;
    border-radius: 8px;
    transition: all .2s;
    background-size: 300% 300%
}

.x-view-mode-modal .-view-mode-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2c2c2c;
    border-radius: 8px;
    transition: all .2s
}

.x-view-mode-modal .-view-mode-btn.-active:before,
.x-view-mode-modal .-view-mode-btn:hover:before {
    background: linear-gradient(60deg, #f22662, #ef8d75 48%, #ef8d75 54%, #f22662);
    -webkit-animation: animatedgradient 2s ease-in-out infinite alternate;
    animation: animatedgradient 2s ease-in-out infinite alternate;
    background-size: 300% 300%
}

.x-view-mode-modal .-view-mode-btn.-active:after,
.x-view-mode-modal .-view-mode-btn:hover:after {
    background: #37261d
}

@-webkit-keyframes animatedgradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

@keyframes animatedgradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

.x-view-mode-modal .-content-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column
}

.x-view-mode-modal .-content-wrapper:has(.-body-description) .-body-title {
    justify-content: flex-start
}

.x-view-mode-modal .-content-wrapper .-body-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600
}

.x-view-mode-modal .-content-wrapper .-body-title .-img-wrapper {
    padding-right: .75rem
}

.x-view-mode-modal .-content-wrapper .-body-description {
    text-align: left;
    font-size: .9375rem;
    font-weight: 300
}

.x-banner-slide-container,
.x-banner-slide-container .-banner-wrapper {
    width: 100%
}

.x-banner-slide-container .-banner-wrapper .-slide-inner-wrapper .-slick-item {
    margin: auto;
    width: 780px
}

@media (max-width:767.98px) {
    .x-countdown-timer .-countdown-timer-container .-countdown-timer-wrapper {
        border-radius: 20px
    }
}

.x-blog-section .-all-blog-link-wrapper .-all-blog-link {
    padding: .7rem 8rem
}

@media (max-width:575.98px) {
    .x-blog-section .-all-blog-link-wrapper .-all-blog-link {
        padding: .6rem 0;
        width: 70%;
        border-radius: 5px
    }
}

@media (max-width:991.98px) {
    .x-ezc-content-box-column-list-container {
        margin-bottom: 2rem
    }
}

@media (max-width:575.98px) {
    .x-ezc-content-box-column-list-container {
        margin-bottom: 1rem
    }
}

.x-ezc-content-box-column-list-container .-heading-title {
    font-size: 1.25rem
}

@media screen and (max-width:1400px) {
    .x-ezc-content-box-column-list-container .-heading-title {
        font-size: 1rem
    }
}

@media (max-width:991.98px) {
    .x-ezc-content-box-column-list-container .-heading-title {
        display: none
    }
}

@media (max-width:991.98px) {
    .x-ezc-content-box-column-list-container .-content-wrapper {
        margin-top: 0;
        padding: 0 1rem
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .x-ezc-content-box-column-list-container .-content-wrapper .-article-item .-content {
        margin-left: 1rem
    }
}

.x-ezc-content-box-column-list-container .-content-wrapper .-article-item .-content .-title {
    font-size: 1.25rem
}

@media screen and (max-width:1400px) {
    .x-ezc-content-box-column-list-container .-content-wrapper .-article-item .-content .-title {
        font-size: 1rem
    }
}

@media (max-width:575.98px) {
    .x-ezc-content-box-column-list-container .-content-wrapper .-article-item .-content .-title {
        font-size: .875rem
    }
}

.x-ezc-content-box-column-list-container .-content-wrapper .-article-item .-content .-description {
    font-size: 1rem
}

@media screen and (max-width:1400px) {
    .x-ezc-content-box-column-list-container .-content-wrapper .-article-item .-content .-description {
        font-size: .875rem
    }
}

@media (max-width:575.98px) {
    .x-ezc-content-box-column-list-container .-content-wrapper .-article-item .-content .-description {
        font-size: .75rem
    }
}

.x-content-banner-horizontal-component .-banner-container .-text-wrapper.-text-wrapper-left {
    padding: 0 2rem 0 3rem
}

@media (max-width:1199.98px) {
    .x-content-banner-horizontal-component .-banner-container .-text-wrapper.-text-wrapper-left {
        padding: 0
    }
}

.x-content-banner-horizontal-component .-banner-container .-text-wrapper .-text-sub-title,
.x-content-banner-horizontal-component .-banner-container .-text-wrapper .-text-title {
    text-align: center
}

@media (min-width:992px) {
    .x-content-banner-horizontal-component .-banner-container .-text-wrapper .-text-title {
        margin-bottom: 1rem
    }
}

.x-tab-content .tab-content .tab-pane:first-child {
    margin-bottom: 3rem
}

.x-tab-content .nav {
    position: relative;
    justify-content: center;
    margin: 1.5rem 0;
    z-index: 1
}

.x-tab-content .nav .nav-item .nav-link {
    margin: 5px;
    padding: .5rem 2rem;
    color: #aaa;
    font-size: 1rem;
    background: #333;
    text-decoration: none;
    border: 0;
    border-radius: 5px
}

.x-tab-content .nav .nav-item .nav-link.active {
    color: #f3f3f3;
    background: var(--bg-gold);
}

@media (max-width:991.98px) {
    .x-tab-content .nav .nav-item .nav-link {
        font-size: .875rem
    }
}

@media (max-width:575.98px) {
    .x-tab-content .nav .nav-item .nav-link {
        padding: .5rem;
        font-size: .75rem
    }
}

.x-blog-index-container .-blog-index-wrapper .-load-more-wrapper .-btn-load-more {
    padding: .7rem 8rem
}

@media (max-width:575.98px) {
    .x-blog-index-container .-blog-index-wrapper .-load-more-wrapper .-btn-load-more {
        padding: .6rem 0;
        width: 70%;
        border-radius: 5px
    }
}

.x-blog-show-container .-all-blog-link-wrapper .-all-blog-link {
    padding: .7rem 8rem
}

@media (max-width:575.98px) {
    .x-blog-show-container .-all-blog-link-wrapper .-all-blog-link {
        padding: .6rem 0;
        width: 70%;
        border-radius: 5px
    }
}

@media (max-width:575.98px) {
    .x-blog-card-list-item-container .-card-wrapper {
        display: block
    }
}

@media (max-width:575.98px) {
    .x-blog-card-list-item-container .-card-wrapper .-card-image {
        width: 100%;
        border-radius: 5px 5px 0 0
    }
}

.x-blog-card-list-item-container .-card-wrapper .-card-badge {
    border-radius: 5px
}

.x-blog-category-container .-category-wrapper .-btn-category .-icon {
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    -webkit-transform: none;
    transform: none
}

.x-blog-category-container .-category-wrapper .-btn-category .-text-title {
    font-size: .875rem;
    font-weight: 400
}

@media (max-width:575.98px) {
    .x-blog-category-container .-category-wrapper .-btn-category .-text-title {
        padding-left: 35%;
        font-size: .625rem
    }
}

.x-footer.-ezl .-inner-wrapper {
    padding: 2rem 0 1.5rem
}

@media (max-width:991.98px) {
    .x-footer.-ezl .-inner-wrapper {
        padding: 1.5rem 0 1rem
    }
}

.x-menu .-menu-container .-menu-link .-icon {
    width: 22px
}

.x-index-content-main-container {
    padding-bottom: 0
}

.x-category-total-game.-v2 .-menu-parent {
    display: flex;
    justify-content: center
}

.x-category-total-game.-v2 .-menu-parent .-list-parent {
    width: 12.5%
}

@media (max-width:991.98px) {
    .x-category-total-game.-v2 .-menu-parent {
        padding: 0;
        justify-content: flex-start
    }

    .x-category-total-game.-v2 .-menu-parent .-list-parent {
        width: 25%
    }
}

.x-category-index.-v2 .-nav-menu-container .-menu-parent .-list-parent {
    margin: .2rem 0;
    padding: 0 .2rem
}

.x-bg-index {
    background-repeat: repeat
}

.x-lotto-category,
.x-provider-category.-provider_casinos,
.x-provider-category.-provider_slots {
    padding: 1rem 0
}

.x-account-provider.-has-provider .x-title-modal {
    margin-right: 0 !important
}

.x-index-content-main-container .x-content-banner-horizontal-component {
    margin-bottom: -2rem;
    padding-bottom: 0
}

.x-index-content-main-container .x-ezs-status-game-section-wrapper {
    margin-top: -2rem;
    padding-top: 0
}

@media (max-width:767.98px) {
    .x-index-content-main-container .x-ezs-status-game-section-wrapper {
        margin-top: -1rem
    }
}

.x-ezs-status-game-section-wrapper .-status-game-container-wrapper .-status-list {
    display: block;
    padding: 0 1rem;
    width: 50%
}

@media (max-width:767.98px) {
    .x-ezs-status-game-section-wrapper .-status-game-container-wrapper .-status-list {
        padding: 0 .5rem
    }
}

@media (max-width:575.98px) {
    .x-ezs-status-game-section-wrapper .-status-game-container-wrapper .-status-list {
        padding: 0 .25rem
    }
}

.x-ezs-status-game-section-wrapper .-status-game-container-wrapper .-status-list .-status-img {
    display: block;
    margin: 0 auto 1rem
}

.x-ezs-status-game-section-wrapper .-status-game-container-wrapper .-status-list .-status-content .-status-title {
    color: #fcfcfc;
    font-size: 1rem
}

@media (max-width:767.98px) {
    .x-ezs-status-game-section-wrapper .-status-game-container-wrapper .-status-list .-status-content .-status-title {
        font-size: .875rem;
        text-align: center
    }
}

.x-ezs-status-game-section-wrapper .-status-game-container-wrapper .-status-list .-status-content .-status-detail {
    display: block !important;
    color: #aaa;
    font-size: .875rem
}

@media (max-width:767.98px) {
    .x-ezs-status-game-section-wrapper .-status-game-container-wrapper .-status-list .-status-content .-status-detail {
        font-size: .75rem
    }
}

.x-ez-games-by-category .x-vertical-content {
    padding: 1rem 0 0
}

.x-ez-games-by-category .x-vertical-content .-vertical-content-wrapper .-img-first {
    max-width: 800px
}

@media (max-width:991.98px) {
    .x-ez-games-by-category .x-vertical-content .-vertical-content-wrapper .-text-list {
        padding-left: 1.5rem
    }
}

.x-ez-games-by-category .x-content-banner-horizontal-component {
    padding: 1rem 0
}

@media (max-width:767.98px) {
    .x-ez-games-by-category .x-content-banner-horizontal-component {
        padding: 1rem 0 0
    }
}

.x-ez-games-by-category .x-content-banner-horizontal-component .-text-wrapper-right .-text-sub-title {
    text-align: left
}

.x-ez-games-by-category .x-ezs-status-game-section-wrapper {
    padding: 1rem 0
}

@media (max-width:767.98px) {
    .x-ez-games-by-category .x-ezs-status-game-section-wrapper {
        padding: 1rem 0 0
    }
}

.x-ez-games-by-category .x-ezs-status-game-section-wrapper .-status-game-container-wrapper .-status-list .-status-img.-lg {
    width: 80%
}

.x-question-and-answer-container {
    padding-top: 0
}

.x-question-and-answer-container .-accordion-list-item-wrapper .-btn,
.x-question-and-answer-container .-title {
    font-size: 1.25rem
}

@media screen and (max-width:1400px) {

    .x-question-and-answer-container .-accordion-list-item-wrapper .-btn,
    .x-question-and-answer-container .-title {
        font-size: 1rem
    }
}

@media (max-width:575.98px) {

    .x-question-and-answer-container .-accordion-list-item-wrapper .-btn,
    .x-question-and-answer-container .-title {
        font-size: .875rem
    }
}

.x-question-and-answer-container .-title {
    text-align: center
}

.x-question-and-answer-container .-description {
    font-size: 1rem
}

@media screen and (max-width:1400px) {
    .x-question-and-answer-container .-description {
        font-size: .875rem
    }
}

@media (max-width:575.98px) {
    .x-question-and-answer-container .-description {
        font-size: .75rem
    }
}

@media (max-width:1199.98px) {
    .x-blog-index-container .-blog-index-wrapper .-blog-title {
        margin-bottom: 1rem
    }
}

@media (max-width:1199.98px) {
    .x-blog-category-container .-category-wrapper .-btn-category {
        margin-top: .5rem;
        width: 145px
    }
}

@media (max-width:767.98px) {
    .x-blog-category-container .-category-wrapper .-btn-category {
        flex: none;
        margin: .5rem .25rem 0;
        margin: .2rem .1rem 0;
        width: calc(33.33333% - 4px)
    }
}

.x-header.-logged .x-menu .-menu-container .-menu-link {
    white-space: nowrap
}

@media (max-width:1500px) {
    .x-header.-logged .x-menu .-menu-container .-menu-link {
        padding: 0 .25rem
    }
}

@media (max-width:1420px) {
    .x-header.-logged .x-menu .-menu-container .-menu-link {
        padding: 0 .2rem;
        font-size: .875rem
    }
}

@media (max-width:1350px) {
    .x-header.-logged .x-menu .-menu-container .-menu-link {
        padding: 0 .5rem
    }
}

@media (max-width:1400px) {
    .x-header.-logged .x-menu .-menu-container .-menu-link .-icon {
        margin-right: .25rem;
        width: 20px
    }
}

@media (max-width:1350px) {
    .x-header.-logged .x-menu .-menu-container .-menu-link .-icon {
        display: none
    }
}

.x-header .btn.-btn-header-register {
    /*display: block;*/
}

.x-header .btn.-btn-deposit,
.x-header .btn.-btn-withdraw {
    white-space: nowrap
}

.x-header-btn-support.-in-anon .-ic,
.x-header-btn-support.-in-logged .-ic {
    width: 105px
}

@media (max-width:575.98px) {

    .x-header-btn-support.-in-anon .-ic,
    .x-header-btn-support.-in-logged .-ic {
        width: 85px
    }
}

@media (max-width:370px) {

    .x-header-btn-support.-in-anon .-ic,
    .x-header-btn-support.-in-logged .-ic {
        width: 80px
    }
}

.x-header-btn-support.-in-anon .-ic.-mobile,
.x-header-btn-support.-in-logged .-ic.-mobile {
    width: 50px
}

@media (max-width:575.98px) {

    .x-header-btn-support.-in-anon .-ic.-mobile,
    .x-header-btn-support.-in-logged .-ic.-mobile {
        width: 46px
    }
}





.custom-dropdown-container {
    position: relative;
    display: inline-block;
}
.custom-dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    border-radius: 5px;
    z-index: 1000;
}
.custom-dropdown-menu a {
    display: flex;
    align-items: center;
    padding: 10px;
    color: #333;
    text-decoration: none;
}
.custom-dropdown-menu a img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.custom-dropdown-menu a:hover {
    background-color: #f1f1f1;
}
.custom-dropdown-container:hover .custom-dropdown-menu {
    display: block;
}