@import url("https://fonts.googleapis.com/css2?family=Mitr:wght@200;300;400;500;600;700&family=Pattaya&display=swap");
._hover-img {
    display: block !important;
    overflow: hidden !important;
}
._hover-img img {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    -webkit-transition: 0.25s ease !important;
    -o-transition: 0.25s ease !important;
    transition: 0.25s ease !important;
}
.desktop ._hover-img:hover img {
    -webkit-transform: scale(1.05) !important;
    -ms-transform: scale(1.05) !important;
    transform: scale(1.05) !important;
}
._img-left {
    float: left !important;
    margin: 20px 20px 20px 0 !important;
}
._img-right {
    float: right !important;
    margin: 20px 0 20px 20px !important;
}
._align-right {
    text-align: right !important;
}
._align-left {
    text-align: left !important;
}
._align-center {
    text-align: center !important;
}
._align-justify {
    text-align: justify !important;
}
._clear-bold {
    font-weight: 400 !important;
}
._clear,
._clear-float:after {
    content: "" !important;
    height: 0px !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 0 !important;
    clear: both !important;
    overflow: hidden !important;
    visibility: hidden !important;
}
._desktop-style {
    display: block !important;
}
._mobile-style {
    display: none !important;
}
._link-url {
    word-break: break-all !important;
}
._border-style {
    display: inline-block;
    background: -webkit-linear-gradient(206deg, #dbac52 9%, #fee0a0 47%, #feedc8 66%, #d9b164 99%);
    background: -o-linear-gradient(206deg, #dbac52 9%, #fee0a0 47%, #feedc8 66%, #d9b164 99%);
    background: linear-gradient(-116deg, #dbac52 9%, #fee0a0 47%, #feedc8 66%, #d9b164 99%);
    border-radius: 10px;
    padding: 4px;
}
._border-style img {
    border-radius: 10px;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}

/*!
 * Bootstrap Grid 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)
 */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}
.order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
}
.order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
}
.order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
}
.order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
}
.order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
}
.order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
}
.order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
}
.order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
}
.order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
}
.order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
}
.order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
}
.order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
}
.order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
}
.offset-1 {
    margin-left: 8.333333%;
}
.offset-2 {
    margin-left: 16.666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.333333%;
}
.offset-5 {
    margin-left: 41.666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.333333%;
}
.offset-8 {
    margin-left: 66.666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.333333%;
}
.offset-11 {
    margin-left: 91.666667%;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}
.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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    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: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        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: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        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: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        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: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        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: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}
.flex-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
.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: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.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: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.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: -0.25rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -0.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: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.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: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.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: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.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: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.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: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.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: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.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: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.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: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.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: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.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: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.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: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.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: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.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;
    }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-inner,
.fancybox-outer {
    position: relative;
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(../js/jquery.fancybox/fancybox_sprite.png?v=2);
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../js/jquery.fancybox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
    width: 80px;
    height: 80px;
    background: url("/assets/img/icons/clear.svg") 50% 50%/40% no-repeat !important;
    position: absolute;
    right: 0;
    top: 0;
}
@media only screen and (max-width: 479px) {
    .fancybox-close {
        width: 60px;
        height: 60px;
    }
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(../js/jquery.fancybox/blank.gif);
    -webkit-tap-highlight-color: transparent;
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../js/jquery.fancybox/fancybox_overlay.png?v=2);
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-next span,
    .fancybox-prev span {
        background-image: url(../js/jquery.fancybox/fancybox_sprite@2x.png?v=2);
        background-size: 44px 152px;
    }
    #fancybox-loading div {
        background-image: url(../js/jquery.fancybox/fancybox_loading@2x.gif);
        background-size: 24px 24px;
    }
}
.fancybox-overlay {
    background: rgba(0, 0, 0, 0.7);
    z-index: 131313;
}
.fancybox-wrap {
    z-index: 13131313;
}
.fancybox-wrap .fancybox-skin {
    background: none;
    border-radius: 0;
}
.fancybox-wrap .fancybox-skin .fancybox-inner {
    overflow: visible !important;
}
.fancybox-nav span {
    width: 60px;
    height: 60px;
    display: block;
    background: none !important;
    margin-top: -30px;
}
.fancybox-nav span:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: 50% 50%/80% no-repeat;
}
.fancybox-nav.fancybox-prev span {
    left: 0;
}
.fancybox-nav.fancybox-prev span:before {
    background-image: url("/assets/img/icons/angle-left-black.svg") !important;
}
.fancybox-nav.fancybox-next span {
    right: 0;
}
.fancybox-nav.fancybox-next span:before {
    background-image: url("/assets/img/icons/angle-right-black.svg") !important;
}
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.owl-height {
    -webkit-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../js/owl.carousel/owl.video.play.png?v=2) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    -o-transition: transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.owl-nav {
    width: 100%;
    max-width: 1920px;
    height: 23px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 1;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
}
.owl-nav .disabled {
    opacity: 0.1 !important;
}
.owl-nav .owl-next,
.owl-nav .owl-prev {
    width: 28px;
    height: 23px;
    background: url("/assets/img/icons/arrow-left.svg") 50% 50% no-repeat;
    position: absolute;
    left: 34px;
    top: 0;
    text-indent: -9999px;
    pointer-events: all;
    -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.desktop .owl-nav .owl-next:hover,
.desktop .owl-nav .owl-prev:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.owl-nav .owl-next {
    background-image: url("/assets/img/icons/arrow-right.svg");
    left: auto;
    right: 34px;
}
.owl-dots {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 16px;
    pointer-events: none;
}
.owl-dots .owl-dot {
    width: 48px;
    height: 8px;
    background-color: rgba(177, 145, 83, 0.6);
    border-radius: 4px;
    pointer-events: all;
    -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.owl-dots .owl-dot + .owl-dot {
    margin-left: 16px;
}
.owl-dots .owl-dot.active {
    background-color: #b19153;
}
* {
    -webkit-tap-highlight-color: transparent;
    text-rendering: optimizeLegibility;
    outline: none;
}
body {
    background-color: #000;
    margin: 0;
    padding: 0;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
blockquote {
    margin: 0 0 1rem;
}
button,
label {
    cursor: pointer;
}
figure {
    margin: 0 0 1rem;
}
img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
#wrapper {
    min-height: calc(100vh - 86px);
    position: relative;
    margin: 0;
    overflow: hidden;
}
#wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#wrapper :after,
#wrapper :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#footer,
#header,
#main-content {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}
#main-content {
    min-height: calc(100vh - 86px);
    margin-top: 86px;
}
@media only screen and (max-width: 1112px) {
    #main-content {
        min-height: calc(100vh - 130px);
        margin-top: 130px;
    }
}
@media only screen and (max-width: 1023px) {
    #main-content {
        min-height: calc(100vh - 82px);
        margin-top: 82px;
    }
}
@media only screen and (max-width: 479px) {
    #main-content {
        min-height: calc(100vh - 70px);
        margin-top: 70px;
    }
}
.container {
    width: 1032px;
    max-width: calc(100% - 30px);
    padding: 0;
}
.box-content {
    min-height: 200px;
    background-color: #000;
    background-image: url("/assets/img/share/border-repeat-top.png?v=2"), url("/assets/img/share/border-repeat-bottom.png?v=2"), url("/assets/img/share/border-repeat-left.png?v=2"), url("/assets/img/share/border-repeat-right.png?v=2");
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    position: relative;
    padding: 66px 20px 40px;
    margin-top: 20px;
}
@media only screen and (max-width: 479px) {
    .box-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.box-content .top {
    width: 100%;
    height: 55px;
    position: absolute;
    left: 0;
    top: 0;
}
.box-content .top:before {
    content: "";
    width: 55px;
    height: 55px;
    background: #000 url("/assets/img/share/border-top-left.png?v=2") no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
.box-content .top:after {
    content: "";
    width: 55px;
    height: 55px;
    background: #000 url("/assets/img/share/border-top-right.png?v=2") 100% 0 no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}
.box-content .bottom {
    width: 100%;
    height: 55px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.box-content .bottom:before {
    content: "";
    width: 55px;
    height: 55px;
    background: #000 url("/assets/img/share/border-bottom-left.png?v=2") 0 100% no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
}
.box-content .bottom:after {
    content: "";
    width: 55px;
    height: 55px;
    background: #000 url("/assets/img/share/border-bottom-right.png?v=2") 100% 100% no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}
.title {
    margin-bottom: 75px;
    text-align: center;
}
.title h1 span,
.title h2 span {
    position: relative;
}
.title h1 span:before,
.title h2 span:before {
    content: "";
    width: 492px;
    height: 20px;
    display: block;
    background: url("/assets/img/share/title-bg.png?v=2") no-repeat;
    position: absolute;
    left: -60px;
    bottom: -20px;
}
@media only screen and (max-width: 1023px) {
    .title h1 span:before,
    .title h2 span:before {
        left: -40px;
    }
}
@media only screen and (max-width: 479px) {
    .title h1 span:before,
    .title h2 span:before {
        background-image: url("/assets/img/share/title-bg-mobile.png?v=2");
        left: -30px;
    }
}
.title h1 span:after,
.title h2 span:after {
    content: "";
    width: 45px;
    height: 42px;
    display: block;
    background: url("/assets/img/icons/icon-title.svg") 0 0/100% no-repeat;
    position: absolute;
    left: -65px;
    bottom: -34px;
}
@media only screen and (max-width: 1023px) {
    .title h1 span:after,
    .title h2 span:after {
        left: -45px;
    }
}
@media only screen and (max-width: 479px) {
    .title h1 span:after,
    .title h2 span:after {
        width: 32px;
        height: 30px;
        left: -32px;
        bottom: -24px;
    }
}
.content-inner-page {
    background: url("/assets/img/share/bg-inner-page.jpg?v=2") repeat-x;
    overflow: hidden;
}
.content-inner-page {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.content-inner-page[data-scroll="in"] {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.content-inner-page .container {
    position: relative;
}
.content-inner-page .btn-back {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
    .content-inner-page .btn-back {
        top: 10px;
    }
}
.content-inner-page .section-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 90px;
}
@media only screen and (max-width: 1024px) {
    .content-inner-page .section-top {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 1023px) {
    .content-inner-page .section-top {
        display: block;
        margin-bottom: 40px;
    }
}
.content-inner-page .title {
    margin-bottom: 0;
    text-align: left;
}
@media only screen and (max-width: 1024px) {
    .content-inner-page .title {
        margin-left: 20px;
    }
}
@media only screen and (max-width: 1023px) {
    .content-inner-page .title {
        margin-left: 20px;
        margin-bottom: 50px;
    }
}
.content-inner-page .title h1,
.content-inner-page .title h2 {
    font-size: 4rem;
}
@media only screen and (max-width: 479px) {
    .content-inner-page .title h1,
    .content-inner-page .title h2 {
        font-size: 3rem;
    }
}
.content-inner-page .title h1 span:before,
.content-inner-page .title h2 span:before {
    left: -20px;
}
.content-inner-page .title h1 span:after,
.content-inner-page .title h2 span:after {
    left: -25px;
}
.content-inner-page .faq .container {
    opacity: 1;
    visibility: visible;
}
.banner-page {
    background-color: #000;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .banner-page {
        padding-top: 38px;
    }
}
.banner-page:after {
    content: "";
    width: 100%;
    height: 25px;
    background: url("/assets/img/share/line-section.png?v=2") 50% 0 no-repeat;
    position: absolute;
    left: 0;
    bottom: -12px;
}
.banner-page .container {
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
    .banner-page .container {
        position: relative;
        left: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@media only screen and (max-width: 767px) {
    .banner-page .img {
        height: 280px;
        position: relative;
    }
    .banner-page .img img {
        max-width: inherit;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }
}
@media only screen and (max-width: 479px) {
    .banner-page .img {
        height: 200px;
    }
}
.banner-page .box-text {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    padding-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
    .banner-page .box-text {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    .banner-page .box-text {
        position: relative;
    }
}
.banner-page .box-text h1 {
    margin-top: 15px;
    font-weight: 400;
    font-size: 3.2rem;
    line-height: 1.4;
}
.banner-page .breadcrumb {
    position: absolute;
    left: 0;
    top: 0;
}
@media only screen and (max-width: 767px) {
    .banner-page .breadcrumb {
        top: -330px;
    }
}
@media only screen and (max-width: 479px) {
    .banner-page .breadcrumb {
        top: -247px;
    }
}
.banner-page .football-01 {
    position: absolute;
    left: 50%;
    top: 124px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -770px;
    z-index: 1;
}
.banner-page .football-02 {
    position: absolute;
    left: 50%;
    top: 44px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 816px;
    z-index: 1;
}
.filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 767px) {
    .filter {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.filter a {
    min-width: 152px;
    height: 60px;
    padding: 0 10px;
    margin-right: 16px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
    .filter a {
        min-width: inherit;
        padding: 0 40px;
    }
}
@media only screen and (max-width: 479px) {
    .filter a {
        padding: 0 25px;
    }
}
.filter a:before {
    background-color: #000 !important;
}
.filter a:last-child {
    margin-right: 0;
}
@media only screen and (max-width: 767px) {
    .filter a span {
        font-size: 2.2rem !important;
    }
}
.filter a.active:before {
    background-color: #780311 !important;
}
html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font: 400 1.6rem/1.4em "Mitr", Arial, Helvetica, sans-serif;
    text-align: left;
    color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 500;
    line-height: 1.4em;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-family: "Pattaya";
}
.desktop h1 span,
.desktop h2 span,
.desktop h3 span,
.desktop h4 span,
.desktop h5 span,
.desktop h6 span {
    background: -webkit-gradient(linear, left bottom, left top, from(#3e2f18), color-stop(27%, #c09e5c), color-stop(49%, #fee0a0), color-stop(71%, #c09e5c), to(#3e2f18));
    background: -webkit-linear-gradient(bottom, #3e2f18 0%, #c09e5c 27%, #fee0a0 49%, #c09e5c 71%, #3e2f18 100%);
    background: -o-linear-gradient(bottom, #3e2f18 0%, #c09e5c 27%, #fee0a0 49%, #c09e5c 71%, #3e2f18 100%);
    background: linear-gradient(0deg, #3e2f18 0%, #c09e5c 27%, #fee0a0 49%, #c09e5c 71%, #3e2f18 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1112px) {
    h1 span,
    h2 span,
    h3 span,
    h4 span,
    h5 span,
    h6 span {
        color: #ecc465;
    }
}
h1 {
    font-size: 4rem;
}
h2 {
    font-size: 3.2rem;
}
h3 {
    font-size: 2.8rem;
}
h4 {
    font-size: 2.4rem;
}
h5 {
    font-size: 2rem;
}
h6 {
    font-size: 1.6rem;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
em {
    font-style: italic;
}
p {
    margin: 0 0 1rem;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
a {
    -webkit-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease;
}
a:link,
a:visited {
    color: inherit;
    text-decoration: none;
}
.desktop a:hover,
a:active {
    color: inherit;
}
.animateScaleOut {
    -webkit-animation: animateScaleOut 0.6s ease;
    animation: animateScaleOut 0.6s ease;
}
.animateScaleIn {
    -webkit-animation: animateScaleIn 1.2s ease;
    animation: animateScaleIn 1.2s ease;
}
@-webkit-keyframes animateScaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes animateScaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes animateScaleOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@keyframes animateScaleOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.fadeOut {
    -webkit-animation: fadeOut 0.6s ease;
    animation: fadeOut 0.6s ease;
}
.fadeIn {
    -webkit-animation: fadeIn 1.2s ease;
    animation: fadeIn 1.2s ease;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.animate-btn {
    -webkit-animation: animateBtn 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) infinite alternate;
    animation: animateBtn 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) infinite alternate;
}
@-webkit-keyframes animateBtn {
    0%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@keyframes animateBtn {
    0%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
#header {
    width: 100%;
    height: 86px;
    background: #000 url("/assets/img/share/header-bg.png?v=2") 50% calc(100% + 7px) no-repeat;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0 auto;
    z-index: 13;
}
@media only screen and (max-width: 1112px) {
    #header {
        height: 130px;
        padding-top: 10px;
    }
}
@media only screen and (max-width: 1023px) {
    #header {
        height: 82px;
        background-image: none;
    }
}
@media only screen and (max-width: 479px) {
    #header {
        height: 70px;
    }
}
#header:after {
    content: "";
    width: 335px;
    height: 183px;
    display: block;
    background: url("/assets/img/share/header-dragon.png?v=2") no-repeat;
    position: absolute;
    left: 50%;
    top: 6px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 715px;
    pointer-events: none;
}
@media only screen and (max-width: 1112px) {
    #header:after {
        left: auto;
        right: -200px;
        -webkit-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1);
        -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
        transform-origin: right top;
    }
}
@media only screen and (max-width: 1024px) {
    #header:after {
        right: -210px;
        top: 20px;
        -webkit-transform: translateX(0) scale(0.9);
        -ms-transform: translateX(0) scale(0.9);
        transform: translateX(0) scale(0.9);
    }
}
@media only screen and (max-width: 1023px) {
    #header:after {
        display: none;
    }
}
#header .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
@media only screen and (max-width: 1112px) {
    #header .container {
        display: block;
    }
}
#header .logo {
    width: 162px;
    min-width: 162px;
    height: 64px;
    display: block;
    background: url("/assets/img/share/logo.png?v=3") no-repeat;
}
@media only screen and (max-width: 1112px) {
    #header .logo {
        background-image: url("/assets/img/share/logo-big.png?v=2");
        background-size: 100%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 479px) {
    #header .logo {
        width: 126px;
        min-width: 126px;
        height: 50px;
    }
}
#header .logo a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
}
#header .box-menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 32px;
}
@media only screen and (max-width: 1112px) {
    #header .box-menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
    }
}
@media only screen and (max-width: 1023px) {
    #header .box-menu {
        width: 100vw;
        height: calc(100vh - 82px);
        display: block;
        background-color: rgba(0, 0, 0, 0.9);
        position: absolute;
        left: -15px;
        top: 72px;
        padding: 20px 0 40px;
        margin-top: -10px;
        opacity: 0;
        visibility: hidden;
        text-align: center;
        -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        overflow: hidden;
        overflow-y: auto;
    }
    .open-menu #header .box-menu {
        margin-top: 0;
        opacity: 1;
        visibility: visible;
    }
}
@media only screen and (max-width: 479px) {
    #header .box-menu {
        height: calc(100vh - 60px);
        top: 60px;
    }
}
#header .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 1023px) {
    #header .main-menu {
        display: block;
    }
}
#header .main-menu a {
    display: block;
    font-size: 1.8rem;
    line-height: 1em;
    color: #fff;
}
#header .main-menu a.active,
.desktop #header .main-menu a:hover {
    color: #c69c6d;
}
@media only screen and (max-width: 1023px) {
    #header .main-menu a {
        font-size: 2.2rem;
    }
}
#header .main-menu a + a {
    margin-left: 16px;
}
@media only screen and (max-width: 1023px) {
    #header .main-menu a + a {
        margin: 0;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 1112px) {
    #header .social {
        margin-left: 30px;
    }
}
@media only screen and (max-width: 1023px) {
    #header .social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        margin-top: 40px;
    }
    #header .social a + a {
        margin-left: 20px;
    }
}
.menu-mobile {
    display: none;
}
@media only screen and (max-width: 479px) {
    .menu-mobile {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: #000;
        position: fixed;
        left: 0;
        bottom: 0;
        padding-bottom: 5px;
        z-index: 12;
    }
    .menu-mobile .inner {
        width: 100%;
        height: 66px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: -webkit-linear-gradient(206deg, #dbac52 9%, #fee0a0 47%, #feedc8 66%, #d9b164 99%);
        background: -o-linear-gradient(206deg, #dbac52 9%, #fee0a0 47%, #feedc8 66%, #d9b164 99%);
        background: linear-gradient(-116deg, #dbac52 9%, #fee0a0 47%, #feedc8 66%, #d9b164 99%);
        position: relative;
    }
    .menu-mobile .inner:before {
        content: "";
        width: 100%;
        height: calc(100% - 6px);
        display: block;
        background-color: #780311;
        position: absolute;
        left: 0;
        top: 3px;
    }
    .menu-mobile a {
        width: 100%;
        height: 100%;
        position: relative;
        font-size: 1.5rem;
        color: #fff;
        text-align: center;
    }
    .menu-mobile a:before {
        content: "";
        width: 100%;
        height: 30px;
        display: block;
        background: 50% 50%/100% no-repeat;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .menu-mobile a.home:before {
        background-image: url("/assets/img/share/menu-mobile-home.svg");
        background-size: 24px;
    }
    .menu-mobile a.deposit-money:before {
        background-image: url("/assets/img/share/menu-mobile-deposit-money.svg");
        background-size: 23px;
    }
    .menu-mobile a.register {
        width: 100px;
        min-width: 100px;
        height: 100px;
        background: url("/assets/img/share/menu-mobile-bg.png?v=2") 50% 50%/100% no-repeat;
        margin: -17px -14px 0;
        color: #780311;
    }
    .menu-mobile a.register:before {
        background-image: url("/assets/img/share/menu-mobile-register.svg");
        background-size: 34px;
        margin-top: 25px;
    }
    .menu-mobile a.withdraw-money:before {
        /* background-image: url("/assets/img/share/menu-mobile-withdraw-money.svg"); */
        background-image: url("/assets/img/share/menu-mobile-live.png");  
        background-size: 35px;
    }
    .menu-mobile a.line:before {
        background-image: url("/assets/img/share/menu-mobile-line.svg");
        background-size: 25px;
    }
}
.btn-register-fixed {
    position: fixed;
    right: -10px;
    bottom: -10px;
    z-index: 1;
}
@media only screen and (max-width: 1024px) {
    .btn-register-fixed {
        right: 0;
        bottom: 0;
    }
}
#footer {
    background: url("/assets/img/share/footer-bg.png?v=2") calc(50% - 120px) -9px no-repeat;
}
@media only screen and (max-width: 1112px) {
    #footer {
        margin-top: 90px;
    }
}
@media only screen and (max-width: 479px) {
    #footer {
        padding-bottom: 70px;
    }
}
#footer:before {
    content: "";
    width: 100%;
    height: 306px;
    display: block;
    background: url("/assets/img/share/footer-star.png?v=2") 50% 100% no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
}
@media only screen and (max-width: 767px) {
    #footer:before {
        background-image: url("/assets/img/share/footer-star-mobile.png?v=2");
    }
}
#footer:after {
    content: "";
    width: 524px;
    height: 314px;
    display: block;
    background: url("/assets/img/share/footer-dragon.png?v=2") no-repeat;
    position: absolute;
    left: 50%;
    bottom: -68px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 710px;
    pointer-events: none;
}
@media only screen and (max-width: 1112px) {
    #footer:after {
        left: auto;
        right: -256px;
        bottom: -20px;
        -webkit-transform: translateX(0) scale(0.8);
        -ms-transform: translateX(0) scale(0.8);
        transform: translateX(0) scale(0.8);
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
    }
}
@media only screen and (max-width: 767px) {
    #footer:after {
        right: -226px;
        bottom: 15px;
        -webkit-transform: translateX(0) scale(0.7);
        -ms-transform: translateX(0) scale(0.7);
        transform: translateX(0) scale(0.7);
    }
}
@media only screen and (max-width: 479px) {
    #footer:after {
        right: -194px;
        bottom: 105px;
        -webkit-transform: translateX(0) scale(0.6);
        -ms-transform: translateX(0) scale(0.6);
        transform: translateX(0) scale(0.6);
    }
}
#footer .container {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
@media only screen and (max-width: 1112px) {
    #footer .container {
        height: auto;
        display: block;
        padding: 24px 0;
        text-align: center;
    }
    #footer .container .social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 12px;
    }
}
#footer p {
    margin: 0;
    font-weight: 300;
    line-height: 1;
    color: #c69c6d;
}
@media only screen and (max-width: 767px) {
    #footer p {
        line-height: 1.4;
    }
}
@media only screen and (max-width: 479px) {
    #footer p {
        padding: 0 40px;
        font-size: 1.4rem;
    }
}
.form-style {
    margin-bottom: 200px;
}
@media only screen and (max-width: 1024px) {
    .form-style {
        margin-bottom: 50px;
    }
}
.form-style .row + .row {
    margin-top: 25px;
}
.form-style label {
    display: block;
    margin: 0 0 10px;
    font-size: 2rem;
    color: #c69c6d;
}
.form-style .required > label:after {
    content: "*";
}
.form-style input[type="number"]::-webkit-inner-spin-button,
.form-style input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.form-style input[type="number"] {
    -moz-appearance: textfield;
}
.form-style .form-input,
.form-style .form-select {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #780e11;
    background-repeat: no-repeat;
    border: 2px solid #c69c6d;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: 0.15s ease;
    -o-transition: 0.15s ease;
    transition: 0.15s ease;
    color: #c69c6d;
}
.form-style .form-input:focus,
.form-style .form-select:focus {
    background-color: #9c1316;
}
.form-style .form-input::-ms-clear {
    display: none;
}
.form-style textarea.form-input {
    height: 100px;
    resize: none;
}
.form-style .form-select {
    background-image: url("/assets/img/icons/angle-down-gold.svg");
    background-position: calc(100% - 10px) 50%;
    background-size: 20px;
    cursor: pointer;
}
.ie .form-style .form-select {
    background-image: none !important;
}
.form-style .form-checkbox input[type="checkbox"] {
    display: none;
}
.form-style .form-checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    line-height: 1em;
}
.form-style .form-checkbox label:after,
.form-style .form-checkbox label:before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 10px;
}
.form-style .form-checkbox label:before {
    background-color: #780e11;
    border: 2px solid #c69c6d;
    border-radius: 5px;
}
.form-style .form-checkbox label:after {
    background: url("/assets/img/icons/check-gold.svg") 50% 50%/65% no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    transition: 0.1s ease;
}
.form-style .form-checkbox input[type="checkbox"]:checked + label:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.form-style .form-radio input[type="radio"] {
    display: none;
}
.form-style .form-radio label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    line-height: 1em;
}
.form-style .form-radio label:after,
.form-style .form-radio label:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    margin-right: 10px;
}
.form-style .form-radio label:before {
    background-color: #fff;
    border: 1px solid #ccc;
}
.form-style .form-radio label:after {
    width: 10px;
    height: 10px;
    background-color: #000;
    position: absolute;
    left: 5px;
    top: 5px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    transition: 0.1s ease;
}
.form-style .form-radio input[type="radio"]:checked + label:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.form-style .form-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 767px) {
    .form-style .form-file {
        display: block;
    }
}
.form-style .form-file label {
    margin-right: 20px;
}
.form-style .form-file input[type="file"] {
    color: #c69c6d;
}
.form-style input[type="date"]::-webkit-calendar-picker-indicator,
.form-style input[type="date"]::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
}
.form-style input[type="time"]::-webkit-calendar-picker-indicator,
.form-style input[type="time"]::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
}
.form-style .text-validate {
    display: none;
    margin-top: 5px;
    font-size: 0.9em;
    color: red;
}
.form-style .error .form-input,
.form-style .error .form-select {
    border-color: red;
}
.form-style .error .form-checkbox label,
.form-style .error .form-radio label {
    color: red;
}
.form-style .error .form-checkbox label:before,
.form-style .error .form-radio label:before {
    border-color: red;
}
.form-style .error .text-validate {
    display: block;
}
.table-style {
    background: -webkit-linear-gradient(206deg, #dbac52 9%, #fee0a0 47%, #feedc8 66%, #d9b164 99%);
    background: -o-linear-gradient(206deg, #dbac52 9%, #fee0a0 47%, #feedc8 66%, #d9b164 99%);
    background: linear-gradient(-116deg, #dbac52 9%, #fee0a0 47%, #feedc8 66%, #d9b164 99%);
    border-radius: 10px;
    position: relative;
    padding: 4px;
    margin-top: 20px;
}
.table-style:before {
    content: "";
    width: 215px;
    height: 155px;
    display: block;
    background: url("/assets/img/football-online/why-789vip-dragon.png?v=2") no-repeat;
    position: absolute;
    right: 2px;
    top: -155px;
}
@media only screen and (max-width: 1023px) {
    .table-style:before {
        display: none;
    }
}
.table-style .inner {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
}
.table-style table {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
    border: 0;
    text-align: left;
}
@media only screen and (max-width: 479px) {
    .table-style table {
        min-width: 500px;
    }
}
.table-style table thead th {
    height: 84px;
    padding: 18px 46px;
    font-weight: 500;
    font-size: 2.4rem;
    color: #780311;
}
@media only screen and (max-width: 1023px) {
    .table-style table thead th {
        height: auto;
        padding: 20px;
        font-size: 2rem;
    }
}
@media only screen and (max-width: 479px) {
    .table-style table thead th {
        vertical-align: top;
    }
}
.table-style table thead th:nth-of-type(2),
.table-style table thead th:nth-of-type(3) {
    width: 135px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
}
@media only screen and (max-width: 1023px) {
    .table-style table thead th:nth-of-type(2),
    .table-style table thead th:nth-of-type(3) {
        width: 100px;
    }
}
.table-style table tbody tr:last-child td {
    padding-bottom: 20px;
}
.table-style table tbody td {
    background-color: #300107;
    padding: 18px 46px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 200;
    font-size: 2rem;
    line-height: 1.6;
    color: #fff;
}
@media only screen and (max-width: 1023px) {
    .table-style table tbody td {
        padding: 10px 20px;
    }
}
@media only screen and (max-width: 479px) {
    .table-style table tbody td {
        font-size: 1.6rem;
    }
}
.table-style table tbody td:nth-of-type(2),
.table-style table tbody td:nth-of-type(3) {
    width: 135px;
}
@media only screen and (max-width: 1023px) {
    .table-style table tbody td:nth-of-type(2),
    .table-style table tbody td:nth-of-type(3) {
        width: 100px;
    }
}
.table-style table tbody td:nth-of-type(2) {
    background-color: #4d020b;
}
.table-style table tbody td img {
    width: 30px;
    position: relative;
    top: -15px;
}
.table-style table tbody td h3 {
    margin: 30px 0 10px;
    font-weight: 500;
    font-size: 2.4rem;
    color: #c69c6d;
}
@media only screen and (max-width: 1023px) {
    .table-style table tbody td h3 {
        margin: 0;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 479px) {
    .table-style table tbody td h3 {
        font-size: 2rem;
    }
}
.table-style table tbody td p {
    position: relative;
    padding-left: 22px;
}
@media only screen and (max-width: 479px) {
    .table-style table tbody td p {
        padding-left: 16px;
    }
}
.table-style table tbody td p:before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 13px;
}
@media only screen and (max-width: 479px) {
    .table-style table tbody td p:before {
        width: 6px;
        height: 6px;
        top: 9px;
    }
}
.table-style table + table {
    margin-top: 4px;
}
.popup {
    width: 600px;
    max-width: calc(100vw - 40px);
    background-color: #780311;
}
.popup * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.popup .inner {
    background-color: #780311;
    padding: 60px 40px;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .popup .inner {
        padding: 60px 15px;
    }
}
@media only screen and (max-width: 479px) {
    .popup .inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.popup h2 {
    margin-bottom: 20px;
    font-size: 4rem;
    color: #c69c6d;
}
@media only screen and (max-width: 479px) {
    .popup h2 {
        font-size: 3.3rem;
    }
}
.notification {
    width: 82px;
    height: 82px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1313;
}
@media only screen and (max-width: 1023px) {
    .notification {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media only screen and (max-width: 479px) {
    .notification {
        height: 70px;
    }
}

.hamburger {
    width: 82px;
    height: 82px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1313;
}
@media only screen and (max-width: 1023px) {
    .hamburger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media only screen and (max-width: 479px) {
    .hamburger {
        height: 70px;
    }
}
.hamburger > div {
    width: calc(100% - 50px);
    height: 2px;
    background-color: #fff;
    border-radius: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.4s ease, background-color 0ms;
    -o-transition: 0.4s ease, background-color 0ms;
    transition: 0.4s ease, background-color 0ms;
}
.hamburger > div:after,
.hamburger > div:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: inherit;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: -8px;
    z-index: 1313;
    -webkit-transition: 0.4s ease, background-color 0ms;
    -o-transition: 0.4s ease, background-color 0ms;
    transition: 0.4s ease, background-color 0ms;
}
.hamburger > div:after {
    top: 8px;
}
.hamburger.active > div {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}
.hamburger.active > div:after,
.hamburger.active > div:before {
    top: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.btn {
    min-width: 120px;
    height: 64px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: none;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 0 15px;
    margin: 0;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    white-space: nowrap;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
.btn.-solid {
    background: -webkit-linear-gradient(206deg, #dbac52 9%, #fee0a0 47%, #feedc8 66%, #d9b164 99%);
    background: -o-linear-gradient(206deg, #dbac52 9%, #fee0a0 47%, #feedc8 66%, #d9b164 99%);
    background: linear-gradient(-116deg, #dbac52 9%, #fee0a0 47%, #feedc8 66%, #d9b164 99%);
    border-width: 0;
    position: relative;
    padding: 0 20px;
    -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.desktop .btn.-solid:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.btn.-solid:before {
    content: "";
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    display: block;
    background-color: #780311;
    border-radius: 10px;
    position: absolute;
    left: 4px;
    top: 4px;
}
.btn.-solid span {
    display: block;
    position: relative;
    font-family: "Pattaya";
    font-size: 3rem;
    line-height: 1.8;
}
@media only screen and (max-width: 1112px) {
    .btn.-solid span {
        color: #ecc465;
    }
}
.desktop .btn.-solid span {
    background: -webkit-gradient(linear, left bottom, left top, from(#3e2f18), color-stop(27%, #c09e5c), color-stop(49%, #fee0a0), color-stop(71%, #c09e5c), to(#3e2f18));
    background: -webkit-linear-gradient(bottom, #3e2f18 0%, #c09e5c 27%, #fee0a0 49%, #c09e5c 71%, #3e2f18 100%);
    background: -o-linear-gradient(bottom, #3e2f18 0%, #c09e5c 27%, #fee0a0 49%, #c09e5c 71%, #3e2f18 100%);
    background: linear-gradient(0deg, #3e2f18 0%, #c09e5c 27%, #fee0a0 49%, #c09e5c 71%, #3e2f18 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.desktop .btn:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.btn.-link {
    min-width: inherit;
    width: auto;
    height: auto;
    background: none;
    border-width: 0;
    padding: 0;
    text-decoration: underline;
}
.desktop .btn.-link:hover {
    background: none;
    color: inherit;
    text-decoration: none;
}
.btn-register-fixed {
    width: 179px;
    height: 179px;
    display: block;
    background: url("/assets/img/share/btn-register.png?v=2") 50% 50%/100% no-repeat;
    text-indent: -9999px;
    -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media only screen and (max-width: 1112px) {
    .btn-register-fixed {
        background-image: url("/assets/img/share/btn-register-mobile.png?v=2");
    }
}
.desktop .btn-register-fixed:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
@media only screen and (max-width: 1024px) {
    .btn-register-fixed {
        width: 150px;
        height: 150px;
    }
}
@media only screen and (max-width: 767px) {
    .btn-register-fixed {
        width: 100px;
        height: 100px;
    }
}
@media only screen and (max-width: 479px) {
    .btn-register-fixed {
        display: none;
    }
}
.list-bullet {
    padding: 0;
    margin: 0 0 1rem;
    list-style: none;
}
.list-bullet > li {
    position: relative;
    padding-left: 2.5rem;
    margin: 0 0 0.5rem;
}
.list-bullet > li:before {
    content: "";
    width: 7px;
    height: 2px;
    display: block;
    background-color: #fff;
    position: absolute;
    left: 4px;
    top: 9px;
}
.list-number {
    padding: 0;
    margin: 0 0 1rem;
    list-style: none;
    counter-reset: number;
}
.list-number > li {
    position: relative;
    padding-left: 2.5rem;
    margin: 0 0 0.5rem;
}
.list-number > li:before {
    counter-increment: number;
    content: counters(number, ".") ".";
    position: absolute;
    left: 0;
    top: 0;
}
.list-number .list-number > li {
    padding-left: 3.2rem;
}
.list-number .list-number > li .list-number > li {
    padding-left: 4.4rem;
}
.list-number .list-number > li .list-number > li .list-number > li {
    padding-left: 5.5rem;
}
.list-number .list-number > li:before {
    content: counters(number, ".") "";
}
.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.social a {
    display: block;
    background: 0 0/100% no-repeat;
    text-indent: -9999px;
    -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.desktop .social a:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.social a.facebook {
    width: 32px;
    height: 32px;
    background-image: url("/assets/img/icons/facebook.svg");
}
.social a.line {
    width: 34px;
    height: 33px;
    background-image: url("/assets/img/icons/line.svg");
}
.social a + a {
    margin-left: 6px;
}
.accordion .item {
    padding-bottom: 28px;
}
.accordion .item > h2 {
    display: block;
    background: url("/assets/img/share/bg-accordion.png?v=2") 0 100% no-repeat;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 0;
    cursor: pointer;
}
@media only screen and (max-width: 1112px) {
    .accordion .item > h2 {
        margin-left: 20px;
    }
}
@media only screen and (max-width: 479px) {
    .accordion .item > h2 {
        font-size: 3rem;
    }
}
.accordion .item > h2:after {
    content: "";
    width: 45px;
    height: 42px;
    display: block;
    background: url(/assets/img/icons/icon-title.svg) 0 0/100% no-repeat;
    position: absolute;
    left: -25px;
    bottom: -13px;
}
.accordion .item > h2 span {
    display: block;
    position: relative;
    padding-right: 50px;
}
.accordion .item > h2 span:after {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background: url("/assets/img/icons/more.svg") 50% 50%/100% no-repeat;
    position: absolute;
    right: 0;
    top: 16px;
}
.accordion .item .item-content {
    display: none;
    position: relative;
    padding-bottom: 20px;
    margin-top: 25px;
}
.accordion .item .item-content:after {
    content: "";
    width: 100vw;
    height: 25px;
    display: block;
    background: url("/assets/img/share/line-section.png?v=2") 50% 50% no-repeat;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}
.accordion .item.active > h2 span:after {
    background-image: url("/assets/img/icons/less.svg");
}
.accordion .item.active .item-content {
    display: block;
}
.accordion .item + .item {
    margin-top: 28px;
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 42px;
}
@media only screen and (max-width: 767px) {
    .breadcrumb {
        width: 100vw;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: -15px;
        margin-top: 0;
        margin-bottom: 10px;
    }
}
.breadcrumb a {
    display: block;
    font-weight: 200;
    font-size: 1.4rem;
}
.breadcrumb a + a {
    background: url("/assets/img/icons/angle-right-white.svg") 0 50%/4px no-repeat;
    padding-left: 12px;
    margin-left: 8px;
}
.breadcrumb a:last-child {
    font-weight: 400;
}
@media only screen and (max-width: 767px) {
    .breadcrumb a:last-child {
    }
}
.box-editor ol,
.box-editor ul {
    -webkit-padding-start: 40px;
    padding-inline-start: 40px;
    margin-bottom: 20px;
    font-weight: 200;
}
.ie .box-editor ol,
.ie .box-editor ul {
    padding-left: 40px;
}
.box-editor ul {
    list-style-type: disc;
}
.box-editor ol {
    list-style-type: decimal;
}
.box-editor h3 {
    font-size: 2.4rem;
    color: #c69c6d;
}
.box-editor h4 {
    font-weight: 400;
    font-size: 1.6rem;
}
.box-editor p {
    margin-bottom: 20px;
    font-weight: 200;
    line-height: 1.5;
    text-indent: 32px;
}
@media only screen and (max-width: 767px) {
    .highlight-banner {
        padding-top: 38px;
    }
}
.highlight-banner .img {
    width: 100%;
    display: block;
    overflow: hidden;
}
@media only screen and (max-width: 1024px) {
    .highlight-banner .img {
        height: auto !important;
    }
}
.highlight-banner .img img {
    width: 100%;
    position: absolute;
}
@media only screen and (max-width: 479px) {
    .highlight-banner .owl-nav .owl-prev {
        left: 10px;
    }
}
@media only screen and (max-width: 479px) {
    .highlight-banner .owl-nav .owl-next {
        right: 10px;
    }
}
.highlight-banner.-inner-page {
    position: relative;
}
.highlight-banner.-inner-page:after {
    content: "";
    width: 100%;
    height: 25px;
    display: block;
    background: url("/assets/img/share/line-section.png?v=2") 50% 0 no-repeat;
    position: absolute;
    left: 0;
    bottom: -13px;
    z-index: 1;
}
.highlight-banner.-inner-page .container {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
}
.highlight-banner.-inner-page .container .breadcrumb {
    pointer-events: all;
}
.highlight-banner.-one img {
    position: relative !important;
}
@media only screen and (max-width: 767px) {
    .home-page .highlight-banner {
        padding-top: 0;
    }
}
.how-to {
    position: relative;
    margin-top: 50px;
    z-index: 1;
}
.how-to .container {
    position: relative;
}
.how-to h2 {
    font-size: 4rem;
}
.how-to .box-content {
    position: relative;
    left: -100px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.how-to .box-content[data-scroll="in"] {
    left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.how-to .box-content:after {
    content: "";
    width: 526px;
    height: 435px;
    display: block;
    background: url("/assets/img/home/how-to-dragon.png?v=2") no-repeat;
    position: absolute;
    left: -445px;
    top: -70px;
}
@media only screen and (max-width: 479px) {
    .how-to .box-content:after {
        width: 273px;
        background-size: 100%;
        left: auto;
        right: -210px;
        top: -40px;
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
    }
}
.how-to .box-content h2 {
    /* display: block;
    background-color: #000;
    position: absolute; */
    padding-left: 30px;
    /* top: -41px;
    padding: 14px;
    padding-left: 74px; */
}
/* @media only screen and (max-width: 479px) {
    .how-to .box-content h2 {
        left: 50%;
        top: -33px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        padding-left: 14px;
        font-size: 3rem;
    }
} */
.how-to .box-content .btn {
    position: absolute;
    right: 52px;
    top: -31px;
}
@media only screen and (max-width: 479px) {
    .how-to .box-content .btn {
        display: none;
    }
}
.how-to .ship {
    position: absolute;
    right: -144px;
    top: -70px;
    pointer-events: none;
    z-index: 1;
}
@media only screen and (max-width: 1023px) {
    .how-to .ship {
        right: -180px;
    }
}
@media only screen and (max-width: 479px) {
    .how-to .ship {
        display: none;
    }
}
.how-to .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 479px) {
    .how-to .items {
        display: block;
    }
}
.how-to .items .item {
    width: 33.33%;
    padding: 0 20px;
    text-align: center;
}
@media only screen and (max-width: 1023px) {
    .how-to .items .item {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 479px) {
    .how-to .items .item {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
    }
}
@media only screen and (max-width: 479px) {
    .how-to .items .item + .item {
        margin-top: 16px;
    }
}
@media only screen and (max-width: 479px) {
    .how-to .items img {
        width: 52px;
        min-width: 52px;
    }
}
.how-to .items .text {
    margin-top: 20px;
}
@media only screen and (max-width: 479px) {
    .how-to .items .text {
        margin: 0;
        margin-left: 16px;
    }
}
.how-to .items p {
    margin: 0;
    font-size: 1.8rem;
}
@media only screen and (max-width: 479px) {
    .how-to .items p {
        font-size: 1.4rem;
    }
}
.how-to .items p strong {
    font-weight: 500;
    font-size: 2.4rem;
    color: #c69c6d;
}
@media only screen and (max-width: 479px) {
    .how-to .items p strong {
        font-size: 1.7rem;
    }
}
.how-to .items p a {
    color: #c69c6d;
}
@media only screen and (max-width: 1023px) {
    .how-to .items p br {
        display: none;
    }
}
.how-to .items p + p {
    margin-top: 20px;
}
@media only screen and (max-width: 479px) {
    .how-to .items p + p {
        margin-top: 0;
    }
}
.services-promotions {
    background: url("/assets/img/home/bg-services.jpg?v=2") repeat-x;
    padding-top: 300px;
    margin-top: -255px;
}
.services-promotions h2 {
    font-size: 4rem;
}
.services-promotions h2 {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: 0.3s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.3s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media only screen and (max-width: 479px) {
    .services-promotions h2 {
        font-size: 3rem;
    }
}
.services-promotions .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
}
@media only screen and (max-width: 479px) {
    .services-promotions .items {
        display: block;
    }
}
.services-promotions .items .item {
    position: relative;
    padding: 0 8px;
}
.services-promotions .items .item {
    top: 100px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media only screen and (max-width: 479px) {
    .services-promotions .items .item + .item {
        margin-top: 40px;
    }
}
.services-promotions .items .img img {
    width: 100%;
}
.services-promotions .items a.btn {
    width: auto !important;
    position: absolute;
    left: 50%;
    top: -32px;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media only screen and (max-width: 1023px) {
    .services-promotions .items a.btn {
        -webkit-transform: translateX(-50%) scale(0.8);
        -ms-transform: translateX(-50%) scale(0.8);
        transform: translateX(-50%) scale(0.8);
    }
}
@media only screen and (max-width: 767px) {
    .services-promotions .items a.btn {
        -webkit-transform: translateX(-50%) scale(0.7);
        -ms-transform: translateX(-50%) scale(0.7);
        transform: translateX(-50%) scale(0.7);
    }
}
@media only screen and (max-width: 479px) {
    .services-promotions .items a.btn {
        -webkit-transform: translateX(-50%) scale(0.9);
        -ms-transform: translateX(-50%) scale(0.9);
        transform: translateX(-50%) scale(0.9);
    }
}
.desktop .services-promotions .items a.btn:hover {
    -webkit-transform: translateX(-50%) scale(1.1);
    -ms-transform: translateX(-50%) scale(1.1);
    transform: translateX(-50%) scale(1.1);
}
.services-promotions .services[data-scroll="in"] h2 {
    opacity: 1;
    visibility: visible;
}
.services-promotions .services[data-scroll="in"] .item {
    top: 0;
    opacity: 1;
    visibility: visible;
}
.services-promotions .services[data-scroll="in"] .item:first-of-type {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.services-promotions .services[data-scroll="in"] .item:nth-of-type(2) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.services-promotions .services[data-scroll="in"] .item:nth-of-type(3) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.services-promotions .services[data-scroll="in"] .item a {
    width: 100%;
}
.services-promotions .services .container {
    position: relative;
}
.services-promotions .services .ship {
    position: absolute;
    left: -360px;
    top: 20px;
    pointer-events: none;
    z-index: 1;
}
.services-promotions .services .ship {
    margin-top: -100px;
}
@media only screen and (max-width: 479px) {
    .services-promotions .services .ship {
        width: 150px;
        left: -110px;
        margin-top: -270px;
    }
}
.services-promotions .promotions {
    margin-top: 70px;
}
.services-promotions .promotions[data-scroll="in"] h2 {
    opacity: 1;
    visibility: visible;
}
.services-promotions .promotions[data-scroll="in"] .item {
    top: 0;
    opacity: 1;
    visibility: visible;
}
.services-promotions .promotions[data-scroll="in"] .item:first-of-type {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.services-promotions .promotions[data-scroll="in"] .item:nth-of-type(2) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.services-promotions .promotions[data-scroll="in"] .item:nth-of-type(3) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.services-promotions .promotions[data-scroll="in"] .item a {
    width: 100%;
}
.services-promotions .promotions[data-scroll="in"] .dragon-bottom,
.services-promotions .promotions[data-scroll="in"] .dragon-top {
    opacity: 1 !important;
    -webkit-transition-delay: 0.8s !important;
    -o-transition-delay: 0.8s !important;
    transition-delay: 0.8s !important;
}
.services-promotions .promotions .container {
    position: relative;
}
.services-promotions .promotions .container .dragon-top {
    position: absolute;
    right: -250px;
    top: -77px;
}
.services-promotions .promotions .container .dragon-top {
    opacity: 0;
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 479px) {
    .services-promotions .promotions .container .dragon-top {
        width: 430px;
        max-width: none;
        right: -95px;
        top: -10px;
    }
}
.services-promotions .promotions .container .dragon-bottom {
    position: absolute;
    left: -197px;
    bottom: -170px;
}
.services-promotions .promotions .container .dragon-bottom {
    opacity: 0;
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 479px) {
    .services-promotions .promotions .container .dragon-bottom {
        width: 430px;
        max-width: none;
        left: -30px;
        bottom: -135px;
    }
}
.how-to-deposit-withdraw {
    margin-top: 155px;
    margin-bottom: 88px;
}
.how-to-deposit-withdraw .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 1023px) {
    .how-to-deposit-withdraw .container {
        display: block;
    }
}
.how-to-deposit-withdraw .title {
    margin-left: 60px;
    margin-bottom: 54px;
    text-align: left;
}
@media only screen and (max-width: 479px) {
    .how-to-deposit-withdraw .title {
        margin-left: 40px;
        margin-bottom: 30px;
    }
}
.how-to-deposit-withdraw .title h2 {
    font-size: 4rem;
}
@media only screen and (max-width: 479px) {
    .how-to-deposit-withdraw .title h2 {
        font-size: 3rem;
    }
}
.how-to-deposit-withdraw .title h2 span:before {
    background-image: url("/assets/img/share/title-bg-short.png?v=2");
}
@media only screen and (max-width: 479px) {
    .how-to-deposit-withdraw .title h2 span:before {
        background-image: url("/assets/img/share/title-bg-short-mobile.png?v=2");
        bottom: -21px;
    }
}
.how-to-deposit-withdraw .btn {
    position: absolute;
    right: 0;
    top: 0;
}
@media only screen and (max-width: 479px) {
    .how-to-deposit-withdraw .btn {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: right;
        -ms-transform-origin: right;
        transform-origin: right;
    }
}
.how-to-deposit-withdraw .items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.how-to-deposit-withdraw .items .item img {
    width: 115px;
    min-width: 115px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0;
    margin-right: 22px;
}
@media only screen and (max-width: 479px) {
    .how-to-deposit-withdraw .items .item img {
        width: 58px;
        min-width: 58px;
    }
}
.how-to-deposit-withdraw .items .item .text {
    margin-top: 20px;
}
.how-to-deposit-withdraw .items .item p {
    margin: 0;
    font-size: 1.8rem;
}
@media only screen and (max-width: 479px) {
    .how-to-deposit-withdraw .items .item p {
        font-size: 1.4rem;
    }
}
.how-to-deposit-withdraw .items .item p strong {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1;
    color: #c69c6d;
}
@media only screen and (max-width: 479px) {
    .how-to-deposit-withdraw .items .item p strong {
        font-size: 1.7rem;
    }
}
.how-to-deposit-withdraw .items .item p a {
    color: #c69c6d;
}
.how-to-deposit-withdraw .items .item p + p {
    margin-top: 12px;
}
@media only screen and (max-width: 479px) {
    .how-to-deposit-withdraw .items .item p + p {
        margin-top: 0;
    }
}
.how-to-deposit-withdraw .items .item + .item {
    margin-top: 26px;
}
@media only screen and (max-width: 479px) {
    .how-to-deposit-withdraw .items .item + .item {
        margin-top: 0;
    }
}
.how-to-deposit-withdraw .deposit-money {
    width: 50%;
    position: relative;
}
.how-to-deposit-withdraw .deposit-money {
    top: 100px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media only screen and (max-width: 1023px) {
    .how-to-deposit-withdraw .deposit-money {
        width: 100%;
    }
}
.how-to-deposit-withdraw .withdraw-money {
    width: 50%;
    position: relative;
    margin-left: 75px;
}
.how-to-deposit-withdraw .withdraw-money {
    top: 100px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media only screen and (max-width: 1023px) {
    .how-to-deposit-withdraw .withdraw-money {
        width: 100%;
        margin: 0;
        margin-top: 46px;
    }
}
.how-to-deposit-withdraw[data-scroll="in"] .deposit-money {
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.how-to-deposit-withdraw[data-scroll="in"] .withdraw-money {
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.automatic-withdrawal-system {
    background: url("/assets/img/home/automatic-withdrawal-system-bg.jpg?v=2") 50% 0 no-repeat;
    position: relative;
}
@media only screen and (max-width: 1023px) {
    .automatic-withdrawal-system {
        background-position: 50% 100%;
    }
}
.automatic-withdrawal-system:after,
.automatic-withdrawal-system:before {
    content: "";
    width: 100%;
    height: 25px;
    display: block;
    background: url("/assets/img/share/line-section.png?v=2") 50% 0 no-repeat;
    position: absolute;
    left: 0;
    top: -12px;
}
.automatic-withdrawal-system:after {
    top: auto;
    bottom: 0;
}
.automatic-withdrawal-system .container {
    min-height: 660px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
@media only screen and (max-width: 1023px) {
    .automatic-withdrawal-system .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.automatic-withdrawal-system .title {
    margin-left: 30px;
    margin-bottom: 45px;
    text-align: left;
}
.automatic-withdrawal-system .title h2 {
    font-size: 4rem;
}
@media only screen and (max-width: 479px) {
    .automatic-withdrawal-system .title h2 {
        font-size: 3rem;
    }
}
.automatic-withdrawal-system .detail {
    width: 100%;
    padding-top: 76px;
}
@media only screen and (max-width: 1024px) {
    .automatic-withdrawal-system .detail {
        width: 450px;
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 1023px) {
    .automatic-withdrawal-system .detail {
        width: calc(100% - 60px);
        margin: 0 auto;
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .automatic-withdrawal-system .detail {
        padding-top: 40px;
    }
}
@media only screen and (max-width: 479px) {
    .automatic-withdrawal-system .detail {
        width: 100%;
        margin-bottom: 20px;
    }
}
.automatic-withdrawal-system .detail {
    position: relative;
    left: -20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.automatic-withdrawal-system .detail p {
    margin: 0;
    font-weight: 200;
    line-height: 1.5;
    text-indent: 22px;
}
.automatic-withdrawal-system .detail p + p {
    margin-top: 25px;
}
.automatic-withdrawal-system .women {
    position: absolute;
    left: -230px;
    bottom: -49px;
    z-index: 1;
}
@media only screen and (max-width: 1023px) {
    .automatic-withdrawal-system .women {
        width: 100%;
        position: relative;
        left: 0;
        bottom: 0;
        margin-bottom: -5.9vw;
    }
}
@media only screen and (max-width: 767px) {
    .automatic-withdrawal-system .women {
        margin-bottom: -5.5vw;
    }
}
@media only screen and (max-width: 479px) {
    .automatic-withdrawal-system .women {
        width: 150%;
        max-width: none;
        margin-left: -25%;
        margin-bottom: -7.5vw;
    }
}
.automatic-withdrawal-system .gold {
    position: absolute;
    left: -18px;
    top: 205px;
    margin-top: -100px;
    pointer-events: none;
    z-index: 1;
}
.automatic-withdrawal-system .gold {
    margin-top: -100px;
}
@media only screen and (max-width: 1023px) {
    .automatic-withdrawal-system .gold {
        left: 40px;
        top: auto;
        bottom: 50px;
    }
}
.automatic-withdrawal-system .dragon {
    position: absolute;
    right: -478px;
    top: -252px;
    pointer-events: none;
    z-index: 1;
}
.automatic-withdrawal-system .dragon {
    margin-right: -20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.automatic-withdrawal-system[data-scroll="in"] .detail {
    left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.automatic-withdrawal-system[data-scroll="in"] .dragon {
    margin-right: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.about-789-vip {
    min-height: 606px;
    background: url("/assets/img/home/about-789-vip-bg.jpg?v=2") 50% 0 no-repeat;
    position: relative;
    margin-top: -11px;
}
@media only screen and (max-width: 1023px) {
    .about-789-vip {
        background-position: 100% 100%;
    }
}
@media only screen and (max-width: 479px) {
    .about-789-vip {
        background-size: 200%;
        background-position: 95% 100%;
    }
}
.about-789-vip:after {
    content: "";
    width: 100%;
    height: 25px;
    display: block;
    background: url("/assets/img/share/line-section.png?v=2") 50% 0 no-repeat;
    position: absolute;
    left: 0;
    bottom: -12px;
}
.about-789-vip .container {
    position: relative;
}
.about-789-vip .title {
    margin-left: 22px;
    margin-bottom: 50px;
    text-align: left;
}
.about-789-vip .title h2 {
    font-size: 4rem;
}
@media only screen and (max-width: 479px) {
    .about-789-vip .title h2 {
        font-size: 3rem;
    }
}
.about-789-vip .detail {
    width: 516px;
    padding-top: 86px;
    margin-left: 20px;
}
.about-789-vip .detail {
    position: relative;
    left: -50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.about-789-vip .detail[data-scroll="in"] {
    left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
@media only screen and (max-width: 1024px) {
    .about-789-vip .detail {
        margin-left: 40px;
    }
}
@media only screen and (max-width: 1023px) {
    .about-789-vip .detail {
        width: calc(100% - 60px);
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 550px;
    }
}
@media only screen and (max-width: 479px) {
    .about-789-vip .detail {
        width: 100%;
        padding-top: 40px;
        padding-bottom: 320px;
    }
}
.about-789-vip .detail p {
    font-weight: 200;
    line-height: 1.5;
}
.about-789-vip .detail .group-bank {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
}
.about-789-vip .detail .group-bank .item {
    width: 88px;
    background: -webkit-linear-gradient(206deg, #dbac52 9%, #fee0a0 47%, #feedc8 66%, #d9b164 99%);
    background: -o-linear-gradient(206deg, #dbac52 9%, #fee0a0 47%, #feedc8 66%, #d9b164 99%);
    background: linear-gradient(-116deg, #dbac52 9%, #fee0a0 47%, #feedc8 66%, #d9b164 99%);
    border-radius: 10px;
    padding: 4px;
}
.about-789-vip .detail .group-bank .item + .item {
    margin-left: 16px;
}
.about-789-vip .obj {
    width: 1294px;
    max-width: none;
    position: absolute;
    left: -135px;
    top: -65px;
    margin: 0;
    pointer-events: none;
    z-index: 1;
}
@media only screen and (max-width: 1024px) {
    .about-789-vip .obj {
        width: 120%;
        left: auto;
        right: 0;
    }
}
@media only screen and (max-width: 1023px) {
    .about-789-vip .obj {
        top: auto;
        bottom: 0;
    }
}
@media only screen and (max-width: 479px) {
    .about-789-vip .obj {
        width: 180%;
    }
}
.lsm99 {
    min-height: 500px;
    background: url("/assets/img/home/bg-lsm99.jpg?v=2") repeat-x;
    padding-top: 75px;
}
.lsm99 .container {
    position: relative;
    text-align: center;
}
.lsm99 article {
    position: relative;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.lsm99 h1 {
    margin-bottom: 26px;
    font-size: 4.8rem;
    text-align: center;
}
@media only screen and (max-width: 479px) {
    .lsm99 h1 {
        margin-bottom: 10px;
        font-size: 3.4rem;
    }
}
.lsm99 h2 {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 2.8rem;
    color: #c69c6d;
}
@media only screen and (max-width: 479px) {
    .lsm99 h2 {
        margin-bottom: 10px;
        font-size: 2.1rem;
    }
}
.lsm99 h3 {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 2.4rem;
    color: #fff;
}
@media only screen and (max-width: 479px) {
    .lsm99 h3 {
        font-size: 1.9rem;
    }
}
.lsm99 p {
    padding: 0 80px;
    margin: 0;
    font-weight: 200;
    line-height: 1.5;
}
@media only screen and (max-width: 767px) {
    .lsm99 p {
        padding: 0;
    }
}
.lsm99 p + p {
    margin-top: 20px;
}
.lsm99 .items {
    max-width: 940px;
    margin-top: 30px;
    text-align: left;
}
.lsm99 .items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.lsm99 .items .item img {
    width: 94px;
    min-width: 94px;
    margin: 0;
}
@media only screen and (max-width: 479px) {
    .lsm99 .items .item img {
        -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    }
}
.lsm99 .items .item .text {
    margin-left: 38px;
}
.lsm99 .items .item .text h2 {
    margin: 0 0 5px;
    font-size: 2.4rem;
    color: #c69c6d;
}
@media only screen and (max-width: 479px) {
    .lsm99 .items .item .text h2 {
        font-size: 1.6rem;
    }
}
.lsm99 .items .item .text p {
    padding: 0;
}
@media only screen and (max-width: 479px) {
    .lsm99 .items .item .text p {
        font-size: 1.4rem;
    }
}
.lsm99 .items .item + .item {
    margin-top: 28px;
}
@media only screen and (max-width: 479px) {
    .lsm99 .items .item + .item {
        margin-top: 16px;
    }
}
.lsm99 .dragon {
    position: absolute;
    left: -358px;
    top: -330px;
}
.lsm99 .dragon {
    margin-left: -50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media only screen and (max-width: 479px) {
    .lsm99 .dragon {
        width: 320px;
        left: -220px;
        top: -220px;
    }
}
.lsm99 .ship {
    position: absolute;
    right: -400px;
    top: 150px;
}
.lsm99 .ship {
    margin-top: -200px;
}
@media only screen and (max-width: 479px) {
    .lsm99 .ship {
        right: -170px;
        top: auto;
        bottom: -110px;
    }
}
.lsm99[data-scroll="in"] article {
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.lsm99[data-scroll="in"] .dragon {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.faq {
    margin-top: 74px;
    margin-bottom: 20px;
}
.faq .container {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.faq .title {
    margin-left: 30px;
    margin-bottom: 50px;
    text-align: left;
}
.faq .title h2 {
    font-size: 4rem;
}
@media only screen and (max-width: 479px) {
    .faq .title h2 {
        font-size: 3rem;
    }
}
.faq .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 479px) {
    .faq .items {
        display: block;
        margin-left: 20px;
    }
}
.faq .items .item {
    width: calc(50% - 36px);
    min-height: 53px;
    background: url("/assets/img/icons/faq.png?v=2") 0 8px no-repeat;
    position: relative;
    padding-left: 72px;
    margin-bottom: 40px;
}
@media only screen and (max-width: 479px) {
    .faq .items .item {
        width: 100%;
        background-position: 0 0;
        background-size: 27px;
        padding-left: 38px;
        margin-bottom: 20px;
    }
}
.faq .items .item h3 {
    margin-bottom: 8px;
    font-size: 2.4rem;
    color: #c69c6d;
}
@media only screen and (max-width: 479px) {
    .faq .items .item h3 {
        margin-bottom: 0;
        font-size: 1.6rem;
    }
}
.faq .items .item h4 {
    margin: 0;
    font-weight: 400;
    font-size: 1.6rem;
    color: #fff;
}
@media only screen and (max-width: 479px) {
    .faq .items .item h4 {
        font-size: 1.4rem;
    }
}
.faq[data-scroll="in"] .container {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}





.index {
    margin-top: 74px;
    margin-bottom: 20px;
}
.index .container {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.index .title {
    margin-left: 30px;
    margin-bottom: 50px;
    text-align: left;
}
.index .title h2 {
    font-size: 4rem;
}
@media only screen and (max-width: 479px) {
    .index .title h2 {
        font-size: 3rem;
    }
}
.index .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media only screen and (max-width: 479px) {
    .index .items {
        display: block;
        margin-left: 20px;
    }
}
.index .items .item {
    width: calc(50% - 36px);
    min-height: 53px;
    position: relative;
    padding-left: 72px;
    margin-bottom: 40px;
}
@media only screen and (max-width: 479px) {
    .index .items .item {
        width: 100%;
        background-position: 0 0;
        background-size: 27px;
        padding-left: 38px;
        margin-bottom: 20px;
    }
}
.index .items .item h3 {
    margin-bottom: 8px;
    font-size: 2.4rem;
    color: #c69c6d;
}
@media only screen and (max-width: 479px) {
    .index .items .item h3 {
        margin-bottom: 0;
        font-size: 1.6rem;
    }
}
.index .items .item h4 {
    margin: 0;
    font-weight: 400;
    font-size: 1.6rem;
    color: #fff;
}
@media only screen and (max-width: 479px) {
    .index .items .item h4 {
        font-size: 1.4rem;
    }
}
.index[data-scroll="in"] .container {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}






.content-inner-page.-promotion .ship-01 {
    position: absolute;
    left: 50%;
    top: 250px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 790px;
}
.content-inner-page.-promotion .ship-02 {
    position: absolute;
    left: 50%;
    top: 770px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -800px;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-promotion .section-top {
        margin-bottom: 60px;
    }
}
.content-inner-page.-promotion .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px 100px;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-promotion .items {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-promotion .items {
        display: block;
    }
}
.content-inner-page.-promotion .items#filter-all .item {
    display: block;
}
.content-inner-page.-promotion .items#filter-sport .item[data-filter="sport"] {
    display: block;
}
.content-inner-page.-promotion .items#filter-casino .item[data-filter="casino"] {
    display: block;
}
.content-inner-page.-promotion .items#filter-slot .item[data-filter="slot"] {
    display: block;
}
.content-inner-page.-promotion .items .item {
    width: 33.33%;
    display: none;
    position: relative;
    padding: 8px;
    margin-bottom: 48px;
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-promotion .items .item {
        width: 100%;
    }
}
.desktop .content-inner-page.-promotion .items .item:hover h3 {
    background-color: #c69c6d;
    padding-top: 48px;
    padding-bottom: 28px;
    font-weight: 500;
    color: #000;
}
.content-inner-page.-promotion .items .item a {
    width: 100%;
}
.content-inner-page.-promotion .items .item img {
    width: 100%;
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-promotion .items .item + .item {
        margin-top: 40px;
    }
}
.content-inner-page.-promotion .items a.btn {
    width: auto !important;
    position: absolute;
    left: 50%;
    top: -32px;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-promotion .items a.btn {
        -webkit-transform: translateX(-50%) scale(0.8);
        -ms-transform: translateX(-50%) scale(0.8);
        transform: translateX(-50%) scale(0.8);
    }
}
@media only screen and (max-width: 767px) {
    .content-inner-page.-promotion .items a.btn {
        -webkit-transform: translateX(-50%) scale(0.7);
        -ms-transform: translateX(-50%) scale(0.7);
        transform: translateX(-50%) scale(0.7);
    }
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-promotion .items a.btn {
        -webkit-transform: translateX(-50%) scale(0.9);
        -ms-transform: translateX(-50%) scale(0.9);
        transform: translateX(-50%) scale(0.9);
    }
}
.desktop .content-inner-page.-promotion .items a.btn:hover {
    -webkit-transform: translateX(-50%) scale(1.1);
    -ms-transform: translateX(-50%) scale(1.1);
    transform: translateX(-50%) scale(1.1);
}
.content-inner-page.-promotion .items h3 {
    display: block;
    background-color: #48020a;
    border-radius: 10px;
    padding: 18px 14px;
    padding-top: 38px;
    margin-top: -20px;
    font-weight: 300;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.content-inner-page.-promotion .items h3 a {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
.content-inner-page.-article .ship-01 {
    position: absolute;
    left: 50%;
    top: 640px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 790px;
}
.content-inner-page.-article .ship-02 {
    position: absolute;
    left: 50%;
    top: 1520px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -800px;
}
.content-inner-page.-article .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px 100px;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-article .items {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-article .items {
        display: block;
    }
}
.content-inner-page.-article .items#filter-all .item {
    display: block;
}
.content-inner-page.-article .items#filter-sport .item[data-filter="sport"] {
    display: block;
}
.content-inner-page.-article .items#filter-casino .item[data-filter="casino"] {
    display: block;
}
.content-inner-page.-article .items#filter-slot .item[data-filter="slot"] {
    display: block;
}
.content-inner-page.-article .items .item {
    width: 33.33%;
    display: none;
    position: relative;
    padding: 8px;
    margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
    .content-inner-page.-article .items .item {
        width: 50%;
    }
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-article .items .item {
        width: 100%;
    }
}
.content-inner-page.-article .items .item img {
    width: 100%;
}
.content-inner-page.-article .items .item .detail {
    margin-top: 26px;
}
.content-inner-page.-article .items .item .detail h2 {
    margin: 0 0 16px;
    font-size: 3rem;
    line-height: 1.4;
    color: #c69c6d;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-article .items .item .detail h2 {
        font-size: 2.6rem;
    }
}
@media only screen and (max-width: 767px) {
    .content-inner-page.-article .items .item .detail h2 {
        font-size: 3rem;
    }
}
.content-inner-page.-article .items .item .detail p {
    font-weight: 200;
}
.content-inner-page.-article .items .item .detail a {
    color: #c69c6d;
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-article .items .item + .item {
        margin-top: 40px;
    }
}
.content-inner-page.-article article {
    margin-top: -30px;
}
@media only screen and (max-width: 1024px) {
    .content-inner-page.-article article {
        margin-top: 0;
    }
}
.content-inner-page.-article .box-editor {
    margin-top: 60px;
}
@media only screen and (max-width: 767px) {
    .content-inner-page.-article .box-editor {
        margin-top: 40px;
    }
}
.content-inner-page.-article .btn-facebook {
    display: block;
    margin-top: 40px;
}
.content-inner-page.-article .btn-facebook img {
    margin: 0;
}
.content-inner-page.-article .article-interested {
    margin-top: 80px;
    margin-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
    .content-inner-page.-article .article-interested {
        margin-bottom: 0;
    }
}
.content-inner-page.-article .article-interested .section-top {
    margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-article .article-interested .section-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    .content-inner-page.-article .article-interested .section-top {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-article .article-interested .section-top {
        display: block;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-article .article-interested .section-top .btn {
        height: 50px;
    }
    .content-inner-page.-article .article-interested .section-top .btn span {
        font-size: 2.4rem;
    }
}
.content-inner-page.-article .article-interested .items {
    margin-bottom: 0;
}
.content-inner-page.-live-football {
    overflow: visible;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-live-football {
        overflow: hidden;
    }
}
.content-inner-page.-live-football .list-live-football {
    margin-top: -95px;
    margin-bottom: 180px;
}
@media only screen and (max-width: 1024px) {
    .content-inner-page.-live-football .list-live-football {
        margin-top: -60px;
        margin-bottom: 140px;
    }
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-live-football .list-live-football {
        margin-top: 20px;
        margin-bottom: 0;
    }
}
.content-inner-page.-live-football .list-live-football header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.content-inner-page.-live-football .list-live-football header img {
    width: 47px;
    border-radius: 10px;
    margin: 0;
    margin-right: 24px;
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-live-football .list-live-football header img {
        width: 35px;
        margin-right: 15px;
    }
}
.content-inner-page.-live-football .list-live-football header h2 {
    margin: 0;
    font-size: 3rem;
    color: #c69c6d;
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-live-football .list-live-football header h2 {
        font-size: 2.2rem;
    }
}
.content-inner-page.-live-football .list-live-football .items {
    margin-top: 14px;
}
.content-inner-page.-live-football .list-live-football .items .item {
    background: -webkit-linear-gradient(206deg, #dbac52 9%, #fee0a0 47%, #feedc8 66%, #d9b164 99%);
    background: -o-linear-gradient(206deg, #dbac52 9%, #fee0a0 47%, #feedc8 66%, #d9b164 99%);
    background: linear-gradient(-116deg, #dbac52 9%, #fee0a0 47%, #feedc8 66%, #d9b164 99%);
    border-radius: 10px;
    padding: 4px;
}
.content-inner-page.-live-football .list-live-football .items .item .inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    border-radius: 10px;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-live-football .list-live-football .items .item .inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.content-inner-page.-live-football .list-live-football .items .item .inner > div {
    min-height: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-live-football .list-live-football .items .item .inner > div {
        min-height: inherit;
        padding: 20px 0;
    }
}
.content-inner-page.-live-football .list-live-football .items .item .date {
    padding: 0 34px;
    text-align: center;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-live-football .list-live-football .items .item .date {
        width: 100%;
    }
}
.content-inner-page.-live-football .list-live-football .items .item .date:after {
    content: "";
    width: 4px;
    height: 100%;
    display: block;
    background: -webkit-linear-gradient(206deg, #dbac52 9%, #fee0a0 47%, #feedc8 66%, #d9b164 99%);
    background: -o-linear-gradient(206deg, #dbac52 9%, #fee0a0 47%, #feedc8 66%, #d9b164 99%);
    background: linear-gradient(-116deg, #dbac52 9%, #fee0a0 47%, #feedc8 66%, #d9b164 99%);
    position: absolute;
    right: 0;
    top: 0;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-live-football .list-live-football .items .item .date:after {
        display: none;
    }
}
.content-inner-page.-live-football .list-live-football .items .item .date p {
    margin: 0;
    font-weight: 400;
    font-size: 2rem;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-live-football .list-live-football .items .item .date p {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .content-inner-page.-live-football .list-live-football .items .item .date p br {
        display: none;
    }
    .content-inner-page.-live-football .list-live-football .items .item .date p span {
        display: block;
        border-left: 1px dashed rgba(255, 255, 255, 0.5);
        padding-left: 20px;
        margin-left: 20px;
    }
}
.content-inner-page.-live-football .list-live-football .items .item .team-score {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-live-football .list-live-football .items .item .team-score {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-live-football .list-live-football .items .item .team-score {
        width: 100%;
        display: block !important;
        text-align: center;
    }
}
.content-inner-page.-live-football .list-live-football .items .item .team-score p {
    margin: 0;
    font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
    .content-inner-page.-live-football .list-live-football .items .item .team-score p {
        font-size: 1.8rem;
    }
}
.content-inner-page.-live-football .list-live-football .items .item .team-score .score {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-live-football .list-live-football .items .item .team-score .score {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 15px 0;
    }
}
.content-inner-page.-live-football .list-live-football .items .item .team-score .score img {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    margin: 0 16px;
    -o-object-fit: cover;
    object-fit: cover;
}
.content-inner-page.-live-football .list-live-football .items .item .btn {
    margin-right: 30px;
    margin-left: auto;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-live-football .list-live-football .items .item .btn {
        margin: 20px auto;
    }
}
.content-inner-page.-live-football .list-live-football .items .item + .item {
    margin-top: 22px;
}
.content-inner-page.-football-online .intro {
    position: relative;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-football-online .intro {
        background-position: 50% 100%;
    }
}
.content-inner-page.-football-online .intro:after {
    content: "";
    width: 100%;
    height: 25px;
    display: block;
    background: url("/assets/img/share/line-section.png?v=2") 50% 0 no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
}
.content-inner-page.-football-online .intro .container {
    min-height: 660px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-football-online .intro .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.content-inner-page.-football-online .intro .title {
    margin-left: -20px;
    margin-bottom: 45px;
    text-align: left;
}
@media only screen and (max-width: 1112px) {
    .content-inner-page.-football-online .intro .title {
        margin-left: 0;
    }
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-football-online .intro .title {
        margin-left: 20px;
    }
}
.content-inner-page.-football-online .intro .title h2 {
    font-size: 4rem;
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-football-online .intro .title h2 {
        font-size: 3rem;
    }
}
.content-inner-page.-football-online .intro .detail {
    width: 580px;
    padding-top: 76px;
    margin-left: 0;
}
@media only screen and (max-width: 1112px) {
    .content-inner-page.-football-online .intro .detail {
        margin-left: 40px;
    }
}
@media only screen and (max-width: 1024px) {
    .content-inner-page.-football-online .intro .detail {
        width: 450px;
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-football-online .intro .detail {
        width: calc(100% - 60px);
        margin: 0 auto;
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .content-inner-page.-football-online .intro .detail {
        padding-top: 40px;
    }
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-football-online .intro .detail {
        width: 100%;
        margin-bottom: 20px;
    }
}
.content-inner-page.-football-online .intro .detail p {
    margin: 0;
    font-weight: 200;
    line-height: 1.5;
    text-indent: 22px;
}
.content-inner-page.-football-online .intro .detail p + p {
    margin: 25px 0;
}
.content-inner-page.-football-online .intro .women {
    position: absolute;
    right: -230px;
    bottom: -21px;
    z-index: 1;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-football-online .intro .women {
        width: 100%;
        position: relative;
        left: 0;
        bottom: 0;
        margin-bottom: -8.4vw;
    }
}
@media only screen and (max-width: 767px) {
    .content-inner-page.-football-online .intro .women {
        margin-bottom: -9.8vw;
    }
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-football-online .intro .women {
        width: 150%;
        max-width: none;
        margin-left: -25%;
        margin-bottom: -7.5vw;
    }
}
.content-inner-page.-football-online .how-to {
    font-size: 1.6rem;
    color: #fff;
}
.content-inner-page.-football-online .how-to .dragon {
    position: absolute;
    left: -720px;
    top: -470px;
}
.content-inner-page.-football-online .how-to .ship-01 {
    position: absolute;
    left: 935px;
    top: 1060px;
    z-index: 1;
    pointer-events: none;
}
.content-inner-page.-football-online .how-to .ship-02 {
    position: absolute;
    left: -594px;
    top: 1220px;
    z-index: 1;
    pointer-events: none;
}
.content-inner-page.-football-online .how-to h3 {
    margin-bottom: 15px;
    font-size: 2.4rem;
    color: #c69c6d;
}
.content-inner-page.-football-online .how-to .img {
    margin: 40px 0;
}
.content-inner-page.-football-online .how-to .img img {
    margin: 0;
}
.content-inner-page.-football-online .why-789vip {
    position: relative;
    padding-top: 80px;
}
.content-inner-page.-football-online .why-789vip:before {
    content: "";
    width: 100vw;
    height: 1370px;
    display: block;
    background: url("/assets/img/football-online/bg-repeat.jpg?v=2") 50% 0 repeat-x;
    position: absolute;
    left: 0;
    top: 340px;
}
.content-inner-page.-football-online .why-789vip .ship-01 {
    position: absolute;
    left: 935px;
    top: -122px;
    z-index: 1;
    pointer-events: none;
}
.content-inner-page.-football-online .why-789vip .ship-02 {
    position: absolute;
    left: -594px;
    top: 490px;
    z-index: 1;
    pointer-events: none;
}
.content-inner-page.-football-online .why-789vip h1 {
    font-size: 4rem;
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-football-online .why-789vip h1 {
        font-size: 3.3rem;
    }
}
.content-inner-page.-football-online .article-interested {
    margin-top: 80px;
    margin-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
    .content-inner-page.-football-online .article-interested {
        margin-bottom: 0;
    }
}
.content-inner-page.-football-online .article-interested .section-top {
    margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-football-online .article-interested .section-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    .content-inner-page.-football-online .article-interested .section-top {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-football-online .article-interested .section-top {
        display: block;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-football-online .article-interested .section-top .btn {
        height: 50px;
    }
    .content-inner-page.-football-online .article-interested .section-top .btn span {
        font-size: 2.4rem;
    }
}
.content-inner-page.-football-online .article-interested .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px 0;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-football-online .article-interested .items {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-football-online .article-interested .items {
        display: block;
    }
}
.content-inner-page.-football-online .article-interested .items .item {
    width: 33.33%;
    position: relative;
    padding: 8px;
    margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
    .content-inner-page.-football-online .article-interested .items .item {
        width: 50%;
    }
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-football-online .article-interested .items .item {
        width: 100%;
    }
}
.content-inner-page.-football-online .article-interested .items .item img {
    width: 100%;
}
.content-inner-page.-football-online .article-interested .items .item .detail {
    margin-top: 26px;
}
.content-inner-page.-football-online .article-interested .items .item .detail h2 {
    margin: 0 0 16px;
    font-size: 3rem;
    line-height: 1.4;
    color: #c69c6d;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-football-online .article-interested .items .item .detail h2 {
        font-size: 2.6rem;
    }
}
@media only screen and (max-width: 767px) {
    .content-inner-page.-football-online .article-interested .items .item .detail h2 {
        font-size: 3rem;
    }
}
.content-inner-page.-football-online .article-interested .items .item .detail p {
    font-weight: 200;
}
.content-inner-page.-football-online .article-interested .items .item .detail a {
    color: #c69c6d;
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-football-online .article-interested .items .item + .item {
        margin-top: 40px;
    }
}
.content-inner-page.-casino-online .intro {
    position: relative;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-casino-online .intro {
        background-position: 50% 100%;
    }
}
.content-inner-page.-casino-online .intro:after {
    content: "";
    width: 100%;
    height: 25px;
    display: block;
    background: url("/assets/img/share/line-section.png?v=2") 50% 0 no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
}
.content-inner-page.-casino-online .intro .container {
    min-height: 540px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-casino-online .intro .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.content-inner-page.-casino-online .intro .title {
    margin-left: -20px;
    margin-bottom: 45px;
    text-align: left;
}
@media only screen and (max-width: 1112px) {
    .content-inner-page.-casino-online .intro .title {
        margin-left: 0;
    }
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-casino-online .intro .title {
        margin-left: 20px;
    }
}
.content-inner-page.-casino-online .intro .title h2 {
    font-size: 4rem;
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-casino-online .intro .title h2 {
        font-size: 3rem;
    }
}
.content-inner-page.-casino-online .intro .detail {
    width: 580px;
    padding-top: 76px;
    margin-left: 0;
}
@media only screen and (max-width: 1112px) {
    .content-inner-page.-casino-online .intro .detail {
        margin-left: 40px;
    }
}
@media only screen and (max-width: 1024px) {
    .content-inner-page.-casino-online .intro .detail {
        width: 450px;
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-casino-online .intro .detail {
        width: calc(100% - 60px);
        margin: 0 auto;
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .content-inner-page.-casino-online .intro .detail {
        padding-top: 40px;
    }
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-casino-online .intro .detail {
        width: 100%;
        margin-bottom: 20px;
    }
}
.content-inner-page.-casino-online .intro .detail p {
    margin: 0;
    font-weight: 200;
    line-height: 1.5;
    text-indent: 22px;
}
.content-inner-page.-casino-online .intro .detail p + p {
    margin: 25px 0;
}
.content-inner-page.-casino-online .intro .women {
    position: absolute;
    right: -390px;
    bottom: -25px;
    z-index: 1;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-casino-online .intro .women {
        width: 100%;
        position: relative;
        left: 0;
        bottom: 0;
        margin-bottom: -8.4vw;
    }
}
@media only screen and (max-width: 767px) {
    .content-inner-page.-casino-online .intro .women {
        margin-bottom: -8.8vw;
    }
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-casino-online .intro .women {
        width: 150%;
        max-width: none;
        margin-left: -25%;
        margin-bottom: -7.5vw;
    }
}
.content-inner-page.-casino-online .how-to {
    font-size: 1.6rem;
    color: #fff;
}
.content-inner-page.-casino-online .how-to .dragon {
    position: absolute;
    left: -720px;
    top: -470px;
}
.content-inner-page.-casino-online .how-to .ship-01 {
    position: absolute;
    left: 935px;
    top: 1220px;
    z-index: 1;
    pointer-events: none;
}
.content-inner-page.-casino-online .how-to .ship-02 {
    position: absolute;
    left: -594px;
    top: 2020px;
    z-index: 1;
    pointer-events: none;
}
.content-inner-page.-casino-online .how-to h3 {
    margin-bottom: 15px;
    font-size: 2.4rem;
    color: #c69c6d;
}
.content-inner-page.-casino-online .how-to .img {
    margin: 40px 0;
}
.content-inner-page.-casino-online .how-to .img img {
    margin: 0;
}
.content-inner-page.-casino-online .why-789vip {
    position: relative;
    padding-top: 80px;
}
.content-inner-page.-casino-online .why-789vip:before {
    content: "";
    width: 100vw;
    height: 1370px;
    display: block;
    background: url("/assets/img/football-online/bg-repeat.jpg?v=2") 50% 0 repeat-x;
    position: absolute;
    left: 0;
    top: 340px;
}
.content-inner-page.-casino-online .why-789vip .ship-01 {
    position: absolute;
    left: 935px;
    top: -122px;
    z-index: 1;
    pointer-events: none;
}
.content-inner-page.-casino-online .why-789vip .ship-02 {
    position: absolute;
    left: -594px;
    top: 490px;
    z-index: 1;
    pointer-events: none;
}
.content-inner-page.-casino-online .why-789vip h1 {
    font-size: 4rem;
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-casino-online .why-789vip h1 {
        font-size: 3.3rem;
    }
}
.content-inner-page.-casino-online .article-interested {
    margin-top: 80px;
    margin-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
    .content-inner-page.-casino-online .article-interested {
        margin-bottom: 0;
    }
}
.content-inner-page.-casino-online .article-interested .section-top {
    margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-casino-online .article-interested .section-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    .content-inner-page.-casino-online .article-interested .section-top {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-casino-online .article-interested .section-top {
        display: block;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-casino-online .article-interested .section-top .btn {
        height: 50px;
    }
    .content-inner-page.-casino-online .article-interested .section-top .btn span {
        font-size: 2.4rem;
    }
}
.content-inner-page.-casino-online .article-interested .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px 0;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-casino-online .article-interested .items {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-casino-online .article-interested .items {
        display: block;
    }
}
.content-inner-page.-casino-online .article-interested .items .item {
    width: 33.33%;
    position: relative;
    padding: 8px;
    margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
    .content-inner-page.-casino-online .article-interested .items .item {
        width: 50%;
    }
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-casino-online .article-interested .items .item {
        width: 100%;
    }
}
.content-inner-page.-casino-online .article-interested .items .item img {
    width: 100%;
}
.content-inner-page.-casino-online .article-interested .items .item .detail {
    margin-top: 26px;
}
.content-inner-page.-casino-online .article-interested .items .item .detail h2 {
    margin: 0 0 16px;
    font-size: 3rem;
    line-height: 1.4;
    color: #c69c6d;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-casino-online .article-interested .items .item .detail h2 {
        font-size: 2.6rem;
    }
}
@media only screen and (max-width: 767px) {
    .content-inner-page.-casino-online .article-interested .items .item .detail h2 {
        font-size: 3rem;
    }
}
.content-inner-page.-casino-online .article-interested .items .item .detail p {
    font-weight: 200;
}
.content-inner-page.-casino-online .article-interested .items .item .detail a {
    color: #c69c6d;
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-casino-online .article-interested .items .item + .item {
        margin-top: 40px;
    }
}
.content-inner-page.-slot-online .intro {
    position: relative;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-slot-online .intro {
        background-position: 50% 100%;
    }
}
.content-inner-page.-slot-online .intro:after {
    content: "";
    width: 100%;
    height: 25px;
    display: block;
    background: url("/assets/img/share/line-section.png?v=2") 50% 0 no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
}
.content-inner-page.-slot-online .intro .container {
    min-height: 540px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-slot-online .intro .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.content-inner-page.-slot-online .intro .title {
    margin-left: -20px;
    margin-bottom: 45px;
    text-align: left;
}
@media only screen and (max-width: 1112px) {
    .content-inner-page.-slot-online .intro .title {
        margin-left: 0;
    }
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-slot-online .intro .title {
        margin-left: 20px;
    }
}
.content-inner-page.-slot-online .intro .title h2 {
    font-size: 4rem;
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-slot-online .intro .title h2 {
        font-size: 3rem;
    }
}
.content-inner-page.-slot-online .intro .detail {
    width: 580px;
    padding-top: 76px;
    margin-left: 0;
}
@media only screen and (max-width: 1112px) {
    .content-inner-page.-slot-online .intro .detail {
        margin-left: 40px;
    }
}
@media only screen and (max-width: 1024px) {
    .content-inner-page.-slot-online .intro .detail {
        width: 450px;
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-slot-online .intro .detail {
        width: calc(100% - 60px);
        margin: 0 auto;
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .content-inner-page.-slot-online .intro .detail {
        padding-top: 40px;
    }
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-slot-online .intro .detail {
        width: 100%;
        margin-bottom: 20px;
    }
}
.content-inner-page.-slot-online .intro .detail p {
    margin: 0;
    font-weight: 200;
    line-height: 1.5;
    text-indent: 22px;
}
.content-inner-page.-slot-online .intro .detail p + p {
    margin-top: 25px;
}
.content-inner-page.-slot-online .intro .women {
    position: absolute;
    right: -200px;
    bottom: -100px;
    z-index: 1;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-slot-online .intro .women {
        width: 100%;
        position: relative;
        left: 0;
        bottom: 0;
        margin-bottom: -17.2vw;
    }
}
@media only screen and (max-width: 767px) {
    .content-inner-page.-slot-online .intro .women {
        margin-bottom: -17.8vw;
    }
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-slot-online .intro .women {
        width: 150%;
        max-width: none;
        margin-left: -25%;
        margin-bottom: -21.5vw;
    }
}
.content-inner-page.-slot-online .how-to-play-slot {
    padding-top: 100px;
    margin-bottom: 80px;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-slot-online .how-to-play-slot {
        margin-bottom: 0;
    }
}
.content-inner-page.-slot-online .how-to-play-slot .dragon {
    position: absolute;
    left: -665px;
    top: -400px;
    z-index: 1;
    pointer-events: none;
}
.content-inner-page.-slot-online .how-to-play-slot .ship-01 {
    position: absolute;
    left: 920px;
    top: 275px;
    z-index: 1;
    pointer-events: none;
}
.content-inner-page.-slot-online .how-to-play-slot h2 {
    display: block;
    background-color: #000;
    position: absolute;
    left: 76px;
    top: -41px;
    padding: 14px;
    font-size: 4rem;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-slot-online .how-to-play-slot h2 {
        width: calc(100% - 120px);
        left: 60px;
        line-height: 1.3;
        top: -65px;
        text-align: center;
    }
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-slot-online .how-to-play-slot h2 {
        width: calc(100% - 60px);
        left: 50%;
        top: -35px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        padding-right: 10px;
        padding-left: 10px;
        font-size: 2.4rem;
    }
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-slot-online .how-to-play-slot .box-content {
        padding-top: 80px;
    }
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-slot-online .how-to-play-slot .box-content {
        padding-bottom: 60px;
    }
}
.content-inner-page.-slot-online .how-to-play-slot .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -26px -10px;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-slot-online .how-to-play-slot .items {
        margin-top: -15px;
        margin-bottom: -15px;
    }
}
.content-inner-page.-slot-online .how-to-play-slot .items .item {
    width: 25%;
    padding: 26px 10px;
    text-align: center;
    -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-slot-online .how-to-play-slot .items .item {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .content-inner-page.-slot-online .how-to-play-slot .items .item {
        width: 33.33%;
    }
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-slot-online .how-to-play-slot .items .item {
        width: 50%;
    }
}
.desktop .content-inner-page.-slot-online .how-to-play-slot .items .item:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.content-inner-page.-slot-online .how-to-play-slot .items .item a {
    font-weight: 500;
}
.content-inner-page.-slot-online .how-to-play-slot .items .item .img {
    display: block;
    margin-bottom: 10px;
}
.content-inner-page.-slot-online .why-789vip {
    position: relative;
    padding-top: 80px;
}
.content-inner-page.-slot-online .why-789vip:before {
    content: "";
    width: 100vw;
    height: 1370px;
    display: block;
    background: url("/assets/img/football-online/bg-repeat.jpg?v=2") 50% 0 repeat-x;
    position: absolute;
    left: 0;
    top: 340px;
}
.content-inner-page.-slot-online .why-789vip .ship-01 {
    position: absolute;
    left: 935px;
    top: 920px;
}
.content-inner-page.-slot-online .why-789vip .ship-02 {
    position: absolute;
    left: -594px;
    top: -280px;
}
.content-inner-page.-slot-online .why-789vip h1 {
    font-size: 4rem;
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-slot-online .why-789vip h1 {
        font-size: 3.3rem;
    }
}
.content-inner-page.-slot-online .article-interested {
    margin-top: 80px;
    margin-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
    .content-inner-page.-slot-online .article-interested {
        margin-bottom: 0;
    }
}
.content-inner-page.-slot-online .article-interested .section-top {
    margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-slot-online .article-interested .section-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    .content-inner-page.-slot-online .article-interested .section-top {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-slot-online .article-interested .section-top {
        display: block;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-slot-online .article-interested .section-top .btn {
        height: 50px;
    }
    .content-inner-page.-slot-online .article-interested .section-top .btn span {
        font-size: 2.4rem;
    }
}
.content-inner-page.-slot-online .article-interested .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px 0;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-slot-online .article-interested .items {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-slot-online .article-interested .items {
        display: block;
    }
}
.content-inner-page.-slot-online .article-interested .items .item {
    width: 33.33%;
    position: relative;
    padding: 8px;
    margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
    .content-inner-page.-slot-online .article-interested .items .item {
        width: 50%;
    }
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-slot-online .article-interested .items .item {
        width: 100%;
    }
}
.content-inner-page.-slot-online .article-interested .items .item img {
    width: 100%;
}
.content-inner-page.-slot-online .article-interested .items .item .detail {
    margin-top: 26px;
}
.content-inner-page.-slot-online .article-interested .items .item .detail h2 {
    margin: 0 0 16px;
    font-size: 3rem;
    line-height: 1.4;
    color: #c69c6d;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-slot-online .article-interested .items .item .detail h2 {
        font-size: 2.6rem;
    }
}
@media only screen and (max-width: 767px) {
    .content-inner-page.-slot-online .article-interested .items .item .detail h2 {
        font-size: 3rem;
    }
}
.content-inner-page.-slot-online .article-interested .items .item .detail p {
    font-weight: 200;
}
.content-inner-page.-slot-online .article-interested .items .item .detail a {
    color: #c69c6d;
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-slot-online .article-interested .items .item + .item {
        margin-top: 40px;
    }
}
.content-inner-page.-how-to .title-how-to {
    position: relative;
    padding-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-how-to .title-how-to {
        padding-bottom: 0;
        margin-bottom: -40px;
    }
}
.content-inner-page.-how-to .title-how-to:before {
    content: "";
    width: 100vw;
    height: 25px;
    display: block;
    background: url("/assets/img/share/line-section.png?v=2") 50% 0 no-repeat;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-how-to .title-how-to:before {
        bottom: 60px;
    }
}
.content-inner-page.-how-to .title-how-to .container {
    position: relative;
}
.content-inner-page.-how-to .title-how-to .detail {
    width: 650px;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-how-to .title-how-to .detail {
        width: 100%;
    }
}
.content-inner-page.-how-to .title-how-to .detail .title {
    margin-bottom: 50px;
}
.content-inner-page.-how-to .title-how-to .detail p {
    margin-left: 20px;
    font-weight: 200;
    line-height: 1.8;
}
.content-inner-page.-how-to .title-how-to .img {
    position: absolute;
    right: -180px;
    top: -80px;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-how-to .title-how-to .img {
        position: relative;
        right: 0;
        top: 0;
    }
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-how-to .title-how-to .img {
        width: 150%;
        left: -25%;
        right: auto;
    }
}
.content-inner-page.-how-to .example {
    margin-top: 70px;
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-how-to .example {
        margin-top: 40px;
    }
}
.content-inner-page.-how-to .example .ship-01 {
    position: absolute;
    left: 930px;
    top: 1060px;
    z-index: 1;
    pointer-events: none;
}
.content-inner-page.-how-to .example .ship-02 {
    position: absolute;
    left: -592px;
    top: 1730px;
    z-index: 1;
    pointer-events: none;
}
.content-inner-page.-how-to .example .title {
    margin-bottom: 60px;
    text-align: center;
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-how-to .example .title {
        text-align: left;
    }
}
.content-inner-page.-how-to .example .group-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -16px -8px;
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-how-to .example .group-img {
        margin-top: -8px;
        margin-bottom: -8px;
    }
}
.content-inner-page.-how-to .example .group-img .img {
    width: 33.33%;
    padding: 16px 8px;
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-how-to .example .group-img .img {
        width: 50%;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}
.content-inner-page.-how-to .example li > ol {
    margin-top: 15px;
    margin-bottom: 20px;
}
.content-inner-page.-how-to .example li + li {
    margin-top: 15px;
}
.content-inner-page.-how-to .example h3 {
    margin-bottom: 20px;
    font-size: 2.4rem;
    color: #c69c6d;
}
.content-inner-page.-how-to .example p {
    line-height: 1.8;
}
.content-inner-page.-how-to .example .box-video {
    width: 100%;
    height: 520px;
}
@media only screen and (max-width: 1024px) {
    .content-inner-page.-how-to .example .box-video {
        height: 50vw;
    }
}
.content-inner-page.-how-to .example .box-video iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.content-inner-page.-how-to .releated-game {
    padding-top: 100px;
    margin-bottom: 80px;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-how-to .releated-game {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-how-to .releated-game {
        padding-top: 50px;
    }
}
.content-inner-page.-how-to .releated-game .dragon {
    position: absolute;
    left: -665px;
    top: -400px;
    z-index: 1;
    pointer-events: none;
}
.content-inner-page.-how-to .releated-game .ship-01 {
    position: absolute;
    left: 920px;
    top: 275px;
    z-index: 1;
    pointer-events: none;
}
.content-inner-page.-how-to .releated-game h2 {
    display: block;
    background-color: #000;
    position: absolute;
    left: 50%;
    top: -41px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 14px;
    font-size: 4rem;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-how-to .releated-game h2 {
        width: calc(100% - 120px);
        line-height: 1.3;
        text-align: center;
    }
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-how-to .releated-game h2 {
        width: calc(100% - 60px);
        left: 50%;
        top: -40px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        padding-right: 10px;
        padding-left: 10px;
        font-size: 3rem;
    }
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-how-to .releated-game .box-content {
        padding-top: 80px;
    }
}
.content-inner-page.-how-to .releated-game .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -26px -10px;
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-how-to .releated-game .items {
        margin-top: -15px;
        margin-bottom: -15px;
    }
}
@media only screen and (max-width: 767px) {
    .content-inner-page.-how-to .releated-game .items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.content-inner-page.-how-to .releated-game .items .item {
    width: 25%;
    padding: 26px 10px;
    text-align: center;
    -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media only screen and (max-width: 1023px) {
    .content-inner-page.-how-to .releated-game .items .item {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .content-inner-page.-how-to .releated-game .items .item {
        width: 33.33%;
    }
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-how-to .releated-game .items .item {
        width: 50%;
    }
}
.desktop .content-inner-page.-how-to .releated-game .items .item:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.content-inner-page.-how-to .releated-game .items .item a {
    font-weight: 500;
}
.content-inner-page.-how-to .releated-game .items .item .img {
    display: block;
    margin-bottom: 10px;
}
.content-inner-page.-how-to .releated-game .btn {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -66px;
}
@media only screen and (max-width: 479px) {
    .content-inner-page.-how-to .releated-game .btn {
        bottom: -55px;
        -webkit-transform: translateX(-50%) scale(0.8);
        -ms-transform: translateX(-50%) scale(0.8);
        transform: translateX(-50%) scale(0.8);
    }
}
/*# sourceMappingURL=main.css.map */

@media only screen and (max-width: 479px) {
    .-desktop {
        display: none;
    }

    .-tablet {
        display: none;
    }

    .-mobile {
        display: block;
    }
}

@media only screen and (min-width: 480px) {
    .-desktop {
        display: none;
    }

    .-tablet {
        display: block;
    }

    .-mobile {
        display: none;
    }
}

@media only screen and (min-width: 1025px) {
    .-desktop {
        display: block;
    }

    .-tablet {
        display: none;
    }

    .-mobile {
        display: none;
    }
}
